From 41501650f7444cb4a326c40a0b6122a22601e18a Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 11 Aug 2022 14:07:40 +0300 Subject: [PATCH] dleyna-core,server,dbus,renderer new package --- .../library/dleyna-connector-dbus/actions.py | 22 + .../library/dleyna-connector-dbus/pspec.xml | 52 + .../dleyna-connector-dbus/translations.xml | 8 + network/library/dleyna-core/actions.py | 22 + .../library/dleyna-core/files/b88f231.patch | 713 + network/library/dleyna-core/pspec.xml | 62 + network/library/dleyna-core/translations.xml | 8 + network/library/dleyna-renderer/actions.py | 23 + .../dleyna-renderer/files/b3a06c8.patch | 2869 + network/library/dleyna-renderer/pspec.xml | 98 + .../library/dleyna-renderer/translations.xml | 8 + network/misc/dleyna-server/actions.py | 22 + .../misc/dleyna-server/files/e7f6419.patch | 3494 + network/misc/dleyna-server/pspec.xml | 82 + network/misc/dleyna-server/translations.xml | 8 + pisi-index.xml | 692764 ++++++++------- pisi-index.xml.sha1sum | 2 +- pisi-index.xml.xz | Bin 901028 -> 906168 bytes pisi-index.xml.xz.sha1sum | 2 +- 19 files changed, 354099 insertions(+), 346160 deletions(-) create mode 100644 network/library/dleyna-connector-dbus/actions.py create mode 100644 network/library/dleyna-connector-dbus/pspec.xml create mode 100644 network/library/dleyna-connector-dbus/translations.xml create mode 100644 network/library/dleyna-core/actions.py create mode 100644 network/library/dleyna-core/files/b88f231.patch create mode 100644 network/library/dleyna-core/pspec.xml create mode 100644 network/library/dleyna-core/translations.xml create mode 100644 network/library/dleyna-renderer/actions.py create mode 100644 network/library/dleyna-renderer/files/b3a06c8.patch create mode 100644 network/library/dleyna-renderer/pspec.xml create mode 100644 network/library/dleyna-renderer/translations.xml create mode 100644 network/misc/dleyna-server/actions.py create mode 100644 network/misc/dleyna-server/files/e7f6419.patch create mode 100644 network/misc/dleyna-server/pspec.xml create mode 100644 network/misc/dleyna-server/translations.xml diff --git a/network/library/dleyna-connector-dbus/actions.py b/network/library/dleyna-connector-dbus/actions.py new file mode 100644 index 0000000000..ff6dbdd25d --- /dev/null +++ b/network/library/dleyna-connector-dbus/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 mesontools +from pisi.actionsapi import get + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/network/library/dleyna-connector-dbus/pspec.xml b/network/library/dleyna-connector-dbus/pspec.xml new file mode 100644 index 0000000000..98a6620a0b --- /dev/null +++ b/network/library/dleyna-connector-dbus/pspec.xml @@ -0,0 +1,52 @@ + + + + + dleyna-connector-dbus + https://github.com/phako/dleyna-connector-dbus + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Provides a D-Bus API for the dLeyna services + dleyna-connector-dbus + Provides a D-Bus API for the dLeyna services + https://github.com/phako/dleyna-connector-dbus/archive/refs/tags/v0.4.1.tar.gz + + meson + glib2-devel + dbus-devel + + --> + + + + + dleyna-connector-dbus + + glib2 + + --> + + /usr/lib + /usr/share/doc + + + + + + 2022-08-11 + 0.4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/network/library/dleyna-connector-dbus/translations.xml b/network/library/dleyna-connector-dbus/translations.xml new file mode 100644 index 0000000000..38dffa6c87 --- /dev/null +++ b/network/library/dleyna-connector-dbus/translations.xml @@ -0,0 +1,8 @@ + + + + dleyna-connector-dbus + Provides a D-Bus API for the dLeyna services + Provides a D-Bus API for the dLeyna services + + diff --git a/network/library/dleyna-core/actions.py b/network/library/dleyna-core/actions.py new file mode 100644 index 0000000000..ff6dbdd25d --- /dev/null +++ b/network/library/dleyna-core/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 mesontools +from pisi.actionsapi import get + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/network/library/dleyna-core/files/b88f231.patch b/network/library/dleyna-core/files/b88f231.patch new file mode 100644 index 0000000000..4cab278675 --- /dev/null +++ b/network/library/dleyna-core/files/b88f231.patch @@ -0,0 +1,713 @@ +diff -Nuar a/libdleyna/core/context-filter.c b/libdleyna/core/context-filter.c +--- a/libdleyna/core/context-filter.c 1970-01-01 02:00:00.000000000 +0200 ++++ b/libdleyna/core/context-filter.c 2022-06-03 00:22:19.000000000 +0300 +@@ -0,0 +1,140 @@ ++/* ++ * dLeyna ++ * ++ * Copyright (C) 2012-2017 Intel Corporation. All rights reserved. ++ * ++ * This program is free software; you can redistribute it and/or modify it ++ * under the terms and conditions of the GNU Lesser General Public License, ++ * version 2.1, as published by the Free Software Foundation. ++ * ++ * This program is distributed in the hope it will be useful, but WITHOUT ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License ++ * for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public License ++ * along with this program; if not, write to the Free Software Foundation, Inc., ++ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. ++ * ++ * Ludovic Ferrandis ++ * ++ */ ++ ++#include ++ ++#include ++ ++#include "context-filter.h" ++#include "log.h" ++ ++struct dleyna_context_filter_t_ { ++ GUPnPContextFilter *gupnp_cf; ++}; ++ ++#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG ++static void prv_dump_cf_entries(GUPnPContextFilter *cf) ++{ ++ GList *l; ++ ++ l = gupnp_context_filter_get_entries(cf); ++ ++ DLEYNA_LOG_DEBUG_NL(); ++ DLEYNA_LOG_DEBUG("Context Filter entries:"); ++ ++ if (l != NULL) { ++ while (l != NULL) { ++ DLEYNA_LOG_DEBUG(" Entry: [%s].", (char *)l->data); ++ l = l->next; ++ } ++ } else { ++ DLEYNA_LOG_DEBUG(" Context Filter Empty."); ++ } ++ ++ DLEYNA_LOG_DEBUG_NL(); ++} ++#endif ++ ++dleyna_context_filter_t *dleyna_context_filter_new(GUPnPContextFilter *gupnp_cf) ++{ ++ dleyna_context_filter_t *cf; ++ ++ if (gupnp_cf != NULL) { ++ cf = g_new0(dleyna_context_filter_t, 1); ++ ++ cf->gupnp_cf = gupnp_cf; ++ } else { ++ cf = NULL; ++ DLEYNA_LOG_DEBUG("Parameter must not be NULL"); ++ } ++ ++ ++ return cf; ++} ++ ++void dleyna_context_filter_delete(dleyna_context_filter_t *cf) ++{ ++ g_free(cf); ++} ++ ++void dleyna_context_filter_enable(dleyna_context_filter_t *cf, ++ gboolean enabled) ++{ ++ if (cf->gupnp_cf != NULL) { ++ gupnp_context_filter_set_enabled(cf->gupnp_cf, enabled); ++ ++ DLEYNA_LOG_DEBUG("White List enabled: %d", enabled); ++ } ++} ++ ++void dleyna_context_filter_add_entries(dleyna_context_filter_t *cf, ++ GVariant *entries) ++{ ++ GVariantIter viter; ++ gchar *entry; ++ ++ DLEYNA_LOG_DEBUG("Enter"); ++ ++ if ((entries != NULL) && (cf->gupnp_cf != NULL)) { ++ (void) g_variant_iter_init(&viter, entries); ++ ++ while (g_variant_iter_next(&viter, "&s", &entry)) ++ (void) gupnp_context_filter_add_entry(cf->gupnp_cf, entry); ++ ++#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG ++ prv_dump_cf_entries(cf->gupnp_cf); ++#endif ++ } ++ ++ DLEYNA_LOG_DEBUG("Exit"); ++} ++ ++void dleyna_context_filter_remove_entries(dleyna_context_filter_t *cf, ++ GVariant *entries) ++{ ++ GVariantIter viter; ++ gchar *entry; ++ ++ if ((entries != NULL) && (cf->gupnp_cf != NULL)) { ++ (void) g_variant_iter_init(&viter, entries); ++ ++ while (g_variant_iter_next(&viter, "&s", &entry)) ++ (void) gupnp_context_filter_remove_entry(cf->gupnp_cf, ++ entry); ++ ++#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG ++ prv_dump_cf_entries(cf->gupnp_cf); ++#endif ++ } ++} ++ ++void dleyna_context_filter_clear(dleyna_context_filter_t *cf) ++{ ++ if (cf->gupnp_cf != NULL) { ++ DLEYNA_LOG_DEBUG("Clear white list"); ++ gupnp_context_filter_clear(cf->gupnp_cf); ++ ++#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG ++ prv_dump_cf_entries(cf->gupnp_cf); ++#endif ++ } ++} +diff -Nuar a/libdleyna/core/context-filter.h b/libdleyna/core/context-filter.h +--- a/libdleyna/core/context-filter.h 1970-01-01 02:00:00.000000000 +0200 ++++ b/libdleyna/core/context-filter.h 2022-06-03 00:22:19.000000000 +0300 +@@ -0,0 +1,41 @@ ++/* ++ * dLeyna ++ * ++ * Copyright (C) 2012-2017 Intel Corporation. All rights reserved. ++ * ++ * This program is free software; you can redistribute it and/or modify it ++ * under the terms and conditions of the GNU Lesser General Public License, ++ * version 2.1, as published by the Free Software Foundation. ++ * ++ * This program is distributed in the hope it will be useful, but WITHOUT ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License ++ * for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public License ++ * along with this program; if not, write to the Free Software Foundation, Inc., ++ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. ++ * ++ * Ludovic Ferrandis ++ * ++ */ ++ ++#pragma once ++ ++#include ++#include ++ ++typedef struct dleyna_context_filter_t_ dleyna_context_filter_t; ++ ++dleyna_context_filter_t *dleyna_context_filter_new(GUPnPContextFilter *gupnp_wl); ++ ++void dleyna_context_filter_delete(dleyna_context_filter_t *wl); ++ ++void dleyna_context_filter_enable(dleyna_context_filter_t *wl, gboolean enabled); ++ ++void dleyna_context_filter_add_entries(dleyna_context_filter_t *wl, GVariant *entries); ++ ++void dleyna_context_filter_remove_entries(dleyna_context_filter_t *wl, ++ GVariant *entries); ++ ++void dleyna_context_filter_clear(dleyna_context_filter_t *wl); +diff -Nuar a/libdleyna/core/gasync-task.c b/libdleyna/core/gasync-task.c +--- a/libdleyna/core/gasync-task.c 1970-01-01 02:00:00.000000000 +0200 ++++ b/libdleyna/core/gasync-task.c 2022-06-03 00:22:19.000000000 +0300 +@@ -0,0 +1,115 @@ ++/* ++ * dLeyna ++ * ++ * Copyright (c) 2019 Jens Georg ++ * ++ * This program is free software; you can redistribute it and/or modify it ++ * under the terms and conditions of the GNU Lesser General Public License, ++ * version 2.1, as published by the Free Software Foundation. ++ * ++ * This program is distributed in the hope it will be useful, but WITHOUT ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License ++ * for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public License ++ * along with this program; if not, write to the Free Software Foundation, Inc., ++ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. ++ * ++ */ ++ ++#include "gasync-task.h" ++#include ++ ++struct dleyna_gasync_task_t_ { ++ dleyna_task_atom_t base; ++ dleyna_gasync_task_action action; ++ GObject *target; ++ GCancellable *cancellable; ++ GDestroyNotify free_func; ++ gboolean current; ++ gpointer cb_user_data; ++}; ++ ++const char *dleyna_gasync_task_create_source(void) ++{ ++ static unsigned int cpt = 1; ++ static char source[27]; ++ ++ g_snprintf(source, 27, "gasync-source-%d", cpt); ++ cpt++; ++ ++ return source; ++} ++ ++void dleyna_gasync_task_add(const dleyna_task_queue_key_t *queue_id, ++ dleyna_gasync_task_action action, ++ GObject *target, ++ GCancellable *cancellable, ++ GDestroyNotify free_func, ++ gpointer cb_user_data) ++{ ++ dleyna_gasync_task_t *task; ++ ++ task = g_new0(dleyna_gasync_task_t, 1); ++ ++ task->action = action; ++ task->cancellable = cancellable; ++ task->free_func = free_func; ++ task->cb_user_data = cb_user_data; ++ task->target = target; ++ ++ if (target != NULL) { ++ g_object_add_weak_pointer (target, (gpointer *)(&task->target)); ++ } ++ ++ dleyna_task_queue_add_task(queue_id, &task->base); ++} ++ ++void dleyna_gasync_task_process_cb(dleyna_task_atom_t *atom, ++ gpointer user_data) ++{ ++ dleyna_gasync_task_t *task = (dleyna_gasync_task_t *)atom; ++ ++ task->current = TRUE; ++ task->action(task, task->target); ++} ++ ++void dleyna_gasync_task_cancel_cb(dleyna_task_atom_t *atom, ++ gpointer user_data) ++{ ++ dleyna_gasync_task_t *task = (dleyna_gasync_task_t *)atom; ++ ++ if (task->cancellable) { ++ g_cancellable_cancel (task->cancellable); ++ task->cancellable = NULL; ++ ++ if (task->current) ++ dleyna_task_queue_task_completed(task->base.queue_id); ++ } ++} ++ ++void dleyna_gasync_task_delete_cb(dleyna_task_atom_t *atom, ++ gpointer user_data) ++{ ++ dleyna_gasync_task_t *task = (dleyna_gasync_task_t *)atom; ++ ++ if (task->free_func != NULL) ++ task->free_func(task->cb_user_data); ++ ++ if (task->target != NULL) { ++ g_object_remove_weak_pointer(task->target, (gpointer *)&task->target); ++ } ++ ++ g_free(task); ++} ++ ++gpointer dleyna_gasync_task_get_user_data(dleyna_gasync_task_t *task) ++{ ++ return task->cb_user_data; ++} ++ ++GCancellable *dleyna_gasync_task_get_cancellable(dleyna_gasync_task_t *task) ++{ ++ return task->cancellable; ++} +diff -Nuar a/libdleyna/core/gasync-task.h b/libdleyna/core/gasync-task.h +--- a/libdleyna/core/gasync-task.h 1970-01-01 02:00:00.000000000 +0200 ++++ b/libdleyna/core/gasync-task.h 2022-06-03 00:22:19.000000000 +0300 +@@ -0,0 +1,56 @@ ++/* ++ * dLeyna ++ * ++ * Copyright (c) 2019 Jens Georg ++ * ++ * This program is free software; you can redistribute it and/or modify it ++ * under the terms and conditions of the GNU Lesser General Public License, ++ * version 2.1, as published by the Free Software Foundation. ++ * ++ * This program is distributed in the hope it will be useful, but WITHOUT ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License ++ * for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public License ++ * along with this program; if not, write to the Free Software Foundation, Inc., ++ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. ++ * ++ */ ++ ++#pragma once ++ ++#include ++ ++#include ++#include ++ ++typedef struct dleyna_gasync_task_t_ dleyna_gasync_task_t; ++ ++typedef gboolean (*dleyna_gasync_task_action) ++ (dleyna_gasync_task_t *task, ++ GObject *target); ++ ++const char *dleyna_gasync_task_create_source(void); ++ ++void dleyna_gasync_task_add(const dleyna_task_queue_key_t *queue_id, ++ dleyna_gasync_task_action action, ++ GObject *target, ++ GCancellable *cancellable, ++ GDestroyNotify free_func, ++ gpointer cb_user_data); ++ ++void dleyna_gasync_task_ready_cb(GObject *source, GAsyncResult *res, gpointer user_data); ++ ++void dleyna_gasync_task_process_cb(dleyna_task_atom_t *atom, ++ gpointer user_data); ++ ++void dleyna_gasync_task_cancel_cb(dleyna_task_atom_t *atom, ++ gpointer user_data); ++ ++void dleyna_gasync_task_delete_cb(dleyna_task_atom_t *atom, ++ gpointer user_data); ++ ++gpointer dleyna_gasync_task_get_user_data(dleyna_gasync_task_t *task); ++ ++GCancellable *dleyna_gasync_task_get_cancellable(dleyna_gasync_task_t *task); +diff -Nuar a/libdleyna/core/meson.build b/libdleyna/core/meson.build +--- a/libdleyna/core/meson.build 2021-04-08 13:22:31.000000000 +0300 ++++ b/libdleyna/core/meson.build 2022-06-03 00:22:19.000000000 +0300 +@@ -10,11 +10,11 @@ + 'error.h', + 'log.h', + 'main-loop.h', +- 'service-task.h', ++ 'gasync-task.h', + 'settings.h', + 'task-atom.h', + 'task-processor.h', +- 'white-list.h', ++ 'context-filter.h', + ), + subdir : 'dleyna-1.0/libdleyna/core' + ) +@@ -27,17 +27,17 @@ + 'error.c', + 'log.c', + 'main-loop.c', +- 'service-task.c', ++ 'gasync-task.c', + 'settings.c', + 'task-processor.c', +- 'white-list.c' ++ 'context-filter.c' + ), +- version : '5.0.0', ++ version : '6.0.0', + dependencies : [ + dependency('glib-2.0', version : '>= 2.28'), + dependency('gio-2.0', version : '>= 2.28'), + dependency('gmodule-2.0', version : '>= 2.28'), +- dependency('gupnp-1.2', version : '>= 1.2.0'), ++ dependency('gupnp-1.6', version : '>= 1.2.0'), + config_h + ], + c_args : [ +@@ -58,7 +58,7 @@ + description : 'UPnP & DLNA core library', + subdirs : 'dleyna-1.0', + version: meson.project_version(), +- requires: ['gupnp-1.2', 'glib-2.0', 'gio-2.0'], ++ requires: ['gupnp-1.6', 'glib-2.0', 'gio-2.0'], + ) + + meson.override_dependency('dleyna-core-1.0', core_dep) +diff -Nuar a/libdleyna/core/settings.c b/libdleyna/core/settings.c +--- a/libdleyna/core/settings.c 2021-04-08 13:22:31.000000000 +0300 ++++ b/libdleyna/core/settings.c 2022-06-03 00:22:19.000000000 +0300 +@@ -25,7 +25,7 @@ + + #include "log.h" + #include "settings.h" +-#include "white-list.h" ++#include "context-filter.h" + + struct dleyna_settings_t_ { + GKeyFile *keyfile; +@@ -514,12 +514,12 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-gboolean dleyna_settings_is_white_list_enabled(dleyna_settings_t *settings) ++gboolean dleyna_settings_is_context_filter_enabled(dleyna_settings_t *settings) + { + return settings->netf_enabled; + } + +-void dleyna_settings_set_white_list_enabled(dleyna_settings_t *settings, ++void dleyna_settings_set_context_filter_enabled(dleyna_settings_t *settings, + gboolean enabled, + GError **error) + { +@@ -538,7 +538,7 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-GVariant *dleyna_settings_white_list_entries(dleyna_settings_t *settings) ++GVariant *dleyna_settings_context_filter_entries(dleyna_settings_t *settings) + { + return settings->netf_entries; + } +@@ -567,7 +567,7 @@ + return strv; + } + +-void dleyna_settings_set_white_list_entries(dleyna_settings_t *settings, ++void dleyna_settings_set_context_filter_entries(dleyna_settings_t *settings, + GVariant *entries, + GError **error) + { +diff -Nuar a/libdleyna/core/settings.h b/libdleyna/core/settings.h +--- a/libdleyna/core/settings.h 2021-04-08 13:22:31.000000000 +0300 ++++ b/libdleyna/core/settings.h 2022-06-03 00:22:19.000000000 +0300 +@@ -43,15 +43,15 @@ + gboolean never_quit, + GError **error); + +-gboolean dleyna_settings_is_white_list_enabled(dleyna_settings_t *settings); ++gboolean dleyna_settings_is_context_filter_enabled(dleyna_settings_t *settings); + +-void dleyna_settings_set_white_list_enabled(dleyna_settings_t *settings, ++void dleyna_settings_set_context_filter_enabled(dleyna_settings_t *settings, + gboolean enabled, + GError **error); + +-GVariant *dleyna_settings_white_list_entries(dleyna_settings_t *settings); ++GVariant *dleyna_settings_context_filter_entries(dleyna_settings_t *settings); + +-void dleyna_settings_set_white_list_entries(dleyna_settings_t *settings, ++void dleyna_settings_set_context_filter_entries(dleyna_settings_t *settings, + GVariant *entries, + GError **error); + +diff -Nuar a/libdleyna/core/white-list.c b/libdleyna/core/white-list.c +--- a/libdleyna/core/white-list.c 2021-04-08 13:22:31.000000000 +0300 ++++ b/libdleyna/core/white-list.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,138 +0,0 @@ +-/* +- * dLeyna +- * +- * Copyright (C) 2012-2017 Intel Corporation. All rights reserved. +- * +- * This program is free software; you can redistribute it and/or modify it +- * under the terms and conditions of the GNU Lesser General Public License, +- * version 2.1, as published by the Free Software Foundation. +- * +- * This program is distributed in the hope it will be useful, but WITHOUT +- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License +- * for more details. +- * +- * You should have received a copy of the GNU Lesser General Public License +- * along with this program; if not, write to the Free Software Foundation, Inc., +- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +- * +- * Ludovic Ferrandis +- * +- */ +- +-#include +- +-#include "white-list.h" +-#include "log.h" +- +-struct dleyna_white_list_t_ { +- GUPnPWhiteList *gupnp_wl; +-}; +- +-#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG +-static void prv_dump_wl_entries(GUPnPWhiteList *wl) +-{ +- GList *l; +- +- l = gupnp_white_list_get_entries(wl); +- +- DLEYNA_LOG_DEBUG_NL(); +- DLEYNA_LOG_DEBUG("White List entries:"); +- +- if (l != NULL) { +- while (l != NULL) { +- DLEYNA_LOG_DEBUG(" Entry: [%s].", (char *)l->data); +- l = l->next; +- } +- } else { +- DLEYNA_LOG_DEBUG(" White List Empty."); +- } +- +- DLEYNA_LOG_DEBUG_NL(); +-} +-#endif +- +-dleyna_white_list_t *dleyna_white_list_new(GUPnPWhiteList *gupnp_wl) +-{ +- dleyna_white_list_t *wl; +- +- if (gupnp_wl != NULL) { +- wl = g_new0(dleyna_white_list_t, 1); +- +- wl->gupnp_wl = gupnp_wl; +- } else { +- wl = NULL; +- DLEYNA_LOG_DEBUG("Parameter must not be NULL"); +- } +- +- +- return wl; +-} +- +-void dleyna_white_list_delete(dleyna_white_list_t *wl) +-{ +- g_free(wl); +-} +- +-void dleyna_white_list_enable(dleyna_white_list_t *wl, +- gboolean enabled) +-{ +- if (wl->gupnp_wl != NULL) { +- gupnp_white_list_set_enabled(wl->gupnp_wl, enabled); +- +- DLEYNA_LOG_DEBUG("White List enabled: %d", enabled); +- } +-} +- +-void dleyna_white_list_add_entries(dleyna_white_list_t *wl, +- GVariant *entries) +-{ +- GVariantIter viter; +- gchar *entry; +- +- DLEYNA_LOG_DEBUG("Enter"); +- +- if ((entries != NULL) && (wl->gupnp_wl != NULL)) { +- (void) g_variant_iter_init(&viter, entries); +- +- while (g_variant_iter_next(&viter, "&s", &entry)) +- (void) gupnp_white_list_add_entry(wl->gupnp_wl, entry); +- +-#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG +- prv_dump_wl_entries(wl->gupnp_wl); +-#endif +- } +- +- DLEYNA_LOG_DEBUG("Exit"); +-} +- +-void dleyna_white_list_remove_entries(dleyna_white_list_t *wl, +- GVariant *entries) +-{ +- GVariantIter viter; +- gchar *entry; +- +- if ((entries != NULL) && (wl->gupnp_wl != NULL)) { +- (void) g_variant_iter_init(&viter, entries); +- +- while (g_variant_iter_next(&viter, "&s", &entry)) +- (void) gupnp_white_list_remove_entry(wl->gupnp_wl, +- entry); +- +-#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG +- prv_dump_wl_entries(wl->gupnp_wl); +-#endif +- } +-} +- +-void dleyna_white_list_clear(dleyna_white_list_t *wl) +-{ +- if (wl->gupnp_wl != NULL) { +- DLEYNA_LOG_DEBUG("Clear white list"); +- gupnp_white_list_clear(wl->gupnp_wl); +- +-#if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG +- prv_dump_wl_entries(wl->gupnp_wl); +-#endif +- } +-} +diff -Nuar a/libdleyna/core/white-list.h b/libdleyna/core/white-list.h +--- a/libdleyna/core/white-list.h 2021-04-08 13:22:31.000000000 +0300 ++++ b/libdleyna/core/white-list.h 1970-01-01 02:00:00.000000000 +0200 +@@ -1,44 +0,0 @@ +-/* +- * dLeyna +- * +- * Copyright (C) 2012-2017 Intel Corporation. All rights reserved. +- * +- * This program is free software; you can redistribute it and/or modify it +- * under the terms and conditions of the GNU Lesser General Public License, +- * version 2.1, as published by the Free Software Foundation. +- * +- * This program is distributed in the hope it will be useful, but WITHOUT +- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License +- * for more details. +- * +- * You should have received a copy of the GNU Lesser General Public License +- * along with this program; if not, write to the Free Software Foundation, Inc., +- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +- * +- * Ludovic Ferrandis +- * +- */ +- +-#ifndef DLEYNA_WHITE_LIST_H__ +-#define DLEYNA_WHITE_LIST_H__ +- +-#include +-#include +- +-typedef struct dleyna_white_list_t_ dleyna_white_list_t; +- +-dleyna_white_list_t *dleyna_white_list_new(GUPnPWhiteList *gupnp_wl); +- +-void dleyna_white_list_delete(dleyna_white_list_t *wl); +- +-void dleyna_white_list_enable(dleyna_white_list_t *wl, gboolean enabled); +- +-void dleyna_white_list_add_entries(dleyna_white_list_t *wl, GVariant *entries); +- +-void dleyna_white_list_remove_entries(dleyna_white_list_t *wl, +- GVariant *entries); +- +-void dleyna_white_list_clear(dleyna_white_list_t *wl); +- +-#endif /* DLEYNA_WHITE_LIST_H__ */ +diff -Nuar a/meson.build b/meson.build +--- a/meson.build 2021-04-08 13:22:31.000000000 +0300 ++++ b/meson.build 2022-06-03 00:22:19.000000000 +0300 +@@ -1,4 +1,8 @@ +-project('dleyna-core', 'c', version: '0.7.0') ++project('dleyna-core', 'c', ++ version: '0.8.0', ++ license: 'LGPL-2.1-or-later', ++ meson_version: '>=0.54.0' ++) + + pkg = import('pkgconfig') + +@@ -32,6 +36,7 @@ + conf.set_quoted('DLEYNA_CONNECTOR_NAME', 'dbus', description : 'IPC connector name') + conf.set_quoted('DLEYNA_CONNECTOR_LIB_PATTERN', 'libdleyna-connector-', description : 'Starting pattern for dleyna connector libraries') + conf.set('DLEYNA_LOG_TYPE', '0', description: 'Define log output technology') ++conf.set('DLEYNA_ENABLE_DEBUG', '1') + + exclusive = get_option('log_level').contains('0') or get_option('log_level').contains('7') or get_option('log_level').contains('8') + +diff -Nuar a/meson_options.txt b/meson_options.txt +--- a/meson_options.txt 2021-04-08 13:22:31.000000000 +0300 ++++ b/meson_options.txt 2022-06-03 00:22:19.000000000 +0300 +@@ -1 +1,2 @@ + option('log_level', type: 'array', choices : ['0', '1', '2', '3', '4', '5', '6', '7', '8'], value : ['7']) ++option('enable_debug', type: 'boolean', value: 'false') +diff -Nuar a/README.md b/README.md +--- a/README.md 2021-04-08 13:22:31.000000000 +0300 ++++ b/README.md 2022-06-03 00:22:19.000000000 +0300 +@@ -16,7 +16,7 @@ + + Clone repository + ``` +- # git clone git://github.com/phako/dleyna-core.git ++ # git clone https://github.com/phako/dleyna-core.git + # cd dleyna-core + ``` + Configure and build diff --git a/network/library/dleyna-core/pspec.xml b/network/library/dleyna-core/pspec.xml new file mode 100644 index 0000000000..de567cfccb --- /dev/null +++ b/network/library/dleyna-core/pspec.xml @@ -0,0 +1,62 @@ + + + + + dleyna-core + https://github.com/phako/dleyna-core + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Library of utility functions that are used by the higher level dLeyna + dleyna-core + Library of utility functions that are used by the higher level dLeyna + https://github.com/phako/dleyna-core/archive/refs/tags/v0.7.0.tar.gz + + meson + glib2-devel + gupnp-devel + + + b88f231.patch + + + + + dleyna-core + + glib2 + gupnp + + + /usr/lib + /usr/share/doc + + + + + dleyna-core-devel + Development files for dleyna-core + + glib2-devel + gupnp-devel + dleyna-core + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2022-08-11 + 0.7.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/network/library/dleyna-core/translations.xml b/network/library/dleyna-core/translations.xml new file mode 100644 index 0000000000..a3c2ac7cae --- /dev/null +++ b/network/library/dleyna-core/translations.xml @@ -0,0 +1,8 @@ + + + + dleyna-core + Library of utility functions that are used by the higher level dLeyna + Library of utility functions that are used by the higher level dLeyna + + diff --git a/network/library/dleyna-renderer/actions.py b/network/library/dleyna-renderer/actions.py new file mode 100644 index 0000000000..85643c02f4 --- /dev/null +++ b/network/library/dleyna-renderer/actions.py @@ -0,0 +1,23 @@ +#!/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(): + pisitools.dosed("libdleyna/renderer/meson.build", "gupnp-1.2", "gupnp-1.6") + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/network/library/dleyna-renderer/files/b3a06c8.patch b/network/library/dleyna-renderer/files/b3a06c8.patch new file mode 100644 index 0000000000..70ad11d6da --- /dev/null +++ b/network/library/dleyna-renderer/files/b3a06c8.patch @@ -0,0 +1,2869 @@ +diff -Nuar a/libdleyna/renderer/async.c b/libdleyna/renderer/async.c +--- a/libdleyna/renderer/async.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/async.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,8 @@ + * + */ + ++#include ++ + #include + #include + +@@ -54,10 +56,6 @@ + { + dlr_async_task_t *cb_data = user_data; + +- if (cb_data->proxy != NULL) +- gupnp_service_proxy_cancel_action(cb_data->proxy, +- cb_data->action); +- + if (!cb_data->error) + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_CANCELLED, +diff -Nuar a/libdleyna/renderer/device.c b/libdleyna/renderer/device.c +--- a/libdleyna/renderer/device.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/device.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,7 @@ + * + */ + ++#include + + #include + #include +@@ -72,6 +73,7 @@ + struct prv_download_info_t_ { + SoupSession *session; + SoupMessage *msg; ++ GCancellable *cancellable; + dlr_async_task_t *task; + }; + +@@ -105,8 +107,8 @@ + static gint prv_compare_rationals(const gchar *a, const gchar *b); + + static void prv_get_position_info(dlr_async_task_t *cb_data, +- const gchar *action_name, +- GUPnPServiceProxyActionCallback callback); ++ const gchar *action_name, ++ GAsyncReadyCallback callback); + + static void prv_unref_variant(gpointer variant) + { +@@ -418,7 +420,7 @@ + g_free(dev->rate); + + g_free(dev->icon.mime_type); +- g_free(dev->icon.bytes); ++ g_bytes_unref(dev->icon.bytes); + + g_free(dev); + } +@@ -680,12 +682,12 @@ + GAsyncResult *res, + gpointer user_data) + { +- gchar *result = NULL; ++ g_autofree gchar *result = NULL; + gboolean end; + GError *error = NULL; + dleyna_gasync_task_t *task = NULL; + prv_new_device_ct_t *priv_t = NULL; +- GUPnPServiceProxyAction *action; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +@@ -722,58 +724,9 @@ + if (task) + dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); + +- if (action) { +- gupnp_service_proxy_action_unref(action); +- } +- +- if (error) +- g_error_free(error); +- +- g_free(result); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_introspection_wrap_cb (GUPnPServiceInfo *info, +- GUPnPServiceIntrospection *introspection, +- const GError *error, +- gpointer user_data) +-{ +- if (error != NULL) { +- g_task_return_error (G_TASK (user_data), +- g_error_copy (error)); +- } else { +- g_task_return_pointer (G_TASK (user_data), +- introspection, +- g_object_unref); +- } +- +- g_object_unref (G_OBJECT (user_data)); +-} +- +-void prv_introspect_async (GUPnPServiceInfo *info, +- GCancellable *cancellable, +- GAsyncReadyCallback callback, +- gpointer user_data) +-{ +- GTask *task = g_task_new (info, cancellable, callback, user_data); +- +- gupnp_service_info_get_introspection_async_full (info, +- prv_introspection_wrap_cb, +- cancellable, +- task); +-} +- +-static GUPnPServiceIntrospection *prv_introspect_finish +- (GUPnPServiceInfo *info, +- GAsyncResult *res, +- GError **error) +-{ +- g_return_val_if_fail (g_task_is_valid (res, info), NULL); +- +- return g_task_propagate_pointer (G_TASK (res), error); +-} +- + static gint compare_speeds(gconstpointer a, gconstpointer b); + + static void prv_introspect_av_cb (GObject *target, +@@ -791,7 +744,8 @@ + + DLEYNA_LOG_DEBUG("Enter"); + +- introspection = prv_introspect_finish (GUPNP_SERVICE_INFO (target), res, &error); ++ introspection = gupnp_service_info_introspect_finish( ++ GUPNP_SERVICE_INFO(target), res, &error); + + if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { + DLEYNA_LOG_WARNING("GetProtocolInfo operation cancelled"); +@@ -855,7 +809,8 @@ + + DLEYNA_LOG_DEBUG("Enter"); + +- introspection = prv_introspect_finish (GUPNP_SERVICE_INFO (target), res, &error); ++ introspection = gupnp_service_info_introspect_finish( ++ GUPNP_SERVICE_INFO(target), res, &error); + + if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { + DLEYNA_LOG_WARNING("GetProtocolInfo operation cancelled"); +@@ -889,38 +844,37 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-static gboolean prv_get_protocol_info( +- dleyna_gasync_task_t *task, +- GObject *target) ++static gboolean prv_get_protocol_info(dleyna_gasync_task_t *task, ++ GObject *target) + { +- GUPnPServiceProxyAction *action; ++ GUPnPServiceProxyAction *action; + +- action = gupnp_service_proxy_action_new("GetProtocolInfo", NULL); ++ action = gupnp_service_proxy_action_new("GetProtocolInfo", NULL); + +- gupnp_service_proxy_call_action_async(GUPNP_SERVICE_PROXY (target), action, +- dleyna_gasync_task_get_cancellable (task), +- prv_get_protocol_info_cb, +- task); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, ++ dleyna_gasync_task_get_cancellable(task), ++ prv_get_protocol_info_cb, task); + +- return FALSE; ++ return FALSE; + } + + static gboolean prv_introspect_av(dleyna_gasync_task_t *task, GObject *target) + { +- prv_introspect_async (GUPNP_SERVICE_INFO (target), +- dleyna_gasync_task_get_cancellable (task), +- prv_introspect_av_cb, +- task); ++ gupnp_service_info_introspect_async( ++ GUPNP_SERVICE_INFO(target), ++ dleyna_gasync_task_get_cancellable(task), prv_introspect_av_cb, ++ task); + + return FALSE; + } + + static gboolean prv_introspect_rc(dleyna_gasync_task_t *task, GObject *target) + { +- prv_introspect_async (GUPNP_SERVICE_INFO (target), +- dleyna_gasync_task_get_cancellable (task), +- prv_introspect_rc_cb, +- task); ++ gupnp_service_info_introspect_async( ++ GUPNP_SERVICE_INFO(target), ++ dleyna_gasync_task_get_cancellable(task), prv_introspect_rc_cb, ++ task); + + return FALSE; + } +@@ -1994,32 +1948,34 @@ + prv_process_protocol_info(device, sink); + } + +-static void prv_get_position_info_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_position_info_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { + gchar *result = NULL; +- const gchar *message; +- gboolean end; + dlr_async_task_t *cb_data = user_data; +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + GVariantBuilder *changed_props_vb; + GVariant *changed_props; + +- end = gupnp_service_proxy_end_action( +- cb_data->proxy, cb_data->action, &error, +- "RelTime", G_TYPE_STRING, &result, +- NULL); ++ g_autoptr(GUPnPServiceProxyAction) action = ++ gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "GetPositionInfo operation failed: %s", +- message); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ // Do nothing. The task wil already be deleted by the queue ++ return; ++ } + +- if (error != NULL) +- g_error_free(error); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "RelTime", ++ G_TYPE_STRING, &result, ++ NULL); ++ } ++ ++ if(error != NULL) { ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "GetPositionInfo operation failed: %s", error->message); + + goto on_error; + } +@@ -2045,35 +2001,38 @@ + on_error: + + (void) g_idle_add(dlr_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + } + +-static void prv_get_byte_position_info_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_byte_position_info_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { +- gchar *result = NULL; +- const gchar *message; +- gboolean end; ++ g_autofree gchar *result = NULL; + dlr_async_task_t *cb_data = user_data; +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + GVariantBuilder *changed_props_vb; + GVariant *changed_props; + +- end = gupnp_service_proxy_end_action( +- cb_data->proxy, cb_data->action, &error, +- "RelByte", G_TYPE_STRING, &result, +- NULL); ++ g_autoptr(GUPnPServiceProxyAction) action = ++ gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "X_DLNA_GetBytePositionInfo operation failed: %s", +- message); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ // Do nothing. The task already was deleted ++ return; ++ } ++ ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "RelByte", ++ G_TYPE_STRING, &result, ++ NULL); ++ } + +- if (error != NULL) +- g_error_free(error); ++ if(error != NULL) { ++ cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, ++ DLEYNA_ERROR_OPERATION_FAILED, ++ "X_DLNA_GetBytePositionInfo " ++ "operation failed: %s", ++ error->message); + + goto on_error; + } +@@ -2082,48 +2041,49 @@ + + g_strstrip(result); + +- prv_add_relcount(cb_data->device, result, changed_props_vb); ++ prv_add_reltime(cb_data->device, result, changed_props_vb); + +- changed_props = g_variant_ref_sink( +- g_variant_builder_end(changed_props_vb)); ++ changed_props = ++ g_variant_ref_sink(g_variant_builder_end(changed_props_vb)); + prv_emit_signal_properties_changed(cb_data->device, +- DLR_INTERFACE_PLAYER, +- changed_props); ++ DLR_INTERFACE_PLAYER, changed_props); + g_variant_unref(changed_props); + g_variant_builder_unref(changed_props_vb); + +- g_free(result); +- + prv_get_prop(cb_data); + + on_error: + + (void) g_idle_add(dlr_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + } + +-static void prv_get_all_position_info_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_all_position_info_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { + gchar *result = NULL; + dlr_async_task_t *cb_data = user_data; +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + dlr_device_data_t *device_data = cb_data->private; + GVariantBuilder *changed_props_vb; + GVariant *changed_props; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, +- cb_data->action, &error, +- "RelTime", G_TYPE_STRING, &result, +- NULL)) { +- if (error != NULL) { +- DLEYNA_LOG_WARNING( +- "GetPositionInfo operation failed: %s", +- error->message); ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- g_error_free(error); +- } ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "RelTime", ++ G_TYPE_STRING, &result, ++ NULL); ++ } ++ ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("GetPositionInfo operation failed: %s", ++ error->message); + } + + if (result == NULL) { +@@ -2166,32 +2126,40 @@ + on_complete: + + prv_get_props(cb_data); ++ ++on_error: + (void) g_idle_add(dlr_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + return; + } + +-static void prv_get_all_byte_position_info_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_all_byte_position_info_cb(GObject *source, ++ GAsyncResult *res, ++ gpointer user_data) + { + gchar *result = NULL; + dlr_async_task_t *cb_data = user_data; +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + dlr_device_data_t *device_data = cb_data->private; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, +- cb_data->action, &error, +- "RelByte", G_TYPE_STRING, &result, +- NULL)) { +- if (error != NULL) { +- DLEYNA_LOG_WARNING( +- "X_DLNA_GetBytePositionInfo operation failed: %s", +- error->message); ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- g_error_free(error); +- } ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "RelByte", ++ G_TYPE_STRING, &result, ++ NULL); ++ } ++ ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING( ++ "X_DLNA_GetBytePositionInfo operation failed: %s", ++ error->message); + } + + if (result == NULL) { +@@ -2204,41 +2172,33 @@ + + device_data->ut.get_all_position.rel_cnt = result; + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, +- "GetPositionInfo", +- prv_get_all_position_info_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "GetPositionInfo", "InstanceID", G_TYPE_INT, 0, NULL); + +- return; ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(source), cb_data->action, ++ cb_data->cancellable, prv_get_all_position_info_cb, cb_data); + } + + static void prv_get_position_info(dlr_async_task_t *cb_data, +- const gchar *action_name, +- GUPnPServiceProxyActionCallback callback) ++ const gchar *action_name, ++ GAsyncReadyCallback callback) + { + dlr_device_context_t *context; + + context = dlr_device_get_context(cb_data->device); + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->proxy = context->service_proxies.av_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.av_proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, +- action_name, +- callback, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ action_name, "InstanceID", G_TYPE_INT, 0, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, callback, ++ cb_data); + } + + /***********************************************************************/ +@@ -2452,7 +2412,6 @@ + GVariant *val; + GUPnPDeviceInfo *info; + dlr_device_context_t *context; +- dlr_service_proxies_t *service_proxies; + dlr_props_t *props = &device->props; + GVariantBuilder *changed_props_vb; + GVariant *changed_props; +@@ -2502,29 +2461,37 @@ + g_variant_unref(changed_props); + g_variant_builder_unref(changed_props_vb); + +-on_lost_device: +- + return device_alive; + } + +-static void prv_simple_call_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_simple_call_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { + dlr_async_task_t *cb_data = user_data; +- GError *upnp_error = NULL; ++ g_autoptr(GError) upnp_error = NULL; + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &upnp_error, NULL)) { +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Operation failed: %s", +- upnp_error->message); +- g_error_free(upnp_error); ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; ++ ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &upnp_error); ++ ++ if(g_error_matches(upnp_error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ // TODO: Work-around to catch SOAP errors ++ if(upnp_error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &upnp_error, ++ NULL); ++ } ++ ++ if(upnp_error != NULL) { ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Operation failed: %s", upnp_error->message); + } + + (void) g_idle_add(dlr_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + } + + static void prv_set_volume(dlr_async_task_t *cb_data, GVariant *params) +@@ -2536,15 +2503,14 @@ + DLEYNA_LOG_INFO("Set device volume to %d/%d", (guint)volume, + cb_data->device->max_volume); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, "SetVolume", +- prv_simple_call_cb, cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Channel", +- G_TYPE_STRING, "Master", +- "DesiredVolume", +- G_TYPE_UINT, (guint) volume, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "SetVolume", "InstanceID", G_TYPE_INT, 0, "Channel", ++ G_TYPE_STRING, "Master", "DesiredVolume", G_TYPE_UINT, ++ (guint) volume, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + } + + static void prv_set_mute(dlr_async_task_t *cb_data, GVariant *params) +@@ -2555,15 +2521,14 @@ + + DLEYNA_LOG_INFO("Set device mute state to %s", mute ? "TRUE" : "FALSE"); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, "SetMute", +- prv_simple_call_cb, cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Channel", +- G_TYPE_STRING, "Master", +- "DesiredMute", +- G_TYPE_BOOLEAN, mute, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "SetMute", "InstanceID", G_TYPE_INT, 0, "Channel", ++ G_TYPE_STRING, "Master", "DesiredMute", G_TYPE_BOOLEAN, mute, ++ NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + } + + static GVariant *prv_get_rate_value_from_double(GVariant *params, +@@ -2721,10 +2686,6 @@ + + context = dlr_device_get_context(device); + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->proxy = context->service_proxies.rc_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.rc_proxy)), +@@ -2761,7 +2722,7 @@ + dlr_async_task_t *cb_data = (dlr_async_task_t *)task; + dlr_task_get_prop_t *get_prop = &task->ut.get_prop; + const gchar *get_position_action; +- GUPnPServiceProxyActionCallback get_position_cb; ++ GAsyncReadyCallback get_position_cb; + + cb_data->cb = cb; + cb_data->device = device; +@@ -2861,23 +2822,17 @@ + cb_data->cb = cb; + cb_data->device = device; + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->proxy = context->service_proxies.av_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.av_proxy)), +- (gpointer *)&cb_data->proxy); ++ (gpointer *) &cb_data->proxy); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- "Play", +- prv_simple_call_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Speed", G_TYPE_STRING, +- device->rate, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Play", "InstanceID", G_TYPE_INT, 0, "Speed", G_TYPE_STRING, ++ device->rate, NULL); ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + } + + void dlr_device_play_pause(dlr_device_t *device, dlr_task_t *task, +@@ -2907,22 +2862,17 @@ + cb_data->cb = cb; + cb_data->device = device; + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->proxy = context->service_proxies.av_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.av_proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- command_name, +- prv_simple_call_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ command_name, "InstanceID", G_TYPE_INT, 0, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + } + + void dlr_device_pause(dlr_device_t *device, dlr_task_t *task, +@@ -3012,23 +2962,32 @@ + g_variant_builder_unref(changed_props_vb); + } + +-static void prv_open_uri_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_open_uri_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { + dlr_async_task_t *cb_data = user_data; +- GError *upnp_error = NULL; ++ g_autoptr(GError) upnp_error = NULL; + #if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG + gchar *type; + #endif + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &upnp_error, NULL)) { +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Operation failed: %s", +- upnp_error->message); +- g_error_free(upnp_error); ++ g_autoptr(GUPnPServiceProxyAction) action = ++ gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &upnp_error); ++ ++ if(g_error_matches(upnp_error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(upnp_error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &upnp_error, ++ NULL); ++ } ++ ++ if(upnp_error != NULL) { ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Operation failed: %s", upnp_error->message); + + goto on_error; + } +@@ -3049,22 +3008,19 @@ + #endif + + if (cb_data->task.type == DLR_TASK_OPEN_URI) { +- cb_data->action = +- gupnp_service_proxy_begin_action( +- cb_data->proxy, +- "Play", +- prv_simple_call_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Speed", G_TYPE_STRING, +- cb_data->device->rate, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Play", "InstanceID", G_TYPE_INT, 0, "Speed", ++ G_TYPE_STRING, cb_data->device->rate, NULL); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(source), cb_data->action, ++ cb_data->cancellable, prv_simple_call_cb, cb_data); ++ + goto on_exit; + } + + on_error: + + (void) g_idle_add(dlr_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + on_exit: + return; +@@ -3086,28 +3042,20 @@ + cb_data->cb = cb; + cb_data->device = device; + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->proxy = context->service_proxies.av_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.av_proxy)), +- (gpointer *)&cb_data->proxy); ++ (gpointer *) &cb_data->proxy); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- open_uri_data->operation, +- prv_open_uri_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- open_uri_data->uri_type, +- G_TYPE_STRING, +- open_uri_data->uri, +- open_uri_data->metadata_type, +- G_TYPE_STRING, +- metadata ? metadata : "", +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ open_uri_data->operation, "InstanceID", G_TYPE_INT, 0, ++ open_uri_data->uri_type, G_TYPE_STRING, open_uri_data->uri, ++ open_uri_data->metadata_type, G_TYPE_STRING, ++ metadata ? metadata : "", NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_open_uri_cb, cb_data); + } + + static void prv_device_set_position(dlr_device_t *device, dlr_task_t *task, +@@ -3117,7 +3065,7 @@ + dlr_device_context_t *context; + dlr_async_task_t *cb_data = (dlr_async_task_t *)task; + dlr_task_seek_t *seek_data = &task->ut.seek; +- gchar *position; ++ g_autofree gchar *position = NULL; + + context = dlr_device_get_context(device); + cb_data->cb = cb; +@@ -3133,27 +3081,19 @@ + + DLEYNA_LOG_INFO("set %s position : %s", pos_type, position); + +- cb_data->cancel_id = +- g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dlr_async_task_cancelled), +- cb_data, NULL); + cb_data->cancellable = cb_data->cancellable; + cb_data->proxy = context->service_proxies.av_proxy; + + g_object_add_weak_pointer((G_OBJECT(context->service_proxies.av_proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- "Seek", +- prv_simple_call_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Unit", G_TYPE_STRING, +- pos_type, +- "Target", +- G_TYPE_STRING, position, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Seek", "InstanceID", G_TYPE_INT, 0, "Unit", G_TYPE_STRING, ++ pos_type, "Target", G_TYPE_STRING, position, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + + g_free(position); + } +@@ -3164,7 +3104,7 @@ + { + dlr_async_task_t *cb_data = (dlr_async_task_t *)task; + dlr_task_seek_t *seek_data = &task->ut.seek; +- gchar *position; ++ g_autofree gchar *position; + + cb_data->cb = cb; + cb_data->device = device; +@@ -3177,54 +3117,48 @@ + + DLEYNA_LOG_INFO("set %s position : %s", pos_type, position); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- "Seek", +- prv_simple_call_cb, +- cb_data, +- "InstanceID", G_TYPE_INT, 0, +- "Unit", G_TYPE_STRING, +- pos_type, +- "Target", +- G_TYPE_STRING, position, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Seek", "InstanceID", G_TYPE_INT, 0, "Unit", G_TYPE_STRING, ++ pos_type, "Target", G_TYPE_STRING, position, NULL); + +- g_free(position); ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_simple_call_cb, cb_data); + } + +-static void prv_complete_seek_get_position(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_complete_seek_get_position(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { +- gchar *result = NULL; +- const gchar *message; +- gboolean end; +- GError *error = NULL; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GError) error = NULL; + dlr_async_task_t *cb_data = user_data; + dlr_task_t *task = &cb_data->task; + dlr_task_seek_t *seek_data = &task->ut.seek; + guint64 count; + +- end = gupnp_service_proxy_end_action( +- proxy, action, &error, +- (task->type == DLR_TASK_SEEK) ? +- "RelTime" : "RelByte", +- G_TYPE_STRING, &result, +- NULL); ++ g_autoptr(GUPnPServiceProxyAction) action = ++ gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- cb_data->error = +- g_error_new( +- DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "%s operation failed: %s", +- (task->type == DLR_TASK_SEEK) ? +- "GetPositionInfo" : "X_DLNA_GetBytePositionInfo", +- message); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (error != NULL) +- g_error_free(error); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, ++ (task->type == DLR_TASK_SEEK) ? "RelTime" : "RelByte", ++ G_TYPE_STRING, &result, NULL); ++ } ++ ++ if(error != NULL) { ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "%s operation failed: %s", ++ (task->type == DLR_TASK_SEEK) ++ ? "GetPositionInfo" ++ : "X_DLNA_GetBytePositionInfo", ++ error->message); + + goto on_error; + } +@@ -3245,14 +3179,11 @@ + "X_DLNA_REL_BYTE", cb_data->cb); + } + +- g_free(result); +- + return; + + on_error: + + (void) g_idle_add(dlr_async_task_complete, task); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + } + + void dlr_device_seek(dlr_device_t *device, dlr_task_t *task, +@@ -3338,10 +3269,10 @@ + { + GVariant *out_p[2]; + +- out_p[0] = g_variant_new_fixed_array(G_VARIANT_TYPE_BYTE, +- device->icon.bytes, +- device->icon.size, +- 1); ++ gsize size; ++ gconstpointer data = g_bytes_get_data(device->icon.bytes, &size); ++ out_p[0] = ++ g_variant_new_fixed_array(G_VARIANT_TYPE_BYTE, data, size, 1); + out_p[1] = g_variant_new_string(device->icon.mime_type); + task->result = g_variant_ref_sink(g_variant_new_tuple(out_p, 2)); + } +@@ -3354,41 +3285,45 @@ + dlr_async_task_cancelled(cancellable, download->task); + + if (download->msg) { +- soup_session_cancel_message(download->session, download->msg, +- SOUP_STATUS_CANCELLED); ++ g_cancellable_cancel(download->cancellable); + DLEYNA_LOG_DEBUG("Cancelling device icon download"); + } + } + + static void prv_free_download_info(prv_download_info_t *download) + { +- if (download->msg) +- g_object_unref(download->msg); +- g_object_unref(download->session); ++ g_clear_object(&download->msg); ++ g_clear_object(&download->session); ++ g_clear_object(&download->cancellable); + g_free(download); + } + +-static void prv_get_icon_session_cb(SoupSession *session, +- SoupMessage *msg, +- gpointer user_data) ++static void prv_get_icon_session_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { + prv_download_info_t *download = (prv_download_info_t *)user_data; + dlr_async_task_t *cb_data = (dlr_async_task_t *)download->task; + dlr_device_t *device = (dlr_device_t *)cb_data->device; ++ g_autoptr(GError) error = NULL; ++ GBytes *data; + +- if (msg->status_code == SOUP_STATUS_CANCELLED) ++ data = soup_session_send_and_read_finish(SOUP_SESSION(source), res, ++ &error); ++ ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) + goto out; + +- if (SOUP_STATUS_IS_SUCCESSFUL(msg->status_code)) { +- device->icon.size = msg->response_body->length; +- device->icon.bytes = g_malloc(device->icon.size); +- memcpy(device->icon.bytes, msg->response_body->data, +- device->icon.size); ++ SoupStatus status = soup_message_get_status(download->msg); ++ ++ if(SOUP_STATUS_IS_SUCCESSFUL(status)) { ++ device->icon.bytes = data; + + prv_build_icon_result(device, &cb_data->task); + } else { + DLEYNA_LOG_DEBUG("Failed to GET device icon: %s", +- msg->reason_phrase); ++ error != NULL ? error->message ++ : soup_message_get_reason_phrase( ++ download->msg)); + + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_OPERATION_FAILED, +@@ -3415,7 +3350,7 @@ + cb_data->cb = cb; + cb_data->device = device; + +- if (device->icon.size != 0) { ++ if(device->icon.bytes != NULL) { + prv_build_icon_result(device, task); + goto end; + } +@@ -3437,6 +3372,7 @@ + download->session = soup_session_new(); + download->msg = soup_message_new(SOUP_METHOD_GET, url); + download->task = cb_data; ++ download->cancellable = g_cancellable_new(); + + if (!download->msg) { + DLEYNA_LOG_WARNING("Invalid URL %s", url); +@@ -3455,9 +3391,9 @@ + G_CALLBACK(prv_get_icon_cancelled), + download, NULL); + +- g_object_ref(download->msg); +- soup_session_queue_message(download->session, download->msg, +- prv_get_icon_session_cb, download); ++ soup_session_send_and_read_async( ++ download->session, download->msg, G_PRIORITY_DEFAULT, ++ download->cancellable, prv_get_icon_session_cb, download); + + g_free(url); + +diff -Nuar a/libdleyna/renderer/device.h b/libdleyna/renderer/device.h +--- a/libdleyna/renderer/device.h 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/device.h 2022-06-03 00:20:47.000000000 +0300 +@@ -67,8 +67,7 @@ + typedef struct dlr_device_icon_t_ dlr_device_icon_t; + struct dlr_device_icon_t_ { + gchar *mime_type; +- guchar *bytes; +- gsize size; ++ GBytes *bytes; + }; + + struct dlr_device_t_ { +diff -Nuar a/libdleyna/renderer/gasync-task.c b/libdleyna/renderer/gasync-task.c +--- a/libdleyna/renderer/gasync-task.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/gasync-task.c 2022-06-03 00:20:47.000000000 +0300 +@@ -18,6 +18,8 @@ + * + */ + ++#include ++ + #include "gasync-task.h" + #include + +diff -Nuar a/libdleyna/renderer/host-service.c b/libdleyna/renderer/host-service.c +--- a/libdleyna/renderer/host-service.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/host-service.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,7 @@ + * + */ + ++#include + + #include + #include +@@ -253,8 +254,7 @@ + { + dlr_host_server_t *server = host_server; + +- if (server) { +- soup_server_quit(server->soup_server); ++ if(server) { + g_object_unref(server->soup_server); + g_hash_table_unref(server->files); + g_free(server); +@@ -296,41 +296,49 @@ + } + } + +-static void prv_soup_server_cb(SoupServer *server, SoupMessage *msg, +- const char *path, GHashTable *query, +- SoupClientContext *client, gpointer user_data) ++static void prv_soup_server_cb(SoupServer *server, SoupServerMessage *msg, ++ const char *path, GHashTable *query, ++ gpointer user_data) + { + dlr_host_file_t *hf; + dlr_host_server_t *hs = user_data; + const gchar *file_name; + const char *hdr; ++ const char *method = soup_server_message_get_method(msg); + +- if ((msg->method != SOUP_METHOD_GET) && +- (msg->method != SOUP_METHOD_HEAD)) { +- soup_message_set_status(msg, SOUP_STATUS_NOT_IMPLEMENTED); ++ if((method != SOUP_METHOD_GET) && (method != SOUP_METHOD_HEAD)) { ++ soup_server_message_set_status(msg, SOUP_STATUS_NOT_IMPLEMENTED, ++ NULL); + goto on_error; + } + + hf = prv_host_server_find_file(hs, path, &file_name); + + if (!hf) { +- soup_message_set_status(msg, SOUP_STATUS_NOT_FOUND); ++ soup_server_message_set_status(msg, SOUP_STATUS_NOT_FOUND, ++ NULL); + goto on_error; + } + +- hdr = soup_message_headers_get_one(msg->request_headers, +- "getContentFeatures.dlna.org"); ++ SoupMessageHeaders *request_headers = ++ soup_server_message_get_request_headers(msg); ++ SoupMessageHeaders *response_headers = ++ soup_server_message_get_response_headers(msg); ++ hdr = soup_message_headers_get_one(request_headers, ++ "getContentFeatures.dlna.org"); + + if (hdr) { + if (strcmp(hdr, "1") != 0) { +- soup_message_set_status(msg, SOUP_STATUS_BAD_REQUEST); ++ soup_server_message_set_status( ++ msg, SOUP_STATUS_BAD_REQUEST, NULL); + goto on_error; + } + + if ((hf->dlna_header) && strlen(hf->dlna_header) > 0) +- soup_message_headers_append(msg->response_headers, +- "contentFeatures.dlna.org", +- hf->dlna_header); ++ ++ soup_message_headers_append(response_headers, ++ "contentFeatures.dlna.org", ++ hf->dlna_header); + } + + if (hf->mapped_file) { +@@ -342,33 +350,32 @@ + NULL); + + if (!hf->mapped_file) { +- soup_message_set_status(msg, +- SOUP_STATUS_NOT_FOUND); ++ soup_server_message_set_status( ++ msg, SOUP_STATUS_NOT_FOUND, NULL); + goto on_error; + } + + hf->mapped_count = 1; + } + +- if (msg->method == SOUP_METHOD_GET) { ++ if(method == SOUP_METHOD_GET) { + g_signal_connect(msg, "finished", + G_CALLBACK(prv_soup_message_finished_cb), hf); + +- soup_message_set_response( +- msg, hf->mime_type, +- SOUP_MEMORY_STATIC, +- g_mapped_file_get_contents(hf->mapped_file), +- g_mapped_file_get_length(hf->mapped_file)); ++ soup_server_message_set_response( ++ msg, hf->mime_type, SOUP_MEMORY_STATIC, ++ g_mapped_file_get_contents(hf->mapped_file), ++ g_mapped_file_get_length(hf->mapped_file)); + } else { +- soup_message_headers_set_content_type(msg->response_headers, +- hf->mime_type, NULL); ++ soup_message_headers_set_content_type(response_headers, ++ hf->mime_type, NULL); + + soup_message_headers_set_content_length( +- msg->response_headers, ++ response_headers, + g_mapped_file_get_length(hf->mapped_file)); + } + +- soup_message_set_status(msg, SOUP_STATUS_OK); ++ soup_server_message_set_status(msg, SOUP_STATUS_OK, NULL); + + on_error: + +@@ -380,27 +387,24 @@ + GError **error) + { + dlr_host_server_t *server = NULL; +- SoupAddress *addr; +- +- addr = soup_address_new(device_if, port); +- +- if (soup_address_resolve_sync(addr, NULL) != SOUP_STATUS_OK) { +- *error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_HOST_FAILED, +- "Unable to create host server on %s", +- device_if); +- goto on_error; +- } + + server = g_new(dlr_host_server_t, 1); + server->files = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, prv_host_file_delete); + +- server->soup_server = soup_server_new(SOUP_SERVER_INTERFACE, addr, +- NULL); ++ server->soup_server = soup_server_new(NULL, NULL); ++ GSocketAddress *addr = ++ g_inet_socket_address_new_from_string(device_if, port); ++ soup_server_listen(server->soup_server, addr, ++ (SoupServerListenOptions) 0, error); + soup_server_add_handler(server->soup_server, DLR_HOST_SERVICE_ROOT, +- prv_soup_server_cb, server, NULL); +- soup_server_run_async(server->soup_server); ++ prv_soup_server_cb, server, NULL); ++ ++ if(error != NULL && *error != NULL) { ++ g_clear_object(&server->soup_server); ++ goto on_error; ++ } ++ + server->counter = 0; + + on_error: +@@ -429,6 +433,7 @@ + unsigned int i; + dlr_host_file_t *hf; + gchar *str; ++ g_autoslist(GUri) uris = NULL; + + hf = g_hash_table_lookup(server->files, file); + +@@ -449,9 +454,9 @@ + g_ptr_array_add(hf->clients, g_strdup(client)); + } + ++ uris = soup_server_get_uris(server->soup_server); + str = g_strdup_printf("http://%s:%d%s", device_if, +- soup_server_get_port(server->soup_server), +- hf->path); ++ g_uri_get_port(uris->data), hf->path); + + return str; + +diff -Nuar a/libdleyna/renderer/manager.c b/libdleyna/renderer/manager.c +--- a/libdleyna/renderer/manager.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/manager.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,12 +20,14 @@ + * + */ + ++#include ++ + #include + #include + ++#include + #include + #include +-#include + + #include "async.h" + #include "manager.h" +@@ -35,14 +37,14 @@ + struct dlr_manager_t_ { + dleyna_connector_id_t connection; + GUPnPContextManager *cm; +- dleyna_white_list_t *wl; ++ dleyna_context_filter_t *cf; + }; + +-static GVariant *prv_build_wl_entries(dleyna_settings_t *settings) ++static GVariant *prv_build_cf_entries(dleyna_settings_t *settings) + { + GVariant *result; + +- result = dleyna_settings_white_list_entries(settings); ++ result = dleyna_settings_context_filter_entries(settings); + + if (result == NULL) + result = g_variant_new("as", NULL); +@@ -57,13 +59,13 @@ + dleyna_settings_is_never_quit( + settings))); + +- g_variant_builder_add(vb, "{sv}", DLR_INTERFACE_PROP_WHITE_LIST_ENABLED, +- g_variant_new_boolean( +- dleyna_settings_is_white_list_enabled( +- settings))); ++ g_variant_builder_add( ++ vb, "{sv}", DLR_INTERFACE_PROP_WHITE_LIST_ENABLED, ++ g_variant_new_boolean( ++ dleyna_settings_is_context_filter_enabled(settings))); + + g_variant_builder_add(vb, "{sv}", DLR_INTERFACE_PROP_WHITE_LIST_ENTRIES, +- prv_build_wl_entries(settings)); ++ prv_build_cf_entries(settings)); + } + + static GVariant *prv_get_prop(dleyna_settings_t *settings, const gchar *prop) +@@ -79,10 +81,9 @@ + settings))); + else if (!strcmp(prop, DLR_INTERFACE_PROP_WHITE_LIST_ENABLED)) + retval = g_variant_ref_sink(g_variant_new_boolean( +- dleyna_settings_is_white_list_enabled( +- settings))); ++ dleyna_settings_is_context_filter_enabled(settings))); + else if (!strcmp(prop, DLR_INTERFACE_PROP_WHITE_LIST_ENTRIES)) +- retval = g_variant_ref_sink(prv_build_wl_entries(settings)); ++ retval = g_variant_ref_sink(prv_build_cf_entries(settings)); + + #if DLEYNA_LOG_LEVEL & DLEYNA_LOG_LEVEL_DEBUG + if (retval) { +@@ -95,9 +96,8 @@ + return retval; + } + +-static void prv_wl_notify_prop(dlr_manager_t *manager, +- const gchar *prop_name, +- GVariant *prop_val) ++static void prv_cf_notify_prop(dlr_manager_t *manager, const gchar *prop_name, ++ GVariant *prop_val) + { + GVariant *val; + GVariantBuilder array; +@@ -122,13 +122,13 @@ + GUPnPContextManager *connection_manager) + { + dlr_manager_t *manager = g_new0(dlr_manager_t, 1); +- GUPnPWhiteList *gupnp_wl; ++ GUPnPContextFilter *gupnp_cf; + +- gupnp_wl = gupnp_context_manager_get_white_list(connection_manager); ++ gupnp_cf = gupnp_context_manager_get_context_filter(connection_manager); + + manager->connection = connection; + manager->cm = connection_manager; +- manager->wl = dleyna_white_list_new(gupnp_wl); ++ manager->cf = dleyna_context_filter_new(gupnp_cf); + + return manager; + } +@@ -136,14 +136,14 @@ + void dlr_manager_delete(dlr_manager_t *manager) + { + if (manager != NULL) { +- dleyna_white_list_delete(manager->wl); ++ dleyna_context_filter_delete(manager->cf); + g_free(manager); + } + } + +-dleyna_white_list_t *dlr_manager_get_white_list(dlr_manager_t *manager) ++dleyna_context_filter_t *dlr_manager_get_context_filter(dlr_manager_t *manager) + { +- return manager->wl; ++ return manager->cf; + } + + void dlr_manager_get_all_props(dlr_manager_t *manager, +@@ -243,9 +243,8 @@ + + if (*error == NULL) { + prop_val = g_variant_new_boolean(never_quit); +- prv_wl_notify_prop(manager, +- DLR_INTERFACE_PROP_NEVER_QUIT, +- prop_val); ++ prv_cf_notify_prop(manager, DLR_INTERFACE_PROP_NEVER_QUIT, ++ prop_val); + } + + exit: +@@ -253,31 +252,30 @@ + return; + } + +-static void prv_set_prop_wl_enabled(dlr_manager_t *manager, +- dleyna_settings_t *settings, +- gboolean enabled, +- GError **error) ++static void prv_set_prop_cf_enabled(dlr_manager_t *manager, ++ dleyna_settings_t *settings, ++ gboolean enabled, GError **error) + { + GVariant *prop_val; + gboolean old_val; + + DLEYNA_LOG_DEBUG("Enter %d", enabled); + +- old_val = dleyna_settings_is_white_list_enabled(settings); ++ old_val = dleyna_settings_is_context_filter_enabled(settings); + + if (old_val == enabled) + goto exit; + + /* If no error, the white list will be updated in the reload callack + */ +- dleyna_settings_set_white_list_enabled(settings, enabled, error); ++ dleyna_settings_set_context_filter_enabled(settings, enabled, error); + + if (*error == NULL) { +- dleyna_white_list_enable(manager->wl, enabled); ++ dleyna_context_filter_enable(manager->cf, enabled); + prop_val = g_variant_new_boolean(enabled); +- prv_wl_notify_prop(manager, +- DLR_INTERFACE_PROP_WHITE_LIST_ENABLED, +- prop_val); ++ prv_cf_notify_prop(manager, ++ DLR_INTERFACE_PROP_WHITE_LIST_ENABLED, ++ prop_val); + } + + exit: +@@ -285,10 +283,9 @@ + return; + } + +-static void prv_set_prop_wl_entries(dlr_manager_t *manager, +- dleyna_settings_t *settings, +- GVariant *entries, +- GError **error) ++static void prv_set_prop_cf_entries(dlr_manager_t *manager, ++ dleyna_settings_t *settings, ++ GVariant *entries, GError **error) + { + DLEYNA_LOG_DEBUG("Enter"); + +@@ -304,15 +301,15 @@ + /* If no error, the white list will be updated in the reload callack + * callack + */ +- dleyna_settings_set_white_list_entries(settings, entries, error); ++ dleyna_settings_set_context_filter_entries(settings, entries, error); + + if (*error == NULL) { +- dleyna_white_list_clear(manager->wl); +- dleyna_white_list_add_entries(manager->wl, entries); ++ dleyna_context_filter_clear(manager->cf); ++ dleyna_context_filter_add_entries(manager->cf, entries); + +- prv_wl_notify_prop(manager, +- DLR_INTERFACE_PROP_WHITE_LIST_ENTRIES, +- entries); ++ prv_cf_notify_prop(manager, ++ DLR_INTERFACE_PROP_WHITE_LIST_ENTRIES, ++ entries); + } + exit: + DLEYNA_LOG_DEBUG("Exit"); +@@ -352,11 +349,10 @@ + g_variant_get_boolean(param), + &error); + else if (!strcmp(name, DLR_INTERFACE_PROP_WHITE_LIST_ENABLED)) +- prv_set_prop_wl_enabled(manager, settings, +- g_variant_get_boolean(param), +- &error); ++ prv_set_prop_cf_enabled(manager, settings, ++ g_variant_get_boolean(param), &error); + else if (!strcmp(name, DLR_INTERFACE_PROP_WHITE_LIST_ENTRIES)) +- prv_set_prop_wl_entries(manager, settings, param, &error); ++ prv_set_prop_cf_entries(manager, settings, param, &error); + else + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_UNKNOWN_PROPERTY, +diff -Nuar a/libdleyna/renderer/manager.h b/libdleyna/renderer/manager.h +--- a/libdleyna/renderer/manager.h 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/manager.h 2022-06-03 00:20:47.000000000 +0300 +@@ -24,6 +24,7 @@ + #define DLR_MANAGER_H__ + + #include ++#include + #include + #include + +@@ -37,7 +38,7 @@ + + void dlr_manager_delete(dlr_manager_t *manager); + +-dleyna_white_list_t *dlr_manager_get_white_list(dlr_manager_t *manager); ++dleyna_context_filter_t *dlr_manager_get_context_filter(dlr_manager_t *manager); + + void dlr_manager_get_all_props(dlr_manager_t *manager, + dleyna_settings_t *settings, +diff -Nuar a/libdleyna/renderer/server.c b/libdleyna/renderer/server.c +--- a/libdleyna/renderer/server.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/server.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,7 @@ + * + */ + ++#include + + #include + #include +@@ -30,11 +31,11 @@ + #include + + #include ++#include + #include + #include + #include + #include +-#include + + #include "async.h" + #include "control-point-renderer.h" +@@ -138,358 +139,336 @@ + + static const gchar g_root_introspection[] = + "" +- " " +- " " +- " " ++ " " ++ " " + " " +- " " ++ " " + " " +- " " +- " " ++ " " + " " +- " " ++ " " + " " +- " " +- " " ++ " " ++ " " + " " +- " " +- " " ++ " " ++ " " + " " +- " " +- " " +- " " + " " +- " " +- " " +- " " ++ " " ++ " " +- " " +- " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " +- " " +- " " + " " +- " " +- " " +- " " +- " " ++ " " ++ " " ++ " " ++ " " + " " + " " + ""; + + static const gchar g_server_introspection[] = + "" +- " " +- " " +- " " ++ " " ++ " " +- " " +- " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " +- " " +- " " + " " +- " " +- " " +- " " +- " " ++ " " ++ " " ++ " " ++ " " + " " + " " +- " " +- " " ++ " " ++ " " + " " +- " " ++ " " + " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " + " " +- " " +- " " ++ " " ++ " " + " " +- " " ++ " " + " " +- " " ++ " " + " " +- " " ++ " " + " " +- " " ++ " " + " " +- " " ++ " " + " " +- " " +- " " ++ " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " + " " +- " " +- " " ++ " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " +- " " + " " +- " " +- " " ++ " " + " " +- " " +- " " +- " " +- " " + " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " + " " +- " " +- " " +- " " ++ " " ++ " " +- " " + " " +- " " +- " " ++ " " + " " + " " +- " " +- " " ++ " " ++ " " + " " +- " " +- " " ++ " " +- " " +- " " +- " " + " " + " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " +- " " + " " + ""; + + static const gchar *g_manager_interfaces[DLR_MANAGER_INTERFACE_INFO_MAX] = { + /* MUST be in the exact same order as g_root_introspection */ +- DLEYNA_SERVER_INTERFACE_MANAGER, +- DLR_INTERFACE_PROPERTIES ++ DLEYNA_SERVER_INTERFACE_MANAGER, DLR_INTERFACE_PROPERTIES + }; + + static void prv_process_task(dleyna_task_atom_t *task, gpointer user_data); + +-static void prv_manager_root_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); +- +-static void prv_manager_props_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); ++static void prv_manager_root_method_call( ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); ++ ++static void prv_manager_props_method_call( ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); + + static void prv_dlr_device_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); ++ const gchar *sender, const gchar *object, ++ const gchar *interface, ++ const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); + + static void prv_props_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); ++ const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); + + static void prv_dlr_player_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); +- +-static void prv_dlr_push_host_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); ++ const gchar *sender, const gchar *object, ++ const gchar *interface, ++ const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); ++ ++static void prv_dlr_push_host_method_call( ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); + + static void prv_renderer_device_method_call( +- dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation); ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation); + + static const dleyna_connector_dispatch_cb_t +- g_root_vtables[DLR_MANAGER_INTERFACE_INFO_MAX] = { +- /* MUST be in the exact same order as g_root_introspection */ +- prv_manager_root_method_call, +- prv_manager_props_method_call +-}; ++ g_root_vtables[DLR_MANAGER_INTERFACE_INFO_MAX] = { ++ /* MUST be in the exact same order as g_root_introspection */ ++ prv_manager_root_method_call, prv_manager_props_method_call ++ }; + + static const dleyna_connector_dispatch_cb_t +- g_server_vtables[DLR_INTERFACE_INFO_MAX] = { +- /* MUST be in the exact same order as g_server_introspection */ +- prv_props_method_call, +- prv_dlr_device_method_call, +- prv_dlr_player_method_call, +- prv_dlr_push_host_method_call, +- prv_renderer_device_method_call +-}; ++ g_server_vtables[DLR_INTERFACE_INFO_MAX] = { ++ /* MUST be in the exact same order as g_server_introspection */ ++ prv_props_method_call, prv_dlr_device_method_call, ++ prv_dlr_player_method_call, prv_dlr_push_host_method_call, ++ prv_renderer_device_method_call ++ }; + + static const gchar *g_server_interfaces[DLR_INTERFACE_INFO_MAX] = { + /* MUST be in the exact same order as g_server_introspection */ +- DLR_INTERFACE_PROPERTIES, +- DLR_INTERFACE_SERVER, +- DLR_INTERFACE_PLAYER, +- DLEYNA_INTERFACE_PUSH_HOST, +- DLEYNA_SERVER_INTERFACE_RENDERER_DEVICE ++ DLR_INTERFACE_PROPERTIES, DLR_INTERFACE_SERVER, DLR_INTERFACE_PLAYER, ++ DLEYNA_INTERFACE_PUSH_HOST, DLEYNA_SERVER_INTERFACE_RENDERER_DEVICE + }; + + const gchar *dlr_renderer_get_interface_name(guint index) +@@ -516,10 +495,10 @@ + { + GError *error; + +- switch (task->type) { ++ switch(task->type) { + case DLR_TASK_GET_VERSION: +- task->result = g_variant_ref_sink(g_variant_new_string( +- VERSION)); ++ task->result = ++ g_variant_ref_sink(g_variant_new_string(VERSION)); + dlr_task_complete(task); + break; + case DLR_TASK_GET_SERVERS: +@@ -533,8 +512,8 @@ + case DLR_TASK_RAISE: + case DLR_TASK_QUIT: + error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_NOT_SUPPORTED, +- "Command not supported."); ++ DLEYNA_ERROR_NOT_SUPPORTED, ++ "Command not supported."); + dlr_task_fail(task, error); + g_error_free(error); + break; +@@ -553,7 +532,7 @@ + { + DLEYNA_LOG_DEBUG("Enter"); + +- if (!error) { ++ if(!error) { + dlr_task_complete(task); + } else { + dlr_task_fail(task, error); +@@ -567,92 +546,87 @@ + + static void prv_process_async_task(dlr_task_t *task) + { +- dlr_async_task_t *async_task = (dlr_async_task_t *)task; ++ dlr_async_task_t *async_task = (dlr_async_task_t *) task; + + DLEYNA_LOG_DEBUG("Enter"); + + async_task->cancellable = g_cancellable_new(); + +- switch (task->type) { ++ switch(task->type) { + case DLR_TASK_GET_PROP: + dlr_upnp_get_prop(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_GET_ALL_PROPS: + dlr_upnp_get_all_props(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_SET_PROP: + dlr_upnp_set_prop(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_PLAY: +- dlr_upnp_play(g_context.upnp, task, +- prv_async_task_complete); ++ dlr_upnp_play(g_context.upnp, task, prv_async_task_complete); + break; + case DLR_TASK_PAUSE: +- dlr_upnp_pause(g_context.upnp, task, +- prv_async_task_complete); ++ dlr_upnp_pause(g_context.upnp, task, prv_async_task_complete); + break; + case DLR_TASK_PLAY_PAUSE: + dlr_upnp_play_pause(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_STOP: +- dlr_upnp_stop(g_context.upnp, task, +- prv_async_task_complete); ++ dlr_upnp_stop(g_context.upnp, task, prv_async_task_complete); + break; + case DLR_TASK_NEXT: +- dlr_upnp_next(g_context.upnp, task, +- prv_async_task_complete); ++ dlr_upnp_next(g_context.upnp, task, prv_async_task_complete); + break; + case DLR_TASK_PREVIOUS: + dlr_upnp_previous(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_OPEN_URI: + case DLR_TASK_OPEN_NEXT_URI: + case DLR_TASK_SET_URI: + dlr_upnp_open_uri(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_SEEK: + case DLR_TASK_BYTE_SEEK: +- dlr_upnp_seek(g_context.upnp, task, +- prv_async_task_complete); ++ dlr_upnp_seek(g_context.upnp, task, prv_async_task_complete); + break; + case DLR_TASK_SET_POSITION: + case DLR_TASK_SET_BYTE_POSITION: + dlr_upnp_set_position(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_GOTO_TRACK: + dlr_upnp_goto_track(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_HOST_URI: + dlr_upnp_host_uri(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_REMOVE_URI: + dlr_upnp_remove_uri(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_GET_ICON: + dlr_upnp_get_icon(g_context.upnp, task, +- prv_async_task_complete); ++ prv_async_task_complete); + break; + case DLR_TASK_MANAGER_GET_PROP: + dlr_manager_get_prop(g_context.manager, g_context.settings, +- task, prv_async_task_complete); ++ task, prv_async_task_complete); + break; + case DLR_TASK_MANAGER_GET_ALL_PROPS: + dlr_manager_get_all_props(g_context.manager, g_context.settings, +- task, prv_async_task_complete); ++ task, prv_async_task_complete); + break; + case DLR_TASK_MANAGER_SET_PROP: + dlr_manager_set_prop(g_context.manager, g_context.settings, +- task, prv_async_task_complete); ++ task, prv_async_task_complete); + break; + default: + break; +@@ -663,9 +637,9 @@ + + static void prv_process_task(dleyna_task_atom_t *task, gpointer user_data) + { +- dlr_task_t *client_task = (dlr_task_t *)task; ++ dlr_task_t *client_task = (dlr_task_t *) task; + +- if (client_task->synchronous) ++ if(client_task->synchronous) + prv_process_sync_task(client_task); + else + prv_process_async_task(client_task); +@@ -673,26 +647,26 @@ + + static void prv_cancel_task(dleyna_task_atom_t *task, gpointer user_data) + { +- dlr_task_cancel((dlr_task_t *)task); ++ dlr_task_cancel((dlr_task_t *) task); + } + + static void prv_delete_task(dleyna_task_atom_t *task, gpointer user_data) + { +- dlr_task_delete((dlr_task_t *)task); ++ dlr_task_delete((dlr_task_t *) task); + } + + static void prv_remove_client(const gchar *name) + { + dleyna_task_processor_remove_queues_for_source(g_context.processor, +- name); ++ name); + + dlr_upnp_lost_client(g_context.upnp, name); + +- if (g_context.watchers > 0) ++ if(g_context.watchers > 0) + g_context.watchers--; + +- if (g_context.watchers == 0) +- if (!dleyna_settings_is_never_quit(g_context.settings)) ++ if(g_context.watchers == 0) ++ if(!dleyna_settings_is_never_quit(g_context.settings)) + dleyna_task_processor_set_quitting(g_context.processor); + } + +@@ -703,8 +677,8 @@ + } + + static void prv_control_point_initialize(const dleyna_connector_t *connector, +- dleyna_task_processor_t *processor, +- dleyna_settings_t *settings) ++ dleyna_task_processor_t *processor, ++ dleyna_settings_t *settings) + { + memset(&g_context, 0, sizeof(g_context)); + +@@ -720,69 +694,61 @@ + { + uint i; + +- if (g_context.upnp) { ++ if(g_context.upnp) { + dlr_upnp_unsubscribe(g_context.upnp); + dlr_upnp_delete(g_context.upnp); + g_context.upnp = NULL; + } + +- if (g_context.connection) { +- for (i = 0; i < DLR_MANAGER_INTERFACE_INFO_MAX; i++) +- if (g_context.dlr_id[i]) ++ if(g_context.connection) { ++ for(i = 0; i < DLR_MANAGER_INTERFACE_INFO_MAX; i++) ++ if(g_context.dlr_id[i]) + g_context.connector->unpublish_object( +- g_context.connection, +- g_context.dlr_id[i]); ++ g_context.connection, ++ g_context.dlr_id[i]); + } + } + +-static void prv_control_point_free(void) +-{ +-} ++static void prv_control_point_free(void) {} + + static void prv_add_task(dlr_task_t *task, const gchar *source, +- const gchar *sink) ++ const gchar *sink) + { + const dleyna_task_queue_key_t *queue_id; + +- if (g_context.connector->watch_client(source)) ++ if(g_context.connector->watch_client(source)) + g_context.watchers++; + + queue_id = dleyna_task_processor_lookup_queue(g_context.processor, +- source, sink); +- if (!queue_id) ++ source, sink); ++ if(!queue_id) + queue_id = dleyna_task_processor_add_queue( +- g_context.processor, +- source, +- sink, +- DLEYNA_TASK_QUEUE_FLAG_AUTO_START, +- prv_process_task, +- prv_cancel_task, +- prv_delete_task); ++ g_context.processor, source, sink, ++ DLEYNA_TASK_QUEUE_FLAG_AUTO_START, prv_process_task, ++ prv_cancel_task, prv_delete_task); + + dleyna_task_queue_add_task(queue_id, &task->atom); + } + + static void prv_manager_root_method_call( +- dleyna_connector_id_t conn, +- const gchar *sender, const gchar *object, +- const gchar *interface, +- const gchar *method, GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + + DLEYNA_LOG_INFO("Calling %s method", method); + +- if (!strcmp(method, DLR_INTERFACE_RELEASE)) { ++ if(!strcmp(method, DLR_INTERFACE_RELEASE)) { + g_context.connector->unwatch_client(sender); + prv_remove_client(sender); + g_context.connector->return_response(invocation, NULL); + } else { +- if (!strcmp(method, DLR_INTERFACE_GET_VERSION)) ++ if(!strcmp(method, DLR_INTERFACE_GET_VERSION)) + task = dlr_task_get_version_new(invocation); +- else if (!strcmp(method, DLR_INTERFACE_GET_RENDERERS)) ++ else if(!strcmp(method, DLR_INTERFACE_GET_RENDERERS)) + task = dlr_task_get_servers_new(invocation); +- else if (!strcmp(method, DLR_INTERFACE_RESCAN)) ++ else if(!strcmp(method, DLR_INTERFACE_RESCAN)) + task = dlr_task_rescan_new(invocation); + else + goto finished; +@@ -795,30 +761,27 @@ + return; + } + +-static void prv_manager_props_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++static void prv_manager_props_method_call( ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + GError *error = NULL; + +- if (!strcmp(method, DLR_INTERFACE_GET_ALL)) ++ if(!strcmp(method, DLR_INTERFACE_GET_ALL)) + task = dlr_task_manager_get_props_new(invocation, object, +- parameters, &error); +- else if (!strcmp(method, DLR_INTERFACE_GET)) ++ parameters, &error); ++ else if(!strcmp(method, DLR_INTERFACE_GET)) + task = dlr_task_manager_get_prop_new(invocation, object, +- parameters, &error); +- else if (!strcmp(method, DLR_INTERFACE_SET)) ++ parameters, &error); ++ else if(!strcmp(method, DLR_INTERFACE_SET)) + task = dlr_task_manager_set_prop_new(invocation, object, +- parameters, &error); ++ parameters, &error); + else + goto finished; + +- if (!task) { ++ if(!task) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + +@@ -836,16 +799,16 @@ + { + dlr_device_t *device; + +- device = dlr_device_from_path(object, +- dlr_upnp_get_server_udn_map(g_context.upnp)); ++ device = dlr_device_from_path( ++ object, dlr_upnp_get_server_udn_map(g_context.upnp)); + +- +- if (!device) { ++ if(!device) { + DLEYNA_LOG_WARNING("Cannot locate device for %s", object); + + *error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OBJECT_NOT_FOUND, +- "Cannot locate device corresponding to the specified path"); ++ DLEYNA_ERROR_OBJECT_NOT_FOUND, ++ "Cannot locate device corresponding to " ++ "the specified path"); + goto on_error; + } + +@@ -857,30 +820,28 @@ + } + + static void prv_props_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++ const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + const gchar *device_id; + GError *error = NULL; + + device_id = prv_get_device_id(object, &error); +- if (!device_id) { ++ if(!device_id) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + + goto finished; + } + +- if (!strcmp(method, DLR_INTERFACE_GET_ALL)) ++ if(!strcmp(method, DLR_INTERFACE_GET_ALL)) + task = dlr_task_get_props_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_GET)) ++ else if(!strcmp(method, DLR_INTERFACE_GET)) + task = dlr_task_get_prop_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_SET)) ++ else if(!strcmp(method, DLR_INTERFACE_SET)) + task = dlr_task_set_prop_new(invocation, object, parameters); + else + goto finished; +@@ -893,28 +854,27 @@ + } + + static void prv_dlr_device_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++ const gchar *sender, const gchar *object, ++ const gchar *interface, ++ const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + const gchar *device_id; + GError *error = NULL; + + device_id = prv_get_device_id(object, &error); +- if (!device_id) { ++ if(!device_id) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + + goto finished; + } + +- if (!strcmp(method, DLR_INTERFACE_RAISE)) ++ if(!strcmp(method, DLR_INTERFACE_RAISE)) + task = dlr_task_raise_new(invocation); +- else if (!strcmp(method, DLR_INTERFACE_QUIT)) ++ else if(!strcmp(method, DLR_INTERFACE_QUIT)) + task = dlr_task_quit_new(invocation); + else + goto finished; +@@ -927,57 +887,56 @@ + } + + static void prv_dlr_player_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++ const gchar *sender, const gchar *object, ++ const gchar *interface, ++ const gchar *method, ++ GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + const gchar *device_id; + GError *error = NULL; + + device_id = prv_get_device_id(object, &error); +- if (!device_id) { ++ if(!device_id) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + + goto finished; + } + +- if (!strcmp(method, DLR_INTERFACE_PLAY)) ++ if(!strcmp(method, DLR_INTERFACE_PLAY)) + task = dlr_task_play_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_PAUSE)) ++ else if(!strcmp(method, DLR_INTERFACE_PAUSE)) + task = dlr_task_pause_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_PLAY_PAUSE)) ++ else if(!strcmp(method, DLR_INTERFACE_PLAY_PAUSE)) + task = dlr_task_play_pause_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_STOP)) ++ else if(!strcmp(method, DLR_INTERFACE_STOP)) + task = dlr_task_stop_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_NEXT)) ++ else if(!strcmp(method, DLR_INTERFACE_NEXT)) + task = dlr_task_next_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_PREVIOUS)) ++ else if(!strcmp(method, DLR_INTERFACE_PREVIOUS)) + task = dlr_task_previous_new(invocation, object); +- else if (!strcmp(method, DLR_INTERFACE_OPEN_URI)) ++ else if(!strcmp(method, DLR_INTERFACE_OPEN_URI)) + task = dlr_task_open_uri_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_OPEN_URI_EX)) ++ else if(!strcmp(method, DLR_INTERFACE_OPEN_URI_EX)) + task = dlr_task_open_uri_ex_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_OPEN_NEXT_URI)) ++ else if(!strcmp(method, DLR_INTERFACE_OPEN_NEXT_URI)) + task = dlr_task_open_next_uri_new(invocation, object, +- parameters); +- else if (!strcmp(method, DLR_INTERFACE_SET_URI)) ++ parameters); ++ else if(!strcmp(method, DLR_INTERFACE_SET_URI)) + task = dlr_task_set_uri_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_SEEK)) ++ else if(!strcmp(method, DLR_INTERFACE_SEEK)) + task = dlr_task_seek_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_BYTE_SEEK)) ++ else if(!strcmp(method, DLR_INTERFACE_BYTE_SEEK)) + task = dlr_task_byte_seek_new(invocation, object, parameters); +- else if (!strcmp(method, DLR_INTERFACE_SET_POSITION)) ++ else if(!strcmp(method, DLR_INTERFACE_SET_POSITION)) + task = dlr_task_set_position_new(invocation, object, +- parameters); +- else if (!strcmp(method, DLR_INTERFACE_SET_BYTE_POSITION)) ++ parameters); ++ else if(!strcmp(method, DLR_INTERFACE_SET_BYTE_POSITION)) + task = dlr_task_set_byte_position_new(invocation, object, +- parameters); +- else if (!strcmp(method, DLR_INTERFACE_GOTO_TRACK)) ++ parameters); ++ else if(!strcmp(method, DLR_INTERFACE_GOTO_TRACK)) + task = dlr_task_goto_track_new(invocation, object, parameters); + else + goto finished; +@@ -989,32 +948,29 @@ + return; + } + +-static void prv_dlr_push_host_method_call(dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++static void prv_dlr_push_host_method_call( ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + const gchar *device_id; + GError *error = NULL; + + device_id = prv_get_device_id(object, &error); +- if (!device_id) { ++ if(!device_id) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + + goto on_error; + } + +- if (!strcmp(method, DLR_INTERFACE_HOST_FILE)) ++ if(!strcmp(method, DLR_INTERFACE_HOST_FILE)) + task = dlr_task_host_uri_new(invocation, object, sender, +- parameters); +- else if (!strcmp(method, DLR_INTERFACE_REMOVE_FILE)) ++ parameters); ++ else if(!strcmp(method, DLR_INTERFACE_REMOVE_FILE)) + task = dlr_task_remove_uri_new(invocation, object, sender, +- parameters); ++ parameters); + else + goto on_error; + +@@ -1026,13 +982,9 @@ + } + + static void prv_renderer_device_method_call( +- dleyna_connector_id_t conn, +- const gchar *sender, +- const gchar *object, +- const gchar *interface, +- const gchar *method, +- GVariant *parameters, +- dleyna_connector_msg_id_t invocation) ++ dleyna_connector_id_t conn, const gchar *sender, const gchar *object, ++ const gchar *interface, const gchar *method, GVariant *parameters, ++ dleyna_connector_msg_id_t invocation) + { + dlr_task_t *task; + const gchar *device_id = NULL; +@@ -1040,22 +992,21 @@ + const dleyna_task_queue_key_t *queue_id; + + device_id = prv_get_device_id(object, &error); +- if (!device_id) { ++ if(!device_id) { + g_context.connector->return_error(invocation, error); + g_error_free(error); + + goto finished; + } + +- if (!strcmp(method, DLR_INTERFACE_CANCEL)) { ++ if(!strcmp(method, DLR_INTERFACE_CANCEL)) { + queue_id = dleyna_task_processor_lookup_queue( +- g_context.processor, +- sender, device_id); +- if (queue_id) ++ g_context.processor, sender, device_id); ++ if(queue_id) + dleyna_task_processor_cancel_queue(queue_id); + + g_context.connector->return_response(invocation, NULL); +- } else if (!strcmp(method, DLR_INTERFACE_GET_ICON)) { ++ } else if(!strcmp(method, DLR_INTERFACE_GET_ICON)) { + task = dlr_task_get_icon_new(invocation, object, parameters); + + prv_add_task(task, sender, device_id); +@@ -1070,75 +1021,67 @@ + { + DLEYNA_LOG_INFO("New media server %s", path); + +- (void) g_context.connector->notify(g_context.connection, +- DLEYNA_SERVER_OBJECT, +- DLEYNA_SERVER_INTERFACE_MANAGER, +- DLR_INTERFACE_FOUND_RENDERER, +- g_variant_new("(o)", path), +- NULL); ++ (void) g_context.connector->notify( ++ g_context.connection, DLEYNA_SERVER_OBJECT, ++ DLEYNA_SERVER_INTERFACE_MANAGER, DLR_INTERFACE_FOUND_RENDERER, ++ g_variant_new("(o)", path), NULL); + } + + static void prv_lost_media_server(const gchar *path) + { + DLEYNA_LOG_INFO("Lost %s", path); + +- (void) g_context.connector->notify(g_context.connection, +- DLEYNA_SERVER_OBJECT, +- DLEYNA_SERVER_INTERFACE_MANAGER, +- DLR_INTERFACE_LOST_RENDERER, +- g_variant_new("(o)", path), +- NULL); ++ (void) g_context.connector->notify( ++ g_context.connection, DLEYNA_SERVER_OBJECT, ++ DLEYNA_SERVER_INTERFACE_MANAGER, DLR_INTERFACE_LOST_RENDERER, ++ g_variant_new("(o)", path), NULL); + + dleyna_task_processor_remove_queues_for_sink(g_context.processor, path); + } + +-static void prv_white_list_init(void) ++static void prv_context_filter_init(void) + { + gboolean enabled; + GVariant *entries; +- dleyna_white_list_t *wl; ++ dleyna_context_filter_t *cf; + + DLEYNA_LOG_DEBUG("Enter"); + +- enabled = dleyna_settings_is_white_list_enabled(g_context.settings); +- entries = dleyna_settings_white_list_entries(g_context.settings); ++ enabled = dleyna_settings_is_context_filter_enabled(g_context.settings); ++ entries = dleyna_settings_context_filter_entries(g_context.settings); + +- wl = dlr_manager_get_white_list(g_context.manager); ++ cf = dlr_manager_get_context_filter(g_context.manager); + +- dleyna_white_list_enable(wl, enabled); +- dleyna_white_list_add_entries(wl, entries); ++ dleyna_context_filter_enable(cf, enabled); ++ dleyna_context_filter_add_entries(cf, entries); + + DLEYNA_LOG_DEBUG("Exit"); + } + + static gboolean prv_control_point_start_service( +- dleyna_connector_id_t connection) ++ dleyna_connector_id_t connection) + { + gboolean retval = TRUE; + uint i; + + g_context.connection = connection; + +- for (i = 0; i < DLR_MANAGER_INTERFACE_INFO_MAX; i++) ++ for(i = 0; i < DLR_MANAGER_INTERFACE_INFO_MAX; i++) + g_context.dlr_id[i] = g_context.connector->publish_object( +- connection, +- DLEYNA_SERVER_OBJECT, +- TRUE, +- g_manager_interfaces[i], +- g_root_vtables + i); +- +- if (g_context.dlr_id[DLR_MANAGER_INTERFACE_MANAGER]) { +- g_context.upnp = dlr_upnp_new(connection, +- dleyna_settings_port(g_context.settings), +- dleyna_settings_push_host_port(g_context.settings), +- g_server_vtables, +- prv_found_media_server, +- prv_lost_media_server); +- +- g_context.manager = dlr_manager_new(connection, +- dlr_upnp_get_context_manager( +- g_context.upnp)); +- prv_white_list_init(); ++ connection, DLEYNA_SERVER_OBJECT, TRUE, ++ g_manager_interfaces[i], g_root_vtables + i); ++ ++ if(g_context.dlr_id[DLR_MANAGER_INTERFACE_MANAGER]) { ++ g_context.upnp = dlr_upnp_new( ++ connection, dleyna_settings_port(g_context.settings), ++ dleyna_settings_push_host_port(g_context.settings), ++ g_server_vtables, prv_found_media_server, ++ prv_lost_media_server); ++ ++ g_context.manager = dlr_manager_new( ++ connection, ++ dlr_upnp_get_context_manager(g_context.upnp)); ++ prv_context_filter_init(); + } else { + retval = FALSE; + } +diff -Nuar a/libdleyna/renderer/task.c b/libdleyna/renderer/task.c +--- a/libdleyna/renderer/task.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/task.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,8 @@ + * + */ + ++#include ++ + #include + #include + +diff -Nuar a/libdleyna/renderer/upnp.c b/libdleyna/renderer/upnp.c +--- a/libdleyna/renderer/upnp.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/libdleyna/renderer/upnp.c 2022-06-03 00:20:47.000000000 +0300 +@@ -20,6 +20,8 @@ + * + */ + ++#include ++ + #include + + #include +@@ -162,7 +164,7 @@ + udn = gupnp_device_info_get_udn((GUPnPDeviceInfo *)proxy); + + ip_address = gssdp_client_get_host_ip( +- GSSDP_CLIENT(gupnp_control_point_get_context(cp))); ++ gssdp_resource_browser_get_client(GSSDP_RESOURCE_BROWSER(cp))); + + if (!udn || !ip_address) + goto on_error; +@@ -244,7 +246,7 @@ + udn = gupnp_device_info_get_udn((GUPnPDeviceInfo *)proxy); + + ip_address = gssdp_client_get_host_ip( +- GSSDP_CLIENT(gupnp_control_point_get_context(cp))); ++ gssdp_resource_browser_get_client(GSSDP_RESOURCE_BROWSER(cp))); + + if (!udn || !ip_address) + goto on_error; +diff -Nuar a/meson.build b/meson.build +--- a/meson.build 2021-10-26 18:51:33.000000000 +0300 ++++ b/meson.build 2022-06-03 00:20:47.000000000 +0300 +@@ -70,12 +70,12 @@ + + glib = dependency('glib-2.0', version: '>= 2.28') + gio = dependency('gio-2.0', version: '>=2.28') +-gssdp = dependency('gssdp-1.2', version: '>= 1.2.0') +-gupnp = dependency('gupnp-1.2', version: '>= 1.2.0') ++gssdp = dependency('gssdp-1.6', version: '>= 1.4.0') ++gupnp = dependency('gupnp-1.6', version: '>= 1.4.0') + gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.12.9') + gupnp_dlna = dependency('gupnp-dlna-2.0', version: '>= 0.9.4') +-soup = dependency('libsoup-2.4', version: '>= 2.42.0') +-dleyna_core = dependency('dleyna-core-1.0', version: '>= 0.6.0', fallback: 'dleyna-core-1.0') ++soup = dependency('libsoup-3.0', version: '>= 3.0') ++dleyna_core = dependency('dleyna-core-1.0', version: '>= 0.8.0', fallback: 'dleyna-core-1.0') + + cc = meson.get_compiler('c') + math = cc.find_library('m', required: false) +diff -Nuar a/server/daemon.c b/server/daemon.c +--- a/server/daemon.c 2021-10-26 18:51:33.000000000 +0300 ++++ b/server/daemon.c 2022-06-03 00:20:47.000000000 +0300 +@@ -21,6 +21,8 @@ + * + */ + ++#include ++ + #include + #include + diff --git a/network/library/dleyna-renderer/pspec.xml b/network/library/dleyna-renderer/pspec.xml new file mode 100644 index 0000000000..4f1257f1b7 --- /dev/null +++ b/network/library/dleyna-renderer/pspec.xml @@ -0,0 +1,98 @@ + + + + + dleyna-renderer + https://github.com/phako/dleyna-renderer + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Library to discover and manipulate Digital Media Renderers + dleyna-renderer + Dijital Medya Oluşturucuları keşfetmek ve işlemek için kitaplık + https://github.com/phako/dleyna-renderer/archive/refs/tags/v0.7.2.tar.gz + + meson + glib2-devel + gssdp-devel + gupnp-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + + + b3a06c8.patch + + + + + dleyna-renderer + + glib2 + gssdp + gupnp + gupnp-av + libsoup3 + gupnp-dlna + dleyna-core + + + / + + + + + + + dleyna-renderer-devel + Development files for dleyna-renderer + + glib2-devel + gssdp-devel + gupnp-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + dleyna-renderer + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2022-08-11 + 0.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/network/library/dleyna-renderer/translations.xml b/network/library/dleyna-renderer/translations.xml new file mode 100644 index 0000000000..e19a024d24 --- /dev/null +++ b/network/library/dleyna-renderer/translations.xml @@ -0,0 +1,8 @@ + + + + dleyna-renderer + Library to discover and manipulate Digital Media Renderers + Dijital Medya Oluşturucuları keşfetmek ve işlemek için kitaplık + + diff --git a/network/misc/dleyna-server/actions.py b/network/misc/dleyna-server/actions.py new file mode 100644 index 0000000000..ff6dbdd25d --- /dev/null +++ b/network/misc/dleyna-server/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 mesontools +from pisi.actionsapi import get + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/network/misc/dleyna-server/files/e7f6419.patch b/network/misc/dleyna-server/files/e7f6419.patch new file mode 100644 index 0000000000..c9512da291 --- /dev/null +++ b/network/misc/dleyna-server/files/e7f6419.patch @@ -0,0 +1,3494 @@ +diff -Nuar a/libdleyna/server/async.c b/libdleyna/server/async.c +--- a/libdleyna/server/async.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/async.c 2022-06-02 23:36:05.000000000 +0300 +@@ -82,10 +82,6 @@ + { + dls_async_task_t *cb_data = user_data; + +- if (cb_data->proxy != NULL) +- gupnp_service_proxy_cancel_action(cb_data->proxy, +- cb_data->action); +- + if (!cb_data->error) + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_CANCELLED, +diff -Nuar a/libdleyna/server/device.c b/libdleyna/server/device.c +--- a/libdleyna/server/device.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/device.c 2022-06-02 23:36:05.000000000 +0300 +@@ -20,6 +20,8 @@ + * + */ + ++#include ++ + #include + #include + #include +@@ -45,7 +47,7 @@ + #include + #include + #include +-#include ++#include + + #include "device.h" + #include "interface.h" +@@ -90,6 +92,7 @@ + struct dls_device_upload_t_ { + SoupSession *soup_session; + SoupMessage *msg; ++ GCancellable *cancellable; + GMappedFile *mapped_file; + gchar *body; + gsize body_length; +@@ -108,6 +111,7 @@ + typedef struct dls_device_download_t_ dls_device_download_t; + struct dls_device_download_t_ { + SoupSession *session; ++ GCancellable *cancellable; + SoupMessage *msg; + dls_async_task_t *task; + }; +@@ -165,13 +169,12 @@ + static void prv_get_sr_token_for_props(GUPnPServiceProxy *proxy, + const dls_device_t *device, + dls_async_task_t *cb_data); +-static void prv_browse_objects_end_action_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_browse_objects_end_action_cb(GObject *target, ++ GAsyncResult *res, + gpointer user_data); +-static GUPnPServiceProxyAction *prv_browse_objects_begin_action_cb( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed); ++static gboolean prv_browse_objects_begin_action_cb( ++ dleyna_gasync_task_t *task, ++ GObject *target); + + static void prv_get_sleeping_for_props(GUPnPServiceProxy *proxy, + const dls_device_t *device, +@@ -375,7 +378,7 @@ + g_variant_unref(dev->sort_ext_caps); + g_variant_unref(dev->feature_list); + g_free(dev->icon.mime_type); +- g_free(dev->icon.bytes); ++ g_bytes_unref(dev->icon.bytes); + g_free(dev); + } + } +@@ -1232,49 +1235,52 @@ + g_error_free(error); + } + +-static void prv_get_feature_list_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_get_feature_list_cb(GObject *source, GAsyncResult *res, + gpointer user_data) + { +- gchar *result = NULL; +- gboolean end; +- GError *error = NULL; +- prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *)user_data; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GError) error = NULL; ++ dleyna_gasync_task_t *task = user_data; ++ prv_new_device_ct_t *priv_t = ++ (prv_new_device_ct_t *) dleyna_gasync_task_get_user_data(task); ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; ++ ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); ++ ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + + priv_t->dev->construct_step++; +- end = gupnp_service_proxy_end_action(proxy, action, &error, ++ if (error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, + "FeatureList", G_TYPE_STRING, + &result, NULL); ++ } + +- if (!end || (result == NULL)) { ++ if (error != NULL) { + DLEYNA_LOG_WARNING("GetFeatureList operation failed: %s", +- ((error != NULL) ? error->message +- : "Invalid result")); +- goto on_error; +- } ++ error->message); ++ } else { ++ DLEYNA_LOG_DEBUG("GetFeatureList result: %s", result); + +- DLEYNA_LOG_DEBUG("GetFeatureList result: %s", result); ++ prv_get_feature_list_analyze(priv_t->dev, result); ++ } + +- prv_get_feature_list_analyze(priv_t->dev, result); ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); ++} + +-on_error: +- if (error != NULL) +- g_error_free(error); ++static gboolean prv_get_feature_list(dleyna_gasync_task_t *task, GObject *proxy) ++{ ++ GUPnPServiceProxyAction *action = ++ gupnp_service_proxy_action_new("GetFeatureList", NULL); + +- g_free(result); +-} ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(proxy), action, dleyna_gasync_task_get_cancellable(task), ++ prv_get_feature_list_cb, task); + +-static GUPnPServiceProxyAction *prv_get_feature_list( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) +-{ +- *failed = FALSE; +- +- return gupnp_service_proxy_begin_action( +- proxy, "GetFeatureList", +- dleyna_service_task_begin_action_cb, +- task, NULL); ++ return FALSE; + } + + static void prv_get_sort_ext_capabilities_analyze(dls_device_t *device, +@@ -1310,51 +1316,56 @@ + #endif + } + +-static void prv_get_sort_ext_capabilities_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_sort_ext_capabilities_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { +- gchar *result = NULL; +- gboolean end; +- GError *error = NULL; +- prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *)user_data; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GError) error = NULL; ++ dleyna_gasync_task_t *task = user_data; ++ prv_new_device_ct_t *priv_t = ++ (prv_new_device_ct_t *) dleyna_gasync_task_get_user_data(task); ++ g_autoptr(GUPnPServiceProxyAction) action; + +- priv_t->dev->construct_step++; +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "SortExtensionCaps", +- G_TYPE_STRING, &result, NULL); ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- if (!end || (result == NULL)) { +- DLEYNA_LOG_WARNING( +- "GetSortExtensionCapabilities operation failed: %s", +- ((error != NULL) ? error->message : "Invalid result")); +- goto on_error; ++ g_print("Sort ext\n"); ++ ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; + } + +- DLEYNA_LOG_DEBUG("GetSortExtensionCapabilities result: %s", result); ++ priv_t->dev->construct_step++; + +- prv_get_sort_ext_capabilities_analyze(priv_t->dev, result); ++ if (error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "SortCaps", ++ G_TYPE_STRING, &result, NULL); ++ } + +-on_error: ++ if (error!= NULL) { ++ DLEYNA_LOG_WARNING("GetSortCapabilitiesExt operation failed: %s", ++ error->message); + +- if (error) +- g_error_free(error); ++ } else { ++ DLEYNA_LOG_DEBUG("GetSortCapabilities result: %s", result); + +- g_free(result); ++ prv_get_sort_ext_capabilities_analyze(priv_t->dev, result); ++ } ++ ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); + } + +-static GUPnPServiceProxyAction *prv_get_sort_ext_capabilities( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) +-{ +- *failed = FALSE; +- +- return gupnp_service_proxy_begin_action( +- proxy, +- "GetSortExtensionCapabilities", +- dleyna_service_task_begin_action_cb, +- task, NULL); ++static gboolean prv_get_sort_ext_capabilities(dleyna_gasync_task_t *task, ++ GObject *target) ++{ ++ GUPnPServiceProxyAction *action = ++ gupnp_service_proxy_action_new("GetSortExtensionCapabilities", NULL); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, ++ dleyna_gasync_task_get_cancellable(task), ++ prv_get_sort_ext_capabilities_cb, task); ++ ++ return FALSE; + } + + static void prv_get_capabilities_analyze(GHashTable *property_map, +@@ -1405,117 +1416,125 @@ + #endif + } + +-static void prv_get_sort_capabilities_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_get_sort_capabilities_cb(GObject *source, ++ GAsyncResult *res, + gpointer user_data) + { +- gchar *result = NULL; +- gboolean end; +- GError *error = NULL; +- prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *)user_data; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GError) error = NULL; ++ dleyna_gasync_task_t *task = user_data; ++ prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *) dleyna_gasync_task_get_user_data(task); ++ g_autoptr(GUPnPServiceProxyAction) action; ++ ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + + priv_t->dev->construct_step++; +- end = gupnp_service_proxy_end_action(proxy, action, &error, "SortCaps", +- G_TYPE_STRING, &result, NULL); + +- if (!end || (result == NULL)) { +- DLEYNA_LOG_WARNING("GetSortCapabilities operation failed: %s", +- ((error != NULL) ? error->message +- : "Invalid result")); +- goto on_error; ++ if (error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "SortCaps", ++ G_TYPE_STRING, &result, NULL); + } + +- DLEYNA_LOG_DEBUG("GetSortCapabilities result: %s", result); +- +- prv_get_capabilities_analyze(priv_t->property_map, result, +- &priv_t->dev->sort_caps); ++ if (error!= NULL) { ++ DLEYNA_LOG_WARNING("GetSortCapabilities operation failed: %s", ++ error->message); + +-on_error: ++ } else { ++ DLEYNA_LOG_DEBUG("GetSortCapabilities result: %s", result); + +- if (error) +- g_error_free(error); ++ prv_get_capabilities_analyze(priv_t->property_map, result, ++ &priv_t->dev->sort_caps); ++ } + +- g_free(result); ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); + } + +-static GUPnPServiceProxyAction *prv_get_sort_capabilities( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) +-{ +- *failed = FALSE; +- +- return gupnp_service_proxy_begin_action( +- proxy, +- "GetSortCapabilities", +- dleyna_service_task_begin_action_cb, +- task, NULL); ++static gboolean prv_get_sort_capabilities(dleyna_gasync_task_t *task, ++ GObject *target) ++{ ++ GUPnPServiceProxyAction *action = ++ gupnp_service_proxy_action_new("GetSortCapabilities", NULL); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, ++ dleyna_gasync_task_get_cancellable(task), ++ prv_get_sort_capabilities_cb, task); ++ ++ return FALSE; + } + +-static void prv_get_search_capabilities_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_get_search_capabilities_cb(GObject *source, ++ GAsyncResult *res, + gpointer user_data) + { +- gchar *result = NULL; +- gboolean end; +- GError *error = NULL; +- prv_new_device_ct_t *priv_t = (prv_new_device_ct_t *)user_data; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GError) error = NULL; ++ dleyna_gasync_task_t *task = user_data; ++ prv_new_device_ct_t *priv_t = ++ (prv_new_device_ct_t *) dleyna_gasync_task_get_user_data(task); ++ ++ g_autoptr(GUPnPServiceProxyAction) action = ++ gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); ++ ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if (error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "SearchCaps", G_TYPE_STRING, &result, ++ NULL); ++ } + + priv_t->dev->construct_step++; +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "SearchCaps", G_TYPE_STRING, +- &result, NULL); +- +- if (!end || (result == NULL)) { ++ if (error != NULL) { + DLEYNA_LOG_WARNING("GetSearchCapabilities operation failed: %s", +- ((error != NULL) ? error->message +- : "Invalid result")); +- goto on_error; +- } ++ error->message); + +- DLEYNA_LOG_DEBUG("GetSearchCapabilities result: %s", result); ++ } else { ++ DLEYNA_LOG_DEBUG("GetSearchCapabilities result: %s", result); + +- prv_get_capabilities_analyze(priv_t->property_map, result, +- &priv_t->dev->search_caps); ++ prv_get_capabilities_analyze(priv_t->property_map, result, ++ &priv_t->dev->search_caps); + +- if (g_hash_table_lookup(priv_t->property_map, "upnp:objectUpdateID")) +- priv_t->dev->has_last_change = TRUE; ++ if(g_hash_table_lookup(priv_t->property_map, ++ "upnp:objectUpdateID")) ++ priv_t->dev->has_last_change = TRUE; ++ } + +-on_error: ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); ++} + +- if (error) +- g_error_free(error); ++static gboolean prv_get_search_capabilities( ++ dleyna_gasync_task_t *task, ++ GObject *target) ++{ ++ GUPnPServiceProxyAction *action = ++ gupnp_service_proxy_action_new("GetSearchCapabilities", NULL); + +- g_free(result); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, dleyna_gasync_task_get_cancellable(task), ++ prv_get_search_capabilities_cb, task); ++ ++ return FALSE; + } + +-static GUPnPServiceProxyAction *prv_get_search_capabilities( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) +-{ +- *failed = FALSE; +- +- return gupnp_service_proxy_begin_action( +- proxy, "GetSearchCapabilities", +- dleyna_service_task_begin_action_cb, +- task, NULL); +-} +- +-static GUPnPServiceProxyAction *prv_subscribe(dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) ++static gboolean prv_subscribe(dleyna_gasync_task_t *task, GObject *target) + { + dls_device_t *device; + +- device = (dls_device_t *)dleyna_service_task_get_user_data(task); ++ device = (dls_device_t *)dleyna_gasync_task_get_user_data(task); + + device->construct_step++; + dls_device_subscribe_to_service_changes(device); + +- *failed = FALSE; ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); + +- return NULL; ++ return FALSE; + } + + static gboolean prv_subtree_interface_filter(const gchar *object_path, +@@ -1553,15 +1572,13 @@ + return retval; + } + +-static GUPnPServiceProxyAction *prv_declare(dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) ++static gboolean prv_declare(dleyna_gasync_task_t *task, GObject *target) + { + guint id; + dls_device_t *device; + prv_new_device_ct_t *priv_t; + +- priv_t = (prv_new_device_ct_t *)dleyna_service_task_get_user_data(task); ++ priv_t = (prv_new_device_ct_t *)dleyna_gasync_task_get_user_data(task); + device = priv_t->dev; + device->construct_step++; + +@@ -1588,9 +1605,9 @@ + DLEYNA_LOG_WARNING("dleyna_connector_publish_subtree FAILED"); + } + +- *failed = (!id); ++ dleyna_task_queue_task_completed (((dleyna_task_atom_t *) task)->queue_id); + +- return NULL; ++ return !id; + } + + void dls_device_construct( +@@ -1614,36 +1631,39 @@ + priv_t->property_map = property_map; + + s_proxy = context->cds.proxy; ++ GCancellable *cancellable = g_cancellable_new(); + + if (dev->construct_step < 1) +- dleyna_service_task_add(queue_id, prv_get_search_capabilities, +- s_proxy, +- prv_get_search_capabilities_cb, NULL, ++ dleyna_gasync_task_add(queue_id, ++ prv_get_search_capabilities, ++ G_OBJECT(s_proxy), ++ cancellable, ++ NULL, + priv_t); + + if (dev->construct_step < 2) +- dleyna_service_task_add(queue_id, prv_get_sort_capabilities, +- s_proxy, +- prv_get_sort_capabilities_cb, NULL, +- priv_t); ++ dleyna_gasync_task_add(queue_id, prv_get_sort_capabilities, ++ G_OBJECT(s_proxy), cancellable, NULL, ++ priv_t); + + if (dev->construct_step < 3) +- dleyna_service_task_add(queue_id, prv_get_sort_ext_capabilities, +- s_proxy, +- prv_get_sort_ext_capabilities_cb, NULL, ++ dleyna_gasync_task_add(queue_id, prv_get_sort_ext_capabilities, ++ G_OBJECT(s_proxy), ++ cancellable, NULL, + priv_t); + + if (dev->construct_step < 4) +- dleyna_service_task_add(queue_id, prv_get_feature_list, s_proxy, +- prv_get_feature_list_cb, NULL, priv_t); ++ dleyna_gasync_task_add(queue_id, prv_get_feature_list, ++ G_OBJECT(s_proxy), cancellable, NULL, ++ priv_t); + + /* The following task should always be completed */ +- dleyna_service_task_add(queue_id, prv_subscribe, s_proxy, +- NULL, NULL, dev); ++ dleyna_gasync_task_add(queue_id, prv_subscribe, G_OBJECT(s_proxy), ++ cancellable, NULL, dev); + + if (dev->construct_step < 6) +- dleyna_service_task_add(queue_id, prv_declare, s_proxy, +- NULL, g_free, priv_t); ++ dleyna_gasync_task_add(queue_id, prv_declare, G_OBJECT(s_proxy), ++ cancellable, g_free, priv_t); + + dleyna_task_queue_start(queue_id); + } +@@ -1885,32 +1905,35 @@ + cb_task_data->get_children_cb(cb_data); + } + +-static void prv_get_children_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_children_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- gchar *result = NULL; +- const gchar *message; +- gboolean end; +- GUPnPDIDLLiteParser *parser = NULL; +- GError *error = NULL; ++ g_autofree char *result = NULL; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; ++ g_autoptr(GError) error = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_bas_t *cb_task_data = &cb_data->ut.bas; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, "Result", +- G_TYPE_STRING, &result, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse operation failed: %s", message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + goto on_error; + } + +@@ -1949,18 +1972,8 @@ + on_error: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + no_complete: +- +- if (error) +- g_error_free(error); +- +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -1980,27 +1993,22 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- "Browse", +- prv_get_children_cb, +- cb_data, +- "ObjectID", G_TYPE_STRING, +- task->target.id, +- +- "BrowseFlag", G_TYPE_STRING, +- "BrowseDirectChildren", +- +- "Filter", G_TYPE_STRING, +- upnp_filter, +- +- "StartingIndex", G_TYPE_INT, +- task->ut.get_children.start, +- "RequestedCount", G_TYPE_INT, +- task->ut.get_children.count, +- "SortCriteria", G_TYPE_STRING, +- sort_by, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, task->target.id, ++ ++ "BrowseFlag", G_TYPE_STRING, "BrowseDirectChildren", ++ ++ "Filter", G_TYPE_STRING, upnp_filter, ++ ++ "StartingIndex", G_TYPE_INT, task->ut.get_children.start, ++ "RequestedCount", G_TYPE_INT, task->ut.get_children.count, ++ "SortCriteria", G_TYPE_STRING, sort_by, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, ++ cb_data->action, ++ cb_data->cancellable, ++ prv_get_children_cb, ++ cb_data); + + cb_data->cancel_id = g_cancellable_connect( + cb_data->cancellable, +@@ -2142,32 +2150,34 @@ + return subscribed; + } + +-static void prv_system_update_id_for_prop_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_system_update_id_for_prop_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gboolean end; ++ g_autoptr(GError) error = NULL; + guint id = G_MAXUINT32; + dls_async_task_t *cb_data = user_data; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "Id", G_TYPE_UINT, &id, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "Id", ++ G_TYPE_UINT, &id, NULL); ++ } + +- if (!end || (id == G_MAXUINT32)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if(error != NULL) { + DLEYNA_LOG_WARNING("Unable to retrieve SystemUpdateID: %s", +- message); ++ error->message); + + cb_data->error = g_error_new( +- DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Unable to retrieve SystemUpdateID: %s", +- message); +- ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Unable to retrieve SystemUpdateID: %s", ++ error->message); + goto on_complete; + } + +@@ -2176,10 +2186,6 @@ + on_complete: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -2203,51 +2209,51 @@ + goto on_complete; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetSystemUpdateID", +- prv_system_update_id_for_prop_cb, +- cb_data, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new("GetSystemUpdateID", NULL); + + cb_data->proxy = proxy; + g_object_add_weak_pointer((G_OBJECT(proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, cb_data->cancellable, ++ prv_system_update_id_for_prop_cb, cb_data); + + on_complete: + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_system_update_id_for_props_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_system_update_id_for_props_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gboolean end; ++ g_autoptr(GError) error = NULL; + guint id = G_MAXUINT32; + dls_async_task_t *cb_data = user_data; + dls_async_get_all_t *cb_task_data = &cb_data->ut.get_all; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; ++ + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "Id", G_TYPE_UINT, &id, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (id == G_MAXUINT32)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "Id", ++ G_TYPE_UINT, &id, NULL); ++ } ++ ++ if(error != NULL) { + DLEYNA_LOG_WARNING("Unable to retrieve SystemUpdateID: %s", +- message); ++ error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Unable to retrieve SystemUpdateID: %s", +- message); ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Unable to retrieve SystemUpdateID: %s", ++ error->message); + + goto on_complete; + } +@@ -2259,19 +2265,14 @@ + on_complete: + + if (!cb_data->error) +- prv_get_sr_token_for_props(proxy, cb_data->task.target.device, ++ prv_get_sr_token_for_props(GUPNP_SERVICE_PROXY (source), cb_data->task.target.device, + cb_data); + else { + cb_data->task.result = g_variant_ref_sink(g_variant_builder_end( + cb_task_data->vb)); + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, +- cb_data->cancel_id); + } + +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -2298,11 +2299,8 @@ + goto on_complete; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetSystemUpdateID", +- prv_system_update_id_for_props_cb, +- cb_data, +- NULL); ++ cb_data->action = ++ gupnp_service_proxy_action_new("GetSystemUpdateID", NULL); + + if (cb_data->proxy != NULL) + g_object_remove_weak_pointer((G_OBJECT(cb_data->proxy)), +@@ -2310,15 +2308,13 @@ + + cb_data->proxy = proxy; + ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, cb_data->cancellable, ++ prv_system_update_id_for_props_cb, cb_data); ++ + g_object_add_weak_pointer((G_OBJECT(proxy)), + (gpointer *)&cb_data->proxy); + +- if (!cb_data->cancel_id) +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); +- + on_complete: + + DLEYNA_LOG_DEBUG("Exit"); +@@ -2341,34 +2337,36 @@ + return subscribed; + } + +-static void prv_sleeping_for_props_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_sleeping_for_props_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *info = NULL; +- gboolean end; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *info = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_get_all_t *cb_task_data; + gboolean sleeping; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "NetworkInterfaceInfo", +- G_TYPE_STRING, +- &info, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (info == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "NetworkInterfaceInfo", G_TYPE_STRING, ++ &info, NULL); ++ } ++ ++ if (error != NULL) { + DLEYNA_LOG_WARNING("NetworkInterfaceInfo retrieval failed: %s", +- message); ++ error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "GetInterfaceInfo failed: %s", +- message); ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "GetInterfaceInfo failed: %s", error->message); + goto on_complete; + } + +@@ -2384,15 +2382,9 @@ + cb_task_data->vb)); + } + +- g_free(info); +- + on_complete: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -2421,27 +2413,25 @@ + goto on_complete; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetInterfaceInfo", +- prv_sleeping_for_props_cb, +- cb_data, +- NULL); + + if (cb_data->proxy != NULL) + g_object_remove_weak_pointer((G_OBJECT(cb_data->proxy)), + (gpointer *)&cb_data->proxy); + ++ cb_data->action = gupnp_service_proxy_action_new ("GetInterfaceInfo", NULL); ++ ++ ++ + cb_data->proxy = proxy; + + g_object_add_weak_pointer((G_OBJECT(proxy)), + (gpointer *)&cb_data->proxy); + +- if (!cb_data->cancel_id) +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); +- ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_sleeping_for_props_cb, ++ cb_data); + return; + + on_complete: +@@ -2476,31 +2466,34 @@ + return -1; + } + +-static void prv_service_reset_for_prop_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_service_reset_for_prop_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *token = NULL; +- gboolean end; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *token = NULL; + dls_async_task_t *cb_data = user_data; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "ResetToken", G_TYPE_STRING, ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error,"ResetToken", G_TYPE_STRING, + &token, NULL); ++ } + +- if (!end || (token == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if (error != NULL) { + DLEYNA_LOG_WARNING("Unable to retrieve ServiceResetToken: %s", +- message); ++ error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "GetServiceResetToken failed: %s", +- message); ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "GetServiceResetToken failed: %s", error->message); + + goto on_complete; + } +@@ -2509,15 +2502,9 @@ + + DLEYNA_LOG_DEBUG("Service Reset %s", token); + +- g_free(token); +- + on_complete: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -2538,65 +2525,59 @@ + goto on_error; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetServiceResetToken", +- prv_service_reset_for_prop_cb, +- cb_data, +- NULL); + + cb_data->proxy = proxy; + g_object_add_weak_pointer((G_OBJECT(proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new("GetServiceResetToken", NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, cb_data->cancellable, ++ prv_service_reset_for_prop_cb, cb_data); + + on_error: + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_service_reset_for_props_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_service_reset_for_props_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *token = NULL; +- gboolean end; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *token = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_get_all_t *cb_task_data; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + + cb_task_data = &cb_data->ut.get_all; + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "ResetToken", G_TYPE_STRING, +- &token, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error,"ResetToken", G_TYPE_STRING, ++ &token, NULL); ++ } + +- if (!end || (token == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if (error != NULL) { + DLEYNA_LOG_WARNING("Unable to retrieve ServiceResetToken: %s", +- message); ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "GetServiceResetToken failed: %s", error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "GetServiceResetToken failed: %s", +- message); + goto on_complete; + } + +- g_variant_builder_add(cb_task_data->vb, "{sv}", +- DLS_INTERFACE_PROP_SV_SERVICE_RESET_TOKEN, +- g_variant_new_string(token)); + + DLEYNA_LOG_DEBUG("Service Reset %s", token); + +- g_free(token); +- + on_complete: + + if ((!cb_data->error) && (cb_task_data->proxy)) +@@ -2608,13 +2589,8 @@ + cb_task_data->vb)); + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, +- cb_data->cancel_id); + } + +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -2635,11 +2611,6 @@ + goto on_exit; /* No error here, just skip the property */ + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetServiceResetToken", +- prv_service_reset_for_props_cb, +- cb_data, +- NULL); + + if (cb_data->proxy != NULL) + g_object_remove_weak_pointer((G_OBJECT(cb_data->proxy)), +@@ -2649,11 +2620,10 @@ + g_object_add_weak_pointer((G_OBJECT(proxy)), + (gpointer *)&cb_data->proxy); + +- if (!cb_data->cancel_id) +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new("GetServiceResetToken", NULL); ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, cb_data->cancellable, ++ prv_service_reset_for_props_cb, cb_data); + + on_exit: + +@@ -2662,34 +2632,36 @@ + return; + } + +-static void prv_sleeping_for_prop_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_sleeping_for_prop_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *info = NULL; +- gboolean end; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *info = NULL; + dls_async_task_t *cb_data = user_data; + gboolean sleeping; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; ++ + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "NetworkInterfaceInfo", +- G_TYPE_STRING, +- &info, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (info == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("NetworkInterfaceInfo retrieval failed: %s", +- message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "NetworkInterfaceInfo", G_TYPE_STRING, ++ &info, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "GetInterfaceInfo failed: %s", +- message); ++ if (error != NULL) { ++ DLEYNA_LOG_WARNING("NetworkInterfaceInfo retrieval failed: %s", ++ error->message); + ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "GetInterfaceInfo failed: %s", error->message); + goto on_complete; + } + +@@ -2700,15 +2672,9 @@ + g_variant_new_boolean(sleeping)); + } + +- g_free(info); +- + on_complete: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -2740,21 +2706,17 @@ + goto on_complete; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- proxy, "GetInterfaceInfo", +- prv_sleeping_for_prop_cb, +- cb_data, +- NULL); +- + cb_data->proxy = proxy; + + g_object_add_weak_pointer((G_OBJECT(proxy)), +- (gpointer *)&cb_data->proxy); ++ (gpointer *) &cb_data->proxy); ++ ++ cb_data->action = ++ gupnp_service_proxy_action_new("GetInterfaceInfo", NULL); ++ gupnp_service_proxy_call_action_async( ++ proxy, cb_data->action, cb_data->cancellable, ++ prv_sleeping_for_prop_cb, cb_data); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); + on_complete: + + DLEYNA_LOG_DEBUG("Exit"); +@@ -2777,32 +2739,35 @@ + return !cb_task_data->device_object; + } + +-static void prv_get_all_ms2spec_props_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_all_ms2spec_props_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *result = NULL; +- gboolean end; +- GUPnPDIDLLiteParser *parser = NULL; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_get_all_t *cb_task_data = &cb_data->ut.get_all; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, "Result", +- G_TYPE_STRING, &result, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse operation failed: %s", message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + goto on_error; + } + +@@ -2847,7 +2812,7 @@ + goto no_complete; + } else if (cb_data->task.type == DLS_TASK_GET_ALL_PROPS && + cb_task_data->device_object) { +- prv_get_system_update_id_for_props(proxy, ++ prv_get_system_update_id_for_props(GUPNP_SERVICE_PROXY(source), + cb_data->task.target.device, + cb_data); + +@@ -2860,18 +2825,8 @@ + on_error: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + no_complete: +- +- if (error) +- g_error_free(error); +- +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -2904,27 +2859,22 @@ + goto on_error; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- context->cds.proxy, "Browse", +- prv_get_all_ms2spec_props_cb, cb_data, +- "ObjectID", G_TYPE_STRING, task->target.id, +- "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", +- "Filter", G_TYPE_STRING, "*", +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, +- "", NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, task->target.id, ++ "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", "Filter", ++ G_TYPE_STRING, "*", "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ context->cds.proxy, cb_data->action, cb_data->cancellable, ++ prv_get_all_ms2spec_props_cb, cb_data); + + cb_data->proxy = context->cds.proxy; + + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); +- + DLEYNA_LOG_DEBUG("Exit with SUCCESS"); + + return; +@@ -3096,33 +3046,34 @@ + return TRUE; + } + +-static void prv_count_children_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) +-{ ++static void prv_count_children_cb(GObject *source, GAsyncResult *res, gpointer user_data){ + dls_device_count_data_t *count_data = user_data; + dls_async_task_t *cb_data = count_data->cb_data; +- GError *error = NULL; +- const gchar *message; ++ g_autoptr(GError) error = NULL; + guint count = G_MAXUINT32; + gboolean complete = FALSE; +- gboolean end; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, +- "TotalMatches", G_TYPE_UINT, &count, +- NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (count == G_MAXUINT32)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse operation failed: %s", message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "TotalMatches", ++ G_TYPE_UINT, &count, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + goto on_error; + } + +@@ -3134,13 +3085,8 @@ + + if (cb_data->error || complete) { + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, +- cb_data->cancel_id); + } + +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -3152,62 +3098,59 @@ + DLEYNA_LOG_DEBUG("Enter"); + + prv_count_data_new(cb_data, cb, &count_data); +- cb_data->action = +- gupnp_service_proxy_begin_action(cb_data->proxy, +- "Browse", +- prv_count_children_cb, +- count_data, +- "ObjectID", G_TYPE_STRING, id, +- +- "BrowseFlag", G_TYPE_STRING, +- "BrowseDirectChildren", ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, id, + +- "Filter", G_TYPE_STRING, "", ++ "BrowseFlag", G_TYPE_STRING, "BrowseDirectChildren", + +- "StartingIndex", G_TYPE_INT, +- 0, ++ "Filter", G_TYPE_STRING, "", + +- "RequestedCount", G_TYPE_INT, +- 1, ++ "StartingIndex", G_TYPE_INT, 0, + +- "SortCriteria", G_TYPE_STRING, +- "", ++ "RequestedCount", G_TYPE_INT, 1, + +- NULL); ++ "SortCriteria", G_TYPE_STRING, "", NULL); + ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_count_children_cb, count_data); + DLEYNA_LOG_DEBUG("Exit with SUCCESS"); + } + +-static void prv_get_ms2spec_prop_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_ms2spec_prop_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; +- gchar *result = NULL; +- gboolean end; +- GUPnPDIDLLiteParser *parser = NULL; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_get_prop_t *cb_task_data = &cb_data->ut.get_prop; + dls_task_get_prop_t *task_data = &cb_data->task.ut.get_prop; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, "Result", +- G_TYPE_STRING, &result, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse operation failed: %s", message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + goto on_error; + } + ++ + DLEYNA_LOG_DEBUG("GetMS2SpecProp result: %s", result); + + parser = gupnp_didl_lite_parser_new(); +@@ -3257,18 +3200,8 @@ + cb_data->task.target.id); + } else { + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, +- cb_data->cancel_id); + } + +- if (error) +- g_error_free(error); +- +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -3319,24 +3252,16 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "Browse", +- prv_get_ms2spec_prop_cb, +- cb_data, +- "ObjectID", G_TYPE_STRING, cb_data->task.target.id, +- "BrowseFlag", G_TYPE_STRING, +- "BrowseMetadata", +- "Filter", G_TYPE_STRING, filter, +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, +- "", +- NULL); +- +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, cb_data->task.target.id, ++ "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", "Filter", ++ G_TYPE_STRING, filter, "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_get_ms2spec_prop_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit with SUCCESS"); + +@@ -3552,35 +3477,38 @@ + DLEYNA_LOG_DEBUG("Exit with FAIL"); + } + +-static void prv_search_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_search_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- gchar *result = NULL; +- const gchar *message; +- gboolean end; ++ g_autofree gchar *result = NULL; + guint count = G_MAXUINT32; +- GUPnPDIDLLiteParser *parser = NULL; +- GError *error = NULL; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; ++ g_autoptr(GError) error = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_bas_t *cb_task_data = &cb_data->ut.bas; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; ++ + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, +- "Result", G_TYPE_STRING, &result, +- "TotalMatches", G_TYPE_UINT, +- &count, NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL) || (count == G_MAXUINT32)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Search operation failed %s", message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, ++ "TotalMatches", G_TYPE_UINT, &count, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Search operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Search operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Search operation failed: %s", error->message); + goto on_error; + } + +@@ -3628,18 +3556,9 @@ + on_error: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + no_complete: + +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -3660,22 +3579,18 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "Search", +- prv_search_cb, +- cb_data, +- "ContainerID", G_TYPE_STRING, task->target.id, +- "SearchCriteria", G_TYPE_STRING, upnp_query, +- "Filter", G_TYPE_STRING, upnp_filter, +- "StartingIndex", G_TYPE_INT, task->ut.search.start, +- "RequestedCount", G_TYPE_INT, task->ut.search.count, +- "SortCriteria", G_TYPE_STRING, sort_by, +- NULL); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Search", "ContainerID", G_TYPE_STRING, task->target.id, ++ "SearchCriteria", G_TYPE_STRING, upnp_query, "Filter", ++ G_TYPE_STRING, upnp_filter, "StartingIndex", G_TYPE_INT, ++ task->ut.search.start, "RequestedCount", G_TYPE_INT, ++ task->ut.search.count, "SortCriteria", G_TYPE_STRING, sort_by, ++ NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_search_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -3722,26 +3637,35 @@ + g_variant_builder_add(bo->avb, "@a{sv}", gv_result); + } + +-static void prv_get_child_count_end_action_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_get_child_count_end_action_cb(GObject *source, ++ GAsyncResult *res, + gpointer user_data) + { +- GError *error = NULL; +- const gchar *message; ++ g_autoptr(GError) error = NULL; + guint count = G_MAXUINT32; +- gboolean end; ++ const char *message = NULL; + dls_async_browse_objects_t *cb_task_data; +- dls_async_task_t *cb_data = user_data; ++ dls_async_task_t *cb_data = dleyna_gasync_task_get_user_data(user_data); ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "TotalMatches", G_TYPE_UINT, +- &count, NULL); ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); + +- cb_task_data = &((dls_async_task_t *)user_data)->ut.browse_objects; ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if (error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, ++ "TotalMatches", G_TYPE_UINT, ++ &count, NULL); ++ } + +- if (!end || (count == G_MAXUINT32)) { ++ cb_task_data = &(cb_data)->ut.browse_objects; ++ ++ if (error != NULL || count == G_MAXUINT32) { + message = (error != NULL) ? error->message : "Invalid result"; + DLEYNA_LOG_WARNING("Browse operation failed: %s", message); + +@@ -3777,34 +3701,29 @@ + } + + if (cb_task_data->index < cb_task_data->object_count) +- dleyna_service_task_add(cb_task_data->queue_id, +- prv_browse_objects_begin_action_cb, +- proxy, +- prv_browse_objects_end_action_cb, +- NULL, user_data); +- +- if (error) +- g_error_free(error); ++ dleyna_gasync_task_add( ++ cb_task_data->queue_id, ++ prv_browse_objects_begin_action_cb, source, ++ dleyna_gasync_task_get_user_data(user_data), NULL, ++ cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static GUPnPServiceProxyAction *prv_get_child_count_begin_action_cb( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) ++static gboolean prv_get_child_count_begin_action_cb(dleyna_gasync_task_t *task, ++ GObject *target) + { + GUPnPServiceProxyAction *action; + dls_task_t *user_data; + const gchar *path; +- gchar *root_path = NULL; +- gchar *id = NULL; ++ g_autofree gchar *root_path = NULL; ++ g_autofree gchar *id = NULL; + dls_async_browse_objects_t *cb_task_data; +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- user_data = (dls_task_t *)dleyna_service_task_get_user_data(task); ++ user_data = (dls_task_t *)dleyna_gasync_task_get_user_data(task); + cb_task_data = &((dls_async_task_t *)user_data)->ut.browse_objects; + path = cb_task_data->objects_id[cb_task_data->index - 1]; + +@@ -3814,9 +3733,7 @@ + if (error != NULL) + goto exit; + +- action = gupnp_service_proxy_begin_action( +- proxy, "Browse", +- dleyna_service_task_begin_action_cb, task, ++ action = gupnp_service_proxy_action_new ("Browse", + "ObjectID", G_TYPE_STRING, id, + "BrowseFlag", G_TYPE_STRING, "BrowseDirectChildren", + "Filter", G_TYPE_STRING, "", +@@ -3825,12 +3742,12 @@ + "SortCriteria", G_TYPE_STRING, "", + NULL); + +- g_free(root_path); +- g_free(id); ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, ++ dleyna_gasync_task_get_cancellable(task), ++ prv_get_child_count_end_action_cb, task); + + exit: +- *failed = FALSE; +- + if (error != NULL) { + DLEYNA_LOG_WARNING("%s: %s", path, error->message); + action = NULL; +@@ -3843,46 +3760,51 @@ + } + + if (cb_task_data->index < cb_task_data->object_count) +- dleyna_service_task_add( ++ dleyna_gasync_task_add( + cb_task_data->queue_id, + prv_browse_objects_begin_action_cb, +- proxy, +- prv_browse_objects_end_action_cb, ++ target, ++ dleyna_gasync_task_get_cancellable(task), + NULL, user_data); +- g_error_free(error); + } + +- return action; ++ return FALSE; + } + +-static void prv_browse_objects_end_action_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, ++static void prv_browse_objects_end_action_cb(GObject *source, ++ GAsyncResult *res, + gpointer user_data) + { + GError *error = NULL; +- dls_async_task_t *cb_data = user_data; ++ dleyna_gasync_task_t *task = user_data; ++ dls_async_task_t *cb_data = dleyna_gasync_task_get_user_data(task); + dls_async_browse_objects_t *cb_task_data = &cb_data->ut.browse_objects; + dls_async_get_all_t *cb_all_data = &cb_data->ut.browse_objects.get_all; + GUPnPDIDLLiteParser *parser = NULL; + gchar *result = NULL; +- const gchar *message; +- gboolean end; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(proxy, action, &error, +- "Result", G_TYPE_STRING, &result, +- NULL); ++ g_autoptr(GUPnPServiceProxyAction) action; + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ action = gupnp_service_proxy_call_action_finish( ++ GUPNP_SERVICE_PROXY(source), res, &error); ++ ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ gupnp_service_proxy_action_get_result(action, &error, "Result", ++ G_TYPE_STRING, &result, NULL); ++ ++ if (error != NULL) { + DLEYNA_LOG_WARNING("Browse Object operation failed: %s", +- message); ++ error->message); + + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_OPERATION_FAILED, + "Browse operation failed: %s", +- message); ++ error->message); + goto on_exit; + } + +@@ -3924,11 +3846,11 @@ + if (cb_all_data->need_child_count && + (cb_all_data->filter_mask & DLS_UPNP_MASK_PROP_CHILD_COUNT)) { + DLEYNA_LOG_DEBUG("Need Child Count"); +- dleyna_service_task_add(cb_task_data->queue_id, +- prv_get_child_count_begin_action_cb, +- cb_data->proxy, +- prv_get_child_count_end_action_cb, +- NULL, cb_data); ++ dleyna_gasync_task_add(cb_task_data->queue_id, ++ prv_get_child_count_begin_action_cb, ++ G_OBJECT(cb_data->proxy), ++ dleyna_gasync_task_get_cancellable(task), ++ NULL, cb_data); + goto no_complete; + } + +@@ -3938,7 +3860,7 @@ + on_exit: + + if (cb_data->error != NULL) { +- message = cb_task_data->objects_id[cb_task_data->index - 1]; ++ const char *message = cb_task_data->objects_id[cb_task_data->index - 1]; + prv_browse_objects_add_error_result(cb_task_data, message, + cb_data->error); + g_error_free(cb_data->error); +@@ -3951,11 +3873,11 @@ + } + + if (cb_task_data->index < cb_task_data->object_count) +- dleyna_service_task_add(cb_task_data->queue_id, +- prv_browse_objects_begin_action_cb, +- cb_data->proxy, +- prv_browse_objects_end_action_cb, +- NULL, cb_data); ++ dleyna_gasync_task_add(cb_task_data->queue_id, ++ prv_browse_objects_begin_action_cb, ++ G_OBJECT(cb_data->proxy), ++ dleyna_gasync_task_get_cancellable(task), ++ NULL, cb_data); + no_complete: + + if (parser) +@@ -3969,10 +3891,8 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-static GUPnPServiceProxyAction *prv_browse_objects_begin_action_cb( +- dleyna_service_task_t *task, +- GUPnPServiceProxy *proxy, +- gboolean *failed) ++static gboolean prv_browse_objects_begin_action_cb(dleyna_gasync_task_t *task, ++ GObject *target) + { + GUPnPServiceProxyAction *action; + dls_task_t *user_data; +@@ -3984,7 +3904,7 @@ + + DLEYNA_LOG_DEBUG("Enter called"); + +- user_data = (dls_task_t *)dleyna_service_task_get_user_data(task); ++ user_data = (dls_task_t *)dleyna_gasync_task_get_user_data(task); + cb_task_data = &((dls_async_task_t *)user_data)->ut.browse_objects; + path = cb_task_data->objects_id[cb_task_data->index]; + +@@ -3999,22 +3919,22 @@ + + DLEYNA_LOG_DEBUG("Browse Metadata for path [id]: %s [%s]", path, id); + +- action = gupnp_service_proxy_begin_action( +- proxy, "Browse", +- dleyna_service_task_begin_action_cb, task, +- "ObjectID", G_TYPE_STRING, id, +- "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", +- "Filter", G_TYPE_STRING, cb_task_data->upnp_filter, +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, "", NULL); ++ action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, id, "BrowseFlag", ++ G_TYPE_STRING, "BrowseMetadata", "Filter", G_TYPE_STRING, ++ cb_task_data->upnp_filter, "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ GUPNP_SERVICE_PROXY(target), action, ++ dleyna_gasync_task_get_cancellable(task), ++ prv_browse_objects_end_action_cb, task); + + g_free(root_path); + g_free(id); + + exit: +- *failed = FALSE; +- + /* It's the ONLY place where index is incremented */ + cb_task_data->index++; + +@@ -4026,28 +3946,14 @@ + g_error_free(error); + + if (cb_task_data->index < cb_task_data->object_count) +- dleyna_service_task_add( +- cb_task_data->queue_id, +- prv_browse_objects_begin_action_cb, +- proxy, +- prv_browse_objects_end_action_cb, +- NULL, user_data); ++ dleyna_gasync_task_add( ++ cb_task_data->queue_id, ++ prv_browse_objects_begin_action_cb, target, ++ dleyna_gasync_task_get_cancellable(task), NULL, ++ user_data); + } + +- return action; +-} +- +-static void prv_browse_objects_chain_cancelled(GCancellable *cancellable, +- gpointer user_data) +-{ +- dls_async_task_t *cb_data = user_data; +- +- DLEYNA_LOG_DEBUG("Enter"); +- +- dleyna_task_processor_cancel_queue(cb_data->ut.browse_objects.queue_id); +- dls_async_task_cancelled_cb(cancellable, user_data); +- +- DLEYNA_LOG_DEBUG("Exit"); ++ return FALSE; + } + + static void prv_browse_objects_chain_end(gboolean cancelled, gpointer data) +@@ -4108,12 +4014,12 @@ + + queue_id = dleyna_task_processor_add_queue( + dls_server_get_task_processor(), +- dleyna_service_task_create_source(), ++ dleyna_gasync_task_create_source(), + DLS_SERVER_SINK, + DLEYNA_TASK_QUEUE_FLAG_AUTO_REMOVE, +- dleyna_service_task_process_cb, +- dleyna_service_task_cancel_cb, +- dleyna_service_task_delete_cb); ++ dleyna_gasync_task_process_cb, ++ dleyna_gasync_task_cancel_cb, ++ dleyna_gasync_task_delete_cb); + + dleyna_task_queue_set_finally(queue_id, prv_browse_objects_chain_end); + dleyna_task_queue_set_user_data(queue_id, task); +@@ -4130,16 +4036,9 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(prv_browse_objects_chain_cancelled), +- cb_data, NULL); +- +- dleyna_service_task_add(queue_id, +- prv_browse_objects_begin_action_cb, +- cb_data->proxy, +- prv_browse_objects_end_action_cb, +- NULL, cb_data); ++ dleyna_gasync_task_add(queue_id, prv_browse_objects_begin_action_cb, ++ G_OBJECT(cb_data->proxy), cb_data->cancellable, NULL, ++ cb_data); + + dleyna_task_queue_start(queue_id); + +@@ -4170,21 +4069,15 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "Browse", +- prv_get_all_ms2spec_props_cb, cb_data, +- "ObjectID", G_TYPE_STRING, task->target.id, +- "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", +- "Filter", G_TYPE_STRING, upnp_filter, +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, +- "", NULL); +- +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, task->target.id, ++ "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", "Filter", ++ G_TYPE_STRING, upnp_filter, "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_get_all_ms2spec_props_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -4373,18 +4266,15 @@ + } + } + +-static void prv_upload_delete_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_upload_delete_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { + dls_async_task_t *cb_data = user_data; + + DLEYNA_LOG_DEBUG("Enter"); + +- (void) gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- NULL, NULL); ++ gupnp_service_proxy_call_action_finish(cb_data->proxy, res, NULL); ++ + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -4447,18 +4337,25 @@ + NULL); + } + +-static void prv_post_finished(SoupSession *session, SoupMessage *msg, ++static void prv_post_finished(GObject *source, GAsyncResult *res, + gpointer user_data) + { + dls_device_upload_job_t *upload_job = user_data; + dls_device_upload_t *upload; + gint *upload_id; ++ g_autoptr(GError) error = NULL; ++ g_autoptr(GBytes) data = NULL; ++ SoupMessage *msg = soup_session_get_async_result_message( ++ SOUP_SESSION(source), res); + + DLEYNA_LOG_DEBUG("Enter"); + + DLEYNA_LOG_DEBUG("Upload %u finished. Code %u Message %s", +- upload_job->upload_id, msg->status_code, +- msg->reason_phrase); ++ upload_job->upload_id, soup_message_get_status(msg), ++ soup_message_get_reason_phrase (msg)); ++ ++ data = soup_session_send_and_read_finish(SOUP_SESSION(source), res, ++ &error); + + /* This is clumsy but we need to distinguish between two cases: + 1. We cancel because the process is exitting. +@@ -4481,22 +4378,27 @@ + &upload_job->upload_id); + if (upload) { + upload_job->remove_idle = +- g_timeout_add(30000, prv_remove_update_job, user_data); ++ g_timeout_add_seconds(30, prv_remove_update_job, user_data); + +- if (SOUP_STATUS_IS_SUCCESSFUL(msg->status_code)) { +- upload->status = DLS_UPLOAD_STATUS_COMPLETED; +- upload->bytes_uploaded = upload->bytes_to_upload; +- } else if (msg->status_code == SOUP_STATUS_CANCELLED) { ++ // FIXME... ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { + upload->status = DLS_UPLOAD_STATUS_CANCELLED; + } else { +- upload->status = DLS_UPLOAD_STATUS_ERROR; ++ SoupStatus status = ++ soup_message_get_status(upload->msg); ++ if(SOUP_STATUS_IS_SUCCESSFUL(status)) { ++ upload->status = DLS_UPLOAD_STATUS_COMPLETED; ++ upload->bytes_uploaded = ++ upload->bytes_to_upload; ++ } else { ++ upload->status = DLS_UPLOAD_STATUS_ERROR; ++ } + } + + DLEYNA_LOG_DEBUG("Upload Status: %s", upload->status); + + prv_generate_upload_update(upload_job, upload); + +- g_object_unref(upload->msg); + upload->msg = NULL; + + g_object_unref(upload->soup_session); +@@ -4532,10 +4434,9 @@ + + if (upload) { + if (upload->msg) { +- soup_session_cancel_message(upload->soup_session, +- upload->msg, +- SOUP_STATUS_CANCELLED); ++ g_cancellable_cancel(upload->cancellable); + g_object_unref(upload->msg); ++ g_object_unref(upload->cancellable); + } + + if (upload->soup_session) +@@ -4552,12 +4453,12 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_post_bytes_written(SoupMessage *msg, SoupBuffer *chunk, ++static void prv_post_bytes_written(SoupMessage *msg, guint chunk_size, + gpointer user_data) + { + dls_device_upload_t *upload = user_data; + +- upload->bytes_uploaded += chunk->length; ++ upload->bytes_uploaded += chunk_size; + if (upload->bytes_uploaded > upload->bytes_to_upload) + upload->bytes_uploaded = upload->bytes_to_upload; + } +@@ -4596,6 +4497,7 @@ + upload = g_new0(dls_device_upload_t, 1); + + upload->soup_session = soup_session_new(); ++ upload->cancellable = g_cancellable_new(); + upload->msg = soup_message_new("POST", import_uri); + upload->mapped_file = mapped_file; + upload->body = body; +@@ -4613,11 +4515,15 @@ + upload->status = DLS_UPLOAD_STATUS_IN_PROGRESS; + upload->bytes_to_upload = up_body_length; + +- soup_message_headers_set_expectations(upload->msg->request_headers, ++ SoupMessageHeaders *headers = ++ soup_message_get_request_headers(upload->msg); ++ soup_message_headers_set_expectations(headers, + SOUP_EXPECTATION_CONTINUE); + +- soup_message_set_request(upload->msg, mime_type, SOUP_MEMORY_STATIC, +- up_body, up_body_length); ++ GInputStream *is = g_memory_input_stream_new_from_data( ++ up_body, up_body_length, NULL); ++ soup_message_set_request_body(upload->msg, mime_type, is, ++ up_body_length); + g_signal_connect(upload->msg, "wrote-body-data", + G_CALLBACK(prv_post_bytes_written), upload); + +@@ -4634,35 +4540,36 @@ + return NULL; + } + +-static void prv_create_container_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_create_container_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { + dls_async_task_t *cb_data = user_data; +- const gchar *message; +- GError *error = NULL; +- gchar *result = NULL; +- gchar *object_id = NULL; +- gchar *object_path; +- gboolean end; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *result = NULL; ++ g_autofree gchar *object_id = NULL; ++ g_autofree gchar *object_path = NULL; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, "ObjectID", +- G_TYPE_STRING, &object_id, +- "Result", G_TYPE_STRING, &result, +- NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); + +- if (!end || (object_id == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Create Object operation failed: %s", +- message); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Create Object operation failed: %s", +- message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "ObjectID", G_TYPE_STRING, &object_id, ++ "Result", G_TYPE_STRING, &result, NULL); ++ } ++ ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Create Object operation failed: %s", error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Create Object operation failed: %s", error->message); + goto on_error; + } + +@@ -4670,59 +4577,56 @@ + object_id); + cb_data->task.result = g_variant_ref_sink(g_variant_new_object_path( + object_path)); +- g_free(object_path); +- + on_error: +- + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- g_free(object_id); +- g_free(result); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_generic_upload_cb(dls_async_task_t *cb_data, +- char *file_path, +- gchar *body, +- gsize body_length, +- const gchar *mime_type) ++static void prv_create_object_upload_cb(GObject *source, GAsyncResult *res, ++ gpointer user_data) + { +- gchar *object_id = NULL; +- gchar *result = NULL; ++ dls_async_task_t *cb_data = user_data; ++ char *file_path = cb_data->task.ut.upload.file_path; ++ gchar *body = NULL; ++ gsize body_length = 0; ++ const gchar *mime_type = cb_data->ut.upload.mime_type; ++ + gchar *import_uri = NULL; +- gchar *object_path; +- const gchar *message; +- GError *error = NULL; + gboolean delete_needed = FALSE; +- gboolean end; + gint *upload_id; +- GUPnPDIDLLiteParser *parser = NULL; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; + GVariant *out_p[2]; + dls_device_upload_t *upload; + dls_device_upload_job_t *upload_job; ++ g_autoptr(GError) error = NULL; ++ g_autofree gchar *result = NULL; ++ g_autofree gchar *object_id = NULL; ++ g_autofree gchar *object_path = NULL; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, "ObjectID", +- G_TYPE_STRING, &object_id, +- "Result", G_TYPE_STRING, &result, +- NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (object_id == NULL) || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "ObjectID", G_TYPE_STRING, &object_id, ++ "Result", G_TYPE_STRING, &result, NULL); ++ } ++ ++ if(error != NULL) { + DLEYNA_LOG_WARNING("Create Object operation failed: %s", +- message); ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Create Object operation failed: %s", error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Create Object operation failed: %s", +- message); + goto on_error; + } + +@@ -4771,9 +4675,9 @@ + upload_job->device = cb_data->task.target.device; + upload_job->upload_id = (gint) cb_data->task.target.device->upload_id; + +- soup_session_queue_message(upload->soup_session, upload->msg, +- prv_post_finished, upload_job); +- g_object_ref(upload->msg); ++ soup_session_send_and_read_async( ++ upload->soup_session, upload->msg, G_PRIORITY_DEFAULT, ++ upload->cancellable, prv_post_finished, upload_job); + + upload_id = g_new(gint, 1); + *upload_id = upload_job->upload_id; +@@ -4796,8 +4700,6 @@ + if (cb_data->task.target.device->upload_id > G_MAXINT) + cb_data->task.target.device->upload_id = 0; + +- g_free(object_path); +- + on_error: + + if (cb_data->error && delete_needed) { +@@ -4805,49 +4707,28 @@ + "Upload failed deleting created object with id %s", + object_id); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "DestroyObject", +- prv_upload_delete_cb, cb_data, +- "ObjectID", G_TYPE_STRING, object_id, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "DestroyObject", "ObjectID", G_TYPE_STRING, object_id, ++ NULL); ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_upload_delete_cb, cb_data); ++ ++ // Fire and forget operation, we unref the action here. ++ gupnp_service_proxy_action_unref (cb_data->action); + } else { + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, +- cb_data->cancel_id); + } + +- g_free(object_id); +- g_free(import_uri); +- +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_create_object_upload_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) +-{ +- dls_async_task_t *cb_data = user_data; +- +- prv_generic_upload_cb(cb_data, +- cb_data->task.ut.upload.file_path, +- NULL, 0, +- cb_data->ut.upload.mime_type); +-} +- + void dls_device_upload(dls_client_t *client, + dls_task_t *task, const gchar *parent_id) + { + dls_async_task_t *cb_data = (dls_async_task_t *)task; + dls_device_context_t *context; +- gchar *didl; ++ g_autofree gchar *didl; + dls_async_upload_t *cb_task_data; + + DLEYNA_LOG_DEBUG("Enter"); +@@ -4869,19 +4750,13 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "CreateObject", +- prv_create_object_upload_cb, cb_data, +- "ContainerID", G_TYPE_STRING, parent_id, +- "Elements", G_TYPE_STRING, didl, +- NULL); +- +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); +- +- g_free(didl); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "CreateObject", "ContainerID", G_TYPE_STRING, parent_id, ++ "Elements", G_TYPE_STRING, didl, NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_create_object_upload_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -4963,8 +4838,7 @@ + } + + if (upload->msg) { +- soup_session_cancel_message(upload->soup_session, upload->msg, +- SOUP_STATUS_CANCELLED); ++ g_cancellable_cancel(upload->cancellable); + DLEYNA_LOG_DEBUG("Cancelling Upload %u ", upload_id); + } + +@@ -4977,32 +4851,37 @@ + return retval; + } + +-static void prv_destroy_object_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_destroy_object_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *upnp_error = NULL; ++ g_autoptr(GError) upnp_error = NULL; + dls_async_task_t *cb_data = user_data; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &upnp_error, +- NULL)) { +- DLEYNA_LOG_WARNING("Destroy Object operation failed: %s", ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &upnp_error); ++ ++ if(g_error_matches(upnp_error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(upnp_error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &upnp_error, ++ NULL); ++ } ++ ++ if(upnp_error != NULL) { ++ DLEYNA_LOG_WARNING("Create Object operation failed: %s", + upnp_error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Destroy Object operation failed: %s", +- upnp_error->message); ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Create Object operation failed: %s", ++ upnp_error->message); + } + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (upnp_error) +- g_error_free(upnp_error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -5022,15 +4901,12 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "DestroyObject", +- prv_destroy_object_cb, cb_data, +- "ObjectID", G_TYPE_STRING, task->target.id, +- NULL); +- +- cb_data->cancel_id = g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "DestroyObject", "ObjectID", G_TYPE_STRING, task->target.id, ++ NULL); ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_destroy_object_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -5041,7 +4917,7 @@ + { + dls_async_task_t *cb_data = (dls_async_task_t *)task; + dls_device_context_t *context; +- gchar *didl; ++ g_autofree gchar *didl = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +@@ -5064,19 +4940,13 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "CreateObject", +- prv_create_container_cb, cb_data, +- "ContainerID", G_TYPE_STRING, parent_id, +- "Elements", G_TYPE_STRING, didl, +- NULL); +- +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); +- +- g_free(didl); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "CreateObject", "ContainerID", G_TYPE_STRING, parent_id, ++ "Elements", G_TYPE_STRING, didl, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_create_container_cb, cb_data); + + on_error: + +@@ -5085,33 +4955,36 @@ + return; + } + +-static void prv_update_object_update_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_update_object_update_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *upnp_error = NULL; ++ g_autoptr(GError) upnp_error = NULL; + dls_async_task_t *cb_data = user_data; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- if (!gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &upnp_error, +- NULL)) { ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &upnp_error); ++ if(g_error_matches(upnp_error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } ++ ++ if(upnp_error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &upnp_error, ++ NULL); ++ } ++ ++ if(upnp_error != NULL) { + DLEYNA_LOG_WARNING("Update Object operation failed: %s", + upnp_error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Update Object operation " +- " failed: %s", +- upnp_error->message); ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Update Object operation failed: %s", ++ upnp_error->message); + } + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (upnp_error) +- g_error_free(upnp_error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -5305,34 +5178,36 @@ + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_update_object_browse_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_update_object_browse_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + dls_async_task_t *cb_data = user_data; + dls_async_update_t *cb_task_data = &cb_data->ut.update; +- GUPnPDIDLLiteParser *parser = NULL; +- gchar *result = NULL; +- const gchar *message; +- gboolean end; ++ g_autoptr(GUPnPDIDLLiteParser) parser = NULL; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GUPnPServiceProxyAction) action = NULL; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, +- "Result", G_TYPE_STRING, &result, +- NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse Object operation failed: %s", +- message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, NULL); ++ } ++ ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); + goto on_error; + } + +@@ -5367,32 +5242,24 @@ + goto on_error; + } + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "UpdateObject", +- prv_update_object_update_cb, cb_data, +- "ObjectID", G_TYPE_STRING, cb_data->task.target.id, +- "CurrentTagValue", G_TYPE_STRING, +- cb_task_data->current_tag_value, +- "NewTagValue", G_TYPE_STRING, cb_task_data->new_tag_value, +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "UpdateObject", "ObjectID", G_TYPE_STRING, ++ cb_data->task.target.id, "CurrentTagValue", G_TYPE_STRING, ++ cb_task_data->current_tag_value, "NewTagValue", G_TYPE_STRING, ++ cb_task_data->new_tag_value, NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_update_object_update_cb, cb_data); + + goto no_complete; + + on_error: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); + + no_complete: + +- if (parser) +- g_object_unref(parser); +- +- g_free(result); +- +- if (error) +- g_error_free(error); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -5412,50 +5279,48 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "Browse", +- prv_update_object_browse_cb, cb_data, +- "ObjectID", G_TYPE_STRING, task->target.id, +- "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", +- "Filter", G_TYPE_STRING, upnp_filter, +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, +- "", NULL); + +- cb_data->cancel_id = g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, task->target.id, ++ "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", "Filter", ++ G_TYPE_STRING, upnp_filter, "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_update_object_browse_cb, cb_data); + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_get_object_metadata_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_get_object_metadata_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + dls_async_task_t *cb_data = user_data; +- gchar *result = NULL; +- const gchar *message; +- gboolean end; ++ g_autofree gchar *result = NULL; ++ g_autoptr(GUPnPServiceProxyAction) action; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, +- "Result", G_TYPE_STRING, &result, +- NULL); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- if (!end || (result == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("Browse Object operation failed: %s", +- message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result( ++ action, &error, "Result", G_TYPE_STRING, &result, NULL); ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Browse operation failed: %s", +- message); ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("Browse operation failed: %s", ++ error->message); ++ ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "Browse operation failed: %s", error->message); + goto on_complete; + } + +@@ -5463,15 +5328,9 @@ + + DLEYNA_LOG_DEBUG("prv_get_object_metadata_cb result: %s", result); + +- g_free(result); +- + on_complete: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- if (error) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -5492,52 +5351,50 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "Browse", +- prv_get_object_metadata_cb, cb_data, +- "ObjectID", G_TYPE_STRING, task->target.id, +- "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", +- "Filter", G_TYPE_STRING, "*", +- "StartingIndex", G_TYPE_INT, 0, +- "RequestedCount", G_TYPE_INT, 0, +- "SortCriteria", G_TYPE_STRING, "", +- NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "Browse", "ObjectID", G_TYPE_STRING, task->target.id, ++ "BrowseFlag", G_TYPE_STRING, "BrowseMetadata", "Filter", ++ G_TYPE_STRING, "*", "StartingIndex", G_TYPE_INT, 0, ++ "RequestedCount", G_TYPE_INT, 0, "SortCriteria", G_TYPE_STRING, ++ "", NULL); ++ ++ gupnp_service_proxy_call_action_async( ++ cb_data->proxy, cb_data->action, cb_data->cancellable, ++ prv_get_object_metadata_cb, cb_data); + +- cb_data->cancel_id = g_cancellable_connect(cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); + + DLEYNA_LOG_DEBUG("Exit"); + } + +-static void prv_create_reference_cb(GUPnPServiceProxy *proxy, +- GUPnPServiceProxyAction *action, +- gpointer user_data) ++static void prv_create_reference_cb(GObject *source, GAsyncResult *res, gpointer user_data) + { +- GError *error = NULL; ++ g_autoptr(GError) error = NULL; + dls_async_task_t *cb_data = user_data; +- const gchar *message; +- gchar *object_id = NULL; +- gchar *object_path; +- gboolean end; ++ g_autofree gchar *object_id = NULL; ++ g_autofree gchar *object_path = NULL; ++ g_autoptr(GUPnPServiceProxyAction) action; + + DLEYNA_LOG_DEBUG("Enter"); + +- end = gupnp_service_proxy_end_action(cb_data->proxy, cb_data->action, +- &error, +- "NewID", G_TYPE_STRING, &object_id, +- NULL); +- if (!end || (object_id == NULL)) { +- message = (error != NULL) ? error->message : "Invalid result"; +- DLEYNA_LOG_WARNING("CreateReference operation failed: %s", +- message); ++ action = gupnp_service_proxy_call_action_finish(cb_data->proxy, res, ++ &error); ++ if(g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { ++ return; ++ } + +- cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, +- DLEYNA_ERROR_OPERATION_FAILED, +- "Update Object operation " +- " failed: %s", +- message); ++ if(error == NULL) { ++ gupnp_service_proxy_action_get_result(action, &error, "NewID", ++ G_TYPE_STRING, &object_id, ++ NULL); ++ } ++ ++ if(error != NULL) { ++ DLEYNA_LOG_WARNING("CreateReference operation failed: %s", ++ error->message); + ++ cb_data->error = g_error_new( ++ DLEYNA_SERVER_ERROR, DLEYNA_ERROR_OPERATION_FAILED, ++ "CreateReference operation failed: %s", error->message); + goto on_error; + } + +@@ -5548,17 +5405,9 @@ + + cb_data->task.result = g_variant_ref_sink(g_variant_new_object_path( + object_path)); +- g_free(object_path); +- + on_error: + + (void) g_idle_add(dls_async_task_complete, cb_data); +- g_cancellable_disconnect(cb_data->cancellable, cb_data->cancel_id); +- +- g_free(object_id); +- +- if (error != NULL) +- g_error_free(error); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -5568,8 +5417,8 @@ + { + dls_async_task_t *cb_data = (dls_async_task_t *)task; + dls_device_context_t *context; +- gchar *i_root = NULL; +- gchar *i_id = NULL; ++ g_autofree gchar *i_root = NULL; ++ g_autofree gchar *i_id = NULL; + gchar *path = cb_data->task.ut.create_reference.item_path; + + DLEYNA_LOG_DEBUG("Enter"); +@@ -5594,23 +5443,15 @@ + g_object_add_weak_pointer((G_OBJECT(context->cds.proxy)), + (gpointer *)&cb_data->proxy); + +- cb_data->action = gupnp_service_proxy_begin_action( +- cb_data->proxy, "CreateReference", +- prv_create_reference_cb, cb_data, +- "ContainerID", G_TYPE_STRING, task->target.id, +- "ObjectID", G_TYPE_STRING, i_id, +- NULL); +- +- cb_data->cancel_id = g_cancellable_connect( +- cb_data->cancellable, +- G_CALLBACK(dls_async_task_cancelled_cb), +- cb_data, NULL); ++ cb_data->action = gupnp_service_proxy_action_new( ++ "CreateReference", "ContainerID", G_TYPE_STRING, ++ task->target.id, "ObjectID", G_TYPE_STRING, i_id, NULL); ++ ++ gupnp_service_proxy_call_action_async(cb_data->proxy, cb_data->action, ++ cb_data->cancellable, ++ prv_create_reference_cb, cb_data); + + on_error: +- +- g_free(i_root); +- g_free(i_id); +- + DLEYNA_LOG_DEBUG("Exit"); + } + +@@ -5618,9 +5459,11 @@ + { + GVariant *out_p[2]; + ++ gsize size; ++ gconstpointer data = g_bytes_get_data(device->icon.bytes, &size); + out_p[0] = g_variant_new_fixed_array(G_VARIANT_TYPE_BYTE, +- device->icon.bytes, +- device->icon.size, ++ data, ++ size, + 1); + out_p[1] = g_variant_new_string(device->icon.mime_type); + task->result = g_variant_ref_sink(g_variant_new_tuple(out_p, 2)); +@@ -5634,8 +5477,7 @@ + dls_async_task_cancelled_cb(cancellable, download->task); + + if (download->msg) { +- soup_session_cancel_message(download->session, download->msg, +- SOUP_STATUS_CANCELLED); ++ g_cancellable_cancel(download->cancellable); + DLEYNA_LOG_DEBUG("Cancelling device icon download"); + } + } +@@ -5644,31 +5486,39 @@ + { + if (download->msg) + g_object_unref(download->msg); ++ if(download->cancellable) ++ g_object_unref(download->cancellable); + g_object_unref(download->session); + g_free(download); + } + +-static void prv_get_icon_session_cb(SoupSession *session, +- SoupMessage *msg, ++static void prv_get_icon_session_cb(GObject *source, ++ GAsyncResult *res, + gpointer user_data) + { + dls_device_download_t *download = (dls_device_download_t *)user_data; + dls_async_task_t *cb_data = (dls_async_task_t *)download->task; + dls_device_t *device = (dls_device_t *)cb_data->task.target.device; ++ g_autoptr(GError) error = NULL; ++ GBytes *data; ++ ++ data = soup_session_send_and_read_finish(SOUP_SESSION(source), res, ++ &error); + +- if (msg->status_code == SOUP_STATUS_CANCELLED) ++ if (g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) + goto out; + +- if (SOUP_STATUS_IS_SUCCESSFUL(msg->status_code)) { +- device->icon.size = msg->response_body->length; +- device->icon.bytes = g_malloc(device->icon.size); +- memcpy(device->icon.bytes, msg->response_body->data, +- device->icon.size); ++ SoupStatus status = soup_message_get_status(download->msg); ++ ++ if (SOUP_STATUS_IS_SUCCESSFUL(status)) { ++ device->icon.bytes = data; + + prv_build_icon_result(device, &cb_data->task); + } else { + DLEYNA_LOG_DEBUG("Failed to GET device icon: %s", +- msg->reason_phrase); ++ error != NULL ++ ? error->message ++ : soup_message_get_reason_phrase(download->msg)); + + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_OPERATION_FAILED, +@@ -5689,10 +5539,10 @@ + dls_device_context_t *context; + dls_async_task_t *cb_data = (dls_async_task_t *)task; + dls_device_t *device = task->target.device; +- gchar *url; ++ g_autofree gchar *url; + dls_device_download_t *download; + +- if (device->icon.size != 0) { ++ if (device->icon.bytes != NULL) { + prv_build_icon_result(device, task); + goto end; + } +@@ -5714,6 +5564,7 @@ + download->session = soup_session_new(); + download->msg = soup_message_new(SOUP_METHOD_GET, url); + download->task = cb_data; ++ download->cancellable = g_cancellable_new(); + + if (!download->msg) { + DLEYNA_LOG_WARNING("Invalid URL %s", url); +@@ -5732,11 +5583,9 @@ + G_CALLBACK(prv_get_icon_cancelled), + download, NULL); + +- g_object_ref(download->msg); +- soup_session_queue_message(download->session, download->msg, +- prv_get_icon_session_cb, download); +- +- g_free(url); ++ soup_session_send_and_read_async( ++ download->session, download->msg, G_PRIORITY_DEFAULT, ++ download->cancellable, prv_get_icon_session_cb, download); + + return; + +diff -Nuar a/libdleyna/server/device.h b/libdleyna/server/device.h +--- a/libdleyna/server/device.h 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/device.h 2022-06-02 23:36:05.000000000 +0300 +@@ -64,8 +64,7 @@ + typedef struct dls_device_icon_t_ dls_device_icon_t; + struct dls_device_icon_t_ { + gchar *mime_type; +- guchar *bytes; +- gsize size; ++ GBytes *bytes; + }; + + struct dls_device_t_ { +diff -Nuar a/libdleyna/server/manager.c b/libdleyna/server/manager.c +--- a/libdleyna/server/manager.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/manager.c 2022-06-02 23:36:05.000000000 +0300 +@@ -20,13 +20,14 @@ + * + */ + ++#include ++ + #include + #include + + #include + #include +-#include +-#include ++#include + + #include "interface.h" + #include "manager.h" +@@ -35,10 +36,10 @@ + struct dls_manager_t_ { + dleyna_connector_id_t connection; + GUPnPContextManager *cm; +- dleyna_white_list_t *wl; ++ dleyna_context_filter_t *cf; + }; + +-static void prv_wl_notify_prop(dls_manager_t *manager, ++static void prv_cf_notify_prop(dls_manager_t *manager, + const gchar *prop_name, + GVariant *prop_val) + { +@@ -64,13 +65,13 @@ + GUPnPContextManager *connection_manager) + { + dls_manager_t *manager = g_new0(dls_manager_t, 1); +- GUPnPWhiteList *gupnp_wl; ++ GUPnPContextFilter *gupnp_cf; + +- gupnp_wl = gupnp_context_manager_get_white_list(connection_manager); ++ gupnp_cf = gupnp_context_manager_get_context_filter(connection_manager); + + manager->connection = connection; + manager->cm = connection_manager; +- manager->wl = dleyna_white_list_new(gupnp_wl); ++ manager->cf = dleyna_context_filter_new(gupnp_cf); + + return manager; + } +@@ -78,14 +79,14 @@ + void dls_manager_delete(dls_manager_t *manager) + { + if (manager != NULL) { +- dleyna_white_list_delete(manager->wl); ++ dleyna_context_filter_delete(manager->cf); + g_free(manager); + } + } + +-dleyna_white_list_t *dls_manager_get_white_list(dls_manager_t *manager) ++dleyna_context_filter_t *dls_manager_get_context_filter(dls_manager_t *manager) + { +- return manager->wl; ++ return manager->cf; + } + + void dls_manager_get_all_props(dls_manager_t *manager, +@@ -188,7 +189,7 @@ + + if (*error == NULL) { + prop_val = g_variant_new_boolean(never_quit); +- prv_wl_notify_prop(manager, ++ prv_cf_notify_prop(manager, + DLS_INTERFACE_PROP_NEVER_QUIT, + prop_val); + } +@@ -198,7 +199,7 @@ + return; + } + +-static void prv_set_prop_wl_enabled(dls_manager_t *manager, ++static void prv_set_prop_cf_enabled(dls_manager_t *manager, + dleyna_settings_t *settings, + gboolean enabled, + GError **error) +@@ -208,20 +209,20 @@ + + DLEYNA_LOG_DEBUG("Enter %d", enabled); + +- old_val = dleyna_settings_is_white_list_enabled(settings); ++ old_val = dleyna_settings_is_context_filter_enabled(settings); + + if (old_val == enabled) + goto exit; + + /* If no error, the white list will be updated in the reload callack + */ +- dleyna_settings_set_white_list_enabled(settings, enabled, error); ++ dleyna_settings_set_context_filter_enabled(settings, enabled, error); + + if (*error == NULL) { +- dleyna_white_list_enable(manager->wl, enabled); ++ dleyna_context_filter_enable(manager->cf, enabled); + + prop_val = g_variant_new_boolean(enabled); +- prv_wl_notify_prop(manager, ++ prv_cf_notify_prop(manager, + DLS_INTERFACE_PROP_WHITE_LIST_ENABLED, + prop_val); + } +@@ -231,7 +232,7 @@ + return; + } + +-static void prv_set_prop_wl_entries(dls_manager_t *manager, ++static void prv_set_prop_cf_entries(dls_manager_t *manager, + dleyna_settings_t *settings, + GVariant *entries, + GError **error) +@@ -250,13 +251,13 @@ + /* If no error, the white list will be updated in the reload callack + * callack + */ +- dleyna_settings_set_white_list_entries(settings, entries, error); ++ dleyna_settings_set_context_filter_entries(settings, entries, error); + + if (*error == NULL) { +- dleyna_white_list_clear(manager->wl); +- dleyna_white_list_add_entries(manager->wl, entries); ++ dleyna_context_filter_clear(manager->cf); ++ dleyna_context_filter_add_entries(manager->cf, entries); + +- prv_wl_notify_prop(manager, ++ prv_cf_notify_prop(manager, + DLS_INTERFACE_PROP_WHITE_LIST_ENTRIES, + entries); + } +@@ -299,11 +300,11 @@ + g_variant_get_boolean(param), + &error); + else if (!strcmp(name, DLS_INTERFACE_PROP_WHITE_LIST_ENABLED)) +- prv_set_prop_wl_enabled(manager, settings, ++ prv_set_prop_cf_enabled(manager, settings, + g_variant_get_boolean(param), + &error); + else if (!strcmp(name, DLS_INTERFACE_PROP_WHITE_LIST_ENTRIES)) +- prv_set_prop_wl_entries(manager, settings, param, &error); ++ prv_set_prop_cf_entries(manager, settings, param, &error); + else + cb_data->error = g_error_new(DLEYNA_SERVER_ERROR, + DLEYNA_ERROR_UNKNOWN_PROPERTY, +diff -Nuar a/libdleyna/server/manager.h b/libdleyna/server/manager.h +--- a/libdleyna/server/manager.h 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/manager.h 2022-06-02 23:36:05.000000000 +0300 +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #include "task.h" + +@@ -37,7 +38,7 @@ + + void dls_manager_delete(dls_manager_t *manager); + +-dleyna_white_list_t *dls_manager_get_white_list(dls_manager_t *manager); ++dleyna_context_filter_t *dls_manager_get_context_filter(dls_manager_t *manager); + + void dls_manager_get_all_props(dls_manager_t *manager, + dleyna_settings_t *settings, +diff -Nuar a/libdleyna/server/meson.build b/libdleyna/server/meson.build +--- a/libdleyna/server/meson.build 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/meson.build 2022-06-02 23:36:05.000000000 +0300 +@@ -62,7 +62,7 @@ + name: 'dleyna-server-service-1.0', + description: 'UPnP & DLNA server library', + version: meson.project_version(), +- requires: ['gupnp-1.2', 'glib-2.0', 'gio-2.0', 'dleyna-core-1.0'], ++ requires: ['gupnp-1.6', 'glib-2.0', 'gio-2.0', 'dleyna-core-1.0'], + install_dir: join_paths(get_option('prefix'), get_option('libdir'), 'pkgconfig') + ) + +diff -Nuar a/libdleyna/server/props.c b/libdleyna/server/props.c +--- a/libdleyna/server/props.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/props.c 2022-06-02 23:36:05.000000000 +0300 +@@ -2105,7 +2105,7 @@ + { + GVariant *result; + +- result = dleyna_settings_white_list_entries(settings); ++ result = dleyna_settings_context_filter_entries(settings); + + if (result == NULL) + result = g_variant_new("as", NULL); +@@ -2119,7 +2119,7 @@ + dleyna_settings_is_never_quit(settings)); + + prv_add_bool_prop(vb, DLS_INTERFACE_PROP_WHITE_LIST_ENABLED, +- dleyna_settings_is_white_list_enabled(settings)); ++ dleyna_settings_is_context_filter_enabled(settings)); + + g_variant_builder_add(vb, "{sv}", DLS_INTERFACE_PROP_WHITE_LIST_ENTRIES, + prv_build_wl_entries(settings)); +@@ -2138,7 +2138,7 @@ + b_value = dleyna_settings_is_never_quit(settings); + retval = g_variant_ref_sink(g_variant_new_boolean(b_value)); + } else if (!strcmp(prop, DLS_INTERFACE_PROP_WHITE_LIST_ENABLED)) { +- b_value = dleyna_settings_is_white_list_enabled(settings); ++ b_value = dleyna_settings_is_context_filter_enabled(settings); + retval = g_variant_ref_sink(g_variant_new_boolean(b_value)); + } else if (!strcmp(prop, DLS_INTERFACE_PROP_WHITE_LIST_ENTRIES)) { + retval = g_variant_ref_sink(prv_build_wl_entries(settings)); +diff -Nuar a/libdleyna/server/server.c b/libdleyna/server/server.c +--- a/libdleyna/server/server.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/server.c 2022-06-02 23:36:05.000000000 +0300 +@@ -21,15 +21,17 @@ + * + */ + ++#include ++ + #include + #include + + #include ++#include + #include + #include + #include + #include +-#include + + #include "async.h" + #include "client.h" +@@ -1293,21 +1295,21 @@ + return g_context.upnp; + } + +-static void prv_white_list_init(void) ++static void prv_context_filter_init(void) + { + gboolean enabled; + GVariant *entries; +- dleyna_white_list_t *wl; ++ dleyna_context_filter_t *wl; + + DLEYNA_LOG_DEBUG("Enter"); + +- enabled = dleyna_settings_is_white_list_enabled(g_context.settings); +- entries = dleyna_settings_white_list_entries(g_context.settings); ++ enabled = dleyna_settings_is_context_filter_enabled(g_context.settings); ++ entries = dleyna_settings_context_filter_entries(g_context.settings); + +- wl = dls_manager_get_white_list(g_context.manager); ++ wl = dls_manager_get_context_filter(g_context.manager); + +- dleyna_white_list_enable(wl, enabled); +- dleyna_white_list_add_entries(wl, entries); ++ dleyna_context_filter_enable(wl, enabled); ++ dleyna_context_filter_add_entries(wl, entries); + + DLEYNA_LOG_DEBUG("Exit"); + } +@@ -1340,7 +1342,7 @@ + dls_upnp_get_context_manager( + g_context.upnp)); + +- prv_white_list_init(); ++ prv_context_filter_init(); + } else { + retval = FALSE; + } +diff -Nuar a/libdleyna/server/upnp.c b/libdleyna/server/upnp.c +--- a/libdleyna/server/upnp.c 2021-10-26 18:17:55.000000000 +0300 ++++ b/libdleyna/server/upnp.c 2022-06-02 23:36:05.000000000 +0300 +@@ -20,6 +20,8 @@ + * + */ + ++#include ++ + #include + + #include +@@ -28,7 +30,7 @@ + + #include + #include +-#include ++#include + + #include "async.h" + #include "device.h" +@@ -123,12 +125,12 @@ + + queue_id = dleyna_task_processor_add_queue( + dls_server_get_task_processor(), +- dleyna_service_task_create_source(), ++ dleyna_gasync_task_create_source(), + DLS_SERVER_SINK, + DLEYNA_TASK_QUEUE_FLAG_AUTO_REMOVE, +- dleyna_service_task_process_cb, +- dleyna_service_task_cancel_cb, +- dleyna_service_task_delete_cb); ++ dleyna_gasync_task_process_cb, ++ dleyna_gasync_task_cancel_cb, ++ dleyna_gasync_task_delete_cb); + dleyna_task_queue_set_finally(queue_id, prv_device_chain_end); + dleyna_task_queue_set_user_data(queue_id, *priv_t); + +@@ -212,7 +214,7 @@ + udn = gupnp_device_info_get_udn(device_proxy); + + ip_address = gssdp_client_get_host_ip( +- GSSDP_CLIENT(gupnp_control_point_get_context(cp))); ++ gssdp_resource_browser_get_client(GSSDP_RESOURCE_BROWSER(cp))); + + if (!udn || !ip_address) + goto on_error; +@@ -352,7 +354,7 @@ + udn = gupnp_device_info_get_udn((GUPnPDeviceInfo *)proxy); + + ip_address = gssdp_client_get_host_ip( +- GSSDP_CLIENT(gupnp_control_point_get_context(cp))); ++ gssdp_resource_browser_get_client(GSSDP_RESOURCE_BROWSER(cp))); + + if (!udn || !ip_address) + goto on_error; +diff -Nuar a/meson.build b/meson.build +--- a/meson.build 2021-10-26 18:17:55.000000000 +0300 ++++ b/meson.build 2022-06-02 23:36:05.000000000 +0300 +@@ -1,4 +1,4 @@ +-project('dleyna-server', 'c', version: '0.7.2') ++project('dleyna-server', 'c', version: '0.8.0') + + pkg = import('pkgconfig') + +@@ -67,12 +67,12 @@ + + glib = dependency('glib-2.0', version: '>= 2.28') + gio = dependency('gio-2.0', version: '>=2.28') +-gssdp = dependency('gssdp-1.2', version: '>= 1.2.0') +-gupnp = dependency('gupnp-1.2', version: '>= 1.2.0') ++gssdp = dependency('gssdp-1.6', version: '>= 1.2.0') ++gupnp = dependency('gupnp-1.6', version: '>= 1.2.0') + gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.12.9') + gupnp_dlna = dependency('gupnp-dlna-2.0', version: '>= 0.9.4') +-soup = dependency('libsoup-2.4', version: '>= 2.28.2') +-dleyna_core = dependency('dleyna-core-1.0', version: '>= 0.6.0', fallback: 'dleyna-core-1.0') ++soup = dependency('libsoup-3.0', version: '>= 3.0') ++dleyna_core = dependency('dleyna-core-1.0', version: '>= 0.8.0', fallback: 'dleyna-core-1.0') + libxml2 = dependency('libxml-2.0') + + cc = meson.get_compiler('c') diff --git a/network/misc/dleyna-server/pspec.xml b/network/misc/dleyna-server/pspec.xml new file mode 100644 index 0000000000..922d08ea3e --- /dev/null +++ b/network/misc/dleyna-server/pspec.xml @@ -0,0 +1,82 @@ + + + + + dleyna-server + https://github.com/phako/dleyna-server + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Library to discover, browse and manipulate Digital Media Servers + dleyna-server + Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık + https://github.com/phako/dleyna-server/archive/refs/tags/v0.7.2.tar.gz + + meson + glib2-devel + gssdp-devel + gupnp-devel + libxml2-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + + + e7f6419.patch + + + + + dleyna-server + + glib2 + gssdp + gupnp + libxml2 + gupnp-av + libsoup3 + gupnp-dlna + dleyna-core + + + /usr/libexec + /etc + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + + + + + dleyna-server-devel + Development files for dleyna-server + + glib2-devel + gupnp-devel + libxml2-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + dleyna-server + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2022-08-11 + 0.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/network/misc/dleyna-server/translations.xml b/network/misc/dleyna-server/translations.xml new file mode 100644 index 0000000000..26c3af762e --- /dev/null +++ b/network/misc/dleyna-server/translations.xml @@ -0,0 +1,8 @@ + + + + dleyna-server + Library to discover, browse and manipulate Digital Media Servers + Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık + + diff --git a/pisi-index.xml b/pisi-index.xml index d077baec34..1a9f1ce1c7 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -142,6 +142,38706 @@ kdepim-apps-libs-devel + + + telepathy-qt5 + http://telepathy.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.chat + Qt based classes for Telepathy communication framework + Telepathy iletişim çatısı için Qt tabanlı sınıflar + The Telepathy project is about building a unified framework for many different kinds of real-time communications. telepathy-qt contains Qt-based base and proxy classes for use in connection managers and clients. + Telepathy projesi çeşitli gerçek zamanlı iletişim türleri için birleşik bir çatı oluşturmayı amaçlar. telepathy-qt bağlantı yöneticileri ve istemcilerde kullanılmak üzere Qt tabanlı temel ve vekil sınıfları içerir. + http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.8.tar.gz + + cmake + qt5-doc + python3-devel + qt5-base-devel + qt5-assistant-devel + gobject-introspection-devel + dbus-glib-devel + libxml2-devel + farstream-devel + telepathy-farstream-devel + doxygen + + network/chat/telepathy-qt5/pspec.xml + + + telepathy-qt5 + + glib2 + libgcc + qt5-base + telepathy-glib + telepathy-farstream + doxygen + + + /usr/lib + /usr/share/doc + + + + telepathy-qt5-devel + Development files for telepathy-qt5 + telepathy-qt5 için geliştirme dosyaları + + telepathy-qt5 + qt5-base-devel + telepathy-glib-devel + telepathy-farstream-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-11 + 0.9.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 0.9.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-20 + 0.9.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.9.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 0.9.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-mission-control + http://telepathy.freedesktop.org/wiki/Mission_Control + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:console + library + network.chat + Telepathy component managing connection managers + Bağlantı yöneticilerini düzenlemeya yarayan Telepathy bileşeni + telepathy-mission-control, or Mission Control, is a Telepathy component providing a way for end user applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, and to remove the need to have in each program the account definitions and credentials. + telepathy-mission-control, diğer adıyla Mission Control, bağlantı yöneticilerini düzenlemenin zorluklarını kullanıcıdan soyutlamaya çalışan, basitçe hesap oluşturmanıza olanak tanıyan bir Telepathy bileşenidir. + http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.4.tar.gz + + libxslt-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + gtk-doc + NetworkManager-devel + docbook-xsl + python-six + libaccounts-glib-devel + + network/chat/telepathy-mission-control/pspec.xml + + + telepathy-mission-control + + dbus + glib2 + dbus-glib + NetworkManager + telepathy-glib + libaccounts-glib + + + /usr/bin + /usr/lib/libmission-control-plugins.so.0* + /usr/lib/telepathy/mission-control-5 + /usr/share/man + /usr/share/doc + /usr/share/dbus-1 + /usr/share/glib-2.0 + + + + telepathy-mission-control-devel + Development files for telepathy-mission-control + telepathy-mission-control için geliştirme dosyaları + + telepathy-mission-control + telepathy-glib-devel + + + /usr/include/mission-control-5.5 + /usr/lib/libmission-control-plugins.so + /usr/lib/pkgconfig/mission-control-plugins.pc + /usr/share/gtk-doc/html/mission-control-plugins + + + + + 2018-09-10 + 5.16.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.16.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-22 + 5.16.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 5.16.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 5.16.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + loudmouth + http://www.loudmouth-project.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.chat + Lightweight C Jabber library + Hafif bir C jabber kitaplığı + Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP protocol. It's designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows. + Loudmouth XMPP protokolüyle programlama imkanı sunan hafif ve kullanımı kolay bir C kitaplığı. Programlamada kolay bir başlangıç sunmak ve XMPP protokolü el verdiği ölçüde esnek bir yapıda kalmak için tasarlanmıştır. + https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2 + + intltool + glib2-devel + mit-kerberos + gnutls-devel + + network/chat/loudmouth/pspec.xml + + + loudmouth + + glib2 + gnutls + mit-kerberos + + + /usr/lib/libloudmouth* + /usr/share/doc + /usr/share/gtk-doc + + + + loudmouth-devel + Development files for loudmouth + loudmouth için geliştirme dosyaları + + glib2-devel + loudmouth + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-08 + 1.5.3 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-09-16 + 1.5.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2017-05-19 + 1.5.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-logger-qt + https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + network.chat + Qt bindings for telepathy logger + Qt Wrapper around TpLogger client library. + https://download.kde.org/stable/telepathy-logger-qt/17.08/src/telepathy-logger-qt-17.08.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-assistant-devel + qt5-doc + doxygen + telepathy-qt5-devel + glib2-devel + dbus-devel + dbus-glib-devel + libxml2-devel + telepathy-logger-devel + + network/chat/telepathy-logger-qt/pspec.xml + + + telepathy-logger-qt + Qt bindings for telepathy logger + + glib2 + libgcc + qt5-base + telepathy-qt5 + telepathy-glib + telepathy-logger + + + /usr/lib/libtelepathy-logger-qt.* + /usr/share/doc + + + + telepathy-logger-qt-devel + Development files for telepathy-logger-qt + + telepathy-logger-qt + telepathy-glib-devel + qt5-base-devel + + + /usr/include + /usr/lib/cmake/TelepathyLoggerQt + + + + + 2018-09-10 + 17.08.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-09 + 17.08.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-22 + 15.04.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 15.04.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 15.04.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-idle + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + network.chat + IRC connection manager for Telepathy + Telepathy için IRC (Internet Relay Chat) bağlantı yöneticisi + telepathy-idle is a full-featured IRC connection manager for the Telepathy framework. + telepathy-idle Telepathy iletişim altyapısı için IRC (Internet Relay Chat) bağlantı yöneticisidir. + http://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.0.tar.gz + + telepathy-glib-devel + libxslt-devel + gobject-introspection-devel + glib2-devel + dbus-devel + dbus-glib-devel + + network/chat/telepathy-idle/pspec.xml + + + telepathy-idle + + glib2 + dbus-glib + telepathy-glib + + + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/share/man + /usr/share/telepathy + + + + + 2018-09-10 + 0.2.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-20 + 0.2.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 0.2.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + tox-extension-messages + https://github.com/toxext/tox_extension_messages + + fury + uglyside@yandex.ru + + GPL-3 + library + network.chat + pass + pass + https://github.com/toxext/tox_extension_messages/archive/refs/tags/v0.0.3.tar.gz + + cmake + toxext-devel + toxcore-c-devel + + network/chat/tox-extension-messages/pspec.xml + + + tox-extension-messages + + toxext + + + /usr/lib/libtox_extension_messages.a + + + + tox-extension-messages-devel + + tox-extension-messages + + + /usr/include + /usr/lib/cmake/ToxExtensionMessages + + + + + 2022-04-19 + 0.0.3 + First build. + fury + uglyside@yandex.ru + + + + + + toxext + https://github.com/toxext/toxext + + fury + uglyside@yandex.ru + + GPL-3 + library + network.chat + An extension library for tox. + An extension library with negotiation allows more experimentation with less risk resulting in more features for tox clients. + https://github.com/toxext/toxext/archive/refs/tags/v0.0.3.tar.gz + + cmake + toxcore-c-devel + + network/chat/toxext/pspec.xml + + + toxext + + toxcore-c + + + /usr/lib/libtoxext.a + + + + toxext-devel + + toxext + toxcore-c-devel + + + /usr/include + /usr/lib/cmake/ToxExt + + + + + 2022-04-19 + 0.0.3 + First build. + fury + uglyside@yandex.ru + + + + + + libotr + http://www.cypherpunks.ca/otr/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.chat + Portable OTR (Off The Record) messaging library + Taşınabilir OTR (Off The Record/Kayıt dışı) mesajlaşma kitaplığı + OTR messaging allows you to have private conversations over instant messaging. + OTR mesajlaşma, hızlı mesajlaşma araçları ile gizli sohbetler yapmanızı sağlar. + https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz + + libgcrypt-devel + + network/chat/libotr/pspec.xml + + + libotr + + libgcrypt + libgpg-error + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libotr-devel + Development files for libotr + libotr için geliştirme dosyaları + + libotr + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/libotr/html + + + + + 2018-09-10 + 4.1.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-18 + 4.1.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 4.1.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gloox + https://camaya.net/gloox + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + network.chat + Full-featured Jabber/XMPP client library + Çok işlevli Jabber/XMMP kitaplığı + gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + gloox, Jabber/XMMP istemcileri için C++ ile yazılmış çok işlevli bir kitaplıktır. Mevcut istemcilere kolayca Jabber/XMMP desteği eklenmesini sağlayarak standartlara uygun istemciler yazılmasına olanak verir. + https://camaya.net/download/gloox-1.0.23.tar.bz2 + + gnutls-devel + zlib-devel + + network/chat/gloox/pspec.xml + + + gloox + Full-featured Jabber/XMPP client library + + zlib + libgcc + libidn + gnutls + + + /usr/bin + /usr/lib + /usr/share/doc + + + + gloox-devel + Development files for gloox + gloox için geliştirme dosyaları + gloox-devel, gloox için geliştirme dosyalarını içerir. + + gloox + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-27 + 1.0.23 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-10-30 + 1.0.20 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + telepathy-haze + http://developer.pidgin.im/wiki/Telepathy + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + network.chat + A multi-protocol Libpurple connection manager for Telepathy + Çok protokol destekli, libpurple üzerine kurulu bir Telepathy bağlantı yöneticisi + telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too. + Telepathy-haze Pidgin'in de kullandığı libpurple üzerine kurulu bir bağlantı yöneticisidir. Libpurple tarafından desteklenen tüm protokol teoride telepathy-haze ile de desteklenmektedir. + http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz + + glib2-devel + dbus-devel + dbus-glib-devel + libpurple-devel + telepathy-glib-devel + libxslt-devel + python-devel + + + telepathy-haze-0.8.0-pidgin-2.10.12-compat.patch + + network/chat/telepathy-haze/pspec.xml + + + telepathy-haze + + dbus + glib2 + dbus-glib + libpurple + telepathy-glib + + + /usr/share + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2018-09-09 + 0.8.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-07-07 + 0.8.0 + Release Bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.8.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-21 + 0.8.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + pidgin + http://www.pidgin.im + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + network.chat + Instant messaging application previously known as gaim + Eski sürümleri gaim olarak bilinen, hızlı haberleşme aracı + Multi-protocol instant messaging tool for MSN, Yahoo, IRC, Jabber and Gadu-Gadu protocols. + Birçok protokolü (MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu gibi) destekleyen hızlı haberleşme aracıdır. + pidgin + mirrors://sourceforge/pidgin/pidgin-2.13.0.tar.bz2 + + intltool + doxygen + nss-devel + atk-devel + tcl-devel + cairo-devel + tcltk-devel + python-devel + gconf-devel + gtk2-devel + glib2-devel + gnutls-devel + libSM-devel + ncurses-devel + libxslt-devel + gettext-devel + gtkspell-devel + sqlite-devel + libxml2-devel + gstreamer-devel + farstream-devel + libidn-devel + avahi-glib-devel + dbus-glib-devel + gdk-pixbuf-devel + cyrus-sasl-devel + libXScrnSaver-devel + NetworkManager-devel + gst-plugins-base-devel + + + pidgin-py3-fixes.patch + pidgin-nm-1.0.patch + pidgin-python-3.8.patch + + network/chat/pidgin/pspec.xml + + + pidgin + app:gui + + atk + dbus + gtk2 + cairo + glib2 + libSM + pango + libICE + sqlite + freetype + gtkspell + dbus-glib + gstreamer + fontconfig + gdk-pixbuf + libXScrnSaver + libpurple + gstreamer + farstream + + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/icons + /usr/share/sounds + /usr/share/dbus-1 + /usr/share/purple + /usr/share/pixmaps + /usr/lib/pidgin + /etc/gconf/schemas + /usr/share/appdata/ + /usr/share/locale + /usr/share/applications + + + + pidgin-devel + Development files of pidgin + pidgin paketine ait geliştirme dosyaları + library + + pidgin + libpurple-devel + gtk2-devel + + + /usr/include/pidgin + /usr/bin/dh_pidgin + /usr/share/man/man3/Pidgin* + /usr/lib/pkgconfig/pidgin.pc + + + + finch + Console based instant messaging application + Konsol tabanlı anında mesajlaşma istemcisi + app:console + + glib2 + libX11 + python + libxml2 + ncurses + gstreamer + libpurple + + + /usr/lib/gnt + /usr/lib/finch + /usr/lib/libgnt* + /usr/bin/finch + /usr/share/man/man1/finch* + + + + finch-devel + Development files of finch + finch paketine ait geliştirme dosyaları + library + + finch + libpurple-devel + + + /usr/include/gnt + /usr/include/finch + /usr/lib/pkgconfig/gnt* + /usr/lib/pkgconfig/finch* + + + + libpurple + The core library of pidgin, supports MSN, XMPP, ICQ, Gadu-Gadu and etc. + Pidgin projesine ait, MSN, XMPP, ICQ, Gadu-Gadu gibi protokolleri destekleyen anında mesajlaşma kitaplığı + library + + nss + tcl + dbus + nspr + perl + glib2 + tcltk + gnutls + libidn + libxml2 + dbus-glib + gstreamer + avahi-glib + avahi-libs + cyrus-sasl + gst-plugins-base + + + /usr/lib/purple-2 + /usr/bin/purple* + /usr/lib/libpurple* + + + + libpurple-devel + Development files of libpurple + libpurple paketine ait geliştirme dosyaları + library + + libpurple + + + /usr/share/aclocal + /usr/include/libpurple + /usr/share/man/man3/Purple* + /usr/lib/pkgconfig/purple.pc + + + + + 2020-04-06 + 2.13.0 + rebuild for new Toolchain + Ayhan Yalcinsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-04-26 + 2.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 2.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-07 + 2.12.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-15 + 2.10.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-20 + 2.10.11 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-logger + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + library + network.chat + Logging utility Telepathy + Telepathy için kayıt tutma aracı. + telepathy-logger is a logging utility for Telepathy communication framework. + telepathy-logger, Telepathy iletişim altyapısı için kayıt tutma aracıdır. + http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-0.8.2.tar.bz2 + + glib2-devel + intltool + libxslt-devel + dbus-devel + dbus-glib-devel + gobject-introspection-devel + libxml2-devel + sqlite-devel + telepathy-glib-devel + + network/chat/telepathy-logger/pspec.xml + + + telepathy-logger + + dbus + glib2 + sqlite + libxml2 + dbus-glib + telepathy-glib + + + /usr/lib + /usr/share/gir-1.0/ + /usr/share/telepathy + /usr/share/glib-2.0/ + /usr/libexec + /usr/share/dbus-1 + /usr/share/gtk-doc + /usr/share/doc + + + + telepathy-logger-devel + Development files for telepathy-logger + telepathy-logger için geliştirme dosyaları + + telepathy-logger + telepathy-glib-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-09-10 + 0.8.2 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-20 + 0.8.2 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.8.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 0.8.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telegram-desktop + https://desktop.telegram.org/ + + Safa Ariman + safa@ariman.gen.tr + + GPLv3 + app:gui + network.chat + Official Telegram Desktop client + Official Telegram Desktop client + 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. + 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. + telegram + https://github.com/telegramdesktop/tdesktop/releases/download/v4.0.4/tdesktop-4.0.4-full.tar.gz + + fix-tgcalls-cstdint.patch + + + cmake + ninja + gtk3-devel + rnnoise-devel + qt5-base-devel + xz-devel + libdbusmenu-qt-devel + expected-devel + ffmpeg-devel + guidelines-support-library-devel + hunspell-devel + minizip-devel + openal-devel + openssl-devel + range-v3-devel + libopus-devel + xxhash-devel + alsa-lib-devel + pulseaudio-libs-devel + lz4-devel + libtg_owt-devel + xcb-util-keysyms-devel + jemalloc-devel + webkit2gtk-devel + glibmm-devel + qt5-svg-devel + llvm-clang-devel + abseil-cpp-devel + pipewire-devel + + + tdesktop.patch + + network/chat/telegram-desktop/pspec.xml + + + telegram-desktop + + xz + lz4 + gtk3 + zlib + glib2 + libX11 + libgcc + libxcb + ffmpeg + openal + xxhash + openssl + libopus + minizip + hunspell + qt5-base + libtg_owt + gdk-pixbuf + libjpeg-turbo + qt5-imageformats + libdbusmenu-qt + xcb-util-keysyms + open-sans-fonts + glibmm + libXext + libXtst + qt5-svg + rnnoise + libXfixes + libXrandr + libsigc++ + libXdamage + libXcomposite + jemalloc + abseil-cpp + pipewire + + + /usr/bin + /usr/share + + + + + 2022-08-05 + 4.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 4.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-22 + 3.7.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-18 + 3.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 3.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-10 + 3.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-05 + 3.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-09 + 3.1.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-01 + 3.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 2.5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-06 + 2.1.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-17 + 1.9.21 + First release + Safa Ariman + safa@ariman.gen.tr + + + + + + telepathy-salut + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + network.chat + Link-local XMPP Telepathy connection manager + XMPP ile yerel-bağlantı iletişimini sağlayan Telepathy bağlantı yöneticisi. + telepathy-salut is Telepathy connection manager for link-local XMPP. Normally, XMPP does no support direct client-to-client interactions, since it requires authentication with a server. This package makes it is possible to establish an XMPP-like communications on a local network using zero-configuration networking. + telepathy-salut, yerel bir ağ üzerinde XMPP benzeri iletişimi mümkün kılan bir Telepathy bağlantı yöneticisidir. + http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.8.1.tar.gz + + libxslt-devel + glib2-devel + gobject-introspection-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + avahi-devel + avahi-glib-devel + libsoup-devel + openssl-devel + python-devel + sqlite-devel + cyrus-sasl-devel + + + fix_bork_in_tr_locale.patch + + network/chat/telepathy-salut/pspec.xml + + + telepathy-salut + + dbus + glib2 + sqlite + libsoup + libxml2 + openssl + dbus-glib + avahi-glib + avahi-libs + telepathy-glib + + + /usr/bin + /usr/lib + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/doc + /usr/share/man + + + + + 2018-09-10 + 0.8.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-22 + 0.8.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.8.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 0.8.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-butterfly + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + network.chat + MSN connection manager for Telepathy + Telepathy için MSN bağlantı yöneticisi + telepathy-butterfly is an MSN connection manager that handles presence, personal messages and conversations. + telepathy-butterfly MSN için durum bilgisi, kişisel iletiler ve sohbeti destekleyen bir Telepathy eklentisidir. + http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.5.15.tar.gz + + dont-compile-py.patch + + network/chat/telepathy-butterfly/pspec.xml + + + telepathy-butterfly + + /usr/libexec + /usr/lib + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/doc + + + + + 2018-09-10 + 0.5.18 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-18 + 0.5.18 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.5.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 0.5.15 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + hexchat + https://hexchat.github.io/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:gui + network.chat + GTK+ IRC client. + A popular and easy to use graphical IRC client. + https://dl.hexchat.net/hexchat/hexchat-2.16.1.tar.xz + + cmake + meson + gtk2-devel + glib2-devel + luajit-devel + python3-cffi + python3-devel + openssl-devel + enchant-devel + libXext-devel + libproxy-devel + pciutils-devel + dbus-glib-devel + libnotify-devel + iso-codes-devel + python3-pycparser + libcanberra-devel + desktop-file-utils + appstream-glib-devel + + network/chat/hexchat/pspec.xml + + + hexchat + + perl + gtk2 + glib2 + luajit + openssl + python3 + libproxy + pciutils + libnotify + libcanberra + python3-cffi + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/info + /usr/share/doc + + + + hexchat-devel + Development files for hexchat + + hexchat + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-07 + 2.16.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-22 + 2.16.0 + First build + fury + uglyside@yandex.ru + + + + + + telepathy-farstream + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + network.chat + Telepathy client to handle media streaming channels + Ortam yayın kanallarıyla anlaşabilmek için gerekli Telepathy istemcisi + Telepathy-farstream is a Telepathy client that uses Farsight and Gstreamer to handle media streaming channels. It's used as a background process by other Telepathy clients, rather than presenting any user interface of its own. + Telepathy-farstream, Farsight ve Gstreamer kitaplıklarını kullanan bir Telepathy istemcisidir. + http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-0.6.2.tar.gz + + gobject-introspection-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + farstream-devel + gstreamer-devel + + network/chat/telepathy-farstream/pspec.xml + + + telepathy-farstream + library + + dbus + glib2 + dbus-glib + farstream + gstreamer + telepathy-glib + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + + + + telepathy-farstream-docs + Help files and API documents of telepathy-farstream library + telepathy-farstream kitaplığına ait yardım dosyaları ve API belgeleri + data:doc + + telepathy-farstream + + + /usr/share/gtk-doc + + + + telepathy-farstream-devel + Development files for telepathy-farstream + telepathy-farstream için geliştirme dosyaları + + telepathy-farstream + glib2-devel + dbus-glib-devel + farstream-devel + gstreamer-devel + telepathy-glib-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-11 + 0.6.2 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 0.6.2 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-18 + 0.6.2 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.6.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 0.6.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-sunshine + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + library + network.chat + Gadu-Gadu connection manager for telepathy + Telepathy için Gadu Gadu bağlantı yöneticisi + Telepathy-sunshine is a Gadu-Gadu network connection manager. It supports the Nowe Gadu Gadu features such as UTF-8 encoding and new statuses. + Telepathy-sunshine Telepathy iletişim altyapısı için Gadu Gadu bağlantı yöneticisidir. + http://telepathy.freedesktop.org/releases/telepathy-sunshine/telepathy-sunshine-0.2.0.tar.gz + + dont-compile-py.patch + + network/chat/telepathy-sunshine/pspec.xml + + + telepathy-sunshine + + /usr/libexec + /usr/lib + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/man + /usr/share/doc + + + + + 2018-09-10 + 2.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-22 + 2.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 2.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-glib + http://telepathy.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.chat + GLib bindings for the Telepathy D-Bus protocol + Telepathy D-Bus protokolü için GLib bağlayıcıları + Telepathy-glib is the glib binding for the Telepathy unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. + Telepathy-glib, anında mesajlaşma, IRC, sesli ve görüntülü görüşmeler dahil her türlü anlık iletişim türlerini destekleyen Telepathy altyapısının GLib bağlayıcılarıdır. + http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.24.1.tar.gz + + gobject-introspection-devel + dbus-devel + dbus-glib-devel + libxslt-devel + vala-devel + python3-devel + + network/chat/telepathy-glib/pspec.xml + + + telepathy-glib + GLib bindings for the Telepathy D-Bus protocol + library + + dbus + glib2 + python3 + dbus-glib + + + /usr/lib + /usr/share/gir-1.0 + /usr/share/doc + + + + telepathy-glib-docs + Help files and API documents of telepathy-glib library + telepathy-glib kitaplığına ait yardım dosyaları ve API belgeleri + data:doc + + telepathy-glib + + + /usr/share/gtk-doc + + + + telepathy-glib-devel + Development files for telepathy-glib + telepathy-glib için geliştirme dosyaları + + telepathy-glib + dbus-devel + glib2-devel + dbus-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala/vapi + + + + + 2020-05-11 + 0.24.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-10 + 0.24.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-18 + 0.24.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.24.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 0.24.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + telepathy-gabble + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + library + network.chat + A Jabber/XMPP connection manager for Telepathy + Telepathy için Jabber/XMPP bağlantı yöneticisi + telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls. + telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir. + http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.4.tar.gz + + libnice-devel + gobject-introspection-devel + glib2-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + libxslt-devel + gnutls-devel + sqlite-devel + libsoup-devel + libnice-devel + cyrus-sasl-devel + + network/chat/telepathy-gabble/pspec.xml + + + telepathy-gabble + + dbus + glib2 + gnutls + sqlite + libnice + libsoup + libxml2 + dbus-glib + telepathy-glib + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man + + + + + 2018-09-10 + 0.18.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-18 + 0.18.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.18.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-21 + 0.18.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + toxcore-c + https://tox.chat/ + + fury + uglyside@yandex.ru + + GPL-3 + app + network.chat + This is an experimental cryptographic network library. + Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication. + https://github.com/TokTok/c-toxcore/archive/refs/tags/v0.2.17.tar.gz + + cmake + libvpx-devel + libopus-devel + libsocket-devel + libconfig-devel + libsodium-devel + msgpack-c-devel + + network/chat/toxcore-c/pspec.xml + + + toxcore-c + + libvpx + libopus + libconfig + libsodium + msgpack-c + + + /etc/tox-bootstrapd.conf + /usr/bin + /usr/lib + /usr/share/bash-completion/completions + + + System.Package + System.Service + + + + toxcore-c-devel + + toxcore-c + libvpx-devel + libopus-devel + libsocket-devel + libsodium-devel + msgpack-c-devel + + + /usr/lib/pkgconfig + /usr/include/tox + + + + + 2022-04-25 + 0.2.17 + First build. + fury + uglyside@yandex.ru + + + + + + qtox + https://qtox.github.io/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + network.chat + Instant messaging, video conferencing, and more. + qTox is a chat, voice, video, and file transfer instant messaging client using the encrypted peer-to-peer Tox protocol. + https://github.com/qTox/qTox/archive/a3004159833e890c34189944595b71aec1563264.zip + + cmake + ccache + mesa-devel + ffmpeg-devel + openal-devel + qt5-linguist + toxext-devel + libexif-devel + qt5-svg-devel + qt5-base-devel + qrencode-devel + libglvnd-devel + toxcore-c-devel + sqlcipher-devel + libXScrnSaver-devel + tox-extension-messages-devel + + network/chat/qtox/pspec.xml + + + qtox + + libgcc + libX11 + ffmpeg + openal + toxext + libexif + qt5-svg + qt5-base + qrencode + libsodium + toxcore-c + sqlcipher + libXScrnSaver + tox-extension-messages + + + /usr/bin + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/metainfo + + + + + 2022-04-27 + 1.17.6 + First build. + fury + uglyside@yandex.ru + + + + + + firefox + https://www.mozilla.org/tr/ + + PisiLinux Community + admins@pisilinux.org + + MPL-1.1 + NPL-1.1 + GPLv2 + app:gui + network.web + Firefox Web Browser + Firefox Web Browser + Firefox Web-Browser + Firefox Web Tarayıcı + Przeglądarka WWW Firefox + Firefox Navegador Web + It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences. + Met Firefox gaat het browsen van het web veiliger en sneller. Het kan met vele toevoegingen aan uw persoonlijke wensen aangepast worden en heeft te veel mogelijkheden om in twee zinnen te beschrijven. + Mit dem Firefox Web-Browser surfen sie sicherer und schneller im Web. Sie können Ihren Web-Browser mit vielen Spezifikationen personalisieren, diese kann man nicht in zwei Sätzen erklären. + Internette gezinmek daha güvenli ve hızlı. İki cümle ile anlatılamayacak ek ozellikler ile açık kaynak kodlu web tarayıcınızı kişiselleştirebilirsiniz. + Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników. + Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales. + firefox + https://ftp.mozilla.org/pub/firefox/releases/103.0.2/source/firefox-103.0.2.source.tar.xz + + mozconfig-inst + mozconfig-opt + configure + pisilinux/browserconfig.properties + + + rust + wget + llvm + nodejs + chrpath + cbindgen + nss-devel + lld-devel + gdb-devel + util-linux + nspr-devel + zlib-devel + gtk3-devel + gtk2-devel + yasm-devel + gconf-devel + libXt-devel + libSM-devel + autoconf213 + icu4c-devel + compiler-rt + libvpx-devel + libpng-devel + libffi-devel + gnutls-devel + python-devel + sqlite-devel + python3-devel + hunspell-devel + alsa-lib-devel + libevent-devel + xorg-app-devel + libnotify-devel + dbus-glib-devel + xkeyboard-config + xorg-server-xvfb + llvm-clang-devel + python3-setuptools + libxkbcommon-devel + libXcomposite-devel + libXScrnSaver-devel + libjpeg-turbo-devel + pulseaudio-libs-devel + gst-plugins-base-devel + startup-notification-devel + jack-audio-connection-kit-devel + + + zstandard-0.18.0.diff + + network/web/firefox/pspec.xml + + + firefox + + atk + nss + dbus + gtk3 + gtk2 + nspr + zlib + cairo + glib2 + libXt + pango + libX11 + libffi + libxcb + libgcc + pixman + sqlite + iconcan + libXext + icu4c + libvpx + alsa-lib + libevent + freetype + hunspell + dbus-glib + libXfixes + fontconfig + gdk-pixbuf + libXdamage + libXrender + libXcomposite + libjpeg-turbo + startup-notification + + + /etc/ + /usr/share/doc + /usr/bin + /usr/share/mime + /usr/libexec + /usr/lib/pkgconfig + /usr/share/pixmaps + /usr/lib/firefox + /usr/share/applications + + + System.Package + + + pisilinux/mozillafirefox.desktop + pisilinux/firefox-l10n.js + pisilinux/default-prefs.js + pisilinux/distribution.ini + pisilinux/pisilinux_bookmark-tr.html + pisilinux/pisilinux_bookmark-en.html + pisilinux/pisilinux_bookmark-nl.html + pisilinux/pisilinux_bookmark-de.html + + + + firefox-lang-az + Firefox üçün Türkçe dil faylı + Firefox üçün Türkçe dil faylı + locale:az + system.locale + lang-az + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi + + + + firefox-lang-bs + Engleskom jeziku paket za Firefox + Engleskom jeziku paket za Firefox + locale:bs + system.locale + lang-bs + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi + + + + firefox-lang-ca + Arxiu d'idioma català del Firefox + Arxiu d'idioma català del Firefox + locale:ca + system.locale + lang-ca + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi + + + + firefox-lang-da + Dansk sprogpakke til Firefox + Dansk sprogpakke til Firefox + locale:da + system.locale + lang-da + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi + + + + firefox-lang-de + Deutsch Sprachdatei für Firefox + Deutsch Sprachdatei für Firefox + locale:de + system.locale + lang-de + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi + + + + firefox-lang-el + Ελληνική γλώσσα pack για τον Firefox + Ελληνική γλώσσα pack για τον Firefox + locale:el + system.locale + lang-el + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi + + + + firefox-lang-en-US + English language pack for Firefox + English language pack for Firefox + locale:en-US + system.locale + lang-en-US + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi + + + + firefox-lang-en-GB + British English language pack for Firefox + British English language pack for Firefox + locale:en-GB + system.locale + lang-en-GB + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi + + + + firefox-lang-es-AR + Paquete de idioma español para Firefox + Paquete de idioma español para Firefox + locale:es-AR + system.locale + lang-es-AR + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi + + + + firefox-lang-es-CL + Paquete de idioma español para Firefox + Paquete de idioma español para Firefox + locale:es-CL + system.locale + lang-es-CL + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi + + + + firefox-lang-es-ES + Paquete de idioma español para Firefox + Paquete de idioma español para Firefox + locale:es-ES + system.locale + lang-es-ES + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi + + + + firefox-lang-fi + Suomen kielen pack for Firefox + Suomen kielen pack for Firefox + locale:fi + system.locale + lang-fi + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi + + + + firefox-lang-fr + Paquet de langue française pour Firefox + Paquet de langue française pour Firefox + locale:fr + system.locale + lang-fr + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi + + + + firefox-lang-hr + Hrvatski jezični paket za Firefox + Hrvatski jezični paket za Firefox + locale:hr + system.locale + lang-hr + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi + + + + firefox-lang-hu + Magyar nyelvű pack for Firefox + Magyar nyelvű pack for Firefox + locale:hu + system.locale + lang-hu + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi + + + + firefox-lang-it + Language Pack italiano per Firefox + Language Pack italiano per Firefox + locale:it + system.locale + lang-it + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi + + + + firefox-lang-lt + Lietuvių kalbos paketas Firefox + Lietuvių kalbos paketas Firefox + locale:lt + system.locale + lang-lt + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi + + + + firefox-lang-nl + Nederlands taalpakket voor Firefox + Nederlands taalpakket voor Firefox + locale:nl + system.locale + lang-nl + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi + + + + firefox-lang-pl + Polski pakiet językowy dla programu Firefox + Polski pakiet językowy dla programu Firefox + locale:pl + system.locale + lang-pl + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi + + + + firefox-lang-pt-BR + Pacote de idioma português para o Firefox + Pacote de idioma português para o Firefox + locale:pt-BR + system.locale + lang-pt-BR + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi + + + + firefox-lang-pt-PT + Pacote de idioma português para o Firefox + Pacote de idioma português para o Firefox + locale:pt-PT + system.locale + lang-pt-PT + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi + + + + firefox-lang-ro + Pachet de limba română pentru Firefox + Pachet de limba română pentru Firefox + locale:ro + system.locale + lang-ro + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi + + + + firefox-lang-ru + Русский языковый пакет для Firefox + Русский языковый пакет для Firefox + locale:ru + system.locale + lang-ru + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi + + + + firefox-lang-sr + Паковање српски језик за Фирефок + Паковање српски језик за Фирефок + locale:sr + system.locale + lang-sr + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi + + + + firefox-lang-sv-SE + Svenska språkpaket för Firefox + Svenska språkpaket för Firefox + locale:sv-SE + system.locale + lang-sv-SE + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi + + + + firefox-lang-tr + Firefox için Türkçe dil dosyası + Firefox için Türkçe dil dosyası + locale:tr + system.locale + lang-tr + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi + + + + firefox-lang-uk + Український мовний пакет для Firefox + Український мовний пакет для Firefox + locale:uk + system.locale + lang-uk + + firefox + + + /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi + + + + + 2022-08-09 + 103.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-08-01 + 103.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-25 + 103.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-24 + 102.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-06 + 102.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-27 + 102.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 101.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-02 + 100.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-10 + 99.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 98.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 97.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-14 + 97.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2022-01-26 + 96.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-16 + 95.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-06 + 95.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-11 + 94.0.1 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-11-01 + 94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-05 + 93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-06 + 92.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-23 + 91.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 91.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 90.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-12 + 90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 89.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-31 + 89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-19 + 88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-22 + 87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-06 + 85.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-25 + 85.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-02 + 84.0.1 + Version bump and enable PGO and LTO + İdris Kalp + idriskalp@gmail.com + + + 2020-12-27 + 84.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-16 + 83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-19 + 82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-01 + 81.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-21 + 81.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-01 + 80.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 78.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-01 + 78.0.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 77.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-12 + 76.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-05 + 76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 75.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-09 + 74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 73.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-09 + 72.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-02 + 71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 70.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-21 + 70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-03 + 69.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-19 + 69.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-08-15 + 68.0.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-26 + 68.0.1 + Version Bump and rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-05-24 + 67.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 66.0.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-28 + 66.0.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-13 + 65.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-28 + 65.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 64.0.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 64.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-17 + 63.0.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-30 + 63.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-25 + 62.0.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 61.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-20 + 60.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 60.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-06 + 59.0.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 58.0.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 58.0.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 57.0.4 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-08 + 57.0.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-19 + 57.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 56.0.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-30 + 55.0.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-29 + 53.0.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-22 + 52.0.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-05 + 50.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-16 + 47.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 44.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 44.0.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + falkon + https://www.falkon.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv3 + app:web + network.web + Cross-platform QtWebKit browser + Cross-platform QtWebKit browser + falkon is a new and very fast QtWebEngine browser + falkon is a new and very fast QtWebEngine browser + https://github.com/KDE/falkon/archive/refs/tags/v22.04.0.tar.gz + + extra-cmake-modules + kwallet-devel + qt5-base-devel + qt5-declarative-devel + qt5-webchannel-devel + qt5-webengine-devel + qt5-x11extras-devel + qt5-sql-postgresql + qt5-svg-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-linguist + qt5-sql-sqlite + libgnome-keyring + python3-devel + openssl-devel + libxcb-devel + nss-devel + cmake + kio-devel + purpose-devel + karchive-devel + + + bookmarks_json.diff + + network/web/falkon/pspec.xml + + + falkon + + kio + kcrash + purpose + kcoreaddons + libxcb + libgnome-keyring + kwallet + qt5-base + qt5-declarative + qt5-webchannel + qt5-webengine + qt5-x11extras + qt5-sql-sqlite + + + /usr/bin + /usr/lib + /usr/include + /usr/share + /usr/share/locale + /usr/share/bash-completion + /usr/share/metainfo + /usr/share/pixmaps + /usr/share/icons + /usr/share/doc + + + qupzilla + + + + + 2021-02-02 + 22.04.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-02-02 + 3.1.0 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-12 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-01 + 3.1.0 + version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-01 + 3.0.1 + Fixed version number + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-11 + 3.1.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-08 + 3.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + otter-browser + http://otter-browser.org/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPL-3 + gui + network.web + Otter-Browser Controlled by the user, not vice versa + Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. + https://github.com/OtterBrowser/otter-browser/archive/v1.0.01.tar.gz + + hunspell-devel + qt5-multimedia-devel + qt5-svg-devel + qt5-webengine-devel + qt5-webkit-devel + qt5-xmlpatterns-devel + cmake + + network/web/otter-browser/pspec.xml + + + otter-browser + + hunspell + qt5-multimedia + qt5-svg + qt5-webengine + qt5-webkit + qt5-xmlpatterns + + + /usr/lib + /usr/share + /usr/share/man/man1 + /usr/bin + + + + + 2020-07-06 + 1.0.01 + First Release + Erkan IŞIK + erkanisik@pisilinux.org + + + + + + lynx + https://invisible-mirror.net/lynx/lynx.html + + PisiLinux Community + admins@pisilinux.org + + GPL + app:console + network.web + Lynx is the text web browser. + This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium. + http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.bz2 + + ncurses-devel + openssl-devel + gettext-devel + + + lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch + lynx2-8-6-fix-ugly-color.patch + lynx2-8-7-adapt-to-modern-file-localizations.patch + lynx2-8-7-tmp_dir.patch + + network/web/lynx/pspec.xml + + + lynx + + ncurses + openssl + + + /usr/bin + /etc + /usr/share + /usr/share/man + + + + + 2020-01-07 + 2.8.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-22 + 2.8.9 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-07-30 + 2.8.8 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.8.8 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.8.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-29 + 2.8.8 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + chromium-browser + https://www.chromium.org/Home + + Admin PisiLinux + admin@pisilinux.org + + GPLv2 + app:gui + network.web + A WebKit powered web browser + Webkit tabanlı ağ tarayıcı + Chromium-browser is an open-source web browser, powered by WebKit. + Chromium, açık kaynak kodlu Webkit tabanlı bir ağ tarayıcıdır. + chromium-browser + commondatastorage.googleapis.com/chromium-browser-official/chromium-103.0.5060.134.tar.xz + + alsa-lib-devel + at-spi2-atk-devel + atk-devel + cairo-devel + cups-devel + curl-devel + dbus-devel + desktop-file-utils + faac-devel + flac-devel + gdk-pixbuf-devel + glib2-devel + glibc-devel + gperf + gsm-devel + gtk3-devel + harfbuzz-devel + hunspell-devel + icon-theme-hicolor + imlib2-devel + jack-audio-connection-kit-devel + lame-devel + libXScrnSaver-devel + libXcomposite-devel + libXcursor-devel + libXdamage-devel + libXext-devel + libXfixes-devel + libXi-devel + libXrandr-devel + libXrender-devel + libXtst-devel + libavc1394-devel + libdc1394-devel + libdrm-devel + libexif-devel + libffi-devel + libgnome-keyring + libjpeg-turbo-devel + libmtp-devel + libogg-devel + libopus-devel + libsecret-devel + libtheora-devel + libva-devel + libvdpau-devel + libvorbis-devel + libxcb-devel + libxslt-devel + llvm-clang-devel + lld-devel + llvm + compiler-rt + minizip-devel + mit-kerberos-devel + ninja + nodejs + nss-devel + opencore-amr-devel + pango-devel + pciutils-devel + pulseaudio-libs-devel + python-lxml + schroedinger-devel + snappy-devel + speech-dispatcher-devel + speex-devel + usbutils + valgrind + webp-devel + x264-devel + xdg-utils + xvid-devel + yasm-devel + python-devel + json-c-devel + openjpeg2-devel + re2-devel + ffmpeg-devel + freetype-devel + mesa-devel + libxkbcommon-devel + jre8-openjdk-headless + pipewire-devel + libevent-devel + + + sql-make-VirtualCursor-standard-layout-type.patch + use-oauth2-client-switches-as-default.patch + chromium-91-java-only-allowed-in-android-builds.patch + chromium-buildname.patch + wayland-egl.patch + patches/chromium-78-protobuf-RepeatedPtrField-export.patch + + network/web/chromium-browser/pspec.xml + + + chromium-browser + + alsa-lib + dbus + atk + cairo + cups + curl + flac + fontconfig + gdk-pixbuf + at-spi2-atk + at-spi2-core + gtk3 + libevent + libXcomposite + libXcursor + libXdamage + libXext + libXfixes + libXi + libXrandr + libXrender + libXScrnSaver + libXtst + libxcb + libxslt + libva + mit-kerberos + nss + pango + pepperflash + pulseaudio-libs + webp + nspr + expat + glib2 + libX11 + libgcc + harfbuzz + re2 + ffmpeg + libopus + snappy + freetype + libdrm + libjpeg-turbo + mesa + pipewire + wayland-client + + + /etc + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/icons + /usr/share/metainfo + /usr/share/pixmaps + /usr/share/applications + /usr/share/drirc.d/10-chromium-browser.conf + + + master_preferences + chromium-drirc-disable-10bpc-color-configs.conf + chromium-browser.desktop + + + + + 2022-07-24 + 103.0.5060.134 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-03-14 + 99.0.4844.58 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2022-02-14 + 98.0.4758.91 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2022-01-11 + 97.0.4692.77 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2021-10-21 + 95.0.4638.54 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2021-08-16 + 92.0.4515.131 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2021-07-07 + 91.0.4472.147 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2021-03-18 + 89.0.4389.90 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2021-01-19 + 87.0.4280.142 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2020-04-29 + 81.0.4044.122 + Version Bump + Idris Kalp + idriskalp@gmail.com + + + 2020-02-28 + 80.0.3987.106 + Version Bump + Idris Kalp + idriskalp@gmail.com + + + 2020-01-12 + 79.0.3945.117 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-09-25 + 78.0.3904.70 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-09-24 + 77.0.3865.93 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-08-16 + 76.0.3809.111 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-07-22 + 75.0.3770.144 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2018-09-11 + 69.0.3497.100 + Version Bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-04-09 + 62.0.3202.97 + Version Bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-11-24 + 62.0.3202.94 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-31 + 60.0.3112.78 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-11 + 58.0.3029.81 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-12 + 55.0.2883.75 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-09-23 + 53.0.2785.116 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-09-10 + 53.0.2785.101 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-09-06 + 53.0.2785.92 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-08-03 + 52.0.2743.116 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-22 + 52.0.2743.82 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-05 + 51.0.2704.106 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-30 + 51.0.2704.84 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-09 + 48.0.2564.97 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + + + + telnet-bsd + ftp://ftp.suse.com/pub/people/kukuk/ipv6/ + + Kamil Atlı + suvari@pisilinux.org + + BSD + app:console + network.remoteshell + Telnet and telnetd + Telnet protokolünün OpenBSD işletim sisteminden alınmış hali. IPV6 desteği içerir. + telnet-bsd provides a command line telnet client which is used for remote login using the telnet protocol. + telnet-bsd, telnet protokolünü kullanarak uzaktan bağlantı sağlayan bir komut satırı telnet istemcisidir. + https://sourceforge.net/projects/pisilinux/files/source/telnet-bsd-1.2.tar.bz2 + + ncurses-devel + + network/remoteshell/telnet-bsd/pspec.xml + + + telnet-bsd + + ncurses + + + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + 2019-05-22 + 1.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + network-manager-applet + http://projects.gnome.org/NetworkManager + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:gui + network.connection + Network connection manager GUI interface + NetworkManager için güçlü bir grafik arayüzü + network-manager-applet is a powerful graphical frontend to NetworkManager. + network-manager-applet, NetworkManager için GTK+ arayüz kitaplığı kullanılarak yazılmış güçlü bir arayüzdür. + https://download.gnome.org/sources/network-manager-applet/1.28/network-manager-applet-1.28.0.tar.xz + + gtk-doc + gtk2-devel + gtk3-devel + libsecret-devel + cairo-devel + pango-devel + libnotify-devel + libmm-glib-devel + gdk-pixbuf-devel + at-spi2-core-devel + NetworkManager-devel + iso-codes-devel + dbus-devel + glib2-devel + dbus-glib-devel + atk-devel + libgudev-devel + intltool + python-six + libnma-devel + libappindicator-devel + + network/connection/network-manager-applet/pspec.xml + + + network-manager-applet + + gtk3 + atk + cairo + pango + libnma + libsecret + libnotify + libmm-glib + gdk-pixbuf + NetworkManager + dbus + glib2 + dbus-glib + libgudev + libappindicator + + + /usr/bin + /usr/share/libnm-gtk + /usr/lib/ + /usr/share/icons + /usr/share/applications + /usr/share/nm-applet + /etc/dbus-1 + /usr/share + /usr/libexec + /etc/gconf/schemas + /etc/xdg/autostart + /usr/share/man + /usr/share/doc + /usr/share/locale + + + + + 2022-06-08 + 1.28.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-22 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-04 + 1.22.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 1.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-20 + 1.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-17 + 1.8.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-02 + 1.8.20 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 1.8.16 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-04 + 1.8.4 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 1.8.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 1.8.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-28 + 1.8.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-21 + 1.0.10 + Release down + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-02 + 1.4.4 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilnux.org + + + 2016-11-19 + 1.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 1.0.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 1.0.10 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + iwd + https://iwd.wiki.kernel.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app + network.connection + Wireless daemon for Linux + Wireless daemon for Linux + Linux için kablosuz arka plan programı + Linux için kablosuz arka plan programı + https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-1.29.tar.xz + + asciidoc + ell-devel + dbus-devel + readline-devel + python-docutils + + network/connection/iwd/pspec.xml + + + iwd + + ell + readline + + + /usr/bin + /usr/libexec + /usr/share/dbus-1 + /usr/share/man + /usr/share/doc + /var/lib/ead + /var/lib/iwd + + + + + 2022-07-25 + 1.29 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + mobile-broadband-provider-info + http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders + + PisiLinux Community + admins@pisilinux.org + + public-domain + data + network.connection + Service provider specific settings of mobile broadband providers in different countries + Çeşitli ülkelerdeki mobil genişbant servis sağlayıcıları hakkında bilgileri içeren ayar veritabanı + The mobile-broadband-provider-info package contains listings of mobile broadband (3G) providers and associated network and plan information. + mobile-broadband-provider-info paketi, dünya üzerindeki mobil genişbant sağlayıcılarının ve ilgili tarifelerinin listesini tutan bir veritabanıdır. + https://download.gnome.org/sources/mobile-broadband-provider-info/20220725/mobile-broadband-provider-info-20220725.tar.xz + + libxslt-devel + + network/connection/mobile-broadband-provider-info/pspec.xml + + + mobile-broadband-provider-info + + /usr/share + + + + + 2022-07-25 + 20220725 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 20220511 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-06 + 20210805 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 20201225 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-02-02 + 20190618 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 20170310 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 20170310 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-02-18 + 20151214 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 20120614 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2012-08-28 + 20120614 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + netcf + https://fedorahosted.org/netcf + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + app:console + library + network.connection + A library for configuring network interfaces + Ağ arayüzlerini yapılandırmak için geliştirilmiş bir kitaplık + netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format. + netcf, XML biçiminde tuttuğu ağ arayüz bilgilerini kullanarak platform-bağımsız ağ yapılandırması olanağı sunan bir kitaplıktır. + https://releases.pagure.org/netcf/netcf-0.2.8.tar.gz + + gcc + xz-devel + libxml2-devel + libxslt-devel + libnl-devel + readline-devel + augeas-devel + + network/connection/netcf/pspec.xml + + + netcf + + xz + zlib + libnl + augeas + libxml2 + libxslt + readline + libgcrypt + libgpg-error + + + /usr/bin + /usr/libexec/ + /etc/rc.d/init.d + /usr/lib + /usr/share/netcf + /usr/share/doc + /usr/share/man/man1/ncftool.1 + + + + netcf-devel + Development files for netcf + netcf için geliştirme dosyaları + + augeas-devel + libxslt-devel + netcf + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-03-13 + 0.2.8 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-31 + 0.2.8 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-29 + 0.2.8 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.2.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-31 + 0.2.8 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + wpa_supplicant + http://hostap.epitest.fi/wpa_supplicant/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + BSD + service + network.connection + IEEE 802.1X/WPA supplicant for secure wireless transfers + Güvenli kablosuz erişim için IEEE 802.1X/WPA sağlayıcı + wpa_supplicant is a WPA supplicant with support for WPA and WPA2. + WPA ve WPA2 desteği olan ve Linux, BSD ve Windows ortamları için bir WPA istemcisidir. + https://w1.fi/releases/wpa_supplicant-2.9.tar.gz + + wpa_supplicant.config + + + libnl-devel + openssl-devel + dbus-devel + readline-devel + + + 0001-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch + ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch + wpa_supplicant-1.0-dbus-path-fix.patch + mandriva/wpa_supplicant-0.6.3-WEP232.patch + fedora/wpa_supplicant-openssl-more-algs.patch + fedora/wpa_supplicant-flush-debug-output.patch + fedora/wpa_supplicant-assoc-timeout.patch + suse/wpa_supplicant-errormsg.patch + + network/connection/wpa_supplicant/pspec.xml + + + wpa_supplicant + + libnl + dbus + openssl + readline + + + /etc + /etc/dbus-1 + /usr/sbin + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/dbus-1/system-services + /run + + + System.Service + + + wpa_supplicant.conf + wpa_supplicant.confd + wpa_supplicant.logrotate + wpa_supplicant.py + + + + + 2021-07-02 + 2.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-22 + 2.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 2.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 2.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-15 + 2.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + linux-atm + http://linux-atm.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + network.connection + Tools to support ATM networking under Liunx + ATM ağ bağlantısı desteği için araçlar + linux-atm contains tools for Asynchronous Transfer Mode. Supports raw ATM connections (PVCs and SVCs), IP over ATM, LAN emulation, MPOA, Arequipa, and some others. + linux-atm ATM (Asynchronous Transfer Mode) bağlantısı için gerekli çeşitli araçlar ve kitaplıklarını içerir. + mirrors://sourceforge/project/linux-atm/linux-atm/2.5.2/linux-atm-2.5.2.tar.gz + + flex + + + man-pages.patch + remove-define-hacks.patch + 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch + + network/connection/linux-atm/pspec.xml + + + linux-atm + + flex + + + /lib/firmware + /usr/sbin + /usr/bin + /etc + /usr/lib + /usr/share/man + /usr/share/doc + + + + linux-atm-devel + Development files for linux-atm + linux-atm için geliştirme dosyaları + + linux-atm + + + /usr/include + + + + + 2021-07-02 + 2.5.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-23 + 2.5.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-18 + 2.5.2 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-13 + 2.5.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + networkmanager-openvpn + https://gitlab.gnome.org/GNOME/NetworkManager-openvpn + + Kamil Atlı + suvari@pisilinux.org + + GPL + service + network.connection + OpenVPN support for NetworkManager + NetworkManager için OpenVPN desteği + OpenVPN support for NetworkManager + NetworkManager için OpenVPN desteği + https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.8.16/NetworkManager-openvpn-1.8.16.tar.gz + + m4 + git + poxml + gettext + intltool + openvpn + atk-devel + gtk3-devel + cairo-devel + pango-devel + libnma-devel + gettext-devel + python3-devel + harfbuzz-devel + libsecret-devel + gdk-pixbuf-devel + NetworkManager-devel + + network/connection/networkmanager-openvpn/pspec.xml + + + networkmanager-openvpn + + atk + gtk3 + cairo + glib2 + pango + libnma + python3 + harfbuzz + gdk-pixbuf + NetworkManager + + + /usr/lib + /usr/share/locale + /usr/share/dbus-1/system.d/nm-openvpn-service.conf + /usr/share/doc + /usr/share/metainfo/network-manager-openvpn.metainfo.xml + + + + networkmanager-openvpn-devel + Development files for networkmanager-openvpn + networkmanager-openvpn için geliştirme başlıkları + + networkmanager-openvpn + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-28 + 1.8.16 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libnfs + https://github.com/sahlberg/libnfs + + Mogyorósi Petra + squeakymouse@protonmail.com + + LGPLv2.1 + GPLv3 + BSDv2 + library + network.connection + NFS client library + LIBNFS is a client library for accessing NFS shares over a network. + A libnfs egy NFS-kezelő könyvtár, ami háromféle módon tud hozzáférést nyújtani az NFS-szolgáltatásokhoz + https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz + + cmake + libxslt + + network/connection/libnfs/pspec.xml + + + libnfs + NFS client library + + glibc + + + /usr/bin + /usr/lib/libnfs.so + /usr/lib/libnfs.so.11.0.0 + /usr/lib/libnfs.so.2.0.0 + /usr/share/man/* + /usr/share/doc/* + + + + libnfs-devel + Development files for libnfs + A libnfs fejlécei + + libnfs + + + /usr/include/* + /usr/lib/pkgconfig/* + /usr/lib/cmake/* + + + + + 2020-12-13 + 4.0.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2018-07-03 + 3.0.0 + Latest revision from GitHub + Mogyorósi Petra + squeakymouse@protonmail.com + + + + + + ModemManager + http://projects.gnome.org/NetworkManager + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + service + network.connection + A manager framework for mobile broadband modems + Mobil modemler için yönetim katmanı + ModemManager provides a unified high level API for communicating with mobile broadband modems. + ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir. + http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz + + dbus-devel + glib2-devel + libgudev-devel + libxslt-devel + gobject-introspection-devel + polkit-devel + ppp-devel + libqmi-devel + libmbim-devel + intltool + gtk-doc + docbook-xsl + vala-devel + elogind-devel + autoconf-archive + dbus-python3 + python3-pygobject3-devel + + network/connection/ModemManager/pspec.xml + + + ModemManager + + glib2 + libqmi + polkit + libmbim + libgudev + libmm-glib + + + /etc/ModemManager/fcc-unlock.d + /usr/share/doc + /usr/sbin + /usr/share/icons + /usr/share/locale + /usr/share/dbus-1 + /usr/share/gir-1.0/ModemManager-1.0.gir + /lib/udev/rules.d/ + /etc/dbus-1/system.d/ + /usr/lib/ModemManager + /usr/lib/girepository-1.0/ModemManager-1.0.typelib + /usr/share/man/man8/ModemManager.8 + /usr/share/man/man1/mmcli.1 + /usr/share/polkit-1 + /usr/share/bash-completion + /usr/share/ModemManager/fcc-unlock.available.d + /usr/share/ModemManager/mm-foxconn-carrier-mapping.conf + /usr/share/ModemManager/mm-foxconn-t77w968-carrier-mapping.conf + /usr/share/ModemManager/mm-foxconn-t99w175-carrier-mapping.conf + /usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf + /etc/ModemManager/connection.d + /usr/share/ModemManager/connection.available.d/99-log-event + + + + ModemManager-devel + Development files for ModemManager + ModemManager için geliştirme dosyaları + + ModemManager + + + /usr/include/ModemManager/ + /usr/lib/pkgconfig/ModemManager.pc + + + + libmm-glib + D-Bus service for managing modems - shared libraries + + glib2 + libgudev + + + /usr/bin + /usr/share/vala/vapi/libmm-glib.vapi + /usr/share/vala/vapi/libmm-glib.deps + /usr/lib/libmm-glib.so* + /usr/share/man/man8/mmcli.8 + + + + libmm-glib-devel + Development files for libmm-glib + libmm-glib için geliştirme dosyaları + + libmm-glib + glib2-devel + ModemManager-devel + + + /usr/include/libmm-glib/ + /usr/lib/pkgconfig/mm-glib.pc + + + + ModemManager-docs + Development files for ModemManager + + ModemManager + + + /usr/share/gtk-doc + + + + + 2022-06-26 + 1.18.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-29 + 1.18.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.16.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-04 + 1.16.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-24 + 1.14.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 1.14.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-15 + 1.14.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 1.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-20 + 1.12.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-30 + 1.12.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 1.10.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.6.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-19 + 1.6.12 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-19 + 1.6.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-12 + 1.6.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 1.4.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-25 + 1.4.12 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + openconnect + http://www.infradead.org/openconnect.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + app:console + network.connection + A client for Cisco's AnyConnect VPN, which uses HTTPS and DTLS protocols + Cisco AnyConnect VPN için HTTP ve DTLS protokollerini kullanan istemci + openconnect provides the core HTTP and authentication support from the OpenConnect VPN client, to be used by GUI authentication dialogs for NetworkManager etc. + openconnect, NetworkManager gibi grafik arayüz yoluyla kimlik doğrulama yapan araçlar için OpenConnect VPN kimlik doğrulama desteği sunan bir araç ve kitaplıktır. + https://www.infradead.org/openconnect/download/openconnect-8.10.tar.gz + + libproxy-devel + intltool + lz4-devel + python3-devel + openssl-devel + libxml2-devel + zlib-devel + mit-kerberos + gnutls-devel + p11-kit-devel + e2fsprogs-devel + + network/connection/openconnect/pspec.xml + + + openconnect + + lz4 + zlib + libxml2 + openssl + mit-kerberos + gnutls + p11-kit + e2fsprogs + bash-completion + libproxy + + + /usr/bin/openconnect + /usr/libexec/openconnect + /usr/share/man/man8 + /usr/share/doc + /usr/share/locale + /usr/sbin + /usr/lib + /usr/share/bash-completion/completions/openconnect + + + + openconnect-devel + Development files and headers for openconnect + openconnect için geliştirme dosyaları ve başlıkları + + lz4-devel + zlib-devel + p11-kit-devel + gnutls-devel + openssl-devel + libxml2-devel + libproxy-devel + openconnect + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-07-02 + 8.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 8.05 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 7.08 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 7.08 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 7.06 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-15 + 7.06 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + openvpn + https://openvpn.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + network.connection + A full featured SSL VPN solution + Sanal özel ağ çözümü + OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. + OpenVPN uzaktan bağlantı, kablosuz bağlantı güvenliği gibi konularda çok geniş ayarlar içeren bir sanal özel ağ (VPN) çözümüdür. + https://swupdate.openvpn.org/community/releases/openvpn-2.5.2.tar.xz + + openvpn-test.sh + + + git + cmake + iproute2 + pam-devel + lz4-devel + lzo-devel + openssl-devel + p11-kit-devel + + network/connection/openvpn/pspec.xml + + + openvpn + A full featured SSL VPN solution + + lzo + lz4 + pam + openssl + p11-kit + iproute2 + + + /usr/lib + /run/openvpn + /usr/share/man + /usr/share/doc + /etc/openvpn + /usr/include + /usr/sbin + /usr/share/openvpn + /usr/lib/tmpfiles.d/openvpn.conf + + + System.Service + + + tmpfiles.conf + roadwarrior-client.conf + roadwarrior-server.conf + + + + + 2021-05-10 + 2.5.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + bridge-utils + http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.connection + Linux network bridging utilities + Linux için ağ köprüleme yardımcı uygulamaları + Containts userspace driver for IEEE 802.1d ethernet bridging (plus Spanning Tree protocol) for the linux kernel. + Linux için ağ köprüleme yardımcı uygulamaları. + https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz + + bridge-utils-1.0.4-inc.patch + + network/connection/bridge-utils/pspec.xml + + + bridge-utils + + /usr/include + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2021-07-02 + 1.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-19 + 1.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-19 + 1.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-20 + 1.6 + Version Bump + Thanks to Mustafa Cinasal + admin@pisilinux.org + + + 2016-06-09 + 1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-19 + 1.5 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ppp + http://samba.org/ppp + + PisiLinux Community + admins@pisilinux.org + + BSD + GPLv2 + service + network.connection + Point-to-point protocol - patched for PPPOE + Modem ile internet erişimi için PPP (point to point protocol) noktadan noktaya erişim protokolü + The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link. + PPP protokolü veriyi seri bir bağlantı üzerinden transfer etmek için standart bir yol sağlar. + https://www.samba.org/ftp/ppp/ppp-2.4.9.tar.gz + http://distfiles.gentoo.org/distfiles/ppp-dhcpc.tgz + + libpcap-devel + openssl-devel + pam-devel + + + gentoo/0001-Change-Make-vars-to-work-in-Gentoo-builds.patch + gentoo/0002-Use-internal-implementation-of-logwtmp-function.patch + gentoo/0003-Add-MPLSCP-support.patch + gentoo/0004-smarter-killaddr.patch + gentoo/0005-Improve-waiting-for-children-on-exit.patch + gentoo/0006-Remove-one-of-the-2-pidfiles-pidfilename-or-linkpidf.patch + gentoo/0007-Run-etc-ppp-auth-fail-script-if-exists-and-authentic.patch + gentoo/0008-Try-to-create-dev-ppp-if-not-available.patch + gentoo/0009-passwordfd-read-early.patch + gentoo/0010-Add-option-to-ask-peer-for-WINS-address.patch + gentoo/0011-Log-connect-errors-to-var-log-ppp-connect-errors.patch + gentoo/0012-Don-t-hang-when-starting-pppoe-connection-without-se.patch + gentoo/0013-Add-defaultmetric-as-compatibility-option-name.patch + gentoo/0014-Warn-user-of-deprecated-option-defaultmetric.patch + gentoo/85_all_dhcp-make-vars.patch + gentoo/86_all_dhcp-sys_error_to_strerror.patch + + network/connection/ppp/pspec.xml + + + ppp + + libpcap + pam + openssl + + + /etc + /usr/lib/tmpfiles.d/ppp.conf + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/man + /run/ppp + + + tmpfiles.conf + options-pptp + options-pppoe + chat-default + ip-up + ip-down + confd.ppp0 + ppp.pamd + ppp.logrotate + + + + ppp-devel + Development files for ppp + ppp için geliştirme dosyaları + + ppp + + + /usr/include + + + + + 2021-02-25 + 2.4.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-21 + 2.4.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 2.4.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 2.4.7 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.4.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 2.4.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + NetworkManager + http://projects.gnome.org/NetworkManager + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2+ + app:console + network.connection + Network connection manager powered by D-Bus and UDEV + D-Bus üzerinden yapılandırmaya izin veren, gelişmiş bir ağ yönetim altyapısı + NetworkManager attempts to keep an active network connection available at all times. + NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır. + https://download.gnome.org/sources/NetworkManager/1.39/NetworkManager-1.39.12.tar.xz + + meson + curl-devel + intltool + dhclient + dhcpcd + gtk-doc + docbook-xsl + autoconf + gettext-devel + ppp-devel + iwd + nss-devel + newt-devel + nspr-devel + libnl-devel + audit-devel + elogind-devel + jansson-devel + libsoup-devel + bluez-libs-devel + iptables-devel + wpa_supplicant + dbus-glib-devel + libndp-devel + libmm-glib-devel + dbus-devel + glib2-devel + polkit-devel + readline-devel + libgudev-devel + libutil-linux-devel + python3-pygobject3-devel + libxslt-devel + vala-devel + dbus-python3 + gnutls-devel + mobile-broadband-provider-info + gobject-introspection-devel + + network/connection/NetworkManager/pspec.xml + + + NetworkManager + + iwd + curl + eudev + dbus + nspr + libpsl + glib2 + audit + polkit + readline + dbus-glib + jansson + libutil-linux + nss + newt + ppp + libnl + libsoup + elogind + libgudev + bluez-libs + iproute2 + iptables + libmm-glib + ModemManager + wpa_supplicant + libndp + mobile-broadband-provider-info + + + /etc + /usr/share + /etc/dbus-1 + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /lib/udev + /usr/sbin + /lib/udev/rules.d + /usr/libexec + /run/NetworkManager + /lib/systemd/system + /usr/share/locale + /var/lib/NetworkManager + /etc/NetworkManager/system-connections + /usr/lib/tmpfiles.d/NetworkManager.conf + /etc/polkit-1/localauthority/10-vendor.d + + + System.Service + + + NetworkManager.confd + tmpfiles.conf + NetworkManager.conf + dhcp.conf + migrate-comar-network-profiles + gentoo/01-org.freedesktop.NetworkManager.settings.modify.system.pkla + 01-org.freedesktop.ModemManager1.rules + 01-org.freedesktop.NetworkManager.settings.modify.system.rules + + + + NetworkManager-devel + Development files for NetworkManager + NetworkManager için geliştirme dosyaları + + glib2-devel + dbus-glib-devel + NetworkManager + + + /usr/include + /usr/lib/pkgconfig/ + + + + NetworkManager-docs + Development files for NetworkManager + + NetworkManager + + + /usr/share/gtk-doc + + + + + 2022-07-29 + 1.39.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.32.12 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-22 + 1.32.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 1.32.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-11 + 1.32.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-29 + 1.32.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-21 + 1.32.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 1.32.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-04 + 1.32.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-04 + 1.30.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 1.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 1.22.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-30 + 1.22.10 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.20.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-27 + 1.20.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-16 + 1.20.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-17 + 1.20.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-01 + 1.14.6 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + systemRestart + + + + 2018-09-16 + 1.10.10 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + systemRestart + + + + 2017-11-04 + 1.8.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + systemRestart + + + + 2017-07-30 + 1.8.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + systemRestart + + + + 2017-05-28 + 1.8.0 + Revert version + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilnux.org + + systemRestart + + + + 2017-03-15 + 1.0.10 + Revert version + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilnux.org + + systemRestart + + + + 2016-12-15 + 1.0.10 + Revert version + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + systemRestart + + + + 2016-11-12 + 1.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-15 + 1.0.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-25 + 1.0.10 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + systemRestart + + + + + + + nmap + https://nmap.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + network.analyzer + Utility for network exploration or security auditing + Ağa gözatmak ya da güvenlik denetlemeleri yapmak için kullanılan bir araç + Nmap is a utility for network exploration or security auditing. + Ağa gözatmak ya da güvenlik denetlemeleri yapmak için kullanılan bir araçtır. Konsoldan yapacağınız sorgulamalarla ağınızda hangi makinaların açık/erişilebilir olduğunu, makinalarda hangi portlarda hangi hizmet protokollerinin ve uygulamaların çalıştığını, karşı makinada hangi işletim sisteminin yüklü olduğunu ve bağlantının hangi aygıt ile gerçekleştiğini öğrenebilirsiniz. + nmap + https://nmap.org/dist/nmap-7.92.tar.bz2 + + subversion-devel + libpcap-devel + openssl-devel + zlib-devel + lua-devel + apr-devel + gcc + + + nmap-4.75-include.patch + nmap-5.10_beta1-string.patch + nmap-5.21-python.patch + + network/analyzer/nmap/pspec.xml + + + nmap + app:console + + subversion + libpcap + openssl + libgcc + zlib + lua + apr + + + /usr/bin + /usr/share/ncat + /usr/share/nmap + /usr/share/nping + /usr/share/man + /usr/share/doc + /usr/share/pixmaps + + + nmap.png + + + + zenmap + zenmap is the graphical frontend for nmap + zenmap, nmap aracı için grafik arabirim yazılımıdır + app:gui + + nmap + python-gtk + xdg-utils + + + /usr/bin/zenmap + /usr/share/man/man1/zenmap.1 + /usr/lib/python*/site-packages + /usr/share/zenmap + /usr/share/applications + + + + + 2012-09-01 + 7.92 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + wireshark + http://www.wireshark.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + network.analyzer + Network traffic analyzer + Ağ trafiği çözümleyicisi + Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. + Wireshark, dosyalarda saklanan veya kablolu veya kablosuz (WiFi veya Bluetooth) ağlardan, USB aygıtlarından ve diğer birçok kaynaktan alınan protokol verilerini incelemenize olanak tanır. Düzinelerce protokol yakalama dosya formatını destekler ve binden fazla protokolü anlar. + https://www.wireshark.org/download/src/all-versions/wireshark-3.4.7.tar.xz + + cmake + meson + glib2-devel + libpcap-devel + zlib-devel + lua52-devel + mit-kerberos + e2fsprogs-devel + gnutls-devel + libmaxminddb-devel + libgcrypt-devel + libcap-devel + sbc-devel + c-ares-devel + libxml2-devel + libssh-devel + libnl-devel + tiff-devel + lz4-devel + libnghttp2-devel + qt5-multimedia-devel + qt5-svg-devel + qt5-linguist + minizip-devel + zstd-devel + brotli-devel + speexdsp-devel + snappy-devel + libopus-devel + libilbc-devel + libxslt-devel + doxygen + + network/analyzer/wireshark/pspec.xml + + + wireshark + + lz4 + sbc + zlib + zstd + glib2 + lua52 + brotli + c-ares + gnutls + snappy + libssh + libilbc + libopus + libxml2 + libgcrypt + libnghttp2 + mit-kerberos + + + /usr/bin + /usr/lib/lib*.so* + /usr/lib/wireshark + /usr/share/appdata + /usr/share/applications + /usr/share/doc + /usr/share/icons + /usr/share/man + /usr/share/mime + /usr/share/wireshark + + + System.Package + + + + wireshark-devel + + wireshark + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-08-23 + 3.4.7 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + etherape + http://etherape.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + network.analyzer + Graphical network monitor + Grafiksel ağ izleyici + etherape is a graphical network monitor with fancy display features. + etherape ağ durumunu görsel değişikliklerle gösteren bir ağ izleyicisidir. + etherape + mirrors://sourceforge/etherape/etherape-0.9.20.tar.gz + + gtk3-devel + popt-devel + glib2-devel + libpcap-devel + libglade-devel + goocanvas-devel + gnome-doc-utils + gdk-pixbuf-devel + + network/analyzer/etherape/pspec.xml + + + etherape + + gtk3 + popt + glib2 + libpcap + libglade + goocanvas + gdk-pixbuf + + + /etc/etherape + /usr/bin + /usr/share/applications + /usr/share/doc/etherape + /usr/share/etherape + /usr/share/locale + /usr/share/man + /usr/share/pixmaps + + + + + 2022-07-10 + 0.9.20 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + rrdtool + http://oss.oetiker.ch/rrdtool/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + network.analyzer + A system to store and display time-series data + Zaman serisi verilerini saklamak ve göstermek için bir araç + RRD is the acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine/room temperature, server load average). + RRD, Round Robin Database için kullanılan bir kısaltmadır. RRD, zaman serisi verilerini (ör. ağ bantgenişliği, makine/oda sıcaklığı, ortalama sunucu yükü) saklamak ve göstermek için kullanılan bir sistemdir. + http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.2.tar.gz + + perl + groff + lua-devel + tcl-devel + cairo-devel + pango-devel + dejavu-fonts + glib2-devel + python3-devel + libxml2-devel + libart_lgpl-devel + python3-setuptools + tcp-wrappers-devel + ruby-devel + + network/analyzer/rrdtool/pspec.xml + + + rrdtool + A system to store and display time-series data + + lua + tcl + perl + ruby + cairo + glib2 + pango + libpng + python3 + libxml2 + rubygems + libart_lgpl + dejavu-fonts + tcp-wrappers + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/rrdtool + /usr/share/locale + + + + rrdtool-devel + Development header files for rrdtool. + rrdtool için geliştirme dosyaları + rrdtool-devel, rrdtool için geliştirme dosyalarını içerir. + + rrdtool + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-24 + 1.7.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-28 + 1.7.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 1.7.2 + * Rebuild due to new ruby + * Fix translation + Blue Devil + bluedevil@sctzine.com + + + 2020-01-18 + 1.7.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-01 + 1.7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 1.7.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 1.7.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 1.6.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-15 + 1.5.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 1.5.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libpcap + http://www.tcpdump.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + network.analyzer + A system-independent library for user-level network packet capture + Kullanıcı seviyesinde ağ paketi yakalamak için bir sistem bağımsız kitaplığı + libpcap (Packet CAPture) fourni un cadre de développement portable pour la surveillance réseau de bas niveau. On peut l'utiliser pour collecter des statistiques réseau, surveiller la sécurité, corriger le réseau, etc. + libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. + libpcap (Packet CAPture) düşük-seviye ağların izlenmesi için kullanılan bir kitaplıktır. Ağ istatistikleri, güvenlik izleyicisi, ağ hata gözleme gibi uygulamalar genellikle bu kitaplığı kullanır. + libpcap (Packet CAPture) facilita un framework portable para monitoreo de redes a a bajo nivel. Aplicaciones abarcan sistemas de estadísticas de red, monitoreo de seguridad, depuración de red, etc. + http://www.tcpdump.org/release/libpcap-1.10.1.tar.gz + + bluez-libs-devel + + network/analyzer/libpcap/pspec.xml + + + libpcap + + /usr/lib + /usr/share/doc + /usr/share/man + + + + libpcap-devel + Development files for libpcap + libpcap için geliştirme dosyaları + + libpcap + + + /usr/bin/pcap-config + /usr/include + /usr/share/man/man3 + + + + + 2021-07-02 + 1.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.9.1 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-13 + 1.8.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 1.8.1 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.8.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.7.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-25 + 1.7.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libupnp + https://github.com/pupnp/pupnp + + Pisilinux Community + admins@pisilinux.org + + BSD + library + network.analyzer + Librairie UPnP. + Portable UPnP library. + Taşınabilir UPnP kitaplığı + Portabels UPnP Bibliothek + The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux. + mirrors://sourceforge/pupnp/libupnp-1.14.12.tar.bz2 + + kernel-headers + + network/analyzer/libupnp/pspec.xml + + + libupnp + + /usr/lib + /usr/share/doc + + + + libupnp-devel + Development files for libupnp. + libupnp için geliştirme dosyaları + + libupnp + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-16 + 1.14.12 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-02 + 1.14.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-13 + 1.14.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2018-08-07 + 1.6.25 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.6.25 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.6.20 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.6.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-31 + 1.6.19 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + iftop + http://www.ex-parrot.com/~pdw/iftop/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.analyzer + Bandwidth monitor + Bantgenişliği izleyicisi + iftop displays bandwidth usage on an interface. + iftop ağ bağlantılarınız üzerindeki veri akışını gösterir. + http://www.ex-parrot.com/~pdw/iftop/download/iftop-1.0pre4.tar.gz + + libpcap-devel + ncurses-devel + + network/analyzer/iftop/pspec.xml + + + iftop + + libpcap + ncurses + + + /usr/sbin + /usr/share/doc/iftop + /usr/share/man + + + iftoprc + + + + + 2016-03-02 + 1.0.4 + Rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-01-26 + 1.0.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-01 + 1.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + usbredir + https://www.spice-space.org/usbredir.html + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + network.analyzer + USB traffic redirection protocol + usbredir is the name of a network protocol for sending USB device traffic over a network connection. It is also the name of the software package offering a parsing library, a usbredirhost library and several utilities implementing this protocol. + https://spice-space.org/download/usbredir/usbredir-0.11.0.tar.xz + + meson + libusb-devel + glib2-devel + + network/analyzer/usbredir/pspec.xml + + + usbredir + a network protocol for sending USB device traffic over a network connection. + + glib2 + libusb + + + /usr/bin + /usr/share/doc/ + /usr/share/man + /usr/lib/libusbredirhost.so* + /usr/lib/libusbredirparser.so* + + + + usbredir-devel + Development files for usbredir + + libusb-devel + usbredir + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 0.11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + avahi + http://avahi.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:console + network.analyzer + Local network service discovery + Yerel ağ hizmeti bulma sistemi + avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. + avahi yerel ağ üzerindeki hizmetleri tespit etmeyi kolaylaştıran bir sistemdir. Bu sayede, bilgisayarınızı ağa dahil ettikten sonra anında mevcut bilgisayarları ve yazıcıları görebilir ve kullanabilirsiniz. + https://github.com/lathiat/avahi/releases/download/v0.7/avahi-0.7.tar.gz + + gtk2-devel + gtk3-devel + libcap-devel + libdaemon-devel + gobject-introspection-devel + libepoxy-devel + at-spi2-core-devel + gdbm-devel + intltool + python3 + + network/analyzer/avahi/pspec.xml + + + avahi-glib + Libraries for easy use of avahi from glib applications + Glib uygulamalarında avahi kullanımını kolaylaştıran kitaplıklar + + glib2 + avahi + avahi-libs + + + /usr/lib/libavahi-glib.* + /usr/lib/libavahi-gobject.* + + + + avahi-glib-devel + Development files for avahi-glib + avahi-glib için geliştirme dosyaları + + avahi-glib + avahi-devel + + + /usr/include/avahi-glib + /usr/include/avahi-gobject + /usr/lib/pkgconfig/avahi-glib.pc + /usr/lib/pkgconfig/avahi-gobject.pc + + + + avahi-ui + Gtk user interface library for Avahi + avahi için geliştirme dosyaları + + gdbm + gtk2 + glib2 + avahi-libs + avahi-glib + atk + cairo + pango + gdk-pixbuf + fontconfig + + + /usr/lib/libavahi-ui.so* + + + + avahi-ui-devel + Development files for avahi-ui + avahi-ui için geliştirme dosyaları + + gtk2-devel + avahi-ui + avahi-devel + avahi-glib-devel + + + /usr/include/avahi-ui + /usr/lib/pkgconfig/avahi-ui.pc + + + + avahi-ui-gtk3 + Gtk3 user interface library for Avahi + avahi-gtk3, Gtk3 user interface library for Avahi + + gdbm + glib2 + gtk3 + avahi-libs + avahi-glib + atk + cairo + pango + gdk-pixbuf + + + /usr/lib/libavahi-ui-gtk3.so* + + + + avahi-ui-gtk3-devel + Development files for avahi-ui-gtk3 + avahi-ui-gtk3 için geliştirme dosyaları + + gtk2-devel + avahi-ui-gtk3 + avahi-devel + avahi-glib-devel + gtk3-devel + + + /usr/lib/pkgconfig/avahi-ui-gtk3.pc + + + + avahi-ui-tools + UI tools for mDNS browsing + Grafiksel mDNS tarama araçları + + gtk3 + glib2 + avahi + avahi-ui + avahi-glib + avahi-ui-gtk3 + avahi-libs + gtk3 + + + /usr/lib/python*/site-packages + /usr/bin/b* + /usr/bin/avahi-discover* + /usr/bin/avahi-bookmarks + /usr/share/man/man1/b* + /usr/share/man/man1/avahi-discover* + /usr/share/man/man1/avahi-bookmarks* + /usr/share/avahi/interfaces + /usr/share/applications/b* + /usr/share/applications/avahi-discover.desktop + + + + avahi-compat-howl + Libraries for howl compatibility + howl uyumluluk kitaplıkları + + avahi + avahi-libs + + + /usr/lib/libhowl.so* + + + + avahi-compat-howl-devel + Development files for avahi-compat-howl + avahi-compat-howl için geliştirme dosyaları + + avahi-compat-howl + + + /usr/include/avahi-compat-howl + /usr/lib/pkgconfig/avahi-compat-howl.pc + /usr/lib/pkgconfig/howl.pc + + + + avahi-compat-libdns_sd + Libraries for Apple Bonjour mDNSResponder compatibility + libdns_sd uyumluluk kitaplıkları + + avahi + avahi-libs + + + /usr/lib/libdns_sd.so* + + + + avahi-compat-libdns_sd-devel + Development files for avahi-compat-libdns_sd + avahi-compat-libdns_sd için geliştirme dosyaları + + avahi-compat-libdns_sd + + + /usr/include/avahi-compat-libdns_sd + /usr/include/dns_sd.h + /usr/lib/pkgconfig/avahi-compat-libdns_sd.pc + /usr/lib/pkgconfig/libdns_sd.pc + + + + avahi-libs + Libraries needed to run programs that use avahi + Avahi kullanan uygulamaları çalıştırmak için gerekli kitaplıklar + + dbus + + + /usr/lib/libavahi-common.so* + /usr/lib/libavahi-client.so* + + + + avahi + + dbus + expat + libcap + libdaemon + avahi-libs + + + /usr/sbin/avahi-daemon + /usr/lib/libavahi-core.so* + /etc/avahi/avahi-daemon.conf + /etc/avahi/hosts + /etc/avahi/services/ssh.service + /etc/dbus-1/system.d/avahi-dbus.conf + /usr/share/avahi + /usr/share/dbus-1/interfaces/*.xml + /usr/share/dbus-1/system-services + /usr/lib/avahi/service* + /lib/systemd/system + /usr/share/locale + /usr/share/doc + /usr/share/man/man5/* + /usr/share/man/man8/avahi-daemon.* + /run/avahi-daemon + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + /usr/lib/tmpfiles.d/avahi.conf + + + System.Service + System.Package + + + avahi.conf + + + + avahi-autoipd + Link-local IPv4 address automatic configuration daemon (IPv4LL) + Link-local IPv4 adresi otomatik yapılandırma hizmeti (IPv4LL) + + libdaemon + + + /etc/avahi/avahi-autoipd.action + /usr/sbin/avahi-autoipd + /usr/share/man/man8/avahi-autoipd.* + /var/lib/avahi-autoipd + + + + avahi-dnsconfd + Configure local unicast DNS settings based on information published in mDNS + Yerel unicast DNS ayarlarını mDNS üzerinden gelen bilgilere göre yapılandırma hizmeti + + libdaemon + avahi + avahi-libs + + + /etc/avahi/avahi-dnsconfd.action + /usr/sbin/avahi-dnsconfd + /usr/share/man/man8/avahi-dnsconfd.* + + + System.Service + + + + avahi-tools + Command line tools for mDNS browsing and publishing + mDNS taramak ve yayınlamak için komut satırı araçları + + gdbm + avahi + avahi-libs + + + /usr/bin + /usr/share/man/man1 + + + + avahi-devel + Development files for avahi + avahi için geliştirme dosyaları + + avahi-libs + + + /usr/lib/pkgconfig/avahi-core.pc + /usr/lib/pkgconfig/avahi-client.pc + /usr/include/avahi-client + /usr/include/avahi-common + /usr/include/avahi-core + + + + + 2021-07-02 + 0.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-07 + 0.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-03-24 + 0.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 0.7 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-18 + 0.7 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.6.32 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.6.31 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.6.31 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + openslp + http://www.openslp.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + service + network.analyzer + An open-source implementation of Service Location Protocol + Servis Yer Protokolünün (Service Location Protocol - SLP) bir açık kaynak uyarlaması + Le Service Location Protocol (Protocole de Localisation de Service) est un protocole standard de recherche de l'IETF fournissant un framework (cadre de développement) pour permettre aux application résau de découvrir l'existence, la localisation et la configuration de services réseaux au sein des réseaux d'entreprises. + Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. + SLP (Service Location Protocol – Hizmet Yer Protokolu), ağlara bağlı hizmetlerin bulunabilmesi için gereken altyapıyı sağlar. + Service Location Protocol es un protocolo según estándar IETF, que provee un framework que permite a aplicaciones descubrir la existencia, locación y configuración de servicios de red en redes empresariales. + mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz + + zlib-devel + openssl-devel + doxygen + docbook-xsl + + + openslp-2.0.0-CVE-2016-7567.patch + openslp-2.0.0-CVE-2017-17833.patch + openslp-2.0.0-fdr-CVE-2019-5544.patch + openslp-2.0.0-null-pointer-deref.patch + openslp-2.0.0-openssl-1.1-fix.patch + + network/analyzer/openslp/pspec.xml + + + openslp + + openssl + + + /etc/slp.conf + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/doc/openslp/html/IntroductionToSLP + /usr/share/doc/openslp/html/UsersGuide + /usr/share/doc/openslp/html/faq* + /var/log + + + + openslp-server + OpenSLP server daemon + OpenSLP hizmet sunucusu + openslp-server contains ths OpenSLP server daemon to dynamically register services. + openslp-server, dinamik hizmet kaydı için gerekli OpenSLP sunucusunu içerir. + + openssl + openslp + + + /etc/slp.reg + /etc/slp.spi + /usr/sbin/slpd + + + + openslp-devel + Development files for openslp + openslp için geliştirme dosyaları + + openslp + zlib-devel + openssl-devel + + + /usr/include + /usr/share/doc/openslp/html/ProgrammersGuide + + + + + 2021-07-02 + 2.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-07 + 2.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 2.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-06 + 2.0.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-01 + 2.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + traceroute + http://traceroute.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.analyzer + Utility to trace the route of IP packets + IP paketlerinin izlediği yolları takip etme aracı + The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where along the route the trouble is. + traceroute IP paketlerinin ağda veya internette izlediği yolu görüntüler. Ağda bağlantı probleminiz varsa, traceroute problemin yol üzerinde tam olarak nereden kaynaklandığını gösterir. + https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz + network/analyzer/traceroute/pspec.xml + + + traceroute + + /bin + /usr/share/doc + /usr/share/man + + + + + 2021-07-02 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-07 + 2.1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gnu-netcat + http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.analyzer + A tool designed to read and write data across connections using TCP/IP + A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. + mirrors://sourceforge/netcat/netcat-0.7.1.tar.bz2 + network/analyzer/gnu-netcat/pspec.xml + + + gnu-netcat + + /usr/bin + /usr/share/doc + /usr/share/info + /usr/share/locale + /usr/share/man/man1 + + + + + 2021-07-02 + 0.7.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.7.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 0.7.1 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-07-02 + 0.7.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + axel + https://github.com/axel-download-accelerator/axel + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + app:console + network.download + Light command line download accelerator + Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers. + https://github.com/axel-download-accelerator/axel/releases/download/v2.17.11/axel-2.17.11.tar.xz + + openssl-devel + + network/download/axel/pspec.xml + + + axel + + openssl + libgcc + + + /usr/bin + /usr/include + /usr/share/locale + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2022-05-23 + 2.17.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-02 + 2.7.10 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-11 + 2.7.6 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + uget + http://ugetdm.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + network.download + uget - Download manager using GTK+ and libcurl + Bir indirme aracı. + uGet is an Open Source download manager application for GNU/Linux developed with GTK+. + Uget, Linux için yazılmış, GTK tabanlı bir indirme yöneticisidir. + uget + https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz + + intltool + gtk3-devel + curl-devel + cairo-devel + glib2-devel + pango-devel + openssl-devel + libnotify-devel + gdk-pixbuf-devel + gstreamer-devel + + network/download/uget/pspec.xml + + + uget + + curl + gtk3 + cairo + glib2 + pango + openssl + libnotify + gdk-pixbuf + gstreamer + aria2 + + + /usr/bin + /usr/share/applications + /usr/share/pixmaps + /usr/share/sounds + /usr/share/icons + /usr/share/locale + /usr/share/doc + + + + + 2020-04-11 + 2.2.3.1 + Version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2016-03-22 + 2.0.5 + Version bump, rebuilt with docker. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-07-09 + 1.10.4 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-02-17 + 1.10.3 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-02-08 + 1.10.3 + First release + Idris Kalp + admins@pisilinux.org + + + + + + wget + http://www.gnu.org/software/wget/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + app:console + network.download + Command-line utility to retrieve files from remote systems + Http ve ftp gibi internet protokollerini kullanarak dosya indirebilen bir yazılım + GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. + GNU Wget, HTTP, HTTPS ve FTP gibi en çok kullanılan Internet protokollerini kullanarak dosyalara ulaşmak icin kullanılan bir özgür yazılım paketidir. Etkileşimsiz bir komutsatırı aracıdır, böylece X-Windows desteği olmadan, betikler, işlemler, terminal kullanımı gerçekleştirilebilir. + http://ftp.gnu.org/gnu/wget/wget-1.21.1.tar.gz + + openssl-devel + zlib-devel + libidn2-devel + + network/download/wget/pspec.xml + + + wget + + zlib + openssl + libidn2 + + + /etc + /usr/bin + /usr/share/doc + /usr/share/info + /usr/share/man + /usr/share/locale + + + + + 2021-03-01 + 1.21.1 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-11-07 + 1.20.3 + Rebuild + mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 1.20.3 + Version bump + idris kalp + idriskalp@gmail.com + + + 2018-08-07 + 1.19 + Rebuild + mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 1.19 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-10-27 + 1.18 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 1.17.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-25 + 1.17.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + aria2 + https://aria2.github.io/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.download + A download utility with resuming and segmented downloading. + Parçalı ve yarım kalan dosyaları indirme özelliğine sahip bir indirme aracı + aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0. + Aria2 parçalı indirme ve yarım kalan indirmeleri devam ettirme özelliklerine sahip olan bir indirme aracıdır. + https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz + + gmp-devel + zlib-devel + c-ares-devel + gnutls-devel + nettle-devel + sqlite-devel + libxml2-devel + libssh2-devel + + network/download/aria2/pspec.xml + + + aria2 + + gmp + zlib + c-ares + libgcc + gnutls + nettle + sqlite + libxml2 + libssh2 + + + /usr/bin + /usr/lib + /usr/share/bash-completion + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + aria2-devel + + aria2 + + + /usr/lib/pkgconfig + /usr/include + + + + + 2021-09-14 + 1.36.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-01 + 1.35.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-15 + 1.35.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2019-07-04 + 1.34.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-04-18 + 1.34.0 + Version bump + fury + uglyside@yandex.ru + + + 2016-03-22 + 1.21.0 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2015-02-15 + 1.18.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-11-22 + 1.18.1 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-01 + 1.18.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-06-15 + 1.17.1 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-04-23 + 1.16.0 + Dep fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-14 + 1.16.0 + First release + M. Tayyip Yel + admins@pisilinux.org + + + + + + prozilla + http://freecode.com/projects/prozilla + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv3 + app:console + network.download + Console based download accelerator. + Prozilla is a console based download accelerator which speeds up download process approximately %200-300. + http://ftp.disconnected-by-peer.at/prozilla/prozilla-2.0.5.tar.bz2 + + ncurses-devel + + network/download/prozilla/pspec.xml + + + prozilla + + /usr/bin + /usr/include + /usr/share/locale + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2019-06-09 + 2.0.5 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + clipgrab + https://clipgrab.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + network.download + A video downloader + Bir video indirici. + A program which downloads and converts online videos from YouTube, Vimeo, DailyMotion, MyVideo and many other platforms. + YouTube, Vimeo, DailyMotion, MyVideo ve diğer bazı platformlardan video indirip dönüştürebilen bir programdır. + clipgrab + https://download.clipgrab.org/clipgrab-3.9.7.tar.gz + + ffmpeg-devel + qt5-base-devel + qt5-webengine-devel + + network/download/clipgrab/pspec.xml + + + clipgrab + + ffmpeg + libgcc + yt-dlp + qt5-base + qt5-webengine + + + /usr/bin + /usr/share/pixmaps + /usr/share/applications + /usr/share/doc/clipgrab + + + clipgrab.desktop + + + + + 2022-03-29 + 3.9.7 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + persepolis + https://persepolisdm.github.io + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + library + network.download + Qt front-end for aria2 download manager + Persepolis is a Download Manager and a GUI For aria2. + https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz + + aria2-devel + ffmpeg-devel + qt5-svg-devel + python3-devel + python3-psutil + libnotify-devel + python3-requests + python3-qt5-devel + python3-setuptools + python3-youtube_dl + python-setproctitle + pulseaudio-libs-devel + sound-theme-freedesktop + + network/download/persepolis/pspec.xml + + + persepolis + + aria2 + ffmpeg + python3 + qt5-svg + python3-qt5 + pulseaudio-libs + python3-requests + python3-youtube_dl + python-setproctitle + sound-theme-freedesktop + + + /usr/share + /usr/bin + /usr/share/man/man1 + /usr/share/doc/persepolis + /usr/lib/python3.9/site-packages + + + + + 2022-02-05 + 3.2.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + farstream + http://www.freedesktop.org/wiki/Software/Farstream + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + library + network.voip + Farstream (formerly Farsight) - Audio/Video Communications Framework + Ses/Video İletişim Çatısı + Farstream (formerly Farsight) - Audio/Video Communications Framework + Farsight projesi, bilinen tüm ses/video konferans protokolleri ile uyum sağlayan bir çatı oluşturulması amacıyla yapılan bir çalışmadır. Bir taraftan, farklı akış protokolleri için eklentiler yazmayı mümkün kılan genel bir API sunarken, diğer taraftan da bu eklentileri kullanacak istemciler için bir API sunmaktadır. + https://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.9.tar.gz + + libnice-devel + valgrind + gobject-introspection-devel + gstreamer-devel + python3-devel + gst-plugins-base-devel + + network/voip/farstream/pspec.xml + + + farstream + + glib2 + libnice + python3 + gstreamer + gst-plugins-base + + + /usr/lib + /usr/lib/farstream-0.2 + /usr/lib/gstreamer-0.1 + /usr/lib/libfarstream-0.2* + /usr/share/doc + /usr/share/farstream + /usr/share/gir-1.0 + /usr/share + + + + farstream-devel + Development files for farstream + farstream için geliştirme dosyaları + + farstream + gstreamer-devel + gst-plugins-base-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-11 + 0.2.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 0.2.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-15 + 0.2.8 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.2.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 0.2.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + minicom + https://salsa.debian.org/minicom-team/minicom + + PisiLinux Community + admins@pisilinux.org + + GPL + app:console + network.ftp + A serial communication program + A serial communication program + Seri iletişim programı + Seri iletişim programı + https://salsa.debian.org/minicom-team/minicom/-/archive/2.8/minicom-2.8.tar.gz + + ncurses-devel + + network/ftp/minicom/pspec.xml + + + minicom + + ncurses + + + /usr/bin + /etc + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2021-08-09 + 2.8 + Version Bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-03-19 + 2.7.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + lftp + http://lftp.yar.ru/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + network.ftp + Command line FTP client + Komut satırı FTP istemcisi + LFTP is sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind. + LFTP komut satırı arayüzüne sahip gelişmiş bir dosya aktarım programıdır. FTP, HTTP, FISH, SFTP, HTTPS ve FTPS protokollerini destekler. Yer imleri, yansılama, paralel olarak birçok dosya transfer etme özellikleri bulunuyor. Güvenirlik esas alınarak tasarlandı. + lftp + http://lftp.tech/ftp/lftp-4.9.2.tar.gz + + gnutls-devel + flex + bison + gcc + gettext-devel + libtool + zlib-devel + ncurses-devel + expat-devel + libidn2-devel + readline-devel + + + config-dns-inet6_before_inet.patch + lftp_sys-stdint-kfreebsd.patch + + network/ftp/lftp/pspec.xml + + + lftp + + zlib + expat + libgcc + gnutls + libidn2 + ncurses + readline + + + /etc + /usr/bin + /usr/lib + /usr/share/doc/lftp + /usr/share/applications/lftp.desktop + /usr/share/icons/hicolor/48x48/apps/lftp-icon.png + /usr/share/man + /usr/share/locale + /usr/share/lftp + /usr/share/pixmaps + + + lftp.png + + + + + 2021-07-02 + 4.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 4.8.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 4.8.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-25 + 4.7.7 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-22 + 4.7.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + vsftpd + http://vsftpd.beasts.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + network.ftp + Very Secure FTP Daemon written with speed, size and security in mind + Hızlı, küçük ve ileri derecede güvenli bir ftp sunucusu + Vsftpd is a ftp server, mostly focuses on security. + Vsftpd güvenlik odaklı bir ftp sunucu yazılımıdır. + https://security.appspot.com/downloads/vsftpd-3.0.3.tar.gz + + libnsl-devel + + + vsftpd-pisilinux.patch + + network/ftp/vsftpd/pspec.xml + + + vsftpd + + pam + libcap + openssl + + + /etc + /usr/sbin + /home/ftp + /usr/share/doc + /usr/share/man + /usr/share/vsftpd/empty + /var/log/vsftpd + + + System.Package + System.Service + + + ftp-pamd + vsftpd.conf + ftpusers + + + + + 2021-07-02 + 3.0.3 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-02 + 3.0.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-25 + 3.0.3 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-22 + 3.0.3 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + filezilla + https://filezilla-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + network.ftp + Simple FTP Client + FTP ve SFTP istemcisi + Easy-to-use FTP Client which also supports SFTP. + Filezilla; dosyalarınızı ftp, sftp, ftps ile göndermenize ve indirmenize yarar + filezilla + https://download.filezilla-project.org/client/FileZilla_3.60.2_src.tar.bz2 + + wxGTK3 + wxGTK-common + cppunit-devel + libidn-devel + dbus-devel + sqlite-devel + gnutls-devel + gtk2-devel + xdg-utils + wxGTK-devel + nettle-devel + libfilezilla-devel + + + wxwidgets-3.2.patch + + network/ftp/filezilla/pspec.xml + + + filezilla + + gtk2 + wxGTK + dbus + sqlite + libgcc + glib2 + gnutls + nettle + xdg-utils + libfilezilla + wxGTK3 + wxGTK-common + + + /usr/bin + /usr/lib/libfzclient-private* + /usr/lib/libfzclient-commonui-private* + /usr/share/applications + /usr/share/filezilla + /usr/share/pixmaps + /usr/share/icons + /usr/share/locale + /usr/share/doc + /usr/share/man + /usr/share/appdata/ + + + + + 2022-07-27 + 3.60.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 3.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 20-06-04 + 3.48.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-01 + 3.32.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-07 + 3.32.0 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-20 + 3.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-25 + 3.25.2 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.14.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 3.14.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + spamassassin + https://spamassassin.apache.org/ + + Pisi Linux Community + admins@pisilinux.org + + Apache-2 + server + network.mail + Spam detector and markup engine. + Apache SpamAssassin is the Open Source anti-spam platform giving system administrators a filter to classify email and block spam (unsolicited bulk email). + mirrors://apache/spamassassin/source/Mail-SpamAssassin-3.4.6.tar.bz2 + + re2c + perl + razor + gnupg + perl-DBI + openssl-devel + perl-Mail-DKIM + libsocket-devel + perl-NetAddr-IP + perl-HTML-Parser + + network/mail/spamassassin/pspec.xml + + + spamassassin + + re2c + perl + razor + gnupg + openssl + perl-DBI + libsocket + perl-libwww + perl-Net-DNS + perl-NET-HTTP + perl-Mail-SPF + perl-Mail-DKIM + perl-NetAddr-IP + perl-HTML-Parser + perl-HTTP-Message + perl-IO-Socket-SSL + perl-IO-Socket-INET6 + + + /etc/conf.d/spamd + /etc/mail/spamassassin + /usr/bin + /usr/lib/perl5 + /usr/lib/tmpfiles.d + /usr/share/spamassassin + /run/spamd + /var/lib/spamd + /usr/share/man/man1 + /usr/share/man/man3 + + + System.Package + System.Service + + + spamd-confd + + + + + 2021-09-23 + 3.4.6 + First build + fury + uglyside@yandex.ru + + + + + + claws-mail + https://claws-mail.org/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + network.mail + Claws Mail is an email client (and news reader), based on GTK+. + Claws Mail is a lightweight and highly configurable email client and news reader based on the GTK+ GUI toolkit. + https://claws-mail.org/releases/claws-mail-4.1.0.tar.xz + + flex + bison + curl-devel + gtk3-devel + gpgme-devel + libSM-devel + gnutls-devel + openssl-devel + libical-devel + librsvg-devel + python3-devel + gettext-devel + enchant2-devel + libetpan-devel + compface-devel + libnotify-devel + libsocket-devel + openldap-server + libarchive-devel + gumbo-parser-devel + NetworkManager-devel + python3-pygobject3-devel + startup-notification-devel + + network/mail/claws-mail/pspec.xml + + + claws-mail + + db + atk + curl + gtk3 + perl + zlib + cairo + expat + glib2 + gpgme + libSM + pango + gnutls + libgcc + libICE + nettle + libical + librsvg + openssl + python3 + freetype + compface + enchant2 + harfbuzz + libetpan + dbus-glib + libassuan + libnotify + cyrus-sasl + gdk-pixbuf + fontconfig + libarchive + gumbo-parser + libgpg-error + openldap-client + startup-notification + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc/clawsmail + + + + claws-mail-devel + + claws-mail + gtk3-devel + glib2-devel + enchant2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-14 + 4.1.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-20 + 4.0.0 + First build. + fury + uglyside@yandex.ru + + + + + + thunderbird + http://www.mozilla.org/projects/thunderbird/ + + PisiLinux Community + admins@pisilinux.org + + MPL-1.1 + NPL-1.1 + GPLv2+ + app:gui + network.mail + The Stand-Alone Mozilla Mail Component + Thunderbird eposta istemcisi + Klient pocztowy Thunderbird + Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform. + Thunderbird, Mozilla e-posta bileşeninin yeniden tasarlanmış halidir. Platform bağımsız olan Thunderbird, XUL kullanıcı arayüzü diliyle geliştirilmiştir. + Thunderbird to darmowy i rozszerzalny klient poczty z wieloma wspaniałymi funkcjami. + thunderbird + http://ftp.mozilla.org/pub/thunderbird/releases/91.8.1/source/thunderbird-91.8.1.source.tar.xz + + pisilinux/mozconfig + + + autoconf213 + wget + yasm + bzip2 + nss-devel + gtk2-devel + gtk3-devel + zlib-devel + libXt-devel + libSM-devel + libpng-devel + sqlite-devel + libffi-devel + libXcomposite-devel + alsa-lib-devel + libjpeg-turbo-devel + dbus-devel + pixman-devel + dbus-glib-devel + hunspell-devel + libevent-devel + gconf-devel + libvpx-devel + pulseaudio-libs-devel + startup-notification-devel + cbindgen + rust + llvm + python3-devel + llvm-clang-devel + python3-setuptools + nodejs + libuv-devel + libnotify-devel + + network/mail/thunderbird/pspec.xml + + + thunderbird + + atk + nss + gtk2 + nspr + zlib + bzip2 + cairo + glib2 + libXt + pango + libX11 + pixman + libgcc + gconf + icu4c + hunspell + libvpx + libpng + sqlite + iconcan + libXext + alsa-lib + libevent + freetype + libXfixes + fontconfig + gdk-pixbuf + libXdamage + libXrender + libXcomposite + libjpeg-turbo + startup-notification + dbus + gtk3 + libffi + libxcb + dbus-glib + + + /usr/share/doc + /usr/bin + /usr/share/pixmaps + /usr/lib/thunderbird + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/metainfo + + + vendor.js + thunderbird.desktop + pisilinux/network_mail_thunderbird_files_pisilinux_sound.wav + + + + thunderbird-lang-be + Беларуская мова пакет для Thunderbird + locale:be + system.locale + lang-be + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-ca + Arxiu d'idioma català del Thunderbird + locale:ca + system.locale + lang-ca + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-da + Dansk sprogpakke til Thunderbird + locale:da + system.locale + lang-da + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-de + Deutsch Sprachdatei für Thunderbird + locale:de + system.locale + lang-de + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-el + Ελληνική γλώσσα pack για τον Thunderbird + locale:el + system.locale + lang-el + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-en-US + English language pack for Thunderbird + locale:en_US + system.locale + lang-en-US + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-en-GB + English language pack for Thunderbird + locale:en_GB + system.locale + lang-en-GB + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-es-AR + Paquete de idioma español para Thunderbird + locale:es_AR + system.locale + lang-es-AR + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-es-ES + Paquete de idioma español para Thunderbird + locale:es + system.locale + lang-es-ES + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-fi + Suomen kielen pack for Thunderbird + locale:fi + system.locale + lang-fi + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-fr + Paquet de langue française pour Thunderbird + locale:fr + system.locale + lang-fr + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-hr + Hrvatski jezični paket za Thunderbird + locale:hr + system.locale + lang-hr + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-hu + Magyar nyelvű pack for Thunderbird + locale:hu + system.locale + lang-hu + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-it + Language Pack italiano per Thunderbird + locale:it + system.locale + lang-it + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-lt + Lietuvių kalbos paketas Thunderbird + locale:lt + system.locale + lang-lt + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-nl + Nederlands taalpakket voor Thunderbird + locale:nl + system.locale + lang-nl + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-pl + Polski pakiet językowy dla programu Thunderbird + locale:pl + system.locale + lang-pl + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-pt-BR + Pacote de idioma português para o Thunderbird + locale:pt_BR + system.locale + lang-pt-BR + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-pt-PT + Pacote de idioma português para o Thunderbird + locale:pt + system.locale + lang-pt-PT + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-ro + Pachet de limba română pentru Thunderbird + locale:ro + system.locale + lang-ro + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-ru + Русский языковый пакет для Thunderbird + locale:ru + system.locale + lang-ru + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-sr + Паковање српски језик за Фирефок + locale:sr + system.locale + lang-sr + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-sv-SE + Svenska språkpaket för Thunderbird + locale:sv_SE + system.locale + lang-sv-SE + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-tr + Thunderbird için Türkçe dil dosyası + locale:tr + system.locale + lang-tr + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org.xpi + + + + thunderbird-lang-uk + Український мовний пакет для Thunderbird + locale:uk + system.locale + lang-uk + + thunderbird + + + /usr/lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org.xpi + + + + + 2022-05-01 + 91.8.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 91.2.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 91.2.1 + Version Bump. + Kamil Atlı + suvari@pisilinux.org + + + 2021-04-24 + 78.10.0 + Version Bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2018-09-21 + 52.9.0 + Version Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-04 + 52.6.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-22 + 52.1.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-15 + 45.1.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-29 + 38.5.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + razor + https://github.com/toddr/Razor2-Client-Agent + + fury + uglyside@yandex.ru + + PerlArtistic + app + network.mail + Razor is a distributed, collaborative, spam detection and filtering network. + Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures. + https://cpan.metacpan.org/authors/id/T/TO/TODDR/Razor2-Client-Agent-2.86.tar.gz + + perl + + + razor.patch + + network/mail/razor/pspec.xml + + + razor + + perl + perl-URI + perl-Net-DNS + perl-Digest-SHA1 + perl-Digest-Nilsimsa + + + /usr/bin + /usr/lib/perl5 + /usr/share/man + + + + + 2021-12-20 + 2.86 + Rebuild + fury + uglyside@yandex.ru + + + 2021-09-18 + 2.85 + First build + fury + uglyside@yandex.ru + + + + + + sylpheed + http://sylpheed.sraoss.jp/en/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + network.mail + A lightweight email client and newsreader + Hafif ve hızlı bir e-posta ve haber okuyucu + Szybki klient poczty bazujący na GTK+ + Sylpheed is a simple and lightweight but featureful and easy-to-use e-mail client. + GTK+ tabanlı, X-Window Sistemi üzerinde çalışan bir e-posta ve haber istemcisi. + Szybki klient poczty z przyjaznym, intuicyjnym interfejsem użytkownika. + sylpheed-128x128 + http://sylpheed.sraoss.jp/sylpheed/v3.7/sylpheed-3.7.0.tar.bz2 + + atk-devel + gtk2-devel + gpgme-devel + pango-devel + cairo-devel + openssl-devel + enchant-devel + compface-devel + gtkspell-devel + harfbuzz-devel + openldap-client + fontconfig-devel + gdk-pixbuf-devel + shared-mime-info + libgpg-error-devel + + + sendmail_accelerator.patch + add-xdg-support.patch + v2-0001-libsylph-ssl.c-Support-SNI-some-servers-imap.gmai.patch + + network/mail/sylpheed/pspec.xml + + + sylpheed-docs + Documentation files for sylpheed + sylpheed için belgelendirme dosyaları + data:doc + + sylpheed + + + /usr/share/doc/sylpheed + /usr/share/doc/sylpheed/html + + + + sylpheed + + atk + dbus + gtk2 + pango + cairo + glib2 + gpgme + enchant + openssl + freetype + compface + gtkspell + harfbuzz + dbus-glib + fontconfig + gdk-pixbuf + openldap-client + shared-mime-info + + + /usr/bin + /usr/share/locale + /usr/lib + /usr/share/pixmaps + /usr/share/applications + + + + sylpheed-devel + Development files for sylpheed + sylpheed için geliştirme dosyaları + Pliki nagłówkowe sylpheed + library + + sylpheed + + + /usr/include/sylpheed + + + + + 2021-02-06 + 3.7.0 + Version bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2017-01-28 + 3.5.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-02-13 + 3.4.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-13 + 3.3.0 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-03 + 3.2.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + nextcloud-client + https://nextcloud.com/install + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2+ + GPLv2 + app:gui + network.share + The Nextcloud Client + Nextcloud istemcisi + Nextcloud-client enables you to connect to your private Nextcloud Server. With it you can create folders in your home directory, and keep the contents of those folders synced with your Nextcloud server. + Nextcloud-client, özel Nextcloud Sunucunuza bağlanmanızı sağlar. Bununla beraber ana dizininizde klasörler oluşturabilir ve bu klasörlerin içeriğini Nextcloud sunucunuzla senkronize halde tutabilirsiniz. + https://github.com/nextcloud/desktop/archive/v3.3.2/desktop-3.3.2.tar.gz + + check-devel + chrpath + cmake + desktop-file-utils + doxygen + libcloudproviders-devel + appstream-devel + appstream-glib-devel + neon-devel + openssl-devel + dbus-devel + python3-sphinx + qt5-keychain-devel + qt5-base-devel + qt5-xmlpatterns-devel + qt5-location-devel + qt5-quickcontrols2-devel + qt5-websockets-devel + qt5-svg-devel + qt5-declarative-devel + qt5-linguist + extra-cmake-modules + inkscape + kcoreaddons-devel + kio-devel + sqlite-devel + libgnome-keyring + + + xcb.patch + require-cmake-3.16.patch + + network/share/nextcloud-client/pspec.xml + + + nextcloud-client + + zlib + libgcc + sqlite + openssl + qt5-svg + qt5-base + qt5-keychain + qt5-websockets + + + /etc/Nextcloud + /usr/bin + /usr/lib/libnextcloudsync.so.0 + /usr/lib/libnextcloudsync.so.3.3.2 + /usr/lib/libnextcloud_csync.so* + /usr/share/appdata + /usr/share/applications + /usr/share/cloud-providers + /usr/share/dbus-1 + /usr/share/doc + /usr/share/icons + /usr/share/mime + /usr/share/nextcloud + + + nextcloud.appdata.xml + + + + nextcloud-client-nautilus + nextcloud-client's Nautilus file manager extension + Nextcloud istemcisinin Nautilus dosya yöneticisi uzantısı + nextcloud-client extension for the Nautilus file manager. + Nautilus dosya yöneticisi için Nextcloud istemcisi uzantısı. + + nextcloud-client + nautilus + nautilus-python + + + /usr/share/nautilus-python/extensions + + + + nextcloud-client-dolphin + nextcloud-client overlay icons for the Dolphin file manager + Dolphin dosya yöneticisi için Nextcloud istemcisi simgeleri + nextcloud-client extension for the Dolphin file manager. + Dolphin dosya yöneticisi için Nextcloud istemcisi uzantısı. + + nextcloud-client + dolphin + kio + kcoreaddons + + + /usr/lib/libnextclouddolphinpluginhelper.so + /usr/lib/qt5/plugins/nextclouddolphinactionplugin.so + /usr/lib/qt5/plugins/kf5/overlayicon/nextclouddolphinoverlayplugin.so + /usr/share/kservices5/nextclouddolphinactionplugin.desktop + + + + nextcloud-client-caja + nextcloud-client overlay icons for the Caja file manager + Caja dosya yöneticisi için Nextcloud istemcisi simgeleri + This package provides overlay icons to visualize the sync state in the Caja file manager. + Bu paket, Caja dosya yöneticisinde eşitleme durumunu görselleştirmek için simgeler sağlar. + + nextcloud-client + caja + python-caja + + + /usr/share/caja-python/extensions + + + + nextcloud-client-devel + Development files for nextcloud-client + nextcloud-client için geliştirme dosyaları + + nextcloud-client + + + /usr/include/nextcloudsync + /usr/lib/libnextcloudsync.so + /usr/lib/nextcloudsync_vfs_suffix.so + /usr/lib/nextcloudsync_vfs_xattr.so + + + + + 2021-09-01 + 3.3.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + warpinator + https://github.com/linuxmint/warpinator + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + library + network.share + Share files across the LAN + Ağ üzerinden dosya paylaşın + LAN file sender, send and receive files across the network + LAN dosya gönderici, ağ üzerinden dosya gönderme ve alma. + https://github.com/linuxmint/warpinator/archive/refs/tags/1.2.13.tar.gz + + meson + grpc-devel + xapp-devel + gtk3-devel + polkit-devel + python3-devel + python3-setuptools + NetworkManager-devel + python3-pygobject3-devel + + network/share/warpinator/pspec.xml + + + warpinator + + ufw + gtk3 + grpc + xapp + polkit + python3 + python3-pynacl + NetworkManager + python3-protobuf + python3-zeroconf + python3-setuptools + python3-pygobject3 + python3-cryptography + python3-setproctitle + + + /usr/bin + /usr/libexec/warpinator + /usr/share/locale + /usr/lib/warpinator + /usr/share/warpinator/ + /usr/share/applications + /usr/share/polkit-1 + /usr/share/glib-2.0/schemas + /usr/share/icons + /etc/xdg/autostart/ + /usr/share/metainfo + /usr/share/doc + + + + + 2022-07-25 + 1.2.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 1.2.11 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-11 + 1.2.9 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + nfs-utils + http://nfs.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + app:console + network.share + NFS client and server + NFS istemcisi ve sunucusu + Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol. + nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir. + mirrors://sourceforge/nfs/nfs-utils-2.6.1.tar.bz2 + + sqlite-devel + libcap-devel + libtirpc-devel + libevent-devel + e2fsprogs-devel + libgssglue-devel + mit-kerberos-devel + rpcsvc-proto-devel + tcp-wrappers-devel + device-mapper-devel + libutil-linux-devel + + network/share/nfs-utils/pspec.xml + + + nfs-utils + + libcap + sqlite + rpcbind + nfsidmap + keyutils + libevent + libtirpc + e2fsprogs + libgssglue + mit-kerberos + tcp-wrappers + device-mapper + libutil-linux + openldap-client + + + /etc/exports + /etc/gssapi_mech.conf + /etc/nfsmount.conf + /etc/conf.d/nfs + /usr/sbin + /sbin + /var/lib + /usr/share/man + /usr/share/doc + + + System.Service + System.Service + + + exports + nfs.confd + idmapd.conf + gssapi_mech.conf + + + + nfsidmap + Library to help mapping IDs, mainly for NFSv4 + Kimliklerin eşlenmesine yardımcı olacak kitaplık, özellikle NFSv4 için. + + openldap-client + + + /etc/idmapd.conf + /usr/lib/libnfsidmap* + /usr/share/doc/libnfsidmap + + + + + 2022-03-11 + 2.6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + smb4k + http://smb4k.berlios.de/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + network.share + An SMB/CIFS Share Browser for KDE + KDE için bir Windows paylaşım tarayıcısı + smb4k est un navigateur graphique KDE de partages SMB/CIFS. + Smb4K is an advanced network neighborhood browser and Samba share mounting utility. + smb4k, KDE üzerinde Windows paylaşımlarını taramak ve içeriklerini kullanmak için kullanışlı bir grafik arayüzü sunar. + smb4k + https://sourceforge.net/projects/smb4k/files/3.0.6/smb4k-3.0.6.tar.xz + + kio-devel + kauth-devel + ki18n-devel + solid-devel + samba-devel + kcrash-devel + kparts-devel + kconfig-devel + kwallet-devel + kxmlgui-devel + qt5-base-devel + kdoctools-devel + kcompletion-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + kjobwidgets-devel + extra-cmake-modules + kwindowsystem-devel + kconfigwidgets-devel + knotifications-devel + kwidgetsaddons-devel + qt5-declarative-devel + plasma-framework-devel + + network/share/smb4k/pspec.xml + + + smb4k + + kio + kauth + ki18n + solid + samba + kcrash + kparts + libgcc + kconfig + kwallet + kxmlgui + qt5-base + kdoctools + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + qt5-declarative + plasma-framework + extra-cmake-modules + + + /usr/bin + /usr/lib + /usr/share + /etc/dbus-1/system.d + /usr/share/doc + + + + + 2020-06-04 + 3.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-21 + 2.9.73 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 2.1.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 2.1.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + librsync + http://librsync.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + network.share + librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy + Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı + librsync implémente l'algorithme de la somme de contrôle tournante (rolling-checksum) pour la synchronisation rendue populaire par l'utilitaire rsync et utilisée par rproxy. Cet algorithme transfert les différences entre 2 fichiers sans nécessiter la présence des fichiers sur le même système. + librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system. + Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı. Bu algoritma iki dosya arasındaki farkları, iki dosyanın aynı sistemde olmasına ihtiyaç duymadan transfer eder. + librsync implementa el cómputo del rolling-checksum de la sincronización de archivos remotos, que fue popularizado por la herramienta rsync y se usa en rproxy. El algoritmo transfiere la diferencia de los 2 archivos sin la necesidad de tener ambos archivos en el mismo sistema. + https://github.com/librsync/librsync/archive/v2.3.1.tar.gz + + cmake + popt-devel + + network/share/librsync/pspec.xml + + + librsync + + popt + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc/librsync + + + + librsync-devel + Development files for librsync + librsync için geliştirme dosyaları + + librsync + + + /usr/include + /usr/lib/librsync.so + /usr/share/man/man3 + + + + + 2020-12-24 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-09 + 2.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 2.0.2 + Release Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-09 + 0.9.7 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.9.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-01 + 0.9.7 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + rsync + http://rsync.samba.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + app:console + network.share + File transfer program to keep local copies in sync with remote files + Dosya yedekleme ve eşleme uygulaması + rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files). + rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır. + https://www.samba.org/ftp/rsync/src/rsync-3.2.3.tar.gz + + acl-devel + attr-devel + popt-devel + lz4-devel + zlib-devel + zstd-devel + openssl-devel + + network/share/rsync/pspec.xml + + + rsync + + acl + attr + lz4 + popt + zlib + zstd + openssl + + + /usr/bin + /usr/share/doc + /usr/share/man + /etc + + + System.Service + + + rsyncd.conf + rsyncd.conf.d + + + + + 2020-11-08 + 3.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-09 + 3.1.3 + Revuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-18 + 3.1.3 + Revuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-12 + 3.1.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-09 + 3.1.2 + Rebuild for new toolchain + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 3.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-03-24 + 3.1.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + net-snmp + http://net-snmp.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + network.monitor + A collection of SNMP protocol tools and libraries + SNMP protokol araçları ve kitaplıkları + Kolekcja narzędzi do obsługi protokołu SNMP + Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. + net-snmp, çeşitli ağ ekipmanlarının sağlığını ve işleyişini izlemek için SNMP protokolünü kullanan araçları içerir. + SNMP (Simple Network Management Protocol) jest protokołem używanym do zarządzania sieciami. Pakiet zawiera narzędzia: rozbudowywalnego agenta, bibliotekę SNMP, narzędzia do odpytywania oraz ustawiania informacji poprzez agentów SNMP, narzędzia do generowania i obsługi pułapek SNMP, wersję komendy netstat używającą SNMP, przeglądarkę mib w Tk/Perl, demona, dokumentację itp. + https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2/net-snmp-5.9.2.tar.gz/download + + libnl-devel + python-setuptools + openssl-devel + python-devel + perl + pciutils-devel + tcp-wrappers-devel + + network/monitor/net-snmp/pspec.xml + + + net-snmp + + libnl + openssl + python + perl + pciutils + tcp-wrappers + + + /etc/snmp + /usr/bin + /usr/sbin/snmpd + /etc/conf.d/snmpd + /usr/lib + /usr/share/snmp + /var/lib + /usr/share/man + /usr/share/doc + + + System.Service + + + confd-snmpd.conf + net-snmpd.conf + + + + net-snmptrap + + net-snmp + tcp-wrappers + + + /etc/conf.d/snmptrapd + /etc/snmp/snmptrapd.conf + /usr/sbin/snmptrapd + + + System.Service + + + confd-snmptrapd.conf + net-snmptrapd.conf + + + + net-snmp-devel + Development files for net-snmp + net-snmp için geliştirme dosyaları + Pliki naglowkowe do net-snmp + + net-snmp + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2022-07-01 + 5.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-29 + 5.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-27 + 5.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-27 + 5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 5.7.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 5.7.3 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 5.7.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-02 + 5.7.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libnids + http://libnids.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.monitor + Network intrusion detection library + Ağ saldırıları yakalama kitaplığı + Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection. + Libnids bir ağ saldırısı yakalama kitaplığıdır. Linux 2 serisi için IP yapısını taklit ederek IP bilgisi birleştirme, TCP yayını inceleme ve port taraması gibi işlemler için altyapı sunar. + https://sourceforge.net/projects/libnids/files/libnids/1.24/libnids-1.24.tar.gz + + glib2-devel + libnet-devel + libpcap-devel + + + libnids-1.24-inline.patch + + network/monitor/libnids/pspec.xml + + + libnids + Network intrusion detection library + + libnet + libpcap + + + /usr/lib + /usr/share/doc/libnids + + + + libnids-devel + Development files for libnids + libnids için geliştirme dosyaları + libnids-devel, libnids için geliştirme dosyalarını içerir. + + libnids + + + /usr/share/man + /usr/include + + + + + 2020-06-08 + 1.24 + Moved from contrib. + Blue DeviL + bluedevil@sctzine.com + + + + + + vnstat + https://humdi.net/vnstat/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.monitor + vnStat is a console-based network traffic monitor for Linux and BSD + vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). + https://humdi.net/vnstat/vnstat-2.7.tar.gz + + gd-devel + sqlite-devel + + network/monitor/vnstat/pspec.xml + + + vnstat + vnStat is a console-based network traffic monitor for Linux and BSD + + gd + sqlite + + + / + + + System.Service + + + + + 2021-05-21 + 2.7 + First Release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + tcpdump + http://www.tcpdump.org/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + app:console + network.monitor + A Tool for network monitoring and data acquisition + Ağı izlemek için kullanılan bir araç + Tcpdump is a tool to print out (or save to file) the contents of packets on a network interface. It also allows limiting the number of packets collected using expressions. + tcpdump bir ağ aygıtı üzerindeki paketlerin içeriğini ekrana basmaya ya da dosyaya yazmaya yarayan bir araçtır. İncelenecek paketleri çeşitli ifadelerle sınırlama desteği de mevcuttur. + https://www.tcpdump.org/release/tcpdump-4.99.1.tar.gz + + libpcap-devel + openssl-devel + + network/monitor/tcpdump/pspec.xml + + + tcpdump + + libpcap + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2021-08-09 + 4.99.1 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-11-29 + 4.9.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2016-02-22 + 4.7.4 + Version bump, built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2010-10-13 + 4.1.1 + Mass rebuild for Pardus 2011 Beta + Gökcen Eraslan + gokcen@pardus.org.tr + + + 2010-06-07 + 4.1.1 + New upstream release + Enable smi + Don't blow up if a zero-length link-layer address is passed to linkaddr_string() + Fix printing of MAC addresses for VLAN frames with a length field + Add some additional bounds checks and use the EXTRACT_ macros more + Add a -b flag to print the AS number in BGP packets in ASDOT notation rather than ASPLAIN notation + Add ICMPv6 RFC 5006 support + Decode the access flags in NFS access requests + Handle the new DLT_ for memory-mapped USB captures on Linux + Make the default snapshot (-s) the maximum + Print name of device (when -L is used) + Print new TCP flags + Add support for RPL DIO + Add support for TCP User Timeout (UTO) + Add support for non-standard Ethertypes used by 3com PPPoE gear + Add support for 802.11n and 802.11s + Add support for Transparent Ethernet Bridge ethertype in GRE + Add 4 byte AS support for BGP printer + Add support for the MDT SAFI 66 BG printer + Add basic IPv6 support to print-olsr + Add USB printer + Add printer for ForCES + Handle frames with an FCS + Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames + Fix TCP sequence number printing + Report 802.2 packets as 802.2 instead of 802.3 + Lots of code clean up + Onur Küçük + onur@pardus.org.tr + + + 2009-05-04 + 4.0.0 + Fix linking with pcap + Onur Küçük + onur@pardus.org.tr + + + 2009-05-04 + 4.0.0 + Version bump + Onur Küçük + onur@pardus.org.tr + + + 2007-10-07 + 3.9.8 + Version bump. + Furkan Duman + coderlord@gmail.com + + + 2007-08-10 + 3.9.7 + Stable update + İsmail Dönmez + ismail@pardus.org.tr + + + 2007-07-17 + 3.9.6 + Fix CVE-2007-3798 + İsmail Dönmez + ismail@pardus.org.tr + + + 2007-06-17 + 3.9.6 + Version bump + Furkan Duman + coderlord@gmail.com + + + 2007-02-03 + 3.9.5 + Fix 802.11 denial of service + İsmail Dönmez + ismail@pardus.org.tr + + + 2007-01-16 + 3.9.5 + Stable update + İsmail Dönmez + ismail@pardus.org.tr + + + 2005-11-19 + 3.9.4 + First release + Furkan Duman + coderlord@gmail.com + + + + + + gufw + https://launchpad.net/gufw + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + network.filter + Uncomplicated way to manage your Linux firewall + Linux güvenlik duvarınızı yönetmenin karmaşık olmayan yolu + Uncomplicated way to manage your Linux firewall + Linux güvenlik duvarınızı yönetmenin karmaşık olmayan yolu + gufw + https://github.com/costales/gufw/releases/download/22.04/gui-ufw-22.04.0.tar.gz + + intltool + gtk3-devel + polkit-devel + python3-devel + webkit2gtk-devel + desktop-file-utils + gtk-update-icon-cache + python3-distutils-extra + python3-pygobject3-devel + + network/filter/gufw/pspec.xml + + + gufw + + ufw + gtk3 + python3 + webkit2gtk + desktop-file-utils + python3-pygobject3 + gtk-update-icon-cache + + + /etc + /usr/bin + /usr/share/doc + /usr/share + /usr/lib/python3.*/site-packages + + + + + 2022-07-10 + 22.04.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + iproute2 + https://wiki.linuxfoundation.org/networking/iproute2 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.filter + Kernel routing and traffic control utilities + Çekirdek içinde yer alan ağ trafiği yönlendirme ve trafik kontrol araçları. + Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux. + Iproute2 TCP/IP ağları ve trafik kontrolü için araçlar içeren bir koolleksiyondur. + network-server + https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.19.0.tar.gz + + db-devel + zlib-devel + libbsd-devel + libcap-devel + libmnl-devel + libtirpc-devel + elfutils-devel + linux-atm-devel + iptables-devel + + network/filter/iproute2/pspec.xml + + + iproute2 + + iptables + db + elfutils + libcap + libmnl + libbsd + libtirpc + linux-atm + + + /etc + /sbin + /usr/lib + /usr/include + /usr/share/tc + /usr/share/man + /usr/share/doc + /usr/share/bash-completion + /var/lib + + + + + 2022-08-03 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-02 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-02 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-23 + 5.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 5.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-23 + 4.19.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-13 + 4.15.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-09 + 4.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-29 + 4.9.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-10-19 + 4.8.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 4.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-05 + 4.4.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + ufw + https://launchpad.net/ufw + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + network.filter + Uncomplicated and easy to use CLI tool for managing a netfilter firewall + Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı + Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use. + Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar. + ufw + https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz + + iptables-devel + python3-devel + + network/filter/ufw/pspec.xml + + + ufw + + python3 + iptables + + + /etc + /usr/sbin + /usr/share/doc + /usr/share/locale + /lib/ufw + /usr/share/ufw + /usr/lib/python3.9/site-packages + /usr/share/man + + + + + 2022-07-10 + 0.36.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + isoimagewriter + https://community.kde.org/ISOImageWriter + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + unknown + Program to write hybrid ISO files onto USB disks + USB disklere hibrit ISO dosyaları yazmak için program + KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. + USB disklere hibrit ISO dosyaları yazmak için program + isoimagewriter + mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz + + kauth-devel + gpgme-devel + solid-devel + ki18n-devel + kcrash-devel + python3-devel + qt5-base-devel + karchive-devel + gpgme-qt5-devel + kcoreaddons-devel + kiconthemes-devel + extra-cmake-modules + kwidgetsaddons-devel + + network/filter/ufw/6/isoimagewriter/pspec.xml + + + isoimagewriter + + kauth + ki18n + solid + gpgme + kcrash + libgcc + kconfig + karchive + qt5-base + gpgme-qt5 + kcoreaddons + kiconthemes + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /usr/lib/kauth/isoimagewriter_helper + /usr/share/doc + /usr/share/locale + /usr/share/polkit-1 + /usr/share/dbus-1 + /usr/share/metainfo + /usr/share/isoimagewriter + + + + + 2022-02-04 + 0.9.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + ufw + https://launchpad.net/ufw + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + unknown + Uncomplicated and easy to use CLI tool for managing a netfilter firewall + Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı + Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use. + Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar. + ufw + https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz + + iptables-devel + python3-devel + + network/filter/ufw/6/ufw/pspec.xml + + + ufw + + python3 + iptables + + + /etc + /usr/sbin + /usr/share/doc + /usr/share/locale + /lib/ufw + /usr/share/ufw + /usr/lib/python3.9/site-packages + /usr/share/man + + + + + 2022-07-10 + 0.36.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + evince + http://projects.gnome.org/evince/ + + Pisi Gnu/Linux Community + admin@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.addons + A document viewer, built without GConf and GNOME keyring support + Hafif ve özgür bir PDF görüntüleyici + Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. + evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır. + evince + https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz + + meson + itstool + gtk-doc + atk-devel + gi-docgen + t1lib-devel + libgxps-devel + gtk3-devel + tiff-devel + cairo-devel + pango-devel + libSM-devel + libsecret-devel + libspectre-devel + djvu-devel + libICE-devel + gnome-desktop-devel + gdk-pixbuf-devel + poppler-glib-devel + intltool + libhandy-devel + libxml2-devel + python3-devel + gobject-introspection-devel + gspell-devel + nautilus-devel + gstreamer-devel + gst-plugins-base-devel + gsettings-desktop-schemas-devel + + network/filter/ufw/6/evince/pspec.xml + + + evince + + atk + zlib + glib2 + libgcc + djvu + gtk3 + tiff + cairo + t1lib + pango + libSM + libxml2 + libarchive + libICE + libgxps + libhandy + libsecret + gdk-pixbuf + libspectre + poppler-glib + gspell + nautilus + gstreamer + gnome-desktop + gst-plugins-base + + + /usr/bin + /usr/lib/libevview3.so* + /usr/lib/libevdocument3.so* + /usr/lib/girepository-1.0* + /usr/lib/nautilus/extensions-3.0/libevince* + /usr/lib/evince + /usr/share/applications + /usr/share/dbus-1 + /usr/share/evince + /usr/share/evince/icons + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/libexec/evinced + /usr/share/locale + /usr/share/man + /usr/share + + + + evince-devel + Development files for evince + evince için geliştirme dosyaları + + evince + glib2-devel + gtk3-devel + + + /usr/share/gir-1.0 + /usr/include + /usr/lib/pkgconfig + + + + evince-docs + Documentation files for evince + evince için belgelendirme dosyaları + + /usr/share/doc + + + + + 2022-05-23 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-23 + 3.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 3.26.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 3.26.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 3.20.1 + Rebuild with new toolchain + Pisi Gnu/Linux Community + admin@pisilinux.org + + + 2016-09-07 + 3.20.1 + First Release + Pisi Gnu/Linux Community + admin@pisilinux.org + + + + + + iptables + http://www.iptables.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + network.filter + Firewall, NAT and packet mangling tools + Güvenlik duvarı, ağ adres çevrimi ve paket çevrimi aracı + Contains iptables firewall, NAT and packet mangling tools. + Iptables kural tabanlı gelişmiş güvenlik duvarı uygulamasıdır. + https://www.netfilter.org/projects/iptables/files/iptables-1.8.8.tar.bz2 + + libmnl-devel + libpcap-devel + libnfnetlink-devel + libnetfilter_conntrack-devel + + + iptables-1.8.2-link.patch + 0001-xshared-Fix-build-for-Werror-format-security.patch + + network/filter/iptables/pspec.xml + + + iptables + + libmnl + libpcap + libnfnetlink + libnetfilter_conntrack + + + /usr/bin + /sbin + /lib + /usr/lib + /usr/share/man + /etc + /var + /usr/share/xtables + + + System.Service + Network.Firewall + + + + iptables-devel + Development files for iptables + iptables için geliştirme dosyaları + + iptables + + + /usr/include + /usr/lib/*.a + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2022-08-03 + 1.8.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 1.8.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-19 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 1.6.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-20 + 1.6.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qbittorrent + https://www.qbittorrent.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + network.p2p + An open-source software alternative to µTorrent. + µTorrent'e açık kaynaklı bir yazılım alternatifi. + An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar + Qt araç takımı ve libtorrent-rasterbar'a dayalı, C++ ile programlanmış gelişmiş bir BitTorrent istemcisi + qbittorrent + mirrors://sourceforge/qbittorrent/qbittorrent/qbittorrent-4.4.2/qbittorrent-4.4.2.tar.xz + + zlib-devel + boost-devel + geoip-devel + qt5-linguist + python3-devel + qt5-svg-devel + openssl-devel + qt5-base-devel + libtorrent-rasterbar-devel + + network/p2p/qbittorrent/pspec.xml + + + qbittorrent + + boost + zlib + libgcc + openssl + qt5-base + libnotify + libtorrent-rasterbar + + + /usr/bin + /usr/share + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/appdata + /usr/share/man + /usr/share/doc + + + + + 2022-03-27 + 4.4.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-07-06 + 4.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-12 + 4.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-12 + 4.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-26 + 4.1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-16 + 4.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-13 + 4.1.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-03 + 4.1.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-05 + 4.1.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 4.3.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-20 + 4.3.4 + Release bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 4.3.0 + Release bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-17 + 3.3.7 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilnux.org + + + 2016-11-12 + 3.3.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 3.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-12 + 3.3.1 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + transmission + https://transmissionbt.com/ + + PisiLinux Community + admins@pisilinux.org + + MIT + GPL-2 + service + app:gui + app:console + network.p2p + A fast, easy, and free BitTorrent client. + Hızlı, basit ve özgür BitTorrent istemcisi + Transmission is a free, lightweight Bittorrent client. It features a simple, intuitive interface on top of an efficient backend. This package provides only daemon, web interface and command line client. If you want use Transmission with graphical interface, you should install transmission-gtk or transmission-qt. + Transmission özgür ve hafif BitTorrent istemcisidir. İki değişik kitaplıkla yazılmış basit ve kullanışlı arayüz istemcisi vardır. Qt ile yazılmış arayüz paketinin adı transmission-qt, GTK+ ile yazılmış olanı ise transmission-gtk'dir. Bu pakette sadece servis, komut satırı istemcisi ve Web arayüzü bulunmaktadır. + https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz + + intltool + curl-devel + gtk3-devel + qt5-linguist + openssl-devel + qt5-base-devel + xfsprogs-devel + libevent-devel + libnotify-devel + miniupnpc-devel + + network/p2p/transmission/pspec.xml + + + transmission-cli + Transmission's cli tools, web interface and daemon. + Transmission'un öntanımlı CLI, web ve sunucu bileşenleri + app:console + + zlib + curl + openssl + libevent + miniupnpc + + + /usr/bin + /etc + /usr/share + /usr/share/man + /usr/share/doc + + + + transmission-gtk + Transmission's GTK+ interface (default). + Transmission'un öntanımlı GTK+ arayüz istemcisi + app:gui + + transmission-cli + zlib + curl + gtk3 + glib2 + pango + openssl + libevent + miniupnpc + libnotify + gdk-pixbuf + + + /usr/bin/transmission-gtk + /usr/share/appdata/transmission-gtk.xml + /usr/share/applications/transmission-gtk.desktop + /usr/share/locale + /usr/share/man/man1/transmission-gtk.1 + + + + transmission-qt + Transmission's Qt interface. + Transmission'un Qt arayüz istemcisi + app:gui + + transmission-cli + zlib + curl + libgcc + openssl + libevent + qt5-base + miniupnpc + + + /usr/bin/transmission-qt + /usr/share/applications/transmission-qt.desktop + /usr/share/man/man1/transmission-qt.1 + /usr/share/doc/transmission/README-QT + + + + + 2021-10-14 + 3.00 + First build. + fury + uglyside@yandex.ru + + + + + + libtorrent-rasterbar + https://www.rasterbar.com/products/libtorrent/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + network.p2p + Full featured torrent client library + Gelişmiş bir torrent kitaplığı + Rasterbar'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. + Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşı iyi bir alternatifdir. + https://github.com/arvidn/libtorrent/releases/download/v2.0.5/libtorrent-rasterbar-2.0.5.tar.gz + + cmake + ninja + libtool + zlib-devel + geoip-devel + boost-devel + openssl-devel + python3-devel + boost-python3 + python3-setuptools + + network/p2p/libtorrent-rasterbar/pspec.xml + + + libtorrent-rasterbar + + boost + geoip + libgcc + openssl + python3 + boost-python3 + + + /usr/lib + /usr/share/doc/libtorrent-rasterbar + + + + libtorrent-rasterbar-devel + Development files for libtorrent-rasterbar + libtorrent-rasterbar için geliştirme dosyaları + + libtorrent-rasterbar + + + /usr/include + /usr/lib/pkgconfig + /usr/share/cmake/Modules/FindLibtorrentRasterbar.cmake + /usr/share/licenses + /usr/share/doc/libtorrent/html + + + + + 2022-03-27 + 2.0.5 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-10-23 + 2.0.4 + Rebuild boost + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-06 + 2.0.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-12 + 1.2.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-12 + 1.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 1.2.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-02-16 + 1.1.13 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-02-16 + 1.1.12 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-11-13 + 1.1.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-03 + 1.1.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.1.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-20 + 1.1.6 + Release Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 1.1.5 + Release Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-17 + 1.0.9 + Release Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-14 + 1.0.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-12 + 1.0.9 + First release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + libsrtp + https://github.com/cisco/libsrtp + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + network.library + An implementation of the Secure Real-time Transport Protocol (SRTP) + An implementation of the Secure Real-time Transport Protocol (SRTP) + SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü) + SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü) + https://github.com/cisco/libsrtp/archive/refs/tags/v2.3.0.tar.gz + + nss-devel + libpcap-devel + openssl-devel + + + libsrtp-2.3.0-rtp-header.patch + fedora/libsrtp-2.3.0-shared-fix.patch + fedora/libsrtp-2.3.0-test-util.patch + fedora/libsrtp-2.3.0-shared-test-fix.patch + + network/library/libsrtp/pspec.xml + + + libsrtp + + openssl + + + /usr/lib + /usr/share + /usr/share/doc + + + + libsrtp-devel + Development files for libsrtp + + libsrtp + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-04-04 + 2.3.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + nodejs + http://nodejs.org/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + MIT + app:console + network.library + Evented I/O for V8 javascript + Olay bazlı V8 Javascript motoru + Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser. + Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform. + https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz + + icu4c-devel + libuv-devel + openssl-devel + python3-devel + libnghttp2-devel + + network/library/nodejs/pspec.xml + + + nodejs + Node.js JavaScript runtime + + icu4c + zlib + libuv + libgcc + openssl + libnghttp2 + + + /usr/lib/node_modules + /usr/share/systemtap + /usr/bin + /usr/include + /usr/share/doc + /usr/share/man + + + + + 2021-10-23 + 16.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-17 + 16.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-09 + 16.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 15.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 15.9.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-04-26 + 14.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-17 + 13.6.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 9.5.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-02 + 7.9.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-10 + 4.1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + srt + https://www.srtalliance.org + + Pisi Linux Admins + admin@pisilinux.org + + MPLv2.0 + library + network.library + Secure Reliable Transport protocol tools + Secure Reliable Transport protocol tools + Güvenli Güvenilir Aktarım protokolü araçları + Güvenli Güvenilir Aktarım protokolü araçları + https://github.com/Haivision/srt/archive/refs/tags/v1.4.2.tar.gz + + git + cmake + gnutls-devel + nettle-devel + openssl-devel + + network/library/srt/pspec.xml + + + srt + + gnutls + nettle + + + /usr/bin + /usr/lib + /usr/share/doc + + + + srt-devel + Development files for srt + + srt + gnutls-devel + nettle-devel + openssl-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-04-04 + 1.4.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + dleyna-connector-dbus + https://github.com/phako/dleyna-connector-dbus + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.library + Provides a D-Bus API for the dLeyna services + Provides a D-Bus API for the dLeyna services + Provides a D-Bus API for the dLeyna services + Provides a D-Bus API for the dLeyna services + dleyna-connector-dbus + https://github.com/phako/dleyna-connector-dbus/archive/refs/tags/v0.4.1.tar.gz + + meson + glib2-devel + dbus-devel + + network/library/dleyna-connector-dbus/pspec.xml + + + dleyna-connector-dbus + + glib2 + + + /usr/lib + /usr/share/doc + + + + + 2022-08-11 + 0.4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libnma + https://wiki.gnome.org/Projects/NetworkManager/ + + PisiLinux Community + admins@pisilinux.org + + GPL + library + network.library + NetworkManager GUI client library + NetworkManager GUI client library + NetworkManager GUI istemci kitaplığı + NetworkManager GUI istemci kitaplığı + https://download.gnome.org/sources/libnma/1.8/libnma-1.8.40.tar.xz + + meson + gtk-doc + gcr-devel + gtk4-devel + gtk3-devel + vala-devel + docbook-xsl + glib2-devel + iso-codes-devel + NetworkManager-devel + gobject-introspection-devel + mobile-broadband-provider-info + + network/library/libnma/pspec.xml + + + libnma + + gcr + gtk4 + gtk3 + cairo + glib2 + NetworkManager + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + libnma-devel + Development files for libnma + + libnma + NetworkManager-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libnma-docs + Development files for libnma + + libnma + + + /usr/share/gtk-doc + + + + + 2022-06-15 + 1.8.40 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-07 + 1.8.38 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-21 + 1.8.34 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-21 + 1.8.32 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 1.8.30 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-14 + 1.8.28 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + miniupnpc + http://miniupnp.free.fr/ + + Kamil Atlı + suvari@pisilinux.org + + BSD-3-Clause + library + network.library + miniupnpc is a UPnP Control Point. + bir uPnP istemci kütüphanesi + miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. + bir uPnP istemci kitaplığı;uygulamaların ağdaki mevcut bir UPnP "internet ağgeçidi aygıtı" tarafından sağlanan servislere erişimine olanak verir. + http://miniupnp.free.fr/files/miniupnpc-2.2.3.tar.gz + + cmake + python3-devel + python3-setuptools + + + fix_install_for_headers.patch + fix_install_rules_to_account_for_BUILD_var.patch + + network/library/miniupnpc/pspec.xml + + + miniupnpc + bir uPnP istemci kütüphanesi + + /usr/lib + /usr/share/doc + + + + python3-miniupnpc + + miniupnpc + + + /usr/lib/python3.9 + + + + miniupnpc-devel + miniupnpc için geliştirme dosyaları + + miniupnpc + + + /usr/include/miniupnpc + /usr/lib/pkgconfig + /usr/lib/cmake/miniupnpc + + + + + 2022-04-16 + 2.2.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2020-06-04 + 2.1.20191224 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-06-04 + 2.1.20190824 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-30 + 2.1.20190824 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + serf + https://serf.apache.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + Apachev2 + library + network.library + High-performance asynchronous HTTP client library. + The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library. + https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2 + + db-devel + zlib-devel + expat-devel + openssl-devel + apr-devel + apr-util-devel + scons + + + scons_py3.patch + + network/library/serf/pspec.xml + + + serf + + db + zlib + expat + openssl + apr + apr-util + openldap-client + + + /usr/lib + /usr/share/doc + + + + serf-devel + Development files for serf + serf için geliştirme dosyaları + + serf + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-22 + 1.3.9 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-02-26 + 1.3.9 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-01 + 1.3.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-21 + 1.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-06 + 1.3.8 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + cloud-init + https://cloud-init.io + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:console + network.library + The standard for customising cloud instances + Bulut örneklerini özelleştirme standardı + La norme pour la personnalisation des instances cloud + The standard for customising cloud instances + Bulut örneklerini özelleştirme standardı + https://launchpad.net/cloud-init/trunk/21.4/+download/cloud-init-21.4.tar.gz + + dhclient + python3-devel + python3-Jinja2 + python3-PyYAML + python3-requests + python3-configobj + python3-setuptools + + network/library/cloud-init/pspec.xml + + + cloud-init + + python3 + dhclient + python3-Jinja2 + python3-PyYAML + python-oauthlib + python-netifaces + python-configobj + python3-requests + python3-configobj + python-jsonschema + + + /usr/bin + /etc + /usr/lib/python3.9/site-packages + /usr/lib/cloud-init + /lib/udev/rules.d + /usr/share/bash-completion + /usr/share/doc/cloud-init + + + + + 2022-01-09 + 21.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + flickcurl + http://librdf.org/flickcurl/ + + PisiLinux Community + admin@pisilinux.org + + GPLv2 + app:console + library + network.library + C library for the Flickr API + Flickr API için C Kitaplığı + Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. + Flickcurl oluşan istekleri taşıma, imzalama, token yönetimi, API çağırma, istenilen parametreleri sıralama ve yanıtları çözme işlemleri için bir C kitaplığıdır. + http://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz + + curl-devel + raptor2-devel + libxml2-devel + + + a5cc2a5d2fc7074f50fbaa772232b6e0fea7ce89.patch + + network/library/flickcurl/pspec.xml + + + flickcurl + + curl + raptor2 + libxml2 + + + /usr/bin + /usr/lib/ + /usr/share/doc + /usr/share/man + + + + flickcurl-devel + flickurl için geliştirme dosyaları + flickcurl için geliştirme dosyaları + + flickcurl + raptor2-devel + + + /usr/include + /usr/share/gtk-doc + /usr/lib/pkgconfig + + + + + 2020-03-05 + 1.26 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-10-14 + 1.26 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libnetfilter_conntrack + https://www.netfilter.org/projects/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + network.library + Netfilter conntrack userspace library + Netfilter conntrack userspace library + Library providing an API to the in-kernel connection tracking state table + Library providing an API to the in-kernel connection tracking state table + libnetfilter_conntrack + https://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-1.0.9.tar.bz2 + + libmnl-devel + libnfnetlink-devel + + network/library/libnetfilter_conntrack/pspec.xml + + + libnetfilter_conntrack + + libmnl + libnfnetlink + + + /usr/lib + /usr/share/doc + + + + libnetfilter_conntrack-devel + Development files for libnetfilter_conntrack + + libnfnetlink-devel + libnetfilter_conntrack + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-03 + 1.0.9 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + dleyna-renderer + https://github.com/phako/dleyna-renderer + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.library + Library to discover and manipulate Digital Media Renderers + Library to discover and manipulate Digital Media Renderers + Dijital Medya Oluşturucuları keşfetmek ve işlemek için kitaplık + Dijital Medya Oluşturucuları keşfetmek ve işlemek için kitaplık + dleyna-renderer + https://github.com/phako/dleyna-renderer/archive/refs/tags/v0.7.2.tar.gz + + meson + glib2-devel + gssdp-devel + gupnp-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + + + b3a06c8.patch + + network/library/dleyna-renderer/pspec.xml + + + dleyna-renderer + + glib2 + gssdp + gupnp + gupnp-av + libsoup3 + gupnp-dlna + dleyna-core + + + / + + + + dleyna-renderer-devel + Development files for dleyna-renderer + + glib2-devel + gssdp-devel + gupnp-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + dleyna-renderer + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-11 + 0.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libuhttpmock + https://gitlab.com/uhttpmock/uhttpmock + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2.1 + app + network.library + HTTP web service mocking project for projects which use libsoup + HTTP web service mocking project for projects which use libsoup + HTTP web service mocking project for projects which use libsoup + HTTP web service mocking project for projects which use libsoup + https://gitlab.com/uhttpmock/uhttpmock/-/archive/0.5.3/uhttpmock-0.5.3.tar.gz + + gtk-doc + vala-devel + glib2-devel + gettext-devel + libsoup-devel + autoconf-archive + + network/library/libuhttpmock/pspec.xml + + + libuhttpmock + + glib2 + libsoup + + + /usr/lib + /usr/share/vala + /usr/share/doc + + + + libuhttpmock-devel + Development files for libuhttpmock + + libuhttpmock + glib2-devel + libsoup-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2021-06-02 + 0.5.3 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + zeromq + https://github.com/zeromq/libzmq/ + + Blue Devil + bluedevil@sctzine.com + + LGPL + app:console + library + network.library + ZeroMQ core engine in C++, implements ZMTP/3.1 + ZeroMQ, ZMTP/3.1 uygulayan ve çekirdegi C++ olan bir kitaplıktır. + The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. + ZeroMQ soketleri asenkron mesaj kuyruklarının soyutlanması, çoklu mesaj oruntuleri, mesaj suzme coklu ulaşım protokollerine kesintisiz erişim saglayabilen bir kitaplıktır. + https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz + https://github.com/zeromq/cppzmq/archive/v4.8.0.tar.gz + + libsodium-devel + openpgm-devel + + network/library/zeromq/pspec.xml + + + zeromq + ZeroMQ core engine in C++, implements ZMTP/3.1 + + libsodium + openpgm + + + /usr/bin/curve_keygen + /usr/lib + /usr/share/doc/zeromq + + + + zeromq-devel + Development files for zeromq + zeromq için geliştirme dosyaları + zeromq-devel, zeromq için geliştirme dosyaları sunar. + + zeromq + libsodium-devel + openpgm-devel + + + /usr/include + /usr/include/zeromq + /usr/lib/pkgconfig + + + + + 2021-12-06 + 4.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-30 + 4.3.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + glib-networking + http://git.gnome.org/browse/glib-networking/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + network.library + Network-related giomodules for glib + Moduły GIO dotyczące sieci do glib + This package contains various network related extensions for the GIO library. + Pakiet zawiera różne rozszerzenia dotyczące sieci do biblioteki GIO. + mirrors://gnome/glib-networking/2.72/glib-networking-2.72.2.tar.xz + + meson + gnutls-devel + p11-kit-devel + ca-certificates + intltool + glib2-devel + libidn-devel + + network/library/glib-networking/pspec.xml + + + glib-networking + + gnutls + p11-kit + glib2 + ca-certificates + + + /usr/lib/gio/modules + /usr/lib/systemd + /usr/libexec + /usr/share + /usr/share/doc/glib-networking + + + + + 2022-08-06 + 2.72.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 2.72.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-01 + 2.72.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-06 + 2.70.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-06 + 2.68.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-29 + 2.68.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.62.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 2.54.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-19 + 2.50.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 2.38.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-30 + 2.38.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libetpan + https://www.etpan.org/libetpan.html + + fury + uglyside@yandex.ru + + custom + library + network.library + A portable middleware for email access. + The purpose of this mail library is to provide a portable, efficient framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. + https://github.com/dinhvh/libetpan/archive/1.9.4.tar.gz + + db-devel + curl-devel + expat-devel + gnutls-devel + openssl-devel + cyrus-sasl-devel + + + Detect_extra_data_after_STARTTLS_response_and_exit.patch + + network/library/libetpan/pspec.xml + + + libetpan + + db + openssl + cyrus-sasl + + + /usr/lib + + + + libetpan-devel + + libetpan + db-devel + gnutls-devel + openssl-devel + cyrus-sasl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-13 + 1.9.4 + First build + fury + uglyside@yandex.ru + + + + + + ipaddr + https://pypi.org/project/ipaddr/ + + PisiLinux Community + admins@pisilinux.org + + Apache + library + network.library + An IPv4/IPv6 manipulation library in Python + ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6 + https://files.pythonhosted.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz + network/library/ipaddr/pspec.xml + + + ipaddr + + /usr/lib + /usr/share/doc + + + + + 2020-06-04 + 2.2.0 + First release + PisiLinux Community + admins@pisilinux.org + + + 2019-03-18 + 2.2.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libiscsi + https://github.com/sahlberg/libiscsi + + Kamil Atlı + suvari@pisilinux.org + + custom + library + network.library + Clientside library to implement the iSCSI protocol + iSCSI protokolünü uygulamak için istemci tarafı kitaplığı + Libiscsi is a client-side library to implement the iSCSI protocol that can be used to access the resources of an iSCSI target. + Libiscsi, bir iSCSI hedefinin kaynaklarına erişmek için kullanılabilecek iSCSI protokolünü uygulamaya yönelik bir istemci tarafı kitaplığıdır. + https://github.com/sahlberg/libiscsi/archive/refs/tags/1.19.0.tar.gz + + popt-devel + glibc-devel + libgcrypt-devel + + network/library/libiscsi/pspec.xml + + + libiscsi + + popt + libgcrypt + + + /usr/lib/libiscsi.so* + /usr/bin + /usr/share/man/man1 + /usr/share/doc/libiscsi + + + + libiscsi-devel + Development files for libiscsi + + libiscsi + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-05 + 1.19.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libqmi + http://www.freedesktop.org/wiki/Software/libqmi/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + network.library + QMI modem protocol helper library + libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. + https://www.freedesktop.org/software/libqmi/libqmi-1.30.8.tar.xz + + help2man + glib2-devel + python3-devel + libgudev-devel + autoconf-archive + gobject-introspection-devel + libmbim-devel + + network/library/libqmi/pspec.xml + + + libqmi + + glib2 + libgudev + libmbim + gobject-introspection + + + /usr/lib + /usr/share/man + /usr/bin + /usr/share/gtk-doc + /usr/share/doc/libqmi/ + /usr/share/gir-1.0/Qmi-1.0.gir + /usr/share/bash-completion + + + + libqmi-devel + Development files for libqmi + + libqmi + glib2-devel + + + /usr/include + /usr/lib/pkgconfig/qmi-glib.pc + + + + + 2022-06-26 + 1.30.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 1.30.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-24 + 1.28.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-03 + 1.28.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 1.28.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-07-10 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-30 + 1.24.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.22.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 1.22.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.20.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-19 + 1.16.2 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-12 + 1.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 1.12.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-25 + 1.12.6 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + dleyna-core + https://github.com/phako/dleyna-core + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.library + Library of utility functions that are used by the higher level dLeyna + Library of utility functions that are used by the higher level dLeyna + Library of utility functions that are used by the higher level dLeyna + Library of utility functions that are used by the higher level dLeyna + dleyna-core + https://github.com/phako/dleyna-core/archive/refs/tags/v0.7.0.tar.gz + + meson + glib2-devel + gupnp-devel + + + b88f231.patch + + network/library/dleyna-core/pspec.xml + + + dleyna-core + + glib2 + gupnp + + + /usr/lib + /usr/share/doc + + + + dleyna-core-devel + Development files for dleyna-core + + glib2-devel + gupnp-devel + dleyna-core + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-11 + 0.7.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libmnl + https://netfilter.org/projects/libmnl/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.library + libmnl is a minimalistic user-space library for Netlink developers. + libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir. + libmnl is a minimalistic user-space library for Netlink developers. There are a lot of common tasks involved in parsing, validating, and constructing both the Netlink header and TLVs that are repetitive and easy to get wrong. + libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir. Hem Netlink başlığı hemde TLV'ler gibi tekrarlayıp duran ve kolaylıkla yanlış gidebilecekler de çözümleme, doğrulama ve inşa etme gibi birçok yaygın görevler bulunmaktadır. Bu kütüphanenin amacı kodu yeniden kullanmanızı sağlamak ve tekerleği yeniden icat etmenizi engelleyecek temel yardımcıları sunmaktır. + https://netfilter.org/projects/libmnl/files/libmnl-1.0.5.tar.bz2 + network/library/libmnl/pspec.xml + + + libmnl + libmnl is a minimalistic user-space library for Netlink developers. + + /usr/share/man/ + /usr/share/doc/libmnl + /usr/lib/libmnl.so + /usr/lib/libmnl.so.0 + /usr/lib/libmnl.so.0.2.0 + + + + libmnl-devel + Development files for libmnl + libmnl için geliştirme dosyaları + libmnl-devel, libmnl için geliştirme dosyalarını içerir. + + libmnl + + + /usr/include/libmnl + /usr/lib/pkgconfig/libmnl.pc + + + + + 2022-08-03 + 1.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 1.0.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2016-03-13 + 1.0.3 + Rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-03-09 + 1.0.3 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 1.0.3 + Move pc files to devel pack, rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-02 + 1.0.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + openpgm + https://www.freshports.org/net/openpgm/ + + Blue Devil + bluedevil@sctzine.com + + LGPL2.1 + library + network.library + Implementation of the PGM reliable multicast protocol + Guvenilir coklu yayin protolu PGM'nin uygulamasi + OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. + OpenPGM, RFC 3208'de belirtilen Pragmatik Genel Coklu Yayın(Pragmatic General Multicast - PGM) uygulamasıdır. + https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz + network/library/openpgm/pspec.xml + + + openpgm + Implementation of the PGM reliable multicast protocol + + /usr/lib + /usr/share/doc/libpgm + + + + openpgm-devel + Development files for openpgm + openpgm için geliştirme dosyaları + openpgm-devel, openpgm için geliştirme dosyaları sunar. + + openpgm + + + /usr/include/ + /usr/lib/pkgconfig + + + + + 2022-07-24 + 5.2.122 + Rebuild. + Mustsafa Cinasal + muscnsl@gmai.com + + + 2019-12-30 + 5.2.122 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + enet + http://enet.bespin.org/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + library + network.library + UDP network library + UDP ağ kitaplığı + enet is a relatively thin, simple and robust network communication layer on top of UDP. + enet UDP protokolü üzerinden iletişim için kullanılabilecek küçük, kolay kullanımlı ve sağlam bir kitaplıktır. + enet + http://enet.bespin.org/download/enet-1.3.14.tar.gz + + glibc-devel + + network/library/enet/pspec.xml + + + enet + + /usr/lib + /usr/share/doc + + + + enet-devel + Development files for enet + enet için geliştirme dosyaları + + enet + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-10-30 + 1.3.14 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libfilezilla + https://lib.filezilla-project.org/doc/index.html + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2 + Libry + network.library + libfilezilla is a small and modern C++ library. + libfilezilla is a free, open source C++ library, offering some basic +functionality to build high-performing, platform-independent programs. + https://download.filezilla-project.org/libfilezilla/libfilezilla-0.38.1.tar.bz2 + + libgcc + gmp-devel + gnutls-devel + nettle-devel + + network/library/libfilezilla/pspec.xml + + + libfilezilla + + gmp + libgcc + gnutls + nettle + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/locale + + + + libfilezilla-devel + Development files for libfilezilla + + nettle-devel + gnutls-devel + libfilezilla + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-27 + 0.38.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 0.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-04 + 0.22.0 + Version bump + Kamil Atlıl + suvari@pisilinux.org + + + 2018-09-01 + 0.12.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-07 + 0.12.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-20 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-25 + 0.9.1 + First Release + Kamil Atlı + suvari@pisilinux.org + + + + + + libmbim + http://www.freedesktop.org/wiki/Software/libmbim/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.library + MBIM modem protocol helper library. + libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. + http://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz + + gtk-doc + help2man + glib2-devel + python3-devel + libgudev-devel + autoconf-archive + gobject-introspection-devel + + network/library/libmbim/pspec.xml + + + libmbim + + glib2 + libgudev + + + /usr/lib + /usr/share/man + /usr/bin/ + /usr/share/gtk-doc/ + /usr/share/bash-completion + /usr/share/gir-1.0 + /usr/libexec + /usr/share/doc/libmbim + + + + libmbim-devel + libmbim için geliştirme dosyaları + libmbim için geliştirme dosyaları + + libmbim + glib2-devel + libgudev-devel + + + /usr/lib/pkgconfig + /usr/include/libmbim-glib/ + + + + + 2022-06-26 + 1.26.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 1.26.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-24 + 1.24.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-03 + 1.24.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 1.24.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.20.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.16.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 1.14.0 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-11-12 + 1.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 1.12.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-25 + 1.12.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + geoclue + http://www.freedesktop.org/wiki/Software/GeoClue + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + network.misc + The Geoinformation Service. + Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. + https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.5.7/geoclue-2.5.7.tar.bz2 + + meson + intltool + dbus-devel + gtk-doc + glib2-devel + libsoup-devel + libnotify-devel + json-glib-devel + dbus-glib-devel + avahi-glib-devel + libxml2-devel + libxslt + libmm-glib-devel + + network/misc/geoclue/pspec.xml + + + geoclue + + glib2 + json-glib + libnotify + avahi-glib + avahi-libs + libsoup + libmm-glib + + + /etc + /usr/lib/ + /usr/share/ + /usr/libexec/ + + + + geoclue-devel + geoclue için geliştirme dosyaları + geoclue için geliştirme dosyaları + + geoclue + glib2-devel + dbus-glib-devel + libxml2-devel + + + /usr/include/libgeoclue-2.0/ + /usr/lib/pkgconfig + + + + + 2021-07-23 + 2.5.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 2.4.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 2.4.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-22 + 2.4.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 2.4.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 2.4.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 0.12.99 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.12.99 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.12.99 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-27 + 0.12.99 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + webkit-gtk2 + http://webkitgtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + LGPLv2.1 + BSD + library + network.misc + An opensource web browser engine for GTK+ applications + The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. + http://www.webkitgtk.org/releases/webkitgtk-2.4.11.tar.xz + + mesa-devel + gtk-doc + glib2-devel + gtk2-devel + ruby-devel + webp-devel + cairo-devel + icu4c-devel + libXt-devel + enchant2-devel + sqlite-devel + geoclue-devel + libsoup-devel + fontconfig-devel + libxslt-devel + harfbuzz-devel + libsecret-devel + libXcomposite-devel + libjpeg-turbo-devel + gstreamer-devel + gst-libav + gobject-introspection-devel + gst-plugins-base-devel + gst-plugins-bad-devel + gst-plugins-good + which + icon-theme-hicolor + gperf + libSM-devel + + + install-minibrowser.patch + enchant-2.x.patch + icu59.patch + pkgconfig-enchant-2.patch + icu68.patch + fix-ftbfs-gcc6.patch + gtk-doc.patch + grammar.patch + + network/misc/webkit-gtk2/pspec.xml + + + webkit-gtk2 + + atk + zlib + glib2 + gtk2 + mesa + webp + cairo + icu4c + libXt + libX11 + libgcc + libpng + libxml2 + pango + sqlite + enchant2 + geoclue + libsoup + libxslt + harfbuzz + freetype + libsecret + fontconfig + gdk-pixbuf + libXdamage + libXrender + libXcomposite + libjpeg-turbo + gstreamer + gst-libav + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gobject-introspection + + + /usr/lib + /usr/share + /usr/share/doc + + + + webkit-gtk2-devel + Development files for GTK+ port of WebKit + library + data:doc + + libgcc + gtk2-devel + glib2-devel + webkit-gtk2 + libsoup-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/webkit-gtk/Web* + /usr/share/doc/webkit-gtk2/html + /usr/share/doc/webkit-gtk/JavaScriptCore + + + + + 2020-01-28 + 2.4.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-09 + 2.4.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-04 + 2.4.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-05 + 2.4.11 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-27 + 2.4.11 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-18 + 2.4.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-9 + 2.4.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-05 + 2.4.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + proxychains-ng + https://github.com/rofl0r/proxychains-ng + + Kamil Atlı + suvari@pisilinux.org + + as-is + app:console + network.misc + A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies + Varolan dinamik olarak bağlı programların TCP trafiğini bir veya daha fazla SOCKS veya HTTP proxy'si aracılığıyla yeniden yönlendirmeye izin veren bir kanca ön yükleyicisi + proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. + proxychains ng (yeni nesil) - dinamik olarak bağlantılı programlardaki çağrıları yuvalara bağlayan ve bir veya daha fazla Socks/http proxy'si aracılığıyla yeniden yönlendiren bir ön yükleyici. Terkedilmiş proxychains projesinin devamı. + https://github.com/rofl0r/proxychains-ng/releases/download/v4.16/proxychains-ng-4.16.tar.xz + + glibc-devel + + network/misc/proxychains-ng/pspec.xml + + + proxychains-ng + + glibc + + + /usr/bin + /usr/lib + /etc/proxychains.conf + /usr/share/doc + + + + + 2022-06-22 + 4.16 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + ell + https://01.org/ell + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.misc + Embedded Linux library + Embedded Linux library + Gömülü Linux kitaplığı + Gömülü Linux kitaplığı + https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.52.tar.xz + network/misc/ell/pspec.xml + + + ell + + /usr/lib + /usr/share/doc + + + + ell-devel + Development files for ell + + ell + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-17 + 0.52 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + neon + http://www.webdav.org/neon/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.misc + Librairie cliente HTTP et WebDAV. + HTTP and WebDAV client library + C arayüzü ile birlikte gelen, Http ve WebDAV için istemci kitaplığı + neon is an HTTP and WebDAV client library with a C interface; providing a high-level interface to HTTP and WebDAV methods along with a low-level interface for HTTP request handling. + neon, C arayüzü sunan bir HTTP ve WebDAV istemci kitaplığıdır. HTTP ve WebDAV metodlarına yüksek seviyeli, HTTP istek değerlendirmesi için de düşük seviyeli bir arayüz sunar. + https://notroj.github.io/neon/neon-0.31.2.tar.gz + + openssl-devel + expat-devel + zlib-devel + mit-kerberos + + + fixdocdir.patch + multilib.patch + + network/misc/neon/pspec.xml + + + neon + + zlib + expat + openssl + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + neon-devel + Development files for neon + neon için geliştirme dosyaları + + neon + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-03-11 + 0.31.2 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-02-07 + 0.30.2 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-02 + 0.30.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-24 + 0.30.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.30.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.30.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xdg-dbus-proxy + https://github.com/flatpak/xdg-dbus-proxy + + Kamil Atlı + suvari@pisilinux.org + + GPLv2.1 + app:console + network.misc + a filtering proxy for D-Bus connections + xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy'sidir. + xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. + xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy'sidir. Başlangıçta flatpak projesinin bir parçasıydı, ancak başka bağlamlarda kullanılmasını kolaylaştırmak için bağımsız bir modül olarak parçalandı. + https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.4.tar.gz + + dbus-devel + glib2-devel + docbook-xsl + libxslt-devel + autoconf-archive + + network/misc/xdg-dbus-proxy/pspec.xml + + + xdg-dbus-proxy + + glib2 + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2022-06-23 + 0.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 0.1.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-12 + 0.1.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libnl + https://github.com/thom311/libnl + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.misc + A library for applications dealing with netlink sockets + Netlink soketleri erişimi için bir kitaplığı + libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation. + libnl Linux çekirdeğinin netlink soket arayüzünü ağ ile ilgili çeşitli işlemleri kolaylaştırmak için kullanan bir kitaplığıdır. + https://github.com/thom311/libnl/archive/libnl3_7_0.tar.gz + + glibc + flex + bison + pkgconfig + libtool + check + + network/misc/libnl/pspec.xml + + + libnl + + /usr/lib + /usr/share/doc + /usr/share/man + /etc/libnl + /usr/sbin + /usr/bin + + + + libnl-devel + Development files for libnl + libnl için geliştirme dosyaları + + libnl + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-07 + 3.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 3.5.0 + Rebuild + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-05 + 3.5.0 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-07-29 + 3.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 3.2.25 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.2.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-15 + 3.2.25 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + grpc + The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) + + Kamil Atlı + suvari@pisilinux.org + + Apache + library + network.misc + The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) + C tabanlı gRPC (C++, Python, Ruby, Objective-C, PHP, C#) + High performance, open source, general RPC framework that puts mobile and HTTP/2 first. + Mobil ve HTTP/2'yi ilk sıraya koyan yüksek performanslı, açık kaynak, genel RPC çerçevesi. + https://github.com/grpc/grpc/archive/refs/tags/v1.47.0.tar.gz + https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz + + re2c + ninja + cmake + cython3 + chrpath + re2-devel + php-devel + zlib-devel + gtest-devel + c-ares-devel + openssl-devel + protobuf-devel + benchmark-devel + abseil-cpp-devel + python3-setuptools + NetworkManager-devel + python3-pygobject3-devel + + network/misc/grpc/pspec.xml + + + grpc + + xapp + gtk3 + polkit + libgcc + python3 + chrpath + protobuf + benchmark + abseil-cpp + NetworkManager + python3-pynacl + python3-protobuf + python3-zeroconf + python3-setuptools + python3-pygobject3 + python3-cryptography + python3-setproctitle + + + /usr/bin + /usr/share/grpc + /usr/lib/libgrpc* + /usr/lib/libgpr* + /usr/lib/libupb* + /usr/lib/libaddress* + + + + grpc-devel + + openssl-devel + abseil-cpp-devel + grpc + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-30 + 1.47.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-11 + 1.46.3 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libproxy + https://github.com/libproxy/libproxy + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + network.misc + Proxy configuration library + Proxy yapılandırma kitaplığı + libproxy is a library that provides automatic proxy configuration management. + Otomatik proxy yapılandırma yönetimini sağlayan bir kitaplığı. + https://github.com/libproxy/libproxy/archive/0.4.17.tar.gz + + gconf-devel + libXmu-devel + NetworkManager-devel + webkit2gtk-devel + spidermonkey-devel + cmake + intltool + + network/misc/libproxy/pspec.xml + + + libproxy + + glib2 + libgcc + + + /usr/bin + /usr/lib + /usr/libexec/ + /usr/share/doc + /usr/share/vala + + + + libproxy-gnome3 + + libproxy + libgcc + + + /usr/lib/libproxy/*/modules/config_gnome3.* + /usr/libexec/pxgconf + + + + libproxy-networkmanager + + libproxy + dbus + libgcc + + + /usr/lib/libproxy/*/modules/network_networkmanager.* + + + + libproxy-webkit-gtk2 + + libproxy + webkit2gtk + libgcc + + + /usr/lib/libproxy/*/modules/pacrunner_webkit* + + + + libproxy-mozjs + + libproxy + + + /usr/lib/libproxy/*/modules/pacrunner_mozjs* + + + + libproxy-devel + Development files for libproxy + libproxy için geliştirme dosyaları + + libproxy + + + /usr/include + /usr/lib/pkgconfig + /usr/share/cmake + + + + + 2021-10-24 + 0.4.17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-06 + 0.4.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-25 + 0.4.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-16 + 0.4.15 + Rebuild + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-04-16 + 0.4.15 + Rebuild bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-07-30 + 0.4.15 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-07-30 + 0.4.10 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 0.4.10 + Release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-11-01 + 0.4.10 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libssh + http://www.libssh.org + + PisiLinux Community + admin@pisilinux.org + + LGPLv2.1 + library + network.misc + Full C library functions for manipulating a client-side SSH connection + SSH bağlantılarının kontrol edilebilmesini sağlayan C kitaplığı + libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). + libssh, yazılımlarında SSH kullanmak isteyen programcılar için tasarlanmış bir C kitaplığıdır. SSH istemcisi programcı tarafından tam olarak kontrol edilebilir, uzaktan yazılım çalıştırma, tünel yaratma, dosya transferi ve uzak dosya erişimi işlemleri yapılabilir. Tüm bunlar için openssl paketinde bulunan lıbcrypto'nun sistemde bulunması yeterlidir. + https://www.libssh.org/files/0.9/libssh-0.9.6.tar.xz + + openssl-devel + cmocka-devel + zlib-devel + doxygen + cmake + openssh + + network/misc/libssh/pspec.xml + + + libssh + Full C library functions for manipulating a client-side SSH connection + + openssl + zlib + + + /usr/lib + /usr/share/doc + + + + libssh-devel + Development files for libssh + libssh için geliştirme dosyaları + libssh-devel, libssh için geliştirme dosyalarını içerir. + + libssh + + + /usr/include + /usr/lib/pkgconfig + + + + libssh-docs + Development documentation for libssh + libssh için belgelendirme dosyaları + libssh-docs, libssh için belgelendirme dosyalarını içerir. + + /usr/share/doc/libssh/html + /usr/share/man + + + + + 2021-08-26 + 0.9.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-24 + 0.9.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-10-17 + 0.8.4 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-15 + 0.8.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.7.4 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.7.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-25 + 0.7.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + dleyna-server + https://github.com/phako/dleyna-server + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.misc + Library to discover, browse and manipulate Digital Media Servers + Library to discover, browse and manipulate Digital Media Servers + Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık + Dijital Medya Sunucularını keşfetmek, taramak ve işlemek için kitaplık + dleyna-server + https://github.com/phako/dleyna-server/archive/refs/tags/v0.7.2.tar.gz + + meson + glib2-devel + gssdp-devel + gupnp-devel + libxml2-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + + + e7f6419.patch + + network/misc/dleyna-server/pspec.xml + + + dleyna-server + + glib2 + gssdp + gupnp + libxml2 + gupnp-av + libsoup3 + gupnp-dlna + dleyna-core + + + /usr/libexec + /etc + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + + + + dleyna-server-devel + Development files for dleyna-server + + glib2-devel + gupnp-devel + libxml2-devel + gupnp-av-devel + libsoup3-devel + gupnp-dlna-devel + dleyna-core-devel + dleyna-server + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-11 + 0.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libasyncns + http://0pointer.de/lennart/projects/libasyncns + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.misc + A C library for asynchronous name service queries + Asenkron isim servisi sorguları için C kitaplığı + libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(), getnameinfo(), res_query() and res_search() from libc and libresolv. + libasyncns, Linux/Unix üzerinde isim servisi sorgularını asenkron olarak gerçekleştirme imkanı veren bir C kitaplığıdır. + http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz + network/misc/libasyncns/pspec.xml + + + libasyncns + + /usr/lib + /usr/share/doc + + + + libasyncns-devel + Development files for libasyncns + libasyncns için geliştirme dosyaları + + libasyncns + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-01-14 + 0.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-29 + 0.8 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + freerdp + http://www.freerdp.com + + Aydın Demirel + aydin.demirel@pisilinux.org + + ASF + app:console + network.misc + A Remote Desktop Implementation + Bir uzak masaüstü protokol uygulaması + FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under Apacle License. + FreeRDP Apache lisansı altında dağıtılan, Uzak Masaüstü Uygulamasının (RDP) özgür bir uygulamasıdır. + https://github.com/FreeRDP/FreeRDP/archive/2.7.0.tar.gz + + pam-devel + cups-devel + ffmpeg-devel + alsa-lib-devel + libXinerama-devel + xmlto + libX11-devel + libXi-devel + libXcursor-devel + libxkbcommon-devel + libxkbfile-devel + libXv-devel + libXrandr-devel + gstreamer-devel + gst-plugins-base-devel + glib2-devel + openssl-devel + zlib-devel + cmake + libxslt + util-linux + wayland-devel + libusb-devel + libXext-devel + libXtst-devel + libXfixes-devel + libXdamage-devel + libjpeg-turbo-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + + network/misc/freerdp/pspec.xml + + + freerdp + + pam + cups + glib2 + libXi + libXv + ffmpeg + libX11 + libusb + libXext + libXtst + openssl + alsa-lib + libXfixes + libXrandr + libXcursor + libXdamage + libXrender + libxkbfile + libXinerama + libxkbcommon + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib + /usr/share/freerdp + /usr/share/doc + /usr/share/man + + + + freerdp-devel + + freerdp + openssl-devel + wayland-devel + libxkbcommon-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-03 + 2.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-17 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 2.0.0-rc4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-10-25 + 2.0_20180426 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 2.0_20180426 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-26 + 2.0_20180426 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 2.0_20170201 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-14 + 2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-01 + 1.0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + openmpi + https://www.open-mpi.org/ + + PisiLinux Community + admins@pisilinux.org + + custom:OpenMPI + library + app:console + network.misc + High performance message passing library (MPI) + Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı + Open MPI est un projet combinant les technologies et les ressources de plusieurs autres projets (FT-MPI, LA-MPI, LAM/MPI et PACX-MPI) afin de construire la meilleure librairie MPI disponible. Une implémentation totalement neuve conforme au MPI-2. Open MPI offre des avantages aux vendeurs de systèmes et de logiciels, au développeurs d'applications ainsi qu'aux chercheur en génie logiciel. + The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers. + Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı + Open MPI es un proyecto que combina recursos y tecnologías de varios otros proyectos (FT-MPI, LA-MPI, LAM/MPI, y PACX-MPI) para construir la mejor librería MPI. Una implementación MPI-2 compliant completamente nueva, Open MPI ofrece ventajas para fabricantes de sistemas y software, desarrolladores de aplicaciones y investigadores de computación. + https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.bz2 + + valgrind-devel + zlib-devel + hwloc-devel + libnl-devel + + network/misc/openmpi/pspec.xml + + + openmpi + High performance message passing library (MPI) + + hwloc + libnl + + + /etc + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/pmix + /usr/share/openmpi + + + + openmpi-devel + Development files for openmpi + openmpi için geliştirme dosyaları + openmpi-devel, openmpi için geliştirme dosyalarını içerir. + + openmpi + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-19 + 4.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-22 + 4.0.3 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + florb + http://florb.shugaa.de/ + + fury + uglyside@yandex.ru + + MIT + app:gui + network.misc + A simple map viewer and GPX editor. + florb is a really simple map viewer and GPX editor written in C++ using the FLTK UI toolkit. florb makes it easy to create and edit tracks for planning short and extended trips into the wild green. Or anywhere else for that matter. + https://github.com/shugaa/florb/archive/85d2be7d851f83db8a289fd2018832aec295d526.zip + https://github.com/pekdon/florb/raw/cmake_support/src/res/audio-input-microphone-ina.png + + cmake + yaml-cpp + curl-devel + mesa-devel + fltk-devel + gpsd-devel + boost-devel + libX11-devel + libXpm-devel + libXres-devel + tinyxml2-devel + libxkbfile-devel + libxkbcommon-devel + + + support_building_with_cmake.patch + allow_startup_with_missing_config_file.patch + no_build_about_resources.patch + + network/misc/florb/pspec.xml + + + florb + + fltk + curl + gpsd + boost + libgcc + libX11 + libXpm + tinyxml2 + + + /usr/bin + /usr/share + + + florb.desktop.in + + + + + 2021-10-22 + 1.1 + Rebuild + fury + uglyside@yandex.ru + + + 2020-12-19 + 1.1 + First build from git (include patches from @pekdon). + fury + uglyside@yandex.ru + + + + + + clamz + https://code.google.com/archive/p/clamz/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv3 + library + network.misc + Amazon Downloader + Amazon Downloader + Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon. + Clamz is a little command-line program to download MP3 files from +Amazon.com's music store. It is intended to serve as a substitute +for Amazon's official MP3 Downloader, which is not free software (and +therefore is only available in binary form for a limited set of +platforms.) Clamz can be used to download either individual songs or +complete albums that you have purchased from Amazon. + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz + + curl-devel + libgcrypt-devel + expat-devel + + network/misc/clamz/pspec.xml + + + clamz + + curl + expat + libgcrypt + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-03-08 + 0.5 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-08-20 + 0.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2017-01-07 + 0.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + protobuf + https://developers.google.com/protocol-buffers/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + network.misc + Google's data interchange format + Google'ın veri alış veriş biçimi + Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. + Protokol Arabellekleri(protobuf) yapılandırılmış veriyi kodlamak için verimli bir biçimdir. Google kendi içindeki bütün RPC protokolleri ve dosya biçimleri için Protokol Arabelleklerini kullanmaktadır. + https://github.com/protocolbuffers/protobuf/archive/v3.19.4.tar.gz + + python-wheel + python-devel + python3-devel + python-setuptools + python3-setuptools + + network/misc/protobuf/pspec.xml + + + protobuf + Google's data interchange format + + zlib + libgcc + + + /usr/share/doc + /usr/bin + /usr/share/vim + /usr/share/emacs + /usr/lib/libproto* + + + + protobuf-devel + Development files for protobuf + protobuf için geliştirme dosyaları + protobuf-devel, protobuf için geliştime dosyaları içerir. + + protobuf + + + /usr/lib/pkgconfig + /usr/include/google/protobuf + + + + python-protobuf + Python 2 bindings for Google Protocol Buffers + protobuf için geliştirme dosyaları + protobuf-devel, protobuf için geliştime dosyaları içerir. + + python-setuptools + protobuf-devel + + + /usr/lib/python2* + + + + python3-protobuf + Python 3 bindings for Google Protocol Buffers + protobuf için geliştirme dosyaları + protobuf-devel, protobuf için geliştime dosyaları içerir. + + python3 + python3-setuptools + protobuf-devel + + + /usr/lib/python3* + + + + + 2022-06-28 + 3.19.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 3.18.1 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-20 + 3.18.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 3.15.6 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-08-30 + 3.13.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-12 + 3.11.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-24 + 3.11.2 + Fix deps and clean + Blue Devil + bluedevil@sctzine.com + + + 2019-12-25 + 3.11.2 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2016-03-23 + 3.0.0_beta2 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2015-02-16 + 3.0.0_pre1 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2015-02-03 + 2.6.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-05 + 2.5.0 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-03 + 2.4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + webkit2gtk + http://webkitgtk.org + + Alihan Öztürk + admins@pisilinux.org + + LGPLv2 + LGPLv2.1 + BSD + library + network.misc + An opensource web browser engine for GTK+ applications + The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. + https://www.webkitgtk.org/releases/webkitgtk-2.36.4.tar.xz + + cmake + which + gperf + gtk-doc + bubblewrap + ruby-devel + mesa-devel + gtk3-devel + gtk2-devel + webp-devel + libwpe-devel + cairo-devel + icu4c-devel + libXt-devel + lcms2-devel + sqlite-devel + python3-devel + libsoup-devel + wayland-devel + libxslt-devel + geoclue-devel + elogind-devel + libgudev-devel + harfbuzz-devel + enchant2-devel + xdg-dbus-proxy + libtasn1-devel + libglvnd-devel + libnotify-devel + openjpeg2-devel + libsecret-devel + libgcrypt-devel + libseccomp-devel + libmanette-devel + icon-theme-hicolor + libjpeg-turbo-devel + wpebackend-fdo-devel + gst-plugins-bad-devel + gst-plugins-base-devel + gobject-introspection-devel + + + fix-build.patch + + network/misc/webkit2gtk/pspec.xml + + + webkit2gtk + + atk + zlib + gtk3 + mesa + webp + lcms2 + cairo + icu4c + libXt + glib2 + pango + libwpe + libX11 + libgcc + libpng + sqlite + libxml2 + wayland + enchant + geoclue + libsoup + libxslt + elogind + enchant2 + libtasn1 + harfbuzz + freetype + libglvnd + libsecret + openjpeg2 + libnotify + libgcrypt + gstreamer + gst-libav + fontconfig + gdk-pixbuf + libXdamage + libXrender + libseccomp + libmanette + libXcomposite + libjpeg-turbo + wpebackend-fdo + wayland-client + wayland-server + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gobject-introspection + + + /usr/lib + /usr/share + /usr/share/doc + + + + webkit2gtk-devel + Development files for GTK+ port of WebKit + library + data:doc + + gtk3-devel + glib2-devel + libsoup-devel + webkit2gtk + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/webkit-gtk/Web* + /usr/share/doc/webkit2gtk/html + /usr/share/doc/webkit-gtk/JavaScriptCore + + + + + 2022-07-11 + 2.36.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 2.36.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-15 + 2.36.3 + Ver. Bump. + Kamil Atlı + suvari@pisilinux.org + + + 2021-10-01 + 2.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-07 + 2.33.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 2.30.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-30 + 2.26.3 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + libgssglue + http://www.citi.umich.edu/projects/nfsv4/linux/ + + Marcin Bojara + marcin@pisilinux.org + + BSD + library + network.misc + exports a gssapi interface which calls other random gssapi libraries + Diğer raslantısal gssapi kitaplıklarına çağrı yapan gssapi arayüzünü dışa aktaran kitaplık + libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. + libgssglue herhangi bir gssapi mekanizma gerçekleştirimi yapmadan istenilen mekanizmaya bakarak diğer gssapi fonsiyonlarına (örn:MIT Kerberos tarafından sağlanan) ulaşabilmek için bir arayüz (API) sunar. + http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz + + libgssglue-0.1-gssglue.patch + + network/misc/libgssglue/pspec.xml + + + libgssglue + + /usr/lib/libgssglue.so* + /usr/share/doc + + + + libgssglue-devel + libgssglue development files + libgssglue geliştirme dosyaları + + libgssglue + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-03-10 + 0.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + iputils + https://github.com/iputils/iputils + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + network.misc + Network monitoring tools including ping and ping6 + ping ve ping6 uygulamalarını da içeren ağ izleme araçları + Iputils contient les outils de surveillance réseau incluant ping et ping6. + iputils contains network monitoring tools including ping and ping6. + Iputils, ping ve ping6 gibi ağ izleme araçlarını içeren bir pakettir. + https://github.com/iputils/iputils/archive/s20190709.tar.gz + + openssl-devel + libidn2-devel + libcap-devel + meson + ninja + + + fix-setuid-redeclared.patch + + network/misc/iputils/pspec.xml + + + iputils + + libcap + libidn2 + openssl + + + /etc + /usr/bin + /usr/sbin + /sbin + /lib/systemd/system + /etc/conf.d/rdisc + /usr/share/doc + /usr/share/man + + + man/arping.8 + man/clockdiff.8 + man/ping.8 + man/rarpd.8 + man/rdisc.8 + man/tracepath.8 + man/traceroute6.8 + fedora/tftp.xinetd + + + + + 2020-02-07 + 20190709 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-13 + 20180629 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 20161105 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 20150815 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-01 + 20150815 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libnet + https://github.com/libnet/libnet + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + app:console + network.misc + Low level network library + Alt seviye ağ kitaplığı + libnet is a library to provide an API for commonly used low-level network functions. + libnet sık kullanılan alt seviye ağ işlevleri için arabirim sunan bir kitaplıktır. + https://github.com/libnet/libnet/archive/v1.2.tar.gz + + doxygen + + network/misc/libnet/pspec.xml + + + libnet + Low level network library + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + libnet-devel + Development files for libnet + libnet için geliştirme dosyaları + libnet-devel, libnet için geliştirme dosyalarını içerir. + + libnet + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-11-29 + 1.2 + Version bump, moved from contrib. + Blue DeviL + bluedevil@sctzine.com + + + + + + libnfnetlink + http://www.netfilter.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + network.misc + Low level library for netfilter related kernel/userspace communication + Ağ filtreleme işlemleri ile ilgili çekirdek/uygulama iletişimi için alt seviye bir kitaplık + Niskopoziomowa biblioteka do netfilter + libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems. + libnfnetlink, çekirdek içi ağ filtreleme alt sistemleri için jenerik bir mesajlaşma altyapısı sunar. + libnfnetlink to niskopoziomowa biblioteka do związanej z netfiltrem komunikacji między jądrem a przestrzenią użytkownika. Udostępnia ogólną infrastrukturę komunikatów dla podsystemów netfiltra w jądrze oraz ich użytkowników i/lub narzędzi zarządzających w przestrzeni użytkownika. + http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-1.0.2.tar.bz2 + network/misc/libnfnetlink/pspec.xml + + + libnfnetlink + + /usr/lib + + + + libnfnetlink-devel + Development files for libnfnetlink + libnfnetlink için geliştirme dosyaları + Pliki nagłówkowe do bibliioteki libnfnetlink + + libnfnetlink + + + /usr/include + /usr/lib/pkgconfig/libnfnetlink.pc + + + + + 2022-08-03 + 1.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 1.0.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-13 + 1.0.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libc-client + http://www.washington.edu/imap/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + service + network.misc + C-client mail access routines for IMAP and POP protocols + İmap protokolü için kitaplık + The c-client library is a common API for accessing mailboxes developed at the University of Washington. It is used mainly by php + Washington üniversitesi tarafından, POP ve IMAP protokolleri için geliştirilmiş genel kitaplıklar. Temel olarak php tarafından kullanılır. + http://ftp.ntua.gr/pub/net/mail/imap/imap-2007f.tar.gz + + pam-devel + openssl-devel + e2fsprogs-devel + mit-kerberos + + + imap-2007a-linux.diff + imap-2006c1-glibc-2.2.2.diff + imap-2006c1-krbpath.diff + imap-2001a-disable-mbox.patch + imap-2001a-overflow.patch + imap-2004a-doc.patch + imap-2007e-authmd5.patch + imap-2007e-shared.patch + uw-imap-2004c-amd64-so-fix.patch + 1006_openssl1.1_autoverify.patch + + network/misc/libc-client/pspec.xml + + + libc-client + + mit-kerberos + + + /usr/include + /usr/lib + + + + + 2020-02-22 + 2007f + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-09 + 2007f + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 2007f + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2007f + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-27 + 2007f + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + c-ares + https://c-ares.haxx.se/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + network.misc + A C library that performs DNS requests and name resolves asynchronously + Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı + c-ares est une librairie qui effectue des requête DNS et les résolutions de nom de manière asynchrone. c-ares est issue d'un schisme de la librairie 'ares' écrite par Greg Hudson au MIT. + c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. + Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı. c-ares, ares kitaplığı temel alınarak geliştirilmiştir. + c-ares es una librería C que realiza consultas DNS y resolución asíncron de nombres. c-ares es un derivado (fork) de la librería 'ares', escrito por Greg Hudson en el MIT. + https://c-ares.haxx.se/download/c-ares-1.17.2.tar.gz + network/misc/c-ares/pspec.xml + + + c-ares + + /usr/lib + /usr/share/man/man3 + /usr/share/doc/c-ares/* + + + + c-ares-devel + Development files for c-ares + c-ares için geliştirme dosyaları + + c-ares + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-08-15 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-04 + 1.15.0 + Version Bump. + fury + uglyside@yandex.ru + + + 2018-08-29 + 1.12.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 1.11.0 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-02-17 + 1.9.1 + Release + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 1.9.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + socat + http://www.dest-unreach.org/socat/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + network.misc + Multipurpose relay + Multipurpose relay + http://www.dest-unreach.org/socat/download/socat-1.7.3.4.tar.bz2 + + readline-devel + openssl-devel + + network/misc/socat/pspec.xml + + + socat + + readline + openssl + + + /usr/bin + /usr/share/man + + + + + 2020-02-23 + 1.7.3.4 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-15 + 1.7.3.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-13 + 1.7.3.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libndp + http://libndp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + library + network.misc + Library for Neighbor Discovery Protocol + Ağ tarama protokolü için kitaplık + Library for Neighbor Discovery Protocol + Ağ tarama protokolü için kitaplık + https://github.com/jpirko/libndp/archive/v1.7.tar.gz + network/misc/libndp/pspec.xml + + + libndp + + /etc + /usr/share + /etc/dbus-1 + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + libndp-devel + Development files for libndp + libndp için geliştirme dosyaları + + libndp + + + /usr/include + /usr/lib/pkgconfig/ + + + + + 2020-02-02 + 1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-19 + 1.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-07 + 1.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + protobuf-c + https://github.com/protobuf-c/protobuf-c + + Stefan Gronewold(groni) + groni@pisilinux.org + + BSD + app:console + library + network.misc + Protocol Buffers implementation in C + Google Protokol Arabelleklerinin C Uygulaması + This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package + protobuf-c, Google Protokol Arabelleklerinin veri serileştirmesi biçimi için bir C Uygulamasıdır. libgadu paketi için gereklidir. + https://github.com/protobuf-c/protobuf-c/archive/v1.4.0.tar.gz + + protobuf-devel + + network/misc/protobuf-c/pspec.xml + + + protobuf-c + Protocol Buffers implementation in C + + protobuf + + + / + /usr/lib + /usr/share/doc + /usr/bin + + + + protobuf-c-devel + Development files for protobuf-c + protobuf-c için geliştirme dosyaları + protobuf-c-devel, protobuf-c için geliştime dosyaları içerir. + + protobuf-c + + + /usr/lib/pkgconfig + /usr/include/protobuf-c + /usr/include/google/protobuf-c + + + + + 2022-06-28 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-20 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-09 + 1.3.3 + *Patch version bump. + *Moved from contrib + Blue Devil + bluedevil@sctzine.com + + + + + + libcddb + http://libcddb.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.misc + Une librairie pour accéder aux serveurs CDDB. + A library for accessing a CDDB server + CDDB sunucularına ulaşmak için bir kitaplık + Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). + libcddb, CDDB sunucularındaki (freedb.org) verilere erişmek için yazılmış bir C kitaplığıdır. + mirrors://sourceforge/libcddb/libcddb-1.3.2.tar.bz2 + network/misc/libcddb/pspec.xml + + + libcddb + + /usr/bin + /usr/lib + /usr/share/doc + + + + libcddb-devel + Development files for libcddb + libcddb için geliştirme dosyaları + + libcddb + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 1.3.2 + Rebuild. + Idris Kalp + idriskalp@gmail.com + + + 2018-08-07 + 1.3.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.3.2 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.3.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 1.3.2 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + freshplayerplugin + https://github.com/i-rinat/freshplayerplugin + + Osman Erkan + osman.erkan@pisilinux.org + + MIT + app:gui + network.plugin + ppapi2npapi compatibility layer + PPAPI-host NPAPI-plugin adapter. + https://github.com/i-rinat/freshplayerplugin/archive/v0.3.11.tar.gz + + cmake + cairo-devel + glib2-devel + icu4c-devel + pango-devel + libX11-devel + openssl-devel + freetype-devel + libXcursor-devel + libXrender-devel + ragel + gtk2-devel + gtk3-devel + libva-devel + libv4l-devel + ffmpeg-devel + openssl-devel + libvdpau-devel + alsa-lib-devel + libevent-devel + libXrandr-devel + libXcursor-devel + pulseaudio-libs-devel + + network/plugin/freshplayerplugin/pspec.xml + + + freshplayerplugin + + mesa + cairo + glib2 + icu4c + pango + libX11 + libgcc + openssl + freetype + libXcursor + libXrender + libva + ffmpeg + libv4l + alsa-lib + libevent + libvdpau + libXrandr + pepperflash + pulseaudio-libs + + + /usr/lib + /usr/share/doc + /usr/share/freshplayerplugin/ + + + + + 2020-03-24 + 0.3.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-08-11 + 0.3.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-30 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-28 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 0.3.9 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-27 + 0.3.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-22 + 0.3.6 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-12-20 + 0.3.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-14 + 0.3.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-15 + 0.3.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + pepperflash + http://www.google.com + + Osman Erkan + osman.erkan@pisilinux.org + + custom:chrome + library + network.plugin + Chromium tarayıcısı için Google chrom eklentisi olan Pepper Flash Eklentisi. + 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/32.0.0.465/flash_player_ppapi_linux.x86_64.tar.gz + network/plugin/pepperflash/pspec.xml + + + pepperflash + + libgcc + + + /etc/chromium-browser + /usr/lib/chromium-browser/ + /usr/lib/chromium-browser/PepperFlash + + + pepperflash-plugin.conf + + + + + 2020-12-25 + 32.0.0.465 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-24 + 32.0.0.344 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-30 + 32.0.0.293 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-29 + 32.0.0.270 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-03 + 32.0.0.238 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-26 + 32.0.0.223 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 32.0.0.207 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-08 + 32.0.0.171 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-23 + 32.0.0.156 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-30 + 32.0.0.101 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 30.0.0.154 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-18 + 29.0.0.140 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-09 + 28.0.0.161 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 28.0.0.126 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-08 + 27.0.0.187 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 27.0.0.183 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-27 + 26.0.0.151 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 23.0.0.207 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-12-13 + 23.0.0.207 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-30 + 22.0.0.192 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-30 + 22.0.0.192 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-09 + 20.0.0.306 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-15 + 20.0.0.306 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + flashplugin + http://labs.adobe.com/technologies/flashplayer10 + + PisiLinux Community + admins@pisilinux.org + + Macromedia + library + network.plugin + Adobe Flash Player + Adobe Flash Oynatıcı + 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/get/flashplayer/pdc/32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz + + nss + gtk2 + libXt + libX11 + libXext + libXpm + mesa-devel + + network/plugin/flashplugin/pspec.xml + + + flashplugin + + noDelta + + + mesa + libgcc + atk + nss + gtk2 + nspr + cairo + glib2 + libXt + pango + libX11 + libXext + freetype + fontconfig + gdk-pixbuf + libXcursor + libXrender + + + /usr/share + /usr/lib + /usr/bin + + + + + 2020-12-25 + 32.0.0.465 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-12 + 32.0.0.453 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-03-24 + 32.0.0.344 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-10 + 32.0.0.303 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-11-30 + 32.0.0.293 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-29 + 32.0.0.270 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-03 + 32.0.0.238 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-26 + 32.0.0.223 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 32.0.0.207 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-08 + 32.0.0.171 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-23 + 32.0.0.156 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-30 + 32.0.0.101 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 30.0.0.154 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-16 + 29.0.0.140 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-09 + 28.0.0.161 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 28.0.0.126 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-08 + 27.0.0.187 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 27.0.0.183 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-27 + 26.0.0.151 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-22 + 25.0.0.148 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-20 + 24.0.0.186 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-14 + 11.2.202.621 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 11.2.202.569 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-15 + 11.2.202.569 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + xorg-video-nouveau + http://nouveau.freedesktop.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org nouveau video driver + X.Org nouveau ekran kartı sürücüsü + xorg-video-nouveau contains the X.Org driver for NVIDIA cards. + xorg-video-nouveau, NVIDIA ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.17.tar.bz2 + + libdrm-nouveau + libpciaccess-devel + mesa-devel + eudev-devel + util-macros + pixman-devel + xorg-server-devel + + + xorg-server-21.1.diff + + x11/driver/xorg-video-nouveau/pspec.xml + + + xorg-video-nouveau + + libdrm + eudev + libdrm-nouveau + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.0.17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 1.0.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.0.16 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.0.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.0.15 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.0.15 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.0.15 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.0.13 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.0.13 + Rebuild for new toolchain. + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-02 + 1.0.13 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 1.0.12 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.0.12 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-radeon + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org radeon video driver + X.Org radeon ekran kartı sürücüsü + xorg-video-radeon contains the X.Org driver for ATI video chipsets. + xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir. + https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/archive/5eba006e4129e8015b822f9e1d2f1e613e252cda/5eba006e4129e8015b822f9e1d2f1e613e252cda.tar.gz + + git + libdrm-devel + libpciaccess-devel + mesa-devel + pixman-devel + util-macros + xorg-server-devel + + x11/driver/xorg-video-radeon/pspec.xml + + + xorg-video-radeon + + eudev + libdrm-radeon + libpciaccess + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + /etc/X11 + /usr/share/X11/xorg.conf.d + + + + + 2021-11-12 + 19.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 19.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 19.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-19 + 19.0.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 18.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 18.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.18.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-17 + 1.18.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-07 + 1.18.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-19 + 7.10.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 7.9.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 7.8.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 7.8.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 7.7.0 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 7.7.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xvba-video + http://www.splitted-desktop.com/~gbeauchesne/xvba-video/ + + PisiLinux Community + admins@pisilinux.org + + freedist + driver + x11.driver + XvBA backend for VA API + VA API için XvBA arka ucu + xvba-video is a backend for the VA API in order to use XvBA video acceleration drivers available for some ATI cards. + xvba-video, bazı ATI kartlar için mevcut olan XvBA video hızlandırma sürücülerini kullanmak için bir VA API arka ucudur. + https://sourceforge.net/projects/pisilinux/files/source/xvba-video-0.8.0.i686.tar.gz + https://sourceforge.net/projects/pisilinux/files/source/xvba-video-0.8.0.x86_64.tar.gz + x11/driver/xvba-video/pspec.xml + + + xvba-video + + libva + libXext + mesa + + + /usr/lib + /usr/share/doc + + + + xvba-video-32bit + 32-bit shared libraries for xvba-video + xvba-video için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + mesa-32bit + libX11-32bit + libXext-32bit + + + mesa-32bit + xvba-video + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2021-01-07 + 0.8.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.7.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.7.8 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.7.8 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.7.8 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.7.8 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-openchrome + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org openchrome video driver + X.Org openchrome ekran kartı sürücüsü + xorg-video-openchrome contains the X.Org driver for VIA video chipsets. + xorg-video-openchrome, VIA ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2 + + libdrm-devel + libXext-devel + libXv-devel + libXvMC-devel + libglvnd-devel + xorg-server-devel + + x11/driver/xorg-video-openchrome/pspec.xml + + + xorg-video-openchrome + + libX11 + libdrm + libXext + libXv + libXvMC + xorg-server + + + /usr/bin + /usr/sbin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-11-12 + 0.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 0.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.5.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.5.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.5.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.5.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.4.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.3.3 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-tdfx + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org tdfx video driver + X.Org tdfx ekran kartı sürücüsü + xorg-video-tdfx contains the X.Org driver for Voodoo cards. + xorg-video-tdfx, Voodoo ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-tdfx-1.5.0.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + util-macros + + x11/driver/xorg-video-tdfx/pspec.xml + + + xorg-video-tdfx + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.4.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.4.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.4.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.4.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.4.7 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.4.7 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.4.7 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.4.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 1.4.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-sisusb + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org sisusb video driver + X.Org sisusb ekran kartı sürücüsü + xorg-video-sisusb contains the X.Org driver for SiS video chips connected via a Net2280-based USB dongle. + xorg-video-sisusb, Net2280 tabanlı USB dongle ile bağlı SiS ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2 + + util-macros + xorg-server-devel + + x11/driver/xorg-video-sisusb/pspec.xml + + + xorg-video-sisusb + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 0.9.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.9.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.9.7 + Rebuild . + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.9.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.9.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.9.7 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.9.7 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.9.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.9.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-dummy + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org dummy video driver + X.Org dummy ekran kartı sürücüsü + xorg-video-dummy is a dummy video driver for X.Org. + xorg-video-dummy, X.Org için sahte bir ekran kartı sürücüsü içerir. + mirrors://xorg/individual/driver/xf86-video-dummy-0.4.0.tar.xz + + xorg-server-devel + util-macros + + x11/driver/xorg-video-dummy/pspec.xml + + + xorg-video-dummy + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + + + + + 2022-06-17 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 0.3.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.3.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.3.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.3.8 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.3.8 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 0.3.8 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.3.8 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.3.8 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.3.7 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.3.7 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-rendition + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org rendition video driver + X.Org rendition ekran kartı sürücüsü + xorg-video-rendition contains the X.Org driver for Rendition (Micron) cards. + xorg-video-rendition, Rendition (Micron) ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-rendition-4.2.7.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-rendition/pspec.xml + + + xorg-video-rendition + + xorg-server + + + /usr/lib/xorg/modules/drivers + /usr/lib/xorg/modules/*.uc + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 4.2.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 4.2.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 4.2.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 4.2.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 4.2.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-19 + 4.2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 4.2.6 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 4.2.6 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 4.2.6 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 4.2.6 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 4.2.5 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-evdev + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org evdev input driver + X.Org evdev giriş aygıtı sürücüsü + xorg-input-evdev contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. + xorg-input-evdev, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler. + mirrors://xorg/individual/driver/xf86-input-evdev-2.10.6.tar.bz2 + + xorg-server-devel + libmtdev-devel + libevdev-devel + util-macros + eudev-devel + xorg-proto + libevdev-devel + + x11/driver/xorg-input-evdev/pspec.xml + + + xorg-input-evdev + + libmtdev + libevdev + eudev + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + /usr/share/X11/xorg.conf.d/10-evdev.conf + + + + xorg-input-evdev-devel + Development files for evdev driver + evdev sürücüsü için geliştirme dosyaları + + xorg-input-evdev + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-01-07 + 2.10.6 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 2.10.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 2.10.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 2.10.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.10.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-03 + 2.10.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 2.10.5 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 2.10.5 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-03 + 2.10.4 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 2.10.2 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 2.9.2 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-intel + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org intel video driver + X.Org intel ekran kartı sürücüsü + xorg-video-intel contains the X.Org driver for Intel video chipsets. + xorg-video-intel, Intel ekran kartları için X.Org sürücüsünü içerir. + http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-20210222.tar.xz + + libX11-devel + libxcb-devel + libXv-devel + libdrm-devel + pixman-devel + libXext-devel + libXtst-devel + libXvMC-devel + xcb-util-devel + libXrandr-devel + libXfixes-devel + libXcursor-devel + libXrender-devel + libXdamage-devel + libXinerama-devel + libdrm-intel + eudev-devel + util-macros + libpciaccess-devel + xorg-server-devel + libxshmfence-devel + libXfont-devel + libXfont2-devel + libXScrnSaver-devel + + x11/driver/xorg-video-intel/pspec.xml + + + xorg-video-intel + + libX11 + libxcb + libXv + libdrm + pixman + libXext + libXtst + libXvMC + xcb-util + libXrandr + libXfixes + libXcursor + libXrender + libXdamage + libXinerama + libdrm-intel + libpciaccess + eudev + libxshmfence + libXScrnSaver + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2022-05-25 + 20210222 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 20210222 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 20210222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-30 + 20200817 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 20200518 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 20190723 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 20190208 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 20170826 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 20170826 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 20170826 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-10 + 20170826 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 20160902 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 20160902 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0340718 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 2.99.917 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-amdgpu + https://www.x.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.org amdgpu video driver + X.org amdgpu video driver + X.org amdgpu video driver + X.org amdgpu video driver + https://www.x.org/archive/individual/driver/xf86-video-amdgpu-22.0.0.tar.xz + + libdrm-devel + libpciaccess-devel + mesa-devel + pixman-devel + util-macros + xorg-server-devel + + x11/driver/xorg-video-amdgpu/pspec.xml + + + xorg-video-amdgpu + + mesa + eudev + libdrm-amd + xorg-server + + + /usr/lib + /usr/share/X11/xorg.conf.d + /usr/share/man + /usr/share/doc + + + + + 2022-06-17 + 22.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 21.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-27 + 21.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 19.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 19.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-19 + 19.0.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 18.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 18.1.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.18.1 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-17 + 1.18.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-03-07 + 1.18.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2017-09-09 + 1.4.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xorg-input-joystick + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org joystick input driver + X.Org joystick giriş aygıtı sürücüsü + xorg-input-joystick contains the X.Org driver for joysticks. + xorg-input-joystick, oyun çubukları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-input-joystick-1.6.3.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-input-joystick/pspec.xml + + + xorg-input-joystick + + /usr/lib/xorg + /usr/share/man + + + + xorg-input-joystick-devel + Development files for xorg-input-joystick + xorg-input-joystick için geliştirme dosyaları + + xorg-input-joystick + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-12 + 1.6.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.6.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 1.6.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.6.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.6.3 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.6.3 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.6.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.6.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.6.2 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.6.2 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + vdpau-video + http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + driver + x11.driver + VDPAU backend for VA API + VA API için VDPAU arka ucu + vdpau-video is a backend for the VA API in order to use VDPAU video acceleration drivers available for some NVIDIA and S3 cards. + vdpau-video, bazı NVIDIA ve S3 kartlar için mevcut olan VDPAU video hızlandırma sürücülerini kullanmak için bir VA API arka ucudur. + http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2 + + libglvnd-devel + libva-devel + libvdpau-devel + libX11-devel + mesa-devel + + + libva-vdpau-driver-0.7.4-glext-missing-definition.patch + libva-vdpau-driver-0.7.4-libvdpau-0.8.patch + libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch + implement-vaquerysurfaceattributes.patch + fallback-x.patch + vdpau_CreateSurfaceFromV4L2Buf-fix.patch + + x11/driver/vdpau-video/pspec.xml + + + vdpau-video + + libglvnd + libva + libvdpau + libX11 + mesa + + + /usr/lib + /usr/share/doc + + + + vdpau-video-32bit + emul32 + emul32 + + libglvnd-32bit + libva-32bit + libvdpau-32bit + libX11-32bit + mesa-32bit + + + vdpau-video + libglvnd-32bit + libva-32bit + libvdpau-32bit + libX11-32bit + mesa-32bit + + + /usr/lib32 + + + + + 2021-11-12 + 0.7.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.7.4 + First release. + İdris Kalp + idriskalp@gmail.com + + + 2018-07-31 + 0.7.4 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 0.7.4 + rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.7.4 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.7.4 + Rebuild for new libvdpau. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.7.4 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.7.4 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-s3virge + https://www.x.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org s3virge video driver + X.Org s3virge ekran kartı sürücüsü + xorg-video-s3virge contains the X.Org driver for S3 Virge cards. + xorg-video-s3virge, S3 Virge ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-s3virge-1.11.0.tar.bz2 + + xorg-server-devel + util-macros + + + check-max-value.patch + + x11/driver/xorg-video-s3virge/pspec.xml + + + xorg-video-s3virge + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.11.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.11.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-20 + 1.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.10.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.10.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.10.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.10.7 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.10.7 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.10.7 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.10.7 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.10.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-r128 + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org r128 video driver + X.Org r128 ekran kartı sürücüsü + xorg-video-r128 contains the X.Org driver for ATI Rage128 video cards. + xorg-video-r128, ATI Rage128 ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-r128-6.12.0.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + util-macros + + x11/driver/xorg-video-r128/pspec.xml + + + xorg-video-r128 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 6.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 6.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 6.12.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 6.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 6.11.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 6.10.2 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 6.10.2 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 6.10.2 + Verson bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 6.10.1 + Verson bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 6.10.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-synaptics + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org synaptics input driver + X.Org synaptics giriş aygıtı sürücüsü + xorg-input-synaptics contains the X.Org driver for Synaptics touchpad devices. + xorg-input-synaptics, Synaptics dokunmatik aygıtlar için X.Org sürücüsünü içerir. + xorg + http://ftp.x.org/pub/individual/driver/xf86-input-synaptics-1.9.2.tar.xz + + libXi-devel + libXtst-devel + libmtdev-devel + xorg-server-devel + libevdev-devel + util-macros + + x11/driver/xorg-input-synaptics/pspec.xml + + + xorg-input-synaptics + + libXi + libXtst + libX11 + libevdev + + + /lib/udev + /usr/bin + /usr/lib/xorg + /usr/share/X11 + /usr/share/doc + /usr/share/man + + + 50-synaptics.conf + 70-touchpad-quirks.rules + + + + xorg-input-synaptics-devel + Development files for xorg-input-synaptics + xorg-input-synaptics için geliştirme dosyaları + + xorg-input-synaptics + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-11 + 1.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 1.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-06 + 1.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.9.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.9.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.9.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.8.3 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.8.2 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-void + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org void input driver + X.Org void giriş aygıtı sürücüsü + xorg-input-void is a null input driver which allows the X server to operate without a core pointer and/or core keyboard. + xorg-input-void, X sunucusunun herhangi bir ana işaretçi ve/veya ana klavye olmadan çalışabilmesini sağlayan işlevsiz bir giriş aygıtı sürücüsüdür. + mirrors://xorg/individual/driver/xf86-input-void-1.4.1.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-input-void/pspec.xml + + + xorg-input-void + + /usr/lib/xorg + /usr/share/man + + + + + 2021-11-12 + 1.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.4.1 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.4.1 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.4.1 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.4.1 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.4.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.4.1 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.4.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-fbdev + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org fbdev video driver + X.Org fbdev ekran kartı sürücüsü + xorg-video-fbdev contains the X.Org driver for Linux framebuffer device. + xorg-video-fbdev, Linux framebuffer aygıtı için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-fbdev/pspec.xml + + + xorg-video-fbdev + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 0.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 0.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.4.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.4.4 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.4.4 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 0.4.4 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.4.4 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.4.4 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.4.4 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.4.4 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-acecad + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org acecad tablet input driver + X.Org acecad tablet giriş aygıtı sürücüsü + xorg-input-acecad contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. + xorg-input-acecad, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler. + mirrors://xorg/individual/driver/xf86-input-acecad-1.5.0.tar.bz2 + + xorg-server-devel + xorg-proto + libmtdev-devel + sysfsutils-devel + util-macros + + + assign-local-private-after-allocating.patch + + x11/driver/xorg-input-acecad/pspec.xml + + + xorg-input-acecad + + sysfsutils + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.5.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.5.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.5.0 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.5.0 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.5.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-savage + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org savage video driver + X.Org savage ekran kartı sürücüsü + xorg-video-savage contains the X.Org driver for S3 Savage cards. + xorg-video-savage, S3 Savage ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-savage-2.3.9.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + util-macros + + + git-video-savage.patch + + x11/driver/xorg-video-savage/pspec.xml + + + xorg-video-savage + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 2.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 2.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 2.3.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 2.3.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.3.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 2.3.9 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 2.3.9 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 2.3.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 2.3.8 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 2.3.8 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-sis + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org sis video driver + X.Org sis ekran kartı sürücüsü + xorg-video-sis contains the X.Org driver for SiS cards. + xorg-video-sis, SiS ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-sis-0.12.0.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + util-macros + + x11/driver/xorg-video-sis/pspec.xml + + + xorg-video-sis + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 0.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 0.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.10.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.10.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.10.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 0.10.9 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.10.9 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.10.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.10.8 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 0.10.7 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + libva-intel-driver + http://freedesktop.org/wiki/Software/vaapi + + Osman Erkan + osman.erkan@pisilinux.org + + MIT + driver + x11.driver + VA-API implementation for Intel G45 and HD Graphics family + libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family. + https://github.com/01org/intel-vaapi-driver/releases/download/2.4.1/intel-vaapi-driver-2.4.1.tar.bz2 + + libdrm-devel + libX11-devel + libva-devel + + x11/driver/libva-intel-driver/pspec.xml + + + libva-intel-driver + + libdrm + libdrm-intel + libva + + + /usr/lib + /usr/share/doc + + + + + 2021-11-12 + 2.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-30 + 2.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 2.4.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 2.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-22 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 2.0.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.7.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.7.3 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-03 + 1.7.2 + Version Bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-05-02 + 1.7.0 + Version Bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.5.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-kbd + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org kbd input driver + X.Org kbd giriş aygıtı sürücüsü + xorg-input-kbd contains the X.Org driver for keyboards. + xorg-input-kbd, klavyeler için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-input-keyboard-1.9.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-input-kbd/pspec.xml + + + xorg-input-kbd + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 1.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.9.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.9.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.9.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.9.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.8.1 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.8.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-voodoo + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org voodoo video driver + X.Org voodoo ekran kartı sürücüsü + xorg-video-voodoo contains the X.Org driver for Voodoo1 and Voodoo2 video adapters. + xorg-video-voodoo, Voodoo1 ve Voodoo2 video bağdaştırıcıları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-voodoo-1.2.5.tar.bz2 + + xorg-server-devel + util-macros + + + git-fixes.patch + + x11/driver/xorg-video-voodoo/pspec.xml + + + xorg-video-voodoo + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.2.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.2.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.2.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.2.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.2.5 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.2.5 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.2.5 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.2.5 + Release bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 1.2.5 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-mga + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org mga video driver + X.Org mga ekran kartı sürücüsü + xorg-video-mga contains the X.Org driver for Matrox cards. + xorg-video-mga, Matrox ekran kartları için X.Org sürücüsünü içerir. + xorg + mirrors://xorg/individual/driver/xf86-video-mga-2.0.1.tar.xz + + libdrm-devel + mesa-devel + xorg-server-devel + util-macros + + x11/driver/xorg-video-mga/pspec.xml + + + xorg-video-mga + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2022-07-11 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 2.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 2.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 2.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-14 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.6.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.6.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.6.5 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.6.5 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.6.5 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.6.3 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-vesa + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org vesa video driver + X.Org vesa ekran kartı sürücüsü + xorg-input-vesa contains the X.Org driver for Generic VESA cards. + xorg-input-vesa, VESA uyumlu ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-vesa-2.5.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-vesa/pspec.xml + + + xorg-video-vesa + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2020-11-12 + 2.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-04 + 2.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 2.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 2.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 2.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-16 + 2.4.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 2.3.4 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 2.3.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 2.3.4 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 2.3.4 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 2.3.3 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-libinput + http://www.x.org + + PisiLinux Community + admin@pisilinux.org + + MIT + driver + x11.driver + Generic input driver for the X.Org server based on libinput + Xorg sunucusu için genel giriş sürücüsü. + Generic input driver for the X.Org server based on libinput + xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür. + xorg + mirrors://xorg/individual/driver/xf86-input-libinput-1.2.1.tar.xz + + libX11-devel + eudev-devel + xorg-server-devel + libinput-devel + util-macros + + x11/driver/xorg-input-libinput/pspec.xml + + + xorg-input-libinput + + libinput + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + /usr/share/X11/xorg.conf.d + + + + xorg-input-libinput-devel + Development files for xorg-input-libinput + + xorg-input-libinput + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-17 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-04 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 0.29.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 0.29.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.28.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-03 + 0.28.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 0.28.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.28.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-11 + 0.27.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-24 + 0.26.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.24.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.24.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-03 + 0.22.0 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 0.19.0 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 0.18.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-apm + https://www.x.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org apm video driver + X.Org apm ekran kartı sürücüsü + xorg-video-apm contains the X.Org driver for Alliance Promotion cards. + xorg-video-apm, Alliance Promotion ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-apm-1.3.0.tar.bz2 + + xorg-server-devel + util-macros + xorg-proto + + x11/driver/xorg-video-apm/pspec.xml + + + xorg-video-apm + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-20 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.2.5 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.2.5 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.2.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.2.5 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.2.5 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.2.5 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-vmware + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org vmware video driver + X.Org vmware ekran kartı sürücüsü + xorg-video-vmware contains the X.Org driver for VMWare virtual machines. + xorg-video-vmware, VMWare sanal makineleri için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-vmware-13.3.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-vmware/pspec.xml + + + xorg-video-vmware + + mesa + eudev + libdrm + llvm-libs + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 13.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 13.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 13.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 13.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-19 + 13.3.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 13.3.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 13.2.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 13.2.1 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 13.2.1 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 13.2.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 13.1.0 + Release bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 13.1.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-mouse + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org mouse input driver + X.Org mouse giriş aygıtı sürücüsü + xorg-input-mouse contains the X.Org driver for mice. + xorg-input-mouse, fareler için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2 + + xorg-server-devel + util-macros + + + 0001-Don-t-disable-3-button-emulation-if-third-mouse-butt.patch + + x11/driver/xorg-input-mouse/pspec.xml + + + xorg-input-mouse + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + xorg-input-mouse-devel + Development files for xorg-input-mouse + + xorg-input-mouse + + + /usr/include/xorg/xf86-mouse-properties.h + /usr/lib/pkgconfig/xorg-mouse.pc + + + + + 2021-11-12 + 1.9.3 + rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.9.3 + rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 1.9.3 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.9.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-21 + 1.9.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-31 + 1.9.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-11 + 1.9.2 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.9.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.9.1 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.9.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-elographics + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org Elographics TouchScreen input driver + X.Org Elographics dokunmatik ekran sürücüsü + xorg-input-elographics contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. + xorg-input-elographics, Linux için Elographics dokunamtik ekran X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-input-elographics-1.4.2.tar.bz2 + + xorg-server-devel + libmtdev-devel + util-macros + + x11/driver/xorg-input-elographics/pspec.xml + + + xorg-input-elographics + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.4.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.4.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.4.1 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.4.1 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.4.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.4.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.4.1 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.4.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-input-wacom + http://linuxwacom.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + driver + x11.driver + Input driver for Wacom tablets and drawing devices + Wacom tabletleri ve çizim aygıtları için giriş sürücüsü + xorg-input-wacom includes the drivers and tools for Wacom devices. + xorg-input-wacom, Wacom aygıtlarını kullanmak için sürücü ve araçları içerir. + https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-1.1.0/xf86-input-wacom-1.1.0.tar.bz2 + + libXi-devel + libXrandr-devel + xorg-server-devel + libXinerama-devel + eudev-devel + libgudev-devel + doxygen + util-macros + + x11/driver/xorg-input-wacom/pspec.xml + + + xorg-input-wacom + + libX11 + libXi + libXrandr + libXinerama + xorg-server + eudev + + + /lib/udev + /usr/bin + /usr/lib/xorg + /usr/share/X11 + /usr/share/doc + /usr/share/man + + + 70-wacom.rules + + + + xorg-input-wacom-devel + Development files for xorg-input-wacom + xorg-input-wacom için geliştirme dosyaları + + xorg-input-wacom + + + /usr/bin/isdv4-serial-debugger + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-16 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 0.40.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 0.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-15 + 0.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.34.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 0.34.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.34.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 0.34.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.34.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.34.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.34.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-16 + 0.33.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.32.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-05-08 + 0.29.0 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + xorg-input-vmmouse + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org vmmouse input driver + X.Org vmmouse giriş aygıtı sürücüsü + xorg-input-vmmouse contains the X.Org driver for mice in VMware virtual machines. + xorg-input-vmmouse, VMware sanal makinelerinde fare uyumu için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-input-vmmouse/pspec.xml + + + xorg-input-vmmouse + + /lib/udev + /usr/bin + /usr/libexec + /usr/lib/xorg + /usr/share/X11 + /usr/share/man + + + + + 2021-11-12 + 13.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 13.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-31 + 13.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 13.1.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 13.1.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 13.1.0 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-10 + 13.1.0 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 13.1.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 13.1.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-05-08 + 13.1.0 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 13.0.0 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-cirrus + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org cirrus video driver + X.Org cirrus ekran kartı sürücüsü + xorg-video-cirrus contains the X.Org driver for Cirrus Logic cards. + xorg-video-cirrus, Cirrus Logic ekran kartları için X.Org sürücüsünü içerir. + xorg + mirrors://xorg/individual/driver/xf86-video-cirrus-1.6.0.tar.xz + + libpciaccess-devel + xorg-server-devel + util-macros + + x11/driver/xorg-video-cirrus/pspec.xml + + + xorg-video-cirrus + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2022-07-11 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 1.5.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.5.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.5.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.5.3 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.5.3 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.5.3 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.5.3 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.5.3 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.5.3 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.5.3 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-siliconmotion + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org siliconmotion video driver + X.Org siliconmotion ekran kartı sürücüsü + xorg-video-siliconmotion contains the X.Org driver for Silicon Motion cards. + xorg-video-siliconmotion, Silicon Motion ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-siliconmotion-1.7.9.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-siliconmotion/pspec.xml + + + xorg-video-siliconmotion + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.7.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.7.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.7.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.7.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.7.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.7.9 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.7.9 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.7.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.7.8 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 1.7.8 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-i740 + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org i740 video driver + X.Org i740 ekran kartı sürücüsü + xorg-video-i740 contains the X.Org driver for Intel i740 cards. + xorg-video-i740, Intel i740 ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-i740-1.4.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-i740/pspec.xml + + + xorg-video-i740 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-14 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.3.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.3.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.3.6 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.3.6 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.3.6 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.3.5 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.3.4 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-i128 + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org i128 video driver + X.Org i128 ekran kartı sürücüsü + xorg-video-i128 contains the X.Org driver for Number Nine chipsets. + xorg-video-i128, Number Nine ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-i128-1.4.0.tar.bz2 + + xorg-server-devel + util-macros + + + 1600sw-range-hack.patch + + x11/driver/xorg-video-i128/pspec.xml + + + xorg-video-i128 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-14 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.3.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.3.6 + Rebuild New T. bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.3.6 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.3.6 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.3.6 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.3.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-08 + 1.3.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-video-v4l + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org v4l video driver + X.Org v4l ekran kartı sürücüsü + v4l is an Xorg driver for video4linux cards. It provides a Xvideo extension port for video overlay. + v4l, video4linux kartları için Xorg sürücüsü içerir. Video yerpaylaşımı (overlay) için bir Xvideo kapısı sağlar. + mirrors://xorg/individual/driver/xf86-video-v4l-0.3.0.tar.bz2 + + util-macros + xorg-server-devel + + x11/driver/xorg-video-v4l/pspec.xml + + + xorg-video-v4l + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 0.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 0.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 0.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 0.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.2.0 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 0.2.0 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.2.0 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-05-15 + 0.2.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + xorg-video-neomagic + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org neomagic video driver + X.Org neomagic ekran kartı sürücüsü + xorg-video-neomagic contains the X.Org driver for NeoMagic cards. + xorg-video-neomagic, NeoMagic ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-neomagic-1.3.0.tar.bz2 + + xorg-server-devel + util-macros + + x11/driver/xorg-video-neomagic/pspec.xml + + + xorg-video-neomagic + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2021-11-12 + 1.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.3.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-08 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 1.2.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.2.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 1.2.9 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 1.2.9 + rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-16 + 1.2.9 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.2.9 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 1.2.9 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xorg-server + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + x11.server + X.Org X Server + Serveur X X.Org + X.Org X Server + X.Org X Sunucu + X.Org X Serwer + X server is the main application that allows a graphical interface. + X sunucu, grafiksel arayüz için gerekli ana uygulamadır. + X serwer to główna aplikacja, która umożliwia interfejs graficzny. + xorg + mirrors://xorg/individual/xserver/xorg-server-21.1.4.tar.xz + + valgrind + xorg-proto + libtirpc-devel + elogind-devel + libbsd-devel + font-util + libjpeg-turbo-devel + libdmx-devel + libdrm-devel + libgcrypt-devel + libpciaccess-devel + libX11-devel + libXaw-devel + libXext-devel + libXfixes-devel + libXfont2-devel + libXi-devel + libxkbfile-devel + libXmu-devel + libXpm-devel + libXrender-devel + libXres-devel + libXt-devel + libXtst-devel + libXv-devel + mesa-devel + pixman-devel + xorg-app + nettle-devel + libepoxy-devel + xcb-util-devel + xcb-util-image-devel + xcb-util-wm-devel + xcb-util-keysyms-devel + xcb-util-renderutil-devel + util-macros + xtrans + eudev-devel + freetype-devel + libunwind-devel + libXau-devel + libICE-devel + libSM-devel + openssl-devel + xorg-app-devel + wayland-devel + wayland-protocols-devel + libglvnd-devel + xkeyboard-config + libxcvt-devel + + + xorg-server-1.12-unloadsubmodule.patch + xorg-server-1.18-support-multiple-Files-sections.patch + + x11/server/xorg-server/pspec.xml + + + xorg-server + app:console + + libbsd + libXau + eudev + elogind + libXdmcp + mesa + libxcvt + libdrm + pixman + libglvnd + libXfont2 + libunwind + libpciaccess + libxshmfence + libepoxy + nettle + + + /etc/X11/xorg.conf.d + /etc/sysconfig/createfiles + /usr/bin/X + /usr/bin/Xorg + /usr/bin/cvt + /usr/bin/gtf + /usr/libexec + /usr/lib/xorg + /usr/share/X11/DriversDB + /usr/share/X11/pci + /usr/share/X11/xorg.conf.d + /usr/share/man/man1/Xorg.1 + /usr/share/man/man1/cvt.1 + /usr/share/man/man1/gtf.1 + /usr/share/man/man4/exa.4 + /usr/share/man/man4/modesetting.4 + /usr/share/man/man4/fbdevhw.4 + /usr/share/man/man5/xorg.conf.5 + /usr/share/man/man5/xorg.conf.d.5 + /usr/share/man/man4/inputtestdrv.4 + /usr/share/man/man1/Xorg.wrap.1 + /usr/share/man/man5/Xwrapper.config.5 + /etc/X11/fontpath.d + /usr/share/doc + /var/lib/xkb + /usr/share/man/man1/Xserver.1 + + + xorg-server-common + + + xorg-video-modesetting + glamor-egl + xorg-server-common + + + xorg-save-xkb-config.sh + DriversDB + fedora/10-quirks.conf + + + + xorg-server-xephyr + Nested X Server + Başka bir X ekranında çalışabilen X sunucusu + app:console + + eudev + libbsd + nettle + elogind + libglvnd + libX11 + libXau + libxcb + libXdmcp + xorg-server + mesa + xcb-util + libunwind + pixman + libXext + libXfont2 + libepoxy + xcb-util-wm + libxshmfence + xcb-util-image + xcb-util-keysyms + xcb-util-renderutil + + + /usr/bin/Xephyr + /usr/share/man/man1/Xephyr.1 + + + + xorg-server-xvfb + Virtual Framebuffer X Server + Sanal framebuffer X sunucusu + app:console + GPLv2 + + libbsd + nettle + elogind + libglvnd + libXau + libXdmcp + xorg-server + libXfont2 + pixman + mesa + libunwind + + + /usr/bin/[Xx]vfb* + /usr/share/man/man1/Xvfb.1 + + + xvfb-run.sh + + + + xorg-server-xnest + A nested X server that runs as an X application + + libbsd + nettle + elogind + libX11 + libXau + libXdmcp + libXfont2 + libXext + libunwind + pixman + + + /usr/bin/Xnest + /usr/share/man/man1/Xnest.1 + + + + xorg-server-devel + Headers and libraries for X server driver development + X sunucusu için sürücü geliştirmede kullanılan başlık ve kitaplık dosyaları + data + library + + xorg-server + libpciaccess-devel + pixman-devel + mesa-devel + xorg-proto + libxcvt-devel + + + /usr/include/xorg + /usr/lib/libxf86config.a + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2022-07-16 + 21.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-23 + 21.1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-11 + 21.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-03 + 21.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-15 + 21.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-14 + 21.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 21.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-01 + 1.20.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-12 + 1.20.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-23 + 1.20.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 1.20.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-08 + 1.20.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-04 + 1.20.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-26 + 1.20.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-11 + 1.20.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-19 + 1.20.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 1.20.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-30 + 1.19.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.20.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-31 + 1.20.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.19.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-17 + 1.19.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-26 + 1.19.1 + Rebuild for a patch + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-02 + 1.19.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-11-04 + 1.18.4 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 1.18.3 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-04-08 + 1.17.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + font-util + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + x11.util + Utilitaires de fontes de X.Org + X.Org font utilities + X.Org font araçları + X.Org Schrift Werkzeuge + font-util package contains core font utilities for the Xorg XWindow system. + mirrors://xorg/individual/font/font-util-1.3.2.tar.bz2 + + zlib-devel + util-macros + + x11/util/font-util/pspec.xml + + + font-util + + /usr/bin + /usr/lib/pkgconfig + /usr/share/fonts + /usr/share/aclocal + /usr/share/doc + /usr/share/man + + + + + 2020-01-10 + 1.3.2 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-11-08 + 1.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 1.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-26 + 1.3.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.3.1 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-05-10 + 1.3.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + zorg + http://www.pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + x11.util + Çomar'ın X yapılandırma araçları + Çomar's X-Konfigurationtools + Çomar's X configuration tools + outils de configuration de X, fichiers de base de données des écrans et des cartes vidéo. + zorg is a set of X configuration tools and monitor and display adapter database files. + X yapılandırma araçları, monitör ve ekran kartı veritabanları + https://github.com/forYali/zorg/archive/2.0.4.tar.gz + + keyboard-config.patch + + x11/util/zorg/pspec.xml + + + zorg + + /sbin + /usr/bin + /usr/lib + /usr/share/X11 + /usr/share/doc + /var/lib/zorg + + + Xorg.Display + System.Package + + + xorg-safe.conf + + + + + 2020-01-25 + 2.0.4 + Rebuild for new toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-28 + 2.0.4 + Rebuild for new toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-05 + 2.0.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + alternatives + http://git.fedorahosted.org/git/?p=chkconfig.git;a=summary + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + x11.util + Alternative management system + Alternatif yönetim sistemi + alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. Alternatives system determines the defaults when several programs fulfilling the same or similar functions to be installed on a single system at the same time. + alternatives, alternatives sisteminin parçası olan sembolik bağlantıları oluşturan, silen, yöneten ve bunlar hakkında bilgi gösteren araçtır. Alternatives sistemi, birbirine benzer ya da aynı işlevleri sunan programların aynı anda aynı sisteme kurulduğu zamanlarda öntanımlıları belirler. + https://github.com/fedora-sysv/chkconfig/archive/chkconfig-1.3.63.tar.gz + + popt-devel + newt-devel + + x11/util/alternatives/pspec.xml + + + alternatives + + /etc + /usr/sbin + /usr/share/locale + /usr/share/man + /usr/share/doc + /var + + + + + 2020-01-25 + 1.3.63 + Rebuild for new toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-28 + 1.3.63 + Rebuild for new toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-26 + 1.3.63 + Rebuild for new toolchain. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.3.63 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-03-05 + 1.3.63 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pekwm + https://www.pekwm.se/ + + fury + uglyside@yandex.ru + + GPL-2 + app + x11.wm + Pek X window manager. + The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more. + https://github.com/pekwm/pekwm/archive/3ad1dc8e71dffbe7a74d64fd19b8e591818869bb.zip + + cmake + zlib-devel + libSM-devel + libICE-devel + libX11-devel + libXpm-devel + libXft-devel + libpng-devel + libXrandr-devel + libXinerama-devel + libxkbcommon-devel + libjpeg-turbo-devel + + x11/wm/pekwm/pspec.xml + + + pekwm + + libX11 + libXft + libXpm + libgcc + libpng + libXext + libXrandr + libXinerama + libjpeg-turbo + + + /etc + /usr/bin + /usr/share/pekwm + /usr/share/man + /usr/share/doc/pekwm + + + + + 2022-06-10 + 0.2.1 + First build. + fury + uglyside@yandex.ru + + + + + + openbox + http://openbox.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + x11.wm + A standarts compliant, fast, lightweight window manager + Standartlara uygun, hızlı, hafif bir pencere yöneticisi + Openbox is a window manager for the X11 windowing system. + Openbox, X11 pencere sistemi için pencere yöneticisidir. + http://openbox.org/dist/openbox/openbox-3.6.1.tar.gz + + pango-devel + libXft-devel + libICE-devel + imlib2-devel + libxml2-devel + libSM-devel + libgcc + libXrandr-devel + libXcursor-devel + libXinerama-devel + startup-notification-devel + dbus-devel + librsvg-devel + + + openbox-3.5.0-which-2.20.patch + openbox-3.5.0-title-matching.patch + openbox-default-theme.patch + openbox-3.5.2-gnome-session.patch + openbox-3.6.1-py3-xdg.patch + openbox-kde-paths.patch + debian-887908.patch + + x11/wm/openbox/pspec.xml + + + openbox + + cairo + glib2 + pango + libSM + libXft + libICE + libX11 + imlib2 + libXext + libxml2 + librsvg + libXrandr + libXcursor + libXinerama + startup-notification + + + /usr/bin/obmenu-generator + /usr/bin/obxprop + /usr/bin/openbox + /usr/bin/openbox-session + /usr/lib/openbox + /etc/xdg/openbox + /etc/xdg/obmenu-generator + /usr/lib/libobrender* + /usr/lib/libobt* + /usr/share/openbox + /usr/share/themes + /usr/share/xsessions/openbox.desktop + /usr/share/applications + /usr/share/pixmaps + /usr/share/locale + /usr/share/man/man1/obxprop.1 + /usr/share/man/man1/openbox.1 + /usr/share/man/man1/openbox-session.1 + /usr/share/doc + /usr/libexec + + + obmenu-generator + schema.pl + menu.xml + kedicik.png + xdg-menu + terminals.menu + xdg-menu + + + + openbox-kde + The openbox-kde package contains the files needed for using openbox inside a +KDE session. + + openbox + + + /usr/bin/openbox-kde-session + /usr/share/xsessions/openbox-kde.desktop + /usr/share/man/man1/openbox-kde-session.1 + + + + openbox-gnome + The openbox-gnome package contains the files needed for using openbox inside a +Gnome session. + + openbox + + + /usr/share/gnome/wm-properties + + + + openbox-devel + Development headers for openbox + Openbox için geliştirme başlıkları + + openbox + pango-devel + glib2-devel + libxml2-devel + libXft-devel + imlib2-devel + librsvg-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-27 + 3.6.1 + splited kde/gnome packages and added some patch + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-12-13 + 3.6.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 3.6.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 3.6.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2015-07-24 + 3.6.1 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + i3wm + https://i3wm.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + x11.wm + A tiling window manager, completely written from scratch + An improved dynamic tiling window manager + https://i3wm.org/downloads/i3-4.20.1.tar.xz + + meson + libev-devel + startup-notification-devel + libxcb-devel + xcb-util-devel + xcb-util-cursor-devel + xcb-util-renderutil-devel + xcb-util-image-devel + xcb-util-keysyms-devel + xcb-util-wm-devel + xcb-util-xrm-devel + libxkbcommon-devel + yajl-devel + libpcre-devel + pango-devel + cairo-devel + xcb-proto + util-linux + libxslt-devel + util-macros + asciidoc + desktop-file-utils + xmlto + perl-AnyEvent-I3 + perl-JSON-XS + + x11/wm/i3wm/pspec.xml + + + i3wm + + yajl + glib2 + libev + pango + cairo + libxcb + libpcre + i3status + xcb-util + xcb-util-wm + xcb-util-xrm + libxkbcommon + perl-JSON-XS + xcb-util-cursor + xcb-util-keysyms + perl-AnyEvent-I3 + startup-notification + + dmenu + rofi + + + + /etc + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/xsessions + + + + i3wm-devel + Development files for i3wm + system.devel + + i3wm + libev-devel + startup-notification-devel + libxcb-devel + xcb-util-devel + xcb-util-cursor-devel + xcb-util-renderutil-devel + xcb-util-image-devel + xcb-util-keysyms-devel + xcb-util-wm-devel + xcb-util-xrm-devel + libxkbcommon-devel + yajl-devel + libpcre-devel + pango-devel + cairo-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-26 + 4.20.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-25 + 4.17.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 4.16.1 + Rebuild libxkbcommon + Mustafa Cinasal + mcnsl@gmail.com + + + 2019-06-23 + 4.16.1 + add new runtime dependencies + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-02 + 4.16.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-06 + 4.16 + Version bump, add anyDependency rofi or dmenu + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-10 + 4.15 + Rebuild for new toolchain.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-16 + 4.15 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + awesome + https://github.com/awesomeWM/awesome + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app + x11.wm + Awesome is a highly configurable, next generation framework window manager for X. + Awesome is a highly configurable, next generation framework window manager for X. + Awesome, X için son derece yapılandırılabilir, yeni nesil bir çerçeve penceresi yöneticisidir. + Awesome, X için son derece yapılandırılabilir, yeni nesil bir çerçeve penceresi yöneticisidir. + https://github.com/awesomeWM/awesome/archive/refs/tags/v4.3.tar.gz + + git + cmake + gzip + xmlto + pango-devel + luajit-lgi + imagemagick-devel + docbook-xsl + xcb-util-renderutil-devel + doxygen + lua-devel + dbus-devel + cairo-devel + glib2-devel + libX11-devel + libxcb-devel + xcb-util-devel + gdk-pixbuf-devel + xcb-util-wm-devel + xcb-util-image-devel + libxkbcommon-devel + xcb-util-xrm-devel + libxdg-basedir-devel + xcb-util-cursor-devel + xcb-util-keysyms-devel + startup-notification-devel + + x11/wm/awesome/pspec.xml + + + awesome + + lua + dbus + cairo + glib2 + libX11 + libxcb + xcb-util + gdk-pixbuf + xcb-util-wm + libxkbcommon + xcb-util-xrm + libxdg-basedir + xcb-util-cursor + xcb-util-keysyms + startup-notification + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-05-21 + 4.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + muffin + https://github.com/linuxmint/muffin + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + x11.wm + Cinnamon window manager based on Mutter + Mutter tabanlı Cinnamon Pencere Yöneticisi + Cinnamon window manager based on Mutter + Mutter tabanlı Cinnamon Pencere Yöneticisi + muffin + https://github.com/linuxmint/muffin/archive/refs/tags/5.4.5.tar.gz + + meson + gettext-devel + intltool + fribidi-devel + glib2-devel + graphene-devel + gtk3-devel + gdk-pixbuf-devel + pango-devel + cairo-devel + json-glib-devel + upower-devel + libXcomposite-devel + libxkbcommon-devel + libXfixes-devel + libXi-devel + libXrandr-devel + startup-notification-devel + libcanberra-devel + libwacom-devel + atk-devel + libgudev-devel + wayland-server + wayland-protocols-devel + pipewire-devel + gobject-introspection-devel + libXcursor-devel + cinnamon-desktop-devel + libXdamage-devel + libXext-devel + libcanberra-gtk3-devel + libXtst-devel + libxkbfile-devel + libSM-devel + xkeyboard-config + libXau-devel + libICE-devel + libXinerama-devel + libX11-devel + mesa-devel + libinput-devel + clutter-devel + dbus-devel + cogl-devel + sysprof-devel + gsettings-desktop-schemas-devel + zenity + + x11/wm/muffin/pspec.xml + + + muffin + + atk + gtk3 + cairo + glib2 + libSM + libXi + pango + libICE + libX11 + libxcb + libXext + libXtst + fribidi + graphene + libgudev + pipewire + libxkbfile + libxkbcommon + cinnamon-desktop + libglvnd + libwacom + json-glib + libXfixes + libXrandr + fontconfig + gdk-pixbuf + libXcursor + libXdamage + libXrender + libXinerama + libcanberra + libXcomposite + libcanberra-gtk3 + startup-notification + gobject-introspection + gsettings-desktop-schemas + + + /usr/bin + /usr/lib/muffin + /usr/lib/libmuffin* + /usr/lib/muffin-restart-helper + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gtk-doc + /usr/share/locale + /usr/share/man + /usr/share/muffin + + + + muffin-devel + development + + muffin + atk-devel + gtk3-devel + cairo-devel + glib2-devel + libXi-devel + pango-devel + libX11-devel + libXext-devel + libXtst-devel + libglvnd-devel + graphene-devel + json-glib-devel + libXfixes-devel + libXrandr-devel + gdk-pixbuf-devel + libXdamage-devel + libXcomposite-devel + cinnamon-desktop-devel + gsettings-desktop-schemas-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-02 + 5.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-28 + 5.4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-25 + 5.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + scim + http://www.scim-im.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + x11.im + Smart Common Input Method - framework for Input Methods + Smart Common Input Method - Girdi Metodları sistemi + Smart Common Input Method – ogólna metoda wprowadzania + Smart Common Input Method (SCIM - Méthode commune intelligente d'entrée) est un framework (cadre de développement) pour méthodes d'entrée. Il s'agit d'une approche modulaire et flexible pour créer ou utiliser des méthodes d'entrée pour la plateforme X11. + Smart Common Input Method (SCIM) is a framework for Input Methods. It is a modular and flexible approach for authoring and using Input Methods for X11 platform. + Smart Common Input Method (SCIM), X11 platformu için Girdi Metodlarının yönetilmesi ve kullanılması için modüler ve esnek Girdi Metodları sistemi + scim to główny pakiet projektu SCIM, udostępniający podstawowe funkcje i typy danych. + https://github.com/scim-im/scim/archive/1.4.18.tar.gz + + scim-system-config + scim-system-global + + + libXt-devel + libX11-devel + intltool + + + scim-1.4.14-compile.patch + scim-1.4.7-support-more-utf8-locales.patch + scim-initial-locale-hotkey-20070922.patch + scim_panel_gtk-emacs-cc-style.patch + scim-add-restart.patch + + x11/im/scim/pspec.xml + + + scim-core + Core of SCIM for users + + libX11 + libgcc + scim-libs + gtk3 + gtk2 + pango + glib2 + gdk-pixbuf + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + scim.session + scim.env + + + + scim-libs + Libraries of SCIM + + cairo + libtool-ltdl + + + /usr/lib/libscim-* + /usr/lib/scim-1.0/*/Config + /usr/lib/scim-1.0/*/IMEngine + + + + scim-devel + Includes and pkgconfig for scim development + + scim-core + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 1.4.18 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.4.18 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.4.17 + Rebuild. + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-03 + 1.4.17 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 1.4.16 + Version bump + Burak Erturk + burakerturk@pisilinux.org + + + 2014-05-16 + 1.4.14 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-xwayland + https://xorg.freedesktop.org + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + x11.wayland + Run X clients under wayland + Run X clients under wayland + Run X clients under wayland + Run X clients under wayland + https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.3.tar.xz + + meson + xtrans + font-util + mesa-devel + audit-devel + libxcvt-devel + libXau-devel + libbsd-devel + libdrm-devel + nettle-devel + pixman-devel + wayland-client + libepoxy-devel + libglvnd-devel + libtirpc-devel + libXfont2-devel + xorg-app-devel + libXdmcp-devel + egl-wayland-devel + libxshmfence-devel + wayland-protocols-devel + + x11/wayland/xorg-xwayland/pspec.xml + + + xorg-xwayland + + mesa + libXau + libbsd + libdrm + nettle + pixman + libxcvt + libXdmcp + libepoxy + libglvnd + libtirpc + libXfont2 + libxshmfence + wayland-client + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + xorg-server-xwayland + xorg-server-common + + + + xorg-xwayland-devel + Development files for xorg-xwayland + + xorg-xwayland + + + /usr/include + /usr/lib/pkgconfig + + + xorg-server-common + + + + + 2022-07-16 + 22.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-25 + 22.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-22 + 22.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-15 + 21.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 21.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-03 + 21.1.2.901 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-06 + 21.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-07 + 21.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.1.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + wayland-utils + https://gitlab.freedesktop.org/wayland/wayland-utils + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.wayland + Wayland tools to display information about current compositor + Wayland tools to display information about current compositor + Wayland tools to display information about current compositor + Wayland tools to display information about current compositor + https://gitlab.freedesktop.org/wayland/wayland-utils/-/archive/wayland-utils-1.0.0/wayland-utils-wayland-utils-1.0.0.tar.bz2 + + meson + wayland-devel + wayland-client + wayland-server + wayland-cursor + wayland-protocols-devel + + x11/wayland/wayland-utils/pspec.xml + + + wayland-utils + + wayland-client + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2021-10-20 + 1.0.0 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + egl-wayland + https://github.com/NVIDIA/egl-wayland + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + x11.wayland + Wayland EGL External Platform library + Wayland EGL External Platform library + Wayland EGL Harici Platform kitaplığı + Wayland EGL Harici Platform kitaplığı + https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.10.tar.gz + + meson + libffi-devel + libglvnd-devel + wayland-devel + wayland-client + wayland-server + eglexternalplatform + wayland-protocols-devel + + x11/wayland/egl-wayland/pspec.xml + + + egl-wayland + + wayland-client + wayland-server + + + /usr/lib + /usr/share/wayland-eglstream + /usr/share/doc + + + + egl-wayland-devel + Development files for egl-wayland + + egl-wayland + eglexternalplatform + + + /usr/lib/pkgconfig + /usr/share/pkgconfig + + + + + 2022-06-29 + 1.1.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 1.1.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 1.1.7 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + glslang + https://github.com/KhronosGroup/glslang + + Idris Kalp + idriskalp@gmail.com + + BSD + library + x11.vulkan + OpenGL and OpenGL ES shader front end and validator + OpenGL and OpenGL ES shader front end and validator + https://github.com/KhronosGroup/glslang/archive/11.10.0.tar.gz + + cmake + python3-devel + + x11/vulkan/glslang/pspec.xml + + + glslang + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + glslang-32bit + emul32 + emul32 + + /usr/bin/*32 + /usr/lib32 + + + + glslang-devel + + glslang + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-19 + 11.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 11.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 11.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 11.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 11.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 11.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-06 + 8.13.3743 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 8.13.3559 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + spirv-headers + https://www.khronos.org/registry/spir-v/ + + Mustafa Cinasal + muscnsl@gmail.com + + MIT + library + x11.vulkan + SPIR-V Headers + SPIR-V Headers + vulkan + https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-1.3.216.0.tar.gz + + cmake + + x11/vulkan/spirv-headers/pspec.xml + + + spirv-headers + + /usr/include + /usr/lib/cmake + /usr/share/doc + /usr/lib/pkgconfig + + + + + 2022-07-23 + 1.3.216.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-19 + 1.3.216.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 1.3.211.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.5.4 + Git Version. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.5.4 + Git Version. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.5.4 + Git Version. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-28 + 1.5.4 + Git Version. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 1.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-06 + 1.5.3 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + vulkan-tools + https://www.khronos.org/vulkan/ + + Idris Kalp + idriskalp@gmail.com + + BSD + app:console + x11.vulkan + Vulkan Utilities and Tools + This project provides Khronos official Vulkan Tools and Utilities for Linux + vulkan + https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.3.222.tar.gz + + libX11-devel + libxcb-devel + libXrandr-devel + wayland-devel + vulkan-headers + vulkan-devel + python3-devel + cmake + git + glslang-devel + wayland-server + wayland-client + wayland-cursor + wayland-protocols-devel + + x11/vulkan/vulkan-tools/pspec.xml + + + vulkan-tools + + libgcc + libX11 + libxcb + libXrandr + wayland + wayland-client + vulkan + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-23 + 1.3.222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-17 + 1.3.221 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-19 + 1.3.218 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 1.3.212 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.2.201 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.2.196 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-28 + 1.2.182 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 1.2.166 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-04 + 1.2.146 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.1.130 + First release + İdris Kalp + idriskalp@gmail.com + + + + + + spirv-tools + https://www.khronos.org/vulkan/ + + Idris Kalp + idriskalp@gmail.com + + BSD + library + x11.vulkan + API and commands for processing SPIR-V modules + API and commands for processing SPIR-V modules + vulkan + https://github.com/KhronosGroup/SPIRV-Tools/archive/v2022.2.tar.gz + + cmake + spirv-headers + python3-devel + + x11/vulkan/spirv-tools/pspec.xml + + + spirv-tools + + /usr/bin + /usr/lib/libSPIRV-Tools* + /usr/share + /usr/share/doc + + + + spirv-tools-32bit + emul32 + emul32 + + /usr/lib32 + + + + spirv-tools-devel + + spirv-tools + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/lib/cmake + + + + + 2022-07-23 + 2022.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-19 + 2022.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 2022.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 2021.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 2021.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 2021.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 2021.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 2020.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-06 + 2020.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 2019.4 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + vulkan-headers + https://github.com/KhronosGroup + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + x11.vulkan + Vulkan headers + Vulkan headers + vulkan + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.222.tar.gz + + cmake + python3-devel + + x11/vulkan/vulkan-headers/pspec.xml + + + vulkan-headers + + /usr/include + /usr/share/vulkan + /usr/share/doc + + + + + 2022-07-23 + 1.3.222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-17 + 1.3.221 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-19 + 1.3.218 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 1.3.211 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.2.201 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.2.196 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 1.2.182 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 1.2.168 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-04 + 1.2.146 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 1.1.130 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + spirv-llvm + https://github.com/KhronosGroup/SPIRV-LLVM-Translator + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + x11.vulkan + Tool and a library for bi-directional translation between SPIR-V and LLVM IR + Tool and a library for bi-directional translation between SPIR-V and LLVM IR + Tool and a library for bi-directional translation between SPIR-V and LLVM IR + Tool and a library for bi-directional translation between SPIR-V and LLVM IR + https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v14.0.0.tar.gz + + git + cmake + python3-devel + llvm-mlir + llvm-libs + spirv-tools-devel + libxml2-devel + llvm-clang-devel + python3-setuptools + python3-lit + llvm-polly + spirv-headers + spirv-tools-devel + + x11/vulkan/spirv-llvm/pspec.xml + + + spirv-llvm + + llvm-libs + libgcc + python3-lit + spirv-tools + + + /usr/lib + /usr/share/doc + + + + spirv-llvm-32bit + 32-bit shared libraries for spirv-llvm + emul32 + emul32 + + llvm-32bit + libxml2-32bit + spirv-tools-32bit + + + llvm-32bit + spirv-tools-32bit + + + /usr/lib32 + + + + spirv-llvm-devel + Development files for spirv-llvm + + spirv-llvm + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-19 + 14.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 13.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-28 + 12.0.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-05 + 12.0.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + vulkan + https://github.com/KhronosGroup + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + x11.vulkan + Vulkan headers, loaders and validations layers + Vulkan headers, loaders and validations layers + vulkan + https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.222.tar.gz + https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.3.222.tar.gz + + python3-lxml + libX11-devel + libXrandr-devel + wayland-devel + vulkan-headers + cmake + git + spirv-headers + glslang-devel + wayland-server + wayland-client + wayland-cursor + spirv-tools-devel + + x11/vulkan/vulkan/pspec.xml + + + vulkan + + libX11 + libXrandr + wayland + spirv-tools + + + /usr/bin + /usr/lib + /usr/share + /usr/share/pixmaps + /usr/share/doc + + + vulkan.png + + + + vulkan-32bit + emul32 + _emul32 + + libX11-32bit + libXrandr-32bit + wayland-32bit + glslang-32bit + spirv-tools-32bit + + + libX11-32bit + libXrandr-32bit + wayland-32bit + spirv-tools-32bit + + + /usr/bin/*32 + /usr/lib32 + + + + vulkan-devel + + vulkan + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-07-23 + 1.3.222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-13 + 1.3.221 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-19 + 1.3.218 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-21 + 1.3.211.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.2.201 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.2.196 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 1.2.182 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 1.2.166 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-13 + 1.2.146 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 1.1.130 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + vulkan-lunarg-tools + http://lunarg.com/ + + Idris Kalp + idriskalp@gmail.com + + Custom + app:console + x11.vulkan + Extra Vulkan tools from LunarG + This project provides vktrace capture/replay tool, the Layer Factory, and other layer tools and driver tests. + https://sourceforge.net/projects/pisilinux/files/source/VulkanTools-1.1.130.0.tar.xz + + libX11-devel + libxcb-devel + libXrandr-devel + wayland-devel + vulkan-headers + vulkan-devel + qt5-svg-devel + qt5-webengine-devel + xcb-util-keysyms-devel + xcb-util-wm-devel + git + cmake + + x11/vulkan/vulkan-lunarg-tools/pspec.xml + + + vulkan-trace + + libX11 + libxcb + libXrandr + wayland + vulkan + qt5-base + qt5-svg + qt5-webengine + xcb-util-wm + wayland-client + xcb-util-keysyms + + + /etc/vulkan/explicit_layer.d/VkLayer_vktrace_layer.json + /usr/bin + /usr/lib/libVkLayer_vktrace_layer.so + /usr/lib/libvkdisplay_*.so + /usr/share/doc/vulkan-trace + + + + vulkan-extra-layers + + vulkan + + + /etc/vulkan/explicit_layer.d + /usr/lib + /usr/share + /usr/share/doc/vulkan-extra-layers + + + + + 2019-11-15 + 1.1.130.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + yakuake + https://kde.org/applications/system/org.kde.yakuake/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + x11.terminal + Very powerful Quake style Konsole for KDE + KDE5 için Quake tarzı oldukça güçlü bir Konsole + The name comes from Yet Another Kuake (thus YaKuake). Its behaviour is similar to the console of the Quake game. + İsmi Bir Başka Kuake (Yet Another Kuake - YaKuake) sözcüklerinden gelmektedir. Quake oyunundaki konsola benzer. + yakuake + https://download.kde.org/stable/release-service/22.04.2/src/yakuake-22.04.2.tar.xz + + qt5-base-devel + qt5-svg-devel + libX11-devel + qt5-x11extras-devel + knewstuff-devel + kio-devel + kparts-devel + knotifyconfig-devel + karchive-devel + kcoreaddons-devel + kconfig-devel + kcrash-devel + kdbusaddons-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + knewstuff-devel + knotifications-devel + kparts-devel + kwidgetsaddons-devel + kwindowsystem-devel + gettext-devel + extra-cmake-modules + kwayland-devel + + x11/terminal/yakuake/pspec.xml + + + yakuake + + qt5-base + qt5-x11extras + kio + kcrash + ki18n + kparts + kconfig + kxmlgui + karchive + kservice + knewstuff + kwayland + kcoreaddons + kdbusaddons + kiconthemes + kglobalaccel + knotifyconfig + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + libX11 + libgcc + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/locale + /usr/share/doc + + + yakuake.notifyrc + + + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 3.0.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 3.0.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-01 + 3.0.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-16 + 3.0.4 + Rebuild for new Toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 3.0.2 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-23 + 3.0.2 + Release bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-03-07 + 3.0.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + xterm + http://invisible-island.net/xterm + + PisiLinux Community + admins@pisilinux.org + + MIT + app:gui + x11.terminal + Terminal emulator for the X Window System + X Pencere Sistemi için uçbirim emülatörü + The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. + xterm programı, X Pencere Sistemi için bir uçbirim emülatörüdür. Pencere sistemini doğrudan kullanamayan programlar için DEC VT102 ve Tektronix 4014 uyumlu uçbirimler sağlar. + terminal + http://invisible-mirror.net/archives/xterm/xterm-368.tgz + + fontconfig-devel + libICE-devel + libXaw-devel + libXft-devel + libXmu-devel + libXt-devel + utempter-devel + libXinerama-devel + xorg-app + libXpm-devel + ncurses-devel + libX11-devel + libXext-devel + freetype-devel + + + 16colors.txt.diff + defaults.patch + + x11/terminal/xterm/pspec.xml + + + xterm + + fontconfig + libICE + libXext + freetype + libXaw + libXft + libXmu + libXt + libXinerama + utempter + xorg-app + libXpm + ncurses + libX11 + + + /usr/bin + /usr/share/X11 + /usr/share/doc + /usr/share/man + + + + + 2021-06-10 + 368 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 348 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 331 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 327 + Rebuild. + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-04 + 327 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 324 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-13 + 304 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + vte + https://www.gnome.org/ + + Berk Çakar + berk2238@hotmail.com + + LGPLv2 + x11.terminal + Widget terminal utilisant Xft + Xft powered terminal widget + The VTE package contains a termcap file implementation for terminal emulators. + Vte paketi, terminal emülatörleri için termcap uygulama dosyası içerir. + mirrors://gnome/vte/0.68/vte-0.68.0.tar.xz + + atk-devel + cairo-devel + fontconfig-devel + gdk-pixbuf-devel + glib2-devel + gnutls-devel + gobject-introspection-devel + graphite2-devel + gtk-doc + gtk2-devel + gtk3-devel + harfbuzz-devel + intltool + libX11-devel + libglade-devel + libpcre2-devel + ncurses-devel + pango-devel + python-six + meson + vala-devel + + x11/terminal/vte/pspec.xml + + + vte + Development files for vte + library + + atk + icu4c + cairo + gdk-pixbuf + glib2 + gnutls + gobject-introspection + gtk3 + libX11 + libgcc + libpcre2 + ncurses + pango + zlib + fribidi + + + /etc/profile.d + /usr/bin + /usr/lib + /usr/libexec + /usr/share + /usr/share/doc + /usr/share/gir-1.0/Vte-0.0.gir + /usr/share/locale + /usr/share/pygtk + /usr/share/vte + + + + vte-docs + GTK reference documents for vte + data:doc + + /usr/share/gtk-doc + + + + vte-devel + Development files for vte + vte için geliştirme dosyaları + + cairo-devel + glib2-devel + gtk3-devel + libX11-devel + pango-devel + vte + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-03-28 + 0.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-08 + 0.66.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-21 + 0.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 0.64.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 0.64.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-06 + 0.63.91 + Version bump + Berk Çakar + berk2238@hotmail.com + + + 2020-01-25 + 0.56.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-15 + 0.54.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.28.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-11 + 0.28.2 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-02 + 0.28.2 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-16 + 0.28.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + terminator + https://gnome-terminator.org/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:gui + x11.terminal + Multiple terminals in one window. + >Tek bir pencerede birden fazla terminal çalıştırabilen uygulama. + In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. + Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar. + https://github.com/gnome-terminator/terminator/releases/download/v2.1.1/terminator-2.1.1.tar.gz + + intltool + vte-devel + gtk3-devel + gnutls-devel + dbus-python3 + python3-devel + python3-wheel + gettext-devel + libpcre2-devel + python3-psutil + dbus-glib-devel + keybinder-devel + python3-setuptools + python3-pytest-runner + python3-pygobject3-devel + gsettings-desktop-schemas-devel + + x11/terminal/terminator/pspec.xml + + + terminator + + vte + gtk3 + gnutls + python3 + libpcre2 + keybinder + dbus-glib + python3-six + dbus-python3 + python3-psutil + python3-configobj + python3-pygobject3 + gsettings-desktop-schemas + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2021-11-04 + 2.1.1 + First build + fury + uglyside@yandex.ru + + + + + + tilda + https://github.com/lanoxx/tilda + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + x11.terminal + A Gtk based drop down terminal for Linux and Unix. + Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. + https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz + + python3 + vte-devel + gtk3-devel + glib2-devel + libX11-devel + gnutls-devel + libpcre2-devel + libconfuse-devel + + x11/terminal/tilda/pspec.xml + + + tilda + + vte + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + libconfuse + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-10-13 + 1.5.4 + First build + fury + uglyside@yandex.ru + + + + + + rxvt-unicode + http://software.schmorp.de/pkg/rxvt-unicode.html + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:gui + x11.terminal + Rxvt clone with XFT and Unicode support. + XFT ve unikod destekli rxvt klonu + Rxvt-unicode, Une implémentation de terminal avec une interface graphique et le support pour XVT et l'unicode. + Rxvt-unicode is a terminal application with graphical user interface having XVT and Unicode support. + Rxvt-unicode, grafiksel arayüzde bir kabuk çalıştırmaya yarayan, XFT ve unikod destekli uçbirim aracıdır. + https://ftp.osuosl.org/pub/blfs/conglomeration/rxvt-unicode/rxvt-unicode-9.30.tar.bz2 + + libXt-devel + libXft-devel + libXmu-devel + libptytty-devel + fontconfig-devel + libXrender-devel + gdk-pixbuf-devel + startup-notification-devel + + + rxvt-unicode-9.06-font-width.patch + gentables.patch + + x11/terminal/rxvt-unicode/pspec.xml + + + rxvt-unicode + + perl + glib2 + libX11 + libXft + libXmu + libgcc + libptytty + perl-Gtk2 + fontconfig + gdk-pixbuf + libXrender + startup-notification + + + /etc + /usr/bin + /usr/lib + /usr/share/terminfo + /usr/share/applications + /usr/share/man + /usr/share/doc + + + System.Package + + + rxvt.desktop + urxvtc.desktop + rxvt-tabbed.desktop + + + + + 2021-12-21 + 9.30 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-11-19 + 9.26 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2020-01-25 + 0.9.22 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2019-04-17 + 0.9.22 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xcb-util-keysyms + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + A number of libraries which sit on top of libxcb + libxcb temelli birtakım kitaplıklar + The xcb-util-keysyms module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + xcb-util-keysyms modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. + http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2 + + xorg-proto + util-macros + libxcb-devel + + x11/library/xcb-util-keysyms/pspec.xml + + + xcb-util-keysyms + + libxcb + + + /usr/lib + /usr/share/doc + + + + xcb-util-keysyms-devel + Development files for xcb-util-keysyms + xcb-util-keysyms için geliştirme dosyaları + + xcb-util-keysyms + libxcb-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-keysyms-32bit + 32-bit shared libraries for xcb-util-keysyms + emul32 + emul32 + + libxcb-32bit + + + xcb-util-keysyms + libxcb-32bit + + + /usr/lib32 + + + + + 2021-05-22 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.4.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.4.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.4.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-12-13 + 0.4.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libglvnd + https://github.com/NVIDIA/libglvnd + + Marcin Bojara + marcin.bojara@gmail.com + + custom:BSD-like + library + x11.library + The GL Vendor-Neutral Dispatch library + libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime. + https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.4.0/libglvnd-v1.4.0.tar.gz + + meson + xorg-proto + libX11-devel + libdrm-devel + libxcb-devel + libXext-devel + libXfixes-devel + libXdamage-devel + libXxf86vm-devel + + x11/library/libglvnd/pspec.xml + + + libglvnd + + libX11 + + + /usr/lib + /usr/share/doc + + + mesa + + + + libglvnd-devel + Development files for libglvnd + + libglvnd + libX11-devel + libdrm-devel + libxcb-devel + libXext-devel + libXfixes-devel + libXdamage-devel + libXxf86vm-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libglvnd-32bit + 32-bit shared libraries for libglvnd + emul32 + emul32 + + libXext-32bit + libX11-32bit + + + libX11-32bit + + + /usr/lib32 + + + + + 2022-07-16 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-30 + 1.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 1.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 1.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-04 + 1.3.0 + First release + Marcin Bojara + marcin.bojara@gmail.com + + + + + + libdmx + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie dmx de X.Org + X.Org dmx library + X.Org dmx kitaplığı + X.Org dmx Bibliothek + libdmx is the X Window System DMX (Distributed Multihead X) extension library. + mirrors://xorg/individual/lib/libdmx-1.1.4.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + x11/library/libdmx/pspec.xml + + + libdmx + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libdmx-devel + Development files for libdmx + libdmx için geliştirme dosyaları + + libdmx + libXext-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man + + + + + 2020-01-10 + 1.1.4 + Version Bump + PisiLinux Community + admin@pisilinux.org + + + 2019-10-23 + 1.1.4 + Version Bump + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.1.4 + Version Bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-15 + 1.1.3 + Rebuild for new toolchain. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libfakekey + http://matchbox-project.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + x11.library + X virtual keyboard library. + X sanal klavye kütüphanesi. + X sanal klavye kütüphanesi. + http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/libfakekey-0.3.tar.gz + + libXtst-devel + + x11/library/libfakekey/pspec.xml + + + libfakekey + + libXtst + + + /usr/lib + /usr/share/doc + + + + libfakekey-devel + Development files for libfakekey + libfakekey için geliştirme dosyaları + + libfakekey + + + /usr/lib/pkgconfig + /usr/include/fakekey/ + + + + + 2020-01-10 + 0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-24 + 0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-30 + 0.1 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2016-07-07 + 0.1 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libXext + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xext de X.Org + X.Org Xext library + X.Org Xext kitaplığı + X.Org Xext Bibliothek + LibXext provides an X Window System client interface to several extensions to the X protocol. + LibXext, çeşitli X protokolü uzantıları için X Pencere Sistemi istemci arayüzü sunar. + mirrors://xorg/individual/lib/libXext-1.3.4.tar.bz2 + + xorg-proto + util-macros + libX11-devel + libxslt + + x11/library/libXext/pspec.xml + + + libXext + + libX11 + + + /usr/lib + /usr/share/doc + + + + libXext-devel + Development files for libXext + libXext için geliştirme dosyaları + + libX11-devel + libXext + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXext-32bit + 32-bit shared libraries for libXext + libXext için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + + + libXext + libX11-32bit + + + /usr/lib32 + + + + + 2021-09-25 + 1.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 1.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.3.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-01-29 + 1.3.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.3.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-08-31 + 1.3.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libevdev + http://www.freedesktop.org/wiki/Software/libevdev/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv1 + library + x11.library + Wrapper library for evdev devices + Wrapper library for evdev devices + Wrapper library for evdev devices + Wrapper library for evdev devices + https://www.freedesktop.org/software/libevdev/libevdev-1.12.0.tar.xz + + doxygen + valgrind + check-devel + python3-devel + + x11/library/libevdev/pspec.xml + + + libevdev + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + libevdev-devel + Development files for libevdev + + libevdev + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-09 + 1.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-24 + 1.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-06 + 1.6.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.5.9 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-20 + 1.5.6 + Version bump + Alihan Öztürkçe + alihan@pisilinux.org + + + 2016-11-02 + 1.5.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-02 + 1.4.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2015-01-25 + 1.3.2 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + pixman + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Pixel manipulation library + Piksel işleme kitaplığı + Pixman contains lowlevel pixel manipulation routines. + Pixman, düşük düzey piksel işleme yordamlarını içerir. + mirrors://xorg/individual/lib/pixman-0.40.0.tar.xz + + libpng-devel + + x11/library/pixman/pspec.xml + + + pixman + + /usr/lib + /usr/share/doc + + + + pixman-devel + Development files for pixman + pixman için geliştirme dosyaları + + pixman + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + pixman-32bit + 32-bit shared libraries for pixman + pixman için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libpng-32bit + + + pixman + + + /usr/lib32 + + + + + 2020-06-06 + 0.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-06 + 0.38.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-09 + 0.36.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.34.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-05 + 0.34.0 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 0.34.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2014-08-31 + 0.32.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXft + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xft de X.Org + X.Org Xft library + X.Org Xft kitaplığı + X.Org Xft Bibliothek + libXft is the X FreeType interface library. + mirrors://xorg/individual/lib/libXft-2.3.4.tar.bz2 + + xorg-proto + util-macros + freetype-devel + expat-devel + fontconfig-devel + libXrender-devel + + x11/library/libXft/pspec.xml + + + libXft + + libX11 + freetype + fontconfig + libXrender + + + /usr/lib + /usr/share/doc + + + + libXft-devel + Development files for libXft + libXft için geliştirme dosyaları + + libXft + xorg-proto + freetype-devel + fontconfig-devel + libXrender-devel + + + /usr/bin + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXft-32bit + 32-bit shared libraries for libXft + libXft için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + freetype-32bit + fontconfig-32bit + libXrender-32bit + zlib-32bit + libX11-32bit + + + libXft + freetype-32bit + fontconfig-32bit + libXrender-32bit + zlib-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2021-10-19 + 2.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 2.3.3 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-25 + 2.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 2.3.2 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 2.3.2 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-30 + 2.3.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-08-31 + 2.3.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + ftgl + http://ftgl.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Font rendering library for OpenGL + OpenGL için yazı tipi hazırlama kitaplığı + FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. + FTGL özgür, açık kaynak kodlu, OpenGL kullanan uygulamalarda çeşitli yazıtiplerini kullanmaya olanak tanıyan bir kitaplıktır. + https://github.com/frankheckenbach/ftgl/archive/v2.4.0.tar.gz + + freeglut-devel + mesa-devel + mesa-glu-devel + freetype-devel + + x11/library/ftgl/pspec.xml + + + ftgl + + mesa + mesa-glu + libgcc + freetype + + + /usr/lib + /usr/share/doc + + + + ftgl-devel + Development files for ftgl + ftgl için geliştirme dosyaları + + ftgl + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-03-19 + 2.4.0 + Version bump + fury + wascheme@tuta.ii + + + 2020-06-29 + 2.1.3_rc5 + First release + Ali Algul(gulle) + aligulle3801@gmail.com + + + + + + xcb-util-wm + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + A number of libraries which sit on top of libxcb + libxcb temelli birtakım kitaplıklar + The xcb-util-wm module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + xcb-util-wm modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. + http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2 + + util-macros + libxcb-devel + + x11/library/xcb-util-wm/pspec.xml + + + xcb-util-wm + + libxcb + + + /usr/lib + /usr/share/doc + + + + xcb-util-wm-devel + Development files for xcb-util-wm + xcb-util-wm için geliştirme dosyaları + + xcb-util-wm + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-wm-32bit + 32-bit shared libraries for xcb-util-wm + xcb-util-wm için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxcb-32bit + + + xcb-util-wm + libxcb-32bit + + + /usr/lib32 + + + + + 2021-05-22 + 0.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 0.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.4.1 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.4.1 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.4.1 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 0.4.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXxf86misc + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie libXxf86misc de X.Org + X.Org Xxf86misc library + X.Org libXxf86misc kitaplığı + X.Org libXxf86misc Bibliothek + LibXxf86misc is the client library for the XFree86-misc extension. + https://www.x.org/archive/individual/lib/libXxf86misc-1.0.4.tar.gz + + libXext-devel + xorg-proto + util-macros + + x11/library/libXxf86misc/pspec.xml + + + libXxf86misc + + libXext + + + /usr/lib + /usr/share/doc + + + + libXxf86misc-devel + Development files for libXxf86misc + libXxf86misc için geliştirme dosyaları + + libXxf86misc + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXxf86misc-32bit + 32-bit shared libraries for libXxf86misc + libXxf86misc için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + + + libXxf86misc + libXext-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.0.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.0.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 1.0.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.0.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + mesa-glu + http://www.mesa3d.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Mesa OpenGL Utility library + Mesa implementation of the standard GLU OpenGL utility API. + ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.2.tar.gz + + libglvnd-devel + libgcc + + x11/library/mesa-glu/pspec.xml + + + mesa-glu + + libglvnd + libgcc + + + /usr/lib + + + + mesa-glu-devel + Development files for mesa-glu + mesa-glu için geliştirme dosyaları + + mesa-glu + mesa-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + mesa-glu-32bit + 32-bit shared libraries for mesa-glu + mesa-glu için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libglvnd-32bit + libgcc + + + mesa-glu + libglvnd-32bit + libgcc + + + /usr/lib32 + + + + + 2021-06-25 + 9.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 9.0.1 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-24 + 9.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 9.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2018-07-27 + 9.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2017-02-15 + 9.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2016-11-03 + 9.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 9.0.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-01-22 + 9.0.0 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + libxcvt + https://gitlab.freedesktop.org/xorg/lib/libxcvt + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + x11.library + VESA CVT standard timing modelines generator + VESA CVT standard timing modelines generator + VESA CVT standart zamanlama modelleri üreteci + VESA CVT standart zamanlama modelleri üreteci + https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/archive/libxcvt-0.1.2/libxcvt-libxcvt-0.1.2.tar.bz2 + + meson + + x11/library/libxcvt/pspec.xml + + + libxcvt + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libxcvt-devel + Development files for libxcvt + + libxcvt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-22 + 0.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 0.1.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libXxf86dga + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xxf86dga de X.Org + X.Org Xxf86dga library + X.Org Xxf86dga kitaplığı + X.Org Xxf86dga Bibliothek + LibXxf86dga is the client library for the XFree86-DGA extension. + mirrors://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + x11/library/libXxf86dga/pspec.xml + + + libXxf86dga + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libXxf86dga-devel + Development files for libXxf86dga + libXxf86dga için geliştirme dosyaları + + libXxf86dga + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXxf86dga-32bit + 32-bit shared libraries for libXxf86dga + libXxf86dga için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + + + libXxf86dga + libXext-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.1.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.1.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.4 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libSM + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie SM de X.Org. + X.Org SM library + X.Org SM kitaplığı. + X.Org SM Bibliothek + libSM is the X Session Management library. + mirrors://xorg/individual/lib/libSM-1.2.3.tar.bz2 + + libICE-devel + libutil-linux-devel + util-macros + xorg-proto + xtrans + + x11/library/libSM/pspec.xml + + + libSM + + libutil-linux + libICE + + + /usr/lib + /usr/share/X11 + /usr/share/doc + + + + libSM-devel + Development files for libSM + libSM için geliştirme dosyaları + + libICE-devel + libSM + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/*.xml + + + + libSM-32bit + 32-bit shared libraries for libSM + libSM için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libICE-32bit + libutil-linux-32bit + + + libICE-32bit + libutil-linux-32bit + libSM + + + /usr/lib32 + + + + + 2021-03-14 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 1.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.2.2 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.2.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.2.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.2.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xcb-util-renderutil + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + A number of libraries which sit on top of libxcb + libxcb temelli birtakım kitaplıklar + The xcb-util-renderutil module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + xcb-util-renderutil modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. + http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2 + + xorg-proto + util-macros + libxcb-devel + + x11/library/xcb-util-renderutil/pspec.xml + + + xcb-util-renderutil + + libxcb + + + /usr/lib + /usr/share/doc + + + + xcb-util-renderutil-devel + Development files for xcb-util-renderutil + xcb-util-renderutil için geliştirme dosyaları + + xcb-util-renderutil + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-renderutil-32bit + 32-bit shared libraries for xcb-util-renderutil + xcb-util-renderutil için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxcb-32bit + + + libxcb-32bit + + + /usr/lib32 + + + + + 2021-03-19 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.3.9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.3.9 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.3.9 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.3.9 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-09-01 + 0.3.9 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + tslib + https://github.com/kergoth/tslib + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app + x11.library + Dokunmatik Ekran Erişim Kütüphanesi + Dokunmatik Ekran Erişim Kütüphanesi + Touchscreen Access Library + Touchscreen Access Library + https://github.com/libts/tslib/releases/download/1.21/tslib-1.21.tar.bz2 + x11/library/tslib/pspec.xml + + + tslib + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + tslib-devel + Development files for tslib + + tslib + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.21 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-02-01 + 1.18 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libXxf86vm + http://x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xxf86vm de X.Org + X.Org Xxf86vm library + X.Org Xxf86vm kitaplığı + X.Org Xxf86vm Bibliothek + LibXxf86vm is the client library for the XFree86-VidMode X extension. + mirrors://xorg/individual/lib/libXxf86vm-1.1.4.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + x11/library/libXxf86vm/pspec.xml + + + libXxf86vm + + libX11 + libXext + + + /usr/lib + /usr/share/doc + + + + libXxf86vm-devel + Development files for libXxf86vm + libXxf86vm için geliştirme dosyaları + + libXxf86vm + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig/ + /usr/lib32/pkgconfig + /usr/share/man + + + + libXxf86vm-32bit + 32-bit shared libraries for libXxf86vm + libXxf86vm için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + + + libXxf86vm + libXext-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.1.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2019-10-25 + 1.1.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.1.4 + Rebuild for new toolchain. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.4 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-27 + 1.1.4 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-16 + 1.1.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXpm + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xpm de X.Org + X.Org Xpm library + X.Org Xpm kitaplığı + X.Org Xpm Bibliothek + LibXpm is the X pixmap library. + mirrors://xorg/individual/lib/libXpm-3.5.13.tar.bz2 + + util-macros + libXext-devel + libXt-devel + + x11/library/libXpm/pspec.xml + + + libXpm + + libXext + libXt + libX11 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libXpm-devel + Development files for libXpm + libXpm için geliştirme dosyaları + + libXpm + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libXpm-32bit + 32-bit shared libraries for libXpm + libXpm için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + libXt-32bit + libX11-32bit + + + libXpm + libXext-32bit + libXt-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-01-07 + 3.5.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 3.5.12 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 3.5.12 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 3.5.12 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 3.5.11 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 3.5.11 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXinerama + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + librairie Xinerama de X.Org + X.Org Xinerama library + X.Org Xinerama kitaplığı + X.Org Xinerama Bibliothek + Xorg Xinerama library. Xinerama is an extension to the X Window System which enables applications and window managers to use two (or more) physical displays as one large virtual display. + mirrors://xorg/individual/lib/libXinerama-1.1.4.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + x11/library/libXinerama/pspec.xml + + + libXinerama + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libXinerama-devel + Development files for libXinerama + libXinerama için geliştirme dosyaları + + libXinerama + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXinerama-32bit + 32-bit shared libraries for libXinerama + libXinerama için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + libX11-32bit + + + libXinerama + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.1.4 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2019-10-25 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + freeglut + http://freeglut.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + The OpenGL Utility Toolkit (Freeglut) + OpenGL Araç Kiti (Freeglut) + Freeglut est la boîte à outils utilitaire d'OpenGL, une boîte à outils indépendante du système de fenêtrage pour écrire des programmes OpenGL. Il implémente une Interface de Programmation d'Application (API) de fenêtrage pour OpenGL. Freeglut facilite considérablement l'apprentissage et l'exploration de la programmation en OpenGL. + Freeglut is the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. It implements a simple windowing application programming interface (API) for OpenGL. Freeglut makes it considerably easier to learn about and explore OpenGL Programming. + Freeglut, OpenGL programlarını yazmak için bağımsız araç kutusu pencere sistemin olan bir OpenGL Hizmeti Araç Takımıdır. OpenGl için basit bir pencere uygulama proglaması arayüzü (API) sağlar. Freeglut, OpenGL Programlamasını keşfetmek öğrenmek isteyenler için kolaylıklar sağlar. + Freeglut es la caja de herramientas de OpenGL, con herramientas para crear programas OpenGL, independientemente del sistema de ventanas. Facilita una simple interfaz de programación de aplicaciones (API) con ventanas para OpanGL. Freeglut facilita considerablemente el aprendizaje y exploración de la programación OpenGL. + mirrors://sourceforge/freeglut/freeglut-3.2.1.tar.gz + + libglvnd-devel + mesa-glu-devel + libX11-devel + libXi-devel + libXxf86vm-devel + libXext-devel + libXrandr-devel + cmake + + x11/library/freeglut/pspec.xml + + + freeglut + + libglvnd + libX11 + libXi + libXxf86vm + libXrandr + + + /usr/lib + /usr/share/doc/freeglut + + + + freeglut-devel + Development files for freeglut + freeglut için geliştirme dosyaları + + freeglut + + + /usr/include + /usr/lib/pkgconfig + + + + freeglut-32bit + 32-bit shared libraries for freeglut + freeglut için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libglvnd-32bit + mesa-glu-32bit + libXi-32bit + libX11-32bit + libXxf86vm-32bit + libXrandr-32bit + + + freeglut + libglvnd-32bit + libXi-32bit + libXxf86vm-32bit + libX11-32bit + libXrandr-32bit + + + /usr/lib32 + + + + + 2021-03-19 + 3.2.1 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2019-10-23 + 3.0.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-07-27 + 3.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2017-09-20 + 3.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2016-11-03 + 3.0.0 + Rebuild for new Mesa + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 3.0.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-04-27 + 3.0.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libvdpau + http://freedesktop.org/wiki/Software/VDPAU + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Wrapper library for the Video Decode and Presentation API + Video kodu çözme ve sunma API'si için ara kitaplık + VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. + VDPAU (Video Decode and Presentation API for UNIX), modern grafik işlemcilerde yer alan video kod çözümü hızlandırma ve sunma donanımına bir arayüz sağlar. + https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.2.tar.bz2 + + libXext-devel + + x11/library/libvdpau/pspec.xml + + + libvdpau + + libXext + + + /etc + /usr/lib + /usr/share/doc + + + + libvdpau-devel + Development files for libvdpau + libvdpau için geliştirme dosyaları + + libvdpau + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libvdpau-32bit + 32-bit shared libraries for libvdpau + libvdpau için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + + + libvdpau + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 1.1.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-27 + 1.1.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2015-11-20 + 1.1 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libXt + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xt de X.Org + X.Org Xt library + X.Org Xt kitaplığı + X.Org Xt Bibliothek + LibXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif. + mirrors://xorg/individual/lib/libXt-1.2.1.tar.bz2 + + libICE-devel + libSM-devel + xorg-proto + libX11-devel + util-macros + + x11/library/libXt/pspec.xml + + + libXt + + libICE + libSM + libX11 + + + /usr/bin + /usr/lib + /usr/share/X11 + /usr/share/doc + + + + libXt-devel + Development files for libXt + libXt için geliştirme dosyaları + + libXt + libICE-devel + libSM-devel + xorg-proto + libX11-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXt-32bit + 32-bit shared libraries for libXt + libXt için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libSM-32bit + + + libXt + libX11-32bit + libSM-32bit + libICE-32bit + + + /usr/lib32 + + + + + 2022-06-21 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.1.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.1.5 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.5 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.5 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.1.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libXv + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xv de X.Org + X.Org Xv library + X.Org Xv kitaplığı + X.Org Xv Bibliothek + LibXv is the X Window System video extension library. + mirrors://xorg/individual/lib/libXv-1.0.11.tar.bz2 + + libX11-devel + libXext-devel + util-macros + + x11/library/libXv/pspec.xml + + + libXv + + libX11 + libXext + + + /usr/lib + /usr/share/doc + + + + libXv-devel + Development files for libXv + libXv için geliştirme dosyaları + + libXv + libXext-devel + libX11-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXv-32bit + 32-bit shared libraries for libXv + libXv için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libXext-32bit + + + libXv + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.0.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.0.11 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.0.11 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-11-03 + 1.0.11 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.10 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.0.10 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXp + http://x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xp de X.Org. + X.Org Xp library + X.Org Xp kitaplığı. + X.Org Xp Bibliothek + X.Org X11 libXp runtime library + mirrors://xorg/individual/lib/libXp-1.0.3.tar.bz2 + + libXext-devel + xorg-proto + libXau-devel + libX11-devel + util-macros + + x11/library/libXp/pspec.xml + + + libXp + + libXext + libXau + libX11 + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + libXp-devel + Development files for libXp + libXp için geliştirme dosyaları + + libXp + libXext-devel + + + /usr/include/X11 + /usr/lib/libdeprecatedXp.so + /usr/lib32/libdeprecatedXp.so + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libXp-32bit + 32-bit shared libraries for libXp + libXp için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + + + libXp + libXext-32bit + libXau-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.0.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.0.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-11-13 + 1.0.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + xcb-util-xrm + https://github.com/Airblader/xcb-util-xrm + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + x11.library + XCB utility functions for the X resource manager + XCB utility functions for the X resource manager + http://distfiles.macports.org/xorg-xcb-util-xrm/xcb-util-xrm-1.3.tar.bz2 + + libxcb-devel + xcb-util-devel + xcb-proto + libX11-devel + util-macros + + x11/library/xcb-util-xrm/pspec.xml + + + xcb-util-xrm + + libxcb + xcb-util + + + /usr/lib + + + + xcb-util-xrm-devel + Development files for xcb-util-xrm + system.devel + + xcb-util-xrm + libxcb-devel + xcb-util-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-05-22 + 1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-23 + 1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-16 + 1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libXvMC + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie XvMC de X.Org + X.Org XvMC library + X.Org XvMC kitaplığı + X.Org XvMC Bibliothek + LibXvMC is the X-Video Motion Compensation Library. + mirrors://xorg/individual/lib/libXvMC-1.0.13.tar.xz + + libX11-devel + libXext-devel + libXv-devel + xorg-proto + util-macros + + x11/library/libXvMC/pspec.xml + + + libXvMC + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libXvMC-devel + Development files for libXvMC + libXvMC için geliştirme dosyaları + + libXv-devel + libX11-devel + xorg-proto + libXext-devel + libXvMC + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/libXvMC/XvMC_API.txt + + + + libXvMC-32bit + 32-bit shared libraries for libXvMC + libXvMC için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXv-32bit + libX11-32bit + libXext-32bit + + + libX11-32bit + libXext-32bit + libXvMC + + + /usr/lib32 + + + + + 2022-06-21 + 1.0.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.0.12 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.0.10 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.0.10 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-03 + 1.0.10 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-27 + 1.0.9 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-16 + 1.0.8 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + Xaw3d + http://freshmeat.net/projects/xaw3d/ + + PisiLinux Community + admins@pisilinux.org + + X11 + library + x11.library + Replacement of the Xaw widget set that comes with X + XPM imajlarına 3D görüntüsü ve desteği ekleyen bir kütüphanedir + Xaw3d est globalement le remplaçant de la boîte à outils Athena. Il ajoute une apparence 3D ainsi que le support des images XMP. + Xaw3d is a general-purpose replacement for the Athena toolkit that adds a 3D appearance and support for XPM images. + Xaw3d, Athena araçlarının yerini alması amaçlanarak hazırlanmıştır. Ek olarak 3B görünüş sağlar ve XPM resimlerini destekler. + http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.3.tar.gz + + util-macros + libXt-devel + libXmu-devel + libXpm-devel + + + Xaw3d-1.6.1-3Dlabel.patch + Xaw3d-1.6.1-fontset.patch + Xaw3d-1.6.1-hsbar.patch + + x11/library/Xaw3d/pspec.xml + + + Xaw3d + + libXt + libX11 + libXmu + libXpm + libXext + + + /usr/lib + /usr/share/doc + + + + Xaw3d-devel + Development files for Xaw3d + Xaw3d için geliştirme dosyaları + + Xaw3d + libXt-devel + libX11-devel + libXmu-devel + libXext-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.6.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-24 + 1.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.6.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 1.6.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.6.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-02-21 + 1.6.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libomxil-bellagio + http://omxil.sourceforge.net + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2.1 + library + x11.library + An opensource implementation of the OpenMAX Integration Layer API + An opensource implementation of the OpenMAX Integration Layer API + An opensource implementation of the OpenMAX Integration Layer API + An opensource implementation of the OpenMAX Integration Layer API + http://downloads.sourceforge.net/project/omxil/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz + + glibc-devel + + + fedora-fixes.patch + libomxil-bellagio-0.9.3-Werror.patch + libomxil-bellagio-0.9.3-gcc46.patch + libomxil-bellagio-0.9.3-memcpy.patch + + x11/library/libomxil-bellagio/pspec.xml + + + libomxil-bellagio + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + libomxil-bellagio-devel + Development files for mesa + + libomxil-bellagio + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 0.9.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-07-24 + 0.9.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 0.9.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.9.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-04-07 + 0.9.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libxkbcommon + http://xkbcommon.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + x11.library + Library to convert evdev keycodes to keysyms + Evdev keycode'larını keysms türüne çeviren bir kitaplık + Library to convert evdev keycodes to keysyms + Evdev keycode'larını keysms türüne çeviren bir kitaplık + https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.3.0.tar.gz + + meson + xorg-proto + util-macros + libxcb-devel + libxml2-devel + wayland-cursor + wayland-server + wayland-client + wayland-devel + wayland-protocols-devel + xkeyboard-config + + x11/library/libxkbcommon/pspec.xml + + + libxkbcommon + + libxcb + libxml2 + wayland-client + + + /usr/bin + /usr/libexec + /usr/share/doc/libxkbcommon/ + /usr/share/man + /usr/lib/lib*.so* + + + + libxkbcommon-devel + Development files for libxkbcommon + libxkbcommon için geliştirme dosyaları + + libxkbcommon + libxcb-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libxkbcommon-32bit + 32-bit shared libraries for libxkbcommon + emul32 + emul32 + + libxcb-32bit + libxml2-32bit + wayland-32bit + + + libxkbcommon + libxcb-32bit + libxml2-32bit + + + /usr/lib32 + + + + + 2021-06-03 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-03 + 0.9.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 0.9.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 0.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 0.8.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-29 + 0.8.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.8.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 0.7.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-27 + 0.6.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2015-03-04 + 0.5.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libva + http://www.freedesktop.org/wiki/Software/vaapi + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Video Acceleration (VA) API for Linux + Linux için video hızlandırma API'si + libva is a library providing the VA API video acceleration API. + libva, VA video hızlandırma API'sini sağlayan bir kitaplıktır. + https://github.com/intel/libva/archive/2.15.0.tar.gz + + libdrm-devel + libXext-devel + libXfixes-devel + libglvnd-devel + wayland-devel + wayland-client + + x11/library/libva/pspec.xml + + + libva + + libX11 + libdrm + libXext + libXfixes + libglvnd + wayland-client + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libva-devel + Development files for libva + libva için geliştirme dosyaları + + libva + wayland-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libva-32bit + 32-bit shared libraries for libva + libva için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libdrm-32bit + wayland-32bit + libXext-32bit + libXfixes-32bit + libglvnd-32bit + libX11-32bit + + + libva + libdrm-32bit + wayland-32bit + libXext-32bit + libXfixes-32bit + libX11-32bit + libglvnd-32bit + + + /usr/lib32 + + + + + 2022-06-29 + 2.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-13 + 2.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-28 + 2.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-01 + 2.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 2.6.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-25 + 2.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 2.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-22 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-15 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-15 + 1.7.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-03 + 1.7.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-27 + 1.7.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2015-05-10 + 1.5.1 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + libFS + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie FS de X.Org + X.Org FS library + X.Org FS kitaplığı + X.Org FS Bibliothek + libFS is the interface library to the X Font Server. + mirrors://xorg/individual/lib/libFS-1.0.8.tar.bz2 + + util-macros + xorg-proto + xtrans + + x11/library/libFS/pspec.xml + + + libFS + + /usr/lib + /usr/share/doc + + + + libFS-devel + Development files for libFS + libFS için geliştirme dosyaları + + libFS + + + /usr/include/X11 + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.0.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.0.7 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-01-30 + 1.0.7 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.7 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.0.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + glew + http://glew.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + BSD + GLX + SGI-B + GPLv2 + app:console + library + x11.library + OpenGL Extension Wrangler Library + OpenGL Extension Wrangler Library (GLEW) çok platform destekli, C/C++ genişleme kitaplığı + OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. + OpenGL Extension Wrangler Library (GLEW) çok platform destekli, C/C++ genişleme kitaplığıdır. + mirrors://sourceforge/glew/2.1.0/glew-2.1.0.tgz + + mesa-glu-devel + libglvnd-devel + + x11/library/glew/pspec.xml + + + glew + + libglvnd + libX11 + + + /usr/lib + /usr/share/doc + /usr/bin + + + + glew-devel + Development files for glew + glew için geliştirme dosyaları + + mesa-glu-devel + glew + + + /usr/include/GL + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + glew-32bit + 32-bit shared libraries for glew + glew için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libglvnd-32bit + libX11-32bit + + + libglvnd-32bit + libX11-32bit + glew + + + /usr/lib32 + + + + + 2021-03-19 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-23 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-23 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-11 + 2.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-15 + 2.0.0 + Rebuild for new Mesa + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-02 + 2.0.0 + Release Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-27 + 1.13.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-15 + 1.12.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libXcomposite + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie composite X.Org + X.Org composite library + X.Org composite kitaplığı + X.Org composite Bibliothek + libXcomposite is the X Composite library. Compositing allows modification of the window system's base elements like window borders, window buttons and window titlebars. + libXcomposite, X Birleşiklik kitaplığıdır. Birleşiklik, pencerelere ait kenarlar, butonlar ve başlık çubukları gibi pencere sisteminin temel elemanlarını değiştirmeye izin verir. + mirrors://xorg/individual/lib/libXcomposite-0.4.5.tar.bz2 + + xmlto + libX11-devel + libXfixes-devel + util-macros + + x11/library/libXcomposite/pspec.xml + + + libXcomposite + + libX11 + + + /usr/lib + /usr/share/doc + + + + libXcomposite-devel + Development files for libXcomposite + libXcomposite için geliştirme dosyaları + + libXcomposite + libXfixes-devel + xorg-proto + libX11-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXcomposite-32bit + 32-bit shared libraries for libXcomposite + libXcomposite için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + + + libXcomposite + libX11-32bit + + + /usr/lib32 + + + + + 2021-09-25 + 0.4.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-03 + 0.4.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 0.4.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 0.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 0.4.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 0.4.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.4.4 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 0.4.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXcursor + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xcursor de X.Org + X.Org Xcursor library + X.Org Xcursor kitaplığı + X.Org Xcursor Bibliothek + libXcursor is the X Cursor management library. It allows using different mouse skins and modifying of the text cursor. + mirrors://xorg/individual/lib/libXcursor-1.2.1.tar.xz + + util-macros + libX11-devel + xorg-proto + libXfixes-devel + libXrender-devel + + x11/library/libXcursor/pspec.xml + + + libXcursor + + libX11 + libXfixes + libXrender + + + /usr/lib + /usr/share/doc + + + + libXcursor-devel + Development files for libXcursor + libXcursor için geliştirme dosyaları + + libXcursor + libXfixes-devel + libX11-devel + libXrender-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXcursor-32bit + 32-bit shared libraries for libXcursor + libXcursor için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libXfixes-32bit + libXrender-32bit + + + libXcursor + libX11-32bit + libXfixes-32bit + libXrender-32bit + + + /usr/lib32 + + + + + 2022-06-21 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.1.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.1.15 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-02-22 + 1.1.15 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.14 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.14 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.14 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libpciaccess + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X.Org PCI access library + X.Org PCI erişim kitaplığı + libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems. + libpciaccess, değişik işletim sistemleri için taşınabilir PCI erişim rutinleri içeren Xorg kitaplığıdır. + mirrors://xorg/individual/lib/libpciaccess-0.16.tar.bz2 + + util-macros + + x11/library/libpciaccess/pspec.xml + + + libpciaccess + + /usr/lib + /usr/share/doc + + + + libpciaccess-devel + Development files for libpciaccess + libpciaccess için geliştirme dosyaları + + libpciaccess + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libpciaccess-32bit + 32-bit shared libraries for libpciaccess + libpciaccess için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libpciaccess + + + /usr/lib32 + + + + + 2021-11-27 + 0.16 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-06 + 0.16 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 0.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-25 + 0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 0.13.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 0.13.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.13.4 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-05-05 + 0.13.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libdrm + http://dri.freedesktop.org/libdrm/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Userspace interface to kernel DRM services + Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz + libdrm is a library providing the userspace interface to kernel DRM services. + libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır. + https://dri.freedesktop.org/libdrm/libdrm-2.4.112.tar.xz + + meson + docbook-xsl + util-macros + libxslt-devel + python3-devel + python-docutils + libpciaccess-devel + + x11/library/libdrm/pspec.xml + + + libdrm + + libpciaccess + + + /etc + /usr/lib/libdrm.* + /lib/udev/rules.d + /usr/share/doc + /usr/share/man + /usr/share/libdrm + + + 91-drm-modeset.rules + + + + libdrm-intel + Userspace interface to kernel DRM services for intel + Çekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz + + libdrm + libpciaccess + + + /usr/lib/libdrm_intel.* + + + + libdrm-nouveau + Userspace interface to kernel DRM services for nouveau + Çekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz + + libdrm + + + /usr/lib/libdrm_nouveau.* + + + + libdrm-radeon + Userspace interface to kernel DRM services for radeon + Çekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz + + libdrm + + + /usr/lib/libdrm_radeon.* + + + + libdrm-amd + Userspace interface to kernel DRM services for amdgpu + + libdrm + + + /usr/lib/libdrm_amdgpu.* + + + + libdrm-devel + Development files for libdrm + libdrm için geliştirme dosyaları + + libdrm + libdrm-intel + libdrm-nouveau + libdrm-radeon + libdrm-amd + libpciaccess-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libdrm-32bit + 32-bit shared libraries for libdrm + libdrm için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxslt-32bit + libxml2-32bit + libpciaccess-32bit + + + libdrm + libpciaccess-32bit + + + /usr/lib32/libdrm.* + + + + libdrm-intel-32bit + 32-bit shared libraries for libdrm-intel + libdrm-intel için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libdrm-intel + libdrm-32bit + libpciaccess-32bit + + + /usr/lib32/libdrm_intel.* + + + + libdrm-nouveau-32bit + 32-bit shared libraries for libdrm-nouveau + libdrm-nouveau için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libdrm-nouveau + libdrm-32bit + + + /usr/lib32/libdrm_nouveau.* + + + + libdrm-radeon-32bit + 32-bit shared libraries for libdrm-radeon + libdrm-radeon için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libdrm-radeon + libdrm-32bit + + + /usr/lib32/libdrm_radeon.* + + + + libdrm-amd-32bit + 32-bit shared libraries for libdrm-amdgpu + emul32 + emul32 + + libdrm-amd + libdrm-32bit + + + /usr/lib32/libdrm_amdgpu.* + + + + + 2022-07-07 + 2.4.112 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-04 + 2.4.111 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 2.4.110 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-12 + 2.4.109 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-19 + 2.4.108 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 2.4.107 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-05 + 2.4.107 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.4.106 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-08 + 2.4.105 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-30 + 2.4.102 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 2.4.100 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 2.4.100 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-10 + 2.4.97 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-08 + 2.4.96 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 2.4.92 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-16 + 2.4.89 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-09 + 2.4.83 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 2.4.75 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-02 + 2.4.71 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-04-30 + 2.4.67 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-03-27 + 2.4.67 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + luajit-lgi + https://github.com/lgi-devs/lgi + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + LuaJIT bindings for gnome/gobject using gobject-introspection library + LuaJIT bindings for gnome/gobject using gobject-introspection library + LuaJIT bindings for gnome/gobject using gobject-introspection library + LuaJIT bindings for gnome/gobject using gobject-introspection library + https://github.com/lgi-devs/lgi/archive/refs/tags/0.9.2.tar.gz + + lua-devel + glib2-devel + libffi-devel + gobject-introspection-devel + + x11/library/luajit-lgi/pspec.xml + + + luajit-lgi + + glib2 + libffi + gobject-introspection + + + /usr/lib + /usr/share + /usr/share/lua + /usr/share/doc + + + + + 2022-05-21 + 0.9.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xcb-util-cursor + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + XCB cursor library + The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2 + + util-macros + libxcb-devel + xcb-util-devel + xcb-util-image-devel + xcb-util-renderutil-devel + + x11/library/xcb-util-cursor/pspec.xml + + + xcb-util-cursor + + libxcb + xcb-util-image + xcb-util-renderutil + + + /usr/lib + /usr/share/doc + + + + xcb-util-cursor-devel + Development files for xcb-util + + xcb-util-cursor + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-cursor-32bit + 32-bit shared libraries for xcb-util + emul32 + emul32 + + libxcb-32bit + xcb-util-image-32bit + xcb-util-renderutil-32bit + + + libxcb-32bit + xcb-util-image-32bit + xcb-util-renderutil-32bit + + + /usr/lib32 + + + + + 2021-05-22 + 0.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 0.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.1.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.1.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.1.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-26 + 0.1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libXxf86miscproto + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie libXxf86miscproto de X.Org + X.Org Xxf86miscproto library + X.Org libXxf86miscproto kitaplığı + X.Org libXxf86miscproto Bibliothek + LibXxf86miscproto is the client library for the XFree86-miscproto extension. + mirrors://xorg/individual/proto/xf86miscproto-0.9.3.tar.bz2 + + util-macros + libXext-devel + xorg-proto + + x11/library/libXxf86miscproto/pspec.xml + + + libXxf86miscproto + + /usr/lib + /usr/share/doc + + + + libXxf86miscproto-devel + Development files for libXxf86miscproto + libXxf86miscproto için geliştirme dosyaları + + libXxf86miscproto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + + 2020-01-10 + 0.9.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 0.9.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 0.9.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 0.9.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.9.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.9.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 0.9.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libexplain + http://libexplain.sourceforge.net/ + + erdinc gültekin + admins@pisilinux.org + + LGPLv2 + library + x11.library + Explain errno values returned by libc functions + Libc fonksiyonları tarafından döndürülen errno değerleri açıklar + The libexplain package provides a library which may be used to explain Unix and Linux system call errors + Libexplain paketi, Unix ve Linux sistem çağrısı hataları açıklamak için kullanılan bir kütüphane sunar. + http://sourceforge.net/projects/libexplain/files/1.4/libexplain-1.4.tar.gz + + acl-devel + libcap-devel + lsof + libtool + bison + groff + jbigkit-devel + ghostscript-devel + + + 0001-Fix-build-failure-with-GCC10.patch + sanitize-bison.patch + libexplain-1.4-missing-defines.patch + libexplain-1.4-largefile.patch + libexplain-1.4-syscall.patch + + x11/library/libexplain/pspec.xml + + + libexplain + + acl + libcap + ghostscript + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + libexplain-devel + Development files for libexplain. + libexplain için geliştirme dosyaları + + acl-devel + libcap-devel + libexplain + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-01-14 + 1.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-07-31 + 1.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-01-29 + 1.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.4 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-01-09 + 1.4 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libXScrnSaver + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie XScrnSaver de X.Org + X.Org XScrnSaver library + X.Org XScrnSaver kitaplığı + X.Org XScrnSaver Bibliothek + LibXScrnSaver allows using screensavers in X clients. + mirrors://xorg/individual/lib/libXScrnSaver-1.2.3.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + x11/library/libXScrnSaver/pspec.xml + + + libXScrnSaver + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libXScrnSaver-devel + Development files for libXScrnSaver + libXScrnSaver için geliştirme dosyaları + + libXScrnSaver + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXScrnSaver-32bit + 32-bit shared libraries for libXScrnSaver + libXScrnSaver için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libXext-32bit + + + libXScrnSaver + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-07 + 1.2.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2019-10-23 + 1.2.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.2.3 + Version Bump. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.2.2 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.2.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.2.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXfont + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xfont de X.Org + X.Org Xfont library + X.Org Xfont kitaplığı + X.Org Xfont Bibliothek + libXfont is the Xorg library that allows using various types of fonts. + mirrors://xorg/individual/lib/libXfont-1.5.4.tar.bz2 + + libfontenc-devel + util-macros + freetype-devel + xorg-proto + xtrans + xmlto + zlib-devel + + x11/library/libXfont/pspec.xml + + + libXfont + + libfontenc + zlib + freetype + + + /usr/lib + /usr/share/doc + + + + libXfont-devel + Development files for libXfont + libXfont için geliştirme dosyaları + + libXfont + libfontenc-devel + freetype-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.5.4 + Rebuild. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 1.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.5.4 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2018-02-22 + 1.5.4 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.5.2 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.5.1 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.5.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libXpresent + https://www.x.org/ + + Ali Cengiz Kurt + admins@pisilinux.org + + MIT + library + x11.library + X.Org Xpm library + X Present Extension library + https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2 + + util-macros + xorg-proto + libX11-devel + libXext-devel + libXfixes-devel + libXrandr-devel + + x11/library/libXpresent/pspec.xml + + + libXpresent + + libXfixes + libXrandr + libX11 + + + /usr/lib + /usr/share/doc + /usr/share/man/man3 + /usr/share/licenses + + + + libXpresent-devel + Development files for libXpresent + library + + libXpresent + + + /usr/include/X11/extensions + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libXpresent-32bit + 32-bit shared libraries for libXpresent + emul32 + emul32 + + libX11-32bit + libXfixes-32bit + libXrandr-32bit + + + libXpresent + libXfixes-32bit + libXrandr-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2020-11-22 + 1.0.0 + First Release For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + libXrandr + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X.Org Xrandr library + Librairie Xrand de X.Org. + Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a screen, along with the ability to reflect the screen about either axis. + X.Org Xrand kitaplığı. + X.Org Xrand Bibliothek + mirrors://xorg/individual/lib/libXrandr-1.5.2.tar.bz2 + + libXext-devel + libXrender-devel + libX11-devel + util-macros + + x11/library/libXrandr/pspec.xml + + + libXrandr + + libXext + libXrender + libX11 + + + /usr/lib + /usr/share/doc + + + + libXrandr-devel + Development files for libXrandr + libXrandr için geliştirme dosyaları + + libXrandr + libXrender-devel + libXext-devel + libX11-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXrandr-32bit + 32-bit shared libraries for libXrandr + libXrandr için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libXext-32bit + libXrender-32bit + + + libXrandr + libX11-32bit + libXext-32bit + libXrender-32bit + + + /usr/lib32 + + + + + 2020-09-25 + 1.5.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.5.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.5.1 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.5.1 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-11-02 + 1.5.1 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.5.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.5.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libXaw + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X Athena Widgets Library + X Athena Parçacıkları kitaplığı + Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library. + mirrors://xorg/individual/lib/libXaw-1.0.14.tar.bz2 + + libXext-devel + libXmu-devel + libXpm-devel + libXt-devel + util-macros + libICE-devel + libSM-devel + libX11-devel + + x11/library/libXaw/pspec.xml + + + libXaw + + libX11 + libXext + libXmu + libXpm + libXt + + + /usr/lib + /usr/share/doc + + + + libXaw-devel + Development files for libXaw + libXaw için geliştirme dosyaları + + libXaw + libXext-devel + libXmu-devel + libXpm-devel + libXt-devel + libX11-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXaw-32bit + 32-bit shared libraries for libSM + libXaw için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + libXmu-32bit + libXpm-32bit + libXt-32bit + libX11-32bit + + + libXaw + libXext-32bit + libXmu-32bit + libXpm-32bit + libXt-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2022-06-21 + 1.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 1.0.13 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2019-10-23 + 1.0.13 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.0.13 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-03-02 + 1.0.13 + Release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-30 + 1.0.13 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.0.13 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libfontenc + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie fontenc de X.Org + X.Org fontenc library + X.Org fontenc kitaplığı + X.Org fontenc Bibliothek + libfontenc is the X Window System font encoding library. + mirrors://xorg/individual/lib/libfontenc-1.1.4.tar.bz2 + + zlib-devel + util-macros + font-util + xorg-proto + + x11/library/libfontenc/pspec.xml + + + libfontenc + + zlib + + + /usr/lib + /usr/share/doc + + + + libfontenc-devel + Development files for libfontenc + libfontenc için geliştirme dosyaları + + libfontenc + + + /usr/include/X11 + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.1.4 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-01-30 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.1.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + wayland + http://wayland.freedesktop.org/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv2 + library + x11.library + Wayland Compositor Infrastructure + Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. + wayland + https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz + + xmlto + meson + docbook-xsl + libffi-devel + expat-devel + libxslt-devel + libxml2-devel + + x11/library/wayland/pspec.xml + + + wayland + + libxml2 + expat + + + /usr/bin + /usr/lib/libwayland-egl* + /usr/share/doc/ + /usr/share/aclocal + /usr/share/wayland + /usr/share/man + /usr/share/pixmaps/icons/wayland.png + + + + wayland-client + Wayland client library + + libffi + wayland + + + /usr/lib/libwayland-client* + + + + wayland-cursor + Wayland cursor library + + wayland + wayland-client + + + /usr/lib/libwayland-cursor* + + + + wayland-server + Wayland server library + + libffi + wayland + + + /usr/lib/libwayland-server* + + + + wayland-devel + Development files for wayland + + expat-devel + libffi-devel + wayland + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/pkgconfig + + + + wayland-32bit + 32-bit shared libraries for wayland + emul32 + emul32 + + libffi-32bit + expat-32bit + libxslt-32bit + libxml2-32bit + + + wayland + expat-32bit + libffi-32bit + libxslt-32bit + libxml2-32bit + + + /usr/lib32 + + + + + 2022-07-01 + 1.21.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-27 + 1.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-21 + 1.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-03 + 1.17.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 1.17.0 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-26 + 1.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-03 + 1.16.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.15.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 1.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 1.12.0 + Version bump. + Alihan Öztürk + alihan@pisilnux.org + + + 2016-11-04 + 1.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-05-01 + 1.10.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-11-05 + 1.9.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXi + https://www.x.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xi de X.Org + X.Org Xi library + X.Org Xi kitaplığı + X.Org Xi Bibliothek + LibXi provides an X Window System client interface to the XINPUT extension to the X protocol. + mirrors://xorg/individual/lib/libXi-1.8.tar.bz2 + + libXext-devel + libXfixes-devel + util-macros + + x11/library/libXi/pspec.xml + + + libXi + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + libXi-devel + Development files for libXi + libXi için geliştirme dosyaları + + libXi + libXext-devel + libX11-devel + libXfixes-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXi-32bit + 32-bit shared libraries for libXi + libXi için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + libX11-32bit + + + libXi + libXext-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2021-10-19 + 1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.7.10 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 1.7.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.7.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.7.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 1.7.9 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-02 + 1.7.8 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-27 + 1.7.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2014-08-31 + 1.7.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libxshmfence + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X.Org libxshmfence library + libxshmfence is the X Window System video extension library. + mirrors://xorg/individual/lib/libxshmfence-1.3.tar.bz2 + + libXext-devel + util-macros + + x11/library/libxshmfence/pspec.xml + + + libxshmfence + + libXext + + + /usr/lib + /usr/share/doc + + + + libxshmfence-devel + Development files for libxshmfence + + libxshmfence + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libxshmfence-32bit + 32-bit shared libraries for libxshmfence + emul32 + emul32 + + libX11-32bit + libXext-32bit + + + libxshmfence + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-10 + 1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2019-10-25 + 1.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2018-09-16 + 1.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-05-05 + 1.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXtst + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xtst de X.Org + X.Org Xtst library + X.Org Xtst kitaplığı + X.Org Xtst Bibliothek + libXtst provides an X Window System client interface to the Record extension to the X protocol. The Record extension allows X clients to synthesise input events, which is useful for automated testing. + mirrors://xorg/individual/lib/libXtst-1.2.3.tar.bz2 + + libXext-devel + libXi-devel + util-macros + + x11/library/libXtst/pspec.xml + + + libXtst + + libXext + libX11 + + + /usr/lib + /usr/share/X11 + /usr/share/doc + + + + libXtst-32bit + 32-bit shared libraries for libXtst + libXtst için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXext-32bit + libXi-32bit + libX11-32bit + + + libX11-32bit + libXext-32bit + libXtst + + + /usr/lib32 + + + + libXtst-devel + Development files for libXtst + libXtst için geliştirme dosyaları + + libXi-devel + libXext-devel + libX11-devel + xorg-proto + libXtst + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/doc/*/*.xml + /usr/share/man + + + + + 2021-09-25 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.2.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-01-30 + 1.2.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-11-02 + 1.2.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.2.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.2.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXfont2 + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X.Org Xfont library + libXfont is the Xorg library that allows using various types of fonts. + http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.bz2 + + libfontenc-devel + util-macros + freetype-devel + xorg-proto + xtrans + xmlto + zlib-devel + libbsd-devel + + x11/library/libXfont2/pspec.xml + + + libXfont2 + + libfontenc + zlib + libbsd + freetype + + + /usr/lib + /usr/share/doc + + + + libXfont2-devel + Development files for libXfont + + libXfont2 + xorg-proto + libfontenc-devel + freetype-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + + + + + 2021-10-19 + 2.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 2.0.4 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 2.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 2.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.0.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2018-02-22 + 2.0.3 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2017-03-02 + 2.0.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libXmu + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xmu de X.Org + X.Org Xmu library + X.Org Xmu kitaplığı + X.Org Xmu Bibliothek + libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. + LibXmu, X kitaplıklarında kullanmak için çeşitli yardımcı fonksiyonlar içerir. + mirrors://xorg/individual/lib/libXmu-1.1.3.tar.bz2 + + util-macros + libXt-devel + libICE-devel + libSM-devel + libXext-devel + + x11/library/libXmu/pspec.xml + + + libXmu + + libXt + libX11 + libXext + + + /usr/lib + /usr/share/doc + + + + libXmu-devel + Development files for libXmu + libXmu için geliştirme dosyaları + + libXmu + libXt-devel + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libXmu-32bit + 32-bit shared libraries for libXmu + libXmu için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXt-32bit + libXext-32bit + + + libXmu + libXt-32bit + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2020-01-17 + 1.1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.1.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.2 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.2 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + eglexternalplatform + https://github.com/NVIDIA/eglexternalplatform + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + x11.library + EGL External Platform interface + EGL External Platform interface + EGL Harici Platform arayüzü + EGL Harici Platform arayüzü + https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/1.1.tar.gz + x11/library/eglexternalplatform/pspec.xml + + + eglexternalplatform + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc + + + + + 2021-06-03 + 1.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libXrender + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xrender de X.Org + X.Org Xrender library + X.Org Xrender kitaplığı + X.Org Xrender Bibliothek + The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. + mirrors://xorg/individual/lib/libXrender-0.9.10.tar.bz2 + + libX11-devel + xorg-proto + util-macros + + x11/library/libXrender/pspec.xml + + + libXrender + + libX11 + + + /usr/lib + /usr/share/doc + + + + libXrender-devel + Development files for libXrender + libXrender için geliştirme dosyaları + + libXrender + libX11-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/libXrender/libXrender.txt + + + + libXrender-32bit + 32-bit shared libraries for libXrender + libXrender için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + + + libXrender + libX11-32bit + + + /usr/lib32 + + + + + 2021-09-25 + 0.9.10 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-03 + 0.9.10 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 0.9.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 0.9.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 0.9.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 0.9.10 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 0.9.10 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-11-02 + 0.9.10 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.9.9 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 0.9.9 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libepoxy + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + MIT + library + x11.library + OpenGL function pointer management library + Epoxy is a library for handling OpenGL function pointer management for you. + https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz + + meson + libX11-devel + libglvnd-devel + util-macros + + x11/library/libepoxy/pspec.xml + + + libepoxy + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + libepoxy-devel + Development files for libepoxy + + libepoxy + libglvnd-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libepoxy-32bit + 32-bit shared libraries for libeproxy + emul32 + emul32 + + libX11-32bit + libglvnd-32bit + + + /lib32 + /usr/lib32 + + + + + 2022-06-01 + 1.5.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 1.5.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.5.4 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2019-10-23 + 1.5.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-02-10 + 1.5.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-27 + 1.5.2 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-15 + 1.4 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.3.1 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-08 + 1.3.1 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + mesa + http://www.mesa3d.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + app:console + x11.library + Mesa graphics libraries and utilities + Mesa grafik kitaplıkları ve yardımcı uygulamalar + Mesa biblioteki graficzne i narzędzia + Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. + Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır. + Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki. + mesa + https://archive.mesa3d.org/mesa-22.1.5.tar.xz + + crossfile.ini + + + meson + valgrind-devel + libva-devel + zstd-devel + zlib-devel + xorg-proto + openssl-devel + expat-devel + libXt-devel + libcap-devel + libdrm-devel + libXext-devel + elfutils-devel + wayland-devel + wayland-server + wayland-client + libvdpau-devel + libXfixes-devel + libtalloc-devel + libXdamage-devel + libomxil-bellagio-devel + libXxf86vm-devel + libXvMC-devel + libXv-devel + eudev-devel + nettle-devel + python3-mako + llvm + compiler-rt + llvm-polly + llvm-clang-devel + libxshmfence-devel + automake + libX11-devel + libdrm-intel + libdrm-radeon + libdrm-amd + libdrm-nouveau + libunwind-devel + wayland-protocols-devel + libXrandr-devel + libglvnd-devel + libclc-devel + vulkan-devel + glslang-devel + lm_sensors-devel + + x11/library/mesa/pspec.xml + + + mesa + + zstd + zlib + expat + eudev + libXv + libX11 + libdrm + libgcc + libxcb + libXext + libXvMC + elfutils + libXfixes + libunwind + libXdamage + libXxf86vm + libdrm-amd + lm_sensors + libdrm-intel + libxshmfence + libdrm-radeon + libdrm-nouveau + wayland-client + wayland-server + libomxil-bellagio + lm_sensors + vulkan + llvm-libs + + + /etc + /usr/share/drirc.d/00-radv-defaults.conf + /usr/bin + /usr/lib + /usr/lib/libGL.so.1.2 + /usr/share/vulkan/icd.d + /usr/share/drirc.d/00-mesa-defaults.conf + /usr/share/glvnd/egl_vendor.d/50_mesa.json + /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json + /usr/share/doc + /usr/share/vulkan/explicit_layer.d + /usr/share/pixmaps + + + drirc + + + + mesa-opencl + OpenCL support for AMD/ATI Radeon mesa drivers + + zstd + zlib + expat + libdrm + libgcc + elfutils + llvm-libs + libdrm-amd + llvm-clang + libdrm-radeon + libdrm-nouveau + + + /etc/OpenCL/vendors/mesa.icd + /usr/lib/libMesaOpenCL.so* + /usr/lib/gallium-pipe/pipe*.so + + + + mesa-devel + Development files for mesa + mesa için geliştirme dosyaları + + eudev-devel + libX11-devel + libxcb-devel + libdrm-devel + libXext-devel + wayland-devel + libglvnd-devel + libXfixes-devel + libXdamage-devel + libXxf86vm-devel + libxshmfence-devel + mesa + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + mesa-32bit + 32-bit shared libraries for mesa + mesa için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + zlib-32bit + libva-32bit + elfutils-32bit + expat-32bit + libXt-32bit + libXv-32bit + libX11-32bit + libcap-32bit + libdrm-32bit + libXext-32bit + libXvMC-32bit + eudev-32bit + openssl-32bit + wayland-32bit + libvdpau-32bit + libXfixes-32bit + libXdamage-32bit + libXxf86vm-32bit + libdrm-intel-32bit + libdrm-radeon-32bit + libdrm-amd-32bit + libdrm-nouveau-32bit + libxshmfence-32bit + nettle-32bit + libunwind-32bit + llvm-32bit + libXrandr-32bit + libglvnd-32bit + vulkan-32bit + libclc-32bit + + + zlib-32bit + elfutils-32bit + openssl-32bit + libgcc + eudev-32bit + libxcb-32bit + expat-32bit + libX11-32bit + libdrm-32bit + libxcb-32bit + libXext-32bit + libXfixes-32bit + libXdamage-32bit + libXxf86vm-32bit + libXv-32bit + libXvMC-32bit + libdrm-intel-32bit + libxshmfence-32bit + libdrm-radeon-32bit + libdrm-amd-32bit + libdrm-nouveau-32bit + wayland-32bit + vulkan-32bit + opencl-icd-32bit + libglvnd-32bit + libclc-32bit + libunwind-32bit + llvm-clang-32bit + mesa + llvm-32bit + + + /usr/lib32 + /usr/share/vulkan/icd.d/*.i686.json + + + + + 2022-08-04 + 22.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-16 + 22.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 22.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-03 + 22.0.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-20 + 22.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.0.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-25 + 22.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 22.0.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 21.3.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 21.3.7 + Rebuild for libglvnd + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-24 + 21.3.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-11 + 21.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-27 + 21.3.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-13 + 21.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-30 + 21.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-18 + 21.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-02 + 21.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-18 + 21.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-28 + 21.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 21.2.4 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-16 + 21.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 21.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 21.1.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 21.1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-29 + 21.1.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-15 + 21.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-01 + 21.1.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-20 + 21.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 21.1.2 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2021-03-25 + 20.3.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-21 + 20.3.4 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 20.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 20.2.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-10 + 20.2.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-24 + 20.2.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-12 + 20.2.2 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-10-17 + 20.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-09 + 20.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 20.1.8 + Rebuild llvm-10.0.1. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 20.1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-03 + 20.1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-06 + 20.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-10 + 20.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 20.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-12 + 20.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 20.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 20.0.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 20.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-23 + 20.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-09 + 20.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 20.0.2 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-03 + 19.3.1 + Version bump. + Marcin Bojara + marcin.bojara|@gmail.com + + + 2019-11-15 + 19.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-07 + 19.2.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-24 + 19.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-29 + 18.2.8 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-22 + 18.2.8 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-18 + 18.2.5 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-17 + 18.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 18.1.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-29 + 17.3.4 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-09-16 + 17.3.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-10 + 13.0.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-06 + 13.0.4 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-23 + 13.0.4 + llvm rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2017-02-02 + 13.0.4 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-02 + 13.0.0 + Release Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-27 + 11.2.1 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-28 + 11.2.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXdamage + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie damege de X.Org. + X.Org damage library + X.Org damege kitaplığı. + X.Org damege Bibliothek + LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). + LibXdamage, X protokolü uzantısı DAMAGE için istemci kitaplığıdır. Damage uzantısı ekranda herhangi bir bölümde bozulma (değişiklik) meydana geldiğinde bildirim yapılmasını sağlar. + mirrors://xorg/individual/lib/libXdamage-1.1.5.tar.bz2 + + libXfixes-devel + util-macros + + x11/library/libXdamage/pspec.xml + + + libXdamage + + libXfixes + libX11 + + + /usr/lib + /usr/share/doc + + + + libXdamage-devel + Development files for libXdamage + libXdamage için geliştirme dosyaları + + libXdamage + libXfixes-devel + libX11-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libXdamage-32bit + 32-bit shared libraries for libXdamage + libXdamage için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libXfixes-32bit + + + libXdamage + libXfixes-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2021-09-25 + 1.1.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.1.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.1.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.1.4 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.1.4 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXres + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xres de X.Org + X.Org Xres library + X.Org Xres kitaplığı + X.Org Xres Bibliothek + X-Resource is an extension that allows a client to query the X server about its usage of various resources. + mirrors://xorg/individual/lib/libXres-1.2.1.tar.bz2 + + libX11-devel + libXext-devel + util-macros + + x11/library/libXres/pspec.xml + + + libXres + + libX11 + libXext + + + /usr/lib + /usr/share/doc + + + + libXres-devel + Development files for libXres + libXres için geliştirme dosyaları + + libXres + libXext-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/share/man + + + + + 2022-06-21 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.2.0 + Rebuld. + PisiLinux Community + admin@pisilinux.org + + + 2019-10-25 + 1.2.0 + Rebuld. + PisiLinux Community + admin@pisilinux.org + + + 2018-07-25 + 1.2.0 + Version Bump. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.0.7 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.7 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 1.0.7 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xcb-util + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + A number of libraries which sit on top of libxcb + libxcb temelli birtakım kitaplıklar + The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + xcb-util modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. + http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2 + + util-macros + libxcb-devel + + x11/library/xcb-util/pspec.xml + + + xcb-util + + libxcb + + + /usr/lib + /usr/share/doc + + + + xcb-util-devel + Development files for xcb-util + xcb-util için geliştirme dosyaları + + xcb-util + libxcb-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-32bit + 32-bit shared libraries for xcb-util + xcb-util için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxcb-32bit + + + xcb-util + libxcb-32bit + + + /usr/lib32 + + + + + 2021-05-22 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-01 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.4.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.4.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.4.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-12-13 + 0.4.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libICE + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + X.Org ICE library + X.Org ICE kitaplığı + Utilitaire ICE de X.Org. + libICE is the Inter-Client Exchange library. + libICE, Inter-Client Exchange protokolüne bir arayüz sağlayan X.Org kitaplığıdır. + X.Org ICE Bibliothek + mirrors://xorg/individual/lib/libICE-1.0.10.tar.bz2 + + libbsd-devel + util-macros + xorg-proto + xtrans + libxslt + + x11/library/libICE/pspec.xml + + + libICE + + libbsd + + + /usr/lib + /usr/share/doc + + + + libICE-devel + Development files for libICE + libICE için geliştirme dosyaları + + libICE + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libICE-32bit + 32-bit shared libraries for libICE + libICE için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libICE + + + /usr/lib32 + + + + + 2021-03-14 + 1.0.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 1.0.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.0.9 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-01-30 + 1.0.9 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.9 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-08-31 + 1.0.9 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libxkbfile + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie xkbfile de X.Org + X.Org xkbfile library + X.Org xkbfile kitaplığı + X.Org xkbfile Bibliothek + Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. + mirrors://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2 + + util-macros + libX11-devel + xorg-proto + + x11/library/libxkbfile/pspec.xml + + + libxkbfile + + libX11 + + + /usr/lib + /usr/share/doc + + + + libxkbfile-devel + Development files for libxkbfile + libxkbfile için geliştirme dosyaları + + libxkbfile + libX11-devel + + + /usr/include/X11 + /usr/lib/pkgconfig + + + + + 2020-01-10 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.0.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.0.9 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2017-02-02 + 1.0.9 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 1.0.9 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-08-15 + 1.0.9 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + xcb-util-image + https://xcb.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + A number of libraries which sit on top of libxcb + libxcb temelli birtakım kitaplıklar + The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. + xcb-util-image modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. + http://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2 + + util-macros + libxcb-devel + xcb-util-devel + + x11/library/xcb-util-image/pspec.xml + + + xcb-util-image + + xcb-util + libxcb + + + /usr/lib + /usr/share/doc + + + + xcb-util-image-devel + Development files for xcb-util + xcb-util-image için geliştirme dosyaları + + xcb-util-image + libxcb-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + xcb-util-image-32bit + 32-bit shared libraries for xcb-util + xcb-util-image için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxcb-32bit + xcb-util-32bit + + + xcb-util-32bit + libxcb-32bit + + + /usr/lib32 + + + + + 2021-05-22 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-20 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 0.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 0.4.0 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.4.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 0.4.0 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2015-12-13 + 0.4.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libtxc-dxtn + http://dri.freedesktop.org/wiki/S3TC + + Marcin Bojara + marcin@pisilinux.org + + custom + BSD + x11.library + Texture compression library for Mesa + S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa. + http://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2 + + mesa-devel + + x11/library/libtxc-dxtn/pspec.xml + + + libtxc-dxtn + + /usr/lib + /usr/share/doc + + + + libtxc-dxtn-devel + + libtxc-dxtn + + + /usr/include + + + + libtxc-dxtn-32bit + emul32 + + /usr/lib32 + + + + + 2020-01-26 + 1.0.1 + Rebuild for toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-25 + 1.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-07 + 1.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 1.0.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-20 + 1.0.1 + First release. + Marcin Bojara + marcin@pisilinux.org + + + + + + wayland-protocols + http://wayland.freedesktop.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + x11.library + Specifications of extended Wayland protocols + Genişletişmiş wayland protocolü tanımlamaları + Specifications of extended Wayland protocols + https://wayland.freedesktop.org/releases/wayland-protocols-1.25.tar.xz + + meson + wayland-client + wayland-server + wayland-cursor + wayland-devel + + x11/library/wayland-protocols/pspec.xml + + + wayland-protocols + + /usr/share/wayland-protocols + /usr/share/doc + + + + wayland-protocols-devel + wayland-protocols için geliştirme dosyaları + + wayland-protocols + + + /usr/share/pkgconfig + + + + + 2022-02-09 + 1.25 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-16 + 1.23 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 1.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-12 + 1.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-20 + 1.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 1.18 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-26 + 1.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-03 + 1.16 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 1.15 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 1.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.7 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libXfixes + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xfixes de X.Org + X.Org Xfixes library + X.Org Xfixes kitaplığı + X.Org Xfixes Bibliothek + libXfixes is a library to provide augmented versions of core protocol requests. + mirrors://xorg/individual/lib/libXfixes-6.0.0.tar.bz2 + + xorg-proto + libX11-devel + util-macros + + x11/library/libXfixes/pspec.xml + + + libXfixes + + libX11 + + + /usr/lib + /usr/share/doc + + + + libXfixes-devel + Development files for libXfixes + libXfixes için geliştirme dosyaları + + libXfixes + libX11-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXfixes-32bit + 32-bit shared libraries for libXfixes + libXfixes için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + + + libXfixes + libX11-32bit + + + /usr/lib32 + + + + + 2021-09-18 + 6.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.0.3 + Rebuild. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 5.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 5.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 5.0.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2017-01-29 + 5.0.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2016-11-02 + 5.0.3 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-30 + 5.0.1 + Release bump + PisiLinux Community + admin@pisilinux.org + + + 2014-05-16 + 5.0.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libclc + http://libclc.llvm.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Library requirements of the OpenCL C programming language + Library requirements of the OpenCL C programming language + Library requirements of the OpenCL C programming language + Library requirements of the OpenCL C programming language + https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/libclc-12.0.0.src.tar.xz + + clang32 + + + llvm + cmake + spirv-llvm-devel + python-devel + python3-devel + llvm-clang-devel + + x11/library/libclc/pspec.xml + + + libclc + + llvm-polly + + + /usr/lib + /usr/share + /usr/share/doc + + + + libclc-32bit + emul32 + emul32 + + llvm-32bit + spirv-llvm-32bit + + + /usr/lib32 + + + + libclc-devel + Development files for libclc + + libclc + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2021-06-05 + 12.0.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-02-21 + 11.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-12 + 11.0.0 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-03-26 + 10.0.0_20200215 + First release + İdris Kalp + idriskalp@gmail.com + + + + + + xorg-font + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + data:font + x11.misc + Fichiers de fontes d'écrans graphiques (X.Org) + X.Org font files + X.Org yazı tipi dosyaları + Grafische Oberfläche (X.Org) Schrift Dateien + xorg-font contains base X.Org fonts. + mirrors://xorg/individual/font/encodings-1.0.5.tar.bz2 + mirrors://xorg/individual/font/font-adobe-75dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-adobe-100dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2 + mirrors://xorg/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2 + mirrors://xorg/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2 + mirrors://xorg/individual/font/font-alias-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-arabic-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-75dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-100dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-ttf-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bh-type1-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-bitstream-type1-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-cronyx-cyrillic-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-cursor-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-daewoo-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-dec-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-ibm-type1-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-isas-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-jis-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-micro-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-misc-cyrillic-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-misc-ethiopic-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-misc-meltho-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-mutt-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-misc-misc-1.1.2.tar.bz2 + mirrors://xorg/individual/font/font-schumacher-misc-1.1.2.tar.bz2 + mirrors://xorg/individual/font/font-screen-cyrillic-1.0.4.tar.bz2 + mirrors://xorg/individual/font/font-sony-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-sun-misc-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-winitzki-cyrillic-1.0.3.tar.bz2 + mirrors://xorg/individual/font/font-xfree86-type1-1.0.4.tar.bz2 + + font-util + util-macros + xorg-app + fontconfig-devel + + x11/misc/xorg-font/pspec.xml + + + xorg-font + + xorg-app + + + /etc/X11/fontpath.d + /usr/share/fonts + /etc/fonts/conf.avail/42-luxi-mono.conf + /etc/fonts/conf.d/42-luxi-mono.conf + + + + xorg-font-extra + X.Org additional font files + X.Org ek yazı tipi dosyaları + + xorg-app + + + /etc/X11/fontpath.d/75dpi:unscaled + /etc/X11/fontpath.d/100dpi:unscaled + /usr/share/fonts/75dpi + /usr/share/fonts/100dpi + + + + + 2020-01-25 + 7.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-11-08 + 7.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-08 + 7.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 7.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 7.6 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 7.6 + Rebuild + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-11-17 + 7.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xbitmaps + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.misc + Utilitaire Xbitmaps de X.Org + X.Org static graphics + X.Org statik grafikleri + X.Org xbitmaps Werkzeug + xbitmaps provides static graphics needed by Xorg applications to draw screen elements. + xbitmaps, ekran öğeleri çizmek için Xorg uygulamaları tarafından ihtiyaç duyulan statik grafikleri içerir. + mirrors://xorg/individual/data/xbitmaps-1.1.2.tar.bz2 + x11/misc/xbitmaps/pspec.xml + + + xbitmaps + + /usr/include/X11/bitmaps + /usr/lib/pkgconfig + /usr/share/pkgconfig + + + + + 2020-01-10 + 1.1.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 1.1.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.1.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-02 + 1.1.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-15 + 1.1.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xorg-app + https://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + app:gui + x11.misc + Applications de X.Org + X.Org applications + X.Org uygulamaları + X.Org Anwendungen + xorg-app contains base Xorg applications. + mirrors://xorg/individual/app/appres-1.0.6.tar.xz + mirrors://xorg/individual/app/bdftopcf-1.1.tar.bz2 + mirrors://xorg/individual/app/beforelight-1.0.5.tar.bz2 + mirrors://xorg/individual/app/bitmap-1.0.9.tar.bz2 + mirrors://xorg/individual/app/editres-1.0.8.tar.xz + mirrors://xorg/individual/app/fonttosfnt-1.2.2.tar.bz2 + mirrors://xorg/individual/app/fslsfonts-1.0.5.tar.bz2 + mirrors://xorg/individual/app/fstobdf-1.0.6.tar.bz2 + mirrors://xorg/individual/app/iceauth-1.0.9.tar.xz + mirrors://xorg/individual/app/ico-1.0.5.tar.bz2 + mirrors://xorg/individual/app/listres-1.0.5.tar.xz + mirrors://xorg/individual/app/luit-1.1.1.tar.bz2 + mirrors://xorg/individual/app/mkcomposecache-1.2.1.tar.bz2 + mirrors://xorg/individual/app/mkfontdir-1.0.7.tar.bz2 + mirrors://xorg/individual/app/mkfontscale-1.2.2.tar.xz + mirrors://xorg/individual/app/oclock-1.0.4.tar.bz2 + mirrors://xorg/individual/app/rendercheck-1.5.tar.bz2 + mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2 + mirrors://xorg/individual/app/rstart-1.0.6.tar.xz + mirrors://xorg/individual/app/scripts-1.0.1.tar.bz2 + mirrors://xorg/individual/app/sessreg-1.1.2.tar.bz2 + mirrors://xorg/individual/app/setxkbmap-1.3.2.tar.bz2 + mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 + mirrors://xorg/individual/app/smproxy-1.0.6.tar.bz2 + mirrors://xorg/individual/app/twm-1.0.12.tar.xz + mirrors://xorg/individual/app/viewres-1.0.6.tar.bz2 + mirrors://xorg/individual/app/x11perf-1.6.1.tar.bz2 + mirrors://xorg/individual/app/xauth-1.1.2.tar.xz + mirrors://xorg/individual/app/xbacklight-1.2.3.tar.bz2 + mirrors://xorg/individual/app/xbiff-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xcalc-1.1.1.tar.xz + mirrors://xorg/individual/app/xclipboard-1.1.4.tar.xz + mirrors://xorg/individual/app/xclock-1.1.1.tar.xz + mirrors://xorg/individual/app/xcmsdb-1.0.6.tar.xz + mirrors://xorg/individual/app/xcompmgr-1.1.8.tar.bz2 + mirrors://xorg/individual/app/xconsole-1.0.7.tar.bz2 + mirrors://xorg/individual/app/xcursorgen-1.0.7.tar.bz2 + mirrors://xorg/individual/app/xdbedizzy-1.1.0.tar.bz2 + mirrors://xorg/individual/app/xditview-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xdpyinfo-1.3.3.tar.xz + mirrors://xorg/individual/app/xedit-1.2.3.tar.xz + mirrors://xorg/individual/app/xev-1.2.5.tar.xz + mirrors://xorg/individual/app/xeyes-1.2.0.tar.bz2 + mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xfd-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xfontsel-1.1.0.tar.xz + mirrors://xorg/individual/app/xfs-1.2.1.tar.xz + mirrors://xorg/individual/app/xfsinfo-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xfwp-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xgamma-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xgc-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xhost-1.0.8.tar.bz2 + mirrors://xorg/individual/app/xinput-1.6.3.tar.bz2 + mirrors://xorg/individual/app/xkbcomp-1.4.5.tar.bz2 + mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xkbprint-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xkbutils-1.0.5.tar.xz + mirrors://xorg/individual/app/xkill-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xload-1.1.4.tar.xz + mirrors://xorg/individual/app/xlogo-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xlsatoms-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xlsclients-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xlsfonts-1.0.7.tar.xz + mirrors://xorg/individual/app/xmag-1.0.7.tar.xz + mirrors://xorg/individual/app/xman-1.1.5.tar.bz2 + mirrors://xorg/individual/app/xmessage-1.0.6.tar.xz + mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xmodmap-1.0.11.tar.xz + mirrors://xorg/individual/app/xmore-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xpr-1.1.0.tar.xz + mirrors://xorg/individual/app/xprop-1.2.5.tar.bz2 + mirrors://xorg/individual/app/xrandr-1.5.1.tar.xz + mirrors://xorg/individual/app/xrdb-1.2.1.tar.bz2 + mirrors://xorg/individual/app/xrefresh-1.0.7.tar.xz + mirrors://xorg/individual/app/xset-1.2.4.tar.bz2 + mirrors://xorg/individual/app/xsetmode-1.0.0.tar.bz2 + mirrors://xorg/individual/app/xsetpointer-1.0.1.tar.bz2 + mirrors://xorg/individual/app/xsetroot-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xscope-1.4.3.tar.xz + mirrors://xorg/individual/app/xsm-1.0.5.tar.xz + mirrors://xorg/individual/app/xstdcmap-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xvinfo-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xwd-1.0.8.tar.bz2 + mirrors://xorg/individual/app/xwininfo-1.1.5.tar.bz2 + mirrors://xorg/individual/app/xwud-1.0.6.tar.xz + + fontconfig-devel + libdmx-devel + libfontenc-devel + libFS-devel + libICE-devel + libpng-devel + libSM-devel + libXaw-devel + libXcomposite-devel + libXcursor-devel + libXdamage-devel + libXext-devel + libXfixes-devel + libXfont-devel + libXft-devel + libXi-devel + libXinerama-devel + libxkbfile-devel + libXmu-devel + libXrandr-devel + libXfont2-devel + libXrender-devel + libXScrnSaver-devel + libXt-devel + libXtst-devel + libXv-devel + libXxf86dga-devel + libXxf86vm-devel + xbitmaps + xcb-util-devel + libXxf86misc-devel + xorg-proto + util-macros + xtrans + font-util + + x11/misc/xorg-app/pspec.xml + + + xorg-app + + zlib + libX11 + libXau + libpng + libxcb + freetype + libFS + libSM + libXi + libXt + libXv + libdmx + libXmu + libXaw + libICE + libXft + libXtst + libXext + xcb-util + libXfont + libXrandr + libXfixes + libXfont2 + libXrender + fontconfig + libfontenc + libXxf86vm + libXcursor + libXdamage + libxkbfile + libXxf86dga + libXinerama + libXxf86misc + libXcomposite + libXScrnSaver + + + /etc + /usr/bin + /usr/include + /usr/lib + /usr/sbin + /usr/share/X11 + /usr/share/man + + + System.PackageHandler + + + + xorg-app-devel + + xorg-proto + libX11-devel + libxkbfile-devel + xorg-app + + + /usr/lib/pkgconfig + + + + + 2022-07-16 + 7.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-28 + 7.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-25 + 7.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 7.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-05 + 7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 7.7 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-05-10 + 7.6 + First release + Burak Ertürk + burakerturk@pisilinux.org + + + + + + xdm + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + app:gui + x11.misc + X Display Manager + X Görüntü Yöneticisi + X Display Manager provides a login screen, session management, and support for XDMCP. + X Görüntü Yöneticisi, giriş ekranı, oturum yönetimi ve XDMCP desteği sağlar. + xorg + mirrors://xorg/individual/app/xdm-1.1.11.tar.bz2 + + libXt-devel + libICE-devel + libSM-devel + libX11-devel + libXaw-devel + libXft-devel + libXmu-devel + libXpm-devel + libXext-devel + libXinerama-devel + util-macros + pam-devel + xtrans + audit-devel + libbsd-devel + + + xsession.patch + no-xconsole.patch + resources.patch + xdm-1.1.11-arc4random-include.patch + xdm-1.1.11-cve-2013-2179.patch + xdm-1.1.11-setproctitle-include.patch + xdm-consolekit.patch + + x11/misc/xdm/pspec.xml + + + xdm + + pam + libX11 + libXau + libXdmcp + libXt + libbsd + libXft + libXmu + libXpm + libXaw + libXext + libXinerama + xinit + + + /etc + /usr/bin + /usr/lib/X11/xdm + /usr/share/X11 + /usr/share/display-managers + /var/lib/xdm + /usr/share/doc + /usr/share/man + + + System.Service + + + xdm.pam.d + start-dm.sh + xdm.desktop + xorg-safe-fbdev.conf + xorg-safe-vesa.conf + + + + + 2020-01-25 + 1.1.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.1.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 1.1.11 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polybar + https://polybar.github.io/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:gui + x11.misc + A fast and easy to use tool for creating status bars + Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting. + https://github.com/jaagr/polybar/releases/download/3.4.2/polybar-3.4.2.tar + + cmake + i3wm-devel + xcb-proto + cairo-devel + curl-devel + xcb-util-xrm-devel + libnl-devel + wireless-tools-devel + alsa-lib-devel + jsoncpp-devel + pulseaudio-libs-devel + + x11/misc/polybar/pspec.xml + + + polybar + + libgcc + cairo + curl + libxcb + freetype + fontconfig + xcb-util-xrm + xcb-util-wm + xcb-util-cursor + libnl + jsoncpp + alsa-lib + pulseaudio-libs + + + /usr/bin + /usr/share/bash-completion + /usr/share/man + /usr/share/doc + /usr/share/zsh + + + + + 2020-01-25 + 3.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-13 + 3.3.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-30 + 3.2.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + xdotool + https://github.com/jordansissel/xdotool + + PisiLinux Community + admins@pisilinux.org + + BSD + library + x11.misc + Command-line X11 automation tool + Command-line X11 automation tool + Command-line X11 automation tool + Command-line X11 automation tool + xdotool + https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz + + libXi-devel + libX11-devel + libXtst-devel + libXinerama-devel + libxkbcommon-devel + + + xdotool-3.20211022.1-makefile.patch + + x11/misc/xdotool/pspec.xml + + + xdotool + + libX11 + libXtst + libXinerama + libxkbcommon + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + xdotool-devel + Development files for xdotool + + xdotool + libX11-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-26 + 3.20211022.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xsel + http://www.vergenet.net/~conrad/software/xsel/ + + Kamil Atlı + suvari@pisilinux.org + + custom + library + x11.misc + XSel is a command-line program for getting and setting the contents of the X selection + XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. + XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button. + XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir. + https://github.com/kfish/xsel/archive/refs/heads/master.zip + + git + libXt-devel + libX11-devel + + x11/misc/xsel/pspec.xml + + + xsel + + libX11 + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2022-07-27 + 1.2.0.10032022 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + xkeyboard-config + https://freedesktop.org/wiki/Software/XKeyboardConfig + + PisiLinux Community + admin@pisilinux.org + + MIT + data + x11.misc + X keyboard configuration database + X klavye yapılandırma veritabanı + xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations. + xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar. + mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.36.tar.xz + + meson + intltool + xorg-proto + xorg-app + python3-devel + libxslt-devel + libX11-devel + + x11/misc/xkeyboard-config/pspec.xml + + + xkeyboard-config + + xorg-app + libxslt + libX11 + xterm + + + /etc/X11/xorg.conf.d + /lib/udev/rules.d + /usr/share/X11/xkb + /usr/share/doc + /usr/share/locale + /usr/share/pkgconfig + /usr/share/man + + + 10-keyboard.conf + 95-xkb.rules + + + + + 2022-06-03 + 2.36 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-09 + 2.35.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-10 + 2.32 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 2.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 2.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-10 + 2.26 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-07 + 2.24 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-12 + 2.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-28 + 2.23.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-22 + 2.23.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 2.20 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-04 + 2.19 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-02 + 2.17 + Version bump + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-05-14 + 2.14 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + rofi + https://github.com/davatorium/rofi + + fury + uglyside@yandex.ru + + MIT + app + x11.misc + rofi + A window switcher, application launcher and dmenu replacement. + https://github.com/davatorium/rofi/releases/download/1.7.3/rofi-1.7.3.tar.xz + + pango-devel + cairo-devel + glib2-devel + check-devel + libxcb-devel + librsvg-devel + xcb-util-devel + xcb-util-wm-devel + xcb-util-xrm-devel + libxkbcommon-devel + libjpeg-turbo-devel + xcb-util-image-devel + xcb-util-cursor-devel + xcb-util-renderutil-devel + startup-notification-devel + + x11/misc/rofi/pspec.xml + + + rofi + + pango + cairo + glib2 + libxcb + librsvg + xcb-util + gdk-pixbuf + xcb-util-wm + xcb-util-xrm + libxkbcommon + libjpeg-turbo + xcb-util-cursor + startup-notification + + + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + + + + rofi-devel + + rofi + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-04 + 1.7.3 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-27 + 1.7.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-15 + 1.7.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-06 + 1.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 1.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 1.5.2 + Rebuild libxkbcommon + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 1.5.2 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-30 + 1.5.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-07 + 1.5 + first pisi pack + fury + uglyside@yandex.ru + + + + + + beignet + https://www.freedesktop.org/wiki/Software/Beignet/ + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + x11.misc + Open source implementation of the OpenCL for Intel GPUs + Intel ekran kartları için OpenCL gerçekleştirimi + Open source implementation of the OpenCL for Intel GPUs + Intel ekran kartları için OpenCL gerçekleştirimi + https://sourceforge.net/projects/pisilinux/files/source/beignet-1.3.2_12.tar.xz + + libX11-devel + libXext-devel + libXfixes-devel + llvm-clang-devel + libdrm-devel + llvm + llvm-libs + opencl-icd-devel + cmake + python3-devel + + + llvm8.patch + llvm9.patch + llvm10.patch + + x11/misc/beignet/pspec.xml + + + beignet + + libX11 + libXext + libXfixes + llvm-clang + opencl-icd + libgcc + libdrm + libdrm-intel + llvm + llvm-libs + + + /etc + /usr/lib + /usr/share + /usr/share/doc + + + + + 2020-01-11 + 1.3.2_12 + First Release + Idris Kalp + idriskalp@gmail.com + + + + + + mesa-demos + http://www.mesa3d.org + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + x11.misc + Mesa demos + Mesa demoları + The Mesa Demos package contains a large number of OpenGL demonstration and test programs. + Mesa Demos paketi çok sayıda OpenGL gösterimi ve test programları içerir. + https://archive.mesa3d.org/demos/8.5.0/mesa-demos-8.5.0.tar.bz2 + + glew-devel + mesa-devel + libXext-devel + mesa-glu-devel + freeglut-devel + libX11-devel + libglvnd-devel + glibc-devel + wayland-devel + + x11/misc/mesa-demos/pspec.xml + + + mesa-demos + + glew + freeglut + libXext + mesa + libglvnd + mesa-glu + libX11 + wayland + wayland-client + + + /usr/share/mesa-demos + /usr/lib/mesa/demos + /usr/bin/eglinfo + + + + mesa-utils + Mesa utilities + Mesa yardımcı uygulamaları + x11.util + + mesa + libglvnd + libX11 + + + /usr/bin/glxgears + /usr/bin/xeglgears + /usr/bin/glxinfo + + + + mesa-demos-32bit + 32-bit shared libraries for mesa + mesa-demos için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + mesa-32bit + glew-32bit + freeglut-32bit + nettle-32bit + mesa-glu-32bit + + + libgcc + glew-32bit + mesa-32bit + libX11-32bit + libXext-32bit + freeglut-32bit + mesa-glu-32bit + wayland-32bit + libglvnd-32bit + mesa-demos + + + /usr/lib32 + /usr/bin/glxinfo32 + /usr/bin/glxgears32 + + + + + 2022-07-12 + 8.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 8.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 8.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 8.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 8.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 8.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-03-01 + 8.3.0 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-01-20 + 8.2.0 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2015-01-02 + 8.2.0 + Dep fixed. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-09-24 + 8.2.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-16 + 8.1.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 8.1.0 + Release bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 8.1.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 8.1.0 + Fixed configure settings. + Ertan Güven + ertan@pisilinux.org + + + 2013-02-27 + 8.1.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-09 + 8.0.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + primus + https://github.com/amonakov/primus + + Mathias Freire + mathiasfreire45@gmail.com + + ISC + library + x11.misc + Minimalistic and efficient OpenGL offloading for Bumblebee + Primus is a shared library that provides OpenGL and GLX APIs and implements low-overhead local-only client-side OpenGL offloading via GLX forking, similar to VirtualGL. + mirrors://sourceforge/pisilinux/source/primus-20160408.tar.gz + + libX11-devel + mesa-devel + + + primus-nvidia-libs.patch + + x11/misc/primus/pspec.xml + + + primus + + libX11 + mesa + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + primus-32bit + + libX11-32bit + mesa-32bit + + + libX11-32bit + mesa-32bit + + + /usr/lib32 + + + + + 2020-01-25 + 2016.05.02 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2018-07-30 + 2016.05.02 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2017-02-16 + 2016.05.02 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2016-05-02 + 2016.05.02 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2016-04-09 + 2016.04.08 + First Release + Idris Kalp + idriskalp@gmail.com + + + + + + xinit + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + x11.misc + X Window System session initializer + X Pencere Sistemi oturum hazırlayıcı + xinit initializes X Window System server and runs the first client application. + xinit, X Pencere Sistemi sunucusunu hazırlar ve ilk istemci uygulamayı başlatır. + mirrors://xorg/individual/app/xinit-1.4.1.tar.bz2 + + util-macros + xorg-proto + libX11-devel + + + 06_move_serverauthfile_into_tmp.diff + fs25361.patch + + x11/misc/xinit/pspec.xml + + + xinit + + libX11 + xorg-app + dbus-x11 + + + /etc/X11/Xresources + /etc/X11/Xdefaults + /etc/X11/xinit + /usr/bin + /usr/lib/X11/xinit + /usr/share/doc + /usr/share/man + + + Xsession + xinitrc + xserverrc + xserverrc + Xresources + Xdefaults + xinitrc.d/localuser.sh + xinitrc.d/xdg-runtime-dir.sh + xinitrc.d/Xresources.sh + xinitrc.d/Xdefaults.sh + xinitrc.d/xkb.sh + xinitrc.d/startup.sh + xinitrc.d/environment.sh + xinitrc.d/dbus.sh + xinitrc.d/ssh-agent.sh + + + + + 2020-12-09 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-24 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 1.4.0 + Rebuild xorg prto + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-28 + 1.4.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.3.4 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-02 + 1.3.4 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-30 + 1.3.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + bumblebee + https://bumblebee-project.org + + Idris Kalp + idriskalp@gmail.com + + GPLv3 + app:gui + kernel.drivers + a project aiming to support NVIDIA Optimus technology under Linux. + The Bumblebee Project proudly presents version 3.0 of Bumblebee, a project aiming to support NVIDIA Optimus technology under Linux. After two months of hard work this version has finally been considered stable enough for release. + https://github.com/Bumblebee-Project/Bumblebee/archive/8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec.tar.gz + + libbsd-devel + libX11-devel + glib2-devel + libkmod-devel + + x11/misc/bumblebee/pspec.xml + + + bumblebee + + glib2 + module-bbswitch + libX11 + libbsd + primus + virtualgl + libkmod + virtualgl-32bit + + + /etc + /usr/lib/tmpfiles.d/bumblebee.conf + /usr/bin + /usr/sbin + /lib/udev/rules.d + /usr/share/man + /usr/share/doc + + + System.Service + System.Package + + + tmpfiles.conf + + + + + 2020-01-25 + 3.2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 3.2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 3.2.1 + Rebuild + Idris Kalp + idriskalp@pgmail.com + + + 2016-05-02 + 3.2.1 + Rebuild + Idris Kalp + idriskalp@pgmail.com + + + 2016-04-08 + 3.2.1 + First Release + Idris Kalp + idriskalp@pgmail.com + + + + + + xscreensaver + https://www.jwz.org/xscreensaver/ + + Mogyorósi Petra + squeakymouse@protonmail.com + + custom + x11.misc + Screensaver collection for X11 systems. + XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to macOS in 2006, to iOS in 2012, and to Android in 2014. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen. + https://www.jwz.org/xscreensaver/xscreensaver-6.04.tar.gz + + bc + intltool + atk-devel + pam-devel + gtk2-devel + mesa-devel + glib2-devel + glibc-devel + cairo-devel + pango-devel + libXi-devel + pixman-devel + libpng-devel + libXft-devel + libXmu-devel + libICE-devel + libX11-devel + gettext-devel + libxml2-devel + libXext-devel + elogind-devel + freetype-devel + harfbuzz-devel + mesa-glu-devel + libglade-devel + libXrandr-devel + libXrender-devel + libXxf86vm-devel + gdk-pixbuf-devel + libXinerama-devel + libXxf86misc-devel + libjpeg-turbo-devel + gdk-pixbuf-xlib-devel + + x11/misc/xscreensaver/pspec.xml + + + xscreensaver + + atk + pam + gtk2 + mesa + glib2 + glibc + pango + cairo + libXi + libXt + libXft + libpng + libICE + libX11 + pixman + libXmu + libxml2 + gettext + libXext + elogind + libglade + libglvnd + mesa-glu + freetype + harfbuzz + libXrandr + libXrender + gdk-pixbuf + libXxf86vm + libXinerama + libXxf86misc + libjpeg-turbo + gdk-pixbuf-xlib + + + /etc/pam.d + /usr/bin + /usr/libexec + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-07-29 + 6.04 + Rebuild. + fury + uglyside@yandex.ru + + + 2022-04-14 + 6.03 + First build. + fury + uglyside@yandex.ru + + + + + + virtualgl + http://virtualgl.org + + Marcin Bojara + marcin@pisilinux.org + + LGPLv2.1 + library + app:console + x11.misc + A toolkit for displaying OpenGL applications to thin clients + OpenGL uygulamaları ince istemcilerde göstermek için bir kitaplık + Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card. + Bir OpenGL uygulamadan gelen 3D komutlarını sunucu tarafındaki 3D grafik kartına yönlendirir. + https://sourceforge.net/projects/virtualgl/files/2.5.2/VirtualGL-2.5.2.tar.gz + + cmake + fltk-devel + libXv-devel + libXext-devel + mesa-devel + libX11-devel + mesa-glu-devel + libjpeg-turbo-devel + + x11/misc/virtualgl/pspec.xml + + + virtualgl + + fltk + libXv + libXext + mesa + libX11 + mesa-glu + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/lib/fakelib + /usr/share/doc + + + + virtualgl-32bit + 32 bit shared libraries of VirtualGL + emul32 + emul32 + + fltk-32bit + libX11-32bit + libXv-32bit + libXext-32bit + mesa-32bit + mesa-glu-32bit + libjpeg-turbo-32bit + + + fltk-32bit + libX11-32bit + libXv-32bit + libXext-32bit + mesa-32bit + mesa-glu-32bit + libjpeg-turbo-32bit + + + /usr/bin/glxspheres32 + /usr/lib32 + /usr/lib32/fakelib + + + + virtualgl-devel + Development files for virtualgl + + virtualgl + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2018-07-30 + 2.5.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-22 + 2.5.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 2.5.1 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-02 + 2.5.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-02 + 2.5 + Rebuild + Idris KALP + idriskalp@gmail.com + + + 2016-04-08 + 2.5 + Version bump + Idris KALP + idriskalp@gmail.com + + + + + + dmenu + http://tools.suckless.org/dmenu/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + MIT + x11.misc + A dynamic menu for X + Dynamic menu is a generic menu for X, originally designed for dwm. It manages huge amounts (up to 10.000 and more) of user defined menu items efficiently + https://dl.suckless.org/tools/dmenu-4.9.tar.gz + + fontconfig-devel + libX11-devel + libXft-devel + libXinerama-devel + + x11/misc/dmenu/pspec.xml + + + dmenu + + fontconfig + libX11 + libXft + libXinerama + + + /usr/bin + /usr/share/man + + + + + 2020-01-25 + 4.9 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 4.8 + Rebuild for new toolchain. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-16 + 4.8 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + argyllcms + https://www.argyllcms.com/ + + PisiLinux Community + osman.erkan@pislinux.org + + GPLv3 + MIT + app:gui + x11.misc + ICC compatible color management system + The Argyll color management system supports accurate ICC profile creation for acquisition devices, CMYK printers, film recorders and calibration and profiling of displays. + https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz + + tiff-devel + libpng-devel + libX11-devel + libXext-devel + libXrandr-devel + libXxf86vm-devel + libXinerama-devel + libjpeg-turbo-devel + libusb-devel + libtool + + x11/misc/argyllcms/pspec.xml + + + argyllcms + + tiff + libpng + libX11 + libXext + libXrandr + libXxf86vm + libXinerama + libjpeg-turbo + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/color + + + + + 2020-01-25 + 1.9.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.9.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.9.2 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-13 + 1.9.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + opencl-icd + https://github.com/OCL-dev/ocl-icd + + Mathias Freire + mathiasfreire45@gmail.com + + BSD-2-Clause + library + x11.misc + OpenCL ICD loader library + OpenCL is a royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. + https://github.com/OCL-dev/ocl-icd/archive/v2.2.14.tar.gz + https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.12.18.tar.gz + + ruby + + x11/misc/opencl-icd/pspec.xml + + + opencl-icd + + /usr/lib + /usr/share/man + /usr/share/doc + + + + opencl-icd-32bit + emul32 + emul32 + + /usr/lib32 + + + + opencl-icd-devel + + opencl-icd + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-01-28 + 2.2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 2.2.12 + First Release + Idris Kalp + idriskalp@gmail.com + + + + + + xapp + https://github.com/linuxmint/xapp + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + x11.misc + Common library for X-Apps project + Common library for X-Apps project + Common library for X-Apps project + Common library for X-Apps project + https://github.com/linuxmint/xapp/archive/refs/tags/2.2.14.tar.gz + + meson + vala-devel + libdbusmenu-gtk3 + libgnomekbd-devel + libdbusmenu-devel + python3-pygobject3-devel + gobject-introspection-devel + + x11/misc/xapp/pspec.xml + + + xapp + + gtk3 + cairo + glib2 + pango + libX11 + gdk-pixbuf + libgnomekbd + libdbusmenu-gtk3 + + + /usr/bin + /etc + /usr/libexec + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + xapp-devel + Development files for xapp + + xapp + gtk3-devel + cairo-devel + glib2-devel + libX11-devel + gdk-pixbuf-devel + libgnomekbd-devel + libxkbfile-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-25 + 2.2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 2.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-25 + 2.2.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + colord + http://www.freedesktop.org/software/colord + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + x11.misc + Colord is a system activated daemon that maps devices to color profiles. + Colord, aygıtları renk profillerine eşleyen bir sistem etkinleştirme programıdır. + Usługa systemowa do zarządzania urządzeniami obsługującymi kolory + Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in. + Colord, giriş ve çıkış aygıtlarını doğru bir şekilde renk yönetimi için renk profilleri yönetmek, yüklemek ve oluşturmak için kolaylaştıran bir sistem hizmetidir. + colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu. + https://www.freedesktop.org/software/colord/releases/colord-1.4.6.tar.xz + + meson + valgrind + intltool + argyllcms + vala-devel + lcms2-devel + sane-backends-devel + bash-completion + eudev-devel + libtool + gtk-doc + perl + elogind-devel + gettext-devel + glib2-devel + libgudev-devel + libxslt-devel + icu4c-devel + libgusb-devel + libusb-devel + sqlite-devel + qt5-sql-sqlite + polkit-devel + gobject-introspection-devel + + x11/misc/colord/pspec.xml + + + colord + + lcms2 + libgusb + shared-color-profiles + sane-backends + dbus + sqlite + polkit + eudev + glib2 + libgudev + + + /etc + /lib + /usr/libexec/colord-session + /var/lib/colord/icc/ + /usr/bin + /usr/libexec/colord + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/share/polkit-1 + /usr/share/locale + /usr/share/man + /var + /usr/share/colord + /usr/share/glib-2.0 + /usr/share/bash-completion + /usr/libexec/colord-sane + /usr/share/gir-1.0 + + + System.Service + + + + colord-devel + Development files for colord + Colord için geliştirme başlıkları + Pliki nagłówkowe colord + + colord + lcms2-devel + libgusb-devel + eudev-devel + glib2-devel + + + /usr/include + /usr/share/vala/vapi/colord.vapi + /usr/lib/pkgconfig + + + + shared-color-profiles + + /usr/share/color + + + + + 2022-05-31 + 1.4.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 1.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 1.4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-05 + 1.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-24 + 1.4.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 1.4.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 1.4.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.3.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-17 + 1.3.3 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + i3status + http://i3wm.org/i3status + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + BSD + x11.misc + A small generator for status bars + a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs + http://i3wm.org/i3status/i3status-2.13.tar.bz2 + + xmlto + asciidoc + libxslt-devel + alsa-lib-devel + pulseaudio-libs-devel + libnl-devel + yajl-devel + libconfuse-devel + + x11/misc/i3status/pspec.xml + + + i3status + + alsa-lib + pulseaudio-libs + libnl + yajl + libconfuse + + + /etc + /usr/bin + /usr/share/man + + + + + 2020-01-25 + 2.13 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 2.12 + Rebuild for new toolchain. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-16 + 2.12 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libpwquality + https://fedorahosted.org/libpwquality/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + server.auth + Password quality checking + The libpwquality package contains a library used for password quality checking and generation of random passwords that pass the checks. + https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.0/libpwquality-1.4.0.tar.bz2 + + cracklib-devel + pam-devel + audit-devel + + server/auth/libpwquality/pspec.xml + + + libpwquality + + cracklib + pam + + + /lib + /etc/security + /usr/lib + /usr/share/man/man1 + /usr/share/man/man3 + /usr/share/man/man5 + /usr/share/man/man8 + /usr/share/doc/libpwquality + /usr/share/locale + /usr/bin + + + + libpwquality-devel + libpwquality için geliştirme dosyaları + libpwquality için geliştirme dosyaları + + libpwquality + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-06-06 + 1.4.0 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2021-04-26 + 1.4.0 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-26 + 1.3.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 1.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-23 + 1.2.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + cyrus-sasl + https://www.cyrusimap.org/sasl/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + service + server.auth + The Cyrus SASL (Simple Authentication and Security Layer) + Cyrus basit kimlik tanımlama ve güvenlik katmanı + cyrus-sasl is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. + Cyrus-sasl, bağlantı tabanlı protokoller için kullanılan bir kimlik doğrulama uygulamasıdır. Çoğunlukla Smtp doğrulaması için kullanılır. + https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz + + mit-kerberos-devel + pam-devel + gdbm-devel + e2fsprogs-devel + openssl-devel + groff + openldap-server + + + gentoo/cyrus-sasl-2.1.25-auxprop.patch + gentoo/cyrus-sasl-2.1.26-missing-size_t.patch + gentoo/cyrus-sasl-2.1.27-CVE-2019-19906.patch + gentoo/cyrus-sasl-2.1.27-as_needed.patch + gentoo/cyrus-sasl-2.1.27-autoconf-2.71.patch + gentoo/cyrus-sasl-2.1.27-autotools_fixes.patch + gentoo/cyrus-sasl-2.1.27-avoid_pic_overwrite.patch + gentoo/cyrus-sasl-2.1.27-db_gdbm-fix-gdbm_errno-overlay-from-gdbm_close.patch + gentoo/cyrus-sasl-2.1.27-doc_build_fix.patch + gentoo/cyrus-sasl-2.1.27-gss_c_nt_hostbased_service.patch + gentoo/cyrus-sasl-2.1.27-memmem.patch + gentoo/cyrus-sasl-2.1.27-slibtool.patch + + server/auth/cyrus-sasl/pspec.xml + + + cyrus-sasl + + mit-kerberos + pam + gdbm + e2fsprogs + openssl + + + /etc + /usr/lib/tmpfiles.d/cyrus-sasl.conf + /usr/sbin + /usr/lib + /usr/share/cyrus-sasl-2 + /run + /usr/share/man + /usr/share/doc + + + System.Service + System.Package + + + saslauthd.confd + saslauthd.pam + tmpfiles.conf + + + + cyrus-sasl-devel + Development files for cyrus-sasl + cyrus-sasl için geliştirme dosyaları + + cyrus-sasl + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/cyrus-sasl/*.txt + /usr/share/man/man3 + + + + + 2021-11-06 + 2.1.27 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 2.1.27 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 2.1.27 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 2.1.26 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-09 + 2.1.26 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-19 + 2.1.26 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-08 + 2.1.26 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-05 + 2.1.26 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + openssh + http://www.openssh.com/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + service + server + Port of OpenBSD's free SSH release + OpenBSD'den aktarılmış SSH sürümü + OpenSSH est une version libre des outils de connexion SSH sur lesquels les utilisateurs techniquement chevronnés s'appuient. Les utilisateurs de telnet, rlogin et ftp ne se rendent peut être pas compte que les mots de passe sont transmis sur internet en clair. OpenSSH crypte tout le trafic (y compris les mots de passe) pour éliminer les écoutes passives, les détournements de connexion et autres attaques. + OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. + OpenSSH teknik internet kullanıcıların güvendikleri SSH bağlanırlık araçlarının Özgür (free) sürümüdür.telnet, rlogin ve ftp kullanıcıları parolalarının internetten şifresiz olarak aktarıldığını anlayamayabilirler ancak aktarılmaktadır.OpenSSH eavesdropping (iletişim kanalını dinleme), connection hijacking (bağlantı çalma) ve diğer atakları önlemek için tüm bağlantı trafiğini (parolalar dahil) şifrelemektedir. + https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.6p1.tar.gz + + libedit-devel + zlib-devel + openssl-devel + mit-kerberos-devel + pam-devel + + server/openssh/pspec.xml + + + openssh + + libedit + zlib + openssl + mit-kerberos + pam + + + /etc + /usr/bin + /usr/sbin + /usr/libexec + /usr/lib + /usr/share/openssh + /var/empty + /usr/share/man + /usr/share/doc + + + System.Service + + + + + 2021-06-05 + 8.6_p1 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-01-21 + 8.1_p1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-10 + 7.6_p1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-19 + 7.4_p1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-08 + 7.2_p2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 7.2_p2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + nginx + http://www.nginx.net/ + + Kamil Atlı + suvari@pisilinux.org + + as-is + service + server.web + nginx is an HTTP and reverse proxy server + Küçük, sağlam ve yüksek performanslı http ve ters vekil sunucusu + Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. + nginx, özgür, açık kaynaklı, yüksek performanslı bir HTTP, ters vekil (reverse proxy) ve aynı zamanda IMAP/POP3 sunucusudur. + http://nginx.org/download/nginx-1.20.1.tar.gz + + perl + gd-devel + zlib-devel + geoip-devel + libxslt-devel + libpcre-devel + openssl-devel + + server/web/nginx/pspec.xml + + + nginx + + gd + perl + zlib + geoip + libxslt + libpcre + openssl + libxml2 + + + /etc/nginx + /etc/logrotate.d + /usr/sbin + /var/www/nginx + /var/log/nginx + /run + /var/lib/nginx/client_body + /var/lib/nginx/fastcgi + /var/lib/nginx/proxy + /usr/lib + /usr/share/man + /usr/share/doc + + + System.Package + System.Service + + + conf/nginx.conf + conf/ssl.conf + conf/00_default_vhost.conf + nginx.logrotate + default-page/index.html + default-page/index-tr.html + default-page/404.html + default-page/nginx.css + default-page/nginx.gif + default-page/pisi-linux.png + + + + + 2021-08-29 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-27 + 1.17.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-25 + 1.17.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + apache + http://httpd.apache.org/ + + Pisi Linux Admins + admins@pisilinux.org + + Apache-2.0 + service + server.web + Apache web sunucusu + Apache Webserver + Apache web server + Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged. + Dünyanın en çok tercih edilen web sunucu olan Apache artık diğer genelağ sunucularının standartlarını belirlemek için takip ettiği hızlı, güçlü, esnek ve yüksek özelleştirilebilirliğe sahip bir genelağ sunucusudur. + https://downloads.apache.org/httpd/httpd-2.4.54.tar.bz2 + + apr-devel + nss-devel + lua-devel + zlib-devel + openssl-devel + libxml2-devel + db-devel + expat-devel + libpcre-devel + apr-util-devel + cyrus-sasl-devel + + server/web/apache/pspec.xml + + + apache + + nss + apr + lua + apr-util + cyrus-sasl + openldap-client + zlib + openssl + libxml2 + libpcre + db + expat + + + /etc + /usr/sbin + /usr/bin + /usr/include + /var/log/apache2 + /var/www + /run/apache2 + /var/cache + /usr/share/doc + /usr/share/man + /usr/lib + /usr/share/dbus-1/services/apache.service + + + System.Package + System.Service + + + apache.service + apache2.confd + httpd.conf + 00_default_vhost.conf + 00_apache_manual.conf + 40_mod_ssl.conf + 41_mod_ssl.default-vhost.conf + 45_mod_dav.conf + 46_mod_ldap.conf + webroot/apache.css + webroot/apache_pb.gif + webroot/index.html + webroot/index-tr.html + webroot/index-ptbr.html + webroot/index-es.html + webroot/index-de.html + webroot/pisi-linux.png + + + + + 2022-06-08 + 2.4.54 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 2.4.53 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-01 + 2.4.51 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-27 + 2.4.41 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 2.4.34 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-17 + 2.4.29 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 2.4.25 + Version Bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-14 + 2.4.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-17 + 2.4.20 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libmicrohttpd + http://www.gnu.org/software/libmicrohttpd + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + server.web + A compact API and implementation of HTTP web server + Bir HTTP sunucu uygulama programlama arayüzü (API) ve uygulaması + libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. + libmicrohttpd, bir HTTP sunucusunun diğer yazılımların parçası olarak çalışmasını kolaylaştıran kitaplıktır. + http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.69.tar.gz + + texinfo + gnutls-devel + libgcrypt-devel + libgpg-error-devel + + server/web/libmicrohttpd/pspec.xml + + + libmicrohttpd + + gnutls + libgcrypt + libgpg-error + + + /usr/bin/microspdy2http + /usr/bin/demo + /usr/lib + /usr/share/man + /usr/share/info + /usr/share/doc + + + + libmicrohttpd-devel + Development files for libmicrohttpd + libmicrohttpd için geliştirme dosyaları + + gnutls-devel + + + gnutls-devel + libmicrohttpd + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-01-27 + 0.9.69 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 0.9.59 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-05-09 + 0.9.54 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 0.9.49 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-25 + 0.9.49 + First release + Ali Algul(gulle) + alialgul@pisilinux.org + + + + + + kdsoap + https://github.com/KDAB/KDSoap + + PisiLinux Community + admins@pisilinux.org + + custom + library + server.web + Qt-based client-side and server-side SOAP component + Qt tabanlı istemci tarafı ve sunucu tarafı SOAP bileşeni + It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. + Web hizmetleri için istemci uygulamaları oluşturmak için kullanılabilir ve ayrıca özel bir web sunucusu gibi başka bir bileşene ihtiyaç duymadan web hizmetleri oluşturmak için araçlar sağlar. + https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.9.0/kdsoap-1.9.0.tar.gz + + cmake + qt5-base-devel + + server/web/kdsoap/pspec.xml + + + kdsoap + + libgcc + qt5-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + kdsoap-devel + Development files for kdsoap + + kdsoap + + + /usr/include + /usr/lib/cmake + + + + + 2020-05-11 + 1.9.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + sshpass + https://sourceforge.net/projects/sshpass/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + server + Fool ssh into accepting an interactive password non-interactively + Fool ssh into accepting an interactive password non-interactively + Fool ssh into accepting an interactive password non-interactively + Fool ssh into accepting an interactive password non-interactively + https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz + + openssh + + server/sshpass/pspec.xml + + + sshpass + + openssh + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-01-27 + 1.06 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-05-04 + 1.06 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + samba + http://www.samba.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + server + A suite of SMB and CIFS client/server programs for UNIX + Linux için Windows ağ paylaşım servisi + samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain. + Samba, Linux ve Unix işletim sistemleri ile Windows NT ve Windows 9x işletim sistemleri arasındaki iletişimi sağlayan bir ağ sunucusu uygulamasıdır. Samba yalnızca Linux ve windows makinaların birbirlerini görmelerini sağlamaz aynı zamanda Linux çalıştıran bilgisayarların windows ağında yazıcı sunucusu gibi işlevleri edinmesi içinde kullanılır. Ayrıca Active Directory ile de uyumludur. + https://download.samba.org/pub/samba/stable/samba-4.14.10.tar.gz + + acl-devel + pam-devel + perl-parse-yapp + jansson-devel + rpcsvc-proto-devel + docbook-xsl + avahi-devel + gnutls-devel + libgpg-error-devel + popt-devel + libtalloc-devel + python3-devel + icu4c-devel + cups-devel + mit-kerberos + libcap-devel + openldap-client + openldap-server + libtdb-devel + libarchive-devel + dbus-devel + libtirpc-devel + libnsl-devel + + + 0001-Fix-build-on-libtirpc-less-glibc.patch + + server/samba/pspec.xml + + + samba + + acl + pam + cups + dbus + popt + zlib + icu4c + gnutls + libbsd + libcap + libnsl + libtdb + jansson + python3 + libtasn1 + libtirpc + libtalloc + avahi-libs + openldap-client + + + /etc + /lib + /run + /var + /usr/bin + /usr/lib/cups + /usr/lib/lib*.so* + /usr/lib/python3.9 + /usr/lib/samba + /usr/lib/tmpfiles.d + /usr/libexec + /usr/sbin + /usr/share/samba + /usr/share/man + + + System.Package + System.Service + + + lmhosts + samba.pam + smbusers + smb.conf + tmpfiles.conf + + + + samba-devel + Development files for samba + samba için geliştirme dosyaları + + samba + libtalloc-devel + libtevent-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-20 + 4.14.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-20 + 4.14.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 4.14.5 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-06-20 + 4.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-18 + 4.13.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 4.11.5 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-04-05 + 4.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 4.7.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 4.5.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-24 + 4.4.5 + Version Bump fix service.py + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-15 + 4.2.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 4.2.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + dhcp + https://www.isc.org/dhcp/ + + PisiLinux Community + admins@pisilinux.org + + isc-dhcp + app:console + library + service + server + DHCP Sunucusu + DHCP-Server + Dynamic host configuration protocol software + DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. + IP adresi atanmasını ve TCP/IP bilgilerinin yapılandırılmasını sağlayan DHCP Sunucusu + http://ftp.isc.org/isc/dhcp/4.4.1/dhcp-4.4.1.tar.gz + + groff + openldap-client + + server/dhcp/pspec.xml + + + dhcp + + openldap-client + + + /etc + /usr/bin + /usr/sbin + /usr/lib + /var/lib + /run + /usr/share/man + /usr/share/doc + + + System.Service + System.Service + System.Service + System.Package + + + dhcpd + dhcpd6 + dhcrelay + dhcpd.conf + + + + dhclient + Provides the dhclient ISC DHCP client daemon + DHCP İstemcisi + app:console + network.connection + + /etc/dhcp/dhclient.conf + /usr/sbin/dhclient + /var/lib/dhclient + /usr/share/man/man5/dhclient* + /usr/share/man/man8/dhclient* + /usr/share/man/man5/dhcp-options* + /usr/share/man/man5/dhcp-eval* + /usr/share/doc/dhcp/dhclient* + + + dhclient.conf + + + + dhcp-devel + Development files for dhcp + dhcp için geliştirme dosyaları + + dhcp + + + /usr/include + /usr/share/man/man3 + + + + + 2020-01-27 + 4.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 4.4.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-25 + 4.3.6 + Version bump,fix #2943 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-05-09 + 4.3.0 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-08 + 4.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-19 + 4.3.0 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + bind + https://www.isc.org/software/bind/ + + PisiLinux Community + admins@pisilinux.org + + as-is + service + server + The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server + Berkeley İnternet İsim Alanı (BIND) DNS (Alan Adı Sistemi) sunucusu + bind is an implementation of the DNS protocols, bind includes a DNS server (named), a resolver library and tools for verifying that the DNS server is operating properly. + bind, DNS protokollerinin gerçeklenimidir. DNS sunucu (named) ve bu sunucunun düzgün çalışması ve doğrulamasını yapılması için gerekli çözümleyici kitaplık ve araçları içerir. + ftp://ftp.isc.org/isc/bind9/9.14.9/bind-9.14.9.tar.gz + + openssl-devel + libxml2-devel + libcap-devel + zlib-devel + e2fsprogs-devel + readline-devel + geoip-devel + python3-devel + python3-PLY + + + nslookup-pisilinux.patch + fedora/bind-9.5-PIE.patch + fedora/bind97-rh645544.patch + fedora/bind99-rh640538.patch + + server/bind/pspec.xml + + + bind-libs + bind-libs contains the libraries used by both the bind server package and the tools package + bind kitaplık dosyaları + library + server.library + + openssl + libxml2 + mit-kerberos + + + /usr/lib + + + + bind-devel + bind header and development files + bind geliştirme başlıkları ve araçları + library + server.library + + bind-libs + + + /usr/include + /usr/bin/isc-config.sh + /usr/share/man/man1/isc-config* + /usr/share/man/man3/lwres* + + + + bind-tools + Utilities for querying DNS name servers + DNS isim çözümleme araçları + app:console + network.analyzer + + bind-libs + readline + mit-kerberos + python3 + python3-PLY + + + /usr/bin + /usr/share/man/man1 + + + + bind-chroot + A chroot runtime environment for the ISC BIND DNS server 'named' + bind sunucusunu chroot içinde çalıştırmak için gerekli dizin ve dosyalar + service + + bind + + + /etc/rsyslog.d/bind_chroot.conf + /var/named/chroot/etc + /var/named/chroot + + + System.Package + System.Service + + + chroot.rsyslog + + + + bind + service + + bind-libs + libcap + libxml2 + openssl + python3 + python3-PLY + + + /etc + /usr/sbin + /var + /usr/share/man/man3 + /usr/share/man/man5 + /usr/share/man/man8 + /usr/share/doc + + + System.Service + System.Package + + + named.conf + named.confd + gentoo/named.ca + gentoo/127.zone + gentoo/localhost.zone + fedora/named.logrotate + + + + + 2020-01-15 + 9.14.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-10 + 9.12.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-09 + 9.10.2 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-08 + 9.10.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-05-08 + 9.10.2 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + ntp + http://www.ntp.org + + PisiLinux Community + admins@pisilinux.org + + MIT + BSD + GPLv2+ + service + server + NTP daemon and client + NTP hizmeti ve istemcisi + Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers. + ntp, NTP protokolü üzerinden uzak sunucuları kullanarak sisteminizin zamanını eşitlemek için gerekli araçları ve hizmetleri içerir. + https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz + + fix-man-pages.sh + + + avahi-compat-libdns_sd-devel + libedit-devel + net-snmp-devel + perl-HTML-Parser + perl-IO-Socket-SSL + libcap-devel + openssl-devel + libevent-devel + + + 0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch + gentoo/ntp-4.2.8-ipc-caps.patch + gentoo/ntp-4.2.8-sntp-test-pthreads.patch + gentoo/ntp-4.2.8_p14-add_cap_ipc_lock.patch + gentoo/ntp-4.2.8_p15-gcc10.patch + + server/ntp/pspec.xml + + + ntp-server + NTP server + NTP hizmeti + + avahi-compat-libdns_sd + libedit + net-snmp + libcap + openssl + libevent + ntp-client + + + /etc/ntp.conf + /etc/conf.d + /etc/ntp/crypto + /usr/bin/ntpstat + /usr/bin/update-leap + /usr/bin/calc_tickadj + /usr/share/ntp/lib/NTP/Util.pm + /usr/libexec + /usr/sbin + /usr/share/doc + /usr/share/man + /var/lib/ntp + + + System.Package + System.Service + + + fedora/ntp.conf + fedora/ntpd.sysconfig + fedora/ntp.cryptopw + + + + ntp-client + NTP client + NTP istemcisi + app:console + util.admin + + /etc/conf.d/ntpdate + /etc/ntp/step-tickers + /etc/ntp/keys + /usr/sbin/ntpdate + /usr/share/man/man8/ntpdate.8* + + + System.Service + System.Package + + + fedora/ntpdate.sysconfig + fedora/ntp.step-tickers + fedora/ntp.keys + + + + ntp-docs + NTP documentation + NTP belgeleri + data:doc + + ntp-client + + + /usr/share/doc/ntp/html + + + + + 2022-07-30 + 4.2.8_p15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 4.2.8_p15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-14 + 4.2.8_p15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-27 + 4.2.8_p15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-20 + 4.2.8_p13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 4.2.8_p10 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-09 + 4.2.8_p10 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-10-27 + 4.2.8_p8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 4.2.8_p4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-01 + 4.2.8_p4 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + mariadb + https://mariadb.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:console + server.database + MariaDB is a drop-in replacement for MySQL + Hızlı, çok kullanıcılı ve çok görevli SQL veritabanı sunucusu + MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. + MySQL, çoklu iş parçacıklı (multi-threaded), çok kullanıcılı (multi-user), hızlı ve sağlam (robust) bir Veritabanı yönetim sistemidir. Özelllikle basit web uygulamaları için LAMP sistemi içinde sıkça tercih edilmektedir. + https://ftp.osuosl.org/pub/blfs/conglomeration/mariadb/mariadb-10.6.4.tar.gz + + ncurses-devel + zlib-devel + libxml2-devel + readline-devel + libevent-devel + openssl-devel + libpcre-devel + libaio-devel + unixODBC-devel + pam-devel + snappy-devel + cracklib-devel + mit-kerberos-devel + xz-devel + lzo-devel + curl-devel + libpcre2-devel + cmake + + server/database/mariadb/pspec.xml + + + mariadb-lib + MariaDB client tools + MySQL istemcileri tarafından gereken paylaşımlı kitaplıklar + app:console + library + + zlib + curl + bzip2 + libgcc + libpcre + libxml2 + openssl + libaio + unixODBC + xz + lzo + libpcre2 + + + /usr/bin + /usr/bin/mysql_config + /usr/include + /usr/lib/libmariadb.so.3 + /usr/lib/libmariadbclient.a + /usr/lib/libmariadbd* + /usr/lib/libmariadb.so + /usr/lib/libmysqlclient.so + /usr/lib/libmysqlclient.so.19 + /usr/lib/libmysqlclient.so.19.0.0 + /usr/lib/libmysqlclient_r.so + /usr/lib/libmysqlclient_r.so.19 + /usr/lib/libmysqlclient_r.so.19.0.0 + /usr/lib/libmysqld.a + /usr/lib/libmysqlclient_r.a + /usr/lib/libmysqlclient.a + /usr/lib/libmysqld.so + /usr/lib/libmysqld.so.19 + /usr/lib/libmysqlservices.a + /usr/bin/mysqld_safe_helper + /usr/lib/pkgconfig/libmariadb.pc + /usr/lib/pkgconfig/mariadb.pc + /usr/share/pam_user_map.so + /usr/share/user_map.conf + + + mysql-lib + + + + mariadb-client + MariaDB client libraries + MariaDB istemci uygulamaları + app:console + + mariadb-lib + libaio + zlib + libgcc + libpcre + ncurses + openssl + + + /usr/bin/mysql + /usr/bin/mysqladmin + /usr/bin/mysqlcheck + /usr/bin/mysqldump + /usr/bin/mysqlimport + /usr/bin/mysqlshow + /usr/bin/mysqlslap + + + mysql-client + + + + mariadb-server + MariaDB server and releated files + MariaDB sunucusu ve ilgili dosyalar + service + + mariadb-lib + mariadb-client + curl + bzip2 + zlib + libgcc + openssl + libxml2 + unixODBC + pam + snappy + cracklib + mit-kerberos + + + /etc + /usr/bin/aria_chk + /usr/bin/aria_dump_log + /usr/bin/aria_ftdump + /usr/bin/aria_pack + /usr/bin/aria_read_log + /usr/bin/innochecksum + /usr/bin/msql2mysql + /usr/bin/my_print_defaults + /usr/bin/myisam_ftdump + /usr/bin/myisamchk + /usr/bin/myisamlog + /usr/bin/myisampack + /usr/bin/mysql_ldb + /usr/bin/mysql_client_test + /usr/bin/mysql_convert_table_format + /usr/bin/mysql_embedded + /usr/bin/mysql_client_test_embedded + /usr/bin/mysqltest_embedded + /usr/bin/mysql_find_rows + /usr/bin/mysql_fix_extensions + /usr/bin/mysql_install_db + /usr/bin/mysql_plugin + /usr/bin/mysql_secure_installation + /usr/bin/mysql_setpermission + /usr/bin/mysql_tzinfo_to_sql + /usr/bin/mysql_upgrade + /usr/bin/mysql_waitpid + /usr/bin/mysql_zap + /usr/bin/mysqlaccess + /usr/bin/mysqlbinlog + /usr/bin/mysqlbug + /usr/bin/mysqld + /usr/bin/mysqld-post + /usr/bin/mysqld_multi + /usr/bin/mysqld_safe + /usr/bin/mysqldumpslow + /usr/bin/mysqlhotcopy + /usr/bin/mysqltest + /usr/bin/perror + /usr/bin/replace + /usr/bin/resolve_stack_dump + /usr/bin/resolveip + /usr/bin/tokuft_logprint + /usr/bin/tokuftdump + /usr/bin/wsrep_sst_common + /usr/bin/wsrep_sst_mysqldump + /usr/bin/wsrep_sst_rsync + /usr/bin/wsrep_sst_xtrabackup + /usr/bin/wsrep_sst_xtrabackup-v2 + /usr/bin/mytop + /usr/lib/mysql/plugin + /usr/share/mysql + /usr/share/groonga-normalizer-mysql + /var + /usr/share/doc + /usr/share/groonga + /usr/lib/tmpfiles.d/mariadb.conf + /run/mysqld + + + mysql-server + + + System.Service + System.Package + + + my.cnf + tmpfiles.conf + + + + mariadb-man-pages + MariaDB server and client man pages + MariaDB sunucu ve istemci uygulamarına ait kılavuz sayfaları + data + + /usr/share/man + + + mysql-man-pages + + + + + 2021-11-06 + 10.6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-13 + 10.4.11 + Version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 10.2.13 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-09 + 10.1.21 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-08 + 10.1.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-24 + 10.1.10 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + lmdb + http://symas.com/mdb/ + + PisiLinux Community + admins@pisilinux.org + + OpenLDAP + custom + library + app:console + server.database + Symas Lightning Memory-Mapped Database + An ultra-fast, ultra-compact key-value embedded data store. + https://github.com/LMDB/lmdb/archive/LMDB_0.9.29.tar.gz + + lmdb.pc + + server/database/lmdb/pspec.xml + + + lmdb + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + lmdb-devel + Development files for lmdb + + lmdb + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-06-20 + 0.9.29 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 0.9.24 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-10 + 0.9.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-09 + 0.9.19 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 0.9.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-28 + 0.9.16 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + firebird + http://www.firebirdsql.org/ + + PisiLinux Community + admins@pisilinux.org + + IPL-1 + IDPL-1 + LGPLv2.1 + service + library + server.database + A relational database offering many ANSI SQL-99 features + Birçok ANSI SQL-99 özelliği sunan ilişkisel bir veritabanı + Firebird is an open source relational database management system offering many ANSI SQL-99 features. + Birçok ANSI SQL-99 özelliği sunan, küçük, hızlı ve çok kararlı bir veritabanı sunucu. + https://github.com/FirebirdSQL/firebird/archive/R2_5_9.tar.gz + + icu4c-devel + btyacc + libedit-devel + + server/database/firebird/pspec.xml + + + firebird-client + Firebird database client library + Firebird veritabanı istemci kütüphanesi + Firebird relational database client library. + Firebird sunucuya bağlantı için kullanılan istemci kütüphanesi + + libgcc + + + /usr/lib/libfbclient.* + /usr/lib/libgds.* + /usr/lib/libib_util.* + /usr/lib/libfbtrace.so + /opt/firebird/lib/libfbclient.* + /opt/firebird/lib/libgds.* + /opt/firebird/lib/libib_util.* + /opt/firebird/plugins/libfbtrace.so + + + + firebird-superserver + Firebird super server + Firebird veritabanı sunucusu + Firebird veritabanı için super sunucu. Klasik sunucu mimarisine göre, SMP performansı daha fazladır. + + firebird-client + icu4c + libedit + libgcc + + + /etc/firebird + /etc/env.d/50firebird + /opt/firebird/*.conf + /opt/firebird/*.msg + /opt/firebird/security2.fdb + /opt/firebird/README + /opt/firebird/WhatsNew + /opt/firebird/UDF + /opt/firebird/bin + /opt/firebird/doc + /opt/firebird/examples + /opt/firebird/help + /opt/firebird/intl + /opt/firebird/lib/libicu* + /opt/firebird/upgrade + /opt/firebird/firebird.log + /opt/firebird + /run/firebird + + + System.Service + System.Package + + + hosts.equiv + 50firebird + + + + firebird-devel + Development files for firebird + Firebird için geliştirme dosyaları + + firebird-client + + + /usr/include/firebird + + + + + 2020-01-16 + 2.5.9.27139 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-16 + 2.5.7.27050 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 2.5.7.27050 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-30 + 2.5.7.27050 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 2.5.6.27020 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 2.5.4.26856 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-03 + 2.5.4.26856 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libtdb + https://tdb.samba.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + app:console + server.database + Trivial database library + TDB veritabanına erişim için gerekli kitaplıklar + libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. + libtdb basit bir veritabanı olan TDB ile iletişime geçmek için gerekli C ve Python kitaplıklarını içerir. + https://www.samba.org/ftp/tdb/tdb-1.4.7.tar.gz + + libxslt + libtirpc-devel + python3-devel + docbook-xsl + libbsd-devel + + server/database/libtdb/pspec.xml + + + libtdb + + python3 + libbsd + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libtdb-devel + Development files for libtdb + libtdb için geliştirme dosyaları + + libtdb + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + + + + libtdb-32bit + 32-bit shared libraries for libtdb + emul32 + _emul32 + + libgcc + + + libtdb + libgcc + + + /usr/lib32 + + + + + 2022-06-10 + 1.4.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 1.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 1.4.3 + Rebuild 32bit. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.4.3 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 1.3.16 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.3.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 1.3.15 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-09 + 1.3.12 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-24 + 1.3.8 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-08 + 1.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 1.3.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + postgresql + http://www.postgresql.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + server.database + A powerful, open source relational database system + Güçlü bir açık kaynaklı ilişkisel veritabanı sistemi + PostgreSQL is a powerful, open source relational database system. + PostgreSQL, açık kaynak kodlu, güçlü bir ilişkisel veritabanıdır + https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2 + + mit-kerberos + e2fsprogs-devel + pam-devel + readline-devel + zlib-devel + python-devel + openssl-devel + tcl-devel + libxslt-devel + libxml2-devel + openldap-server + + server/database/postgresql/pspec.xml + + + postgresql-lib + Essential shared libraries for any PostgreSQL client program or interface + library + + mit-kerberos + python + zlib + libxml2 + openssl + e2fsprogs + libxslt + openldap-client + + + /usr/lib + /usr/include + /usr/lib/pkgconfig + /usr/share/postgresql + /usr/bin/pg_config + + + + postgresql-doc + Postgresql documents + Postegresql belgeleri + Additional documentation for PostgreSQL. + PostegreSQL için ek belgelendirme + data:doc + + postgresql-lib + + + /usr/share/doc + + + + postgresql-server + service + + postgresql-lib + pam + zlib + libxml2 + openssl + readline + e2fsprogs + mit-kerberos + openldap-server + openldap-client + + + /etc + /usr/bin + /usr/share/locale + /usr/share/postgresql/contrib + /usr/share/man + /var/lib + + + System.Package + System.Service + + + postgresql.conf-8 + + + + postgresql-pl + + postgresql-lib + tcl + perl + + + /usr/bin/pltcl_listmod + /usr/bin/pltcl_loadmod + /usr/bin/pltcl_delmod + /usr/lib/postgresql/plperl.so + /usr/lib/postgresql/plpython.so + /usr/lib/postgresql/pltcl.so + /usr/share/postgresql/unknown.pltcl + + + + + 2020-11-06 + 12.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-15 + 12.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 10.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-09-20 + 9.6.2 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 9.3.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-03 + 9.3.9 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libgda + http://www.gnome-db.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + server.database + Library for writing gnome database programs + libgda is a library that eases the task of writing Gtk3-based database programs. + https://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.9.tar.xz + + cairo-devel + db-devel + gdk-pixbuf-devel + gobject-introspection-devel + goocanvas-devel + graphviz-devel + gtk3-devel + gtksourceview3-devel + intltool + iso-codes-devel + itstool + jdk8-openjdk + json-glib-devel + libsecret-devel + libsoup-devel + libxslt-devel + mariadb-lib + mdbtools-devel + openssl-devel + pango-devel + sqlcipher-devel + sqlite-devel + readline-devel + gtk-doc + vala-devel + postgresql-lib + openldap-client + + server/database/libgda/pspec.xml + + + libgda + Library for writing gnome database programs + + glib2 + libxml2 + libxslt + libsecret + gdk-pixbuf + + + /etc + /usr/lib + /usr/lib/girepository-1.0/Gda-5.0.typelib + /usr/share/help + /usr/share/libgda-5.0 + /usr/share/locale + /usr/share/man + + + + libgda-devel + Development files for libgda + + libgda + gtk3-devel + libxslt-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + libgda-docs + libgda reference documents + data:doc + + /usr/share/doc + /usr/share/gtk-doc + + + + libgda-bdb + Berkeley DB provider for libgda + + libgda + + + /usr/lib/libgda-5.0/providers/libgda-bdb.so + /usr/share/libgda-5.0/bdb_specs_dsn.xml + + + + libgda-java + Java provider for libgda + + libgda + jdk8-openjdk + + + /usr/lib/libgda-5.0/providers/gdaprovider-5.0.jar + /usr/lib/libgda-5.0/providers/libgda-jdbc.so + /usr/share/libgda-5.0/jdbc* + + + + libgda-ldap + Ldap provider for libgda + + libgda + openldap-client + + + /usr/lib/libgda-5.0/providers/libgda-ldap.so + /usr/share/libgda-5.0/ldap* + + + + libgda-mysql + Mysql provider for libgda + + libgda + mariadb-lib + + + /usr/lib/libgda-5.0/providers/libgda-mysql.so + /usr/share/libgda-5.0/mysql* + + + + libgda-postgres + Postgres provider for libgda + + libgda + postgresql-lib + + + /usr/lib/libgda-5.0/providers/libgda-postgres.so + /usr/share/libgda-5.0/postgres* + + + + libgda-sqlcipher + SQLiteCipher provider for libgda + + libgda + openssl + sqlcipher + + + /usr/lib/libgda-5.0/providers/libgda-sqlcipher.so + /usr/share/libgda-5.0/sqlcipher* + + + + libgda-sqlite + SQLite provider for libgda + + libgda + sqlite + + + /usr/lib/libgda-5.0/providers/libgda-sqlite.so + /usr/share/libgda-5.0/sqlite* + + + + libgda-mdb + Mdb provider for libgda + + libgda + mdbtools + + + /usr/lib/libgda-5.0/providers/libgda-mdb.so + /usr/share/libgda-5.0/mdb_specs_dsn.xml + + + + libgda-tools + Graphical tools for libgda + + libgda + gtk3 + cairo + libsoup + graphviz + readline + goocanvas + libgda-ui + gtksourceview3 + + + /usr/bin + /usr/share/appdata + /usr/share/applications + /usr/share/gnome/gda-browser + /usr/share/icons + /usr/share/pixmaps + + + + libgda-ui + UI extensions for libgda + + libgda + pango + + + /usr/lib/girepository-1.0/Gdaui-5.0.typelib + /usr/lib/libgda-5.0/plugins/gdaui* + /usr/lib/libgda-ui-5.0.so.* + /usr/share/libgda-5.0/dtd/gdaui-layout.dtd + /usr/share/libgda-5.0/icons + /usr/share/libgda-5.0/language-specs + /usr/share/libgda-5.0/pixmaps + /usr/share/libgda-5.0/ui + + + + libgda-ui-devel + Development files for libgda-ui + + libgda + libgda-ui + + + /usr/bin/gdaui-demo-5.0 + /usr/include/libgda-5.0/libgda-ui + /usr/lib/libgda-5.0/plugins/libgda-ui-plugins.so + /usr/lib/libgda-ui-5.0.so + /usr/share/glade/catalogs/gdaui-catalog.xml + /usr/share/glade/pixmaps/widget-gdaui* + /usr/share/libgda-5.0/demo + + + + libgda-web + Web provider for libgda + + libgda + libsoup + + + /usr/lib/libgda-5.0/providers/libgda-web.so + /usr/share/libgda-5.0/php + /usr/share/libgda-5.0/web + + + + + 2021-07-19 + 5.2.9 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-04-20 + 5.2.9 + First release + Berk Çakar + berk2238@hotmail.com + + + + + + sqlcipher + https://www.zetetic.net/sqlcipher/ + + Alihan Öztürk + alihan@pisilinux.org + + BSD + data + server.database + SQLite extension that provides transparent 256-bit AES encryption of database files + SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development. + https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz + + readline-devel + tcl-devel + openssl-devel + sqlite-devel + ncurses-devel + + server/database/sqlcipher/pspec.xml + + + sqlcipher + SQLite extension that provides transparent 256-bit AES encryption of database files. + + openssl + readline + sqlite + tcl + ncurses + + + /usr/bin + /usr/lib/tcl8.6 + /usr/lib/lib* + /usr/share/doc + + + + sqlcipher-devel + Development files for sqlcipher. + + sqlcipher + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-07 + 4.3.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-04-26 + 4.0.1 + Version bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2017-02-09 + 3.4.0 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 3.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-22 + 3.3.1 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + rpcbind + http://nfsv4.bullopensource.org + + PisiLinux Community + admins@pisilinux.org + + BSD + service + server + Universal Addresses to RPC Program Number Mapper + Evrensel adresleri RPC program numaralarına eşleştirici + The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine. + RPCbind aracı, RPC program numaralarını DARPA protokolü port numaralarına çeviren bir sunucu yazılımıdır. + mirrors://sourceforge/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 + + libtirpc-devel + tcp-wrappers-devel + + server/rpcbind/pspec.xml + + + rpcbind + + libtirpc + tcp-wrappers + + + /etc + /usr/sbin/rpcbind + /usr/bin/rpcinfo + /var/lib + /usr/share/man + /usr/share/doc + + + System.Service + + + rpcbind.sysconfig + + + + + 2022-03-11 + 1.2.6 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + postfix + http://www.postfix.com/ + + PisiLinux Community + admins@pisilinux.org + + IPL-1 + service + server + A fast and secure drop-in replacement for sendmail + Hızlı ve güvenli bir e-posta sunucusu + Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. + Postfix, Wietse Venema tarafından yazılmış, sendmail a alternatif güçlü bir e-posta sunucusudur. + http://www.postfix.org/postfix-release/official/postfix-3.5.12.tar.gz + + db-devel + libnsl-devel + libpcre-devel + openssl-devel + cyrus-sasl-devel + openldap-client + postgresql-lib + mit-kerberos-devel + mariadb-lib + + server/postfix/pspec.xml + + + postfix + + db + pam + libnsl + zlib + libpcre + openssl + mariadb-lib + cyrus-sasl + bind-libs + openldap-client + postgresql-lib + mit-kerberos + comar-api + + + /etc + /usr/bin + /usr/sbin + /usr/lib + /var + /usr/share/man + /usr/share/doc/postfix/AAAREADME + /usr/share/doc/postfix/COMPATIBILITY + /usr/share/doc/postfix/HISTORY + /usr/share/doc/postfix/LICENSE + /usr/share/doc/postfix/RELEASE_NOTES + /usr/share/doc/postfix/defaults + + + System.Package + System.Service + + + smtpd.conf + saslpass + main.cf + mkcert.sh + aliases + mailcap + bounce.cf.tr + + + + postfix-docs + Help files for postfix package + Postfix paketine ait yardım dosyaları + + postfix + + + /usr/share/doc + + + + + 2021-11-06 + 3.5.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 3.5.8 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-01-27 + 3.4.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-02 + 3.2.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 3.2.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 3.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-27 + 3.1.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + openldap + http://www.openldap.org + + PisiLinux Community + admins@pisilinux.org + + OPENLDAP + server + Open-source suite of LDAP applications and development tools + LDAP uygulamaları ve geliştirme araçları + OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools + LDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir + ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.59.tgz + + nss-devel + db-devel + openssl-devel + tcp-wrappers-devel + cyrus-sasl-devel + libtool-ltdl + icu4c-devel + unixODBC-devel + mariadb-server + libutil-linux-devel + mit-kerberos-devel + chrpath + groff + + + openldap-2.4.39-ntlm-1.patch + fedora/openldap-reentrant-gethostby.patch + fedora/openldap-ldaprc-currentdir.patch + fedora/openldap-nss-update-list-of-ciphers.patch + fedora/openldap-nss-ignore-certdb-type-prefix.patch + fedora/openldap-nss-pk11-freeslot.patch + fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch + fedora/openldap-autoconf-pkgconfig-nss.patch + fedora/openldap-ai-addrconfig.patch + + server/openldap/pspec.xml + + + openldap-client + Command-line ldap client commands (ldapsearch, ldapadd etc..) + library + app:console + + nss + nspr + openssl + cyrus-sasl + + + /etc/openldap/ldap.conf* + /usr/include + /usr/bin + /usr/lib + /usr/share/man/man1 + /usr/share/man/man5/ldap.conf.5 + + + + openldap-server + OpenLDAP server slapd and releated tools + OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools + service + + db + perl + unixODBC + libutil-linux + tcp-wrappers + libtool-ltdl + nss + cyrus-sasl + openldap-client + + + /etc/conf.d + /etc/openldap + /usr/lib/tmpfiles.d/openldap-server.conf + /usr/sbin + /usr/libexec + /usr/share/man/man3 + /usr/share/man/man5 + /usr/share/man/man8 + /usr/share/doc + /var/lib + /run/openldap + + + System.Package + System.Service + + + tmpfiles.conf + slapd.conf + gencert.sh + + + + openldap-32bit + 32-bit shared libraries for openldap + openldap için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + openssl-32bit + libtool-ltdl-32bit + + + openssl-32bit + openldap-client + + + /usr/lib32 + + + + + 2021-11-06 + 2.4.59 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 2.4.48 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 2.4.48 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 2.4.45 + Release bump for toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-27 + 2.4.44 + Release bump for toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-15 + 2.4.44 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 2.4.44 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-03-28 + 2.4.44 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libvncserver + http://libvncserver.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + server.misc + Library for creating VNC (Virtual Network Computing) servers + VNC sunucu oluşturmak için kütüphane + Biblioteka do łatwego implementowania serwera VNC + libvncserver provides a C library to create VNC servers. + VNC sunucu benzeri kendi VNC (Virtual Network Computing) sunucunuzu oluşturmak isterseniz gerekli kütüphane + Wieloplatformowa biblioteka C, pozwalającą na łatwą implementację trybu serwera lub klienta VNC (Virtual Network Computing) we własnym programie. + https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz + + gnutls-devel + libjpeg-turbo-devel + libgcrypt-devel + libpng-devel + openssl-devel + lzo-devel + cmake + + server/misc/libvncserver/pspec.xml + + + libvncserver + + zlib + libpng + libgcrypt + gnutls + libjpeg-turbo + openssl + lzo + + + /usr/bin/*-config + /usr/lib + + + + libvncserver-devel + Development files for libvncserver + libvncserver için geliştirme dosyaları + Pliki nagłówkowe libvncserver + + libvncserver + zlib-devel + libpng-devel + libgcrypt-devel + gnutls-devel + libjpeg-turbo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-04-25 + 0.9.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 0.9.12 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-15 + 0.9.12 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-07 + 0.9.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-29 + 0.9.9 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.9.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-14 + 0.9.9 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + phodav + https://wiki.gnome.org/phodav + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + server.misc + WebDav server implementation using libsoup (RFC 4918) + phởdav (phodav) is a minimal WebDAV server implementation using GNOME libsoup (RFC 4918.) + https://download.gnome.org/sources/phodav/2.5/phodav-2.5.tar.xz + + meson + gtk-doc + asciidoc + libsoup-devel + libxml2-devel + + server/misc/phodav/pspec.xml + + + phodav + WebDav server implementation using libsoup (RFC 4918) + + glib2 + libxml2 + libsoup + asciidoc + + + /usr/bin + /usr/share/doc/ + /usr/share/gtk-doc/ + /usr/share/man + /lib/udev/rules.d + /usr/share/locale + /usr/lib/libphodav-2.0.so* + + + + phodav-devel + Development files for phodav + + glib2-devel + libsoup-devel + libxml2-devel + phodav + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 2.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + liblouis + http://liblouis.org/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + accessibility + Open-source braille translator and back-translator + Open-source braille translator and back-translator + https://github.com/liblouis/liblouis/releases/download/v3.19.0/liblouis-3.19.0.tar.gz + + python3-devel + libyaml-devel + + accessibility/liblouis/pspec.xml + + + liblouis + + libyaml + + + /etc + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share + + + + liblouis-devel + Development files for liblouis + + liblouis + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-25 + 3.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-02 + 3.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 3.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-20 + 3.9.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-23 + 3.7.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-11 + 3.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-06 + 3.5.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-05-06 + 3.5.0 + First Release + Kamil Atlı + suvari@pisilinux.org + + + brltty @@ -287,110 +38987,6 @@ - - - liblouis - http://liblouis.org/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - accessibility - Open-source braille translator and back-translator - Open-source braille translator and back-translator - https://github.com/liblouis/liblouis/releases/download/v3.19.0/liblouis-3.19.0.tar.gz - - python3-devel - libyaml-devel - - accessibility/liblouis/pspec.xml - - - liblouis - - libyaml - - - /etc - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share - - - - liblouis-devel - Development files for liblouis - - liblouis - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-25 - 3.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 3.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 3.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-20 - 3.9.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-23 - 3.7.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-11 - 3.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-06 - 3.5.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-05-06 - 3.5.0 - First Release - Kamil Atlı - suvari@pisilinux.org - - - onboard @@ -647,3172 +39243,1043 @@ - budgie-control-center - https://github.com/BuddiesOfBudgie/budgie-control-center + clamav-gui - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.budgie - Budgie Control Center is a fork of GNOME Settings / GNOME Control Center - Budgie Control Center is a fork of GNOME Settings / GNOME Control Center with the intent of providing a simplified list of settings that are applicable to the Budgie 10 series - budgie - https://github.com/BuddiesOfBudgie/budgie-control-center/releases/download/v1.0.2/budgie-control-center-1.0.2.tar.xz - - dbus-glib-devel - gnome-desktop-devel - pam-devel - elogind-devel - pulseaudio-libs-devel - accountsservice-devel - colord-devel - gcr-devel - gnome-settings-daemon-devel - gnome-online-accounts-devel - gsound-devel - polkit-devel - upower-devel - cups-devel - cheese-devel - ibus-devel - libcanberra-devel - libnma-devel - libgtop-devel - libpwquality-devel - libsecret-devel - network-manager-applet - libmm-glib-devel - gnome-bluetooth3-devel - libwacom-devel - colord-gtk-devel - libsoup-devel - glib2-devel - mit-kerberos-devel - meson - samba-devel - cyrus-sasl-devel - udisks2-devel - libhandy-devel - - desktop/budgie/budgie-control-center/pspec.xml - - - budgie-control-center - - atk - gcr - cups - gtk3 - ibus - cairo - glib2 - libXi - pango - samba - cheese - colord - gsound - libX11 - libnma - polkit - upower - libgtop - libsoup - libxml2 - udisks2 - libepoxy - libgudev - libwacom - libsecret - colord-gtk - fontconfig - gdk-pixbuf - libmm-glib - libpwquality - mit-kerberos - gnome-desktop - NetworkManager - accountsservice - gnome-bluetooth3 - pulseaudio-libs - gnome-online-accounts - - - /usr/bin - /usr/lib/budgie-cc-remote-login-helper - /usr/lib/budgie-control-center-print-renderer - /usr/lib/libhandy* - /usr/share/applications - /usr/share/bash-completion - /usr/share/budgie-control-center - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/pixmaps - /usr/share/polkit-1 - /usr/share/sounds - - - - budgie-control-center-devel - Development files for budgie-control-center - development - - gtk3-devel - budgie-control-center - - - /usr/include - /usr/lib/pkgconfig - /usr/share/pkgconfig - - - - - 2022-07-28 - 1.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 1.0.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-04-28 - 1.0.1 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - budgie-desktop - https://github.com/solus-project/budgie-desktop - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - desktop.budgie - Modern desktop environment from the Solus Project. - Budgie is a desktop environment that uses GNOME technologies such as GTK3 and is developed by the Solus project. - budgie - https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v10.6.2/budgie-desktop-v10.6.2.tar.xz - - git - gtk-doc - vala-devel - intltool - glib2-devel - gobject-introspection-devel - sassc - budgie-screensaver - alsa-lib-devel - libnotify-devel - accountsservice-devel - libpeas-devel - libwnck3-devel - mutter-devel - ibus-devel - gnome-desktop-devel - libseccomp-devel - pulseaudio-libs-devel - upower-devel - gtk3-devel - polkit-devel - gnome-bluetooth3-devel - gnome-menus-devel - gnome-settings-daemon-devel - meson - mesa-devel - - desktop/budgie/budgie-desktop/pspec.xml - - - budgie-desktop - - gtk3 - ibus - cairo - glib2 - libX11 - mutter - polkit - upower - libpeas - alsa-lib - libwnck3 - libnotify - gdk-pixbuf - gnome-menus - gnome-desktop - libXcomposite - libutil-linux - gnome-bluetooth3 - pulseaudio-libs - gobject-introspection - - - /etc/xdg - /usr/bin - /usr/lib/lib*.so* - /usr/lib/budgie-desktop - /usr/lib/girepository-1.0 - /usr/share/locale - /usr/share/icons - /usr/share/backgrounds - /usr/share/budgie-desktop - /usr/share - /usr/share/doc - /usr/share/xsessions - /usr/share/applications - /usr/share/gnome-session - /usr/share/glib-2.0 - - - - budgie-desktop-devel - Development files for budgie-desktop - development - - budgie-desktop - gtk3-devel - glib2-devel - libpeas-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/vala - /usr/share/gir-1.0 - - - - - 2022-07-19 - 10.6.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-04-28 - 10.6.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-08 - 10.5.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 10.5.3 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - budgie-desktop-view - https://github.com/BuddiesOfBudgie/budgie-desktop-view - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.budgie - Budgie Desktop View is the official Budgie desktop icons application / implementation. - Budgie Desktop View is the official Budgie desktop icons application / implementation. - https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v1.2/budgie-desktop-view-v1.2.tar.xz - - glib2-devel - gtk3-devel - intltool - meson - vala-devel - - desktop/budgie/budgie-desktop-view/pspec.xml - - - budgie-desktop-view - - gtk3 - glib2 - gdk-pixbuf - - - /usr/bin - /etc/xdg - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - - - - - 2022-04-28 - 1.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - budgie-screensaver - https://github.com/solus-project/budgie-desktop - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.budgie - Fork of GNOME Screensaver for Budgie 10. - Budgie Screensaver is a fork of gnome-screensaver intended for use with Budgie Desktop and is similar in purpose to other screensavers such as MATE Screensaver. - budgie - https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/download/v5.0.1/budgie-screensaver-v5.0.1.tar.xz - - dbus-glib-devel - gnome-desktop-devel - pam-devel - elogind-devel - gsettings-desktop-schemas-devel - gtk3-devel - libseccomp-devel - intltool - glib2-devel - meson - - desktop/budgie/budgie-screensaver/pspec.xml - - - budgie-screensaver - - pam - dbus - gtk3 - cairo - glib2 - libX11 - elogind - dbus-glib - gdk-pixbuf - gnome-desktop - - - /etc/pam.d - /usr/bin - /usr/lib - /usr/libexec - /usr/share/locale - /usr/share/doc - /usr/share/man - /usr/share/applications - - - - - 2022-06-03 - 5.0.1 - rebuild for gnome42 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-04-28 - 5.0.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-10-04 - 4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 4.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - blueberry - https://github.com/linuxmint/blueberry - - Alihan Öztürk - alihan@pisilinux.org + Ali Cengiz Kurt + alicengizkurt@gmail.com GPLv3+ + GPL3 app:gui - desktop.cinnamon - Bluetooth configuration tool - Bluetooth configuration tool - https://github.com/linuxmint/blueberry/archive/refs/tags/1.4.8.tar.gz - desktop/cinnamon/blueberry/pspec.xml - - - blueberry - Bluetooth configuration tool - - gnome-bluetooth - - - /etc/xdg/autostart - /usr/bin - /usr/lib/blueberry - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - - - - - 2022-07-25 - 1.4.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-15 - 1.4.7 - Fİrst release - Alihan Öztürk - alihan@pisilinux.org - - - - - - caribou - http://live.gnome.org/Caribou/ - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:gui - desktop.cinnamon - Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. - Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device. - https://gitlab.gnome.org/GNOME/caribou/-/archive/0.4.21/caribou-0.4.21.tar.gz + util.antivirus + ClamAV-Gui. + ClamAV-Gui is a graphical interface for ClamAV antivirus software + https://sourceforge.net/projects/pisilinux/files/source/ClamAV-GUI-0.4.2.tgz/download - intltool - atk-devel - gtk3-devel - vala-devel - dconf-devel - docbook-xsl - libgee-devel - gnome-common - libxslt-devel - libX11-devel - gettext-devel - clutter-devel - libXtst-devel - libxslt-devel - dbus-glib-devel - gdk-pixbuf-devel - libxklavier-devel - at-spi2-core-devel - desktop-file-utils - python-pygobject3-devel - python3-pygobject3-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel + clamav-devel + qt5-base-devel - caribou-fix-compilation-error.patch - caribou-fix-subkey-popmenu.patch - caribou-fix-xadapter-xkb-calls.patch - caribou-fix-antler-style-css.patch - caribou-fix-python-env.patch - caribou-change_autostart_cinnamon.patch - caribou-drop_gir_patch.patch + qt5.patch - desktop/cinnamon/caribou/pspec.xml + util/antivirus/clamav-gui/pspec.xml - caribou + clamav-gui + clamav-gui - atk - gtk3 - dconf - glib2 - libX11 - libgee - libXtst - libxml2 - libXtst - clutter - libxslt - libxklavier - dbus-python - at-spi2-core - python-pygobject3 - python3-pygobject3 - gsettings-desktop-schemas - - - /etc - /usr/bin - /usr/lib/caribou - /usr/lib/girepository-1.0 - /usr/lib/gnome-settings-daemon-3.0 - /usr/lib/gtk-3.0 - /usr/lib/python2.7 - /usr/lib/libcaribou* - /usr/share/doc - /usr/share/dbus-1 - /usr/share/antler - /usr/share/caribou - /usr/share/glib-2.0 - /usr/share/vala - /usr/share/locale - - - - caribou-devel - Development files for caribou - caribou için geliştirme dosyaları - - gdk-pixbuf-devel - gtk3-devel - libXtst-devel - libgee-devel - libxklavier-devel - libX11-devel - libxml2-devel - python-pygobject3-devel - caribou - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2022-06-30 - 0.4.21 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon - https://github.com/linuxmint/cinnamon - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - LGPLv2.1 - app:console - library - desktop.cinnamon - Linux desktop which provides advanced innovative features and a traditional user experience - Linux desktop which provides advanced innovative features and a traditional user experience - cinnamon - https://github.com/linuxmint/cinnamon/archive/refs/tags/5.4.9.tar.gz - - cjs-devel - meson - samurai - intltool - cinnamon-menus-devel - muffin-devel - clutter-devel - cogl-devel - gtk3-devel - dbus-glib-devel - dbus-devel - gobject-introspection-devel - polkit-devel - libXfixes-devel - at-spi2-atk-devel - glib2-devel - mesa-devel - pango-devel - libsoup-devel - xapp-devel - libX11-devel - libxml2-devel - libnma-devel - gstreamer-devel - python3-devel - cinnamon-desktop-devel - cinnamon-session - cinnamon-settings-daemon-devel - cinnamon-screensaver-devel - cinnamon-control-center-devel - libXfixes-devel - gettext-devel - spidermonkey-devel - libgudev-devel - NetworkManager-devel - network-manager-applet - startup-notification-devel - gnome-bluetooth-devel - pulseaudio-libs-devel - json-glib-devel - libnotify-devel - gtk-doc - gvfs - mozjs-78-devel - system-config-printer - upower-devel - libcroco-devel - libcanberra-devel - gconf-devel - gnome-panel-devel - gsettings-desktop-schemas-devel - libgnome-keyring - gst-plugins-base-devel - librsvg-devel - libXScrnSaver-devel - - - autostart.patch - default-theme.patch - set_wheel.patch - 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch - Notify-0.8.patch - - desktop/cinnamon/cinnamon/pspec.xml - - - cinnamon - - atk - cogl - gtk3 - dbus - xapp - mesa - cairo - libdrm + clamav + qt5-base libgcc - glib2 - libglvnd - gstreamer - libXext - dbus-glib - json-glib - libXrandr - libXdamage - libXcomposite - wayland-client - wayland-server - pango - libX11 - muffin - clutter - libxml2 - blueberry - mintlocale - cjs - system-config-printer - system-config-printer-gtk - spidermonkey - icon-theme-adwaita - libcroco - libXfixes - gdk-pixbuf - at-spi2-atk - cinnamon-menus - pulseaudio-libs - startup-notification - gobject-introspection - cinnamon-desktop - cinnamon-control-center - cinnamon-screensaver - cinnamon-session - cinnamon-settings-daemon - cinnamon-translations - gnome-panel - nemo - NetworkManager - network-manager-applet - libgnome-keyring - accountsservice - polkit - polkit-gnome - upower - libsoup - dbus-python - libnotify - gconf - python3-cairo - python3-pygobject3 - python3-pam - python3-xapp - python3-pillow - python3-pexpect - python3-pyinotify - python3-pytz - python3-requests - python3-cairo - timezonemap - python-gtk - notify-python - gnome-terminal - gvfs - gsettings-desktop-schemas /usr/bin - /etc/xdg - /usr/lib/cinnamon - /usr/lib/python3.9 - /usr/lib/cinnamon-* - /usr/share/locale - /usr/share/applications - /usr/share/cinnamon - /usr/share/cinnamon-session - /usr/share/dbus-1 - /usr/share/desktop-directories - /usr/share/doc - /usr/share/gtk-doc - /usr/share/glib-2.0 /usr/share/icons - /usr/share/man - /usr/share/polkit-1 - /usr/share/xsessions - /usr/share/themes - /usr/share - - - polkit-cinnamon-authentication-agent-1.desktop - window-list.json - panel-launchers.json - menu.json - pisi-logo.svg - pisi-crocus-ancyrensis.png - cinnamon-pisilinux.gschema.override - - - - - 2022-08-02 - 5.4.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-25 - 5.4.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-control-center - https://github.com/linuxmint/cinnamon-control-center - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - The Control Center for Cinnamon - Cinnamon için kontrol merkezi - The Control Center for Cinnamon - Cinnamon için kontrol merkezi - cinnamon-control-center - https://github.com/linuxmint/cinnamon-control-center/archive/refs/tags/5.4.6.tar.gz - - meson - samurai - libnma-devel - regionset - intltool - gettext-devel - colord-devel - dbus-glib-devel - dbus-devel - glib2-devel - gdk-pixbuf-devel - gtk3-devel - upower-devel - libwacom-devel - libnotify-devel - libxml2-devel - libmm-glib-devel - libnma-devel - NetworkManager-devel - gnome-online-accounts-devel - ModemManager-devel - xorg-input-wacom-devel - libX11-devel - libxml2-devel - accountsservice-devel - libxkbfile-devel - polkit-devel - iso-codes-devel - mesa-devel - desktop-file-utils - cinnamon-settings-daemon-devel - cinnamon-desktop-devel - cinnamon-menus-devel - docbook-xsl - libgnomekbd-devel - libxklavier-devel - libXi-devel - pulseaudio-libs-devel - timezone - fontconfig-devel - - desktop/cinnamon/cinnamon-control-center/pspec.xml - - - cinnamon-control-center - - atk - cups - mesa - gtk3 - dbus - cairo - glib2 - libXi - pango - upower - libnma - colord - libX11 - polkit - libwacom - regionset - freetype - iso-codes - dbus-glib - libnotify - fontconfig - gdk-pixbuf - libmm-glib - libgnomekbd - libxklavier - ModemManager - polkit-gnome - NetworkManager - cinnamon-menus - accountsservice - pulseaudio-libs - cinnamon-desktop - gnome-color-manager - gnome-online-accounts - desktop-file-utils - cinnamon-translations - network-manager-applet - cinnamon-settings-daemon - - - /usr/bin - /usr/lib/cinnamon-control-center-1 - /usr/lib/libcinnamon-control-center* /usr/share/applications - /usr/share/cinnamon-control-center - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - - - - cinnamon-control-center-devel - cinnamon-control-center için geliştirme dosyaları - development - - cinnamon-control-center - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-02 - 5.4.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-28 - 5.4.3 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2022-05-30 - 5.4.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-desktop - https://github.com/linuxmint/cinnamon-desktop - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Library with common API for various Cinnamon modules - Cinnamon modülleri için çeşitli API kitaplıkları - Library with common API for various Cinnamon modules - Cinnamon modülleri için çeşitli API kitaplıkları - cinnamon-desktop - https://github.com/linuxmint/cinnamon-desktop/archive/refs/tags/5.4.2.tar.gz - - meson - samurai - gettext-devel - intltool - accountsservice-devel - gdk-pixbuf-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - glib2-devel - gtk3-devel - python3-devel - libX11-devel - libXext-devel - xkeyboard-config - libxkbfile-devel - libXrandr-devel - pulseaudio-libs-devel - libxml2-devel - - - config.patch - - desktop/cinnamon/cinnamon-desktop/pspec.xml - - - cinnamon-desktop - - gtk3 - cairo - glib2 - libX11 - libXext - libXrandr - gdk-pixbuf - libxkbfile - pulseaudio-libs - gnome-backgrounds - gsettings-desktop-schemas - gnome-themes-extra-community - - - /usr/lib/girepository-1.0 - /usr/lib/libcinnamon* - /usr/lib/libcvc* - /usr/share/applications - /usr/share/libcinnamon-desktop /usr/share/doc - /usr/share/glib-2.0 - /usr/share/locale - - - - cinnamon-desktop-devel - cinnamon-desktop için geliştirme dosyaları - Development headers for cinnamon-desktop - development - - gtk3-devel - glib2-devel - libxkbfile-devel - pulseaudio-libs-devel - gsettings-desktop-schemas-devel - cinnamon-desktop - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 + /usr/share/man + /usr/share/clamav-gui - 2022-07-25 - 5.4.2 + 2021-01-31 + 0.4.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-06-30 - 5.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-menus - https://github.com/linuxmint/cinnamon-menus - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2.1 - app:gui - desktop.cinnamon - A menu system for the Cinnamon project - A menu system for the Cinnamon project - cinnamon - https://github.com/linuxmint/cinnamon-menus/archive/refs/tags/5.4.0.tar.gz - - meson - samurai - intltool - glib2-devel - python3-devel - gobject-introspection-devel - - desktop/cinnamon/cinnamon-menus/pspec.xml - - - cinnamon-menus - - glib2 - - - /usr/bin - /usr/lib/libcinnamon* - /usr/lib/girepository-1.0 - /usr/share/doc - - - - cinnamon-menus-devel - Development files for cinnamon-menus - development - - glib2-devel - cinnamon-menus - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-06-30 - 5.4.0 + 2018-12-01 + 0.4.1 First Release - Alihan Öztürk - alihan@pisilinux.org + Ali Cengiz Kurt(alick01) + alicengizkurt@gmail.com - cinnamon-screensaver - https://github.com/linuxmint/cinnamon-screensaver - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Screensaver designed to integrate well with the Cinnamon desktop - Cinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu. - Screensaver designed to integrate well with the Cinnamon desktop - Cinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu. - cinnamon-screensaver - https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/5.4.2.tar.gz - - gnome-common - meson - samurai - intltool - glib2-devel - gtk3-devel - xdotool-devel - gobject-introspection-devel - libX11-devel - libXext-devel - libXrandr-devel - dbus-glib-devel - libXinerama-devel - libxklavier-devel - libXScrnSaver-devel - python3-devel - desktop-file-utils - pam-devel - librsvg-devel - pango-devel - libXrandr-devel - python3-pygobject3-devel - gettext-devel - libxkbfile-devel - gdk-pixbuf-devel - libgnomekbd-devel - cairo-devel - xorg-proto - libXxf86misc-devel - libXxf86vm-devel - libgnome-keyring - - desktop/cinnamon/cinnamon-screensaver/pspec.xml - - - cinnamon-screensaver - - pam - xapp - pango - xdotool - libXrandr - python3-cairo - python3-xapp - python3-setproctitle - python3-pygobject3 - accountsservice - dbus - gtk3 - cairo - glib2 - libX11 - libXext - dbus-glib - gdk-pixbuf - libXxf86vm - libgnomekbd - libxklavier - libXinerama - libXxf86misc - libgnome-keyring - cinnamon-desktop - cinnamon-translations - - - /usr/bin - /etc - /usr/lib/girepository-1.0 - /usr/lib/cinnamon-screensaver - /usr/lib/cs-backup-locker - /usr/lib/libcscreensaver.* - /usr/share/applications - /usr/share/cinnamon-screensaver - /usr/share/dbus-1 - /usr/share/doc - /usr/share/icons - - - - cinnamon-screensaver-devel - cinnamon-screensaver için geliştirme dosyaları - development - - cinnamon-screensaver - gtk3-devel - glib2-devel - libX11-devel - libXext-devel - xdotool-devel - libXinerama-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-08-02 - 5.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-26 - 5.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-session - https://github.com/linuxmint/cinnamon-session - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.cinnamon - Cinnamon session manager - Cinnamon oturum yönetisici - Cinnamon-session manages a Cinnamon desktop or GDM login session. It starts up the other core components and handles logout and saving the session. - Cinnamon oturumu bir Cinnamon masaüstü veya GDM giriş oturumunu yönetir. - cinnamon - https://github.com/linuxmint/cinnamon-session/archive/refs/tags/5.4.0.tar.gz - - xmlto - meson - xtrans - samurai - intltool - xapp-devel - mesa-devel - gtk3-devel - cairo-devel - gconf-devel - glib2-devel - libSM-devel - libICE-devel - libX11-devel - libXau-devel - libXext-devel - dbus-glib-devel - gdk-pixbuf-devel - libXrender-devel - libcanberra-devel - libXcomposite-devel - gettext-devel - elogind-devel - polkit-devel - json-glib-devel - upower-devel - libxslt-devel - libxcb-devel - libXtst-devel - pangox-compat-devel - xkeyboard-config - util-linux - - desktop/cinnamon/cinnamon-session/pspec.xml - - - cinnamon-session - - gtk3 - xapp - cairo - glib2 - libSM - libICE - libX11 - libXau - elogind - libXext - libXtst - libglvnd - dbus-x11 - gdk-pixbuf - libXrender - libcanberra - polkit-gnome - libXcomposite - cinnamon-desktop - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-06-30 - 5.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-settings-daemon - https://github.com/linuxmint/cinnamon-settings-daemon - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - The Cinnamon Settings daemon - Cinnamon ayarları servisi - The Cinnamon Settings daemon - Cinnamon ayarları servisi - https://github.com/linuxmint/cinnamon-settings-daemon/archive/refs/tags/5.4.4.tar.gz - - meson - samurai - gettext-devel - intltool - libcanberra-devel - dbus-glib-devel - cinnamon-desktop-devel - colord-devel - cups-devel - fontconfig-devel - glib2-devel - libgnomekbd-devel - gtk3-devel - libgudev-devel - libnotify-devel - xorg-proto - nss-devel - polkit-devel - pulseaudio-libs-devel - upower-devel - libwacom-devel - xorg-input-wacom-devel - libX11-devel - libXext-devel - libXfixes-devel - libXi-devel - libxklavier-devel - libXtst-devel - librsvg-devel - lcms2-devel - elogind-devel - libxkbfile-devel - docbook-xsl - libcanberra-gtk3-devel - libxslt-devel - libXrandr-devel - libXScrnSaver-devel - libxml2-devel - libXxf86misc-devel - gdk-pixbuf-devel - - desktop/cinnamon/cinnamon-settings-daemon/pspec.xml - - - cinnamon-settings-daemon - - nss - cups - gtk3 - nspr - cairo - glib2 - lcms2 - libXi - colord - libX11 - polkit - upower - libXext - libgudev - pango - elogind - libXtst - librsvg - libwacom - dbus-glib - libXfixes - libnotify - fontconfig - gdk-pixbuf - libcanberra - libgnomekbd - libxklavier - pulseaudio-libs - cinnamon-desktop - libcanberra-gtk3 - cinnamon-translations - - - /usr/bin - /etc - /usr/lib/cinnamon-settings-daemon* - /usr/lib/csd* - /usr/share/applications - /usr/share/cinnamon-settings-daemon* - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/polkit-1 - - - - cinnamon-settings-daemon-devel - cinnamon-settings-daemon için geliştirme dosyaları - development - - cinnamon-settings-daemon - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-07 - 5.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-28 - 5.4.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-25 - 5.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-sounds - http://cinnamon.linuxmint.com/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Cinnamon desktop sounds - Cinnamon desktop sounds - https://sourceforge.net/projects/pisilinux/files/source/cinnamon-sounds.tar.xz - desktop/cinnamon/cinnamon-sounds/pspec.xml - - - cinnamon-sounds - - /usr/share/cinnamon/sounds - - - - - 2022-07-16 - 1.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cinnamon-translations - https://github.com/linuxmint/cinnamon-translations - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - locale - desktop.cinnamon - Translations for Cinnamon and Nemo - Cinnamon ve Nemo için çeviriler - Translations for Cinnamon and Nemo - Cinnamon ve Nemo için çeviriler - cinnamon-language - https://github.com/linuxmint/cinnamon-translations/archive/refs/tags/5.4.2.tar.gz - - make - - desktop/cinnamon/cinnamon-translations/pspec.xml - - - cinnamon-translations - - /usr/share/locale - /usr/share/doc - - - - - 2022-07-25 - 5.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cjs - https://github.com/linuxmint/cjs - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Javascript Bindings for Cinnamon - Cinnamon için Javascript Bağlayıcıları - Javascript Bindings for Cinnamon - Cinnamon için Javascript Bağlayıcıları - library - https://github.com/linuxmint/cjs/archive/refs/tags/5.4.1.tar.gz - - meson - samurai - gjs-devel - gtk3-devel - cairo-devel - sysprof-devel - readline-devel - xorg-server-xvfb - mozjs-78-devel - libatomic_ops-devel - gobject-introspection-devel - - desktop/cinnamon/cjs/pspec.xml - - - cjs - - gtk3 - cairo - glib2 - libX11 - libffi - libgcc - mozjs-78 - readline - gobject-introspection - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - cjs-devel - cjs için geliştirme dosyaları - development - - cjs - glib2-devel - cairo-devel - libffi-devel - mozjs-78-devel - gobject-introspection-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-30 - 5.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - iso-flag-png - https://github.com/linuxmint/flags - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - ISO country flags in PNG format - PNG biçiminde ISO ülke bayrakları - ISO country flags in PNG format - PNG biçiminde ISO ülke bayrakları - cinnamon - https://github.com/linuxmint/flags/archive/refs/tags/1.0.2.tar.gz - desktop/cinnamon/iso-flag-png/pspec.xml - - - iso-flag-png - - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 1.0.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libcryptui - https://gitlab.gnome.org/GNOME/libcryptui - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL - app:gui - desktop.cinnamon - Library for OpenPGP prompts - OpenPGP istemleri için kitaplık - Library for OpenPGP prompts - OpenPGP istemleri için kitaplık - library - https://gitlab.gnome.org/GNOME/libcryptui/-/archive/3.12.2/libcryptui-3.12.2.tar.gz - - intltool - gnome-common - gtk-doc - gpgme-devel - glib2-devel - dbus-glib-devel - gnupg - gtk3-devel - libnotify-devel - gcr-devel - atk-devel - pango-devel - cairo-devel - libSM-devel - gobject-introspection-devel - gettext-devel - - - libcryptui-3.12.2-gpg22.patch - libcryptui-3.12.2-use-gcr.patch - libcryptui-gpg_version_fix.patch - libcryptui-3.12.2-fix-return-types.patch - - desktop/cinnamon/libcryptui/pspec.xml - - - libcryptui - - atk - gcr - dbus - gtk3 - glib2 - libSM - gpgme - pango - dbus-glib - libnotify - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - libcryptui-devel - - libcryptui - gtk3-devel - glib2-devel - dbus-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-23 - 3.12.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mint-themes - http://packages.linuxmint.com - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.cinnamon - Mint-X GTK2, GTK3, Metacity and Xfce theme. - Mint-X GTK2, GTK3, Metacity and Xfce theme. - http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.0.3.tar.xz - - sassc - optipng - gtk3-devel - python3-devel - - desktop/cinnamon/mint-themes/pspec.xml - - - mint-themes - - /usr/share/themes - - - - - 2022-06-30 - 2.0.3 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - mintlocale - http://cinnamon.linuxmint.com - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:gui - desktop - Language selection tool. - Cinnamon dil aracı. - Language selection tool. - Cinnamon masaüstü için dil aracı. - https://github.com/linuxmint/mintlocale/archive/refs/tags/1.4.7.tar.gz - - desktop-file-utils - accountsservice-devel - gtk3-devel - gettext-devel - gobject-introspection-devel - gdk-pixbuf-devel - intltool - xapp-devel - - - add_apt_checking.patch - fix_gdk_import.patch - fix_signal_name.patch - show_utf8_only.patch - - desktop/cinnamon/mintlocale/pspec.xml - - - mintlocale - - desktop-file-utils - accountsservice - gtk3 - iso-flag-png - gettext - gobject-introspection - intltool - - - /usr/bin - /usr/share - /usr/lib - - - - - 2022-06-30 - 1.4.7 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - nemo - https://github.com/linuxmint/nemo - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - File manager for Cinnamon - Cinnamon için Dosya Yöneticisi - File manager for Cinnamon - Cinnamon için Dosya Yöneticisi - nemo - https://github.com/linuxmint/nemo/archive/refs/tags/5.4.2.tar.gz - - meson - samurai - intltool - gtk-doc - xorg-proto - pango-devel - python3-devel - python3-pygobject3-devel - desktop-file-utils - libxml2-devel - libXext-devel - librsvg-devel - libXrender-devel - cinnamon-desktop-devel - cinnamon-translations - libSM-devel - atk-devel - gsettings-desktop-schemas-devel - gvfs - gvfs-goa - gtk3-devel - glib2-devel - libexif-devel - libX11-devel - libnotify-devel - libgsf-devel - exempi-devel - gobject-introspection-devel - ffmpegthumbnailer-devel - libnotify-devel - xapp-devel - dconf-devel - poppler-devel - ghostscript-devel - gdk-pixbuf-devel - - desktop/cinnamon/nemo/pspec.xml - - - nemo - - atk - gtk3 - gvfs - xapp - cairo - glib2 - pango - exempi - libX11 - libgsf - librsvg - libexif - libxml2 - gvfs-goa - libnotify - gdk-pixbuf - shared-mime-info - desktop-file-utils - gsettings-desktop-schemas - cinnamon-desktop - cinnamon-translations - icon-theme-adwaita - - - /usr/bin - /usr/lib/nemo - /usr/lib/girepository-1.0 - /usr/lib/libnemo* - /usr/lib/nemo-* - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gtksourceview* - /usr/share/icons - /usr/share/man - /usr/share/mime - /usr/share/nemo - /usr/share/polkit-1 - - - - nemo-devel - nemo için geliştirme dosyaları - development - - nemo - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-30 - 5.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - nemo-extensions - https://github.com/linuxmint/nemo-extensions - - PisiLinux Developers - admin@pisilinux.org - - GPLv2 - library - desktop.cinnamon - Various extensions for Nemo - Various extensions for Nemo - nemo - https://github.com/linuxmint/nemo-extensions/archive/refs/tags/5.4.1.tar.gz - - clutter-devel - clutter-gst-devel - clutter-gtk-devel - python3-devel - python3-setuptools - python3-pygobject3-devel - meson - gpgme-devel - python3-importlib_metadata - gnupg - avahi-glib-devel - libnotify-devel - gcr-devel - samurai - nemo-devel - xreader-devel - cjs-devel - gtksourceview4-devel - musicbrainz5-devel - dbus-glib-devel - cinnamon-desktop-devel - libcryptui-devel - webkit2gtk-devel - - desktop/cinnamon/nemo-extensions/pspec.xml - - - nemo-audio-tab - nemo - - nemo - - - /usr/lib/python3.9/site-packages/nemo_audio_tab-5.4.1-py3.9.egg-info - /usr/share/nemo-audio-tab - - - - nemo-compare - nemo - - nemo - - - /usr/bin/nemo-compare-preferences - /usr/lib/python3.9/site-packages/nemo_compare-5.4.1-py3.9.egg-info - /usr/share/nemo-compare - - - - nemo-dropbox - nemo - - gtk3 - nemo - glib2 - - - /usr/lib/nemo/extensions-3.0/libnemo-dropbox.* - /usr/share/nemo-dropbox - /usr/share/icons/hicolor/symbolic/apps - /usr/share/licenses/nemo-dropbox - - - - nemo-emblems - nemo - - nemo - - - /usr/lib/python3.9/site-packages/nemo_emblems-5.4.1-py3.9.egg-info - - - - nemo-fileroller - nemo - - nemo - - - /usr/lib/nemo/extensions-3.0/libnemo-fileroller.* - - - - nemo-image-converter - nemo - - nemo - - - /usr/lib/nemo/extensions-3.0/libnemo-image-converter.* - /usr/share/nemo-image-converter - - - - nemo-media-columns - nemo - - nemo - - - /usr/bin/nemo-media-columns-prefs - /usr/lib/python3.9/site-packages/nemo_media_columns-5.4.1-py3.9.egg-info - /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-media-columns.gschema.xml - - - - nemo-pastebin - nemo - - nemo - - - /usr/bin/nemo-pastebin-configurator - /usr/lib/python3.9/site-packages/nemo_pastebin-5.4.1-py3.9.egg-info - /usr/share/nemo-pastebin - /usr/share/icons/hicolor/scalable - /usr/share/icons/hicolor/48x48 - /usr/share/glib-2.0/schemas/nemo-pastebin.gschema.xml - - - - nemo-preview - nemo - - cjs - cairo - pango - libX11 - clutter - xreader - freetype - gstreamer - gdk-pixbuf - clutter-gst - clutter-gtk - musicbrainz5 - gtksourceview4 - gst-plugins-base - gobject-introspection - nemo - - - /usr/bin/nemo-preview - /usr/lib/nemo-preview - /usr/share/nemo-preview - /usr/share/locale/*/LC_MESSAGES/nemo-preview.mo - /usr/share/dbus-1/services/org.nemo.Preview.service - - - - nemo-python - nemo - - python3 - nemo - - - /usr/lib/nemo/extensions-3.0/libnemo-python.* - /usr/share/nemo-python - - - - nemo-repairer - nemo - - nemo - - - /usr/bin/nemo-filename-repairer - /usr/lib/nemo/extensions-3.0/libnemo-filename-repairer.* - /usr/share/nemo-filename-repairer - - - - nemo-seahorse - nemo - - gcr - nemo - gpgme - dbus-glib - libnotify - libcryptui - - - /usr/bin/nemo-seahorse-tool - /usr/lib/nemo/extensions-3.0/libnemo-seahorse.* - /usr/share/nemo-seahorse - /usr/share/applications/nemo-seahorse* - /usr/share/glib-2.0/schemas/org.nemo.plugins.seahorse* - /usr/share/man/man1/nemo-seahorse* - - - - nemo-share - nemo - - nemo - - - /usr/lib/nemo/extensions-3.0/libnemo-share.* - /usr/share/nemo-share - /usr/share/polkit-1/actions - /usr/share/locale/*/LC_MESSAGES/nemo-share.mo - - - - nemo-terminal - nemo - - nemo - - - /usr/bin/nemo-terminal-prefs - /usr/lib/python3.9/site-packages/nemo_terminal-5.4.1-py3.9.egg-info - /usr/share/nemo-terminal - /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml - - - - - 2022-07-25 - 5.4.1 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - timezonemap - https://github.com/dashea/timezonemap - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Gtk3 timezone map widget, forked from gnome which forked from Ubiquity - Gtk3 zaman bölge haritası aracı - Gtk3 timezone map widget, forked from gnome which forked from Ubiquity - Gtk3 zaman bölge haritası aracı - library - https://github.com/dashea/timezonemap/archive/refs/tags/0.4.5.1.tar.gz - - gnome-common - gobject-introspection-devel - gtk3-devel - glib2-devel - libsoup-devel - librsvg-devel - cairo-devel - pango-devel - gdk-pixbuf-devel - json-glib-devel - python3-devel - - desktop/cinnamon/timezonemap/pspec.xml - - - timezonemap - - gtk3 - cairo - glib2 - librsvg - libsoup - json-glib - gdk-pixbuf - - - /usr/lib/girepository-1.0 - /usr/lib/libtimezonemap* - /usr/share/doc - /usr/share/glade - /usr/share/libtimezonemap - - - - timezonemap-devel - - timezonemap - gtk3-devel - glib2-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-05-18 - 0.4.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - xreader - https://github.com/linuxmint/xreader - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.cinnamon - Document viewer for files like PDF and Postscript. - PDF ve Postscript benzeri dosyalar için Belge görüntüleyici. - Document viewer for files like PDF and Postscript. - PDF ve Postscript benzeri dosyalar için Belge görüntüleyici. - xreader - https://github.com/linuxmint/xreader/archive/refs/tags/3.4.3.tar.gz - - xapp-devel - intltool - meson - itstool - libICE-devel - libsecret-devel - libSM-devel - libspectre-devel - libgxps-devel - poppler-glib-devel - texlive-bin-devel - t1lib-devel - webkit2gtk-devel - - desktop/cinnamon/xreader/pspec.xml - - - xreader - - atk - gtk3 - tiff - xapp - zlib - glib2 - cairo - glib2 - libSM - pango - libICE - libX11 - libgxps - libxml2 - libsecret - gdk-pixbuf - libspectre - webkit2gtk - poppler-glib - - - /usr/bin - /usr/lib/libxreader* - /usr/lib/girepository-1.0 - /usr/lib/xreader - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/thumbnailers - /usr/share/xreader - - - - xreader-devel - xreader için geliştirme dosyaları - - xreader - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-25 - 3.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-23 - 3.4.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - fluxbox - http://www.fluxbox.org - - Pisi Linux Admins - admin@pisilinux.org - - MIT - app:gui - desktop.fluxbox.base - An X11 window manager featuring tabs and an iconbar - Hafif bir X pencere yöneticisi - Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code. It is very light on resources and easy to handle but yet full of features to make an easy, and extremely fast, desktop experience. - Fluxbox, Blackbox 0.61.1 kodu temel alınarak geliştirilmiş bir X pencere yöneticisidir. Çok az kaynak tükettiği ve kolayca idare edildiği için çok hızlı bir masaüstü tecribesi sunar. - mirrors://sourceforge/fluxbox/fluxbox-1.3.7.tar.gz - - imlib2-devel - zlib-devel - libICE-devel - libSM-devel - libX11-devel - libXext-devel - libXft-devel - libXinerama-devel - libXpm-devel - gettext-devel - libXrandr-devel - libXrender-devel - fontconfig-devel - fribidi-devel - - - fluxbox-startfluxbox-pulseaudio.patch - autostart.patch - - desktop/fluxbox/base/fluxbox/pspec.xml - - - fluxbox - - imlib2 - fontconfig - libXext - libXft - libXinerama - libXpm - libXrandr - libXrender - fribidi - libgcc - libX11 - - - /etc - /usr/bin - /usr/share/man - /usr/share/fluxbox - /usr/share/xsessions - /usr/share/doc - - - fluxbox.desktop - fbmenugen - pisi-reflect.jpg - - - - - 2020-04-16 - 1.3.7 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - adobe-source-code-pro-fonts - http://www.gnome.org - - Pisi Linux Admins - admins@pisilinux.org - - OFL - desktop.font - Monospaced font family for user interface and coding environments. - Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. - https://github.com/adobe-fonts/source-code-pro/archive/refs/tags/2.038R-ro/1.058R-it/1.018R-VAR.tar.gz - desktop/font/adobe-source-code-pro-fonts/pspec.xml - - - adobe-source-code-pro-fonts - - /usr/share/fonts - /usr/share/doc - - - - - 2021-06-05 - 2.038R - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - amiri-fonts - https://www.amirifont.org - - Stefan Gronewold - groni@pisilinux.org - - custom:OFL - data:font - desktop.font - Arabic TTF fonts - Arapça TTF yazı tipleri - Amiri is a classical Arabic typeface. - Amiri klasik bir Arap yazıdır. - https://github.com/khaledhosny/amiri-font/releases/download/0.111/amiri-0.111.zip - desktop/font/amiri-fonts/pspec.xml - - - amiri-fonts - - /usr/share/doc - /usr/share/fonts/amiri - /usr/share/amiri-fonts - - - - - 2018-07-31 - 0.111 - Rebuild for new Toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2018-05-08 - 0.111 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - cantarell-fonts - http://www.gnome.org - - Kamil Atlı - suvari@pisilinux.org - - GPLv2+ - desktop.font - GNOME Cantarell fonts - GNOME Cantarell fonts - required for GNOME 3 - https://download-fallback.gnome.org/sources/cantarell-fonts/0.303/cantarell-fonts-0.303.1.tar.xz - - meson - - desktop/font/cantarell-fonts/pspec.xml - - - cantarell-fonts - - /usr/share/fonts - /usr/share/fontconfig - /usr/share/doc - /usr/share/metainfo/org.gnome.cantarell.metainfo.xml - - - - - 2021-12-11 - 0.303.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-30 - 0.301 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - - - - dejavu-fonts - http://www.dejavu-fonts.org - - Sezai Yeniay - sezaiyeniay@pisilinux.org - - as-is - data:font - desktop.font - DejaVu yazıtipleri - DejaVu fonts - DejaVu fonts - DejaVu yazıtipleri - Les fontes DejaVu basées sur des fontes Bitstream avec des améliorations. - Contains DejaVu fonts that are based on Bitstream fonts, with improvements. - Bevat de DejaVu fonts die zijn gebasserd op de Bitstream fonts, met verbeteringen. - mirrors://sourceforge/dejavu/2.37/dejavu-fonts-2.37.tar.bz2 - - xorg-app-devel - fontforge - fontconfig-devel - perl-Font-TTF - perl-IO-String - unicode-ucd - giflib-devel - - desktop/font/dejavu-fonts/pspec.xml - - - dejavu-fonts - - /etc/fonts - /etc/X11/fontpath.d/dejavu - /usr/share/fonts - /usr/share/doc - - - - - 2022-04-02 - 2.37 - Rebuild for fontforge - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 2.37 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-11 - 2.37 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.37 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-02-28 - 2.37 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-09-18 - 2.34 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-27 - 2.34 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - droid-fonts - https://www.droidfonts.com/ - - Sezai Yeniay - sezaiyeniay@pisilinux.org - - Apache-2.0 - data:font - desktop.font - Droid, TrueType font ailesi - Droid is a TrueType font family intended for use on the small screens of mobile handsets - Droid is een TrueType font familie gemaakt voor gebruik op de kleine schermen van mobiele telefoons - Android platformunda kullanılmak üzere oluşturulmuş font ailesi. - Droid is a font family created by Ascender Corporation for use by the Open Handset Alliance platform, Android. The font families, known simply as Droid, are Droid Sans, Droid Serif, and Droid Sans Mono. - Droid is een TrueType font familie gemaakt voor gebruik op de kleine schermen van mobiele telefoons - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pardusarchives/droid_fonts_20100815.tar.gz - desktop/font/droid-fonts/pspec.xml - - - droid-fonts - - /etc/fonts - /usr/share/fonts - /usr/share/doc - - - 65-droid-fonts-sans-fontconfig.conf - 60-droid-fonts-sans-mono-fontconfig.conf - 59-droid-fonts-serif-fontconfig.conf - - - - - 2019-11-05 - 0.0_20100821 - Rebuild remove Ahem.ttf - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.0_20100821 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 0.0_20100821 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-09-18 - 0.0_20100821 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-28 - 0.0_20100821 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - exo-fonts-1 - https://fonts.google.com/specimen/Exo - - Blue Devil - bluedevil@sctzine.com - - OFL - data:doc - desktop.font - Exo Font Family - Exo Yazıyüzü Ailesi - Exo is a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design. - exo-fonts paketi Google tarafından desteklenen çağdaş geometrik sans serif türü bir yazıyüzüdür. - https://sourceforge.net/projects/pisilinux/files/source/exo-font.tar.gz - desktop/font/exo-fonts-1/pspec.xml - - - exo-fonts-1 - Exo Font Family. - - /usr/share/doc - /usr/share/fonts - - - - - 2020-08-30 - 1.0 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - fontconfig - http://fontconfig.org + clamav + http://www.clamav.net PisiLinux Community admins@pisilinux.org - MIT + GPLv2+ + service library - desktop.font - A library for configuring and customizing font access - Yazıtiplerinin yapılandırılması ve özelleştirilmesi için bir kitaplık - Biblioteka do konfigurowania pospolitych czcionek - obsługa plików binarnych - Fontconfig est un librairie conçue pour fournir à tout le système accès à la possibilité de configurer, personnaliser et appliquer des fontes. - Fontconfig is a library designed to provide system-wide font configuration, customization and application access. - Fontconfig sistem genelindeki programlar için yazıtiplerinin ayarlanmasını, özelleştirilmesini ve programlar tarafından erişilmesini sağlar. - Fontconfig jest biblioteką do konfigurowania i dostosowywania do własnych potrzeb czcionek, które nie zależą od systemu X Window. Została zaprojektowana, aby znajdować czcionki w systemie i dobierać je do wymagań określanych przez aplikacje. - https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.94.tar.xz + app:console + util.antivirus + Clam Antivirus software + Clam antivirüs programı + Clam AntiVirus is a GPL anti-virus toolkit for UNIX. + Clam antivirus Unix sistemler için açık kaynak kodlu antivirus aracıdır. + https://www.clamav.net/downloads/production/clamav-0.103.0.tar.gz - gperf - expat-devel - python3-devel - freetype-devel - libutil-linux-devel + libxml2-devel + libpcre2-devel + curl-devel + zlib-devel + json-c-devel + ncurses-devel + openssl-devel - - use_legacy_lcdfilter_on_small_monospace.patch - fontconfig-2.8.0-sleep-less.patch - deprecated-user-conf.patch - - desktop/font/fontconfig/pspec.xml + util/antivirus/clamav/pspec.xml - fontconfig + clamav - expat - freetype - libutil-linux + libxml2 + bzip2 + libgcc + libtool-ltdl + libpcre2 + curl + zlib + json-c + ncurses + openssl - /etc/fonts /usr/bin + /usr/sbin + /etc + /usr/lib/tmpfiles.d/clamav.conf /usr/lib + /lib/udev/rules.d + /var/lib/clamav + /run/clamav + /var/log /usr/share/doc - /var/cache/fontconfig - /usr/share + /usr/share/man System.Package - System.PackageHandler + System.Service + + clamav.conf + clamd.conf + freshclam.conf + clamav-milter.conf + - fontconfig-devel - Development files for fontconfig - fontconfig için geliştirme dosyaları - Pliki nagłówkowe fontconfig + clamav-devel + Development headers for Clamav + Clam antivirüs programı için başlık dosyaları + clamav-devel Clam antivirüs programı için başlık dosyalarını içerir. + library - fontconfig - libutil-linux-devel - freetype-devel - expat-devel + clamav /usr/include /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/fontconfig/fontconfig-devel.txt - /usr/share/man - - - - fontconfig-32bit - 32-bit shared libraries for fontconfig - fontconfig için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - expat-32bit - freetype-32bit - libutil-linux-32bit - - - fontconfig - expat-32bit - freetype-32bit - libutil-linux-32bit - - - /usr/lib32 - - 2021-06-29 - 2.13.94 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.13.93 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 2.13.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2019-11-09 - 2.13.1 - Version Bump symlinks fix - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 2.13.0 - Rebuild for New Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-10 - 2.13.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-13 - 2.12.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.12.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 2.11.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-01-31 + 0.103.0 + Version Bump + Ali Cengiz Kurt + alicengizkurt@gmail.com - 2016-05-25 - 2.11.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org + 2019-01-13 + 0.101.1 + Version Bump + Ali Cengiz Kurt + alicengizkurt@gmail.com - 2014-05-17 - 2.11.1 - First release - Alihan Öztürk - alihan@pisilinux.org + 2018-11-30 + 0.100.2 + First rRelease. + Ali Cengiz Kurt + alicengizkurt@gmail.com - fontforge - http://fontforge.sourceforge.net/ + bashdb + http://bashdb.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + util.shell + A Debugger for Bash + Bash Kabuğu için bir hata ayıklayıcısı + bashdb is a comprehensive source-code debugger for bash. + bashdb, bash için kapsamlı bir kaynak kodu hata ayıklayıcısıdır. + mirrors://sourceforge/bashdb/bashdb/5.0-1.1.2/bashdb-5.0-1.1.2.tar.gz + util/shell/bashdb/pspec.xml + + + bashdb + + /usr/bin + /usr/share/doc + /usr/share/bashdb + /usr/share/info + /usr/share/man + + + + + 2020-01-25 + 1.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-29 + 0.94 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 0.94 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 0.92 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.91 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-22 + 0.91 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + dash + http://gondor.apana.org.au/~herbert/dash/ PisiLinux Community admins@pisilinux.org BSD app:console - app:gui - desktop.font - Font editor and converter - Postscript yazı tipi düzenleyici ve çevirici - FontForge is a font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another. FontForge also has support for many macintosh font formats. - FontForge kendi postscript, truetype, opentype, cid-keyed, multi-master, cff, svg, bitmap (bdf, FON, NFNT) fontlarınızı yaratmanıza veya hali hazırda varolan fontlarınızı düzenlemenize olanak tanıyan bir font düzenleyicidir. FontForge Macintosh font formatlarının çoğunu da desteklemektedir. - fontforge - https://github.com/fontforge/fontforge/releases/download/20220308/fontforge-20220308.tar.xz - https://fontforge.github.io/cidmaps.tgz - - git - cmake - libtool - xdg-utils - gtk3-devel - tiff-devel - libXi-devel - cairo-devel - pango-devel - libtool-ltdl - libpng-devel - libXft-devel - giflib-devel - python3-devel - libxml2-devel - freetype-devel - readline-devel - python3-sphinx - libspiro-devel - fontconfig-devel - shared-mime-info - desktop-file-utils - libjpeg-turbo-devel - - desktop/font/fontforge/pspec.xml + util.shell + Small and fast POSIX-compliant shell + Ufak ve hızlı POSIX uyumlu kabuk + DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. + DASH, POSIX uyumlu bir /bin/sh gerçeklemesi olup, olabildiğince ufak olmayı hedefleyen bir kabuktur. + http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz + util/shell/dash/pspec.xml - fontforge - - gtk3 - zlib - tiff - cairo - libXi - pango - glib2 - libX11 - libpng - libXft - giflib - potrace - python3 - libxml2 - freetype - readline - libspiro - libtool-ltdl - libjpeg-turbo - + dash - /usr/lib/libfontforge.so* - /usr/lib/python3.9/site-packages - /usr/share/doc + /bin/dash /usr/share/man - /usr/bin - /usr/share/mime - /usr/share/pixmaps - /usr/share/icons - /usr/share/appdata - /usr/share/fontforge - /usr/share/metainfo - /usr/share/applications - /usr/share/locale + /usr/share/doc - - 2022-04-02 - 2.0.20220308 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 2.0.20190801 + + 2020-01-25 + 0.5.10.2 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2019-11-11 - 2.0.20190801 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 2.0.20190801 + + 2018-07-29 + 0.5.10.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-07-31 - 2.0.20170731 - Rebuild for new Toolchain - Stefan Gronewold - groni@pisilinux.org - - 2018-03-26 - 2.0.20170731 - Version Bump + 2018-01-14 + 0.5.9.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-02-28 - 2.0.20161005 - Rebuild for new Toolchain. - Stefan Gronewold(groni) + 2017-01-25 + 0.5.9 + Version bump. + Stefan Gronewold groni@pisilinux.org - 2016-06-09 - 2.0.20150824 + 2016-06-08 + 0.5.8 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-28 - 2.0.20150824 + 2015-11-21 + 0.5.8 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + zsh + https://www.zsh.org + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + util.shell + Powerful command line shell + Güçlü bir diğer komut satırı kabuğu + Zsh is a command interpreter (shell) which has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a lots of other features. + Zsh komut satırı düzenleme, yanlışları düzeltme, programlanabilir komut tamamlama, kabuk fonksiyonları, geçmiş mekanizması ve diğer bir çok özellikleriyle birlikte gelen bir (kabuk) komut yorumlayıcısıdır. + mirrors://sourceforge/zsh/zsh-5.7.1.tar.xz + + libcap-devel + libpcre-devel + ncurses-devel + + util/shell/zsh/pspec.xml + + + zsh + + libcap + libpcre + ncurses + + + /etc + /bin + /usr/lib/zsh + /usr/share/zsh + /usr/share/man + /usr/share/doc/ + + + zprofile + zshrc + zsh_command_not_found + accept-line + + + + + 2020-01-25 + 5.7.1 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2019-02-14 + 5.7.1 + First release. + Hasan Basri + hbasria@pisilinux.org + + + + + + bash-completion + https://github.com/scop/bash-completion + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + util.shell + Programmable completion for bash + Bash kabuğu için otomatik tamamlama + A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters. + Kabukta çeşitli uygulamalar için otomatik tamamlama özelliği eklenebilmesine olanak sağlayan bir programdır. + https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz + util/shell/bash-completion/pspec.xml + + + bash-completion + + /etc + /usr/share/doc + /usr/share + /var + + + System.Package + + + pisilinux + + + + + 2020-01-11 + 2.10 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-29 + 2.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 2.4 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 2.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-23 + 2.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + latte-dock + https://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + desktop.kde.addon + Plazma Çerçevelerine dayalı bir platform + Plazma Çerçevelerine dayalı bir platform + Plazma Çerçevelerine dayalı bir platform + Plazma Çerçevelerine dayalı bir platform + https://download.kde.org/stable/latte-dock/latte-dock-0.9.11.tar.xz + + cmake + kconfig-devel + kpackage-devel + kservice-devel + kguiaddons-devel + libksysguard-devel + kactivities-devel + karchive-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdeclarative-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + knewstuff-devel + knotifications-devel + kwayland-devel + kwindowsystem-devel + kxmlgui-devel + plasma-framework-devel + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + qt5-quickcontrols + qt5-graphicaleffects + qt5-quickcontrols2-devel + extra-cmake-modules + libX11-devel + libSM-devel + libxcb-devel + + util/dock/latte-dock/pspec.xml + + + latte-dock + + ki18n + kcrash + libX11 + libgcc + libxcb + kconfig + kxmlgui + karchive + kpackage + kwayland + qt5-base + knewstuff + kservice + kguiaddons + libksysguard + kactivities + kcoreaddons + kdbusaddons + kiconthemes + kdeclarative + kglobalaccel + kwindowsystem + qt5-x11extras + knotifications + qt5-declarative + plasma-framework + + + /usr/bin + /etc/xdg + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/locale + /usr/share/metainfo + /usr/share/doc + + + + + 2020-09-15 + 0.9.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.9.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-20 + 0.9.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-27 + 0.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-04 + 0.9.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 0.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-08-03 + 0.9.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2019-03-03 + 0.8.7 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-02-16 + 0.8.6 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-02-15 + 0.8.5 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-01-27 + 0.8.5 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2019-01-13 + 0.8.4 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-11-25 + 0.8.3 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-11-03 + 0.8.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + plank + https://launchpad.net/plank + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + util.dock + An elementary fork of Plank, the stupidly-simple dock. + Elegant, simple, clean dock + Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. + Elegant, simple, clean dock + https://github.com/elementary/dock/archive/05fd6fccdf1a769f6737a0d7e57e092825348660.zip + + intltool + gettext-devel + bamf-devel + vala-devel + gtk3-devel + cairo-devel + glib2-devel + libXi-devel + pango-devel + libX11-devel + libgee-devel + libwnck3-devel + libXfixes-devel + gdk-pixbuf-devel + gnome-menus-devel + libdbusmenu-devel + libdbusmenu-gtk3 + gobject-introspection-devel + meson + granite-devel + + util/dock/plank/pspec.xml + + + plank + + bamf + gtk3 + cairo + glib2 + libXi + pango + libX11 + libgee + granite + libwnck3 + libXfixes + gdk-pixbuf + gnome-menus + libdbusmenu-glib + libdbusmenu-gtk3 + + + /usr/bin + /etc + /usr/lib/plank + /usr/lib/libplank*.so* + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/icons + /usr/share/doc + + + + plank-devel + Development files for plank + + plank + bamf-devel + gtk3-devel + cairo-devel + glib2-devel + libgee-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-07-17 + 20210715 + Switched to eOS plank fork. + Berk Çakar + berk2238@hotmail.com + + + 2021-03-28 + 0.11.89 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + cairo-dock-plugins + http://glx-dock.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + util.dock + Cairo-Dock projesinin eklentileri. + Plugins für das cairo/glx-dock + Plugins of Cairo-Dock project. + Zestaw wtyczek do cairo-dock + Die Plugins erweitern deutlich den Funktionsumfang des cairo/glx-docks´s. + More options and plugins for glx-dock to enhance functionality. + Zestaw wtyczek aby powiększyć funkcjonalność cairo-dock + cairo-dock-plugins + https://launchpad.net/cairo-dock-plug-ins/3.4/3.4.1/+download/cairo-dock-plug-ins-3.4.1.tar.gz + + cmake + vte-devel + ruby-devel + gtk3-devel + vala-devel + cairo-devel + glib2-devel + fftw3-devel + upower-devel + python3-devel + libXtst-devel + librsvg-devel + libical-devel + libexif-devel + libxml2-devel + libglvnd-devel + libtasn1-devel + gtkglext-devel + alsa-lib-devel + libetpan-devel + zeitgeist-devel + libXrandr-devel + gtk-sharp-devel + dbus-glib-devel + libXfixes-devel + gdk-pixbuf-devel + libdbusmenu-glib + libXxf86vm-devel + lm_sensors-devel + libdbusmenu-gtk3 + webkit2gtk-devel + libdbusmenu-devel + libxklavier-devel + libXinerama-devel + gnome-menus-devel + libindicator-devel + libXcomposite-devel + pulseaudio-libs-devel + cairo-dock-devel + + + cairo-dock-plugins-3.4.1-gcc10-extern.patch + cairo-dock-plugins-3.4.1-time_h-confict.patch + cairo-dock-plugins-3.4.1-0004-weather-update-URL.patch + + util/dock/cairo-dock-plugins/pspec.xml + + + cairo-dock-plugins + + vte + gtk3 + cairo + pango + fftw3 + glib2 + libX11 + upower + libxml2 + librsvg + libexif + libical + alsa-lib + libetpan + libglvnd + zeitgeist + libXrandr + dbus-glib + gdk-pixbuf + lm_sensors + libXxf86vm + libxklavier + gnome-menus + libindicator + libdbusmenu-gtk + pulseaudio-libs + libdbusmenu-glib + libdbusmenu-gtk3 + + + /usr/share/cairo-dock + /usr/share/vala/vapi/ + /usr/lib/libCDApplet.so* + /usr/lib/ruby + /usr/lib/python3.9/site-packages + /usr/lib/python2.7/site-packages + /usr/lib/cairo-dock + /usr/share/locale + + + + cairo-dock-plugins-devel + cairo-dock-plugins için geliştirme dosyaları + cairo-dock-plugins için geliştirme dosyaları + + glib2-devel + cairo-dock-plugins + + + /usr/lib/pkgconfig + + + + + 2022-07-27 + 3.4.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + cairo-dock + https://glx-dock.org/ + + Ali Cengiz Kurt + alicengizkurt@gmail.com + + GPLv3 + LGPLv2 + app:gui + util.dock + Cairo-Dock, masaüstünüz için güzel, hafif ve kullanışlı bir arayüzdür, avantajlı bir şekilde sistem panelinizi değiştirebilir! + Schöner Dock (Startleiste für Programme) mit vielen Animationen + A pretty, light and convenient interface to your desktop, able to replace advantageously your system panel. + Ładny, lekki i wygodny interfejs dla twojego pulpitu. + Cairo-Dock, masaüstünüz için güzel, hafif ve kullanışlı bir arayüzdür, avantajlı bir şekilde sistem panelinizi değiştirebilir! Çoklu bağlantı noktaları, görev çubuğu, başlatıcılar ve birçok kullanışlı uygulama içerir. + cairo/glx-dock ist eine auf dem Desktop angezeigte hoch konfigurierbare animierte Programmstart-Leiste, die sich am Dock von MacOS-X anlehnt. + Cairo-Dock is a pretty, light and convenient interface to your desktop, able to replace advantageously your system panel! It features multi-docks, taskbar, launchers and a lot of useful applets. + Posiada wiele przydatnych apletów, które mogą być oderwane od stacji dokującej jak widżety pulpitu. Dostępne jest też do pobrania wiele gotowych do wykorzystania motywów. + cairo-dock + https://launchpad.net/cairo-dock-core/3.4/3.4.1/+download/cairo-dock-3.4.1.tar.gz + + cmake + gtk3-devel + curl-devel + cairo-devel + pango-devel + glib2-devel + libX11-devel + libxml2-devel + libXtst-devel + wayland-devel + librsvg-devel + gtkglext-devel + libglvnd-devel + mesa-glu-devel + gtkglext-devel + libXrandr-devel + dbus-glib-devel + dbus-glib-devel + libXrender-devel + libXinerama-devel + libXcomposite-devel + + util/dock/cairo-dock/pspec.xml + + + cairo-dock + + gtk3 + curl + cairo + glib2 + pango + libX11 + wayland + libxml2 + librsvg + libXtst + mesa-glu + libglvnd + dbus-glib + libXrandr + gdk-pixbuf + libXrender + libXinerama + libXcomposite + wayland-client + + + /usr/bin + /usr/lib/cairo-dock + /usr/share/cairo-dock + /usr/share/applications + /usr/share/pixmaps + /etc + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/lib/libgldi.so* + + + + cairo-dock-devel + + curl-devel + dbus-devel + gtk3-devel + cairo-devel + glib2-devel + libX11-devel + libXtst-devel + librsvg-devel + libxml2-devel + wayland-devel + libglvnd-devel + mesa-glu-devel + dbus-glib-devel + libXrandr-devel + libXrender-devel + libXcomposite-devel + cairo-dock + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-05-31 + 3.4.1 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + panda + https://pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + util.admin + PisiLinux Alternative Driver Administration + PisiLinux Alternatif Sürücü Yönetimi + PANDA is an alternative driver administration for PisiLinux. + Panda, PisiLinux için alternatif sürücü yönetim modülüdür. + https://github.com/forYali/panda/archive/0.2.tar.gz + + add-32bit_packages.diff + remove_module-nvidia-userspace.patch + remove_module-fglrx-userspace.patch + + util/admin/panda/pspec.xml + + + panda + + /usr/libexec + /usr/lib + /usr/share/doc + + + + + 2018-08-31 + 0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-05 + 0.2 First release Ertuğrul Erata ertugrulerata@gmail.com @@ -3821,62 +40288,634 @@ - gnu-gs-fonts-std - https://www.ghostscript.com + fwupd-efi + https://github.com/fwupd/fwupd-efi - Sezai Yeniay - sezaiyeniay@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv2 - data - desktop.font - Ghostscript standard fonts - Ghostscript standard yazıtipleri - Ces fontes ont été construites à partir des fontes URW distribuées avec ghostcript. Il n'y AUCUN changemen dans leur partie latine. - gnu-gs-fonts-std contains fonts that were made from the free URW fonts distributed with ghostcript. There are no changes in the latin part of them. - Bu yazıtipleri ghostscript ile birlikte dağıtılan özgür URW yazıtiplerinden türetilmiştir. Latin bölümünde hiçbir değişiklik yapılmamıştır. - mirrors://sourceforge/ghostscript/ghostscript-fonts-std-8.11.tar.gz - desktop/font/gnu-gs-fonts-std/pspec.xml + LGPLv2.1 + library + util.admin + Firmware update EFI binaries + Firmware update EFI binaries + Firmware update EFI binaries + Firmware update EFI binaries + https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz + + meson + gnu-efi + + util/admin/fwupd-efi/pspec.xml - gnu-gs-fonts-std + fwupd-efi - /usr/share/fonts/default/ghostscript + /usr/libexec + /usr/lib + /usr/share /usr/share/doc + + + 2021-10-20 + 1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + phpldapadmin + http://phpldapadmin.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + util.admin + phpLDAPadmin (also known as PLA) is a web-based LDAP client + Phpldapadmin aynı zamanda PLA olarak bilinen web tabanlı bir LDAP istemcisidir. + phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. + Phpldapadmin aynı zamanda PLA olarak bilinen web tabanlı bir LDAP istemcisidir. LDAP sunucunuz için çoklu dil desteği yönetimi, herhangi bir yerden erişilebilirlik ve kolaylık sağlar. + https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.2.tar.gz + util/admin/phpldapadmin/pspec.xml + + + phpldapadmin + + mod_php + openldap-server + openldap-client + apache + + + /usr/share/phpldapadmin + /usr/share/doc + /usr/share/phpldapadmin/config/config.php + /etc/apache2/conf.d/phpldapadmin.conf + + - 2020-02-12 - 8.11 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org + 2021-11-20 + 1.2.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-07-31 - 8.11 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 8.11 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2018-09-09 + 1.2.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 8.11 + 2017-01-30 + 1.2.3 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-10 + 1.2.3 + First release + Aydın Demirel + aydin@demirel.web.tr + + + + + + logrotate + https://fedorahosted.org/releases/l/o/logrotate + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + util.admin + Rotates, compresses, removes and emails system log files + Sistem günlük (log) dosyalarını yönetmeyi kolaylaştıran bir araç + logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and emailing of log files. + Logrotate kayıt dosyalarının rotasyonunu, silinmesini veya e-posta ile gönderilmesi gibi işlevleri ile sistem yönetimini kolaylaştırıan bir uygulamadır. + https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz + + popt-devel + acl-devel + + util/admin/logrotate/pspec.xml + + + logrotate + + popt + acl + + + /etc + /usr/sbin + /usr/share/doc + /usr/share/man + + + + + 2020-02-02 + 3.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 3.11.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 3.9.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 3.8.8 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-02-23 - 8.11 + 2015-01-26 + 3.8.8 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + pgadmin4 + https://www.pgadmin.org/ + + İdris Kalp + idriskalp@gmail.com + + custom + app:gui + util.admin + Comprehensive design and management interface for PostgreSQL + pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. + https://pgadmin-archive.postgresql.org/pgadmin4/v4.19/source/pgadmin4-4.19.tar.gz + + python3-devel + qt5-base-devel + postgresql-lib + imagemagick-devel + python3-setuptools + python3-sphinx + python3-extras + python3-fixtures + python3-html5lib + python3-pbr + python3-mimeparse + python3-pyrsistent + python3-blinker + python3-flask + python3-flask-login + python3-flask-migrate + python3-flask-sqlalchemy + python3-flask-wtf + python3-passlib + python3-pytz + python3-simplejson + python3-six + python3-speaklater + python3-sqlparse + python3-wtforms + python3-psutil + python3-Jinja2 + python3-paramiko + python3-psycopg2 + python3-cryptography + python3-sqlalchemy + python3-testtools + python3-webencodings + python3-werkzeug + python3-dateutil + python3-flask-gravatar + python3-flask-mail + python3-flask-principal + python3-flask-paranoid + python3-sshtunnel + python3-flask-security + python3-flask-compress + python3-email-validator + + + pgadmin4-python-de-vendor-venv-paths.patch + python-3.8.patch + + util/admin/pgadmin4/pspec.xml + + + pgadmin4 + Comprehensive design and management interface for PostgreSQL + + python3 + qt5-base + postgresql-lib + imagemagick + python3-blinker + python3-flask + python3-flask-login + python3-flask-migrate + python3-flask-sqlalchemy + python3-flask-wtf + python3-passlib + python3-pytz + python3-simplejson + python3-six + python3-speaklater + python3-sqlparse + python3-wtforms + python3-psutil + python3-Jinja2 + python3-paramiko + python3-psycopg2 + python3-cryptography + python3-sqlalchemy + python3-testtools + python3-webencodings + python3-werkzeug + python3-dateutil + python3-flask-gravatar + python3-flask-mail + python3-flask-principal + python3-flask-paranoid + python3-sshtunnel + python3-flask-security + python3-flask-compress + python3-email-validator + + + /usr/bin + /usr/lib + /usr/share + + + pgadmin4 + pgadmin4-server + pgAdmin4.desktop + config_distro.py + + + + pgadmin4-docs + Documentation files for pgadmin4 + + pgadmin4 + + + /usr/share/doc/pgadmin4 + + + + + 2020-03-24 + 4.19 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + htop + https://htop.dev/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:console + util.admin + Visionneur de processus pour Linux + An interactive process viewer for Linux. + Linux için etkileşimli bir süreç izleyici + htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'. + htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. + htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir. + htop + https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz + + python3 + libcap-devel + ncurses-devel + gettext-devel + libunwind-devel + lm_sensors-devel + + util/admin/htop/pspec.xml + + + htop + + libcap + ncurses + libunwind + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-06-18 + 3.2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-17 + 3.1.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-11 + 3.0.1 + Community version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-09-09 + 2.0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 2.0.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 1.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-17 + 1.0.3 + First release + Kamil Atlı + burakerturk@pisilinux.org + + + + + + pisilinux-dev-tools + https://pisilinux.org + + Marcin Bojara + marcin@pisilinux.org + + GPLv2 + app:console + util.admin + A collection of useful tools that Pisi Linux developers use to make their developing work a lot easier + Pisilinux-dev-tools is a collection of useful tools that Pisilinux developers use to make their developing work a lot easier. Such tools can include packaging preparation, package analysis, etc. + http://source.pisilinux.org/pisilinux-dev-tools/pisilinux-dev-tools-0.0.2.tar.xz + + fix_detect_mesa.patch + spped_up.patch + ignore_glibc-32bit.patch + + util/admin/pisilinux-dev-tools/pspec.xml + + + pisilinux-dev-tools + + chrpath + binutils + + + /usr/bin + /usr/share/doc + + + + + 2020-02-06 + 0.0.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 0.0.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-30 + 0.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-28 + 0.0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + isoimagewriter + https://community.kde.org/ISOImageWriter + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + util.admin + Program to write hybrid ISO files onto USB disks + USB disklere hibrit ISO dosyaları yazmak için program + KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. + USB disklere hibrit ISO dosyaları yazmak için program + isoimagewriter + mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz + + kauth-devel + gpgme-devel + solid-devel + ki18n-devel + kcrash-devel + python3-devel + qt5-base-devel + karchive-devel + gpgme-qt5-devel + kcoreaddons-devel + kiconthemes-devel + extra-cmake-modules + kwidgetsaddons-devel + + util/admin/isoimagewriter/pspec.xml + + + isoimagewriter + + kauth + ki18n + solid + gpgme + kcrash + libgcc + kconfig + karchive + qt5-base + gpgme-qt5 + kcoreaddons + kiconthemes + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /usr/lib/kauth/isoimagewriter_helper + /usr/share/doc + /usr/share/locale + /usr/share/polkit-1 + /usr/share/dbus-1 + /usr/share/metainfo + /usr/share/isoimagewriter + + + + + 2022-02-04 + 0.9.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + utempter + http://www.redhat.com/ + + PisiLinux Community + admins@pisilinux.org + + MIT + LGPLv2.1 + app:console + util.admin + Application that allows non-privileged applications to write utmp (login) info + utemper, utmp(oturum açma) bilgilerini yazmak için ayrıcalıksız uygulamalara izin veren bir uygulamadır. + Utempter is a utility that allows non-privileged applications such as terminal emulators to modify the utmp database without having to setuid root. + Utempter, terminal emulatörleri gibi, yetkisiz uygulamalara setuid e ihtiyaç duymadan utmp veritabanına yazma hakkı verir. + ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2 + + libutempter-pierelro.patch + + util/admin/utempter/pspec.xml + + + utempter + + /usr/libexec + /usr/lib + /usr/share/doc + /usr/share/man + + + System.Package + + + + utempter-devel + Development files for utempter + utempter için geliştirme dosyaları + + utempter + + + /usr/include + + + + + 2020-02-02 + 1.1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 1.1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-30 + 1.1.6 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 1.1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 1.1.6 First release Kamil Atlı suvarice@gmail.com @@ -3885,519 +40924,3492 @@ - harfbuzz - http://www.freedesktop.org/software/harfbuzz + libtree + https://github.com/haampie/libtree + + fury + uglyside@yandex.ru + + MIT + app + util.admin + ldd as a tree. + A tool that turns ldd into a tree. + https://github.com/haampie/libtree/archive/refs/tags/v3.1.1.tar.gz + + gcc + + util/admin/libtree/pspec.xml + + + libtree + + glibc + + + /usr/bin/libtree + /usr/share/man/man1/libtree.1 + + + + + 2022-07-10 + 3.1.1 + Minor version bump. + fury + uglyside@yandex.ru + + + 2022-04-14 + 3.1.0 + First build. + fury + uglyside@yandex.ru + + + + + + woeusb + https://github.com/slacka/WoeUSB + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:gui + util.admin + Create a Windows USB stick installer + woeusb ile bir Ms Windows USB bellek yükleyicisi oluşturun + A Linux program to create a Windows USB stick installer from a real Windows DVD or iso image. The important part is that you should format usb stick in NTFS. + Ms Windows DVD veya iso imaj görüntüsünden, Windows USB bellek yükleyicisi oluşturmak için bir Linux programı. İso yazdırılmadan önce, usb bellek, NTFS olarak biçimlendirilmelidir. + https://github.com/slacka/WoeUSB/archive/v3.3.1.tar.gz + + m4 + wxGTK-devel + + util/admin/woeusb/pspec.xml + + + woeusb + + wxGTK + libgcc + parted + ntfs-3g + dosfstools + + + /usr/bin + /usr/share + /usr/share/doc/woeusb + + + + + 2020-04-07 + 3.3.1 + Rebuild wxgtk. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-04-07 + 3.3.1 + ver. bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-06-04 + 3.3.0 + ver. bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-10-22 + 3.2.10 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + cgmanager + https://github.com/lxc/cgmanager + + Aydın Demirel + aydin.demirel@pisilinux.org + + GPL + app:console + util.admin + Central cgroup management daemon + Merkezi cgroup yönetimi uygulamacığı + CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API. + CGManager basit bir DBUS api üzerinden sizin için tüm cgruplarınızı yöneten merkezi ayrıcalıklı bir uygulamacıktır. + https://github.com/lxc/cgmanager/archive/v0.42.tar.gz + + popt-devel + libnih-devel + pam-devel + help2man + + util/admin/cgmanager/pspec.xml + + + cgmanager + + libnih + pam + popt + dbus + + + /usr/bin + /usr/libexec/cgmanager/cgm-release-agent + /lib/security + /usr/share/man + /usr/share/cgmanager + /usr/lib/libcgmanager* + + + System.Service + + + + cgmanager-devel + + cgmanager + libnih-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-09-01 + 0.42 + fixed "Unknown subsys name 'subsystems'" error + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-01 + 0.42 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.41 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-15 + 0.41 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 0.39 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 0.39 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-09-10 + 0.39 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + inxi + https://smxi.org/docs/inxi.htm/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPL-3 + app:console + util.admin + script to get system information + A command line system information tool. + script voor het opvragen van systeem informatie + Script para la información del sistema + script to get system information + inxi is a full featured CLI system information tool. + Script voor het opvragen van systeem informatie + Inxi es un completo script que muestra la información del sistema + https://github.com/smxi/inxi/archive/refs/tags/3.3.08-1.tar.gz + util/admin/inxi/pspec.xml + + + inxi + + /usr/bin + /usr/share/kde4/apps/konversation/scripts/inxi + /usr/share/man + /usr/share/doc + + + + + 2021-11-11 + 3.3.08.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-11 + 3.1.06.1 + Version bump. + fury + uglyside@yandex.ru + + + 2018-09-09 + 3.0.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-15 + 2.3.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 2.3.8 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-10 + 2.3.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-23 + 2.2.19 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + sudo + https://www.sudo.ws/ + + PisiLinux Community + admins@pisilinux.org + + Sudo + app:console + util.admin + Allows restricted root access for specified users + Yönetici haklarıyla komut çalıştırma uygulaması + sudo allows certain users/groups to run commands with root user privileges. + sudo, belirli kullanıcıların ya da kullanıcı gruplarının komut ve uygulamaları yönetici kullanıcı (root) haklarıyla çalıştırmasına izin veren bir konsol uygulamasıdır. + https://www.sudo.ws/sudo/dist/sudo-1.9.11p3.tar.gz + + nss-devel + pam-devel + zlib-devel + audit-devel + openssl-devel + cyrus-sasl-devel + openldap-client + + util/admin/sudo/pspec.xml + + + sudo + Allows restricted root access for specified users + + nss + pam + zlib + audit + openssl + cyrus-sasl + openldap-client + + + /etc + /run/sudo + /var/db/sudo + /usr/share/doc + /usr/share/man + /usr/include + /usr/bin + /usr/sbin + /usr/libexec + /usr/share/locale + /usr/lib/tmpfiles.d/sudo.conf + + + System.Package + + + sudoers + sudoers + sudo.pamd + sudo.tmpfiles.conf + + + + + 2022-06-25 + 1.9.11_p3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-22 + 1.9.8_p2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 1.9.8_p1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-14 + 1.9.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 1.9.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 1.9.5 + Sudo rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-01-27 + 1.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 1.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-19 + 1.9.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-02 + 1.8.31 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.8.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-14 + 1.8.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.8.19 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-09-26 + 1.8.18 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-15 + 1.8.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 1.8.16 + Version bump. Add sudoers.orig for live user privileges + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 1.8.13 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + timeshift + https://github.com/teejee2008/timeshift + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + app:gui + util.admin + Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. + Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. + Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. + Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. + https://github.com/linuxmint/timeshift/archive/refs/tags/22.06.5.tar.gz + + atk-devel + vte-devel + gtk3-devel + zlib-devel + vala-devel + cairo-devel + glib2-devel + pango-devel + gnutls-devel + libX11-devel + libgee-devel + libpcre2-devel + json-glib-devel + gdk-pixbuf-devel + + util/admin/timeshift/pspec.xml + + + timeshift + + atk + vte + gtk3 + zlib + vala + cairo + glib2 + pango + gnutls + libX11 + libgee + libpcre2 + json-glib + gdk-pixbuf + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2022-07-25 + 22.06.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-10 + 20.11.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + zeitgeist + https://zeitgeist.freedesktop.org/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + util.admin + Activity logging framework. + Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications. + https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/archive/v1.0.4/zeitgeist-v1.0.4.tar.bz2 + + dbus-devel + gtk3-devel + vala-devel + glib2-devel + sqlite-devel + python3-six + python3-devel + python3-rdflib + python3-isodate + json-glib-devel + python3-pyparsing + telepathy-glib-devel + gobject-introspection-devel + + util/admin/zeitgeist/pspec.xml + + + zeitgeist + + gtk3 + glib2 + sqlite + python3 + json-glib + dbus-python3 + telepathy-glib + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/man + + + + zeitgeist-devel + + zeitgeist + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-18 + 1.0.4 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-13 + 1.0.3 + First build + fury + uglyside@yandex.ru + + + + + + fwupd + https://fwupd.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + util.admin + Aims to make updating firmware on Linux automatic, safe and reliable + Aims to make updating firmware on Linux automatic, safe and reliable + https://github.com/hughsie/fwupd/archive/1.8.3.tar.gz + + meson + xz-devel + libqmi-devel + libmbim-devel + flashrom-devel + libmm-glib-devel + gnu-efi + fwupd-efi + gi-docgen + curl-devel + gcap-devel + libjcat-devel + gpgme-devel + sqlite-devel + polkit-devel + gnutls-devel + libusb-devel + elfutils-devel + libxmlb-devel + libgudev-devel + libgusb-devel + valgrind-devel + python3-pillow + libsmbios-devel + tpm2-tss-devel + bash-completion + elogind-devel + protobuf-c-devel + appstream-glib-devel + python3-pygobject3-devel + efivar-devel + + util/admin/fwupd/pspec.xml + + + fwupd + + xz + gcap + glib2 + curl + libjcat + gpgme + gnutls + polkit + libqmi + libmbim + flashrom + libmm-glib + libxmlb + tpm2-tss + json-glib + libgpg-error + efivar + sqlite + libgusb + libsoup + bash-completion + libgudev + elfutils + protobuf-c + libsmbios + libarchive + libutil-linux + appstream-glib + + + /lib + /etc + /usr/bin + /usr/lib + /usr/libexec + /usr/share + /usr/share/man + /usr/share/polkit-1 + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/fwupd + /usr/share/metainfo + /usr/share/bash-completion + /usr/share/vala + /usr/share/locale + /usr/share/installed-tests + /var + + + org.freedesktop.fwupd.service + + + + fwupd-devel + + fwupd + xz-devel + curl-devel + gcap-devel + glib2-devel + libgusb-devel + libjcat-devel + libxmlb-devel + libgudev-devel + valgrind-devel + json-glib-devel + libarchive-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-07-23 + 1.8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-14 + 1.7.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-14 + 1.7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 1.7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-05 + 1.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-20 + 1.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-02 + 1.3.9 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-28 + 1.1.3 + remove os-release file. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-22 + 1.1.3 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-09-09 + 1.0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 1.0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + isodumper + https://github.com/papoteur-mga/isodumper + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + util.admin + A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. + IsoDumper, bir USB bellek üzerine ISO imaj dosyası yazma aracıdır. + A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. + IsoDumper, bir USB bellek üzerine ISO imaj dosyası yazma aracıdır. + https://sourceforge.net/projects/pisilinux/files/source/isodumper-0.48.tar.xz + + isodumper.svg + isodumper.png + header.png + header.svg + isodumper.desktop.in + tr.po + + + intltool + imagemagick-devel + + util/admin/isodumper/pspec.xml + + + isodumper + + coreutils + pango + polkit + procps + imagemagick + python-gtk + python-cairo + python-pygobject + libglade + python + dbus-python + pyparted + udisks2 + xterm + + + /etc + /usr/bin + /usr/lib + /usr/libexec + /usr/share + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/isodumper + /usr/share/polkit-1 + /usr/share/locale + /usr/share/doc + + + + + 2021-06-22 + 0.48 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-20 + 0.48 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-08-31 + 0.48 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.45 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-22 + 0.45 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-04 + 0.45 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xrdp + https://xorg.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + Apache + library + util.admin + xrdp an open source RDP server + xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü + xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü + xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü + https://github.com/neutrinolabs/xrdp/releases/download/v0.9.16/xrdp-0.9.16.tar.gz + + nasm + openssl-devel + pam-devel + libjpeg-turbo-devel + fuse-devel + libopus-devel + lame-devel + pixman-devel + libX11-devel + libXfixes-devel + libXrandr-devel + + util/admin/xrdp/pspec.xml + + + xrdp + + pam + fuse + lame + pixman + mit-kerberos + libX11 + libopus + openssl + libXfixes + libXrandr + libjpeg-turbo + + + /usr/bin + /usr/sbin + /etc + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + xrdp-devel + Development files for xrdp + + xrdp + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-05-29 + 0.9.16 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + pgModeler + http://www.pgmodeler.com.br/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv3 + app:gui + util.admin + PostgreSQL Database Modeler + PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases + https://github.com/pgmodeler/pgmodeler/archive/v0.9.1.tar.gz + + libxml2-devel + mesa-devel + shared-mime-info + doxygen + mesa-devel + qt5-base-devel + qt5-svg-devel + qt5-sql-postgresql + postgresql-server + + util/admin/pgModeler/pspec.xml + + + pgModeler + + libgcc + libxml2 + qt5-svg + qt5-base + postgresql-lib + + + /etc/pgmodeler + /usr/bin + /usr/lib + /usr/share + + + pgModeler.desktop + + + + + 2018-09-09 + 0.9.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-30 + 0.9.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-11-26 + 0.9.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-13 + 0.8.2_p1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + fwupdate + https://github.com/rhinstaller/fwupdate + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + util.admin + Tools for using the ESRT and UpdateCapsule() to apply firmware updates + Tools for using the ESRT and UpdateCapsule() to apply firmware updates + https://github.com/rhboot/fwupdate/archive/9.tar.gz + + gnu-efi + efivar-devel + popt-devel + libsmbios-devel + + + build.patch + fwupdate-9-objcopy_detection.patch + + util/admin/fwupdate/pspec.xml + + + fwupdate + + popt + efivar + libsmbios + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/bash-completion + /usr/share/locale + + + + fwupdate-devel + + fwupdate + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-01-20 + 9 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-11 + 9 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + phpmyadmin + http://www.phpmyadmin.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + util.admin + Browser based MySQL Admin Tool + Tarayıcı tabanlı MySQL Yönetim Aracı + A populer application for managing MySQL Server; add/update data etc. with PHP5 support. + MySQL Sunucusunu yönetmek için PHP5 desteği ile birlikte gelen popüler bir uygulama. + https://files.phpmyadmin.net/phpMyAdmin/5.1.1/phpMyAdmin-5.1.1-all-languages.tar.xz + util/admin/phpmyadmin/pspec.xml + + + phpmyadmin + + mod_php + mariadb-lib + mariadb-client + mariadb-server + + + /usr/share/doc + /usr/share/phpmyadmin + /usr/share/phpmyadmin/config.inc.php + /etc/apache2/conf.d/phpmyadmin.conf + + + System.Package + + + config.inc.php + phpmyadmin.conf + + + + + 2021-11-06 + 5.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 4.8.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-30 + 4.6.6 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-10 + 4.6.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + pisido + https://pisilinux.org/ + + Harun Gültekin + hrngultekin@gmail.com + + GPLv3+ + app:gui + util.admin + A pisi packager from GUI + Grafik arayüzde çalışan pisi paketçisi. + You can make pisi packages with a GUI. Also, you can import your existing build files. Warning:Alfa version. Ported Qt5. + Grafik arayüzde pisi paketleri yapabilirsiniz. Ayrıca var olan inşa dosyalarınızı içe aktarıp inşa edebilirsiniz.Çoklu paket yapısı eklenmiştir. Hala geliştirilme aşamasındasır. Alfa sürümdür. Qt5 ile hazırlanmıştır. + https://github.com/PisiLinuxNew/pisido/archive/pisido-v2.3.7.tar.gz + + qt5-linguist + qscintilla2-devel + qtermwidget5-devel + + + no-git-folder+fix-docker.patch + + util/admin/pisido/pspec.xml + + + pisido + A pisi packager with GUI + + libgcc + qt5-base + qscintilla2 + qtermwidget5 + + + /usr/bin + /usr/share/doc + /usr/share + + + + + 2021-11-14 + 2.3.7 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2020-12-20 + 2.3.7 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-05-11 + 2.3.6 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-11-30 + 2.3.5 + Rebuild qscintilla2. + Pisi Linux Community + admin@pisilinux.org + + + 2019-02-03 + 2.3.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-11 + 2.3.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-17 + 2.3.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-14 + 2.3.5 + add german lang + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-06 + 2.3.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-06-02 + 2.3.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-16 + 2.3.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 2.3.5 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 2.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-26 + 2.3.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polo + https://github.com/teejee2008/polo + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app + util.admin + Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more. + Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası. + Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more. + Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası. + https://github.com/teejee2008/polo/archive/v18.8-beta.tar.gz + + atk-devel + vte-devel + gtk3-devel + vala-devel + zlib-devel + cairo-devel + glib2-devel + pango-devel + gnutls-devel + libX11-devel + libgee-devel + libxml2-devel + libpcre2-devel + json-glib-devel + gdk-pixbuf-devel + + util/admin/polo/pspec.xml + + + polo + + atk + vte + gtk3 + zlib + cairo + glib2 + p7zip + pango + gnutls + libX11 + libgee + libxml2 + libpcre2 + json-glib + gdk-pixbuf + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + /var/log/polo + + + + + 2019-01-19 + 18.8 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + systemtap + http://sourceware.org/systemtap/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + util.admin + Instrumentation System + Enstrümantasyon sistemi + systemtap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. + systemtap Linux 2.6 üzerinde çalışan sistemler için tasarlanmış bir enstrümantasyon altyapısıdır. Geliştiriciler, systemtap kullanarak, çalışmakta olan işletim sistemiyle ilgili veri toplamak için özel araçlar yazabilirler. + https://sourceware.org/systemtap/ftp/releases/systemtap-4.2.tar.gz + + bzip2 + nss-devel + boost-devel + python-devel + sqlite-devel + json-c-devel + ncurses-devel + libxml2-devel + readline-devel + elfutils-devel + python-setuptools + + util/admin/systemtap/pspec.xml + + + systemtap + + elfutils + readline + sqlite + python + libgcc + bzip2 + nspr + nss + + + /etc + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /run/systemtap + /run/stap-server + /etc/logrotate.d + /var/log/stap-server + /var/cache/systemtap + /usr/share/locale + /usr/share/systemtap/tapset + /usr/share/systemtap/runtime + /usr/libexec/systemtap + /usr/lib/tmpfiles.d/systemtap.conf + /usr/share/systemtap/examples + + + System.Package + + + tmpfiles.conf + + + + systemtap-testsuite + Testsuite allows testing of the entire SystemTap toolchain without having to rebuild from sources + + systemtap + systemtap-sdt-devel + + + /usr/share/systemtap/testsuite + + + + systemtap-sdt-devel + Static probe support tools + systemtap için statik deney desteği araçları + + systemtap + python-devel + sqlite-devel + readline-devel + ncurses-devel + libxml2-devel + json-c-devel + boost-devel + nss-devel + + + /usr/bin/dtrace + /usr/include + + + + + 2020-02-02 + 4.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-10 + 3.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 3.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-11-24 + 3.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + pisiyap + https://github.com/Rmys/pisiyap + + Stefan Gronewold + groni@pisilinux.org + + GPLv3+ + CCPL-Attribution-NonCommercial-NoDerivs-3.0 + app:gui + util.admin + A Simple PiSi source file creator + Basit bir PiSi kaynak dosyası üreticisi + PisiYap is a simple graphical user interface for easily creating PiSi source files. + PisiYap, PiSi kaynak dosyaları üretmek için basit bir kullanıcı arayüzüdür. + pisiyap + https://github.com/Rmys/pisiyap/archive/pisiyap.tar.gz + + qt5-base-devel + python-qt5-devel + python-setuptools + qt5-linguist + + util/admin/pisiyap/pspec.xml + + + pisiyap + + python-qt5 + python-sip + xdg-utils + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/pisiyap + /usr/share/icons + /usr/share/pixmaps + /usr/share/doc + + + + kde-servicemenu-pisiyap + PiSi related service menus + Paketlemeyle ilgili servis menüleri + PiSiYap servicemenus provides some useful service menus for lazy packagers. + PiSiYap ile gelen servis menüleri, konsol açmaya erinen paketçiler için çeşitli servis menüleri sunar. + + pisiyap + plasma-workspace + + + /usr/share/kservices5/ServiceMenus + + + + + 2020-01-20 + 0.7b + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-03 + 0.7b + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 0.7b + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-16 + 0.7b + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 0.7b + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-05-13 + 0.7b + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + pinentry + https://www.gnupg.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + util.crypt + Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol + Assuan protokolünün kullanımı için basit PIN veya parola-kelimesi girişi arabirimleri + Pinentry is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. + Pinetry Aegypten projesi tarafından tanımlanan Assuan protokolünden faydalanan basit PIN veya şifre girme diaologları derlemesidir. + https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.0.tar.bz2 + + gcr-devel + qt5-base-devel + gtk3-devel + glib2-devel + pango-devel + libcap-devel + ncurses-devel + libsecret-devel + libassuan-devel + libgpg-error-devel + + util/crypt/pinentry/pspec.xml + + + pinentry + + /usr/bin + /usr/share/info + /usr/share/doc + + + pinentry-wrapper + + + + pinentry-tty + + pinentry + glib2 + libcap + libassuan + libsecret + libgpg-error + + + /usr/bin/pinentry-tty + + + + pinentry-curses + + pinentry + glib2 + libcap + ncurses + libassuan + libsecret + libgpg-error + + + /usr/bin/pinentry-curses + + + + pinentry-gnome3 + + pinentry + gcr + gtk3 + glib2 + libcap + ncurses + libassuan + libsecret + libgpg-error + + + /usr/bin/pinentry-gnome3 + + + + pinentry-qt + Qt4 ile yazılmış pinentry arayüzü + + pinentry + glib2 + libcap + libgcc + ncurses + qt5-base + libassuan + libsecret + libgpg-error + + + /usr/bin/pinentry-qt + + + + + 2022-08-07 + 1.2.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-19 + 1.1.0 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2018-08-03 + 1.1.0 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2018-02-22 + 1.1.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2017-02-17 + 1.0.0 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 0.9.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-21 + 0.9.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libxcrypt + https://github.com/besser82/libxcrypt/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:console + util.crypt + Modern library for one-way hashing of passwords + libxcrypt, şifrelerin tek yönlü hash edilmesi için modern bir kitaplıktır. + libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt. + libxcrypt, şifrelerin tek yönlü hash edilmesi için modern bir kitaplıktır. Çok çeşitli modern ve tarihsel hashing yöntemlerini destekler: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt ve descrypt. + https://github.com/besser82/libxcrypt/archive/v4.4.28.tar.gz + + glibc-devel + + util/crypt/libxcrypt/pspec.xml + + + libxcrypt + + /usr/share/doc + /usr/share/man + /usr/lib + + + + libxcrypt-devel + Development files for libxcrypt + + libxcrypt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-10 + 4.4.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-14 + 4.4.17 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + gnutls + http://www.gnutls.org PisiLinux Community admins@pisilinux.org GPLv2 library - desktop.font - OpenType text shaping engine - The Harfbuzz package contains an OpenType text shaping engine. - harfbuzz - https://github.com/harfbuzz/harfbuzz/archive/5.0.1.tar.gz + util.crypt + GNU TLS Library + GNU TLS Kütüphanesi + Biblioteka GNU TLS (Transport Layer Security) + GnuTLS est un projet dont l'objectif est de développer une librairie fournissant une couche de sécurité au dessus d'une couche de transport fiable. Actuellement la librairie GnuTLS implémente les standards proposés par le groupe de travail TLs de l'IETF. + gnutls is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group. + GnuTLS, erişilebilir bir gönderim katmanı üzerinde güvenli katman oluşturmayı amaçlayan bir projedir. GnuTLS kütüphanesi halen IETF TLS çalışma grubunun öngördüğü standartları uygulamaya geçirmektedir. + GnuTLS es un proyecto que apunta al desarrollo de una librería, que facilite una capa segura, a través de una capa de transporte fiable. Actualmente la librería GnuTLS implementa los estándares propuestos del grupo de trabajo de TLS de IETF. + GnuTLS to projekt mający na celu stworzenie biblioteki udostępniającej powłokę bezpieczeństwa ponad powłoką transportową (np. TCP/IP). Aktualnie biblioteka gnuTLS implementuje standardy proponowane przez grupę roboczą IETF TLS. + https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.5.tar.xz - git - meson - cairo-devel - glib2-devel - icu4c-devel - graphite2-devel - freetype-devel - expat-devel - python-six - gtk-doc - docbook-xsl - gobject-introspection-devel + gc-devel + gmp-devel + nettle-devel + autogen-devel + p11-kit-devel + libidn2-devel + libunistring-devel + zlib-devel + zstd-devel + brotli-devel + libtasn1-devel - desktop/font/harfbuzz/pspec.xml + util/crypt/gnutls/pspec.xml - harfbuzz + gnutls - cairo - glib2 - icu4c + zlib + zstd + brotli + libidn2 + gmp + nettle + autogen + p11-kit libgcc - freetype - graphite2 + libunistring + libtasn1 + /usr/share /usr/lib - /usr/share/doc /usr/bin - /usr/share/gir-1.0 - harfbuzz-devel + gnutls-devel + Development files for gnutls + gnutls için geliştirme dosyaları + Pliki nagłówkowe do gnutls. - glib2-devel - icu4c-devel - graphite2-devel - freetype-devel - harfbuzz + nettle-devel + p11-kit-devel + libtasn1-devel + zlib-devel + zstd-devel + brotli-devel + libidn2-devel + gnutls - /usr/include/harfbuzz - /usr/lib/pkgconfig - /usr/lib32/pkgconfig + /usr/include + /usr/share/man/man3 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/info/gnutls* + /usr/bin/libgnutls*-config + + libgnutls-config + libgnutls-config + - harfbuzz-32bit - 32-bit shared libraries for harfbuzz + gnutls-32bit + 32-bit shared libraries for gnutls + gnutls için 32-bit paylaşımlı kitaplıklar + 32-bitowe biblioteki GnuTLS. emul32 emul32 - icu4c-32bit - freetype-32bit - fontconfig-32bit - cairo-32bit + gmp-32bit + zlib-32bit + libidn2-32bit + nettle-32bit + p11-kit-32bit + libtasn1-32bit - cairo-32bit libgcc - glib2-32bit - icu4c-32bit - freetype-32bit + gmp-32bit + zlib-32bit + libidn2-32bit + nettle-32bit + p11-kit-32bit + libtasn1-32bit /usr/lib32 - - harfbuzz-docs - harfbuzz reference documents - data:doc - - /usr/share/gtk-doc - - - - 2022-07-24 - 5.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 4.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-28 - 4.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2022-05-25 - 4.3.0 + 2022-05-15 + 3.7.5 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-12-13 - 3.2.0 + 2021-05-28 + 3.7.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-11-27 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 2.7.4 + 2021-03-01 + 3.6.15 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2021-01-23 - 2.7.4 + + 2020-12-11 + 3.6.15 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2020-06-03 + 3.6.13 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + - 2020-01-14 - 2.6.4 + 2020-01-07 + 3.6.11.1 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-09-16 + 3.6.2 + Rebuild + Mustafa Cianasal + muscnsl@gmail.com + + + 2018-03-03 + 3.6.2 + Rebuild + Mustafa Cianasal + muscnsl@gmail.com + + + 2018-02-21 + 3.6.2 + Version Bump + Mustafa Cianasal + muscnsl@gmail.com + + + 2017-02-18 + 3.5.8 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2017-01-25 + 3.3.26 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-08 + 3.3.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 3.3.16 + Release bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-13 + 3.3.16 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + botan + https://botan.randombit.net/ + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + util.crypt + Cryptography Toolkit + Crypto library written in C++ + botan + https://botan.randombit.net/releases/Botan-2.19.2.tar.xz + + bzip2 + xz-devel + zlib-devel + boost-devel + sqlite-devel + python3-devel + + util/crypt/botan/pspec.xml + + + botan + + xz + zlib + bzip2 + boost + libgcc + sqlite + python3 + + + /usr/bin + /usr/share/doc + /usr/lib/python2.7/site-packages + /usr/lib/libbotan* + + + + botan-devel + Development files for botan + + botan + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-29 + 2.19.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + argon2 + http://argon2.sf.net/ + + Kamil Atlı + suvari@pisilinux.org + + Apache + custom:CC0 + library + app:console + util.crypt + The password hash Argon2, winner of PHC + PHC'nin kazandırdığı Argon2 parolası + Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications. + Argon2, sabit bellek işlevlerinin tasarımındaki son durumu özetleyen ve kimlik bilgileri depolama, anahtar türetme veya diğer uygulamalar için parolaları toplamak için kullanılabilen bir parola karma işlevidir. + https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz + + glibc-devel + + util/crypt/argon2/pspec.xml + + + argon2 + + /usr/bin + /usr/lib/x86_64-linux-gnu/libargon2* + /usr/lib/x86_64-linux-gnu/libargon2.so* + /usr/share/doc + + + + argon2-devel + argon2 development headers + + argon2 + + + /usr/include + /usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc + + + + + 2022-06-21 + 20190702 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libtasn1 + http://www.gnutls.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + util.crypt + ASN.1 library used in GNUTLS + GNUTLS için kullanılan ASN.1 kütüphanesi + libtasn1 is the ASN.1 library which provides ASN.1 structures parsing capabilities for use with GNUTLS. + libtasn1, ASN.1 yapılarının ayrıştırılmasını sağlayan ve GNUTLS içerisinde kullanılan ASN.1 kütüphanesidir. + http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.16.0.tar.gz + util/crypt/libtasn1/pspec.xml + + + libtasn1 + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + libtasn1-devel + Development files for libtasn1 + libtasn1 için geliştirme dosyaları + + libtasn1 + + + /usr/include + /usr/share/man/man3 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libtasn1-32bit + 32-bit shared libraries for libtasn1 + libtasn1 için 32bit kütüphanesi + emul32 + emul32 + + libtasn1 + + + /usr/lib32/ + + + + + 201-03-01 + 4.16.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-07 + 4.15.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 4.13 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-22 + 4.13 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 4.10 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-08 + 4.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 4.5 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-13 + 4.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gpgme + http://www.gnupg.org/gpgme.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + library + util.crypt + GnuPG Made Easy is a library for making GnuPG easier to use + GnuPG Made Easy, GnuPG kullanmayı kolaylaştıran bir kütüphanedir + GPGME est une librairie conçue pour donner aux applications un accès plus facile à GnuPG. Elle fournit une interface de programmation d'application (API) de haut niveau pour la cryptographie permettant de crypter, décrypter, signer, vérifier les signatures et la gestion de clefs. + GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management. + GPGME daha kolay uygulanması amacıyla GnuPG ye erişimi sağlamak için tasarlanmış bir kütüphanedir. Şifreleme, şifre çözme, imzalama, imza kontrolü ve anahtar yönetimi için yüksek düzeyde gizli uygulama programlama arayüzü sağlar. + GPGME es una librería diseñada para simplificar el acceso a GnuPG para aplicaciones. Facilita una interfaz de programación de aplicación (API) de alto nivel para encriptación, decriptación, firmas, verificación de firmas y administración de llaves. + https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.16.0.tar.bz2 + + swig + gnupg + doxygen + python-devel + python3-devel + qt5-base-devel + libassuan-devel + libgpg-error-devel + + util/crypt/gpgme/pspec.xml + + + gpgme + + libgcc + libassuan + libgpg-error + + + /usr/bin + /usr/lib + /usr/share/common-lisp + /usr/share/doc + /usr/share/info + + + + gpgme-devel + Development files for gpgme + gpgme için geliştirme dosyaları + + gpgme + libgpg-error-devel + libassuan-devel + glib2-devel + + + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + + + + gpgme-qt5 + Qt5 bindings for gpgme + + gpgme + libgcc + qt5-base + libgpg-error + + + /usr/lib/libqgpgme.so* + /usr/lib/cmake/Qgpgme + + + + gpgme-python + Python bindings for gpgme + + gpgme + python + + + /usr/lib/python2.7/site-packages + + + + gpgme-python3 + Python3 bindings for gpgme + + python3 + gpgme + + + /usr/lib/python3.9/site-packages/ + + + + gpgme-qt5-devel + Development files for gpgme-qt5 + + qt5-base-devel + gpgme + gpgme-qt5 + gpgme-devel + + + /usr/lib/cmake/QGpgme + /usr/include/qgpgme/* + /usr/include/QGpgME/* + + + + + 2021-10-25 + 1.16.0 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-28 + 1.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 1.13.1 + Rebuild. + Mustafa Cinasal + muscnslp@gmail.com + + + 2020-06-03 + 1.13.1 + Rebuild. + Mustafa Cinasal + muscnslp@gmail.com + + + 2020-01-19 + 1.13.1 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2019-11-08 + 1.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 1.13.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-05-31 - 2.3.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org + 2019-04-14 + 1.10.0 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com - 2018-12-13 - 2.0.2 + 2018-12-25 + 1.10.0 Version Bump. - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2018-07-30 - 1.8.3 - Rebuild and version bump. + 2018-09-13 + 1.10.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-31 + 1.8.0 + split package. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-07-04 + 1.8.0 + Version bump. Stefan Gronewold groni@pisilinux.org - - 2018-01-29 - 1.7.4 - Version Bump. + + 2017-01-02 + 1.7.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 1.5.5 + Release Bump Pisi Linux Community admin@pisilinux.org + + 2015-08-21 + 1.5.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gnupg + http://www.gnupg.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + app:console + util.crypt + The GNU Privacy Guard, a PGP replacement + GNU Gizlilik Koruması + GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories. + GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır. + https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.27.tar.bz2 + + openldap-client + pinentry + npth-devel + libassuan-devel + libksba-devel + zlib-devel + bzip2 + texinfo + sqlite-devel + gnutls-devel + readline-devel + libgcrypt-devel + libgpg-error-devel + libusb-compat-devel + + + gnupg-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch + + util/crypt/gnupg/pspec.xml + + + gnupg + + openldap-client + sqlite + npth + libassuan + pinentry + libksba + zlib + bzip2 + gnutls + readline + libgcrypt + libgpg-error + libusb + libusb-compat + + + /usr/bin + /usr/sbin + /usr/libexec + /usr/share/doc + /usr/share/doc/html + /usr/share/gnupg + /usr/share/info + /usr/share/locale + /usr/share/man + + + dirmngr + + + dirmngr + + + System.Package + + + + gnupg-docs + Documentation files for GnuPG + GnuPG paketine ait API dokümantasyonu + + gnupg + + + /usr/share/doc/gnupg/html + /usr/share/gnupg/help.* + /usr/share/doc/gnupg/faq.html + + + + + 2021-05-28 + 2.2.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-09 + 2.2.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-03 + 2.2.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.2.19 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-09-15 + 2.2.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-05 + 2.2.4 + Version bump + PisiLinux Community + admin@pisilinux.org + - 2017-02-06 - 1.4.2 + 2017-01-25 + 2.1.18 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-24 + 2.1.17 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 2.1.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-21 + 2.1.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + nss + http://www.mozilla.org/projects/security/pki/nss/ + + Erdinç Gültekin + admins@pisilinux.org + + MPL-2.0 + GPLv2 + LGPLv2.1 + library + util.crypt + Network Security Services + Ağ Güvenlik Servisleri + Network Security Services (NSS) est un ensemble de librairies conçues pour faciliter le développement multi-plateforme d'applications client et serveur sécurisées. Les applications ocnstruite avec NSS peuvent gérer SSL v2 et v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, les certificats X.509 v3 et d'autres standards de sécurité. + Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. + NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir. + Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad. + https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_80_RTM/src/nss-3.80.tar.gz + + nss.pc.in + nss-config.in + generate-pc-config.sh + + + zlib-devel + sqlite-devel + nspr-devel + + + add_spi+cacert_ca_certs.patch + fedora/add-relro-linker-option.patch + dbm.patch + + util/crypt/nss/pspec.xml + + + nss + + zlib + sqlite + nspr + + + /usr/lib + /usr/bin + /etc + + + ld.so.conf + nssdb/cert8.db + nssdb/key3.db + nssdb/secmod.db + + + + nss-devel + Development files for nss + nss için geliştirme dosyaları + + nspr-devel + nss + + + /usr/bin/nss-config + /usr/include + /usr/lib/pkgconfig + /usr/lib/nss/*.a + + + + + 2022-06-24 + 3.80 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-24 + 3.78 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-25 + 3.76.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-08 + 3.76 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-14 + 3.75 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2022-01-10 + 3.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-11 + 3.72 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-05 + 3.71 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-05 + 3.69.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 3.69 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-18 + 3.67 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-31 + 3.66 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-19 + 3.63 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2021-02-26 + 3.62 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-12-25 + 3.60 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-12-17 + 3.59 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-10-19 + 3.58 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-24 + 3.56 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-24 + 3.53.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-02 + 3.52.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-05 + 3.52 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 3.51 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 3.50 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-09 + 3.49 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-12-02 + 3.47.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-22 + 3.47 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-04 + 3.46 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-08 + 3.44.1 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-03-28 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 3.41 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 3.40 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 3.38 + Rebuild for new toolchain. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-08 + 3.38 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 3.37 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-24 + 3.35 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-26 + 3.33 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-28 + 3.30 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-10 + 3.29 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-15 + 3.23 Version Bump Pisi Linux Community admin@pisilinux.org - - 2016-06-09 - 1.2.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-05-02 - 1.2.6 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-06 - 1.2.6 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - liberation-fonts - https://fedorahosted.org/liberation-fonts/ - - Sezai Yeniay - sezaiyeniay@pisilinux.org - - GPLv2 - data:font - desktop.font - Font collection similar to ones found in Microsoft Windows - Microsoft Windows fontlarına benzeyen bir dizi font ailesi - A set of fonts similar to Microsoft Windows fonts. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). - liberation-fonts MS Windows fontlarına benzer bir yazı tipi ailesidir. Sans, serif ve mono olmak üzere 3 setten oluşur. - http://dev-www.libreoffice.org/src/cfbf1ac6f61bf6cf45342a0cc9381be5-liberation-fonts-ttf-2.00.0.tar.gz - - fontforge - - desktop/font/liberation-fonts/pspec.xml - - - liberation-fonts - - /usr/share/fonts - /usr/share/doc - - - - - 2018-07-31 - 2.00.0 - Rebuild for new toolchain. - Stefan Gronewold - groni@pisilinux.org - - - 2017-03-02 - 2.00.0 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.00.0 + 2016-06-08 + 3.22 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-03-09 - 2.00.0 + 2016-02-14 + 3.22 First release - Kamil Atlı - suvarice@gmail.com + Osman Erkan + osman.erkan@pisilinux.org - msttcorefonts - http://corefonts.sourceforge.net/ + qca2-qt5 + http://download.kde.org/stable/qca-qt5 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + PisiLinux Community + admins@pisilinux.org - Microsoft - data:font - desktop.font - Web için Microsoft'un TrueType çekirdek yazı tipleri - Microsoft's TrueType Schriftarten für den Gebrauch im Web - Microsoft's TrueType core fonts for the Web - Core fonts for the Web war ein Projekt von Microsoft mit dem Ziel, eine Reihe von Schriftarten für den Gebrauch im Internet zu standardisieren. Folgende Schriftarten werden von diesem Paket bereitgestellt: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings - Core fonts for the Web was a project begun by Microsoft to make a standard pack of fonts for the Internet. Fonts included in this package are: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings. - https://root.cern.ch/download/ttf/ttf_fonts.tar.gz + LGPLv2.1 + library + util.crypt + Cryptographic Architecture for QT4 + QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. QCA2 has been re-written for QT4. + https://download.kde.org/stable/qca/2.3.2/qca-2.3.2.tar.xz - fontconfig-devel + cmake + gnupg + doxygen + nss-devel + openssl-devel + libgcrypt-devel + cyrus-sasl-devel + qt5-base-devel - desktop/font/msttcorefonts/pspec.xml + util/crypt/qca2-qt5/pspec.xml - msttcorefonts + qca2-qt5 - fontconfig + nss + libgcc + openssl + libgcrypt + cyrus-sasl + qt5-base + /usr/bin + /usr/qt/4/bin + /usr/lib /usr/share/doc - /usr/share/fonts/msttcorefonts + /usr/share/man + /usr/share/qca + + + + qca2-qt5-devel + Development files for qca2 + + qca2-qt5 + qt5-base-devel + + + /usr/include/qt5/Qca-qt5/QtCrypto + /usr/lib/cmake/Qca-qt5 + /usr/lib/pkgconfig/qca2-qt5.pc + /usr/lib/qt5/mkspecs/features - - 2021-12-04 - 1.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - noto-emoji-fonts - http://www.google.com/get/noto - - Sami BABAT - samibabat@gmail.com - - CUSTOM:SIL - data:font - desktop.font - Google Noto Emoji fonts - Google Noto Emoji yazı tipleri ve emojiler - noto-emoji-fonts, Google Noto Emoji fonts. - Google Noto Emoji yazı tipleri ve emoji - https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2020-09-16-unicode13_1.tar.gz - desktop/font/noto-emoji-fonts/pspec.xml - - - noto-emoji-fonts - noto-emoji, Google Noto Emoji fonts - - /usr/share/fonts/noto/*.ttf - /usr/share/doc/noto-emoji-fonts/ - - - - - 2021-05-16 - 2020.09.6 - First release - Sami BABAT - samibabat@gmail.com - - - - - - noto-fonts - http://www.google.com/get/noto - - Osman Erkan - osman.erkan@pisilinux.org - - Apache - data:font - desktop.font - Google Noto TTF fonts - Google Noto TTF yazı tipleri - Noto fonts are open source. All Noto fonts are published under the SIL Open Font License, Version 1.1. Language data and some sample texts are from the Unicode CLDR project. - Tüm diller/karakterlerin desktelendiği yazı tipidir. - https://sourceforge.net/projects/pisilinux/files/source/noto-fonts-20190623.tar.xz - desktop/font/noto-fonts/pspec.xml - - - noto-fonts - - /etc/fonts - /usr/share/doc - /usr/share/fonts/noto - - - archlinux/66-noto-sans.conf - archlinux/66-noto-serif.conf - archlinux/66-noto-mono.conf - - - - noto-fonts-ttf-croscore - noto-fonts-ttf-croscore, Chrome OS core fonts - noto-fonts-ttf-croscore, Chrome OS için temel yazı tipleri - - /usr/share/fonts/TTF - - - - noto-fonts-extra - noto-fonts-ttf-croscore, Chrome OS core fonts Condensed SemiBold Medium Black Light - - /usr/share/fonts/noto/*-Condensed*.ttf - /usr/share/fonts/noto/*-SemiBold*.ttf - /usr/share/fonts/noto/*-SemiCondensed*.ttf - /usr/share/fonts/noto/*-Medium*.ttf - /usr/share/fonts/noto/*-Thin*.ttf - /usr/share/fonts/noto/*-Black*.ttf - /usr/share/fonts/noto/*-Light*.ttf - /usr/share/fonts/noto/*-Extra*.ttf - - - - - 2020-12-09 - 20190623 - Rebuild. + + 2021-03-04 + 2.3.2 + Version bump. Mustafa Cinasal - muscnsl@pisilinux.org + muscnsl@gmail.com + + + 2020-07-07 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 2.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-03 + 2.2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-08 + 2.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 2.1.3 + Rebuild qt5 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 2.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 2.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2020-02-07 - 20190623 - Rebuild for New Toolchain + 2018-08-07 + 2.1.3 + Rebuild Mustafa Cinasal - muscnsl@pisilinux.org + muscnsl@gmail.com - 2019-11-09 - 20190623 - Rebuild for New Toolchain - Stefan Gronewold - groni@pisilinux.org + 2018-01-22 + 2.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2018-07-31 - 20150929 - Rebuild for New Toolchain - Stefan Gronewold - groni@pisilinux.org + 2017-03-19 + 2.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2017-03-05 - 20150929 - Release Bump - Kamil Atlı - suvari@pisilinux.org + 2017-03-19 + 2.1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org - 2016-06-09 - 20150929 + 2016-06-15 + 2.1.1 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-02-12 - 20150929 + 2015-11-06 + 2.1.1 First release - Osman Erkan - osman.erkan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - noto-fonts-cjk - http://www.google.com/get/noto + sbsigntools + https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/about/ - Osman Erkan - osman.erkan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - CUSTOM:SIL - data:font - desktop.font - Google Noto CJK fonts - Google Noto CJK yazı tipleri - noto-fonts-cjk, Google Noto CJK fonts. - Google Noto CJK yazı tipleri. - https://github.com/googlei18n/noto-cjk/archive/v1.004.tar.gz - desktop/font/noto-fonts-cjk/pspec.xml + GPLv2 + app:console + util.crypt + Tools to add signatures to EFI binaries and Drivers + Tools to add signatures to EFI binaries and Drivers + https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.3.tar.gz + https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz + + openssl-devel + libutil-linux-devel + gnu-efi + help2man + + + sbsigntools-0.9.1-openssl-1.1.0-compat.patch + + util/crypt/sbsigntools/pspec.xml - noto-fonts-cjk - noto-fonts-cjk, Google Noto CJK fonts + sbsigntools + + openssl + libutil-linux + - /usr/share/fonts/noto/*.ttc - /usr/share/doc/noto-fonts-cjk/ + /usr/bin + /usr/share/man + /usr/share/doc + + 2020-11-07 + 0.9.3 + Rebuild + İdris Kalp + idriskalp@gmail.com + - 2018-07-31 - 0.0_20100919 - Rebuild for New Toolchain - Stefan Gronewold - groni@pisilinux.org + 2020-01-15 + 0.9.3 + Version bump + İdris Kalp + idriskalp@gmail.com - 2017-03-05 - 0.0_20100919 - Release Bump - Kamil Atlı - suvari@pisilinux.org + 2018-10-21 + 0.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 0.0_20100919 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-08-10 + 0.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2014-02-22 - 0.0_20100919 + 2017-12-14 + 0.8 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libsodium + https://libsodium.org/ + + Kamil Atlı + suvari@pisilinux.org + + custom:ISC + library + util.crypt + P(ortable|ackageable) NaCl-based crypto library + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz + + glibc-devel + + util/crypt/libsodium/pspec.xml + + + libsodium + + /usr/lib + /usr/share/doc + + + + libsodium-devel + Development files for libsodium + libsodium için geliştirme dosyaları + + libsodium + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-01-21 + 1.0.18 + Rebuild + Kamil Atlı + suvari@gmail.com + + + 2019-10-30 + 1.0.18 + First release + Kamil Atlı + suvari@gmail.com + + + + + + crypto++ + https://www.cryptopp.com + + PisiLinux Community + admins@pisilinux.org + + public-domain + library + util.crypt + Public domain C++ class library of cryptographic schemes + Değişik kripto şemaları içeren kamu malı C++ kitaplığı + Klasa C++ dostarczająca narzędzia do kryptografii + crypto++ is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain. + crypto++, kriptografik şemalar içeren özgür bir C++ kitaplığıdır. Crypto++ kitaplığının en önemli özelliği kodlarının kamu malı (telif haksız) olmasıdır. Kitaplık, seçki olarak telif haklarına sahip olsa da, dosyalar tek tek kamu malıdır. + crypto++ jest klasą C++ dostarczającą narzędzia do kryptografii. + https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz + + cryptopp.pc + + + cmake + dos2unix + + + cve-2019-14318.patch + + util/crypt/crypto++/pspec.xml + + + crypto++ + + libgcc + + + /usr/bin + /usr/lib + /usr/share + + + + crypto++-devel + Development files for crypto++ + crypto++ için geliştirme dosyaları + Pliki nagłówkowe do crypto++. + + crypto++ + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-11-20 + 8.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-23 + 7.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-02-22 + 7.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-02-22 + 6.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2017-01-04 + 5.6.5 First release Alihan Öztürk alihan@pisilinux.org @@ -4406,140 +44418,329 @@ - open-sans-fonts - https://www.opensans.com/ + libmcrypt + http://mcrypt.sourceforge.net/ - Safa Arıman - safaariman@pisilinux.org + PisiLinux Community + admins@pisilinux.org - Apache-2.0 - data:font - desktop.font - Open Sans is a humanist sans-serif typeface designed by Steve Matteson - Open Sans is a humanist sans-serif typeface designed by Steve Matteson - Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms. - Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms. - https://www.opensans.com/download/open-sans.zip - https://www.opensans.com/download/open-sans-condensed.zip - desktop/font/open-sans-fonts/pspec.xml + LGPLv2.1 + library + util.crypt + A thread-safe encryption library + Güvenli şifreleme kütüphanesi. + libmcrypt is a thread-safe encryption library. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers. + libmcrypt bir güvenli şifreleme kütüphanesidir. Geliştiricilere kodlarında çok büyük bir değişikliğe gerek duymadan kullanabilecekleri, geniş bir şifreleme fonksiyon kaynağı sunar. Şifreleme uzmanı olmadan dosya ve verileri kolayca şifrelemenizi sağlar. + mirrors://sourceforge/mcrypt/libmcrypt-2.5.8.tar.bz2 + + libmcrypt-2.5.8-nolibltdl.patch + libmcrypt-2.5.8-prototypes.patch + libmcrypt-2.5.8-uninitialized.patch + + util/crypt/libmcrypt/pspec.xml - open-sans-fonts + libmcrypt - /usr/share/doc - /usr/share/fonts - - - - - 2020-03-20 - 1.10 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - Orkhun-fonts - http://turkcesivarken.com/ - - Sezai Yeniay - sezaiyeniay@pisilinux.org - - OFL - data:font - desktop.font - Old Turkic fonts - Eski Türk alfabesi Yazıtipleri - Orkhun-fonts package contains old Turkic (Gokturks or Celestial Turks) fonts. - Orkhun-fonts paketi Göktürk Alfabesi'ne ait yazıtiplerini içermektedir. - https://sourceforge.net/projects/pisilinux/files/source/orkhun.tar.gz - desktop/font/Orkhun-fonts/pspec.xml - - - Orkhun-fonts - - /usr/share/fonts - /usr/share/doc - - - - - 2018-12-14 - 0.1 - First release - Sezai Yeniay - sezaiyeniay@pisilinux.org - - - - - - oxygen-fonts - https://projects.kde.org/projects/playground/artwork/oxygen-fonts - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - OFL - data:font - desktop.font - Oxygen font family - Oxygen yazı tipi ailesi - Oxygen font family is a desktop / GUI font family for integrated use with KDE. - Oxygen, KDE için bir masaüstü ve grafik kullanıcı arayüzü yazı tipi ailesidir. - http://download.kde.org/stable/plasma/5.4.3/oxygen-fonts-5.4.3.tar.xz - - cmake - extra-cmake-modules - fontconfig-devel - qt5-base-devel - fontforge - - desktop/font/oxygen-fonts/pspec.xml - - - oxygen-fonts - - /usr/share/fonts - /usr/share/doc /usr/lib + /usr/share/doc/libmcrypt + + + + libmcrypt-devel + Development files for libmcrypt + libmcrypt için geliştirme dosyaları + + libmcrypt + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/share/man - 2018-08-15 - 5.4.3 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org + 2020-02-22 + 2.5.8 + Rebuild + İdris Kalp + idriskalp@gmail.com - 2018-07-31 - 5.4.3 - Rebuild for new toolchain. - Stefan Gronewold - groni@pisilinux.org + 2018-08-10 + 2.5.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2017-03-09 - 5.4.3 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org + 2017-09-19 + 2.5.8 + Release Bump + Kamil Atlı + suvari@pisilinux.org - 2016-06-09 - 5.4.3 + 2016-06-08 + 2.5.8 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-11-11 - 5.4.3 + 2014-01-31 + 2.5.8 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libksba + http://www.gnupg.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + app:console + util.crypt + rends les certificats X.509 et le CMS facilement accessible aux applications. + Library handling X.509 certificates and CMS data + Çeşitli uygulamaların X.509 sertifikaları ve CMS verilerine kolay erişebilmesini sağlayan bir kitaplık + libksba is a library designed to build software based on the X.509 and CMS protocols. + libksba, X.509 ve CMS protokollerini kullanan yazılımlar üretmek için kullanılan bir kitaplıktır. + https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.5.1.tar.bz2 + + libgpg-error-devel + + util/crypt/libksba/pspec.xml + + + libksba + + libgpg-error + + + /usr/bin + /usr/lib + /usr/share/info + /usr/share/doc + + + + libksba-devel + Development files for libksba + libksba için geliştirme dosyaları + + libksba + + + /usr/include + /usr/share/aclocal + + + + + 2021-05-28 + 1.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.3.5 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 1.3.5 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-02-19 + 1.3.5 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-24 + 1.3.5 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 1.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-12 + 1.3.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + p11-kit + http://p11-glue.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + util.crypt + Library to work with PKCS#11 modules + Biblioteka i moduł proxy do właściwego wczytywania i współdzielenia modułów PKCS #11 + The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules. + p11-kit zapewnia możliwość ładowania i numeracji modułów PKCS #11 (a Cryptographic Token Interface Standard). + https://github.com/p11-glue/p11-kit/releases/download/0.23.22/p11-kit-0.23.22.tar.xz + + libtasn1-devel + libffi-devel + + util/crypt/p11-kit/pspec.xml + + + p11-kit + + libtasn1 + libffi + + + /usr/bin + /usr/libexec/p11-kit + /usr/share/doc + /usr/share/gtk-doc + /usr/share/p11-kit + /usr/lib + /etc/pkcs11 + + + + p11-kit-devel + p11-kit için geliştirme dosyaları + p11-kit için geliştirme dosyaları. + Pliki nagłówkowe do biplioteki p11-kit. + + p11-kit + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + p11-kit-32bit + 32-bit shared libraries for p11-kit + emul32 + emul32 + + libtasn1-32bit + libffi-32bit + + + p11-kit + libffi-32bit + libtasn1-32bit + + + /usr/lib32 + + + + p11-kit-docs + Development documents for p11-kit + + /usr/share/gtk-doc/html + + + + + 2021-03-01 + 0.23.22 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-07 + 0.23.18.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-01 + 0.23.13 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-23 + 0.23.13 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.23.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-28 + 0.23.9 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.23.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.23.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 0.23.1 + Release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-04-28 + 0.23.1 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -4548,86 +44749,475 @@ - sil-lateef-font - https://software.sil.org/lateef/ + rar + http://www.rarlab.com - Stefan Gronewold - groni@pisilinux.org + PisiLinux Community + admins@pisilinux.org - custom:OFL - data:font - desktop.font - OpenType Arabic font from SIL - Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and poet. It is intended to be an appropriate style for use in Sindhi and other languages of southern Asia.. - https://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip - desktop/font/sil-lateef-font/pspec.xml + RAR + app:console + util.archive + RAR compressor + RAR sıkıştırıcı + rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use. + rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir. + http://www.rarlab.com/rar/rarlinux-5.8.0.tar.gz + http://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz + util/archive/rar/pspec.xml - sil-lateef-font + rar + + libgcc + - /usr/share/doc - /usr/share/fonts/sil-lateef - /usr/share/sil-lateef/documentation - /usr/share/sil-lateef/web + /usr/bin + /opt/rar/bin + /opt/rar/lib + /opt/rar/etc + /usr/share/doc/rar + + 2020-02-19 + 5.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 5.5.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 5.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 5.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2018-07-31 - 1.200 - Rebuild for New Toolchain - Stefan Gronewold - groni@pisilinux.org + 2016-06-08 + 5.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2018-05-08 - 1.200 + 2016-01-01 + 5.3.0 First release - Stefan Gronewold + Stefan Gronewold(groni) groni@pisilinux.org - terminus-font - http://terminus-font.sourceforge.net/ + p7zip + https://github.com/jinfeihan57/p7zip - Sezai Yeniay - sezaiyeniay@pisilinux.org + PisiLinux Community + admins@pisilinux.org - OFL - GPLv2 - data - desktop.font - Fixed width bitmap font. - Sabit boyutlu yazıtipi - La fonte Terminus est conçue pour travailler longtemps (8 heures ou plus par jour) devant l'ordinateur. - Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. - Terminus yazıtipi bilgisayar karşısında uzun süreler (günde 8 saat ve fazlası) geçiren insanlar için tasarlanmıştır. - Die Terminus Schrift ist für lange Arbeitszeiten (8 Stunden und mehr pro Tag) ausgelegt - mirrors://sourceforge/terminus-font/terminus-font-4.49.1.tar.gz + LGPLv2.1 + app:console + util.archive + Port of 7-Zip archiver for *nix + 7-zip arşivleme programı + p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives. + 7-zip arşivleme programı. 7z, ZIP, GZIP, BZIP2 ve TAR arşivleri oluşturabilir ve açabilir; RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB ve NSIS arşivlerini ise açabilir. + https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz - python3 - xorg-app + yasm-devel - desktop/font/terminus-font/pspec.xml + util/archive/p7zip/pspec.xml - terminus-font + p7zip + + libgcc + - /etc/fonts/conf.avail/75-yes-terminus.conf - /etc/fonts/conf.d/75-yes-terminus.conf - /usr/share/kbd/consolefonts - /usr/share/fonts/misc + /usr/bin + /usr/lib/p7zip + /usr/lib/p7zip/Codecs + /usr/share/doc + /usr/share/man + + + + + 2021-04-26 + 17.04 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-13 + 17.03 + Version bump. + fury + uglyside@yandex.ru + + + 2020-02-19 + 16.02 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-13 + 16.02 + Rebuild + fury + uglyside@yandex.ru + + + 2018-08-10 + 16.02 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 16.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 15.09 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-01 + 15.09 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + zziplib + https://github.com/gdraheim/zziplib + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + MPL-1.1 + ZLIB + app:console + library + util.archive + libZ-based ZIP-access Library. + libZ tabanlı ZIP erişim kitaplığı + The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access. + zziplib zip arşivindeki sıkıştırılmış dosyalara, zlib tarafından sunulan özgür algoritmalarla erişim sağlayan bir kitaplıktır. + https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz + + cmake + xmlto + ninja + zlib-devel + aalib-devel + docbook-xsl + docbook-xml + python3-six + python3-devel + libxslt-devel + libsdl2-devel + + util/archive/zziplib/pspec.xml + + + zziplib + + zlib + + + /usr/bin + /usr/lib + /usr/share/man/man3 + /usr/share/doc + + + + zziplib-devel + Development files for zziplib + zziplib için geliştirme dosyaları + + zziplib + libsdl2-devel + zlib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2021-01-21 + 0.13.72 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-06-23 + 0.13.71 + Ver. bump + fury + uglyside@yandex.ru + + + 2019-10-31 + 0.13.68 + Ver. bump + fury + uglyside@yandex.ru + + + 2016-04-04 + 0.13.62 + Rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-01-16 + 0.13.62 + Rebuild for 1.0 + Richard de Bruin + richdb@pisilinux.org + + + 2012-11-03 + 0.13.62 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + xorriso + https://www.gnu.org/software/xorriso/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv3 + app:console + util.archive + ISO 9660 image manipulation tool + ISO 9660 imaj manipülasyon aracı + xorriso is a program which maps file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. + xorriso, POSIX uyumlu dosya sistemlerini Rock Ridge tarafından geliştirilmişs ISO 9660 dosya sistemlerine haritalar ve oturum boyunca bu tür dosya sistemlerinin manipüle edilmesine/değiştirilmesine izin verir. xorriso ISO 9660 dosya sistemlerinden dosya nesnelerini geri yükleyebilir eski haline getirebilir. + xorriso + http://www.gnu.org/software/xorriso/xorriso-1.5.4.pl02.tar.gz + + acl-devel + attr-devel + zlib-devel + libedit-devel + readline-devel + + util/archive/xorriso/pspec.xml + + + xorriso + + acl + attr + zlib + bzip2 + libedit + readline + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + 2021-08-11 + 1.5.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-04-27 + 1.5.2 + First release + Erkan IŞIK + erkanisik@pisilinux.org + + + + + + gnome-autoar + https://gitlab.gnome.org/GNOME/gnome-autoar + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + util.archive + Archive framework for GNOME + gnome-autoar provides functions and widgets for GNOME applications which want to use archives as a method to transfer directories over the Internet. + https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.3.tar.xz + + meson + gtk-doc + gtk3-devel + vala-devel + libarchive-devel + glib2-devel + gobject-introspection-devel + + util/archive/gnome-autoar/pspec.xml + + + gnome-autoar + + gtk3 + glib2 + libarchive + + + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/doc + + + + gnome-autoar-devel + + gnome-autoar + gtk3-devel + glib2-devel + libarchive-devel + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + /usr/share/vala + + + + gnome-autoar-docs + Development files for gnome-autoar + + gnome-autoar + + + /usr/share/gtk-doc + + + + + 2022-02-11 + 0.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-07 + 0.4.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 0.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-11 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 0.3.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + zopfli + https://github.com/google/zopfli + + fury + uglyside@yandex.ru + + Apache-2 + app:console + util.archive + Compression algorithm. + Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. + https://github.com/google/zopfli/archive/zopfli-1.0.3.tar.gz + + cmake + + util/archive/zopfli/pspec.xml + + + zopfli + + /usr/bin + /usr/lib/cmake + /usr/lib + /usr/include /usr/share/doc - 2021-01-02 - 4.49.1 - Beta rebuild. + 2020-01-01 + 1.0.3 + First build. fury uglyside@yandex.ru @@ -4635,106 +45225,595 @@ - unicode-ucd - http://www.unicode.org/ucd + brotli + https://github.com/google/brotli - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com MIT - desktop.font - Unicode Character Database - Unicode Karakter Veritabanı - The Unicode Character Database (UCD) consists of a number of data files listing Unicode character properties and related data. It also includes data files containing test data for conformance to several important Unicode algorithms. - Unicode karakter veritabanı, unicode karakter özelliklerini ve bilgilerini içeren birkaç veri dosyasından oluşur. - https://www.unicode.org/Public/zipped/12.1.0/UCD.zip - desktop/font/unicode-ucd/pspec.xml + library + app:console + util.archive + Brotli compression format. + Brotli sıkıştırma biçemi. + Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. + Brotli, hali hazırda bulanan sıkıştırma biçemleri arasında LZ77 algoritmasının bir türünü, Huffman kodlamasını ve ikinci sıralamalı içerik modellemesini, en iyi sıkıştırma oranıyla kullanan google tarafından geliştirilen bir sıkıştırma aracıdır. + https://github.com/google/brotli/archive/v1.0.7.tar.gz + + python3-setuptools + python3-devel + cmake + + util/archive/brotli/pspec.xml - unicode-ucd + brotli + Brotli compression format. + util.archive - /usr/share/unicode/ucd - /usr/share/doc + /usr/bin + /usr/lib + /usr/share/doc/brotli + + + + brotli-devel + Development files for brotli. + brotli için geliştirme dosyaları + brotli-devel, brotli için geliştirme dosyalarını içerir. + util.archive + + brotli + + + /usr/include + /usr/lib/pkgconfig + + + + python3-brotli + Python bindings for brotli compression format. + programming.language.python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-brotli - - copyright.html - - - 2020-01-18 - 12.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 11.0.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-14 - 11.0.0 - Rebuild and Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2017-03-01 - 9.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2014-01-27 - 6.3.0 - First release - Serdar Soytetir - kaptan@pisilinux.org + 2020-05-16 + 1.0.7 + First release. + Blue Devil + bluedevil@sctzine.com - zekton - http://www.myfonts.com/fonts/typodermic/zekton + unrar + http://www.rarsoft.com/rar_add.htm - Osman Erkan - osman.erkan@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPL - as-is - data:font - desktop.font - Zekton yazı fontu - Zekton yazı fontu - PiSiLinux için Zekton yazı fontu. - PiSiLinux için Zekton yazı fontu. - http://www.e17-stuff.org/CONTENT/content-files/50553-zekton.tar.gz - desktop/font/zekton/pspec.xml + unRAR + app:console + util.archive + RAR decompressor + RAR açma uygulaması + unrar is a program to decompress RAR archives. + Unrar, RAR biçimli sıkıştırılmış dosyaları açar. + http://www.rarlab.com/rar/unrarsrc-5.9.1.tar.gz + + unrar-5.5.5-build.patch + unrar-5.5.5-honor-flags.patch + + util/archive/unrar/pspec.xml - zekton + unrar + + libgcc + - /usr/share/fonts/zekton - /usr/share/doc/zekton + /usr/bin + /usr/lib + /usr/include + /usr/share/doc + + 2020-02-19 + 5.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 5.5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 5.5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 5.4.5 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 5.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2021-12-04 - 061222 + 2015-01-25 + 5.3.4 + First release + yusuf Aydemir + yuısuf.aydemir@pisilinux.org + + + + + + gcap + https://wiki.gnome.org/msitools + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL2.1 + app:console + util.archive + Library and tool for working with Microsoft Cabinet (CAB) files + Library and tool for working with Microsoft Cabinet (CAB) files + http://ftp.gnome.org/pub/GNOME/sources/gcab/1.5/gcab-1.5.tar.xz + + python-six + glib2-devel + vala-devel + zlib-devel + intltool + gtk-doc + gobject-introspection-devel + meson + docbook-xsl + + util/archive/gcap/pspec.xml + + + gcap + + zlib + glib2 + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/gtk-doc + /usr/share/doc + /usr/share/man + /usr/share/gir-1.0/GCab-1.0.gir + /usr/share/vala + + + + gcap-devel + + gcap + zlib-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-05 + 1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-10 + 0.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-10 + 0.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + lzip + https://www.nongnu.org/lzip/lzip.html + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + GPLv2 + app:console + util.archive + Lzip is a lossless data (de)compressor + Veri kayıpsız bir veri sıkıştırma, geri açma aracı + Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip is about as fast as gzip, compresses most files more than bzip2, and is better than both from a data recovery perspective. + Lzip, gzip ve bzip2 benzeri veri kayıpsız sıkıştırma yapabilen bir araçtır. Lzip gzip kadar hızlı, bzip2'den daha iyi şıkıştırm oranına sahip ve görece her iki uygulamadan daha iyi bir sıkıştırma aracıdır. + http://download.savannah.nongnu.org/releases/lzip/lzip-1.21.tar.gz + util/archive/lzip/pspec.xml + + + lzip + + libgcc + + + /usr/bin + /usr/share/info + /usr/share/doc + /usr/share/man + + + + + 2019-07-04 + 1.21 + Ver. bump + fury + uglyside@yandex.ru + + + 2016-04-23 + 1.17 + First Pisi Release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + ucl + http://www.oberhumer.com/opensource/ucl/ + + PisiLinux Community + admins@pisilinux.org + + GPL + library + util.archive + Portable lossless data compression library written in ANSI C. + ANSI C ile yazılmış bir kayıpsız veri sıkıştırma kitaplığı. + UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. + UCL kitaplığı sıkıştırılmış veriyi çok hızlı çözerken, yüksek oranda veri sıkıştırması da yapabilen birçok sıkıştırma algoritması içerir. Sıkıştırılmış veriyi açmak ek bellek alanı gerektirmemektedir. + http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz + util/archive/ucl/pspec.xml + + + ucl + + /usr/lib + /usr/share/doc + + + + ucl-devel + + ucl + + + /usr/include + + + + + 2020-01-10 + 1.03 + Rebuild for the new toolchain + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-10 + 1.03 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-07 + 1.03 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 1.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-03 + 1.03 + First pisi Release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + cabextract + https://www.cabextract.org.uk/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + util.archive + A program to extract from Microsoft Cabinet files + Microsoft Cabinet dosyalarını açan bir program + cabextract is a program to extract files from Microsoft Cabinet files. + cabextract Microsoft Cabinet (.cab) dosyalarından dosya çıkarmaya yarayan bir programdır. + http://www.cabextract.org.uk/cabextract-1.9.1.tar.gz + util/archive/cabextract/pspec.xml + + + cabextract + + /usr/bin + /usr/share/man + + + + + 2020-02-19 + 1.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 1.6 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-23 + 1.6 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + xarchiver + https://github.com/ib/xarchiver + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + util.archive + A lightweight GTK+3 archiving/compression tool(continuation of the Xfce master branch). + GTK+3 tabanlı hafif ve sade bir arşiv yöneticisi + GTK+3 frontend to 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm and deb(open and extract only). Xarchiver allows you to create, add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported. + Xarchiver, 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm ve deb için GTK+3 tabanlı bir uygulamadır. Bu formatlarda arşivleme, ekleme, çıkarma ve silme işlemlerini yapabilir. Ayrıca parola korumalı 7z, zip, rar ve arj dosyalarını da destekler. + https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.18.tar.gz + + intltool + gtk3-devel + glib2-devel + pango-devel + docbook-xsl + libxslt-devel + gdk-pixbuf-devel + + + Re-enable_left_mouse_button_double_clicks.patch + + util/archive/xarchiver/pspec.xml + + + xarchiver + + rar + gtk3 + lzip + bzip2 + p7zip + unrar + pango + libzip + libxslt + xdg-utils + gdk-pixbuf + libarchive + + + /usr/bin + /usr/lib/xfce4/thunar-archive-plugin/xarchiver.tap + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps/xarchiver + /usr/share/doc/xarchiver/images + /usr/share/locale + /usr/share/man/man1 + /usr/share/doc/xarchiver + + + + + 2022-07-03 + 0.5.4.18 + Version bump + Pisilinux Community + admin@pisilinux.org + + + 2021-01-25 + 0.5.4.17 + Version bump + Pisi Linux Admins + admin@pisilinux.org + + + 2020-12-13 + 0.5.4.16 + Version Bump + Pisi Linux Admins + admin@pisilinux.org + + + 2020-06-01 + 0.5.4.15 + Version Bump + Pisi Linux Admins + admin@pisilinux.org + + + 2020-04-28 + 0.5.4.14 + First Release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libtar + https://directory.fsf.org/wiki/Libtar + + PisiLinux Community + admins@pisilinux.org + + as-is + library + util.archive + tar file manipulation API + tar dosyalarını işlemek için bir API + libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive. + libtar, POSIX tar dosyalarını işlemek için yazılmış bir C kütüphanesidir. + https://github.com/tklauser/libtar/archive/9c2e044833c5e908f5be0a77991b08849021793e.tar.gz + + zlib-devel + + util/archive/libtar/pspec.xml + + + libtar + + zlib + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libtar-devel + Development files for libtar + libtar için geliştirme dosyaları + + libtar + + + /usr/include + /usr/share/man/man3 + + + + + 2020-02-19 + 1.2.20 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-07 + 1.2.20 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-02-02 + 1.2.20 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 1.2.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-20 + 1.2.20 First release Kamil Atlı suvari@pisilinux.org @@ -4743,572 +45822,579 @@ - eog - https://wiki.gnome.org/Apps/EyeOfGnome + libzip + http://www.nih.at/libzip/ - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv2 - app:gui - desktop.gnome.addons - Eye of GNOME image viewer - GNOME resim gösterici - Eye of GNOME image viewer - GNOME resim gösterici - eog - mirrors://gnome/eog/42/eog-42.3.tar.xz + BSD + library + util.archive + A C library for reading, creating, and modifying zip archives + Zip arşivleri yaratmak, okumak ve değiştirmek için C kitaplığı + libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives. + libzip, zip arşivleri yaratma, okumak ve değiştirmek için kullanılabilecek bir C kitaplığıdır. + https://libzip.org/download/libzip-1.9.2.tar.xz - glib2-devel - gtk3-devel - exempi-devel - gdk-pixbuf-devel - glib2-devel - gnome-desktop-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - lcms2-devel - libexif-devel - libpeas-devel - libportal-devel - librsvg-devel - shared-mime-info - libX11-devel - desktop-file-utils - gettext-devel - gtk-doc - itstool - libjpeg-turbo-devel - meson + xz-devel + zstd-devel + openssl-devel zlib-devel - libhandy-devel - appstream-glib-devel + bzip2 + cmake - desktop/gnome/addons/eog/pspec.xml + util/archive/libzip/pspec.xml - eog + libzip - gtk3 + xz + zstd zlib - cairo - glib2 - lcms2 - exempi - libX11 - libexif - libpeas - librsvg - libhandy - libportal - gdk-pixbuf - gnome-desktop - libjpeg-turbo - gobject-introspection + bzip2 + openssl /usr/bin - /usr/lib/eog - /usr/share/applications - /usr/share/doc - /usr/share/eog - /usr/share/GConf - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/metainfo + /usr/lib + /usr/share/man + /usr/share/doc - - sleep - - eog-devel - eog için geliştirme dosyaları + libzip-devel + Development files for libzip + libzip için geliştirme dosyaları - eog - gtk3-devel + zlib-devel + libzip /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + /usr/share/man/man3 - - 2022-08-06 - 42.3 + + 2022-06-28 + 1.9.2 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2020-02-07 + 1.6.1 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-09 + 1.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + - 2022-05-28 - 42.2 - Version bump. + 2018-04-25 + 1.5.1 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2021-12-05 - 41.1 - Version bump. + 2017-12-24 + 1.3.2 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2021-09-19 - 41.0 + 2017-01-25 + 1.1.3 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Stefan Gronewold + groni@pisilinux.org - 2021-08-14 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2016-06-08 + 1.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2021-06-16 - 40.1 + 2015-07-28 + 1.0.1 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - eog-plugins - https://wiki.gnome.org/Apps/EyeOfGnome/Plugins + lzop + http://www.lzop.org/ - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv2 - app:gui - desktop.gnome.addons - A collection of plugins for the eog image viewer - eog resim görüntüleyici için bir eklenti koleksiyonu - A collection of plugins for the eog image viewer - eog resim görüntüleyici için bir eklenti koleksiyonu - eog-plugins - mirrors://gnome/eog-plugins/42/eog-plugins-42.1.tar.xz + GPLv3 + library + util.archive + File compressor using lzo lib + File compressor using lzo lib + File compressor using lzo lib + File compressor using lzo lib + http://www.lzop.org/download/lzop-1.04.tar.gz - meson - libchamplain-devel - clutter-gtk-devel - eog-devel - gsettings-desktop-schemas-devel - libexif-devel - libgdata-devel - libpeas-devel - intltool - python3-devel + lzo-devel - desktop/gnome/addons/eog-plugins/pspec.xml + util/archive/lzop/pspec.xml - eog-plugins + lzop - atk - eog - cogl - gtk3 - mesa - cairo - glib2 - libXi - pango - libX11 - libdrm - clutter - libXext - libexif - libpeas - libsoup - libxml2 - wayland - harfbuzz - libgdata - libglvnd - json-glib - libXfixes - libXrandr - gdk-pixbuf - libXdamage - clutter-gtk - libchamplain - libxkbcommon - libXcomposite - wayland-client - wayland-cursor - wayland-server - gnome-online-accounts - gobject-introspection + lzo + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-02-19 + 1.04 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + zstd + https://www.zstd.net/ + + PisiLinux Community + admins@pisilinux.org + + GPL2 + app:console + util.archive + Zstandard - Fast real-time compression algorithm + Zstandard - Fast real-time compression algorithm + Zstandard - Fast real-time compression algorithm + Zstandard - Fast real-time compression algorithm + https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz + + libgcc + xz-devel + zlib-devel + + util/archive/zstd/pspec.xml + + + zstd + + xz + zlib /usr/bin /usr/lib /usr/share - /usr/share/locale - - - - - 2022-04-24 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 3.26.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 3.26.7 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-photos - https://wiki.gnome.org/Apps/Photos - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - desktop.gnome.addons - Access, organize, and share your photos on GNOME - Access, organize, and share your photos on GNOME - GNOME'de fotoğraflarınıza erişin, düzenleyin ve paylaşın - GNOME'de fotoğraflarınıza erişin, düzenleyin ve paylaşın - https://download.gnome.org/sources/gnome-photos/42/gnome-photos-42.0.tar.xz - - git - meson - itstool - yelp-tools - atk-devel - atk-devel - gegl-devel - gtk3-devel - cairo-devel - glib2-devel - grilo-devel - pango-devel - libpng-devel - tracker-devel - libgdata-devel - libhandy-devel - libdazzle-devel - libgexiv2-devel - gdk-pixbuf-devel - libgfbgraph-devel - geocode-glib-devel - libjpeg-turbo-devel - gnome-online-accounts-devel - gsettings-desktop-schemas-devel - - desktop/gnome/addons/gnome-photos/pspec.xml - - - gnome-photos - - atk - atk - gegl - gtk3 - cairo - glib2 - grilo - pango - libpng - tracker - libgdata - libhandy - libdazzle - libgexiv2 - gdk-pixbuf - libgfbgraph - geocode-glib - libjpeg-turbo - gnome-online-accounts - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share/applications - /usr/share/dbus-1 - /usr/share/help - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 40.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-tweaks - https://wiki.gnome.org/Apps/Tweaks - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.addons - Graphical interface for advanced GNOME 3 settings (Tweak Tool) - Graphical interface for advanced GNOME 3 settings (Tweak Tool) - Gelişmiş GNOME 3 ayarları için grafik arayüz - Gelişmiş GNOME 3 ayarları için grafik arayüz - gnome - https://download.gnome.org/sources/gnome-tweaks/40/gnome-tweaks-40.10.tar.xz - - meson - libhandy-devel - gnome-shell - gnome-desktop-devel - python3-pygobject3-devel - gnome-settings-daemon-devel - gsettings-desktop-schemas-devel - - - Notify-0.8.patch - - desktop/gnome/addons/gnome-tweaks/pspec.xml - - - gnome-tweaks - - /usr/bin - /usr/libexec - /usr/lib/python3.* - /usr/share/applications - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gnome-tweaks - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - - 2022-07-17 - 40.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-20 - 40.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 40.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-02 - 40.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libmanette - https://gnome.pages.gitlab.gnome.org/libmanette/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.addons - Simple GObject game controller library - Simple GObject game controller library - Basit GObject oyun kumandası kitaplığı - Basit GObject oyun kumandası kitaplığı - https://download.gnome.org/sources/libmanette/0.2/libmanette-0.2.6.tar.xz - - meson - vala-devel - glib2-devel - libevdev-devel - libgudev-devel - gobject-introspection-devel - - desktop/gnome/addons/libmanette/pspec.xml - - - libmanette - - glib2-devel - libevdev-devel - libgudev-devel - - - /usr/bin - /usr/lib - /usr/share/vala + /usr/share/man /usr/share/doc - libmanette-devel - Development files for libmanette + zstd-devel + Development files for zstd - libmanette - glib2-devel + zstd /usr/include - /usr/share/gir-1.0 /usr/lib/pkgconfig - 2021-06-08 - 0.2.6 + 2021-10-21 + 1.5.0 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2020-02-14 + 1.4.4 First release - Pisi Linux Admins - admin@pisilinux.org + PisiLinux Community + admins@pisilinux.org - tracker - https://gitlab.gnome.org/GNOME/tracker + upx + http://upx.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPL + app:console + util.archive + Ultimate executable compressor. + UPX (Ultimate executable compressor), bir dosya sıkıştırıcısı + UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. + UPX ileri düzey bir çalıştırılabilir dosya sıkıştırıcısıdır. UPX genel olarak programların ve kitaplıkların dosya boyutunu %50 ila %70 oranında sıkıştırarak disk kullanım alanını, ağa yüklenme ve indirme süresini düşürür. + http://upx.sourceforge.net/download/upx-3.95-src.tar.xz + http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2 + + ucl-devel + zlib-devel + + util/archive/upx/pspec.xml + + + upx + Ultimate executable compressor. + + ucl + + + /usr/bin + /usr/share/doc + /usr/share/man/man1 + + + + + 2020-02-19 + 3.95 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-10 + 3.94 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 3.94 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 3.91 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 3.91 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-03 + 3.91 + First Pisi Release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + areca + http://www.areca-backup.org/ + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + util.archive + Easy to use and reliable backup solution for Linux. + Easy to use and reliable backup solution for Linux. + Areca Backup is very versatile and as simple as possible. + Areca Backup is very versatile and as simple as possible. + areca + mirrors://sourceforge/areca/areca-stable/areca-7.5/areca-7.5-linux-gtk-64.tar.gz + util/archive/areca/pspec.xml + + + areca + + acl + + + /usr/bin/ + /usr/share/applications + /usr/share/pixmaps + /opt/areca/ + /usr + + + areca + areca.desktop + areca.png + + + + + 2021-03-10 + 7.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-19 + 7.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 7.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 7.5 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 7.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-23 + 7.5 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + quazip + https://stachenov.github.io/quazip/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + library + app:console + util.archive + QuaZIP - Qt/C++ wrapper for Minizip + QuaZIP - Minizip için Qt / C ++ sarıcı + QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library. + QuaZIP, Gilles Vollant'ın ZIP / UNZIP paketi (AKA Minizip) için Trolltech'in Qt kütüphanesini kullanan C ++ paketleyicisidir. + https://github.com/stachenov/quazip/archive/v0.8.1.tar.gz + + qt5-base-devel + zlib-devel + cmake + + util/archive/quazip/pspec.xml + + + quazip + + qt5-base + zlib + libgcc + + + /usr/lib + /usr/share/doc + /usr/share/cmake/Modules/FindQuaZip5.cmake + + + + quazip-devel + Development files for quazip + quazip paketi için geliştirme dosyaları + + quazip + + + /usr/include + + + + + 2020-02-12 + 0.8.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-10 + 0.7.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 0.7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 0.7.2 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-08 + 0.7.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-22 + 0.7.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + tracker-miners + https://gitlab.gnome.org/GNOME/tracker-miners Pisi Linux Admins admins@pisilinux.org LGPLv2.1 - desktop.gnome.addons - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - https://download.gnome.org/sources/tracker/3.3/tracker-3.3.2.tar.xz + util.misc + Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. + Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. + https://download.gnome.org/sources/tracker-miners/3.3/tracker-miners-3.3.1.tar.xz - meson gettext-devel glib2-devel - vala-devel + meson + intltool asciidoc - dbus-devel - icu4c-devel - json-glib-devel - libsoup-devel - libsoup3-devel + tracker-devel + desktop-file-utils + ffmpeg-devel + exempi-devel + flac-devel + libgexiv2-devel + gstreamer-devel + libcue-devel + libexif-devel + libgsf-devel + libgxps-devel + libiptcdata-devel + libjpeg-turbo-devel + libosinfo-devel + libpng-devel + libseccomp-devel + tiff-devel libxml2-devel - sqlite-devel + libvorbis-devel + poppler-glib-devel + taglib-devel + totem-pl-parser-devel + upower-devel + zlib-devel + gst-plugins-base-devel + giflib-devel NetworkManager-devel - bash-completion - gobject-introspection-devel - libxslt-devel - python3-pygobject3-devel + harfbuzz-devel - desktop/gnome/addons/tracker/pspec.xml + util/misc/tracker-miners/pspec.xml - tracker + tracker-miners + tiff glib2 icu4c - sqlite - libsoup - libsoup3 + exempi + giflib + libgsf + libpng + upower + libexif + libgxps libxml2 - json-glib + tracker + gstreamer + libgexiv2 + libosinfo + libseccomp + libiptcdata + poppler-glib + libjpeg-turbo + NetworkManager + totem-pl-parser + gst-plugins-base + /etc/xdg /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/lib/tracker* + /usr/lib /usr/libexec /usr/share/locale /usr/share/man /usr/share/doc - /usr/share/tracker3 + /usr/share/glib-2.0 + /usr/share/tracker3-miners /usr/share/bash-completion /usr/share/dbus-1 - - tracker-devel - - tracker - glib2-devel - icu4c-devel - sqlite-devel - libxml2-devel - libsoup-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - 2022-07-06 - 3.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - 2022-06-01 3.3.1 - Version bump + Version bump. Mustafa Cinasal muscnsl@gmail.com @@ -5344,9365 +46430,523 @@ - xdg-user-dirs-gtk - https://www.gnome.org + lf + https://godoc.org/github.com/gokcehan/lf - Pisi Linux Admins - admin@pisilinux.org + fury + uglyside@yandex.ru - GPLv3 - library - desktop.gnome.addons - Creates user dirs and asks to relocalize them - Creates user dirs and asks to relocalize them - Creates user dirs and asks to relocalize them - Creates user dirs and asks to relocalize them - https://download.gnome.org/sources/xdg-user-dirs-gtk/0.10/xdg-user-dirs-gtk-0.10.tar.xz - - intltool - gtk3-devel - glib2-devel - gnome-common - xdg-user-dirs - - desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml - - - xdg-user-dirs-gtk - - gtk3 - glib2 - - - /usr/bin - /etc - /usr/lib - /usr/share/locale - /usr/share/doc - - - - - 2021-06-01 - 0.10 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - nautilus-admin - https://github.com/brunonova/nautilus-admin - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.admin - Extension for Nautilus to do administrative operations - Extension for Nautilus to do administrative operations - Extension for Nautilus to do administrative operations - Extension for Nautilus to do administrative operations - https://github.com/brunonova/nautilus-admin/archive/refs/tags/v1.1.9.tar.gz - - cmake - gettext-devel - - desktop/gnome/admin/nautilus-admin/pspec.xml - - - nautilus-admin - - nautilus-python - - - /usr/share/nautilus-python - /usr/share/locale - /usr/share/doc - - - - - 2021-06-21 - 1.1.9 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-dictionary - https://wiki.gnome.org/Apps/Dictionary - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - app:gui - desktop.gnome.apps - A dictionary application for GNOME - Gnome için bir sözlük uygulaması - A dictionary application for GNOME - Gnome için bir sözlük uygulaması - gnome-dictionary - mirrors://gnome/gnome-dictionary/40/gnome-dictionary-40.0.tar.xz - - appstream-glib-devel - desktop-file-utils - docbook-xsl - gettext-devel - gobject-introspection-devel - gtk3-devel - itstool - libxslt-devel - meson - - desktop/gnome/apps/gnome-dictionary/pspec.xml - - - gnome-dictionary - - gtk3 - cairo - glib2 - pango - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/gdict-1.0 - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2021-06-10 - 40.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - alacarte - https://gitlab.gnome.org/GNOME/alacarte - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - desktop.gnome.apps - Menu editor for gnome - Menu editor for gnome - Gnome için menü düzenleyici - Gnome için menü düzenleyici - https://download.gnome.org/sources/alacarte/3.44/alacarte-3.44.2.tar.xz - - intltool - gtk3-devel - docbook-xsl - gnome-common - libxslt-devel - python3-devel - gnome-menus-devel - python3-cairo-devel - python3-pygobject3-devel - - desktop/gnome/apps/alacarte/pspec.xml - - - alacarte - - /usr/bin - /usr/lib/python* - /usr/share/alacarte - /usr/share/locale - /usr/share/applications - /usr/share/icons - /usr/share/man - /usr/share/doc - - - - - 2022-06-19 - 3.44.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-22 - 3.44.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-23 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.36.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-03 - 3.36.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - baobab - https://wiki.gnome.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.gnome.apps - A graphical directory tree analyzer - A graphical directory tree analyzer - Bir grafik dizin ağacı analizörü - Bir grafik dizin ağacı analizörü - https://download.gnome.org/sources/baobab/42/baobab-42.0.tar.xz - - meson - itstool - vala-devel - yelp-tools - gtk4-devel - cairo-devel - glib2-devel - pango-devel - librsvg-devel - libadwaita-devel - libhandy-devel - appstream-glib-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - - desktop/gnome/apps/baobab/pspec.xml - - - baobab - - gtk4 - cairo - glib2 - pango - libhandy - libadwaita - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/help - /usr/share/metainfo - /usr/share/man - /usr/share/doc - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-01 - 40.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - dconf-editor - http://live.gnome.org/dconf - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Gui editor for dconf; simple low-level configuration system - dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. - https://download.gnome.org/sources/dconf-editor/3.38/dconf-editor-3.38.3.tar.xz - - meson - dconf-devel - glib2-devel - libxml2-devel - gtk3-devel - pango-devel - docbook-xsl - libepoxy-devel - at-spi2-core-devel - vala-devel - libxslt - intltool - gtk-doc - - desktop/gnome/apps/dconf-editor/pspec.xml - - - dconf-editor - - dconf - glib2 - gtk3 - - - /usr/bin - /usr/share/applications - /usr/share/bash-completion - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2021-05-24 - 3.38.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 3.34.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 3.27.3 - Rebuild. - erkan IŞIK - erkanisik@pisilinux.org - - - 2018-08-30 - 3.27.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 3.27.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.16.1 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 3.16.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-12 - 3.16.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - devhelp - https://wiki.gnome.org/Apps/Notes - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - API documentation browser - API Belgelendirme Tarayıcısı - API documentation browser - API Belgelendirme Tarayıcısı - mirrors://gnome/devhelp/41/devhelp-41.2.tar.xz - - amtk-devel - desktop-file-utils - gettext-devel - gobject-introspection-devel - glib2-devel - gtk3-devel - itstool - gtk-doc - meson - gsettings-desktop-schemas-devel - webkit2gtk-devel - - desktop/gnome/apps/devhelp/pspec.xml - - - devhelp - - amtk - gtk3 - glib2 - pango - webkit2gtk - - - /usr/bin - /usr/lib/libdevhelp* - /usr/lib/gedit - /usr/lib/girepository-1.0 - /usr/share/applications - /usr/share/dbus-1 - /usr/share/devhelp - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - devhelp-devel - Development files for devhelp - devhelp için geliştirme dosyaları - - devhelp - glib2-devel - gtk3-devel - webkit2gtk-devel - gsettings-desktop-schemas-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-10-01 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-27 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 40.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - epiphany - https://gitlab.gnome.org/GNOME/epiphany - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Intuitive GNOME web browser. - Epiphany is a GNOME web browser based on the WebKit rendering engine. - https://download.gnome.org/sources/epiphany/42/epiphany-42.3.tar.xz - - glib2-devel - itstool - NetworkManager-devel - avahi-glib-devel - gcr-devel - gnome-desktop-devel - json-glib-devel - libdazzle-devel - libhandy-devel - libnotify-devel - libsecret-devel - libsoup-gnome - libwnck3-devel - libxslt-devel - nettle-devel - nss-devel - webkit2gtk-devel - libportal-devel - libsoup-devel - libarchive-devel - appstream-glib-devel - gmp-devel - meson - desktop-file-utils - - desktop/gnome/apps/epiphany/pspec.xml - - - epiphany - - atk - cairo - gcr - gdk-pixbuf - glib2 - gmp - gtk3 - json-glib - libdazzle - libsecret - libsoup - libxml2 - nettle - pango - sqlite - webkit2gtk - libhandy - libportal - libarchive - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/epiphany - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2022-07-08 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-20 - 42.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-22 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-24 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 41.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-16 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 40.2 - Version bump - Berk Çakar - berk2238@hotmail.com - - - 2021-06-07 - 3.38.5 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - evolution - https://gitlab.gnome.org/GNOME/evolution - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - LGPLv3 - app:gui - desktop.gnome.apps - Integrated mail, addressbook and calendaring for GNOME. - The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment. - evolution - https://download.gnome.org/sources/evolution/3.44/evolution-3.44.4.tar.xz - - gnome-desktop-devel - libcanberra-gtk3-devel - evolution-data-server-devel - gspell-devel - gnome-autoar-devel - libarchive-devel - intltool - itstool - docbook-xsl - cmark-devel - geocode-glib-devel - NetworkManager-devel - yelp-tools - libgdata-devel - webkit2gtk-devel - enchant2-devel - libgweather-devel - libnotify-devel - clutter-gtk-devel - geoclue-devel - geocode-glib-devel - libseccomp-devel - openldap-server - cmake - - desktop/gnome/apps/evolution/pspec.xml - - - evolution - - atk - gcr - nss - gtk3 - nspr - cairo - glib2 - pango - gspell - sqlite - libical - libsoup - libxml2 - enchant2 - libnotify - cmark - geocode-glib - libsecret - gdk-pixbuf - webkit2gtk - libcanberra - libgweather - gnome-autoar - gnome-desktop - openldap-client - evolution-data-server - - - /usr/bin - /usr/lib/evolution-data-server - /usr/lib/evolution - /usr/libexec - /usr/share/GConf - /usr/share/applications - /usr/share/doc - /usr/share/evolution - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/help - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - evolution-devel - - evolution - gtk3-devel - glib2-devel - gnome-desktop-devel - evolution-data-server-devel - webkit2gtk-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-05 - 3.44.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-01 - 3.44.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-27 - 3.44.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-07 - 3.42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 3.42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 3.40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 3.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 3.40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gedit - http://projects.gnome.org/gedit/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Default text editor for GNOME - GNOME için öntanımlı metin editörü - gedit is a small and lightweight text editor for the GNOME environment. - gedit, GNOME ortamı için küçük ve hafif bir metin editörüdür. - mirrors://gnome/gedit/42/gedit-42.2.tar.xz - - desktop-file-utils - gettext-devel - git - glib2-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - gspell-devel - gtk-doc - gtk3-devel - gtksourceview4-devel - iso-codes - itstool - libpeas-devel - libsoup-devel - libxml2-devel - meson - python3-devel - python3-pygobject3-devel - tepl-devel - vala-devel - yelp-tools - which - - desktop/gnome/apps/gedit/pspec.xml - - - gedit - - atk - amtk - cairo - gdk-pixbuf - glib2 - gtk3 - gtksourceview4 - gobject-introspection - gspell - libpeas - pango - tepl - libxml2 - - - /usr/bin - /usr/lib/gedit - /usr/lib/python3.* - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/gedit - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/vala - - - - gedit-devel - Development files for gedit - gedit için geliştirme dosyaları - - gedit - glib2-devel - gtk3-devel - libpeas-devel - tepl-devel - gtksourceview4-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-27 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 40.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-01 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gedit-plugins - https://wiki.gnome.org/Apps/Gedit/ShippedPlugins - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Plugins for gedit - gedit için eklentiler - Collection of plugins for the gedit Text Editor - gedit metin editörü için eklentiler - mirrors://gnome/gedit-plugins/42/gedit-plugins-42.1.tar.xz - - atk-devel - cairo-devel - gedit-devel - gettext-devel - gtksourceview3-devel - glib2-devel - itstool - libpeas-devel - meson - python3-devel - python3-pygobject3-devel - vala-devel - vte-devel - yelp-tools - - desktop/gnome/apps/gedit-plugins/pspec.xml - - - gedit-plugins - - gtk3 - gedit - glib2 - libpeas - gtksourceview4 - - - /usr/lib - /usr/share/doc - /usr/share/gedit - /usr/share/glib-2.0 - /usr/share/help - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2022-05-27 - 42.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - ghex - https://wiki.gnome.org/Apps/Ghex - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A simple binary editor for the Gnome desktop - Gnome masaüstü için basit bir ikili(binary) düzenleyici - A simple binary editor for the Gnome desktop - Gnome masaüstü için basit bir ikili(binary) düzenleyici - mirrors://gnome/ghex/42/ghex-42.3.tar.xz - - gobject-introspection-devel - desktop-file-utils - gettext-devel - gtk3-devel - gtk4-devel - itstool - meson - - desktop/gnome/apps/ghex/pspec.xml - - - ghex - - atk - cairo - gtk3 - gtk4 - glib2 - pango - - - /usr/bin - /usr/lib/gtkhex-* - /usr/lib/libgtkhex* - /usr/lib/girepository-1.0/Hex-4.typelib - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - ghex-devel - Development files for ghex - ghex için geliştirme dosyaları - - ghex - gtk3-devel - gtk4-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-06-14 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-27 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 3.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-24 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-07 - 3.18.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gitg - https://wiki.gnome.org/Apps/Gitg - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - GTK+ graphical interface for the git revision control system - Git sürüm kontrol sistemi için bir GTK tabanlı bir arayüz - GTK+ graphical interface for the git revision control system - Git sürüm kontrol sistemi için bir GTK tabanlı bir arayüz - gitg - mirrors://gnome/gitg/41/gitg-41.tar.xz - - gettext-devel - glib2-devel - gspell-devel - gtksourceview4-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - gtk3-devel - gtksourceview3-devel - gtkspell3-devel - json-glib-devel - meson - libdazzle-devel - libgee-devel - libgit2-glib-devel - libpeas-devel - libsecret-devel - libsoup-devel - python3-devel - vala-devel - webkit2gtk-devel - - desktop/gnome/apps/gitg/pspec.xml - - - gitg - - gtk3 - cairo - glib2 - pango - libgee - libpeas - libsoup - gspell - json-glib - gtksourceview4 - libxml2 - gtkspell3 - libdazzle - libsecret - gdk-pixbuf - libgit2-glib - gtksourceview3 - gobject-introspection - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/gitg - /usr/lib/lib*.so* - /usr/lib/python3* - /usr/share/applications - /usr/share/gitg - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/man - /usr/share/metainfo - /usr/share/doc - /usr/share/glade - /usr/share/locale - - - - gitg-devel - Development files for gitg - devhelp için geliştirme dosyaları - - gitg - gtk3-devel - glib2-devel - libgee-devel - libdazzle-devel - libgit2-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2021-12-28 - 41 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.32.1 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-07-11 - 3.32.1 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-06-08 - 3.32.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-applets - https://www.gnome.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - desktop.gnome.apps - Small applications for the GNOME Panel - Small applications for the GNOME Panel - GNOME Paneli için küçük uygulamalar - GNOME Paneli için küçük uygulamalar - https://download.gnome.org/sources/gnome-applets/3.44/gnome-applets-3.44.0.tar.xz - - itstool - atk-devel - gtk3-devel - cairo-devel - glib2-devel - libSM-devel - pango-devel - libICE-devel - libX11-devel - polkit-devel - upower-devel - cpupowertools - libgtop-devel - libxml2-devel - tracker-devel - harfbuzz-devel - libwnck3-devel - libnotify-devel - gdk-pixbuf-devel - libgweather4-devel - gnome-panel-devel - wireless-tools-devel - gnome-settings-daemon-devel - - desktop/gnome/apps/gnome-applets/pspec.xml - - - gnome-applets - - atk - gtk3 - cairo - glib2 - libSM - pango - libICE - libX11 - polkit - upower - libgtop - libxml2 - tracker - harfbuzz - libwnck3 - libnotify - gdk-pixbuf - libgweather4 - cpupowertools - gnome-panel - wireless-tools - - - /usr/bin - /etc - /usr/lib - /usr/share/dbus-1 - /usr/share/help - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gnome-applets - /usr/share/locale - /usr/share/polkit-1 - /usr/share/doc - - - - - 2022-03-21 - 3.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-09 - 3.41.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-builder - https://gitlab.gnome.org/GNOME/gnome-builder - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - desktop.gnome.apps - An IDE for writing GNOME-based software. - Builder is an IDE for GNOME and a tool to help writing GNOME-based applications. - https://download.gnome.org/sources/gnome-builder/42/gnome-builder-42.1.tar.xz - - appstream-glib-devel - gobject-introspection-devel - gspell-devel - mm-common - vala-devel - python3-sphinx - python3-sphinx_rtd_theme - cairo-devel - llvm-clang-devel - llvm - devhelp-devel - enchant2-devel - flatpak-devel - gtksourceview4-devel - gtk3-devel - json-glib-devel - libdazzle-devel - libgit2-glib-devel - glib2-devel - ostree-devel - libpeas-devel - libxml2-devel - vte-devel - webkit2gtk-devel - sysprof-devel - python3-pygobject3-devel - glade-devel - libportal-devel - meson - jsonrpc-glib-devel - template-glib-devel - libpcre2-devel - elogind-devel - gtk4-devel - libhandy-devel - cmark-devel - - - include-locale_h.patch - - desktop/gnome/apps/gnome-builder/pspec.xml - - - gnome-builder - - vte - cmark - glade - ctags - gspell - cairo - ostree - libpeas - flatpak - sysprof - devhelp - libgit2 - valgrind - libpcre2 - enchant2 - libportal - libdazzle - json-glib - mm-common - llvm-clang - python3-jedi - python-lxml - libgit2-glib - jsonrpc-glib - template-glib - gtksourceview4 - appstream-glib - flatpak-builder - llvm-clang - libhandy - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gtksourceview-4 - /usr/share/gnome-builder - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - gnome-builder-devel - Development files for gnome-builder - - gnome-builder - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-21 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-07 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-17 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 41.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-25 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-14 - 3.40.2 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-calculator - https://wiki.gnome.org/Apps/Calculator - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A desktop calculator for GNOME - gnome-calculator is an application that solves mathematical equations. - mirrors://gnome/gnome-calculator/42/gnome-calculator-42.2.tar.xz - - desktop-file-utils - itstool - gtk4-devel - gettext-devel - glib2-devel - gtksourceview4-devel - meson - mpfr-devel - libgee-devel - libmpc-devel - libsoup-devel - libhandy-devel - libxml2-devel - vala-devel - libadwaita-devel - gtksourceview5-devel - - desktop/gnome/apps/gnome-calculator/pspec.xml - - - gnome-calculator - - atk - glib2 - gtk4 - mpfr - libgee - libmpc - libsoup - libxml2 - libhandy - gtksourceview4 - libadwaita - gtksourceview5 - - - /usr/bin - /usr/lib/libgcalc* - /usr/lib/libgci* - /usr/lib/gnome-calculator-search-provider - /usr/lib/girepository-1.0 - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/vala - - - - gnome-calculator-devel - - gnome-calculator - gtk3-devel - glib2-devel - libgee-devel - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - - - - - 2022-07-02 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-06 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-01 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-calendar - https://wiki.gnome.org/Apps/Calendar - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Simple and beautiful calendar application designed to fit GNOME 3 - GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması - Simple and beautiful calendar application designed to fit GNOME 3 - GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması - gnome-calendar - mirrors://gnome/gnome-calendar/42/gnome-calendar-42.2.tar.xz - - appstream-devel - desktop-file-utils - evolution-data-server-devel - geoclue-devel - geocode-glib-devel - gettext-devel - gnome-online-accounts-devel - gsettings-desktop-schemas-devel - geocode-glib-devel - gtk-doc - gtk4-devel - libgweather4-devel - graphene-devel - libadwaita-devel - libdazzle-devel - libhandy-devel - libical-devel - libsoup-devel - meson - python-pygobject3-devel - - desktop/gnome/apps/gnome-calendar/pspec.xml - - - gnome-calendar - - cairo - evolution-data-server - gnome-online-accounts - geoclue - glib2 - gtk4 - libical - libsoup - libhandy - libdazzle - libgweather4 - pango - graphene - libadwaita - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - - 2022-06-15 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-27 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-06 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-characters - https://wiki.gnome.org/Design/Apps/CharacterMap - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Character map application for GNOME - GNOME için karakter haritası uygulaması - Character map application for GNOME - GNOME için karakter haritası uygulaması - gnome-characters - mirrors://gnome/gnome-characters/42/gnome-characters-42.0.tar.xz - - desktop-file-utils - gettext-devel - gjs-devel - gobject-introspection-devel - gtk3-devel - gtk4-devel - appstream-glib-devel - libhandy-devel - libunistring-devel - meson - libadwaita-devel - - desktop/gnome/apps/gnome-characters/pspec.xml - - - gnome-characters - - gtk3 - glib2 - pango - libunistring - - - /usr/bin - /usr/lib/org.gnome.Characters - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/org.gnome.Characters - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-09 - 40.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-clocks - https://wiki.gnome.org/Apps/Clocks - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Clock application designed for GNOME 3 - GNOME 3 için tasarlanmış saat uygulaması - Clock application designed for GNOME 3 - GNOME 3 için tasarlanmış saat uygulaması - gnome-clocks - mirrors://gnome/gnome-clocks/42/gnome-clocks-42.0.tar.xz - - appstream-glib-devel - desktop-file-utils - gettext-devel - geocode-glib-devel - geoclue-devel - glib2-devel - gnome-desktop-devel - gobject-introspection-devel - gsound-devel - gtk4-devel - itstool - libadwaita-devel - libgweather4-devel - libcanberra-gtk3-devel - libgweather-devel - libseccomp-devel - libhandy-devel - meson - vala-devel - gtk4-update-icon-cache - - desktop/gnome/apps/gnome-clocks/pspec.xml - - - gnome-clocks - - gtk4 - glib2 - gsound - geoclue - libhandy - libgweather - geocode-glib - gnome-desktop - libadwaita - libgweather4 - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-17 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-09 - 40.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-contacts - https://gitlab.gnome.org/GNOME/gnome-contacts - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Contacts Manager for GNOME - Contacts is GNOME's integrated address book. Contacts organizes your contacts information from all your online and offline sources, providing a centralized place for managing your contacts. - https://download.gnome.org/sources/gnome-contacts/42/gnome-contacts-42.0.tar.xz - - folks-devel - glib2-devel - vala-devel - cheese-devel - geocode-glib-devel - gnome-desktop-devel - libchamplain-devel - libnotify-devel - libhandy-devel - meson - desktop-file-utils - gnome-online-accounts-devel - appstream-glib-devel - gtk4-devel - libportal-devel - libadwaita-devel - - desktop/gnome/apps/gnome-contacts/pspec.xml - - - gnome-contacts - - atk - gtk4 - cairo - glib2 - pango - folks - cheese - libgee - libhandy - gdk-pixbuf - gnome-desktop - wayland-server - libportal - libadwaita - evolution-data-server - gnome-online-accounts - - - /usr/bin - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/man - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/gnome-shell - /usr/share/locale - /usr/share/metainfo - - - - - 2022-03-22 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-29 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 40.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-disk-utility - https://gitlab.gnome.org/GNOME/gnome-disk-utility - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Disk Management Utility for GNOME - GNOME libraries and applications for dealing with storage devices - https://download.gnome.org/sources/gnome-disk-utility/42/gnome-disk-utility-42.0.tar.xz - - glib2-devel - gnome-settings-daemon-devel - libcanberra-gtk3-devel - libdvdread-devel - libnotify-devel - libpwquality-devel - libsecret-devel - udisks2-devel - libxslt-devel - libhandy-devel - xz-devel - meson - elogind-devel - - desktop/gnome/apps/gnome-disk-utility/pspec.xml - - - gnome-disk-utility - - xz - atk - gtk3 - cairo - glib2 - pango - elogind - udisks2 - libhandy - libnotify - libsecret - gdk-pixbuf - libdvdread - libpwquality - libcanberra-gtk3 - - - /etc/xdg/autostart - /usr/bin - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/man - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-12 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 40.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-font-viewer - https://gitlab.gnome.org/GNOME/gnome-font-viewer - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Utility for previewing fonts for GNOME - Gnome için yazı tipi önizleme aracı - Utility for previewing fonts for GNOME - Gnome için yazı tipi önizleme aracı - gnome-font-viewer - mirrors://gnome/gnome-font-viewer/42/gnome-font-viewer-42.0.tar.xz - - appstream-glib-devel - desktop-file-utils - fontconfig-devel - freetype-devel - glib2-devel - gtk4-devel - libhandy-devel - harfbuzz-devel - gnome-desktop-devel - gettext-devel - meson - graphene-devel - libadwaita-devel - - desktop/gnome/apps/gnome-font-viewer/pspec.xml - - - gnome-font-viewer - - cairo - fontconfig - freetype - gdk-pixbuf - gnome-desktop - gtk4 - glib2 - pango - harfbuzz - libhandy - graphene - libadwaita - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/thumbnailers - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-10 - 40.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-maps - https://gitlab.gnome.org/GNOME/gnome-maps - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - GNOME Maps application - Maps is a map application for GNOME. - https://download.gnome.org/sources/gnome-maps/42/gnome-maps-42.3.tar.xz - - libchamplain-devel - meson - clutter-gtk-devel - geoclue-devel - geocode-glib-devel - libgee-devel - folks-devel - gobject-introspection-devel - gjs-devel - appstream-glib-devel - libhandy-devel - librest-devel - libgweather4-devel - desktop-file-utils - - desktop/gnome/apps/gnome-maps/pspec.xml - - - gnome-maps - - folks - glib2 - libgee - librest - libxml2 - geocode-glib - libchamplain - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-maps - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - - 2022-07-02 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 40.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 40.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-multi-writer - https://gitlab.gnome.org/GNOME/gnome-multi-writer - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Write an ISO file to multiple USB devices at once - GNOME MultiWriter can be used to write an ISO file to multiple USB devices simultaneously. - https://download.gnome.org/sources/gnome-multi-writer/3.35/gnome-multi-writer-3.35.90.tar.xz - - meson - gtk3-devel - libgusb-devel - udisks2-devel - polkit-devel - libgudev-devel - appstream-glib-devel - libcanberra-gtk3-devel - - desktop/gnome/apps/gnome-multi-writer/pspec.xml - - - gnome-multi-writer - - gtk3 - glib2 - polkit - libgusb - udisks2 - libgudev - libcanberra - libcanberra-gtk3 - - - /usr/bin - /usr/libexec - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/polkit-1 - - - - - 2021-08-24 - 3.35.90 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-music - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Music player and management application for GNOME - Gnome için müzik çalar uygulaması - Music player and management application for GNOME - Gnome için müzik çalar uygulaması - gnome-music - mirrors://gnome/gnome-music/42/gnome-music-42.0.tar.xz - - appstream-glib-devel - desktop-file-utils - gettext-devel - git - itstool - gnome-online-accounts-devel - python3-pygobject3-devel - grilo-devel - gtk4-devel - libdazzle-devel - libmediaart-devel - libsoup-devel - meson - python3-cairo-devel - tracker-devel - python3-devel - avahi-ui-gtk3-devel - avahi-devel - avahi-glib-devel - gstreamer-devel - gperf - yelp-tools - lua-devel - libgdata-devel - totem-pl-parser-devel - liboauth-devel - gom-devel - libdmapsharing-devel - gst-plugins-base-devel - grilo-plugins-devel - tracker-miners - libhandy-devel - libadwaita-devel - - desktop/gnome/apps/gnome-music/pspec.xml - - - gnome-music - - gtk4 - cairo - glib2 - pango - libhandy - gdk-pixbuf - - - /usr/bin - /usr/lib/org.gnome.Music - /usr/lib/python3.* - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/org.gnome.Music - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 41.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-10 - 40.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-nettool - https://gitlab.gnome.org/GNOME/gnome-nettool - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Network information tool for GNOME - GNOME için ağ bilgi aracı - Network information tool for GNOME - GNOME için ağ bilgi aracı - gnome-nettool - mirrors://gnome/gnome-nettool/42/gnome-nettool-42.0.tar.xz - - desktop-file-utils - gtk3-devel - intltool - itstool - libgtop-devel - meson - yelp-tools - gnome-common - autoconf-archive - - desktop/gnome/apps/gnome-nettool/pspec.xml - - - gnome-nettool - - gtk3 - cairo - glib2 - pango - libgtop - gdk-pixbuf - - - /usr/bin - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-nettool - /usr/share/help - /usr/share/icons - /usr/share/appdata/gnome-nettool.appdata.xml - /usr/share/locale - - - - - 2022-04-06 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 3.8.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-notes - https://wiki.gnome.org/Apps/Notes - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Simple Note Viewer - Basit bir not görüntüyeci - Write out notes, every detail matters - GNOME için basit bir note görüntüleyici. - mirrors://gnome/bijiben/40/bijiben-40.1.tar.xz - - desktop-file-utils - gettext-devel - git - glib2-devel - gtk3-devel - itstool - libxml2-devel - meson - vala-devel - yelp-tools - gnome-online-accounts-devel - json-glib-devel - curl-devel - evolution-data-server-devel - libhandy-devel - tracker-devel - webkit2gtk-devel - - desktop/gnome/apps/gnome-notes/pspec.xml - - - gnome-notes - - cairo - curl - evolution-data-server - gnome-online-accounts - gtk3 - glib2 - json-glib - libxml2 - libical - libhandy - pango - tracker - webkit2gtk - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/applications - /usr/share/bijiben - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/mime - - - - - 2021-06-03 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-panel - https://wiki.gnome.org/Projects/GnomePanel - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.apps - Panel of GNOME Flashback - Panel of GNOME Flashback - Panel of GNOME Flashback - Panel of GNOME Flashback - https://download.gnome.org/sources/gnome-panel/3.44/gnome-panel-3.44.0.tar.xz - - itstool - gtk-doc - atk-devel - gtk3-devel - cairo-devel - dconf-devel - yelp-tools - glib2-devel - pango-devel - libX11-devel - gdm-devel - polkit-devel - elogind-devel - libical-devel - libsoup-devel - libxml2-devel - harfbuzz-devel - libwnck3-devel - libXrandr-devel - libsecret-devel - gdk-pixbuf-devel - gnome-menus-devel - libgweather4-devel - gnome-desktop-devel - evolution-data-server-devel - - desktop/gnome/apps/gnome-panel/pspec.xml - - - gnome-panel - - atk - gtk3 - cairo - dconf - glib2 - pango - libX11 - libgdm - polkit - elogind - libical - libsoup - libxml2 - harfbuzz - libwnck3 - libXrandr - libsecret - gdk-pixbuf - gnome-menus - libgweather4 - gnome-desktop - evolution-data-server - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/help - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gnome-panel - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - gnome-panel-devel - Development files for gnome-panel - - gnome-panel - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - gnome-panel-docs - Development files for gnome-panel - - gnome-panel - - - /usr/share/gtk-doc - - - - - 2022-03-21 - 3.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-17 - 3.41.2 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-05-31 - 3.41.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-recipes - https://gitlab.gnome.org/GNOME/recipes - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - desktop.gnome.apps - Recipe management application for GNOME - GNOME Recipes is an easy-to-use application that will help you to discover what to cook today, tomorrow, rest of the week and for your special occasions. - https://download.gnome.org/sources/gnome-recipes/2.0/gnome-recipes-2.0.4.tar.xz - - gnome-online-accounts-devel - gnome-autoar-devel - gspell-devel - libsoup-devel - libcanberra-devel - librest-devel - json-glib-devel - itstool - meson - - desktop/gnome/apps/gnome-recipes/pspec.xml - - - gnome-recipes - - gtk3 - cairo - glib2 - pango - gspell - librest - libsoup - json-glib - gdk-pixbuf - libcanberra - gnome-online-accounts - - - /usr/bin - /usr/share/applications - /usr/share/appdata - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-recipes - /usr/share/gnome-shell - /usr/share/icons - /usr/share/help - /usr/share/locale - /usr/share/metainfo - /usr/share/mime - - - - - 2022-02-06 - 2.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 2.0.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-screenshot - https://gitlab.gnome.org/GNOME/gnome-screenshot - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A screenshot utility for GNOME - Gnome için ekran görüntüsü yakalma uygulaması - A screenshot utility for GNOME - Gnome için ekran görüntüsü yakalma uygulaması - gnome-screenshot - mirrors://gnome/gnome-screenshot/41/gnome-screenshot-41.0.tar.xz - - gettext-devel - appstream-glib-devel - meson - glib2-devel - gtk3-devel - libcanberra-gtk3-devel - libhandy-devel - libX11-devel - libXext - - desktop/gnome/apps/gnome-screenshot/pspec.xml - - - gnome-screenshot - - gtk3 - cairo - glib2 - libX11 - libXext - libhandy - gdk-pixbuf - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2021-11-14 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-system-monitor - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Process and resource monitor - Sistem süreçleri ve kaynak izleyici - Process and resource monitor - Sistem süreçleri ve kaynak izleyici - gnome-system-monitor - mirrors://gnome/gnome-system-monitor/42/gnome-system-monitor-42.0.tar.xz - - libgtop-devel - gtk3-devel - gtkmm3-devel - libhandy-devel - librsvg-devel - libxml2-devel - desktop-file-utils - gettext-devel - itstool - meson - - desktop/gnome/apps/gnome-system-monitor/pspec.xml - - - gnome-system-monitor - - cairo - gdk-pixbuf - gtk3 - glib2 - glibmm - gtkmm3 - libgcc - libgtop - librsvg - libhandy - libsigc++ - pango - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.1 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-terminal - https://wiki.gnome.org/Apps/Terminal - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.apps - The GNOME Terminal Emulator - The GNOME Terminal Emulator - GNOME Terminal Emülatörü - GNOME Terminal Emülatörü - https://download.gnome.org/sources/gnome-terminal/3.44/gnome-terminal-3.44.1.tar.xz - - meson - itstool - atk-devel - vte-devel - gtk3-devel - yelp-tools - cairo-devel - dconf-devel - glib2-devel - pango-devel - libX11-devel - libpcre2-devel - harfbuzz-devel - nautilus-devel - gdk-pixbuf-devel - gnome-shell - libutil-linux-devel - gsettings-desktop-schemas-devel - - desktop/gnome/apps/gnome-terminal/pspec.xml - - - gnome-terminal - - atk - vte - gtk3 - cairo - dconf - glib2 - pango - libX11 - harfbuzz - nautilus - gdk-pixbuf - libutil-linux - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/locale - /usr/share/help - /usr/share/metainfo - /usr/share/doc - /usr/share/man - - - - - 2022-05-28 - 3.44.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 3.42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-22 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 3.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 3.40.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-text-editor - https://gitlab.gnome.org/GNOME/gnome-text-editor - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - desktop.gnome.apps - Text Editor is a simple text editor that focus on session management. - Text Editor is a simple text editor that focus on session management. - Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. - Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. - https://download.gnome.org/sources/gnome-text-editor/42/gnome-text-editor-42.2.tar.xz - - meson - itstool - gtk4-devel - glib2-devel - icu4c-devel - pango-devel - libpcre-devel - enchant2-devel - libadwaita-devel - desktop-file-utils - gtksourceview5-devel - appstream-glib-devel - - desktop/gnome/apps/gnome-text-editor/pspec.xml - - - gnome-text-editor - - gtk4 - glib2 - icu4c - pango - libpcre - enchant2 - libadwaita - gtksourceview5 - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-06-15 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-22 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-07 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 41.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gnome-todo - https://git.gnome.org/browse/gnome-todo - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Personal task manager for GNOME - Gnome için kişisel görev yöneticisi - Personal task manager for GNOME - Gnome için kişisel görev yöneticisi - gnome-todo - https://gitlab.gnome.org/GNOME/gnome-todo/-/archive/ac1d540de63e2540b4eb8a642054862b5793b40a/gnome-todo-ac1d540de63e2540b4eb8a642054862b5793b40a.tar.bz2 - - git - meson - itstool - gtk-doc - gtk4-devel - glib2-devel - fribidi-devel - libsass-devel - librest-devel - gettext-devel - libpeas-devel - graphene-devel - libportal-devel - appstream-devel - json-glib-devel - gdk-pixbuf-devel - libadwaita-devel - icon-theme-adwaita - python-pygobject3-devel - gnome-online-accounts-devel - gnome-themes-extra-community - evolution-data-server-devel - - desktop/gnome/apps/gnome-todo/pspec.xml - - - gnome-todo - - gtk4 - glib2 - cairo - pango - fribidi - libical - libpeas - librest - libsass - graphene - json-glib - libportal - gdk-pixbuf - libadwaita - icon-theme-adwaita - evolution-data-server - gnome-online-accounts - gobject-introspection - gnome-themes-extra-community - - - /usr/bin - /usr/lib/gnome-todo - /usr/lib/girepository-1.0 - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-todo - /usr/share/icons - /usr/share/help - /usr/share/locale - /usr/share/metainfo - /usr/share/vala/vapi - /usr/lib/libadwaita-1.so* - - - - gnome-todo-devel - gnome-todo için geliştirme dosyaları - - gtk4-devel - gnome-todo - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-05-30 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 41.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.28.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-weather - https://gitlab.gnome.org/GNOME/gnome-weather - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Access current weather conditions and forecasts for GNOME - A small application that allows you to monitor the current weather conditions for your city, or anywhere in the world. - https://download.gnome.org/sources/gnome-weather/42/gnome-weather-42.0.tar.xz - - glib2-devel - gjs-devel - gtk4-devel - libgweather4-devel - libadwaita-devel - geoclue-devel - libhandy-devel - meson - desktop-file-utils - appstream-glib-devel - - desktop/gnome/apps/gnome-weather/pspec.xml - - - gnome-weather - - gjs - - - /usr/bin - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/org.gnome.Weather - /usr/share/gnome-shell - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnote - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Note-taking application - Not alma uygulaması - Note-taking application - Not alma uygulaması - org.gnome.Gnote - mirrors://gnome/gnote/42/gnote-42.1.tar.xz - - meson - boost-devel - desktop-file-utils - gettext-devel - gspell-devel - gtkmm3-devel - gtk2-devel - intltool - itstool - libsecret-devel - libxml2-devel - libxslt-devel - libpcre-devel - - desktop/gnome/apps/gnote/pspec.xml - - - gnote - - atk - gtk3 - atkmm - cairo - glib2 - pango - glibmm - gspell - gtkmm3 - libgcc - cairomm - libxml2 - libxslt - pangomm - enchant2 - harfbuzz - libsecret - libsigc++ - gdk-pixbuf - libutil-linux - - - /usr/bin - /usr/lib/libgnote* - /usr/lib/gnote - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/gnote - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - - - - - 2022-08-01 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-28 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-26 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-18 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gssdp - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Resource discovery and announcement over SSDP - SSDP üzerinden kaynak keşfi ve duyuru - Resource discovery and announcement over SSDP - SSDP üzerinden kaynak keşfi ve duyuru - gssdp - mirrors://gnome/gssdp/1.5/gssdp-1.5.1.tar.xz - - glib2-devel - gobject-introspection-devel - gtk3-devel - gtk4-devel - gtk-doc - libsoup3-devel - meson - vala-devel - gi-docgen - - desktop/gnome/apps/gssdp/pspec.xml - - - gssdp - - gtk4 - glib2 - libsoup3 - - - /usr/bin - /usr/lib/libgssdp* - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/vala - - - - gssdp-devel - gssdp için geliştirme dosyaları - - gssdp - glib2-devel - libsoup3-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-02 - 1.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 1.4.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 1.4.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 1.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 1.2.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gupnp - http://www.gupnp.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A framework for creating UPnP devices and control points - UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve - A framework for creating UPnP devices and control points - UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve - gupnp - mirrors://gnome/gupnp/1.5/gupnp-1.5.2.tar.xz - - meson - gtk-doc - vala-devel - gssdp-devel - libsoup3-devel - libxml2-devel - gobject-introspection-devel - - desktop/gnome/apps/gupnp/pspec.xml - - - gupnp - - glib2 - gssdp - libsoup3 - libxml2 - libutil-linux - - - /usr/bin - /usr/lib/libgupnp* - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/man - /usr/share/vala - - - - gupnp-devel - gupnp için geliştirme dosyaları - - gupnp - glib2-devel - gssdp-devel - libsoup3-devel - libxml2-devel - libutil-linux-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-02 - 1.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 1.4.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-14 - 1.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-08 - 1.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-07 - 1.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 1.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 1.2.7 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gupnp-av - http://www.gupnp.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A collection of helpers for building UPnP AV applications - UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu - A collection of helpers for building UPnP AV applications - UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu - gupnp-av - mirrors://gnome/gupnp-av/0.14/gupnp-av-0.14.1.tar.xz - - meson - glib2-devel - gtk-doc - gobject-introspection-devel - libxml2-devel - libsoup-devel - vala-devel - - desktop/gnome/apps/gupnp-av/pspec.xml - - - gupnp-av - - glib2 - libxml2 - - - /usr/bin - /usr/lib/libgupnp* - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/gtk-doc - /usr/share/gupnp-av - /usr/share/vala - - - - gupnp-av-devel - gupnp-av için geliştirme dosyaları - - gupnp-av - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-02 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 0.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-22 - 0.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 0.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 0.12.11 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gupnp-dlna - http://www.gupnp.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A collection of helpers for building UPnP AV applications - UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu - A collection of helpers for building UPnP AV applications - UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu - gupnp-dlna - mirrors://gnome/gupnp-dlna/0.12/gupnp-dlna-0.12.0.tar.xz - - meson - glib2-devel - gobject-introspection-devel - gssdp-devel - gstreamer-devel - gst-plugins-base-devel - gupnp-devel - gupnp-av-devel - libxml2-devel - gtk-doc - vala-devel - - desktop/gnome/apps/gupnp-dlna/pspec.xml - - - gupnp-dlna - - glib2 - libxml2 - gstreamer - gst-plugins-base - - - /usr/bin - /usr/lib/libgupnp-dlna* - /usr/lib/girepository-1.0 - /usr/lib/gupnp-dlna - /usr/share/doc - /usr/share/gtk-doc - /usr/share/gupnp-dlna-2.0 - /usr/share/vala - - - - gupnp-dlna-devel - gupnp-dlna için geliştirme dosyaları - - gupnp-dlna - glib2-devel - gstreamer-devel - gst-plugins-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-09-18 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 0.10.5 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lollypop - https://gitlab.gnome.org/World/lollypop - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - desktop.gnome.apps - Music player for GNOME - Music player for GNOME - GNOME için müzik çalar - GNOME için müzik çalar - https://adishatz.org/lollypop/lollypop-1.4.22.tar.xz - - meson - itstool - intltool - gtk3-devel - dbus-python3 - libsoup-devel - libhandy-devel - python3-devel - desktop-file-utils - appstream-glib-devel - python3-pygobject3-devel - gobject-introspection-devel - - desktop/gnome/apps/lollypop/pspec.xml - - - lollypop - - gtk3 - pango - libnotify - libhandy - libsoup - gdk-pixbuf - dbus-python3 - python3-cairo - python3-pillow - appstream-glib - gst-plugins-base - gst-plugins-good - python3-pygobject3 - gobject-introspection - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share/applications - /usr/share/dbus-1 - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/icons - /usr/share/lollypop - /usr/share/metainfo - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2021-10-24 - 1.4.22 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 1.4.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.4.20 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - nautilus-python - https://wiki.gnome.org/Projects/NautilusPython - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app - desktop.gnome.apps - Python bindings for the Nautilus Extension API - Python bindings for the Nautilus Extension API - Python bindings for the Nautilus Extension API - Python bindings for the Nautilus Extension API - https://download.gnome.org/sources/nautilus-python/1.2/nautilus-python-1.2.3.tar.xz - - gtk-doc - yelp-tools - gtk3-devel - glib2-devel - python3-devel - nautilus-devel - python3-pygobject3-devel - - - gcc10.patch - - desktop/gnome/apps/nautilus-python/pspec.xml - - - nautilus-python - - gtk3 - glib2 - python3 - nautilus - - - /usr/lib - /usr/share/doc - /usr/share/gtk-doc - - - - nautilus-python-devel - Development files for nautilus-python - - nautilus-python - - - /usr/lib/pkgconfig - - - - - 2021-09-17 - 1.2.3 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-21 - 1.2.3 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - polari - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Internet Relay Chat client for GNOME - GNOME için İnternet Aktarmalı Sohbet istemcisi - Internet Relay Chat client for GNOME - GNOME için İnternet Aktarmalı Sohbet istemcisi - polari - mirrors://gnome/polari/42/polari-42.1.tar.xz - - appstream-glib-devel - meson - gtk4-devel - gjs-devel - gobject-introspection-devel - telepathy-glib-devel - glib2-devel - desktop-file-utils - itstool - yelp-tools - gettext-devel - - desktop/gnome/apps/polari/pspec.xml - - - polari - - gjs - gtk4 - glib2 - telepathy-glib - telepathy-logger - telepathy-mission-control - gobject-introspection - - - /usr/bin - /usr/lib/polari - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - /usr/share/polari - /usr/share/telepathy - - - - - 2022-07-04 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-12 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.38.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - rygel - https://wiki.gnome.org/Projects/Rygel - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - A collection of UPnP/DLNA services - UPnP/DLNA hizmetleri koleksiyonu - A collection of UPnP/DLNA services - UPnP/DLNA hizmetleri koleksiyonu - rygel - mirrors://gnome/rygel/0.41/rygel-0.41.1.tar.xz - - desktop-file-utils - dbus-glib-devel - docbook-xsl - gettext-devel - gobject-introspection-devel - gstreamer-devel - gst-editing-services-devel - gtk-doc - gtk3-devel - gupnp-devel - libgee-devel - libmediaart-devel - libsoup3-devel - libunistring-devel - meson - sqlite-devel - tracker-devel - tracker-miners - vala-devel - gupnp-av-devel - gupnp-dlna-devel - - desktop/gnome/apps/rygel/pspec.xml - - - rygel - - gtk3 - glib2 - gssdp - gupnp - libgee - sqlite - libsoup3 - libxml2 - tracker - gupnp-av - gstreamer - libX11 - gdk-pixbuf - gupnp-dlna - libmediaart - libunistring - gst-plugins-base - gst-editing-services - - - /usr/bin - /usr/libexec - /etc/rygel.conf - /usr/lib - /usr/share - /usr/share/locale - - - - rygel-devel - rygel için geliştirme dosyaları - - rygel - libgee-devel - gupnp-av-devel - gstreamer-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-02 - 0.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 0.40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-22 - 0.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-13 - 0.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 0.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 0.40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-22 - 0.40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - simple-scan - https://launchpad.net/simple-scan - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Simple scanning utility - Basit tarayıcı (scanning) uygulması - Simple scanning utility - Basit tarayıcı (scanning) uygulması - simple-scan - mirrors://gnome/simple-scan/42/simple-scan-42.1.tar.xz - - meson - sane-backends-devel - gettext-devel - itstool - appstream-glib-devel - desktop-file-utils - vala-devel - colord-devel - colord-gtk-devel - gobject-introspection-devel - gtk3-devel - libhandy-devel - zlib-devel - libgudev-devel - webp-devel - - - 40.0-add-control-optional-deps.patch - - desktop/gnome/apps/simple-scan/pspec.xml - - - simple-scan - - gtk3 - zlib - cairo - glib2 - libgusb - libhandy - gdk-pixbuf - sane-backends - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - - 2022-04-19 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-24 - 40.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 40.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-23 - 40.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 40.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - sysprof - https://wiki.gnome.org/Apps/Sysprof - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.apps - Kernel based performance profiler - Kernel based performance profiler - Çekirdek tabanlı performans profili oluşturucu - Çekirdek tabanlı performans profili oluşturucu - https://download.gnome.org/sources/sysprof/3.44/sysprof-3.44.0.tar.xz - - meson - itstool - gtk3-devel - yelp-tools - glib2-devel - polkit-devel - elogind-devel - libunwind-devel - libdazzle-devel - json-glib-devel - - desktop/gnome/apps/sysprof/pspec.xml - - - sysprof - - gtk3 - cairo - glib2 - pango - polkit - libgcc - libunwind - libdazzle - json-glib - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - sysprof-devel - Development files for sysprof - - sysprof - gtk3-devel - glib2-devel - polkit-devel - libdazzle-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-03-21 - 3.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-04 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-22 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 3.40.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - totem - https://wiki.gnome.org/Apps/Videos - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.apps - Movie player for GNOME - GNOME için film oynatıcı - Movie player for GNOME - GNOME için film oynatıcı - totem - mirrors://gnome/totem/42/totem-42.0.tar.xz - - cairo-devel - clutter-devel - clutter-gst-devel - clutter-gtk-devel - gnome-desktop-devel - gsettings-desktop-schemas-devel - gstreamer-devel - gst-plugins-base-devel - gtk3-devel - libpeas-devel - totem-pl-parser-devel - gst-plugins-good - gettext-devel - gtk-doc - itstool - python3-devel - meson - vala - appstream-glib-devel - grilo-devel - grilo-plugins-devel - desktop-file-utils - python3-pylint - python3-pygobject3-devel - libhandy-devel - - - 3.38.0-gst-inspect-sandbox.patch - - desktop/gnome/apps/totem/pspec.xml - - - totem - - atk - cogl - gtk3 - cairo - glib2 - grilo - pango - libX11 - clutter - libpeas - libhandy - gstreamer - gdk-pixbuf - clutter-gst - clutter-gtk - gnome-desktop - totem-pl-parser - gst-plugins-base - gobject-introspection - - - /usr/bin - /usr/lib/totem-gallery-thumbnailer - /usr/lib/libtotem* - /usr/lib/girepository-1.0 - /usr/lib/totem - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/glib-2.0 - /usr/share/gtk-doc - /usr/share/help - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/thumbnailers - /usr/share/totem - - - - totem-devel - totem için geliştirme dosyaları - - totem - gtk3-devel - glib2-devel - totem-pl-parser-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 3.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-21 - 3.38.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.38.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gnome-control-center - https://gitlab.gnome.org/GNOME/gnome-control-center - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - GNOME's main interface to configure various aspects of the desktop - GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. - gnome-control-center - https://download.gnome.org/sources/gnome-control-center/42/gnome-control-center-42.3.tar.xz - - gcr-devel - glib2-devel - gsettings-desktop-schemas-devel - intltool - meson - polkit-devel - python3-devel - ModemManager-devel - accountsservice-devel - colord-gtk-devel - gnome-bluetooth-devel - gnome-desktop-devel - gnome-menus-devel - gnome-online-accounts-devel - NetworkManager-devel - gnome-settings-daemon-devel - grilo-devel - ibus-devel - libSM-devel - libXxf86misc-devel - libgtop-devel - libhandy-devel - libpwquality-devel - mit-kerberos-devel - e2fsprogs-devel - libnma-devel - pulseaudio-libs-devel - samba-devel - upower-devel - vala-devel - clutter-gtk-devel - libxml2-devel - libX11-devel - gtk3-devel - cups-devel - libgudev-devel - libwacom-devel - clutter-devel - libsecret-devel - libcanberra-devel - udisks2-devel - gsound-devel - libsoup-devel - cheese-devel - libseccomp-devel - libmm-glib-devel - docbook-xsl - gettext-devel - openssh - cyrus-sasl-devel - gnutls-devel - libadwaita-devel - - desktop/gnome/base/gnome-control-center/pspec.xml - - - gnome-control-center - - gcr - atk - cups - gtk4 - gtk3 - ibus - cairo - glib2 - libXi - pango - samba - grilo - cheese - colord - gsound - libX11 - libnma - polkit - upower - gnutls - libadwaita - libgtop - libsoup - libxml2 - udisks2 - libepoxy - libgudev - libhandy - libwacom - libsecret - colord-gtk - fontconfig - gdk-pixbuf - libmm-glib - cyrus-sasl - libpwquality - mit-kerberos - gnome-desktop - NetworkManager - wayland-server - accountsservice - gnome-bluetooth - pulseaudio-libs - gnome-online-accounts - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/applications - /usr/share/gnome-control-center - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/dbus-1 - /usr/share/metainfo - /usr/share/gettext - /usr/share/gnome-shell - /usr/share/bash-completion - /usr/share/pixmaps - /usr/share/polkit-1 - /usr/share/sounds - - - - gnome-control-center-devel - - gnome-control-center - - - /usr/share/pkgconfig - - - - - 2022-07-29 - 42.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-01 - 42.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-27 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-14 - 41.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-04 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libchamplain - https://gitlab.gnome.org/GNOME/libchamplain - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.base - A library aimed to provide a Clutter widget to display rasterized maps - libchamplain is a Gtk widget displaying zoomable and pannable maps that can be loaded from various network sources. - https://download.gnome.org/sources/libchamplain/0.12/libchamplain-0.12.20.tar.xz - - gtk3-devel - clutter-gtk-devel - glib2-devel - sqlite-devel - gobject-introspection-devel - vala-devel - libsoup-devel - meson - - desktop/gnome/base/libchamplain/pspec.xml - - - libchamplain - - cogl - gtk3 - cairo - glib2 - pango - sqlite - clutter - libsoup - gdk-pixbuf - clutter-gtk - - - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/doc - - - - libchamplain-devel - Development files for libchamplain - - libchamplain - gtk3-devel - cairo-devel - glib2-devel - sqlite-devel - clutter-devel - libsoup-devel - clutter-gtk-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/vala - /usr/share/gir-1.0 - - - - - 2021-06-13 - 0.12.20 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - accountsservice - http://www.freedesktop.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv3 - library - desktop.gnome.base - D-Bus Service to Manipulate User Account Information - accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information. - https://www.freedesktop.org/software/accountsservice/accountsservice-22.08.8.tar.xz - - meson - xmlto - intltool - gtk-doc - python-six - vala-devel - dbus-devel - glib2-devel - polkit-devel - docbook-xsl - libxslt-devel - elogind-devel - gettext-devel - gobject-introspection-devel - - desktop/gnome/base/accountsservice/pspec.xml - - - accountsservice - - polkit - shadow - glib2 - - - /usr/libexec - /usr/lib - /usr/share/doc - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/polkit-1 - /usr/share/vala/vapi - /etc/dbus-1/system.d - /usr/share/locale - /var/lib/AccountsService/ - /usr/share/accountsservice/user-templates/ - - - - accountsservice-docs - accountsservice reference documents - data:doc - - accountsservice - - - /usr/share/gtk-doc - - - - accountsservice-devel - accountsservice için geliştirme dosyaları - accountsservice için geliştirme dosyaları - - accountsservice - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-01 - 22.08.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.6.55 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.6.55 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 0.6.55 - Version Bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-08-13 - 0.6.50 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 0.6.45 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.6.43 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.6.40 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-11 - 0.6.40 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - dconf - http://live.gnome.org/dconf - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 + MIT app:console - desktop.gnome.base - Simple low-level configuration system - Düşük seviyeli yapılandırma sistemi - dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. - FIXME - http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.40/dconf-0.40.0.tar.xz + util.misc + Terminal file manager. + lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. + https://github.com/gokcehan/lf/archive/refs/tags/r27.tar.gz - meson - ninja - vala-devel - dbus-devel - glib2-devel - docbook-xsl - libxslt - intltool - gtk-doc - bash-completion + golang - desktop/gnome/base/dconf/pspec.xml + util/misc/lf/pspec.xml - dconf - - dbus - glib2 - + lf - /usr/share - /usr/lib - /usr/share/doc /usr/bin - /usr/libexec - - - - dconf-devel - Development files for dconf - - dconf - dbus-devel - glib2-devel - - - /usr/include - /usr/share/vala - /usr/lib/pkgconfig - - - - dconf-docs - Reference files for dconf - data:doc - - dconf - - - /usr/share/gtk-doc + /usr/share/applications + /usr/share/man/man1/lf.1 + /usr/share/doc - - 2021-05-24 - 0.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.35.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 0.34.0 - Version bump - Erkn IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 0.32.0 - Rebuild - Erkn IŞIK - erkanisik@pisilinux.org - - - 2018-07-31 - 0.27.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 0.27.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - 2017-03-01 - 0.26.0 + 2022-04-14 + 27 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-01 + 26 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-13 + 25 + First build + fury + uglyside@yandex.ru + + + + + + krusader + http://krusader.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + util.misc + Advanced KDE twin-panel(commander-style) file-manager + Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander.. + krusader + http://kde.mirrors.omnilance.com/stable/krusader/2.7.1/krusader-2.7.1.tar.xz + + qt5-base-devel + qt5-qdbusviewer + qt5-xmlpatterns-devel + kparts-devel + kwallet-devel + kxmlgui-devel + kguiaddons-devel + zlib-devel + plasma-framework-devel + kdoctools-devel + extra-cmake-modules + karchive-devel + kbookmarks-devel + kcodecs-devel + kcompletion-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kio-devel + knotifications-devel + solid-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + kservice-devel + kjobwidgets-devel + kconfigwidgets-devel + cmake + + util/misc/krusader/pspec.xml + + + krusader + + qt5-base + kparts + kwallet + kguiaddons + kxmlgui + zlib + plasma-framework + kdoctools + karchive + kbookmarks + kcodecs + kcompletion + kcoreaddons + kconfig + ki18n + kiconthemes + kitemviews + kio + knotifications + solid + ktextwidgets + kwidgetsaddons + kwindowsystem + acl + libgcc + kservice + kjobwidgets + kconfigwidgets + p7zip + rar + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2018-09-10 + 2.7.1 Version Bump Pisi Linux Community admin@pisilinux.org + + 2017-05-16 + 2.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2016-06-09 - 0.24.0 + 2016-06-08 + 15.08 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-12 - 0.24.0 + 2016-04-10 + 15.08 First release - Ertuğrul Erata - ertugrulerata@gmail.com + Stefan Gronewold + groni@pisilinux.org - evolution-data-server - https://gitlab.gnome.org/GNOME/evolution-data-server + nnn + https://github.com/jarun/nnn - Pisi Linux Admins - admins@pisilinux.org + fury + uglyside@yandex.ru - GPLv2 - desktop.gnome.base - The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. - The Evolution Data Server provides a single database for common, desktop-wide information, such as a user's address book or calendar events. - evolution - https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.4.tar.xz + BSD-2-Clause + app:console + util.misc + n³ The unorthodox terminal file manager. + nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast. + https://github.com/jarun/nnn/releases/download/v4.5/nnn-v4.5.tar.gz - flex - glib2-devel - gperf - intltool - boost-devel - libical-devel - webkit2gtk-devel - libgweather-devel - mit-kerberos-devel - libsoup-devel - nspr-devel - nss-devel - gcr-devel - json-glib-devel - libsecret-devel - e2fsprogs-devel - libcanberra-gtk3-devel - gobject-introspection-devel - vala - cmake + gcc + ncurses-devel + libpcre-devel + readline-devel - desktop/gnome/base/evolution-data-server/pspec.xml + util/misc/nnn/pspec.xml - evolution-data-server - The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. + nnn - db - gcr - nss - gtk3 - nspr - zlib - cairo - glib2 - icu4c - pango - libgcc - sqlite - libical - libsoup - libxml2 - json-glib - libsecret - webkit2gtk - libcanberra - libgweather - libcanberra-gtk3 - mit-kerberos + ncurses + readline - /usr/libexec - /usr/lib/evolution-data-server - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/locale - /usr/share/pixmaps - /usr/share/glib-2.0 - /etc - /usr/share/GConf - /usr/share/applications - /usr/share/dbus-1 - /usr/share/evolution-data-server/icons - - - - evolution-data-server-docs - Help files and API documents for evolution-data-server - data:doc - - /usr/share/man - /usr/share/doc - /usr/share/gtk-doc - - - - evolution-data-server-devel - Development files for evolution-data-server - - evolution-data-server - nss-devel - gtk3-devel - nspr-devel - glib2-devel - sqlite-devel - libical-devel - libsoup-devel - libxml2-devel - libsecret-devel - - - /usr/share/installed-tests - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - Evolution.svg - - - - - 2022-08-05 - 3.44.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-01 - 3.44.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-27 - 3.44.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-07 - 3.42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 3.42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 3.40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 3.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 3.40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - file-roller - http://fileroller.sourceforge.net - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - GNOME archive manager - GNOME arşiv yöneticisi - File-manager is a archive manager that create, modify and extract various archive formats with compression support - File-roller çeşitli arşiv dosyalarını sıkıştırma desteği ile oluşturan, açan, düzenleyen bir arşiv yönetim uygulamasıdır. - file-roller - mirrors://gnome/file-roller/3.42/file-roller-3.42.0.tar.xz - - zip - unzip - p7zip - unrar - meson - gtk3-devel - zstd-devel - gconf-devel - intltool - itstool - yelp-tools - squashfs-tools - libnotify-devel - libhandy-devel - nautilus-devel - json-glib-devel - libarchive-devel - appstream-glib-devel - - desktop/gnome/base/file-roller/pspec.xml - - - file-roller - - atk - gtk3 - file - p7zip - glib2 - cairo - pango - gconf - libhandy - nautilus - json-glib - libnotify - gdk-pixbuf - libarchive - - - /usr/share/doc - /usr/bin - /usr/share/help - /usr/share/icons - /usr/share/GConf - /usr/share/metainfo - /usr/share/dbus-1 - /usr/share/pixmaps - /usr/lib/nautilus - /usr/share/file-roller - /usr/share/applications - /usr/share/locale - /usr/share/glib-2.0/schemas - /usr/libexec/file-roller + /usr/bin/nnn + /usr/share/ + /usr/share/man/man1 - - 2022-07-05 - 3.42.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-05 - 3.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-08-01 - 3.32.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 3.26.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 3.26.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - 2017-03-30 - 3.10.2.1 - Release bump - Kamil Atlı - suvari@pisilinux.org + 2022-05-28 + 4.5 + Version bump. + fury + uglyside@yandex.ru - 2016-09-07 - 3.10.2.1 - First Release - Ergün Salman - poyraz76@pisilinux.org + 2022-04-14 + 4.1 + First build. + fury + uglyside@yandex.ru - folks - https://wiki.gnome.org/Projects/Folks + augeas + http://augeas.net - Pisi Linux Admins + PisiLinux Community admins@pisilinux.org - LGPLv2.1 - desktop.gnome.base - Library to aggregates people into metacontacts - Library to aggregates people into metacontacts - https://download.gnome.org/sources/folks/0.15/folks-0.15.5.tar.xz + LGPLv2+ + app:console + library + util.misc + A library for changing configuration files + Yapılandırma dosyalarını düzenlemek için bir kitaplık + augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API. + augeas yapılandırma dosyalarının programlama dilleri üzerinden düzenlenmesini sağlayan bir kitaplıktır. augeas yapılandırma dosyalarını ayıklayıp bir ağaç yapısı şeklinde programcıya sunar. + http://download.augeas.net/augeas-1.12.0.tar.gz - evolution-data-server-devel - readline-devel - glib2-devel - intltool - libgee-devel libxml2-devel - telepathy-glib-devel readline-devel - meson - python3-dbusmock - gobject-introspection-devel - vala-devel - desktop/gnome/base/folks/pspec.xml + util/misc/augeas/pspec.xml - folks - Library to aggregates people into metacontacts + augeas - evolution-data-server - libgee libxml2 - telepathy-glib - glib2 readline /usr/bin - /usr/lib/folks - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/GConf - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/locale - - - - folks-devel - Development files for folks - - folks - evolution-data-server-devel - libgee-devel - telepathy-glib-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2022-03-23 - 0.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-18 - 0.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 0.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-21 - 0.14.0 - First release. - Berk Çakar - berk2238@hotmail.com - - - - - - gamin - http://www.gnome.org/~veillard/gamin/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.gnome.base - File alteration monitor library - Dosya değişim izleme kitaplığı - Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. This is a serviceprovided by a library which allows to detect when a file or a directory has been modified. - Gamin bir dosya ve klasör izleme kitaplığıdır. FAM (Dosya değişim izleyicisi) sisteminin bir alt kolu olarak tanımlanmaktadır. Bir dosyanın veya bir klasörün değiştiğini anlamamıza yarayan bir kitaplığıdır. - mirrors://gnome/gamin/0.1/gamin-0.1.10.tar.bz2 - - glib2-devel - - - 18_gam_server_deadlocks.patch - explicitly-link-with-python.patch - fix-deprecated-const-01.patch - fix-deprecated-const-02.patch - fix-deprecated-const-03.patch - fix-deprecated-const-04.patch - - desktop/gnome/base/gamin/pspec.xml - - - gamin - File alteration monitor library - - glib2 - - - /usr/libexec /usr/lib + /usr/share/augeas + /usr/share/vim/vimfiles /usr/share/doc + /usr/share/man - gamin-devel - Development files for gamin - gamin için geliştirme dosyaları - gamin-devel, gamin için geliştirme dosyalarını içerir. + augeas-devel + Development files for augeas + augeas için geliştirme dosyaları - gamin + augeas + libxml2-devel - /usr/lib/pkgconfig /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + 2020-01-25 + 1.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-02-26 - 0.1.10 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com + 2018-07-31 + 1.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-02-25 - 0.1.10 - Rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com + 2018-01-14 + 1.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2014-05-22 - 0.1.10 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-25 - 0.1.10 - Rebuild + 2017-01-25 + 1.7.0 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org + + 2016-06-08 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2012-10-02 - 0.1.10 + 2015-12-31 + 1.4.0 First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gconf - https://developer.gnome.org/gconf/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.base - Gnome Configuration System - Gnome Konfigürasyon Sistemi - gconf is a Gnome Configuration System. - gconf, Gnome Konfigürasyon Sistemidir. - mirrors://gnome/GConf/3.2/GConf-3.2.6.tar.xz - - glib2-devel - gtk-doc - gettext-devel - gobject-introspection-devel - libxml2-devel - dbus-devel - dbus-glib-devel - polkit-devel - openldap-client - gtk3-devel - intltool - python-lxml - python-six - - - 01_xml-gettext-domain.patch - gconf-reload.patch - gconf-3.2.6-gsettings-data-convert-paths.patch - gconf-3.2.6-mconvert-crasher.patch - gconf-3.2.6-spew-console-error.patch - - desktop/gnome/base/gconf/pspec.xml - - - gconf - - dbus - glib2 - polkit - libxml2 - dbus-glib - openldap-client - - - /etc/dbus-1/system.d - /etc/gconf - /etc/xdg/autostart - /usr/bin - /usr/lib/libgconf* - /usr/lib/GConf - /usr/lib/gio - /usr/lib/girepository-1.0 - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/aclocal - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/man - /usr/share/polkit-1/actions - /usr/share/sgml/gconf - - - System.PackageHandler - - - gconf2.path - - - - gconf-docs - GConf reference documents - data:doc - - gconf - - - /usr/share/gtk-doc - - - - gconf-devel - Development files for gconf - gconf için geliştirme dosyaları - - gconf - glib2-devel - dbus-devel - python-lxml - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-13 - 3.2.6 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2018-09-16 - 3.2.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-01 - 3.2.6 - Rebuild for new toolchain. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-05 - 3.2.6 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - gcr - https://gitlab.gnome.org/GNOME/gcr - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2 - library - desktop.gnome.base - The Gcr package contains libraries used for displaying certificates and accessing key stores. - The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - https://download.gnome.org/sources/gcr/3.41/gcr-3.41.1.tar.xz - - meson - gnupg - intltool - gtk-doc - gtk3-devel - vala-devel - glib2-devel - libxslt-devel - p11-kit-devel - python-six - openssh - gi-docgen - libsecret-devel - libgcrypt-devel - gobject-introspection-devel - - desktop/gnome/base/gcr/pspec.xml - - - gcr - - gtk3 - cairo - glib2 - pango - p11-kit - openssh - libsecret - libgcrypt - gdk-pixbuf - gobject-introspection - - - /etc - /usr/bin - /usr/lib/libgcr* - /usr/lib/libgck* - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/gcr-3 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/mime - /usr/share/vala - - - 10-gcr.conf - - - - gcr-devel - Development files for gcr - gcr için geliştirme dosyaları - - glib2-devel - gtk3-devel - p11-kit-devel - gobject-introspection-devel - gcr - - - /usr/include - /usr/lib/pkgconfig - - - - gcr-docs - gcr reference documents - data:doc - - gcr - - - /usr/share/doc/gck-1 - /usr/share/doc/gcr-* - - - - - 2022-07-15 - 3.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.28.1 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 3.28.1 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-09-16 - 3.28.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-21 - 3.28.0 - Release bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.20.0 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-17 - 3.20.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gdm - https://gitlab.gnome.org/GNOME/gdm - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - GNOME Graphical Display Manager - GNOME ekran yöneticisi - A graphical login manager for your desktop, integrated within the GNOME desktop environment - GDM, yerel veya uzak makinelerde farklı oturumlar açmayı sağlar. - https://download.gnome.org/sources/gdm/42/gdm-42.0.tar.xz - - dconf-devel - gettext-devel - itstool - accountsservice-devel - elogind-devel - glib2-devel - gtk3-devel - iso-codes-devel - libSM-devel - libcanberra-devel - libcanberra-gtk3-devel - nss-devel - pam-devel - audit-devel - upower-devel - libdaemon-devel - gobject-introspection-devel - meson - - - 0000-Force-Xorg-use-on-the-login-screen.patch - 0002-Xsession-Don-t-start-ssh-agent-by-default.patch - 0003-enable-elogind-build.patch - - desktop/gnome/base/gdm/pspec.xml - - - gdm - - pam - gtk3 - glib2 - libX11 - libXau - libxcb - elogind - libXdmcp - gdk-pixbuf - libcanberra - accountsservice - libcanberra-gtk3 - audit - keyutils - libgudev - libgdm - - - /etc - /lib - /usr/bin - /usr/lib/sysusers.d - /usr/libexec - /usr/sbin - /usr/share/dconf - /usr/share/doc - /usr/share/gdm - /usr/share/gnome-session - /usr/share/help - /usr/share/locale - - - lxdm - sddm - lightdm - - - System.Service - System.Package - - - gdm.sysusers - - - - gdm-devel - - gdm - glib2-devel - elogind-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - libgdm - - glib2 - elogind - - - /usr/lib/girepository-1.0 - /usr/lib/libgdm.so* - /usr/share/glib-2.0 - - - - - 2022-03-22 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-12 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 41.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-24 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-17 - 40.0 - Seperate libgdm - Berk Çakar - berk2238@hotmail.com - - - 2021-06-09 - 40.0 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-06-05 - 40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - geocode-glib - https://gitlab.gnome.org/GNOME/geocode-glib - - Pisi Linux Admins - admins@pisilinux.org - - GPLv1 - programming.misc - geocode-glib is a convenience library for the geocoding and reverse geocoding - geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load. - https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.3.tar.xz - - meson - json-glib-devel - libsoup-devel - gtk-doc - gobject-introspection-devel - - desktop/gnome/base/geocode-glib/pspec.xml - - - geocode-glib - - json-glib - libsoup - glib2 - - - /usr/share/locale - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share/gtk-doc - /usr/share/icons - - - - geocode-glib-devel - Development files for geocode-glib - - geocode-glib - - - /usr/include - /usr/lib/pkgconfig/geocode-glib-1.0.pc - /usr/share/gir-1.0/GeocodeGlib-1.0.gir - - - - - 2022-06-30 - 3.26.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-06 - 3.26.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gjs - https://gitlab.gnome.org/GNOME/gjs - - Pisi Linux Admins - admins@pisilinux.org - - MIT - library - desktop.gnome.base - JavaScript bindings for GNOME - JavaScript bindings for GNOME - https://download.gnome.org/sources/gjs/1.72/gjs-1.72.1.tar.xz - - spidermonkey-devel - meson - gobject-introspection-devel - dbus-glib-devel - readline-devel - cairo-devel - systemtap-sdt-devel - - desktop/gnome/base/gjs/pspec.xml - - - gjs - - cairo - glib2 - libX11 - libffi - libgcc - readline - spidermonkey - gobject-introspection - - - /usr/bin - /usr/lib/gjs - /usr/lib/lib*.so* - /usr/share/gjs-1.0 - /usr/share/doc - - - - gjs-devel - Development files for gjs - - gjs - cairo-devel - glib2-devel - libffi-devel - spidermonkey-devel - gobject-introspection-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-07-05 - 1.72.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-22 - 1.72.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-11 - 1.70.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 1.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 1.68.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-06 - 1.68.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 1.68.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gmime3 - http://spruce.sourceforge.net/gmime - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.base - Utilities for creating and parsing messages using MIME - GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME) - https://download.gnome.org/sources/gmime/3.2/gmime-3.2.7.tar.xz - - glib2-devel - gpgme-devel - zlib-devel - libidn2-devel - gobject-introspection-devel - vala-devel - gtk-doc - - desktop/gnome/base/gmime3/pspec.xml - - - gmime3 - - zlib - glib2 - gpgme - libidn2 - libassuan - libgpg-error - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - - - - gmime3-devel - - gmime3 - glib2-devel - - - /usr/include - /usr/share/vala - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - gmime3-docs - data:doc - - /usr/share/doc - /usr/share/gtk-doc - - - - - 2021-05-27 - 3.2.7 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-backgrounds - https://gitlab.gnome.org/GNOME/gnome-backgrounds - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - Default wallpaper set for GNOME. - This module contains a set of backgrounds packaged with the GNOME desktop. - https://download.gnome.org/sources/gnome-backgrounds/42/gnome-backgrounds-42.0.tar.xz - - meson - - desktop/gnome/base/gnome-backgrounds/pspec.xml - - - gnome-backgrounds - - /usr/share/locale - /usr/share/doc - /usr/share/pixmaps - /usr/share/backgrounds - /usr/share/gnome-background-properties - - - - - 2022-03-22 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-11 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-bluetooth - https://gitlab.gnome.org/GNOME/gnome-bluetooth - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - gnome-bluetooth is a fork of bluez-gnome focused on integration with GNOME. - gnome-bluetooth is collection of widgets for applications that want -to select Bluetooth devices. It is also used by GNOME session -components such as the Settings and gnome-shell. - https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-42.2.tar.xz - - intltool - itstool - gobject-introspection-devel - glib2-devel - gtk3-devel - libnotify-devel - dconf-devel - gvfs - bluez-libs-devel - eudev-devel - libcanberra-devel - libcanberra-gtk3-devel - libXi-devel - meson - gtk4-devel - gsound-devel - upower-devel - libadwaita-devel - - desktop/gnome/base/gnome-bluetooth/pspec.xml - - - gnome-bluetooth - - atk - gtk4 - eudev - glib2 - libnotify - libcanberra - libcanberra-gtk3 - gsound - upower - libadwaita - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/man - /usr/share/doc - /usr/share/icons - /usr/share/locale - /usr/share/applications - /usr/share/gnome-bluetooth-3.0 - - - - gnome-bluetooth-devel - Development files for gnome-bluetooth - - gnome-bluetooth - gtk4-devel - glib2-devel - libadwaita-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-07-07 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-10 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.34.5 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-bluetooth3 - https://gitlab.gnome.org/GNOME/gnome-bluetooth - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - gnome-bluetooth is a fork of bluez-gnome focused on integration with GNOME. - gnome-bluetooth is collection of widgets for applications that want -to select Bluetooth devices. It is also used by GNOME session -components such as the Settings and gnome-shell. - gnome-bluetooth - https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.34.5.tar.xz - - intltool - itstool - gobject-introspection-devel - glib2-devel - gtk3-devel - libnotify-devel - dconf-devel - gvfs - bluez-libs-devel - eudev-devel - libcanberra-devel - libcanberra-gtk3-devel - libXi-devel - meson - - desktop/gnome/base/gnome-bluetooth3/pspec.xml - - - gnome-bluetooth3 - - atk - gtk3 - eudev - glib2 - libnotify - libcanberra - libcanberra-gtk3 - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/man - /usr/share/doc - /usr/share/icons - /usr/share/locale - /usr/share/applications - /usr/share/gnome-bluetooth - - - - gnome-bluetooth3-devel - Development files for gnome-bluetooth - development - - gnome-bluetooth3 - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-06-03 - 3.34.5 - Duplicated for budgie desktop. Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - - 2021-05-28 - 3.34.5 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - gnome-color-manager - https://gitlab.gnome.org/GNOME/gnome-color-manager - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - Color profile manager for the GNOME desktop - GNOME Color Manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop. - https://download.gnome.org/sources/gnome-color-manager/3.36/gnome-color-manager-3.36.0.tar.xz - - meson - appstream-glib-devel - libcanberra-devel - libcanberra-gtk3-devel - desktop-file-utils - shared-color-profiles - colord-devel - colord-gtk-devel - libexif-devel - exiv2-devel - vte-devel - itstool - gtk4-update-icon-cache - - desktop/gnome/base/gnome-color-manager/pspec.xml - - - gnome-color-manager - - gtk3 - cairo - glib2 - lcms2 - pango - colord - gdk-pixbuf - - - /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/icons - /usr/share/applications - /usr/share/help - /usr/share/gnome-color-manager - /usr/share/man - /usr/share/metainfo - - - - - 2021-05-27 - 3.36.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-common - https://www.gnome.org/ + ibus + https://github.com/ibus/ibus/wiki PisiLinux Community admins@pisilinux.org - GPLv2 - library - desktop.gnome.base - Common files for development of GNOME packages - GNOME uygulamalarının geliştirmede kullandığı yaygın dosyalar - gnome-common package contains aclocal macros, makefile headers and documents tools in order to build GNOME sources. - https://ftp.gnome.org/pub/gnome/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz - desktop/gnome/base/gnome-common/pspec.xml + LGPLv2.1 + app + util.misc + Intelligent Input Bus for Linux / Unix OS + IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. + https://github.com/ibus/ibus/releases/download/1.5.25/ibus-1.5.25.tar.gz + + gtk2-devel + gtk3-devel + gtk4-devel + glib2-devel + dconf-devel + vala-devel + libnotify-devel + libxkbcommon-devel + intltool + iso-codes-devel + libxslt + gtk-doc + nodejs + python-six + dbus-python + python3-pygobject3-devel + python3-devel + qt5-base-devel + json-glib-devel + gobject-introspection-devel + docbook-xsl + libXtst-devel + + util/misc/ibus/pspec.xml - gnome-common + ibus + + glib2 + libX11 + atk + gtk2 + gtk3 + cairo + json-glib + libXi + iso-codes + pango + dconf + libnotify + gdk-pixbuf + libxkbcommon + gobject-introspection + python3-pygobject3 + wayland-client + - /usr/share/doc + /etc/bash_completion.d/ + /etc/gconf/schemas/ibus.schemas + /etc/dconf/ /usr/bin - /usr/share/aclocal - /usr/share/gnome-common + /usr/lib + /usr/share + + + + ibus-gtk2 + ibus için gtk2 desteği + + ibus + glib2 + gtk2 + pango + + + /usr/lib/gtk-2.0/2.10.0/immodules/ + + + + ibus-gtk3 + ibus için gtk3 desteği + + ibus + glib2 + gtk3 + pango + + + /usr/lib/gtk-3.0/3.0.0/immodules/ + + + + ibus-gtk4 + ibus için gtk4 desteği + + ibus + glib2 + gtk4 + pango + + + /usr/lib/gtk-4.0/4.0.0/immodules/ + + + + ibus-devel + ibus için geliştirme dosyaları + ibus için geliştirme dosyaları + + ibus + glib2-devel + + + /usr/include + /usr/lib/pkgconfig - - 2020-01-17 - 3.18.0 - Rebuild + + 2021-08-24 + 1.5.25 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-15 + 1.5.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 1.5.21 + Version bump İdris Kalp idriskalp@gmail.com - - 2019-07-13 - 3.18.0 - Version Bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-07-31 - 3.18.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-11 - 3.18.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 3.10.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gnome-desktop - https://gitlab.gnome.org/GNOME/gnome-desktop - - PisiLinux Community - admins@pisilinux.org - - GPL - library - desktop.gnome.base - Library with common API for various GNOME modules - Library with common API for various GNOME modules - Library with common API for various GNOME modules - Library with common API for various GNOME modules - gnome-desktop - https://download.gnome.org/sources/gnome-desktop/42/gnome-desktop-42.3.tar.xz - - meson - itstool - gtk-doc - docbook-xsl - gtk3-devel - gtk4-devel - bubblewrap - eudev-devel - glib2-devel - libX11-devel - iso-codes-devel - libxkbfile-devel - gdk-pixbuf-devel - xkeyboard-config - fontconfig-devel - libseccomp-devel - libxkbcommon-devel - gobject-introspection-devel - gsettings-desktop-schemas-devel - - desktop/gnome/base/gnome-desktop/pspec.xml - - - gnome-desktop - - gtk3 - gtk4 - cairo - eudev - dbus - glib2 - libX11 - iso-codes - gdk-pixbuf - libseccomp - libxkbcommon - xkeyboard-config - gsettings-desktop-schemas - - - /usr/lib - /usr/libexec - /usr/share - /usr/share/locale - /usr/share/doc - - - - gnome-desktop-devel - Development files for gnome-desktop - - gnome-desktop - dbus-devel - gtk3-devel - gtk4-devel - iso-codes-devel - eudev-devel - glib2-devel - gdk-pixbuf-devel - libseccomp-devel - libxkbcommon-devel - gsettings-desktop-schemas-devel - - - /usr/include - /usr/lib/pkgconfig - - - - gnome-desktop-docs - Development files for gnome-desktop - - gnome-desktop - - - /usr/share/gtk-doc - - - - - 2022-07-11 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-02 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-27 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-11 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-12-07 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-20 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-18 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-12 - 3.34.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gnome-doc-utils - http://live.gnome.org/GnomeDocUtils - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - library - desktop.gnome.base - A collection of documentation utilities for the Gnome project - Gnome projesi için döküman araçları takımı - gnome-doc-utils is a collection of documentation utilities for the Gnome project - gnome-doc-utils Gnome projesinde kullanılan belgelendirme araçlarını içermektedir. - http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz - - gawk - intltool - pkgconfig - gettext-devel - docbook-xml - libxslt-devel - - - do-not-update-scrollkeeper-database.patch - - desktop/gnome/base/gnome-doc-utils/pspec.xml - - - gnome-doc-utils - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/omf - /usr/bin - /usr/share/xml - /usr/share/gnome - /usr/share/xml2po - /usr/share/aclocal - /usr/share/pkgconfig - /usr/share/locale - /usr/share/gnome-doc-utils - - - - - 2020-11-19 - 0.20.10 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - gnome-initial-setup - https://gitlab.gnome.org/GNOME/gnome-initial-setup - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - GNOME Initial Setup application. - After acquiring or installing a new system there are a few essential things to set up before use. gnome-initial-setup aims to provide a simple, easy, and safe way to prepare a new system. - https://download.gnome.org/sources/gnome-initial-setup/42/gnome-initial-setup-42.2.tar.xz - - git - glib2-devel - gettext-devel - NetworkManager-devel - accountsservice-devel - cheese-devel - libgweather4-devel - webkit2gtk-devel - gnome-online-accounts-devel - gdm-devel - libpwquality-devel - vala-devel - mit-kerberos-devel - libnma-devel - polkit-devel - librest-devel - libsecret-devel - ibus-devel - iso-codes-devel - geoclue-devel - pango-devel - libhandy-devel - geocode-glib-devel - meson - gnome-desktop-devel - libseccomp-devel - e2fsprogs-devel - - desktop/gnome/base/gnome-initial-setup/pspec.xml - - - gnome-initial-setup - - libgdm - gtk3 - ibus - cairo - glib2 - pango - cheese - libnma - polkit - geoclue - librest - libhandy - json-glib - libsecret - fontconfig - gdk-pixbuf - webkit2gtk - geocode-glib - libgweather4 - libpwquality - mit-kerberos - gnome-desktop - NetworkManager - accountsservice - gnome-online-accounts - - - /etc - /usr/libexec/gnome-initial-setup* - /usr/share/applications - /usr/share/gnome-session - /usr/share/gnome-shell - /usr/share/polkit-1 - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/locale - - - - - 2022-06-19 - 42.2 + 2019-10-24 + 1.5.19 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2022-05-27 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-11 - 41.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-12-02 - 41.2 + 2018-10-24 + 1.5.19 Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-16 - 40.3 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-07-13 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-21 - 40.1 - First release. - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-menus - https://gitlab.gnome.org/GNOME/gnome-menus - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - app - desktop.gnome.base - GNOME menu specifications - GNOME menu specifications - GNOME menu specifications - GNOME menu specifications - https://gitlab.gnome.org/GNOME/gnome-menus/-/archive/3.36.0/gnome-menus-3.36.0.tar.gz - - intltool - glib2-devel - gnome-common - python3-devel - gobject-introspection-devel - - desktop/gnome/base/gnome-menus/pspec.xml - - - gnome-menus - - glib2 - - - /etc - /usr/lib - /usr/share - /usr/share/gir-1.0 - /usr/share/desktop-directories - /usr/share/locale - /usr/share/doc - - - - gnome-menus-devel - Development files for gnome-menus - - gnome-menus - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-03-28 - 3.36.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-online-accounts - https://gitlab.gnome.org/GNOME/gnome-online-accounts - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - desktop.gnome.base - Single sign-on framework for GNOME - The GNOME Online Accounts package contains a framework used to access the user's online accounts. - https://download.gnome.org/sources/gnome-online-accounts/3.44/gnome-online-accounts-3.44.0.tar.xz - - docbook-xsl - gettext-devel - glib2-devel - libxslt-devel - vala-devel - gtk3-devel - gobject-introspection-devel - gcr-devel - gtk3-devel - json-glib-devel - libnotify-devel - libsecret-devel - libsoup-devel - mit-kerberos-devel - e2fsprogs-devel - librest-devel - telepathy-glib-devel - webkit2gtk-devel - - desktop/gnome/base/gnome-online-accounts/pspec.xml - - - gnome-online-accounts - - gcr - atk - gtk3 - cairo - glib2 - pango - p11-kit - libxml2 - libsoup - librest - libsecret - json-glib - gdk-pixbuf - webkit2gtk - mit-kerberos - harfbuzz - - - /usr/libexec - /usr/lib/girepository-1.0 - /usr/lib/gnome-online-accounts - /usr/lib/goa-1.0 - /usr/lib/libgoa* - /usr/share/man - /usr/share/doc - /usr/share/icons - /usr/share/dbus-1 - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/gnome-online-accounts - - - - gnome-online-accounts-devel - - gtk3-devel - glib2-devel - gnome-online-accounts - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2022-06-19 - 3.44.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-30 - 3.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-16 - 3.43.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-online-miners - https://gitlab.gnome.org/GNOME/gnome-online-miners - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - desktop.gnome.base - GNOME Online Miners - crawls through your online content - GNOME Online Miners provides a set of crawlers that go through your online content and index them locally in Tracker - https://download.gnome.org/sources/gnome-online-miners/3.34/gnome-online-miners-3.34.0.tar.xz - - intltool - libxslt-devel - docbook-xsl - glib2-devel - libgdata-devel - grilo-devel - tracker-devel - libgfbgraph-devel - gnome-online-accounts-devel - autoconf-archive - - - tracker3-support.patch - - desktop/gnome/base/gnome-online-miners/pspec.xml - - - gnome-online-miners - - glib2 - - - /usr/lib - /usr/share/dbus-1 - /usr/share/doc - /usr/libexec - - - - - 2021-06-06 - 3.34.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-session - https://gitlab.gnome.org/GNOME/gnome-session - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - GNOME session manager - GNOME oturum yöneticisi - gnome-session manages X11-compliant sessions with ConsoleKit daemon and starts GNOME core services - gnome-session, ConsoleKit ile birlikte X11-uyumlu oturumları yönetir ve temel GNOME servislerini başlatır. - https://download.gnome.org/sources/gnome-session/42/gnome-session-42.0.tar.xz - - glib2-devel - intltool - xmlto - elogind-devel - gnome-desktop-devel - gtk3-devel - json-glib-devel - libXtst-devel - libSM-devel - startup-notification-devel - upower-devel - libseccomp-devel - xtrans - meson - - - 0001-revert-autostart-app-Strip-blacklisted-variables-fro.patch - include-profile-env-variables.patch - no-systemd-dep.patch - support-elogind.patch - - desktop/gnome/base/gnome-session/pspec.xml - - - gnome-session - - gtk3 - glib2 - libSM - libICE - libX11 - libepoxy - libglvnd - json-glib - gnome-desktop - libXcomposite - elogind - - - /usr/bin - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/wayland-sessions - /usr/share/gnome-session - /usr/share/xsessions - /usr/share/glib-2.0 - /usr/share/GConf - - - - - 2022-03-22 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-12 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-26 - 40.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-settings-daemon - https://gitlab.gnome.org/GNOME/gnome-settings-daemon - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - desktop.gnome - The GNOME Settings Daemon is responsible for setting various parameters of a -GNOME Session and the applications that run under it. - The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it. - https://download.gnome.org/sources/gnome-settings-daemon/42/gnome-settings-daemon-42.2.tar.xz - - colord-devel - elogind-devel - fontconfig-devel - gcr-devel - geoclue-devel - geocode-glib-devel - gnome-desktop-devel - lcms2-devel - libcanberra-devel - libcanberra-gtk3-devel - libgweather4-devel - libnotify-devel - librsvg-devel - libwacom-devel - pulseaudio - pulseaudio-libs-devel - upower-devel - xorg-input-wacom-devel - alsa-lib-devel - cups-devel - libmm-glib-devel - libseccomp-devel - nss-devel - libnma-devel - meson - vala-devel - libXfixes-devel - - desktop/gnome/base/gnome-settings-daemon/pspec.xml - - - gnome-settings-daemon - The GNOME Settings Daemon is responsible for setting various parameters of a -GNOME Session and the applications that run under it. - - gcr - nss - cups - gcr - gtk3 - nspr - cairo - lcms2 - glib2 - libXi - pango - colord - libX11 - upower - geoclue - polkit - libXext - alsa-lib - libgudev - libwacom - libnotify - fontconfig - gdk-pixbuf - libmm-glib - libcanberra - geocode-glib - gnome-desktop - NetworkManager - wayland-client - pulseaudio-libs - libcanberra-gtk3 - libgweather4 - - - /etc - /lib - /usr/lib/gnome-settings-daemon-42 - /usr/libexec - /usr/share/GConf - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-settings-daemon - /usr/share/locale - /usr/share/polkit-1 - - - - gnome-settings-daemon-devel - - gnome-settings-daemon - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 40.0.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-shell - https://gitlab.gnome.org/GNOME/gnome-shell - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - GNOME Shell is the defining technology of the GNOME40 user experience - GNOME40 kullanıcı tecrübesinin belirleyici teknolojisi - GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications. - gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar. - gnome - https://download.gnome.org/sources/gnome-shell/42/gnome-shell-42.3.1.tar.xz - - at-spi2-atk-devel - evolution-data-server-devel - folks-devel - gcr-devel - gjs-devel - gnome-bluetooth-devel - gnome-control-center-devel - gnome-desktop-devel - libseccomp-devel - gnome-menus-devel - gsettings-desktop-schemas-devel - gstreamer-devel - gtk4-devel - ibus-devel - json-glib-devel - libcanberra-devel - libcroco-devel - libsecret-devel - libsoup-devel - libX11-devel - libxml2-devel - mutter-devel - libnma-devel - polkit-devel - pulseaudio-libs-devel - pipewire-devel - sassc - startup-notification-devel - telepathy-logger-devel - gnome-autoar-devel - libarchive-devel - gobject-introspection-devel - libxslt-devel - python3-devel - glib2-devel - gettext-devel - elogind-devel - network-manager-applet - meson - vulkan-devel - vulkan-headers - mesa-devel - - desktop/gnome/base/gnome-shell/pspec.xml - - - gnome-shell - - atk - gcr - gjs - gtk3 - gtk4 - cairo - glib2 - pango - libX11 - mutter - polkit - libical - graphene - json-glib - libXfixes - libsecret - gdk-pixbuf - at-spi2-atk - gnome-autoar - gnome-desktop - NetworkManager - wayland-server - pulseaudio-libs - network-manager-applet - evolution-data-server - gobject-introspection - libgdm - - - /etc - /usr/bin - /usr/libexec - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/applications - /usr/share/glib-2.0 - /usr/share/gnome-shell - /usr/share/dbus-1 - /usr/share/GConf - /usr/share/icons - /usr/share/bash-completion - /usr/share/metainfo - /usr/share/xdg-desktop-portal - /usr/share/gnome-control-center - - - - - 2022-07-04 - 42.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-29 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-11 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-13 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-05 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 40.3 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-07-12 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-12 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-shell-extensions - https://gitlab.gnome.org/GNOME/gnome-shell-extensions - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - A collection of extensions providing additional and optional functionality to GNOME Shell - GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell - gnome - https://download.gnome.org/sources/gnome-shell-extensions/42/gnome-shell-extensions-42.3.tar.xz - - libgtop-devel - sassc - meson - - desktop/gnome/base/gnome-shell-extensions/pspec.xml - - - gnome-shell-extensions - - /usr/share/doc - /usr/share/gnome-shell - /usr/share/xsessions - /usr/share/glib-2.0 - /usr/share/locale - - - - - 2022-07-04 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-29 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-13 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-12 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-user-docs - https://gitlab.gnome.org/GNOME/gnome-user-docs - - Pisi Linux Admins - admins@pisilinux.org - - CCPL-Attribution-3.0 - data:doc - desktop.gnome.base - GNOME User Documentation - This package contains documents which are packaged together and shipped as gnome-user-docs in the core GNOME distribution. - https://download.gnome.org/sources/gnome-user-docs/42/gnome-user-docs-42.0.tar.xz - - libxml2-devel - itstool - - desktop/gnome/base/gnome-user-docs/pspec.xml - - - gnome-user-docs - data:doc - - /usr/share/help - /usr/share/doc - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-07 - 40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gnome-video-effects - https://gitlab.gnome.org/GNOME/gnome-video-effects - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - Collection of GStreamer effects for GNOME - The GNOME Video Effects package contains a collection of GStreamer effects. - https://download.gnome.org/sources/gnome-video-effects/0.5/gnome-video-effects-0.5.0.tar.xz - - intltool - gettext-devel - meson - - desktop/gnome/base/gnome-video-effects/pspec.xml - - - gnome-video-effects - - gst-plugins-good - gst-plugins-bad - frei0r-plugins - - - /usr/share/gnome-video-effects - /usr/share/doc - - - - gnome-video-effects-devel - - gnome-video-effects - - - /usr/share/pkgconfig - - - - - 2021-05-28 - 0.5.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - grilo - https://gitlab.gnome.org/GNOME/grilo - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.base - Grilo is a framework for browsing and searching media content from various sources using a single API. - Grilo is a framework for browsing and searching media content from various sources using a single API. - https://download.gnome.org/sources/grilo/0.3/grilo-0.3.14.tar.xz - - eudev-devel - gettext-devel - glib2-devel - gobject-introspection-devel - meson - gtk3-devel - libxml2-devel - libsoup-devel - liboauth-devel - totem-pl-parser-devel - meson - vala-devel - - desktop/gnome/base/grilo/pspec.xml - - - grilo - - gtk3 - glib2 - libsoup - liboauth - totem-pl-parser - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/man - /usr/share/doc - /usr/share/locale - - - - grilo-devel - Development files for grilo - - grilo - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/vala - /usr/share/gir-1.0 - - - - - 2021-10-05 - 0.3.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 0.3.13 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - grilo-plugins - https://wiki.gnome.org/Projects/Grilo - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - Plugins for the Grilo framework - Grilo çerçevesi için eklentiler - Plugins for the Grilo framework - Grilo çerçevesi için eklentiler - grilo-plugins - mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.14.tar.xz - - meson - avahi-glib-devel - gettext-devel - grilo-devel - glib2-devel - gom-devel - gnome-online-accounts-devel - gstreamer-devel - gperf - libgcrypt-devel - libxml2-devel - itstool - libarchive-devel - libmediaart-devel - libsoup-devel - lua-devel - librest-devel - sqlite-devel - libgdata-devel - totem-pl-parser-devel - tracker-devel - json-glib-devel - libdmapsharing-devel - liboauth-devel - yelp-tools - gst-plugins-base-devel - - desktop/gnome/base/grilo-plugins/pspec.xml - - - grilo-plugins - - avahi-glib - avahi-libs - glib2 - gnome-online-accounts - gom - grilo - gstreamer - json-glib - libarchive - libdmapsharing - libgdata - libmediaart - liboauth - libsoup - libxml2 - lua - sqlite - totem-pl-parser - tracker - - - /usr/lib/grilo-0.3 - /usr/share/doc - /usr/share/grilo-plugins - /usr/share/help - /usr/share/locale - - - - grilo-plugins-devel - grilo-plugins için geliştirme dosyaları - - grilo-plugins - - - /usr/lib/pkgconfig - - - - - 2021-10-05 - 0.3.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-11 - 0.3.13 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gsettings-desktop-schemas - https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas - - Berk Çakar - berk2238@hotmail.com - - LGPLv2.1 - desktop.gnome - gsettings-desktop-schemas contains a collection of GSettings schemas for -settings shared by various components of a desktop. - GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu - gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. - Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur. - https://download.gnome.org/sources/gsettings-desktop-schemas/42/gsettings-desktop-schemas-42.0.tar.xz - - meson - glib2-devel - gobject-introspection-devel - - desktop/gnome/base/gsettings-desktop-schemas/pspec.xml - - - gsettings-desktop-schemas - gsettings-desktop-schemas contains a collection of GSettings schemas for -settings shared by various components of a desktop. - - /usr/lib/girepository-1.0 - /usr/share/GConf/ - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/glib-2.0/schemas - /usr/share/locale - - - - gsettings-desktop-schemas-devel - gsettings-desktop-schemas contains a collection of GSettings schemas for -settings shared by various components of a desktop. - gsettings-desktop-schemas için geliştirme dosyaları - - gsettings-desktop-schemas - - - /usr/include - /usr/share/pkgconfig/ - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-06 - 3.38.0 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-01-31 - 3.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-23 - 3.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 3.33.1 - version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-12-03 - 3.10.1 - First Release - Kamil Atlı - suvari@pisilinux.org - - - - - - gspell - https://wiki.gnome.org/Projects/gspell - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.gnome.base - GTK+ Spell Checker Library - GTK imla denetimi kitaplığı - A flexible API to implement the spell checking in a GTK+ application - GTK uygulamalarında imla denetimi uygulamları için esnek bir API - mirrors://gnome/gspell/1.11/gspell-1.11.1.tar.xz - - enchant2-devel - gettext-devel - glib2-devel - gtk3-devel - gobject-introspection-devel - iso-codes-devel - python3-devel - vala-devel - - desktop/gnome/base/gspell/pspec.xml - - - gspell - - atk - cairo - enchant2 - gdk-pixbuf - glib2 - gtk3 - harfbuzz - icu4c - pango - - - /usr/share - /usr/lib - /usr/bin - - - - gspell-devel - Development files for gspell - gspell için geliştirme dosyaları - - gspell - enchant2-devel - gtk3-devel - glib2-devel - icu4c-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-11 - 1.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-19 - 1.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 1.9.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gvfs - https://www.gnome.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - GPLv3 - library - desktop.gnome.base - New generation gnome-virtual-file-system - Yeni nesil GNOME sanal dosya sistemi - GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications. - GVFS I/O soyutlamaları, özellikle HAL, için geliştirilmiş, sistem tabanlı bir sanal dosya sistemidir. Doğrudan fuse ile birlikle kendi bağlamlarına erişmesini destekler. GVFS, birçok modül ve sitem servisini uygulamaların otomatik kullanması için yükler. - https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.2.tar.xz - - meson - gtk-doc - gtk3-devel - fuse3-devel - avahi-devel - gconf-devel - libmtp-devel - intltool - automake - autoconf - itstool - autogen - libsoup3-devel - util-macros - unifdef - gettext-devel - m4 - openssh - gcr-devel - udisks2-devel - libgudev-devel - eudev-devel - libplist-devel - libproxy-devel - libbluray-devel - libsecret-devel - bluez-libs-devel - libarchive-devel - libgphoto2-devel - avahi-glib-devel - libcdio-paranoia-devel - libgnome-keyring - polkit-devel - libcap-devel - libgdata-devel - openldap-server - gnome-online-accounts-devel - gsettings-desktop-schemas-devel - samba-devel - libcdio-devel - libimobiledevice-devel - - desktop/gnome/base/gvfs/pspec.xml - - - gvfs-afc - AFC(Apple File Control) backend for GVFS - GVFS AFC (Apple Dosya Kontrolü) arkaucu - - polkit - libplist - gvfs - gnome-online-accounts - libimobiledevice - - - /usr/libexec/gvfs-afc-volume-monitor - /usr/libexec - /usr/share/gvfs/mounts - /usr/share/gvfs/remote-volume-monitors/afc.monitor - /usr/share/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service - - - - gvfs-afp - Apple Filing Protocol (AFP) backend for gvfs. - - libsecret - libgcrypt - gvfs - - - /usr/lib/gvfs/gvfsd-afp - /usr/libexec/gvfsd-afp - /usr/libexec/gvfsd-afp-browse - /usr/share/gvfs/mounts/afp-browse.mount - /usr/share/gvfs/mounts/afp.mount - - - - gvfs-archive - Compression backend for GVFS - GVFS sıkıştırma arkaucu - - libarchive - gvfs - - - /usr/libexec/gvfsd-archive - /usr/share/gvfs/mounts/archive.mount - /usr/share/applications/mount-archive.desktop - - - - gvfs-gphoto2 - Digital camera backend for GVFS - GVFS dijital kamera arkaucu - - libgphoto2 - gvfs - - - /usr/libexec/gvfs-gphoto2-volume-monitor - /usr/libexec/gvfsd-gphoto2 - /usr/share/gvfs/mounts/gphoto2.mount - /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor - /usr/share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service - - - - gvfs-fuse - FUSE backend for GVFS - GVFS FUSE arkaucu - - fuse3 - gvfs - - - /usr/libexec/gvfsd-fuse - - - - gvfs-smb - Samba backend for GVFS - GVFS Samba arkaucu - - gvfs - samba - - - /usr/libexec/gvfsd-smb - /usr/libexec/gvfsd-smb-browse - /usr/share/gvfs/mounts/smb.mount - /usr/share/GConf/gsettings/gvfs-smb.convert - /usr/share/gvfs/mounts/smb-browse.mount - /usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml - - - - gvfs-mtp - MTP backend for gvfs. - - libmtp - libusb - gvfs - - - /usr/libexec/gvfsd-mtp - /usr/libexec/gvfs-mtp-volume-monitor - /usr/lib/gvfs/gvfsd-mtp - /usr/share/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service - /usr/share/gvfs/mounts/mtp.mount - /usr/share/gvfs/remote-volume-monitors/mtp.monitor - - - - gvfs-goa - gvfs-goa - GNOME Online Accounts support for gvfs - - gvfs - - - /usr/lib/gvfs-goa-volume-monitor - /usr/share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service - /usr/share/gvfs/remote-volume-monitors/goa.monitor - - - - gvfs-google - Samba backend for GVFS - - gvfs - libgdata - - - /usr/libexec/gvfsd-google - /usr/share/gvfs/mounts/google.mount - - - - gvfs - gvfs package contains all GVFS backends and translations files - gvfs paketi tüm GVFS arkauçlarını ve çeviri dosyalarını içerir - - gcr - gtk3 - libsoup3 - udisks2 - libbluray - libsecret - avahi-libs - avahi-glib - eudev - glib2 - libxml2 - libgudev - libcdio-paranoia - libcdio - - - /usr/bin - /usr/libexec/gvfsd-ftp - /usr/libexec/gvfsd-metadata - /usr/libexec/gvfsd-computer - /usr/libexec/gvfsd - /usr/libexec/gvfsd-recent - /usr/libexec/gvfsd-sftp - /usr/libexec/gvfsd-burn - /usr/libexec/gvfs-udisks2-volume-monitor - /usr/libexec/gvfsd-http - /usr/libexec/gvfsd-dav - /usr/libexec/gvfsd-network - /usr/libexec/gvfsd-cdda - /usr/libexec/gvfsd-dnssd - /usr/libexec/gvfsd-trash - /usr/libexec/gvfsd-localtest - /usr/lib/gio/modules/libgioremote-volume-monitor.so - /usr/lib/gio/modules/libgvfsdbus.so - /usr/lib/gvfs/gvfsd - /usr/lib/gvfs/gvfsd-archive - /usr/lib/gvfs/gvfsd-burn - /usr/lib/gvfs/gvfsd-cdda - /usr/lib/gvfs/gvfsd-computer - /usr/lib/gvfs/gvfsd-dav - /usr/lib/gvfs/gvfsd-dnssd - /usr/lib/gvfs/gvfsd-ftp - /usr/lib/gvfs/gvfsd-fuse - /usr/lib/gvfs/gvfsd-http - /usr/lib/gvfs/gvfsd-localtest - /usr/lib/gvfs/gvfsd-metadata - /usr/lib/gvfs/gvfsd-network - /usr/lib/gvfs/gvfsd-recent - /usr/lib/gvfs/gvfsd-sftp - /usr/lib/gvfs/gvfsd-trash - /usr/lib/gvfs/libgvfsdaemon.so - /usr/lib/gvfs/libgvfscommon.so - /usr/lib/libgvfscommon.so - /usr/lib/libgvfscommon.so.0 - /usr/lib/libgvfscommon.so.0.0.0 - /usr/share/polkit-1 - /usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf - /usr/share/GConf/gsettings/gvfs-dns-sd.convert - /usr/share/bash-completion/completions/gvfs - /usr/share/bash-completion/completions/gvfs-trash - /usr/share/bash-completion/completions/gvfs-rm - /usr/share/bash-completion/completions/gvfs-copy - /usr/share/bash-completion/completions/gvfs-cat - /usr/share/bash-completion/completions/gvfs-info - /usr/share/bash-completion/completions/gvfs-set-attribute - /usr/share/bash-completion/completions/gvfs-less - /usr/share/bash-completion/completions/gvfs-move - /usr/share/bash-completion/completions/gvfs-tree - /usr/share/bash-completion/completions/gvfs-mount - /usr/share/bash-completion/completions/gvfs-mkdir - /usr/share/bash-completion/completions/gvfs-open - /usr/share/bash-completion/completions/gvfs-ls - /usr/share/bash-completion/completions/gvfs-rename - /usr/share/bash-completion/completions/gvfs-save - /usr/share/bash-completion/completions/gvfs-monitor-file - /usr/share/bash-completion/completions/gvfs-monitor-dir - /usr/share/dbus-1/services/gvfs-daemon.service - /usr/share/dbus-1/services/gvfs-metadata.service - /usr/share/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service - /usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service - /usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service - /usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service - /usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service - /usr/share/dbus-1/services/org.gtk.vfs.Metadata.service - /usr/share/dbus-1/services/org.gtk.vfs.Daemon.service - /usr/share/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml - /usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml - /usr/share/gvfs/mounts/burn.mount - /usr/share/gvfs/mounts/cdda.mount - /usr/share/gvfs/mounts/computer.mount - /usr/share/gvfs/mounts/dav+sd.mount - /usr/share/gvfs/mounts/dav.mount - /usr/share/gvfs/mounts/dns-sd.mount - /usr/share/gvfs/mounts/ftp.mount - /usr/share/gvfs/mounts/http.mount - /usr/share/gvfs/mounts/localtest.mount - /usr/share/gvfs/mounts/network.mount - /usr/share/gvfs/mounts/recent.mount - /usr/share/gvfs/mounts/sftp.mount - /usr/share/gvfs/mounts/trash.mount - /usr/share/gvfs/remote-volume-monitors/udisks2.monitor - /usr/share/locale/ - /usr/share/man/ - /usr/include - /usr/share/doc - - - - - 2022-05-26 - 1.50.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-07 - 1.49.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.48.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-24 - 1.45.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-11 - 1.36.3 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 1.36.3 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-04-25 - 1.36.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-02 - 1.34.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.34.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-08 - 1.28.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 1.20.2 - Rebuild for new libgphoto2. Ertuğrul Erata ertugrulerata@gmail.com - - 2017-04-08 - 1.20.2 - Release Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-03 - 1.20.2 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libbonobo - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - desktop.gnome.base - GNOME CORBA framework - GNOME CORBA geliştirme ortamı - Bonobo is a component system based on CORBA, used by the GNOME desktop. - mirrors://gnome/libbonobo/2.32/libbonobo-2.32.1.tar.bz2 - - orbit2-devel - glib2-devel - libxml2-devel - flex - grep - popt-devel - intltool - perl - gettext-devel - gtk-doc - python-six - - - libbonobo-2.32.1-srcdir-macro.patch - libbonobo-multishlib.patch - - desktop/gnome/base/libbonobo/pspec.xml - - - libbonobo - - orbit2 - glib2 - libxml2 - - - /etc - /usr/bin - /usr/sbin - /usr/libexec - /usr/lib - /usr/share/man - /usr/share/locale - /usr/share/doc - /usr/share/idl - - - - libbonobo-devel - Development files for libbonobo - libbonobo için geliştirme dosyaları - - libbonobo - orbit2-devel - glib2-devel - - - /usr/lib/pkgconfig - /usr/include - - - - libbonobo-docs - Bonobo referance documents - data:doc - - /usr/share/gtk-doc - - - - - 2020-02-07 - 2.32.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.32.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-30 - 2.32.1 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.32.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 2.32.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libcroco - https://gitlab.gnome.org/GNOME/libcroco - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome.base - Boîte à outils générique d'analyse et de manipulation de Cascading Style Sheet (CSS - feuilles de style). - Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit - CSS ayıklama kitaplığı - libcroco is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. - libcroco GNOME uygulamaları tarafından CSS desteği için kullanılan genel bir CSS ayıklama kitaplığıdır. - https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz - - gtk-doc - libxml2-devel - glib2-devel - python-six - gobject-introspection-devel - - - multilib.patch - - desktop/gnome/base/libcroco/pspec.xml - - - libcroco - - glib2 - libxml2 - - - /usr/share - /usr/lib - /usr/bin - - - - libcroco-docs - libcroco reference documents - data:doc - - libcroco - - - /usr/share/gtk-doc - - - - libcroco-devel - Development files for libcroco - libcroco için geliştirme dosyaları - - libcroco - libxml2-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/bin/croco-*-config - - - - libcroco-32bit - 32-bit shared libraries for libcroco - emul32 - emul32 - - glib2-32bit - libxml2-32bit - - - glib2-32bit - libxml2-32bit - libcroco - - - /usr/lib32 - - - - - 2020-01-08 - 0.6.13 - Rebuild - Idris Kalp - idriskalp - - - 2019-07-13 - 0.6.13 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - 2018-07-30 - 0.6.12 + 2018-08-05 + 1.5.17 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2018-01-07 - 0.6.12 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-20 - 0.6.11 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.6.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 0.6.8 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-11 - 0.6.8 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libgnome-keyring - https://gitlab.gnome.org/GNOME/gnome-keyring - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - desktop.gnome.base - Compatibility library for accessing gnome-keyring - gnome-keyring is a program that keep password and other secrets for users. - https://download.gnome.org/sources/gnome-keyring/42/gnome-keyring-42.1.tar.xz - - dbus-devel - gcr-devel - pam-devel - libxslt-devel - openssh - libcap-ng-devel - gnupg - valgrind-devel - libgcrypt-devel - python3-devel - - desktop/gnome/base/libgnome-keyring/pspec.xml - - - libgnome-keyring - - gcr - pam - glib2 - libcap-ng - libgcrypt - libgpg-error - - - /lib - /usr/lib - /etc - /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/dbus-1 - /usr/share/p11-kit - /usr/share/GConf - /usr/share/xdg-desktop-portal - /usr/share/man - - - - - 2022-05-23 - 42.1 + 2018-01-14 + 1.5.17 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2021-05-30 - 40.0 - Version Bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-12-09 - 3.28.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.28.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-07-13 - 3.28.2 - Version Bump. - Erkan IŞIK - erkaanisik@pisilinux.org - - 2018-08-14 - 3.20.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org + 2017-02-06 + 1.5.14 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org - 2017-03-02 - 3.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org + 2017-01-25 + 1.5.14 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2016-06-09 - 3.12 + 2016-06-08 + 1.5.10 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-25 - 3.12 + 2015-06-16 + 1.5.10 First release Vedat Demir vedat@pisilinux.org @@ -14711,163152 +46955,96 @@ settings shared by various components of a desktop. - libgnomekbd - https://gitlab.gnome.org/GNOME/libgnomekbd - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - desktop.gnome.base - Keyboard management library - Keyboard management library - Keyboard management library - Keyboard management library - https://download.gnome.org/sources/libgnomekbd/3.26/libgnomekbd-3.26.1.tar.xz - - atk-devel - gtk3-devel - cairo-devel - glib2-devel - dconf-devel - pango-devel - libX11-devel - python3-devel - harfbuzz-devel - gdk-pixbuf-devel - libxklavier-devel - gobject-introspection-devel - - desktop/gnome/base/libgnomekbd/pspec.xml - - - libgnomekbd - - atk - gtk3 - cairo - glib2 - pango - libX11 - harfbuzz - gdk-pixbuf - libxklavier - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/GConf - /usr/share/glib-2.0 - /usr/share/libgnomekbd - /usr/share/locale - /usr/share/doc - - - - libgnomekbd-devel - Development files for libgnomekbd - - libgnomekbd - gtk3-devel - glib2-devel - libxklavier-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2021-09-23 - 3.26.1 - Rebuild - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-09 - 3.6.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libgweather - https://gitlab.gnome.org/GNOME/libgweather - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - programming.misc - libgweather is a library to access weather information from online -services for numerous locations. - libgweather is a library to access weather information from online services for numerous locations. - https://download.gnome.org/sources/libgweather/40/libgweather-40.0.tar.xz - - geocode-glib-devel - gtk3-devel - libsoup-devel - glib2-devel - intltool - python3-pygobject3-devel - glade-devel - gtk-doc - gobject-introspection-devel - meson - vala-devel - - desktop/gnome/base/libgweather/pspec.xml - - - libgweather - libgweather is a library to access weather information from online -services for numerous locations. - - geocode-glib - gtk3 - libsoup - libxml2 - glib2 - - - /etc/gconf - /usr/lib - /usr/share/locale - /usr/share/doc - /usr/share/libgweather - /usr/share/glib-2.0 - /usr/share/vala - /usr/share/icons - /usr/share/glade - - - - libgweather-devel - - libgweather - gtk3-devel - glib2-devel - libsoup-devel - libxml2-devel - geocode-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-03-22 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-23 - 40.0 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2021-04-06 - 3.36.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libgweather4 - https://gitlab.gnome.org/GNOME/libgweather - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - programming.misc - libgweather is a library to access weather information from online -services for numerous locations. - libgweather is a library to access weather information from online services for numerous locations. - https://download.gnome.org/sources/libgweather/4.0/libgweather-4.0.0.tar.xz - - geocode-glib-devel - gtk3-devel - libsoup-devel - glib2-devel - intltool - python3-pygobject3-devel - glade-devel - gtk-doc - gobject-introspection-devel - meson - gi-docgen - vala-devel - - desktop/gnome/base/libgweather4/pspec.xml - - - libgweather4 - libgweather is a library to access weather information from online -services for numerous locations. - - geocode-glib - gtk3 - libsoup - libxml2 - glib2 - - - /etc/gconf - /usr/lib - /usr/share/locale - /usr/share/doc - /usr/share/libgweather-4 - /usr/share/glib-2.0 - /usr/share/vala - /usr/share/icons - /usr/share/glade - - - - libgweather4-devel - - libgweather4 - gtk3-devel - glib2-devel - libsoup-devel - libxml2-devel - geocode-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-03-21 - 4.0.0 - First release for Pisi Linux - Mustafa Cinasal - muscnsl@gmail.com - - - - - - libhandy - https://gitlab.gnome.org/GNOME/libhandy - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - desktop.gnome.base - Library full of GTK+ widgets for mobile phones - Library full of GTK+ widgets for mobile phones - Cep telefonları için GTK + gereçleriyle dolu kitaplık - Cep telefonları için GTK + gereçleriyle dolu kitaplık - gnome - https://download.gnome.org/sources/libhandy/1.7/libhandy-1.7.0.tar.xz - - meson - vala-devel - glade-devel - gtk3-devel - glib2-devel - gobject-introspection-devel - - desktop/gnome/base/libhandy/pspec.xml - - - libhandy - - atk - gtk3 - cairo - glade - glib2 - pango - fribidi - gdk-pixbuf - - - /usr/bin - /usr/lib - /usr/share/gir-1.0 - /usr/share/glade - /usr/share/locale - /usr/share/man - /usr/share/vala - /usr/share/doc - - - - libhandy-devel - Development files for libhandy - - libhandy - gtk3-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-09 - 1.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-23 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 1.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-23 - 1.2.1 - First release. - Pisi Linux Admins - admin@pisilinux.org - - - - - - libhandy0 - https://source.puri.sm/Librem5/libhandy - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - desktop.gnome.base - Library full of GTK+ widgets for mobile phones - libhandy0 provides GTK+ widgets and GObjects to ease developing applications for mobile phones. - https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2 - - gtk3-devel - glib2-devel - meson - vala-devel - gobject-introspection-devel - - desktop/gnome/base/libhandy0/pspec.xml - - - libhandy0 - Library full of GTK+ widgets for mobile phones - - gtk3 - glib2 - atk - cairo - pango - gdk-pixbuf - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/libhandy-0.0.so - /usr/lib/libhandy-0.0.so.0 - /usr/share/doc - - - - libhandy0-devel - Development files for libhandy0 - - libhandy0 - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2021-07-26 - 0.0.13 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-04-06 - 0.0.13 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libpeas - https://wiki.gnome.org/Projects/Libpeas - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.gnome.base - A gobject-based plugins engine - Gobject tabanlı eklenti motoru - libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility. - mirrors://gnome/libpeas/1.32/libpeas-1.32.0.tar.xz - - meson - vala-devel - gtk-doc - gi-docgen - gtk3-devel - glade-devel - docbook-xsl - glib2-devel - python3-devel - python3-pygobject3-devel - python3-pygobject3-devel - gobject-introspection-devel - - desktop/gnome/base/libpeas/pspec.xml - - - libpeas - - gtk3 - glib2 - python3 - gobject-introspection - - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/gir-1.0 - /usr/share/locale - - - - libpeas-devel - Development files for libpeas - - gtk3-devel - glib2-devel - gobject-introspection-devel - libpeas - - - /usr/include - /usr/lib/pkgconfig - - - - libpeas-doc - Document files for libpeas - - libpeas - - - /usr/share/doc/libpeas-* - - - - - 2022-03-21 - 1.32.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 1.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.24.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - librest - http://www.gtk.org/ + mc + http://www.midnight-commander.org/ PisiLinux Community admins@pisilinux.org GPLv2 - library - desktop.gnome.base - A helper library for RESTful services. - This library was designed to make it easier to access web services that claim to be "RESTful". - http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz - - gtk-doc - python-six - libsoup-devel - libsoup-gnome - - desktop/gnome/base/librest/pspec.xml - - - librest - - glib2 - libxml2 - libsoup - libsoup-gnome - - - /usr/share - /usr/lib - /usr/bin - - - - librest-devel - Development files for librest - librest için geliştirme dosyaları - - libsoup-devel - librest - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-19 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-30 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 0.8.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2015-03-18 - 0.7.92 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2015-03-18 - 0.7.92 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - libsecret - https://wiki.gnome.org/Projects/Libsecret - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - The libsecret package contains a GObject based library - The libsecret package contains a GObject based library for accessing the Secret Service API. - https://ftp.gnome.org/pub/gnome/sources/libsecret/0.20/libsecret-0.20.5.tar.xz - - meson - gtk-doc - vala-devel - libxslt-devel - libgcrypt-devel - glib2-devel - xmlto - intltool - python-six - gi-docgen - gobject-introspection-devel - - desktop/gnome/base/libsecret/pspec.xml - - - libsecret - - libxslt - libgcrypt - glib2 - xmlto - - - /usr/share - /usr/lib - /usr/bin - - - - libsecret-devel - Development files for libsecret - libsecret için geliştirme dosyaları - - libsecret - glib2-devel - libgcrypt-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-03-21 - 0.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-02 - 0.20.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 0.20.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 0.20.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-07-13 - 0.18.8 - version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-08-03 - 0.18.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 0.18.6 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 0.18.5 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 0.18 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libwacom - http://sourceforge.net/projects/linuxwacom/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. - This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers. - libwacom - https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.4.0/libwacom-2.4.0.tar.xz - - meson - glib2-devel - python3-devel - libgudev-devel - eudev-devel - - desktop/gnome/base/libwacom/pspec.xml - - - libwacom - - glib2 - libgudev - - - /usr/share - /lib/udev - /usr/lib - /usr/bin - - - - libwacom-devel - Development files for libwacom - libwacom için geliştirme dosyaları - - glib2-devel - libwacom - libgudev-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 2.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-04 - 1.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 1.10 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 0.33 - Version Bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-31 - 0.27 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 0.27 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-13 - 0.23 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-08 - 0.18 - First Release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - mutter - https://gitlab.gnome.org/GNOME/mutter - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome - Mutter is a Wayland display server and X11 window manager and compositor library. - Mutter is a Wayland display server and X11 window manager and compositor library. - gnome - https://download.gnome.org/sources/mutter/42/mutter-42.3.tar.xz - - gettext-devel - glib2-devel - zenity - sysprof-devel - wayland-devel - xorg-server-devel - xorg-xwayland-devel - elogind-devel - gnome-desktop-devel - graphene-devel - json-glib-devel - libSM-devel - libXtst-devel - libcanberra-devel - libinput-devel - pipewire-devel - startup-notification-devel - wayland-protocols-devel - gnome-settings-daemon-devel - libgudev-devel - upower-devel - libxkbfile-devel - libxkbcommon-devel - graphene-devel - libseccomp-devel - mesa-devel - libwacom-devel - meson - gobject-introspection-devel - gtk3-devel - cogl-devel - egl-wayland-devel - xorg-server-xvfb - - desktop/gnome/base/mutter/pspec.xml - - - mutter - Mutter is a Wayland display server and X11 window manager and compositor library. - - atk - gtk3 - mesa - cairo - eudev - glib2 - libSM - libXi - pango - libICE - libX11 - libXau - libdrm - libxcb - elogind - fribidi - libXext - libXtst - graphene - libglvnd - libgudev - libinput - libwacom - pipewire - json-glib - libXfixes - libXrandr - fontconfig - gdk-pixbuf - libXcursor - libXdamage - libxkbfile - libXinerama - libcanberra - libxkbcommon - gnome-desktop - gnome-settings-daemon - libXcomposite - wayland-client - wayland-server - xorg-server-xvfb - startup-notification - - - /lib/udev - /usr/bin - /usr/lib/lib*.so* - /usr/lib/mutter* - /usr/libexec - /usr/share/GConf - /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gnome-control-center - /usr/share/locale - /usr/share/man - /usr/share/mutter* - - - - mutter-devel - Mutter is a Wayland display server and X11 window manager and compositor library. - - mutter - atk-devel - gtk3-devel - cairo-devel - glib2-devel - libXi-devel - libX11-devel - pango-devel - wayland-devel - graphene-devel - libglvnd-devel - json-glib-devel - libXfixes-devel - gsettings-desktop-schemas-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-29 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-04 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-29 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-11 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-13 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-05 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 40.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-12 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 40.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.1 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - nautilus - https://gitlab.gnome.org/GNOME/nautilus - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - desktop.gnome.base - A file browser for GNOME - Nautilus is a file manager that allows to browse directories, preview files and launch applications. - https://download.gnome.org/sources/nautilus/42/nautilus-42.2.tar.xz - - gettext-devel - glib2-devel - libxslt-devel - gobject-introspection-devel - exempi-devel - gnome-autoar-devel - libarchive-devel - gnome-desktop-devel - gtk3-devel - libexif-devel - libgexiv2-devel - libnotify-devel - libseccomp-devel - libxml2-devel - gst-plugins-base-devel - tracker-devel - tracker-miners - harfbuzz-devel - libhandy-devel - libportal-devel - meson - appstream-glib-devel - - desktop/gnome/base/nautilus/pspec.xml - - - nautilus - - atk - gtk3 - cairo - glib2 - pango - tracker - tracker-miners - libhandy - gstreamer - libgexiv2 - libportal - gdk-pixbuf - gnome-autoar - gnome-desktop - gst-plugins-base - desktop-file-utils - - - /usr/bin - /usr/lib/nautilus - /usr/lib/lib*.so* - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/applications - /usr/share/icons - /usr/share/nautilus - /usr/share/dbus-1 - /usr/share/glib-2.0 - /usr/share/tracker3 - /usr/share/gnome-shell - /usr/share/metainfo - - - - nautilus-devel - Development files for nautilus - - nautilus - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-05-27 - 42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-12 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - polkit-gnome - http://hal.freedesktop.org/docs/polkit - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - app:gui - library - desktop.gnome.base - Authentication agent for polkit - polkit için kimlik denetim yardımcısı - polkit-gnome package provides an authentication agent for polkit that integrates well with the GNOME desktop environment. - polkit-gnome paketi GNOME masaüstü ortamı ile bütünleşmiş bir kimlik denetim yardımcısı sağlar. - http://ftp.gnome.org/pub/GNOME/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz - - gtk3-devel - gnome-common - intltool - polkit-devel - - desktop/gnome/base/polkit-gnome/pspec.xml - - - polkit-gnome - - gtk3 - gdk-pixbuf - glib2 - polkit - - - /etc - /usr/lib - /usr/share/doc - /usr/libexec - /usr/share/locale - - - polkit-gnome-authentication-agent-1.desktop - - - - - 2021-05-05 - 105 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-16 - 105 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-30 - 105 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 105 - Release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-08 - 105 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - sushi - https://gitlab.gnome.org/GNOME/sushi - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.gnome.base - A file previewer for the GNOME desktop environment. - Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. - https://download.gnome.org/sources/sushi/42/sushi-42.0.tar.xz - - glib2-devel - intltool - gobject-introspection-devel - gjs-devel - clutter-gst-devel - clutter-gtk-devel - evince-devel - gtksourceview4-devel - musicbrainz5-devel - libsoup-gnome - webkit2gtk-devel - meson - - desktop/gnome/base/sushi/pspec.xml - - - sushi - - gtk3 - cairo - glib2 - pango - evince - freetype - harfbuzz - libepoxy - gstreamer - gdk-pixbuf - musicbrainz5 - gst-plugins-base - - - /usr/bin - /usr/libexec - /usr/lib/sushi - /usr/share/dbus-1 - /usr/share/glib-2.0 - /usr/share/sushi - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - - 2022-07-01 - 42.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-05 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 3.38.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 3.38.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - yelp - https://wiki.gnome.org/Apps/Yelp - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - Help viewer for GNOME desktop - Gnome için Yardım görüntüleyici - Yelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer. - Yelp DocBook, man sayfaları ve info sayfaları için bir yardım belgeleri görüntüleyicidir. - mirrors://gnome/yelp/42/yelp-42.1.tar.xz - - itstool - gtk-doc - intltool - xz-devel - gtk3-devel - sqlite-devel - libxslt-devel - libxml2-devel - libhandy-devel - enchant2-devel - yelp-xsl-devel - webkit2gtk-devel - python-pyliblzma - libseccomp-devel - - desktop/gnome/base/yelp/pspec.xml - - - yelp - - xz - gtk3 - bzip2 - glib2 - sqlite - libsoup - libhandy - libxml2 - libxslt - webkit2gtk - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/yelp* - /usr/share/glib-2.0 - /usr/share/applications - /usr/share/metainfo - /usr/share/icons - /usr/share/locale - - - - yelp-devel - Development files for yelp - - yelp - - - /usr/include - /usr/share/gtk-doc - - - - - 2022-03-27 - 42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-25 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 3.38.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 3.34.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - yelp-tools - https://github.com/GNOME/yelp-tools - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - Tools for creating Yelp documentation - Mate için Çeşitli ağ araçları arayüzü uygulaması. - mirrors://gnome/yelp-tools/42/yelp-tools-42.0.tar.xz - - meson - itstool - libxslt-devel - yelp-xsl-devel - python3-lxml - - desktop/gnome/base/yelp-tools/pspec.xml - - - yelp-tools - - itstool - yelp-xsl - python3-lxml - - - /usr/share/doc - /usr/bin - /usr/share/aclocal - /usr/share/yelp-tools - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 40.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 3.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 3.32.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - yelp-xsl - http://www.gnome.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - data - desktop.gnome.base - Yelp XSLT Stylesheets - Yelp XSL biçim dosyaları - Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser. - yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır. - mirrors://gnome/yelp-xsl/42/yelp-xsl-42.0.tar.xz - - libxml2-devel - itstool - - desktop/gnome/base/yelp-xsl/pspec.xml - - - yelp-xsl - - /usr/share/locale - /usr/share/doc - /usr/share/yelp-xsl - - - - yelp-xsl-devel - Development files for yelp-xsl - yelp-xsl paketi için geliştirme dosyaları - - yelp-xsl - - - /usr/share/pkgconfig - - - - - 2022-03-21 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 3.38.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 3.34.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - zenity - https://help.gnome.org/users/zenity/stable/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.gnome.base - A rewrite of gdialog - Zenity enables you to create the following types of simple dialog: - - Zenity is the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts. - Zenity enables you to create the following types of simple dialog: - - zenity - http://ftp.gnome.org/pub/gnome/sources/zenity/3.43/zenity-3.43.0.tar.xz - - meson - itstool - python3 - gtk3-devel - glib2-devel - gnome-common - libnotify-devel - gdk-pixbuf-devel - - desktop/gnome/base/zenity/pspec.xml - - - zenity - - gtk3 - glib2 - pango - libX11 - libnotify - gdk-pixbuf - - - /usr/bin - /usr/share - /usr/share/help - - - - - 2022-07-03 - 3.43.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-27 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.32.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2019-07-13 - 3.32.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-30 - 3.26.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-24 - 3.26.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gnome-icon-theme - http://www.gnome.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.lookandfeel - GNOME Icons Set - GNOME Icons Set - GNOME Icons Set - GNOME Icons Set - https://download.gnome.org/sources/gnome-icon-theme/3.12/gnome-icon-theme-3.12.0.tar.xz - - intltool - gtk2-devel - gtk3-devel - icon-theme-hicolor - gnome-icon-theme-symbolic - icon-naming-utils-devel - - desktop/gnome/lookandfeel/gnome-icon-theme/pspec.xml - - - gnome-icon-theme - - /usr/share/icons - /usr/share/locale - /usr/share/pkgconfig - /usr/share/doc - - - - - 2021-06-02 - 3.12.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-icon-theme-extras - https://git.gnome.org/browse/gnome-icon-theme-extras - - Pisi Linux Admins - admin@pisilinux.org - - CCPL - library - desktop.gnome.lookandfeel - Extra GNOME icons for specific devices and file types - Extra GNOME icons for specific devices and file types - Extra GNOME icons for specific devices and file types - Extra GNOME icons for specific devices and file types - https://download.gnome.org/sources/gnome-icon-theme-extras/3.12/gnome-icon-theme-extras-3.12.0.tar.xz - - gtk2-devel - gtk3-devel - icon-theme-hicolor - icon-naming-utils-devel - - desktop/gnome/lookandfeel/gnome-icon-theme-extras/pspec.xml - - - gnome-icon-theme-extras - - /usr/share/icons - /usr/share/doc - - - - - 2021-06-02 - 3.12.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-icon-theme-symbolic - http://www.gnome.org - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.gnome.lookandfeel - GNOME icon theme, symbolic icons - GNOME icon theme, symbolic icons - GNOME icon theme, symbolic icons - GNOME icon theme, symbolic icons - https://download.gnome.org/sources/gnome-icon-theme-symbolic/3.12/gnome-icon-theme-symbolic-3.12.0.tar.xz - - intltool - gtk2-devel - gtk3-devel - icon-theme-hicolor - icon-naming-utils-devel - - desktop/gnome/lookandfeel/gnome-icon-theme-symbolic/pspec.xml - - - gnome-icon-theme-symbolic - - /usr/share/icons - /usr/share/pkgconfig - /usr/share/doc - - - - - 2021-06-02 - 3.12.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gnome-themes-extra-community - https://gitlab.gnome.org/GNOME/gnome-themes-extra - - fury - uglyside@yandex.ru - - LGPL2.1 - data - desktop.lookandfeel - GTK+2/3 themes. - Adwaita, Adwaita-Dark and HighContrast for GTK+2/3 base applications. - https://github.com/4fury/gnome-themes-extra-community/archive/3.28.0.1.tar.gz - - intltool - gtk2-devel - gtk3-devel - glib2-devel - librsvg-devel - gettext-devel - - - disable_insensitive_widget_shade.patch - - desktop/gnome/lookandfeel/gnome-themes-extra-community/pspec.xml - - - gnome-themes-extra-community - - gtk2-engines-murrine - - - /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so - /usr/share/icons - /usr/share/themes - /usr/share/doc - - - - - 2021-01-02 - 3.28.0.1 - Beta rebuild. - fury - uglyside@yandex.ru - - - - - - pisilinux-gnome40-backgrounds - http://www.pisilinux.org/ - - Pisi Linux Admins - admins@pisilinux.org - - CC0 - desktop.gnome.lookandfeel - Default wallpaper set for Pisi Linux GNOME40. - Default wallpaper set for Pisi Linux GNOME40. - https://sourceforge.net/projects/pisilinux/files/source/pisilinux-gnome40-backgrounds.tar.gz - desktop/gnome/lookandfeel/pisilinux-gnome40-backgrounds/pspec.xml - - - pisilinux-gnome40-backgrounds - - /usr/share/backgrounds - /usr/share/gnome-background-properties - - - - - 2021-06-10 - 1.0.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - glibmm - https://www.gtkmm.org/en/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome2 - C++ interface for glib2 - glib2 kitaplığı için C++ programlama dili arayüzü - Glibmm est l'interface officielle C++ pour la librairie IHM populaire GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage. - Glibmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks and a comprehensive set of widgets that are easily extensible via inheritance. - Glibmm, ünlü GUI kitaplığı GTK+ için resmi C++ arayüzüdür. Önemli özelliklerinin arasında tip bağımsız çağırmalar ve miras ile genişleyebilen uyumlu parçacıklar vardır. - mirrors://gnome/glibmm/2.66/glibmm-2.66.4.tar.xz - - meson - libsigc++-devel - glib2-devel - mm-common - perl-XML-Parser - - desktop/gnome2/glibmm/pspec.xml - - - glibmm - - glib2 - libgcc - libsigc++ - - - /usr/lib - /usr/share/doc - - - - glibmm-devel - Development files for glibmm - glibmm için geliştirme dosyaları - - glibmm - glib2-devel - libsigc++-devel - - - /usr/include - /usr/lib/glibmm-* - /usr/lib/giomm-* - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/share/glibmm-* - - - - - 2022-05-04 - 2.66.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-06 - 2.66.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 2.66.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 2.62.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.54.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-08 - 2.54.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.50.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.44.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-21 - 2.44.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - librsvg - http://librsvg.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.gnome2 - Scalable Vector Graphics (SVG) rendering library - Scalable Vector Graphics (SVG) kitaplığı - librsvg est un composant utilisé au sein de logiciels pour gérer les graphismes vectoriels au format SVG. - librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics. - Scalable Vector Graphics (SVG) kitaplığı - mirrors://gnome/librsvg/2.54/librsvg-2.54.4.tar.xz - - rust - docutils - gi-docgen - cairo-devel - glib2-devel - libxml2-devel - freetype-devel - libcroco-devel - pango-devel - vala-devel - gdk-pixbuf-devel - gtk-doc - python-six - llvm - python-docutils - gobject-introspection-devel - - desktop/gnome2/librsvg/pspec.xml - - - librsvg - - glib2 - libxml2 - libgcc - cairo - pango - fontconfig - libcroco - gdk-pixbuf - - - /etc/gtk-2.0 - /usr/bin - /usr/lib - /usr/share - /usr/share/man/man1 - /usr/share/pixmaps - /usr/share/themes - /usr/share/vala - /usr/share/gir-1.0/Rsvg-2.0.gir - /usr/share/doc - - - - librsvg-docs - librsvg reference documents - data:doc - - librsvg - - - /usr/share/doc/Rsvg-2.0 - - - - librsvg-devel - Development files for librsvg - librsvg için geliştirme dosyaları - - librsvg - gdk-pixbuf-devel - cairo-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-11 - 2.54.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 2.54.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-08 - 2.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-18 - 2.52.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 2.52.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 2.52.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-16 - 2.52.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-06 - 2.52.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-27 - 2.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 2.50.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 2.50.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 2.46.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 2.46.4 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-30 - 2.42.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-19 - 2.42.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-08 - 2.40.20 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 2.40.16 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.40.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 2.40.13 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - orbit2 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - desktop.gnome2 - High-performance CORBA ORB - Yüksek performanslı CORBA ORB - Orbit2 allows to communication between two programs objects. - Orbit2 iki program nesneleri arasındaki iletişimi sağlar. - mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2 - - libIDL-devel - grep - glib2-devel - gtk-doc - python-six - - - fedora/ORBit2-allow-deprecated.patch - - desktop/gnome2/orbit2/pspec.xml - - - orbit2 - - libIDL - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/idl - - - - orbit2-devel - Development files for orbit2 - orbit2 için geliştirme dosyaları - - orbit2 - libIDL-devel - glib2-devel - - - /usr/bin/orbit2-config - /usr/include - /usr/lib/*.a - /usr/lib/pkgconfig - /usr/share/aclocal - - - - orbit2-docs - ORBit2 reference documents - Orbit2 referans dökümanları - data:doc - - /usr/share/gtk-doc - - - - - 2020-02-07 - 2.14.19 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.14.19 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-14 - 2.14.19 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 2.14.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-21 - 2.14.19 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - kmag - https://apps.kde.org/kmag/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.accessibility - A screen magnifier - A screen magnifier - KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc. - KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc. - kmag - https://download.kde.org/stable/release-service/21.12.3/src/kmag-21.12.3.tar.xz - - extra-cmake-modules - kdoctools-devel - ki18n-devel - kio-devel - kxmlgui-devel - - desktop/kde/accessibility/kmag/pspec.xml - - - kmag - - kio - libqaccessibilityclient - icon-theme-hicolor - - - /usr - - - - - 2022-04-17 - 21.12.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kmouth - https://apps.kde.org/kmouth/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.accessibility - A speech synthesizer frontend - A speech synthesizer frontend - KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks. - KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks. - kmouth - https://download.kde.org/stable/release-service/21.12.3/src/kmouth-21.12.3.tar.xz - - extra-cmake-modules - kdoctools-devel - ki18n-devel - kio-devel - kxmlgui-devel - qt5-speech-devel - - desktop/kde/accessibility/kmouth/pspec.xml - - - kmouth - - kio - libqaccessibilityclient - icon-theme-hicolor - qt5-speech - - - /usr - /etc - - - - - 2022-04-17 - 21.12.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kde-servicemenu-rootactions - http://www.kde-apps.org/content/show.php?content=48411 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.addon - Root actions servicemenu for Dolphin - Dolphin için yetkili kullanıcı eylemleri menüsü - kde-servicemenu-rootactions is an addon for KDE that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager. - kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir. - dolphin - https://sourceforge.net/projects/pisilinux/files/source/rootactions_servicemenu_2.9.1.tar.gz - desktop/kde/addon/kde-servicemenu-rootactions/pspec.xml - - - kde-servicemenu-rootactions - - /usr/bin - /usr/share/kservices5 - /usr/share/doc - - - - - 2018-10-19 - 2.9.1 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-11 - 2.9.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-28 - 2.9.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-05-23 - 2.9 - Release bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-10 - 2.9 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - kde-thumbnailer-epub - http://kde-apps.org/content/show.php/KDE+ePub+Thumbnailer?content=151210 - - Pisi Linux Community - admin@pisilinux.org - - GPLv2 - library - desktop.kde.addon - A KDE thumbnail generator for the ePub file format. - A KDE thumbnail generator for the ePub file format. - https://sourceforge.net/projects/pisilinux/files/source/kde-thumbnailer-epub-1.1.tar.gz - - qt5-base-devel - karchive-devel - kio-devel - extra-cmake-modules - - desktop/kde/addon/kde-thumbnailer-epub/pspec.xml - - - kde-thumbnailer-epub - - qt5-base - kio - karchive - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2018-11-13 - 1.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-08-04 - 1.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-23 - 1.0 - First release - Stefan Gronewold - groni@pisilinux.org - - - 2016-03-14 - 1.0 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - kpeoplevcard - https://github.com/KDE/kpeoplevcard - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.addon - Library to expose vcards to KPeople - KPeople için vCard kitaplığı - Library to expose vcards to KPeople - KPeople için vCard kitaplığı - https://github.com/KDE/kpeoplevcard/archive/v0.1.tar.gz - - ki18n-devel - kcodecs-devel - kpeople-devel - qt5-base-devel - kcontacts-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/addon/kpeoplevcard/pspec.xml - - - kpeoplevcard - - ki18n - kpeople - qt5-base - kcontacts - kcoreaddons - - - /usr/lib - /usr/share - /usr/share/doc - - - - kpeoplevcard-devel - Development files for kpeoplevcard - - kpeoplevcard - - - /usr/lib/cmake - - - - - 2020-02-08 - 0.1 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-12-08 - 0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kshutdown - http://kshutdown.sourceforge.net/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - KShutdown is a graphical shutdown utility for Linux - KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications. - https://sourceforge.net/projects/kshutdown/files/KShutdown/4.0/kshutdown-source-4.0.zip - - extra-cmake-modules - ninja - qt5-base-devel - kxmlgui-devel - knotifyconfig-devel - kidletime-devel - - desktop/kde/addon/kshutdown/pspec.xml - - - kshutdown - Shutdown Utility for KDE - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kidletime - kcoreaddons - kdbusaddons - kglobalaccel - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2018-11-13 - 4.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 4.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-09 - 4.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - plasma-applet-distrowatcher - http://kde-apps.org/content/show.php/Distro+Watcher+?content=157314 - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - app:gui - desktop.kde.addon - Distrowatcher watch the latest Realeases of Linux distributions from Distrowatch - The specific plasmoid displays the latest releases of Linux distributions and packages, as published in distrowatch.com. In order to retrieve the relative data, RSS feeds from distrowatch are being used. - https://github.com/dimkard/distrowatcher/archive/v1.1.tar.gz - - qt5-base-devel - qt5-xmlpatterns-devel - qt5-quickcontrols2-devel - kdelibs4-support-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/addon/plasma-applet-distrowatcher/pspec.xml - - - plasma-applet-distrowatcher - - qt5-base - - - /usr/share - /usr/share/doc - /usr/share/icons - /usr/share/locale - - - - - 2018-11-13 - 1.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 1.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-23 - 1.0.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-03-14 - 1.0.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-applet-resources-monitor - https://github.com/kotelnik/plasma-applet-resources-monitor - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. - Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. - https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.6.tar.gz - - extra-cmake-modules - plasma-workspace-devel - qt5-base-devel - qt5-graphicaleffects - - desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml - - - plasma-applet-resources-monitor - Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. - - plasma-workspace - qt5-base - qt5-graphicaleffects - - - /usr/share - /usr/share/locale - /usr/share/kservices5 - /usr/share/plasma - /usr/share/metainfo - /usr/share/doc - - - - - 2019-04-20 - 1.0.6 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-11-13 - 1.0.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.0.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-13 - 1.0.5 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - plasma-applet-rssnow - https://github.com/Misenko/rssnow-plasma5-applet - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - Show news from various sources - Show news from various sources - https://github.com/groni/Sources/raw/master/rssnow-plasma5-applet.tar.gz - - extra-cmake-modules - plasma-workspace-devel - qt5-base-devel - - desktop/kde/addon/plasma-applet-rssnow/pspec.xml - - - plasma-applet-rssnow - Show news from various sources - - plasma-workspace - qt5-base - - - /usr/share - /usr/share/kservices5 - /usr/share/plasma - - - - - 2019-04-20 - 1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-13 - 1.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - plasma-applet-system-panel - https://github.com/Musikolo/plasma5-applets-system-panel - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - Plasma5 applet that displays a panel with a set of system actions - Plasma5 applet that displays a panel with a set of system actions - https://github.com/Musikolo/plasma5-applets-system-panel/archive/v1.3.0.tar.gz - - extra-cmake-modules - plasma-workspace-devel - qt5-base-devel - glibc-devel - qt5-declarative-devel - - desktop/kde/addon/plasma-applet-system-panel/pspec.xml - - - plasma-applet-system-panel - Plasma5 applet that displays a panel with a set of system actions - - plasma-workspace - qt5-base - libgcc - - - /usr/share - /usr/lib/qt5 - /usr/share/doc - - - - - 2018-08-11 - 1.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-23 - 1.3 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - plasma-applet-thermal-monitor - https://github.com/kotelnik/plasma-applet-thermal-monitor - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors. - Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend). - https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.9.tar.gz - - extra-cmake-modules - plasma-workspace-devel - qt5-base-devel - qt5-graphicaleffects - - desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml - - - plasma-applet-thermal-monitor - Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors. - - plasma-workspace - qt5-base - qt5-graphicaleffects - - - /usr/share - /usr/share/locale - /usr/share/kservices5 - /usr/share/plasma - /usr/share/metainfo - /usr/share/doc - - - - - 2019-04-20 - 1.2.9 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.2.7 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-13 - 1.2.7 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - plasma-applet-weather-widget - https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572 - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.addon - Plasmoid for showing weather information from yr.no and Open Weather Map servers. - Plasmoid for showing weather information from yr.no and Open Weather Map servers. - https://github.com/kotelnik/plasma-applet-weather-widget/archive/v1.6.7.tar.gz - - extra-cmake-modules - plasma-workspace-devel - qt5-base-devel - glibc-devel - - desktop/kde/addon/plasma-applet-weather-widget/pspec.xml - - - plasma-applet-weather-widget - Plasmoid for showing weather information from yr.no and Open Weather Map servers. - - plasma-workspace - qt5-base - qt5-graphicaleffects - - - /usr/share - /usr/lib/qt5 - /usr/share/doc - - - - - 2018-08-11 - 1.6.7 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-23 - 1.6.7 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - snorenotify - https://github.com/KDE/snorenotify - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv3 - app - desktop.kde.addon - Multi-platform Qt5 notification framework - Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac. - http://download.kde.org/stable/snorenotify/0.7.0/src/snorenotify-0.7.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-linguist - qt5-quickcontrols2-devel - qt5-multimedia-devel - qt5-websockets-devel - - desktop/kde/addon/snorenotify/pspec.xml - - - snorenotify - Multi-platform Qt5 notification framework - - libgcc - qt5-base - qt5-multimedia - qt5-websockets - qt5-declarative - - - /usr/bin - /usr/lib/qt5 - /usr/lib/libsnore* - /usr/share/applications - /usr/share/locale - /usr/share/icons - /usr/share/doc - - - - snorenotify-devel - Devel files for snorenotify - - snorenotify - qt5-base-devel - - - /usr/lib/cmake - /usr/include - - - - - 2018-11-13 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 0.7.0 - Release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-24 - 0.7.0 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-02-04 - 0.7.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - colord-kde - http://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.admin - Colord support for KDE - KDE support for colord including KDE Daemon module and System Settings module. - mirrors://kde/stable/colord-kde/0.5.0/src/colord-kde-0.5.0.tar.xz - - qt5-base-devel - qt5-x11extras-devel - glibc-devel - libXext-devel - libICE-devel - libX11-devel - libxcb-devel - libXrandr-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kiconthemes-devel - gettext-devel - ki18n-devel - kservice-devel - kcmutils-devel - kio-devel - knotifications-devel - plasma-framework-devel - kwidgetsaddons-devel - kwindowsystem-devel - kitemviews-devel - lcms2-devel - extra-cmake-modules - - desktop/kde/admin/colord-kde/pspec.xml - - - colord-kde - - qt5-base - qt5-x11extras - kconfig - kconfigwidgets - libX11 - ki18n - lcms2 - libgcc - kservice - libXrandr - kcoreaddons - kdbusaddons - kwidgetsaddons - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2019-09-17 - 0.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 0.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-20 - 0.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-13 - 0.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-14 - 0.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 0.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-24 - 0.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-11-13 - 0.5.0 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - grub2-editor - https://github.com/maz-1/grub2-editor - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.admin - A KDE Control Module for configuring the GRUB2 bootloader - Grub2 bootloader yapılandırmak için bir KDE Kontrol Modülü - Smoothly integrated in KDE System Settings, it is the central place for managing your GRUB2 configuration. Supports many GRUB2 configuration options. - KDE Sistem Ayarlarına sorunsuz bir şekilde entegre edilmiştir ve GRUB2 yapılandırmanızı yönetmek için merkezi yerdir. Birçok GRUB2 yapılandırma seçeneğini destekler - https://github.com/maz-1/grub2-editor/archive/0.8.1.tar.gz - - extra-cmake-modules - gettext-devel - grub2 - os-prober - GraphicsMagick-devel - imagemagick-devel - kauth-devel - kconfigwidgets-devel - kcoreaddons-devel - kdoctools-devel - ki18n-devel - kio-devel - qca2-qt5-devel - qt5-base-devel - solid-devel - - - grub2.patch - - desktop/kde/admin/grub2-editor/pspec.xml - - - grub2-editor - A KDE Control Module for configuring the GRUB2 bootloader - - kio - kauth - ki18n - solid - libgcc - qt5-base - imagemagick - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /etc/grub.d/grub_rmecho.sh - /etc/dbus-1 - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-06-12 - 0.8.1 - Rebuild for imagemagick - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-17 - 0.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-29 - 0.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-20 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-24 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-14 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 0.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-23 - 0.7.0 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2017-01-23 - 0.7.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi - https://userbase.kde.org/Akonadi - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.applications - PIM (Personal Information Management) Storage Service - PIM (Kişisel Bilgi Yönetimi) Depolama Servisi - akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access. - Akonadi, PIM verisi ve meta veriler için eşzamanlı okuma, yazma ve sorgulama yapma imkanı sağlayan, masaüstü ortamından bağımsız, genişletilebilir bir depolama servisidir. - akonadi - mirrors://kde/stable/release-service/22.04.3/src/akonadi-22.04.3.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-postgresql - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kcrash-devel - ki18n-devel - kiconthemes-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - sqlite-devel - shared-mime-info - mariadb-client - mariadb-server - postgresql-server - libxslt-devel - boost-devel - kitemmodels-devel - kio-devel - kaccounts-integration-devel - libaccounts-qt5-devel - extra-cmake-modules - libaccounts-glib-devel - xz-devel - - desktop/kde/applications/akonadi/pspec.xml - - - akonadi app:console - - kio - sqlite - libgcc - ki18n - kcrash - kconfig - kxmlgui - libxml2 - qt5-base - kitemmodels - kcoreaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - mariadb-client - mariadb-server - postgresql-server - libaccounts-qt5 - kaccounts-integration - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-postgresql - - - /etc - /etc/xdg - /usr/bin - /usr/lib - /usr/share/dbus-1 - /usr/share/mime - /usr/share - /usr/share/doc/ - - - - akonadi-devel - Development files for akonadi - akonadi için geliştirme dosyaları - - akonadi - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-11 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-06 - 18.12.3 - Fix deps. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - akonadi-calendar - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Akonadi calendar integration - Calendar integration for Akonadi. - mirrors://kde/stable/release-service/22.04.3/src/akonadi-calendar-22.04.3.tar.xz - - qt5-base-devel - ki18n-devel - kcodecs-devel - kdoctools-devel - boost-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kmailtransport-devel - akonadi-devel - extra-cmake-modules - kdesignerplugin - akonadi-mime-devel - kmime-devel - cyrus-sasl-devel - kcontacts-devel - kidentitymanagement-devel - kcalendarcore-devel - kcalutils-devel - akonadi-contacts-devel - prison-devel - grantleetheme-devel - grantlee-qt5-devel - knotifications-devel - - desktop/kde/applications/akonadi-calendar/pspec.xml - - - akonadi-calendar - - qt5-base - ki18n - kcodecs - kio - kmime - libgcc - kconfig - kxmlgui - kcalendarcore - kcalutils - kcontacts - akonadi - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - kconfigwidgets - kmailtransport - kwidgetsaddons - kidentitymanagement - akonadi-mime - akonadi-contacts - prison - knotifications - grantleetheme - grantlee-qt5 - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/bin - - - - akonadi-calendar-devel - Development files for akonadi-calendar - - qt5-base-devel - akonadi-calendar - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-16 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-02 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - akonadi-calendar-tools - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - CLI tools to manage akonadi calendars - CLI tools to manage akonadi calendars - http://download.kde.org/stable/release-service/22.04.3/src/akonadi-calendar-tools-22.04.3.tar.xz - - boost-devel - akonadi-devel - akonadi-calendar-devel - extra-cmake-modules - kdesignerplugin - kdoctools-devel - qt5-base-devel - kcompletion-devel - kxmlgui-devel - kitemmodels-devel - kcontacts-devel - kcalendarcore-devel - kdelibs4-support-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - akonadi-contacts-devel - kcalutils-devel - libkdepim-devel - calendarsupport-devel - kmime-devel - kidentitymanagement-devel - akonadi-notes-devel - - desktop/kde/applications/akonadi-calendar-tools/pspec.xml - - - akonadi-calendar-tools - CLI tools to manage akonadi calendars - - ki18n - libgcc - akonadi - kconfig - kcalendarcore - qt5-base - kcalutils - kcoreaddons - calendarsupport - akonadi-calendar - kdelibs4-support - akonadi-notes - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-14 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-31 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi-contacts - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Libraries and daemons to implement Contact Management in Akonadi. - Libraries and daemons to implement Contact Management in Akonadi. - mirrors://kde/stable/release-service/22.04.3/src/akonadi-contacts-22.04.3.tar.xz - - qt5-base-devel - qt5-webengine-devel - libical-devel - ki18n-devel - prison-devel - gettext-devel - kdoctools-devel - boost-devel - akonadi-devel - extra-cmake-modules - kdesignerplugin - kmime-devel - kcontacts-devel - kcalendarcore-devel - kitemmodels-devel - kemoticons-devel - kinit-devel - ktextwidgets-devel - kiconthemes-devel - grantleetheme-devel - kunitconversion-devel - grantlee-qt5-devel - kcmutils-devel - - desktop/kde/applications/akonadi-contacts/pspec.xml - - - akonadi-contacts - - qt5-base - ki18n - kcodecs - kmime - kio - akonadi - prison - libgcc - kconfig - kxmlgui - kjobwidgets - kservice - kcmutils - kcompletion - kcontacts - qt5-webengine - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - grantlee-qt5 - grantleetheme - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - akonadi-contacts-devel - Development files for akonadi-contacts - - qt5-base-devel - akonadi-contacts - grantleetheme-devel - grantlee-qt5-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi-import-wizard - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - CLI tools to manage akonadi calendars - Import data from other mail clients to KMail - http://download.kde.org/stable/release-service/22.04.3/src/akonadi-import-wizard-22.04.3.tar.xz - - boost-devel - akonadi-devel - akonadi-calendar-devel - extra-cmake-modules - kdesignerplugin - kdoctools-devel - qt5-base-devel - qt5-keychain-devel - kcompletion-devel - kxmlgui-devel - kitemmodels-devel - kcontacts-devel - kcalendarcore-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - akonadi-contacts-devel - kcalutils-devel - libkdepim-devel - calendarsupport-devel - kmime-devel - kidentitymanagement-devel - kmailtransport-devel - akonadi-mime-devel - cyrus-sasl-devel - mailcommon-devel - messagelib-devel - pimcommon-devel - kimap-devel - libkleo-devel - gpgme-devel - gpgme-qt5-devel - mailimporter-devel - ffmpeg-devel - libXScrnSaver-devel - - desktop/kde/applications/akonadi-import-wizard/pspec.xml - - - akonadi-import-wizard - Import data from other mail clients to KMail - - ki18n - kcrash - libgcc - akonadi - kconfig - kwallet - kxmlgui - qt5-base - qt5-keychain - kcontacts - libkdepim - pimcommon - mailcommon - messagelib - kcompletion - kcoreaddons - kdbusaddons - mailimporter - kmailtransport - kwidgetsaddons - kidentitymanagement - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - /usr/lib - - - - akonadi-import-wizard-devel - Development files for akonadi-import-wizard - - akonadi-import-wizard - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-31 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi-mime - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Libraries and daemons to implement basic email handling - Libraries and daemons to implement basic email handling - mirrors://kde/stable/release-service/22.04.3/src/akonadi-mime-22.04.3.tar.xz - - qt5-base-devel - boost-devel - ki18n-devel - kdoctools-devel - kitemmodels-devel - gettext-devel - akonadi-devel - extra-cmake-modules - kxmlgui-devel - libxslt-devel - extra-cmake-modules - kmime-devel - kio-devel - shared-mime-info - - desktop/kde/applications/akonadi-mime/pspec.xml - - - akonadi-mime - - qt5-base - ki18n - akonadi - libgcc - kio - kmime - kconfig - kxmlgui - kcoreaddons - kdbusaddons - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - akonadi-mime-devel - Development files for akonadi-mime - - qt5-base-devel - akonadi-mime - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi-notes - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Libraries and daemons to implement management of notes in Akonadi - Libraries and daemons to implement management of notes in Akonadi - mirrors://kde/stable/release-service/22.04.3/src/akonadi-notes-22.04.3.tar.xz - - qt5-base-devel - boost-devel - ki18n-devel - kdoctools-devel - kitemmodels-devel - gettext-devel - akonadi-devel - extra-cmake-modules - kxmlgui-devel - libxslt-devel - extra-cmake-modules - kmime-devel - shared-mime-info - - desktop/kde/applications/akonadi-notes/pspec.xml - - - akonadi-notes - - qt5-base - ki18n - akonadi - libgcc - kio - kmime - kconfig - kxmlgui - kcoreaddons - kdbusaddons - kwidgetsaddons - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - akonadi-notes-devel - Development files for akonadi-notes - - qt5-base-devel - akonadi-notes - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - - - - akonadi-search - https://kde.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.applications - Libraries and daemons to implement searching in Akonadi - Libraries and daemons to implement searching in Akonadi - akonadi - mirrors://kde/stable/release-service/22.04.3/src/akonadi-search-22.04.3.tar.xz - - qt5-base-devel - kcrash-devel - kconfig-devel - ki18n-devel - akonadi-devel - kcontacts-devel - kmime-devel - kjobwidgets-devel - kservice-devel - solid-devel - kxmlgui-devel - kitemmodels-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kcalendarcore-devel - libical-devel - kdesignerplugin - kcompletion-devel - boost-devel - kcmutils-devel - krunner-devel - xapian-core-devel - kdoctools-devel - extra-cmake-modules - akonadi-mime-devel - - desktop/kde/applications/akonadi-search/pspec.xml - - - akonadi-search - app:console - - qt5-base - ki18n - kmime - libgcc - kcodecs - kconfig - kcalendarcore - kcontacts - kcoreaddons - xapian-core - krunner - kcompletion - kconfigwidgets - kwidgetsaddons - akonadi - akonadi-mime - - - /etc/akonadi - /etc/xdg - /usr/bin - /usr/lib - /usr/share/dbus-1 - /usr/share/config - /usr/share/mime - /usr/share/kde4 - /usr/share/doc/ - /usr/share/akonadi - /usr/share/kservices5 - /usr/share/locale - /usr/share - - - - akonadi-search-devel - Development files for akonadi - - akonadi-search - qt5-base-devel - ki18n-devel - kmime-devel - kcodecs-devel - kconfig-devel - kcalendarcore-devel - kcontacts-devel - kcoreaddons-devel - xapian-core-devel - kcmutils-devel - krunner-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - akonadiconsole - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Akonadi management and debugging console - Akonadi management and debugging console - http://download.kde.org/stable/release-service/22.04.3/src/akonadiconsole-22.04.3.tar.xz - - akonadi-contacts-devel - akonadi-devel - akonadi-calendar-devel - pimcommon-devel - akonadi-mime-devel - calendarsupport-devel - extra-cmake-modules - kimap-devel - kcalendarcore-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcontacts-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - ki18n-devel - kitemmodels-devel - kmime-devel - kpimtextedit-devel - ktextwidgets-devel - kwidgetsaddons-devel - kxmlgui-devel - kio-devel - kitemviews-devel - akonadi-search-devel - libkdepim-devel - libkleo-devel - messagelib-devel - qt5-base-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - kemoticons-devel - kinit-devel - kunitconversion-devel - kidentitymanagement-devel - cyrus-sasl-devel - gpgme-devel - gpgme-qt5-devel - ffmpeg-devel - libXScrnSaver-devel - - desktop/kde/applications/akonadiconsole/pspec.xml - - - akonadiconsole - Akonadi management and debugging console - - akonadi - akonadi-contacts - akonadi-mime - calendarsupport - kcalendarcore - qt5-base - ki18n - kmime - kcrash - libgcc - kconfig - kxmlgui - kcontacts - libkdepim - kitemviews - messagelib - kcompletion - kcoreaddons - kdbusaddons - kitemmodels - kpimtextedit - ktextwidgets - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - /usr/lib - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-27 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - akregator - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - 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/release-service/22.04.3/src/akregator-22.04.3.tar.xz - - boost-devel - extra-cmake-modules - kblog-devel - kdesignerplugin - kdoctools-devel - kio-devel - ktexteditor-devel - python-devel - qt5-base-devel - qt5-webengine-devel - grantlee-qt5-devel - kcmutils-devel - knotifyconfig-devel - akonadi-mime-devel - akonadi-devel - kitemmodels-devel - grantleetheme-devel - kcontacts-devel - kontactinterface-devel - libkdepim-devel - akonadi-contacts-devel - libkleo-devel - gpgme-devel - gpgme-qt5-devel - messagelib-devel - pimcommon-devel - kimap-devel - kmime-devel - cyrus-sasl-devel - kpimtextedit-devel - ksyndication-devel - ffmpeg-devel - knotifyconfig-devel - knotifications-devel - kuserfeedback-devel - libXScrnSaver-devel - - desktop/kde/applications/akregator/pspec.xml - - - akregator - A Feed Reader by KDE - - kio - ki18n - kcrash - kparts - libgcc - kcodecs - kconfig - kxmlgui - kcmutils - kservice - qt5-base - libkdepim - pimcommon - messagelib - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - kpimtextedit - ksyndication - ktextwidgets - grantleetheme - knotifyconfig - qt5-webengine - kconfigwidgets - knotifications - kwidgetsaddons - kontactinterface - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-09 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-08 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - analitza - https://projects.kde.org/projects/kde/kdeedu/analitza - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - desktop.kde.edu - A KDE library for mathematical features - Matematiksel özellikler için bir KDE kitaplığı - analitza is a library to add mathematical features to programs. - analitza, programlara matematiksel özellikler eklemek için bir kitaplıktır. - hi32-app-kalgebra - mirrors://kde/stable/release-service/22.04.3/src/analitza-22.04.3.tar.xz - - cmake - eigen3 - mesa-devel - qt5-svg-devel - extra-cmake-modules - qt5-declarative-devel - qt5-linguist - - desktop/kde/applications/analitza/pspec.xml - - - analitza - - mesa - libgcc - qt5-svg - qt5-base - qt5-declarative - - - /usr/lib - /usr/share/doc - /usr/share/libanalitza/ - /usr/share/locale - - - - analitza-devel - Development files for analitza - analitza için geliştirme dosyaları - - analitza - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ark - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - desktop.kde.utils - KDE Archiving Tool - Ark is a program for managing various archive formats within the KDE environment. - mirrors://kde/stable/release-service/22.04.3/src/ark-22.04.3.tar.xz - - qt5-base-devel - rar - lzop - unrar - p7zip - xz-devel - lzo-devel - zlib-devel - zstd-devel - kparts-devel - libzip-devel - karchive-devel - kconfig-devel - kcrash-devel - kio-devel - kpty-devel - khtml-devel - xz-devel - kdbusaddons-devel - kdoctools-devel - docbook-xsl - libarchive-devel - extra-cmake-modules - kitemmodels-devel - - desktop/kde/applications/ark/pspec.xml - - - ark - - qt5-base - zlib - libzip - libarchive - karchive - kcrash - kconfig - kio - unrar - kpty - khtml - ki18n - libgcc - kxmlgui - kservice - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - kwidgetsaddons - kparts - kconfigwidgets - kitemmodels - p7zip - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib - /usr/share/icons - /usr/share/man - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 22.04.1 - fix deps - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - artikulate - https://projects.kde.org/projects/kde/kdeedu/artikulate - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - LGPLv3 - FDLv1.2 - app:gui - desktop.kde.edu - Improve your pronunciation by listening to native speakers - Artikulate, Improve your pronunciation by listening to native speakers. - artikulate - mirrors://kde/stable/release-service/22.04.3/src/artikulate-22.04.3.tar.xz - - boost-devel - cmake - extra-cmake-modules - kdoctools-devel - ki18n - kcrash-devel - libgcc - kconfig-devel - kirigami-devel - kxmlgui-devel - qt5-base-devel - knewstuff-devel - kcoreaddons-devel - kdeclarative-devel - qt5-gstreamer-devel - kconfigwidgets-devel - kwidgetsaddons-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - qt5-multimedia-devel - - desktop/kde/applications/artikulate/pspec.xml - - - artikulate - - ki18n - kcrash - kirigami - libgcc - kconfig - kxmlgui - karchive - qt5-base - knewstuff - kcoreaddons - kdeclarative - qt5-gstreamer - kconfigwidgets - kwidgetsaddons - qt5-declarative - qt5-xmlpatterns - qt5-multimedia - - - /etc - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - audiocd-kio - https://www.kde.org/applications/multimedia/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - Kioslave for accessing audio CDs - Kioslave for accessing audio CDs - https://download.kde.org/stable/release-service/22.04.3/src/audiocd-kio-22.04.3.tar.xz - - cdparanoia-devel - flac-devel - gettext-devel - kconfig-devel - kdelibs4-support-devel - kdoctools-devel - kio-devel - lame-devel - libkcompactdisc-devel - libvorbis-devel - qt5-base-devel - ki18n-devel - qt5-phonon-devel - extra-cmake-modules - libogg-devel - kcompletion-devel - kcoreaddons-devel - kconfigwidgets-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libkcddb - kcmutils-devel - - desktop/kde/applications/audiocd-kio/pspec.xml - - - audiocd-kio - Kioslave for accessing audio CDs - - cdparanoia - flac - lame - libkcompactdisc - libvorbis - qt5-base - qt5-phonon - kio - ki18n - libgcc - libogg - kconfig - kcmutils - kcompletion - kcoreaddons - kconfigwidgets - kdelibs4-support - libkcddb - - - /etc/xdg - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - audiocd-kio-devel - Development files for audiocd-kio - - audiocd-kio - qt5-base-devel - - - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.11.80 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-09 - 16.08.2_20161106 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - baloo-widgets - https://www.kde.org - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Framework for searching and managing metadata - Baloo is a framework for searching and managing metada - mirrors://kde/stable/release-service/22.04.3/src/baloo-widgets-22.04.3.tar.xz - - baloo-devel - extra-cmake-modules - kconfig-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kfilemetadata-devel - kinit-devel - kio-devel - ki18n-devel - kitemmodels-devel - kunitconversion-devel - qt5-base-devel - - desktop/kde/applications/baloo-widgets/pspec.xml - - - baloo-widgets - Development files for baloo-widgets - - baloo - kconfig - kcoreaddons - kfilemetadata - ki18n - kio - kwidgetsaddons - libgcc - qt5-base - - - /etc - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - /usr/share/locale - - - - baloo-widgets-devel - Development files for baloo-widgets - - baloo-widgets - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - blinken - https://www.kde.org/applications/education/blinken/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - FDL - GPL - LGPL - gui - desktop.kde.edu - Blinken - Memory Enhancement Game - Hafıza geliştirme oyunu. - Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound. - Hafıza geliştirme oyunu. - mirrors://kde/stable/release-service/22.04.3/src/blinken-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kxmlgui-devel - qt5-svg-devel - qt5-base-devel - qt5-phonon-devel - - desktop/kde/applications/blinken/pspec.xml - - - blinken - Blinken - Memory Enhancement Game - - kcrash - kconfig - kcoreaddons - kdbusaddons - kguiaddons - ki18n - kxmlgui - libgcc - qt5-base - qt5-phonon - qt5-svg - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - blogilo - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - A KDE blogging client - Blogilo is an fully-featured blogging client. It allows local creation and editing of blog posts. Various blogging APIs are supported for publishing. - https://github.com/KDE/blogilo/archive/v17.08.3.tar.gz - - qt5-base - boost-devel - extra-cmake-modules - kblog-devel - kdesignerplugin - kdoctools-devel - kio-devel - ktexteditor-devel - python-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - qt5-webengine-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - ksyndication-devel - libkdepim-devel - akonadi-devel - akonadi-contacts-devel - akonadi-mime-devel - kcontacts-devel - pimcommon-devel - kimap-devel - kmime-devel - cyrus-sasl-devel - kpimtextedit-devel - messagelib-devel - syntax-highlighting-devel - libkgapi-devel - - desktop/kde/applications/blogilo/pspec.xml - - - blogilo - A KDE blogging client - - qt5-base - kio - kblog - ki18n - kcrash - libgcc - kconfig - kwallet - kxmlgui - qt5-base - pimcommon - messagelib - kcompletion - kcoreaddons - kdbusaddons - ktexteditor - kpimtextedit - ktextwidgets - qt5-webengine - kconfigwidgets - knotifications - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2018-10-18 - 17.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-02 - 17.08.3 - Release bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-19 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-03 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - bomber - https://www.kde.org/applications/games/bomber/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.kde.games - A single player arcade game - Bomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height. - mirrors://kde/stable/release-service/22.04.3/src/bomber-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - kxmlgui-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcrash-devel - - desktop/kde/applications/bomber/pspec.xml - - - bomber - - ki18n - libgcc - kcrash - kconfig - kxmlgui - qt5-base - qt5-phonon - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share/appdata - /usr/share/applications - /usr/share - /usr/share/bomber - /usr/share/config.kcfg - /usr/share/icons - /usr/share/doc - /usr/share/kxmlgui5 - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - calendarsupport - https://community.kde.org/KDE_PIM - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.applications - Calendar support library - Calendar support library - mirrors://kde/stable/release-service/22.04.3/src/calendarsupport-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - akonadi-devel - kmime-devel - ki18n-devel - kcodecs-devel - kcompletion-devel - kjobwidgets-devel - kcoreaddons-devel - kservice-devel - solid-devel - kxmlgui-devel - kitemmodels-devel - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - boost-devel - kcalutils-devel - kcalendarcore-devel - kidentitymanagement-devel - kholidays-devel - akonadi-calendar-devel - kcontacts-devel - pimcommon-devel - kimap-devel - cyrus-sasl-devel - akonadi-mime-devel - akonadi-contacts-devel - akonadi-notes-devel - kguiaddons-devel - - desktop/kde/applications/calendarsupport/pspec.xml - - - calendarsupport - Calendar support library - - kio - ki18n - kmime - libgcc - akonadi - kcodecs - kconfig - kcalendarcore - qt5-base - kcalutils - kholidays - pimcommon - kguiaddons - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - kwidgetsaddons - akonadi-calendar - kidentitymanagement - - - /etc - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/kservicetypes5 - /usr/share/locale - - - - calendarsupport-devel - Development files for calendarsupport - - calendarsupport - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-19 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-22 - 16.04.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cantor - http://edu.kde.org/cantor - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.edu - A KDE frontend to mathematical softwares - Matematiksel uygulamalar için bir KDE önyüzü - Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others. - Cantor; Sage, Maxima, R and KAlgebra gibi uygulamalara arayüz sağlayarak kullanımı kolaylaştırmayı amaçlar. Çok kullanılan işler için dialoglar sağlar ve çalışmalarınızı başkalarıyla paylaşabilmenize olanak tanır. - cantor - mirrors://kde/stable/release-service/22.04.3/src/cantor-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-mysql - qt5-sql-postgresql - qt5-assistant-devel - mesa-devel - qt5-svg-devel - qt5-xmlpatterns-devel - qt5-webengine-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - ktexteditor-devel - knewstuff-devel - kpty-devel - analitza-devel - libqalculate-devel - cln-devel - libspectre-devel - python-devel - python3-devel - R-devel - luajit-devel - syntax-highlighting-devel - poppler-qt5-devel - karchive-devel - - desktop/kde/applications/cantor/pspec.xml - - - cantor - - R - cln - kio - kpty - ki18n - kparts - kcrash - libgcc - python - luajit - python3 - kconfig - kxmlgui - analitza - karchive - kservice - libspectre - knewstuff - kcompletion - kcoreaddons - kiconthemes - ktexteditor - ktextwidgets - libqalculate - kconfigwidgets - kwidgetsaddons - qt5-base - qt5-xmlpatterns - - - /etc - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/locale - - - - cantor-devel - Development files for cantor - cantor için geliştirme dosyaları - - cantor - - - /usr/include - /usr/share/kde5/apps/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - dolphin - https://projects.kde.org/projects/kde/applications/dolphin - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - desktop.kde.applications - KDE File Manager - Dolphin is the File Manager for KDE. - mirrors://kde/stable/release-service/22.04.3/src/dolphin-22.04.3.tar.xz - - baloo-devel - baloo-widgets-devel - kfilemetadata-devel - extra-cmake-modules - kactivities-devel - kbookmarks-devel - kcmutils-devel - kcompletion-devel - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kio-devel - knewstuff-devel - knotifications-devel - kparts-devel - ktextwidgets-devel - solid-devel - qt5-base-devel - qt5-phonon-devel - kio-extras-devel - libxml2-devel - docbook-xsl - kuserfeedback-devel - - - dolphin-17.04.0-allow-root.patch - - desktop/kde/applications/dolphin/pspec.xml - - - dolphin - - qt5-base - kfilemetadata - baloo - baloo-widgets - knewstuff - kio - ki18n - solid - kparts - libgcc - kcodecs - kcrash - kconfig - kxmlgui - kcmutils - kservice - kbookmarks - kitemviews - qt5-phonon - kactivities - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - - - - dolphin-devel - - dolphin - qt5-base-devel - qt5-phonon-devel - kio-devel - kcmutils-devel - knewstuff-devel - kinit-devel - kactivities-devel - baloo-devel - baloo-widgets-devel - kfilemetadata-devel - kparts-devel - ktexteditor-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - - - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - dolphin-plugins - http://www.kde.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.kde.sdk - Extra dolphin plugins - Dolphin eklentileri. - This package contains plugins that offer integration in Dolphin with the following version control systems: - Dolphin için VCS (Version Control System) eklentileri. - mirrors://kde/stable/release-service/22.04.3/src/dolphin-plugins-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - dolphin-devel - kio-devel - kdelibs4-support-devel - extra-cmake-modules - - desktop/kde/applications/dolphin-plugins/pspec.xml - - - dolphin-plugins - - qt5-base - dolphin - kio - ki18n - libgcc - kconfig - kxmlgui - kservice - ktexteditor - kwidgetsaddons - kcompletion - kcoreaddons - ktextwidgets - kdelibs4-support - - - /usr/share - /usr/lib - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - dragonplayer - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.multimedia - Multimedia player - a multimedia player where the focus is on simplicity, instead of features. - mirrors://kde/stable/release-service/22.04.3/src/dragon-22.04.3.tar.xz - - qt5-base-devel - qt5-phonon-devel - kdoctools-devel - kio-devel - kcrash-devel - kparts-devel - docbook-xsl - kdbusaddons-devel - knotifications-devel - extra-cmake-modules - - desktop/kde/applications/dragonplayer/pspec.xml - - - dragonplayer - - qt5-base - qt5-phonon - kio - ki18n - solid - libgcc - kcrash - kconfig - kxmlgui - kservice - qt5-phonon - kcoreaddons - kdbusaddons - kjobwidgets - kwindowsystem - kconfigwidgets - kwidgetsaddons - kparts - - - /etc/xdg - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man/man1 - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - eventviews - https://community.kde.org/KDE_PIM - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.applications - Library for creating events. - Library for creating events. - mirrors://kde/stable/release-service/22.04.3/src/eventviews-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - akonadi-devel - kcompletion-devel - kjobwidgets-devel - kcoreaddons-devel - kservice-devel - solid-devel - kxmlgui-devel - kitemmodels-devel - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - boost-devel - libkdepim-devel - kcontacts-devel - kcalendarcore-devel - kcalutils-devel - calendarsupport-devel - kmime-devel - kidentitymanagement-devel - akonadi-calendar-devel - akonadi-contacts-devel - kdiagram-devel - kholidays-devel - kguiaddons-devel - kiconthemes-devel - - desktop/kde/applications/eventviews/pspec.xml - - - eventviews - Library for creating events. - - ki18n - libgcc - akonadi - kcodecs - kconfig - kcalendarcore - kdiagram - kservice - qt5-base - kcalutils - kcontacts - libkdepim - kguiaddons - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kconfigwidgets - kwidgetsaddons - calendarsupport - akonadi-calendar - - - /etc - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - /usr/share/kservicetypes5 - /usr/share/locale - - - - eventviews-devel - Development files for eventviews. - - eventviews - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-22 - 16.04.0 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - ffmpegthumbs - https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.multimedia - ffmpeg based thumbnailer for KDE - KDE için ffmpeg tabanlı önizleme - FFmpeg-based thumbnail creator for video files - Video dosyaları için FFmpeg tabanlı önizleme oluşturur. - mirrors://kde/stable/release-service/22.04.3/src/ffmpegthumbs-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kio-devel - ki18n-devel - kconfig-devel - taglib-devel - ffmpeg-devel - - desktop/kde/applications/ffmpegthumbs/pspec.xml - - - ffmpegthumbs - - kio - ki18n - kconfig - ffmpeg - taglib - libgcc - qt5-base - - - /usr/share - /usr/lib - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - filelight - http://utils.kde.org/projects/filelight - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - View disk usage information - View disk usage information - Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. - Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. - filelight - mirrors://kde/stable/release-service/22.04.3/src/filelight-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-script-devel - kdoctools-devel - extra-cmake-modules - kio-devel - kparts-devel - solid-devel - kxmlgui-devel - kcoreaddons-devel - ki18n-devel - mesa-devel - docbook-xsl - - desktop/kde/applications/filelight/pspec.xml - - - filelight - - qt5-svg - qt5-base - kparts - kio - ki18n - solid - libgcc - kconfig - kxmlgui - kservice - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/bin - /usr/share - /etc/xdg - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - gpgmepp - https://projects.kde.org/gpgmepp - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - desktop.kde.applications - C++ bindings/wrapper for gpgme - gpgme için C++ bağlayıcısı - C++ bindings/wrapper for gpgme - gpgme için C++ bağlayıcısı - https://github.com/KDE/gpgmepp/archive/v16.08.3.tar.gz - - boost-devel - qt5-base-devel - gpgme-devel - extra-cmake-modules - - desktop/kde/applications/gpgmepp/pspec.xml - - - gpgmepp - - libgcc - qt5-base - gpgme - - - /usr/lib - /usr/share/doc - - - - gpgmepp-devel - - gpgmepp - - - /usr/include - /usr/lib/cmake - - - - - 2022-06-21 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-14 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-11 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 16.08.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-18 - 16.08.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-18 - 16.08.3 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-08 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - granatier - https://www.kde.org/applications/games/granatier/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - A Bomberman game - Bombalama macera oyunu - Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone. - granatier, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur. - granatier - mirrors://kde/stable/release-service/22.04.3/src/granatier-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kdbusaddons-devel - kwidgetsaddons-devel - ki18n-devel - kxmlgui-devel - knewstuff-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/granatier/pspec.xml - - - granatier - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - knewstuff - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - grantlee-editor - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Editor for Grantlee themes - Editor for Grantlee themes - mirrors://kde/stable/release-service/22.04.3/src/grantlee-editor-22.04.3.tar.xz - - qt5-webengine-devel - kcrash-devel - extra-cmake-modules - kdbusaddons-devel - kdoctools-devel - kxmlgui-devel - qt5-base-devel - ktexteditor-devel - kwallet-devel - knewstuff-devel - karchive-devel - pimcommon-devel - messagelib-devel - grantleetheme-devel - akonadi-mime-devel - kpimtextedit-devel - libkdepim-devel - syntax-highlighting-devel - libkleo-devel - kparts-devel - gpgme-devel - gpgme-qt5-devel - cyrus-sasl-devel - akonadi-devel - kitemmodels-devel - kcontacts-devel - akonadi-contacts-devel - kimap-devel - kmime-devel - grantlee-qt5-devel - ffmpeg-devel - libXScrnSaver-devel - - desktop/kde/applications/grantlee-editor/pspec.xml - - - grantlee-editor - Editor for Grantlee themes - - kio - ki18n - kmime - kcrash - libgcc - kconfig - kxmlgui - karchive - qt5-base - kcontacts - knewstuff - pimcommon - messagelib - kcompletion - kcoreaddons - kdbusaddons - kpimtextedit - qt5-webengine - kconfigwidgets - kwidgetsaddons - akonadi-contacts - syntax-highlighting - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-04 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - grantleetheme - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.applications - Library for Grantlee theming support - Library for Grantlee theming support - mirrors://kde/stable/release-service/22.04.3/src/grantleetheme-22.04.3.tar.xz - - qt5-base-devel - boost-devel - ki18n-devel - kiconthemes-devel - extra-cmake-modules - kguiaddons-devel - grantlee-qt5-devel - knewstuff-devel - - desktop/kde/applications/grantleetheme/pspec.xml - - - grantleetheme - - qt5-base - ki18n - libgcc - kconfig - kxmlgui - knewstuff - kguiaddons - kcoreaddons - kiconthemes - grantlee-qt5 - kwidgetsaddons - - - /etc/xdg - /usr/lib - /usr/share/doc - /usr/mkspecs/ - /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/kservices5 - /usr/share/kservicetypes5 - /usr/share/dbus-1 - /usr/share/config.kcfg - /usr/share/kf5 - /usr/share/config - /usr/share/akonadi - /usr/share - /usr/share/akonadicontact/grantleetheme/default - /usr/share/locale - - - - grantleetheme-devel - Development package for grantleetheme libraries - Contains development tools and header files for grantleetheme - - qt5-base-devel - boost-devel - ki18n-devel - grantleetheme - - - /usr/lib/cmake - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-04-25 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - gwenview - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - library - desktop.kde.graphics - An image viewer - Resim görüntüleyici - Gwenview is an easy to use image viewer - Gwenview, kullanımı kolay bir resim görüntüleyicisidir. - gwenview - mirrors://kde/stable/release-service/22.04.3/src/gwenview-22.04.3.tar.xz - - exiv2-devel - qt5-base-devel - qt5-svg-devel - qt5-x11extras-devel - qt5-phonon-devel - tiff-devel - purpose-devel - cfitsio-devel - libkipi-devel - kdoctools-devel - kio-devel - kactivities-devel - kded-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - baloo-devel - libkdcraw-devel - libpng-devel - zlib-devel - mesa-devel - docbook-xsl - extra-cmake-modules - lcms2-devel - libX11-devel - kparts-devel - tiff-devel - purpose-devel - cfitsio-devel - libraw-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - knotifications-devel - kwindowsystem-devel - - desktop/kde/applications/gwenview/pspec.xml - - - gwenview - - qt5-base - exiv2-libs - solid - kactivities - libkipi - libkdcraw - kded - tiff - purpose - cfitsio - kio - ki18n - lcms2 - kparts - libX11 - libgcc - libpng - kconfig - kxmlgui - qt5-svg - kservice - baloo - kitemviews - qt5-phonon - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - ktextwidgets - libjpeg-turbo - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - kfilemetadata - kguiaddons - libraw - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - /usr/share/icons - /usr/share/applications - - - - - 2022-07-15 - 22.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-31 - 21.12.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 17.08.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - incidenceeditor - https://community.kde.org/KDE_PIM - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.applications - KDE PIM incidence editor. - KDE PIM incidence editor. - http://download.kde.org/stable/release-service/22.04.3/src/incidenceeditor-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - akonadi-devel - kcompletion-devel - kjobwidgets-devel - kcoreaddons-devel - kservice-devel - solid-devel - kxmlgui-devel - kitemmodels-devel - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - boost-devel - kmime-devel - kldap-devel - cyrus-sasl-devel - calendarsupport-devel - kidentitymanagement-devel - akonadi-calendar-devel - kcalendarcore-devel - kcontacts-devel - eventviews-devel - kcalutils-devel - kdiagram-devel - kmailtransport-devel - libkdepim-devel - akonadi-mime-devel - akonadi-contacts-devel - pimcommon-devel - kimap-devel - kiconthemes-devel - - desktop/kde/applications/incidenceeditor/pspec.xml - - - incidenceeditor - KDE PIM incidence editor. - - kio - ki18n - kldap - kmime - kimap - libgcc - akonadi - kcodecs - kconfig - kxmlgui - kdiagram - kservice - kcalutils - kcontacts - libkdepim - pimcommon - eventviews - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - kpimtextedit - ktextwidgets - akonadi-mime - kcalendarcore - kconfigwidgets - kmailtransport - kwidgetsaddons - calendarsupport - akonadi-contacts - akonadi-calendar - kidentitymanagement - qt5-base - - - /etc/xdg - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - /usr/share/locale - - - - incidenceeditor-devel - Development files for incidenceeditor. - - incidenceeditor - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-14 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-07 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-10 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-22 - 16.04.0 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - kaccounts-integration - https://projects.kde.org/projects/kdereview/kaccounts-integration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/release-service/22.04.3/src/kaccounts-integration-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kcmutils-devel - ki18n-devel - kcoreaddons-devel - kdbusaddons-devel - libaccounts-qt5-devel - libaccounts-glib-devel - signon-devel - gettext-devel - kdoctools-devel - kdeclarative-devel - kio-devel - kconfig-devel - kwallet-devel - - desktop/kde/applications/kaccounts-integration/pspec.xml - - - kaccounts-integration - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - - ki18n - libgcc - signon - qt5-base - kcoreaddons - kdbusaddons - kdeclarative - kconfigwidgets - libaccounts-qt5 - qt5-declarative - kio - kconfig - kwallet - - - /usr/share - /usr/share/kservices5 - /usr/share/doc - /usr/lib/qt5 - /usr/lib/libkaccounts.so* - - - - kaccounts-integration-devel - Development files for kaccounts-integration - - kaccounts-integration - libaccounts-qt5-devel - - - /usr/include - /usr/lib/cmake/KAccounts - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kaccounts-providers - https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/release-service/22.04.3/src/kaccounts-providers-22.04.3.tar.xz - - extra-cmake-modules - intltool - kaccounts-integration-devel - qt5-declarative-devel - qt5-webengine-devel - qt5-base-devel - kcoreaddons-devel - libaccounts-qt5-devel - libaccounts-glib-devel - kio-devel - ki18n-devel - kdeclarative-devel - kpackage-devel - signon-devel - - desktop/kde/applications/kaccounts-providers/pspec.xml - - - kaccounts-providers - Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - - kaccounts-integration - libaccounts-glib - libgcc - kio - ki18n - kpackage - kcoreaddons - kdeclarative - qt5-declarative - qt5-webengine - qt5-base - - - /etc - /usr/share - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kaddressbook - https://kontact.kde.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - KDE contact manager - Kişilerinizi kolayca yönetin - KAddressBook reborn to make your data available to all your applications - KAddressBook, kişilerinizi kolayca yönetmenizi sağlar. Bir e-posta gönderirken veya bir toplantı daveti oluştururken kolayca kişileri seçmenize olanak tanıyan Kontact'ın geri kalanıyla derinlemesine entegre edilmiştir. - mirrors://kde/stable/release-service/22.04.3/src/kaddressbook-22.04.3.tar.xz - - kinit-devel - kimap-devel - kparts-devel - kcrash-devel - prison-devel - akonadi-devel - libkleo-devel - kcmutils-devel - qt5-base-devel - libkdepim-devel - pimcommon-devel - kdoctools-devel - kemoticons-devel - mailcommon-devel - messagelib-devel - kdbusaddons-devel - cyrus-sasl-devel - kitemmodels-devel - grantlee-qt5-devel - akonadi-mime-devel - kpimtextedit-devel - grantleetheme-devel - extra-cmake-modules - akonadi-search-devel - kunitconversion-devel - kontactinterface-devel - akonadi-contacts-devel - kidentitymanagement-devel - kuserfeedback-devel - gpgme-devel - gpgme-qt5-devel - - desktop/kde/applications/kaddressbook/pspec.xml - - - kaddressbook - KDE contact manager - - ki18n - kcrash - kparts - libgcc - akonadi - kconfig - kxmlgui - kcmutils - qt5-base - kcontacts - libkdepim - pimcommon - kcompletion - kcoreaddons - kiconthemes - kitemmodels - grantleetheme - akonadi-search - kconfigwidgets - kwidgetsaddons - akonadi-contacts - kontactinterface - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - kaddressbook-devel - Development files for kaddressbook - - kaddressbook - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-06 - 18.12.3 - Fix Dependency. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-09 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-04 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-07 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kalarm - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Personal alarm scheduler - KAlarm is a personal alarm message, audio, command and email scheduler - http://download.kde.org/stable/release-service/22.04.3/src/kalarm-22.04.3.tar.xz - - akonadi-contacts-devel - akonadi-devel - akonadi-mime-devel - extra-cmake-modules - kauth-devel - kcalendarcore-devel - kcalutils-devel - kcmutils-devel - kcodecs-devel - kcompletion-devel - kconfig-devel - kconfigwidgets - kdbusaddons-devel - kdelibs4-support-devel - kdoctools-devel - kguiaddons-devel - kholidays-devel - ki18n-devel - kiconthemes-devel - kidentitymanagement-devel - kio-devel - kjobwidgets-devel - kmime-devel - knotifications-devel - kpimtextedit-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - libX11-devel - libkdepim-devel - libxslt-devel - mailcommon-devel - pimcommon-devel - qt5-base-devel - qt5-phonon-devel - qt5-x11extras-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kitemmodels-devel - kcontacts-devel - messagelib-devel - kimap-devel - cyrus-sasl-devel - libkleo-devel - gpgme-devel - kmailtransport-devel - kidletime-devel - knotifyconfig-devel - - desktop/kde/applications/kalarm/pspec.xml - - - kalarm - Personal alarm scheduler - - kio - kauth - ki18n - kmime - libgcc - akonadi - kcodecs - kconfig - kxmlgui - kcalendarcore - kservice - kcalutils - kcontacts - kholidays - libkdepim - pimcommon - kguiaddons - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - akonadi-mime - kpimtextedit - ktextwidgets - kwindowsystem - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - akonadi-contacts - kdelibs4-support - kidentitymanagement - qt5-base - kidletime - knotifyconfig - - - /etc/dbus-1 - /etc/xdg - /usr/lib - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-09 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-04 - 17.04.2 - Version bummp. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-27 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kalzium - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:console - desktop.kde.applications - Periodic Table of Elements - Periodic Table of Elements - Elementlerin periyodik tablosu - Elementlerin periyodik tablosu - https://download.kde.org/stable/release-service/22.04.3/src/kalzium-22.04.3.tar.xz - - cmake - eigen3 - ocaml - kio-devel - khtml-devel - ki18n-devel - kinit-devel - kconfig-devel - kxmlgui-devel - qt5-svg-devel - qt5-base-devel - kitemmodels-devel - kemoticons-devel - kplotting-devel - kitemviews-devel - kdoctools-devel - qt5-script-devel - kcompletion-devel - kcoreaddons-devel - ktextwidgets-devel - kdesignerplugin - kconfigwidgets-devel - kwidgetsaddons-devel - kunitconversion-devel - kdelibs4-support-devel - extra-cmake-modules - - desktop/kde/applications/kalzium/pspec.xml - - - kalzium - - kio - khtml - ki18n - kconfig - kxmlgui - qt5-svg - qt5-base - kplotting - kitemviews - qt5-script - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - kwidgetsaddons - kunitconversion - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/doc - - - - kalzium-devel - Development files for kalzium - - kalzium - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-27 - 18.12.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kamera - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - Webcam support for KDE - KDE için web kamera desteği - Kamera is a plugin for KDE to use webcam. - Kamera, KDE için bir web kamera eklentisidir. - mirrors://kde/stable/release-service/22.04.3/src/kamera-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfigwidgets-devel - kxmlgui-devel - kio-devel - ki18n-devel - kconfig-devel - kdoctools-devel - libgphoto2-devel - - desktop/kde/applications/kamera/pspec.xml - - - kamera - - kio - ki18n - libgcc - kconfig - kxmlgui - qt5-base - libgphoto2 - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kanagram - https://www.kde.org/applications/education/kanagram/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - A letter order game - Bir harf sıralama oyunu - Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. - Kanagram, anagramlar üzerine bir oyundur. Dağınık yerleştirilmiş harfleri birleştirerek kelimeyi bulun. Zaman veya deneme sınırı yoktur. - kanagram - mirrors://kde/stable/release-service/22.04.3/src/kanagram-22.04.3.tar.xz - - qt5-base-devel - qt5-declarative - kdoctools-devel - knewstuff-devel - kdeclarative-devel - ki18n-devel - kio-devel - kcrash-devel - sonnet-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kxmlgui - kwidgetsaddons-devel - extra-cmake-modules - libkeduvocdocument-devel - qt5-multimedia-devel - - desktop/kde/applications/kanagram/pspec.xml - - - kanagram - - ki18n - libgcc - sonnet - kconfig - kxmlgui - qt5-base - knewstuff - kcoreaddons - kdeclarative - qt5-multimedia - kconfigwidgets - qt5-declarative - libkeduvocdocument - - - /etc/xdg - /usr/share - /usr/bin - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kapman - https://www.kde.org/applications/games/kapman/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Pac-Man clone - Pac-Man klonu - Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. - Kapman dünyaca ünlü Pac-Man'in bir türevidir. Labirent içinde hayaletlerle köşe kapmaca oynayarak bölümleri geçmeye çalıştığınız oyunda eğer hayaletlere yakalanırsanız bir hakkınızı kaybediyorsunuz. Eğer bir enerji nesnesi alırsanız bu kez siz bir kaç saniyeliğine hayaletleri yiyebiliyorsunuz. - kapman - mirrors://kde/stable/release-service/22.04.3/src/kapman-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kdbusaddons-devel - kdoctools-devel - kwindowsystem-devel - ki18n-devel - kinit-devel - kunitconversion-devel - kitemmodels-devel - kemoticons-devel - kconfigwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - kdesignerplugin - libkdegames-devel - qt5-declarative-devel - - desktop/kde/applications/kapman/pspec.xml - - - kapman - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kapptemplate - http://www.kde.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app:gui - desktop.kde.sdk - Application template generator - Uygulama şablon oluşturucu. - KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. - Kapptemplate, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. - mirrors://kde/stable/release-service/22.04.3/src/kapptemplate-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - gettext - kcoreaddons-devel - kconfigwidgets-devel - kcompletion-devel - karchive-devel - kio-devel - ki18n-devel - kdoctools-devel - - desktop/kde/applications/kapptemplate/pspec.xml - - - kapptemplate - - qt5-base - kio - ki18n - libgcc - kconfig - karchive - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kate - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.applications - Advanced Text Editor - Plasma library and runtime components based upon KF5 and Qt5 - https://download.kde.org/stable/release-service/22.04.3/src/kate-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - kactivities-devel - kconfig-devel - kcrash-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kjobwidgets-devel - kparts-devel - ktexteditor-devel - kwindowsystem-devel - kxmlgui-devel - knewstuff-devel - threadweaver-devel - kitemmodels-devel - plasma-framework-devel - syntax-highlighting-devel - kuserfeedback-devel - kwallet-devel - kguiaddons-devel - kdbusaddons-devel - - - kate-17.04.0-allow-root.patch - kwrite-17.04.0-allow-root.patch - - desktop/kde/applications/kate/pspec.xml - - - kate - - qt5-base - libgcc - libgit2 - knewstuff - ki18n - kconfig - kded - kguiaddons - kactivities - kjobwidgets - kitemmodels - kio - kcrash - kparts - ktexteditor - kwindowsystem - kxmlgui - plasma-framework - kwallet - kservice - kbookmarks - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - threadweaver - kconfigwidgets - knotifications - kwidgetsaddons - kuserfeedback - syntax-highlighting - kio - kconfig - kwallet - - - /usr/share - /etc/xdg - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-25 - 22.04.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-21 - 17.12.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-04 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - katomic - https://www.kde.org/applications/games/katomic/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Sokoban like logic game - Sokoban benzeri mantık oyunu - KAtomic is both fun and educational game built around molecular geometry. - KAtomic moleküler geometri hakkında hem eğlenceli hem de eğitici bir oyundur. - katomic - mirrors://kde/stable/release-service/22.04.3/src/katomic-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kitemviews-devel - kiconthemes-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - knewstuff-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/katomic/pspec.xml - - - katomic - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - knewstuff - kcoreaddons - kdbusaddons - libkdegames - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kblackbox - https://www.kde.org/applications/games/kblackbox/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Blackbox logic game - Blackbox mantık oyunu - KBlackBox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls. - KBlackBox yan yana dizilmiş kutularla oynanan bir saklambaç oyunudur. Bilgisayarın sakladığı topları kutuları lazerle kontrol ederek bulabilirsiniz. - kblackbox - mirrors://kde/stable/release-service/22.04.3/src/kblackbox-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - karchive-devel - kcoreaddons-devel - kconfig-devel - ki18n-devel - kguiaddons-devel - kiconthemes-devel - kxmlgui-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - ktextwidgets-devel - kunitconversion-devel - - desktop/kde/applications/kblackbox/pspec.xml - - - kblackbox - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - karchive - qt5-base - kcoreaddons - kdbusaddons - libkdegames - ktextwidgets - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kblocks - https://www.kde.org/applications/games/kblocks/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Falling blocks game - Tetris - KBlocks is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over. - KBlocks klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir. - kblocks - mirrors://kde/stable/release-service/22.04.3/src/kblocks-22.04.3.tar.xz - - extra-cmake-modules - qt5-svg-devel - qt5-base-devel - kdoctools-devel - ki18n-devel - kxmlgui-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kemoticons-devel - - desktop/kde/applications/kblocks/pspec.xml - - - kblocks - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - qt5-phonon - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kblog - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - A blogging library for KDE - KBlog is a library for calling functions on Blogger 1.0, MetaWeblog, MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient and Syndication. - mirrors://kde/stable/release-service/20.04.3/src/kblog-20.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - kcoreaddons-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - qt5-webkit-devel - kcalutils-devel - ksyndication-devel - kxmlrpcclient-devel - kcalendarcore-devel - ksyndication-devel - - desktop/kde/applications/kblog/pspec.xml - - - kblog - - qt5-base - kcalendarcore - kxmlrpcclient - kio - ki18n - libgcc - kcoreaddons - ksyndication - - - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - - - - kblog-devel - Development files for kblog - - qt5-base-devel - kblog - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-06-21 - 20.04.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kbounce - https://www.kde.org/applications/games/kbounce/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Ball bouncing game - Top zıplatma oyunu - KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by walls, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of the active field. The goal of the game is to fill at least 75% of the field and advance to the next level. - KBounce, Volfied'in oynaniş tarzına benzeyen tek kişilik bir bulmaca - macera oyunudur. Oyuncu iki veya daha fazla topun oradan oraya zıpladığı duvarlarla kaplı bir alanda yeni duvarlar inşa ederek ve toplara yakalanmamaya çalışarak aktif alanın en azından %75'ini kapatmaya çalışmaktadır. - kbounce - mirrors://kde/stable/release-service/22.04.3/src/kbounce-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kiconthemes-devel - kcompletion-devel - ktextwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kbounce/pspec.xml - - - kbounce - - kio - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kbreakout - https://www.kde.org/applications/games/kbreakout/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Breakout like game - Breakout benzeri oyun - KBreakout is a Breakout like game. The object of the game is to destroy as many bricks as possible without losing the ball. - KBreakout bir Breakout türevidir. Oyunun amacı topları yere düşürmeden olabildiğince çok tuğlayı yok etmektir. - kbreakout - mirrors://kde/stable/release-service/22.04.3/src/kbreakout-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kguiaddons-devel - kservice-devel - kconfigwidgets-devel - kiconthemes-devel - kcompletion-devel - kjobwidgets-devel - kxmlgui-devel - kio-devel - libkdegames-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kbreakout/pspec.xml - - - kbreakout - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /usr/share - /usr/share/doc - /usr/bin - /etc/xdg/kbreakout.categories - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kbruch - https://www.kde.org/applications/education/kbruch/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - Practice calculating with fractions and percentages - Ondalık ve kesirli sayılarla pratik yapın - KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. - KBruch, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır. - kbruch - mirrors://kde/stable/release-service/22.04.3/src/kbruch-22.04.3.tar.xz - - qt5-base - kdoctools-devel - kconfig-devel - kcrash-devel - ki18n-devel - kwidgetsaddons-devel - kxmlgui-devel - kcoreaddons-devel - kconfigwidgets-devel - extra-cmake-modules - - desktop/kde/applications/kbruch/pspec.xml - - - kbruch - - qt5-base - kxmlgui - kconfig - kcrash - ki18n - libgcc - kwidgetsaddons - kcoreaddons - kconfigwidgets - - - /usr/bin - /usr/share - /usr/share/man/man1 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcalc - http://kde.org/applications/utilities/kcalc - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - A scientific calculator - Bir bilimsel hesap makinesi - KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance. - KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. - kcalc - mirrors://kde/stable/release-service/22.04.3/src/kcalc-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - gmp-devel - cmake - mpfr-devel - kconfig-devel - kconfigwidgets-devel - kguiaddons-devel - ki18n-devel - kinit-devel - knotifications-devel - kxmlgui-devel - mesa-devel - - desktop/kde/applications/kcalc/pspec.xml - - - kcalc - - qt5-base - gmp - ki18n - kcrash - kconfig - kxmlgui - kguiaddons - kcoreaddons - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-08-01 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-12 - 16.04.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcalutils - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - The KDE calendar utility library - Calendar utility library for KDE - mirrors://kde/stable/release-service/22.04.3/src/kcalutils-22.04.3.tar.xz - - qt5-base-devel - kcalendarcore-devel - kidentitymanagement-devel - kcoreaddons-devel - kconfig-devel - ki18n-devel - kidentitymanagement-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - grantlee-qt5-devel - kdoctools-devel - kiconthemes-devel - extra-cmake-modules - - desktop/kde/applications/kcalutils/pspec.xml - - - kcalutils - - qt5-base - kcalendarcore - kidentitymanagement - ki18n - libgcc - kcodecs - kconfig - grantlee-qt5 - kcoreaddons - kiconthemes - kwidgetsaddons - kidentitymanagement - - - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/kcalendar - /usr/share/locale - /usr/share - - - - kcalutils-devel - Development files for kcalutils - - qt5-base-devel - kcalutils - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcharselect - http://utils.kde.org/projects/kcharselect - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - A character selector - Bir karakter seçici - KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. - KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. - kcharselect - mirrors://kde/stable/release-service/22.04.3/src/kcharselect-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - kbookmarks-devel - cmake - extra-cmake-modules - ki18n-devel - kwidgetsaddons-devel - kxmlgui-devel - kcrash-devel - mesa-devel - - desktop/kde/applications/kcharselect/pspec.xml - - - kcharselect - - qt5-base - kxmlgui - ki18n - libgcc - kconfig - kcrash - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcolorchooser - http://www.kde.org/applications/graphics/kcolorchooser - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.graphics - A simple color chooser application - Basit bir renk seçme uygulaması - KColorChooser is a simple color chooser application. - KColorChooser, basit bir renk seçme uygulamasıdır. - kcolorchooser - mirrors://kde/stable/release-service/22.04.3/src/kcolorchooser-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kwidgetsaddons-devel - kxmlgui-devel - kiconthemes-devel - - desktop/kde/applications/kcolorchooser/pspec.xml - - - kcolorchooser - - ki18n - libgcc - kxmlgui - qt5-base - kcoreaddons - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/doc - /usr/share/metainfo - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-20 - 16.04 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kcron - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - Graphical task scheduler - Görev zamanlayıcı arayüzü. - Kcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system. - Kcron, cron görev zamanlayıcı altyapısının bir arayüzüdür. - kcron - mirrors://kde/stable/release-service/22.04.3/src/kcron-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kdoctools-devel - kiconthemes-devel - kio-devel - kxmlgui-devel - kiconthemes-devel - - desktop/kde/applications/kcron/pspec.xml - - - kcron - - kio - ki18n - libgcc - qt5-base - kcoreaddons - kiconthemes - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - - - kdeadmin - - - kdeadmin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-09 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdb - http://www.kexi-project.org/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.applications - A database connectivity and creation framework for various database vendors. - Çeşitli veritabanı üreticileri için veritabanı bağlantısı oluşturma çerçevesi. - A database connectivity and creation framework for various database vendors - https://download.kde.org/stable/kdb/src/kdb-3.2.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-linguist - kcoreaddons-devel - icu4c-devel - ki18n-devel - sqlite-devel - mariadb-lib - mariadb-client - postgresql-lib - - - kdb-3.2.0-build-w-pg12.patch - kdb-3.2.0-cmake-pg12.patch - kdb-3.2.0-cmake-pg13.patch - kdb-3.2.0-qt-5.15.patch - kdb-3.2.0-KDEInstallDirs.patch - - desktop/kde/applications/kdb/pspec.xml - - - kdb - A database connectivity and creation framework for various database vendors. - - icu4c - libgcc - sqlite - qt5-base - kcoreaddons - mariadb-lib - postgresql-lib - - - /usr/bin - /usr/lib/qt5 - /usr/lib/libKDb3* - /usr/share/locale - - - - kdb-devel - Development files for kdb. - - kdb - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include - - - - - 2022-06-21 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2022-05-17 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2022-05-07 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2022-01-10 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2021-10-15 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2021-09-13 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2021-06-16 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2021-03-10 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2020-09-12 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2020-06-11 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2020-05-06 - 3.2.0 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2020-03-30 - 3.2.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2020-02-02 - 3.2.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-09-15 - 3.2.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-07-22 - 3.2.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-04-18 - 3.2.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-03-11 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-02-14 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-01-11 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-12-26 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-11-08 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-10-18 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-09-10 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-08-11 - 3.0.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-03 - 3.0.2 - Rebuild - Mustafa Cinasl - muscnsl@gmail.com - - - 2017-10-14 - 3.0.2 - Version bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2017-07-17 - 3.0.93 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 3.0.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-06 - 3.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kdeaudio-thumbnailer - https://github.com/eplightning/audiothumbs-frameworks - - Stefan Gronewold - groni@pisilinux.org - - LGPL - desktop.kde.applications - Thumbnail generator for audio files, ported to KF5 - Thumbnail generator for audio files, ported to KF5 - https://github.com/groni/Sources/raw/master/kde-audio-thumbnailer-1.1.0.tar.gz - - extra-cmake-modules - flac-devel - glibc-devel - qt5-base-devel - taglib-devel - kio-devel - - desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml - - - kdeaudio-thumbnailer - Thumbnail generator for audio files, ported to KF5 - - kio - libgcc - qt5-base - taglib - - - /usr/share - /usr/lib/qt5 - - - - - 2022-06-21 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-09-15 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-12 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-12 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 1.1.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-03 - 1.1.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2017-06-30 - 1.1.0 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-20 - 1.1.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdebugsettings - http://projects.kde.org/kdebugsettings - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - An application to enable/disable qCDebug - KDebug control module for KDE. It provides a graphical frontend for the kdebug daemon, which allow enabling or disabling particular debug areas/messages. - mirrors://kde/stable/release-service/22.04.3/src/kdebugsettings-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - ki18n-devel - kguiaddons-devel - kiconthemes-devel - kwidgetsaddons-devel - kitemviews-devel - kcompletion-devel - kio-devel - - desktop/kde/applications/kdebugsettings/pspec.xml - - - kdebugsettings - An application to enable/disable qCDebug - - ki18n - libgcc - kconfig - qt5-base - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kwidgetsaddons - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/applications - /usr/share/doc - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdeconnect - https://kdeconnect.kde.org/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv2 - GPLv3 - app:gui - desktop.kde.applications - Connect KDE with your smartphone - Cihazlarınızı KDE ile birleştirin - Connect KDE with your smartphone - Cihazlarınızı KDE ile birleştirin - kdeconnect - https://download.kde.org/stable/release-service/22.04.3/src/kdeconnect-kde-22.04.3.tar.xz - - sshfs - kio-devel - ki18n-devel - solid-devel - kpeople-devel - kde-cli-tools - libXtst-devel - kirigami-devel - qt5-base-devel - kcmutils-devel - kwayland-devel - qca2-qt5-devel - kdoctools-devel - libfakekey-devel - kdbusaddons-devel - kiconthemes-devel - kpeoplevcard-devel - kwindowsystem-devel - pulseaudio-qt-devel - qt5-x11extras-devel - extra-cmake-modules - kconfigwidgets-devel - qt5-multimedia-devel - knotifications-devel - qt5-declarative-devel - qt5-quickcontrols2-devel - wayland-devel - wayland-server - wayland-client - wayland-cursor - qt5-wayland-devel - qqc2-desktop-style - kpackage-devel - kguiaddons-devel - - desktop/kde/applications/kdeconnect/pspec.xml - - - kdeconnect - - kio - ki18n - sshfs - solid - libgcc - libX11 - libXtst - kconfig - kpeople - kcmutils - kservice - qca2-qt5 - qt5-base - kwayland - kguiaddons - libfakekey - kcoreaddons - kdbusaddons - kiconthemes - kpeoplevcard - kwindowsystem - pulseaudio-qt - qt5-x11extras - qt5-multimedia - kconfigwidgets - knotifications - kwidgetsaddons - qt5-declarative - qt5-quickcontrols2 - qqc2-desktop-style - - - /usr/bin - /etc - /usr/lib - /usr/include - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/info - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-15 - 21.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-02-11 - 1.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-15 - 1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-08 - 1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 1.3.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 1.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-19 - 1.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 1.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-27 - 1.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-13 - 1.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 1.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-10 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-25 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-08 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-12 - 1.0.3 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-09 - 0.9g - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdeedu-data - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.applications - Common data for KDE Edu applications - Common data for KDE Edu applications. - mirrors://kde/stable/release-service/22.04.3/src/kdeedu-data-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/applications/kdeedu-data/pspec.xml - - - kdeedu-data - - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdegraphics-mobipocket - https://www.kde.org/applications/graphics/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - A collection of plugins to handle mobipocket files - A library to handle mobipocket files - A collection of plugins to handle mobipocket files - A library to handle mobipocket files - kdegraphics-mobipocket - http://download.kde.org/stable/release-service/22.04.3/src/kdegraphics-mobipocket-22.04.3.tar.xz - - extra-cmake-modules - kio-devel - qt5-base-devel - - desktop/kde/applications/kdegraphics-mobipocket/pspec.xml - - - kdegraphics-mobipocket - A collection of plugins to handle mobipocket files - - kio - qt5-base - - - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - kdegraphics-mobipocket-devel - Development headers for kdegraphics-mobipocket - - kdegraphics-mobipocket - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-19 - 16.12.0 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdegraphics-svgpart - https://www.kde.org/applications/graphics/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - A KPart for viewing SVGs - A KPart for viewing SVGs - kdegraphics-svgpart - mirrors://kde/stable/release-service/22.04.3/src/svgpart-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - kcoreaddons-devel - kparts-devel - python-devel - qt5-base-devel - qt5-svg-devel - - desktop/kde/applications/kdegraphics-svgpart/pspec.xml - - - kdegraphics-svgpart - A KPart for viewing SVGs - - kcoreaddons - kparts - qt5-base - qt5-svg - ki18n - libgcc - kxmlgui - kconfigwidgets - - - /usr/share - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-08 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdegraphics-thumbnailers - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - KDE thumbnailer library - KDE önizleme kitaplıkları - kdegraphics-thumbnailers contains thumbnail-related libraries. - kdegraphics-thumbnailers, önizleme kitaplıklarını içerir. - mirrors://kde/stable/release-service/22.04.3/src/kdegraphics-thumbnailers-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kio-devel - libkdcraw-devel - libkexiv2-devel - kdegraphics-mobipocket-devel - karchive-devel - - desktop/kde/applications/kdegraphics-thumbnailers/pspec.xml - - - kdegraphics-thumbnailers - - kio - libgcc - qt5-base - libkdcraw - libkexiv2 - kdegraphics-mobipocket - karchive - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdenetwork-filesharing - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - library - desktop.kde.applications - Filesharing configuration modlue. - Dosya paylaşım konfigürasyon modülü. - Filesharing configuration modlue. - Dosya paylaşım konfigürasyon modülü. - kdenetwork-filesharing - mirrors://kde/stable/release-service/22.04.3/src/kdenetwork-filesharing-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kdoctools-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - kdeclarative-devel - kwidgetsaddons-devel - samba-devel - - desktop/kde/applications/kdenetwork-filesharing/pspec.xml - - - kdenetwork-filesharing - - kio - ki18n - libgcc - qt5-base - qt5-declarative - kservice - kcompletion - kcoreaddons - kdeclarative - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - - - kdenetwork - - - kdenetwork - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdenlive - https://kdenlive.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.multimedia - A video editing GUI for KDE using the MLT video framework - MLT video yapısı kullanan, KDE için bir video düzenleme uygulaması - Nieliniowy edytor wideo - Kdenlive est multi-piste, gère une liste de clips et gère les doubles moniteurs vidéos. Il fournit également entre autres un support de couches personnalisables ainsi que des effets et des transitions de base. - kdenlive provides dual video monitors, a multi-track timeline and clip list. Other features include customizable layout support, basic effects and transitions. - kdenlive, ikili video izleyicileri, çoklu parça zaman çizelgesi ve klip listesi sunmaktadır. Diğer özellikler arasında özelleştirilebilir düzenleme desteği, temel efektler ve geçişler sayılabilir. - Kdenlive jest nieliniowym pakietem do edycji wideo obsługującym DV, HDC i wiele innych formatów. - kdenlive - mirrors://kde/stable/release-service/22.04.3/src/kdenlive-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-script-devel - ladspa-sdk-devel - qt5-svg-devel - qt5-webkit-devel - qt5-location-devel - karchive-devel - kbookmarks-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - kfilemetadata-devel - libv4l-devel - kio-devel - ffmpeg-devel - sdl-image-devel - kwidgetsaddons-devel - kplotting-devel - knotifyconfig-devel - knewstuff-devel - kxmlgui-devel - knotifications-devel - kguiaddons-devel - ktextwidgets-devel - kiconthemes-devel - kdoctools-devel - mlt-devel - purpose-devel - frei0r-plugins-devel - qt5-declarative-devel - qt5-multimedia-devel - qt5-quickcontrols2-devel - qt5-webengine-devel - qt5-networkauth-devel - kdeclarative-devel - kcrash-devel - - desktop/kde/applications/kdenlive/pspec.xml - - - kdenlive - - kio - mlt - cdrkit - ki18n - solid - kcrash - libgcc - ffmpeg - kconfig - kxmlgui - kdeclarative - qt5-svg - karchive - kservice - qt5-base - knewstuff - kplotting - sdl-image - dvdauthor - kbookmarks - kguiaddons - kitemviews - qt5-script - qt5-webkit - ladspa-sdk - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - qt5-location - ktextwidgets - kfilemetadata - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - frei0r-plugins - purpose - qt5-declarative - qt5-quickcontrols - qt5-quickcontrols2 - qt5-multimedia - qt5-webengine - qt5-networkauth - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/man - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-09 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-05 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-13 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-25 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdepim-addons - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - Addons for the KDE PIM apllications - Addons for the KDE PIM apllications - mirrors://kde/stable/release-service/22.04.3/src/kdepim-addons-22.04.3.tar.xz - - akonadi-calendar-devel - akonadi-devel - akonadi-notes-devel - akonadi-import-wizard-devel - boost-devel - calendarsupport-devel - cyrus-sasl-devel - eventviews-devel - extra-cmake-modules - glibc-devel - grantleetheme-devel - incidenceeditor-devel - kholidays-devel - kcalutils-devel - kconfig-devel - kpkpass-devel - kitinerary-devel - kdeclarative-devel - kdesignerplugin - kdoctools-devel - ki18n-devel - ktnef-devel - kxmlgui-devel - libgravatar-devel - libical-devel - libkdepim-devel - libkgapi-devel - libkleo-devel - mailcommon-devel - mailimporter-devel - messagelib-devel - pimcommon-devel - python-devel - qt5-base-devel - qt5-declarative-devel - qt5-webengine-devel - kio-devel - kmime-devel - kcodecs-devel - kcalendarcore-devel - kservice-devel - kcontacts-devel - kitemviews-devel - kcompletion-devel - kcoreaddons-devel - kiconthemes-devel - akonadi-mime-devel - kpimtextedit-devel - ktextwidgets-devel - kconfigwidgets-devel - kmailtransport-devel - kwidgetsaddons-devel - akonadi-contacts-devel - kidentitymanagement-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kimap-devel - gpgme-devel - gpgme-qt5-devel - kdiagram-devel - grantlee-qt5-devel - libksieve-devel - prison-devel - syntax-highlighting-devel - kparts-devel - kaddressbook-devel - kontactinterface-devel - kguiaddons-devel - - desktop/kde/applications/kdepim-addons/pspec.xml - - - kdepim-addons - Addons for the KDE PIM apllications - - akonadi - akonadi-calendar - akonadi-notes - prison - calendarsupport - eventviews - grantleetheme - incidenceeditor - kcalutils - kholidays - kconfig - kpkpass - kdeclarative - gpgme-qt5 - kitinerary - ki18n - ktnef - kxmlgui - libgcc - libgravatar - libkdepim - libkleo - mailcommon - messagelib - pimcommon - qt5-base - qt5-declarative - qt5-webengine - kio - kmime - kcodecs - kcalendarcore - kservice - kcontacts - kitemviews - kcompletion - kcoreaddons - kiconthemes - akonadi-mime - kpimtextedit - ktextwidgets - kconfigwidgets - kmailtransport - kwidgetsaddons - akonadi-contacts - kidentitymanagement - gpgme - kjobwidgets - grantlee-qt5 - kimap - libksieve - kitemmodels - mailimporter - syntax-highlighting - akonadi-import-wizard - kontactinterface - kaddressbook - kguiaddons - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - kde-baseapps - - - kde-baseapps - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-07 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-10 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-08 - 16.08.3 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdepim-runtime - https://community.kde.org/KDE_PIM - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.applications - KDE5 PIM Runtime Environment - KDE5 PIM (Kişisel Bilgi Yönetimi) çalışma zamanı ortamı - 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/release-service/22.04.3/src/kdepim-runtime-22.04.3.tar.xz - - kdoctools-devel - boost-devel - shared-mime-info - akonadi-devel - akonadi-calendar-devel - akonadi-search-devel - kcmutils-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - knotifyconfig-devel - kross-devel - kmailtransport-devel - kidentitymanagement-devel - kalarm - kcalutils-devel - kmbox-devel - kimap-devel - libkgapi-devel - kholidays-devel - ksyndication-devel - pimcommon-devel - cyrus-sasl-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-webkit-devel - qt5-webengine-devel - extra-cmake-modules - qt5-location-devel - qt5-networkauth-devel - akonadi-mime-devel - akonadi-notes-devel - akonadi-contacts-devel - qt5-speech-devel - kdav-devel - ffmpeg-devel - kldap-devel - libkdepim-devel - libXScrnSaver-devel - qca2-qt5-devel - qt5-keychain-devel - - desktop/kde/applications/kdepim-runtime/pspec.xml - - - kdepim-runtime - - akonadi - libkgapi - kio - ki18n - kimap - kmbox - kmime - libgcc - kcodecs - kconfig - kwallet - kxmlgui - kcalendarcore - kcmutils - kservice - qt5-base - kalarm - kcalutils - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kitemmodels - pimcommon - kcontacts - kjobwidgets - knotifyconfig - kwindowsystem - kconfigwidgets - kmailtransport - ktextwidgets - knotifications - kwidgetsaddons - qt5-speech - qt5-xmlpatterns - akonadi-calendar - kdelibs4-support - cyrus-sasl - akonadi-mime - akonadi-notes - qt5-webengine - qt5-networkauth - akonadi-contacts - kidentitymanagement - kdav - kldap - libkdepim - qt5-keychain - - - /etc/xdg - /usr/lib - /usr/bin - /usr/share - /usr/share/mime - /usr/share/kservicetypes5 - /usr/share/kservices5 - /usr/share/knotifications5 - /usr/share/icons - /usr/share/dbus-1 - /usr/share/akonadi - /usr/share/ontology - /usr/share/autostart - /usr/share/applications - /usr/share/doc - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdesdk-thumbnailers - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - library - desktop.kde.sdk - Translation file thumbnail generators - Translation file thumbnail generators - kdesdk-thumbnailers - mirrors://kde/stable/release-service/22.04.3/src/kdesdk-thumbnailers-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfig-devel - ki18n-devel - kio-devel - gettext-devel - - desktop/kde/applications/kdesdk-thumbnailers/pspec.xml - - - kdesdk-thumbnailers - - kio - ki18n - libgcc - gettext - kconfig - qt5-base - kwidgetsaddons - - - /usr/share/kservices5 - /usr/share/config.kcfg - /usr/lib - /usr/share/doc - /usr/share/locale - - - kdesdk - - - kdesdk - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdf - https://utils.kde.org/projects/kdf/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - View Disk Usage - KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager. - kdf - http://download.kde.org/stable/release-service/22.04.3/src/kdf-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - kcmutils-devel - kconfigwidgets-devel - kcoreaddons-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - knotifications-devel - kwidgetsaddons-devel - kxmlgui-devel - qt5-base-devel - - desktop/kde/applications/kdf/pspec.xml - - - kdf - View Disk Usage - - kcmutils - kconfigwidgets - kcoreaddons - ki18n - kiconthemes - kio - knotifications - kxmlgui - qt5-base - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-30 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdiagram - http://www.kde.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Powerful libraries for creating business diagrams - Powerful libraries for creating business diagrams - https://download.kde.org/stable/kdiagram/2.8.0/kdiagram-2.8.0.tar.xz - - extra-cmake-modules - qt5-assistant-devel - qt5-base-devel - qt5-designer-devel - qt5-linguist - qt5-svg-devel - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-odbc - - desktop/kde/applications/kdiagram/pspec.xml - - - kdiagram - Powerful libraries for creating business diagrams - - libgcc - qt5-base - qt5-svg - - - /usr/lib - /usr/lib/qt5 - /usr/share/locale - /usr/share/doc - - - - kdiagram-devel - Development files for kdiagram - - kdiagram - - - /usr/include - /usr/lib/cmake - - - - - 2022-06-21 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 2.8.0 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2021-03-10 - 2.8.0 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-09-13 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 2.6.2 - Version bump - Ertuğrul Erata - muscnsl@gmail.com - - - 2020-02-02 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-09-15 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-14 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-11 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 2.6.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-04-18 - 2.6.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-04 - 2.6.0 - Version no fix. - Kamil Atlı - suvari@pisilinux.org - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-19 - 16.12.0 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdialog - https://github.com/KDE/kdialog - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - kdialog allows you to display dialog boxes from shell scripts - The syntax is very much inspired from the "dialog" command - (which shows text mode dialogs). - kdialog - mirrors://kde/stable/release-service/22.04.3/src/kdialog-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - kio-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libICE-devel - libX11-devel - libXext-devel - python-devel - kdbusaddons-devel - kguiaddons-devel - kiconthemes-devel - knotifications-devel - ktextwidgets-devel - qt5-base-devel - - desktop/kde/applications/kdialog/pspec.xml - - - kdialog - kdialog allows you to display dialog boxes from shell scripts - - kio - qt5-base - ki18n - libX11 - libgcc - kconfig - kguiaddons - kdbusaddons - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - kwindowsystem - knotifications - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/share/doc - - - kde-baseapps - - - kde-baseapps - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-19 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-03 - 16.11.80 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kdiamond - https://www.kde.org/applications/games/kdiamond/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Three in a row game - Bir satırda üç oyunu - KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds. - KDiamond benzer elmaslardan üç tanesinin yan yana getirilmesini konu edinen tek kişilik bir bulmaca oyunudur. - kdiamond - mirrors://kde/stable/release-service/22.04.3/src/kdiamond-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kdbusaddons-devel - kdoctools-devel - kwidgetsaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kiconthemes-devel - kxmlgui-devel - knotifications-devel - knotifyconfig-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - docbook-xsl - - desktop/kde/applications/kdiamond/pspec.xml - - - kdiamond - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - keditbookmarks - https://github.com/KDE/keditbookmarks - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Bookmark Organizer and Editor - Bookmark Organizer and Editor - keditbookmarks - mirrors://kde/stable/release-service/22.04.3/src/keditbookmarks-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - kbookmarks-devel - kcoreaddons-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kparts-devel - kwindowsystem-devel - python-devel - qt5-base-devel - - desktop/kde/applications/keditbookmarks/pspec.xml - - - keditbookmarks - Bookmark Organizer and Editor - - kbookmarks - ki18n - kio - kparts - qt5-base - libgcc - kconfig - kxmlgui - kservice - kcompletion - kcoreaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - kde-baseapps - - - kde-baseapps - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-03 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kfind - http://kde.org/applications/utilities/kfind/ - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.utils - Find Files/Folders - Find Files/Folders - kfind - mirrors://kde/stable/release-service/22.04.3/src/kfind-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - karchive-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdelibs4-support-devel - kdoctools-devel - python-devel - kfilemetadata-devel - qt5-base-devel - - desktop/kde/applications/kfind/pspec.xml - - - kfind - Find Files/Folders - - karchive - kdelibs4-support - libgcc - qt5-base - kio - ki18n - kconfig - kxmlgui - kservice - kcompletion - kcoreaddons - kjobwidgets - kconfigwidgets - kfilemetadata - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - /usr/share/man/man1 - - - kde-baseapps - - - kde-baseapps - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-19 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-03 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kfourinline - https://www.kde.org/applications/games/kfourinline/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Four in a row board game - Bir satırda dört tahta oyunu - KFourInLine is a board game for two players based on the Connect-Four game. - KFourInLine iki kişiyle oynanan Hedef 4 türevi bir oyundur. - kfourinline - mirrors://kde/stable/release-service/22.04.3/src/kfourinline-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kitemmodels-devel - kdbusaddons-devel - kdeclarative-devel - ki18n-devel - kconfigwidgets-devel - kitemviews-devel - kiconthemes-devel - kcompletion-devel - kxmlgui-devel - kdnssd-devel - kio-devel - knotifyconfig-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/applications/kfourinline/pspec.xml - - - kfourinline - - ki18n - kdnssd - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcompletion - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kgeography - https://www.kde.org/applications/education/kgeography/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - KGeography is a geography learning tool - Bir coğrafya uygulaması - KGeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some). - KGeography, ülkeler hakkında çeşitli bilgiler sunan bir coğrafya uygulamasıdır. - kgeography - https://download.kde.org/stable/release-service/22.04.3/src/kgeography-22.04.3.tar.xz - - qt5-base-devel - kconfig-devel - kcrash-devel - kdoctools-devel - kxmlgui-devel - kwidgetsaddons-devel - kcoreaddons-devel - ki18n-devel - kitemviews-devel - kiconthemes-devel - kservice-devel - kconfigwidgets-devel - extra-cmake-modules - - desktop/kde/applications/kgeography/pspec.xml - - - kgeography - - qt5-base - libgcc - kcrash - kconfig - kxmlgui - kwidgetsaddons - kcoreaddons - ki18n - kitemviews - kiconthemes - kconfigwidgets - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kget - https://apps.kde.org/kget - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.applications - Download manager for KDE - KDE için indirme yönetcisi. - KGet is an advanced download manager with support for Metalink and Bittorrent. - KGet, Metalink ve BitTorrent desteği olan bir indirme yöneticisidir. - mirrors://kde/stable/release-service/22.04.3/src/kget-22.04.3.tar.xz - - kio-devel - gmp-devel - boost-devel - ki18n-devel - gpgme-devel - kcrash-devel - kparts-devel - libmms-devel - qt5-sql-odbc - sqlite-devel - kconfig-devel - qt5-sql-mysql - kwallet-devel - kxmlgui-devel - qca2-qt5-devel - qt5-base-devel - qt5-sql-sqlite - kcmutils-devel - libgcrypt-devel - gpgme-qt5-devel - kdoctools-devel - kitemviews-devel - kdbusaddons-devel - kiconthemes-devel - kcoreaddons-devel - libktorrent-devel - kcompletion-devel - qt5-sql-postgresql - ktextwidgets-devel - kwindowsystem-devel - extra-cmake-modules - knotifyconfig-devel - kwidgetsaddons-devel - kconfigwidgets-devel - knotifications-devel - plasma-workspace-devel - - desktop/kde/applications/kget/pspec.xml - - - kget - - kio - gpgme - ki18n - kparts - libgcc - libmms - kconfig - kwallet - kxmlgui - kcmutils - kservice - qt5-base - qca2-qt5 - gpgme-qt5 - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - libktorrent - knotifyconfig - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - plasma-workspace - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-04 - 22.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-04 - 22.04.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-04 - 21.12.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - kgpg - http://kde.org/applications/utilities/kgpg/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - LGPL - GPL - desktop.kde.applications - A QtQuick plugin to render beautiful and interactive charts - KGpg is a simple interface for GnuPG, a powerful encryption utility. - mirrors://kde/stable/release-service/22.04.3/src/kgpg-22.04.3.tar.xz - - akonadi-devel - boost-devel - akonadi-contacts-devel - gettext-devel - glibc-devel - gpgme-devel - karchive-devel - kcodecs-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kjobwidgets-devel - knotifications-devel - kservice-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kitemmodels-devel - kcalendarcore-devel - kemoticons-devel - kcontacts-devel - kinit-devel - kunitconversion-devel - libical-devel - python-devel - libevent-devel - qt5-webengine-devel - qt5-base-devel - extra-cmake-modules - - desktop/kde/applications/kgpg/pspec.xml - - - kgpg - A GnuPG frontend - - gpgme - boost - qt5-base - kio - ki18n - kcrash - libgcc - akonadi - kcodecs - kconfig - kxmlgui - kservice - karchive - kcontacts - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - akonadi-contacts - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-06-09 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-05 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - khangman - https://www.kde.org/applications/education/khangman/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - KHangMan is a game for kids based on the well-known hangman game - Adam asmaca oyununun çocuklar için uyarlanmış, öğretici versiyonu - KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. - KHangman, adam asmaca olarak bilinen oyunun 6 yaş ve üzeri için uyarlanmış bir uygulamasıdır. Oynamak için seçilebilecek değişik kategoriler ve 3 farklı zorluk seviyesi bulunuyor. - khangman - mirrors://kde/stable/release-service/22.04.3/src/khangman-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - kdeclarative-devel - knewstuff-devel - ki18n-devel - kcrash-devel - kcompletion-devel - kconfig-devel - kcoreaddons-devel - kconfigwidgets-devel - knotifications-devel - kxmlgui-devel - kwidgetsaddons-devel - kio-devel - qt5-svg-devel - qt5-linguist - qt5-declarative-devel - libkeduvocdocument-devel - extra-cmake-modules - - desktop/kde/applications/khangman/pspec.xml - - - khangman - - qt5-base - kdeclarative - knewstuff - ki18n - kwidgetsaddons - kconfig - kcoreaddons - kxmlgui - qt5-declarative - libkeduvocdocument - libgcc - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-10 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - khelpcenter - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - KDE Help Center - KDE help center utility to read help documentation about various KDE applications. - khelpcenter - mirrors://kde/stable/release-service/22.04.3/src/khelpcenter-22.04.3.tar.xz - - qt5-base-devel - libxml2-devel - libdbusmenu-qt-devel - kinit-devel - karchive-devel - kcmutils-devel - khtml-devel - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - kdesignerplugin - docbook-xsl - xapian-core-devel - grantlee-qt5-devel - extra-cmake-modules - - desktop/kde/applications/khelpcenter/pspec.xml - - - khelpcenter - - qt5-base - kio - libgcc - libxml2 - karchive - kbookmarks - khtml - ki18n - kparts - kcodecs - kconfig - kxmlgui - kcmutils - kservice - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - grantlee-qt5 - - - /etc/xdg - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-04 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-23 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-06 - 16.08.01 - Version Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-08-18 - 5.6.4 - Remove Locale file conflicts language package . - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kidentitymanagement - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - KDE PIM libraries - Library for the KDE-PIM(Personal-Infomation-Management - mirrors://kde/stable/release-service/22.04.3/src/kidentitymanagement-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - kpimtextedit-devel - kio-devel - kcodecs-devel - kconfig-devel - kxmlgui-devel - kcompletion-devel - kcoreaddons-devel - ktextwidgets-devel - kwidgetsaddons-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kpimtextedit-devel - kunitconversion-devel - kpimtextedit-devel - extra-cmake-modules - python-devel - kiconthemes-devel - grantlee-qt5-devel - - desktop/kde/applications/kidentitymanagement/pspec.xml - - - kidentitymanagement - - qt5-base - kpimtextedit - kio - ki18n - libgcc - kcodecs - kconfig - kxmlgui - kiconthemes - kcompletion - kcoreaddons - ktextwidgets - kwidgetsaddons - kpimtextedit - grantlee-qt5 - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kidentitymanagement-devel - Development files for kidentitymanagement - - qt5-base-devel - kpimtextedit-devel - ktextwidgets-devel - kidentitymanagement - - - /etc/xdg - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kig - https://www.kde.org/applications/education/kig/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - An interactive geometry application - Bir etkileşimli geometri uygulaması - Kig is an application for interactive geometry. - Kig, bir etkileşimli geometri uygulamasıdır. - kig - mirrors://kde/stable/release-service/22.04.3/src/kig-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - boost-devel - ktexteditor-devel - kdoctools-devel - kemoticons-devel - kitemmodels-devel - qt5-xmlpatterns-devel - gettext-devel - pkgconfig - kcrash-devel - karchive-devel - extra-cmake-modules - - desktop/kde/applications/kig/pspec.xml - - - kig - - qt5-base - boost - kcrash - ktexteditor - qt5-xmlpatterns - qt5-svg - ki18n - kparts - ktexteditor - kiconthemes - kconfigwidgets - karchive - kxmlgui - kitemmodels - libgcc - kservice - kcompletion - kcoreaddons - kwidgetsaddons - kconfig - - - /usr/lib - /usr/lib/qt5 - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - killbots - https://www.kde.org/applications/games/killbots/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Run for your life - Hayatta kalmak için kaçın - Killbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. - Killbots katil robotlardan kaçmaya çalıştığınız basit bir oyundur. Robotların kimin tarafından yaratıldığı veya neden yok etmek için programlandığı bilinmiyor. Tek gerçek şu ki bir çok robot var ve tek amaçları sizi yok etmek. - killbots - mirrors://kde/stable/release-service/22.04.3/src/killbots-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kitemviews-devel - kiconthemes-devel - kxmlgui-devel - kio-devel - kcompletion-devel - knotifyconfig-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/killbots/pspec.xml - - - killbots - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kimap - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - Job-based API for interacting with IMAP servers - API for interacting with IMAP servers - mirrors://kde/stable/release-service/22.04.3/src/kimap-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - kmime-devel - boost-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - cyrus-sasl-devel - kunitconversion-devel - extra-cmake-modules - - desktop/kde/applications/kimap/pspec.xml - - - kimap - - qt5-base - kmime - kio - ki18n - libgcc - kcodecs - cyrus-sasl - kcoreaddons - - - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share - - - - kimap-devel - Development files for kimap - - qt5-base-devel - kimap - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-27 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-19 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kio-extras - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.network - Additional KIO-slaves for KDE5 applications - Additional KIO-slaves for KDE5 applications - mirrors://kde/stable/release-service/22.04.3/src/kio-extras-22.04.3.tar.xz - - qt5-phonon-devel - extra-cmake-modules - karchive-devel - kbookmarks-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdnssd-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kio-devel - kpty-devel - solid-devel - syntax-highlighting-devel - qt5-sql-postgresql - qt5-base-devel - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-odbc - qt5-svg-devel - libssh - kded-devel - gperf - samba-devel - taglib-devel - libssh-devel - libmtp-devel - openexr-devel - kactivities-devel - khtml-devel - kdsoap-devel - libXcursor-devel - kactivities-stats-devel - libtirpc-devel - libappimage-devel - - desktop/kde/applications/kio-extras/pspec.xml - - - kio-extras - - kio - kpty - khtml - ki18n - samba - solid - kdnssd - kparts - libgcc - libmtp - libssh - taglib - kdsoap - kconfig - kxmlgui - qt5-svg - libtirpc - karchive - kservice - qt5-base - libXcursor - kbookmarks - kguiaddons - qt5-phonon - kactivities - kcoreaddons - kdbusaddons - kiconthemes - openexr-libs - qt5-sql-odbc - qt5-sql-mysql - qt5-sql-sqlite - kconfigwidgets - libappimage - kactivities-stats - qt5-sql-postgresql - syntax-highlighting - kded - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kio-extras-devel - Development files for kio-extras - - kio-extras - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-19 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-20 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-11 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-01 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kio-gdrive - https://projects.kde.org/kio-gdrive - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.applications - Provides support for secure credentials storage - Google Drive'a erişmek için KIO Slave - KIO Slave to access Google Drive - Google Drive'a erişmek için KIO Slave - mirrors://kde/stable/release-service/22.04.3/src/kio-gdrive-22.04.3.tar.xz - - intltool - kio-devel - ki18n-devel - kinit-devel - purpose-devel - libkgapi-devel - qt5-base-devel - kdesignerplugin - kdoctools-devel - ktp-accounts-kcm - kemoticons-devel - kitemmodels-devel - kcoreaddons-devel - qt5-keychain-devel - extra-cmake-modules - kaccounts-providers - knotifications-devel - kwidgetsaddons-devel - libaccounts-qt5-devel - kunitconversion-devel - libaccounts-glib-devel - kaccounts-integration-devel - - desktop/kde/applications/kio-gdrive/pspec.xml - - - kio-gdrive - KIO Slave to access Google Drive - - kio - ki18n - libgcc - purpose - libkgapi - qt5-base - kcoreaddons - qt5-keychain - knotifications - kwidgetsaddons - libaccounts-qt5 - ktp-accounts-kcm - kaccounts-providers - kaccounts-integration - - - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-12 - 22.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 1.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-09 - 1.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-13 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-14 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 1.2.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-10-09 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-12 - 1.0.5 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kipi - https://github.com/KDE/kipi-plugins - - Ali Algul - aligulle3801@gmail.com - - GPLv1 - app - desktop.kde.applications - A collection of plugins extending the KDE graphics and image applications - A collection of plugins extending the KDE graphics and image applications - A collection of plugins extending the KDE graphics and image applications - A collection of plugins extending the KDE graphics and image applications - https://download.kde.org/stable/release-service/22.04.3/src/kipi-plugins-22.04.3.tar.xz - - libkipi-devel - kcompletion-devel - libmediawiki-devel - libkvkontakte-devel - extra-cmake-modules - karchive-devel - kconfig-devel - ki18n-devel - kio-devel - kwindowsystem-devel - kxmlgui-devel - qt5-base-devel - qt5-svg-devel - qt5-xmlpatterns-devel - qt5-webengine-devel - - desktop/kde/applications/kipi/pspec.xml - - - kipi - - kio - libgcc - kconfig - kxmlgui - libkipi - karchive - kcompletion - libmediawiki - libkvkontakte - qt5-base - kcoreaddons - kwindowsystem - kconfigwidgets - qt5-xmlpatterns - ki18n - qt5-webengine - - - /usr/lib - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-11 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 5.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 5.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 5.9.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-10 - 5.9.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-15 - 5.8.0 - First release. - Ali Algul - aligulle3801@gmail.com - - - - - - kiriki - https://www.kde.org/applications/games/kiriki/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Yahtzee like dice game - Yahtzee benzeri zar oyunu - Kiriki is an addictive and fun dice game for KDE, designed to be played by as many as six players. - Kiriki KDE için alışkanlık yapan ve eğlenceli bir zar oyunudur. Altı oyuncuya kadar birlikte oynanabilir. - kiriki - mirrors://kde/stable/release-service/22.04.3/src/kiriki-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kdbusaddons-devel - kdoctools-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kiconthemes-devel - kxmlgui-devel - kio-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kiriki/pspec.xml - - - kiriki - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - kiconthemes - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kiten - https://www.kde.org/applications/education/kiten/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - A Japanese reference/study tool - Japonca referans ve alıştırma uygulaması - Kiten is a Japanese reference/study tool. - Kiten, Japonca referans ve alıştırma uygulamasıdır. - kiten>kiten - mirrors://kde/stable/release-service/22.04.3/src/kiten-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - karchive-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdoctools-devel - gettext-devel - ki18n-devel - khtml-devel - kxmlgui-devel - kio-devel - kparts-devel - kcrash-devel - knotifications-devel - kwidgetsaddons-devel - - desktop/kde/applications/kiten/pspec.xml - - - kiten - - qt5-base - karchive - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdoctools - gettext - ki18n - khtml - kxmlgui - kio - kparts - libgcc - kcrash - knotifications - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - kiten-devel - Development files for kiten - kiten için geliştirme dosyaları - - kiten - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kitinerary - https://download.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.applications - Data model and extraction system for travel reservation information - Data model and extraction system for travel reservation information - Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi - Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi - https://download.kde.org/stable/release-service/22.04.3/src/kitinerary-22.04.3.tar.xz - - qt5-declarative-devel - qt5-base-devel - kcoreaddons-devel - poppler-cpp-devel - kcontacts-devel - kcalendarcore-devel - libxml2-devel - kpkpass-devel - poppler-devel - ki18n-devel - kmime-devel - zlib-devel - kconfig-devel - kcodecs-devel - karchive-devel - extra-cmake-modules - openssl-devel - - desktop/kde/applications/kitinerary/pspec.xml - - - kitinerary - - zlib - ki18n - kmime - libgcc - kpkpass - kcodecs - poppler - kcalendarcore - kconfig - kcontacts - karchive - libxml2 - openssl - qt5-base - qt5-declarative - - - /etc/xdg - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - kitinerary-devel - Development files for kitinerary - - kitinerary - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kjumpingcube - https://www.kde.org/applications/games/kjumpingcube/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Territory capture game - Alan kapma oyunu - KJumpingCube is a simple tactical game. - KJumpingCube basit bir taktik oyunudur. - kjumpingcube - mirrors://kde/stable/release-service/22.04.3/src/kjumpingcube-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kitemmodels-devel - kwidgetsaddons-devel - kwindowsystem-devel - kdbusaddons-devel - ki18n-devel - kconfigwidgets-devel - ktextwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - knewstuff-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/applications/kjumpingcube/pspec.xml - - - kjumpingcube - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /etc/xdg/kjumpingcube.categories - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kldap - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - LDAP access API for KDE - Allows LDAP accessing with a convenient Qt style C++ API. - mirrors://kde/stable/release-service/22.04.3/src/kldap-22.04.3.tar.xz - - qt5-base-devel - kcompletion-devel - kdoctools-devel - ki18n-devel - kio-devel - kmbox-devel - kmime-devel - kwallet-devel - openldap-server - cyrus-sasl-devel - extra-cmake-modules - qt5-keychain-devel - kconfig-devel - kcoreaddons-devel - - desktop/kde/applications/kldap/pspec.xml - - - kldap - - qt5-base - kcompletion - kwallet - ki18n - kio - libgcc - cyrus-sasl - openldap-client - kwidgetsaddons - qt5-keychain - kconfig - kcoreaddons - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kldap-devel - Development files for kdelibs4-support - - qt5-base-devel - kldap - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-27 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kleopatra - https://www.kde.org/applications/utilities/kleopatra/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - FDL-1.1 - LGPLv2 - app:gui - desktop.kde.applications - Certificate Manager and Unified Crypto GUI - Kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers. - mirrors://kde/stable/release-service/22.04.3/src/kleopatra-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcodecs-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kdbusaddons-devel - kcmutils-devel - libkleo-devel - kdoctools-devel - kmime-devel - libassuan-devel - gpgme-devel - gpgme-qt5-devel - kitemmodels-devel - ktextwidgets-devel - knotifications-devel - - desktop/kde/applications/kleopatra/pspec.xml - - - kleopatra - Certificate Manager and Unified Crypto GUI - - gpgme - ki18n - kmime - libgcc - kconfig - kxmlgui - libkleo - kcmutils - qt5-base - libassuan - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - libgpg-error - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-09 - 16.04.0 - Firs release - Alihan Öztürk - alihan@pisilinux.org - - - - - - bovo - https://www.kde.org/applications/games/bovo/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.kde.games - A Gomoku like game for two players. - Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board. - bovo - mirrors://kde/stable/release-service/22.04.3/src/bovo-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - qt5-svg-devel - kxmlgui-devel - kdoctools-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/bovo/pspec.xml - - - bovo - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/share/appdata - /usr/share/icons - /usr/share/kxmlgui5 - /usr/share/applications - /usr/share/bovo - /usr/share/doc - - - org.kde.bovo.desktop - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kalgebra - https://www.kde.org/applications/education/kalgebra/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.edu - A graph calculator - Bir grafiksel hesap makinesi - KAlgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives. - KAlgebra, farklı farklı 2B ve 3B fonksiyonları çizmek, kolay ve o kadar da kolay olmayan trigonometrik veya türev gibi hesaplamaları yapmak için bir uygulamadır. - kalgebra - mirrors://kde/stable/release-service/22.04.3/src/kalgebra-22.04.3.tar.xz - - mesa-devel - mesa-glu-devel - qt5-base-devel - qt5-declarative - qt5-svg-devel - qt5-webkit-devel - qt5-location-devel - analitza-devel - kdoctools-devel - ncurses-devel - readline-devel - gettext-devel - ki18n-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kio-devel - extra-cmake-modules - qt5-webengine-devel - ffmpeg-devel - libXScrnSaver-devel - - desktop/kde/applications/kalgebra/pspec.xml - - - kalgebra - - qt5-base - qt5-declarative - qt5-webkit - qt5-location - analitza - libgcc - kconfig - kxmlgui - readline - kcoreaddons - ki18n - kconfigwidgets - kwidgetsaddons - kio - qt5-webengine - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-dev-scripts - https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.sdk - Scripts and setting files useful during development of KDE software - Scripts and setting files useful during development of KDE software - mirrors://kde/stable/release-service/22.04.3/src/kde-dev-scripts-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - docbook-xml - - desktop/kde/applications/kde-dev-scripts/pspec.xml - - - kde-dev-scripts - Scripts and setting files useful during development of KDE software - - qt5-base - kdoctools - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kfloppy - http://kde.org/applications/utilities/kfloppy - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - A floppy formatter - A floppy formatter - KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks. - KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks. - kfloppy - http://download.kde.org/stable/release-service/22.04.3/src/kfloppy-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kcoreaddons-devel - kio-devel - kdoctools-devel - kxmlgui-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kfloppy/pspec.xml - - - kfloppy - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - /usr/share/icons - /usr/share/applications - /usr/share/locale/ - /usr/share/metainfo/org.kde.kfloppy.appdata.xml - /etc/xdg/kfloppy.categories - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-26 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-04-20 - 16.04 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - klettres - https://www.kde.org/applications/education/klettres/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - An alphabet learning application - Alfabe öğrenme uygulaması - KLettres is an application specially designed to help the user to learn alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. - KLettres, kullanıcının yeni bir alfabeyi ve basit sesli sözleri öğrenmesi için geliştirilmiş bir uygulamadır. İki buçuk yaşındaki bir çocuk için yararlı olabileceği gibi, yeni bir dil öğrenen yetişkinler için de yardımcı olabilir. - klettres - mirrors://kde/stable/release-service/22.04.3/src/klettres-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - kdoctools-devel - extra-cmake-modules - kcompletion-devel - kemoticons-devel - kitemmodels-devel - ki18n-devel - knewstuff-devel - kwidgetsaddons-devel - kconfigwidgets-devel - kcoreaddons-devel - kconfig-devel - kxmlgui-devel - kcrash-devel - qt5-phonon-devel - kpackage-devel - - desktop/kde/applications/klettres/pspec.xml - - - klettres - - qt5-base - qt5-svg - qt5-phonon - knewstuff - ki18n - kcrash - kconfig - kxmlgui - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - libgcc - - - /usr/share/doc - /usr/bin - /usr/share - /etc/xdg - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kontactinterface - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - Kontact Plugin Interface Library - This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). - mirrors://kde/stable/release-service/22.04.3/src/kontactinterface-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - kcoreaddons-devel - kparts-devel - kwindowsystem-devel - ki18n-devel - kxmlgui-devel - kiconthemes-devel - - desktop/kde/applications/kontactinterface/pspec.xml - - - kontactinterface - - qt5-base - kio - kparts - libgcc - kxmlgui - kcoreaddons - kiconthemes - kwindowsystem - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kontactinterface-devel - Development files for kontactinterface - - qt5-base-devel - kontactinterface - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksystemlog - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - System log viewer. - Sistem kayıt görüntüleyicisi. - KSystemLog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...). - Ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır. - ksystemlog - mirrors://kde/stable/release-service/22.04.3/src/ksystemlog-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kxmlgui-devel - kcoreaddons-devel - kwidgetsaddons-devel - kitemviews-devel - kiconthemes-devel - kio-devel - kconfig-devel - karchive-devel - kdoctools-devel - ki18n-devel - kcompletion-devel - ktextwidgets-devel - - desktop/kde/applications/ksystemlog/pspec.xml - - - ksystemlog - - kio - ki18n - libgcc - kconfig - kxmlgui - karchive - kservice - qt5-base - kitemviews - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/share/applications - /usr/share/kxmlgui5 - /usr/share/doc - /usr/share/locale - - - kdeadmin - - - kdeadmin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwave - http://kwave.sourceforge.net/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.applications - A sound editor for KDE - With Kwave you can record, play back, import and edit many sorts of audio files including multi channel files.Kwave includes some plugins to transform audio files in several ways and presents a graphical view with a complete zoom- and scroll capability. - http://download.kde.org/stable/release-service/22.04.3/src/kwave-22.04.3.tar.xz - - doxygen - extra-cmake-modules - kdoctools-devel - librsvg-devel - qt5-base-devel - qt5-multimedia-devel - kwidgetsaddons-devel - kxmlgui-devel - kio-devel - audiofile-devel - libsamplerate-devel - alsa-lib-devel - flac-devel - libopus-devel - libogg-devel - libvorbis-devel - fftw3-devel - id3lib-devel - libmad-devel - karchive-devel - ktextwidgets-devel - kiconthemes-devel - pulseaudio-libs-devel - - desktop/kde/applications/kwave/pspec.xml - - - kwave - A sound editor for KDE - - kio - flac - fftw3 - ki18n - id3lib - libmad - kcrash - karchive - libgcc - libogg - kconfig - kxmlgui - libopus - alsa-lib - kservice - qt5-base - audiofile - libvorbis - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - libsamplerate - kconfigwidgets - kwidgetsaddons - qt5-multimedia - pulseaudio-libs - - - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-17 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-09 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - libkvkontakte - https://www.digikam.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - library - desktop.kde.applications - C++ library for asynchronous interaction with VK social network via its web API - C++ library for asynchronous interaction with VK social network via its web API - https://sourceforge.net/projects/pisilinux/files/source/libkvkontakte-5.0.0_20161106.tar.gz - - extra-cmake-modules - gettext-devel - glibc-devel - kcoreaddons-devel - kdewebkit-devel - ki18n-devel - kio-devel - qt5-base-devel - qt5-webkit-devel - kwidgetsaddons-devel - - desktop/kde/applications/libkvkontakte/pspec.xml - - - libkvkontakte - C++ library for asynchronous interaction with VK social network via its web API - - kcoreaddons - kdewebkit - ki18n - kio - qt5-base - qt5-webkit - kwidgetsaddons - libgcc - - - /usr/lib - /usr/share/doc - - - - libkvkontakte-devel - Development files for libkvkontakte - - libkvkontakte - qt5-base-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-06-21 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-09-15 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-12 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-12 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-09-14 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-11-09 - 5.0.0_20161106 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - klickety - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - A kind of solitary game - Bir tür soliter oyunu - Klickety is a kind of solitary game that takes place on a Tetris-like board. - Klickety Tetris gibi tahta üzerinde yer alan bir tür soliter oyunu - klickety - mirrors://kde/stable/release-service/22.04.3/src/klickety-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - ki18n-devel - kconfigwidgets-devel - kxmlgui-devel - kio-devel - kdoctools-devel - knotifyconfig-devel - kdbusaddons-devel - knotifications-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/klickety/pspec.xml - - - klickety - - kio - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/kconf_update - /usr/share/klickety - /usr/share/knotifications5 - /usr/share/metainfo - /usr/share/kxmlgui5 - /usr/share/sounds - /usr/share/doc - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - klines - https://www.kde.org/applications/games/klines/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Kolor Lines - Renkli çizgiler - Kolor Lines is a simple but highly addictive, one player game for KDE. Kolor Lines has been inspired by well known game of Color Lines. The goal of Kolor Lines is quite plain. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five. - Kolor Lines basit ama bağımlılık yapıcı bir oyundur. Dünyaca ünlü Color Lines'tan esinlenilen oyunda amacınız aynı renkli toplardan beş tanesini yan yana getirmektir. - klines - mirrors://kde/stable/release-service/22.04.3/src/klines-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kguiaddons-devel - kservice-devel - kconfigwidgets-devel - kitemviews-devel - kiconthemes-devel - kxmlgui-devel - kio-devel - knewstuff-devel - libkdegames-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/klines/pspec.xml - - - klines - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmahjongg - https://www.kde.org/applications/games/kmahjongg/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Mahjongg Solitaire - Mahjongg oyunu - KMahjongg is a fun board game created after the famous oriental game of Mahjong. Unlike the original however, KMahjongg is a tile matching game for one or two players, a variation usually known as Mahjong Solitaire. - Mahjong Solitaire oyununa benzer KMahjongg bir veya iki oyuncunun birlekte oynayabileceği bir parça eşleştirme oyunudur. - kmahjongg - mirrors://kde/stable/release-service/22.04.3/src/kmahjongg-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdeclarative-devel - kdoctools-devel - kcompletion-devel - knewstuff-devel - kxmlgui-devel - libkdegames-devel - libkmahjongg-devel - kcompletion-devel - qt5-declarative-devel - - desktop/kde/applications/kmahjongg/pspec.xml - - - kmahjongg - - ki18n - kcrash - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - libkmahjongg - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /etc/xdg/kmahjongg.categories - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-26 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-04-20 - 16.04 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kmail - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - KDE mail client - KMail is the email component of Kontact, the integrated personal information manager from KDE. - mirrors://kde/stable/release-service/22.04.3/src/kmail-22.04.3.tar.xz - - gpgme-devel - extra-cmake-modules - kbookmarks-devel - kcmutils-devel - kcodecs-devel - kconfig-devel - kconfigwidgets-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kio-devel - kitemviews-devel - kjobwidgets-devel - knotifications-devel - knotifyconfig-devel - kparts-devel - kservice-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - sonnet-devel - akonadi-contacts-devel - akonadi-devel - akonadi-mime-devel - akonadi-search-devel - kcalendarcore-devel - kcalutils-devel - kcontacts-devel - kidentitymanagement-devel - kldap-devel - kmailtransport-devel - kmime-devel - kpimtextedit-devel - ktnef-devel - libgravatar - libkleo-devel - messagelib-devel - pimcommon-devel - qt5-base-devel - qt5-webengine-devel - kitemmodels-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - cyrus-sasl-devel - kontactinterface-devel - libksieve-devel - mailcommon-devel - kimap-devel - libgravatar-devel - libkdepim-devel - syntax-highlighting-devel - gpgme-qt5-devel - ffmpeg-devel - libXScrnSaver-devel - akonadi-calendar-devel - akonadi-import-wizard-devel - qt5-keychain-devel - kuserfeedback-devel - - desktop/kde/applications/kmail/pspec.xml - - - kmail - KDE mail client - - kio - gpgme - ki18n - kmime - ktnef - kcrash - kparts - libgcc - sonnet - akonadi - kcodecs - kconfig - kxmlgui - libkleo - kcalendarcore - kcmutils - kservice - qt5-base - kcalutils - kcontacts - libkdepim - libksieve - pimcommon - kbookmarks - kguiaddons - kitemviews - mailcommon - messagelib - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - libgravatar - akonadi-mime - kpimtextedit - ktextwidgets - knotifyconfig - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - akonadi-contacts - kontactinterface - akonadi-calendar - kidentitymanagement - kmail-account-wizard - akonadi-import-wizard - qt5-keychain - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-07 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-08 - 16.12.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-04 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kmail-account-wizard - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Kmail Account Wizard - Kmail Account Wizard - mirrors://kde/stable/release-service/22.04.3/src/kmail-account-wizard-22.04.3.tar.xz - - gpgme-devel - gpgme-qt5-devel - extra-cmake-modules - kcmutils-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - prison-devel - akonadi-devel - akonadi-search-devel - grantleetheme-devel - kpimtextedit-devel - libkdepim-devel - libkleo-devel - pimcommon-devel - qt5-base-devel - knotifyconfig-devel - ktexteditor-devel - kitemmodels-devel - akonadi-contacts-devel - kidentitymanagement-devel - kldap-devel - cyrus-sasl-devel - kmailtransport-devel - akonadi-mime-devel - mailcommon-devel - messagelib-devel - kimap-devel - kross-devel - knewstuff-devel - knotifications-devel - - desktop/kde/applications/kmail-account-wizard/pspec.xml - - - kmail-account-wizard - Kmail Account Wizard - - kio - gpgme - ki18n - kldap - kmime - kross - kcrash - libgcc - akonadi - kcodecs - kconfig - kwallet - kxmlgui - libkleo - kcmutils - qt5-base - knewstuff - libkdepim - kitemviews - kcoreaddons - kdbusaddons - akonadi-mime - kmailtransport - knotifications - kwidgetsaddons - kidentitymanagement - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-05 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kmailtransport - https://kde.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.applications - Mail Transport Service - Mail Transport Service - akonadi - mirrors://kde/stable/release-service/22.04.3/src/kmailtransport-22.04.3.tar.xz - - qt5-base-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcmutils-devel - kmime-devel - akonadi-mime-devel - akonadi-devel - cyrus-sasl-devel - extra-cmake-modules - boost-devel - ksmtp-devel - kwallet-devel - libkgapi-devel - qt5-keychain-devel - - desktop/kde/applications/kmailtransport/pspec.xml - - - kmailtransport - app:console - - qt5-base - ki18n - ksmtp - kio - libgcc - kmime - kconfig - kwallet - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - akonadi - cyrus-sasl - akonadi-mime - libkgapi - qt5-keychain - - - /etc/xdg - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/kservices5 - /usr/share/doc/ - /usr/share/config.kcfg - /usr/share/locale - - - - kmailtransport-devel - Development files for akonadi - - kmailtransport - kwallet-devel - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmbox - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - MBox library support. - MBox library support. - mirrors://kde/stable/release-service/22.04.3/src/kmbox-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kmime-devel - boost-devel - kcodecs-devel - - desktop/kde/applications/kmbox/pspec.xml - - - kmbox - - qt5-base - kmime - libgcc - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kmbox-devel - Development files for kmbox - - qt5-base-devel - kmbox - - - /etc/xdg - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-24 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 16.12.0 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmime - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - KDE library for handling mail messages and newsgroup articles. - Kmime library for handling mail messages and newsgroup articles. - mirrors://kde/stable/release-service/22.04.3/src/kmime-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - boost-devel - ki18n-devel - kcodecs-devel - kdoctools-devel - - desktop/kde/applications/kmime/pspec.xml - - - kmime - - qt5-base - ki18n - kcodecs - libgcc - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kmime-devel - Development files for kmime - - qt5-base-devel - kmime - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmines - https://www.kde.org/applications/games/kmines/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Minesweeper like game - Mayın tarlası oyunu - KMines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over. - KMines klasik mayın tarlası oyununun bir türevidir. Oyunun amacı hiç bir mayına denk gelmemeye çalışarak kutuları açmaktır. Eğer bir mayın patlarsa oyun biter. - kmines - mirrors://kde/stable/release-service/22.04.3/src/kmines-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kconfigwidgets-devel - ktextwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - libkdegames-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kmines/pspec.xml - - - kmines - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - ktextwidgets - kconfigwidgets - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmix - http://kde.org/applications/multimedia/kmix/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.multimedia - KMix: KDE Digital Mixer - KMix: KDE için Dijital Mixer - KMix: KDE Digital Mixer - KMix: KDE için Dijital Mixer. - kmix - mirrors://kde/stable/release-service/22.04.3/src/kmix-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - ki18n-devel - kcmutils-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - libcanberra-devel - glib2-devel - alsa-lib-devel - knotifications-devel - kglobalaccel-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/applications/kmix/pspec.xml - - - kmix - - qt5-base - alsa-lib - libcanberra - pulseaudio-libs - ki18n - kconfig - kxmlgui - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kglobalaccel - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - libgcc - plasma-framework - - - /etc - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/include - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmplot - http://kde.org/applications/education/kmplot/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.edu - Mathematical Function Plotter - KmPlot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the Cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. - mirrors://kde/stable/release-service/22.04.3/src/kmplot-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - kdelibs4-support-devel - kdoctools-devel - ki18n-devel - kinit-devel - kunitconversion-devel - kdelibs4-support-devel - kparts-devel - kwidgetsaddons-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - qt5-base-devel - - desktop/kde/applications/kmplot/pspec.xml - - - kmplot - Mathematical Function Plotter - - kdelibs4-support - ki18n - kparts - kwidgetsaddons - qt5-base - qt5-svg - libgcc - kconfig - kxmlgui - kservice - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - - - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - /usr/share/man - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-01 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knavalbattle - https://www.kde.org/applications/games/knavalbattle/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Naval Battle game - Amiral Battı oyunu - knavalbattle is a Battle Ship game for KDE. Ships are placed on a board which represents the sea. Players try to hit each others ships in turns without knowing where they are placed. The first player to destroy all ships wins the game. - KBattleship KDE için bir Amiral Battı oyunudur. Gemiler denizi temsil eden oyun tahtasına yerleştirilir ve oyuncular rakiplerinin gemilerinin yerleşimini tahmin ederek gemileri vurmaya çalışır. Rakibinin tüm gemilerini daha önce batıran oyuncu kazanır. - knavalbattle - mirrors://kde/stable/release-service/22.04.3/src/knavalbattle-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfig-devel - kdbusaddons-devel - kdnssd-devel - ki18n-devel - kxmlgui-devel - kdoctools-devel - ktextwidgets-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/knavalbattle/pspec.xml - - - knavalbattle - - ki18n - kdnssd - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - ktextwidgets - kwidgetsaddons - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/kconf_update - /usr/share/knavalbattle - /usr/share/kservices5 - /usr/share/kxmlgui5 - /usr/share/doc - /usr/share/locale - /usr/share/qlogging-categories5 - /usr/share/metainfo/org.kde.knavalbattle.appdata.xml - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knetwalk - https://www.kde.org/applications/games/knetwalk/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Network construction game - Ağ yapılandırma oyunu - KNetWalk is a single player logic game. The object of the game is to start the LAN, connecting all the terminals to the server, in as few turns as possible. - KNetWalk bir ağ kurma oyunudur. Dunucularla istemcileri mümkün olan en az kaynakla birleştirmeye çalışmak oyunun amacıdır. Bağımlılık yapması olasıdır. - knetwalk - mirrors://kde/stable/release-service/22.04.3/src/knetwalk-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kitemviews-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - libkdegames-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - ktextwidgets-devel - - desktop/kde/applications/knetwalk/pspec.xml - - - knetwalk - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - ktextwidgets - kconfigwidgets - kwidgetsaddons - qt5-declarative - ktextwidgets - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kollision - https://www.kde.org/applications/games/kollision/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - A simple ball dodging game - Basit bir top sıçratma oyunu - Kollision is ball dodging game. Click on the empty field to start a game: a blue ball immediately replaces your mouse cursor, and a number of red balls start to fade into the field. - Kollision basit bir top sıçratma oyunudur. Boş bir alana fareyle tıkladığınızda oyun başlar ve fare imlecinizin yerini mavi bir top alır, ayrıca olayların gelişmesine vesile olacak kırmızı toplar da alandaki yerlerini alırlar. - kollision - mirrors://kde/stable/release-service/22.04.3/src/kollision-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - kcoreaddons-devel - kconfig-devel - kwidgetsaddons-devel - kdbusaddons-devel - ki18n-devel - kconfigwidgets-devel - ktextwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - knewstuff-devel - libkdegames-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kollision/pspec.xml - - - kollision - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kolourpaint - http://kde.org/applications/graphics/kolourpaint - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.graphics - An easy to use paint program - Kullanımı kolay bir çizim programı - KolourPaint is a simple painting program to quickly create raster images. It is useful as a touch-up tool and simple image editing tasks. - KolourPaint, kullanımı kolay bir çizim programıdır. - kolourpaint - mirrors://kde/stable/release-service/22.04.3/src/kolourpaint-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - libkexiv2-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libksane-devel - - desktop/kde/applications/kolourpaint/pspec.xml - - - kolourpaint - - ki18n - libgcc - kconfig - kxmlgui - kservice - qt5-base - kguiaddons - libksane - kcoreaddons - kiconthemes - ktextwidgets - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/doc - /usr/share/icons - /usr/share/kolourpaint - /usr/share/kxmlgui5 - /usr/share/metainfo - /usr/share/locale/ - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kompare - http://www.kde.org/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.sdk - File difference viewer - Dosya karşılaştırma göstericisi. - Diff/Patch Frontend. - Dosya karşılaştırma göstericisi. - mirrors://kde/stable/release-service/22.04.3/src/kompare-22.04.3.tar.xz - - extra-cmake-modules - kdoctools-devel - qt5-base-devel - gettext-devel - libkomparediff2-devel - kcoreaddons-devel - kcodecs-devel - kiconthemes-devel - kjobwidgets-devel - kconfig-devel - kparts-devel - ktexteditor-devel - kwidgetsaddons-devel - - desktop/kde/applications/kompare/pspec.xml - - - kompare - - qt5-base - libkomparediff2 - kio - ki18n - kparts - libgcc - kcodecs - kconfig - kxmlgui - kservice - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - ktexteditor - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/bin - /usr/include - - - kdesdk - - - kdesdk - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - konqueror - https://www.kde.org/applications/internet/konqueror/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.applications - Konqueror - KDE File Manager and Web Browser - Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. - mirrors://kde/stable/release-service/22.04.3/src/konqueror-22.04.3.tar.xz - - extra-cmake-modules - gettext-devel - glibc-devel - kactivities-devel - karchive-devel - kbookmarks-devel - kcmutils-devel - kcrash-devel - kdelibs4-support-devel - kdesu-devel - kdoctools-devel - khtml-devel - kiconthemes-devel - kinit-devel - kio-devel - kparts-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - kwidgetsaddons-devel - libICE-devel - libX11-devel - libXext-devel - python-devel - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel - qt5-webengine-devel - qt5-x11extras-devel - tidy-devel - zlib-devel - libevent-devel - ffmpeg-devel - libXScrnSaver-devel - kwallet-devel - qt5-script-devel - - desktop/kde/applications/konqueror/pspec.xml - - - konqueror - Konqueror - KDE File Manager and Web Browser - - kwallet - karchive - kbookmarks - kcmutils - kcrash - kded - kdelibs4-support - kdesu - khtml - kiconthemes - kinit - kio - kparts - kwidgetsaddons - libX11 - libXext - libgcc - qt5-base - qt5-declarative - qt5-location - qt5-webchannel - qt5-webengine - qt5-x11extras - zlib - tidy - ki18n - sonnet - kcodecs - kconfig - kxmlgui - kservice - kitemviews - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - kde-baseapps - - - kde-baseapps - - - - konqueror-devel - Development files for konqueror - - qt5-base-devel - konqueror - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 17.08.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-24 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-03 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - konsole - https://projects.kde.org/projects/kde/applications/dolphin - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - desktop.kde.applications - KDE Konsole - Konsole for KDE5 - mirrors://kde/stable/release-service/22.04.3/src/konsole-22.04.3.tar.xz - - qt5-base-devel - qt5-script-devel - kpty-devel - kio-devel - kinit-devel - knotifyconfig-devel - kparts-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - docbook-xsl - extra-cmake-modules - kdoctools-devel - kcrash-devel - kdbusaddons-devel - knewstuff-devel - kglobalaccel-devel - cmake - kguiaddons-devel - knotifications-devel - - desktop/kde/applications/konsole/pspec.xml - - - konsole - - libgcc - qt5-base - kiconthemes - knotifyconfig - knotifications - kparts - kpty - kio - ki18n - kconfig - kxmlgui - kservice - kcrash - kdbusaddons - kbookmarks - knewstuff - kguiaddons - kcompletion - kcoreaddons - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - kwidgetsaddons - kglobalaccel - - - /etc/xdg - /usr/bin - /usr/share - /usr/lib - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kontact - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPL2 - desktop.kde.applications - 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/release-service/22.04.3/src/kontact-22.04.3.tar.xz - - boost-devel - extra-cmake-modules - kdoctools-devel - kontactinterface-devel - mailcommon-devel - qt5-base-devel - qt5-webengine-devel - kdbusaddons-devel - kcmutils-devel - kpimtextedit-devel - akonadi-devel - kitemmodels-devel - kparts-devel - akonadi-mime-devel - messagelib-devel - kmime-devel - pimcommon-devel - kcontacts-devel - akonadi-contacts-devel - kimap-devel - cyrus-sasl-devel - kidentitymanagement-devel - libkleo-devel - gpgme-devel - grantlee-qt5-devel - grantleetheme-devel - libkdepim-devel - ffmpeg-devel - libXScrnSaver-devel - kguiaddons-devel - - desktop/kde/applications/kontact/pspec.xml - - - kontact - KDE Personal Information Manager - - kio - ki18n - kcrash - kparts - libgcc - kconfig - kxmlgui - kcmutils - kservice - qt5-base - libkdepim - kguiaddons - kcompletion - kcoreaddons - kiconthemes - grantleetheme - kwindowsystem - qt5-webengine - kconfigwidgets - kwidgetsaddons - kontactinterface - - - /etc/xdg - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-09 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-26 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - konversation - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.applications - A user friendly IRC client for KDE - Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform. - mirrors://kde/stable/konversation/1.7.7/src/konversation-1.7.7.tar.xz - - qt5-base-devel - qt5-phonon-devel - extra-cmake-modules - kdoctools-devel - kitemviews-devel - kbookmarks-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kemoticons-devel - ki18n-devel - kidletime-devel - knotifyconfig-devel - kio-devel - kparts-devel - solid-devel - sonnet-devel - kwallet-devel - kwidgetsaddons-devel - kglobalaccel-devel - kdbusaddons-devel - knotifications-devel - kwindowsystem-devel - kiconthemes-devel - karchive-devel - qca2-qt5-devel - python3-devel - gettext-devel - docbook-xsl - kcrash-devel - - desktop/kde/applications/konversation/pspec.xml - - - konversation - - qt5-base - qca2-qt5 - kemoticons - kidletime - knotifyconfig - kparts - kio - kcrash - libgcc - ki18n - sonnet - kcodecs - kconfig - kwallet - kxmlgui - karchive - kservice - kbookmarks - kitemviews - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kglobalaccel - ktextwidgets - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-06-21 - 1.7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 1.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 1.7.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 1.7.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 1.7.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 1.7.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 1.7.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-17 - 1.7.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-05-10 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 1.6.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-28 - 1.6.0 - Release bump - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-05-08 - 1.6.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - korganizer - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - 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/release-service/22.04.3/src/korganizer-22.04.3.tar.xz - - gpgme-devel - extra-cmake-modules - kcmutils-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - prison-devel - akonadi-devel - akonadi-search-devel - grantleetheme-devel - kpimtextedit-devel - libkdepim-devel - libkleo-devel - pimcommon-devel - qt5-base-devel - kitemmodels-devel - akonadi-mime-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - knewstuff-devel - akonadi-contacts-devel - kidentitymanagement-devel - kmailtransport-devel - cyrus-sasl-devel - kcalutils-devel - kholidays-devel - kldap-devel - akonadi-calendar-devel - kontactinterface-devel - akonadi-notes-devel - mailcommon-devel - messagelib-devel - kimap-devel - incidenceeditor-devel - eventviews-devel - calendarsupport-devel - kparts-devel - kuserfeedback-devel - knotifications-devel - qt5-phonon-devel - - desktop/kde/applications/korganizer/pspec.xml - - - korganizer - Calendar and scheduling Program - - kio - ki18n - kmime - kcrash - kparts - libgcc - akonadi - kcodecs - kconfig - kxmlgui - kcalendarcore - kcmutils - kservice - qt5-base - kcalutils - kcontacts - kholidays - knewstuff - libkdepim - pimcommon - eventviews - kitemviews - mailcommon - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - akonadi-mime - kpimtextedit - akonadi-notes - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - calendarsupport - incidenceeditor - akonadi-calendar - akonadi-contacts - kdelibs4-support - kontactinterface - kidentitymanagement - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 17.12.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-09 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-08 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - kpat - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.games - Patience card game - To play KPatience you need, as the name suggests, patience. For simple games, where the way the game goes depends only upon how the cards fall, your patience might be the only thing you need. - mirrors://kde/stable/release-service/22.04.3/src/kpat-22.04.3.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-phonon-devel - kdoctools-devel - cmake - gettext-devel - kio-devel - kpackage-devel - kitemviews-devel - kinit-devel - kunitconversion-devel - kiconthemes-devel - ktextwidgets-devel - kitemmodels-devel - knotifyconfig-devel - libkdegames-devel - kemoticons-devel - kdeclarative-devel - knewstuff-devel - ki18n-devel - kconfig-devel - kxmlgui-devel - qt5-svg-devel - kguiaddons-devel - kcompletion-devel - kcoreaddons-devel - kdbusaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - shared-mime-info - extra-cmake-modules - python3 - mesa-devel - kdesignerplugin - black-hole-solver-devel - freecell-solver-devel - - desktop/kde/applications/kpat/pspec.xml - - - kpat - - qt5-base - libkdegames - knewstuff - ki18n - kio - kcrash - libgcc - kconfig - kxmlgui - qt5-svg - kguiaddons - kcompletion - kcoreaddons - kdbusaddons - kconfigwidgets - kwidgetsaddons - freecell-solver - black-hole-solver - - - /etc/xdg - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-16 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpimtextedit - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.applications - A textedit with PIM-specific features. - Text Edit with KDE-PIM specific features. - kpimtextedit - mirrors://kde/stable/release-service/22.04.3/src/kpimtextedit-22.04.3.tar.xz - - qt5-base-devel - qt5-speech-devel - qt5-designer-devel - ki18n-devel - sonnet-devel - kcodecs-devel - syntax-highlighting-devel - kconfig-devel - kio-devel - kemoticons-devel - kdesignerplugin - kitemmodels-devel - kinit-devel - ktextwidgets-devel - kiconthemes-devel - kunitconversion-devel - kdoctools-devel - extra-cmake-modules - grantlee-qt5-devel - - desktop/kde/applications/kpimtextedit/pspec.xml - - - kpimtextedit - - qt5-base - qt5-speech - qt5-designer - ki18n - kcodecs - kio - sonnet - libgcc - kemoticons - kcompletion - ktextwidgets - kwidgetsaddons - grantlee-qt5 - kconfig - kxmlgui - kcoreaddons - kiconthemes - kconfigwidgets - syntax-highlighting - - - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - - - - kpimtextedit-devel - Development files for kpimtextedit - - qt5-base-devel - kpimtextedit - ktextwidgets-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-04 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpkpass - https://download.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.applications - Apple Wallet Pass reader - Apple Wallet Pass reader - Apple Cüzdan Geçiş okuyucusu - Apple Cüzdan Geçiş okuyucusu - https://download.kde.org/stable/release-service/22.04.3/src/kpkpass-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - karchive-devel - shared-mime-info - - desktop/kde/applications/kpkpass/pspec.xml - - - kpkpass - - libgcc - karchive - qt5-base - - - /etc/xdg - /usr/lib - /usr/share - /usr/share/doc - - - - kpkpass-devel - Development files for kpkpass - - kpkpass - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kpmcore - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.applications - Library for managing partitions. - Library for managing partitions. - mirrors://kde/stable/release-service/22.04.3/src/kpmcore-22.04.3.tar.xz - - ntfs-3g - udftools - ntfsprogs - fatresize - exfat-utils - dosfstools - reiserfsprogs - smartmontools - xfsprogs-devel - qt5-base-devel - libatasmart-devel - extra-cmake-modules - parted-devel - libutil-linux-devel - ki18n-devel - kio-devel - kconfig-devel - kxmlgui-devel - kservice-devel - kcoreaddons-devel - kiconthemes-devel - kjobwidgets-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kdoctools-devel - kwidgetsaddons-devel - qca2-qt5-devel - polkit-devel - elogind-devel - polkit-qt-devel - jfsutils - f2fs-tools - nilfs-utils-devel - e2fsprogs-devel - - desktop/kde/applications/kpmcore/pspec.xml - - - kpmcore - - kio - ki18n - kauth - ntfs-3g - qca2-qt5 - fatresize - udftools - fatresize - ntfsprogs - exfat-utils - dosfstools - reiserfsprogs - smartmontools - xfsprogs - kwidgetsaddons - libgcc - parted - kservice - qt5-base - kcoreaddons - kiconthemes - libatasmart - libutil-linux - polkit-qt - jfsutils - f2fs-tools - nilfs-utils - e2fsprogs - - - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - kpmcore-devel - Development files for kpmcore - - kpmcore - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 4.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 4.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 4.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-20 - 4.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 4.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-17 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-14 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-11 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 3.3.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-19 - 3.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-09 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-17 - 3.1.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-30 - 3.1.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-12 - 2.9.91 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-13 - 2.9.91 - Version bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-10-12 - 2.1.1 - Release bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-01-17 - 2.1.1 - Release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-17 - 2.1.1 - First Release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kproperty - http://www.kexi-project.org/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:console - desktop.kde.applications - A property editing framework with editor widget similar to what is known from Qt Designer - A property editing framework with editor widget similar to what is known from Qt Designer - https://download.kde.org/stable/kproperty/src/kproperty-3.2.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-linguist - kconfig-devel - kcoreaddons-devel - kwidgetsaddons-devel - kguiaddons-devel - ki18n-devel - - desktop/kde/applications/kproperty/pspec.xml - - - kproperty - A property editing framework with editor widget similar to what is known from Qt Designer - - libgcc - kconfig - qt5-base - kguiaddons - kwidgetsaddons - - - /usr/lib/libKProperty* - /usr/share - - - - kproperty-devel - Developments files for kproperty. - - qt5-base-devel - kproperty - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include - - - - - 2022-06-21 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 3.0.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-07-14 - 3.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-30 - 3.0.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-04 - 3.0.0 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - kqtquickcharts - https://edu.kde.org/ - - Stefan Gronewold - groni@pisilinux.org - - FDL - LGPL - GPL - desktop.kde.applications - A QtQuick plugin to render beautiful and interactive charts - A QtQuick plugin to render beautiful and interactive charts - mirrors://kde/stable/release-service/22.04.3/src/kqtquickcharts-22.04.3.tar.xz - - extra-cmake-modules - glibc-devel - qt5-base-devel - qt5-declarative-devel - - desktop/kde/applications/kqtquickcharts/pspec.xml - - - kqtquickcharts - A QtQuick plugin to render beautiful and interactive charts - - qt5-base - qt5-declarative - libgcc - - - /usr/lib/qt5 - /usr/share/doc - - - - kqtquickcharts-devel - Development files for kqtquickcharts - - kqtquickcharts - qt5-base-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-05 - 16.11.90 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - krdc - http://www.kde.org/applications/internet/krdc/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - Remote Desktop Client - Uzak masaüstü bağlantı istemcisi. - KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported. - krdc, uzaktaki bir masaüstü oturumunu görüntülemenizi ve kontrol etmenizi sağlar. RDP kullanan Windows Terminal Sunucuları'na ve VNC/RFB kullanan diğer pek çok platforma bağlanabilirç - mirrors://kde/stable/release-service/22.04.3/src/krdc-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kconfig-devel - kcmutils-devel - kdnssd-devel - knotifyconfig-devel - knotifications-devel - kbookmarks-devel - kiconthemes-devel - kxmlgui-devel - kcompletion-devel - kwallet-devel - kwidgetsaddons-devel - ki18n-devel - libvncserver-devel - kdoctools-devel - kwindowsystem-devel - libssh-devel - freerdp-devel - libvncserver-devel - - desktop/kde/applications/krdc/pspec.xml - - - krdc - - ki18n - kdnssd - libgcc - libssh - kconfig - kwallet - kxmlgui - kcmutils - kservice - qt5-base - kbookmarks - kcompletion - kcoreaddons - libvncserver - knotifyconfig - kconfigwidgets - knotifications - kwindowsystem - kwidgetsaddons - - - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share/applications - /usr/share/config.kcfg - /usr/share/krdc - /usr/share/kxmlgui5 - /usr/share/kservices5 - /usr/share/metainfo - /usr/share/kservicetypes5 - /usr/share/qlogging-categories5 - /usr/share/doc - /usr/share/locale - - - - krdc-devel - - krdc - - - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-04-20 - 16.04 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kreport - http://www.kexi-project.org/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:console - desktop.kde.applications - A framework for creation and generation of reports in multiple formats - A framework for creation and generation of reports in multiple formats - https://download.kde.org/stable/kreport/src/kreport-3.2.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-webkit-devel - qt5-linguist - kproperty-devel - kconfig-devel - kguiaddons-devel - kwidgetsaddons-devel - kcoreaddons-devel - marble-devel - ki18n-devel - qt5-webengine-devel - - desktop/kde/applications/kreport/pspec.xml - - - kreport - A framework for creation and generation of reports in multiple formats - - libgcc - marble - kconfig - qt5-base - kproperty - qt5-webkit - kcoreaddons - kwidgetsaddons - qt5-declarative - qt5-webengine - - - /usr/share - /usr/lib/libKReport3* - /usr/lib/cmake - /usr/lib/qt5 - - - - kreport-devel - Developments files for kreport. - - kreport - qt5-base-devel - kproperty-devel - qt5-webkit-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-06-21 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-11 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 3.1.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 3.1.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 3.0.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-14 - 3.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-30 - 3.0.1 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-31 - 3.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - krfb - http://www.kde.org/applications/system/krfb/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.applications - Desktop sharing utility - Masaüstü paylaşım araçları. - KDE Desktop Sharing is a manager for easily sharing a desktop session with another system. The desktop session can be viewed or controlled remotely by any VNC or RFB client - krfb, masaüstünü uzaktaki bilgisayarlarla kolaylıkla paylaşmaya olanak sağlar. - mirrors://kde/stable/release-service/22.04.3/src/krfb-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-x11extras-devel - ki18n-devel - kcompletion-devel - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdnssd-devel - kdoctools-devel - knotifications-devel - kwallet-devel - kwidgetsaddons-devel - kxmlgui-devel - libvncserver-devel - libX11-devel - libXdamage-devel - libxcb-devel - libXext-devel - libXtst-devel - kwindowsystem-devel - xcb-util-image-devel - kwayland-devel - - desktop/kde/applications/krfb/pspec.xml - - - krfb - - ki18n - kdnssd - libX11 - libxcb - libgcc - kconfig - kwallet - kxmlgui - libXtst - kwayland - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libvncserver - qt5-x11extras - kconfigwidgets - knotifications - kwindowsystem - kwidgetsaddons - xcb-util-image - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/krfb - /usr/share/kservicetypes5 - /usr/share/icons - /usr/share/doc - /usr/share/locale - /usr/share/metainfo - /usr/share/qlogging-categories5/krfb.categories - - - kdenetwork - - - kdenetwork - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kross-interpreters - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.bindings - Kross interpreter plugins for programming languages - Language interpreters to enable in-process scripting with Kross. - mirrors://kde/stable/release-service/22.04.3/src/kross-interpreters-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - kross-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - python-devel - - desktop/kde/applications/kross-interpreters/pspec.xml - - - kross-interpreters - - qt5-base - libgcc - python - kross - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kruler - http://www.kde.org/applications/graphics/kruler - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.graphics - A screen ruler and color measurement tool - Ekran cetveli ve renk ölçüm aracı - KRuler is a screen ruler and color measurement tool. - KRuler, bir ekran cetveli ve renk ölçüm aracıdır. - kruler - mirrors://kde/stable/release-service/22.04.3/src/kruler-22.04.3.tar.xz - - qt5-base-devel - qt5-x11extras-devel - kdoctools-devel - cmake - extra-cmake-modules - ki18n-devel - knotifications-devel - kwindowsystem-devel - kxmlgui-devel - python-devel - docbook-xsl - - desktop/kde/applications/kruler/pspec.xml - - - kruler - - qt5-base - kxmlgui - knotifications - ki18n - libgcc - libxcb - kconfig - kcoreaddons - kwindowsystem - qt5-x11extras - kconfigwidgets - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kshisen - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.games - Shisen-Sho Mahjongg like tile game - Shisen-Sho is a solitaire-like game played using the standard set of Mahjong tiles. Unlike Mahjong however, Shisen-Sho has only one layer of scrambled tiles. - mirrors://kde/stable/release-service/22.04.3/src/kshisen-22.04.3.tar.xz - - qt5-base-devel - qt5-declarative-devel - extra-cmake-modules - kdoctools-devel - ki18n-devel - kconfig-devel - kcompletion-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kcoreaddons-devel - kcoreaddons-devel - kdbusaddons-devel - libkdegames-devel - libkmahjongg-devel - knewstuff-devel - kdnssd-devel - kdeclarative-devel - kio-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kshisen/pspec.xml - - - kshisen - - qt5-base - qt5-declarative - libgcc - ki18n - kconfig - kconfigwidgets - kwidgetsaddons - kxmlgui - kcoreaddons - kdbusaddons - libkdegames - libkmahjongg - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-08-29 - 1.6.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - ksmtp - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.applications - Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane - Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane - Job-based library to send email through an SMTP server - Job-based library to send email through an SMTP server - https://download.kde.org/stable/release-service/22.04.3/src/ksmtp-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kcoreaddons-devel - ki18n-devel - kio-devel - kmime-devel - cyrus-sasl-devel - - desktop/kde/applications/ksmtp/pspec.xml - - - ksmtp - - kio - ki18n - kmime - libgcc - kcoreaddons - cyrus-sasl - qt5-base - - - /etc/xdg - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - ksmtp-devel - Development files for ksmtp - - ksmtp - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - ksquares - https://www.kde.org/applications/games/ksquares/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Connect the dots to create squares - Noktaları birleştirerek kare yapma oyunu - KSquares is a fun and exciting game that modeled after the well known pen and paper based game of Dots and Boxes. - KSquares sıkıcı derslerin kurtarıcısı, eğlenceli ve heyecanlı kare yapma oyununun KDE sürümüdür. - ksquares - mirrors://kde/stable/release-service/22.04.3/src/ksquares-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kdbusaddons-devel - kdoctools-devel - kwidgetsaddons-devel - ki18n-devel - kguiaddons-devel - kconfigwidgets-devel - kitemviews-devel - kiconthemes-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - libkdegames-devel - qt5-declarative-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/ksquares/pspec.xml - - - ksquares - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kstars - https://www.kde.org/applications/education/kstars/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - A desktop planetarium for KDE - KDE için bir masaüstü gözlemevi - KStars is a Desktop Planetarium for KDE. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects, all 8 planets, the Sun and Moon, and thousands of comets and asteroids. - KStars, dünyanın herhangi bir yerinin herhangi bir anındaki gökyüzü yıldız haritasını gösterebilen bir uygulamadır. 100 milyon kadar yıldız, 13000 derin gök cismi, 8 gezegenin tümü, Güneş, Ay ile birçok kuyruklu yıldız ve astreoidi içeren bir veritabanı vardır. - kstars - https://download.kde.org/stable/kstars/kstars-3.5.9.tar.xz - - qt5-base-devel - qt5-datavis3d-devel - qt5-multimedia-devel - qt5-keychain-devel - qt5-svg-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - qt5-declarative-devel - qt5-location-devel - qt5-quickcontrols2-devel - qt5-websockets-devel - eigen3 - xplanet - kcrash-devel - libraw-devel - cfitsio-devel - libindi-devel - kdoctools-devel - kconfig-devel - kguiaddons-devel - kwidgetsaddons-devel - knewstuff-devel - kdbusaddons-devel - gettext-devel - ki18n-devel - kinit-devel - kjobwidgets-devel - kio-devel - kwindowsystem-devel - kxmlgui-devel - kplotting-devel - ktexteditor-devel - kiconthemes-devel - pkgconfig - mesa-glu-devel - mesa-devel - wcslib-devel - zlib-devel - gsl-devel - knotifyconfig-devel - extra-cmake-modules - libnova-devel - stellarsolver-devel - knotifications-devel - - desktop/kde/applications/kstars/pspec.xml - - - kstars - - qt5-base - qt5-svg - qt5-declarative - qt5-websockets - qt5-keychain - qt5-datavis3d - libindi - cfitsio - kio - gsl - kauth - libraw - libnova - kinit - kcrash - knewstuff - kplotting - ktexteditor - zlib - ki18n - libgcc - kconfig - kxmlgui - kcoreaddons - kiconthemes - kconfigwidgets - knotifyconfig - kwidgetsaddons - wcslib - xplanet - knotifications - libnova - stellarsolver - - - /etc/dbus-1/system.d/org.kde.kf5auth.kstars.conf - /etc/xdg - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-06-21 - 3.5.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 3.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 3.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 3.5.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 3.5.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 3.5.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 3.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 3.5.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 3.5.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 3.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-16 - 3.5.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2020-09-13 - 3.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 3.3.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 3.3.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.3.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 3.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 3.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 3.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 3.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 17.08.3 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 17.08.3 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-14 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-01 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksudoku - https://apps.kde.org/ksudoku - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - Sudoku game - Sudoku oyunu - Ksudoku is a logic-based symbol placement puzzle. - Ksudoku mantık temelli bir sembol yerleştirme oyunudur. - ksudoku - https://download.kde.org/stable/release-service/22.04.3/src/ksudoku-22.04.3.tar.xz - - cmake - kio-devel - ki18n-devel - kcrash-devel - kconfig-devel - kxmlgui-devel - qt5-svg-devel - qt5-base-devel - mesa-glu-devel - karchive-devel - libglvnd-devel - kdoctools-devel - kguiaddons-devel - libkdegames-devel - kcoreaddons-devel - kjobwidgets-devel - kiconthemes-devel - extra-cmake-modules - kconfigwidgets-devel - kwidgetsaddons-devel - qt5-declarative-devel - - desktop/kde/applications/ksudoku/pspec.xml - - - ksudoku - - kio - ki18n - libgcc - kcrash - kconfig - kxmlgui - qt5-svg - qt5-base - mesa-glu - libglvnd - kguiaddons - kjobwidgets - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /etc/xdg - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 22.04.1 - First release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - kteatime - http://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - Timer for making tea. - Çay yapma zamanlayıcısı. - KTeaTime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. - Kteatime çay yapmak için kullanışlı bir uygulamadır. Kteatime ile çay demlemek için ne kadar beklemek gerektiğini düşünmenize gerek kalmaz. - mirrors://kde/stable/release-service/22.04.3/src/kteatime-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfig-devel - kcrash-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - knotifyconfig-devel - knotifications-devel - kwidgetsaddons-devel - ktextwidgets-devel - kxmlgui-devel - - desktop/kde/applications/kteatime/pspec.xml - - - kteatime - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kiconthemes - ktextwidgets - knotifyconfig - kconfigwidgets - knotifications - - - /usr/bin - /usr/doc - /usr/share - - - kdetoys - - - kdetoys - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktimer - http://kde.org/applications/utilities/ktimer - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - A countdown launcher - A countdown launcher - KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. - KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. - ktimer - mirrors://kde/stable/release-service/22.04.3/src/ktimer-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - cmake - extra-cmake-modules - ki18n-devel - kwidgetsaddons-devel - kio-devel - kiconthemes-devel - kdbusaddons-devel - knotifications-devel - mesa-devel - - desktop/kde/applications/ktimer/pspec.xml - - - ktimer - - qt5-base - kio - ki18n - libgcc - kconfig - kcoreaddons - kdbusaddons - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktnef - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.applications - API for handling TNEF data - The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format format. - mirrors://kde/stable/release-service/22.04.3/src/ktnef-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcalendarcore-devel - kcalutils-devel - kcontacts-devel - - desktop/kde/applications/ktnef/pspec.xml - - - ktnef - - qt5-base - kcalutils - ki18n - libgcc - kcalendarcore - kcontacts - - - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - - - - ktnef-devel - Development files for ktnef - - qt5-base-devel - ktnef - - - /etc/xdg - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktorrent - https://apps.kde.org/ktorrent/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - A powerful BitTorrent client for KDE - KDE için güçlü bir BitTorrent istemcisi - A powerful BitTorrent client for KDE - KDE için güçlü bir BitTorrent istemcisi - https://download.kde.org/stable/release-service/22.04.3/src/ktorrent-22.04.3.tar.xz - - doxygen - kio-devel - boost-devel - geoip-devel - ki18n-devel - kparts-devel - kdnssd-devel - taglib-devel - kcrash-devel - kxmlgui-devel - qt5-base-devel - kcmutils-devel - karchive-devel - libgcrypt-devel - kdoctools-devel - kplotting-devel - qt5-phonon-devel - kiconthemes-devel - libktorrent-devel - kdbusaddons-devel - kcoreaddons-devel - kcompletion-devel - ktextwidgets-devel - ksyndication-devel - qt5-webengine-devel - knotifyconfig-devel - kwindowsystem-devel - extra-cmake-modules - kwidgetsaddons-devel - kconfigwidgets-devel - knotifications-devel - plasma-workspace-devel - - desktop/kde/applications/ktorrent/pspec.xml - - - ktorrent - - kio - boost - geoip - ki18n - libgcc - kparts - kdnssd - taglib - kcrash - kconfig - kxmlgui - karchive - qt5-base - kcmutils - libgcrypt - kplotting - qt5-phonon - kiconthemes - libktorrent - kdbusaddons - kcoreaddons - kcompletion - ktextwidgets - ksyndication - qt5-webengine - knotifyconfig - kwindowsystem - kwidgetsaddons - kconfigwidgets - knotifications - plasma-workspace - - - /usr/bin - /usr/share/icons - /usr/share/knotifications5 - /usr/share/applications - /usr/share/kxmlgui5/ktorrent - /usr/share/ktorrent/ - /usr/share/metainfo - /usr/lib/libktcore.so* - /usr/lib/qt5/plugins/ktorrent_plugins - /usr/share/doc - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-12 - 22.04.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-12 - 22.04.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ktp-accounts-kcm - https://projects.kde.org/projects/extragear/network/telepathy/ktp-accounts-kcm - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.applications - KCM Module for configuring Telepathy Instant Messaging Accounts - KCM Module for configuring Telepathy Instant Messaging Accounts - mirrors://kde/stable/release-service/22.04.3/src/ktp-accounts-kcm-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-imageformats - kcmutils-devel - kio-devel - ki18n-devel - kwidgetsaddons-devel - kcodecs-devel - kcoreaddons-devel - kconfigwidgets-devel - kiconthemes-devel - kitemviews-devel - telepathy-qt5-devel - kaccounts-integration-devel - libaccounts-qt5-devel - solid-devel - kservice-devel - libaccounts-glib-devel - intltool - kaccounts-providers - telepathy-haze - telepathy-gabble - signon-devel - ktp-common-internals-devel - gettext-devel - - desktop/kde/applications/ktp-accounts-kcm/pspec.xml - - - ktp-accounts-kcm - - ki18n - libgcc - signon - kcodecs - qt5-base - kcoreaddons - telepathy-qt5 - libaccounts-qt5 - kaccounts-integration - - - /usr/bin - /etc - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/info - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-26 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-05-23 - 16.04.0 - >Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-30 - 15.12.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ktp-approver - https://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - KDE Channel Approver for Telepathy - KDE Channel Approver for Telepathy - mirrors://kde/stable/release-service/22.04.3/src/ktp-approver-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kdbusaddons-devel - kconfig-devel - ki18n-devel - knotifications-devel - kservice-devel - telepathy-qt5-devel - - desktop/kde/applications/ktp-approver/pspec.xml - - - ktp-approver - - ki18n - libgcc - kconfig - kservice - qt5-base - kcoreaddons - kdbusaddons - telepathy-qt5 - knotifications - - - /etc - /usr/lib - /usr/share - /usr/share/kservicetypes5 - /usr/share/kservices5 - /usr/share/dbus-1 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-auth-handler - https://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect - Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect - mirrors://kde/stable/release-service/22.04.3/src/ktp-auth-handler-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kwallet-devel - kwidgetsaddons-devel - ki18n-devel - kio-devel - kdewebkit-devel - telepathy-qt5-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - qca2-qt5-devel - libaccounts-glib-devel - libaccounts-qt5-devel - kaccounts-integration-devel - signon-devel - - desktop/kde/applications/ktp-auth-handler/pspec.xml - - - ktp-auth-handler - Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect - - kio - ki18n - libgcc - signon - kconfig - qca2-qt5 - qt5-base - kcoreaddons - telepathy-qt5 - kwidgetsaddons - libaccounts-qt5 - ktp-common-internals - kaccounts-integration - - - /usr/lib - /usr/share/telepathy - /usr/share/dbus-1 - /usr/share/doc - /usr/share/locale - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-common-internals - https://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Common components for KDE-Telepathy - Common components for KDE-Telepathy - mirrors://kde/stable/release-service/22.04.3/src/ktp-common-internals-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kcoreaddons-devel - knotifications-devel - kio-devel - kwidgetsaddons-devel - kcmutils-devel - knotifyconfig-devel - ktexteditor-devel - kwallet-devel - kconfig-devel - kwindowsystem-devel - kiconthemes-devel - kpeople-devel - signon-devel - kaccounts-integration-devel - telepathy-logger-qt-devel - libaccounts-qt5-devel - telepathy-qt5-devel - libaccounts-glib-devel - libgcrypt-devel - sqlite-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - telepathy-mission-control-devel - libotr-devel - - desktop/kde/applications/ktp-common-internals/pspec.xml - - - ktp-common-internals - Common components for KDE-Telepathy - - ki18n - kparts - libgcc - libotr - signon - kconfig - kpeople - kwallet - kxmlgui - kcmutils - kservice - qt5-base - libgcrypt - kcoreaddons - kiconthemes - ktexteditor - knotifyconfig - telepathy-qt5 - kconfigwidgets - knotifications - kwidgetsaddons - libaccounts-qt5 - qt5-declarative - telepathy-logger-qt - kaccounts-integration - - - /usr/bin - /usr/lib/libKTpCommonInternals.so.* - /usr/lib/libKTpModels.so.* - /usr/lib/libKTpLogger.so.* - /usr/lib/libKTpWidgets.so.* - /usr/lib/libKTpOTR.so.* - /usr/lib/ktp-proxy - /usr/lib/qt5 - /usr/share/kservices5 - /usr/share/kservicetypes5 - /usr/share/knotifications5 - /usr/share/config.kcfg - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/icons - /usr/share/katepart5 - /usr/share/doc - /usr/share/locale - - - - ktp-common-internals-devel - Development files for ktp-common-internals - - ktp-common-internals - libotr-devel - - - /usr/include/KTp - /usr/lib/cmake/KTp - /usr/lib/libKTpCommonInternals.so - /usr/lib/libKTpModels.so - /usr/lib/libKTpLogger.so - /usr/lib/libKTpWidgets.so - /usr/lib/libKTpOTR.so - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-contact-list - https://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - KDE Telepathy contact list application - KDE Telepathy contact list application - mirrors://kde/stable/release-service/22.04.3/src/ktp-contact-list-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kdbusaddons-devel - kio-devel - kwallet-devel - kcmutils-devel - knotifications-devel - kwindowsystem-devel - knotifyconfig-devel - ki18n-devel - kiconthemes-devel - kxmlgui-devel - kpeople-devel - telepathy-qt5-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - - desktop/kde/applications/ktp-contact-list/pspec.xml - - - ktp-contact-list - KDE Telepathy contact list application - - ki18n - kwallet - libgcc - kconfig - kpeople - kxmlgui - kservice - qt5-base - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kwindowsystem - telepathy-qt5 - kconfigwidgets - knotifications - kwidgetsaddons - ktp-common-internals - - - /usr/bin - /usr/share - /usr/share/dbus-1 - /usr/share/applications - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-contact-runner - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - KRunner plugin for KDE Telepathy - KRunner plugin for KDE Telepathy - mirrors://kde/stable/release-service/22.04.3/src/ktp-contact-runner-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kwallet-devel - kservice-devel - krunner-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/applications/ktp-contact-runner/pspec.xml - - - ktp-contact-runner - KRunner plugin for KDE Telepathy - - ki18n - kwallet - libgcc - krunner - qt5-base - kcoreaddons - telepathy-qt5 - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/kservices5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-desktop-applets - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - The KDE-Telepathy Plasma desktop applets - The KDE-Telepathy Plasma desktop applets - mirrors://kde/stable/release-service/22.04.3/src/ktp-desktop-applets-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kwindowsystem-devel - plasma-framework-devel - - desktop/kde/applications/ktp-desktop-applets/pspec.xml - - - ktp-desktop-applets - The KDE-Telepathy Plasma desktop applets - - libgcc - qt5-base - kwindowsystem - qt5-declarative - - - /usr/lib - /usr/share - /usr/share/plasma - /usr/share/kservices5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-filetransfer-handler - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - KDE Telepathy file transfer handler - KDE Telepathy file transfer handler - mirrors://kde/stable/release-service/22.04.3/src/ktp-filetransfer-handler-22.04.3.tar.xz - - extra-cmake-modules - kcoreaddons-devel - ki18n-devel - kio-devel - kwallet-devel - kconfig-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/applications/ktp-filetransfer-handler/pspec.xml - - - ktp-filetransfer-handler - KDE Telepathy file transfer handler - - kio - ki18n - kwallet - libgcc - kconfig - qt5-base - kcoreaddons - telepathy-qt5 - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-kded-module - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors - Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors - mirrors://kde/stable/release-service/22.04.3/src/ktp-kded-module-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - kdbusaddons-devel - kwidgetsaddons-devel - kwallet-devel - kconfig-devel - kactivities-devel - ki18n-devel - kio-devel - knotifications-devel - kconfigwidgets-devel - kidletime-devel - kcmutils-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/applications/ktp-kded-module/pspec.xml - - - ktp-kded-module - Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors - - kio - ki18n - libgcc - kconfig - qt5-base - kidletime - kcoreaddons - kdbusaddons - telepathy-qt5 - kconfigwidgets - knotifications - kactivities - kwallet - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/dbus-1 - /usr/share/kservices5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-send-file - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - A File manager plugin to launch a file transfer job with a specified contact - A File manager plugin to launch a file transfer job with a specified contact - mirrors://kde/stable/release-service/22.04.3/src/ktp-send-file-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kcmutils-devel - kio-devel - kwallet-devel - kiconthemes-devel - ki18n-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/applications/ktp-send-file/pspec.xml - - - ktp-send-file - A File manager plugin to launch a file transfer job with a specified contact - - kio - ki18n - kwallet - libgcc - qt5-base - kcoreaddons - kiconthemes - telepathy-qt5 - kwidgetsaddons - ktp-common-internals - - - /usr/bin - /usr/share - /usr/share/kservices5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-text-ui - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.network - Telepathy handler for Text Chats - Telepathy handler for Text Chats - mirrors://kde/stable/release-service/22.04.3/src/ktp-text-ui-22.04.3.tar.xz - - extra-cmake-modules - karchive-devel - sonnet-devel - kwidgetsaddons-devel - kservice-devel - kemoticons-devel - kio-devel - kpeople-devel - kcmutils-devel - knotifyconfig-devel - knotifications-devel - ki18n-devel - kdewebkit-devel - kwindowsystem-devel - kxmlgui-devel - kitemviews-devel - ktextwidgets-devel - kiconthemes-devel - kdbusaddons-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - ffmpeg-devel - libXScrnSaver-devel - qt5-speech-devel - qt5-location-devel - qt5-webkit-devel - qt5-base-devel - qt5-webengine-devel - - desktop/kde/applications/ktp-text-ui/pspec.xml - - - ktp-text-ui - Telepathy handler for Text Chats - - kio - ki18n - libgcc - sonnet - kconfig - kxmlgui - kpeople - karchive - kcmutils - kservice - qt5-base - qt5-speech - kdewebkit - kemoticons - kitemviews - qt5-webkit - qt5-webengine - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - knotifyconfig - kwindowsystem - telepathy-qt5 - kconfigwidgets - knotifications - kwidgetsaddons - ktp-common-internals - - - /usr/bin - /usr/lib - /usr/share - /usr/share/ktelepathy - /usr/share/ktp-log-viewer - /usr/share/kxmlgui5 - /usr/share/telepathy - /usr/share/dbus-1 - /usr/share/kservices5 - /usr/share/kservicetypes5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktuberling - http://kde.org/applications/games/ktuberling/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - A simple constructor game suitable for children and adults alike - KTuberling a simple constructor game suitable for children and adults alike. The idea of the game is based around a once popular doll making concept. - mirrors://kde/stable/release-service/22.04.3/src/ktuberling-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - qt5-multimedia-devel - kcoreaddons-devel - kconfig-devel - kitemmodels-devel - kwidgetsaddons-devel - kwindowsystem-devel - kdbusaddons-devel - ki18n-devel - kconfigwidgets-devel - ktextwidgets-devel - kxmlgui-devel - kio-devel - knotifyconfig-devel - knewstuff-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/applications/ktuberling/pspec.xml - - - ktuberling - A simple constructor game suitable for children and adults alike - - kio - ki18n - kcrash - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - qt5-multimedia - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/ktuberling - /usr/share/metainfo - /usr/share/kxmlgui5 - /usr/share/doc - /usr/share/locale - /usr/share/qlogging-categories5 - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kturtle - http://edu.kde.org/applications/all/kturtle - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - An educational programming environment - Öğrenim amaçlı programlama ortamı - KTurtle is an educational programming environment that aims to make learning how to program as easily as possible. To achieve this KTurtle makes all programming tools available from the user interface. The programming language used is TurtleScript which allows its commands to be translated. - KTurtle, programlama öğrenmeyi olabildiğince kolaylaştırmak için tasarlanmış bir programlama uygulamasıdır. Bu amaçla tasarlanan arayüz tüm gerekli araçları kullanıcıya sunar. Ayrıca kullanılan programlama dili olan TurtleScript başka dillere çevrilebilen bir yapıya sahiptir. - kturtle - mirrors://kde/stable/release-service/22.04.3/src/kturtle-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - kdoctools-devel - knewstuff-devel - extra-cmake-modules - kio-devel - kcoreaddons-devel - ktextwidgets-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kxmlgui-devel - kconfig-devel - gettext-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kturtle/pspec.xml - - - kturtle - - qt5-base - qt5-svg - ki18n - knewstuff - libgcc - kcoreaddons - ktextwidgets - kconfigwidgets - kwidgetsaddons - kxmlgui - kconfig - - - /etc/xdg - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwalletmanager - https://userbase.kde.org/KDE_Wallet_Manager - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - A wallet management tool - KWalletManager is a tool to manage the passwords on your system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the wallet. - kwallet - mirrors://kde/stable/release-service/22.04.3/src/kwalletmanager-22.04.3.tar.xz - - qt5-base - kdoctools-devel - cmake - extra-cmake-modules - kcoreaddons-devel - kauth-devel - kwallet-devel - kservice-devel - kcmutils-devel - karchive-devel - ki18n-devel - kxmlgui-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - mesa-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - ktextwidgets-devel - kiconthemes-devel - knotifications-devel - - desktop/kde/applications/kwalletmanager/pspec.xml - - - kwalletmanager - - qt5-base - kcmutils - kauth - ki18n - kio - kjobwidgets - libgcc - kcodecs - kconfig - kwallet - kxmlgui - karchive - kservice - kitemviews - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - kconfigwidgets - knotifications - kwidgetsaddons - - - /etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf - /etc/xdg - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/bin - /usr/share - /usr/share/icons - /usr/share/applications - /usr/share/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy - /usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwordquiz - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.edu - Kwordquiz is a Flash Card Trainer - KWordQuiz is a tool that gives you a powerful way to master new vocabularies. It may be a language or any other kind of terminology.. - mirrors://kde/stable/release-service/22.04.3/src/kwordquiz-22.04.3.tar.xz - - qt5-base-devel - gettext-devel - ki18n-devel - kcrash-devel - sonnet-devel - kconfig-devel - kconfigwidgets-devel - kdoctools-devel - kguiaddons-devel - kiconthemes-devel - kitemviews-devel - knotifyconfig-devel - kio-devel - knewstuff-devel - knotifications-devel - kxmlgui-devel - kdelibs4-support-devel - kdeclarative-devel - kcoreaddons-devel - kwindowsystem-devel - kwidgetsaddons-devel - qt5-phonon-devel - libkeduvocdocument-devel - extra-cmake-modules - kdelibs4-support-devel - kdesignerplugin - cmake - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/kwordquiz/pspec.xml - - - kwordquiz - - qt5-base - qt5-phonon - ki18n - kconfig - kconfigwidgets - kguiaddons - kiconthemes - kitemviews - knotifyconfig - knewstuff - knotifications - kxmlgui - kdelibs4-support - libgcc - kcoreaddons - kwindowsystem - kwidgetsaddons - libkeduvocdocument - - - /etc/xdg - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libgravatar - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.applications - KDE PIM library providing Gravatar support - KDE PIM library providing Gravatar support - mirrors://kde/stable/release-service/22.04.3/src/libgravatar-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - pimcommon-devel - cmake - extra-cmake-modules - openldap-client - cyrus-sasl-devel - kitemviews-devel - kio-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcontacts-devel - kcalendarcore-devel - extra-cmake-modules - qt5-webkit-devel - grantlee-qt5-devel - kdoctools-devel - knewstuff-devel - kpimtextedit-devel - boost-devel - - desktop/kde/applications/libgravatar/pspec.xml - - - libgravatar - - qt5-base - kxmlgui - ki18n - libgcc - kconfig - kservice - kcoreaddons - pimcommon - ktextwidgets - kwidgetsaddons - grantlee-qt5 - - - /usr/lib - /usr/bin - /usr/share - /usr/share/icons - /etc - - - - libgravatar-devel - Development files for libgravatar - - libgravatar - qt5-base-devel - kxmlgui-devel - ki18n-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-04-25 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkcddb - https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.multimedia - KDE library for CDDB (Compact Disc Database) - CDDB için KDE kitaplığı (Compact Disc Database) - KDE library for CDDB (Compact Disc Database). - CDDB için KDE kitaplığı (Compact Disc Database). - mirrors://kde/stable/release-service/22.04.3/src/libkcddb-22.04.3.tar.xz - - extra-cmake-modules - musicbrainz5-devel - kdoctools-devel - kconfig-devel - kcodecs-devel - ki18n-devel - kio-devel - qt5-base-devel - kwidgetsaddons-devel - - desktop/kde/applications/libkcddb/pspec.xml - - - libkcddb - - kio - ki18n - libgcc - kcodecs - kconfig - qt5-base - kcoreaddons - musicbrainz5 - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/kservices5 - /usr/share/config.kcfg - /usr/lib - /usr/share/doc - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.11.80 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - First release - Alihan Öztürkr - alihan@pisilinux.org - - - - - - libkcompactdisc - https://www.kde.org/applications/multimedia/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - LGPL - FDL - library - desktop.kde.applications - A library for interfacing with CDs - A library for interfacing with CDs - mirrors://kde/stable/release-service/22.04.3/src/libkcompactdisc-22.04.3.tar.xz - - alsa-lib-devel - extra-cmake-modules - gettext-devel - glibc-devel - kcoreaddons-devel - ki18n-devel - qt5-base-devel - solid-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - qt5-phonon-devel - - desktop/kde/applications/libkcompactdisc/pspec.xml - - - libkcompactdisc - A library for interfacing with CDs - - alsa-lib - kcoreaddons - ki18n - qt5-base - libgcc - qt5-phonon - solid - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/share/locale - - - - libkcompactdisc-devel - Development files for libkcompactdisc - - libkcompactdisc - qt5-base-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.11.80 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-09 - 16.08.2_20161106 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - libkdcraw - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - A C++ interface around LibRaw library - LibRaw kitaplığı için C++ arayüzü - libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files. - libkdcraw, RAW resim dosyalarını çözmek için kullanılan LibRaW kitaplığının C++ arayüzüdür. - libkdcraw - mirrors://kde/stable/release-service/22.04.3/src/libkdcraw-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - libraw-devel - kconfig-devel - ki18n-devel - cmake - extra-cmake-modules - qca2-qt5-devel - - desktop/kde/applications/libkdcraw/pspec.xml - - - libkdcraw - - qt5-base - libraw - kconfig - ki18n - libgcc - - - /usr/lib - /usr/bin - /usr/share/icons - /usr/share/ - - - - libkdcraw-devel - Development files for libkdcraw - libkdcraw için geliştirme dosyaları - - libkdcraw - qt5-base-devel - libraw-devel - kconfig-devel - ki18n-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/apps/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-05 - 21.12.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkdegames - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.games - Common code and data for many KDE games - Common code and data for many KDE games - mirrors://kde/stable/release-service/22.04.3/src/libkdegames-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - kdnssd-devel - openal-devel - cmake - extra-cmake-modules - python3 - kdeclarative-devel - knewstuff-devel - kio-devel - ki18n-devel - libgcc - kconfig-devel - kxmlgui-devel - qt5-svg-devel - karchive-devel - kguiaddons-devel - libsndfile-devel - kcompletion-devel - kcoreaddons-devel - kiconthemes-devel - kconfigwidgets-devel - kwidgetsaddons-devel - qt5-declarative-devel - kdesignerplugin - mesa-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kglobalaccel-devel - ktextwidgets-devel - kunitconversion-devel - - desktop/kde/applications/libkdegames/pspec.xml - - - libkdegames - - qt5-base - kdnssd - kdeclarative - knewstuff - kio - ki18n - libgcc - openal - kconfig - kxmlgui - qt5-svg - karchive - kguiaddons - libsndfile - kcompletion - kcoreaddons - kiconthemes - kglobalaccel - ktextwidgets - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /etc/xdg - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - libkdegames-devel - Shared libraries for KDE games. - - libkdegames - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkdepim - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.applications - Libraries for KDE PIM applications - Libraries for KDE PIM applications - mirrors://kde/stable/release-service/22.04.3/src/libkdepim-22.04.3.tar.xz - - qt5-base-devel - qt5-designer-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - akonadi-devel - kjobwidgets-devel - kitemmodels-devel - kunitconversion-devel - kemoticons-devel - kinit-devel - solid-devel - cmake - extra-cmake-modules - boost-devel - kmime-devel - kcmutils-devel - kldap-devel - kio-devel - kcompletion-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - cyrus-sasl-devel - kcontacts-devel - akonadi-contacts-devel - akonadi-search-devel - akonadi-mime-devel - - desktop/kde/applications/libkdepim/pspec.xml - - - libkdepim - - kio - ki18n - kldap - libgcc - akonadi - kcodecs - kconfig - kwallet - kcmutils - qt5-base - qt5-designer - kcontacts - kitemviews - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - akonadi-search - akonadi-contacts - kconfigwidgets - kwidgetsaddons - - - /usr/lib - /usr/bin - /usr/share - /usr/share/icons - /etc - - - - libkdepim-devel - Development files for libkdepim - - libkdepim - qt5-base-devel - qt5-designer-devel - kxmlgui-devel - ki18n-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-27 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-19 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-04-25 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkeduvocdocument - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.applications - Common libraries for KDE Edu applications - Libraries for KDE EDU applications. - mirrors://kde/stable/release-service/22.04.3/src/libkeduvocdocument-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - ki18n-devel - kio-devel - karchive-devel - mesa-devel - - desktop/kde/applications/libkeduvocdocument/pspec.xml - - - libkeduvocdocument - - qt5-base - karchive - libgcc - ki18n - kio - kcoreaddons - - - /usr/lib - /usr/share/doc - /usr/share/locale - - - - libkeduvocdocument-devel - Development files for libkeduvocdocument - - libkeduvocdocument - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkexiv2 - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - An Exiv2 wrapper library - Exiv2 sarmalayıcı kitaplığı - libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP. - libkexiv2, EXIF/IPTC ve XMP gibi resim meta bilgilerini düzenlemek için kullanılan Exiv2 kitaplığını sarmalayan bir kitaplıktır. - mirrors://kde/stable/release-service/22.04.3/src/libkexiv2-22.04.3.tar.xz - - extra-cmake-modules - cmake - exiv2-devel - qt5-base-devel - - desktop/kde/applications/libkexiv2/pspec.xml - - - libkexiv2 - - qt5-base - exiv2-libs - libgcc - - - /usr/lib - /usr/bin - /usr/share/qlogging-categories5/libkexiv2.categories - - - - libkexiv2-devel - Development files for libkexiv2 - libkexiv2 için geliştirme dosyaları - - libkexiv2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 17.08.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkgapi - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - Google API library for KDE - A KDE-based library for accessing various Google services via their public API - https://download.kde.org/stable/release-service/22.04.3/src/libkgapi-22.04.3.tar.xz - - qt5-base-devel - kcoreaddons-devel - libical-devel - gettext-devel - qt5-xmlpatterns-devel - extra-cmake-modules - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcontacts-devel - kwindowsystem-devel - kio-devel - kcalendarcore-devel - kdoctools-devel - qt5-linguist - qt5-location-devel - qt5-webengine-devel - ffmpeg-devel - libXScrnSaver-devel - cyrus-sasl-devel - kwallet-devel - - desktop/kde/applications/libkgapi/pspec.xml - - - libkgapi - - qt5-base - kcalendarcore - kcontacts - kio - libgcc - kwallet - kwindowsystem - qt5-webengine - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - libkgapi-devel - Development files for libkgapi - - qt5-base-devel - kcalendarcore-devel - kcontacts-devel - kio-devel - kwindowsystem-devel - libkgapi - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-17 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-10-12 - 5.3.1 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-23 - 5.1.0 - Release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-26 - 5.1.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkgeomap - https://www.kde.org/applications/graphics/ - - Alihan Öztürk - alihan@pisilinux.org - - FDL-1.1 - GPLv2 - LGPLv2 - app:gui - desktop.kde.graphics - A wrapper around world map components for browsing and arranging photos on a map. - A wrapper around world map components for browsing and arranging photos on a map. - mirrors://kde/stable/release-service/20.08.3/src/libkgeomap-20.08.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-webkit-devel - qt5-webengine-devel - ki18n-devel - kconfig-devel - kio-devel - ktextwidgets-devel - marble-devel - - desktop/kde/applications/libkgeomap/pspec.xml - - - libkgeomap - A wrapper around world map components for browsing and arranging photos on a map. - - kio - ki18n - libgcc - marble - kconfig - qt5-base - qt5-webkit - kcoreaddons - - - /usr/lib - /usr/share/libkgeomap - /usr/share/doc - /usr/share/locale - - - - libkgeomap-devel - Developments files for libkgeomap. - - libkgeomap - - - /usr/include - /usr/lib/cmake - - - - - 2022-06-21 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-09 - 16.04.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libkipi - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - Common plugin infrastructure for KDE image applications - KDE resim uygulamaları için ortak eklenti yapısı - Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, Gwenview, etc.). Its aim is to share image plugins among graphic applications. - Kipi, ortak bir eklenti yapısı ortaya koymak için gerekli bir kitaplıktır. - mirrors://kde/stable/release-service/22.04.3/src/libkipi-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - cmake - extra-cmake-modules - - desktop/kde/applications/libkipi/pspec.xml - - - libkipi - - qt5-base - kxmlgui - ki18n - libgcc - kconfig - kservice - kcoreaddons - - - /usr/lib - /usr/bin - /usr/share - /usr/share/icons - - - - libkipi-devel - Development files for libkipi - libkipi için geliştirme dosyaları - - libkipi - qt5-base-devel - kxmlgui-devel - ki18n-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-09 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkleo - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.applications - KDE PIM cryptographic library - KDE PIM cryptographic library - mirrors://kde/stable/release-service/22.04.3/src/libkleo-22.04.3.tar.xz - - qt5-base-devel - boost-devel - gpgme-qt5-devel - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - prison-devel - qt5-phonon-devel - libical-devel - libqjson-devel - libgpg-error-devel - libxslt-devel - openldap-client - cyrus-sasl-devel - kitemviews-devel - kio-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcontacts-devel - kcalendarcore-devel - extra-cmake-modules - kpimtextedit-devel - grantlee-qt5-devel - - desktop/kde/applications/libkleo/pspec.xml - - - libkleo - - qt5-base - kio - ki18n - libgcc - kcodecs - kxmlgui - kcalendarcore - kcontacts - kconfig - libxml2 - kservice - kguiaddons - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - ktextwidgets - kconfigwidgets - kwidgetsaddons - qt5-phonon - prison - gpgme - gpgme-qt5 - kpimtextedit - kwindowsystem - cyrus-sasl - grantlee-qt5 - - - /etc/xdg - /usr/lib - /usr/share/doc - /usr/mkspecs/ - /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/kservices5 - /usr/share/kservicetypes5 - /usr/share/dbus-1 - /usr/share/config.kcfg - /usr/share/kf5 - /usr/share/config - /usr/share/akonadi - /usr/share/akonadicontact/grantleetheme/default - /usr/share/libkleopatra - /usr/share/locale - /usr/share/qlogging-categories5/libkleo.renamecategories - /usr/share/qlogging-categories5/libkleo.categories - - - - libkleo-devel - Development package for libkleo libraries - Contains development tools and header files for libkleo - - qt5-base-devel - boost-devel - gpgme-devel - gpgme-qt5-devel - libkleo - - - /usr/lib/cmake - /usr/include - /usr/lib/gpgmepp - /usr/share/kde4/apps/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-12 - 17.12.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-25 - 16.04.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkmahjongg - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.games - Common code, backgrounds and tile sets for games using Mahjongg tiles - Common code, backgrounds and tile sets for games using Mahjongg tiles. - mirrors://kde/stable/release-service/22.04.3/src/libkmahjongg-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - extra-cmake-modules - gettext-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kcompletion-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kcoreaddons-devel - mesa-devel - - desktop/kde/applications/libkmahjongg/pspec.xml - - - libkmahjongg - - qt5-base - qt5-svg - libgcc - ki18n - kconfig - kcompletion - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - - - - libkmahjongg-devel - Development files for libkmahjongg - - libkmahjongg - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libkomparediff2 - https://projects.kde.org/projects/kde/kdesdk/libkomparediff2 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.sdk - Library to compare files and strings - Library to compare files and strings - mirrors://kde/stable/release-service/22.04.3/src/libkomparediff2-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - python3-devel - gettext-devel - kcoreaddons-devel - kcodecs-devel - kconfig-devel - kxmlgui-devel - ki18n-devel - kio-devel - kparts-devel - - desktop/kde/applications/libkomparediff2/pspec.xml - - - libkomparediff2 - - qt5-base - kio - ki18n - libgcc - kcodecs - kconfig - kxmlgui - kcoreaddons - kconfigwidgets - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - libkomparediff2-devel - Shared libraries for libkomparediff2. - - libkomparediff2 - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-05-08 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libksane - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - SANE library interface for KDE - KDE için SANE kitaplık arayüzü - libksane is a SANE library interface for KDE. - libksane, KDE için bir SANE kitaplık arayüzüdür. - mirrors://kde/stable/release-service/22.04.3/src/libksane-22.04.3.tar.xz - - ki18n-devel - kwallet-devel - qt5-base-devel - ktextwidgets-devel - sane-backends-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/applications/libksane/pspec.xml - - - libksane - - ki18n - kwallet - libgcc - qt5-base - ktextwidgets - sane-backends - kwidgetsaddons - - - /usr/lib - /usr/share/icons - /usr/share/locale - - - - libksane-devel - Development files for libksane - libksane için geliştirme dosyaları - - libksane - - - /usr/lib/cmake - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-10 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libksieve - https://community.kde.org/KDE_PIM - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.applications - KDE PIM library for managing sieves. - KDE PIM library for managing sieves. - mirrors://kde/stable/release-service/22.04.3/src/libksieve-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - akonadi-devel - kcompletion-devel - kjobwidgets-devel - kcoreaddons-devel - kservice-devel - solid-devel - kxmlgui-devel - kitemmodels-devel - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - boost-devel - qt5-webkit-devel - pimcommon-devel - kcontacts-devel - kcalendarcore-devel - kimap-devel - kmime-devel - cyrus-sasl-devel - knewstuff-devel - kidentitymanagement-devel - kmailtransport-devel - libkdepim-devel - qt5-webengine-devel - akonadi-contacts-devel - akonadi-mime-devel - kiconthemes-devel - karchive-devel - syntax-highlighting-devel - - desktop/kde/applications/libksieve/pspec.xml - - - libksieve - KDE PIM library for managing sieves. - - kio - ki18n - kmime - libgcc - sonnet - akonadi - kconfig - karchive - qt5-base - knewstuff - libkdepim - pimcommon - cyrus-sasl - qt5-webkit - kcompletion - kcoreaddons - kiconthemes - kpimtextedit - kwindowsystem - kconfigwidgets - kwidgetsaddons - kidentitymanagement - syntax-highlighting - qt5-webengine - - - /etc - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/sieve - /usr/share/doc/HTML - /usr/share/kservices5 - /usr/share/locale - - - - libksieve-devel - Development files for libksieve. - - libksieve - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-07 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-22 - 16.04.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libktorrent - https://apps.kde.org/ktorrent/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - library - desktop.kde.applications - A BitTorrent protocol implementation - Bir BitTorrent protokol uygulaması - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. - KTorrent, KDE'nin BitTorrent protokolünü kullanarak dosya indirmenize izin veren bir BitTorrent uygulamasıdır. - https://download.kde.org/stable/release-service/22.04.3/src/libktorrent-22.04.3.tar.xz - - doxygen - gmp-devel - kio-devel - boost-devel - solid-devel - ki18n-devel - kcrash-devel - karchive-devel - qt5-base-devel - qca2-qt5-devel - libgcrypt-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/applications/libktorrent/pspec.xml - - - libktorrent - - gmp - kio - ki18n - libgcc - kconfig - qt5-base - qca2-qt5 - karchive - libgcrypt - kcoreaddons - - - /usr/share/locale - /usr/lib/libKF5Torrent.so* - /usr/share/doc - - - - libktorrent-devel - libktorrent development headers - libktorrent için geliştirme dosyaları - - libktorrent - - - /usr/include - /usr/lib/cmake/KF5Torrent - - - - - 2022-07-15 - 22.04.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-22 - 22.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-12 - 22.04.1 - V. bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-04 - 21.12.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libmediawiki - https://github.com/KDE/libmediawiki - - Stefan Gronewold - groni@pisilinux.org - - GPL - library - desktop.kde.applications - A KDE C++ interface for MediaWiki based web service as wikipedia.org - A KDE C++ interface for MediaWiki based web service as wikipedia.org - https://github.com/KDE/libmediawiki/archive/refs/heads/master.zip - - extra-cmake-modules - kcoreaddons-devel - qt5-base-devel - - desktop/kde/applications/libmediawiki/pspec.xml - - - libmediawiki - A KDE C++ interface for MediaWiki based web service as wikipedia.org - - kcoreaddons - qt5-base - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - libmediawiki-devel - Development files for libmediawiki - - libmediawiki - qt5-base-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-06-21 - 5.37.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-05-07 - 5.37.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 5.37.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-10-29 - 5.37.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-06-16 - 5.0.0_20161106 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 5.0.0_20161106 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 5.0.0_20161106 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-09-15 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-12 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-12 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 5.0.0_20161106 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-09-14 - 5.0.0_20161106 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-11-09 - 5.0.0_20161106 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - lokalize - http://www.kde.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app:gui - desktop.kde.sdk - Lokalize is the localization tool for KDE and other open source software - Uygulama yerelleştirme yardımcısı. - Lokalize is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). - Lokalize, uygulamalar için kolaylıkla yerelleştirme yapabileceğiniz bir programdır. - mirrors://kde/stable/release-service/22.04.3/src/lokalize-22.04.3.tar.xz - - qt5-base-devel - hunspell-devel - extra-cmake-modules - kdoctools-devel - kio-devel - enchant-devel - kitemviews-devel - ki18n-devel - kross-devel - kparts-devel - sonnet-devel - kconfig-devel - kxmlgui-devel - kcompletion-devel - kcoreaddons-devel - kdbusaddons-devel - ktextwidgets-devel - kconfigwidgets-devel - knotifications-devel - kwidgetsaddons-devel - pkgconfig - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - - desktop/kde/applications/lokalize/pspec.xml - - - lokalize - - qt5-base - kio - kitemviews - ki18n - kross - kparts - libgcc - sonnet - kconfig - kxmlgui - kcompletion - kcoreaddons - kdbusaddons - ktextwidgets - kconfigwidgets - knotifications - kwidgetsaddons - hunspell - - - /etc/xdg - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - mailcommon - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - KDE PIM library providing support for mail applications - KDE PIM library providing support for mail applications - mirrors://kde/stable/release-service/22.04.3/src/mailcommon-22.04.3.tar.xz - - qt5-base-devel - qt5-phonon-devel - extra-cmake-modules - boost-devel - glibc-devel - libical-devel - gettext-devel - qt5-designer-devel - kdoctools-devel - mailimporter-devel - messagelib-devel - libgravatar-devel - kidentitymanagement-devel - kmailtransport-devel - kmbox-devel - akonadi-devel - kjobwidgets-devel - solid-devel - kitemmodels-devel - qt5-webkit-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kmime-devel - kcontacts-devel - kcalendarcore-devel - kdewebkit-devel - kpimtextedit-devel - kimap-devel - kldap-devel - grantleetheme-devel - pimcommon-devel - libkleo-devel - libkdepim-devel - gpgme-devel - gpgme-qt5-devel - akonadi-mime-devel - akonadi-contacts-devel - grantlee-qt5-devel - openldap-client - cyrus-sasl-devel - syntax-highlighting-devel - karchive-devel - kguiaddons-devel - - desktop/kde/applications/mailcommon/pspec.xml - - - mailcommon - - qt5-base - akonadi-contacts - libgcc - libkdepim - akonadi-mime - mailimporter - kio - ki18n - kmime - akonadi - kcodecs - kconfig - kxmlgui - karchive - kcontacts - pimcommon - kitemviews - messagelib - qt5-phonon - kguiaddons - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kpimtextedit - ktextwidgets - kwindowsystem - kconfigwidgets - kmailtransport - kwidgetsaddons - kidentitymanagement - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - mailcommon-devel - Development files for mailcommon - - mailcommon - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - mailimporter - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - Mail importer library - Mail importer library - mirrors://kde/stable/release-service/22.04.3/src/mailimporter-22.04.3.tar.xz - - qt5-base-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - pimcommon-devel - cmake - extra-cmake-modules - openldap-client - cyrus-sasl-devel - kitemviews-devel - kio-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kmime-devel - kcontacts-devel - kcalendarcore-devel - kldap-devel - libkdepim-devel - akonadi-calendar-devel - akonadi-search-devel - qt5-webkit-devel - grantlee-qt5-devel - knewstuff-devel - kpimtextedit-devel - kimap-devel - akonadi-devel - boost-devel - karchive-devel - akonadi-mime-devel - akonadi-contacts-devel - - desktop/kde/applications/mailimporter/pspec.xml - - - mailimporter - - qt5-base - akonadi-mime - libgcc - libkdepim - ki18n - kmime - akonadi - kconfig - karchive - kcoreaddons - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - mailimporter-devel - Development files for mailimporter - - mailimporter - karchive-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-26 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-08 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - marble - http://edu.kde.org/applications/all/marble - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.applications - Virtual globe and eorld atlas - Sanal küre ve Dünya atlası - Marble is a virtual globe and world atlas that you can use to learn more about the Earth. - Marble, sanal küre ve Dünya atlası uygulamasıdır. - marble - mirrors://kde/stable/release-service/22.04.3/src/marble-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-webkit-devel - qt5-designer-devel - qt5-script-devel - qt5-svg-devel - qt5-declarative-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - qt5-location-devel - qt5-linguist - qt5-webengine-devel - kdoctools-devel - qt5-phonon-devel - kio-devel - quazip-devel - kwallet-devel - knewstuff-devel - kparts-devel - kcoreaddons-devel - ki18n-devel - kconfig-devel - krunner-devel - kservice-devel - libwlocate-devel - shared-mime-info - qt5-serialport-devel - plasma-desktop - - desktop/kde/applications/marble/pspec.xml - - - marble - - kio - zlib - ki18n - kcrash - kparts - libgcc - kconfig - krunner - kxmlgui - qt5-svg - qt5-base - knewstuff - libwlocate - qt5-phonon - qt5-script - qt5-webkit - kcoreaddons - qt5-location - kconfigwidgets - kwidgetsaddons - qt5-declarative - qt5-serialport - - - /usr/lib - /usr/bin - /usr/share - /usr/share/appdata - /usr/share/applications - /usr/share/config.kcfg - /usr/share/doc - /usr/share/icons - /usr/share/kservices5 - /usr/share/kxmlgui5 - /usr/share/marble - /etc/xdg - - - - marble-devel - Development files for marble - marble için geliştirme dosyaları - - marble - - - /usr/include - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-08-03 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-28 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - messagelib - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.applications - KDE PIM library providing support for mail applications - KDE PIM library providing support for mail applications - mirrors://kde/stable/release-service/22.04.3/src/messagelib-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - boost-devel - kdoctools-devel - mailimporter-devel - libgravatar-devel - kidentitymanagement-devel - kmailtransport-devel - kmbox-devel - akonadi-devel - solid-devel - kguiaddons-devel - kitemmodels-devel - qt5-webkit-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kmime-devel - kcontacts-devel - kcalendarcore-devel - kdewebkit-devel - akonadi-calendar-devel - akonadi-search-devel - syntax-highlighting-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 - qca2-qt5-devel - akonadi-notes-devel - akonadi-mime-devel - akonadi-contacts-devel - openldap-client - cyrus-sasl-devel - karchive-devel - kcodecs-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - ki18n-devel - kiconthemes-devel - kio-devel - kitemviews-devel - kjobwidgets-devel - kservice-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - sonnet-devel - knewstuff-devel - syntax-highlighting - knotifications-devel - - desktop/kde/applications/messagelib/pspec.xml - - - messagelib - - qt5-base - qt5-webengine - akonadi-notes - libgcc - libkdepim - mailimporter - kio - ki18n - kmbox - kmime - sonnet - akonadi - gpgme - kcodecs - kconfig - kxmlgui - libkleo - karchive - kguiaddons - kcalendarcore - kservice - kcontacts - kdewebkit - pimcommon - akonadi-mime - kitemviews - qt5-webkit - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - libgravatar - grantlee-qt5 - kpimtextedit - ktextwidgets - grantleetheme - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - syntax-highlighting - akonadi-contacts - knewstuff - kidentitymanagement - qca2-qt5 - knotifications - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - messagelib-devel - Development files for messagelib - - messagelib - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-26 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - minuet - https://minuet.kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.applications - A KDE Software for Music Education - Music education Free Software, thoughtfully designed to push your musical skills to the next level. Enhance your ability to recognize intervals, chords, rhythm, and scales while enjoying all the power of Free Software. - https://download.kde.org/stable/release-service/22.04.3/src/minuet-22.04.3.tar.xz - - extra-cmake-modules - qt5-svg-devel - qt5-base-devel - qt5-quickcontrols2-devel - qt5-declarative-devel - ki18n-devel - kxmlgui-devel - kio-devel - kcrash-devel - kdoctools-devel - alsa-lib-devel - drumstick-devel - fluidsynth-devel - - desktop/kde/applications/minuet/pspec.xml - - - minuet - A KDE Software for Music Education - - kio - ki18n - kcrash - libgcc - kconfig - kxmlgui - alsa-lib - qt5-base - kcompletion - kcoreaddons - drumstick-libs - kconfigwidgets - kwidgetsaddons - fluidsynth - qt5-svg - qt5-declarative - - - /usr/bin - /usr/share - /usr/share/appdata - /usr/share/applications - /usr/share/doc - /usr/share/icons - /usr/share/kxmlgui5 - /usr/share/minuet - /usr/lib - - - - minuet-devel - Development files for minuet - - qt5-base-devel - minuet - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-26 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-04-20 - 16.04 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - okteta - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.sdk - Hexadecimal editor for binary files - Onaltılık dosya editörü. - Okteta is a simple editor for the raw data of files. This type of program is also called hexadecimal editor or binary editor. - Çalıştırılabilir dosyaları düzenlemeye yarayan editör. - https://download.kde.org/stable/okteta/0.26.9/src/okteta-0.26.9.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-designer-devel - qt5-script-devel - qt5-declarative-devel - kbookmarks-devel - kcodecs-devel - kcompletion-devel - kconfigwidgets-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - kiconthemes-devel - ki18n-devel - kcmutils-devel - kio-devel - knewstuff-devel - kparts-devel - kservice-devel - kwidgetsaddons-devel - kxmlgui-devel - qca2-qt5-devel - attica-devel - qt5-xmlpatterns-devel - - desktop/kde/applications/okteta/pspec.xml - - - okteta - - kio - ki18n - kparts - kcrash - kcodecs - kconfig - kxmlgui - kcmutils - kservice - qca2-qt5 - qt5-base - knewstuff - qt5-script - qt5-declarative - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/lib/plugins - /usr/lib - /usr/lib/*.so - /usr/lib/*.so.* - /usr/share - /usr/share/appdata - /usr/share/applications - /usr/share/config.kcfg - /usr/share/doc - /usr/share/icons - /usr/share/kxmlgui5 - /usr/share/mime - /usr/share/okteta - /usr/share/metainfo/org.kde.okteta.appdata.xml - /usr/share/locale - - - - okteta-devel - Development files for okteta - - okteta - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-06-21 - 0.26.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 0.26.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 0.26.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 0.26.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 0.26.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 0.26.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 0.26.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 0.26.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 0.26.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 0.26.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 0.26.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 0.26.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 0.26.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-20 - 0.26.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 0.26.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 0.26.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 0.26.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 0.26.1 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.26.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-12 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-12 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 17.12.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-04-25 - 17.12.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - okular - http://okular.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.graphics - A document viewer - Belge gösterici - Okular is a document viewer. - Okular bir belge göstericidir. - okular - mirrors://kde/stable/release-service/22.04.3/src/okular-22.04.3.tar.xz - - qt5-base-devel - qt5-declarative-devel - kjs-devel - qca2-qt5-devel - tiff-devel - purpose-devel - qt5-phonon-devel - qt5-speech-devel - poppler-qt5-devel - ebook-tools-devel - libkexiv2-devel - kdoctools-devel - threadweaver-devel - kdesignerplugin - khtml-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kactivities-devel - libkscreen-devel - chmlib-devel - kjobwidgets-devel - libspectre-devel - djvu-devel - kpty-devel - kdegraphics-mobipocket-devel - extra-cmake-modules - kirigami-devel - libzip-devel - discount-devel - freetype-devel - qt5-svg-devel - karchive-devel - kwallet-devel - - desktop/kde/applications/okular/pspec.xml - - - okular - app:gui - - qt5-base - qca2-qt5 - tiff - kcrash - libkexiv2 - poppler-qt5 - ebook-tools - libzip - discount - kactivities - libjpeg-turbo - purpose - khtml - kpty - kio - kjs - zlib - ki18n - kparts - libgcc - kcodecs - kconfig - kwallet - kxmlgui - qt5-svg - freetype - karchive - kservice - kbookmarks - kitemviews - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - threadweaver - kwindowsystem - kconfigwidgets - kwidgetsaddons - qt5-declarative - djvu - libspectre - qt5-phonon - chmlib - kjobwidgets - qt5-speech - kdegraphics-mobipocket - qt5-svg - - - /etc/xdg - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share - - - - okular-devel - Development files for okular - Okular için geliştirme dosyaları - - okular - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 17.12.0 - Version bump.okular - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 17.08.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-24 - 17.04.3 - Version bump. - mustafa cinasal - muscnsl@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-30 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-04 - 16.11.90 - Release bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-24 - 16.03.80_20160402 - Release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-02-02 - 16.03.80_20160402 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - parley - http://edu.kde.org/applications/all/parley - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.edu - Parley is a program to help you memorize things. - Tekrar yapmanıza yardım eden bir uygulama - Parley is a program to help you memorize things. Parley supports many language specific features but can be used for other learning tasks just as well. It uses the spaced repetition learning method, also known as flash cards. Creating new vocabulary collections with Parley is easy, but of course it is even better if you can use some of our premade files. Have a look at the KDE-Files.org page or use the "Download New Collections" feature directly in Parley. - Parley ile yeni öğrendiğiniz şeyleri belli zaman aralıklarıyla tekrar ederek uzun zamanlı hafızanızda yer etmelerini sağlayabilirsiniz. Parley, flaş kart denilen tekniği kullanır. Dil öğrenimi için özelleşmiş yetenekleri olmasına karşın diğer konularda da kullanıma uygundur. Kartları hazırlamak epey kolay olmakla beraber kde-files.org adresinden ulaşabileceğiniz hazır kart setlerini de kullanabilirsiniz. - parley - mirrors://kde/stable/release-service/22.04.3/src/parley-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-multimedia-devel - qt5-webengine-devel - libxslt-devel - libXrender-devel - libxml2-devel - libkeduvocdocument-devel - kdoctools-devel - kcoreaddons-devel - kconfig-devel - kcrash-devel - gettext-devel - ki18n-devel - kio-devel - knewstuff-devel - kross-devel - kcmutils-devel - kxmlgui-devel - sonnet-devel - kservice-devel - ktextwidgets-devel - kcompletion-devel - kconfigwidgets-devel - kwidgetsaddons-devel - knotifications-devel - khtml-devel - extra-cmake-modules - ffmpeg-devel - libXScrnSaver-devel - - desktop/kde/applications/parley/pspec.xml - - - parley - - qt5-base - qt5-svg - qt5-multimedia - qt5-webengine - libxslt - libXrender - libxml2 - libkeduvocdocument - kdoctools - kcoreaddons - kconfig - kcrash - gettext - ki18n - kio - knewstuff - kross - kcmutils - kxmlgui - knotifications - sonnet - kservice - libgcc - ktextwidgets - kcompletion - kconfigwidgets - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - /etc/xdg - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - partitionmanager - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.applications - KDE Partition Manager is a utility program to help you manage the disk devices, partitions and file systems on your computer - KDE Disk Bölümü Yöneticisi - It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.. - KDE Disk Bölümü Yöneticisi, disklerinizi, bölümlerinizi ve dosya sistemlerinizi yönetmenize izin verir. Birçok dosya sistemini (ext2/3/4, reiserfs, NTFS, FAT32 ve daha fazlası) desteklemenin yanı sıra, yeni bölüm oluşturabilir ya da var olan bir bölüm üzerinde boyutlandırma, kopyalama, taşıma, yedekleme ve geri yükleme işlemlerini yapabilir. - mirrors://kde/stable/release-service/22.04.3/src/partitionmanager-22.04.3.tar.xz - - qt5-base-devel - libatasmart-devel - extra-cmake-modules - parted-devel - libutil-linux-devel - ki18n-devel - kio-devel - kconfig-devel - kxmlgui-devel - kservice-devel - kcoreaddons-devel - kiconthemes-devel - kjobwidgets-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kdoctools-devel - kpmcore-devel - e2fsprogs-devel - kdbusaddons-devel - polkit-qt-devel - elogind-devel - - desktop/kde/applications/partitionmanager/pspec.xml - - - partitionmanager - - qt5-base - libgcc - libutil-linux - kio - ki18n - kconfig - kxmlgui - kservice - kcoreaddons - kiconthemes - kjobwidgets - kconfigwidgets - kwidgetsaddons - kpmcore - kcrash - e2fsprogs - kdbusaddons - polkit-qt - - - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 4.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 4.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 4.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 4.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 4.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-07-22 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-18 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-03-11 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-02-14 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-26 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-08 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 3.3.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-03 - 3.3.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-19 - 3.3.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-09 - 3.2.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 3.1.0 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-23 - 3.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-15 - 2.2.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-12 - 2.2.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-23 - 2.1.0 - Release bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-17 - 2.1.0 - First Release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - picmi - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.games - Picmi is a single player logic-based puzzle game - Resim çizme bulmacası - Picmi is a single player logic-based puzzle game. The goal is to color cells according to numbers given at the side of the board in order to uncover a hidden pattern or picture. - Picmi, tablonun kenarında verilen sayılar kadar tabla üzerinde nokta koyarak bir resim tamamlama bulmacasıdır. - https://download.kde.org/stable/release-service/22.04.3/src/picmi-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-svg-devel - qt5-declarative-devel - kdoctools-devel - kcoreaddons-devel - kdbusaddons-devel - kdeclarative-devel - ki18n-devel - kio-devel - knewstuff-devel - kxmlgui-devel - libkdegames-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/applications/picmi/pspec.xml - - - picmi - picmi - - ki18n - libgcc - kxmlgui - qt5-svg - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 3.1.0 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - pim-data-exporter - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Import and export KDE PIM settings - Import and export KDE PIM settings - https://download.kde.org/stable/release-service/22.04.3/src/pim-data-exporter-22.04.3.tar.xz - - extra-cmake-modules - kcrash-devel - kdbusaddons-devel - kdoctools-devel - akonadi-contacts-devel - akonadi-devel - akonadi-mime-devel - calendarsupport-devel - kalarm - kcalendarcore-devel - kcontacts-devel - kmailtransport-devel - kpimtextedit-devel - qt5-base-devel - ktextwidgets-devel - kxmlgui-devel - kitemmodels-devel - boost-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kmime-devel - kidentitymanagement-devel - akonadi-calendar-devel - kholidays-devel - mailcommon-devel - messagelib-devel - pimcommon-devel - kimap-devel - cyrus-sasl-devel - libkleo-devel - gpgme-devel - gpgme-qt5-devel - libkdepim-devel - ffmpeg-devel - karchive-devel - akonadi-notes-devel - libXScrnSaver-devel - knotifications-devel - kuserfeedback-devel - - desktop/kde/applications/pim-data-exporter/pspec.xml - - - pim-data-exporter - Import and export KDE PIM settings - - kio - ki18n - kmime - kcrash - libgcc - akonadi - kconfig - kxmlgui - karchive - qt5-base - kalarm - kcontacts - libkdepim - pimcommon - kitemviews - mailcommon - messagelib - kcoreaddons - kdbusaddons - kpimtextedit - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - kidentitymanagement - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 3.1.0 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-05 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - pim-sieve-editor - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - Mail sieve editor - Mail sieve editor - https://download.kde.org/stable/release-service/22.04.3/src/pim-sieve-editor-22.04.3.tar.xz - - extra-cmake-modules - kbookmarks-devel - kcrash-devel - kdbusaddons-devel - kdoctools-devel - kiconthemes-devel - kio-devel - kmailtransport-devel - kpimtextedit-devel - messagelib-devel - pimcommon-devel - qt5-base-devel - akonadi-mime-devel - akonadi-devel - kitemmodels-devel - kmime-devel - cyrus-sasl-devel - kcontacts-devel - akonadi-contacts-devel - kimap-devel - libksieve-devel - ffmpeg-devel - kuserfeedback-devel - libXScrnSaver-devel - qt5-keychain-devel - - desktop/kde/applications/pim-sieve-editor/pspec.xml - - - pim-sieve-editor - Mail sieve editor - - ki18n - kcrash - libgcc - kconfig - kwallet - kxmlgui - qt5-base - libksieve - pimcommon - kbookmarks - kcoreaddons - kdbusaddons - kiconthemes - kconfigwidgets - kwidgetsaddons - qt5-keychain - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 3.1.0 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-04 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - pim-storage-service-manager - https://community.kde.org/KDE_PIM - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - desktop.kde.applications - KDE PIM storage services configuration UI - KDE PIM storage services configuration UI - mirrors://kde/stable/applications/16.12.0/src/pim-storage-service-manager-16.12.0.tar.xz - - extra-cmake-modules - kcrash-devel - kdbusaddons-devel - kdoctools-devel - akonadi-contacts-devel - akonadi-devel - akonadi-mime-devel - calendarsupport-devel - kalarm - kcalendarcore-devel - kcontacts-devel - kmailtransport-devel - kpimtextedit-devel - libkdepim - qt5-base-devel - ktextwidgets-devel - kxmlgui-devel - kitemmodels-devel - boost-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kmime-devel - kidentitymanagement-devel - akonadi-calendar-devel - kholidays-devel - mailcommon-devel - messagelib-devel - pimcommon-devel - kimap-devel - cyrus-sasl-devel - libkleo-devel - gpgme-devel - libkdepim-devel - knotifyconfig-devel - knotifications-devel - - desktop/kde/applications/pim-storage-service-manager/pspec.xml - - - pim-storage-service-manager - KDE PIM storage services configuration UI - - ki18n - kcrash - libgcc - kconfig - kxmlgui - qt5-base - libkdepim - pimcommon - kcoreaddons - kdbusaddons - kpimtextedit - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - knotifications - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - - - - - 2020-02-02 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 16.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 16.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-18 - 16.12.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-04 - 16.12.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - pimcommon - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.applications - Common libraries for KDE PIM - Common libraries for KDE PIM - mirrors://kde/stable/release-service/22.04.3/src/pimcommon-22.04.3.tar.xz - - qt5-base-devel - boost-devel - gpgme-devel - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - prison-devel - kmbox-devel - qt5-phonon-devel - akonadi-devel - libical-devel - libqjson-devel - libgpg-error-devel - libxslt-devel - openldap-client - cyrus-sasl-devel - kitemviews-devel - kio-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kmime-devel - kcontacts-devel - kcalendarcore-devel - kldap-devel - libkdepim-devel - extra-cmake-modules - akonadi-calendar-devel - akonadi-contacts-devel - akonadi-search-devel - akonadi-mime-devel - qt5-webkit-devel - qt5-webengine-devel - grantlee-qt5-devel - kdoctools-devel - knewstuff-devel - kpimtextedit-devel - kimap-devel - purpose-devel - - desktop/kde/applications/pimcommon/pspec.xml - - - pimcommon - - qt5-base - kio - ki18n - libgcc - kcodecs - kmime - kldap - kxmlgui - kwallet - karchive - kjobwidgets - qt5-webengine - kcalendarcore - kcontacts - kconfig - libxml2 - kservice - kguiaddons - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - ktextwidgets - kconfigwidgets - kwidgetsaddons - qt5-phonon - prison - akonadi - libkdepim - akonadi-contacts - kdoctools - knewstuff - kpimtextedit - grantlee-qt5 - kimap - cyrus-sasl - purpose - - - /etc/xdg - /usr/lib - /usr/share/doc - /usr/mkspecs/ - /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/dbus-1 - /usr/share/config.kcfg - /usr/share/kf5 - /usr/share/config - /usr/share/akonadi - /usr/share/akonadicontact/grantleetheme/default - /usr/share/locale - /usr/share - - - - pimcommon-devel - Development package for pimcommon libraries - Contains development tools and header files for kdepim-common - - qt5-base-devel - boost-devel - pimcommon - - - /usr/lib/cmake - /usr/include - /usr/lib/gpgmepp - /usr/share/kde4/apps/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-26 - 17.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-22 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-04-25 - 16.04.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - poxml - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.sdk - Tools for translating DocBook XML files with Gettex - DocBook XML dosyalarını çevirme araçları. - This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). - poxml, DocBook XML dosyalarını (.po) Gettext yarımıyla çevirmeyi sağlayan bir programdır. - https://download.kde.org/stable/release-service/22.04.3/src/poxml-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - gettext-devel - kdoctools-devel - docbook-xsl - - desktop/kde/applications/poxml/pspec.xml - - - poxml - - libgcc - gettext - qt5-base - - - /usr/bin - /usr/share/doc - /usr/share/man - - - kdesdk - - - kdesdk - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - print-manager - http://www.kde.org/applications/graphics/kruler - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.utils - KDE print manager - KDE print tool. - print-manager - mirrors://kde/stable/release-service/22.04.3/src/print-manager-22.04.3.tar.xz - - kdoctools-devel - extra-cmake-modules - cups-devel - kio-devel - ki18n-devel - libgcc - kconfig-devel - kservice-devel - qt5-base-devel - kdbusaddons-devel - kiconthemes-devel - kcoreaddons-devel - kwindowsystem-devel - knotifications-devel - kconfigwidgets-devel - kwidgetsaddons-devel - qt5-declarative-devel - kcmutils-devel - plasma-framework-devel - - desktop/kde/applications/print-manager/pspec.xml - - - print-manager - - kio - cups - ki18n - libgcc - kconfig - kservice - qt5-base - kdbusaddons - kiconthemes - kcoreaddons - kwindowsystem - knotifications - kconfigwidgets - kwidgetsaddons - qt5-declarative - system-config-printer - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-12 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - rocs - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.edu - Rocs Graph Theory - Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one.. - mirrors://kde/stable/release-service/22.04.3/src/rocs-22.04.3.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-webkit-devel - qt5-base-devel - qt5-xmlpatterns-devel - qt5-script-devel - extra-cmake-modules - kdoctools-devel - kdeclarative-devel - ki18n-devel - gettext-devel - kitemviews-devel - ktexteditor-devel - kxmlgui-devel - kconfig-devel - karchive-devel - kcompletion-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - cmake - qt5-location-devel - grantlee-qt5-devel - boost-devel - qt5-svg-devel - - desktop/kde/applications/rocs/pspec.xml - - - rocs - - qt5-base - qt5-script - qt5-declarative - qt5-xmlpatterns - qt5-webkit - qt5-svg - grantlee-qt5 - kdeclarative - ktexteditor - kparts - libgcc - ki18n - kconfig - karchive - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - kwidgetsaddons - kxmlgui - kitemviews - - - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - rocs-devel - Development files for rocs - - rocs - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-01 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - signon-kwallet-extension - http://kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app - desktop.kde.network - KWallet signon extension - KWallet signon extension - mirrors://kde/stable/release-service/22.04.3/src/signon-kwallet-extension-22.04.3.tar.xz - - extra-cmake-modules - qt5-base-devel - kwallet-devel - signon-devel - - desktop/kde/applications/signon-kwallet-extension/pspec.xml - - - signon-kwallet-extension - KWallet signon extension - - libgcc - signon - kwallet - qt5-base - - - /usr/lib/signon - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - spectacle - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.graphics - KDE screenshot capture utility - Ekran görüntüsü yakalama aracı - Spectacle, a new screenshot application that aims to replace KSnapshot.. - spectacle bir ekran görüntüsü yakalama aracıdır. - mirrors://kde/stable/release-service/22.04.3/src/spectacle-22.04.3.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - libkipi-devel - qt5-script-devel - libxcb-devel - libkscreen-devel - xcb-util-devel - qt5-x11extras-devel - xcb-util-image-devel - xcb-util-cursor-devel - kxmlgui-devel - knewstuff-devel - kio-devel - purpose-devel - kwindowsystem-devel - kcoreaddons-devel - ki18n-devel - kwidgetsaddons-devel - kdeclarative-devel - kwayland-devel - knotifications-devel - kglobalaccel-devel - qt5-declarative-devel - qt5-svg-devel - kguiaddons-devel - - desktop/kde/applications/spectacle/pspec.xml - - - spectacle - - qt5-base - kio - libkscreen - purpose - xcb-util-cursor - ki18n - libgcc - kconfig - kxmlgui - knewstuff - libkipi - kdeclarative - kservice - kcoreaddons - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kdbusaddons - libxcb - xcb-util - kwayland - qt5-x11extras - xcb-util-image - qt5-declarative - qt5-svg - kglobalaccel - kguiaddons - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - /usr/lib - - - ksnapshot - - - ksnapshot - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-15 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-28 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-31 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - step - http://kde.org/applications/education/step/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.edu - Interactive Physical Simulator - Step is an interactive physical simulator. It allows you to explore the physical world through simulations. - mirrors://kde/stable/release-service/22.04.3/src/step-22.04.3.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-declarative-devel - extra-cmake-modules - kdoctools-devel - kdelibs4-support-devel - mesa-devel - khtml-devel - kconfig-devel - knewstuff-devel - kplotting-devel - eigen3 - pkgconfig - libqalculate-devel - cln-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - qt5-linguist - gsl-devel - - desktop/kde/applications/step/pspec.xml - - - step - - qt5-base - cln - gsl - khtml - knewstuff - kplotting - libqalculate - kparts - kio - libgcc - kdelibs4-support - ki18n - kconfig - kxmlgui - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - kconfigwidgets - kwidgetsaddons - kservice - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-04 - 19.08.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-30 - 17.04.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - umbrello - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.sdk - UML modelling tool and code generator - UML modelleme aracı ve kod üreticisi. - Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. - umbrello UML (Unified Modellin Language) modelleme ve diyagram editörüdür. - mirrors://kde/stable/release-service/22.04.3/src/umbrello-22.04.3.tar.xz - - qt5-base-devel - qt5-webkit-devel - libxslt-devel - qt5-svg-devel - kio-devel - kparts-devel - kinit-devel - kcompletion-devel - kxmlgui-devel - kauth-devel - kconfig-devel - ktexteditor-devel - kcoreaddons-devel - kdoctools-devel - docbook-xsl - extra-cmake-modules - kwindowsystem-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - llvm - llvm-clang-devel - llvm-mlir - llvm-polly - - desktop/kde/applications/umbrello/pspec.xml - - - umbrello - - qt5-base - qt5-webkit - kio - ki18n - kcrash - libgcc - kconfig - kxmlgui - libxml2 - qt5-svg - karchive - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - ktextwidgets - kconfigwidgets - kwidgetsaddons - ktexteditor - libxslt - kwindowsystem - llvm-mlir - llvm-polly - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-17 - 22.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 21.12.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-10 - 21.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-09 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 20.08.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-29 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-20 - 16.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-23 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-24 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - zeroconf-ioslave - https://apps.kde.org/zeroconf_ioslave/ - - Pisi Linux Admins - admin@pisilinux.org - - FDL,GPL - app - desktop.kde.applications - Network Monitor for DNS-SD services (Zeroconf) - Network Monitor for DNS-SD services (Zeroconf) - DNS-SD hizmetleri için Ağ İzleyicisi - DNS-SD hizmetleri için Ağ İzleyicisi - https://download.kde.org/stable/release-service/22.04.3/src/zeroconf-ioslave-22.04.3.tar.xz - - kio-devel - ki18n-devel - kdnssd-devel - qt5-base-devel - kcoreaddons-devel - kdbusaddons-devel - extra-cmake-modules - - desktop/kde/applications/zeroconf-ioslave/pspec.xml - - - zeroconf-ioslave - - kio - ki18n - kdnssd - qt5-base - kcoreaddons - kdbusaddons - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-07-15 - 22.04.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-22 - 22.04.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-kde5 - http://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - desktop.kde.bindings - Python3 bindings for KDE5 - KDE5 için Python3 dil bağlayıcıları - python3-kde5 are the Python3 bindings for KDE5. - python3-kde5, KDE5 için Python3 dil bağlayıcısıdır. - https://github.com/groni/Sources/raw/master/python-kde5-4.90.81.tar.gz - - extra-cmake-modules - glibc-devel - python3-devel - kauth-devel - kitemmodels-devel - kitemviews-devel - karchive-devel - kplotting-devel - solid-devel - kcoreaddons-devel - sonnet-devel - kguiaddons-devel - kwidgetsaddons-devel - python3-sip - python3-qt5-devel - qt5-base-devel - - desktop/kde/bindings/python3-kde5/pspec.xml - - - python3-kde5 - app:console - library - - python3 - kauth - kitemmodels - kitemviews - karchive - kplotting - solid - kcoreaddons - sonnet - kguiaddons - kwidgetsaddons - libgcc - qt5-base - - - /usr/bin - /usr/share - /usr/lib - - - - python3-kde5-devel - Development files for python3-kde5 - python3-kde5 için geliştirme dosyaları - data - - python3-kde5 - - - /usr/share/sip - - - - - 2020-06-04 - 4.90.81 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 4.90.81 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 4.90.81 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-20 - 4.90.81 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-13 - 4.90.81 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-14 - 4.90.81 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 4.90.81 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-02 - 4.90.81 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-29 - 4.90.81 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-20 - 4.90.81 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - kcontacts - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.framework - Address book API for KDE. - Address book for KDE for Contacts. - mirrors://kde/stable/frameworks/5.96/kcontacts-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - ki18n-devel - kcodecs-devel - kconfig-devel - kio-devel - iso-codes-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/framework/kcontacts/pspec.xml - - - kcontacts - - qt5-base - qt5-declarative - ki18n - kcodecs - kconfig - kcoreaddons - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcontacts-devel - Development files for kcontacts - - kcontacts - ki18n-devel - kcodecs-devel - kconfig-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-03 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-19 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-04 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kiconthemes - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 icon utilities - This library contains classes to improve the handling of icons in applications using the KDE Frameworks. - mirrors://kde/stable/frameworks/5.96/kiconthemes-5.96.0.tar.xz - - kcoreaddons-devel - qt5-base-devel - qt5-designer-devel - qt5-svg-devel - ki18n-devel - kauth-devel - karchive-devel - kcodecs-devel - kconfig-devel - kitemviews-devel - kconfigwidgets-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/framework/kiconthemes/pspec.xml - - - kiconthemes - - qt5-base - qt5-svg - kconfigwidgets - ki18n - kitemviews - kwidgetsaddons - karchive - kconfig - kcoreaddons - kconfigwidgets - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kiconthemes-devel - Development files for kiconthemes - - kiconthemes - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kquickcharts - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - A QtQuick plugin providing high-performance charts - A QtQuick plugin providing high-performance charts - Yüksek performanslı grafikler sunan bir QtQuick eklentisi - Yüksek performanslı grafikler sunan bir QtQuick eklentisi - mirrors://kde/stable/frameworks/5.96/kquickcharts-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-quickcontrols2-devel - qt5-graphicaleffects - extra-cmake-modules - - desktop/kde/framework/kquickcharts/pspec.xml - - - kquickcharts - - libgcc - qt5-base - qt5-declarative - qt5-quickcontrols2 - - - /usr/lib - /usr/lib/qt5 - /usr/lib/cmake - /usr/share/qlogging-categories5/kquickcharts.categories - /usr/share/doc - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-19 - 5.66.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - attica - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Open Collaboration Service client library, based on Qt 5 - Attica is a library to access Open Collaboration Service servers, based on Qt 5. - mirrors://kde/stable/frameworks/5.96/attica-5.96.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/attica/pspec.xml - - - attica - - qt5-base - libgcc - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - attica-devel - Development files for attica5 - - qt5-base-devel - attica - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - baloo - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Framework for searching and managing metadata - Baloo is a framework for searching and managing metada - mirrors://kde/stable/frameworks/5.96/baloo-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - kcoreaddons-devel - kdbusaddons-devel - kauth-devel - kconfig-devel - kcrash-devel - ki18n-devel - kcompletion-devel - kidletime-devel - kio-devel - solid-devel - kxmlgui-devel - kfilemetadata-devel - kdoctools-devel - kbookmarks-devel - kitemviews-devel - kjobwidgets-devel - kwidgetsaddons-devel - lmdb-devel - kservice-devel - extra-cmake-modules - - desktop/kde/framework/baloo/pspec.xml - - - baloo - - qt5-base - qt5-declarative - kcoreaddons - kdbusaddons - libgcc - kconfig - kcrash - ki18n - kidletime - kio - solid - kfilemetadata - lmdb - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - baloo-devel - Development files for baloo-widgets - - baloo - qt5-base-devel - kcoreaddons-devel - kfilemetadata-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-24 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - bluez-qt - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.kde.framework - Qt wrapper for KDE 5 Bluez DBus API - Qt wrapper for KDE 5 DBus API. - mirrors://kde/stable/frameworks/5.96/bluez-qt-5.96.0.tar.xz - - bluez - bluez-libs-devel - qt5-base-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/bluez-qt/pspec.xml - - - bluez-qt - - qt5-base - qt5-declarative - libgcc - - - /usr/lib/qt5 - /usr/lib - /etc/xdg - /usr/share/doc - /lib/udev - /usr/share/qlogging-categories5 - /usr/share/qlogging-categories5/bluez.categories - - - - bluez-qt-devel - Development files for bluez-qt - - bluez-qt - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 5.45.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - breeze-icons - https://projects.kde.org/projects/kde/workspace/breeze - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.framework - Breeze icon themes - İcon themes breeze - mirrors://kde/stable/frameworks/5.96/breeze-icons-5.96.0.tar.xz - - extra-cmake-modules - qt5-base-devel - libxml2-devel - python3-devel - python3-lxml - - desktop/kde/framework/breeze-icons/pspec.xml - - - breeze-icons - Breeze icon themes - - /usr/share - /usr/share/doc - - - breeze-16.svg - breeze-22.svg - breeze-dark-16.svg - breeze-dark-22.svg - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 5.88.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - extra-cmake-modules - https://www.kde.org - - Pisi Linux Admins - admin@gmail.com - - LGPLv2 - library - desktop.kde.framework - Extra cmake modules for KDE5 - Extra cmake modules KDE5 - mirrors://kde/stable/frameworks/5.96/extra-cmake-modules-5.96.0.tar.xz - - cmake - flex - - desktop/kde/framework/extra-cmake-modules/pspec.xml - - - extra-cmake-modules - programming.build - - cmake - flex - - - /usr/share - /usr/lib - /usr/share/man/man7 - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-05 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-16 - 5.22.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - frameworkintegration - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Framework providing components to allow applications to integrate with a KDE Workspace - Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. - mirrors://kde/stable/frameworks/5.96/frameworkintegration-5.96.0.tar.xz - - libxcb-devel - libXcursor-devel - appstream-qt5-devel - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - oxygen-fonts - kconfig-devel - kpackage-devel - kxmlgui-devel - kcompletion-devel - kcoreaddons-devel - kjobwidgets-devel - kconfigwidgets-devel - kiconthemes-devel - ki18n-devel - kauth-devel - kio-devel - knotifications-devel - kwidgetsaddons-devel - extra-cmake-modules - knewstuff-devel - - desktop/kde/framework/frameworkintegration/pspec.xml - - - frameworkintegration - - qt5-base - kconfig - kconfigwidgets - kiconthemes - ki18n - knotifications - kwidgetsaddons - knewstuff - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - frameworkintegration-devel - Development files for framework-integration - - frameworkintegration - kconfigwidgets-devel - kiconthemes-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kactivities - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Library for KDE's Plasma Activities support - Kactivities provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/frameworks/5.96/kactivities-5.96.0.tar.xz - - qt5-base-devel - mesa-devel - boost-devel - kdbusaddons-devel - kdeclarative-devel - kpackage-devel - ki18n-devel - kconfig-devel - kcoreaddons-devel - kio-devel - kservice-devel - kbookmarks-devel - kwidgetsaddons-devel - kcompletion-devel - kjobwidgets-devel - kitemviews-devel - solid-devel - kauth-devel - kcodecs-devel - kconfigwidgets-devel - kxmlgui-devel - kwindowsystem-devel - kglobalaccel-devel - kcmutils-devel - qt5-declarative-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - extra-cmake-modules - - desktop/kde/framework/kactivities/pspec.xml - - - kactivities - - qt5-base - qt5-declarative - kcoreaddons - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kactivities-devel - Development files for kactivities - - qt5-base-devel - kactivities - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kactivities-stats - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Library for KDE's Plasma Activities support - Kactivities provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/frameworks/5.96/kactivities-stats-5.96.0.tar.xz - - qt5-base-devel - boost-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - kconfig-devel - kactivities-devel - extra-cmake-modules - - desktop/kde/framework/kactivities-stats/pspec.xml - - - kactivities-stats - - qt5-base - libgcc - kconfig - kactivities - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kactivities-stats-devel - Development files for kactivities-stats - - qt5-base-devel - kconfig-devel - kactivities-devel - kactivities-stats - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-31 - 5.24 - Version release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kapidox - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 Frameworks API documentation tools. - KDE5 Frameworks API dokümantasyon araçları. - KDE5 Frameworks API documentation tools. - KDE5 Frameworks API dokümantasyon araçları. - mirrors://kde/stable/frameworks/5.96/kapidox-5.96.0.tar.xz - - python3-Jinja2 - python3-PyYAML - extra-cmake-modules - python3-setuptools - - desktop/kde/framework/kapidox/pspec.xml - - - kapidox - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 5.87.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - karchive - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Qt 5 addon providing access to numerous types of archives - KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. - mirrors://kde/stable/frameworks/5.96/karchive-5.96.0.tar.xz - - bzip2 - xz-devel - zlib-devel - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/karchive/pspec.xml - - - karchive - - xz - zlib - bzip2 - qt5-base - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - karchive-devel - Development files for karchive - - qt5-base-devel - karchive - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kauth - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Abstraction to system policy and authentication features - Framework which lets applications perform actions as a privileged user - mirrors://kde/stable/frameworks/5.96/kauth-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - polkit-qt-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/framework/kauth/pspec.xml - - - kauth - - qt5-base - polkit-qt - kcoreaddons - libgcc - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kauth-devel - Development files for kauth - - kauth - kcoreaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kbookmarks - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Access and manipulate bookmarks stored using XBEL format - Framework which lets you access and manipulate bookmarks stored using XBEL format - mirrors://kde/stable/frameworks/5.96/kbookmarks-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - kcoreaddons-devel - kauth-devel - kcodecs-devel - kconfig-devel - kconfigwidgets-devel - kiconthemes-devel - kwidgetsaddons-devel - kxmlgui-devel - extra-cmake-modules - - desktop/kde/framework/kbookmarks/pspec.xml - - - kbookmarks - - qt5-base - libgcc - kcoreaddons - kcodecs - kconfig - kwidgetsaddons - kxmlgui - kconfigwidgets - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kbookmarks-devel - Development files for kbookmarks - - kbookmarks - qt5-base-devel - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcalendarcore - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - The KDE calendar access library - The KDE calendar access library - The KDE calendar access library - The KDE calendar access library - mirrors://kde/stable/frameworks/5.96/kcalendarcore-5.96.0.tar.xz - - qt5-base-devel - libical-devel - extra-cmake-modules - - desktop/kde/framework/kcalendarcore/pspec.xml - - - kcalendarcore - - libical - qt5-base - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - kcalendarcore-devel - Development files for kcalendarcore - - kcalendarcore - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-10 - 5.76.0 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-03 - 5.66.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kcmutils - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Utilities for interacting with KCModules - KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. - mirrors://kde/stable/frameworks/5.96/kcmutils-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - mesa-devel - kcodecs-devel - kpackage-devel - kdeclarative-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kconfig-devel - kauth-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kservice-devel - kxmlgui-devel - kguiaddons-devel - extra-cmake-modules - - desktop/kde/framework/kcmutils/pspec.xml - - - kcmutils - - qt5-base - qt5-declarative - libgcc - kdeclarative - kconfigwidgets - kwidgetsaddons - kconfig - kauth - kcoreaddons - ki18n - kitemviews - kservice - kxmlgui - kguiaddons - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcmutils-devel - Development files for kcmutils - - kcmutils - kconfigwidgets-devel - kservice-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-09 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-06 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-24 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcodecs - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Plugins allowing Qt applications to access further types of images - KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings. - mirrors://kde/stable/frameworks/5.96/kcodecs-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - extra-cmake-modules - gperf - - desktop/kde/framework/kcodecs/pspec.xml - - - kcodecs - - qt5-base - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcodecs-devel - Development files for kcodecs - - qt5-base-devel - kcodecs - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcompletion - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Addon with auto completion widgets and classes - KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets. - mirrors://kde/stable/frameworks/5.96/kcompletion-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-linguist - kconfig-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/framework/kcompletion/pspec.xml - - - kcompletion - - kconfig - kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcompletion-devel - Development files for kcompletion - - qt5-base-devel - kcompletion - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kconfig - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.framework - Advanced configuration system for KDE Frameworks 5 - Kconfig provides advanced libraries and tools for accessing configuration files. - mirrors://kde/stable/frameworks/5.96/kconfig-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-linguist - extra-cmake-modules - - desktop/kde/framework/kconfig/pspec.xml - - - kconfig - - qt5-base - qt5-declarative - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kconfig-devel - Development files for kconfig - - qt5-base-devel - kconfig - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kconfigwidgets - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.framework - Kconfig widgets - KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. - mirrors://kde/stable/frameworks/5.96/kconfigwidgets-5.96.0.tar.xz - - qt5-base-devel - ki18n-devel - kauth-devel - kcodecs-devel - kconfig-devel - kcoreaddons-devel - kguiaddons-devel - kwidgetsaddons-devel - kdoctools-devel - docbook-xsl - extra-cmake-modules - qt5-designer-devel - - desktop/kde/framework/kconfigwidgets/pspec.xml - - - kconfigwidgets - - libgcc - qt5-base - kauth - kcodecs - kconfig - kcoreaddons - kguiaddons - ki18n - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - kconfigwidgets-devel - Development files for kconfigwidgets - - kconfigwidgets - kauth-devel - kcodecs-devel - kconfig-devel - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcoreaddons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Utilities for core application functionality and accessing the OS - KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more. - mirrors://kde/stable/frameworks/5.96/kcoreaddons-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - shared-mime-info - extra-cmake-modules - - desktop/kde/framework/kcoreaddons/pspec.xml - - - kcoreaddons - - qt5-base - shared-mime-info - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcoreaddons-devel - Development files for kcoreaddons - - qt5-base-devel - kcoreaddons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-06 - 5.63.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcrash - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Kcrash crash handling application - KCrash provides support for intercepting and handling application crashes. - mirrors://kde/stable/frameworks/5.96/kcrash-5.96.0.tar.xz - - qt5-base-devel - qt5-x11extras-devel - kcoreaddons-devel - kwindowsystem-devel - libX11-devel - extra-cmake-modules - - desktop/kde/framework/kcrash/pspec.xml - - - kcrash - - qt5-base - libX11 - qt5-x11extras - kwindowsystem - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcrash-devel - Development files for kcrash - - qt5-base-devel - kcrash - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-24 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdav - https://github.com/KDE/kdav - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - library - app:gui - desktop.kde.applications - A DAV protocol implemention with KJobs - Bir DAV protokolü uygulaması - Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV. - Takvimler ve işler CalDAV veya GroupDAV'ı kullanarak desteklenir. - mirrors://kde/stable/frameworks/5.96/kdav-5.96.0.tar.xz - - libgcc - kio-devel - solid-devel - kauth-devel - ki18n-devel - kxmlgui-devel - kcodecs-devel - kcoreaddons-devel - kconfig-devel - extra-cmake-modules - kservice-devel - kitemviews-devel - kbookmarks-devel - kcompletion-devel - kjobwidgets-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - qt5-base-devel - qt5-xmlpatterns-devel - - desktop/kde/framework/kdav/pspec.xml - - - kdav - - kio - ki18n - libgcc - kcoreaddons - qt5-base - qt5-xmlpatterns - - - /usr/bin - /usr/share/locale - /usr/lib - /etc/xdg - /usr/share - - - - kdav-devel - Development files for kdav - kdav için geliştirme dosyaları - - kdav - kcoreaddons-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/share/apps/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-14 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 20.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-11 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 19.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 19.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-23 - 19.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-08 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-07-04 - 17.04.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - kdbusaddons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Extra modules for Qt-DBus - KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules. - mirrors://kde/stable/frameworks/5.96/kdbusaddons-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - extra-cmake-modules - - desktop/kde/framework/kdbusaddons/pspec.xml - - - kdbusaddons - - qt5-base - qt5-x11extras - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdbusaddons-devel - Development files for kdbusaddons - - qt5-base-devel - kdbusaddons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdeclarative - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Integration of QML and KDE workspaces - KDeclarative provides integration of QML and KDE workspaces. - mirrors://kde/stable/frameworks/5.96/kdeclarative-5.96.0.tar.xz - - qt5-base-devel - mesa-devel - libepoxy-devel - qt5-declarative-devel - kauth-devel - kcodecs-devel - kpackage-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - kguiaddons-devel - knotifications-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kio-devel - kbookmarks-devel - kcompletion-devel - kconfigwidgets-devel - kitemviews-devel - kjobwidgets-devel - solid-devel - kxmlgui-devel - kwidgetsaddons-devel - kwindowsystem-devel - extra-cmake-modules - - desktop/kde/framework/kdeclarative/pspec.xml - - - kdeclarative - - qt5-base - libepoxy - qt5-declarative - kpackage - kconfig - kservice - kcoreaddons - kglobalaccel - ki18n - kiconthemes - kio - kguiaddons - knotifications - kwidgetsaddons - kwindowsystem - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdeclarative-devel - Development files for kdeclarative - - qt5-base-devel - kpackage-devel - kconfig-devel - kcoreaddons-devel - kdeclarative - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-06 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kded - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 daemon - Kded runs in the background and performs a number of small tasks. - mirrors://kde/stable/frameworks/5.96/kded-5.96.0.tar.xz - - qt5-base-devel - kdoctools-devel - kcoreaddons-devel - kconfig-devel - kcrash-devel - kdbusaddons-devel - kservice-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kded/pspec.xml - - - kded - - qt5-base - libgcc - kcoreaddons - kconfig - kcrash - kdbusaddons - kservice - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - kded-devel - Development files for kded - - kded - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdelibs4-support - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Code and utilities to ease the transition to KDE Frameworks 5 - KDELibs4Support provides libraries to port KDE4 programs to QT5/KDE5 - mirrors://kde/stable/frameworks/5.96/portingAids/kdelibs4support-5.96.0.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-designer-devel - qt5-x11extras-devel - perl-URI - libxcb-devel - libSM-devel - docbook-xml - openssl-devel - libX11-devel - karchive-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - kiconthemes-devel - kservice-devel - kwindowsystem-devel - kwidgetsaddons-devel - knotifications-devel - kxmlgui-devel - ki18n-devel - kio-devel - kauth-devel - kcrash-devel - kdesignerplugin - intltool - kdoctools-devel - kglobalaccel-devel - kguiaddons-devel - kparts-devel - ktextwidgets-devel - sonnet-devel - kunitconversion-devel - kded-devel - kemoticons-devel - kdoctools-devel - kitemmodels-devel - kinit-devel - NetworkManager-devel - docbook-xsl - libX11-devel - extra-cmake-modules - - desktop/kde/framework/kdelibs4-support/pspec.xml - - - kdelibs4-support - - qt5-base - libICE - libxcb - libX11 - qt5-svg - qt5-x11extras - libSM - kdesignerplugin - kauth - solid - kcodecs - kcoreaddons - kjobwidgets - kcompletion - kconfig - kconfigwidgets - kcrash - kdbusaddons - kglobalaccel - kguiaddons - ki18n - kiconthemes - kio - kitemviews - knotifications - kparts - kservice - ktextwidgets - kxmlgui - kwindowsystem - kwidgetsaddons - qt5-designer - kded - kemoticons - kdoctools - kitemmodels - kinit - kunitconversion - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - kdelibs4-support-devel - Development files for kdelibs4-support - - kdelibs4-support - karchive-devel - qt5-base-devel - libxcb-devel - libICE-devel - libX11-devel - qt5-svg-devel - qt5-x11extras-devel - libSM-devel - kauth-devel - solid-devel - kcodecs-devel - kcoreaddons-devel - kjobwidgets-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcrash-devel - kdbusaddons-devel - kglobalaccel-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kio-devel - kitemviews-devel - knotifications-devel - kparts-devel - kservice-devel - ktextwidgets-devel - kxmlgui-devel - kwindowsystem-devel - kwidgetsaddons-devel - kded-devel - kemoticons-devel - kdoctools-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.35.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdesignerplugin - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - QT Designer integration for KDE5 Frameworks widgets - This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files. - mirrors://kde/stable/frameworks/5.96/portingAids/kdesignerplugin-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-designer - kdoctools-devel - kio-devel - kauth-devel - kconfig-devel - kwidgetsaddons-devel - kitemviews-devel - kiconthemes-devel - kcoreaddons-devel - kcompletion-devel - kconfigwidgets-devel - kxmlgui-devel - kplotting-devel - ktextwidgets-devel - sonnet-devel - kdewebkit-devel - docbook-xml - docbook-xsl - extra-cmake-modules - qt5-designer-devel - - desktop/kde/framework/kdesignerplugin/pspec.xml - - - kdesignerplugin - - qt5-base - libgcc - kconfig - kcoreaddons - qt5-designer - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdesu - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - User interface for running shell commands with root privileges - kdesu provides functionality for building GUI front ends for (password asking) console mode programs. - mirrors://kde/stable/frameworks/5.96/kdesu-5.96.0.tar.xz - - qt5-base-devel - kcoreaddons-devel - kpty-devel - kservice-devel - ki18n-devel - kconfig-devel - libX11-devel - extra-cmake-modules - - desktop/kde/framework/kdesu/pspec.xml - - - kdesu - - qt5-base - kcoreaddons - kpty - kservice - ki18n - kconfig - libX11 - - - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/qlogging-categories5/ksu.categories - /usr/share/doc - - - - kdesu-devel - Development files for kdesu - - kdesu - kpty-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdewebkit - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 WebKit integration - KdeWebkit provides KDE integration of the QtWebKit library. - mirrors://kde/stable/frameworks/5.96/portingAids/kdewebkit-5.96.0.tar.xz - - qt5-base-devel - qt5-webkit-devel - qt5-designer-devel - kauth-devel - sonnet-devel - kconfig-devel - ktextwidgets-devel - kjobwidgets-devel - kcoreaddons-devel - kparts-devel - kservice-devel - kwallet-devel - kio-devel - extra-cmake-modules - - desktop/kde/framework/kdewebkit/pspec.xml - - - kdewebkit - - qt5-webkit - kconfig - kjobwidgets - qt5-base - kcoreaddons - kparts - kservice - kwallet - kio - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/mkspecs/modules/ - /usr/share/doc - - - - kdewebkit-devel - Development files for kdewebkit - - kdewebkit - qt5-webkit-devel - kconfig-devel - kjobwidgets-devel - qt5-base-devel - kcoreaddons-devel - kparts-devel - kservice-devel - kwallet-devel - kio-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-26 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdnssd - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Network service discovery using Zeroconf - KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. - mirrors://kde/stable/frameworks/5.96/kdnssd-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - avahi-devel - avahi-compat-libdns_sd-devel - extra-cmake-modules - - desktop/kde/framework/kdnssd/pspec.xml - - - kdnssd - - qt5-base - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdnssd-devel - Development files for kdnssd. - - qt5-base-devel - kdnssd - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdoctools - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 document generator - kdoctools is an application aims to generate documents from DocBook. - mirrors://kde/stable/frameworks/5.96/kdoctools-5.96.0.tar.xz - - qt5-base-devel - perl-URI - python - libxml2-devel - libxslt-devel - docbook-xml - docbook-xsl - docbook-sgml4_5 - ki18n-devel - karchive-devel - extra-cmake-modules - - desktop/kde/framework/kdoctools/pspec.xml - - - kdoctools - - qt5-base - libxml2 - libxslt - docbook-xml - docbook-xsl - karchive - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - kdoctools-devel - Development files for kdoctools - - qt5-base-devel - kdoctools - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.52.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kemoticons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE emoticon manager - KEmoticons converts emoticons from text to a graphical representation with images in HTML. - mirrors://kde/stable/frameworks/5.96/kemoticons-5.96.0.tar.xz - - qt5-base-devel - karchive-devel - kcoreaddons-devel - kconfig-devel - kservice-devel - extra-cmake-modules - - desktop/kde/framework/kemoticons/pspec.xml - - - kemoticons - - qt5-base - libgcc - karchive - kcoreaddons - kconfig - kservice - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kemoticons-devel - Development files for kemoticons - - kemoticons - qt5-base-devel - kservice-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kfilemetadata - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 library for extracting meta data from files. - KDE library for extracting meta data from files. - mirrors://kde/stable/frameworks/5.96/kfilemetadata-5.96.0.tar.xz - - qt5-base-devel - qt5-multimedia-devel - attr-devel - ebook-tools-devel - exiv2-devel - ffmpeg-devel - taglib-devel - libappimage-devel - poppler-qt5-devel - karchive-devel - ki18n-devel - kconfig-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/framework/kfilemetadata/pspec.xml - - - kfilemetadata - - qt5-base - ebook-tools - libgcc - exiv2-libs - taglib - libappimage - ffmpeg - poppler-qt5 - karchive - kcoreaddons - ki18n - kconfig - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kfilemetadata-devel - Development files for kfilemetadata - - kfilemetadata - qt5-base-devel - ebook-tools-devel - exiv2-devel - taglib-devel - ffmpeg-devel - poppler-qt5-devel - karchive-devel - ki18n-devel - kconfig-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 5.38.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-20 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kglobalaccel - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Global desktop keyboard shortcuts - KGlobalAccel allows you to have global accelerators that are independent of the focused window. - mirrors://kde/stable/frameworks/5.96/kglobalaccel-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-base - libxcb-devel - kcrash-devel - kconfig-devel - qt5-x11extras-devel - kcoreaddons-devel - kdbusaddons-devel - xcb-util-keysyms-devel - kwindowsystem-devel - kservice-devel - extra-cmake-modules - - desktop/kde/framework/kglobalaccel/pspec.xml - - - kglobalaccel - - qt5-base - libxcb - kcrash - kconfig - qt5-x11extras - kcoreaddons - kdbusaddons - xcb-util-keysyms - kwindowsystem - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kglobalaccel-devel - Development files for kglobalaccel - - kglobalaccel - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-15 - 5.38.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kguiaddons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Utilities for graphical user interfaces - The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files. - mirrors://kde/stable/frameworks/5.96/kguiaddons-5.96.0.tar.xz + util.misc + GNU Midnight Commander cli-based file manager + GNU Midnight Commander konsol kip dosya yöneticisi + Contains GNU Midnight Commander cli-based file manager. You can do lots of file management and editing tasks, both in normal terminals and in terminal emulators of X. Also has file transfer capabilities over FTP, SSH, and Samba. + GNU Midnight Commander (mc), komut satırında çalışan metin tabanlı bir dosya yönetim ve düzenleme uygulamasıdır. İki sistem arasında FTP, SSH ve Samba protokollerini kullanarak dosya transferlerine de olanak verir. + http://ftp.midnight-commander.org/mc-4.8.26.tar.xz libX11-devel - libxcb-devel - wayland-devel - plasma-wayland-protocols - qt5-base-devel - qt5-wayland-devel - qt5-x11extras-devel - extra-cmake-modules - - desktop/kde/framework/kguiaddons/pspec.xml - - - kguiaddons - - libX11 - wayland-client - qt5-base - qt5-wayland - qt5-x11extras - - - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/applications - /usr/share/doc - /usr/share/qlogging-categories5/kguiaddons.categories - - - - kguiaddons-devel - Development files for kguiaddons - - kguiaddons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kholidays - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE library for regional holiday information - KDE library for regional holiday information - https://download.kde.org/stable/frameworks/5.96/kholidays-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-linguist - autogen-devel - kitemviews-devel - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - extra-cmake-modules - - desktop/kde/framework/kholidays/pspec.xml - - - kholidays - - qt5-base - qt5-declarative - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kholidays-devel - Development files for kdelibs4-support - - qt5-base-devel - kholidays - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 5.45.0 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 17.12.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-23 - 17.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-22 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 16.08.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-20 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-28 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - khtml - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - HTML rendering engine for KDE - KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. - mirrors://kde/stable/frameworks/5.96/portingAids/khtml-5.96.0.tar.xz - - qt5-base-devel - qt5-x11extras-devel - libjpeg-turbo-devel - giflib-devel - libpng-devel - qt5-phonon-devel - libX11-devel - zlib-devel - kio-devel - kjs-devel - karchive-devel - knotifications-devel - kglobalaccel-devel - kauth-devel - kparts-devel - kwallet-devel - ktextwidgets-devel - sonnet-devel - openssl-devel - gperf - extra-cmake-modules - - desktop/kde/framework/khtml/pspec.xml - - - khtml - - qt5-base - qt5-x11extras - qt5-phonon - zlib - giflib - libX11 - libgcc - libpng - libjpeg-turbo - sonnet - kcodecs - kconfig - kjobwidgets - kwidgetsaddons - kcompletion - karchive - kconfigwidgets - kcoreaddons - kglobalaccel - ki18n - kiconthemes - kio - kjs - knotifications - kparts - kservice - ktextwidgets - kwallet - kwindowsystem - kxmlgui - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - khtml-devel - Development files for khtml - - khtml - qt5-base-devel - kcodecs-devel - ki18n-devel - kio-devel - kjs-devel - kparts-devel - ktextwidgets-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ki18n - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE Gettext-based UI text internationalization. - KDE grafik arabirim yerelleştirme kitaplığı - KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. - ki18n, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır - mirrors://kde/stable/frameworks/5.96/ki18n-5.96.0.tar.xz - - qt5-base-devel - qt5-script-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/ki18n/pspec.xml - - - ki18n - - qt5-base - qt5-declarative - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - ki18n-devel - Development files for kde5-ki18n - ki18n için geliştirme dosyaları - - ki18n - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kidletime - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Idle time reporting utility - KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. - mirrors://kde/stable/frameworks/5.96/kidletime-5.96.0.tar.xz - - qt5-base-devel - qt5-x11extras-devel - libX11-devel - libXext-devel - libXScrnSaver-devel - libxcb-devel - extra-cmake-modules - - desktop/kde/framework/kidletime/pspec.xml - - - kidletime - - qt5-base - libX11 - libxcb - libXScrnSaver - libXext - qt5-x11extras - - - /etc/xdg/kidletime.categories - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kidletime-devel - Development files for kidletime - - kidletime - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kimageformats - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Image formats addons for QT 5 - This framework provides additional image format plugins for QtGui. - mirrors://kde/stable/frameworks/5.96/kimageformats-5.96.0.tar.xz - - libheif-devel - qt5-base-devel - openexr-devel - karchive-devel - extra-cmake-modules - - desktop/kde/framework/kimageformats/pspec.xml - - - kimageformats - - qt5-base - libheif - karchive - openexr-libs - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.87.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-20 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-14 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kinit - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE applications initialization utility - Process launcher to speed up launching KDE applications. - mirrors://kde/stable/frameworks/5.96/kinit-5.96.0.tar.xz - - qt5-base-devel - kdoctools-devel - libX11-devel - libcap-devel - libgcc - libxcb-devel - kcrash-devel - kcoreaddons-devel - kitemviews-devel - solid-devel - kxmlgui-devel - kjobwidgets-devel - kcompletion-devel - kwidgetsaddons-devel - kconfig-devel - kcodecs-devel - kauth-devel - kconfigwidgets-devel - kio-devel - ki18n-devel - kservice-devel - kbookmarks-devel - kdbusaddons-devel - kwindowsystem-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kinit/pspec.xml - - - kinit - - qt5-base - libX11 - libcap - libxcb - kio - kcrash - kcoreaddons - kconfig - ki18n - kservice - kdbusaddons - kwindowsystem - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/locale - /usr/bin - /usr/share/doc - /usr/share/man - - - - kinit-devel - Development files for kinit - - qt5-base-devel - libX11-devel - libcap-devel - libxcb-devel - kio-devel - kcrash-devel - kconfig-devel - ki18n-devel - kservice-devel - kdbusaddons-devel - kcoreaddons-devel - kwindowsystem-devel - kinit - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-22 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kio - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Resource and network access abstraction - Network transparent access to files and data - mirrors://kde/stable/frameworks/5.96/kio-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-declarative-devel - acl-devel - attr-devel - mit-kerberos-devel - kcrash-devel - karchive-devel - kconfig-devel - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kservice-devel - solid-devel - sonnet-devel - kdoctools-devel - kbookmarks-devel - kwidgetsaddons-devel - kcompletion-devel - kconfigwidgets-devel - kauth-devel - kcodecs-devel - kiconthemes-devel - kitemviews-devel - kjobwidgets-devel - kwindowsystem-devel - qt5-x11extras-devel - kwallet-devel - kxmlgui-devel - ktextwidgets-devel - knotifications-devel - kguiaddons-devel - libxslt-devel - qt5-script-devel - zlib-devel - docbook-sgml4_5 - docbook-xml - docbook-xsl - extra-cmake-modules - kded-devel - libutil-linux-devel - - desktop/kde/framework/kio/pspec.xml - - - kio - - qt5-base - qt5-declarative - acl - libgcc - libxml2 - libxslt - kdoctools - mit-kerberos - kauth - kcrash - knotifications - qt5-x11extras - karchive - kconfig - kcodecs - kbookmarks - kcompletion - kconfigwidgets - kcoreaddons - kdbusaddons - ki18n - kiconthemes - kitemviews - kjobwidgets - kservice - ktextwidgets - kwallet - kwidgetsaddons - kwindowsystem - kxmlgui - solid - kguiaddons - libutil-linux - - - /etc/ - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - kio-devel - Development files for kio - - qt5-base-devel - kio - kconfig-devel - kcodecs-devel - kbookmarks-devel - kcompletion-devel - kcoreaddons-devel - kitemviews-devel - kjobwidgets-devel - kservice-devel - kwindowsystem-devel - kxmlgui-devel - solid-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-13 - 5.74.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 5.70.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-20 - 5.62.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-27 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-25 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-27 - 5.54.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-14 - 5.54.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-12 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 5.46.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-06 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kirigami - https://quickgit.kde.org/?p=kirigami.git - - Ali Algul - aligulle3801@gmail.com - - LGPL - desktop.kde.framework - A set of QML components for mobile/desktop convergent applications made by KDE - A set of QML components for mobile/desktop convergent applications made by KDE - https://download.kde.org/stable/frameworks/5.96/kirigami2-5.96.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-quickcontrols - qt5-quickcontrols2-devel - qt5-graphicaleffects - qt5-linguist - qt5-svg-devel - - desktop/kde/framework/kirigami/pspec.xml - - - kirigami - A set of QML components for mobile/desktop convergent applications made by KDE - - qt5-base - qt5-declarative - qt5-quickcontrols - qt5-quickcontrols2 - qt5-graphicaleffects - - - /usr/share/locale/ - /usr/lib/ - - - - kirigami-devel - Development files for kirigami - - kirigami - qt5-quickcontrols2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/kdevappwizard/templates/kirigami.tar.bz2 - /usr/lib/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.51.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-18 - 2.2.0 - F. Release. - Ali Algul - aligulle3801@gmail.com - - - - - - kitemmodels - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Set of item models extending the Qt model-view framework - KItemModels provides a set of item models extending the Qt model-view framework. - mirrors://kde/stable/frameworks/5.96/kitemmodels-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/kitemmodels/pspec.xml - - - kitemmodels - - qt5-base - qt5-declarative - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kitemmodels-devel - Development files for kitemmodels - - qt5-base-devel - kitemmodels - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kitemviews - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Set of item models extending the Qt model-view framework - KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists. - mirrors://kde/stable/frameworks/5.96/kitemviews-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-designer-devel - extra-cmake-modules - - desktop/kde/framework/kitemviews/pspec.xml - - - kitemviews - - qt5-base - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kitemviews-devel - Development files for kitemviews - - qt5-base-devel - kitemviews - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kjobwidgets - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Widgets for showing progress of asynchronous jobs - KJobWIdgets provides widgets for showing progress of asynchronous jobs. - mirrors://kde/stable/frameworks/5.96/kjobwidgets-5.96.0.tar.xz - - libX11-devel - qt5-base-devel - qt5-linguist - kcoreaddons-devel - kwidgetsaddons-devel - qt5-x11extras-devel - extra-cmake-modules - - desktop/kde/framework/kjobwidgets/pspec.xml - - - kjobwidgets - - qt5-base - libgcc - kcoreaddons - kwidgetsaddons - qt5-x11extras - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kjobwidgets-devel - Development files for kjobwidgets - - qt5-base-devel - kcoreaddons-devel - kjobwidgets - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kjs - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - JavaScript engine for KDE - This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. - mirrors://kde/stable/frameworks/5.96/portingAids/kjs-5.96.0.tar.xz - - qt5-base-devel - libpcre-devel - kdoctools-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kjs/pspec.xml - - - kjs - - qt5-base - libgcc - libpcre - - - /usr/bin - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - kjs-devel - Development files for kjs - - qt5-base-devel - kjs - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kjsembed - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - JavaScript support for HTML rendering engine on KDE5 - The KJSEmbed library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs) that makes it easy to add scriptability to an application. - mirrors://kde/stable/frameworks/5.96/portingAids/kjsembed-5.96.0.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-designer-devel - kdoctools-devel - ki18n-devel - kjs-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kjsembed/pspec.xml - - - kjsembed - - qt5-base - qt5-svg - libgcc - ki18n - kjs - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - kjsembed-devel - Development files for kjsembed - - ki18n-devel - kjs-devel - kjsembed - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmediaplayer - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 media player Plugin interface for media player features - KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files. - mirrors://kde/stable/frameworks/5.96/portingAids/kmediaplayer-5.96.0.tar.xz - - qt5-base-devel - kio-devel - kauth-devel - kparts-devel - ktextwidgets-devel - sonnet-devel - kxmlgui-devel - extra-cmake-modules - - desktop/kde/framework/kmediaplayer/pspec.xml - - - kmediaplayer - - qt5-base - libgcc - kparts - kxmlgui - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kmediaplayer-devel - Development files for kmediaplayer - - kmediaplayer - qt5-base-devel - kparts-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knewstuff - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Framework for downloading and sharing additional application data - The KNewStuff library implements collaborative data sharing for applications. - mirrors://kde/stable/frameworks/5.96/knewstuff-5.96.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - boost-devel - kauth-devel - ksyndication-devel - kwidgetsaddons-devel - ktextwidgets-devel - kiconthemes-devel - kcompletion-devel - kitemviews-devel - karchive-devel - attica-devel - kconfig-devel - kcoreaddons-devel - kcmutils-devel - kdeclarative-devel - ki18n-devel - kio-devel - kglobalaccel-devel - kservice-devel - kxmlgui-devel - kbookmarks-devel - kwindowsystem-devel - sonnet-devel - kcodecs-devel - kconfigwidgets-devel - solid-devel - kjobwidgets-devel - kpackage-devel - extra-cmake-modules - kirigami-devel - - desktop/kde/framework/knewstuff/pspec.xml - - - knewstuff - - qt5-base - qt5-declarative - ksyndication - kwidgetsaddons - ktextwidgets - kiconthemes - kcompletion - kitemviews - karchive - attica - kconfig - kcoreaddons - ki18n - kio - kservice - kxmlgui - kjobwidgets - kpackage - - - /usr/bin/knewstuff-dialog - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - knewstuff-devel - Development files for knewstuff - - qt5-base-devel - attica-devel - kservice-devel - kxmlgui-devel - knewstuff - ksyndication-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.51.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knotifications - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 Desktop notifications - KNotification is used to notify the user of an event. It covers feedback and persistent events. - mirrors://kde/stable/frameworks/5.96/knotifications-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-speech-devel - qt5-declarative-devel - kwindowsystem-devel - qt5-x11extras-devel - kservice-devel - kconfig-devel - kcoreaddons-devel - kiconthemes-devel - kcodecs-devel - libdbusmenu-qt-devel - libcanberra-devel - qt5-phonon-devel - libXtst-devel - extra-cmake-modules - - desktop/kde/framework/knotifications/pspec.xml - - - knotifications - - qt5-base - qt5-speech - qt5-declarative - libXtst - libX11 - qt5-x11extras - kconfig - kcoreaddons - libdbusmenu-qt - libcanberra - kwindowsystem - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - knotifications-devel - Development files for knotifications - - knotifications - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 5.45.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knotifyconfig - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Configuration dialog for desktop notifications - KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application.. - mirrors://kde/stable/frameworks/5.96/knotifyconfig-5.96.0.tar.xz - - qt5-base-devel - qt5-phonon-devel - solid-devel - kauth-devel - kconfig-devel - kxmlgui-devel - kcompletion-devel - ki18n-devel - kio-devel - kcodecs-devel - kservice-devel - kjobwidgets-devel - kbookmarks-devel - kcoreaddons-devel - kwidgetsaddons-devel - kitemviews-devel - kconfigwidgets-devel - kwindowsystem-devel - libcanberra-devel - extra-cmake-modules - - desktop/kde/framework/knotifyconfig/pspec.xml - - - knotifyconfig - - qt5-base - libcanberra - kconfig - ki18n - kio - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - knotifyconfig-devel - Development files for knotifyconfig - - knotifyconfig - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpackage - https://userbase.kde.org/KPackage - - Stefan Gronewold(groni) - groni@pisilinux.org - - LGPL - app:library - desktop.kde.framework - Framework that lets applications manage user installable packages of non-binary assets - KPackage is dependent on the Smart package manager. - mirrors://kde/stable/frameworks/5.96/kpackage-5.96.0.tar.xz - - qt5-base-devel - libX11-devel - kconfig-devel - ki18n-devel - kcoreaddons-devel - karchive-devel - kdoctools-devel - docbook-sgml4_5 - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kpackage/pspec.xml - - - kpackage - - qt5-base - ki18n - karchive - kcoreaddons - - - /usr/bin - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man/man1 - - - - kpackage-devel - Development files for kpackage - - kpackage - qt5-base-devel - kconfig-devel - ki18n-devel - kcoreaddons-devel - karchive-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kparts - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Plugin framework for user interface components - This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). - mirrors://kde/stable/frameworks/5.96/kparts-5.96.0.tar.xz - - qt5-base-devel - kauth-devel - knotifications-devel - kwidgetsaddons-devel - ktextwidgets-devel - kiconthemes-devel - kcompletion-devel - kitemviews-devel - karchive-devel - attica-devel - kconfig-devel - kcoreaddons-devel - kcmutils-devel - kdeclarative-devel - ki18n-devel - kio-devel - kglobalaccel-devel - kservice-devel - kxmlgui-devel - kbookmarks-devel - kwindowsystem-devel - sonnet-devel - kcodecs-devel - kconfigwidgets-devel - solid-devel - kjobwidgets-devel - extra-cmake-modules - - desktop/kde/framework/kparts/pspec.xml - - - kparts - - qt5-base - libgcc - kjobwidgets - kconfig - kcoreaddons - ki18n - kiconthemes - kservice - kwidgetsaddons - kxmlgui - kio - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kparts-devel - Development files for kparts - - kiconthemes-devel - kxmlgui-devel - kio-devel - ktextwidgets-devel - kparts - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-07 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpeople - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - A contact aggregation library for KDE - KPeople is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model. - mirrors://kde/stable/frameworks/5.96/kpeople-5.96.0.tar.xz - - qt5-base-devel - kconfig-devel - qt5-declarative-devel - kcoreaddons-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - kservice-devel - kwidgetsaddons-devel - ki18n-devel - kitemviews-devel - extra-cmake-modules - - desktop/kde/framework/kpeople/pspec.xml - - - kpeople - - qt5-base - qt5-declarative - kcoreaddons - kwidgetsaddons - ki18n - kitemviews - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /etc/xdg - - - - kpeople-devel - Development files for kpeople - - qt5-base-devel - kpeople - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kplotting - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 Data plotting - Kplotting contains data plotting classes for QT 5 and KDE - mirrors://kde/stable/frameworks/5.96/kplotting-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - extra-cmake-modules - - desktop/kde/framework/kplotting/pspec.xml - - - kplotting - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kplotting-devel - Development files for kplotting - - kplotting - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpty - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Libraries for pseudo terminal devices - Kpty provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using kpty. - mirrors://kde/stable/frameworks/5.96/kpty-5.96.0.tar.xz - - qt5-base-devel - utempter-devel - kcoreaddons-devel - ki18n-devel - extra-cmake-modules - - desktop/kde/framework/kpty/pspec.xml - - - kpty - - qt5-base - libgcc - kcoreaddons - ki18n - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kpty-devel - Development files for kpty - - kcoreaddons-devel - kpty - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kross - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 application scripting helper - Kross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend. - mirrors://kde/stable/frameworks/5.96/portingAids/kross-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-script-devel - kcoreaddons-devel - kdoctools-devel - kconfigwidgets-devel - ktextwidgets-devel - kparts-devel - sonnet-devel - kauth-devel - ki18n-devel - kcompletion-devel - kiconthemes-devel - kio-devel - kparts-devel - kwidgetsaddons-devel - kxmlgui-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kross/pspec.xml - - - kross - - qt5-base - qt5-script - kcoreaddons - ki18n - kcompletion - kiconthemes - kio - kparts - kwidgetsaddons - kxmlgui - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - kross-devel - Development files for kross - - kross - qt5-base-devel - qt5-script-devel - ki18n-devel - kiconthemes-devel - kio-devel - kparts-devel - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - krunner - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Krunner Framework for providing different actions given a string query - Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. - mirrors://kde/stable/frameworks/5.96/krunner-5.96.0.tar.xz - - qt5-base-devel - gettext-devel - kdoctools-devel - qt5-declarative-devel - kconfig-devel - kauth-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - plasma-framework-devel - solid-devel - threadweaver-devel - kactivities-devel - extra-cmake-modules - - desktop/kde/framework/krunner/pspec.xml - - - krunner - - qt5-base - qt5-declarative - kactivities - kconfig - kcoreaddons - ki18n - kio - kservice - plasma-framework - threadweaver - - - /etc/xdg - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - krunner-devel - Development files for krunner - - krunner - qt5-base-devel - plasma-framework-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.29.0 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kservice - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 Desktop Services - Kservice Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code. - mirrors://kde/stable/frameworks/5.96/kservice-5.96.0.tar.xz - - qt5-base-devel - kdoctools-devel - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - ki18n-devel - docbook-xml - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kservice/pspec.xml - - - kservice - - qt5-base - kconfig - kcoreaddons - kcrash - kdbusaddons - ki18n - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - kservice-devel - Development files for kservice - - kservice - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - ki18n-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksyndication - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.framework - RSS/Atom parser library - syndication is a parser library for RSS and Atom feeds. - mirrors://kde/stable/frameworks/5.96/syndication-5.96.0.tar.xz - - qt5-base-devel - kio-devel - kcodecs-devel - kdoctools-devel - extra-cmake-modules - - desktop/kde/framework/ksyndication/pspec.xml - - - ksyndication - - qt5-base - kcodecs - libgcc - - - /etc/xdg - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/qlogging-categories5/syndication.categories - /usr/share/qlogging-categories5 - - - - ksyndication-devel - Development files for ksyndication - - ksyndication - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.08.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-18 - 18.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 18.04.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-11 - 18.04.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 18.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 17.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 17.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 17.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 17.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 17.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 17.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-17 - 17.04.3 - Version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-06-29 - 17.04.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 16.12.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-02 - 16.08.3 - Version bump. - Stefan Gronewold - groni@pisilnux.org - - - 2016-10-22 - 16.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-11 - 16.08.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-31 - 16.04.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 16.04.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-03-20 - 15.12.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktexteditor - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE5 text editor libraries - KTextEditor provides a powerful text editor component that you can embed in your application. - mirrors://kde/stable/frameworks/5.96/ktexteditor-5.96.0.tar.xz - - qt5-base-devel - qt5-script-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - kauth-devel - kguiaddons-devel - kwidgetsaddons-devel - ktextwidgets-devel - kiconthemes-devel - kcompletion-devel - kitemviews-devel - karchive-devel - attica-devel - kconfig-devel - kcoreaddons-devel - kcmutils-devel - kdeclarative-devel - ki18n-devel - kio-devel - kglobalaccel-devel - kservice-devel - kxmlgui-devel - kbookmarks-devel - kwindowsystem-devel - sonnet-devel - kcodecs-devel - kconfigwidgets-devel - solid-devel - kparts-devel - syntax-highlighting-devel - libgit2-devel - editorconfig-core-c-devel - kjobwidgets-devel - extra-cmake-modules - - desktop/kde/framework/ktexteditor/pspec.xml - - - ktexteditor - - kauth - libgit2 - kitemviews - editorconfig-core-c - syntax-highlighting - qt5-base - qt5-declarative - ktextwidgets - kwidgetsaddons - kconfigwidgets - kjobwidgets - kiconthemes - kcoreaddons - kcompletion - kxmlgui - kcodecs - karchive - kguiaddons - kconfig - ki18n - kio - ki18n - kparts - sonnet - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - ktexteditor-devel - Development files for ktexteditor - - kparts-devel - syntax-highlighting-devel - ktexteditor - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-22 - 5.74.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 5.70.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-21 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-24 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-21 - 5.42.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktextwidgets - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 text editing widgets - KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text. - mirrors://kde/stable/frameworks/5.96/ktextwidgets-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-speech-devel - kconfig-devel - kcompletion-devel - kcodecs-devel - kauth-devel - kconfigwidgets-devel - kiconthemes-devel - kwidgetsaddons-devel - ki18n-devel - sonnet-devel - kservice-devel - kcoreaddons-devel - kwindowsystem-devel - extra-cmake-modules - - desktop/kde/framework/ktextwidgets/pspec.xml - - - ktextwidgets - - qt5-base - kconfig - kcompletion - kconfigwidgets - kwidgetsaddons - ki18n - sonnet - qt5-speech - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - ktextwidgets-devel - Development files for ktextwidgets - - ktextwidgets - qt5-base-devel - ki18n-devel - sonnet-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kunitconversion - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - KDE unit conversion framework - KUnitConversion provides functions to convert values in different physical units. - mirrors://kde/stable/frameworks/5.96/kunitconversion-5.96.0.tar.xz - - qt5-base-devel - ki18n-devel - extra-cmake-modules - - desktop/kde/framework/kunitconversion/pspec.xml - - - kunitconversion - - qt5-base - ki18n - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kunitconversion-devel - Development files for kunitconversion - - qt5-base-devel - kunitconversion - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kuserfeedback - https://kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - desktop.kde.framework - Framework for collecting user feedback for applications via telemetry and surveys - Framework for collecting user feedback for applications via telemetry and surveys - Framework for collecting user feedback for applications via telemetry and surveys - Framework for collecting user feedback for applications via telemetry and surveys - mirrors://kde/stable/kuserfeedback/kuserfeedback-1.2.0.tar.xz - - qt5-linguist - qt5-svg-devel - qt5-sql-odbc - qt5-sql-mysql - qt5-sql-sqlite - qt5-base-devel - qt5-charts-devel - qt5-assistant-devel - qt5-sql-postgresql - extra-cmake-modules - qt5-declarative-devel - - desktop/kde/framework/kuserfeedback/pspec.xml - - - kuserfeedback - - qt5-svg - qt5-base - qt5-charts - qt5-declarative - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - kuserfeedback-devel - Development files for kuserfeedback - - kuserfeedback - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-10 - 1.2.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2022-06-18 - 1.2.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2022-05-14 - 1.2.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2022-04-12 - 1.2.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2022-01-08 - 1.2.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-12-12 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-11-13 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-09-12 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-07-10 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-06-15 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2021-01-10 - 1.0.0 - Rebuild. - Mustafa Cinasal - admins@pisilinux.org - - - 2020-09-12 - 1.0.0 - Rebuild - Mustafa Cinasal - admins@pisilinux.org - - - 2020-05-09 - 1.0.0 - Rebuild - Mustafa Cinasal - admins@pisilinux.org - - - 2020-03-31 - 1.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kwallet - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE password storage framework - This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces. - mirrors://kde/stable/frameworks/5.96/kwallet-5.96.0.tar.xz - - libxslt - docbook-xsl - qt5-base-devel - libgcrypt-devel - gpgme-devel - kauth-devel - gpgme-qt5-devel - kcodecs-devel - kconfigwidgets-devel - kconfig-devel - kdoctools-devel - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kiconthemes-devel - knotifications-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - extra-cmake-modules - - desktop/kde/framework/kwallet/pspec.xml - - - kwallet - - qt5-base - gpgme - libgcrypt - kconfig - kcoreaddons - kdbusaddons - ki18n - knotifications - kservice - kwidgetsaddons - kwindowsystem - kconfigwidgets - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - - - - kwallet-devel - Development files for kwallet - - kwallet - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwayland - https://www.kde.org - - Stefan Gronewold(groni) - groni@pisilinux.org - - LGPLv3 - library - desktop.kde.framework - Qt-style Client and Server library wrapper for the Wayland libraries - Qt-style Client and Server library wrapper for the Wayland libraries - mirrors://kde/stable/frameworks/5.96/kwayland-5.96.0.tar.xz - - qt5-base-devel - qt5-wayland-devel - libglvnd-devel - wayland-devel - wayland-protocols-devel - mesa-devel - extra-cmake-modules - plasma-wayland-protocols - - desktop/kde/framework/kwayland/pspec.xml - - - kwayland - - qt5-base - libglvnd - wayland-client - wayland-server - - - /etc/xdg - /usr/lib - /usr/share/config - /usr/share/doc - /usr/share/qlogging-categories5 - /usr/share/qlogging-categories5/org_kde_kwayland.categories - - - - kwayland-devel - - qt5-base-devel - kwayland - - - /usr/lib/cmake - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-30 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwidgetsaddons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 desktop widgets - KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets. - mirrors://kde/stable/frameworks/5.96/kwidgetsaddons-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-designer-devel - extra-cmake-modules - - desktop/kde/framework/kwidgetsaddons/pspec.xml - - - kwidgetsaddons - - qt5-base - libgcc - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kwidgetsaddons-devel - Development files for kwidgetsaddons - - qt5-base-devel - kwidgetsaddons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwindowsystem - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 window manager access framework - KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes. - mirrors://kde/stable/frameworks/5.96/kwindowsystem-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - libX11-devel - libgcc - libxcb-devel - libXrender-devel - libXfixes-devel - xcb-util-devel - xcb-util-keysyms-devel - extra-cmake-modules - - desktop/kde/framework/kwindowsystem/pspec.xml - - - kwindowsystem - - qt5-base - libX11 - libxcb - qt5-x11extras - libXfixes - xcb-util-keysyms - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - - - - kwindowsystem-devel - Development files for kwindowsystem - - qt5-base-devel - libXrender-devel - libXfixes-devel - xcb-util-devel - xcb-util-keysyms-devel - kwindowsystem - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kxmlgui - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.framework - Framework for managing menu and toolbar actions - Kxmlgui provides a framework for managing menu and toolbar actions in an abstract way. - mirrors://kde/stable/frameworks/5.96/kxmlgui-5.96.0.tar.xz - - qt5-base-devel - qt5-designer-devel - attica-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kauth-devel - kcodecs-devel - sonnet-devel - kglobalaccel-devel - ki18n-devel - kguiaddons-devel - kiconthemes-devel - kitemviews-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - extra-cmake-modules - - desktop/kde/framework/kxmlgui/pspec.xml - - - kxmlgui - - qt5-base - libgcc - attica - kcoreaddons - kconfig - kconfigwidgets - kglobalaccel - ki18n - kguiaddons - kiconthemes - kitemviews - kwidgetsaddons - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kxmlgui-devel - Development files for kxmlgui - - kxmlgui - qt5-base-devel - kconfig-devel - kconfigwidgets-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-06 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kxmlrpcclient - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - XML-RPC client library for KDE - This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call. - mirrors://kde/stable/frameworks/5.96/portingAids/kxmlrpcclient-5.96.0.tar.xz - - qt5-base-devel - kauth-devel - kio-devel - solid-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - kjobwidgets-devel - kitemviews-devel - kcompletion-devel - kbookmarks-devel - kcoreaddons-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/framework/kxmlrpcclient/pspec.xml - - - kxmlrpcclient - - qt5-base - libgcc - ki18n - kcoreaddons - kio - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kxmlrpcclient-devel - Development files for kdelibs4-support - - kxmlrpcclient - kio-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - modemmanager-qt - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Qt wrapper for ModemManager DBus API - Qt wrapper for ModemManager DBus API - mirrors://kde/stable/frameworks/5.96/modemmanager-qt-5.96.0.tar.xz - - qt5-base-devel - ModemManager-devel - extra-cmake-modules - - desktop/kde/framework/modemmanager-qt/pspec.xml - - - modemmanager-qt - - qt5-base - libgcc - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - modemmanager-qt-devel - Development files for modemmanger-qt - - qt5-base-devel - modemmanager-qt - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-20 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.35.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-09 - 5.29.0 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - networkmanager-qt - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - A QT wrapper around the NetworkManager libraries - A QT wrapper around the NetworkManager libraries - mirrors://kde/stable/frameworks/5.96/networkmanager-qt-5.96.0.tar.xz - - qt5-base-devel - NetworkManager-devel - extra-cmake-modules - - desktop/kde/framework/networkmanager-qt/pspec.xml - - - networkmanager-qt - - qt5-base - NetworkManager - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - networkmanager-qt-devel - Development files for networkmanager-qt - - qt5-base-devel - networkmanager-qt - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-17 - 5.62.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.35.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-23 - 5.29.0 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - oxygen-icons - http://www.oxygen-icons.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPL - desktop.kde.framework - KDE Oxygen icons - "The Oxygen Icon Theme - mirrors://kde/stable/frameworks/5.96/oxygen-icons5-5.96.0.tar.xz - - extra-cmake-modules - qt5-base-devel - - desktop/kde/framework/oxygen-icons/pspec.xml - - - oxygen-icons - - /usr/share/icons - /usr/share/doc - - - 16x16.png - 16x16.png - 22x22.png - 22x22.png - 32x32.png - 32x32.png - 48x48.png - 48x48.png - 64x64.png - 64x64.png - 128x128.png - 128x128.png - 256x256.png - 256x256.png - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-11 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-04 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-framework - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 - Plasma library and runtime components based upon KF5 and Qt5 - mirrors://kde/stable/frameworks/5.96/plasma-framework-5.96.0.tar.xz - - qt5-base-devel - qt5-quickcontrols - qt5-quickcontrols2-devel - kdoctools-devel - qt5-svg-devel - qt5-script-devel - qt5-x11extras-devel - qt5-declarative-devel - mesa-devel - libX11-devel - libxcb-devel - libglvnd-devel - kauth-devel - kcodecs-devel - kirigami-devel - kwidgetsaddons-devel - kbookmarks-devel - kcompletion-devel - kactivities-devel - kitemviews-devel - kjobwidgets-devel - solid-devel - knotifications-devel - kpackage-devel - karchive-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdeclarative-devel - kglobalaccel-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kio-devel - kparts-devel - kservice-devel - kwindowsystem-devel - kxmlgui-devel - kwayland-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - docbook-xml - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/plasma-framework/pspec.xml - - - plasma-framework - - qt5-svg - qt5-declarative - libxcb - libglvnd - kirigami - kpackage - kdeclarative - kguiaddons - kwayland - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - plasma-framework-devel - Development files for plasma-framework - - plasma-framework - qt5-base-devel - kpackage-devel - kservice-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-22 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 5.70.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.51.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-21 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-wayland-protocols - https://kde.org/plasma-desktop - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - desktop.kde.framework - Plasma Specific Protocols for Wayland - Plasma Specific Protocols for Wayland - Wayland için Plazma Özel Protokoller - Wayland için Plazma Özel Protokoller - https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-1.7.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/plasma-wayland-protocols/pspec.xml - - - plasma-wayland-protocols - - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-10 - 1.7.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 1.7.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 1.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 1.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-27 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-08 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-29 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 1.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 1.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-01 - 1.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-01 - 1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - prison - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - desktop.kde.framework - A barcode API to produce QRCode barcodes and DataMatrix barcode - A barcode API to produce QRCode barcodes and DataMatrix barcode. - mirrors://kde/stable/frameworks/5.96/prison-5.96.0.tar.xz - - libdmtx-devel - qrencode-devel - qt5-base-devel - extra-cmake-modules - qt5-declarative-devel - - desktop/kde/framework/prison/pspec.xml - - - prison - - libdmtx - qrencode - qt5-base - qt5-declarative - - - /etc/xdg - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/share/qlogging-categories5/prison.categories - /usr/share/qlogging-categories5/prison.renamecategories - - - prison-qt5 - - - prison-qt5 - - - - prison-devel - Development files for libepoxy - - prison - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - prison-qt5-devel - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-23 - 5.46.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-11 - 5.46.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-27 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-22 - 1.2.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-01-17 - 1.2.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - purpose - https://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.framework - Framework for providing abstractions to get the developer's purposes fulfilled - Framework for providing abstractions to get the developer's purposes fulfilled - Framework for providing abstractions to get the developer's purposes fulfilled - Framework for providing abstractions to get the developer's purposes fulfilled - mirrors://kde/stable/frameworks/5.96/purpose-5.96.0.tar.xz - - intltool - kio-devel - ki18n-devel - kauth-devel - kconfig-devel - kirigami-devel - kcoreaddons-devel - kdeclarative-devel - extra-cmake-modules - accounts-qml-module - knotifications-devel - libaccounts-glib-devel - qt5-base-devel - qt5-declarative-devel - - desktop/kde/framework/purpose/pspec.xml - - - purpose - - kio - ki18n - kauth - libgcc - kconfig - qt5-base - kcoreaddons - knotifications - libaccounts-qt5 - qt5-declarative - - - /etc/xdg - /usr/lib - /usr/share - /usr/share/doc - - - - purpose-devel - Development files for purpose - - purpose - kcoreaddons-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 5.45.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-21 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-18 - 1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - qqc2-desktop-style - https://download.kde.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv2 - library - desktop.kde.framework - A style for Qt Quick Controls 2 to make it follow your desktop theme - A style for Qt Quick Controls 2 to make it follow your desktop theme - Qt Quick Controls 2 nin masaüstünüzdeki temayı takip etmesini sağlayan bir stil - Qt Quick Controls 2 nin masaüstünüzdeki temayı takip etmesini sağlayan bir stil - https://download.kde.org/stable/frameworks/5.96/qqc2-desktop-style-5.96.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-quickcontrols2-devel - qt5-x11extras-devel - kconfigwidgets-devel - kiconthemes-devel - kirigami-devel - kconfig-devel - libX11-devel - - desktop/kde/framework/qqc2-desktop-style/pspec.xml - - - qqc2-desktop-style - - kconfig - kirigami - qt5-base - qt5-declarative - kiconthemes - kconfigwidgets - - - /usr/lib - /usr/share/doc - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.51.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 5.40.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - solid - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE5 hardware integration framework - Solid is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system. - mirrors://kde/stable/frameworks/5.96/solid-5.96.0.tar.xz - - eudev-devel - upower-devel - udisks2-devel - media-player-info - qt5-linguist - qt5-base-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/solid/pspec.xml - - - solid - - eudev - libplist - libutil-linux - libimobiledevice - media-player-info - qt5-base - qt5-declarative - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - - - - solid-devel - Development files for solid - - qt5-base-devel - solid - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-02 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - sonnet - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - KDE spell schecking library - This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces. - mirrors://kde/stable/frameworks/5.96/sonnet-5.96.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-designer-devel - hunspell-devel - aspell-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/sonnet/pspec.xml - - - sonnet - - qt5-base - qt5-declarative - aspell - hunspell - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - - - - sonnet-devel - Development files for sonnet - - qt5-base-devel - sonnet - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-05 - 5.29.0 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - syntax-highlighting - https://community.kde.org/Frameworks - - Stefan Gronewold - groni@pisilinux.org - - GPL2 - desktop.kde.framework - Syntax highlighting engine for structured text and code - Syntax highlighting engine for structured text and code - mirrors://kde/stable/frameworks/5.96/syntax-highlighting-5.96.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-linguist - perl - glibc-devel - - desktop/kde/framework/syntax-highlighting/pspec.xml - - - syntax-highlighting - Syntax highlighting engine for structured text and code - - qt5-base - qt5-declarative - libgcc - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share/doc - /usr/share/qlogging-categories5 - /usr/share/locale/ - - - - syntax-highlighting-devel - Development files for syntax-highlighting - - syntax-highlighting - qt5-base-devel - - - /usr/include - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 5.28.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - threadweaver - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.framework - Multi-threaded programming framework for KDE - ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. - mirrors://kde/stable/frameworks/5.96/threadweaver-5.96.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/threadweaver/pspec.xml - - - threadweaver - - qt5-base - libgcc - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - threadweaver-devel - Development files for threadweaver - - qt5-base-devel - threadweaver - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-10 - 5.96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.95.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-14 - 5.94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 5.93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.91.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-08 - 5.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-12 - 5.89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-13 - 5.88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 5.87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 5.86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-11 - 5.84.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 5.82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 5.80.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 5.79.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.78.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-20 - 5.76.0 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2020-09-12 - 5.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-13 - 5.71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 5.70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 5.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.62.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.60.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.57.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-11 - 5.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.53.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-10 - 5.52.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.50.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.46.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.45.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.44.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.41.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-11 - 5.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-20 - 5.35.0 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-02-27 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-20 - 5.29.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.28.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-22 - 5.27.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-10-04 - 5.26.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-07-21 - 5.24.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-17 - 5.22.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-13 - 5.21.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - digikam - https://www.digikam.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.graphics - A Professional Photo Management with the Power of Open Source - Açık Kaynak Gücü ile Profesyonel Fotoğraf Yönetimi - digikam is an advanced digital photo management application for KDE5, which makes importing and organizing digital photos a "snap". The photos can be organized in albums which can be sorted chronologically, by directory layout or by custom collections. - digiKam gelişmiş bir açık kaynaklı dijital fotoğraf yönetim uygulamasıdır. - digikam - https://ftp.cc.uoc.gr/mirrors/kde/stable/digikam/7.7.0/digiKam-7.7.0.tar.xz - - extra-cmake-modules - ruby-devel - gettext-devel - qt5-base-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-postgresql - qt5-sql-odbc - qt5-svg-devel - qt5-xmlpatterns-devel - qt5-qdbusviewer - qt5-x11extras-devel - qt5-multimedia-devel - qt5-webkit-devel - qt5-imageformats - kconfig-devel - kxmlgui-devel - ki18n-devel - kwindowsystem-devel - kservice-devel - solid-devel - kcoreaddons-devel - knotifyconfig-devel - knotifications-devel - kbookmarks-devel - threadweaver-devel - kiconthemes-devel - kfilemetadata-devel - kdelibs4-support-devel - kparts-devel - sonnet-devel - ktextwidgets-devel - kcrash-devel - kunitconversion-devel - kitemmodels-devel - akonadi-devel - akonadi-contacts-devel - karchive-devel - kio-devel - opencv-devel - tiff-devel - libpng-devel - libjpeg-turbo-devel - boost-devel - lcms2-devel - libxml2-devel - libxslt-devel - expat-devel - exiv2-libs - exiv2-devel - flex - bison - mesa-devel - libmediawiki-devel - libkvkontakte-devel - libkipi-devel - libksane-devel - jasper-devel - marble-devel - eigen3 - libgphoto2-devel - libgomp - liblqr-devel - kcalendarcore-devel - glibc-devel - zlib-devel - libical-devel - libXext-devel - lensfun-devel - glib2-devel - libX11-devel - doxygen - libICE-devel - kdoctools-devel - qt5-phonon-devel - boost-devel - kemoticons-devel - kcontacts-devel - qt5-webengine-devel - libglvnd-devel - imagemagick-devel - x265-devel - ninja - - desktop/kde/graphics/digikam/pspec.xml - - - digikam - - kio - x265 - mesa - tiff - hugin - expat - ki18n - lcms2 - libxml2 - libxslt - solid - jasper - libX11 - libgcc - liblqr - libpng - marble - opencv - kconfig - kxmlgui - libgomp - libkipi - karchive - kservice - libksane - lensfun - qt5-base - kcontacts - exiv2-libs - kbookmarks - libgphoto2 - qt5-webkit - rawtherapee - kcompletion - kcoreaddons - kiconthemes - libmediawiki - threadweaver - kcalendarcore - kfilemetadata - knotifyconfig - kwindowsystem - libjpeg-turbo - libkvkontakte - qt5-x11extras - qt5-webengine - kconfigwidgets - knotifications - kwidgetsaddons - qt5-xmlpatterns - akonadi-contacts - libglvnd - kdelibs4-support - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - - - - digikam-devel - Development files for digikam - digikam için geliştirme dosyaları - - digikam - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-07 - 7.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-14 - 7.5.0 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2021-03-13 - 7.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-15 - 7.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 6.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-15 - 6.0.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-13 - 5.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-14 - 5.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 5.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-24 - 5.9.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-07 - 5.8.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 5.7.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-12 - 5.4.0 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-1 - 5.3.0 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - kphotoalbum - https://www.kphotoalbum.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.graphics - KDE Photo Album, picture collection manager - With KPhotoAlbum it is today possible for me to find any image I have in less than 5 seconds, let that be an image with a special person, an image from a special place, or even both. - http://download.kde.org/stable/kphotoalbum/5.7.0/kphotoalbum-5.7.0.tar.xz - - extra-cmake-modules - kdoctools-devel - kparts-devel - libkexiv2-devel - qt5-phonon-devel - plasma-framework-devel - qt5-base-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - libjpeg-turbo-devel - exiv2-devel - libkdcraw-devel - libkgeomap-devel - libkipi-devel - qt5-webkit-devel - karchive-devel - kcompletion-devel - kconfig-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kio-devel - kjobwidgets-devel - ktextwidgets-devel - kwidgetsaddons-devel - kxmlgui-devel - pkgconfig - purpose-devel - marble-devel - qt5-webengine-devel - - desktop/kde/graphics/kphotoalbum/pspec.xml - - - kphotoalbum - KDE Photo Album, picture collection manager - - kio - ki18n - libgcc - kconfig - kxmlgui - karchive - kservice - qt5-base - exiv2-libs - qt5-phonon - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - ktextwidgets - libjpeg-turbo - kconfigwidgets - kwidgetsaddons - libkipi - libkdcraw - libkgeomap - purpose - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2020-09-19 - 5.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 5.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 5.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-14 - 5.4.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 5.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-13 - 5.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-14 - 5.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-06 - 5.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 5.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-09 - 5.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-phonon - http://phonon.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.phonon - The multimedia framework by KDE - KDE için platform bağımsız çokluortam kitaplığı - Phonon was created as a solution to several problems with multimedia commonly faced by Unix desktops, especially KDE 3's outdated multimedia framework aRts. Phonon itself is not a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends. - Phonon, Unix masaüstlerinde özellikle de KDE3'ün eski çokluortam çatısı aRts'tan kaynaklanan bir çok problemi çözmek için üretilmiştir. Phonon kendi başına bir çokluortam çatısı değildir, Xine veya GStreamer gibi varolan çatıları arka uç olarak kullanırak bir arayüz görevi görür. - https://download.kde.org/stable/phonon/4.11.1/phonon-4.11.1.tar.xz - - extra-cmake-modules - qt5-declarative-devel - qt5-base-devel - qt5-designer-devel - qt5-linguist - alsa-lib-devel - gst-plugins-base-devel - pulseaudio-libs-devel - gstreamer-devel - mesa-devel - - desktop/kde/phonon/qt5-phonon/pspec.xml - - - qt5-phonon - - libgcc - qt5-base - qt5-designer - pulseaudio-libs - - - /usr/bin - /usr/lib/libphonon* - /usr/lib/qt5 - /usr/share/dbus-1 - /usr/share/phonon4qt5 - /usr/share/locale - - - - qt5-phonon-devel - Development files for phonon-qt5 - phonon için geliştirme dosyaları - - qt5-phonon - qt5-base-devel - qt5-designer-devel - pulseaudio-libs-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-05 - 4.11.1 - Rebuild qt5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 4.11.1 - Rebuild qt5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 4.11.1 - Rebuild qt5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 4.11.1 - Rebuild qt5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 4.11.1 - Rebuild qt5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-28 - 4.11.1 - Rebuild qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 4.11.1 - Rebuild qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-02 - 4.11.1 - Rebuild qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-26 - 4.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 4.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-04 - 4.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-24 - 4.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 4.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-08 - 4.10.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-12 - 4.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 4.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 4.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-01 - 4.10.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-27 - 4.10.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 5.29.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-02-27 - 4.9.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-16 - 4.9.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-03 - 4.9.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-08-13 - 4.8.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qt5-phonon-backend-gstreamer - https://github.com/KDE/phonon-gstreamer - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - desktop.kde.phonon - GStreamer qt5-phonon backend - Phonon is the Qt multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content. phonon-backend-gstreamer contains the GStreamer backend for Phonon. - http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.10.0/phonon-backend-gstreamer-4.10.0.tar.xz - - extra-cmake-modules - qt5-x11extras-devel - qt5-base-devel - qt5-linguist - qt5-phonon-devel - gstreamer-devel - gstreamer-devel - gst-plugins-base-devel - gst-plugins-base-devel - mesa-devel - libxml2-devel - - desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml - - - qt5-phonon-backend-gstreamer - - qt5-base - qt5-x11extras - qt5-phonon - mesa - glib2 - libgcc - gstreamer - gst-plugins-base - - - /usr/lib - /usr/lib/qt5 - /usr/share - - - - - 2019-11-17 - 4.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-03 - 4.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 4.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-24 - 4.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-11 - 4.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 4.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 4.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-27 - 4.9.0 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-16 - 4.9.0 - rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-03 - 4.9.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-08-18 - 4.8.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qt5-phonon-backend-vlc - https://community.kde.org/Phonon - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.phonon - VLC Backend for qt5-phonon - phonon-backend-vlc allows Phonon (the KDE media library) to use VLC for audio and video playback. - mirrors://kde/stable/phonon/phonon-backend-vlc/0.11.1/phonon-backend-vlc-0.11.1.tar.xz - - qt5-base-devel - qt5-linguist - qt5-phonon-devel - pulseaudio - vlc-devel - extra-cmake-modules - - desktop/kde/phonon/qt5-phonon-backend-vlc/pspec.xml - - - qt5-phonon-backend-vlc - - libgcc - qt5-base - qt5-phonon - vlc-libs - - - /usr/lib - /usr/lib/qt5 - /usr/share/kde4/services - /usr/share/locale - /usr/share/doc - - - - - 2019-11-17 - 0.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-26 - 0.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 0.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-24 - 0.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-03 - 0.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 0.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-18 - 0.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 0.10.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-04-12 - 0.10.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 0.9.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-27 - 0.9.1 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-17 - 0.9.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-04-02 - 0.8.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kscreenlocker - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Library and components for secure lock screen architecture. - Library and components for secure lock screen architecture. - mirrors://kde/stable/plasma/5.25.4/kscreenlocker-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - libX11-devel - libxcb-devel - kcrash-devel - ki18n-devel - knotifications-devel - kwindowsystem-devel - kxmlgui-devel - solid-devel - kglobalaccel-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - kdoctools-devel - kidletime-devel - kdeclarative-devel - kcmutils-devel - kwayland-devel - libXi-devel - ktextwidgets-devel - pam-devel - libseccomp-devel - plasma-framework-devel - extra-cmake-modules - ConsoleKit-devel - wayland-protocols-devel - xcb-util-keysyms-devel - wayland-devel - wayland-client - wayland-server - wayland-cursor - libXcursor-devel - layer-shell-qt-devel - plasma-wayland-protocols - - desktop/kde/plasma/kscreenlocker/pspec.xml - - - kscreenlocker - - pam - libXi - qt5-base - libgcc - ki18n - kcrash - libX11 - libxcb - kconfig - kcmutils - kxmlgui - kpackage - kwayland - kidletime - kcoreaddons - kdeclarative - kglobalaccel - kwindowsystem - libseccomp - qt5-x11extras - kconfigwidgets - knotifications - wayland-client - wayland-server - ktextwidgets - qt5-declarative - layer-shell-qt - xcb-util-keysyms - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kscreenlocker-devel - Development files for kscreenlocker - - qt5-base-devel - qt5-x11extras-devel - layer-shell-qt-devel - kscreenlocker - - - /usr/include - /usr/lib/cmake - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-29 - 5.12.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - bluedevil - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE 5 Bluetooth Stack - Integrate the Bluetooth technology within KDE workspace and applications - mirrors://kde/stable/plasma/5.25.4/bluedevil-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - shared-mime-info - plasma-framework-devel - bluez-qt-devel - kded-devel - kio-devel - ki18n-devel - kconfig-devel - kcoreaddons-devel - kdbusaddons-devel - kiconthemes-devel - kconfigwidgets-devel - kwindowsystem-devel - knotifications-devel - kwidgetsaddons-devel - kirigami-devel - bluez-qt-devel - kdeclarative-devel - extra-cmake-modules - fwupd-devel - - desktop/kde/plasma/bluedevil/pspec.xml - - - bluedevil - - qt5-base - libgcc - bluez-qt - kio - ki18n - kconfig - kdeclarative - qt5-declarative - kcoreaddons - kdbusaddons - knotifications - kwindowsystem - kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-22 - 5.25.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - breeze - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 Plasma artwork - Artwork, styles and assets for the Breeze visual style for the Plasma Desktop - mirrors://kde/stable/plasma/5.25.4/breeze-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - libxcb-devel - qt5-x11extras-devel - frameworkintegration-devel - kdecorations-devel - kcoreaddons-devel - ki18n-devel - kcmutils-devel - kwindowsystem-devel - kconfig-devel - kpackage-devel - kwayland-devel - plasma-framework-devel - kconfigwidgets-devel - kwidgetsaddons-devel - extra-cmake-modules - breeze-icons - fftw3-devel - kiconthemes-devel - kguiaddons-devel - kirigami-devel - - desktop/kde/plasma/breeze/pspec.xml - - - breeze-style - - qt5-base - qt5-declarative - libgcc - kconfig - kirigami - kguiaddons - kcoreaddons - kconfigwidgets - kwidgetsaddons - qt5-x11extras - libxcb - frameworkintegration - kcmutils - kcoreaddons - ki18n - kwindowsystem - kwayland - kiconthemes - breeze-icons - kdecorations - - - /usr/bin - /usr/lib/kconf_update_bin - /usr/lib/qt5 - /usr/lib/libbreezecommon5.so* - /usr/lib/cmake/Breeze/BreezeConfigVersion.cmake - /usr/lib/cmake/Breeze/BreezeConfig.cmake - /usr/share/color-schemes - /usr/share/doc - /usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz - /usr/share/kconf_update - /usr/share/metainfo/org.kde.breezedark.desktop.appdata.xml - /usr/share/metainfo/org.kde.breezetwilight.desktop.appdata.xml - /usr/share/kservices5 - /usr/share/kstyle - /usr/share/locale - /usr/share/plasma - /usr/share/QtCurve - - - - breeze-cursors - - breeze-style - - - /usr/share/icons/breeze_cursors - /usr/share/icons/Breeze_Snow - - - - breeze-wallpapers - - breeze-style - - - /usr/share/wallpapers/Next - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-02 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - breeze-grub - https://www.kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.plasma - Breeze theme for GRUB. - Breeze theme for GRUB. - mirrors://kde/stable/plasma/5.25.4/breeze-grub-5.25.4.tar.xz - desktop/kde/plasma/breeze-grub/pspec.xml - - - breeze-grub - Breeze theme for GRUB. - - grub2 - noto-fonts - - - /boot/grub2/themes - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - breeze-gtk - https://quickgit.kde.org/?p=breeze-gtk.git - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.plasma - Breeze widget theme for GTK 2 and 3 - Breeze widget theme for GTK 2 and 3 - mirrors://kde/stable/plasma/5.25.4/breeze-gtk-5.25.4.tar.xz - - sassc - cairo-devel - gdk-pixbuf-devel - python-cairo-devel - python3-cairo-devel - extra-cmake-modules - libsass-devel - gtk2-engines-murrine - breeze-style - qt5-base-devel - - desktop/kde/plasma/breeze-gtk/pspec.xml - - - breeze-gtk - Breeze widget theme for GTK 2 and 3 - - qt5-base - - - /usr/share/kconf_update - /usr/share/themes - /usr/share/doc - /usr/lib/kconf_update_bin - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - breeze-plymouth - https://www.kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.plasma - Breeze theme for Plymouth. - Breeze theme for Plymouth. - mirrors://kde/stable/plasma/5.25.4/breeze-plymouth-5.25.4.tar.xz - - extra-cmake-modules - plymouth-devel - - desktop/kde/plasma/breeze-plymouth/pspec.xml - - - breeze-plymouth - Breeze theme for Plymouth. - - plymouth - grub2 - plymouth-core-libs - plymouth-theme-spinner - plymouth-graphics-libs - plymouth-plugin-script - - - /usr/lib - /usr/share - /usr/share/doc - - - pisi.logo.png - pisi.16bit.png - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-20 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-23 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - discover - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.plasma - KDE and Plasma resources management GUI - KDE and Plasma resources management GUI - mirrors://kde/stable/plasma/5.25.4/discover-5.25.4.tar.xz - - kio-devel - fwupd-devel - attica-devel - karchive-devel - kconfig-devel - kservice-devel - discount-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - ki18n-devel - kitemmodels-devel - knotifications-devel - kxmlgui-devel - kdeclarative-devel - plasma-framework-devel - knewstuff-devel - extra-cmake-modules - kirigami-devel - kcmutils-devel - kidletime-devel - kuserfeedback-devel - appstream-qt5-devel - qt5-svg-devel - flatpak-devel - qt5-base-devel - qt5-x11extras-devel - qt5-declarative-devel - - desktop/kde/plasma/discover/pspec.xml - - - discover - - qt5-base - qt5-x11extras - kdeclarative - kio - fwupd - glib2 - attica - kconfig - kservice - kcmutils - kconfig - kitemmodels - kcoreaddons - kdbusaddons - kconfigwidgets - knotifications - kwidgetsaddons - ki18n - kcrash - kxmlgui - kidletime - kwindowsystem - qt5-declarative - knewstuff - appstream-qt5 - - - /etc - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share - /usr/share/locale - - - - discover-plugin-flatpak - hardware.virtualization - - discover - glib2 - flatpak - appstream-qt5 - qt5-base - ki18n - kconfig - kcoreaddons - gnupg - - - /usr/lib/qt5/plugins/discover-notifier/FlatpakNotifier.so - /usr/lib/qt5/plugins/discover/flatpak-backend.so - /usr/share/applications/org.kde.discover-flatpak - /usr/share/libdiscover/categories/flatpak-backend-categories.xml - /usr/share/metainfo/org.kde.discover.flatpak.appdata.xml - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-23 - 5.25.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-20 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-19 - 5.14.3 - Rebuild for flatpak-1.1.0. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 5.14.1 - discover-flatpak. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-18 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - drkonqi - https://www.kde.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv2 - library - desktop.kde.plasma - The KDE crash handler - The KDE crash handler - The KDE crash handler - The KDE crash handler - https://download.kde.org/stable/plasma/5.25.4/drkonqi-5.25.4.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-x11extras-devel - ki18n-devel - kcoreaddons-devel - kservice-devel - kconfig-devel - kjobwidgets-devel - kio-devel - kcrash-devel - kcompletion-devel - kxmlrpcclient-devel - kwidgetsaddons-devel - kwallet-devel - knotifications-devel - kidletime-devel - at-spi2-core-devel - xorg-server-xvfb - rubygems - ruby-devel - gdb-devel - kwindowsystem-devel - syntax-highlighting-devel - qt5-declarative-devel - kdeclarative-devel - kirigami-devel - kitemmodels-devel - - desktop/kde/plasma/drkonqi/pspec.xml - - - drkonqi - - qt5-base - qt5-x11extras - qt5-declarative - libgcc - ki18n - kcoreaddons - kservice - kidletime - kconfig - kconfigwidgets - kjobwidgets - kio - kcrash - kcompletion - kxmlrpcclient - kwidgetsaddons - kwallet - knotifications - kwindowsystem - syntax-highlighting - kdeclarative - kirigami - kitemmodels - - - /etc/xdg - /usr/lib - /usr/share - /usr/share/locale - /usr/share/drkonqi - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-01 - 5.11.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.10.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-05 - 5.8.5 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-08-02 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kactivitymanagerd - https://www.kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app:console - desktop.kde.plasma - Core components for the KDE Activity concept. - System service to manage user's activities, track the usage patterns etc. - mirrors://kde/stable/plasma/5.25.4/kactivitymanagerd-5.25.4.tar.xz - - extra-cmake-modules - boost-devel - qt5-base-devel - kdbusaddons-devel - ki18n-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-sqlite - kconfig-devel - kcoreaddons-devel - kwindowsystem-devel - kglobalaccel-devel - kxmlgui-devel - kio-devel - kcrash-devel - - desktop/kde/plasma/kactivitymanagerd/pspec.xml - - - kactivitymanagerd - Core components for the KDE Activity concept. - - kio - ki18n - kcrash - kconfig - kxmlgui - kservice - qt5-base - kcoreaddons - kdbusaddons - kglobalaccel - kwindowsystem - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - /usr/share/kservices5 - /usr/share/kservicetypes5 - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-cli-tools - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Additional client tools for KDE applications - Tools based on KDE Frameworks 5 to better interact with the system - mirrors://kde/stable/plasma/5.25.4/kde-cli-tools-5.25.4.tar.xz - - qt5-base-devel - qt5-x11extras-devel - qt5-svg-devel - qt5-declarative-devel - libX11-devel - libxcb-devel - kdoctools-devel - kio-devel - kdesu-devel - ki18n-devel - kservice-devel - kcompletion-devel - kcoreaddons-devel - kiconthemes-devel - kwindowsystem-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kcmutils-devel - kconfig-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - docbook-xsl - kactivities-devel - plasma-workspace-devel - extra-cmake-modules - kdeclarative-devel - - desktop/kde/plasma/kde-cli-tools/pspec.xml - - - kde-cli-tools - - qt5-base - qt5-svg - libX11 - libgcc - kio - kdesu - ki18n - kservice - qt5-x11extras - kcompletion - kcoreaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - kcmutils - kconfig - kdeclarative - kactivities - plasma-workspace - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - System.Package - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-gtk-config - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - GTK2 and GTK3 Configurator for KDE - Configuration dialog to adapt GTK+ applications appearance to your taste under KDE. - mirrors://kde/stable/plasma/5.25.4/kde-gtk-config-5.25.4.tar.xz - - qt5-base-devel - qt5-svg-devel - sassc - xsettingsd - libX11-devel - kio-devel - glib2-devel - ki18n-devel - kcoreaddons-devel - kiconthemes-devel - kwidgetsaddons-devel - kcmutils-devel - karchive-devel - kauth-devel - kconfigwidgets-devel - libXcursor-devel - knewstuff-devel - kguiaddons-devel - gtk2-devel - gtk3-devel - at-spi2-core-devel - extra-cmake-modules - kdecorations-devel - kdbusaddons-devel - - - schemas.patch - - desktop/kde/plasma/kde-gtk-config/pspec.xml - - - kde-gtk-config - - qt5-base - qt5-svg - kconfig - glib2 - kio - ki18n - xsettingsd - kcoreaddons - kiconthemes - kwidgetsaddons - karchive - knewstuff - kguiaddons - kconfigwidgets - libXcursor - gtk2 - gtk3 - kdbusaddons - kdecorations - - - /usr/share - /etc/xdg/cgc* - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdecorations - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - Plugin based library to create window decorations - Plugin based library to create window decorations - mirrors://kde/stable/plasma/5.25.4/kdecoration-5.25.4.tar.xz - - qt5-base-devel - ki18n-devel - extra-cmake-modules - kcoreaddons-devel - - desktop/kde/plasma/kdecorations/pspec.xml - - - kdecorations - - qt5-base - ki18n - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdecorations-devel - Development files for kdecorations - - kdecorations - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-04 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdeplasma-addons - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Additional client tools for KDE applications - Additional client tools for KDE applications - mirrors://kde/stable/plasma/5.25.4/kdeplasma-addons-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - qt5-webengine-devel - qt5-graphicaleffects - libxcb-devel - xcb-util-image-devel - glib2-devel - scim-devel - ibus-devel - kactivities-devel - kconfig-devel - kdoctools-devel - knewstuff-devel - kemoticons-devel - kitemmodels-devel - kross-devel - kinit-devel - kunitconversion-devel - kcmutils-devel - kdesignerplugin - kiconthemes-devel - krunner-devel - plasma-framework-devel - plasma-workspace-devel - extra-cmake-modules - kconfigwidgets-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - libX11-devel - kholidays-devel - kdeclarative-devel - purpose-devel - karchive-devel - knotifications-devel - - desktop/kde/plasma/kdeplasma-addons/pspec.xml - - - kdeplasma-addons - - qt5-base - plasma-framework - libgcc - libxcb - xcb-util-image - glib2 - knewstuff - krunner - kio - kiconthemes - ki18n - kross - sonnet - kconfig - kxmlgui - karchive - kpackage - kservice - kholidays - kdeclarative - qt5-webengine - qt5-x11extras - qt5-declarative - qt5-graphicaleffects - kcompletion - kcoreaddons - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kunitconversion - kactivities - plasma-workspace - ibus - scim-libs - xcb-util-keysyms - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/include/plasma - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-24 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-12 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kgamma5 - https://projects.kde.org/kgamma5 - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Adjust your monitor's gamma settings. - Adjust your monitor's gamma settings. - mirrors://kde/stable/plasma/5.25.4/kgamma5-5.25.4.tar.xz - - qt5-base-devel - qt5-x11extras-devel - libX11-devel - kdoctools-devel - kconfig-devel - kconfigwidgets-devel - ki18n-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libXxf86vm-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/kgamma5/pspec.xml - - - kgamma5 - - qt5-base - kconfig - libgcc - libX11 - ki18n - kcoreaddons - kconfigwidgets - libXxf86vm - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - khotkeys - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 hotkey daemon - KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures. - mirrors://kde/stable/plasma/5.25.4/khotkeys-5.25.4.tar.xz - - libX11-devel - qt5-base-devel - qt5-x11extras-devel - kdoctools-devel - kconfig-devel - kservice-devel - kcompletion-devel - kcoreaddons-devel - ktextwidgets-devel - kwindowsystem-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kcmutils-devel - kauth-devel - kpackage-devel - kdbusaddons-devel - kdelibs4-support-devel - kglobalaccel-devel - ki18n-devel - kio-devel - kxmlgui-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - plasma-framework-devel - plasma-workspace-devel - libXtst-devel - docbook-xsl - kjobwidgets-devel - extra-cmake-modules - - desktop/kde/plasma/khotkeys/pspec.xml - - - khotkeys - - qt5-base - kconfig - libgcc - libX11 - kservice - qt5-x11extras - kcompletion - kcoreaddons - ktextwidgets - kwindowsystem - kconfigwidgets - kwidgetsaddons - kdbusaddons - kdelibs4-support - kglobalaccel - ki18n - kio - kxmlgui - libXtst - kjobwidgets - plasma-workspace - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kinfocenter - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 info center - KDE5 Utility that provides information about a computer system. - mirrors://kde/stable/plasma/5.25.4/kinfocenter-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - kcmutils-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdeclarative-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kpackage-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - libraw1394-devel - libX11-devel - mesa-glu-devel - mesa-devel - pciutils-devel - plasma-framework-devel - solid-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kwayland-devel - kdesignerplugin - docbook-xsl - extra-cmake-modules - kirigami-devel - libglvnd-devel - system-settings - vulkan-tools - wayland-utils - util-linux - libusb-devel - mesa-demos - mesa-utils - fwupd-devel - xorg-app-devel - - desktop/kde/plasma/kinfocenter/pspec.xml - - - kinfocenter - - kcmutils - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdeclarative - ki18n - kiconthemes - kio - kservice - kwayland - kwidgetsaddons - kxmlgui - kcrash - libraw1394 - libX11 - mesa-glu - mesa - pciutils - kwindowsystem - qt5-base - qt5-declarative - solid - libglvnd - kirigami - system-settings - wayland-utils - libgcc - libusb - mesa-demos - mesa - mesa-utils - mesa-demos - fwupd - vulkan-tools - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/about-distro - - - kcm-about-distrorc - pisilinux.svg - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-22 - 5.25.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmenuedit - https://www.kde.org - - Pisi Linux admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Provides the interface and basic tools for the KDE workspace - Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/5.25.4/kmenuedit-5.25.4.tar.xz - - qt5-base-devel - kdoctools-devel - kconfig-devel - kservice-devel - kcompletion-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kdbusaddons-devel - kdelibs4-support-devel - ki18n-devel - kiconthemes-devel - kio-devel - kxmlgui-devel - sonnet-devel - kdesignerplugin - kitemmodels-devel - kinit-devel - kunitconversion-devel - kemoticons-devel - docbook-xsl - khotkeys - extra-cmake-modules - kitemviews-devel - - desktop/kde/plasma/kmenuedit/pspec.xml - - - kmenuedit - - qt5-base - libgcc - kconfig - kservice - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - kdbusaddons - kdelibs4-support - ki18n - kiconthemes - kio - kxmlgui - sonnet - kglobalaccel - kitemviews - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-04 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kscreen - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Provides the interface and basic tools for the KDE workspace - Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/5.25.4/kscreen-5.25.4.tar.xz - - qt5-base-devel - qt5-sensors-devel - qt5-graphicaleffects - qt5-declarative-devel - kglobalaccel-devel - libkscreen-devel - kconfigwidgets-devel - kdbusaddons-devel - ki18n-devel - kwidgetsaddons-devel - kconfig-devel - kdoctools-devel - kxmlgui-devel - kiconthemes-devel - mesa-devel - extra-cmake-modules - plasma-framework-devel - kdeclarative-devel - kcmutils-devel - qt5-x11extras-devel - libXi-devel - - desktop/kde/plasma/kscreen/pspec.xml - - - kscreen - - qt5-base - qt5-sensors - libgcc - libkscreen - qt5-declarative - kconfig - kcoreaddons - kglobalaccel - kconfigwidgets - kwidgetsaddons - kdbusaddons - ki18n - kxmlgui - kdeclarative - kcmutils - plasma-framework - qt5-x11extras - libXi - libX11 - libxcb - - - /usr/share - /etc/xdg - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-12 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksshaskpass - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - ssh-add helper that uses kwallet and kpassworddialog - ssh-add helper that uses kwallet and kpassworddialog - mirrors://kde/stable/plasma/5.25.4/ksshaskpass-5.25.4.tar.xz - - qt5-base-devel - kdoctools-devel - kcoreaddons-devel - ki18n-devel - kwallet-devel - kwidgetsaddons-devel - libxslt - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/ksshaskpass/pspec.xml - - - ksshaskpass - - qt5-base - libgcc - kcoreaddons - kwidgetsaddons - ki18n - kwallet - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - ksshaskpass.sh - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksysguard - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE system monitor - KDE5 system monitor daemon and service. - https://download.kde.org/stable/ksysguard/5.22.0/ksysguard-5.22.0.tar.xz - - libnl-devel - networkmanager-qt-devel - libpcap-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kitemviews-devel - knewstuff-devel - knotifications-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - libksysguard-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - lm_sensors-devel - plasma-framework-devel - qt5-base-devel - docbook-xsl - extra-cmake-modules - qt5-location-devel - qt5-webkit-devel - NetworkManager-devel - - desktop/kde/plasma/ksysguard/pspec.xml - - - ksysguard - - libpcap - icon-theme-hicolor - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - ki18n - kiconthemes - kio - kitemviews - knewstuff - knotifications - kwidgetsaddons - kwindowsystem - kxmlgui - libgcc - libksysguard - lm_sensors - qt5-base - xdg-utils - libnl - networkmanager-qt - qt5-location - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-04 - 5.22.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-04 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-07 - 5.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ksystemstats - https://kde.org/plasma-desktop/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - KSystemStats is a daemon that collects statistics about the running system - KSystemStats is a daemon that collects statistics about the running system - KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. - KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. - https://download.kde.org/stable/plasma/5.25.4/ksystemstats-5.25.4.tar.xz - - kio-devel - eudev-devel - ki18n-devel - libnl-devel - solid-devel - libgcc - qt5-base-devel - lm_sensors-devel - kcoreaddons-devel - kdbusaddons-devel - libksysguard-devel - kiconthemes-devel - libnsl-devel - libtirpc-devel - NetworkManager-devel - networkmanager-qt-devel - extra-cmake-modules - - desktop/kde/plasma/ksystemstats/pspec.xml - - - ksystemstats - - kio - eudev - ki18n - libnl - solid - libgcc - qt5-base - lm_sensors - kcoreaddons - kdbusaddons - libksysguard - networkmanager-qt - - - /usr/bin - /usr/lib - /usr/share/dbus-1 - /usr/share/locale - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 5.22.1 - First release. - Pisi Linux Admins - admin@pisilinux.org - - - - - - kwallet-pam - https://projects.kde.org/kwallet-pam - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KWallet PAM integration. - KWallet PAM integration. - mirrors://kde/stable/plasma/5.25.4/kwallet-pam-5.25.4.tar.xz - - socat - pam-devel - kwallet-devel - libgcrypt-devel - extra-cmake-modules - qt5-base-devel - - desktop/kde/plasma/kwallet-pam/pspec.xml - - - kwallet-pam - - pam - socat - qt5-base - libgcrypt - - - /etc/xdg/autostart - /lib - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-13 - 5.12.5 - add socat for dependency. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwayland-integration - https://www.kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - Provides integration plugins for various KDE frameworks for the wayland windowing system - Provides integration plugins for various KDE frameworks for the wayland windowing system - mirrors://kde/stable/plasma/5.25.4/kwayland-integration-5.25.4.tar.xz - - kguiaddons-devel - kwayland-devel - qt5-base-devel - kwindowsystem-devel - kidletime-devel - extra-cmake-modules - qt5-wayland-devel - wayland-devel - wayland-client - wayland-cursor - wayland-server - wayland-protocols-devel - - desktop/kde/plasma/kwayland-integration/pspec.xml - - - kwayland-integration - - kwayland - kidletime - kwindowsystem - libgcc - qt5-base - kguiaddons - qt5-wayland - wayland - wayland-client - wayland-cursor - wayland-server - - - /usr/lib - /etc/xdg/kwindowsystem.kwayland.categories - /usr/share - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwin - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 window manager - KWin is the window manager of the K desktop environment. - mirrors://kde/stable/plasma/5.25.4/kwin-5.25.4.tar.xz - - kactivities-devel - kauth-devel - kcmutils-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kcrash-devel - kdeclarative-devel - kdecorations-devel - kdoctools-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kio-devel - knewstuff-devel - knotifications-devel - kpackage-devel - kservice-devel - ktextwidgets-devel - kwayland-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kidletime-devel - kscreenlocker-devel - libepoxy-devel - libICE-devel - libSM-devel - libX11-devel - libxcb-devel - libXcursor-devel - libXext-devel - libxkbcommon-devel - libXxf86vm-devel - mesa-devel - fontconfig-devel - freetype-devel - xcb-util-wm-devel - plasma-framework-devel - qt5-base-devel - qt5-declarative-devel - qt5-designer-devel - qt5-multimedia-devel - qt5-script-devel - qt5-x11extras-devel - qt5-sensors-devel - qt5-graphicaleffects - qt5-virtualkeyboard-devel - qt5-quickcontrols - qt5-quickcontrols2-devel - wayland-client - wayland-cursor - wayland-devel - xcb-util-image-devel - xcb-util-keysyms-devel - eudev-devel - libinput-devel - xcb-util-cursor-devel - qt5-multimedia - docbook-xsl - libXi-devel - extra-cmake-modules - xorg-xwayland-devel - breeze-style - libdrm-devel - kirigami-devel - pipewire-devel - lcms2-devel - krunner-devel - xcb-util-devel - libqaccessibilityclient-devel - wayland-protocols-devel - libxcvt-devel - plasma-wayland-protocols - - desktop/kde/plasma/kwin/pspec.xml - - - kwin - - lcms2 - kactivities - kauth - libcap - kcmutils - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kcrash - wayland - kdeclarative - kdecorations - kglobalaccel - ki18n - kiconthemes - kio - knewstuff - knotifications - kservice - kwayland - kwidgetsaddons - kwindowsystem - kxmlgui - kscreenlocker - kidletime - libepoxy - libgcc - libXi - libICE - libSM - libX11 - libxcb - libxkbcommon - mesa - plasma-framework - qt5-base - qt5-declarative - qt5-script - qt5-x11extras - qt5-sensors - wayland-cursor - wayland-client - xcb-util-wm - xcb-util-image - xcb-util-keysyms - eudev - kpackage - libdrm - libinput - ktextwidgets - freetype - fontconfig - xcb-util-cursor - wayland-server - libqaccessibilityclient - qt5-quickcontrols2 - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - kwayland-server - - - kwayland-server - - - - kwin-devel - Development files for kwin - - kwin - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - kwayland-server-devel - - - kwayland-server-devel - - - - kwin-wayland - Wayland support for KWin - - mesa - libcap - libdrm - kpackage - wayland - freetype - pipewire - kidletime - fontconfig - kwin - - - /usr/bin/kwin_wayland - /usr/lib/systemd/user/plasma-kwin_wayland.service - /usr/lib/qt5/plugins/org.kde.kwin.waylandbackends/KWinWayland*.so - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Rebuild for replaces - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-12 - 5.18.3 - Version bump qpa patch kapatıldı - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-27 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-07 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-19 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kwrited - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 daemon listening for wall and write messages - KDE5 daemon listening for wall and write messages - mirrors://kde/stable/plasma/5.25.4/kwrited-5.25.4.tar.xz - - qt5-base-devel - ki18n-devel - kdoctools-devel - kcoreaddons-devel - knotifications-devel - kpty-devel - kdbusaddons-devel - extra-cmake-modules - - desktop/kde/plasma/kwrited/pspec.xml - - - kwrited - - qt5-base - kpty - libgcc - kcoreaddons - knotifications - kdbusaddons - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - layer-shell-qt - https://kde.org/plasma-desktop/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - Qt component to allow applications to make use of the Wayland wl-layer-shell protocol - Qt component to allow applications to make use of the Wayland wl-layer-shell protocol - Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni - Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni - https://download.kde.org/stable/plasma/5.25.4/layer-shell-qt-5.25.4.tar.xz - - wayland-devel - wayland-client - wayland-cursor - wayland-server - qt5-wayland-devel - qt5-base-devel - extra-cmake-modules - wayland-protocols-devel - qt5-declarative-devel - - desktop/kde/plasma/layer-shell-qt/pspec.xml - - - layer-shell-qt - - libgcc - qt5-base - qt5-wayland - wayland-client - - - /usr/lib - /usr/share/doc - - - - layer-shell-qt-devel - Development files for layer-shell-qt - - layer-shell-qt - - - /usr/include - /usr/lib/cmake - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 5.22.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libkscreen - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 screen management library - Dynamic display management library for KDE - mirrors://kde/stable/plasma/5.25.4/libkscreen-5.25.4.tar.xz - - qt5-base-devel - qt5-wayland-devel - qt5-x11extras-devel - libxcb-devel - doxygen - kwayland-devel - xcb-util-devel - xcb-util-image-devel - xcb-util-keysyms-devel - libXcursor-devel - libXrandr-devel - kwayland-devel - wayland-devel - wayland-client - wayland-cursor - wayland-server - extra-cmake-modules - plasma-wayland-protocols - - desktop/kde/plasma/libkscreen/pspec.xml - - - libkscreen - - qt5-base - qt5-wayland - kwayland - libXrandr - libxcb - libgcc - wayland - wayland-client - wayland-cursor - wayland-server - qt5-x11extras - - - /etc/xdg - /usr/bin/kscreen-doctor - /usr/lib/qt5 - /usr/lib - /usr/share/qlogging-categories5/libkscreen.categories - /usr/share/doc - /usr/share/dbus-1 - - - - libkscreen-devel - Development files for libkscreen - - libkscreen - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libksysguard - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Task management and system monitoring library - Task management and system monitoring library - mirrors://kde/stable/plasma/5.25.4/libksysguard-5.25.4.tar.xz - - qt5-base-devel - qt5-script-devel - qt5-webkit-devel - qt5-x11extras-devel - qt5-webengine-devel - qt5-designer-devel - qt5-declarative-devel - kio-devel - solid-devel - kglobalaccel-devel - kpackage-devel - kjobwidgets-devel - kdeclarative-devel - kauth-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - kdoctools-devel - libX11-devel - libXres-devel - zlib-devel - libnsl-devel - libnl-devel - libcap-devel - knewstuff-devel - plasma-framework-devel - extra-cmake-modules - attr-devel - pam-devel - libpcap-devel - lm_sensors-devel - - desktop/kde/plasma/libksysguard/pspec.xml - - - libksysguard - - kio - solid - libpcap - kservice - kglobalaccel - qt5-webengine - qt5-webchannel - qt5-base - qt5-declarative - kpackage - kjobwidgets - kdeclarative - libX11 - libgcc - zlib - libXres - qt5-webkit - qt5-x11extras - kwindowsystem - kconfigwidgets - kwidgetsaddons - kconfig - kauth - kcoreaddons - ki18n - libnsl - libcap - libnl - lm_sensors - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - libksysguard-devel - Development files for libksysguard - - libksysguard - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - milou - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDedicated search application built on top of Baloo - Dedicated search application built on top of Baloo - mirrors://kde/stable/plasma/5.25.4/milou-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-script - kdoctools-devel - kdeclarative-devel - ki18n-devel - krunner-devel - plasma-framework-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - extra-cmake-modules - kitemmodels-devel - - desktop/kde/plasma/milou/pspec.xml - - - milou - - qt5-base - qt5-declarative - krunner - libgcc - kconfig - kservice - kcoreaddons - kitemmodels - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - oxygen - https://projects.kde.org/projects/kde/workspace/oxygen - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPL - desktop.kde.plasma - KDE Oxygen style - KDE Oxygen style - mirrors://kde/stable/plasma/5.25.4/oxygen-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - kcmutils-devel - frameworkintegration-devel - kcompletion-devel - kconfig-devel - kguiaddons-devel - ki18n-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - cairo-devel - libxcb-devel - kwayland-devel - gtk3-devel - kdoctools-devel - kdecorations-devel - plasma-workspace-devel - extra-cmake-modules - - desktop/kde/plasma/oxygen/pspec.xml - - - oxygen - - ki18n - libgcc - libxcb - kconfig - qt5-base - qt5-declarative - kguiaddons - kcompletion - kcoreaddons - kdecorations - kwindowsystem - qt5-x11extras - kconfigwidgets - kwidgetsaddons - kwayland - frameworkintegration - kcmutils - - - /usr/bin/ - /usr/lib - /usr/share/color-schemes - /usr/share/sounds - /usr/share/icons - /usr/share/locale - /usr/share/plasma - /usr/share/kstyle - /usr/share/kservices5 - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-browser-integration - https://kde.org/plasma-desktop - - Safa Arıman - safaariman@pisilinux.org - - GPLv3 - app - desktop.kde.plasma - Plasma browser integration - Components necessary to integrate browsers into the Plasma Desktop. - https://download.kde.org/stable/plasma/5.25.4/plasma-browser-integration-5.25.4.tar.xz - - cmake - extra-cmake-modules - kio-devel - ki18n-devel - kcrash-devel - kconfig-devel - krunner-devel - purpose-devel - kservice-devel - qt5-base-devel - kactivities-devel - kcoreaddons-devel - kdbusaddons-devel - knotifications-devel - kfilemetadata-devel - kitemmodels-devel - plasma-workspace-devel - qt5-quickcontrols2-devel - qt5-declarative-devel - - desktop/kde/plasma/plasma-browser-integration/pspec.xml - - - plasma-browser-integration - - kio - ki18n - kcrash - kconfig - krunner - purpose - kservice - qt5-base - kactivities - kcoreaddons - kdbusaddons - kfilemetadata - knotifications - libgcc - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share - /etc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 5.17.5 - First release - Safa Arıman - safaariman@pisilinux.org - - - 2019-10-18 - 5.17.0 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - plasma-desktop - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 plasma workspace - This package contains the basic packages for a Plasma workspace. - mirrors://kde/stable/plasma/5.25.4/plasma-desktop-5.25.4.tar.xz - - qt5-base-devel - boost-devel - breeze-style - kdoctools-devel - kactivities-stats-devel - kio-devel - kcmutils-devel - knewstuff-devel - kpeople-devel - kdbusaddons-devel - kemoticons-devel - kitemmodels-devel - kscreenlocker-devel - kinit-devel - kunitconversion-devel - kwin-devel - libX11-devel - libXft-devel - libxkbfile-devel - kded-devel - plasma-nm - kpackage-devel - libxcb-devel - freetype-devel - libusb-compat-devel - xorg-server-devel - xorg-input-evdev-devel - xorg-input-synaptics-devel - pulseaudio-libs-devel - fontconfig-devel - plasma-workspace-devel - plasma-framework-devel - xorg-app-devel - xkeyboard-config - baloo-devel - libcanberra-devel - docbook-xsl - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-odbc - qt5-graphicaleffects - qt5-svg-devel - qt5-x11extras-devel - qt5-declarative-devel - qt5-quickcontrols2-devel - kdesignerplugin - ibus-devel - glib2-devel - scim-libs - xcb-util-keysyms-devel - xcb-util-image-devel - extra-cmake-modules - kwallet-devel - knotifications-devel - ki18n-devel - kglobalaccel-devel - kdelibs4-support-devel - attica-devel - kactivities-devel - kauth-devel - kconfig-devel - kdeclarative-devel - knotifyconfig-devel - krunner-devel - kirigami-devel - eudev-devel - libXext-devel - scim-devel - appstream-qt5-devel - xorg-input-libinput-devel - qqc2-desktop-style - libksysguard-devel - libaccounts-qt5-devel - libaccounts-glib-devel - qt5-phonon-devel - libXcursor-devel - xdg-user-dirs - - desktop/kde/plasma/plasma-desktop/pspec.xml - - - plasma-desktop - - baloo - kcrash - libksysguard - libxkbcommon - fontconfig - freetype - kactivities - karchive - kauth - plasma-nm - kbookmarks - kcmutils - kcodecs - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdeclarative - kdelibs4-support - kemoticons - kglobalaccel - kguiaddons - ki18n - kiconthemes - kio - kitemmodels - kitemviews - kjobwidgets - knewstuff - knotifications - knotifyconfig - kparts - kpeople - krunner - kservice - kwallet - kwidgetsaddons - kwindowsystem - kxmlgui - kpackage - libusb-compat - libX11 - libxcb - libXcursor - libXfixes - libXft - libXi - libxkbfile - plasma-framework - plasma-workspace - libcanberra - pulseaudio-libs - xkeyboard-config - qt5-base - qt5-declarative - qt5-phonon - qt5-svg - qt5-x11extras - solid - sonnet - qt5-sql-sqlite - system-settings - ibus - glib2 - scim-libs - xcb-util-keysyms - xcb-util-image - oxygen-icons - oxygen-fonts - kactivities-stats - xorg-input-libinput - xorg-input-evdev - appstream-qt5 - qqc2-desktop-style - polkit-kde-authentication-agent-1 - qt5-graphicaleffects - libaccounts-qt5 - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-10 - 5.25.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-18 - 5.23.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-13 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-25 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-13 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-13 - 5.14.5 - Clean kcm_translations.mo - Kamil Atlı - suvari@pisilinux.org - - - 2019-02-06 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-21 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-29 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-04 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 5.11.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni @pisilinux.org - - - 2016-08-03 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-integration - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 Plasma artwork - Artwork, styles and assets for the Breeze visual style for the Plasma Desktop - mirrors://kde/stable/plasma/5.25.4/plasma-integration-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - kxmlgui-devel - qt5-x11extras-devel - qt5-quickcontrols2-devel - libxcb-devel - noto-fonts - breeze-style - libXcursor-devel - kcompletion-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kwayland-devel - kconfig-devel - kguiaddons-devel - kio-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - extra-cmake-modules - libX11-devel - kiconthemes-devel - knotifications-devel - kwidgetsaddons-devel - kio-devel - kjobwidgets-devel - kwindowsystem-devel - qqc2-desktop-style - qt5-wayland-devel - wayland-client - wayland-server - wayland-cursor - wayland-devel - plasma-wayland-protocols - - desktop/kde/plasma/plasma-integration/pspec.xml - - - plasma-integration - - qt5-base - kxmlgui - qt5-x11extras - qt5-quickcontrols2 - qt5-wayland - qt5-declarative - libXcursor - kcompletion - kcoreaddons - ki18n - kiconthemes - kwayland - kconfig - kguiaddons - kio - kwindowsystem - kcoreaddons - kconfigwidgets - kwidgetsaddons - knotifications - kwidgetsaddons - kjobwidgets - knotifications - breeze-style - libgcc - libxcb - wayland-client - - - /usr/bin - /usr/share/kconf_update - /usr/lib/qt5 - /usr/share/doc - /usr/share/locale - - - - plasma-integration-devel - Development files for plasma-integration - - plasma-integration - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-nm - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Plasma applet written in QML for managing network connections - Plasma applet written in QML for managing network connections - mirrors://kde/stable/plasma/5.25.4/plasma-nm-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-designer - libgcc - networkmanager-qt-devel - modemmanager-qt-devel - ModemManager-devel - kcompletion-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdeclarative-devel - ki18n-devel - kiconthemes-devel - kio-devel - kitemviews-devel - knotifications-devel - kservice-devel - kwallet-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - solid-devel - openconnect-devel - kdoctools-devel - NetworkManager-devel - mobile-broadband-provider-info - extra-cmake-modules - plasma-framework-devel - kdesignerplugin - kinit-devel - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - qca2-qt5-devel - prison-devel - kirigami-devel - openconnect-devel - libproxy-devel - - desktop/kde/plasma/plasma-nm/pspec.xml - - - plasma-nm - - qt5-base - qca2-qt5 - kdeclarative - openconnect - kio - libproxy - networkmanager-qt - modemmanager-qt - ki18n - solid - kconfig - kwallet - kxmlgui - kservice - prison - kirigami - kitemviews - openconnect - qt5-declarative - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - NetworkManager - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-20 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-pa - https://projects.kde.org/plasma-pa - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Plasma applet for audio volume management using PulseAudio. - Plasma applet for audio volume management using PulseAudio. - mirrors://kde/stable/plasma/5.25.4/plasma-pa-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - pulseaudio-libs-devel - kconfigwidgets-devel - kcoreaddons-devel - kdeclarative-devel - plasma-framework-devel - kdoctools-devel - kglobalaccel-devel - ki18n-devel - glib2-devel - gconf-devel - libcanberra-devel - docbook-xsl - extra-cmake-modules - kirigami-devel - knotifications-devel - sound-theme-freedesktop - - desktop/kde/plasma/plasma-pa/pspec.xml - - - plasma-pa - - qt5-base - kdeclarative - libgcc - ki18n - kcoreaddons - kglobalaccel - qt5-declarative - gconf - glib2 - libcanberra - pulseaudio-libs - knotifications - sound-theme-freedesktop - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-02 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-sdk - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.plasma - Applications useful for Plasma development - Applications useful for Plasma development - mirrors://kde/stable/plasma/5.25.4/plasma-sdk-5.25.4.tar.xz - - qt5-base-devel - qt5-webkit-devel - qt5-svg-devel - qt5-declarative - karchive-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdeclarative-devel - ki18n-devel - kiconthemes-devel - kio-devel - knewstuff-devel - kparts-devel - plasma-framework-devel - kservice-devel - ktexteditor-devel - kwidgetsaddons-devel - kxmlgui-devel - kitemmodels-devel - kxmlgui-devel - kwindowsystem-devel - extra-cmake-modules - kdoctools-devel - kirigami-devel - - desktop/kde/plasma/plasma-sdk/pspec.xml - - - plasma-sdk - - qt5-base - ktexteditor - plasma-framework - kio - libgcc - ki18n - kconfig - karchive - kpackage - kservice - qt5-declarative - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kdeclarative - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-systemmonitor - https://kde.org/plasma-desktop/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - An interface for monitoring system sensors, process information and other system resources - Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz - Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz - Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz - https://download.kde.org/stable/plasma/5.25.4/plasma-systemmonitor-5.25.4.tar.xz - - cmake - libgcc - kio-devel - ksystemstats - ki18n-devel - kconfig-devel - kservice-devel - qt5-base-devel - kirigami-devel - knewstuff-devel - kcoreaddons-devel - kdbusaddons-devel - kitemmodels-devel - kiconthemes-devel - kdeclarative-devel - kglobalaccel-devel - qqc2-desktop-style - extra-cmake-modules - qt5-declarative-devel - qt5-quickcontrols2-devel - libksysguard-devel - - desktop/kde/plasma/plasma-systemmonitor/pspec.xml - - - plasma-systemmonitor - - kio - ki18n - libgcc - kconfig - kservice - qt5-base - knewstuff - kcoreaddons - kdbusaddons - kitemmodels - kiconthemes - kdeclarative - kglobalaccel - libksysguard - kwindowsystem - qt5-declarative - qt5-quickcontrols2 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/config.kcfg - /usr/share/plasma-systemmonitor - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - plasma-vault - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.kde.plasma - Plasma applet and services for creating encrypted vaults - Plasma applet and services for creating encrypted vaults - Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri - Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri - https://download.kde.org/stable/plasma/5.25.4/plasma-vault-5.25.4.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - networkmanager-qt-devel - kwidgetsaddons-devel - kactivities-devel - kconfigwidgets-devel - libksysguard-devel - kdbusaddons-devel - kconfig-devel - kcoreaddons-devel - plasma-framework-devel - kio-devel - ki18n-devel - encfs - kirigami-devel - kiconthemes-devel - NetworkManager-devel - - desktop/kde/plasma/plasma-vault/pspec.xml - - - plasma-vault - util.crypt - - qt5-base - kwidgetsaddons - kactivities - kconfigwidgets - libksysguard - kdbusaddons - kconfig - kcoreaddons - plasma-framework - kio - ki18n - libgcc - encfs - kirigami - networkmanager-qt - - - /usr/lib/qt5 - /usr/share - /usr/share/locale - /usr/share/kservices5 - /usr/share/plasma - /usr/share/metainfo - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-20 - 5.14.3 - move to util.crypt partof. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-12 - 5.14.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-19 - 5.11.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - plasma-workspace - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.plasma - The KDE5 Plasma Workspace Components - The KDE5 Plasma Workspace Components - mirrors://kde/stable/plasma/5.25.4/plasma-workspace-5.25.4.tar.xz - - libgcc - icu4c-devel - kio-devel - zlib-devel - baloo-devel - kauth-devel - ki18n-devel - libSM-devel - kquickcharts - solid-devel - kdesu-devel - qt5-wayland-devel - kcrash-devel - libICE-devel - libX11-devel - libXau-devel - libxcb-devel - prison-devel - kconfig-devel - kpeople-devel - krunner-devel - kwallet-devel - kxmlgui-devel - libXtst-devel - kpackage-devel - kservice-devel - kwayland-devel - xcb-util-devel - kirigami-devel - kholidays-devel - kidletime-devel - xorg-app-devel - knewstuff-devel - iso-codes-devel - libXfixes-devel - kbookmarks-devel - kguiaddons-devel - libXrender-devel - qt5-phonon-devel - kactivities-devel - kcompletion-devel - kcoreaddons-devel - kdbusaddons-devel - kiconthemes-devel - kitemmodels-devel - kjobwidgets-devel - ktexteditor-devel - extra-cmake-modules - kdeclarative-devel - kglobalaccel-devel - ktextwidgets-devel - libqalculate-devel - appstream-qt5-devel - knotifyconfig-devel - kuserfeedback-devel - NetworkManager-devel - kconfigwidgets-devel - knotifications-devel - kwidgetsaddons-devel - xcb-util-image-devel - kdelibs4-support-devel - plasma-framework-devel - kactivities-stats-devel - networkmanager-qt-devel - kwin-devel - qt5-sql-odbc - qt5-sql-mysql - qt5-base-devel - qt5-sql-sqlite - libkscreen-devel - qt5-sql-postgresql - libksysguard-devel - qt5-x11extras-devel - kwindowsystem-devel - kscreenlocker-devel - qt5-graphicaleffects - qt5-declarative-devel - qt5-virtualkeyboard-devel - gpsd-devel - libXft-devel - qt5-svg-devel - pipewire-devel - kdoctools-devel - kcmutils-devel - wayland-devel - wayland-server - wayland-client - wayland-cursor - breeze-gtk - xorg-util - libXcursor-devel - libinput-devel - xcb-util-cursor-devel - xcb-util-wm-devel - plasma-wayland-protocols - xcb-util-renderutil-devel - breeze-style - breeze-cursors - breeze-wallpapers - - desktop/kde/plasma/plasma-workspace/pspec.xml - - - plasma-workspace - - kio - zlib - baloo - kauth - ki18n - libSM - solid - kcrash - libgcc - libICE - libX11 - libXau - libxcb - prison - kconfig - kpeople - krunner - kwallet - kxmlgui - libXtst - kpackage - kservice - kwayland - xcb-util - kholidays - kidletime - knewstuff - libXfixes - kbookmarks - kguiaddons - libXrender - libkscreen - qt5-phonon - kactivities - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - ktexteditor - kdeclarative - kglobalaccel - ktextwidgets - libksysguard - libqalculate - appstream-qt5 - knotifyconfig - kscreenlocker - kuserfeedback - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - xcb-util-image - kdelibs4-support - plasma-framework - kactivities-stats - networkmanager-qt - qt5-base - qt5-x11extras - qt5-declarative - gpsd - kparts - libXft - qt5-svg - freetype - karchive - kcmutils - libglvnd - pipewire - fontconfig - libXcursor - qt5-wayland - wayland-client - layer-shell-qt - - - /etc/pam.d - /etc/env.d - /etc/xdg - /usr/share - /usr/share/applications - /usr/share/locale - /usr/bin - /usr/lib/qt5/plugins - /usr/lib/qt5/qml - /usr/lib - /usr/share/doc - - - kde.pam - kde-np.pam - kscreensaver.pam - - - - plasma-workspace-devel - Development files for kde5 plasma-workspace - - plasma-workspace - kio-devel - zlib-devel - baloo-devel - kauth-devel - ki18n-devel - libSM-devel - solid-devel - kcrash-devel - libICE-devel - libX11-devel - libXau-devel - libxcb-devel - prison-devel - kconfig-devel - kpeople-devel - krunner-devel - kwallet-devel - kxmlgui-devel - libXtst-devel - kpackage-devel - kservice-devel - kwayland-devel - xcb-util-devel - kholidays-devel - kidletime-devel - knewstuff-devel - libXfixes-devel - kbookmarks-devel - kguiaddons-devel - libXrender-devel - qt5-phonon-devel - kactivities-devel - kcompletion-devel - kcoreaddons-devel - kdbusaddons-devel - kiconthemes-devel - kitemmodels-devel - kjobwidgets-devel - ktexteditor-devel - extra-cmake-modules - kdeclarative-devel - kglobalaccel-devel - ktextwidgets-devel - libqalculate-devel - appstream-qt5-devel - knotifyconfig-devel - kuserfeedback-devel - kconfigwidgets-devel - knotifications-devel - kwidgetsaddons-devel - xcb-util-image-devel - kdelibs4-support-devel - plasma-framework-devel - kactivities-stats-devel - networkmanager-qt-devel - qt5-base-devel - libkscreen-devel - libksysguard-devel - qt5-x11extras-devel - kwindowsystem-devel - kscreenlocker-devel - qt5-declarative-devel - xcb-util-wm-devel - xcb-util-renderutil-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - plasma-workspace-wayland - Wayland support for Plasma - - plasma-workspace - xorg-xwayland - - - /usr/bin/startplasma-wayland - /usr/share/wayland-sessions/plasmawayland.desktop - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Rebuild for libglvnd - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-18 - 5.23.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 5.21.5 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 5.16.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-31 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-21 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-15 - 5.12.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-24 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-28 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-01 - 5.11.0 - drkonqi ayrılması - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.10.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-05 - 5.8.5 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-08-02 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - plasma-workspace-wallpapers - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.plasma - The KDE Plasma Workspace Components - The KDE Plasma Workspace Components - mirrors://kde/stable/plasma/5.25.4/plasma-workspace-wallpapers-5.25.4.tar.xz - https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz - https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz - https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/plasma/plasma-workspace-wallpapers/pspec.xml - - - plasma-workspace-wallpapers - - qt5-base - plasma-workspace-wallpapers-pisilinux - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - plasma-workspace-wallpapers-pisilinux - - /usr/share/wallpapers/sweet-cat - /usr/share/wallpapers/pisilinux-blue - /usr/share/wallpapers/pisi-crocus-ancyrensis - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-10 - 5.16.5 - Rebuild Pisilinux-blue. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - polkit-kde-authentication-agent-1 - https://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - app:gui - desktop.kde.plasma - The KDE Plasma Workspace Components - The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop. - mirrors://kde/stable/plasma/5.25.4/polkit-kde-agent-1-5.25.4.tar.xz - - qt5-base-devel - kdoctools-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - ki18n-devel - kiconthemes-devel - kwidgetsaddons-devel - kwindowsystem-devel - knotifications-devel - polkit-qt-devel - elogind-devel - mesa-devel - extra-cmake-modules - - desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml - - - polkit-kde-authentication-agent-1 - - qt5-base - libgcc - kcrash - kcoreaddons - polkit-qt - ki18n - kdbusaddons - kiconthemes - kwindowsystem - knotifications - kwidgetsaddons - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - powerdevil - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE power manager module - KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings - mirrors://kde/stable/plasma/5.25.4/powerdevil-5.25.4.tar.xz - - qt5-base-devel - qt5-x11extras-devel - kdoctools-devel - kidletime-devel - libxcb-devel - eudev-devel - kactivities-devel - kauth-devel - kconfig-devel - kdbusaddons-devel - kirigami-devel - kglobalaccel-devel - kio-devel - knotifyconfig-devel - kwayland-devel - libkscreen-devel - networkmanager-qt-devel - solid-devel - kdesignerplugin - kinit-devel - kunitconversion-devel - kitemmodels-devel - kemoticons-devel - docbook-xsl - plasma-workspace-devel - extra-cmake-modules - ki18n-devel - bluez-qt-devel - kcrash-devel - knotifications-devel - NetworkManager-devel - - desktop/kde/plasma/powerdevil/pspec.xml - - - powerdevil - - qt5-base - kidletime - libgcc - libxcb - eudev - plasma-workspace - kio - kauth - kcrash - ki18n - solid - kconfig - kxmlgui - kirigami - kservice - kwayland - qt5-x11extras - libkscreen - kactivities - kcompletion - kcoreaddons - kdbusaddons - kglobalaccel - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - networkmanager-qt - bluez-qt - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 5.14.3 - Rebuild kdelibs4 remove. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.10.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - sddm-kcm - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - app:console - desktop.misc - KDE5 Config Module for SDDM - KDE5 Config Module for SDDM - mirrors://kde/stable/plasma/5.25.4/sddm-kcm-5.25.4.tar.xz - - kcoreaddons-devel - kdoctools-devel - kconfigwidgets-devel - karchive-devel - kauth-devel - libX11-devel - kxmlgui-devel - ki18n-devel - kcmutils-devel - kdeclarative-devel - qt5-base-devel - kio-devel - qt5-declarative-devel - qt5-x11extras-devel - kconfig-devel - mesa-devel - docutils - libXcursor-devel - xcb-util-image-devel - extra-cmake-modules - knewstuff-devel - libxcb-devel - - desktop/kde/plasma/sddm-kcm/pspec.xml - - - sddm-kcm - - kcoreaddons - sddm - karchive - libX11 - kconfigwidgets - kauth - knewstuff - ki18n - kcmutils - kdeclarative - qt5-base - kio - libXcursor - kconfig - qt5-x11extras - qt5-declarative - kwidgetsaddons - - - /etc/dbus-1/system.d - /usr/share/dbus-1/system-services - /usr/share/kservices5 - /usr/share/ - /etc/xdg/sddmtheme.knsrc - /usr/share/polkit-1/actions - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5/plugins - /usr/lib/libexec/kauth - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-05 - 5.11.2 - move to desktop.misc. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - system-settings - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE5 system settings manager - System-settings is a control panel for KDE5 Plasma - mirrors://kde/stable/plasma/5.25.4/systemsettings-5.25.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-graphicaleffects - qt5-quickcontrols2-devel - kconfig-devel - kdbusaddons-devel - kdeclarative-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kpackage-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kdoctools-devel - kio-devel - kauth-devel - khtml-devel - kcmutils-devel - docbook-xsl - kactivities-devel - kactivities-stats-devel - kirigami-devel - kguiaddons-devel - extra-cmake-modules - kitemmodels-devel - kcrash-devel - plasma-workspace-devel - - desktop/kde/plasma/system-settings/pspec.xml - - - system-settings - - qt5-base - qt5-declarative - kauth - kcrash - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - kcmutils - kconfig - kdbusaddons - khtml - ki18n - kiconthemes - kio - kitemviews - kservice - kwindowsystem - kxmlgui - kpackage - kactivities - kdeclarative - kitemmodels - kactivities-stats - plasma-workspace - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-10 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-27 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-14 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-16 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-13 - 5.10.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 5.10.2 - version bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-01 - 5.8.5 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-01 - 5.8.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-26 - 5.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-03 - 5.8.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-20 - 5.8.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 5.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-30 - 5.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-05-18 - 5.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 5.6.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xdg-desktop-portal-kde - https://download.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.plasma - A backend implementation for xdg-desktop-portal using Qt/KF5 - A backend implementation for xdg-desktop-portal using Qt/KF5 - A backend implementation for xdg-desktop-portal using Qt/KF5 - A backend implementation for xdg-desktop-portal using Qt/KF5 - https://download.kde.org/stable/plasma/5.25.4/xdg-desktop-portal-kde-5.25.4.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kdeclarative-devel - kirigami-devel - plasma-framework-devel - kconfig-devel - kcoreaddons-devel - kwidgetsaddons-devel - kwayland-devel - wayland-devel - wayland-client - wayland-server - wayland-cursor - libepoxy-devel - ki18n-devel - kio-devel - cups-devel - pipewire-devel - knotifications-devel - wayland-protocols-devel - plasma-wayland-protocols - kiconthemes-devel - - desktop/kde/plasma/xdg-desktop-portal-kde/pspec.xml - - - xdg-desktop-portal-kde - - ki18n - kio - mesa - libgcc - kservice - kwayland - libepoxy - pipewire - kconfig - kwindowsystem - qt5-base - kcoreaddons - kitemviews - knotifications - kwidgetsaddons - wayland-client - kiconthemes - qt5-declarative - kdeclarative - kirigami - - - /usr/lib - /usr/share/dbus-1 - /usr/share - /usr/share/doc - /usr/share/locale - - - - - 2022-08-02 - 5.25.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 5.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 5.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 5.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-18 - 5.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 5.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-26 - 5.24.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-04 - 5.23.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.23.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.23.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 5.23.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 5.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 5.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 5.22.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.22.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 5.22.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 5.22.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 5.21.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 5.21.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-25 - 5.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 5.20.4 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - 2020-09-01 - 5.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-09 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-06 - 5.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 5.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 5.16.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-31 - 5.16.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-22 - 5.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 5.15.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-27 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-26 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-12 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 5.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 5.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 5.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-10 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-11 - 5.12.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-14 - 5.12.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 5.12.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-06 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 5.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 5.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-08 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-02 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-14 - 5.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-14 - 5.10.5 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kfoldersync - https://www.linux-apps.com/content/show.php/?content=164092 - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - desktop.kde.utils - Folder synchronization and backup tool for KDE - Smart folder comparison, It depends only on KDE Frameworks. - https://dl.opendesktop.org/api/files/download/id/1485353737/kfoldersync-3.4.1.tar.xz - - extra-cmake-modules - gettext-devel - cmake - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kio-devel - knotifications-devel - kxmlgui-devel - qt5-base-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - ki18n-devel - kitemviews-devel - kio-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - - desktop/kde/utils/kfoldersync/pspec.xml - - - kfoldersync - Folder synchronization and backup tool for KDE - - kcoreaddons - ki18n - kio - qt5-base - libgcc - kconfig - kxmlgui - kitemviews - kdbusaddons - kconfigwidgets - kwidgetsaddons - kwindowsystem - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2019-01-20 - 3.4.1 - Rebuild - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-11-13 - 3.4.1 - Rebuild - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-10-14 - 3.4.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 3.4.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-23 - 3.4.1 - Rebuild - Mustafa Cinasl - muscnsl@gmail.com - - - 2017-09-21 - 3.4.1 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-04 - 3.3.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-11 - 3.2.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kjots - https://userbase.kde.org/KJots - - Stefan Gronewold - groni@pisilinux.org - - GPL - desktop.kde.utils - A note taking application for KDE - A note taking application for KDE - mirrors://kde/stable/kjots/5.0.2/kjots-5.0.2.tar.xz - - akonadi-devel - akonadi-notes-devel - boost-devel - extra-cmake-modules - kcmutils-devel - kdelibs4-support-devel - kdoctools-devel - kpimtextedit-devel - qt5-base-devel - kitemmodels-devel - kmime-devel - kontactinterface-devel - grantlee-qt5-devel - - desktop/kde/utils/kjots/pspec.xml - - - kjots - A note taking application for KDE - - kio - ki18n - kmime - kparts - libgcc - akonadi - kconfig - kxmlgui - kcmutils - qt5-base - kbookmarks - kcoreaddons - kitemmodels - grantlee-qt5 - kpimtextedit - ktextwidgets - akonadi-notes - kconfigwidgets - kwidgetsaddons - kontactinterface - - - /usr/bin - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2019-01-20 - 5.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-11-13 - 5.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-10-14 - 5.0.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-11 - 5.0.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-24 - 5.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-12 - 5.0.2 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - adwaita-qt - https://github.com/FedoraQt/adwaita-qt - - fury - uglyside@yandex.ru - - GPLv2 - LGPLv2.1 - data - desktop.lookandfeel - A style to bend Qt applications to look like they belong into GNOME Shell. - A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell. - https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/1.4.1.tar.gz - - cmake - qt5-base-devel - qt5-x11extras-devel - - desktop/lookandfeel/adwaita-qt/pspec.xml - - - adwaita-qt - - libgcc - libxcb - qt5-base - qt5-x11extras - - - /usr/lib - /usr/share/doc - - - - adwaita-qt-devel - - adwaita-qt - qt5-base - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include - - - - - 2022-01-18 - 1.4.1 - Version bump - fury - uglyside@yandex.ru - - - 2021-09-27 - 1.4.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-06-05 - 1.3.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-18 - 1.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-24 - 1.2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-01-02 - 1.2.0 - Beta rebuild. - fury - uglyside@yandex.ru - - - - - - artwork-pisilinux-release - https://pisilinux.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - public-domain - CCPL-Attribution-ShareAlike-3.0 - CCPL-Attribution-3.0 - data - desktop.lookandfeel - Artwork for Pisi Linux releases - Pisi Linux sürümleri için sanatsal içerik - This package contains additional artwork (like wallpapers) intended for Pisi Linux releases. - Bu paket Pisi Linux sürümleri için hazırlanmış sanatsal çalışmalar içerir. - http://source.pisilinux.org/1.0/artwork-pisilinux-release-1.2.tar.xz - http://source.pisilinux.org/1.0/sample-files-20130323.tar.xz - desktop/lookandfeel/artwork-pisilinux-release/pspec.xml - - - artwork-pisilinux-release - - /usr/share/wallpapers - - - - example-content - Example files for Pisi Linux - Pisi Linux ile beraber dağıtılan örnek dosyalar - - /usr/share/example-content - /etc/X11/Xsession.d - /etc/X11/xinit/xinitrc.d/35-example-content.sh - - - 35-example-content.sh - - - - - 2018-10-21 - 1.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-21 - 1.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - flat-remix-gtk - https://github.com/daniruiz/Flat-Remix-GTK - - Pisi Linux Community - admins@pisilinux.org - - GPL-3.0 - desktop.lookandfeel - Flat Remix GTK theme is a pretty simple gtk window theme - Flat Remix GTK theme is a pretty simple gtk window theme inspired on material design following a modern design using \"flat\" colors with high contrasts and sharp borders - https://github.com/daniruiz/flat-remix-gtk/archive/20220427.tar.gz - desktop/lookandfeel/flat-remix-gtk/pspec.xml - - - flat-remix-GTK - - /usr/share/themes/Flat-Remix-Dark-* - /usr/share/themes/Flat-Remix-Darkest-* - /usr/share/themes/Flat-Remix-Light* - - - - flat-remix-GTK-black - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Black* - /usr/share/themes/Flat-Remix-LibAdwaita-Black* - - - - flat-remix-GTK-blue - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Blue* - /usr/share/themes/Flat-Remix-LibAdwaita-Blue* - - - - flat-remix-GTK-brown - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Brown* - /usr/share/themes/Flat-Remix-LibAdwaita-Brown* - - - - flat-remix-GTK-cyan - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Cyan* - /usr/share/themes/Flat-Remix-LibAdwaita-Cyan* - - - - flat-remix-GTK-green - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Green* - /usr/share/themes/Flat-Remix-LibAdwaita-Green* - - - - flat-remix-GTK-grey - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Grey* - /usr/share/themes/Flat-Remix-LibAdwaita-Grey* - - - - flat-remix-GTK-magenta - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Magenta* - /usr/share/themes/Flat-Remix-LibAdwaita-Magenta* - - - - flat-remix-GTK-orange - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Orange* - /usr/share/themes/Flat-Remix-LibAdwaita-Orange* - - - - flat-remix-GTK-red - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Red* - /usr/share/themes/Flat-Remix-LibAdwaita-Red* - - - - flat-remix-GTK-teal - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Teal* - /usr/share/themes/Flat-Remix-LibAdwaita-Teal* - - - - flat-remix-GTK-violet - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Violet* - /usr/share/themes/Flat-Remix-LibAdwaita-Violet* - - - - flat-remix-GTK-white - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-White* - /usr/share/themes/Flat-Remix-LibAdwaita-White* - - - - flat-remix-GTK-yellow - - flat-remix-GTK - - - /usr/share/themes/Flat-Remix-GTK-Yellow* - /usr/share/themes/Flat-Remix-LibAdwaita-Yellow* - - - - - 2022-04-27 - 20220427 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - geany-colorschemes - https://github.com/geany/geany-themes - - fury - uglyside@yandex.ru - - various - data - desktop.lookandfeel - Geany-themes is a collection of color schemes for the Geany IDE/editor. - Geany-themes is a collection of color schemes for the Geany IDE/editor, either written originally by the Geany community or ported from color schemes for other editors. - https://github.com/geany/geany-themes/archive/0f29c77e8c596900b9b8cf552498bdb317449cae.zip - desktop/lookandfeel/geany-colorschemes/pspec.xml - - - geany-colorschemes - - gtksourceview3 - - - /usr/share/geany/colorschemes - /usr/share/doc - - - - - 2020-12-06 - 0.1 - First build - fury - uglyside@yandex.ru - - - - - - gtk-theme-albatross - https://github.com/shimmerproject/Albatross - - Pisi Linux Community - admins@pisilinux.org - - GPL.v2 - desktop.lookandfeel - Albatross is a modern theme for the XFCE-Desktop - Albatross is a modern theme for the XFCE-Desktop - https://github.com/shimmerproject/Albatross/archive/v1.7.4.tar.gz - desktop/lookandfeel/gtk-theme-albatross/pspec.xml - - - gtk-theme-albatross - - gtk2-engines-murrine - - - /usr/share/themes - /usr/share/doc - - - - - 2018-08-31 - 1.7.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.7.4 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-01 - 1.7.4 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gtk-theme-arc - https://github.com/horst3180/arc-theme - - Pisi Linux Community - admins@pisilinux.org - - GPL-3.0 - desktop.lookandfeel - Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar. - The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementary’s Pantheon desktops and should work fine on Cinnamon. - https://launchpad.net/~noobslab/+archive/ubuntu/themes/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz - desktop/lookandfeel/gtk-theme-arc/pspec.xml - - - gtk-theme-arc - - gtk2-engines-murrine - - - /usr/share/themes/Arc - - - - gtk-theme-arc-solid - - gtk2-engines-murrine - - - /usr/share/themes/Arc-Solid - - - - gtk-theme-arc-dark - - gtk2-engines-murrine - - - /usr/share/themes/Arc-Dark - - - - gtk-theme-arc-dark-solid - - gtk2-engines-murrine - - - /usr/share/themes/Arc-Dark-Solid - - - - - 2018-08-31 - 1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.0 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-11 - 1.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gtk-theme-bluebird - https://github.com/shimmerproject/Bluebird - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - CC-BY-SA 3.0 - desktop.lookandfeel - GTK Theme Suite - Bluebird for the XFCE-Desktop - GTK Theme Suite - Bluebird for the XFCE-Desktop - https://github.com/shimmerproject/Bluebird/archive/v1.2.tar.gz - desktop/lookandfeel/gtk-theme-bluebird/pspec.xml - - - gtk-theme-bluebird - - gtk2-engines-murrine - - - /usr/share/themes - /usr/share/doc - - - - - 2018-08-31 - 1.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.2 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-01 - 1.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gtk-theme-greybird - https://github.com/shimmerproject/Greybird - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv2 - CC-BY-SA - desktop.lookandfeel - Desktop Suite for Xfce. - GTK Theme Suite - Greybird. - https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz - - meson - sassc - gtk3-devel - glib2-devel - librsvg-devel - gdk-pixbuf-devel - - desktop/lookandfeel/gtk-theme-greybird/pspec.xml - - - gtk-theme-greybird - - gtk2-engines-murrine - - - /usr/share/themes - /usr/share/doc - - - - - 2020-11-03 - 3.22.12 - Ver. bump - fury - uglyside@yandex.ru - - - 2018-08-31 - 3.22.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 3.22.2 - Rebuild with new toolchain - Pisi Gnu/Linux Community - admin@pisilinux.org - - - 2016-09-08 - 1.5.3 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - gtk-theme-mediterranean - http://gnome-look.org/content/show.php/MediterraneanNight+Series?content=156782 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - desktop.lookandfeel - Great themes for GTK2 and GTK3 - GTK2 ve GTK3 için güzel temalar - Themes for GTK2 and GTK3. - GTK2 ve GTK3 için yazılmış tema paketleri. - https://dl.dropboxusercontent.com/u/80497678/MediterraneanNight-2.03.tar.gz - desktop/lookandfeel/gtk-theme-mediterranean/pspec.xml - - - gtk-theme-mediterranean - - gtk2-engines-murrine - gdk-pixbuf - - - /usr/share/themes/MediterraneanDark - /usr/share/themes/MediterraneanWhite - /usr/share/themes/MediterraneanLightDarkest - - - - gtk-theme-mediterranean-others - - gtk2-engines-murrine - gdk-pixbuf - - - /usr/share/themes - - - - - 2018-08-31 - 2.03 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 2.03 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-06 - 2.03 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gtk-theme-orion - https://github.com/shimmerproject/Orion - - Pisi Linux Community - admins@pisilinux.org - - GPL-3.0 - desktop.lookandfeel - Orion is a modern light theme for Gnome. It supports Gnome, Unity, XFCE and Openbox. - The theme is compatible with GTK 3.6 and 3.8. It also includes a GTK 2.0 theme using Murrine engine. - https://github.com/shimmerproject/Orion/archive/v1.5.tar.gz - desktop/lookandfeel/gtk-theme-orion/pspec.xml - - - gtk-theme-orion - - gtk2-engines-murrine - - - /usr/share/themes - /usr/share/doc - - - - - 2018-08-31 - 1.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.5 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-10 - 1.5 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gtk-theme-Qogir - https://github.com/vinceliuice/Qogir-theme/ - - Pisi Linux Community - admins@pisilinux.org - - GPL-3.0 - desktop.lookandfeel - Qogir is a flat Design theme for GTK - Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc. - https://github.com/vinceliuice/Qogir-theme/archive/refs/tags/2021-12-25.tar.gz - - gnome-shell - - desktop/lookandfeel/gtk-theme-Qogir/pspec.xml - - - gtk-theme-Qogir - - /usr/share/themes/Qogir - /usr/share/themes/Qogir-dark - /usr/share/themes/Qogir-light - /usr/share/doc - - - - - 2022-01-22 - 2021.12.25 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-31 - 2018.11.12 - First Release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gtk2-engines-murrine - https://github.com/GNOME/murrine - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.lookandfeel - GTK+ Murrine theme engine - GTK+ Murrine tema motoru - The Murrine engine is a cairo-based GTK+ theming tool. It's very fast compared to clearlooks-cairo. Murrine includes animations and a unique style. - Murrine motoru, Cairo tabanlı GTK+ tema aracıdır. Clearlooks temasına göre çok daha hızlıdır. Aynı zamanda canlandırmalar, benzersiz biçemler içerir. - mirrors://gnome/murrine/0.98/murrine-0.98.2.tar.xz - - gtk2-devel - glib2-devel - cairo-devel - pango-devel - pixman-devel - gdk-pixbuf-devel - intltool - - desktop/lookandfeel/gtk2-engines-murrine/pspec.xml - - - gtk2-engines-murrine - - gtk2 - glib2 - cairo - pango - pixman - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/gtk-engines - - - - - 2018-09-16 - 0.98.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 0.98.2 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-12-12 - 0.98.2 - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - icon-theme-adwaita - https://gitlab.gnome.org/GNOME/adwaita-icon-theme - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.lookandfeel - Adwaita icon theme - Adwaita icon theme - https://download.gnome.org/sources/adwaita-icon-theme/42/adwaita-icon-theme-42.0.tar.xz - - intltool - gtk2-devel - gtk3-devel - docbook-xsl - shared-mime-info - librsvg-devel - - desktop/lookandfeel/icon-theme-adwaita/pspec.xml - - - icon-theme-adwaita - Adwaita icon theme - - /usr/share - /usr/share/doc - /usr/share/icons/Adwaita - /usr/lib/pkgconfig - - - 16x16.png - 16x16.png - 22x22.png - 24x24.png - 24x24.png - 32x32.png - 32x32.png - 48x48.png - 48x48.png - 64x64.png - 96x96.png - scalable.svg - - - - - 2022-06-01 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-11 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 40.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-08 - 3.38.0 - v.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-01-18 - 3.34.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-30 - 3.34.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-14 - 3.32.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-17 - 3.31.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-11-30 - 3.31.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 3.26.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 3.22 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-07 - 3.20 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - icon-theme-compass-kde - https://launchpad.net/~nitrux-team - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Compass Icon Theme for KDE - Compass Icon Theme for KDE - https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz - desktop/lookandfeel/icon-theme-compass-kde/pspec.xml - - - icon-theme-compass-kde - - /usr/share/icons - - - - - 2018-08-31 - 1.3.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.3.8 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-01 - 1.3.8 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - icon-theme-elementary-xfce - https://github.com/shimmerproject/elementary-xfce - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - data - desktop.lookandfeel - Elementary Look for XFCE. - Elementary icons forked from upstream, extended and maintained for Xfce. - https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz - - librsvg - optipng - inkscape - gtk3-devel - - desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml - - - icon-theme-elementary-xfce - - /usr/share/icons - /usr/share/doc - - - - - 2021-10-13 - 0.15.2 - First build - fury - uglyside@yandex.ru - - - - - - icon-theme-faenza - http://gnome-look.org/content/show.php/Faenza?content=128143 - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Icon theme designed for Equinox GTK theme - Icon theme designed for Equinox GTK theme - http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/faenza-icon-theme_1.3.1.tar.gz - desktop/lookandfeel/icon-theme-faenza/pspec.xml - - - icon-theme-faenza - - /usr/share/icons - /usr/share/doc - - - icons/22.png - icons/24.png - icons/32.png - icons/48.png - icons/64.png - icons/96.png - icons/22.png - icons/24.png - icons/32.png - icons/48.png - icons/64.png - icons/96.png - icons/22.png - icons/24.png - icons/32.png - icons/48.png - icons/64.png - icons/96.png - icons/scalable.svg - icons/scalable.svg - icons/scalable.svg - - - - - 2018-08-31 - 1.3.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.3.1 - Rebuild with new toolchain. - Pisi Gnu/Linux Community - admin@pisilinux.org - - - 2016-07-26 - 1.3.1 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - icon-theme-hicolor - https://www.freedesktop.org/wiki/Software/icon-theme/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - desktop.lookandfeel - Default icon theme - Temel simge teması - Hicolor icon theme contains the basic directories and files needed for icon theme support. - Hicolor, simge teması desteği için ihtiyaç duyulan temel dizin ve dosyalarıni içeren temel bir simge temasıdır. - https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz - desktop/lookandfeel/icon-theme-hicolor/pspec.xml - - - icon-theme-hicolor - - /usr/share/doc - /usr/share/icons - - - - - 2020-01-16 - 0.17 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 0.17 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-13 - 0.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-09 - 0.15 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - icon-theme-milky - https://pisilinux.org - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Icon theme designed for pisilinux GTK theme - Icon theme designed for pisilinux GTK theme - http://source.pisilinux.org/milky/milky-2.0.tar.bz2 - desktop/lookandfeel/icon-theme-milky/pspec.xml - - - icon-theme-milky - - /usr/share/icons - /usr/share/doc - - - 16x16.png - 16x16.png - 22x22.png - 22x22.png - 32x32.png - 32x32.png - 48x48.png - 48x48.png - 64x64.png - 64x64.png - 128x128.png - 128x128.png - 256x256.png - 256x256.png - logotype-pisi.svg - logotype-pisi.svg - - - - - 2021-04-11 - 1.0 - fixed start-here icons - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-01 - 1.0 - First Release. - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - icon-theme-mint-x - http://packages.linuxmint.com/pool/main/m/mint-x-icons - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.lookandfeel - Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza. - mint-x icon teması. - Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza. - mint-x icon teması. - http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.6.4.tar.xz - desktop/lookandfeel/icon-theme-mint-x/pspec.xml - - - icon-theme-mint-x - - /usr/share/icons - - - - - 2022-06-30 - 1.6.4 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - icon-theme-mint-y - http://packages.linuxmint.com/pool/main/m/mint-y-icons - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.lookandfeel - A flat, colorful, and modern theme based on Paper and Moka. - A flat, colorful, and modern theme based on Paper and Moka. - http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.6.1.tar.xz - desktop/lookandfeel/icon-theme-mint-y/pspec.xml - - - icon-theme-mint-y - - /usr/share/icons - - - - - 2022-08-02 - 1.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 1.6.0 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - icon-theme-nitrux-kde - https://github.com/Nitrux/nitrux-icon-theme - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Nitrux Look for KDE - Nitrux Look for KDE - https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/nitrux-icon-theme-kde_3.5.3.tar.gz - desktop/lookandfeel/icon-theme-nitrux-kde/pspec.xml - - - icon-theme-nitrux-kde - - /usr/share/icons/Nitrux - - - - - 2018-08-31 - 3.5.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 3.5.3 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-01 - 3.5.3 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - icon-theme-numix - https://github.com/numixproject/numix-icon-theme - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Circle is an icon theme for Linux from the Numix project - Circle is an icon theme for Linux from the Numix project - http://ppa.launchpad.net/numix/ppa/ubuntu/pool/main/n/numix-icon-theme/numix-icon-theme_0.3+929~201712251402~ubuntu17.04.1.tar.xz - desktop/lookandfeel/icon-theme-numix/pspec.xml - - - icon-theme-numix - - /usr/share/icons/Numix - - - - - 2018-08-31 - 17.04.05 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 17.04.05 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-01 - 16.09.07 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - icon-theme-numix-light - https://numixproject.github.io/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - data - desktop.lookandfeel - Circle is an icon theme for Linux from the Numix project - Circle is an icon theme for Linux from the Numix project - http://ppa.launchpad.net/numix/ppa/ubuntu/pool/main/n/numix-icon-theme/numix-icon-theme_0.3+929~201712251402~ubuntu17.04.1.tar.xz - desktop/lookandfeel/icon-theme-numix-light/pspec.xml - - - icon-theme-numix-light - - /usr/share/icons/Numix-Light - - - - - 2018-08-31 - 17.04.05 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 17.04.05 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-10-01 - 16.09.07 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - iconcan - https://pisilinux.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv3 - app:gui - desktop.lookandfeel - Icon etiketi için görseller - Icon etiketi için görseller - Icon etiketine ait görselleri barındıran uygulama. - Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama. - lang-tr - https://master.dl.sourceforge.net/project/pisilinux/source/iconcan-1.0.2.tar.xz - desktop/lookandfeel/iconcan/pspec.xml - - - iconcan - - /usr/share/pixmaps - - - - - 2022-05-26 - 1.0.2 - add new icons. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-13 - 1.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.0.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-02-04 - 1.0.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - kvantum - https://github.com/tsujan/Kvantum - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - desktop.lookandfeel - Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt. - Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur. - https://github.com/tsujan/Kvantum/releases/download/V1.0.2/Kvantum-1.0.2.tar.xz - - libX11-devel - qt5-linguist - qt5-svg-devel - qt5-base-devel - icon-theme-hicolor - qt5-designer-devel - kwindowsystem-devel - qt5-x11extras-devel - qt5-assistant-devel - - desktop/lookandfeel/kvantum/pspec.xml - - - kvantum - - libgcc - libX11 - qt5-svg - qt5-base - kwindowsystem - qt5-x11extras - - - /usr/bin - /usr/lib - /usr/share - /usr/share/Kvantum - /usr/share/doc - - - - - 2022-06-15 - 1.0.2 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-09-19 - 0.20.2 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-03-14 - 0.19.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-03-05 - 0.18.0 - First Beta build - PisiLinux Community - admins@pisilinux.org - - - - - - papirus-icon-theme - https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/ - - Mustafa Cinasal - muscnsl@gmail.com - - any - library - desktop.lookandfeel - Papirus simge teması - Papirus simge teması - Papirus simge teması - Papirus simge teması - https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20200102.tar.gz - desktop/lookandfeel/papirus-icon-theme/pspec.xml - - - papirus-icon-theme - - /usr/share/icons - /usr/share/doc - - - - - 2020-01-02 - 20200102 - Ver. up - fury - uglyside@yandex.ru - - - 2018-08-31 - 20180501 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 20180501 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-31 - 20180401 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - pisilinux-gtk - http://www.pisilinux.org - - Ergün Salman - poyraz76@pisilinux.org - - custom - library - desktop.lookandfeel - pisilinux-gtk - Gtk uygulamaları için tema ve yapılandırma - https://sourceforge.net/projects/pisi-source/files/pisilinux-gtk-0.1.tar.gz - desktop/lookandfeel/pisilinux-gtk/pspec.xml - - - pisilinux-gtk - - /usr/share/themes/* - - - - - 2018-08-31 - 0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 0.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-09-10 - 0.1 - New Package - Ergün Salman - poyraz76@pisilinux.org - - - - - - pisilinux-splash - https://github.com/sebo28/pisilinux.splash - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - app - desktop.lookandfeel - pisilinux splash - pisilinux splash - pisilinux splash - pisilinux splash - https://github.com/sebo28/pisilinux.splash/archive/v0.1.tar.gz - https://github.com/sebo28/Sweet-Cat_Animated/archive/v0.1.tar.gz - - metadata.json - - desktop/lookandfeel/pisilinux-splash/pspec.xml - - - pisilinux-splash - - /usr/share - /usr/share/locale - - - - - 2020-12-07 - 0.1 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-10-31 - 0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - pisilinux-theme-damadamas - http://www.pisilinux.org/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.lookandfeel - PisiLinux için görsel çalışmaları. - PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı. - https://github.com/sonakinci41/DamaDamas-icon-theme/archive/0.7.tar.gz - - extra-cmake-modules - qt5-base-devel - plasma-framework-devel - - desktop/lookandfeel/pisilinux-theme-damadamas/pspec.xml - - - pisilinux-theme-damadamas - PisiLinux için görsel çalışmaları. - - /usr/share - /usr/share/color-schemes - /usr/share/icons - /usr/share/kservices5 - /usr/share/plasma - /usr/share/sddm - /usr/share/wallpapers - /usr/share/doc - - - logotype-pisi_64.svg - logotype-pisi_512.svg - logotype-pisi_512.svg - - - - - 2021-04-11 - 0.7 - fixed start-here icons - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-01 - 0.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - pisilinux-theme-maia - http://www.pisilinux.org/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.lookandfeel - PisiLinux için görsel çalışmaları. - PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı. - https://github.com/alihanozturk/pisilinux-theme-maia/archive/0.3.tar.gz - - extra-cmake-modules - qt5-base-devel - plasma-framework-devel - - - wallpaper.patch - - desktop/lookandfeel/pisilinux-theme-maia/pspec.xml - - - pisilinux-theme-maia - PisiLinux için görsel çalışmaları. - - /usr/share - /usr/share/color-schemes - /usr/share/icons - /usr/share/kservices5 - /usr/share/plasma - /usr/share/sddm - /usr/share/wallpapers - /usr/share/doc - - - - - 2018-08-15 - 0.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.3 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-08-21 - 0.3 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-09 - 0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-19 - 0.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-20 - 0.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - lumina-desktop - https://lumina-desktop.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD - app:gui - desktop.lumina - The Lumina Desktop Environment is a lightweight system interface designed for use on any Unix-like operating system. - UNIX benzeri sistemlerde kullanım için tasarlanmış sistem arayüzlü hafif bir Masaüstü ortamıdır. - The Lumina Desktop Environment is a lightweight system interface designed for use on any Unix-like operating system. - UNIX benzeri sistemlerde kullanım için tasarlanmış sistem arayüzlü hafif bir Masaüstü ortamıdır.. - lumina-desktop - https://github.com/lumina-desktop/lumina/archive/v1.6.0.tar.gz - - git - libxcb-devel - xcb-util-devel - libXcursor-devel - libXdamage-devel - libXrender-devel - xcb-util-wm-devel - desktop-file-utils - libXcomposite-devel - xcb-util-image-devel - qt5-linguist - qt5-svg-devel - qt5-base-devel - qt5-x11extras-devel - qt5-multimedia-devel - qt5-declarative-devel - - - show_only_lumina.patch - lumina_default_settings_for_Pisi.patch - - desktop/lumina/lumina-desktop/pspec.xml - - - lumina-desktop - A Lightweight QT5 Desktop for FreeBSD - - libgcc - libxcb - qt5-svg - qt5-base - xcb-util - libXcursor - libXdamage - xcb-util-wm - qt5-x11extras - qt5-multimedia - xcb-util-image - fluxbox - - - /usr/lib/qt5/plugins/styles/liblthemeengine-style.so - /usr/lib/qt5/plugins/platformthemes/liblthemeengine.so - /usr/share/icons/hicolor/scalable/apps/Lumina-DE.png - /usr/share/icons/hicolor/scalable/apps/lumina-desktop.png - /usr/share/icons/hicolor/scalable/apps/Insight-FileManager.png - /usr/share/lumina-desktop/syntax_rules/*.syntax - /usr/share/lumina-desktop/syntax_rules/README.md - /usr/bin/lumina-desktop - /usr/bin/start-lumina-desktop - /usr/bin/lte - /usr/share/lumina-desktop/*.ogg - /usr/share/lumina-desktop/colors - /etc/luminaDesktop.conf.dist - /usr/share/doc/lumina-desktop - /usr/share/lumina-desktop/*.conf - /usr/share/lumina-desktop/themes - /usr/share/lumina-desktop/menu-scripts - /usr/share/applications/lumina-support.desktop - /usr/share/xsessions/Lumina-DE.desktop - /usr/share/lumina-desktop/i18n/lumina-desktop* - /usr/share/lumina-desktop/fluxbox* - /usr/share/lumina-desktop/globs2 - /usr/share/lumina-desktop/*.jpg - /usr/share/man - - - Crocus-Ancyrensis.jpg - - - - lumina-archiver - Archive manager for Lumina Desktop - - libgcc - qt5-svg - qt5-base - - - /usr/bin/lumina-archiver - /usr/share/applications/lumina-archiver.desktop - /usr/share/lumina-desktop/i18n/l-archiver* - - - - lumina-mediaplayer - Media player for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-mediaplayer - /usr/share/applications/lumina-mediaplayer.desktop - /usr/share/applications/lumina-mediaplayer-pandora.desktop - /usr/share/lumina-desktop/i18n/l-mediap* - - - - lumina-photo - Image viewer for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-photo - /usr/share/applications/lumina-photo.desktop - /usr/share/lumina-desktop/i18n/l-photo* - - - - lumina-lthemeengine - Theme engine for Lumina Desktop - - qt5-base - - - /usr/bin/lthemeengine - /usr/bin/lthemeengine-sstest - /usr/share/applications/lthemeengine.desktop - /usr/share/lthemeengine/colors/*.conf - /usr/share/lthemeengine/qss/ - /usr/share/lthemeengine/desktop_qss/* - /usr/share/lthemeengine/desktop_qss/*.gss - - - pisi_black.svg - pisi_white.svg - pisilogo.png - - - - lumina-material-design-dark - Material-design-dark theme for Lumina Desktop - - qt5-base - - - /usr/share/icons/material-design-dark - - - - lumina-material-design-light - Material-design-light theme for Lumina Desktop - - qt5-base - - - /usr/share/icons/material-design-light - - - - lumina-open - Application launcher for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-open - /usr/share/lumina-desktop/i18n/lumina-open* - - - - lumina-config - Configuration for Lumina Desktop - - libxcb - qt5-x11extras - - - /usr/bin/lumina-config - /usr/share/applications/lumina-config.desktop - /usr/share/lumina-desktop/i18n/lumina-config* - - - - lumina-fm - File Manager for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-fm - /usr/share/applications/lumina-fm.desktop - /usr/share/lumina-desktop/i18n/lumina-fm* - - - - lumina-screenshot - Screenshot Tool for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-screenshot - /usr/share/applications/lumina-screenshot.desktop - /usr/share/lumina-desktop/i18n/l-screenshot* - - - - lumina-search - Search Tool for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-search - /usr/share/applications/lumina-search.desktop - /usr/share/lumina-desktop/i18n/lumina-search* - - - - lumina-info - Info tool for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-info - /usr/share/applications/lumina-info.desktop - /usr/share/lumina-desktop/i18n/lumina-info* - - - - lumina-xconfig - Monitor Configuration Tool for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-xconfig - /usr/share/applications/lumina-xconfig.desktop - /usr/share/lumina-desktop/i18n/lumina-xconfig* - - - - lumina-fileinfo - File Information Tool for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-fileinfo - /usr/share/applications/lumina-fileinfo.desktop - /usr/share/lumina-desktop/i18n/l-fileinfo* - - - - lumina-textedit - Text Editor for Lumina Desktop - - qt5-base - - - /usr/bin/lumina-textedit - /usr/share/applications/lumina-textedit.desktop - /usr/share/lumina-desktop/i18n/l-te* - - - - - 2021-05-01 - 1.6.0 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 1.5.0 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2017-03-09 - 1.2.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libfm - https://github.com/lxde/libfm - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL-2 - library - desktop.lxde - Library for file management. - libfm is a LXDE library for file management. - mirrors://sourceforge/pcmanfm/libfm-1.3.2.tar.xz - - intltool - atk-devel - gtk3-devel - glib2-devel - cairo-devel - pango-devel - udisks2-devel - libexif-devel - gettext-devel - dbus-glib-devel - gdk-pixbuf-devel - fontconfig-devel - menu-cache-devel - libfm-extra-devel - - desktop/lxde/libfm/pspec.xml - - - libfm - - atk - gtk3 - glib2 - cairo - pango - udisks2 - libexif - dbus-glib - gdk-pixbuf - fontconfig - menu-cache - libfm-extra - - - /etc/xdg - /usr/bin - /usr/lib/libfm.so* - /usr/lib/libfm-gtk3.so* - /usr/lib/libfm/modules/ - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - libfm-devel - - libfm - gtk3-devel - glib2-devel - - - /usr/include/libfm-1.0 - /usr/include/libfm - /usr/lib/pkgconfig/libfm-gtk3.pc - /usr/lib/pkgconfig/libfm.pc - - - - libfm-extra - Core library of PCManFM file manager. - - glib2 - - - /usr/lib/libfm-extra.so - /usr/lib/libfm-extra.so.4 - /usr/lib/libfm-extra.so.4.1.3 - - - - libfm-extra-devel - - glib2-devel - libfm-extra - - - /usr/include/libfm/fm-extra.h - /usr/include/libfm/fm-version.h - /usr/include/libfm/fm-xml-file.h - /usr/include/libfm-1.0/fm-extra.h - /usr/include/libfm-1.0/fm-version.h - /usr/include/libfm-1.0/fm-xml-file.h - /usr/lib/pkgconfig/libfm-extra.pc - - - - - 2022-04-14 - 1.3.2 - Rebuild with gtk+3 - fury - uglyside@yandex.ru - - - 2021-04-26 - 1.3.2 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-06 - 1.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxappearance - http://wiki.lxde.org/en/LXAppearance - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.lxde - A new feature-rich GTK+ theme switcher. - LXAppearance is a new GTK+ theme switcher developed for project LXDE. - mirrors://sourceforge/lxde/lxappearance-0.6.3.tar.xz - - intltool - dbus-devel - gtk3-devel - libX11-devel - dbus-glib-devel - gdk-pixbuf-devel - - desktop/lxde/lxappearance/pspec.xml - - - lxappearance - - dbus - gtk3 - glib2 - libX11 - gdk-pixbuf - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - lxappearance-devel - - gtk3-devel - lxappearance - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-14 - 0.6.3 - First build. - fury - uglyside@yandex.ru - - - - - - lxde-common - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - data - desktop.lxde - LXDE Session default configuration files. - lxde-common provides LXDE Session default configuration files and nuoveXT2 iconset. - mirrors://sourceforge/lxde/lxde-common-0.99.2.tar.xz - - intltool - - desktop/lxde/lxde-common/pspec.xml - - - lxde-common - - gtk3 - lxpanel - pcmanfm - openbox - lxsession - - - /etc - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-08-07 - 0.99.2 - First build. - fury - uglyside@yandex.ru - - - - - - lxinput - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - desktop.lxde - LXDE keyboard and mouse configuration tool. - lxinput is tool for LXDE keyboard and mouse configuration. - mirrors://sourceforge/lxde/lxinput-0.3.5.tar.xz - - intltool - gtk3-devel - libX11-devel - - desktop/lxde/lxinput/pspec.xml - - - lxinput - - gtk3 - glib2 - libX11 - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 0.3.5 - First build. - fury - uglyside@yandex.ru - - - - - - lxmenu-data - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - LGPL-2.1 - data - desktop.lxde - Menu data files for LXDE. - lxmenu-data provides files needed for LXDE application menus. - mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz - - intltool - - desktop/lxde/lxmenu-data/pspec.xml - - - lxmenu-data - - /etc - /usr/share/desktop-directories - /usr/share/doc - - - - - 2022-04-14 - 0.1.5 - First build. - fury - uglyside@yandex.ru - - - - - - lxpanel - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.lxde - Lightweight X11 desktop panel for LXDE. - lxpanel is a lightweight X11 desktop panel for LXDE. - mirrors://sourceforge/lxde/lxpanel-0.10.1.tar.xz - - intltool - atk-devel - gtk3-devel - curl-devel - cairo-devel - pango-devel - libxml2-devel - alsa-lib-devel - libwnck3-devel - keybinder-devel - fontconfig-devel - menu-cache-devel - gdk-pixbuf-devel - wireless-tools-devel - libfm-devel - libfm-extra-devel - - - Correct_panel_size_under_GTK3.patch - Correct_icon_grid_width_under_GTK3.patch - lxpanel-0.10.1-volume-plugin-fix-mouse-scrolling.patch - - desktop/lxde/lxpanel/pspec.xml - - - lxpanel - - atk - gtk3 - curl - glib2 - cairo - pango - libX11 - libxml2 - alsa-lib - libwnck3 - keybinder - menu-cache - gdk-pixbuf - fontconfig - lxmenu-data - wireless-tools - libfm - libfm-extra - network-manager-applet - - - /etc/xdg/lxpanel - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - lxpanel-devel - - lxpanel - gtk3-devel - glib2-devel - libfm-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-14 - 0.10.1 - First build. - fury - uglyside@yandex.ru - - - - - - lxrandr - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.lxde - LXDE GUI interface to RandR extention. - lxrandr is a LXDE GUI interface to RandR extention. - mirrors://sourceforge/lxde/lxrandr-0.3.2.tar.xz - - intltool - gtk3-devel - libXrandr-devel - - desktop/lxde/lxrandr/pspec.xml - - - lxrandr - - gtk3 - glib2 - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 0.3.2 - First build. - fury - uglyside@yandex.ru - - - - - - lxsession - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app - desktop.lxde - LXDE session manager. - lxsession is the default X11 session manager of LXDE. - mirrors://sourceforge/lxde/lxsession-0.5.5.tar.xz - - intltool - vala-devel - gtk3-devel - glib2-devel - polkit-devel - elogind-devel - gettext-devel - libnotify-devel - gdk-pixbuf-devel - - - Avoid_costly_lsb_release_invocation.patch - - desktop/lxde/lxsession/pspec.xml - - - lxsession - - gtk3 - glib2 - cairo - polkit - libX11 - gdk-pixbuf - - - /etc/xdg - /usr/bin - /usr/libexec - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 0.5.5 - First build. - fury - uglyside@yandex.ru - - - - - - lxterminal - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.lxde - Lightweight terminal emulator. - Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE. - mirrors://sourceforge/lxde/lxterminal-0.4.0.tar.xz - - intltool - vte-devel - gtk3-devel - gnutls-devel - libpcre2-devel - gdk-pixbuf-devel - - desktop/lxde/lxterminal/pspec.xml - - - lxterminal - - vte - gtk3 - glib2 - pango - libX11 - gdk-pixbuf - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 0.4.0 - First build. - fury - uglyside@yandex.ru - - - - - - pcmanfm - https://www.lxde.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.lxde - LXDE default file manager. - PCMan File Manager is an extremly fast and lightweight file manager for LXDE. - mirrors://sourceforge/pcmanfm/pcmanfm-1.3.2.tar.xz - - intltool - gtk3-devel - pango-devel - cairo-devel - gdk-pixbuf-devel - libfm-devel - libfm-extra-devel - - desktop/lxde/pcmanfm/pspec.xml - - - pcmanfm - - atk - gtk3 - glib2 - pango - cairo - libX11 - gdk-pixbuf - libfm - libfm-extra - - - /etc - /usr/bin - /usr/include - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 1.3.2 - First build. - fury - uglyside@yandex.ru - - - - - - featherpad - https://github.com/tsujan/FeatherPad - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.lxqt - FeatherPad is a lightweight Qt5 plain-text editor for Linux - FeatherPad is a lightweight Qt5 plain-text editor for Linux - featherpad - https://github.com/tsujan/FeatherPad/releases/download/V1.1.1/FeatherPad-1.1.1.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - qt5-svg-devel - hunspell-devel - - desktop/lxqt/featherpad/pspec.xml - - - featherpad - - libX11 - libgcc - qt5-svg - hunspell - qt5-base - qt5-x11extras - - - /usr/bin - /usr/share/doc - /usr/share/applications - /usr/share/featherpad - /usr/share/icons - /usr/share/metainfo/featherpad.metainfo.xml - - - featherpad.desktop - - - - - 2022-04-19 - 1.1.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.18.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.13.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.11.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.9.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libfm-qt - https://github.com/lxqt/libfm-qt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - library - desktop.lxqt - Core library of PCManFM file manager - libfm is a Core library of PCManFM file manager - lxqt - https://github.com/lxqt/libfm-qt/releases/download/1.1.0/libfm-qt-1.1.0.tar.xz - - cmake - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - lxqt-build-tools - menu-cache-devel - libexif-devel - glib2-devel - - desktop/lxqt/libfm-qt/pspec.xml - - - libfm-qt - - glib2 - libgcc - libxcb - qt5-base - menu-cache - qt5-x11extras - libexif - - - /usr/lib - /usr/share/cmake - /usr/share/mime - /usr/share/libfm-qt - - - - libfm-qt-devel - Development headers for libfm-qt - - qt5-base-devel - qt5-x11extras-devel - libfm-qt - - - /usr/include/libfm-qt - /usr/lib/pkgconfig - - - - - 2022-04-19 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-04-16 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.15.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.1 - rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-26 - 0.12.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - liblxqt - https://github.com/lxqt/liblxqt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - library - desktop.lxqt - Common base library for LXQt components. - Çoğu lxqt bileşenleri için ortak temel kitaplıklar. - Core utility library for all LXDE-Qt components - liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir. - lxqt - https://github.com/lxqt/liblxqt/releases/download/1.1.0/liblxqt-1.1.0.tar.xz - - cmake - glibc-devel - kwindowsystem-devel - libX11-devel - libgcc - libqtxdg-devel - pkgconfig - qt5-base-devel - qt5-linguist - polkit-qt-devel - qt5-qdbusviewer - qt5-x11extras-devel - libXScrnSaver-devel - lxqt-build-tools - - desktop/lxqt/liblxqt/pspec.xml - - - liblxqt - - kwindowsystem - libgcc - libqtxdg - qt5-base - qt5-x11extras - libX11 - libXScrnSaver - - - /usr/bin - /usr/lib - /usr/share - - - - liblxqt-devel - Development headers for liblxqt - - liblxqt - qt5-base-devel - qt5-x11extras-devel - libqtxdg-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-19 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-04-08 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.15.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libqtxdg - https://github.com/lxqt/libqtxdg - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - library - desktop.lxqt - Library providing freedesktop.org specs implementations for Qt. - Library providing freedesktop.org specs implementations for Qt. - lxqt - https://github.com/lxqt/libqtxdg/releases/download/3.9.1/libqtxdg-3.9.1.tar.xz - - libgcc - cmake - qt5-assistant-devel - qt5-base-devel - qt5-xmlpatterns-devel - qt5-svg-devel - gtk3-devel - xdg-user-dirs - lxqt-build-tools - - desktop/lxqt/libqtxdg/pspec.xml - - - libqtxdg - - libgcc - qt5-base - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share/ - - - lxqt-l10n - - - lxqt-l10n - - - - libqtxdg-devel - Development headers for libqtxdg - - libqtxdg - qt5-base-devel - qt5-svg-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-19 - 3.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-19 - 3.9.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 3.8.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 3.7.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 3.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 3.4.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 3.3.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 3.3.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 3.3.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 3.2.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 3.2.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 3.2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 3.1.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libstatgrab - https://libstatgrab.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPL - library - desktop.lxqt - libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. - Çalışan sistem hakkında istatistiklere erişimi sağlayan bir kütüphanedir. - libstatgrab is a library for accessing information from the system for statistical purposes. - libstatgrab, çalışan sistem hakkında istatistiklere erişimi sağlayan kitaplıkları içerir. - lxqt - https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.92.tar.gz - - ncurses-devel - - desktop/lxqt/libstatgrab/pspec.xml - - - libstatgrab - - ncurses - - - /usr/bin - /usr/share/ - /usr/lib - /usr/include - - - - - 2020-04-06 - 0.92 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.91 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.91 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libsysstat - https://github.com/lxqt/libsysstat - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - library - desktop.lxqt - Library used to query system info and statistics - Sistem bilgisi ve istatistik sorgulamak için kullanılan kütüphane. - Library to query system statistics (net, resource usage, ...) - Sistem bilgisi ve istatistik sorgulamak için kullanılan temel kitaplıklar içerir. - lxqt - https://github.com/lxqt/libsysstat/releases/download/0.4.6/libsysstat-0.4.6.tar.xz - - cmake - libgcc - qt5-base-devel - qt5-linguist - lxqt-build-tools - - desktop/lxqt/libsysstat/pspec.xml - - - libsysstat - Development headers for lxqt-globalkeys - - libgcc - qt5-base - - - /usr/lib - /usr/share/ - - - - libsysstat-devel - Development headers for libsysstat - - libsysstat - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-19 - 0.4.6 - rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 0.4.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.4.5 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.4.2 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.4.2 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.4.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.4.1 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.4.1 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.4.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.4.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lximage-qt - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - Image viewer and screenshot tool. - Resim görüntüleyici ve ekran görüntüsü aracı. - Image viewer and screenshot tool. - lximage-qt, Resim görüntüleyici ve ekran görüntüsü aracıdır. - lxqt - https://github.com/lxqt/lximage-qt/releases/download/1.1.0/lximage-qt-1.1.0.tar.xz - - glib2-devel - cmake - qt5-base-devel - qt5-svg-devel - binutils - qt5-x11extras-devel - qt5-linguist - libexif-devel - libX11-devel - libfm-qt-devel - qt5-qdbusviewer - menu-cache-devel - kwindowsystem-devel - lxqt-build-tools - - desktop/lxqt/lximage-qt/pspec.xml - - - lximage-qt - - glib2 - libX11 - libgcc - libexif - qt5-svg - libfm-qt - qt5-base - libXfixes - qt5-x11extras - - - /usr/share/ - /usr/bin - - - - - 2022-04-22 - 1.1.0 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.7.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.7.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.7.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxmenu-data - https://www.lxde.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - data - desktop.lxqt - freedesktop.org application menu definition files - lxqt-menu-data is freedesktop.org application menu definition files - lxqt - https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz - - intltool - perl-Locale-gettext - gettext-devel - - desktop/lxqt/lxmenu-data/pspec.xml - - - lxmenu-data - - /etc - /usr/share/desktop-directories - /usr/share/doc/ - - - - - 2020-04-06 - 0.1.5 - Rebuild New T. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.1.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.1.5 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-about - https://github.com/lxqt/lxqt-about - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - LXQt about dialog. - LXQt hakkında bilgi. - About dialog of LXDE-Qt - LXDE-Qt hakkında bilgi içerir. - lxqt - https://github.com/lxqt/lxqt-about/releases/download/1.1.0/lxqt-about-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libgcc - liblxqt-devel - qt5-linguist - libqtxdg-devel - lxqt-build-tools - - desktop/lxqt/lxqt-about/pspec.xml - - - lxqt-about - - libgcc - liblxqt - libqtxdg - qt5-base - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/lxqt/translations - /usr/share/doc - - - - - 2022-04-22 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5-14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5-13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-26 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-admin - https://github.com/lxde/lxqt-admin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.lxqt - LXQt system administration tool - LXQt sistem yönetim araçları. - LXQt system administration tool - LXQt sistem yönetim araçlarını içerir. - lxqt - https://github.com/lxqt/lxqt-admin/releases/download/1.1.0/lxqt-admin-1.1.0.tar.xz - - cmake - glib2-devel - polkit-qt-devel - kwindowsystem-devel - libgcc - liblxqt-devel - qt5-base-devel - qt5-linguist - lxqt-build-tools - - desktop/lxqt/lxqt-admin/pspec.xml - - - lxqt-admin - - libgcc - liblxqt - qt5-base - - - /usr/bin - /usr/share - - - - - 2022-04-22 - 1.1.0 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-archiver - https://github.com/lxqt/lxqt-archiver - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.lxqt - A simple and lightweight Qt file archiver. - A simple and lightweight Qt file archiver. - lxqt - https://github.com/lxqt/lxqt-archiver/releases/download/0.6.0/lxqt-archiver-0.6.0.tar.xz - - glib2-devel - qt5-linguist - libexif-devel - json-glib-devel - extra-cmake-modules - qt5-x11extras-devel - menu-cache-devel - libfm-qt-devel - lxqt-build-tools - - desktop/lxqt/lxqt-archiver/pspec.xml - - - lxqt-archiver - - glib2 - libgcc - libfm-qt - qt5-base - json-glib - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/lxqt-archiver - /usr/share/applications - /usr/share/icons - /usr/share/doc - - - lxqt-archiver.desktop - - - - - 2022-04-25 - 0.6.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 0.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.4.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.2.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.0.96 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.0.96 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-03-20 - 0.0.96 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-build-tools - https://github.com/lxqt/lxqt-build-tools - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - Various packaging tools and scripts for LXQt applications. - Various packaging tools and scripts for LXQt applications - lxqt - https://github.com/lxqt/lxqt-build-tools/releases/download/0.11.0/lxqt-build-tools-0.11.0.tar.xz - - cmake - glib2-devel - qt5-linguist - qt5-base-devel - - desktop/lxqt/lxqt-build-tools/pspec.xml - - - lxqt-build-tools - - /usr/bin - /usr/share/cmake - /usr/share/doc - - - - - 2022-07-06 - 0.11.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-19 - 0.11.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 0.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.9.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-12-19 - 0.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.7.0 - rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.6.0 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-01-18 - 0.6.0 - rebuild for qt5.14.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-09-15 - 0.6.0 - rebuild for qt5.13.1 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.6.0 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-03-01 - 0.6.0 - Release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.6.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.5.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.5.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-07 - 0.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 0.4.0 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-config - https://github.com/lxqt/lxqt-config - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - library - desktop.lxqt - Common base library for LXQt components. - Çoğu lxqt bileşenleri için ortak temel kitaplıklar. - Core utility library for all LXDE-Qt components - liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir. - lxqt - https://github.com/lxqt/lxqt-config/releases/download/1.1.0/lxqt-config-1.1.0.tar.xz - - cmake - libgcc - pkgconfig - zlib-devel - glibc-devel - libXi-devel - libX11-devel - qt5-base-devel - qt5-linguist - qt5-qdbusviewer - qt5-svg-devel - libXcursor-devel - libkscreen-devel - qt5-x11extras-devel - kwindowsystem-devel - xorg-input-libinput-devel - eudev-devel - libqtxdg-devel - liblxqt-devel - lxqt-build-tools - - desktop/lxqt/lxqt-config/pspec.xml - - - lxqt-config - - zlib - libXi - libX11 - libgcc - libxcb - liblxqt - qt5-svg - qt5-base - libXfixes - libXcursor - libkscreen - qt5-x11extras - eudev - libXi - libqtxdg - pisi-timedate - xsettingsd - - - /usr/bin - /usr/lib - /usr/lib64 - /usr/share - /etc/menus - - - - - 2022-04-19 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-01 - 0.17.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-globalkeys - https://github.com/lxqt/lxqt-globalkeys - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - Daemon used to register global keyboard shortcuts - Global klavye kısayollarını kaydetmek için kullanılan araç. - LXQt daemon and library for global keyboard shortcuts registration. - Global klavye kısayolları kaydı için LXQT kütüphane ve araçları. - lxqt - https://github.com/lxqt/lxqt-globalkeys/releases/download/1.1.0/lxqt-globalkeys-1.1.0.tar.xz - - cmake - libgcc - qt5-linguist - libX11-devel - libqtxdg-devel - qt5-base-devel - kwindowsystem-devel - liblxqt-devel - lxqt-build-tools - - desktop/lxqt/lxqt-globalkeys/pspec.xml - - - lxqt-globalkeys - Development headers for libqtxdg - - libX11 - libgcc - liblxqt - qt5-base - - - /usr/bin - /usr/lib/liblxqt-globalkeys* - /usr/share - /etc - - - - lxqt-globalkeys-devel - Development headers for lxqt-globalkeys - - lxqt-globalkeys - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-22 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-01-22 - 1.0.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.3 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-notificationd - https://github.com/lxqt/lxqt-notificationd - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - LXQt notification daemon and library. - LXQt bildirim artalan süreci ve kütüphanesi. - Notification daemon - LXQt bildirim artalan süreci ve kitaplıklarını içerir. - lxqt - https://github.com/lxqt/lxqt-notificationd/releases/download/1.1.0/lxqt-notificationd-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libgcc - liblxqt-devel - libqtxdg-devel - qt5-base-devel - qt5-linguist - lxqt-build-tools - - desktop/lxqt/lxqt-notificationd/pspec.xml - - - lxqt-notificationd - - kwindowsystem - libgcc - liblxqt - libqtxdg - qt5-base - - - /usr/bin - /usr/share/ - /etc/autostart - - - - - 2022-04-22 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-openssh-askpass - https://github.com/lxqt/lxqt-openssh-askpass - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.lxqt - LXQt openssh password prompt - LXQt parola uygulaması - LXQt openssh password prompt - LXQt parola uygulaması - lxqt - https://github.com/lxqt/lxqt-openssh-askpass/releases/download/1.1.0/lxqt-openssh-askpass-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libqtxdg-devel - liblxqt-devel - lxqt-config - qt5-base-devel - qt5-linguist - lxqt-build-tools - - desktop/lxqt/lxqt-openssh-askpass/pspec.xml - - - lxqt-openssh-askpass - - libgcc - liblxqt - qt5-base - - - /usr/bin - /usr/share - - - - - 2022-04-22 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-panel - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - Desktop panel - LXQt masaüstü paneli. - The LXQt desktop panel - lxqt-panel, LXQt masaüstü panelidir. - lxqt - https://github.com/lxqt/lxqt-panel/releases/download/1.1.0/lxqt-panel-1.1.0.tar.xz - - cmake - glib2-devel - kguiaddons-devel - kwindowsystem-devel - libX11-devel - libXcomposite-devel - libXdamage-devel - libdbusmenu-qt-devel - libgcc - liblxqt-devel - libqtxdg-devel - libxkbcommon-devel - lm_sensors-devel - lxqt-globalkeys-devel - pulseaudio-libs-devel - alsa-lib-devel - qt5-linguist - solid-devel - libsysstat-devel - libstatgrab - libxcb-devel - xcb-util-devel - xcb-util-image-devel - libXrender-devel - libXtst-devel - libXScrnSaver-devel - desktop-file-utils - lxqt-build-tools - - desktop/lxqt/lxqt-panel/pspec.xml - - - lxqt-panel - - solid - libgcc - libxcb - libXtst - liblxqt - alsa-lib - libqtxdg - qt5-svg - qt5-base - xcb-util - libsysstat - lm_sensors - libstatgrab - libxkbcommon - kwindowsystem - qt5-x11extras - libdbusmenu-qt - xcb-util-image - lxqt-globalkeys - pulseaudio-libs - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - /usr/share/man - - - panel.conf - - - - lxqt-panel-devel - Development headers for lxqt-panel - - lxqt-panel - - - /usr/include - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 0.17.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.15.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-10-25 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-06-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-26 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-policykit - https://github.com/lxqt/lxqt-policykit - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - Policykit agent - Policykit agent. - The LXQt policykit authentication agent - LXQt policykit doğrulama aracı. - lxqt - https://github.com/lxqt/lxqt-policykit/releases/download/1.1.0/lxqt-policykit-1.1.0.tar.xz - - cmake - glib2-devel - kwindowsystem-devel - libgcc - liblxqt-devel - libqtxdg-devel - polkit-devel - polkit-qt-devel - qt5-linguist - lxqt-build-tools - elogind - - desktop/lxqt/lxqt-policykit/pspec.xml - - - lxqt-policykit - - libgcc - liblxqt - polkit-qt - qt5-base - - - /usr/bin - /usr/libexec - /usr/share/doc - /usr/share/lxqt/translations - /etc/autostart - /usr/share/man - - - - - 2022-04-22 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-powermanagement - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - LXQt power management daemon. - LXQt güç yönetimi art alan süreci. - Daemon use for power management and auto-suspend. - Güç yönetimi ve otomatik askıya için kullanılır. - lxqt - https://github.com/lxqt/lxqt-powermanagement/releases/download/1.1.0/lxqt-powermanagement-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libgcc - liblxqt-devel - libqtxdg-devel - lxqt-globalkeys-devel - libxcb-devel - qt5-base-devel - qt5-linguist - qt5-svg-devel - solid-devel - upower-devel - kidletime-devel - lxqt-build-tools - - desktop/lxqt/lxqt-powermanagement/pspec.xml - - - lxqt-powermanagement - - libgcc - liblxqt - qt5-base - qt5-svg - solid - libqtxdg - kidletime - kwindowsystem - lxqt-globalkeys - - - /usr/bin - /usr/share/ - /etc/autostart - - - - - 2022-04-25 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-qtplugin - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - LXQt platform integration for Qt - Qt için LXQt platform entegrasyonu. - LXDE-Qt platform integration plugin for Qt - Qt için LXDE-Qt platform entegrasyon eklentisi. - lxqt - https://github.com/lxqt/lxqt-qtplugin/releases/download/1.1.0/lxqt-qtplugin-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libdbusmenu-qt-devel - libgcc - liblxqt-devel - libqtxdg-devel - qt5-base-devel - qt5-linguist - lxqt-build-tools - libfm-qt-devel - menu-cache-devel - libexif-devel - - desktop/lxqt/lxqt-qtplugin/pspec.xml - - - lxqt-qtplugin - - libgcc - qt5-base - libdbusmenu-qt - libqtxdg - - - /usr/lib - /usr/share - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.15.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.0 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.0 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-runner - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - The LXQt application launcher - LXQt uygulama başlatıcısı. - Tool used to launch programs quickly by typing their names - Aracı adlarını yazarak hızlıca programları başlatmak için kullanılır. - lxqt - https://github.com/lxqt/lxqt-runner/releases/download/1.1.0/lxqt-runner-1.1.0.tar.xz - - cmake - glib2-devel - kwindowsystem-devel - libgcc - libXScrnSaver-devel - liblxqt-devel - libqtxdg-devel - lxqt-globalkeys-devel - qt5-base-devel - qt5-linguist - qt5-script-devel - qt5-svg-devel - muparser-devel - lxqt-build-tools - - desktop/lxqt/lxqt-runner/pspec.xml - - - lxqt-runner - - kwindowsystem - libgcc - liblxqt - libqtxdg - lxqt-globalkeys - qt5-base - muparser - - - /usr/bin - /usr/share/ - /etc/autostart - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-session - https://github.com/lxqt/lxqt-session - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - LXQt session - LXQt oturumu. - An alternative session manager ported from the original razor-session - Orjinal razor-sessiondan taşınan bir alternatif oturum yöneticisidir. - lxqt - https://github.com/lxqt/lxqt-session/releases/download/1.1.0/lxqt-session-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libX11-devel - libgcc - liblxqt-devel - libqtxdg-devel - qt5-linguist - qt5-x11extras-devel - xdg-user-dirs - lxqt-build-tools - libgudev-devel - - desktop/lxqt/lxqt-session/pspec.xml - - - lxqt-session - - eudev - kwindowsystem - libX11 - libgcc - liblxqt - libqtxdg - qt5-base - qt5-x11extras - procps - pisilinux-theme-damadamas - - - /usr/bin - /usr/lib - /usr/share/ - /etc - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-01-22 - 1.0.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-04 - 0.17.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-sudo - https://github.com/lxqt/lxqt-sudo - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1 - app:gui - desktop.lxqt - Python binding of terminal widget for Qt - Lxqt yetkili kullanıcı aracı - LXQt privilege program (lxsu). - lxqt - https://github.com/lxqt/lxqt-sudo/releases/download/1.1.0/lxqt-sudo-1.1.0.tar.xz - - cmake - kwindowsystem-devel - liblxqt-devel - libqtxdg-devel - qt5-base-devel - qt5-linguist - lxqt-build-tools - - desktop/lxqt/lxqt-sudo/pspec.xml - - - lxqt-sudo - - libgcc - liblxqt - qt5-base - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-31 - 0.13.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-themes - https://lxqt.github.io/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - data - desktop.lxqt - LXQt themes, graphics and icons. - LXQt tema, grafik ve simgeleri - LXQt themes, graphics and icons - LXQt tema, grafik ve simgeleri - lxqt - https://github.com/lxqt/lxqt-themes/releases/download/1.1.0/lxqt-themes-1.1.0.tar.xz - - cmake - kwindowsystem-devel - liblxqt-devel - qt5-linguist - lxqt-build-tools - - - themes.patch - - desktop/lxqt/lxqt-themes/pspec.xml - - - lxqt-themes - - noto-fonts - - - /etc - /usr/bin - /usr/share - /usr/share/doc - /usr/share/man - /usr/share/themes/lxqt - - - start-here-light.svg - start-here-dark.svg - Crocus-Ancyrensis.jpg - Crocus-Ancyrensis-2.jpg - - - - - 2022-04-19 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-04-08 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.0 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.0 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.0 - added felis_catus wallpaper - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - lxqt-wallet - https://github.com/lxqt/lxqt_wallet - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - app:gui - desktop.lxqt - Qt-based wallet manager - Qt tabanlı cüzdan yöneticisi - Qt-based wallet manager - Qt tabanlı cüzdan yöneticisi - lxqt - https://github.com/lxqt/lxqt_wallet/releases/download/3.2.2/lxqt-wallet-3.2.2.tar.xz - - cmake - qt5-base-devel - qt5-linguist - libsecret-devel - libgcrypt-devel - kwallet-devel - knotifications-devel - - desktop/lxqt/lxqt-wallet/pspec.xml - - - lxqt-wallet - - libgcc - libgcrypt - kwallet - libsecret - qt5-base - - - /usr/lib/liblxqt-wallet.* - /usr/share/doc - /usr/bin - /usr/share/lxqt/translations - - - - lxqt-wallet-devel - - qt5-base-devel - lxqt-wallet - - - /usr/include/lxqt - /usr/lib/pkgconfig/lxqt-wallet.pc - - - - - 2021-04-26 - 3.2.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 3.2.1 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-09-17 - 3.2.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-06 - 3.1.0 - Rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 3.1.0 - Rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 3.1.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 3.1.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 3.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 3.1.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - menu-cache - https://www.lxde.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - freedesktop.org desktop menus for LXDE - Library used to read freedesktop.org menus - lxqt - https://github.com/lxde/menu-cache/archive/1.1.0.tar.gz - - gtk-doc - glib2-devel - libfm-extra-devel - qt5-base-devel - - - menu-cache-1.1.0-0001-Support-gcc10-compilation.patch - - desktop/lxqt/menu-cache/pspec.xml - - - menu-cache - Development headers for libfm-qt - - glib2 - libfm-extra - - - /usr/lib - /usr/libexec - /usr/share - - - - menu-cache-devel - Development files for menu-cache - - glib2-devel - menu-cache - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-04-26 - 1.1.0 - fixed build for gcc10 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 1.1.0 - Rebuild for qt5.15.1 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-12 - 1.1.0 - Rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 1.1.0 - Rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 1.1.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 1.1.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 1.1.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - obconf-qt - https://github.com/lxqt/obconf-qt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - This is a Qt port of ObConf, configurator of OpenBox window manager. - Pencere yöneticisi yapılandırma (Openbox için). - This is a Qt port of ObConf, configurator of OpenBox window manager. - Bu bir obconf Qt portudur, OpenBox pencere yöneticisi yapılandırıcı. - lxqt - https://github.com/lxqt/obconf-qt/releases/download/0.16.2/obconf-qt-0.16.2.tar.xz - - cmake - icon-theme-hicolor - liblxqt-devel - openbox-devel - qt5-linguist - kwindowsystem-devel - lxqt-build-tools - - desktop/lxqt/obconf-qt/pspec.xml - - - obconf-qt - - glib2 - libX11 - libgcc - libxml2 - qt5-base - qt5-x11extras - openbox - - - /usr/bin - /usr/share - - - - - 2022-04-19 - 0.16.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 0.16.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.16.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pavucontrol-qt - https://github.com/lxqt/pavucontrol-qt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - Qt port of volume control pavucontrol. - Qt port of volume control pavucontrol - lxqt - https://github.com/lxqt/pavucontrol-qt/releases/download/1.1.0/pavucontrol-qt-1.1.0.tar.xz - - cmake - kwindowsystem-devel - libgcc - liblxqt-devel - qt5-linguist - libqtxdg-devel - pulseaudio-libs-devel - glib2-devel - xdg-user-dirs - lxqt-build-tools - - desktop/lxqt/pavucontrol-qt/pspec.xml - - - pavucontrol-qt - - glib2 - libgcc - qt5-base - pulseaudio-libs - - - /usr/bin - /usr/share/applications - /usr/share/pavucontrol-qt/translations - /usr/share/doc - - - - - 2022-04-19 - 1.1.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.4.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.4.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.3.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pcmanfm-qt - https://github.com/lxqt/pcmanfm-qt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - The LXQt file manager, Qt port of PCManFM - LXQt dosya yöneticisi, PCManFM Qt portu. - File manager and desktop icon manager (Qt port of PCManFM and libfm) - Dosya yöneticisi ve masaüstü simgesi yöneticisi (Qt PCManFM port ve libfm). - lxqt - https://github.com/lxqt/pcmanfm-qt/releases/download/1.1.0/pcmanfm-qt-1.1.0.tar.xz - - cairo-devel - cmake - glib2-devel - libfm-qt-devel - libgcc - liblxqt-devel - libqtxdg-devel - menu-cache-devel - libxcb-devel - libkexiv2-devel - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - kwindowsystem-devel - libexif-devel - udisks2-devel - lxqt-build-tools - - desktop/lxqt/pcmanfm-qt/pspec.xml - - - pcmanfm-qt - - glib2 - libgcc - libxcb - libfm-qt - qt5-base - qt5-x11extras - breeze-icons - gvfs - udisks2 - menu-cache - - - /etc - /usr/bin - /usr/lib - /usr/share/ - - - settings.conf - pcmanfm-qt-desktop-pref.desktop - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-30 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 0.15.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.13.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.13.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.12.0 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qlipper - https://github.com/pvanek/qlipper - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2+ - apps - desktop.lxqt - Lightweight and cross-platform clipboard history applet. - Hafif, çapraz platform bir pano uygulaması - Lightweight and cross-platform clipboard history applet. - Hafif, çapraz platform bir pano uygulaması - qlipper - https://github.com/pvanek/qlipper/archive/5.1.2.tar.gz - - cmake - qt5-base-devel - qt5-linguist - - desktop/lxqt/qlipper/pspec.xml - - - qlipper - - libX11 - libgcc - qt5-base - - - /usr/bin - /usr/lib - /usr/share - - - - - 2021-04-26 - 5.1.2 - rebuild for qt5.15.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 5.1.2 - rebuild for qt5.15.1 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-06 - 5.1.2 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 5.1.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 5.1.1 - rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 5.1.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 5.0.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-26 - 5.0.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qps - https://github.com/lxqt/qps - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app - desktop.lxqt - Qt Process Manager - Qt tabanlı bir Süreç Yöneticisi - Qt Process Manager - Qt tabanlı bir Süreç Yöneticisi - qps - https://github.com/lxqt/qps/releases/download/2.5.0/qps-2.5.0.tar.xz - - cmake - qt5-base-devel - qt5-x11extras-devel - libXrender-devel - qt5-linguist - kwindowsystem-devel - liblxqt-devel - lxqt-build-tools - - desktop/lxqt/qps/pspec.xml - - - qps - - qt5-base - libgcc - liblxqt - - - /usr/bin/qps - /usr/lib - /usr/share - - - - - 2022-04-25 - 2.5.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 2.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 2.3.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 2.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 2.0.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 1.10.20 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 1.10.20 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 1.10.19 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 1.10.18 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 1.10.18 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 1.10.18 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 1.10.17 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qterminal - https://github.com/lxqt/qterminal - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.lxqt - QT5-based multitab terminal emulator. - QT5-based multitab terminal emulator. - lxqt - https://github.com/lxqt/qterminal/releases/download/1.1.0/qterminal-1.1.0.tar.xz - - cmake - qt5-base-devel - qt5-linguist - libxcb-devel - libX11-devel - qtermwidget5-devel - qt5-x11extras-devel - lxqt-config - qt5-svg-devel - kwindowsystem-devel - lxqt-build-tools - - desktop/lxqt/qterminal/pspec.xml - - - qterminal - - libX11 - libgcc - qt5-base - qtermwidget5 - qt5-x11extras - - - /usr/share - /usr/share/doc - /usr/share/qterminal/translations - /usr/bin - - - - - 2022-04-25 - 1.1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-11-05 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.1 - rebuild for qt5.14.2 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-08-16 - 0.14.1 - rebuild for qt5.13.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-02 - 0.9.0 - Rebuild for qt - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-11-28 - 0.9.0 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-31 - 0.9.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-23 - 0.8.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - screengrab - https://github.com/lxqt/screengrab - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.lxqt - Crossplatform tool for fast making screenshots. - An application for creating screenshots. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment. - lxqt - https://github.com/lxqt/screengrab/releases/download/2.4.0/screengrab-2.4.0.tar.xz - - cmake - libgcc - kwindowsystem-devel - liblxqt-devel - qt5-linguist - libqtxdg-devel - lxqt-build-tools - - desktop/lxqt/screengrab/pspec.xml - - - screengrab - - libX11 - libgcc - libxcb - libqtxdg - qt5-base - kwindowsystem - qt5-x11extras - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/icons - /usr/share/metainfo - /usr/share/screengrab - /usr/share/doc - - - - - 2022-05-05 - 2.4.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - xdg-desktop-portal-lxqt - https://github.com/lxqt/xdg-desktop-portal-lxqt - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPL - library - desktop.lxqt - A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt - A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt - lxqt - https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/0.2.0/xdg-desktop-portal-lxqt-0.2.0.tar.xz - - cmake - qt5-base-devel - qt5-x11extras-devel - libfm-qt-devel - kwindowsystem-devel - glib2-devel - menu-cache-devel - libexif-devel - - desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml - - - xdg-desktop-portal-lxqt - - libgcc - libfm-qt - qt5-base - kwindowsystem - - - /usr/lib - /usr/share/applications - /usr/share/cmake - /usr/share/dbus-1 - /usr/share/xdg-desktop-portal - - - - - 2022-04-26 - 0.2.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-calc - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Calculator for the Mate desktop environment - Mate için hesap makinesi - mate-calc, Mate masaüstü için hesap makinesi. - mate-calc, Mate masaüstü için hesap makinesi. - accessories-calculator - http://pub.mate-desktop.org/releases/1.26/mate-calc-1.26.0.tar.xz - - intltool - itstool - mpfr-devel - libmpc-devel - gtk3-devel - libxml2-devel - mate-common - - desktop/mate/mate-calc/pspec.xml - - - mate-calc - - atk - gtk3 - mpfr - libmpc - glib2 - pango - libxml2 - - - /usr/bin - /usr/share/doc - /usr/share/man - /usr/share/help - /usr/share/glib-2.0 - /usr/share/mate-calc - /usr/share/applications - /usr/share/metainfo - /usr/share/locale - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - atril - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Atril is a document viewer for the MATE desktop - Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. - atril - http://pub.mate-desktop.org/releases/1.26/atril-1.26.0.tar.xz - - tiff-devel - gtk3-devel libXt-devel - libglade-devel - libjpeg-turbo-devel - cairo-devel - mate-common - libsecret-devel - libspectre-devel - poppler-glib-devel - gobject-introspection-devel - yelp-tools - libgxps-devel - caja-devel - webkit2gtk-devel - intltool - itstool - gtk-doc - python-six - djvu-devel - texlive-bin-devel - t1lib-devel - - desktop/mate/atril/pspec.xml - - - atril - - atk - caja - tiff - gtk3 - zlib - cairo - djvu - glib2 - pango - t1lib - libSM - libICE - libgxps - libxml2 - libsecret - gdk-pixbuf - libspectre - webkit2gtk - texlive-bin - poppler-glib - - - /usr/lib - /usr/share/omf - /usr/share/man - /usr/bin - /usr/share/doc - /usr/share/help - /usr/share/atril - /usr/share/mate* - /usr/share/icons - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/share/caja - /usr/share/metainfo - /usr/share/thumbnailers - /usr/share/applications - /usr/share/locale - - - - atril-devel - Atril development files - - gtk3-devel + unzip glib2-devel - atril - - - /usr/include - /usr/lib/pkgconfig - - - - atril-doc - Atril documentation files. - - atril - - - /usr/share/gtk-doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-05 - 1.25.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - bamf - https://launchpad.net/bamf - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3+ - app:gui - desktop.mate - Application matching framework - Application matching framework - https://launchpadlibrarian.net/396415087/bamf-0.5.4.tar.gz - - glib2-devel - libwnck3-devel - libX11-devel - libgtop-devel - gnome-common - vala-devel - gtk-doc - libxslt-devel - python-lxml - python-six - python3-devel - gobject-introspection-devel - - - bamf-no-gtester_py3.patch - - desktop/mate/bamf/pspec.xml - - - bamf - - gtk3 - glib2 - libX11 - libgtop - libwnck3 - gdk-pixbuf - startup-notification - - - /usr/lib/libbamf3* - /usr/lib/bamf - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/gtk-doc - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/upstart - /usr/share/vala - /usr/lib/systemd/user/bamfdaemon.service - - - - bamf-devel - - glib2-devel - bamf - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-06-29 - 0.5.4 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-13 - 0.5.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - caja - https://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - app:gui - desktop.mate - Default file manager for the Mate desktop. - Mate masasütü için öntanımlı dosya yöneticisi - Caja is a file manager that allows to browse directories, preview files and launch applications. - Caja; dizinlerde gezinmeyi, dosyaları gözatmayı ve uygulamalar başlatmayı sağlayan bir dosya yöneticisidir. - system-file-manager - http://pub.mate-desktop.org/releases/1.26/caja-1.26.1.tar.xz - - intltool - pango-devel - cairo-devel - libSM-devel - gettext-devel - mate-common - exempi-devel - python3-devel - libxml2-devel - libexif-devel - autoconf-archive - libnotify-devel - dbus-glib-devel - mate-desktop-devel - startup-notification-devel - gobject-introspection-devel - - desktop/mate/caja/pspec.xml - - - caja - - atk - gtk3 - pango - cairo - glib2 - libSM - libICE - libX11 - exempi - libexif - libxml2 - libnotify - gdk-pixbuf - mate-desktop - gvfs-archive - gvfs-afp - gvfs-afc - gvfs-fuse - gvfs-gphoto2 - gvfs-mtp - gvfs-smb - - - /usr/lib/libcaja* - /usr/lib/girepository-1.0 - /usr/share/man - /usr/bin - /usr/share/mime - /usr/share/caja - /usr/share/doc - /usr/share/metainfo - /usr/share/icons - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/pixmaps - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/applications - - - - caja-devel - caja için geliştirme dosyaları - caja için geliştirme dosyaları - - gtk3-devel - glib2-devel - caja - - - /usr/include - /usr/lib/pkgconfig - - - - caja-doc - caja için döküman belgeleri. - caja için döküman belgeleri. - - caja - - - /usr/share/gtk-doc - - - - - 2022-07-04 - 1.26.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-30 - 1.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-06 - 1.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-23 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - caja-admin - https://github.com/infirit/caja-admin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Caja Admin is a simple Python extension for the Caja file manager. - Caja-admin Caja dosya yöneticisi için içerik menüsünde bazı yetkili kullanıcı eylemleri sunar - Caja Admin is a simple Python extension for the Caja file manager that adds some administrative actions to the right-click menu. - Caja-admin Caja dosya yöneticisi için içerik menüsünde bazı yetkili kullanıcı eylemleri sunar - https://github.com/infirit/caja-admin/archive/0.0.5.tar.gz - - tr.po - - - meson - python3-devel - python-caja - extra-cmake-modules - - - added_tr.patch - - desktop/mate/caja-admin/pspec.xml - - - caja-admin - - python-caja - mate-terminal - - - /usr/share/caja-python - /usr/share/doc - /usr/share/locale - /usr/share/polkit-1 - - - - - 2021-09-07 - 0.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 0.0.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-03-18 - 0.0.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - caja-extensions - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Mate file manager eklentileri - Caja eklentileri - caja-extensions, Mate file manager eklentileri. - caja-extensions, Caja eklentileri. - http://pub.mate-desktop.org/releases/1.26/caja-extensions-1.26.0.tar.xz - - python3 - caja-devel - gtk3-devel - dbus-glib-devel - intltool - gssdp-devel - gupnp-devel - mate-common - mate-desktop-devel - - desktop/mate/caja-extensions/pspec.xml - - - caja-extensions - - caja - gtk3 - glib2 - gssdp - gupnp - dbus-glib - gdk-pixbuf - mate-desktop - - - /usr/lib/caja - /usr/lib/caja-sendto - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/glib-2.0/ - /usr/share/caja - /usr/share/locale - /usr/share/caja-extensions - - - - caja-extensions-devel - Development files for caja-extensions - Caja eklentileri için geliştirme dosyaları - - gtk3-devel - glib2-devel - caja-extensions - - - /usr/include - /usr/lib/pkgconfig - - - - caja-extensions-doc - caja-extensions için belgeler - caja-extensions için belgeler - - caja-extensions - - - /usr/share/gtk-doc/ - - - - - 2022-07-02 - 1.26.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-02 - 1.26.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - engrampa - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Engrampa is an archive manager for the MATE environment. - Engrampa is an archive manager for the MATE environment. This means that you can create and modify archives; view the content of an archive; view and modify a file contained in the archive; extract files from the archive. - engrampa - http://pub.mate-desktop.org/releases/1.26/engrampa-1.26.0.tar.xz - - gtk3-devel - caja-devel - mate-common - libSM-devel - intltool - itstool - json-glib-devel - python3-devel - - desktop/mate/engrampa/pspec.xml - - - engrampa - - file - gtk3 - caja - cairo - glib2 - pango - gdk-pixbuf - json-glib - - - /usr/lib/ - /usr/share/doc - /usr/share/man - /usr/share/omf - /usr/bin - /usr/share/mate - /usr/share/help - /usr/share/icons - /usr/share/dbus-1 - /usr/share/pixmaps - /usr/share/glib-2.0 - /usr/share/engrampa - /usr/share/caja - /usr/share/metainfo - /usr/share/applications - /usr/share/locale - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - eom - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Eye of MATE, an image viewer for MATE - Mate için resim görüntüleyicisi - This is the Eye of MATE, an image viewer program. It is meant to be a fast and functional image viewer. - eom, resim görüntüleyicisidir. - eom - http://pub.mate-desktop.org/releases/1.26/eom-1.26.0.tar.xz - - zlib-devel - gobject-introspection-devel - libpeas-devel - libxml2-devel - gtk3-devel - imagemagick-devel - lcms2-devel - mate-common - exempi-devel - libexif-devel - librsvg-devel - dbus-glib-devel - mate-desktop-devel - libjpeg-turbo-devel - intltool - itstool - - desktop/mate/eom/pspec.xml - - - eom - - atk - gtk3 - zlib - glib2 - lcms2 - cairo - exempi - libX11 - libexif - libpeas - librsvg - libxml2 - gdk-pixbuf - mate-desktop - libjpeg-turbo - gobject-introspection - - - /usr/bin - /usr/lib/ - /usr/share/doc - /usr/share/man - /usr/share/omf - /usr/share/eom - /usr/share/help - /usr/share/mate - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/gir-1.0 - /usr/share/metainfo - /usr/share/applications - /usr/share/locale - - - - eom-devel - Eye of MATE development files - eom için geliştirme dosyaları - - gtk3-devel - glib2-devel - eom - - - /usr/include/ - /usr/lib/pkgconfig/ - - - - eom-doc - Eye of MATE documentation files - eom için döküman belgeleri. - - eom - - - /usr/share/gtk-doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - icon-naming-utils - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - data - desktop.mate - Mate icon theme - mate-icon-theme package contains the default icon theme used by the Mate desktop. - https://sources.archlinux.org/other/icon-naming-utils/icon-naming-utils-0.8.90.tar.gz - - perl-XML-Simple - - - remove-legacy-calc.patch - - desktop/mate/icon-naming-utils/pspec.xml - - - icon-naming-utils - - /usr/lib - /usr/share/doc - /usr/share/icon-naming-utils - /usr/share/dtds - - - - icon-naming-utils-devel - - icon-naming-utils - - - /usr/share/pkgconfig - - - - - 2020-06-29 - 0.8.90 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-13 - 0.8.90 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libindicator - https://launchpad.net/libindicator - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:console - desktop.mate - A set of symbols and convience functions that all indicators would like to use. - Libary with a set of symbols and convience functions that all indicators would like to use (GTK+ 2 library) - https://launchpadlibrarian.net/116625186/libindicator-12.10.1.tar.gz - - dbus-glib-devel - gtk2-devel - gtk3-devel - gdk-pixbuf-devel - python3-devel - - - configure.patch - libindicator-12.10.1-glib262-g_define_type_with_private.patch - - desktop/mate/libindicator/pspec.xml - - - libindicator - - gtk3 - glib2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/libindicator - /etc/X11/Xsession.d/80indicator-debugging - - - - libindicator-devel - libindicator için geliştirme dosyalrı - libindicator için geliştirme dosyalrı - - gtk3-devel - libindicator - - - /usr/include/ - /usr/lib/pkgconfig - - - - libindicator-gtk2 - - gtk2 - - - /usr/lib/libindicator.so* - /usr/lib/indicator-loader - - - - libindicator-gtk2-devel - libindicator için geliştirme dosyalrı - - gtk2-devel - libindicator-gtk2 - - - /usr/lib/pkgconfig/indicator-0.4.pc - - - - - 2021-07-04 - 12.10.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 12.10.1 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-13 - 12.10.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libmatekbd - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - library - desktop.mate - GNOME keybord configration library - Mate klavye kontrol kütüphanesi - libgnomekbd contains a GNOME library that manages keyboard layout settings and its panel applet. - Bu paket klavye ayarlarını yöneten bir Mate kütüphanesi ve onun panel programcığını içerir. - http://pub.mate-desktop.org/releases/1.26/libmatekbd-1.26.0.tar.xz - - intltool - gtk3-devel - mate-common - libICE-devel - python3-devel - libxklavier-devel - desktop-file-utils - gobject-introspection-devel - gsettings-desktop-schemas-devel - - desktop/mate/libmatekbd/pspec.xml - - - libmatekbd - - gtk3 - cairo - glib2 - pango - libX11 - gdk-pixbuf - libxklavier - - - /usr/share/doc - /usr/bin - /usr/share/glib-2.0 - /usr/share/gir-1.0 - /usr/share/libmatekbd - /usr/share/locale - /usr/lib/libmatekbd* - /usr/lib/girepository-1.0 - /etc/mateconf/schemas/ - - - - libmatekbd-devel - libmatekbd için geliştirme dosyaları - libmatekbd için geliştirme dosyaları - - gtk3-devel - glib2-devel - libxklavier-devel - libmatekbd - - - /usr/lib/pkgconfig - /usr/include/libmatekbd - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libmatemixer - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - library - desktop.mate - Mixer library for MATE Desktop - Mixer library for MATE Desktop - http://pub.mate-desktop.org/releases/1.26/libmatemixer-1.26.0.tar.xz - - intltool - mate-common - pulseaudio-libs-devel - alsa-lib-devel - gtk-doc - python-six - autoconf-archive - - desktop/mate/libmatemixer/pspec.xml - - - libmatemixer - - glib2 - alsa-lib - pulseaudio-libs - - - /usr/share/doc - /usr/share/gtk-doc - /usr/share/locale - /usr/lib/libmatemixer.so* - /usr/lib/libmatemixer - - - - libmatemixer-devel - libmatekbd için geliştirme dosyaları - - glib2-devel - libmatemixer - - - /usr/lib/pkgconfig - /usr/include/mate-mixer - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libmateweather - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - library - desktop.mate - libmateweather - libmateweather - libmateweather is a collection of documentation utilities for the Mate project. - libmateweather Mate Projesi'nin bir parçasıdır. - http://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.0.tar.xz - - intltool - gtk3-devel - mate-common - libsoup-devel - libxml2-devel - timezone - - desktop/mate/libmateweather/pspec.xml - - - libmateweather - - gtk3 - glib2 - libsoup - libxml2 - gdk-pixbuf - - - /usr/share/doc - /usr/share/locale - /usr/share/icons - /usr/share/libmateweather - /usr/share/glib-2.0 - /usr/lib/libmateweather.so* - /usr/lib/libmateweather - - - - libmateweather-devel - libmateweather için geliştirme dosyaları - - gtk3-devel - glib2-devel - libsoup-devel - libxml2-devel - gdk-pixbuf-devel - libmateweather - - - /usr/lib/pkgconfig - /usr/include/libmateweather - - - - libmateweather-doc - libmateweather için döküman belgeleri. - libmateweather için döküman belgeleri. - - libmateweather - - - /usr/share/gtk-doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - marco - https://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - GTK+ based window manager - GTK+ tabanlı pencere yöneticisi - Marco is a small window manager, using GTK+ to do everything. - Marco herşeyi yapmak için GTK+ kullanan, küçük bir pencere yöneticisidir. - http://pub.mate-desktop.org/releases/1.26/marco-1.26.0.tar.xz - - window.png - mini-window.png - stock_delete.png - stock_maximize.png - stock_minimize.png - - - zenity - itstool - intltool - gtk3-devel - yelp-devel - libSM-devel - libgtop-devel - libXdamage-devel - gdk-pixbuf-devel - libcanberra-devel - libcanberra-gtk3-devel - startup-notification-devel - mate-common - mate-desktop-devel - - desktop/mate/marco/pspec.xml - - - marco - - atk - gtk3 - cairo - glib2 - libSM - pango - libICE - libX11 - libXext - libgtop - libXrandr - libXfixes - gdk-pixbuf - libXcursor - libXrender - libXdamage - libcanberra - libXinerama - libXcomposite - libcanberra-gtk3 - startup-notification - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/mate - /usr/share/help - /usr/share/marco - /usr/share/themes - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/mate-control-center - /usr/share/applications/marco.desktop - - - - marco-devel - marco development files - marco için geliştirme dosyaları - - gtk3-devel - marco - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-29 - 1.22.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-applet-dock - https://github.com/ubuntu-mate/mate-dock-applet - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - app:gui - desktop.mate - Application dock for the MATE panel - MATE paneli için uygulama rıhtımı - Application dock for the MATE panel - MATE paneli için uygulama rıhtımı - dock - https://github.com/ubuntu-mate/mate-dock-applet/archive/21.10.0.tar.gz - - autoconf-archive - python3-devel - libwnck3-devel - bamf-devel - gettext-devel - python3-cairo-devel - python3-pillow - - desktop/mate/mate-applet-dock/pspec.xml - - - mate-applet-dock - - bamf - python3 - python3-xlib - python3-xdg - python3-pillow - libwnck3 - python3-cairo - - - /usr/lib/mate-applets - /usr/share/doc - /usr/share/dbus-1 - /usr/share/glib-2.0 - /usr/share/mate-panel - /usr/share/locale - - - - - 2021-10-02 - 21.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 20.04.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-13 - 20.04.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-applets - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.mate - Applets for MATE panel. - Applets for the MATE Desktop and Panel - mate - http://pub.mate-desktop.org/releases/1.26/mate-applets-1.26.1.tar.xz - - libgtop-devel - libxml2-devel - libICE-devel - libSM-devel - upower-devel - libwnck3-devel - libnotify-devel - mate-common - mate-settings-daemon-devel - mate-notification-daemon - mate-panel-devel - libmateweather-devel - polkit-devel - gtksourceview3-devel - wireless-tools-devel - NetworkManager-devel - intltool - itstool - libnl-devel - cpupowertools - - desktop/mate/mate-applets/pspec.xml - - - mate-applets - - atk - gtk3 - libnl - cairo - glib2 - pango - libX11 - polkit - upower - libgtop - libxml2 - libwnck3 - dbus-glib - libnotify - gdk-pixbuf - mate-panel - cpupowertools - gtksourceview3 - libmateweather - wireless-tools - - - /usr/lib - /etc/sound - /etc/dbus-1 - /usr/share/doc - /usr/share/omf - /usr/bin - /usr/share/help - /usr/share/mate - /usr/share/icons - /usr/share/dbus-1 - /usr/share/pixmaps - /usr/share/MateConf - /usr/share/polkit-1 - /usr/share/glib-2.0 - /usr/share/mate-2.0 - /usr/share/man/ - /usr/share/mate-panel - /usr/share/locale - /usr/share/mate-applets - - - - - 2022-07-12 - 1.26.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-06 - 1.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-20 - 1.25.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-14 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-backgrounds - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - data - desktop.mate - Default wallpapers for the Mate desktop - Mate masaüstü için öntanımlı duvar kağıtları - gnome-backgrounds contains default wallpapers for the Mate desktop. - mate-backgrounds, Mate masaüstü için öntanımlı duvar kağıtlarını içerir. - http://pub.mate-desktop.org/releases/1.26/mate-backgrounds-1.26.0.tar.xz - - nature/1.jpg - nature/2.jpg - nature/3.jpg - nature/4.jpg - nature/5.jpg - nature/6.jpg - nature/7.jpg - nature/8.jpg - - - intltool - mate-common - - - mate-backgrounds-add-image.patch - - desktop/mate/mate-backgrounds/pspec.xml - - - mate-backgrounds - - /usr/share/doc - /usr/share/pixmaps - /usr/share/locale - /usr/share/backgrounds - /usr/share/mate-background-properties - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 1.24.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-brisk-menu - https://github.com/getsolus/brisk-menu - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - Mate Brisk Menus - Modern, efficient menu for the MATE Desktop Environment. - https://github.com/getsolus/brisk-menu/releases/download/v0.6.2/brisk-menu-v0.6.2.tar.xz - - meson - gtk3-devel - libnotify-devel - mate-panel-devel - mate-menus-devel - libnotify-devel - - desktop/mate/mate-brisk-menu/pspec.xml - - - mate-brisk-menu - - gtk3 - glib2 - libX11 - libnotify - mate-menus - mate-panel - - - /usr/lib - /usr/share/dbus-1 - /usr/share/doc - /usr/share/mate-panel - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - - - - - 2021-09-07 - 0.6.2 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2021-04-21 - 0.6.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-common - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3+ - library - desktop.mate - Common files for development of Mate packages - Mate uygulamalarının geliştirmede kullandığı yaygın dosyalar - maate-common package contains aclocal macros, makefile headers and documents tools in order to build Mate sources. - mate-common, MATE ortamı için autoconf, automake ve libtool uzantısıdır. - http://pub.mate-desktop.org/releases/1.26/mate-common-1.26.0.tar.xz - desktop/mate/mate-common/pspec.xml - - - mate-common - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/aclocal - /usr/share/mate-common - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 1.24.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-control-center - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - app:gui - desktop.mate - The MATE Desktop configuration tool - Mate yapılandırma araçları - mate-control-center is Mate's main interface for configuration of various aspects of your Mate desktop. - mate-control-center Mate masaüstünüzün çeşitli ayarlarını değiştiren, Mate'in ana arayüzüdür. - preferences-desktop - http://pub.mate-desktop.org/releases/1.26/mate-control-center-1.26.0.tar.xz - - itstool - intltool - gtk3-devel - libSM-devel - dconf-devel - polkit-devel - librsvg-devel - dbus-glib-devel - libcanberra-devel - desktop-file-utils - libXScrnSaver-devel - libappindicator-devel - accountsservice-devel - libcanberra-gtk3-devel - marco-devel - mate-common - mate-menus-devel - libmatekbd-devel - mate-desktop-devel - mate-settings-daemon-devel - - desktop/mate/mate-control-center/pspec.xml - - - mate-control-center - - atk - gtk3 - marco - libXi - libSM - polkit - libICE - librsvg - glib2 - cairo - pango - libX11 - libxml2 - freetype - dbus-glib - dconf - harfbuzz - mate-menus - fontconfig - libXcursor - gdk-pixbuf - libmatekbd - libxklavier - libcanberra - mate-desktop - libXScrnSaver - libappindicator - accountsservice - libcanberra-gtk3 - startup-notification - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/omf - /usr/bin - /usr/share/mime - /usr/share/mate - /usr/sbin - /usr/share/help - /etc/xdg/menus - /usr/share/icons - /usr/share/glib-2.0 - /usr/share/polkit-1 - /usr/share/thumbnailers - /usr/share/mate-time-admin - /usr/share/applications - /usr/share/locale - /usr/share/desktop-directories - /usr/share/mate-control-center - - - - mate-control-center-devel - - gtk3-devel - glib2-devel - librsvg-devel - mate-menus-devel - mate-desktop-devel - mate-control-center - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-17 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-desktop - http://www.mate-desktop.org - - Ayhan Yalçınsoy - Ayhan Yalçınsoy - - MIT - GPLv2+ - LGPLv2+ - app:gui - desktop.mate - Basic Mate libraries and dialogs - Mate masaüstü - mate-desktop contains basic Mate libraries and information applications. - mate-desktop, Mate kullanıcı ortamının paylaşımlı bileşenlerini içeren temel pakettir. - desktop - http://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.0.tar.xz - - gtk-doc - intltool - iso-codes - python-six - gtk3-devel - dconf-devel - mate-common - libX11-devel - librsvg-devel - iso-codes-devel - libXrandr-devel - gdk-pixbuf-devel - startup-notification-devel - gobject-introspection-devel - - desktop/mate/mate-desktop/pspec.xml - - - mate-desktop - - atk - gtk3 - dconf - glib2 - cairo - pango - libX11 - libXrandr - gdk-pixbuf - startup-notification - network-manager-applet - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/help - /usr/share/glib-2.0 - /usr/share/gir-1.0 - /usr/share/icons - /usr/share/doc - /usr/share/mate-about - /usr/share/backgrounds - /usr/share/applications - /usr/share/locale - /usr/share/libmate-desktop - - - System.Package - - - - mate-desktop-devel - - gtk3-devel - dconf-devel - startup-notification-devel - mate-desktop - - - /usr/include - /usr/lib/pkgconfig - - - - mate-desktop-doc - mate-desktop için döküman belgeleri. - mate-desktop için döküman belgeleri. - - mate-desktop - - - /usr/share/gtk-doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-14 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-icon-theme - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - data - desktop.mate - Mate icon theme - Mate simge teması - mate-icon-theme package contains the default icon theme used by the Mate desktop. - mate-icon-theme paketi, Mate masaüstü tarafından kullanılan öntanımlı simge temasını içerir. - https://pub.mate-desktop.org/releases/1.26/mate-icon-theme-1.26.0.tar.xz - - intltool - mate-common - icon-naming-utils-devel - - desktop/mate/mate-icon-theme/pspec.xml - - - mate-icon-theme - - mate-common - icon-naming-utils - - - /usr/share/doc - /usr/share/icons - /usr/share/locale - - - 16x16.png - 22x22.png - 24x24.png - 32x32.png - 48x48.png - 16x16.png - 22x22.png - 24x24.png - 32x32.png - 48x48.png - scalable.svg - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-09-10 - 1.6.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-indicator-applet - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - LGPLv2+ - library - desktop.mate - A small applet to display information from various applications consistently in the panel. - A small applet to display information from various applications consistently in the panel. The indicator applet exposes Ayatana Indicators in the MATE Panel. - http://pub.mate-desktop.org/releases/1.26/mate-indicator-applet-1.26.0.tar.xz - - intltool - gtk3-devel - mate-common - mate-panel-devel - libindicator-devel - - desktop/mate/mate-indicator-applet/pspec.xml - - - mate-indicator-applet - - atk - gtk3 - glib2 - libX11 - mate-panel - libindicator - - - /usr/share/doc - /usr/share/icons - /usr/share/dbus-1 - /usr/lib - /usr/share/mate-panel - /usr/share/locale - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-media - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3.0 - app:gui - desktop.mate - MATE media programs - This package contains a few media utilities for the MATE desktop, including a volume control. - multimedia-volume-control - http://pub.mate-desktop.org/releases/1.26/mate-media-1.26.0.tar.xz - - gtk3-devel - libxml2-devel - libcanberra-devel - libcanberra-gtk3-devel - mate-common - mate-panel-devel - libmatemixer-devel - mate-desktop-devel - intltool - - desktop/mate/mate-media/pspec.xml - - - mate-media - - gtk3 - cairo - glib2 - pango - libxml2 - gdk-pixbuf - mate-panel - libcanberra - libmatemixer - mate-desktop - libcanberra-gtk3 - - - /usr/share/doc - /usr/share/man - /usr/share/omf - /usr/bin - /usr/share/help - /usr/share/mate - /usr/share/icons - /usr/share/dbus-1 - /usr/share/sounds - /usr/lib - /usr/share/mate-2.0 - /usr/share/glib-2.0 - /usr/share/mate-media - /usr/share/mate-panel - /etc/xdg/autostart/ - /usr/share/applications - /usr/share/locale - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-menus - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - Mate Menus - Mate menüleri - mate-menus has got desktop-directories, Mate menus library and its python bindings. - mate-menus, Mate masaüstü dizinlerini, kitaplıklarını ve python bağlayıcılarını içerir. - http://pub.mate-desktop.org/releases/1.26/mate-menus-1.26.0.tar.xz - - intltool - mate-common - python3-devel - gobject-introspection-devel - - desktop/mate/mate-menus/pspec.xml - - - mate-menus - - glib2 - - - /usr/lib - /usr/share/doc - /etc/xdg/menus - /usr/share/mate - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/mate-menus - - - - mate-menus-devel - mate-menus için geliştirme dosyaları - mate-menus için geliştirme dosyaları - - glib2-devel - mate-menus - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-netbook - http://mate-desktop.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Basit bir pencere yönetim aracı - Basit bir pencere yönetim aracı - A simple window management tool. - Basit bir pencere yönetim aracı uygulaması. - mate-netbook - http://pub.mate-desktop.org/releases/1.24/mate-netbook-1.24.0.tar.xz - - intltool - gtk3-devel - glib2-devel - libwnck3-devel - libXtst-devel - libfakekey-devel - mate-panel-devel - - desktop/mate/mate-netbook/pspec.xml - - - mate-netbook - - atk - gtk3 - cairo - glib2 - pango - libX11 - libwnck3 - libfakekey - gdk-pixbuf - mate-panel - - - /usr/bin - /usr/lib/mate-netbook - /usr/share/doc - /usr/share/dbus-1 - /usr/share/MateConf - /usr/share/glib-2.0 - /etc/xdg/autostart - /usr/share/mate-panel - /usr/share/locale - /usr/share/man - - - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-notification-daemon - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - Mate notification daemon - Mate masaüstü bilgilendirme hizmeti - mate-notification-daemon is the server implementation of the Mate desktop notification specification. - mate-notification-daemon Mate projesinin masaüstü bilgilendirme hizmeti uygulamasını içerir. - mate-notification-properties - http://pub.mate-desktop.org/releases/1.26/mate-notification-daemon-1.26.0.tar.xz - - intltool - python3-devel - libwnck3-devel - libnotify-devel - libcanberra-devel - libcanberra-gtk3-devel - mate-common - mate-panel-devel - mate-desktop-devel - libxml2-devel - - desktop/mate/mate-notification-daemon/pspec.xml - - - mate-notification-daemon - - atk - gtk3 - cairo - glib2 - pango - libX11 - libwnck3 - libnotify - gdk-pixbuf - libcanberra-gtk3 - mate-panel - mate-desktop - libxml2 - - - /usr/lib - /usr/bin - /usr/share/man/ - /usr/share/icons - /usr/share/dbus-1 - /usr/libexec - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/applications - /usr/share/mate-panel - /usr/share/mate-notification-daemon - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-panel - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - GNOME panel - Mate paneli - GNOME panel is located in the edge of screen that provides contains widgets such as application launcher, cpu monitor and workspace switcher. - Mate paneli ekranın kenarlarında bulunur ve programcıkları (işlemci yükü, program başlatıcısı, çalışma alanı değiştiricisi gibi) barındırmayı sağlar. - mate-panel - http://pub.mate-desktop.org/releases/1.26/mate-panel-1.26.2.tar.xz - - gtk3-devel - libSM-devel - mate-common - librsvg-devel - libwnck3-devel - mate-menus-devel - libcanberra-devel - mate-desktop-devel - libmateweather-devel - gobject-introspection-devel - yelp-tools - intltool - itstool - - - pisilinux_layout.patch - - desktop/mate/mate-panel/pspec.xml - - - mate-panel - - atk - gtk3 - cairo - glib2 - pango - libSM - libICE - libX11 - librsvg - libwnck3 - libXrandr - mate-menus - gdk-pixbuf - mate-desktop - libmateweather - wayland-client - - - /usr/lib - /usr/share/doc - /usr/share/omf - /usr/bin - /usr/share/man - /usr/share/mate - /usr/share/help - /usr/share/icons - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/libexec/ - /usr/share/mate-panel - /usr/share/locale - /usr/share/applications - - - - mate-panel-devel - mate-panel için geliştirme dosyaları. - mate-panel için geliştirme dosyaları. - - gtk3-devel - glib2-devel - mate-panel - - - /usr/include - /usr/lib/pkgconfig - - - - mate-panel-doc - mate-panel için döküman belgeleri. - mate-panel için döküman belgeleri. - - mate-panel - - - /usr/share/gtk-doc - - - - - 2022-01-28 - 1.26.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-25 - 1.26.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-02 - 1.25.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-20 - 1.25.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-14 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-polkit - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - app:gui - library - desktop.mate - Authentication agent for polkit - polkit için kimlik denetim yardımcısı - mate-polkit package provides an authentication agent for polkit that integrates well with the Mate desktop environment. - mate-polkit paketi Mate masaüstü ortamı ile bütünleşmiş bir kimlik denetim yardımcısı sağlar. - http://pub.mate-desktop.org/releases/1.24/mate-polkit-1.24.0.tar.xz - - intltool - gtk3-devel - mate-common - pango-devel - polkit-devel - elogind-devel - libappindicator-devel - - desktop/mate/mate-polkit/pspec.xml - - - mate-polkit - - gtk3 - glib2 - polkit - elogind - gdk-pixbuf - libappindicator - - - /usr/lib - /etc/xdg/autostart - /usr/share - - - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-power-manager - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Mate için güç yöneticisi - Mate için güç yöneticisi - Power management tool for the MATE desktop. - mate-power-manager - http://pub.mate-desktop.org/releases/1.26/mate-power-manager-1.26.0.tar.xz - - gtk3-devel - dbus-glib-devel - cairo-devel - glib2-devel - mate-common - upower-devel - libnotify-devel - mate-panel-devel - mesa-devel - popt-devel - polkit-devel - libcanberra-devel - libcanberra-gtk3-devel - intltool - itstool - libsecret-devel - - desktop/mate/mate-power-manager/pspec.xml - - - mate-power-manager - - dbus - gtk3 - cairo - glib2 - pango - libX11 - upower - libXext - libsecret - dbus-glib - libnotify - libXrandr - gdk-pixbuf - mate-panel - libcanberra - libcanberra-gtk3 - - - /usr/share/doc - /usr/share/man - /usr/share/omf - /usr/bin - /usr/share/help - /usr/share/mate* - /usr/share/icons - /usr/share/dbus-1 - /usr/lib - /usr/share/polkit-1 - /usr/share/glib-2.0 - /etc/xdg/autostart/ - /usr/share/applications - /usr/share/locale - - - - - 2021-09-25 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 1.24.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-screensaver - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Replaces xscreensaver, integrating with the MATE desktop. - Replaces xscreensaver, integrating with the MATE desktop. - mate-screensaver, Mate masaüstü için ekrankoruyucu uygulamasıdır. - preferences-desktop-screensaver - http://pub.mate-desktop.org/releases/1.26/mate-screensaver-1.26.1.tar.xz - - dbus-glib-devel - gtk3-devel - libX11-devel - libXScrnSaver-devel - libXinerama-devel - libXmu-devel - libXtst-devel - libXxf86vm-devel - libmatekbd-devel - libnotify-devel - mate-common - mate-desktop-devel - mate-menus-devel - mesa-devel - pam-devel - xorg-proto - xmlto - intltool - libglvnd-devel - autoconf-archive - - desktop/mate/mate-screensaver/pspec.xml - - - mate-screensaver - - pam - dbus - gtk3 - mesa - cairo - glib2 - pango - libX11 - libglvnd - libXext - dbus-glib - libnotify - mate-menus - gdk-pixbuf - libmatekbd - libXxf86vm - libxklavier - mate-desktop - libXScrnSaver - - - /etc/ - /usr/lib/ - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/dbus-1 - /usr/share/pixmaps - /usr/share/glib-2.0 - /usr/libexec/ - /usr/share/backgrounds - /usr/share/applications - /usr/share/locale - /usr/share/mate-screensaver - /usr/share/desktop-directories - /usr/share/mate-background-properties - - - logotype-pisi.svg - - - - - 2021-11-16 - 1.26.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-23 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-sensors-applet - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - library - desktop.mate - Display readings from hardware sensors in your MATE panel. - MATE Sensors Applet is an applet for the MATE Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings under Linux.on. - http://pub.mate-desktop.org/releases/1.26/mate-sensors-applet-1.26.0.tar.xz - - gtk3-devel - mate-common - libnotify-devel - mate-panel-devel - lm_sensors-devel - libxslt-devel - intltool - itstool - - desktop/mate/mate-sensors-applet/pspec.xml - - - mate-sensors-applet - - gtk3 - cairo - glib2 - libnotify - mate-panel - gdk-pixbuf - lm_sensors - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/help - /usr/share/mate - /usr/share/icons - /usr/share/dbus-1 - /usr/share/pixmaps - /usr/share/glib-2.0 - /usr/share/mate-panel - /usr/share/locale - /usr/share/mate-sensors-applet - - - - mate-sensors-applet-devel - mate-sensors-applet için geliştirme dosyaları - mate-sensors-applet için geliştirme dosyaları - - mate-sensors-applet - - - /usr/include - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-session-manager - https://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - app:gui - desktop.mate - MATE Session Manager - MATE session manager, as well as a configuration program to choose applications starting on login. - mate-session-properties - https://pub.mate-desktop.org/releases/1.26/mate-session-manager-1.26.0.tar.xz - - xmlto - xtrans - intltool - mesa-devel - gtk3-devel - libSM-devel - mate-common - python3-devel - libglvnd-devel - libepoxy-devel - libXcomposite-devel - libXtst-devel - dbus-glib-devel - pangox-compat-devel - - desktop/mate/mate-session-manager/pspec.xml - - - mate-session-manager - - dbus - gtk3 - cairo - glib2 - libSM - libICE - libX11 - libXau - libglvnd - libXtst - libXext - mesa - libepoxy - libXcomposite - dbus-glib - gdk-pixbuf - libXrender - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/icons - /usr/share/xsessions - /usr/share/glib-2.0/ - /usr/share/mate-session - /usr/share/applications - /usr/share/locale - /usr/share/mate-session-manager/ - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-09 - 1.25.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-settings-daemon - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - service - desktop.mate - System settings daemon for MATE desktop - gnome-settings-daemon shares MATE specific settings with other applications via DBus connection. - http://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.0.tar.xz - - intltool - nss-devel - dbus-devel - gtk3-devel - dconf-devel - glib2-devel - libSM-devel - polkit-devel - libnotify-devel - dbus-glib-devel - libcanberra-devel - pulseaudio-libs-devel - libcanberra-gtk3-devel - mate-common - libmatekbd-devel - libmatemixer-devel - mate-desktop-devel - - desktop/mate/mate-settings-daemon/pspec.xml - - - mate-settings-daemon - - nss - dbus - gtk3 - nspr - cairo - dconf - glib2 - libXi - libX11 - polkit - dbus-glib - libnotify - fontconfig - gdk-pixbuf - libmatekbd - libxklavier - libmatemixer - mate-desktop - pulseaudio-libs - libcanberra-gtk3 - - - /etc - /usr/lib - /usr/share/doc - /usr/share/man/ - /usr/share/icons - /usr/share/dbus-1 - /usr/lib/mate-settings-daemon - /usr/share/glib-2.0 - /usr/share/polkit-1 - /usr/share/locale - /usr/share/mate-settings-daemon - /usr/share/mate-control-center - - - - mate-settings-daemon-devel - mate-settings-daemon için geliştirme dosyaları - mate-settings-daemon için geliştirme dosyaları - - mate-settings-daemon - dbus-devel - glib2-devel - dbus-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2013-10-18 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-system-monitor - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - Process and resource monitor - Process viewer and system resource monitor for MATE - utilities-system-monitor - http://pub.mate-desktop.org/releases/1.26/mate-system-monitor-1.26.0.tar.xz - - dbus-glib-devel - gtk3-devel - glibmm-devel - gtkmm3-devel - libgtop-devel - librsvg-devel - libwnck3-devel - libxml2-devel - polkit-devel - mate-common - intltool - itstool - python3-devel - - desktop/mate/mate-system-monitor/pspec.xml - - - mate-system-monitor - - gtk3 - cairo - glib2 - pango - glibmm - gtkmm3 - libgcc - librsvg - libxml2 - libgtop - libwnck3 - libsigc++ - gdk-pixbuf - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/omf - /usr/share/help - /usr/share/mate - /usr/share/pixmaps - /usr/share/polkit-1 - /usr/share/metainfo - /usr/share/glib-2.0 - /usr/share/applications - /usr/share/locale - - - side.png - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-23 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-29 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-terminal - https://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - MATE terminal emulator application - mate-terminal, masaüstü için terminal uygulaması. - mate-terminal, masaüstü için terminal uygulaması. - utilities-terminal - http://pub.mate-desktop.org/releases/1.26/mate-terminal-1.26.0.tar.xz - - intltool - itstool - python3-devel - libpcre2-devel - gnutls-devel - vte-devel - glib2-devel - gtk3-devel - dconf-devel - libSM-devel - mate-common - - desktop/mate/mate-terminal/pspec.xml - - - mate-terminal - - atk - vte - gtk3 - cairo - pango - dconf - glib2 - libSM - libICE - libX11 - gdk-pixbuf - - - /usr/share/doc - /usr/bin - /usr/share/omf - /usr/share/man - /usr/share/help - /usr/share/mate - /usr/share/metainfo - /usr/share/glib-2.0 - /usr/share/applications - /usr/share/locale - /usr/share/mate-terminal - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-themes - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - LGPLv2+ - data - desktop.mate - MATE Desktop themes - Mate temaları - mate-themes, mate masaüstü temalarını barındırır. - mate-themes, mate masaüstü temalarını barındırır. - https://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.23.tar.xz - - mate-common - gtk2-devel - mate-icon-theme - gdk-pixbuf-devel - - desktop/mate/mate-themes/pspec.xml - - - mate-themes - - mate-common - mate-icon-theme - icon-naming-utils - - - /usr/share/doc - /usr/share/icons - /usr/share/themes - /usr/share/locale - - - logotype-pisi.svg - 48x48.png - 48x48.png - 48x48.png - 48x48.png - 48x48.png - - - - - 2021-09-20 - 3.22.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 3.22.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 3.22.21 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-25 - 3.22.21 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-tweak - https://github.com/ubuntu-mate/mate-tweak - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - Tweak tool for MATE (fork of MintDesktop) - Tweak tool for MATE (fork of MintDesktop) - https://github.com/ubuntu-mate/mate-tweak/archive/21.04.3.tar.gz - - python3-devel - python3-setuptools - python3-distutils-extra - intltool - - desktop/mate/mate-tweak/pspec.xml - - - mate-tweak - - python3 - python3-setproctitle - python3-distro - python3-psutil - python3-pygobject3 - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/polkit-1 - /usr/share/man - /usr/share/locale - /usr/share/doc - - - - - 2021-10-24 - 21.04.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 21.04.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 20.04.0 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-03-23 - 20.04.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-user-share - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - library - desktop.mate - User level public file sharing via WebDAV or ObexFTP - mate-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. - mate-file-share-properties - http://pub.mate-desktop.org/releases/1.26/mate-user-share-1.26.0.tar.xz - - gtk3-devel - caja-devel - libnotify-devel - libcanberra-devel - libcanberra-gtk3-devel - dbus-glib-devel - intltool - itstool - - desktop/mate/mate-user-share/pspec.xml - - - mate-user-share - - gtk3 - caja - glib2 - pango - libX11 - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/doc - /usr/share/help - /usr/share/icons - /usr/share/caja - /usr/share/glib-2.0 - /etc/xdg/autostart - /usr/share/locale - /usr/share/applications - /usr/share/mate-user-share - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mate-utils - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.mate - MATE utility programs - The mate-utils package contains a set of small "desk accessory" utility applications for MATE, such as a dictionary, a disk usage analyzer, a screenshot tool and others. - system-search - http://pub.mate-desktop.org/releases/1.26/mate-utils-1.26.0.tar.xz - - itstool - intltool - mesa-devel - popt-devel - yelp-tools - libX11-devel - libXmu-devel - udisks2-devel - libgtop-devel - e2fsprogs-devel - libcanberra-devel - libcanberra-gtk3-devel - mate-common - mate-panel-devel - - desktop/mate/mate-utils/pspec.xml - - - mate-utils - - atk - gtk3 - zlib - cairo - glib2 - pango - libSM - libICE - libX11 - libgtop - libXext - udisks2 - gdk-pixbuf - mate-panel - libcanberra - libcanberra-gtk3 - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/omf - /usr/share/help - /usr/share/icons - /usr/share/mate* - /usr/share/dbus-1 - /usr/share/metainfo - /usr/share/pixmaps - /usr/share/glib-2.0 - /usr/share/applications - /usr/share/locale - - - - mate-utils-devel - mate-utils için geliştirme dosyaları - mate-utils için geliştirme dosyaları - - gtk3-devel - mate-utils - - - /usr/include - /usr/lib/pkgconfig - - - - mate-utils-gtk-doc - mate-utils için dosyalar - - mate-utils - - - /usr/share/gtk-doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.25.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-08 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-31 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mozo - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - library - desktop.mate - Mozo menu editor for MATE - Easy MATE menu editing tool. - mozo - http://pub.mate-desktop.org/releases/1.26/mozo-1.26.1.tar.xz - - mate-common - mate-menus-devel - python3-pygobject3-devel - python3-devel - intltool - - desktop/mate/mozo/pspec.xml - - - mozo - - mate-panel - - - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man/ - /usr/share/mozo - /usr/share/icons - /usr/share/locale - /usr/share/applications - - - - - 2021-11-15 - 1.26.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.26.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-14 - 1.25.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pluma - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.mate - Mate metin editörü - mate masaüstü için metin editörü. - accessories-text-editor - http://pub.mate-desktop.org/releases/1.26/pluma-1.26.0.tar.xz - - intltool - itstool - libxml2-devel - gtk3-devel - enchant2-devel - libSM-devel - mate-common - iso-codes-devel - libpeas-devel - python3-devel - python3-pygobject3-devel - gtksourceview4-devel - - desktop/mate/pluma/pspec.xml - - - pluma - - atk - gtk3 - cairo - glib2 - libSM - pango - libICE - libX11 - libpeas - libxml2 - enchant2 - gdk-pixbuf - gtksourceview4 - gobject-introspection - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/omf - /usr/share/help - /usr/share/mate - /usr/share/pluma - /usr/share/glib-2.0 - /usr/share/gir-1.0 - /usr/share/metainfo - /usr/share/applications - /usr/share/locale - - - - pluma-devel - pluma için geliştirme dosyaları - - libpeas-devel - gtksourceview4-devel - pluma - - - /usr/include/pluma - /usr/lib/pkgconfig - - - - pluma-gtk-doc - pluma-gtk-doc için dosyalar - - pluma - - - /usr/share/gtk-doc/html/pluma/ - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-05 - 1.25.3 - v.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-07-03 - 1.25.0 - v.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python-caja - http://www.mate-desktop.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - library - desktop.mate - Python binding for Mate CAJA - These are unstable bindings for the caja extension library. - https://pub.mate-desktop.org/releases/1.26/python-caja-1.26.0.tar.xz - - python3-devel - mate-common - python3-pygobject3-devel - caja-devel - intltool - - desktop/mate/python-caja/pspec.xml - - - python-caja - - gtk3 - caja - glib2 - python3 - - - /usr/lib - /usr/share/locale - /usr/share/caja - /usr/share/doc - - - - - 2021-09-07 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-17 - 1.25.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-29 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.22.1 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - at-spi2-atk - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - service - desktop.misc - Protocol definitions and daemons for D-Bus at-spi - at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. - mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz - - meson - at-spi2-core-devel - glib2-devel - atk-devel - libX11-devel - dbus-devel - libXtst-devel - libxml2-devel - - desktop/misc/at-spi2-atk/pspec.xml - - - at-spi2-atk - - atk - dbus - glib2 - at-spi2-core - - - /usr/lib - /usr/share/doc - - - - at-spi2-atk-32bit - 32-bit shared libraries for at-spi2-atk - emul32 - emul32 - - at-spi2-core-32bit - atk-32bit - dbus-32bit - glib2-32bit - libxml2-32bit - - - atk-32bit - dbus-32bit - glib2-32bit - at-spi2-core-32bit - - - /usr/lib32 - - - - at-spi2-atk-devel - at-spi2-atk için geliştirme dosyaları - at-spi2-atk için geliştirme dosyaları - - at-spi2-atk - glib2-devel - at-spi2-core-devel - - - /usr/lib32/pkgconfig - /usr/lib/pkgconfig - /usr/include - - - - - 2022-04-27 - 2.38.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.38.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 2.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-21 - 2.30.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-26 - 2.26.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 2.26.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-19 - 2.26.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-17 - 2.26.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 2.22.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.18.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.18.1 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-26 - 2.18.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - at-spi2-core - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - service - desktop.misc - Protocol definitions and daemons for D-Bus at-spi - D-Bus at-spi için protokol tanımları ve hizmetleri - at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. - at-spi2-core, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar. - mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz - - meson - gtk-doc - intltool - python-six - dbus-devel - glib2-devel - docbook-xsl - libXi-devel - libX11-devel - libXtst-devel - libxslt-devel - gettext-devel - gobject-introspection-devel - - desktop/misc/at-spi2-core/pspec.xml - - - at-spi2-core - - libXtst - libX11 - dbus - glib2 - - - /etc - /usr/lib - /usr/share/doc - /usr/share/dbus-1 - /usr/share/defaults/at-spi2 - /usr/libexec - /usr/share/gir-1.0 - /usr/share/locale - - - - at-spi2-core-32bit - 32-bit shared libraries for at-spi2-core - emul32 - emul32 - - dbus-32bit - glib2-32bit - libXi-32bit - libX11-32bit - libXtst-32bit - - - dbus-32bit - glib2-32bit - libXi-32bit - libX11-32bit - - - /usr/lib32 - - - - at-spi2-core-docs - at-spi2-core reference documents - data:doc - - at-spi2-core - - - /usr/share/gtk-doc - - - - at-spi2-core-devel - at-spi2-core için geliştirme dosyaları - at-spi2-core için geliştirme dosyaları - - at-spi2-core - dbus-devel - glib2-devel - libXi-devel - libX11-devel - libXtst-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-04-22 - 2.44.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.42.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-19 - 2.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-10 - 2.40.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 2.40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 2.34.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 2.34.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-21 - 2.30.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-30 - 2.30.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-26 - 2.28.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 2.28.0 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-07 - 2.28.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-19 - 2.28.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-17 - 2.26.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-13 - 2.20.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.18.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.18.3 - Release Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-26 - 2.18.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - ayatana-ido - https://github.com/AyatanaIndicators/ayatana-ido - - fury - uglyside@yandex.ru - - LGPL-3 - library - desktop.misc - Ayatana Indicator Display Objects. - The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. - https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.9.2.tar.gz - - cmake - gtk-doc - gtk3-devel - vala-devel - gobject-introspection-devel - - desktop/misc/ayatana-ido/pspec.xml - - - ayatana-ido - - gtk3 - glib2 - cairo - pango - gdk-pixbuf - - - /usr/lib - /usr/share - - - - ayatana-ido-devel - - glib2-devel - gtk3-devel - ayatana-ido - - - /usr/include/ - /usr/lib/pkgconfig - - - - - 2022-08-07 - 0.9.2 - Version bump - fury - uglyside@yandex.ru - - - 2022-04-14 - 0.9.1 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 0.9.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-13 - 0.8.2 - First build - fury - uglyside@yandex.ru - - - - - - ayatana-libappindicator - https://github.com/AyatanaIndicators/libayatana-appindicator - - fury - uglyside@yandex.ru - - LGPL-3 - library - desktop.misc - A library to allow applications to export a menu into the Unity Menu bar. - A library to allow applications to export a menu into the Unity Menu bar. - https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.91.tar.gz - - cmake - gtk-doc - gtk3-devel - vala-devel - python3-devel - libdbusmenu-gtk3 - libdbusmenu-devel - python3-pygobject3-devel - ayatana-libindicator-devel - gobject-introspection-devel - - desktop/misc/ayatana-libappindicator/pspec.xml - - - ayatana-libappindicator - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - libdbusmenu-gtk3 - libdbusmenu-glib - ayatana-libindicator - - - /usr/lib - /usr/share - /usr/share/doc - - - - ayatana-libappindicator-devel - - ayatana-libappindicator - gtk3-devel - libdbusmenu-gtk - libdbusmenu-glib - libdbusmenu-devel - ayatana-libindicator-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-08-07 - 0.5.91 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 0.5.90 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-13 - 0.5.5 - First build - fury - uglyside@yandex.ru - - - - - - ayatana-libindicator - https://github.com/AyatanaIndicators/libayatana-indicator - - fury - uglyside@yandex.ru - - GPL-3 - library - desktop.misc - Ayatana Indicators Shared Library. - The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. - https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.9.1.tar.gz - - cmake - gtk3-devel - glib2-devel - python3-devel - ayatana-ido-devel - - desktop/misc/ayatana-libindicator/pspec.xml - - - ayatana-libindicator - - gtk3 - glib2 - gdk-pixbuf - ayatana-ido - - - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share - - - - ayatana-libindicator-devel - - gtk3-devel - glib2-devel - ayatana-ido-devel - ayatana-libindicator - - - /usr/include/ - /usr/lib/pkgconfig - - - - - 2022-08-07 - 0.9.1 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 0.9.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-13 - 0.8.4 - First build - fury - uglyside@yandex.ru - - - - - - azfontviewer - http://azsky2.html.xdomain.jp/soft/azfontviewer.html - - fury - uglyside@yandex.ru - - MIT - app:gui - desktop.misc - A font viewer that directly reads and previews font files. - A font viewer that directly reads and previews font files. It uses new mlk gui toolchain. - https://gitlab.com/azelpg/azfontviewer/-/archive/v1.0.2/azfontviewer-v1.0.2.tar.bz2 - - zlib-devel - libX11-devel - libpng-devel - libXext-devel - freetype-devel - libXcursor-devel - fontconfig-devel - - desktop/misc/azfontviewer/pspec.xml - - - azfontviewer - - zlib - libpng - libX11 - libXext - freetype - libXcursor - fontconfig - - - /usr/bin - /usr/share - - - - - 2021-12-11 - 1.0.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-25 - 1.0.1 - First build - fury - uglyside@yandex.ru - - - - - - desktop-file-utils - http://www.freedesktop.org/software/desktop-file-utils/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.misc - Command line utilities to work with desktop menu entries - Masaüstü menü girdilerini yönetmek için komut satırı araçları - desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which checks whether a .desktop file complies with the specification and desktop-file-install which installs a desktop file to the standard directory, optionally fixing it up in the process. - http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.26.tar.xz - - glib2-devel - - desktop/misc/desktop-file-utils/pspec.xml - - - desktop-file-utils - - glib2 - - - /usr/bin - /usr/share/doc - /usr/share/man/man1/ - /usr/share/emacs/site-lisp/desktop-entry-mode.el - - - System.PackageHandler - - - - - 2021-09-22 - 0.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-16 - 0.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 0.23 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-18 - 0.23 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-13 - 0.23 - version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-09-07 - 0.21 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - diodon - https://github.com/diodon-dev/diodon - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - desktop.misc - Clipboard manager. - Aiming to be the best integrated clipboard manager for the Unity desktop. - https://launchpad.net/diodon/trunk/1.13.0/+download/diodon-1.13.0.tar.xz - - cmake - meson - gtk3-devel - vala-devel - glib2-devel - libpeas-devel - libxslt-devel - zeitgeist-devel - xorg-server-xvfb - desktop-file-utils - ayatana-libappindicator-devel - - desktop/misc/diodon/pspec.xml - - - diodon - - gtk3 - glib2 - libX11 - libXtst - libpeas - zeitgeist - gdk-pixbuf - ayatana-libappindicator - - - /etc/xdg - /etc/apport - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - - - - diodon-devel - - diodon - glib2-devel - gtk3-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-08-07 - 1.13.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-06-10 - 1.12.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-13 - 1.11.1 - First build - fury - uglyside@yandex.ru - - - - - - dunst - https://dunst-project.org/ - - fury - uglyside@yandex.ru - - BSD-3-Clause - service - desktop.misc - Lightweight and customizable notification daemon. - Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection. - https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.0.tar.gz - - dbus-devel - glib2-devel - cairo-devel - pango-devel - libX11-devel - libXrandr-devel - libnotify-devel - libXinerama-devel - libXScrnSaver-devel - wayland-devel - wayland-cursor - wayland-client - wayland-protocols-devel - - desktop/misc/dunst/pspec.xml - - - dunst - - dbus - glib2 - cairo - pango - libX11 - libXext - libXrandr - libnotify - gdk-pixbuf - libXinerama - libXScrnSaver - wayland-cursor - wayland-client - - - /etc/dunst/dunstrc - /usr/bin - /usr/share/dbus-1 - /usr/share/man - /usr/share/doc - - - - - 2022-07-10 - 1.9.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 1.8.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-11 - 1.7.3 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-02 - 1.7.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-02 - 1.7.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-13 - 1.6.1 - First build - fury - uglyside@yandex.ru - - - - - - grim - https://github.com/emersion/grim - - Idris Kalp - idriskalp@gmail.com - - MIT - app:console - desktop.misc - Screenshot utility for Wayland. - Wayland için ekran görüntüsü yardımcı programı. - grim is a tool to take screenshots on Wayland sessions. - grim, Wayland oturumlarında ekran görüntüsü almak için bir araçtır. - https://github.com/emersion/grim/releases/download/v1.4.0/grim-1.4.0.tar.gz - - meson - ninja - libpng-devel - pixman-devel - wayland-devel - wayland-client - bash-completion - libjpeg-turbo-devel - wayland-protocols-devel - - desktop/misc/grim/pspec.xml - - - grim - - libpng - pixman - libjpeg-turbo - wayland-client - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2022-02-22 - 1.4.0 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - gromit-mpx - https://github.com/bk138/gromit-mpx - - fury - uglyside@yandex.ru - - GPL-2 - app - desktop.misc - Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool. - It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available. - https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.2.tar.gz - - cmake - gtk3-devel - libXi-devel - libX11-devel - libdbusmenu-devel - ayatana-libappindicator-devel - - desktop/misc/gromit-mpx/pspec.xml - - - gromit-mpx - - gtk3 - cairo - glib2 - libXi - libX11 - gdk-pixbuf - ayatana-libappindicator - - - /usr/bin - /etc/gromit-mpx - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-04-14 - 1.4.2 - Version bump. - fury - uglyside@yandex.ru - - - 2022-02-05 - 1.4.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-26 - 1.4 - First build. - fury - uglyside@yandex.ru - - - - - - grub-customizer - https://launchpad.net/grub-customizer/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - desktop.misc - A graphical grub2 settings manager - A graphical grub2 settings manager - A graphical grub2 settings manager - A graphical grub2 settings manager - https://launchpad.net/grub-customizer/5.1/5.1.0/+download/grub-customizer_5.1.0.tar.gz - - cmake - gtk3-devel - atkmm-devel - glib2-devel - glibmm-devel - gtkmm3-devel - cairomm-devel - openssl-devel - pangomm-devel - libsigc++-devel - libarchive-devel - - desktop/misc/grub-customizer/pspec.xml - - - grub-customizer - - gtk3 - atkmm - glib2 - glibmm - gtkmm3 - libgcc - cairomm - openssl - pangomm - libsigc++ - libarchive - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/info - /usr/share/doc - - - grub.cfg - - - - - 2019-06-29 - 5.1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - lightdm - https://github.com/CanonicalLtd/lightdm - - Berk Çakar - berk2238@hotmail.com - - GPL2 - app - desktop.misc - LightDM is a cross-desktop display manager. - LightDM Qt istemci kitaplığı. - LightDM is a cross-desktop display manager. - lightdm, LightDM Qt istemci kitaplıklarını içerir. - lightdm - https://github.com/CanonicalLtd/lightdm/releases/download/1.30.0/lightdm-1.30.0.tar.xz - - itstool - intltool - python3-devel - libxklavier-devel - gobject-introspection-devel - pam-devel - libgcrypt-devel - gtk3-devel - libxml2-devel - dbus-glib-devel - libxcb-devel - libXdmcp-devel - qt5-base-devel - vala-devel - libpcre-devel - accountsservice-devel - audit-devel - - - lightdm-default-config.patch - - desktop/misc/lightdm/pspec.xml - - - lightdm - - pam - audit - glib2 - libX11 - libxcb - libXdmcp - libgcrypt - libxklavier - - - /etc - /usr/bin - /usr/lib/liblightdm-gobject-1.so* - /usr/libexec - /usr/lib/lightdm/lightdm-guest-session - /usr/lib/tmpfiles.d - /usr/lib/girepository-1.0 - /usr/share/accountsservice - /usr/share/bash-completion - /usr/share/dbus-1 - /usr/share/gtk-doc - /usr/share/help - /usr/share/locale - /usr/share/man - /usr/share/polkit-1 - - - gdm - lxdm - sddm - - - System.Service - System.Package - - - - lightdm-devel - LightDM is a cross-desktop display manager. - development - - lightdm - glib2-devel - libX11-devel - libxklavier-devel - - - /usr/include/lightdm-gobject-1 - /usr/lib/pkgconfig/liblightdm-gobject-1.pc - /usr/share/gir-1.0 - /usr/share/vala - - - - liblightdm-qt5 - Qt5 library for LightDM. - lightdm - - libgcc - lightdm - qt5-base - - - /usr/lib/liblightdm-qt5-3.so* - - - - liblightdm-qt5-devel - LightDM is a cross-desktop display manager. - development - - liblightdm-qt5 - qt5-base-devel - - - /usr/include/lightdm-qt5-3 - /usr/lib/pkgconfig/liblightdm-qt5-3.pc - - - - - 2022-06-03 - 1.30.0 - Rebuild for qt5 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-06-05 - 1.30.0 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-05-04 - 1.30.0 - First Release. - Berk Çakar - berk2238@hotmail.com - - - - - - lightdm-gtk-greeter - https://github.com/Xubuntu/lightdm-gtk-greeter - - Berk Çakar - berk2238@hotmail.com - - GPLv2 - app:gui - desktop.misc - Login screen using the LightDM framework. - Login screen using the LightDM framework. - https://github.com/Xubuntu/lightdm-gtk-greeter/archive/refs/tags/lightdm-gtk-greeter-2.0.8.tar.gz - - gtk3-devel - cairo-devel - gdk-pixbuf-devel - libxklavier-devel - exo-devel - xfce4-dev-tools - gobject-introspection-devel - lightdm-devel - - desktop/misc/lightdm-gtk-greeter/pspec.xml - - - lightdm-gtk-greeter - - lightdm - gtk3 - cairo - glib2 - libX11 - gdk-pixbuf - libxklavier - - - /usr/bin/lightdm-gtk-greeter - /usr/share/locale - /etc - /usr/share - - - - - 2021-04-20 - 2.0.8 - First release. - Berk Çakar - berk2238@hotmail.com - - - - - - lxdm - http://lxde.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - LGPLv2 - app:gui - desktop.misc - LXDE Display Manager - LXDE Ekran Yöneticisi - LXDM is the future display manager of LXDE. - LXDM, LXDE için bir ekran yöneticisidir. - mirrors://sourceforge/lxdm/lxdm-0.5.3.tar.xz - https://sourceforge.net/projects/pisilinux/files/source/lxdm-pisilinux-theme2.zip - - intltool - iso-codes-devel - gtk3-devel - gettext-devel - pam-devel - elogind-devel - cairo-devel - pango-devel - dbus-devel - glib2-devel - libX11-devel - libxcb-devel - gdk-pixbuf-devel - at-spi2-atk-devel - at-spi2-core-devel - - - onscreenkeyboard.patch - customization-for-pisilinux.patch - lxdm-0.5.3-upstream-fixes.patch - - desktop/misc/lxdm/pspec.xml - - - lxdm - - pam - gtk3 - cairo - pango - glib2 - gdk-pixbuf - libX11 - libxcb - elogind - - - /etc - /usr/sbin - /usr/bin - /usr/libexec - /usr/share/locale - /usr/share - /etc/conf.d/xdm - - - pisi-lightdm-greeter - lightdm - sddm - mdm - gdm - slim - - - System.Service - - - lxdm.desktop - lxdm - - - - - 2021-12-07 - 0.5.3 - Added new pisilinux theme - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-04 - 0.5.3 - LXDM rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-02-11 - 0.5.3 - Added new pisilinux theme - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-02-10 - 0.5.3 - Added new pisilinux theme - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-04-21 - 0.5.3 - Rebuild at-spi2. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-18 - 0.5.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-07 - 0.5.3 - Rebuild revert - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-10 - 0.5.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 0.5.3 - set default session KDE5 - Ayhan Yalçınsoy - ayhanyalcinsoy@gmail.com - - - 2017-11-19 - 0.5.3 - set default session KDE5 - Ayhan Yalçınsoy - ayhanyalcinsoy@gmail.com - - - 2017-09-23 - 0.5.3 - set background and icon - Ayhan Yalçınsoy - ayhanyalcinsoy@gmail.com - - - 2017-05-06 - 0.5.3 - Fix service start on virtual machine - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-09-29 - 0.5.1 - Fix service start on virtual machine - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-08-23 - 0.5.1 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - nitrogen - https://github.com/l3ib/nitrogen - - fury - uglyside@yandex.ru - - GPL-2 - app - desktop.misc - Background browser and setter for X windows. - pass - https://github.com/l3ib/nitrogen/archive/5fe0018ddc6abccd119215d4222941940ada53a6.zip - - gtk2-devel - gtkmm-devel - libX11-devel - libXinerama-devel - - desktop/misc/nitrogen/pspec.xml - - - nitrogen - - gtk2 - atkmm - glib2 - gtkmm - glibmm - libX11 - libgcc - pangomm - libsigc++ - libXinerama - - - /usr/bin/nitrogen - /usr/share - /usr/share/locale - /usr/share/man/man1 - - - - - 2021-12-12 - 2021.03.31 - First build from git. - fury - uglyside@yandex.ru - - - - - - packagekit - https://www.freedesktop.org/software/PackageKit/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - desktop.misc - A system designed to make installation and updates of packages easier. - PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit. - http://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.1.5.tar.xz - - sqlite-devel - gtk3-devel - gtk2-devel - intltool - polkit-devel - python3-devel - elogind-devel - gobject-introspection-devel - - desktop/misc/packagekit/pspec.xml - - - packagekit - - atk - gtk2 - gtk3 - cairo - glib2 - pango - sqlite - freetype - harfbuzz - fontconfig - gdk-pixbuf - - - /var - /etc - /usr/bin - /usr/lib - /usr/libexec - /usr/share/locale - /usr/share/doc - /usr/share/gtk-doc - /usr/share/bash-completion - /usr/share/dbus-1 - /usr/share/PackageKit - /usr/share/polkit-1 - - - pisi.conf - - - - packagekit-devel - Development files for packagekit - - packagekit - glib2-devel - sqlite-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-06-05 - 1.1.5 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - picom - https://github.com/yshui/picom/ - - fury - uglyside@yandex.ru - - MIT - MPL-2 - app - desktop.misc - A compositor for X11. - This is forked from the original Compton because it seems to have become unmaintained. - https://github.com/yshui/picom/archive/refs/tags/v9.1.tar.gz - - cmake - meson - uthash - asciidoc - dbus-devel - mesa-devel - libev-devel - pixman-devel - libxcb-devel - libX11-devel - libpcre-devel - libxslt-devel - libglvnd-devel - libXext-devel - libconfig-devel - xcb-util-image-devel - xcb-util-renderutil-devel - - - config.patch - - desktop/misc/picom/pspec.xml - - - picom - - dbus - mesa - libev - libX11 - libxcb - pixman - libpcre - libglvnd - libconfig - xcb-util-image - xcb-util-renderutil - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2021-04-14 - 9.1 - First build. - fury - uglyside@yandex.ru - - - - - - pisi-appstream-data - https://github.com/pisilinux/pisi-appstream-data - - Pisi Linux Admins - admins@pisilinux.org - - CC-BY-SA 3.0 - data - desktop.misc - Appstream data for Pisi GNU/Linux - Appstream data for Pisi GNU/Linux in order to be used in applications such as GNOME Software, KDE Discover etc. - https://github.com/pisilinux/pisi-appstream-data/archive/refs/tags/20210710.tar.gz - - appstream-glib-devel - - desktop/misc/pisi-appstream-data/pspec.xml - - - pisi-appstream-data - - /usr/share/app-info/xmls - /usr/share/app-info/icons - - - - - 2021-07-10 - 20210710 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - pisi-lightdm-greeter - https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - LGPLv3 - desktop.misc - Qt5 greeter for LightDM - LightDM için Qt tabanlı bir giriş ekranı - Qt5 greeter for LightDM - LightDM için Qt tabanlı bir giriş ekranı - lightdm - https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter/archive/refs/tags/v0.97.5.tar.gz - - lightdm-devel - liblightdm-qt5-devel - qt5-base-devel - extra-cmake-modules - qt5-webengine-devel - qt5-x11extras-devel - qt5-linguist - libXcursor-devel - libXrandr-devel - - desktop/misc/pisi-lightdm-greeter/pspec.xml - - - pisi-lightdm-greeter - - libX11 - libgcc - qt5-base - libXrandr - libXcursor - qt5-webengine - qt5-x11extras - liblightdm-qt5 - lightdm - - - /usr/bin - /etc - /usr/share/local - /usr/share/icons - /usr/share/xgreeters - /usr/share/doc - /usr/share/lightdm - - - - - 2022-01-22 - 0.97.5 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-06-04 - 0.97.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-30 - 0.97.4 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - sddm - https://github.com/sddm/sddm - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.misc - QML based X11 and Wayland display manager - QML tabanlı X11 ve Wayland ekran yöneticisi. - KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings - https://github.com/sddm/sddm/releases/download/v0.19.0/sddm-0.19.0.tar.xz - https://github.com/sebo28/Sweet-Cat/archive/v0.1.tar.gz - - docutils - pam-devel - qt5-linguist - libxcb-devel - dejavu-fonts - elogind-devel - qt5-base-devel - python-docutils - fontconfig-devel - libxkbfile-devel - extra-cmake-modules - qt5-graphicaleffects - qt5-declarative-devel - qt5-quickcontrols2-devel - - - sddm-0.19.0-consolidate-1.patch - 0002-sddm-fix-build.patch - - desktop/misc/sddm/pspec.xml - - - sddm - - pam - libgcc - libxcb - elogind - qt5-base - fontconfig - dejavu-fonts - qt5-declarative - qt5-quickcontrols2 - qt5-graphicaleffects - - - /etc - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - gdm - lightdm - lxdm - mdm - gdm - slim - - - System.Service - System.Package - - - sddm.conf - 10-backlight.rules - - - - - 2022-05-17 - 0.19.0 - conf file move to /usr/lib/sddm/sddm.conf.d - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-02-27 - 0.19.0 - fix deps - Kamil Atlı - suvari@pisilinux.org - - - 2021-08-10 - 0.19.0 - fix deps - Kamil Atlı - suvari@pisilinux.org - - - 2021-06-04 - 0.19.0 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-01-09 - 0.19.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-07 - 0.19.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 0.18.1 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-29 - 0.18.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-12 - 0.18.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-02-22 - 0.18.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-18 - 0.14.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 0.14.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 0.14.0 - Rebuild. - Ali Algul - aligulle3801@gmail.com - - - 2017-06-19 - 0.14.0 - Rebuild. - Ali Algul - aligulle3801@gmail.com - - - 2017-03-05 - 0.14.0 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-06 - 0.14.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-09-07 - 0.13.0 - Add conflict list - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-08-14 - 0.13.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-07-15 - 0.13.0 - Fix session authorization issue and add rules - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-18 - 0.13.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - shared-mime-info - http://freedesktop.org/wiki/Software/shared-mime-info - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - data - desktop.misc - The shared MIME info database - Paylaşımlı MIME veritabanı tanımlamaları - 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. - https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.2/shared-mime-info-2.2.tar.bz2 - https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/95e31875b257058e482342095c72050e4ed56ae3/xdgmime-95e31875b257058e482342095c72050e4ed56ae3.tar.bz2 - - libxml2-devel - glib2-devel - intltool - itstool - xmlto - meson - - desktop/misc/shared-mime-info/pspec.xml - - - shared-mime-info - - libxml2 - glib2 - - - /etc/X11/xinit - /usr/bin - /usr/share/applications - /usr/share/mime - /usr/share/gettext/its - /usr/share/pkgconfig - /usr/share/locale/ - /usr/share/doc - /usr/share/man - - - System.PackageHandler - System.Package - - - update-mime-database.sh - defaults.list - mimeapps.list - mimetypefixes.xml - - - - - 2022-05-07 - 2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-15 - 2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-28 - 2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-19 - 2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-16 - 1.15 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2019-11-06 - 1.15 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-12-31 - 1.10 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 1.9 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-17 - 1.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 1.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-05 - 1.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - startup-notification - http://www.freedesktop.org/software/startup-notification/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.misc - Application startup notification and feedback library - Uygulama başlangıç duyurusu ve geribildirim sistemi - startup-notification est un exemple d'implémentation de notification de démarrage (indiquant à l'environnement bureautique qu'une application a fini de démarrer). - startup-notification is a sample implementation of startup notification (telling the desktop environment when an app is done starting up). - startup-notification, bir program başlatıldığında bunu masaüstü ortamına bildirir. - http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz - - libX11-devel - libxcb-devel - xcb-util-devel - - desktop/misc/startup-notification/pspec.xml - - - startup-notification - - libX11 - libxcb - xcb-util - - - /usr/lib - /usr/share/doc - - - - startup-notification-devel - Development files for startup-notification - startup-notification için geliştirme dosyaları - - startup-notification - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/*/*.txt - - - - - 2020-02-02 - 0.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 0.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-18 - 0.12 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - volumeicon - https://github.com/Maato/volumeicon - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - desktop.misc - A lightweight volume control applet with support for global keybindings. - Volume Icon aims to be a lightweight volume control that sits in your systray. - http://nullwise.com/files/volumeicon/volumeicon-0.5.1.tar.gz - - intltool - gtk3-devel - glib2-devel - gettext-devel - alsa-lib-devel - libnotify-devel - - - turkish_translation.patch - ru_translation.patch - ukranian_translation.patch - notify_cflags_set.patch - languas_list.patch - - desktop/misc/volumeicon/pspec.xml - - - volumeicon - - gtk3 - glib2 - cairo - libX11 - alsa-lib - libnotify - gdk-pixbuf - - - /usr/bin/volumeicon - /usr/share - /usr/share/locale - - - - - 2022-05-02 - 0.5.1 - First build. - fury - uglyside@yandex.ru - - - - - - xdg-user-dirs - http://freedesktop.org/wiki/Software/xdg-user-dirs - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - desktop.misc - Utilities to handle user data directories - Kullanıcı veri dizinlerini idare etmek için yardımcı uygulamalar - xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. - xdg-user-dirs, masaüstü ve müzik klasörleri gibi belli başlı kullanıcı dizinlerini yönetmek için bir araçtır. Ayrıca dosya adlarının yerelleştirilmesini de (ör. metin çevirileri) idare eder. - http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz - - gettext-devel - docbook-xsl - libxml2-devel - libxslt-devel - - - defaults.patch - tr17.patch - xdg-user-dirs-0.15-libiconv.patch - - desktop/misc/xdg-user-dirs/pspec.xml - - - xdg-user-dirs - - /etc/X11 - /etc/xdg - /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/man - - - xdg-user-dirs.sh - - - - - 2021-01-29 - 0.17 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 0.17 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-06 - 0.17 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 0.17 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-18 - 0.17 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-17 - 0.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.15 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 0.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-01 - 0.15 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - xdg-utils - https://www.freedesktop.org/wiki/Software/xdg-utils - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - desktop.misc - Utilitaires de bureaux communs. - Common desktop utilities - Ortak masaüstü komutları - Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks. About half of the tools focus on tasks commonly required during the installation of a desktop application and the other half focuses on integration with the desktop environment while the application is running. - https://portland.freedesktop.org/download/xdg-utils-1.1.3.tar.gz - - xmlto - docbook-xsl - util-linux - libxslt - lynx - - - 0001_better_pcmanfm_check.patch - - desktop/misc/xdg-utils/pspec.xml - - - xdg-utils - - /usr/bin - /usr/share/man - - - - - 2020-01-07 - 1.1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-25 - 1.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 1.1.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-17 - 1.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-05 - 1.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-17 - 1.1.0_20140207 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.0_20140207 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-16 - 1.1.0_20140207 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - history-manager - https://github.com/PisiLinuxNew/history-manager/ - - Metehan Özbek - admin@pisilinux.org - - GPLv2 - app:gui - desktop.pisilinux - History Manager Tool for pisi - Pisi Geçmiş Yöneticisi uygulaması - History manager is a graphical interface to pisi snapshot facilities. - Pisi ile yapılan işlem geçmişini gösterme, sistemi belirli noktaya döndürme, yeni görüntü alma gibi geçmiş yönetimi işlemleri yapmayı sağlayan araç. - search - https://github.com/PisiLinuxNew/history-manager/archive/refs/tags/history-manager-0.2.9.tar.gz - - python-qt5-devel - pypolkit - qt5-base-devel - python-setuptools - qt5-linguist - - desktop/pisilinux/history-manager/pspec.xml - - - history-manager - - python-qt5 - pypolkit - - - /usr/bin - /usr/share/locale - /usr/lib/python* - /usr/share - - - - - 2022-06-03 - 0.2.9 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-03-18 - 0.2.8.1b - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-16 - 0.2.8.1b - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 0.2.8.0b - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-17 - 0.2.8.0b - fixed window title issue for other desktops. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-04-08 - 0.2.8.0b - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-18 - 0.2.8.0b - First release - Metehan Özbek - admin@pisilinux.org - - - - - - kaptan - https://pisilinux.org - - Metehan Özbek - mthnzbk@gmail.com - - GPLv3 - app:gui - desktop.pisilinux - Kaptan, Pisi Linux workspace configuration wizard - Pisi Linux Kaptan - Pisi Linux Kaptan - Kaptan lets you configure your workspace on first login. - Kaptan, bilgisayarınız ilk defa açıldığında çalışma ortamınızı kişiselleştirmenize yardımcı olur. - Kaptan, el asistente de inicio de Pisi Linux que le ayudará a personalizar su entorno de trabajo. - kaptan - https://github.com/PisiLinuxNew/kaptan/archive/refs/tags/7.4.3.tar.gz - - python3-setuptools - python3-qt5-devel - python3-devel - qt5-linguist - - desktop/pisilinux/kaptan/pspec.xml - - - kaptan - - python3-qt5 - - - /usr/bin - /usr/share/kaptan - /usr/lib/python3*/site-packages - /usr/share/applications - /usr/share/icons - /usr/share/doc - /usr/share/kaptan/languages - /etc - - - - - 2021-10-24 - 7.4.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-03 - 7.4.3 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-05-30 - 7.4.0 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-10-19 - 7.3.2 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-10-19 - 7.3.1 - fix pisilinux.org links. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-02-03 - 7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-16 - 7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 7.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-07 - 7.2 - auto start closed. - Kamil Atlı - suvari@pisilinux.org - - - 2018-02-07 - 7.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-05 - 7.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-03 - 7.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-03 - 6.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-08-09 - 5.0 - Release Bump - Metehan Özbek - mthnzbk@gmail.com - - - 2016-07-20 - 5.1.2 - Release Bump - Metehan Özbek - mthnzbk@gmail.com - - - 2016-06-09 - 5.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-29 - 5.1.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-17 - 5.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-17 - 5.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - mevlana - https://pisilinux.org - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - desktop.pisilinux - A cursor theme for Pisi GNU/Linux - Pisi GNU/Linux için bir imleç teması - A cursor theme for Pisi GNU/Linux - Pisi GNU/Linux için bir imleç teması - mevlana - https://sourceforge.net/projects/pisilinux/files/source/Mevlana.tar.gz - desktop/pisilinux/mevlana/pspec.xml - - - mevlana - - /usr/share/icons - - - - - 2021-04-22 - 0.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - package-manager - https://www.pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.pisilinux - PiSi graphical user interface - PiSi kullanıcı grafik arayüzü - PiSi est une interface graphique permettant d'effectuer l'installation, la suppression et la mise à jour de paquet PiSi depuis un environnement graphique. - Package Manager is PiSi's easy-to-use graphical user interface. - PiSi paket yöneticisine ait paket kurma, kaldırma ve güncelleme gibi işlerin grafik ortamda yapılabilmesini sağlayan PiSi grafik arayüzü. - package-manager - https://github.com/PisiLinuxNew/package-manager/archive/refs/tags/PM.4.2.7.2.tar.gz - - docutils - python-docutils - python-qt5-devel - python-sip - intltool - qt5-linguist - - - message_error_fixed.patch - - desktop/pisilinux/package-manager/pspec.xml - - - package-manager - - pisi - python-qt5 - python-sip - pisilinux-desktop-services - iconcan - - - /usr/bin - /usr/share - /usr/share/applications/ - /usr/share/icons - /usr/share/doc - - - - - 2022-06-09 - 4.2.7.2 - fixed missing dependencies message. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-06-03 - 4.2.7.2 - some improvements. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-05-24 - 4.2.7.1 - fixed update button functions - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-05-06 - 4.2.7.1 - added install/remove actions to installed tab - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-04-26 - 4.2.7.1 - fixed desktop entry and group icons - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-04-15 - 4.2.7 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-05-25 - 4.2.6 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2020-04-04 - 4.2.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-20 - 4.2.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-20 - 4.2.2 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-12-06 - 4.2.2 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-09-29 - 4.2.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-02-03 - 4.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-16 - 4.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 4.1.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-24 - 4.2.0 - fixed source - Kamil Atlı - suvari@pisilinux.org - - - 2018-02-11 - 4.1.9 - fixed icons issue. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-01-13 - 4.1.8 - fixed icons issue. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-09-01 - 4.1.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 4.1.7 - Version Bump, add new builddep. - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-09 - 4.1.6 - Release Bump - Metehan Özbek - admin@pisilinux.org - - - 2016-08-08 - 4.1.5 - Release Bump - Metehan Özbek - admin@pisilinux.org - - - 2016-08-06 - 4.1.3 - Release Bump - Metehan Özbek - admin@pisilinux.org - - - 2016-07-01 - 4.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-28 - 4.1.1 - ported pyqt5 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pisilinux-desktop-services - https://www.pisilinux.org - - pisilinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.pisilinux - Pisi Linux Desktop Services - Pisi Linux Masaüstü Hizmetleri - pisilinux-desktop-services is a wrapper python module for integrating various desktop environments using PyQt. - pisilinux-desktop-services, Pisi Linux Uygulamalarının farklı masaüstü ortamları ile bütünleşik bir şekilde çalışmasını sağlayan bir Python modülüdür. - library - https://github.com/PisiLinuxNew/pds/archive/refs/tags/pds-2.1.2.tar.gz - - python-qt5-devel - - desktop/pisilinux/pisilinux-desktop-services/pspec.xml - - - pisilinux-desktop-services - - python-qt5 - - - /usr/lib - /usr/share/ - - - - - 2022-06-03 - 2.1.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-06-08 - 2.1.1 - Rebuild Gonme - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-21 - 2.1.1 - Version bump - Sami BABAT - samibabat@gmail.com - - - 2020-03-15 - 2.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 2.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 2.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-01 - 2.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-08 - 2.0.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-03 - 2.0.0 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-28 - 2.0.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pisilinux-welcome - https://pisilinux.org - - Metehan Özbek - mthnzbk@gmail.com - - GPLv3 - app:gui - desktop.pisilinux - Pisi Linux Welcome Application - Pisi Linux Hoşgeldin Uygulaması - Pisi Linux Welcome Application - Hoşgeldin uygulaması, bilgisayarınız ilk defa açıldığında sizi karşılar. - pisilinux-welcome - https://github.com/PisiLinuxNew/pisilinux-welcome/archive/v1.7.tar.gz - - python3-qt5 - qt5-linguist - python3-devel - python3-setuptools - - desktop/pisilinux/pisilinux-welcome/pspec.xml - - - pisilinux-welcome - - python3-qt5 - - - /etc - /usr/share/doc - /usr/bin - /usr/share - /usr/share/icons - /usr/share/pisilinux-welcome - /usr/share/applications - /usr/lib/python3*/site-packages - /usr/share/welcome/languages - - - - - 2022-03-13 - 1.7 - version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-07 - 1.6 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 1.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-07 - 1.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.4 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2019-02-19 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-18 - 1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-03 - 1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-17 - 1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-08 - 1.0 - New version - Osman Erkan - osman.erkan@yandex.com - - - 2017-05-28 - 1.0b - rebuild - Metehan Özbek - mthnzbk@gmail.com - - - 2016-08-26 - 1.0b - ek buton - Metehan Özbek - mthnzbk@gmail.com - - - 2016-07-30 - 1.0b - hatalar düzeltilmiş. - Metehan Özbek - mthnzbk@gmail.com - - - 2016-07-29 - 1.0b - güncellendi - Metehan Özbek - mthnzbk@gmail.com - - - 2016-05-17 - 1.0a - first - Metehan Özbek - mthnzbk@gmail.com - - - - - - pisiplayer - https://pisilinux.org - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - desktop.pisilinux - Video Player - Video Player for Pisi Linux - pisiplayer - https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz - - python3-setuptools - python3-devel - python3-qt5 - - desktop/pisilinux/pisiplayer/pspec.xml - - - pisiplayer - - python3-qt5 - python3-sip - python3-youtube_dl - - - /usr/bin - /usr/lib/pisiplayer - /usr/lib/python3*/site-packages - /usr/share/applications - /usr/share/icons - /usr/share/doc - - - - - 2021-11-07 - 0.9 - Rebuild py3 - Pisi Linux Admins - admins@pisilinux.org - - - 2019-04-22 - 0.9 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-05-28 - 0.9 - rebuild - Pisi Linux Admins - admins@pisilinux.org - - - 2016-07-04 - 0.9 - First release - Metehan Özbek - admins@pisilinux.org - - - - - - service-manager - https://www.pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.pisilinux - System Service configuration GUI - Servis yönetim arayüzü - Le gestionnaire de Service est utilisé pour administrer les services lancés dans Pisi Linux. - This system service configuration software is developed for Pisi Linux. It provides managing system services. - Servis yöneticisi, Pisi Linux'da çalışan sunucu ve servislerin yönetilmesini sağlar - https://github.com/PisiLinuxNew/service-manager/archive/refs/tags/service-manager-3.1.3.tar.gz - - pisilinux-desktop-services - docutils - python-docutils - python-qt5-devel - - desktop/pisilinux/service-manager/pspec.xml - - - service-manager - - python-qt5 - pisilinux-desktop-services - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/applications - - - - - 2022-06-03 - 3.1.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-28 - 3.1.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-12-06 - 3.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 3.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-11 - 3.1.1 - fixed icons and window title issues - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-08-24 - 3.1.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-03 - 3.1.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - colord-gtk - http://www.freedesktop.org/software/colord/ - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv3+ - app:gui - desktop.toolkit - GTK support library for colord - Colord için GTK destek kütüphanesi - colord-gtk is a GTK+ support library. - http://www.freedesktop.org/software/colord/releases/colord-gtk-0.3.0.tar.xz - - meson - atk-devel - gtk4-devel - gtk3-devel - cairo-devel - pango-devel - colord-devel - gdk-pixbuf-devel - gtk-doc - vala-devel - intltool - gobject-introspection-devel - glib2-devel - python-six - docbook-xsl - - desktop/toolkit/colord-gtk/pspec.xml - - - colord-gtk - - atk - gtk4 - gtk3 - cairo - pango - colord - gdk-pixbuf - lcms2 - glib2 - - - /usr/lib - /usr/share/doc - /usr/share - /usr/share/vala/vapi/ - /usr/share/gir-1.0 - /usr/share/locale - /usr/bin - /usr/share/man/man1 - - - - colord-gtk-devel - colord-gtk için geliştirme dosyaları - - colord-gtk - gtk3-devel - gtk4-devel - colord-devel - - - /usr/lib/pkgconfig/ - /usr/include/colord-1/ - - - - - 2022-05-31 - 0.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-05 - 0.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-24 - 0.1.26 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-30 - 0.1.26 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 0.1.26 - Release up - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-17 - 0.1.26 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - fltk - https://www.fltk.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit - FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit - FLTK, platformlar arası C++ kullanıcı arayüzü için bir araç takımı - FLTK fournit les fonctionnalités IHM sans fioritures et supporte les graphiques 3D via OpenGL et son émulation GLUT intégrée. FLTK est conçue pour être petite et suffisamment modulaire pour être associée statiquement, tout en restant parfaitement utilisable en tant que librairie partagée. FLTK inclus également un excellent constructeur d'IHM appelé FLUID pouvant être utilisé pour créer des applications en quelques minutes. - FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes. - FLTK sistemi yormadan modern bir arayüzün işlevselliğini sağlar. OpenGL ve kendi içinde bulunan GLUT emülasyonu sayesinde 3B görüntü de sağlayabilir. FLTK statik kitaplık olabilecek kadar küçük ve modülerdir, fakat paylaşılmış kitaplık olarak da çalışabilir. Ayrıca FLUID adlı grafik arayüz tasarım aracı sayesinde çok kısa sürede FLTK uygulamaları geliştirilebilir. - FLTK provee una funcionalidad de un GUI moderno sin demasiado complejidad y soporta gráficos 3D via OpenGL y su emulación GLUT incluido. FLTK fue diseñado para ser pequeño y modular para enlace estático, pero funciona bien como librería compartida. FLTK también incluye un entorno de desarrollo UI llamado FLUID con el cual se puede crear aplicaciones en minutos. - https://www.fltk.org/pub/fltk/1.3.5/fltk-1.3.5-source.tar.bz2 - - x-fluid.desktop - - - zlib-devel - libX11-devel - libgcc - libpng-devel - libglvnd-devel - libXft-devel - libXext-devel - mesa-glu-devel - libXfixes-devel - libXcursor-devel - fontconfig-devel - libXinerama-devel - libjpeg-turbo-devel - - - fltk-config-dynlibs.patch - - desktop/toolkit/fltk/pspec.xml - - - fltk - - zlib - libX11 - libgcc - libpng - libglvnd - libXft - libXext - libXrender - mesa-glu - libXfixes - libXcursor - fontconfig - libXinerama - libjpeg-turbo - - - /usr/lib - /usr/share/doc - - - - fltk-32bit - emul32 - emul32 - - zlib-32bit - libX11-32bit - libgcc - libpng-32bit - libglvnd-32bit - libXft-32bit - libXext-32bit - mesa-glu-32bit - libXfixes-32bit - libXcursor-32bit - fontconfig-32bit - libXinerama-32bit - libjpeg-turbo-32bit - - - fltk - zlib-32bit - libX11-32bit - libpng-32bit - libglvnd-32bit - libXft-32bit - libXext-32bit - libXrender-32bit - mesa-glu-32bit - libXfixes-32bit - libXcursor-32bit - fontconfig-32bit - libXinerama-32bit - libjpeg-turbo-32bit - - - /usr/lib32 - - - - fltk-devel - Development files and utilities for FLTK - FLTK için geliştirme dosyaları ve yardımcı uygulamalar - app:console - app:gui - - fltk - libX11 - libgcc - libpng - - - /etc/env.d - /usr/share/man - /usr/bin - /usr/include - /usr/share/icons - /usr/share/mimelnk - /usr/share/doc/*/html - /usr/share/applications - - - 99fltk - - - - - 2020-01-19 - 1.3.5 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 1.3.4.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-07 - 1.3.4.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 1.3.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-09 - 1.3.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - fox - http://www.fox-toolkit.org/ - - fury - uglyside@yandex.ru - - LGPL-3 - library - desktop.toolkit.fox - The FOX GUI Library. - FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects! - http://fox-toolkit.org/ftp/fox-1.7.79.tar.gz - - gcc - zlib-devel - mesa-devel - tiff-devel - libXi-devel - libSM-devel - libpng-devel - libXft-devel - libX11-devel - libICE-devel - freetype-devel - mesa-glu-devel - openjpeg2-devel - libXfixes-devel - libXrandr-devel - libXrender-devel - fontconfig-devel - libXcursor-devel - libjpeg-turbo-devel - - desktop/toolkit/fox/fox/pspec.xml - - - fox - - tiff - zlib - bzip2 - libSM - libXi - libICE - libX11 - libXft - libgcc - libpng - libXext - freetype - mesa-glu - libglvnd - libXfixes - libXrandr - fontconfig - libXcursor - libXrender - libjpeg-turbo - - - /usr/bin/fox-config - /usr/lib - /usr/share/doc/fox - - - - adie - Adie is an extremely fast and convenient programming text editor using the FOX Toolkit. - app:gui - GPL-3 - - fox - - - /usr/bin/adie - /usr/bin/Adie.stx - /usr/share/applications/adie.desktop - /usr/share/man/man1/adie.1 - - - adie.desktop - - - - calculator - The FOX Calculator is a simple desktop calculator geared toward the programmer. - app:gui - GPL-3 - - fox - - - /usr/bin/calculator - /usr/share/applications/calculator.desktop - /usr/share/man/man1/calculator.1 - - - calculator.desktop - - - - ControlPanel - Configure desktop settings for FOX Toolkit applications. - app:gui - GPL-3 - - fox - - - /usr/bin/ControlPanel - /usr/share/applications/ControlPanel.desktop - /usr/share/man/man1/ControlPanel.1 - - - ControlPanel.desktop - - - - PathFinder - Simple file manager written in FOX Toolkit. - app:gui - GPL-3 - - fox - - - /usr/bin/PathFinder - /usr/share/applications/PathFinder.desktop - /usr/share/man/man1/PathFinder.1 - - - PathFinder.desktop - - - - reswrap - Reswrap is a tool to turn binary files into C or C++ data arrays. - app:console - pass - - /usr/bin/reswrap - /usr/share/man/man1/reswrap.1 - - - - shutterbug - Shutterbug is a simple screen snapshot application inspired by SGI Snapshot. - app:gui - GPL-3 - - fox - - - /usr/bin/shutterbug - /usr/share/applications/shutterbug.desktop - /usr/share/man/man1/shutterbug.1 - - - shutterbug.desktop - - - - fox-devel - - fox - tiff-devel - zlib-devel - bzip2 - libXi-devel - libX11-devel - libXft-devel - libpng-devel - libXext-devel - freetype-devel - libXfixes-devel - libXrandr-devel - fontconfig-devel - libXcursor-devel - libXrender-devel - libjpeg-turbo-devel - - - /usr/include/fox-1.7 - /usr/lib/pkgconfig/fox17.pc - - - - fox-doc - - /usr/share/doc/fox-1.7 - - - - - 2022-04-14 - 1.7.79 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-25 - 1.7.77 - First release - fury - uglyside@yandex.ru - - - - - - glade - http://glade.gnome.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - app:gui - desktop.toolkit - GTK+ Form Designer - GTK+ form tasarımcısı - Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. - Glade, GTK+ araç kiti ve GNOME masaüstü ortamı için, rahat ve basit kullanıcı arayüzü tasarlamak amacıyla yazılmış, hızlı uygulama geliştirme aracıdır. - http://ftp.acc.umu.se/pub/GNOME/sources/glade/3.38/glade-3.38.2.tar.xz - - meson - gtk3-devel - python3-devel - gobject-introspection-devel - python-devel - python-pygobject3-devel - webkit2gtk-devel - intltool - gtk-doc - libxml2-devel - itstool - - - 6da47128e8.patch - efdd5338b0.patch - - desktop/toolkit/glade/pspec.xml - - - glade - - gtk3 - cairo - glib2 - gdk-pixbuf - python3 - libxml2 - pango - webkit2gtk - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/applications - /usr/share/gettext - /usr/share/glade - /usr/share/help - /usr/share/gir-1.0 - /usr/share/icons - /usr/share/gnome - /usr/share/doc - /usr/share/appdata - /usr/share/metainfo - - - - glade-devel - Glade development files - Glade geliştirme dosyaları - library - - glade - glib2-devel - gtk3-devel - - - /usr/include - /usr/lib/pkgconfig - - - - glade-docs - Glade reference documents - Glade başvuru belgeleri - data:doc - - glade - - - /usr/share/gtk-doc - /usr/share/omf - /usr/share/man - - - - - 2022-06-22 - 3.38.2 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2021-04-05 - 3.38.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - granite - https://github.com/elementary/granite - - Berk Çakar - berk2238@hotmail.com - - LGPLv3 - desktop - Granite is a companion library for GTK and GLib. - Granite is a companion library for GTK and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for elementary OS. - https://github.com/elementary/granite/archive/refs/tags/6.2.0.tar.gz - - gobject-introspection-devel - gtk3-devel - libgee-devel - vala-devel - meson - - desktop/toolkit/granite/pspec.xml - - - granite - - cairo - gtk3 - glib2 - pango - libgee - gdk-pixbuf - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/libgranite*.so* - /usr/share/applications - /usr/share/doc - /usr/share/icons - /usr/share/locale - /usr/share/metainfo - - - - granite-devel - Development files for granite - - granite - gtk3-devel - glib2-devel - libgee-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2022-08-04 - 6.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-15 - 6.1.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - atk - https://developer.gnome.org/atk/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - GTK+ and GNOME Accessibility Toolkit - GTK+ ve GNOME erişilebilirlik kitaplığı - Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées. - These libraries provide tools for making software for people with disabilities. - Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir. - mirrors://gnome/atk/2.38/atk-2.38.0.tar.xz - - gobject-introspection-devel - glib2-devel - meson - - desktop/toolkit/gtk/atk/pspec.xml - - - atk - - glib2 - - - /usr/lib/libatk* - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/doc - - - - atk-devel - Development files for atk - atk için geliştirme dosyaları - - atk - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - atk-32bit - 32-bit shared libraries for atk - atk için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glib2-32bit - - - atk - glib2-32bit - - - /usr/lib32 - - - - - 2022-05-31 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-03 - 2.36.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-08 - 2.34.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-27 - 2.30.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 2.28.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-19 - 2.28.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-08 - 2.27.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 2.22.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.16.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.16.0 - release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-04-17 - 2.16.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - atkmm - https://www.gtkmm.org/en/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - desktop.toolkit.gtk - C++ interface for the ATK library - ATK kitaplığı için C++ arayüzü - atkmm provides a C++ interface for the ATK library. - atkmm, ATK kitaplığı için bir C++ arayüzü sunar. - mirrors://gnome/atkmm/2.28/atkmm-2.28.3.tar.xz - - meson - atk-devel - glibmm-devel - libtool - doxygen - glib2-devel - libxslt-devel - mm-common - libsigc++-devel - - desktop/toolkit/gtk/atkmm/pspec.xml - - - atkmm - - atk - libgcc - glib2 - glibmm - libsigc++ - - - /usr/lib - /usr/share/doc - - - - atkmm-devel - Development files for atkmm - atkmm için geliştirme dosyaları - - atkmm - atk-devel - glibmm-devel - - - /usr/include - /usr/lib/atkmm-1.6/include - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/share/gtk-doc - - - - - 2022-07-21 - 2.28.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 2.28.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 2.28.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.24.2 - Rebuild - Pisi Linux Community - suvari@pisilinux.org - - - 2017-04-11 - 2.24.2 - Version Bump - Pisi Linux Community - suvari@pisilinux.org - - - 2016-06-09 - 2.22.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-27 - 2.22.7 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - cairo - https://cairographics.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - MPL-1.1 - library - desktop.toolkit.gtk - Cairo est une librairie graphique 2D supportant de nombreux périphériques de sortie. - 2D graphics library with bindings of many programming languages - Birden çok çıktı cihazına destek veren bir 2 boyutlu grafik kitaplığı - Cairo is a 2D graphics library with support for multiple output devices (and fileformats). - https://download.gnome.org/sources/cairo/1.17/cairo-1.17.6.tar.xz - - lzo-devel - zlib-devel - glib2-devel - libX11-devel - libpng-devel - libxcb-devel - freetype-devel - expat-devel - fontconfig-devel - libXrender-devel - pixman-devel - xcb-util-devel - libXext-devel - libglvnd-devel - gtk-doc - valgrind - - - cairo_script_interpreter_pkgconfig.patch - - desktop/toolkit/gtk/cairo/pspec.xml - - - cairo - - lzo - zlib - glib2 - libX11 - libpng - libxcb - freetype - fontconfig - libXrender - pixman - libXext - libglvnd - - - /usr/bin - /usr/share/man - /usr/share/doc - /usr/share/gtk-doc - /usr/share/info - /usr/lib - - - - cairo-devel - Development files for cairo - cairo için geliştirme dosyaları - - cairo - glib2-devel - libX11-devel - libpng-devel - libxcb-devel - freetype-devel - pixman-devel - libXext-devel - fontconfig-devel - libXrender-devel - libglvnd-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - cairo-32bit - 32-bit shared libraries for cairo - cairo için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libglvnd-32bit - zlib-32bit - glib2-32bit - libX11-32bit - pixman-32bit - libpng-32bit - libxcb-32bit - libXext-32bit - freetype-32bit - fontconfig-32bit - libXrender-32bit - - - cairo - libglvnd-32bit - zlib-32bit - glib2-32bit - libX11-32bit - pixman-32bit - libpng-32bit - libxcb-32bit - libXext-32bit - freetype-32bit - fontconfig-32bit - libXrender-32bit - - - /usr/lib32/lib* - /usr/lib32/cairo - - - - - 2022-07-29 - 1.17.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 1.17.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 1.17.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-30 - 1.17.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 1.17.2 - version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-02-04 - 1.16.0 - version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.15.12 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-18 - 1.15.12 - version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-01-28 - 1.14.12 - version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 1.14.8 - version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.14.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.14.2 - Release Bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-04-18 - 1.14.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - cairomm - http://cairographics.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - Bindings (liens) C++ pour Cairo. - C++ binding for Cairo - Cairo için C++ bağlayıcı - cairomm package is the C++ binding for Cairo (it makes possible using Cairo in C++). - https://www.cairographics.org/releases/cairomm-1.14.3.tar.xz - - grep - perl - doxygen - mm-common - cairo-devel - libsigc++-devel - - desktop/toolkit/gtk/cairomm/pspec.xml - - - cairomm - - cairo - libsigc++ - libgcc - - - /usr/share/doc - /usr/lib - - - - cairomm-devel - Development files for cairomm - cairomm için geliştirme dosyaları - - cairomm - cairo-devel - libsigc++-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cairomm-1.0/include - - - - cairomm-docs - Development documents for cairomm - cairomm için geliştirme belgeleri - - /usr/share/doc/cairomm/html - - - - - 2021-05-26 - 1.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 1.12.2 - Rebuild - Pisi Linux Community - suvari@pisilinux.org - - - 2018-09-16 - 1.12.2 - Rebuild - Pisi Linux Community - suvari@pisilinux.org - - - 2016-06-09 - 1.12.2 - Version Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-18 - 1.10.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - clutter - https://gitlab.gnome.org/GNOME/clutter - - Berk Çakar - berk2238@hotmail.com - - LGPLv2.1 - library - desktop.toolkit.gtk - OpenGL GUI toolkit - OpenGL grafik arabirim kitaplığı - clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example of potential usage is in media center type applications. - clutter görsel olarak zengin ve hızlı grafik arabirimler oluşturmak için hazırlanmış bir açık kodlu kitaplıktır. Kullanım alanlarına en belirgin örnek olarak çoklu ortam yazılımları gösterilebilir. - http://ftp.gnome.org/pub/gnome/sources/clutter/1.26/clutter-1.26.4.tar.xz - - pango-devel - cairo-devel - gtk3-devel - mesa-devel - libXext-devel - libXrandr-devel - libXfixes-devel - libXdamage-devel - libXcomposite-devel - json-glib-devel - gobject-introspection-devel - gdk-pixbuf-devel - cogl-devel - glib2-devel - gtk-doc - wayland-client - wayland-server - wayland-devel - valgrind - libdrm-devel - libxkbcommon-devel - - desktop/toolkit/gtk/clutter/pspec.xml - - - clutter - - cogl - pango - cairo - gtk3 - mesa - libXext - libXrandr - libXfixes - libXdamage - libXcomposite - json-glib - atk - libXi - gdk-pixbuf - glib2 - libX11 - libdrm - wayland - freetype - harfbuzz - libglvnd - libXrandr - fontconfig - libxkbcommon - wayland-client - wayland-cursor - wayland-server - - - /usr/lib - /usr/share/doc/clutter - /usr/share/gtk-doc - /usr/share/locale - /usr/share/clutter-1.0/valgrind/clutter.supp - - - - clutter-devel - Development files for clutter - - atk-devel - cogl-devel - gtk3-devel - gdk-pixbuf - mesa-devel - libXi-devel - pango-devel - cairo-devel - glib2-devel - libX11-devel - libXext-devel - wayland-devel - json-glib-devel - gdk-pixbuf-devel - libXdamage-devel - libxkbcommon-devel - libXcomposite-devel - clutter - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2021-09-23 - 1.26.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 1.26.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - clutter-gst - https://gitlab.gnome.org/GNOME/clutter-gst - - Berk Çakar - berk2238@hotmail.com - - LGPLv2.1 - desktop.toolkit.gtk - GStreamer bindings for clutter - GStreamer bindings for clutter - http://ftp.gnome.org/pub/gnome/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz - - gtk-doc - valgrind - glib2-devel - libX11-devel - clutter-devel - libgudev-devel - libgudev-devel - gstreamer-devel - gdk-pixbuf-devel - gst-plugins-good - libXdamage-devel - gst-plugins-base-devel - gobject-introspection-devel - - desktop/toolkit/gtk/clutter-gst/pspec.xml - - - clutter-gst - GStreamer bindings for clutter - - cogl - glib2 - libX11 - clutter - gdk-pixbuf - libgudev - gstreamer - gst-plugins-base - - - /usr/lib/girepository-1.0 - /usr/lib/gstreamer-1.0 - /usr/lib/libclutter-gst-3.0.so - /usr/lib/libclutter-gst-3.0.so.0 - /usr/lib/libclutter-gst-3.0.so.0.27.0 - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/gtk-doc - - - - clutter-gst-devel - - cogl-devel - glib2-devel - clutter-devel - gstreamer-devel - gst-plugins-base-devel - clutter-gst - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-04-21 - 3.0.27 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - clutter-gtk - https://github.com/GNOME/clutter-gtk - - Berk Çakar - berk2238@hotmail.com - - LGPLv2+ - library - desktop.toolkit.gtk - Clutter GTK support - Cluter GTK desteği - clutter-gtk provides GTK support for clutter. - clutter-gtk clutter için GTK desteği sağlar. - https://github.com/GNOME/clutter-gtk/archive/1.8.4.tar.gz - - meson - valgrind - cogl-devel - gtk3-devel - clutter-devel - gobject-introspection-devel - - desktop/toolkit/gtk/clutter-gtk/pspec.xml - - - clutter-gtk - clutter-gtk için geliştirme dosyaları - - cogl - gtk3 - cairo - glib2 - clutter - gdk-pixbuf - wayland-client - - - /usr/lib - /usr/share/doc/clutter-gtk - /usr/share/gtk-doc - /usr/share/locale - - - - clutter-gtk-devel - Development files for clutter-gtk - - cogl-devel - gtk3-devel - clutter-devel - clutter-gtk - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-04-10 - 1.8.4 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - cogl - https://gitlab.gnome.org/GNOME/cogl - - Berk Çakar - berk2238@hotmail.com - - LGPLv2.1 - library - desktop.toolkit.gtk - COGL is a low level OpenGL abstraction library developed for (and part of) Clutter. - COGL is a low level OpenGL abstraction library developed for (and part of) Clutter. - https://gitlab.gnome.org/GNOME/cogl/-/archive/1.22.8/cogl-1.22.8.tar.gz - - pango-devel - cairo-devel - mesa-devel - libXext-devel - libXfixes-devel - libXdamage-devel - libXcomposite-devel - json-glib-devel - gobject-introspection-devel - gdk-pixbuf-devel - gtk-doc - valgrind - libXrandr-devel - glib2-devel - libglvnd-devel - wayland-devel - harfbuzz-devel - libX11-devel - libdrm-devel - - desktop/toolkit/gtk/cogl/pspec.xml - - - cogl - - pango - cairo - mesa - libXext - libXfixes - libXdamage - libXcomposite - json-glib - gdk-pixbuf - libglvnd - libXrandr - glib2 - wayland-client - wayland-server - wayland - libX11 - libdrm - - - /usr/lib - /usr/share/doc/cogl - /usr/share/gtk-doc - /usr/share/locale - /usr/share/cogl - - - - cogl-devel - Development files for cogl - - cogl - mesa-devel - pango-devel - cairo-devel - glib2-devel - libX11-devel - libdrm-devel - libXext-devel - wayland-devel - libglvnd-devel - libXfixes-devel - libXrandr-devel - gdk-pixbuf-devel - libXdamage-devel - libXcomposite-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2021-05-25 - 1.22.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 1.22.6 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gdk-pixbuf - https://wiki.gnome.org/Projects/GdkPixbuf - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - GDK pixbuf library - GDK pixbuf kitaplığı - gdk-pixbuf is a library that provides image loading and scaling support for gtk+ applications - gdk-pixbuf, gtk+ uygulamalarına resim açma ve ölçeklendirme desteği sağlayan bir kitaplıktır. - mirrors://gnome/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz - - meson - gtk-doc - gi-docgen - glib2-devel - libX11-devel - tiff-devel - libjpeg-turbo-devel - libpng-devel - jasper-devel - shared-mime-info - python3-six - docbook-xsl - gobject-introspection-devel - - desktop/toolkit/gtk/gdk-pixbuf/pspec.xml - - - gdk-pixbuf - - glib2 - libpng - libX11 - tiff - jasper - libjpeg-turbo - shared-mime-info - - - /etc - /usr/bin - /usr/libexec - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share - /usr/share/gir-1.0 - - - System.PackageHandler - - - - gdk-pixbuf-devel - Development files for gdk-pixbuf - gdk-pixbuf için geliştirme dosyaları - - gdk-pixbuf - glib2-devel - tiff-devel - libpng-devel - libjpeg-turbo-devel - - - /usr/bin/gdk-pixbuf-csource - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - gdk-pixbuf-docs - Reference documents for gdk-pixbuf - gdk-pixbuf için başvuru belgeleri - - /usr/share/doc - - - - gdk-pixbuf-32bit - 32-bit shared libraries for gdk-pixbuf - gdk-pixbuf için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - tiff-32bit - libjpeg-turbo-32bit - glib2-32bit - libX11-32bit - libpng-32bit - jasper-32bit - libX11-32bit - - - gdk-pixbuf - tiff-32bit - glib2-32bit - libpng-32bit - libX11-32bit - jasper-32bit - libjpeg-turbo-32bit - - - /usr/bin/gdk-pixbuf-query-loaders-32 - /usr/lib32 - - - System.PackageHandler - - - - - 2022-05-31 - 2.42.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 2.42.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-01 - 2.40.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-17 - 2.36.12 - add runtime dep. - Pisi Linux Community - admin@pisilinux.org - - - 2019-03-24 - 2.36.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.36.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-17 - 2.36.12 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-28 - 2.36.11 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 2.36.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.31.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.31.4 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-03-25 - 2.31.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gdk-pixbuf-xlib - https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - desktop.toolkit.gtk - Deprecated Xlib integration for GdkPixbuf. - GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with Xlib data types. - https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/2.40.2/gdk-pixbuf-xlib-2.40.2.tar.bz2 - - meson - libxcb-devel - libX11-devel - gdk-pixbuf-devel - - desktop/toolkit/gtk/gdk-pixbuf-xlib/pspec.xml - - - gdk-pixbuf-xlib - - glib2 - libX11 - gdk-pixbuf - - - /usr/lib - - - - gdk-pixbuf-xlib-devel - - libX11-devel - gdk-pixbuf-xlib - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-14 - 2.40.2 - fury - uglyside@yandex.ru - - - - - - goocanvas - https://wiki.gnome.org/Projects/GooCanvas - - PisiLinux Community - suvari@pisilinux.org - - LGPLv2+ - library - desktop.toolkit.gtk - A cairo canvas widget for GTK+ - GTK+ için bir cairo tuval parçacığı - GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. - GooCanvas, GTK+ için cairo 2B çizim kitaplığını kullanan bir tuval parçacığıdır. - http://ftp.gnome.org/pub/GNOME/sources/goocanvas/2.0/goocanvas-2.0.4.tar.xz - - atk-devel - gtk3-devel - glib2-devel - cairo-devel - pango-devel - glib2-devel - python3 - gettext-devel - gdk-pixbuf-devel - python-pygobject-devel - gobject-introspection-devel - - desktop/toolkit/gtk/goocanvas/pspec.xml - - - goocanvas - - atk - gtk3 - cairo - pango - glib2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/locale - - - - goocanvas-devel - Development files for goocanvas - goocanvas için geliştirme dosyaları - - gtk3-devel - cairo-devel - goocanvas - - - /usr/include - /usr/lib/pkgconfig - - - - goocanvas-docs - API documentation for goocanvas - goocanvas paketine ait API belgeleri - data:doc - - goocanvas - - - /usr/share/gtk-doc - - - - - 2020-02-08 - 2.0.4 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2019-06-21 - 2.0.4 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - gtk-doc - http://www.gtk.org/gtk-doc - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - FDL-1.1 - app:console - desktop.toolkit.gtk - GTK+ API documentation generator - GTK+ API belge oluşturucusu - Gtk-Doc is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code. - gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir. - mirrors://gnome/gtk-doc/1.32/gtk-doc-1.32.tar.xz - - itstool - python3-devel - sgml-common - docbook-xml - docbook-xsl - libxslt-devel - - desktop/toolkit/gtk/gtk-doc/pspec.xml - - - gtk-doc - - docbook-xsl - sgml-common - python3 - python3-Pygments - python3-lxml - python3-anytree - - - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - /usr/share/omf - /var/lib - - - - - 2021-01-24 - 1.32 - Version Bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-25 - 1.28 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-09 - 1.27 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 1.25 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-06 - 1.21 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gtk-vnc - https://wiki.gnome.org/Projects/gtk-vnc - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - A VNC viewer widget for GTK+ - GTK için VNC görüntüleyici aracı - gtk-vnc is a VNC viewer widget for GTK. This widget is also used for displaying guest operating system screens within virt-manager. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. - Tek görev parçası olmasına rağmen tamamen asenkron çalışabilmesine olanak tanıyan alt döngülerle geliştirilmiş bir vnc görüntüleyici uygulamadır. Özellikle sanallaştırma yönetim yazılımları bu yazılıma gereksinim duyabilir. - gtk-vnc - https://download.gnome.org/sources/gtk-vnc/1.3/gtk-vnc-1.3.1.tar.xz - - git - meson - gtk3-devel - zlib-devel - cairo-devel - glib2-devel - pango-devel - libX11-devel - gnutls-devel - python3-devel - perl-Text-CSV - libgcrypt-devel - cyrus-sasl-devel - gdk-pixbuf-devel - fontconfig-devel - python-gtk-devel - pulseaudio-libs-devel - gobject-introspection-devel - - desktop/toolkit/gtk/gtk-vnc/pspec.xml - - - gtk-vnc - - gtk3 - zlib - cairo - glib2 - gnutls - libX11 - python3 - libgcrypt - gdk-pixbuf - cyrus-sasl - pulseaudio-libs - - - /usr/share/doc - /usr/lib/libgvnc* - /usr/lib/libgtk-vnc* - /usr/lib/girepository-1.0* - /usr/share/man - /usr/bin - /usr/share/locale - /usr/share/vala - - - - gtk-vnc-devel - Development files for gtk-vnc - gtk-vnc için geliştirme dosyaları - - gtk3-devel - zlib-devel - glib2-devel - libX11-devel - gnutls-devel - libgcrypt-devel - cyrus-sasl-devel - gdk-pixbuf-devel - pulseaudio-libs-devel - gobject-introspection-devel - gtk-vnc - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - - - - - 2022-07-15 - 1.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-25 - 1.3 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - gtk2 - https://www.gtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - gtk2 - desktop.toolkit.gtk - The GIMP Toolkit version 2 - GTK grafik arayüz kitaplığı versiyon 2 - GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. - GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. - GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. - gtk - mirrors://gnome/gtk+/2.24/gtk+-2.24.33.tar.xz - - cups-devel - libXi-devel - docbook-xsl - cairo-devel - libXext-devel - libXrandr-devel - libXfixes-devel - libXrender-devel - libXdamage-devel - libXcursor-devel - fontconfig-devel - libXinerama-devel - libXcomposite-devel - atk-devel - pango-devel - graphite2-devel - gdk-pixbuf-devel - gtk-doc - python-six - desktop-file-utils - librsvg-devel - shared-mime-info - icon-theme-hicolor - icon-theme-adwaita - gobject-introspection-devel - - - xid-collision-debug.patch - fedora/system-python.patch - fedora/icon-padding.patch - fedora/tooltip-positioning.patch - fedora/window-dragging.patch - - desktop/toolkit/gtk/gtk2/pspec.xml - - - gtk2 - - cups - libXi - cairo - libXext - libXrandr - libXfixes - libXrender - libXdamage - libXcursor - fontconfig - libXinerama - libXcomposite - glib2 - libX11 - atk - pango - gdk-pixbuf - dejavu-fonts - gtk-update-icon-cache - - - /etc - /usr/bin - /usr/share/themes - /usr/share/gtk-2.0 - /usr/share/man - /usr/share/doc - /usr/lib - /usr/share/locale - - - System.PackageHandler - - - gtkrc - - - - gtk2-demo - GTK demo application - GTK demo uyulaması - app:gui - - gtk2 - cairo - pango - gdk-pixbuf - glib2 - - - /usr/bin/gtk-demo - /usr/share/gtk-2.0/demo - - - - gtk-update-icon-cache - - /usr/bin/gtk-update-icon-cache - /usr/share/man/man1/gtk-update-icon-cache.1 - - - - gtk2-docs - GTK reference documents - GTK referans dökümanları - data:doc - - /usr/share/gtk-doc - - - - gtk2-devel - Development files for gtk2 - gtk2 için geliştirme dosyaları - - gtk2 - atk-devel - glib2-devel - pango-devel - cairo-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/gir-1.0 - - - - gtk2-32bit - 32-bit shared libraries for gtk2 - gtk2 için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - cairo-32bit - cups-32bit - fontconfig-32bit - pango-32bit - glib2-32bit - atk-32bit - libX11-32bit - gdk-pixbuf-32bit - libXcomposite-32bit - libXcursor-32bit - libXdamage-32bit - libXext-32bit - libXfixes-32bit - libXi-32bit - libXinerama-32bit - libXrandr-32bit - libXrender-32bit - - - gtk2 - cairo-32bit - pango-32bit - glib2-32bit - atk-32bit - libX11-32bit - cups-32bit - fontconfig-32bit - gdk-pixbuf-32bit - libXcomposite-32bit - libXcursor-32bit - libXdamage-32bit - libXext-32bit - libXfixes-32bit - libXi-32bit - libXinerama-32bit - libXrandr-32bit - libXrender-32bit - - - /usr/bin/*-32bit - /usr/lib32 - - - - - 2022-07-03 - 2.24.33 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-03 - 2.24.33 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-01 - 2.24.32 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-08 - 2.24.32 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-19 - 2.24.32 - Rebuild Cups enable. - Pisi Linux Community - admin@pisilinux.org - - - 2018-11-20 - 2.24.32 - Rebuild Cups remove. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 2.24.32 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 2.24.32 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-08 - 2.24.31 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-01 - 2.24.31 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-08-19 - 2.24.28 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.24.28 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-05 - 2.24.28 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gtk3 - https://www.gtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - desktop.toolkit.gtk - The GIMP Toolkit version 3 - GTK grafik arayüz kitaplığı versiyon 3 - GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. - GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. - GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. - Wersja 3 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. - gtk - mirrors://gnome/gtk+/3.24/gtk+-3.24.34.tar.xz - - atk-devel - cups-devel - at-spi2-atk-devel - pango-devel - json-glib-devel - libXi-devel - cairo-devel - gobject-introspection-devel - libXext-devel - libXrandr-devel - libXfixes-devel - gdk-pixbuf-devel - fontconfig-devel - libXcursor-devel - libXdamage-devel - libXinerama-devel - libXcomposite-devel - at-spi2-core-devel - libepoxy-devel - gtk-doc - python-six - graphite2-devel - fribidi-devel - harfbuzz-devel - iso-codes-devel - libxkbcommon-devel - docbook-xsl - sassc - wayland-devel - wayland-cursor - wayland-client - wayland-protocols-devel - - desktop/toolkit/gtk/gtk3/pspec.xml - - - gtk3 - - cups - glib2 - libX11 - libepoxy - atk - pango - libXi - cairo - libXext - libXrandr - libXfixes - gdk-pixbuf - fontconfig - libXcursor - libXdamage - libXinerama - at-spi2-atk - libXcomposite - dejavu-fonts - graphite2 - icon-theme-adwaita - fribidi - freetype - harfbuzz - libxkbcommon - wayland - wayland-cursor - wayland-client - gtk-update-icon-cache - - - /etc - /usr/bin - /usr/share/themes - /usr/share/gtk-3.0 - /usr/share/ - /usr/share/man - /usr/share/doc - /usr/lib/libg* - /usr/lib/gtk-3.0 - /usr/lib/girepository-1.0 - /usr/share/locale - - - System.PackageHandler - - - settings.ini - - - - gtk3-demo - GTK demo application - GTK demo uyulaması - app:gui - - gtk3 - - - /usr/bin/gtk3-demo - /usr/bin/gtk3-demo-application - - - - gtk3-docs - GTK reference documents - GTK referans dökümanları - data:doc - - /usr/share/gtk-doc - - - - gtk3-devel - Development files for gtk3 - gtk3 için geliştirme dosyaları - Pliki nagłówkowe do gtk3 - - gtk3 - atk-devel - pango-devel - libX11-devel - libXi-devel - cairo-devel - glib2-devel - libXext-devel - libepoxy-devel - libXfixes-devel - libXrandr-devel - gdk-pixbuf-devel - fontconfig-devel - libXdamage-devel - libXcursor-devel - libXinerama-devel - at-spi2-atk-devel - libXcomposite-devel - fribidi-devel - wayland-devel - libxkbcommon-devel - wayland-protocols-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/gir-1.0 - - - - - 2022-07-04 - 3.24.34 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-21 - 3.24.31 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-15 - 3.24.30 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 3.24.29 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 3.24.29 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-03 - 3.24.20 - Rebuild Wayland - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-01 - 3.24.20 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-10 - 3.24.13 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-12-03 - 3.24.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-15 - 3.22.30 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-11-20 - 3.22.28 - Rebuild Cups eneble. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 3.22.28 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-30 - 3.22.26 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-08 - 3.22.8 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 3.22.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-08-19 - 3.20.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 3.20.4 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2016-04-30 - 3.18.6 - Release bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2016-01-25 - 3.18.6 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gtk4 - https://www.gtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - desktop.toolkit.gtk - The GIMP Toolkit version 4 - GTK grafik arayüz kitaplığı versiyon 4 - GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. - GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. - GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. - Wersja 4 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. - mirrors://gnome/gtk/4.6/gtk-4.6.6.tar.xz - - gettext-devel - glib2-devel - gtk-doc - gi-docgen - sassc - docutils - libcloudproviders-devel - colord-devel - cups-devel - mesa-devel - colord-devel - libxkbcommon-devel - libXcursor-devel - libXdamage-devel - libXext-devel - libXinerama-devel - libXi-devel - libXrandr-devel - libXcomposite-devel - at-spi2-atk-devel - gdk-pixbuf-devel - libepoxy-devel - pango-devel - iso-codes-devel - graphene-devel - ffmpeg-devel - gst-plugins-bad-devel - vulkan-devel - vulkan-headers - wayland-devel - wayland-protocols-devel - meson - gobject-introspection-devel - librsvg-devel - json-glib-devel - librest-devel - libjpeg-turbo-devel - python-docutils - - desktop/toolkit/gtk/gtk4/pspec.xml - - - gtk4 - - cups - tiff - cairo - glib2 - libXi - pango - colord - libpng - ffmpeg - libX11 - vulkan - fribidi - libXext - librest - wayland - graphene - harfbuzz - libepoxy - gstreamer - json-glib - libXfixes - libXrandr - fontconfig - gdk-pixbuf - libXcursor - libXdamage - libXinerama - libxkbcommon - libXcomposite - libjpeg-turbo - wayland-client - gst-plugins-bad - gst-plugins-base - libcloudproviders - - - /usr/bin - /usr/share/glib-2.0 - /usr/share/gtk-4.0 - /usr/share/gettext - /usr/share/man/man1/gtk4-broadwayd* - /usr/share/man/man1/gtk4-builder-tool* - /usr/share/man/man1/gtk4-encode-symbolic* - /usr/share/man/man1/gtk4-launch* - /usr/share/man/man1/gtk4-query-settings* - /usr/share/doc - /usr/lib/libgtk* - /usr/lib/gtk-4.0 - /usr/lib/girepository-1.0 - /usr/share/locale - - - - gtk4-demo - GTK4 demo applications - GTK4 demo uygulamaları - app:gui - - gtk4 - librsvg - - - /usr/bin/gtk4-demo* - /usr/bin/gtk4-icon-browser - /usr/bin/gtk4-print-editor - /usr/bin/gtk4-widget-factory - /usr/share/applications - /usr/share/glib-2.0/schemas/org.gtk.Demo4.gschema.xml - /usr/share/icons - /usr/share/man/man1/gtk4-demo* - /usr/share/man/man1/gtk4-icon-browser* - /usr/share/man/man1/gtk4-widget-factory* - /usr/share/metainfo - - - - gtk4-docs - GTK4 reference documents - GTK4 referans dökümanları - data:doc - - /usr/share/gtk-doc - - - - gtk4-devel - Development files for GTK4 - GTK4 için geliştirme dosyaları - Pliki nagłówkowe do gtk4 - - gtk4 - pango-devel - libX11-devel - libXi-devel - cairo-devel - glib2-devel - libXext-devel - libepoxy-devel - libXfixes-devel - libXrandr-devel - gdk-pixbuf-devel - fontconfig-devel - libXdamage-devel - libXcursor-devel - libXinerama-devel - libXcomposite-devel - vulkan-devel - vulkan-headers - graphene-devel - wayland-devel - libxkbcommon-devel - wayland-protocols-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - gtk4-update-icon-cache - GTK4 icon cache updater - GTK4 için simge önbelleği güncelleyicisi - - gtk4 - - - /usr/bin/gtk*-update-icon-cache - /usr/share/man/man1/gtk*-update-icon-cache* - - - - - 2022-07-02 - 4.6.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-24 - 4.6.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 4.6.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-03 - 4.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 - 4.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-23 - 4.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 4.2.1 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - gtkdatabox - http://sourceforge.net/projects/gtkdatabox - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - desktop.toolkit.gtk - A Gtk+ Widget for Fast Data Display - Hızlı veri gösterimi sağlayan bir Gtk+ kitaplığı - GtkDatabox is a widget for the Gtk+ library designed to display large amounts of numerical data fast and easy. - gtkdatabox, yüksek miktarda veriyi hızlı ve kolayca görüntülemeyi sağlayan bir Gtk+ kitaplığıdır. - https://sourceforge.net/projects/gtkdatabox/files/gtkdatabox-1/gtkdatabox-1.0.0.tar.gz/download - - gtk3-devel - cairo-devel - pango-devel - glade-devel - gtk-doc - - desktop/toolkit/gtk/gtkdatabox/pspec.xml - - - gtkdatabox - - atk - gtk3 - cairo - pango - glib2 - gdk-pixbuf - fontconfig - - - /usr/lib - /usr/share/doc - /usr/share/icons - - - - gtkdatabox-devel - Development files for gtkdatabox - gtkdatabox için geliştirim dosyaları - - gtkdatabox - cairo-devel - gtk3-devel - pango-devel - - - /usr/include - /usr/lib/pkgconfig - - - - gtkdatabox-glade - Glade 2 support for gtkdatabox - gtkdatabox için Glade 3 desteği - - gtkdatabox - atk - gtk3 - cairo - pango - glade - gdk-pixbuf - fontconfig - - - /usr/lib/glade - /usr/share/glade/catalogs - - - - gtkdatabox-docs - Development files for gtkdatabox - gtkdatabox için belgelendirme dosyaları - - gtkdatabox - - - /usr/share/gtk-doc - - - - - 2021-10-14 - 1.0.0 - First release - Erkan IŞIK - erkanisik@pisilinux.org - - - - - - gtkmm - https://www.gtkmm.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - C++ binding for GTK+ - GTK+ için C++ bağlamı - gtkmm est l'interface C++ officiel de la librairie d'IHM GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage. - gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. - gtkmm, grafik kullanıcı arayüzü kitaplığı GTK+'nın resmi C++ arayüzüdür. Tip-güvenli geri çağırmalar ve mirasla genişleyebilen tutarlı parçacıklardan oluşması, en önemli özelliklerini oluşturur. - http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz - - gtk2-devel - atkmm-devel - glibmm-devel - cairomm-devel - pangomm-devel - libsigc++-devel - - desktop/toolkit/gtk/gtkmm/pspec.xml - - - gtkmm - - gtk2 - atkmm - glibmm - cairomm - pangomm - libsigc++ - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share - - - - gtkmm-devel - Development files for gtkmm - gtkmm için geliştirme dosyaları - - gtkmm - atkmm-devel - pangomm-devel - glibmm-devel - gtk2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-08 - 2.24.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-15 - 2.24.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.24.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-21 - 2.24.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.24.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-18 - 2.24.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gtkmm3 - https://www.gtkmm.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - C++ binding for GTK+ - gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. - http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.24/gtkmm-3.24.6.tar.xz - - meson - doxygen - gtk3-devel - libxslt-devel - atkmm-devel - glibmm-devel - cairomm-devel - mm-common - gdk-pixbuf-devel - pangomm-devel - - desktop/toolkit/gtk/gtkmm3/pspec.xml - - - gtkmm3 - - gtk3 - atkmm - glib2 - glibmm - libgcc - cairomm - pangomm - libsigc++ - gdk-pixbuf - - - /usr/lib/libgdkmm* - /usr/lib/libgtkmm* - /usr/lib/gdkmm-3.0 - /usr/lib/gtkmm-3.0 - /usr/share/doc - /usr/share - - - - gtkmm3-devel - Development files for gtkmm - - gtkmm3 - atkmm-devel - pangomm-devel - glibmm-devel - gtk3-devel - cairomm-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-05-02 - 3.24.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 3.24.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 3.24.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gtksourceview3 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - A text widget implementing syntax highlighting and other features - Sözdizimi vurgulaması için araçlar - Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. - Gtksourceview, gtk+ metin kütüphanesini geliştiren ve bir kaynak kodu düzenleyicisinde olması gereken sözdizimi vurgulaması gibi özellikleri sağlayan bir araçtır. - mirrors://gnome/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz - - intltool - python3 - python-six - itstool - valgrind - intltool - gtk-doc - vala-devel - gtk3-devel - glib2-devel - yelp-tools - libxml2-devel - autoconf-archive - gobject-introspection-devel - - desktop/toolkit/gtk/gtksourceview3/pspec.xml - - - gtksourceview3 - - atk - gtk3 - cairo - glib2 - pango - libxml2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/gir-1.0/ - /usr/share/vala/vapi - /usr/share/gtksourceview-3.0 - - - - gtksourceview3-docs - Reference documents of gtksourceview - gtksourceview paketine ait referans belgeleri - data:doc - - /usr/share/gtk-doc - - - - gtksourceview3-devel - Development files for gtksourceview - gtksourceview için geliştirme dosyaları - - gtksourceview3 - gtk3-devel - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-02-09 - 3.24.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-02 - 3.24.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-25 - 3.24.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-10 - 3.24.10 - First release. - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gtksourceview4 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - A text widget implementing syntax highlighting and other features - Sözdizimi vurgulaması için araçlar - Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. - Gtksourceview, gtk+ metin kütüphanesini geliştiren ve bir kaynak kodu düzenleyicisinde olması gereken sözdizimi vurgulaması gibi özellikleri sağlayan bir araçtır. - mirrors://gnome/gtksourceview/4.8/gtksourceview-4.8.3.tar.xz - - intltool - python3 - python-six - itstool - valgrind - intltool - gtk-doc - vala-devel - gtk3-devel - glib2-devel - yelp-tools - libxml2-devel - autoconf-archive - gobject-introspection-devel - meson - glade-devel - - desktop/toolkit/gtk/gtksourceview4/pspec.xml - - - gtksourceview4 - - atk - gtk3 - cairo - fribidi - glib2 - pango - libxml2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/gir-1.0/ - /usr/share/glade/ - /usr/share/vala/vapi - /usr/share/gtksourceview-4 - - - - gtksourceview4-docs - Reference documents of gtksourceview - gtksourceview paketine ait referans belgeleri - data:doc - - /usr/share/gtk-doc - - - - gtksourceview4-devel - Development files for gtksourceview - gtksourceview için geliştirme dosyaları - - gtksourceview4 - fribidi-devel - gtk3-devel - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-05-31 - 4.8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 4.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-05 - 4.8.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gtksourceview5 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - A text widget implementing syntax highlighting and other features - Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. - mirrors://gnome/gtksourceview/5.4/gtksourceview-5.4.2.tar.xz - - meson - python3 - itstool - valgrind - intltool - gtk-doc - vala-devel - gi-docgen - gtk4-devel - libpcre2-devel - fontconfig-devel - glib2-devel - yelp-tools - libxml2-devel - autoconf-archive - gobject-introspection-devel - sysprof-devel - glade-devel - gtk4-update-icon-cache - - desktop/toolkit/gtk/gtksourceview5/pspec.xml - - - gtksourceview5 - - gtk4 - libpcre2 - fontconfig - cairo - fribidi - glib2 - pango - libxml2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/gir-1.0/ - /usr/share/glade/ - /usr/share/vala/vapi - /usr/share/icons - /usr/share/gtksourceview-5 - - - - gtksourceview5-docs - Reference documents of gtksourceview - data:doc - - /usr/share/doc/gtksourceview5/*.html - - - - gtksourceview5-devel - Development files for gtksourceview - - gtksourceview5 - gtk4-devel - glib2-devel - pango-devel - fribidi-devel - libxml2-devel - libpcre2-devel - fontconfig-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-14 - 5.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-22 - 5.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-04 - 5.2.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - gtkspell - http://gtkspell.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - Spell checking widget for GTK+ - GTK+ için yazım denetimi eklentisi - GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. - GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir. - mirrors://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz - - gtk2-devel - enchant-devel - intltool - - desktop/toolkit/gtk/gtkspell/pspec.xml - - - gtkspell - - atk - gtk2 - cairo - glib2 - pango - enchant - freetype - fontconfig - gdk-pixbuf - - - /usr/lib - /usr/share/locale - /usr/share/doc - /usr/share/gtk-doc - - - - gtkspell-devel - Development files for gtkspell - gtkspell için geliştirme dosyaları - - gtkspell - gtk2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-15 - 2.0.16 - Rebuild - Pisi Linux Community - suvari@pisilinux.org - - - 2018-09-10 - 2.0.16 - Rebuild - Pisi Linux Community - suvari@pisilinux.org - - - 2017-04-11 - 2.0.16 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 2.0.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-20 - 2.0.16 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gtkspell3 - http://gtkspell.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.toolkit.gtk - Spell checking widget for GTK+ - GTK+ için yazım denetimi eklentisi - GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. - GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir. - https://sourceforge.net/projects/gtkspell/files/3.0.10/gtkspell3-3.0.10.tar.xz - - intltool - gtk-doc - gtk2-devel - gtk3-devel - vala-devel - python-six - enchant2-devel - gobject-introspection-devel - - desktop/toolkit/gtk/gtkspell3/pspec.xml - - - gtkspell3 - - atk - gtk3 - cairo - glib2 - pango - enchant2 - freetype - fontconfig - gdk-pixbuf - - - /usr/lib - /usr/share/gir-1.0/GtkSpell-3.0.gir - /usr/share/vala/vapi - /usr/share/locale - /usr/share/doc - - - - gtkspell3-gtk2 - - atk - gtk2 - cairo - glib2 - pango - enchant2 - freetype - fontconfig - gdk-pixbuf - - - /usr/lib/libgtkspell3-2* - /usr/lib/girepository-1.0/GtkSpell-2.0.typelib - /usr/share/gir-1.0/GtkSpell-2.0.gir - /usr/share/vala/vapi/gtkspell3-2* - - - - gtkspell3-devel - Development files for gtkspell3 - gtkspell3 için geliştirme dosyaları - - gtkspell3 - gtk3-devel - glib2-devel - enchant2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - gtkspell3-gtk2-devel - Development files for gtkspell3-gtk2 - - gtkspell3-gtk2 - gtkspell3-devel - - - /usr/lib/pkgconfig/gtkspell3-2.0.pc - - - - gtkspell3-docs - Development files for gtkspell3 - - gtkspell3 - - - /usr/share/gtk-doc - - - - - 2020-02-08 - 3.0.10 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-04-06 - 3.0.10 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - libglade - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - Glade interface builder - Glade arayüz oluşturucu - Libglade est une librairie effectuant un travail similaire aux routines de génération de source C dans le constructeur d'interface graphique GLADE. Là ou les routines de génération de GLADE génerent du code C à compiler, libglade construit l interface depuis un fichier XML (le format de sauvegarde de GLADE) à l'exécution. De cette manière, vous pouvez changer l'apparence de votre programme sans avoir à le recompiler. - Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. - Libglade, GLADE kullanıcı arayüzü yapıcısındaki C kaynak çıkışı yöntemine benzer iş yapan bir kitaplıktır. GLADE'in çıkış yöntemi derlenebilir C kodu oluştururken, libglade arayüzü bir XML dosyasında oluşturur. Böylece yeniden derlenmeye gerek kalmadan arayüz değiştirilebilir. - mirrors://gnome/libglade/2.6/libglade-2.6.4.tar.bz2 - - glib2-devel - libxml2-devel - atk-devel - pango-devel - gtk2-devel - python-devel - - - Makefile.in.am-2.4.2-xmlcatalog.patch - libglade-2.6.3-fix_tests-page_size.patch - libglade-2.0.1-nowarning.patch - - desktop/toolkit/gtk/libglade/pspec.xml - - - libglade - - glib2 - libxml2 - atk - pango - python - gtk2 - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/xml - - - System.Package - - - - libglade-docs - Libglade reference documents - Libglade referans belgeleri - data:doc - - libglade - - - /usr/share/gtk-doc - - - - libglade-devel - Development files for libglade - libglade için geliştirme dosyaları - - libglade - gtk2-devel - libxml2-devel - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-08 - 2.6.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.6.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 2.6.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.6.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-03 - 2.6.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libwnck2 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - desktop.toolkit.gtk - A window navigation construction kit - libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. - http://ftp.gnome.org/pub/gnome/sources/libwnck/2.31/libwnck-2.31.0.tar.xz - - startup-notification-devel - gobject-introspection-devel - libXres-devel - pango-devel - gtk2-devel - glib2-devel - intltool - libXt-devel - gettext - meson - - - libwnck-2.18.0-above.patch - - desktop/toolkit/gtk/libwnck2/pspec.xml - - - libwnck2 - - startup-notification - gdk-pixbuf - libXrender - libXres - pango - libX11 - cairo - gtk2 - atk - glib2 - - - /usr/lib - /usr/share/locale - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/doc - - - - libwnck2-devel - Development files for libwnck2 - - libwnck2 - gtk2-devel - cairo-devel - pango-devel - libXres-devel - glib2-devel - libX11-devel - startup-notification-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-01 - 2.31.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 2.32.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-24 - 2.31.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.31.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 2.31.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-18 - 2.30.7 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libwnck3 - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - desktop.toolkit.gtk - A window navigation construction kit - libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. - http://ftp.gnome.org/pub/gnome/sources/libwnck/40/libwnck-40.1.tar.xz - - startup-notification-devel - gobject-introspection-devel - libXres-devel - pango-devel - gtk3-devel - glib2-devel - intltool - libXt-devel - gettext - meson - - - libwnck-2.18.0-above.patch - - desktop/toolkit/gtk/libwnck3/pspec.xml - - - libwnck3 - - startup-notification - gdk-pixbuf - libXrender - libXres - pango - libX11 - cairo - gtk3 - atk - glib2 - - - /usr/lib - /usr/share/locale - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/doc - - - - libwnck3-devel - Development files for libwnck3 - - libwnck3 - gtk3-devel - cairo-devel - pango-devel - libXres-devel - glib2-devel - libX11-devel - startup-notification-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-02-18 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 3.32.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-08 - 2.32.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-24 - 2.31.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.31.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 2.31.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-18 - 2.30.7 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - nocsd - https://github.com/ZaWertun/gtk3-nocsd - - fury - uglyside@yandex.ru - - LGPLv2.1 - library - desktop.toolkit.gtk - A hack to disable gtk+ 3 client side decoration. - gtk3-nocsd is a small module used to disable the client side decoration of Gtk+ 3. - https://github.com/ZaWertun/gtk3-nocsd/archive/v3.0.4.tar.gz - - gtk3-devel - gobject-introspection-devel - - - Always_override_property_gtk-decoration-layout.patch - Fix_for_black_borders_around_some_application_windows.patch - - desktop/toolkit/gtk/nocsd/pspec.xml - - - nocsd - - /usr/bin/gtk3-nocsd - /usr/lib/libgtk3-nocsd.so.0 - /usr/share - /usr/share/man - /usr/share/doc/gtk3-nocsd - - - - - 2021-06-23 - 3.0.4 - First Beta release. - fury - uglyside@yandex.ru - - - - - - ocrfeeder - https://gitlab.gnome.org/GNOME/ocrfeeder - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.toolkit.gtk - GTK+ document layout analysis and optical character recognition application - GTK+ document layout analysis and optical character recognition application - GTK + belge düzeni analizi ve optik karakter tanıma uygulaması - GTK + belge düzeni analizi ve optik karakter tanıma uygulaması - https://gitlab.gnome.org/GNOME/ocrfeeder/-/archive/0.8.5/ocrfeeder-0.8.5.tar.gz - - ocrad - itstool - intltool - gtk3-devel - glib2-devel - yelp-tools - gnome-common - gettext-devel - python3-sane - python3-devel - python3-odfpy - python3-reportlab - python3-enchant - python3-pillow-devel - python3-pygobject3-devel - goocanvas-devel - - desktop/toolkit/gtk/ocrfeeder/pspec.xml - - - ocrfeeder - - gtk3 - ocrad - glib2 - gtkspell3 - yelp-tools - gnome-common - python3-sane - python3 - python3-odfpy - python3-reportlab - python3-enchant - python3-pillow - python3-pygobject3 - goocanvas - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/doc - - - - - 2022-04-05 - 0.8.5 - Version Bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2021-04-26 - 0.8.3 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - pango - http://www.pango.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - FTL - library - desktop.toolkit.gtk - Outil de positionnement et de rendu de texte. - Text rendering and layout library - Metin görüntüleme kitaplığı - Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x. - Pango, özellikle yerelleştirme ile birlikte metin düzenlemek ve biçimlendirmek için bir kitaplıktır. Pango metin biçimlendirmenin gerekli olduğu her yerde kullanılabilir ama şimdiye kadar ki birçok Pango çalışması GTK+ araç takımının parçası ile tamamlandı. Pango formları, GTK+-2.x. için temel metin ve yazı tipini yönetir. - mirrors://gnome/pango/1.50/pango-1.50.8.tar.xz - - libX11-devel - freetype-devel - cairo-devel - libXft-devel - harfbuzz-devel - graphite2-devel - fontconfig-devel - libXrender-devel - gtk-doc - python-six - gobject-introspection-devel - glib2-devel - fribidi-devel - meson - gi-docgen - help2man - - desktop/toolkit/gtk/pango/pspec.xml - - - pango - - glib2 - libX11 - freetype - cairo - libXft - fribidi - harfbuzz - fontconfig - libXrender - - - /etc/pango - /usr/bin - /usr/lib/libpango* - /usr/lib/girepository-1.0 - /usr/lib/pango - /usr/share/gir-1.0 - /usr/share/man - /usr/share/doc - - - System.Package - - - - pango-devel - Development files for pango - pango için geliştirme dosyaları - - pango - cairo-devel - libXft-devel - fribidi-devel - harfbuzz-devel - fontconfig-devel - freetype-devel - glib2-devel - libXrender-devel - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - - - - pango-docs - Pango reference documents - Pango referans dokümanları - data:doc - - /usr/share/doc/Pango* - - - - pango-32bit - 32-bit shared libraries for pango - pango için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - cairo-32bit - glib2-32bit - libX11-32bit - libXft-32bit - fribidi-32bit - freetype-32bit - libXrender-32bit - fontconfig-32bit - libffi-32bit - harfbuzz-32bit - - - pango - cairo-32bit - glib2-32bit - libX11-32bit - libXft-32bit - fribidi-32bit - freetype-32bit - libXrender-32bit - fontconfig-32bit - libffi-32bit - harfbuzz-32bit - - - /usr/bin/pango-querymodules-32 - /usr/lib32/libpango* - /usr/lib32/girepository-1.0 - /usr/lib32/pango - - - - - 2022-07-02 - 1.50.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 1.50.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-11 - 1.50.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-24 - 1.50.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.50.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 1.50.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-07 - 1.50.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-11 - 1.48.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 1.48.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-12 - 1.48.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 1.48.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-23 - 1.48.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 1.44.7 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-15 - 1.42.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 1.40.14 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-28 - 1.40.14 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 1.40.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.38.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.38.1 - Release bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2016-01-25 - 1.38.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - pangomm - http://www.gtkmm.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - library - desktop.toolkit.gtk - C++ interface for Pango - Pango için C++ arayüzü - Pangomm is a library that provides pango based C++ interface for object-oriented gtkmm applications. - Pangomm, nesne tabanlı gtkmm uygulamaları için C++ tabanlı pango arayüzü sağlayan bir kitaplıktır. - mirrors://gnome/pangomm/2.46/pangomm-2.46.2.tar.xz - - grep - meson - libtool - doxygen - mm-common - boost-devel - glib2-devel - pango-devel - glibmm-devel - cairomm-devel - libsigc++-devel - - desktop/toolkit/gtk/pangomm/pspec.xml - - - pangomm - - pango - glibmm - libgcc - glib2 - cairomm - libsigc++ - - - /usr/lib - /usr/share/doc - - - - pangomm-devel - Development files for pangomm - pangomm için geliştirme dosyaları - - pangomm - cairomm-devel - glibmm-devel - pango-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/pangomm-1.4 - - - - - 2021-12-05 - 2.46.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 2.46.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 2.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.40.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 2.40.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-21 - 2.40.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.34.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-18 - 2.34.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - pangox-compat - http://www.pangox-compat.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - desktop.toolkit.gtk - PangoX compatibility library - X Window System font support for Pango - mirrors://gnome/pangox-compat/0.0/pangox-compat-0.0.2.tar.xz - - pango-devel - - desktop/toolkit/gtk/pangox-compat/pspec.xml - - - pangox-compat - - pango - libX11 - - - /etc/pango - /usr/lib - /usr/share/doc - - - - pangox-compat-devel - Development files for pangox-compat - - pangox-compat - pango-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-02-08 - 0.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-09 - 0.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-01 - 0.0.2 - First release. - Marcin Bojara - marcin@pisilinux.org - - - - - - spice-gtk - https://www.spice-space.org/ - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1 - library - app:console - desktop.toolkit.gtk - GTK+ client library for SPICE - GTK+ client library for SPICE - https://www.spice-space.org/download/gtk/spice-gtk-0.39.tar.xz - - meson - gtk-doc - valgrind - usbutils - lz4-devel - acl-devel - zlib-devel - gtk3-devel - cairo-devel - python3-six - spice-devel - glib2-devel - polkit-devel - phodav-devel - pixman-devel - libusb-devel - python3-devel - elogind-devel - libopus-devel - openssl-devel - libsoup-devel - usbredir-devel - spice-protocol - libcap-ng-devel - gstreamer-devel - json-glib-devel - libcacard-devel - cyrus-sasl-devel - gdk-pixbuf-devel - python3-pyparsing - libjpeg-turbo-devel - gst-plugins-base-devel - gobject-introspection-devel - - desktop/toolkit/gtk/spice-gtk/pspec.xml - - - spice-gtk - GTK+ client library for SPICE. - - lz4 - acl - gtk3 - zlib - cairo - glib2 - spice - libusb - polkit - phodav - pixman - python3 - libopus - openssl - libsoup - usbredir - libcap-ng - gstreamer - json-glib - libcacard - cyrus-sasl - python3-six - libjpeg-turbo - spice-protocol - gst-plugins-base - python3-pyparsing - gobject-introspection - - - /usr/bin - /usr/lib/libspice-client-gtk-3.0.so* - /usr/lib/libspice-client-glib-2.0.so* - /usr/share/doc/ - /usr/share/man - /usr/share/locale - /usr/share/polkit-1/actions - /usr/share/gtk-doc/html - /usr/lib/girepository-1.0 - /usr/libexec/spice-client-glib-usb-acl-helper - - - - spice-gtk-devel - Development files for spice-gtk - - lz4-devel - acl-devel - zlib-devel - gtk3-devel - glib2-devel - cairo-devel - python3-six - spice-devel - polkit-devel - phodav-devel - pixman-devel - libX11-devel - libusb-devel - wayland-devel - python3-devel - elogind-devel - libopus-devel - openssl-devel - libsoup-devel - libepoxy-devel - usbredir-devel - spice-protocol - libcap-ng-devel - gstreamer-devel - json-glib-devel - libcacard-devel - cyrus-sasl-devel - gdk-pixbuf-devel - python3-pyparsing - libjpeg-turbo-devel - gst-plugins-base-devel - gobject-introspection-devel - spice-gtk - - - /usr/share/gir-1.0 - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-10 - 0.39 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - mlkstyle - http://azsky2.html.xdomain.jp/soft/mlkstyle.html - - fury - uglyside@yandex.ru - - MIT - app:gui - desktop.toolkit.mlk - mlk style editor. - mlk widget style editor. - https://gitlab.com/azelpg/mlkstyle/-/archive/v1.0.4/mlkstyle-v1.0.4.tar.bz2 - - zlib-devel - check-devel - libpng-devel - libX11-devel - libXext-devel - freetype-devel - fontconfig-devel - libXcursor-devel - - desktop/toolkit/mlk/mlkstyle/pspec.xml - - - mlkstyle - - zlib - libpng - libX11 - libXext - freetype - fontconfig - libXcursor - - - /usr/bin - /usr/share - /usr/share/doc/mlkstyle - - - - - 2021-12-11 - 1.0.4 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-25 - 1.0.3 - First build - fury - uglyside@yandex.ru - - - - - - openmotif - http://www.motifzone.org/ - - PisiLinux Community - admins@pisilinux.org - - MOTIF - library - app - desktop.toolkit.motif - Open Motif implementation - Özgür Motif kitaplığı - Freely available version of the well known Motif user interface toolkit for Open Source operating systems. - Açık kaynak kodlu işletim sistemleri için yaygın olarak tanına Motif kullanıcı arabirimi araçlarının özgürce kullanılabilen sürümü. - mirrors://sourceforge/motif/motif-2.3.8.tar.gz - - libXmu-devel - libXft-devel - xbitmaps - fontconfig-devel - libXt-devel - libXext-devel - libjpeg-turbo-devel - libX11-devel - libpng-devel - - - openmotif-2.3.2-sanitise-paths.patch - 0003_fix_ftbfs_binutils-gold.patch - openmotif-uil.patch - openmotif-unaligned.patch - openMotif-2.3.0-no_X11R6.patch - motif-2.3.4-bindings.patch - motif-2.3.4-mwmrc_dir.patch - wmluiltok_fake_lex_main.patch - - desktop/toolkit/motif/openmotif/pspec.xml - - - openmotif - - libXmu - libXft - libXp - libSM - libICE - fontconfig - libXt - libXext - libjpeg-turbo - libX11 - libpng - freetype - - - /etc - /usr/bin - /usr/lib - /usr/share/X11/app-defaults - /usr/share/X11/bindings - /usr/share/doc - /usr/share/man - - - Mwm.defaults - - - - openmotif-devel - Development files for openmotif - openmotif için geliştirme dosyaları - - openmotif - libXft-devel - libXt-devel - libXmu-devel - libXext-devel - - - /usr/include - /usr/share/man/man3 - - - - openmotif-32bit - 32-bit shared libraries for openmotif - emul32 - emul32 - - libSM-32bit - libXt-32bit - libXp-32bit - libXmu-32bit - libpng-32bit - libX11-32bit - libICE-32bit - libXft-32bit - libXext-32bit - fontconfig-32bit - libjpeg-turbo-32bit - - - openmotif - libSM-32bit - libXt-32bit - libXp-32bit - libXmu-32bit - libpng-32bit - libX11-32bit - libICE-32bit - libXft-32bit - libXext-32bit - fontconfig-32bit - freetype-32bit - libjpeg-turbo-32bit - - - /usr/lib32 - - - - - 2020-01-28 - 2.3.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-31 - 2.3.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 2.3.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 2.3.7 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-08-17 - 2.3.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - newt - https://fedorahosted.org/newt/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - desktop.toolkit - A windowing toolkit for text mode - Metin tabanlı bir pencere araç seti. - newt is a windowing toolkit for text mode, which provides many widgets and stackable windows. - Newt, metin tabanlı bir pencere araç setidir. Pek çok alet ve istiflenebilir pencere sağlar. - https://releases.pagure.org/newt/newt-0.52.21.tar.gz - - tcl-devel slang-devel - popt-devel + gpm - desktop/toolkit/newt/pspec.xml + util/misc/mc/pspec.xml - newt + mc - tcl + e2fsprogs + glib2 + gpm + libssh2 slang - popt + which + /etc/profile.d /usr/bin /usr/lib + /usr/libexec + /usr/share/doc /usr/share/locale - /usr/share/doc /usr/share/man + /usr/share/mc + /etc/mc - - - newt-devel - Development files for newt - newt için geliştirme dosyaları - - newt - - - /usr/include - /usr/lib/pkgconfig - + + mc.profile + u7z + mc.ini + - 2020-01-28 - 0.52.21 - Version bump - Mustafa Cinasal - muscnsl@gmail.com + 2021-05-29 + 4.8.26 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org - 2018-08-13 - 0.52.20 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 0.52.20 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-26 - 0.52.19 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.52.17 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-05 - 0.52.17 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - qscintilla2 - https://www.riverbankcomputing.com/software/qscintilla/intro - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - GPLv3 - library - desktop.toolkit - Qt port of Scintilla - QScintilla2, Neil Hodgson'un Scintilla C++ editör sınıfının bir Qt4 uyarlamasıdır. - Port do Qt klas C++ edytora Scintilla autorstwa Neila Hodgsona. - QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class. - QScintilla2, Neil Hodgson'un Scintilla C++ editör sınıfının bir Qt4 uyarlamasıdır. - QScintilla jest portem do Qt klas C++ edytora Scintilla autorstwa Neila Hodgsona. - https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.5/QScintilla-2.11.5.tar.gz - - chrpath - python-sip - python3-sip - python-devel - python3-devel - qscintilla2-python-common - mesa-devel - qt5-base-devel - qt5-script-devel - python-qt5-devel - python3-qt5-devel - qt5-designer-devel - qt5-xmlpatterns-devel - - desktop/toolkit/qscintilla2/pspec.xml - - - qscintilla2 - - libgcc - qt5-base - - - /usr/lib - /usr/lib/qt5/plugins - /usr/share/doc - /usr/share/qt5/mkspecs - /usr/share/qt5/translations - - - - qscintilla2-python-common - Common python qscintilla bindings files shared between qscintilla2-python and qscintilla2-python3 - - qscintilla2 - - - /usr/share/qt5/qsci - /usr/share/sip - - - - qscintilla2-python - Python 2.x bindings for qscintilla2 - qscintilla2 için Python bağlayıcıları - - qscintilla2 - qscintilla2-python-common - qt5-base - - - /usr/lib/python2* - - - - qscintilla2-python3 - Python 3.x bindings for qscintilla2 - - python3 - qscintilla2 - qscintilla2-python-common - qt5-base - libgcc - - - /usr/lib/python3* - - - - qscintilla2-doc - HTML documentation for qscintilla2 - qscintilla2 için HTML belgeleri - - /usr/share/doc/qscintilla2/Scintilla - /usr/share/doc/qscintilla2/html - - - - qscintilla2-devel - Development files for qscintilla2 - qscintilla2 için geliştirme dosyaları - Pliki nagłówkowe dla QScintilla - - qscintilla2 - - - /usr/include/qt5/Qsci - - - - - 2020-09-14 - 2.11.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 2.11.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 2.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 2.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-22 - 2.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-08 - 2.10.8 - Rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 2.10.8 - Rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-02 - 2.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 2.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-19 - 2.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 2.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 2.10.2 + 2018-08-10 + 4.8.20 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2018-02-06 - 2.10.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-04 - 2.10 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 2.9.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-28 - 2.9.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-location - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides access to position, satellite and area monitoring classes - Konum, uydu ve alan izleme sınıflarına erişim sağlar - Provides access to position, satellite and area monitoring classes - Konum, uydu ve alan izleme sınıflarına erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtlocation-everywhere-opensource-src-5.15.5.tar.xz - - mesa-devel - zlib-devel - icu4c-devel - gypsy-devel - gconf-devel - glib2-devel - geoclue-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-location/pspec.xml - - - qt5-location - - glib2 - icu4c - gconf - zlib - gypsy - libgcc - geoclue - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-location-devel - qt5-location için geliştirme dosyaları - - qt5-location - qt5-base-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-location-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-18 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - polkit-qt - http://www.kde.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL2 - app:gui - desktop.toolkit.qt5 - A library that allows developers to access PolicyKit API with a nice Qt-style API - A library that allows developers to access PolicyKit API with a nice Qt-style API - https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz - - qt5-base-devel - glib2-devel - polkit-devel - mesa-devel - cmake - - desktop/toolkit/qt5/polkit-qt/pspec.xml - - - polkit-qt - - qt5-base - glib2 - polkit - libgcc - - - /usr/share/doc - /usr/lib - - - - polkit-qt-devel - - polkit-qt - qt5-base-devel - glib2-devel - polkit-devel - - - /usr/lib/pkgconfig - /usr/include/polkit-qt5-1 - - - - - 2022-07-05 - 0.114.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 0.114.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-02 - 0.114.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 0.113 - Rebuild for qt5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.113 - Rebuild for qt5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.113 - Rebuild for qt5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.113 - Rebuild for qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-16 - 0.113 - Rebuild for qt5.14.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.113 - Rebuild for qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.113 - Rebuild for qt5.13.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.113 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.112 - Rebuild for qt5.13.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.112 - Rebuild for qt5.12.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.112 - Rebuild for qt5.12.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 0.112 - Rebuild for qt5.12.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-05 - 0.112 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.112 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 0.112 - Rebuild for qt5.9.5 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.112 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.112 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-21 - 0.112 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.112 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 0.112 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 0.112 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 0.112 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-3d - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop - C++ and QML APIs for easy inclusion of 3D graphics - C++ and QML APIs for easy inclusion of 3D graphics - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qt3d-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-declarative-devel - assimp-devel - vulkan-headers - zlib-devel - - desktop/toolkit/qt5/qt5-3d/pspec.xml - - - qt5-3d - C++ and QML APIs for easy inclusion of 3D graphics - - qt5-base - qt5-declarative - libgcc - assimp - - - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - qt5-3d-devel - Development files for qt5-3d - - qt5-base-devel - qt5-declarative-devel - qt5-3d - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-20 - 5.15.2 - Version bump 5.15.3 kde. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 + 2018-01-14 + 4.8.20 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-21 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-accountsservice - https://github.com/hawaii-desktop/qt-accountsservice-addon - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Qt5 - AccountService addon - Qt5 - AccountService addon - https://github.com/lirios/qtaccountsservice/archive/v1.3.0.tar.gz - - liri-cmake-shared - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-accountsservice/pspec.xml - - - qt5-accountsservice - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-accountsservice-devel - - qt5-base-devel - qt5-accountsservice - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 1.3.0 - Rebuild qt5-5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 1.3.0 - Rebuild qt5-5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 1.3.0 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 1.3.0 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 1.3.0 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 1.3.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.6.0 - Rebuild qt5-5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-02 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-02 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 0.6.0 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.6.0 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 0.6.0 - Rebuild for qt5.9.5. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.6.0 - Rebuild for qt5.9.3. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.6.0 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 0.6.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 0.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 0.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 0.6.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - qt5-base - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 'GPL3' 'LGPL3' 'FDL' 'custom' - desktop.toolkit.qt5 - Cross platform application and UI framework - Qt5 araç takımı, sürüm 5 - Qt est une boîte à outils graphique multi-plateforme. - Cross platform application and UI development framework - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır. - Qt es un toolkit para GUI multiplataforma. - https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 - - zstd-devel - at-spi2-core-devel - cups-devel - dbus-devel - zlib-devel - glib2-devel - libpcre2-devel - desktop-file-utils - fontconfig-devel - gperf - gtk3-devel - harfbuzz-devel - icon-theme-hicolor - leveldb-devel - firebird-superserver - libjpeg-turbo-devel - mariadb-lib - libxcb-devel - libXcomposite-devel - libxkbcommon-devel - libxslt-devel - mesa-devel - libmtdev-devel - nss-devel - pciutils-devel - postgresql-server - python-devel - DirectFB-devel - libinput-devel - sqlite-devel - xcb-proto - xcb-util-devel - xcb-util-image-devel - xcb-util-keysyms-devel - xcb-util-wm-devel - tiff-devel - libdrm-devel - libpng-devel - eudev-devel - libSM-devel - libICE-devel - libX11-devel - libXext-devel - firebird-devel - unixODBC-devel - libXrandr-devel - libXrender-devel - libXi-devel - xcb-util-renderutil-devel - openssl-devel - freetype-devel - pulseaudio-libs-devel - alsa-lib-devel - libproxy-devel - gst-plugins-base-devel - wayland-devel - wayland-protocols-devel - libXcursor-devel - tslib-devel - shared-mime-info - md4c-devel - libglvnd-devel - vulkan-headers - postgresql-pl - mit-kerberos-devel - icu4c-devel - - - mkspecs.patch - qt5-base-nostrip.patch - - desktop/toolkit/qt5/qt5-base/pspec.xml - - - qt5-base - - zstd - gtk3 - pango - libpcre2 - libgcc - cups - dbus - tslib - mesa - zlib - glib2 - icu4c - libSM - firebird-client - libproxy - libXi - libICE - libX11 - libdrm - libpng - libxcb - eudev - DirectFB - openssl - freetype - harfbuzz - libinput - libmtdev - fontconfig - libXrender - xcb-util-wm - libxkbcommon - libjpeg-turbo - xcb-util-image - xcb-util-keysyms - xcb-util-renderutil - md4c - mit-kerberos - libglvnd - - - /usr/lib - /usr/lib/qt5/imports - /usr/lib/qt5/qml - /usr/lib/qt5/plugins - /usr/share/qt5/translations - /usr/lib/qt5/bin - /usr/bin - /usr/share/doc - /usr/lib/qt5/mkspecs - - - - qt5-base-devel - Development files for Qt 5 - Qt5 için geliştirme dosyaları - Development files for Qt 5 - - qt5-base - libglvnd-devel - vulkan-headers - libxkbcommon-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/lib/*.prl - - - - qt5-sql-mysql - Qt5'in SQL sınıfları için MySQL sürücüsü - - qt5-base - libgcc - mariadb-lib - - - /usr/lib/qt5/plugins/sqldrivers/libqsqlmysql.so - - - - qt5-sql-postgresql - Qt5'in SQL sınıfları için PostgreSQL sürücüsü - - qt5-base - libgcc - postgresql-lib - - - /usr/lib/qt5/plugins/sqldrivers/libqsqlpsql.so - - - - qt5-sql-sqlite - Qt5'in SQL sınıfları için SQLite sürücüsü - - qt5-base - libgcc - sqlite - - - /usr/lib/qt5/plugins/sqldrivers/libqsqlite.so - - - - qt5-sql-odbc - Qt5'in SQL sınıfları için ODBC sürücüsü - - qt5-base - libgcc - unixODBC - - - /usr/lib/qt5/plugins/sqldrivers/libqsqlodbc.so - - - - - 2022-07-15 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 5.15.2 - Rebuild for libglvnd - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Rebuild for kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-06 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-15 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 5.15.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-03 - 5.15.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-17 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 5.13.1 - Rebuild libxkbcommon. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-16 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-23 - 5.12.1 - Rebuild Gtk3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 5.12.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-09 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 5.11.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-28 - 5.10.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 5.9.5 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-19 - 5.7.1 + 2017-01-25 + 4.8.18 Version bump. Stefan Gronewold(groni) groni@pisilinux.org - - 2016-10-21 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-29 - 5.6.0 + + 2016-06-08 + 4.8.15 Release Bump Pisi Linux Community admin@pisilinux.org - - 2016-05-15 - 5.6.0 - Rebuild for new gst - PisiLinux Community - admin@pisilinux.org - - - 2016-05-04 - 5.6.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - 2016-04-17 - 5.6.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - qt5-canvas3d - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop - A JavaScript 3D rendering API for Qt Quick - A JavaScript 3D rendering API for Qt Quick - https://github.com/qt/qtcanvas3d/archive/refs/tags/v5.12.12.tar.gz - - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-canvas3d/pspec.xml - - - qt5-canvas3d - A JavaScript 3D rendering API for Qt Quick - - qt5-base - qt5-declarative - libgcc - - - /usr/lib/qt5 - /usr/share/doc - - - - - 2022-07-05 - 5.12.12 - Rebuild qt-5.15.5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.12.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.12.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.12.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.12.7 - Rebuild qt5-5.14.2. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.12.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.12.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.12.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.12.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.12.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-21 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-charts - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL3 - desktop.toolkit.qt5 - Provides a set of easy to use chart components - Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtcharts-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-charts/pspec.xml - - - qt5-charts - Provides a set of easy to use chart components - - qt5-base - qt5-declarative - libgcc - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - qt5-charts-devel - Development files for qt5-charts - - qt5-base-devel - qt5-charts - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-configuration - https://github.com/hawaii-desktop/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Settings API with change notifications for Qt - Settings API with change notifications for Qt - Settings API with change notifications for Qt - Settings API with change notifications for Qt - https://github.com/hawaii-desktop/qtconfiguration/archive/v0.3.1.tar.gz - - cmake - dconf-devel - glib2-devel - qt5-declarative-devel - qt5-base-devel - - desktop/toolkit/qt5/qt5-configuration/pspec.xml - - - qt5-configuration - - dconf - libgcc - glib2 - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-configuration-devel - - qt5-configuration - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-07-05 - 0.3.1 - Rebuild qt5-5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-18 - 0.3.1 - Rebuild qt5-5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 0.3.1 - Rebuild qt5-5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.3.1 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.3.1 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.3.1 - Rebuild qt5-5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 0.3.1 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.3.1 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.3.1 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 0.3.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 0.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-connectivity - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides access to Bluetooth hardware - Bluetooth donanımlarına bağlantı sağlar - Provides access to Bluetooth hardware - Bluetooth donanımlarına bağlantı sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtconnectivity-everywhere-opensource-src-5.15.5.tar.xz - - bluez-libs-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-connectivity/pspec.xml - - - qt5-connectivity - - qt5-base - qt5-declarative - bluez-libs - libgcc - - - /usr/bin - /usr/lib - /usr/share/licenses - /usr/lib/qt5 - /usr/lib/qt5/bin/ - - - - qt5-connectivity-devel - qt5-connectivity için geliştirme dosyaları - - qt5-connectivity - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-connectivity-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-datavis3d - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL3 - desktop - Provides a set of easy to use chart components - Qt Data Visualization module - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdatavis3d-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-datavis3d/pspec.xml - - - qt5-datavis3d - Qt Data Visualization module - - qt5-base - qt5-declarative - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - qt5-datavis3d-devel - Development files for qt5-datavis3d - - qt5-base-devel - qt5-declarative-devel - qt5-datavis3d - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version Bump - Ayhan Yalçınsoy - ayhyanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-declarative - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Classes for QML and JavaScript languages - QML ve JavaScript dilleri için sınıflar - Classes for QML and JavaScript languages - QML ve JavaScript dilleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdeclarative-everywhere-opensource-src-5.15.5.tar.xz - - python3 - qt5-base-devel - libxkbcommon-devel - mesa-devel - qt5-sql-sqlite - - - qt_kde.patch - - desktop/toolkit/qt5/qt5-declarative/pspec.xml - - - qt5-declarative - - libgcc - qt5-base - libglvnd - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin - /usr/bin/ - - - - qt5-declarative-devel - qt5-declarative için geliştirme dosyaları - - qt5-base-devel - qt5-declarative - - - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/include/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-06 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-04 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-21 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.12.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.2 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.2 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-doc - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - A cross-platform application and UI framework (Documentation) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) - A cross-platform application and UI framework (Documentation) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) - assistant5 - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdoc-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-sql-sqlite - qt5-assistant - qt5-multimedia-docs - qt5-quickcontrols-docs - qt5-quickcontrols2-docs - qt5-x11extras-docs - qt5-webchannel-docs - qt5-webkit-docs - qt5-xmlpatterns-docs - qt5-svg-docs - qt5-script-docs - qt5-sensors-docs - qt5-translations - qt5-graphicaleffects-docs - qt5-imageformats-docs - qt5-websockets-docs - qt5-serialport-docs - qt5-location-docs - qt5-connectivity-docs - - desktop/toolkit/qt5/qt5-doc/pspec.xml - - - qt5-doc - - qt5-base - qt5-script - qt5-svg - qt5-xmlpatterns - qt5-assistant - qt5-declarative - - - /usr/share/licenses - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-23 - 5.10.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-02 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-06-14 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-20 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-enginio - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - https://github.com/qt/qtenginio/archive/v5.6.3.tar.gz - - libgcc - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite - - - qtenginio-1.6.3-Qt-5.14.patch - - desktop/toolkit/qt5/qt5-enginio/pspec.xml - - - qt5-enginio - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5/ - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin/ - - - - qt5-enginio-devel - qt5-enginio için geliştirme dosyaları - - qt5-base-devel - qt5-enginio - - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - - qt5-enginio-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2020-02-27 - 5.6.3 - Rebuild for qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.6.3 - Rebuild for qt5.14.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.6.3 - Rebuild for qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.6.3 - Rebuild for qt5.13.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.6.3 - Rebuild for qt5.13.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.6.3 - Rebuild for qt5.12.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.6.3 - Rebuild for qt5.12.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.6.3 - Rebuild for qt5.12.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-22 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-20 - 5.6.2 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-gamepad - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop - A JavaScript 3D rendering API for Qt Quick - Adds support for getting events from gamepad devices - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz - - eudev-devel - libsdl2-devel - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-gamepad/pspec.xml - - - qt5-gamepad - Adds support for getting events from gamepad devices - - eudev - libgcc - libsdl2 - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share - / - - - - qt5-gamepad-devel - Development files for qt5-gamepad - - qt5-base-devel - qt5-gamepad - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 5.9.3 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-21 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-graphicaleffects - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Graphical effects for use with Qt Quick 2 - Qt Quick2 ile kullanım için grafiksel efektler - Graphical effects for use with Qt Quick 2 - Qt Quick2 ile kullanım için grafiksel efektler - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz - - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml - - - qt5-graphicaleffects - - qt5-base - qt5-declarative - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - - - - qt5-graphicaleffects-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-gstreamer - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.toolkit.qt5 - Qt5 bindings for GStreamer - QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications.The goal of this module is to allow easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop. - http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz - - cmake - doxygen - python3 - boost-devel - gstreamer-devel - gobject-introspection-devel - mesa-devel - glib2-devel - qt5-base-devel - gst-plugins-base-devel - qt5-declarative-devel - qt5-quickcontrols2-devel - - - qt-gstreamer-1.6.patch - 0001-Fix-build-with-GStreamer-1.16.0.patch - qt-gstreamer-1.18.patch - - desktop/toolkit/qt5/qt5-gstreamer/pspec.xml - - - qt5-gstreamer - - libgcc - gstreamer - libglvnd - glib2 - qt5-base - qt5-declarative - gst-plugins-base - - - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - qt5-gstreamer-devel - Development files for qt5-gstreamer - - glib2-devel - gstreamer-devel - qt5-gstreamer - qt5-base-devel - qt5-declarative-devel - gst-plugins-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2022-04-18 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-12 - 1.2.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-12-14 - 1.2.0 - Rebuild qt5-5.15.2 - Pisi Linux Community - admin@pisilinux.org - - - 2020-09-09 - 1.2.0 - Rebuild qt5-5.15.1 - Pisi Linux Community - admin@pisilinux.org - - - 2020-04-04 - 1.2.0 - Rebuild qt5-5.14.2 - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-27 - 1.2.0 - Rebuild qt5-5.14.1 - Pisi Linux Community - admin@pisilinux.org - - - 2019-12-22 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-11-02 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-09-05 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-06-20 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-03-14 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-02-01 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-05 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-10-15 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-04 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-01 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-01 - 1.2.0 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-19 - 1.2.0 - Rebuild for new Toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 1.2.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-03 - 1.2.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-03 - 1.2.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-21 - 1.2.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - qt5-imageformats - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Plugins for additional image formats: TIFF, MNG, TGA, WBMP - İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP - Plugins for additional image formats: TIFF, MNG, TGA, WBMP - İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - jasper-devel - libmng-devel - libjpeg-turbo-devel - zlib-devel - tiff-devel - webp-devel - - desktop/toolkit/qt5/qt5-imageformats/pspec.xml - - - qt5-imageformats - - qt5-base - libgcc - libmng - tiff - webp - jasper - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-imageformats-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-15 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First Release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-keychain - https://github.com/frankosterfeld/qtkeychain - - Stefan Gronewold - groni@pisilinux.org - - BSD - desktop.toolkit.qt5 - Provides support for secure credentials storage - Qt5-Keychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform - https://github.com/frankosterfeld/qtkeychain/archive/v0.13.2.tar.gz - - libsecret-devel - extra-cmake-modules - qt5-assistant-devel - qt5-base-devel - qt5-designer-devel - qt5-linguist - - desktop/toolkit/qt5/qt5-keychain/pspec.xml - - - qt5-keychain - Provides support for secure credentials storage - - libgcc - libsecret - qt5-base - - - /usr/lib - /usr/share - /usr/share/doc - - - - qt5-keychain-devel - Development support for qt5-keychain - - qt5-keychain - - - /usr/lib/cmake - /usr/include - - - - - 2022-07-05 - 0.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 0.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 0.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.10.0 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.10.0 - Rebuild qt5-5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 0.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.9.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.9.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.8.0 - Rebuild for qt5.12.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 0.8.0 - Rebuild for qt5.12.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 0.8.0 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.8.0 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 0.8.0 - Rebuild for qt5.9.5. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.8.0 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.7.0 - Rebuild for new Toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2017-01-12 - 0.7.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-multimedia - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Classes for audio, video, radio and camera functionality - Ses, video, radyo ve kamera işlevsellikleri için sınıflar - Classes for audio, video, radio and camera functionality - Ses, video, radyo ve kamera işlevsellikleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz - - icu4c-devel - openal-devel - alsa-lib-devel - gstreamer-devel - pulseaudio-libs-devel - gst-plugins-bad-devel - mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - gst-plugins-base-devel - - desktop/toolkit/qt5/qt5-multimedia/pspec.xml - - - qt5-multimedia - - glib2 - libgcc - openal - alsa-lib - gstreamer - gst-plugins-bad - pulseaudio-libs - mesa - qt5-base - qt5-declarative - gst-plugins-base - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-multimedia-devel - qt5-multimedia için geliştirme dosyaları - - qt5-multimedia - qt5-base-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-multimedia-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump. - PisiLinux Community - admin@pisilinux.org - - - 2016-05-08 - 5.6.0 - Release Bump. - PisiLinux Community - admin@pisilinux.org - - - 2015-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-networkauth - https://www.qt.io - - PisiLinux Community - admins@pisilinux.org - - 'GPL3' 'LGPL3' 'FDL' 'custom' - app:gui - desktop.toolkit.qt5 - Network authentication module - Ağ kimlik doğrulama modülü - Ağ kimlik doğrulama modülü - Ağ kimlik doğrulama modülü - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - - desktop/toolkit/qt5/qt5-networkauth/pspec.xml - - - qt5-networkauth - - qt5-base - - - /usr/lib - /usr/share - - - - qt5-networkauth-devel - Development files for qt5-networkauth - - qt5-networkauth - qt5-base-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - qt5-quick1 - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. - Qt4 uyumluluğu için Qt Declarative sunar - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. - Qt4 uyumluluğu için Qt Declarative sunar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz - - mesa-devel - qt5-base-devel - qt5-script-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel - qt5-xmlpatterns-devel - - desktop/toolkit/qt5/qt5-quick1/pspec.xml - - - qt5-quick1 - - mesa - libgcc - qt5-base - qt5-xmlpatterns - qt5-script - qt5-declarative - qt5-xmlpatterns - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-quick1-devel - Development file for qt5-quick1 - Development file for qt5-quick1 - - qt5-base-devel - qt5-script-devel - qt5-quick1 - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - - 2017-03-19 - 5.5.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.5.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.5.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2015-10-16 - 5.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-quickcontrols - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Reusable Qt Quick based UI controls to create classic desktop-style user interfaces - Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri - Reusable Qt Quick based UI controls to create classic desktop-style user interfaces - Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols-everywhere-opensource-src-5.15.5.tar.xz - - mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml - - - qt5-quickcontrols - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses/ - - - - qt5-quickcontrols-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.5.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.5.6 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.5.6 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.5.6 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-quickcontrols2 - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Next generation user interface controls based on Qt Quick - QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri - Next generation user interface controls based on Qt Quick - QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.5.tar.xz - - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-graphicaleffects - qt5-xmlpatterns-devel - qt5-declarative-devel - - - qt_kde.patch - - desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml - - - qt5-quickcontrols2 - - libgcc - qt5-base - qt5-declarative - qt5-graphicaleffects - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses/ - - - - qt5-quickcontrols2-devel - - qt5-quickcontrols2 - qt5-base-devel - qt5-declarative-devel - - - /usr/include - /usr/lib/pkgconfig - - - - qt5-quickcontrols2-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-15 - 5.15.2 - Git Version 5.15.3 bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-04 - 5.11.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-11-05 - 5.7.1 - fix deps. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-09-20 - 5.7.1 - Release Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-remoteobjects - https://www.qt.io - - Blue Devil - bluedevil@sctzine.com - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Inter-process communication (IPC) module developed for Qt - Qt için işlemler-arası iletişim modülü. - qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt - qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar. - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-sql-sqlite - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml - - - qt5-remoteobjects - Inter-process communication (IPC) module developed for Qt - - qt5-base - qt5-assistant - qt5-declarative - - - /usr/lib - /usr/bin - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-remoteobjects-devel - Development files for qt5-remoteobjects - qt5-remoteobjects için geliştirme dosyaları - qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir. - - qt5-remoteobjects - qt5-base-devel - qt5-declarative-devel - - - /usr/include/qt5 - /usr/lib/pkgconfig - - - - qt5-remoteobjects-docs - Documentation files for qt5-remoteobjects - qt5-remoteobjects için belgelendirme dosyaları - qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir. - - qt5-remoteobjects - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-26 - 5.14.2 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - qt5-script - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility - Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar - Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility - Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar. - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscript-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - mesa-devel - libgcc - - desktop/toolkit/qt5/qt5-script/pspec.xml - - - qt5-script - - qt5-base - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-script-devel - qt5-script için geliştirme dosyaları - - qt5-base-devel - qt5-script - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-script-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-15 - 5.15.2 - Version bump 5.15.7. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-28 - 5.13.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-04-22 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-20 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-scxml - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop.toolkit.qt5 - Provides a set of easy to use chart components - Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscxml-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-scxml/pspec.xml - - - qt5-scxml - Provides a set of easy to use chart components - - qt5-base - qt5-declarative - libgcc - - - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - qt5-scxml-devel - Development files for qt5-scxml - - qt5-scxml - qt5-base-devel - qt5-declarative-devel - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-05 - 5.9.5 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 5.9.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-sensors - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides access to sensor hardware and motion gesture recognition - Donanım ve hareket algılama sensörüne erişim sağlar - Provides access to sensor hardware and motion gesture recognition - Donanım ve hareket algılama sensörüne erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsensors-everywhere-opensource-src-5.15.5.tar.xz - - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-sensors/pspec.xml - - - qt5-sensors - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-sensors-devel - qt5-sensors için geliştirme dosyaları - - qt5-sensors - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-sensors-docs - - qt5-base - - - /usr/share/doc/qt5 - /usr/share/doc/qt5-sensors - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-serialbus - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop.toolkit.qt5 - Qt module for general purpose serial bus access - Qt module for general purpose serial bus access - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-serialport-devel - - desktop/toolkit/qt5/qt5-serialbus/pspec.xml - - - qt5-serialbus - Qt module for general purpose serial bus access - - qt5-base - qt5-serialport - libgcc - - - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - qt5-serialbus-devel - Development files for qt5-serialbus - - qt5-base-devel - qt5-serialbus - - - /usr/include/qt5 - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump - Ayhan Yalçınsoy - ayhanyalçınsoy@pisilinux.org - - - 2017-02-18 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-serialport - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides access to hardware and virtual serial ports - Donanım ve sanal seri portlara erişim sağlar - Provides access to hardware and virtual serial ports - Donanım ve sanal seri portlara erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialport-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - eudev-devel - - desktop/toolkit/qt5/qt5-serialport/pspec.xml - - - qt5-serialport - - qt5-base - eudev - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-serialport-devel - qt5-serialport için geliştirme dosyaları - - qt5-base-devel - qt5-serialport - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-serialport-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-speech - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - custom - FDL - GPL3 - LGPL3 - desktop.toolkit.qt5 - Qt module to make text to speech and speech recognition easy - Qt module to make text to speech and speech recognition easy - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtspeech-everywhere-opensource-src-5.15.5.tar.xz - - flite-devel - qt5-base-devel - speech-dispatcher-devel - - desktop/toolkit/qt5/qt5-speech/pspec.xml - - - qt5-speech - Qt module to make text to speech and speech recognition easy - - flite - qt5-base - libgcc - speech-dispatcher - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - qt5-speech-devel - Development headers for qt5-speech - - qt5-speech - - - /usr/lib/cmake - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 5.9.5 - Rebuild for qt5.9.3 - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-01 - 5.9.3 - Rebuild for qt5.9.3 - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-01 - 5.5.0 - Rebuild for qt5.9.3 - Stefan Gronewold - groni@pisilinux.org - - - 2017-02-20 - 5.5.0 - Rebuild for new Toolchain. - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-26 - 5.5.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-svg - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Classes for displaying the contents of SVG files - SVG dosyalarının içeriğini görüntüleme için sınıflar - Classes for displaying the contents of SVG files - SVG dosyalarının içeriğini görüntüleme için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsvg-everywhere-opensource-src-5.15.5.tar.xz - - mesa-devel - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - zlib-devel - - - qt_kde.patch - - desktop/toolkit/qt5/qt5-svg/pspec.xml - - - qt5-svg - - libgcc - qt5-base - zlib - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses/ - - - - qt5-svg-devel - Development files for qt5-svg - qt5-svg için geliştirme dosyaları - - qt5-base-devel - qt5-svg - - - /usr/include/qt5/ - /usr/lib/pkgconfig - - - - qt5-svg-docs - - qt5-base - - - /usr/share/doc - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-06 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-15 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First Release. - Ayhan yYalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-tools - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - A cross-platform application and UI framework (Development Tools, QtHelp) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). - A cross-platform application and UI framework (Development Tools, QtHelp) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttools-everywhere-opensource-src-5.15.5.tar.xz - - llvm - mesa-devel - llvm-clang-devel - lld-devel - qt5-base-devel - icon-theme-hicolor - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-tools/pspec.xml - - - qt5-assistant - - libgcc - llvm-libs - llvm-clang - qt5-base - qt5-declarative - - - /usr/bin/qdistancefieldgenerator - /usr/bin/assistant - /usr/bin/qhelpgenerator - /usr/bin/qhelpconverter - /usr/bin/qdoc - /usr/bin/qtattributionsscanner - /usr/lib/cmake/Qt5Help - /usr/lib/libQt5Help* - /usr/lib/libQt5CLucene* - /usr/lib/qt5/mkspecs/modules/qt_lib_clucene_private.pri - /usr/lib/qt5/mkspecs/modules/qt_lib_help* - /usr/share/applications/assistant5.desktop - /usr/share/qt5/translations/assistant_tr.qm - /usr/share/icons/hicolor/128x128/apps/assistant.png - /usr/share/icons/hicolor/32x32/apps/assistant.png - /usr/share/pixmaps/assistant5.png - /usr/lib/qt5/bin/qcollectiongenerator - /usr/bin/qcollectiongenerator - /usr/lib/cmake/Qt5DocTools/Qt5DocToolsConfig.cmake - /usr/lib/cmake/Qt5DocTools/Qt5DocToolsConfigVersion.cmake - /usr/lib/cmake/Qt5AttributionsScannerTools/Qt5AttributionsScannerToolsConfig.cmake - /usr/lib/cmake/Qt5AttributionsScannerTools/Qt5AttributionsScannerToolsConfigVersion.cmake - - - assistant.desktop - assistant.png - - - - qt5-assistant-devel - - qt5-base-devel - qt5-assistant - llvm-clang-devel - - - /usr/include/qt5/QtHelp - /usr/include/qt5/QtCLucene - /usr/lib/pkgconfig/Qt5Help.pc - /usr/lib/pkgconfig/Qt5CLucene.pc - - - - qt5-designer - - libgcc - qt5-base - qt5-declarative - - - /usr/bin/designer - /usr/bin/qtdiag - /usr/bin/qtpaths* - /usr/bin/pixeltool - /usr/bin/qtplugininfo - /usr/lib/cmake/Qt5Designer - /usr/lib/cmake/Qt5UiTools - /usr/lib/cmake/Qt5UiPlugin - /usr/lib/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfig.cmake - /usr/lib/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfigVersion.cmake - /usr/lib/qt5/plugins/designer - /usr/share/applications/designer5.desktop - /usr/share/qt5/translations/designer_tr.qm - /usr/share/icons/hicolor/128x128/apps/QtProject-designer.png - /usr/share/pixmaps/designer5.png - /usr/lib/libQt5Designer* - /usr/lib/libQt5UiPlugin.prl - /usr/lib/libQt5UiTools* - /usr/lib/qt5/mkspecs/modules/qt_lib_designer* - /usr/lib/qt5/mkspecs/modules/qt_lib_uitools* - /usr/lib/qt5/mkspecs/modules/qt_lib_uiplugin.pri - - - designer.desktop - designer.png - - - - qt5-designer-devel - - qt5-base-devel - qt5-designer - - - /usr/include/qt5/QtDesigner* - /usr/include/qt5/QtUiTools - /usr/include/qt5/QtUiPlugin - /usr/lib/pkgconfig/Qt5Designer* - /usr/lib/pkgconfig/Qt5UiTools.pc - /usr/lib/pkgconfig/Qt5UiPlugin.pc - - - - qt5-linguist - - libgcc - qt5-base - - - /usr/bin/lrelease* - /usr/bin/linguist - /usr/bin/lconvert - /usr/bin/lupdate* - /usr/bin/lprodump - /usr/lib/cmake/Qt5LinguistTools - /usr/share/applications/linguist5.desktop - /usr/share/icons/hicolor/128x128/apps/linguist.png - /usr/share/icons/hicolor/16x16/apps/linguist.png - /usr/share/icons/hicolor/32x32/apps/linguist.png - /usr/share/icons/hicolor/48x48/apps/linguist.png - /usr/share/icons/hicolor/64x64/apps/linguist.png - /usr/share/pixmaps/linguist5.png - /usr/share/qt5/phrasebooks - /usr/share/qt5/translations/linguist_tr.qm - - - linguist.desktop - linguist.png - - - - qt5-qdbusviewer - - libgcc - qt5-base - - - /usr/bin/qdbusviewer - /usr/bin/qdbus - /usr/share/applications/qdbusviewer5.desktop - /usr/share/icons/hicolor/128x128/apps/qdbusviewer.png - /usr/share/icons/hicolor/32x32/apps/qdbusviewer.png - /usr/share/pixmaps/qdbusviewer5.png - - - qdbusviewer.desktop - assistant.png - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-20 - 5.15.2 - Rebuild for mesa - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.15.2 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-30 - 5.15.2 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 5.15.2 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-08 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 5.15.1 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 5.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-28 - 5.13.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-29 - 5.12.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-19 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-18 - 5.11.2 - Rebuild llvm - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-translations - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - A cross-platform application and UI framework (Translations) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) - A cross-platform application and UI framework (Translations) - Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttranslations-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-linguist - - - qt_kde.patch - - desktop/toolkit/qt5/qt5-translations/pspec.xml - - - qt5-translations - - qt5-base - - - /usr/share/qt5 - /usr/share/licenses/ - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Rebuild kde patch. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-20 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-virtualkeyboard - http://qt-project.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL3 - desktop.toolkit.qt5 - Qt module for general purpose serial bus access - Virtual keyboard framework - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz - - libxcb-devel - hunspell-devel - qt5-svg-devel - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-virtualkeyboard/pspec.xml - - - qt5-virtualkeyboard - Virtual keyboard framework - - qt5-svg - qt5-base - qt5-declarative - libgcc - libxcb - hunspell - - - /usr/lib - /usr/lib/qt5 - /usr/share/qt5 - /usr/share/doc - - - - qt5-virtualkeyboard-devel - Development headers for qt5-virtualkeyboard - - qt5-virtualkeyboard - - - /usr/include/qt5 - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-18 - 5.7.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qt5-wayland - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides APIs for Wayland - Wayland için API'ler sağlar - Provides APIs for Wayland - Wayland için API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwayland-everywhere-opensource-src-5.15.5.tar.xz - - libgcc - libX11-devel - wayland-client - wayland-cursor - fontconfig-devel - libXrender-devel - libxkbcommon-devel - libXcomposite-devel - libxkbcommon-devel - vulkan-headers - eudev-devel - mesa-devel - glib2-devel - freetype-devel - qt5-base-devel - qt5-declarative-devel - - - qt_kde.patch - - desktop/toolkit/qt5/qt5-wayland/pspec.xml - - - qt5-wayland - - libX11 - libgcc - fontconfig - libXrender - libxkbcommon - libXcomposite - wayland-client - wayland-cursor - wayland-server - mesa - glib2 - freetype - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/lib/qt5/bin - /usr/bin - - - - qt5-wayland-devel - qt5-wayland için geliştirme dosyaları - - qt5-wayland - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include - - - - qt5-wayland-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.2 - Rebuild kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 5.15.2 - Rebuild kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-06 - 5.15.2 - Rebuild kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 5.15.2 - Rebuild kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.15.2 - Rebuild kde patch - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 5.15.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 5.13.1 - Rebuild libxkbcommon. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-29 - 5.6.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-06-03 - 5.4.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-05-09 - 5.4.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-webchannel - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients - HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar - Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients - HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz - - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-webchannel/pspec.xml - - - qt5-webchannel - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-webchannel-devel - qt5-webchannel için geliştirme dosyaları - - qt5-webchannel - qt5-base-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-webchannel-docs - - libgcc - qt5-base - qt5-declarative - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-webengine - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides support for web applications using the Chromium browser project - Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar - Provides support for web applications using the Chromium browser project - Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar - https://sourceforge.net/projects/pisilinux/files/source/qtwebengine-everywhere-opensource-src-5.15.10.tar.xz/download - - qtwebengine-5.15.7-build_fixes-1.patch - qtwebengine-everywhere-src-5.15.5-TRUE.patch - - - qt5-base-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-location-devel - qt5-sensors-devel - qt5-webchannel-devel - qt5-designer-devel - bison - wget - nodejs - re2-devel - re2c - ninja - gperf - snappy-devel - gobject-introspection-devel - expat-devel - glib2-devel - fontconfig-devel - freetype-devel - mesa-devel - eudev-devel - libpng-devel - webp-devel - harfbuzz-devel - json-c-devel - protobuf-devel - libdrm-devel - libopus-devel - libevent-devel - zlib-devel - libxml2-devel - libxslt-devel - libX11-devel - libXi-devel - libXcursor-devel - libXext-devel - libXfixes-devel - libXrender-devel - libXdamage-devel - libXcomposite-devel - libXtst-devel - libXrandr-devel - libXScrnSaver-devel - libcap-devel - pulseaudio-libs-devel - alsa-lib-devel - pciutils-devel - dbus-devel - nss-devel - perl - python-devel - python3-devel - libvpx-devel - libjpeg-turbo-devel - x264-devel - minizip-devel - icu4c-devel - ffmpeg-devel - git - lcms2-devel - jsoncpp-devel - poppler-cpp-devel - python-Jinja2 - libxkbcommon-devel - libxkbfile-devel - pipewire-0.2-devel - mit-kerberos-devel - - desktop/toolkit/qt5/qt5-webengine/pspec.xml - - - qt5-webengine - - re2 - nss - dbus - nspr - webp - expat - icu4c - lcms2 - ffmpeg - libxcb - glib2 - libX11 - libgcc - libpng - snappy - freetype - libXi - libXext - libXtst - libxslt - libopus - libxml2 - libvpx - qt5-base - alsa-lib - harfbuzz - libevent - libXfixes - libXrandr - fontconfig - libXcursor - libXScrnSaver - libXdamage - libXrender - qt5-location - libXcomposite - libjpeg-turbo - qt5-webchannel - qt5-declarative - zlib - minizip - protobuf - pulseaudio-libs - libxkbcommon - libxkbfile - pipewire-0.2 - - - /usr/lib/qt5/bin/ - /usr/bin - /usr/lib/libQt5Pdf* - /usr/lib/libQt5WebEngine* - /usr/lib/libQt5WebEngineWidgets* - /usr/lib/qt5 - /usr/share/qt5 - /usr/share/qt5/translations - - - - qt5-webengine-devel - - qt5-webengine - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel - - - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/include/qt5 - - - - qt5-webengine-docs - - qt5-base - - - /usr/share/doc - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-01 - 5.15.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-01 - 5.15.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-30 - 5.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-26 - 5.13.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-22 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 5.9.3 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-03-01 - 5.9.3 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-08 - 5.7.1 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-27 - 5.6.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-15 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-webkit - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Classes for a WebKit2 based implementation and a new QML API - WebKit2 tabanlı uygulama ve yeni QML API için sınıflar - Classes for a WebKit2 based implementation and a new QML API - WebKit2 tabanlı uygulama ve yeni QML API için sınıflar - https://github.com/annulen/webkit/releases/download/qtwebkit-5.212.0-alpha4/qtwebkit-5.212.0-alpha4.tar.xz - - cmake - gperf - dbus-devel - ruby-devel - webp-devel - zlib-devel - libpng-devel - libpcre-devel - libxslt-devel - libxml2-devel - libX11-devel - libXtst-devel - python3-devel - gstreamer-devel - perl-Digest-MD5 - libXrender-devel - qt5-phonon-devel - fontconfig-devel - libXcomposite-devel - libjpeg-turbo-devel - perl-Text-ParseWords - flex - bison - icu4c-devel - eudev-devel - mesa-devel - leveldb-devel - glib2-devel - sqlite-devel - python-devel - qt5-linguist - qt5-base-devel - qt5-sql-sqlite - qt5-qdbusviewer - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-assistant-devel - qt5-multimedia-devel - qt5-webchannel-devel - qt5-declarative-devel - gst-plugins-base-devel - - - icu68.patch - glib-2.68.patch - 78360c01.patch - d92b11fe.patch - - desktop/toolkit/qt5/qt5-webkit/pspec.xml - - - qt5-webkit - - mesa - webp - zlib - glib2 - icu4c - libX11 - libgcc - libpng - sqlite - libxml2 - libxslt - libXrender - libXcomposite - libjpeg-turbo - gstreamer - gstreamer - gst-plugins-base - gst-plugins-base - qt5-base - qt5-location - qt5-sensors - qt5-webchannel - qt5-declarative - - - /usr/lib - /usr/lib/qt5/plugins/webkit - /usr/lib/qt5/ - /usr/lib/qt5/bin/ - /usr/bin - /usr/share/doc - - - - qt5-webkit-devel - qt5-webkit için geliştirme dosyaları - - mesa-devel - webp-devel - zlib-devel - glib2-devel - icu4c-devel - libX11-devel - libpng-devel - sqlite-devel - libxml2-devel - libxslt-devel - libXrender-devel - libXcomposite-devel - libjpeg-turbo-devel - gstreamer-devel - gst-plugins-base-devel - qt5-webkit - qt5-base-devel - qt5-sensors-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - - - 2022-07-05 - 5.212.0 - Rebuild qt5-5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.212.0 - Rebuild qt5-5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.212.0 - Rebuild qt5-5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.212.0 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.212.0 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-21 - 5.212.0 - Version bump alpha4 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.212.0 - Rebuild qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 5.212.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-02 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.212.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 5.212.0 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-04 - 5.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-02 - 5.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-02 - 5.9.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-26 - 5.7.1 - Release Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-websockets - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides WebSocket communication compliant with RFC 6455 - RFC 6455 ile yumuşak WebSocket iletişimi sağlar - Provides WebSocket communication compliant with RFC 6455 - RFC 6455 ile yumuşak WebSocket iletişimi sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz - - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-websockets/pspec.xml - - - qt5-websockets - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - - - - qt5-websockets-devel - qt5-websockets için geliştirme dosyaları - - qt5-websockets - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-websockets-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-02 - 5.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-x11extras - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Provides platform-specific APIs for X11 - X11 için platforma özgü API'ler sağlar - Provides platform-specific APIs for X11 - X11 için platforma özgü API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - mesa-devel - - desktop/toolkit/qt5/qt5-x11extras/pspec.xml - - - qt5-x11extras - - qt5-base - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - - - - qt5-x11extras-devel - qt5-x11extras için geliştirme dosyaları - - qt5-x11extras - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - - qt5-x11extras-docs - - qt5-x11extras - qt5-base - - - /usr/share/doc/qt5/ - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-21 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-15 - 5.6.0 - Release Bump for gst - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-xmlpatterns - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Support for XPath, XQuery, XSLT and XML schema validation - XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar - Support for XPath, XQuery, XSLT and XML schema validation - XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz - - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml - - - qt5-xmlpatterns - - qt5-base - qt5-declarative - libgcc - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-xmlpatterns-devel - qt5-xmlpatterns için geliştirme dosyaları - - qt5-xmlpatterns - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - qt5-xmlpatterns-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2022-07-05 - 5.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 5.15.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 5.15.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-21 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.12.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.11.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 5.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 5.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 5.7.1 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-15 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5ct - https://qt5ct.sourceforge.io/ - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Qt5 Configuration Utility - Qt5 Yapılandırma Yardımcı Programı - SThis program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. - Bu program, kullanıcıların Qt entegrasyonu olmadan DE/WM altında Qt5 ayarlarını (tema, yazı tipi, simgeler vb.) yapılandırmasına olanak tanır. - mirrors://sourceforge/qt5ct/qt5ct-1.5.tar.bz2 - - cmake - dconf-devel - qt5-linguist - qt5-svg-devel - qt5-base-devel - - desktop/toolkit/qt5/qt5ct/pspec.xml - - - qt5ct - - dconf - libgcc - qt5-svg - qt5-base - - - /usr/share/qt5ct - /usr/share/applications - /usr/lib/qt5 - /usr/share/doc - /usr/bin - - - - - 2022-07-05 - 1.5 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2022-05-06 - 1.5 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - qtcreator - http://qt-project.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - app:gui - programming.environment - Lightweight, cross-platform integrated development environment - Hafif, çapraz platform tümleşik geliştirme ortamı - Lightweight, cross-platform integrated development environment - Hafif, çapraz platform tümleşik geliştirme ortamı - https://download.qt.io/official_releases/qtcreator/4.14/.4.14.1/qt-creator-opensource-src-4.14.1.tar.xz - - libgcc - libX11-devel - cmake - git - mesa-devel - openssh - qt5-quickcontrols - qt5-base-devel - qt5-declarative-devel - qt5-linguist - qt5-serialport-devel - qt5-quickcontrols2 - qt5-svg-devel - qt5-xmlpatterns - qt5-webkit-devel - qt5-x11extras-devel - qt5-assistant-devel - qt5-designer-devel - qt5-script-devel - qt5-webengine-devel - valgrind - llvm-clang-devel - llvm - - desktop/toolkit/qtcreator/pspec.xml - - - qtcreator - Lightweight, cross-platform integrated development environment - - elfutils - llvm-libs - llvm-clang - qt5-svg - qt5-base - qt5-base-devel - qt5-script - qt5-webkit - qt5-designer - qt5-assistant - qt5-serialport - qt5-declarative - qt5-webengine - - - /usr/bin - /usr/libexec/qtcreator - /usr/lib/qtcreator - /usr/share/applications - /usr/share/licenses - /usr/share/qtcreator - /usr/share/doc - /usr/share/icons - /etc - /usr/share/metainfo - - - - - 2021-02-24 - 4.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-14 - 4.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-25 - 4.12.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-01-20 - 4.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 4.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 4.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 4.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 4.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-30 - 4.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-07 - 4.5.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-13 - 4.3.0 - Version Bump - Ali Algul - aligulle3801@gmail.com - - - 2017-03-19 - 4.2.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 4.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-22 - 4.0.0 - version bump and fixed prefix path - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-21 - 3.6.1 + 2015-11-09 + 4.8.15 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -177865,10969 +47053,432 @@ It supports email, address books, calendars, tasks, news feeds and much more. - qtermwidget5 - https://github.com/lxqt/qtermwidget - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - app:gui - desktop.toolkit - Terminal widget for Qt5 - Qt tabanlı uygulamalar için basit bir terminal modulü - A simple terminal widget for using with Qt5 based applications - https://github.com/lxde/qtermwidget/releases/download/1.1.0/qtermwidget-1.1.0.tar.xz - - cmake - libgcc - lxqt-build-tools - qt5-base-devel - qt5-linguist - - desktop/toolkit/qtermwidget5/pspec.xml - - - qtermwidget5 - Development files for qtermwidget5 - - libgcc - qt5-base - - - /usr/bin/consoleq - /usr/lib - /usr/share - /usr/share/doc - - - - qtermwidget5-devel - Development files for qtermwidget5 - qtermwidget5 için geliştirme dosyaları - - qt5-base-devel - qtermwidget5 - - - /usr/share/cmake/qtermwidget5 - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-06 - 1.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-25 - 1.1.0 - V.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-14 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.17.0 - V.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-12-19 - 0.16.0 - V.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-09-09 - 0.15.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.15.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-08 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 0.14.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-28 - 0.14.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-27 - 0.14.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-01-16 - 0.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 0.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 0.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 0.8.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-31 - 0.7.1 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-08 - 0.7.1 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-17 - 0.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - wxGTK - http://www.wxwidgets.org/ - - PisiLinux Community - admins@pisilinux.org - - wxWinLL-3 - GPLv2 - LGPLv2 - wxWinFDL-3 - library - desktop.toolkit - GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit - Birçok platform için ortak C++ arayüz araç takımı olan wxWindows'un GTK+ sürümü - wxWidgets/GTK2 est le port GTK2 de la librairie graphique multi-plateforme wxWidgets, offrant des classes pour les contrôles IHM communs ainsi qu'un ensemble complet de classes d'aides pour les tâches applicatives habituelles, allant du réseau à l'affichage HTML en passant par la manipulation d'images. - wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation. - wxWidgets/GTK2 birçok platform için ortak bir C++ arayüz kitaplığı olan wxWidgets'ın GTK2 sürümüdür. Ağ araçları, HTML gösterimi ve resim işleme gibi en yaygın kullanılan uygulama görevleri için kapsamlı bir sınıf kümesinin yanında tüm genel GUI denetimlerini içerir. - wxWidgets/GTK2 es la versión portada a GTK2 de la librería GUI wxWidgets cross-plataforma en C++, con clases para todos los controles GUI comunes y tambien un conjunto de clases con ayudantes para la mayoría de las tareas comunes de aplicaciones, desde networking a visualización HTML y manipulación de imagenes. - wxlogo - https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxWidgets-3.2.0.tar.bz2 - - pkgconfig - zlib-devel - tiff-devel - gtk2-devel - gtk3-devel - expat-devel - libSM-devel - libpng-devel - libnotify-devel - libsdl2-devel - mesa-glu-devel - webkit2gtk-devel - libjpeg-turbo-devel - gconf-devel - gst-plugins-bad-devel - gst-plugins-base-devel - - desktop/toolkit/wxGTK/pspec.xml - - - wxGTK - - gtk2 - tiff - cairo - glib2 - pango - libSM - libsdl2 - libX11 - libXtst - libgcc - libpng - libglvnd - libnotify - gstreamer - gdk-pixbuf - libXxf86vm - fontconfig - webkit2gtk - libjpeg-turbo - libjpeg-turbo - gstreamer - gst-plugins-bad - wxGTK-common - - - /usr/lib/libwx_gtk2u* - /usr/lib/wx/include/gtk2-unicode-3.2/wx/setup.h - /usr/bin/wx-config - /usr/lib/wx/config/gtk2-unicode-3.2 - - - - wxGTK3 - - wxGTK-common - gtk3 - tiff - cairo - glib2 - libSM - pango - libX11 - wayland - libXtst - libgcc - libpng - libsdl2 - libnotify - libglvnd - gstreamer - gdk-pixbuf - libXxf86vm - fontconfig - webkit2gtk - wayland-client - libjpeg-turbo - gst-plugins-bad - - - /usr/lib/libwx_gtk3u* - /usr/lib/wx/include/gtk3-unicode-3.2/wx/setup.h - /usr/bin/wx-config-gtk3 - /usr/lib/wx/config/gtk3-unicode-3.2 - /usr/lib/wx/3.2/web-extensions/webkit2_extu-3.2.so - - - - wxGTK-common - - zlib - expat - glib2 - libgcc - - - /usr/bin/wxrc - /usr/bin/wxrc-3.2 - /usr/lib/libwx_baseu* - /usr/share/aclocal/ - /usr/share/bakefile/ - /usr/share/locale/ - /usr/share/doc/ - /usr/share/pixmaps/ - - - - wxGTK-devel - wxGTK-devel is the development files for wxGTK - wxGTK araç seti için geliştirme dosyaları - - wxGTK - - - /usr/include - - - - - 2022-07-26 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-20 - 3.0.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 3.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-28 - 3.0.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-12 - 3.0.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-08 - 3.0.4 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-20 - 3.0.3.1 - Release Bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-04-09 - 3.0.2 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 3.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-23 - 3.0.2 - First release - İbrahim KARAGÜZEL - ibrahimkaraguzel@windowslive.com - - - - - - wxGTK2.8 - http://www.wxwidgets.org/ - - PisiLinux Community - admins@pisilinux.org - - wxWinLL-3 - GPLv2 - LGPLv2 - wxWinFDL-3 - library - desktop.toolkit - GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit - wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation. - mirrors://sourceforge/wxwindows/wxGTK-2.8.12.tar.bz2 - - gst-plugins-base-devel - gstreamer-devel - gtk2-devel - libjpeg-turbo-devel - libSM-devel - libXinerama-devel - libXxf86vm-devel - libsdl-devel - mesa-devel - mesa-glu-devel - pango-devel - tiff-devel - - - make-abicheck-non-fatal.patch - wxGTK-collision.patch - wxGTK-2.8.10-CVE-2009-XXXX.diff - wxGTK-2.8.12.1-r2-gcc6.patch - - desktop/toolkit/wxGTK2.8/pspec.xml - - - wxGTK2.8 - - gst-plugins-base - gstreamer - gtk2 - libjpeg-turbo - libSM - libXinerama - libXxf86vm - libsdl - mesa - pango - tiff - glib2 - libX11 - libgcc - libpng - gdk-pixbuf - wxBase - - - /usr/bin/wx-config-2.8 - /usr/bin/wxconfig - /usr/lib/libwx_gtk* - /usr/lib/wx/config/gtk2-unicode-release-2.8 - - - - wxGTK2.8-devel - wxGTK-devel is the development files for wxGTK - - wxBase-devel - wxGTK2.8 - - - /usr/lib/wx/include - - - - wxBase - wxBase is the GUI independent part of wxWidgets - wxWidgets/wxGTK için arayüz bağımsız olan kitaplıklar - - libunwind - zlib - expat - libgcc - - - /usr/bin/wxrc - /usr/bin/wxrc-2.8 - /usr/share/doc - /usr/share/bakefile - /usr/share/locale - /usr/lib/libwx_base* - - - - wxBase-devel - wxBase-devel is the development files for wxBase - wxBase sınıfları için geliştirme dosyaları - - wxGTK2.8 - wxBase - zlib-devel - expat-devel - - - /usr/include - - - - - 2020-01-19 - 2.8.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-30 - 2.8.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 2.8.12 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.8.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-05 - 2.8.12 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - xsettingsd - https://github.com/derat/xsettingsd - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.toolkit - Provides settings to X11 applications via the XSETTINGS specification - Provides settings to X11 applications via the XSETTINGS specification - xsettingsd - https://github.com/derat/xsettingsd/archive/refs/tags/v1.0.2.tar.gz - - libX11-devel - extra-cmake-modules - - desktop/toolkit/xsettingsd/pspec.xml - - - xsettingsd - - libX11 - libgcc - - - /usr/bin - /usr/lib - /usr/share - - - - - 2021-05-01 - 1.0.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - xfce4-clipman-plugin - https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin - - fury - uglyside@yandex.ru - - GPLv2 - app:gui - desktop.xfce.addon - Clipboard manager for the Xfce Panel. - Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes. - https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.2.tar.bz2 - - intltool - gtk3-devel - glib2-devel - libXpm-devel - xfconf-devel - libXtst-devel - qrencode-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml - - - xfce4-clipman-plugin - - gtk3 - glib2 - xfconf - libX11 - libXtst - qrencode - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-07-23 - 1.6.2 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-12-05 - 1.6.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - catfish - https://docs.xfce.org/apps/catfish/start - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - desktop.xfce.addon - Versatile file searching tool - Versatile file searching tool - Çok yönlü dosya arama aracı - Çok yönlü dosya arama aracı - https://archive.xfce.org/src/apps/catfish/4.16/catfish-4.16.4.tar.bz2 - - intltool - xdg-utils - gtk3-devel - dbus-python3 - python3-xdg - xfconf-devel - python3-pexpect - python3-cairo-devel - python3-ptyprocess - python3-pygobject3-devel - python3-distutils-extra - - desktop/xfce/addon/catfish/pspec.xml - - - catfish - - xdg-utils - gtk3 - dbus-python3 - python3-xdg - xfconf - python3-pexpect - python3-cairo - python3-ptyprocess - python3-pygobject3 - python3-distutils-extra - - - /usr/bin - /usr/lib/python3.* - /usr/share - /usr/share/locale - /usr/share/icons - /usr/share/metainfo - /usr/share/applications - /usr/share/pixmaps - /usr/share/doc - - - - - 2022-07-18 - 4.16.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 4.16.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-27 - 4.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-21 - 4.16.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-02 - 4.16.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gigolo - https://www.uvena.de/gigolo/ - - Merve Yüzbaşıoğlu - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A frontend to easily manage connections to remote filesystems using GIO/GVfs - GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü - Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such. - Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür. - https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.2.tar.bz2 - - intltool - gtk3-devel - glib2-devel - desktop-file-utils - - desktop/xfce/addon/gigolo/pspec.xml - - - gigolo - - gvfs - gtk3 - dbus - glib2 - libX11 - gvfs-fuse - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2021-03-31 - 0.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-21 - 0.5.1 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - keybinder - https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html - - PisiLinux Community - admins@pisilinux.org - - X11 - app:console - desktop.xfce.addon - keybinder is a library for registering global keyboard shortcuts. - evrensel klavye kısayolları kayıtları için bir kütüphane. - keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. - Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır. - https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2 - - gtk-doc - gtk3-devel - gnome-common - gobject-introspection-devel - - desktop/xfce/addon/keybinder/pspec.xml - - - keybinder - - gtk3 - glib2 - libX11 - gobject-introspection - - - /usr/lib/ - /usr/share - /usr/share/doc - - - - keybinder-devel - Development files for keybinder - keybinder için geliştirme dosyaları - - keybinder - gtk3-devel - - - /usr/include/ - /usr/lib/pkgconfig - - - - - 2020-11-21 - 0.3.2 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - mousepad - https://git.xfce.org/apps/mousepad/about/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A simple text editor for Xfce - Xfce için küçük bir yazı düzenleyici - Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad. - Mousepad, Xfce için yazılmış bir metin düzenleyicisidir. - https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.10.tar.bz2 - - intltool - gtk3-devel - dbus-devel - glib2-devel - gspell-devel - xfconf-devel - enchant2-devel - libxml2-devel - gtksourceview4-devel - - desktop/xfce/addon/mousepad/pspec.xml - - - mousepad - - atk - gtk3 - cairo - glib2 - pango - gspell - harfbuzz - xfconf - libxml2 - enchant2 - gdk-pixbuf - gtksourceview4 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-07-10 - 0.5.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-03 - 0.5.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-26 - 0.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-24 - 0.5.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-27 - 0.5.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-14 - 0.5.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 0.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-02 - 0.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 0.5.1 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 0.4.90 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - orage - https://github.com/balena/orage - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - app:gui - desktop.xfce.addon - A calendar for Xfce - Xfce için takvim - Orage is a time-managing application for the Xfce desktop environment. - Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır. - https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2 - - gettext - intltool - db-devel - gtk3-devel - libSM-devel - libICE-devel - popt-devel - libical-devel - dbus-glib-devel - libnotify-devel - gdk-pixbuf-devel - xfce4-panel-devel - libxfce4ui-devel - libxfce4util-devel - - desktop/xfce/addon/orage/pspec.xml - - - orage - - atk - dbus - gtk3 - libSM - popt - cairo - glib2 - pango - libICE - libX11 - libical - harfbuzz - freetype - dbus-glib - libnotify - libxfce4ui - gdk-pixbuf - fontconfig - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-03-23 - 4.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-21 - 4.12.1 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - parole - https://docs.xfce.org/apps/parole/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A modern simple media player - Basit ve modern bir medya oynatıcı - Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind. - Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır. - https://archive.xfce.org/src/apps/parole/4.16/parole-4.16.0.tar.bz2 - - gtk-doc - intltool - gtk3-devel - python-six - glib2-devel - docbook-xsl - xfconf-devel - taglib-devel - libxslt-devel - libnotify-devel - gstreamer-devel - dbus-glib-devel - libxfce4ui-devel - libxfce4util-devel - gst-plugins-base-devel - - desktop/xfce/addon/parole/pspec.xml - - - parole - - gtk3 - dbus - glib2 - cairo - taglib - xfconf - libX11 - gstreamer - dbus-glib - libnotify - gdk-pixbuf - libxfce4ui - libxfce4util - gst-plugins-base - gst-plugins-good - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - parole-devel - Development files for parole - parole için geliştirme dosyaları - - parole - glib2-devel - gtk3-devel - libxfce4util-devel - - - /usr/include - /usr/share/gtk-doc - - - - - 2021-01-17 - 4.16.0 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 1.0.5 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - ristretto - https://docs.xfce.org/apps/ristretto/start - - Engin Manap - enginmanap@comu.edu.tr - - GPLv2 - app:gui - desktop.xfce.addon - Image viewer for Xfce - Xfce için resim göstericisi - Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. - Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir. - https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.3.tar.bz2 - - intltool - gtk3-devel - xfconf-devel - libgsf-devel - libexif-devel - tumbler-devel - libxfce4ui-devel - gdk-pixbuf-devel - poppler-glib-devel - libxfce4util-devel - libjpeg-turbo-devel - - desktop/xfce/addon/ristretto/pspec.xml - - - ristretto - - gtk3 - file - glib2 - cairo - pango - xfconf - libX11 - libexif - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-07-10 - 0.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-15 - 0.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-26 - 0.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-11 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-21 - 0.11.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-21 - 0.10.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-archive-plugin - https://docs.xfce.org/xfce/thunar/archive - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A plugin allows you to create and extract archive files - Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti - The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. - The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. - https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.5/thunar-archive-plugin-0.5.0.tar.bz2 - - intltool - exo-devel - gtk3-devel - glib2-devel - file-roller - thunar-devel - - desktop/xfce/addon/thunar-archive-plugin/pspec.xml - - - thunar-archive-plugin - - thunar - exo - gtk3 - glib2 - file-roller - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/libexec/thunar-archive-plugin - - - - - 2022-04-30 - 0.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-21 - 0.4.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-media-tags-plugin - https://docs.xfce.org/xfce/thunar/media-tags - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - Thunar media tags plugin - Thunar çoklu ortam bilgi eklentisi - The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager. - Thunar - https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2 - - gettext - intltool - exo-devel - thunar-devel - taglib-devel - libxml2-devel - libxfce4ui-devel - libxfce4util-devel - - desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml - - - thunar-media-tags-plugin - - exo - atk - gtk3 - glib2 - thunar - taglib - - - /usr/lib - /usr/share/locale - /usr/share/doc - - - - - 2020-11-21 - 0.3.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-sendto-clamtk - https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - data - desktop.xfce.addon - Right-click send-to ClamTk functionality within Thunar - Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar - thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar. - thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir. - https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip - desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml - - - thunar-sendto-clamtk - - clamav-gui - - - /usr/share/man - /usr/share/doc - /usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop - - - - - 2020-11-23 - 0.06 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-shares-plugin - https://docs.xfce.org/xfce/thunar/thunar-shares-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Thunar Shares Plugin - Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti - The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access. - thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir. - https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2 - - intltool - gtk3-devel - glib2-devel - samba-devel - thunar-devel - - desktop/xfce/addon/thunar-shares-plugin/pspec.xml - - - thunar-shares-plugin - - thunar - glib2 - gtk3 - samba - - - /usr/lib - /usr/share/locale - /usr/share/doc - - - - - 2020-12-05 - 0.3.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-vcs-plugin - https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - An SVN integration and GIT integration to Thunar - Thunar için svn ve git entegrasyonu sağlar - The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar. - thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür. - https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2 - - intltool - exo-devel - thunar-devel - subversion-devel - - desktop/xfce/addon/thunar-vcs-plugin/pspec.xml - - - thunar-vcs-plugin - - apr - exo - atk - gtk3 - cairo - pango - glib2 - thunar - harfbuzz - subversion - gdk-pixbuf - libxfce4util - - - /usr/libexec - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-12-05 - 0.2.0 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunarx-python - https://goodies.xfce.org/projects/bindings/thunarx-python - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Thunarx Python bindings - Thunarx Python bağlayıcıları - thunarx-python is Python binding for Thunar - thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır. - https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.2.tar.bz2 - - gtk3-devel - thunar-devel - python3-devel - python-gtk-devel - python3-pygobject3-devel - python-pygobject3-devel - - desktop/xfce/addon/thunarx-python/pspec.xml - - - thunarx-python - - gtk3 - glib2 - thunar - python3 - - - /usr/lib - /usr/share/doc - /usr/share/gtk-doc - - - - - 2021-10-24 - 0.5.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-20 - 0.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-05 - 0.5.1 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfburn - https://docs.xfce.org/apps/xfburn - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A simple CD/DVD burning tool - Basit bir CD/DVD yazma aracı - Xfburn is a simple CD/DVD burning tool based on libburnia libraries. - Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır. - https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2 - - libxfce4ui-devel - gstreamer-devel - libisofs-devel - libgudev-devel - librsvg-devel - libburn-devel - gtk3-devel - dbus-devel - exo-devel - intltool - gst-plugins-base-devel - - desktop/xfce/addon/xfburn/pspec.xml - - - xfburn - - gst-plugins-base - libxfce4util - libxfce4ui - gdk-pixbuf - gstreamer - libisofs - libgudev - libburn - glib2 - gtk3 - exo - desktop-file-utils - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man/man1 - - - - - 2021-08-11 - 0.6.2 - First Release For Beta - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce-polkit - https://github.com/ncopa/xfce-polkit - - fury - uglyside@yandex.ru - - GPLv2 - app:console - desktop.xfce.addon - A simple PolicyKit authentication agent for XFCE - A simple PolicyKit authentication agent for XFCE - https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3 - - python3 - intltool - glib2-devel - polkit-devel - libpcre2-devel - libxfce4ui-devel - - desktop/xfce/addon/xfce-polkit/pspec.xml - - - xfce-polkit - - gtk3 - glib2 - polkit - libpcre2 - libxfce4ui - - - /etc - /usr/libexec - /usr/share/doc - - - - - 2020-06-25 - 0.3 - Rebuild - fury - uglyside@yandex.ru - - - 2019-07-11 - 0.3 - First build. - fury - uglyside@yandex.ru - - - - - - xfce4-battery-plugin - https://docs.xfce.org/panel-plugins/xfce4-battery-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - LGPLv2 - library - desktop.xfce.addon - Battery monitor panel plugin for Xfce4 - Xfce4 için pil izleme paneli eklentisi - A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD. - Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur. - https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2 - - intltool - gtk3-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - desktop/xfce/addon/xfce4-battery-plugin/pspec.xml - - - xfce4-battery-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-06-25 - 1.1.3 - Rebuild - fury - uglyside@yandex.ru - - - - - - xfce4-datetime-plugin - https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - This plugin shows the date and time in the panel - Panelde tarih ve zamanı gösteren eklenti - xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it. - xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır. - https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2 - - xfce4-panel-devel - intltool - libxfce4ui-devel - - desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml - - - xfce4-datetime-plugin - - xfce4-panel - gtk3 - glib2 - pango - libxfce4ui - libxfce4util - - - /usr/lib - /usr/share/xfce4 - /usr/share/locale - /usr/share/doc - - - - - 2020-06-25 - 0.8.0 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-dict - https://docs.xfce.org/apps/xfce4-dict/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A client program to query different dictionaries - Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci - xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. - xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir. - https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2 - - xfce4-panel-devel - intltool - libxfce4ui-devel - - desktop/xfce/addon/xfce4-dict/pspec.xml - - - xfce4-dict - - gtk3 - glib2 - pango - libX11 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-12-23 - 0.8.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 0.8.3 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-diskperf-plugin - https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - app:gui - desktop.xfce.addon - A disk usage and performance panel plugin for Xfce - Xfce disk bilgisi eklentisi - A disk usage and performance panel plugin for Xfce. - xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir. - xfce4-panel - https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.7/xfce4-diskperf-plugin-2.7.0.tar.bz2 - - xfce4-panel-devel - intltool - libxfce4ui-devel - - desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml - - - xfce4-diskperf-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/share/doc - /usr/share/locale - /usr/share/xfce4 - /usr/lib - - - - - 2022-04-01 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-04 - 2.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 2.6.2 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-docklike-plugin - https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start - - fury - uglyside@yandex.ru - - GPLv3 - library - desktop.xfce.addon - A Dock-like Taskbar Plugin for XFCE. - A modern, docklike, minimalist taskbar for XFCE. - https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.4/xfce4-docklike-plugin-0.4.0.tar.bz2 - - intltool - gtk3-devel - cairo-devel - libX11-devel - libwnck3-devel - xfce4-dev-tools - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml - - - xfce4-docklike-plugin - - atk - gtk3 - cairo - glib2 - pango - libX11 - libgcc - harfbuzz - libwnck3 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-09-28 - 0.4.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-23 - 0.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-04-02 - 0.2.0 - First release from David Keogh. - fury - uglyside@yandex.ru - - - - - - xfce4-genmon-plugin - https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin - - fury - uglyside@yandex.ru - - LGPLv2.1 - library - desktop.xfce.addon - Display cyclically run script or program output onto the panel - This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip. - https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.1.tar.bz2 - - intltool - gtk3-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml - - - xfce4-genmon-plugin - - gtk3 - glib2 - pango - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-01-24 - 4.1.1 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-12-24 - 4.1.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-06-25 - 4.0.2 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-mailwatch-plugin - https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.xfce.addon - A mailbox plugin for Xfce4 - Xfce4 için posta kutusu eklentisi - A mailbox watch/check plugin for the Xfce4 panel - xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır. - https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2 - - intltool - exo-devel - gtk3-devel - gnutls-devel - openssl-devel - libgcrypt-devel - gdk-pixbuf-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml - - - xfce4-mailwatch-plugin - - exo - gtk3 - gnutls - openssl - libgcrypt - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-12-06 - 1.3.0 - First Beta release. - fury - uglyside@yandex.ru - - - - - - xfce4-mixer - http://git.xfce.org/apps/xfce4-mixer - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL-2 - app:gui - desktop.xfce.addon - Xfce sound mixer application. - Xfce ses ayar uygulaması - Mikser dźwięku dla Xfce - Xfce4-mixer is a volume control application for the Xfce Desktop Environment. It provides both a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio systems supported by GStreamer project. - Xfce4-mixer, Xfce Masaüstü Ortamı için yazılmış bir ses ayar uygulamasıdır. Hem panel eklentisi olarak, hem de kendi penceresinde bağımsız olarak kullanılabilen bir uygulamadır. GStreamer projesinin desteklediği tüm ses sistemlerini destekler. - Jest to nakładka na ustawienia miksera, dostarczana ze środowiskiem graficznym Xfce. Spełnia to samo zadanie, co inne nakładki ale jest zintegrowana z Xfce4 jako wtyczka dla panelu Xfce - https://gitlab.xfce.org/apps/xfce4-mixer/-/archive/765725029751bb93a927692fdcda3e3743d0e6e7/xfce4-mixer-765725029751bb93a927692fdcda3e3743d0e6e7.tar.bz2 - - intltool - gtk3-devel - cairo-devel - xfconf-devel - gettext-devel - alsa-lib-devel - libunique-devel - keybinder-devel - gstreamer-devel - xfce4-dev-tools - gdk-pixbuf-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - pulseaudio-libs-devel - gst-plugins-base-devel - - - Fix_obvious_build_errors.patch - - desktop/xfce/addon/xfce4-mixer/pspec.xml - - - xfce4-mixer - - gtk3 - cairo - glib2 - xfconf - alsa-lib - gstreamer - keybinder - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - pulseaudio-libs - - - /usr/bin - /usr/lib/xfce4/panel/plugins - /usr/share/locale - /usr/share/pixmaps - /usr/share/applications - /usr/share/xfce4 - /usr/share/doc - /usr/share/man - - - - - 2022-04-14 - 4.15.0 - Rebuild. - fury - uglyside@yandex.ru - - - 2021-08-17 - 4.15.0 - First Beta release. - fury - uglyside@yandex.ru - - - - - - xfce4-mount-plugin - https://docs.xfce.org/panel-plugins/xfce4-mount-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A mount/umount utility - Bir bağlama(mount)/koparma(umount) modülü - xfce4-mount-plugin is a mount/umount utility for the panel. - xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür. - https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.5.tar.bz2 - - intltool - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-mount-plugin/pspec.xml - - - xfce4-mount-plugin - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - fontconfig - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-01-17 - 1.1.5 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-06-25 - 1.1.3 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-notes-plugin - https://docs.xfce.org/panel-plugins/xfce4-notes-plugin - - Alper Tekinalp - admins@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Notes plugin provides you a quick way you had do with Post-It's - Panel için not eklenti - The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's. - xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir. - https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.9/xfce4-notes-plugin-1.9.0.tar.bz2 - - gtk3-devel - gettext-devel - git - intltool - libunique-devel - libxfce4ui-devel - vala-devel - xfce4-dev-tools - xfce4-panel-devel - - desktop/xfce/addon/xfce4-notes-plugin/pspec.xml - - - xfce4-notes-plugin - - gtk3 - cairo - glib2 - pango - libX11 - xfconf - libunique - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-02-04 - 1.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 1.8.1 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-notifyd - https://docs.xfce.org/apps/notifyd/start - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A notification deamon - Bir uyarı gösterici - The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification. - Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır. - https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2 - - python3 - intltool - libX11-devel - libXpm-devel - libICE-devel - libnotify-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - desktop/xfce/addon/xfce4-notifyd/pspec.xml - - - xfce4-notifyd - - atk - gtk3 - glib2 - cairo - pango - libX11 - xfconf - harfbuzz - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-12-23 - 0.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 0.6.1 - Ver. bump - fury - uglyside@yandex.ru - - - - - - xfce4-panel-profiles - https://docs.xfce.org/apps/xfce4-panel-profiles/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app:gui - desktop.xfce.addon - A simple application to manage Xfce panel layouts. - Xfce4 Paneli için bir kullanıcı değiştirme modülü - With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts. - xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir. - https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.13.tar.bz2 - - intltool - python3-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-panel-profiles/pspec.xml - - - xfce4-panel-profiles - - gtk3 - cairo - python3 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-04-10 - 1.0.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-17 - 1.0.12 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-06-25 - 1.0.10 - Ver. bump - fury - uglyside@yandex.ru - - - - - - xfce4-places-plugin - https://docs.xfce.org/panel-plugins/xfce4-places-plugin - - fury - uglyside@yandex.ru - - GPLv2 - library - desktop.xfce.addon - Quick access to folders, documents, and removable media - The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents - https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2 - - intltool - exo-devel - gtk3-devel - glib2-devel - libnotify-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - - - fix_missing_prototypes.patch - - desktop/xfce/addon/xfce4-places-plugin/pspec.xml - - - xfce4-places-plugin - - exo - gtk3 - glib2 - xfconf - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-05-14 - 1.8.1 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-pulseaudio-plugin - https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - Xfce pulseaudio plugin - Xfce ses çıkışını denetleyen bir eklenti - Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer - Xfce ses çıkışını denetleyen bir eklenti - https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2 - - intltool - exo-devel - gtk3-devel - libXpm-devel - libX11-devel - libwnck3-devel - libnotify-devel - keybinder-devel - dbus-glib-devel - libxfce4ui-devel - xfce4-panel-devel - pulseaudio-libs-devel - - desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml - - - xfce4-pulseaudio-plugin - - exo - gtk3 - glib2 - xfconf - libX11 - libwnck3 - libnotify - keybinder - dbus-glib - gdk-pixbuf - libxfce4ui - xfce4-panel - pavucontrol - libxfce4util - pulseaudio-libs - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-08-17 - 0.4.3 - First release - fury - uglyside@yandex.ru - - - - - - xfce4-screenshooter - https://docs.xfce.org/apps/screenshooter/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - A plugin allows you to capture the entire screen - Ekran görüntüsü alma eklentisi - This application allows you to capture the entire screen, the active window or a selected region. - xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar. - https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.10.tar.bz2 - - python3 - intltool - exo-devel - libSM-devel - libX11-devel - libsoup-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-screenshooter/pspec.xml - - - xfce4-screenshooter - - exo - gtk3 - glib2 - cairo - pango - libSM - libICE - libX11 - libxml2 - libXext - libsoup - libXfixes - gdk-pixbuf - libxfce4ui - fontconfig - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-06-12 - 1.9.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-23 - 1.9.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-09 - 1.9.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-23 - 1.9.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 1.9.7 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-sensors-plugin - https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - app:gui - desktop.xfce.addon - Sensors plugin for Xfce4 Panel - Xfce 4 paneli için algılayıcılar eklentisi. - Reads your hardware sensor values and displays them in your panel - Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ... - https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.3.tar.bz2 - - acpi - acpid - acpica - intltool - gtk3-devel - libnotify-devel - lm_sensors-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml - - - xfce4-sensors-plugin - - gtk3 - cairo - pango - glib2 - libnotify - lm_sensors - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - - 2022-04-01 - 1.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-16 - 1.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-30 - 1.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-26 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 1.3.92 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-smartbookmark-plugin - https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - A plugin allows you to send requests directly to your browser to make search - Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül - xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search. - xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür. - https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2 - - intltool - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml - - - xfce4-smartbookmark-plugin - - gtk3 - glib2 - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share/doc - /usr/share/xfce4 - /usr/share/locale - - - - - 2020-06-25 - 0.5.1 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-systemload-plugin - https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - app:gui - desktop.xfce.addon - Xfce4 system load plugin - Xfce4 sistem çağrı eklentisi - Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel. - Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir. - xfce4-panel - https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2 - - intltool - xfconf-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml - - - xfce4-systemload-plugin - - gtk3 - glib2 - xfconf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-03-31 - 1.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-11 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 1.2.3 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-taskmanager - https://docs.xfce.org/apps/xfce4-taskmanager - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - service - desktop.xfce.addon - Easy to use task manager - Easy to use task manager - Kullanımı kolay görev yöneticisi - Kullanımı kolay görev yöneticisi - https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.4.tar.bz2 - - intltool - gtk3-devel - cairo-devel - glib2-devel - libX11-devel - libXmu-devel - xfconf-devel - libxfce4ui-devel - - desktop/xfce/addon/xfce4-taskmanager/pspec.xml - - - xfce4-taskmanager - - gtk3 - cairo - glib2 - libX11 - libXmu - xfconf - libxfce4ui - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/icons - /usr/share/doc - - - - - 2022-05-31 - 1.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-24 - 1.5.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 1.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-07 - 1.5.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - xfce4-time-out-plugin - https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPL-2 - library - desktop.xfce.addon - A module allows to take periodical breaks from the computer - Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti - This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. - Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir. - https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.2.tar.bz2 - - intltool - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml - - - xfce4-time-out-plugin - - gtk3 - cairo - glib2 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-10-17 - 1.1.2 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-07-07 - 1.1.1 - Ver. bump - fury - uglyside@yandex.ru - - - - - - xfce4-timer-plugin - https://docs.xfce.org/panel-plugins/xfce4-timer-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.addon - Timer plugin for Xfce4 panel - Xfce4 uyarı eklentisi - With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc. - Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir. - xfce4-panel - https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2 - - intltool - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-timer-plugin/pspec.xml - - - xfce4-timer-plugin - - atk - gtk3 - glib2 - cairo - pango - harfbuzz - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-08-01 - 1.7.1 - Ver. bump - fury - uglyside@yandex.ru - - - - - - xfce4-verve-plugin - https://docs.xfce.org/panel-plugins/xfce4-verve-plugin - - fury - uglyside@yandex.ru - - GPLv2 - library - desktop.xfce.addon - Command line for Xfce panel. - The Verve panel plugin is a comfortable command line plugin for the Xfce panel. - https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2 - - intltool - exo-devel - gtk3-devel - glib2-devel - xfconf-devel - libpcre-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-verve-plugin/pspec.xml - - - xfce4-verve-plugin - - gtk3 - glib2 - xfconf - libX11 - libpcre - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-06-16 - 2.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-10 - 2.0.1 - First Beta build. - fury - uglyside@yandex.ru - - - - - - xfce4-volumed-pulse - https://git.xfce.org/apps/xfce4-volumed-pulse/about/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv3 - app - desktop.xfce.addon - Fork of xfce4-volumed with support for PulseAudio - Xfce için bir ses tuşları kontrolü eklentisi - Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications. - Bu temel eklenti, xf86 Ses tuşlarını etkinleştirmek ve senkronize ses bildirimlerini destekler - https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.3.tar.bz2 - - gst-plugins-base-devel - pulseaudio-libs-devel - gstreamer-devel - libnotify-devel - keybinder-devel - xfconf-devel - - desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml - - - xfce4-volumed-pulse - - gst-plugins-base - pulseaudio-libs - gstreamer - libnotify - keybinder - xfconf - glib2 - gtk3 - - - /etc/xdg/autostart/ - /usr/bin/ - /usr/share/doc - - - - - 2021-08-17 - 0.2.3 - First release. - fury - uglyside@yandex.ru - - - - - - xfce4-wavelan-plugin - https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.addon - This plugin is used to display stats from a wireless lan interface - Kablosuz LAN arayüzü durumunu görüntülemek için kullanılan bir eklenti - xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use. - xfce4-wavelan-plugin, sinyal kalitesini yüzde olarak gösterir.Kullanımı oldukça kolay bir eklentidir. - https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2 - - intltool - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml - - - xfce4-wavelan-plugin - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - fontconfig - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-06-25 - 0.6.1 - Rebuild. - fury - uglyside@yandex.ru - - - - - - xfce4-weather-plugin - https://docs.xfce.org/panel-plugins/xfce4-weather-plugin - - fury - uglyside@yandex.ru - - GPLv2 - plugin - desktop.xfce.addon - A weather plugin for the Xfce desktop environment - Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no. - https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.0.tar.bz2 - - intltool - gtk3-devel - upower-devel - libxml2-devel - libsoup-devel - libxfce4ui-devel - xfce4-panel-devel - - desktop/xfce/addon/xfce4-weather-plugin/pspec.xml - - - xfce4-weather-plugin - - gtk3 - glib2 - pango - upower - xfconf - libxml2 - libsoup - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-02-13 - 0.11.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-06 - 0.10.2 - First Beta release. - fury - uglyside@yandex.ru - - - - - - xfce4-whiskermenu-plugin - https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app - desktop.xfce.addon - Alternate Xfce menu. - Whisker Menu is an alternate application launcher for Xfce. - https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.7/xfce4-whiskermenu-plugin-2.7.1.tar.bz2 - - cmake - exo-devel - gtk3-devel - cairo-devel - garcon-devel - xfconf-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - accountsservice-devel - - desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml - - - xfce4-whiskermenu-plugin - - exo - gtk3 - cairo - glib2 - garcon - libgcc - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - accountsservice - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - 16x16.png - 22x22.png - 24x24.png - 32x32.png - 48x48.png - 64x64.png - 128x128.png - 256x256.png - logotype-pisi.svg - - - - - 2022-06-13 - 2.7.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 2.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-20 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-16 - 2.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-14 - 2.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 2.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-15 - 2.5.3 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-08-01 - 2.4.6 - First Beta build. - fury - uglyside@yandex.ru - - - - - - xfce4-xkb-plugin - https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - BSD-2 - app:gui - desktop.xfce.addon - A plugin to switch keyboard layouts for the Xfce4 panel - Klavye yerleşimini değiştirmek için Xfce4 panel eklentisi - A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts. - xfce4-xkb-plugin ile Xfce4 panelinden klavye yerleşimini bir iki tıklamayla değiştirebilir, uygulama veya pencere içinde de farklı klavye yerleşimi kullanabilirsiniz. Ayrıca klavye geçiş kısayollarını destekler. - https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.3.tar.bz2 - - intltool - gtk3-devel - garcon-devel - libX11-devel - libICE-devel - librsvg-devel - libwnck3-devel - libxfce4ui-devel - xfce4-panel-devel - libxklavier-devel - - desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml - - - xfce4-xkb-plugin - - atk - gtk3 - glib2 - pango - cairo - xfconf - garcon - librsvg - harfbuzz - libwnck3 - gdk-pixbuf - libxfce4ui - xfce4-panel - libxklavier - libxfce4util - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-07-14 - 0.8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-17 - 0.8.2 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-06-25 - 0.8.1 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-07-28 - 0.8.1 - Ver. bump - fury - uglyside@yandex.ru - - - 2015-03-05 - 0.5.6 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-08-26 - 0.5.4.3 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-08-26 - 0.5.4.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - xfdashboard - http://goodies.xfce.org/projects/applications/xfdashboard/start - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app:gui - desktop.xfce.addon - GNOME shell like dashboard for Xfce - GNOME shell like dashboard for Xfce - Xfce için gösterge tablosu gibi GNOME kabuğu - Xfce için gösterge tablosu gibi GNOME kabuğu - xfdashboard - https://github.com/gmc-holle/xfdashboard/archive/0.9.91.tar.gz - - intltool - valgrind - cogl-devel - gtk3-devel - cairo-devel - glib2-devel - pango-devel - garcon-devel - libX11-devel - xfconf-devel - clutter-devel - gettext-devel - xfce4-dev-tools - python3-devel - libwnck3-devel - gdk-pixbuf-devel - libXdamage-devel - libxfce4ui-devel - libXinerama-devel - libxfce4util-devel - libXcomposite-devel - - desktop/xfce/addon/xfdashboard/pspec.xml - - - xfdashboard - - cogl - gtk3 - cairo - glib2 - pango - garcon - libX11 - xfconf - clutter - libwnck3 - gdk-pixbuf - libXdamage - libxfce4ui - libXinerama - libxfce4util - libXcomposite - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/icons - /usr/share/doc - - - - xfdashboard-devel - Development files for xfdashboard - - xfdashboard - gtk3-devel - glib2-devel - garcon-devel - xfconf-devel - clutter-devel - libwnck3-devel - libxfce4ui-devel - libxfce4util-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 0.9.91 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-27 - 0.9.90 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-02 - 0.9.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-23 - 0.9.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-01 - 0.9.3 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - exo - https://www.xfce.org/ - - Ayhan Yalcinsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - LGPLv2.1 - app:console - library - desktop.xfce.base - Xfce extension library - Xfce eklenti kitaplığı - exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development. - exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor. - xfce - https://archive.xfce.org/src/xfce/exo/4.17/exo-4.17.2.tar.bz2 - - intltool - perl-URI - gtk3-devel - glib2-devel - libX11-devel - libxfce4ui-devel - libxfce4util-devel - - desktop/xfce/base/exo/pspec.xml - - - exo - - atk - gtk3 - glib2 - cairo - gdk-pixbuf - libxfce4ui - libxfce4util - - - /etc/xdg/xfce4 - /usr/bin - /usr/lib - /usr/lib/xfce4 - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - exo-devel - Development files for exo - exo geliştirme dosyaları - - exo - gtk2-devel - gtk3-devel - libxfce4util-devel - - - /usr/include - /usr/lib/pkgconfig - - - - exo-docs - Documentation for exo library - exo belgeleri - data:doc - - exo - - - /usr/share/gtk-doc - - - - - 2022-06-12 - 4.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-08 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-17 - 4.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-28 - 4.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.2 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - garcon - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - library - desktop.xfce.base - Menu library for Xfce - Xfce menü kitaplığı - garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus. - garcon, Xfce'nin eski menü kitaplığı olan libxfce4menu'nun freedesktop.org menü standartlarına uygun hale getirilmiş, Xfce'nin yeni menü kitaplığıdır. Sadece GLib/GIO kullanılarak yazılmıştır ve eski menüler hariç tüm özellikleri kapsamayı amaçlamaktadır. - https://archive.xfce.org/src/xfce/garcon/4.17/garcon-4.17.0.tar.bz2 - - python3 - intltool - python-six - gtk3-devel - glib2-devel - freetype-devel - libxfce4ui-devel - libxfce4util-devel - gobject-introspection-devel - - desktop/xfce/base/garcon/pspec.xml - - - garcon - - gtk3 - glib2 - gdk-pixbuf - libxfce4ui - libxfce4util - gobject-introspection - - - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - garcon-devel - garcon development files - garcon geliştirme dosyaları - - gobject-introspection-devel - gtk2-devel - gtk3-devel - glib2-devel - libxfce4ui-devel - garcon - - - /usr/include - /usr/lib/pkgconfig - - - - garcon-docs - garcon documentation files - garcon belgeleri - - garcon - - - /usr/share/gtk-doc - - - - - 2022-05-15 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-02 - 4.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 0.8.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 0.7.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - libxfce4ui - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - library - desktop.xfce.base - Xfce gui library - Xfce arayüz kitaplığı - libxfce4ui is a various GTK+ widgets for Xfce desktop environment. - libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. - https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.6.tar.bz2 - - python3 - intltool - gtk3-devel - vala-devel - glib2-devel - libSM-devel - xfconf-devel - libxfce4util-devel - libX11-devel - libgtop-devel - desktop-file-utils - startup-notification-devel - gobject-introspection-devel - - desktop/xfce/base/libxfce4ui/pspec.xml - - - libxfce4ui - - atk - gtk3 - glib2 - libSM - libICE - libX11 - xfconf - libgtop - libepoxy - gdk-pixbuf - libxfce4util - startup-notification - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - libxfce4ui-devel - libxfce4ui geliştirme dosyaları - - libxfce4ui - gtk2-devel - gtk3-devel - xfconf-devel - libxfce4util-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2022-04-03 - 4.17.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-17 - 4.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-27 - 4.17.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-10 - 4.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-18 - 4.15.3 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - libxfce4util - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.base - Xfce basic utility library - Xfce için basit yardımcı uygulama kitaplığı - Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. - libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır. - https://archive.xfce.org/src/xfce/libxfce4util/4.17/libxfce4util-4.17.2.tar.bz2 - - python3 - gtk-doc - intltool - python-six - vala-devel - xdg-user-dirs - python3-pygobject3 - gobject-introspection-devel - - desktop/xfce/base/libxfce4util/pspec.xml - - - libxfce4util - - glib2 - - - /usr/sbin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - libxfce4util-devel - Libxfce4util development files - libxfce4util geliştirme dosyaları - library - data:doc - - glib2-devel - libxfce4util - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2022-03-17 - 4.17.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-21 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.4 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar - https://www.xfce.org/ - - Alper Tekinalp - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - app:gui - desktop.xfce.base - Xfce file manager - Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant - https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.9.tar.bz2 - - python3-devel - intltool - atk-devel - exo-devel - gtk3-devel - dbus-devel - glib2-devel - pango-devel - cairo-devel - gconf-devel - libSM-devel - libICE-devel - libX11-devel - garcon-devel - xfconf-devel - libexif-devel - libpcre-devel - libpcre2-devel - libgudev-devel - libnotify-devel - gdk-pixbuf-devel - fontconfig-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - desktop-file-utils - libjpeg-turbo-devel - startup-notification-devel - gobject-introspection-devel - - desktop/xfce/base/thunar/pspec.xml - - - thunar - - atk - exo - gtk3 - python3 - dbus - glib2 - pango - cairo - libSM - libICE - libX11 - xfconf - libexif - libpcre - libgudev - libnotify - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - thunar-devel - Thunar development files - library - - gtk3-devel - glib2-devel - thunar - - - /usr/include - /usr/lib/pkgconfig - - - - thunar-docs - Thunar reference documents - data:doc - - thunar - - - /usr/share/gtk-doc - - - - - 2022-07-10 - 4.17.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 4.17.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-03 - 4.17.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-23 - 4.17.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 4.17.6 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-27 - 4.17.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 4.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-18 - 4.17.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-14 - 4.17.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-28 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-15 - 4.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.2 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - thunar-volman - https://docs.xfce.org/xfce/thunar/thunar-volman - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.base - A extension for the Xfce Thunar File Manager - Xfce dosya yöneticisi Thunar için bir eklenti - thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera - thunar-volman çıkarılabilir sürücüler ve medyanın otomatik olarak yönetimini sağlayan, Xfce dosya yöneticisi Thunar için bir eklentidir.Örneğin, Thunar-Volman doğru şekilde kurulup yapılandırıldığında, sayısal kameranızdan resim almanızı sağlayacaktır. - https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2 - - intltool - exo-devel - gtk3-devel - glib2-devel - xfconf-devel - thunar-devel - libgudev-devel - libnotify-devel - libxfce4ui-devel - libxfce4util-devel - - desktop/xfce/base/thunar-volman/pspec.xml - - - thunar-volman - - exo - gtk3 - glib2 - pango - xfconf - libgudev - libnotify - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share/ - /usr/share/locale - /usr/share/doc - - - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - tumbler - https://docs.xfce.org/xfce/tumbler/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - A thumbnail service - Bir önizleme servisi - Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. - Tumbler Xfce masaüstü ortamının dosya yöneticisi için bir önizleme servisidir. - https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2 - - intltool - curl-devel - dbus-devel - glib2-devel - libpng-devel - libgsf-devel - freetype-devel - libopenraw-devel - gdk-pixbuf-devel - poppler-glib-devel - libxfce4util-devel - libjpeg-turbo-devel - gst-plugins-base-devel - ffmpegthumbnailer-devel - - desktop/xfce/base/tumbler/pspec.xml - - - tumbler - - curl - glib2 - cairo - libpng - libgsf - freetype - gstreamer - libopenraw - gdk-pixbuf - poppler-glib - libxfce4util - libjpeg-turbo - gst-plugins-base - ffmpegthumbnailer - - - /etc/xdg/tumbler/tumbler.rc - /usr/lib - /usr/share/ - /usr/share/locale - /usr/share/doc - - - - tumbler-devel - Development files for tumbler - tumbler için geliştirme dosyaları - - tumbler - glib2-devel - gobject-introspection-devel - - - /usr/include - /usr/lib/pkgconfig - - - - tumbler-doc - - /usr/share/gtk-doc/html/tumbler - /usr/share/gtk-doc/html/tumbler/index.html - - - - - 2022-06-19 - 4.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-02 - 4.17.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-14 - 4.16.0 - Rebuild. - fury - uglyside@yandex.ru - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-22 - 0.3.0 - First release For Beta. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-appfinder - https://www.xfce.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - Xfce application finder - Xfce uygulama bulucu - Wyszukiwarka aplikacji dla środowiska Xfce - Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format - Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur. - Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje. - https://archive.xfce.org/src/xfce/xfce4-appfinder/4.17/xfce4-appfinder-4.17.0.tar.bz2 - - intltool - gtk3-devel - glib2-devel - thunar-devel - garcon-devel - libXpm-devel - libxfce4ui-devel - - desktop/xfce/base/xfce4-appfinder/pspec.xml - - - xfce4-appfinder - - gtk3 - glib2 - xfconf - garcon - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-09-23 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-02 - 4.16.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-22 - 4.15.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-dev-tools - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:console - desktop.xfce.base - Xfce developer tools - Xfce geliştirme araçları - Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. - Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. - https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.17/xfce4-dev-tools-4.17.0.tar.bz2 - - glib2-devel - - desktop/xfce/base/xfce4-dev-tools/pspec.xml - - - xfce4-dev-tools - - glib2 - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2021-07-26 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-18 - 4.15.0 - First Release For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-panel - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1 - library - app:gui - desktop.xfce.base - Xfce panel - Xfce paneli - Panel środowiska graficznego Xfce - The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels - Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir. - Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. - https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.2.tar.bz2 - - gtk-doc - intltool - vala-devel - gtk3-devel - glib2-devel - cairo-devel - pango-devel - libSM-devel - docbook-xsl - libICE-devel - libX11-devel - libXpm-devel - python3-devel - gettext-devel - libwnck3-devel - freetype-devel - gdk-pixbuf-devel - fontconfig-devel - libdbusmenu-gtk3 - libdbusmenu-devel - icon-theme-hicolor - desktop-file-utils - startup-notification-devel - gobject-introspection-devel - exo-devel - garcon-devel - xfconf-devel - libxfce4ui-devel - libxfce4util-devel - - desktop/xfce/base/xfce4-panel/pspec.xml - - - xfce4-panel - - atk - exo - gtk3 - cairo - pango - glib2 - libX11 - garcon - xfconf - python3 - libXext - libwnck3 - gdk-pixbuf - libxfce4ui - libxfce4util - libdbusmenu-gtk3 - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - xfce4-panel-devel - Development files for Xfce4 Panel - Xfce paneli geliştirme dosyaları - Pliki nagłówkowe dla xfce4-panel - library - data:doc - - glib2-devel - gtk3-devel - libxfce4util-devel - xfce4-panel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2022-07-10 - 4.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 4.17.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-23 - 4.17.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-28 - 4.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 4.16.3 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-14 - 4.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-15 - 4.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-02 - 4.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-19 - 4.15.4 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-power-manager - https://docs.xfce.org/xfce/xfce4-power-manager/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - A power manager for the Xfce desktop - Xfce masaüstü için bir güç yöneticisi - Menedżer zasilania dla środowiska Xfce - This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption - Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi) - Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU. - https://archive.xfce.org/src/xfce/xfce4-power-manager/4.16/xfce4-power-manager-4.16.0.tar.bz2 - - intltool - gtk3-devel - dbus-devel - glib2-devel - libSM-devel - libICE-devel - libX11-devel - xfconf-devel - upower-devel - freetype-devel - libglade-devel - libXrandr-devel - libnotify-devel - ConsoleKit-devel - libxfce4ui-devel - xfce4-panel-devel - libxfce4util-devel - libXScrnSaver-devel - - desktop/xfce/base/xfce4-power-manager/pspec.xml - - - xfce4-power-manager - - atk - gtk3 - dbus - glib2 - cairo - pango - libSM - libX11 - libICE - xfconf - upower - libXext - harfbuzz - libnotify - libXrandr - gdk-pixbuf - libxfce4ui - xfce4-panel - libxfce4util - - - /etc/xdg - /usr/bin - /usr/sbin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-23 - 1.7.1 - First Release For Beta. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-screensaver - https://docs.xfce.org/apps/screensaver/start - - fury - uglyside@yandex.ru - - GPLv2 - LGPLv2 - LGPLv2.1 - app:utility - desktop.xfce.base - Xfce Screensaver. - xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. - https://archive.xfce.org/src/apps/xfce4-screensaver/4.16/xfce4-screensaver-4.16.0.tar.bz2 - - xmlto - intltool - pam-devel - gtk3-devel - elogind-devel - glib2-devel - libSM-devel - libICE-devel - libX11-devel - xfconf-devel - garcon-devel - libwnck3-devel - libglvnd-devel - dbus-glib-devel - libxklavier-devel - libXScrnSaver-devel - - desktop/xfce/base/xfce4-screensaver/pspec.xml - - - xfce4-screensaver - - pam - gtk3 - dbus - mesa - glib2 - pango - cairo - libX11 - xfconf - garcon - elogind - libXext - libwnck3 - libglvnd - dbus-glib - gdk-pixbuf - libxfce4ui - libxklavier - libXScrnSaver - - - /etc - /usr/bin - /usr/libexec - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-06-18 - 4.16.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-14 - 4.16.0 - Moved to base and version bump. - fury - uglyside@yandex.ru - - - 2020-12-24 - 0.1.11 - Ver. bump - fury - uglyside@yandex.ru - - - - - - xfce4-session - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - app:console - desktop.xfce.base - Xfce session manager - Xfce oturum yöneticisi - Menedżer sesji Xfce4 - The session manager allows the user to save sessions and restore them after login. It is capable of saving several different sessions. It comes with three splash screen engines. And at last it helps you to log out, reboot, and shutdown the system. - Xfce oturum yöneticisi, kullanıcıların oturumlarını kaydetmesine ve giriş yaptıktan sonra tekrar oturumu çağırmalarına izin verir. Birden fazla, farklı oturumları kaydetmede oldukça başarılıdır. Pakette üç tane örnek açılış teması var ve son olarak, sistemi kapatırken, yeniden başlatırken veya çıkarken kullanıcılara yardımcı olur. - Xfce4-session jest zgodny z "menedżerem sesji" X11 zaprojektowanym do użycia ze środowiskiem graficznym Xfce4. Podczas wylogowywania, menedżer sesji zapisuje wszystkie uruchomione aplikacje. Przy ponownym zalogowaniu, przywraca je z oknami na tych samych pozycjach. - https://archive.xfce.org/xfce/4.16/src/xfce4-session-4.16.0.tar.bz2 - - intltool - atk-devel - gtk3-devel - dbus-devel - glib2-devel - gconf-devel - pango-devel - cairo-devel - libSM-devel - xfconf-devel - libXpm-devel - libX11-devel - libICE-devel - polkit-devel - libwnck3-devel - xorg-app-devel - gdk-pixbuf-devel - fontconfig-devel - libxfce4ui-devel - libxfce4util-devel - - - mageia/0001-Export-XDG_CONFIG_HOME-and-XDG_CACHE_HOME.patch - mageia/xfce4-session-4.13.2-add-more-screen-lockers-to-xflock4.patch - mageia/xfce4-session-4.13.2-xinitrc.patch - - desktop/xfce/base/xfce4-session/pspec.xml - - - xfce4-session - - atk - gtk3 - dbus - glib2 - cairo - pango - libSM - libX11 - libICE - polkit - xfconf - libwnck3 - libxfce4ui - gdk-pixbuf - libxfce4util - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - - mageia/xfce4-lightdm.conf - xfce-polkit-gnome-authentication-agent-1.desktop - - - - - 2021-01-29 - 4.16.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-settings - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - Xfce settings plugins - Xfce ayar yöneticisi - Graficzna aplikacja do zarządzania ustawieniami Xfce - Xfce4-settings is a configuration manager for Xfce desktop environment - Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir. - Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf. - https://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-4.16.3.tar.bz2 - - intltool - exo-devel - gtk3-devel - dbus-devel - libXi-devel - glib2-devel - cairo-devel - pango-devel - xfconf-devel - upower-devel - colord-devel - garcon-devel - libX11-devel - libXpm-devel - libwnck3-devel - libXrandr-devel - libnotify-devel - libxfce4ui-devel - fontconfig-devel - gdk-pixbuf-devel - libXcursor-devel - libcanberra-devel - libxklavier-devel - libxfce4util-devel - xorg-input-libinput-devel - - - 4bc8ef847a1a.patch - - desktop/xfce/base/xfce4-settings/pspec.xml - - - xfce4-settings - - atk - exo - gtk3 - dbus - cairo - pango - libXi - glib2 - libX11 - garcon - upower - xfconf - upower - colord - libnotify - libXrandr - libxfce4ui - fontconfig - gdk-pixbuf - libXcursor - libxklavier - libxfce4util - network-manager-applet - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - System.Package - - - - - 2022-07-06 - 4.16.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-12 - 4.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-20 - 4.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-17 - 4.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.2 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfce4-terminal - https://docs.xfce.org/apps/terminal/start - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - Terminal Emulator for Xfce. - xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more - https://archive.xfce.org/src/apps/xfce4-terminal/1.0/xfce4-terminal-1.0.4.tar.bz2 - - intltool - vte-devel - gtk3-devel - gnutls-devel - libXpm-devel - utempter-devel - libpcre2-devel - libxfce4ui-devel - - desktop/xfce/base/xfce4-terminal/pspec.xml - - - xfce4-terminal - - vte - gtk3 - cairo - glib2 - pango - libX11 - xfconf - libxfce4ui - gdk-pixbuf - libxfce4util - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-05-22 - 1.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-13 - 1.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-28 - 1.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-03 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-29 - 0.9.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-16 - 0.9.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-24 - 0.8.10 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-22 - 0.8.9.2 - First releasu For Beta. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfconf - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.base - Xfce multi channel setting library - Xfce çoklu ayar kitaplığı - Prosty system przechowywania i odpytywania konfiguracji - Xfconf is a hirerchical (tree-like) configuration system for the Xfce graphical desktop environment. - xfconf, Xfce masaüstü yöneticisi için yazılmış, ağaç tipi hiyerarşik yapılandırma sistemidir. - Xfconf jest prostym systemem przechowywania i odpytywania konfiguracji. - https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2 - - python3 - intltool - vala-devel - python-six - glib2-devel - libxfce4util-devel - gobject-introspection-devel - - desktop/xfce/base/xfconf/pspec.xml - - - xfconf - - glib2 - libxfce4util - gsettings-desktop-schemas - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - xfconf-devel - Xfconf development files - xfconf geliştirme dosyaları - Pliki nagłówkowe xfconf - library - data:doc - - glib2-devel - xfconf - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2022-05-28 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-17 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfdesktop - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - app:gui - desktop.xfce.base - Xfce desktop manager - Xfce masaüstü yöneticisi - Tło pulpitu Xfce, ikony i menedżer menu administratora - The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor - Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. - xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. - xfce - https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2 - - intltool - exo-devel - dbus-devel - gtk3-devel - pango-devel - cairo-devel - glib2-devel - libSM-devel - thunar-devel - garcon-devel - xfconf-devel - tumbler-devel - libX11-devel - libglade-devel - libwnck3-devel - libnotify-devel - libxfce4ui-devel - gdk-pixbuf-devel - xfce4-panel-devel - libxfce4util-devel - - desktop/xfce/base/xfdesktop/pspec.xml - - - xfdesktop - - exo - gtk3 - dbus - glib2 - pango - cairo - thunar - garcon - xfconf - libX11 - libwnck3 - libnotify - gdk-pixbuf - libxfce4ui - libxfce4util - - - /usr/bin - /usr/share - /etc - /usr/share/locale - /usr/share/man - /usr/share/doc - - - Crocus-Ancyrensis.jpg - Crocus-Ancyrensis.png - 2560x1440.png - xfce4-desktop.xml - xfce4-session.xml - - - - - 2022-06-12 - 4.16.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-27 - 4.16.0 - Edited default configuration - Berk Çakar - berk2238@hotmail.com - - - 2021-05-07 - 4.16.0 - Added crocus-ancyrensis photos - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-22 - 4.15.0 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfwm4 - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - desktop.xfce.base - Xfce window manager. - Xfce pencere yöneticisi - Menedżer okien dla projektu Xfce - The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode - Xfce4 pencere yöneticisi, uygulama pencerelerinin ekrana yerleştirmeyi sağlar, pencerelerin güzel görünmesini sağlar, çalışma alanlarını ve sanal masaüstlerini yönetir ve doğal olarak çoklu ekran kipini destekler. - Pakiet zawiera xfwm4, który jest menedżerem okiem do Xfce4. Jest on zaprojektowany do uruchamiania z resztą środowiska Xfce4. - https://archive.xfce.org/src/xfce/xfwm4/4.16/xfwm4-4.16.1.tar.bz2 - - intltool - gtk3-devel - libSM-devel - libX11-devel - libXpm-devel - libbsd-devel - libXres-devel - libwnck3-devel - libxfce4ui-devel - libXpresent-devel - - desktop/xfce/base/xfwm4/pspec.xml - - - xfwm4 - - gtk3 - glib2 - cairo - pango - libXi - xfconf - libX11 - libXres - libXext - libepoxy - libwnck3 - libXrandr - libXfixes - libxfce4ui - gdk-pixbuf - libXrender - libXdamage - libXpresent - libXinerama - libxfce4util - libXcomposite - startup-notification - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-01-15 - 4.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 4.16.0 - New release. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-11-21 - 4.15.1 - Rebuild.For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - gtk-style-xfce - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.lookandfeel - GTK+ Xfce theme engine - GTK+ Xfce tema motoru - Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment. - Gtk2-engines-xfce, Xfce masaüstü yöneticisi için hazırlanmış GTK+ tema motorudur. - http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2 - - xfce4-dev-tools - gtk2-devel - - desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml - - - gtk-style-xfce - - atk - gtk2 - gtk3 - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/lib - /usr/share/themes - /usr/share/doc - - - - - 2020-11-21 - 2.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - icon-theme-xfce4 - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - data - desktop.xfce.lookandfeel - Xfce icon theme - Xfce simge teması - Icon theme Rodent for the Xfce Desktop Environment. - Bu paket, Xfce masaüstü ortamı için Rodent simge temasını içerir. - http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2 - - intltool - icon-theme-hicolor - - desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml - - - icon-theme-xfce4 - - icon-theme-hicolor - - - /usr/lib - /usr/lib/pkgconfig - /usr/share - /usr/share/doc - - - - - 2020-11-23 - 4.4.3 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - xfwm4-themes - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - data - desktop.xfce.lookandfeel - Xfce window manager themes - Xfwm pencere yöneticisi temaları - Xfce4-themes is a set of additional themes for the Xfwm window manager. - Bu paket, Xfce masaüstü yönetici pencereleri için ek temalar içerir. - http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2 - desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml - - - xfwm4-themes - - xfwm4 - - - /usr/share - /usr/share/doc - - - - - 2020-11-21 - 4.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - bluefish - http://bluefish.openoffice.nl/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - editor - A powerful editor for experienced web designers and programmers - Deneyimli web tasarımcıları ve programcıları için güçlü bir düzenleyici - Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites. - Bluefish web sayfası tasarım ve hazırlanmasında kullanılan güçlü bir düzenleyicidir. - bluefish - http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.11.tar.bz2 - - python-devel - intltool - gtk3-devel - glib2-devel - enchant-devel - cairo-devel - libxml2-devel - shared-mime-info - gdk-pixbuf-devel - - editor/bluefish/pspec.xml - - - bluefish - - gtk3 - pango - enchant - cairo - gdk-pixbuf - glib2 - libxml2 - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/bluefish - /usr/share/doc/bluefish - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/mime - /usr/share/pixmaps - /usr/share/appdata - /usr/share/xml/bluefish - - - System.Package - - - - - 2020-02-09 - 2.2.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 2.2.10 - Fix deps. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-29 - 2.2.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-08 - 2.2.10 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-12 - 2.2.9 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2014-02-11 - 2.2.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-05 - 2.2.4 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2013-01-10 - 2.2.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - cutemarked - http://cloose.github.io/CuteMarkEd + qdirstat + https://github.com/shundhammer/qdirstat Stefan Gronewold (groni) groni@pisilinux.org GPLv2 app:gui - editor - Qt Markdown Editor - Qt Markdown Editor - A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document. - A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document. - https://github.com/cloose/CuteMarkEd/archive/v0.11.3.tar.gz + util.misc + QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. + QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. + This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux. + This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, + https://github.com/shundhammer/qdirstat/archive/1.4.tar.gz qt5-base-devel - qt5-webkit-devel - hunspell-devel qt5-assistant-devel qt5-designer-devel qt5-linguist - discount-devel - - - cutemarked-0.11.3-bgcolor.patch - cutemarked-0.11.3-qaction-include.patch - - editor/cutemarked/pspec.xml - - - cutemarked - - qt5-base - qt5-webkit - hunspell - libgcc - discount - - - /usr/bin - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2020-02-09 - 0.11.3 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 0.11.3 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-08 - 0.11.3 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-07-18 - 0.11.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - discount - https://github.com/Orc/discount - - Stefan Gronewold (groni) - groni@pisilinux.org - - BSD - app:console - editor.discount - A Markdown implementation written in C - A Markdown implementation written in C - implementation of the Markdown markup language in C - implementation of the Markdown markup language in C - http://download.openpkg.org/components/cache/discount/discount-2.2.6.tar.bz2 - editor/discount/discount/pspec.xml - - - discount - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - discount-devel - Development files for discount - - discount - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-08 - 2.2.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 2.2.4 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-08 - 2.2.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-11-06 - 2.2.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - emacs - https://www.gnu.org/software/emacs - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - app:gui - app:console - editor.emacs - An extensible console-mode editor - Genişletilebilir bir metin düzenleyici - Emacs is the extensible, customizable, self-documenting real-time console-mode editor. It has many features to increase productivity when programming. - Emacs, gelişmiş, özelleştirilebilir ve esnek bir metin editörüdür. Özellikle program yazanlar tarafından çokça tercih edilen, fare kullanımına gerek bırakmadan çok hızlı çalışma imkânı sağlayan bir editördür. - emacs - ftp://ftp.gnu.org/gnu/emacs/emacs-26.3.tar.xz - - acl-devel - gtk2-devel - gtk3-devel - alsa-lib-devel - fontconfig-devel - giflib-devel - gpm - libjpeg-turbo-devel - libICE-devel - libSM-devel - libXft-devel - libxml2-devel - libXpm-devel - libXrender-devel - libpng-devel - librsvg-devel - tiff-devel - gnutls-devel - imagemagick-devel - lcms2-devel - - editor/emacs/emacs/pspec.xml - - - emacs - - acl - gpm - tiff - gtk2 - zlib - glib2 - libX11 - libpng - ncurses - freetype - libSM - libXft - libxml2 - libICE - giflib - libXpm - gnutls - librsvg - alsa-lib - gdk-pixbuf - fontconfig - libXrender - imagemagick - libjpeg-turbo - libXfixes - libxcb - dbus - gtk3 - cairo - pango - lcms2 - libXext - - - /etc - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/info - /usr/lib/systemd - /usr/share/emacs - /usr/share/icons - /var/games/emacs - /usr/share/pixmaps - /usr/share/appdata - /usr/share/metainfo - /usr/share/applications - /usr/libexec/emacs - /usr/include - - - System.PackageHandler - - - site-start.el - pisi-spec.rnc - 80-nxml-mode.el - emacs.desktop - - - - - 2020-02-09 - 26.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 26.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 26.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-10 - 25.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 24.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 24.5 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - emacs-color-theme - http://www.emacswiki.org/cgi-bin/wiki?ColorTheme - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - editor.emacs - Emacs-Lisp color theme package - Emacs-List renk paketi - Colortheme is an Emacs-Lisp package with more than 50 color themes for your use. - Colortheme 50'den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir. - http://download.savannah.nongnu.org/releases/color-theme/color-theme-6.6.0.tar.gz - editor/emacs/emacs-color-theme/pspec.xml - - - emacs-color-theme - - emacs - - - /usr/share/doc - /etc/emacs/site-lisp - /usr/share/emacs/site-lisp/color-theme - - - 80-color-theme.el - - - - - 2020-02-09 - 6.6.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 6.6.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-10 - 6.6.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 6.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-24 - 6.6.0 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - emacs-mmm-mode - http://mmm-mode.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - editor.emacs - Multiple Major Mode module for Emacs - Emacs Çoklu Ana Kip eklentisi - MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer. - MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir. - mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz - - emacs - gtk2-devel - - editor/emacs/emacs-mmm-mode/pspec.xml - - - emacs-mmm-mode - - emacs - - - /etc - /usr/share/doc - /usr/share/info - /usr/share/emacs - - - 80-mmm-mode.el - - - - - 2020-02-09 - 0.5.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 0.5.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.5.4 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-10 - 0.5.4 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.5.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-02 - 0.5.4 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - emacs-php-mode - http://php-mode.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - editor.emacs - PHP mode for Emacs - Emacs için PHP kipi - php-mode is an add-on for Emacs to help work with PHP files more efficiently. - php-mode, kullanıcının PHP dosyalarıyla daha hızlı çalışabilmesi için bir eklentidir. - https://github.com/ejmr/php-mode/archive/v1.22.0.tar.gz - - emacs - - editor/emacs/emacs-php-mode/pspec.xml - - - emacs-php-mode - - emacs - - - /etc - /usr/share/emacs - - - 80-php-mode.el - - - - - 2020-02-09 - 1.22.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 1.22.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 1.18.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-10 - 1.18.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-10 - 1.17.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.17.0 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - emacs-python - http://python-mode.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - editor.emacs - Emacs major mode for editing Python source code - Python kaynak kodlarını düzenlemek için emacs kipi - emacs-python makes a number of editing and debugging features available to Python programmers who use GNU Emacs or XEmacs. - Python programcıları için birçok kod düzenleme ve hata ayıklama özelliği sağlar. - https://launchpad.net/python-mode/trunk/6.2.3/+download/python-mode.el-6.2.3.tar.gz - editor/emacs/emacs-python/pspec.xml - - - emacs-python - - pymacs - emacs - - - /etc/emacs - /usr/share/emacs - - - 80-python.el - - - - - 2020-02-09 - 6.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-05 - 6.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-09 - 6.2.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 6.2.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-05 - 6.2.1 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - pymacs - https://github.com/dgentry/Pymacs - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - editor.emacs - Interface between Emacs Lisp and Python - Emacs Lisp ve Python iletişimini sağlayan bir arayüz - Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python. - Pymacs, Emacs ile çalıştırıldığında, Emacs Lisp ve Python arasında çift yönlü iletişime olanak tanıyan güçlü bir araçtır. - https://github.com/pinard/Pymacs/archive/v0.25.tar.gz - editor/emacs/pymacs/pspec.xml - - - pymacs - - /usr/lib - /usr/share/doc - /usr/share/emacs - /etc/emacs/site-lisp - - - 80-pymacs.el - - - - - 2020-02-09 - 0.25 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.25 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-09 - 0.25 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-24 - 0.25 - First release - Ilker Manap - ilkermanap@gmail.com - - - - - - geany - https://geany.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - editor - GTK+ based fast and lightweight IDE - GTK+ based fast and lightweight IDE - https://download.geany.org/geany-1.38.tar.bz2 - - libgcc - intltool - vte-devel - gtk3-devel - glib2-devel - python3-lxml - python3-devel - - editor/geany/pspec.xml - - - geany - - atk - vte - gtk3 - glib2 - cairo - pango - libgcc - python3 - gdk-pixbuf - geany-colorschemes - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc - - - - geany-devel - geany için geliştirme dosyaları - geany için geliştirme dosyaları - - geany - gtk3-devel - glib2-devel - - - /usr/lib/pkgconfig - /usr/include/geany/* - - - - - 2021-10-15 - 1.38 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-06 - 1.37.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-06-24 - 1.36 - Disable binreloc. - fury - uglyside@yandex.ru - - - 2020-02-03 - 1.36 - Rebuild with gtk3. - fury - uglyside@yandex.ru - - - 2019-10-15 - 1.36 - Version bump - fury - uglyside@yandex.ru - - - 2019-04-30 - 1.35 - Version bump - fury - uglyside@yandex.ru - - - 2019-04-16 - 1.34.1 - First release - fury - uglyside@yandex.ru - - - - - - geany-plugins - https://plugins.geany.org/ - - fury - uglyside@yandex.ru - - GPL - library - editor - Plugins for Geany - Plugins for Geany - https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.bz2 - - intltool - cppcheck - vte-devel - vala-devel - ctpl-devel - check-devel - geany-devel - lua51-devel - gpgme-devel - python-devel - gnutls-devel - python3-devel - libsoup-devel - libgit2-devel - libpcre2-devel - enchant2-devel - gtkspell3-devel - webkit2gtk-devel - - editor/geany-plugins/pspec.xml - - - geany-plugins - - atk - vte - zlib - ctpl - gtk3 - cairo - pango - glib2 - geany - lua51 - gpgme - gnutls - libsoup - libxml2 - libgit2 - harfbuzz - libpcre2 - enchant2 - gtkspell3 - libassuan - gdk-pixbuf - webkit2gtk - libgpg-error - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-10-15 - 1.38 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-01 - 1.37 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-22 - 1.36 - Rebuild libgit2. - fury - uglyside@yandex.ru - - - 2020-09-22 - 1.36 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-12-18 - 1.36 - Rebuild with gtk3. - fury - uglyside@yandex.ru - - - 2019-10-15 - 1.36 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-07-05 - 1.35 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-04-21 - 1.34 - build - fury - uglyside@yandex.ru - - - - - - ghostwriter - https://github.com/wereturtle/ghostwriter - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv3 - app:gui - editor - ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. - ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. - ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel. - ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel. - https://github.com/wereturtle/ghostwriter/archive/refs/tags/2.1.2.tar.gz - - qt5-base-devel - qt5-multimedia-devel - qt5-webkit-devel - qt5-webengine-devel - qt5-svg-devel - qt5-linguist - hunspell-devel + qt5-qdbusviewer + zlib-devel desktop-file-utils - pkgconfig + xdg-utils - editor/ghostwriter/pspec.xml + util/misc/qdirstat/pspec.xml - ghostwriter + qdirstat - qt5-base - qt5-webkit - hunspell + zlib libgcc + qt5-base /usr/bin - /usr/share/appdata - /usr/share/applications - /usr/share/icons/hicolor - /usr/share/ghostwriter - /usr/share/pixmaps - /usr/share/metainfo - /usr/share/man - /usr/share/doc - - - - - 2022-04-03 - 2.1.2 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-02-21 - 1.5.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-09-11 - 1.4.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-07-20 - 1.3.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - krita - http://www.krita.org/ - - Kamil Atlı - suvari@pisilinux.org - - GPL-3.0-or-later - multimedia.graphics - Krita is a free digital painting application. - Krita ücretsiz bir dijital resim uygulamasıdır. - Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. - Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir. - https://download.kde.org/stable/krita/4.4.8/krita-4.4.8.tar.xz - - eigen3 - kio-devel - pkgconfig - gsl-devel - zlib-devel - tiff-devel - libvc-devel - exiv2-devel - python3-sip - fftw3-devel - ki18n-devel - boost-devel - libXi-devel - ffmpeg-devel - libraw-devel - giflib-devel - libpng-devel - kcrash-devel - quazip-devel - python3-devel - openexr-devel - kconfig-devel - karchive-devel - kguiaddons-devel - kitemviews-devel - poppler-qt5-devel - kitemmodels-devel - python3-qt5-devel - python3-pyqt5-sip - kcoreaddons-devel - kcompletion-devel - extra-cmake-modules - libjpeg-turbo-devel - kwindowsystem-devel - kwidgetsaddons-devel - qt5-multimedia-devel - qt5-svg-devel - qt5-designer-devel - qt5-x11extras-devel - opencolorio-devel - - - krita-openexr3.patch - krita-opencolorio2.patch - - editor/krita/pspec.xml - - - krita - Krita is a free digital painting application. - - gsl - tiff - zlib - boost - fftw3 - ki18n - lcms2 - giflib - kcrash - libX11 - libpng - libraw - quazip - libgcc - python3 - kconfig - qt5-svg - karchive - qt5-base - exiv2-libs - kguiaddons - kitemviews - kcompletion - kcoreaddons - poppler-qt5 - openexr-libs - kwindowsystem - libjpeg-turbo - qt5-x11extras - kwidgetsaddons - qt5-multimedia - qt5-declarative - qt5-svg - qt5-designer - opencolorio - - - /etc /usr/share - /usr/lib /usr/share/doc - /usr/bin - /usr/share/metainfo - /usr/bin/krita - /usr/share/locale - - 2021-10-27 - 4.4.8 - Version bump. + + 2018-08-10 + 1.4 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2021-03-18 - 4.4.2 - Major version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-09-20 - 4.3.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - 2020-02-12 - 4.2.8.2 + 2018-01-14 + 1.4 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-10-05 - 4.2.7.1 + 2017-01-25 + 1.2 Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-25 - 4.2.3 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - liblangtag - https://bitbucket.org/tagoh/liblangtag/wiki/Home - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3.0 - MPLv2.0 - app:console - editor - An interface library to access tags for identifying languages - liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC. - https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.3.tar.bz2 - - python3 - libxml2-devel - glib2-devel - gobject-introspection-devel - - editor/liblangtag/pspec.xml - - - liblangtag - - glib2 - libxml2 - - - /usr/share/liblangtag - /usr/share/gir-1.0 - /usr/share/doc - /usr/lib - /usr/share/gtk-doc - - - - liblangtag-devel - liblangtag için geliştirme dosyaları - liblangtag için geliştirme dosyaları - - liblangtag - - - /usr/include/liblangtag - /usr/lib/pkgconfig - - - - - 2020-02-08 - 0.6.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-28 - 0.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 0.6.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-11 - 0.6.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2011-02-07 - 0.6.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libmspub - http://www.freedesktop.org/wiki/Software/libmspub - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - MPLv1.1 - app:gui - editor - Library parsing the Microsoft Publisher documents - Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. - http://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.bz2 - - boost-devel - doxygen - help2man - icu4c-devel - librevenge-devel - zlib-devel - - - buildfix.diff - - editor/libmspub/pspec.xml - - - libmspub - - zlib - icu4c - libgcc - librevenge - - - /usr/bin - /usr/share/doc - /usr/lib - - - - libmspub-devel - libmspub için geliştirme dosyaları - libmspub için geliştirme dosyaları - - zlib-devel - icu4c-devel - librevenge-devel - libmspub - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 0.1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 0.1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-09 - 0.1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 0.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 0.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-16 - 0.1.2 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-10 - 0.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-24 - 0.1.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - medit - http://mooedit.sourceforge.net/ - Stefan Gronewold(groni) groni@pisilinux.org - - GPLv2 - app:gui - editor - Multiplatform GTK text editor - Sekme özelliğine sahip bir metin düzenleyicisi - Medit is a text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor. The intention now is to make it a useful programming and around-programming text editor. - Medit, sekme özelliğine sahip hızlı ve kullanışlı bir metin düzenleyicisidir. - medit - mirrors://sourceforge/mooedit/medit-1.2.92-devel.tar.bz2 - - python-gtk-devel - python-devel - intltool - gtk2-devel - atk-devel - cairo-devel - gettext-devel - pkgconfig - glib2-devel - libX11-devel - python3-devel - libxml2-devel - gtk2-devel - pango-devel - lua-devel - libSM-devel - libICE-devel - shared-mime-info - gdk-pixbuf-devel - - - desktop-tr.patch - fix_help_dir.patch - - editor/medit/pspec.xml - - - medit - - gtk2 - atk - glib2 - libX11 - libgcc - python - libxml2 - cairo - pango - libSM - libICE - gdk-pixbuf - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/applications - /usr/share/icons/hicolor - /usr/share/medit - /usr/share/pixmaps - /usr/share/doc - /usr/share/man - - - - - 2020-02-09 - 1.2.92 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 1.2.92 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-15 - 1.2.92 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 1.2.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-15 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - 2016-05-08 - 1.2.0 + 2016-08-04 + 1.0 First release - Stefan Gronewold(groni) + Stefan Gronewold (groni) groni@pisilinux.org - nano - https://www.nano-editor.org/ + bleachbit + https://www.bleachbit.org/ - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - GPLv3 - app:console - editor - GNU GPL'd Pico clone with more functionality - Konsol ortamında kullanabileceğiniz bir metin düzenleyicidir. - Nano est un petit éditeur libre et convivial qui a pour but de remplacer Pico, l'éditeur par défaut inclus dans le paquet non-libre Pine. Plutôt que juste copier l'apparence et le ressenti de Pico, nan implémente également certaines fonctionnalité manquantes (ou désactivées par défaut), tel que "rechercher et remplacer" ou "allez à la ligne numéro". - Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number". - Nano özgür olmayan Pine paketinin içindeki metin düzenleme programı olan Pico'nun yerine geçme hedefini güden küçük, özgür ve kullanışlı bir metin düzenleme programıdır. Pico'nun görünüşünü ve işlevini kopyalamaktan çok, Nano aynı zamanda "ara ve değiştir" ve "satır numarasına git" gibi Pico'da olmayan (veya ön tanımlı olarak kapalı) bazı özellikleri sunar. - https://www.nano-editor.org/dist/v6/nano-6.0.tar.xz - - groff - ncurses-devel - gettext-devel - - editor/nano/pspec.xml - - - nano - - ncurses - file - - - /etc - /usr/share/locale - /usr/share/doc/nano - /usr/share/man - /usr/share/info - /usr/share/nano - /usr/bin - /bin - - - - - 2021-12-15 - 6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-08 - 4.9.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-09 - 4.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-27 - 4.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-03-27 - 2.9.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-29 - 2.9.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-05 - 2.9.3 - Version Bump - Ercan Ersoy - ercanersoy@ercanersoy.net - - - 2017-12-28 - 2.9.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 2.7.5 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 2.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-02 - 2.5.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - poedit - https://poedit.net/ - - PisiLinux Community - admins@pisilinux.org - - MIT + GPL-3 app:gui - editor - A cross-platform translation editor. - Platform bağımsız gettext po düzenleyicisi - This program is a simple translation editor for PO and XLIFF files. It also serves as a GUI frontend to more GNU gettext utilities and catalogs editor/source code parser. It helps with translating applications into another language. - Poedit, GNU Gettext arayüzü ve katalog düzenleyicisi / kaynak kod ayrıştırıcısıdır. Uygulamaları başka dillere çevirmede yardımcı olur. Detaylı bilgi için GNU Gettext dökümantasyonu ya da wxWidgets wxLocale sınıf referanslarına göz atın. - https://github.com/vslavik/poedit/releases/download/v3.1.1-oss/poedit-3.1.1.tar.gz + util.misc + Deletes unneeded files to free disk space and maintain privacy. + BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. + mirrors://sourceforge/project/bleachbit/bleachbit/4.2.0/bleachbit-4.2.0.tar.bz2 - wxGTK3 - db-devel gtk3-devel - glib2-devel - boost-devel - icu4c-devel - wxGTK-devel - wxGTK-common - gettext-devel - pugixml-devel - lucene++-devel - gtkspell3-devel - - editor/poedit/pspec.xml - - - poedit - - gtk3 - boost - glib2 - icu4c - wxGTK3 - libgcc - gettext - pugixml - lucene++ - gtkspell3 - wxGTK-common - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-07-27 - 3.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-20 - 3.0.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-27 - 2.4.3 - Rebuild boost. - fury - uglyside@yandex.ru - - - 2021-04-29 - 2.4.3 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-04 - 2.4.2 - First release - fury - uglyside@yandex.ru - - - - - - scite - https://sourceforge.net/projects/scintilla/ - - fury - uglyside@yandex.ru - - custom - app:gui - editor - SCIntilla based Text Editor. - Scintilla is a free source code editing component which includes useful features such as syntax styling, error indicators, folding, code completion and call tips. - mirrors://sourceforge/project/scintilla/SciTE/5.2.3/scite523.tgz - - lua-devel - gtk2-devel - glib2-devel - python3-devel - - editor/scite/pspec.xml - - - scite - - atk - gtk2 - cairo - glib2 - pango - libgcc - gdk-pixbuf - - - /usr/bin - /usr/lib/scite - /usr/share - - - - - 2022-07-10 - 5.2.3 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 5.2.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-18 - 5.1.6 - First build. - fury - uglyside@yandex.ru - - - - - - texlive-bin - https://www.tug.org/texlive/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data:doc - app:console - editor.tex - Tex Live binaries - TeX Live Dağıtımının Ana Parçası - texlive-bin est la part essentiel de TeXLive. - Texlive binaries that are an essential part of TeXLive component. - texlive-bin Tex Live dağıtımının ana parçasıdır. - ftp://tug.org/texlive/historic/2020/texlive-20200406-source.tar.xz - https://github.com/plk/biber/archive/v2.16.tar.gz - - gd-devel - clisp-devel - icu4c-devel - t1lib-devel - libXi-devel - libXt-devel - ffcall-devel - libpng-devel - libXaw-devel - libXmu-devel - libXpm-devel - poppler-devel - zziplib-devel - libpaper-devel - harfbuzz-devel - freetype-devel - graphite2-devel - fontconfig-devel - libsigsegv-devel - ghostscript-devel - - editor/tex/texlive-bin/pspec.xml - - - texlive-bin - Tex Live binaries - - gd - zlib - icu4c - libXt - libXi - t1lib - ffcall - libX11 - libgcc - libpng - libXaw - libXmu - libXpm - zziplib - harfbuzz - freetype - graphite2 - fontconfig - libsigsegv - ghostscript - - - /etc - /usr/share - /usr/lib - /usr/share/man - /usr/share/info - /usr/bin - /usr/share/tlpkg - /usr/share/texmf-dist - - - - texlive-bin-devel - Development files for texlive-bin - texlive-bin için geliştirme dosyaları - texlive-bin-devel, texlive-bin için geliştirme dosyalarını içerir. - - texlive-bin - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-02-06 - 20200406 - Rebuild - fury - uglyside@yandex.ru - - - 2020-06-01 - 20200406 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-21 - 20190410 - Version bump - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-03-21 - 2018.47465 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - texlive-core - https://www.tug.org/texlive - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data:doc - app:console - editor.tex - TeX Live core distribution. - TeX Live Dağıtımının Ana Parçası - texlive-core est la part essentiel de TeXLive. - texlive-core is the essential part of TeXLive. It corresponds to the "medium" scheme of TexLive. - texlive-core Tex Live dağıtımının ana parçasıdır. - https://mirrors.kernel.org/archlinux/other/texlive/texlive-core-2020.57066-src.zip - - texlive-bin - - editor/tex/texlive-core/pspec.xml - - - texlive-core - TeX Live core distribution. - - psutils - t1utils - ghostscript - texlive-bin - - - /etc/fonts - /etc/texmf - /usr/bin - /var/lib/texmf - /usr/share/tlpkg - /usr/share/libalpm - /usr/share/texmf-dist - - - System.Package - - - arch/texmf.cnf - arch/texmfcnf.lua - arch/09-texlive-fonts.conf - arch/texlive-core.maps - arch/texlive-core.fmts - - - - - 2020-01-02 - 2020.57066 - Version bump. - fury - uglyside@yandex.ru - - - 2020-05-29 - 2020.54593 - Major version bump - Blue Devil - bluedevil@sctzine.com - - - - - - texstudio - https://www.texstudio.org/ - - Pisilinux Community - admin@pisilinux.org - - GPLv3 - app:gui - editor - TeXstudio is a fully featured LaTeX editor. - TeXstudio is an integrated writing environment for creating LaTeX documents. Our goal is to make writing LaTeX as easy and comfortable as possible. Therefore TeXstudio has numerous features like syntax-highlighting, integrated viewer, reference checking and various assistants. - https://github.com/texstudio-org/texstudio/archive/refs/tags/4.2.2.tar.gz - - zlib-devel - quazip-devel - qt5-svg-devel - hunspell-devel - qt5-base-devel - qt5-script-devel - qt5-phonon-devel - poppler-qt5-devel - poppler-cpp-devel - ghostscript-devel - qtermwidget5-devel - qt5-declarative-devel - - editor/texstudio/pspec.xml - - - texstudio - - zlib - libX11 - libgcc - quazip - qt5-svg - hunspell - qt5-base - qt5-script - poppler-qt5 - texlive-bin - texlive-core - qtermwidget5 - qt5-declarative - - - /usr/bin - /usr/share - /usr/share/texstudio - /usr/share/icons/hicolor - - - - - 2022-05-14 - 4.2.2 - First build - fury - uglyside@yandex.ru - - - - - - vim - http://www.vim.org/ - - PisiLinux Community - admins@pisilinux.org - - custom - editor.vi - Vi IMproved, an advanced text editor - Vi Improved, gelişmiş metin editörü - Vi IMproved – klon edytora Vi - Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code. - VIM, açık hali ile Vi Improved - Geliştirilmiş Vi, 1991 yılında Bram Moolenaar tarafından yazılmış ve özellikle programcılar ve sistem yöneticileri tarafından çok kullanılan bir metin editörüdür. Çok geniş bir kullanıcı kitlesi olan VIM metin düzenleyicisi yüksek oranda özelleştirilebilir bir yazılımdır. Ayrıca VIM için pek çok destekleyici betik (script) bulunmaktadır. - Edytor tekstu podobny do Vi. Ważne ulepszenia: możliwość pracy w wielu oknach, wielopoziomowa opcja ‚cofnij’, bloki, podświetlanie składni, folding i wiele innych. - https://github.com/vim/vim/archive/v8.2.2891.tar.gz - - gpm - ctags - acl-devel - ruby-devel - gtk2-devel - libSM-devel - libXt-devel - pango-devel - libICE-devel - python-devel - python3-devel - ncurses-devel - libcanberra-devel - - - pisilinux/grub_conf.patch - pisilinux/xorg_conf.patch - vim-7.3-interix-link.patch - - editor/vi/vim/pspec.xml - - - vim - Vi IMproved, an advanced text editor - app:console - - gpm - acl - perl - ruby - ctags - ncurses - - - /etc/vim - /bin - /usr/share/doc - /usr/share/man - /usr/share/vim - /usr/bin/ex - /usr/bin/xxd - /usr/bin/vi* - /usr/bin/rvi* - - - vimrc - pisilinux/actions.vim - pisilinux/pspec.vim - pisilinux/translations.vim - plugins/taglist.vim - plugins/kde-devel-vim.vim - plugins/newpythonfile.vim - plugins/redstring.vim - - - - gvim - Graphical User Interface for Vi IMproved, an advanced text editor - Vi Improved, gelişmiş metin editörü için grafik kullanıcı arayüzü - VIM, açık hali ile Vi Improved - Geliştirilmiş Vi, 1991 yılında Bram Moolenaar tarafından yazılmış ve özellikle programcılar ve sistem yöneticileri tarafından çok kullanılan bir metin editörüdür. GVim ise vim için bir grafik kullanıcı arayüzü sunar. - app:gui - gvim - gui - - acl - gpm - vim - perl - gtk2 - ruby - glib2 - libSM - libXt - pango - libICE - libX11 - ncurses - gdk-pixbuf - - - /usr/share/icons - /usr/share/pixmaps - /usr/bin/gvi* - /usr/bin/egvi* - /usr/bin/rgvi* - /usr/bin/ggvi* - /usr/bin/rggvi* - /usr/bin/gvimtutor - /usr/share/applications - - - gvimtutor - gvim.xpm - gvim.desktop - - - - - 2021-06-28 - 8.2.2891 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 8.2.0788 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-09 - 8.2.0236 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 8.1.1846 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 8.0.1451 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-29 - 8.0.1451 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-01 - 8.0.1451 - Version bump. - Ali Algül - aligulle3801@gmail.com - - - 2017-04-10 - 0.8.0.0559 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-10 - 0.8.0.0130 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.7.4.909 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-05 - 0.7.4.909 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - bzflag - https://www.bzflag.org/ - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - app:gui - game.action - A free multiplayer multiplatform 3D tank battle game - Ağ destekli çok oyunculu bir tank oyunu - BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag. It's one of the most popular games ever on Silicon Graphics machines. - BZFlag, ağ destekli ve çok oyunculu 3B bir tank oyunudur. Karşı tarafın bayrağını ele geçirme temeline dayanır. Silicon Graphics makinelerdeki en popüler oyunlardan biridir. - https://download.bzflag.org/bzflag/source/2.4.14/bzflag-2.4.14.tar.bz2 - - c-ares-devel - mesa-devel - glew-devel - libsdl-devel - sdl-image-devel - mesa-glu-devel - curl-devel - zlib-devel - libsdl2-devel - ncurses-devel - - game/action/bzflag/pspec.xml - - - bzflag - - c-ares - curl - zlib - libgcc - libsdl2 - ncurses - mesa - glew - libsdl - mesa-glu - - - /usr/bin - /usr/include - /usr/lib - /usr/share/bzflag - /usr/share/doc/ - /usr/share/man/ - /usr/share/applications - /usr/share/pixmaps - - - bzflag.desktop - bzflag.png - - - - - 2018-08-29 - 2.4.14 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 2.4.12 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 2.4.12 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - abe - http://abe.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - game.arcade - Yet another platform game - Platform oyunu - Ancient pyramid explorer Abe makes his way through booby traps. - Eski piramitleri araştıran Abe kendisini bekleyen tehlikelerden ve tuzaklardan kurtulmaya çalışıyor. - abe - mirrors://sourceforge/abe/abe-1.1.tar.gz - - libsdl-devel - sdl-mixer-devel - - - flags.patch - abe-1.1-settings.patch - - game/arcade/abe/pspec.xml - - - abe - - libsdl - sdl-mixer - - - /usr/share/doc - /usr/bin - /usr/share/abe - /usr/share/pixmaps - /usr/share/applications - - - abe.png - abe.desktop - - - - - 2021-05-10 - 1.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - astromenace - https://viewizard.com/ - - Stefan Gronewold - groni@pisilinux.org - - GPLv3 - game.arcade - Hardcore 3D space shooter with spaceship upgrade possibilities - AstroMenace stands out for a hardcore gameplay that absorbs you completely as you repel the relentless attacks of diverse adversaries and dodge hails of projectiles. - https://sourceforge.net/projects/openastromenace/files/1.3.2/astromenace-src-1.3.2.tar.bz2 - - cmake - fontconfig-devel - freealut-devel - freetype-devel - libICE-devel - libX11-devel - libXext-devel - libogg-devel - libsdl-devel - libvorbis-devel - libXinerama-devel - mesa-devel - mesa-glu-devel - - - astromenace.patch - - game/arcade/astromenace/pspec.xml - - - astromenace - Hardcore 3D space shooter with spaceship upgrade possibilities - - fontconfig - freetype - libX11 - libsdl - mesa - mesa-glu - libgcc - openal - freealut - libvorbis - libXinerama - - - /usr/bin - /usr/share - /usr/share/doc - - - astromenace.desktop - astromenace_64.png - - - - - 2018-09-14 - 1.3.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-04 - 1.3.2 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - dustrac - http://dustrac.sourceforge.net/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - app:gui - game.arcade - Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game - The purpose of the game is to race against 11 challenging computer players on different race tracks. Finishing in TOP-6 will unlock a new race track. Only a small portion of the race track is visible on the scrolling screen. - https://github.com/juzzlin/DustRacing2D/archive/2.0.1.tar.gz - - qt5-base-devel - qt5-linguist - openal-devel - cmake - pkgconfig - libvorbis-devel - mesa-devel - mesa-glu-devel - - - editor.patch - - game/arcade/dustrac/pspec.xml - - - dustrac - - qt5-base - openal - libvorbis - libgcc - mesa - - - /usr/bin - /usr/share/appdata/ - /usr/share/games - /usr/share/locale - /usr/share/applications - /usr/share/icons - /usr/share/metainfo/dustrac.appdata.xml - /usr/share/pixmaps - /usr/share/doc - - - - - 2018-09-14 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-19 - 2.0.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-25 - 1.12.0 - version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-11-20 - 1.11.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - extremetuxracer - https://sourceforge.net/projects/extremetuxracer/ - - Ali Cengiz Kurt - alicengizkurt@gmail.com - - GPLv2 - app:gui - game.arcade - High speed arctic racing game based on Tux Racer. - Buz üzerinde penguen yarışı - Extreme Tux Racer is a racing game which forked off Tux Racer after work on it ceased. It was formerly known as Planet Penguin Racer. - Extreme Tux Penguin racer, buz üzerinde kayarak ve balık toplayarak zamana karşı yarışma oyunudur. - extremetuxracer - https://downloads.sourceforge.net/extremetuxracer/etr-0.8.1.tar.xz - - sfml-devel - libglvnd-devel - mesa-glu-devel - - game/arcade/extremetuxracer/pspec.xml - - - extremetuxracer - - sfml - libgcc - mesa-glu - libglvnd - - - /usr/bin - /usr/share/applications - /usr/share/appdata - /usr/share/doc - /usr/share/etr - /usr/share/pixmaps - - - - - 2022-01-05 - 0.8.1 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - gl117 - https://sourceforge.net/projects/gl-117/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - game.arcade - Flight simulator - Uçak savaşı oyunu - GL117 is an action-packed flight simulator. - GL117, uçağınızla savaştığınız aksiyon dolu bir oyundur. - gl117 - mirrors://sourceforge/gl-117/gl-117-1.3.2-src.tar.bz2 - - mesa-devel - libsdl-devel - freeglut-devel - mesa-glu-devel - sdl-mixer-devel - - game/arcade/gl117/pspec.xml - - - gl117 - - mesa - libsdl - freeglut - mesa-glu - sdl-mixer - libgcc - - - /usr/share/doc - /usr/bin - /usr/share/gl-117 - /usr/share/pixmaps - /usr/share/applications - - - gl117.png - gl117.desktop - - - - - 2018-09-14 - 1.3.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2010-12-17 - 1.3.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - eboard - http://www.bergo.eng.br/eboard/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - game.board - A GTK+ chess board - Gtk tabanlı satranç arayüzü - eboard is a chess interface for Unix-like systems based on the GTK+ GUI toolkit. - eboard; unix sistemleri için, gtk+ araç takımı kullanılarak yazılmış bir satranç arayüzüdür. - eboard - mirrors://sourceforge/eboard/eboard-1.1.1.tar.bz2 - - gtk2-devel - pango-devel - glib2-devel - libpng-devel - - - eboard-1.1.1-as-needed.patch - eboard-1.1.1-gcc44.patch - eboard-1.1.1-ovflfix.patch - eboard-1.1.1-libpng15.patch - - game/board/eboard/pspec.xml - - - eboard - - gtk2 - pango - glib2 - libgcc - libpng - - - /usr/bin - /usr/share/eboard - /usr/share/doc - /usr/share/man - /usr/share/applications - /usr/share/pixmaps - - - eboard.desktop - - - - - 2018-09-14 - 1.1.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 1.1.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-04 - 1.1.1 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - gnuchess - http://www.gnu.org/software/chess/chess.html - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:console - game.board - Console based chess interface - Konsol tabanlı bir satranç programı - GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows xboard. - GNU Chess, konsolda oynanan bir satranç oyunudur. XBoard gibi grafik arayüzleri de destekler. - mirrors://gnu/chess/gnuchess-6.2.9.tar.gz - - readline-devel - - game/board/gnuchess/pspec.xml - - - gnuchess - - readline - - - /usr/bin - /usr/share/doc - /usr/share/info - /usr/share/games - /usr/share/gnuchess - /usr/share/man/man1 - - - - - 2022-04-03 - 6.2.9 - Version Bump. - Ercan Ersoy - ercanersoy@ercanersoy.net - - - 2018-09-14 - 6.2.5 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 6.2.4 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-04 - 6.2.4 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - gnuchess-book - http://www.gnu.org/software/chess/chess.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - game.board - Opening book for GNU Chess - GNU Chess için açılış kitabı - Contains opening book (set of movesets to be played at the beginning of the game) for GNU Chess. - GNU Chess oyununun açılış kitabını (sıralanmış açılış hamleleri kümesi) içerir. - mirrors://gnu/chess/book_1.02.pgn.gz - - gnuchess - - game/board/gnuchess-book/pspec.xml - - - gnuchess-book - - gnuchess - - - /usr/share/games/gnuchess - - - - - 2018-09-14 - 1.02 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 1.01 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-04 - 1.01 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - gweled - http://www.gweled.org - - Alper Tekinalp - admins@pisilinux.org - - GPLv2 - app:gui - game.board - A puzzle game similar to "Bejeweled" or "Diamond Mine" - "Bejeweled" veya "Diamond Mine" benzeri bir bulmaca oyunu - Gweled is a GTK+ version of a popular PalmOS/Windows/Java game called "Bejeweled", originally written by Sebastien Delestaing. The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. - Gweled, orijinal olarak Sebastien Delestaing tarafından yazılmış, "Bejeweled" olarak bilinen popüler PalmOS/Windows/Java oyununun GTK+ versiyonudur. Oyunun amacı 3 veya daha çok mücevheri yatay veya dikey olarak aynı hizaya getirmektir. - gweled - http://launchpad.net/gweled/trunk/0.9.1/+download/gweled-0.9.1.tar.gz - - gtk2-devel - intltool - icon-theme-hicolor - gdk-pixbuf-devel - glib2-devel - librsvg-devel - libmikmod-devel - - - gweled-0.9.1-fix-open.patch - translate-paused-string.patch - turkish.patch - gweled-librsvg-crash.patch - - game/board/gweled/pspec.xml - - - gweled - - librsvg - libmikmod - glib2 - gtk2 - gdk-pixbuf - - - /usr/bin - /usr/share/doc - /usr/share/locale - /usr/share - /var/state/gweled - - - - - 2021-01-05 - 0.9.1 - Rebuild New Patch - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2018-09-14 - 0.9.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 0.9.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-04 - 0.9.1 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - alienarena - http://red.planetarena.org - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - COR-Entertainment-LLC - app:gui - game.fps - A standalone 3D first person shooter game - 3 Boyutlu ilkgözden nişancılık oyunu - Alien Arena is a standalone 3D first person online deathmatch shooter crafted from the original source code of Quake II and Quake III. - Alien Arena, Quake 2 ve 3 oyunlarının kaynak kodlarından yola çıkılarak hazırlanmış çevrimiçi oynanabilen ilkgözden (first person) nişancılık (shooter) oyunudur. - alienarena - http://red.planetarena.org/files/alienarena-7.66-linux20130827.tar.gz - - libjpeg-turbo-devel - libXxf86dga-devel - libXxf86vm-devel - libX11-devel - mesa-devel - openal-devel - ode-devel - curl-devel - freetype-devel - libvorbis-devel - - - gcc7.patch - alienarena-20130827-format.patch - use_home_dir.patch - - game/fps/alienarena/pspec.xml - - - alienarena - - libjpeg-turbo - libXxf86vm - curl - zlib - libX11 - libvorbis - libgcc - freetype - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - alienarena.png - alienarena.desktop - - - - - 2018-09-14 - 7.66 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-05 - 7.66 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2015-11-11 - 7.66 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - gnome-chess - https://wiki.gnome.org/Apps/Chess - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - game - Play the classic two-player boardgame of chess - Play the classic two-player boardgame of chess - Klasik iki kişilik satranç tahtası oyununu oynayın - Klasik iki kişilik satranç tahtası oyununu oynayın - https://download.gnome.org/sources/gnome-chess/42/gnome-chess-42.0.tar.xz - - meson - itstool - gtk4-devel - yelp-tools - cairo-devel - vala-devel - glib2-devel - librsvg-devel - libadwaita-devel - gobject-introspection-devel - - game/gnome-chess/pspec.xml - - - gnome-chess - - gtk4 - cairo - glib2 - librsvg - gnuchess - libadwaita - - - /usr/bin - /etc - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/icons - /usr/share/help - /usr/share/glib-2.0/ - /usr/share/dbus-1/services - /usr/share/doc - /usr/share/applications/org.gnome.Chess.desktop - - - - - 2022-03-20 - 42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 41.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - hexalate - https://gottcode.org/hexalate/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - app:gui - game.logic - Hexalate is a color matching game. - Hexalate renk eşleştirme oyunudur. - The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs. - Hexalate bir mantık oyunudur. Oyundaki amaç, daireleri döndürerek birbirine değen noktalardaki renklerin eşleşmesini sağlamaktır. - https://gottcode.org/hexalate/hexalate-1.1.5-src.tar.bz2 - - qt5-base-devel - qt5-linguist - - game/logic/hexalate/pspec.xml - - - hexalate - Hexalate is a color matching game. - - qt5-linguist - qt5-base - libgcc - - - /usr/share/applications - /usr/share/icons/hicolor - /usr/share/pixmaps - /usr/bin - /usr/share/doc - /usr/share - - - - - 2020-02-12 - 1.1.5 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-14 - 1.1.4 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 1.1.2 - First release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gcompris - https://gcompris.net/index-en.html - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - game.misc - Full featured educational application for children from 2 to 10 - 2-10 yaş arası çocuklar için eğitici uygulamalar - GCompris is an educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game orientated, but nonetheless still educational. - GCompris, 2-10 yaş arası çocuklar için bir çok etkinliği kapsayan eğitim amaçlı bir yazılım paketidir. Bazı etkinlikler, eğitim amaçlı oyunlardan oluşmaktadır. - http://gcompris.net/download/gtk/src/gcompris-17.05.tar.bz2 - - gawk - intltool - texinfo - gettext-devel - texi2html - gtk2-devel - glib2-devel - gnome-common - sqlite-devel - libX11-devel - python-devel - librsvg-devel - libxml2-devel - freetype-devel - fontconfig-devel - gstreamer-devel - python-gtk-devel - python-cairo-devel - - game/misc/gcompris/pspec.xml - - - gcompris - - atk - gtk2 - cairo - glib2 - pango - sqlite - libX11 - librsvg - libxml2 - freetype - gstreamer - fontconfig - gdk-pixbuf - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/pixmaps - /usr/share/gcompris - /usr/share/applications - /usr/share/locale - - - gcompris-edit.desktop - gcompris.desktop - gcompris-edit.png - gcompris.png - - - - - 2018-10-09 - 17.05 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-21 - 17.05 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 15.10 - Fix url. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-02-07 - 15.10 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gcompris-qt - https://gcompris.net/ - - Berk Çakar - berk2238@hotmail.com - - AGPLv3 - game.misc - Educational software suite comprising of numerous activities for children aged 2 to 10 - Educational software suite comprising of numerous activities for children aged 2 to 10 - https://gcompris.net/download/qt/src/gcompris-qt-1.1.tar.xz - - cmake - extra-cmake-modules - icon-theme-hicolor - kdoctools-devel - qml-box2d - openssl-devel - qt5-base-devel - qt5-declarative-devel - qt5-graphicaleffects - qt5-linguist - qt5-multimedia-devel - qt5-quickcontrols - qt5-sensors-devel - qt5-svg-devel - qt5-xmlpatterns-devel - - game/misc/gcompris-qt/pspec.xml - - - gcompris-qt - Educational software suite comprising of numerous activities for children aged 2 to 10 - - libgcc - qt5-base - qt5-declarative - qt5-multimedia - qt5-sensors - - - /usr/bin - /usr/share/applications - /usr/share/doc - /usr/share/gcompris-qt - /usr/share/icons - /usr/share/metainfo - - - - - 2021-04-24 - 1.1 - First release - Berk Çakar - berk2238@hotmail.com - - - - - - ode - http://www.ode.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - game.misc - High performance library for simulating rigid body dynamics - Vücut dinamiklerini simüle etmek için yüksek başarımlı bir kitaplık - ODE jest biblioteką służącą do symulacji dynamiki bryły sztywnej - SDK (kit de développement) du moteur Open Dynamics. - ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. - ode açık kaynaklı, yüksek başarımlı bir vücut dinamiği simülasyon kitaplığıdır. Tam işlevsel, kararlı, olgun ve platform bağımsız bir C/C++ programlama arayüzü sunar. - Open Dynamics Engine (ODE) jest wolną biblioteką służącą do symulacji dynamiki bryły sztywnej. ODE jest użyteczne przy symulacji pojazdów, obiektów w przestrzeni wirtualnej i wirtualnych stworzeń. - https://bitbucket.org/odedevs/ode/downloads/ode-0.15.2.tar.gz - - libgcc - - game/misc/ode/pspec.xml - - - ode - - libgcc - - - /usr/lib - /usr/share/doc - - - - ode-devel - Development files for ode - ode için geliştirme dosyaları - Pliki nagłówkowe ode - - ode - - - /usr/bin/ode-config - /usr/include - /usr/lib/pkgconfig - - - - - 2018-09-16 - 0.15.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-16 - 0.15.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 0.14 - Update. - Alihan Öztürk - alihan@pisilinux.org - - - 2017-03-09 - 0.13 - Rebuild for new toolchain. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-10-26 - 0.13 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - plib - http://plib.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - game.misc - Plib game library - Oyun kütüphanesi - Librairie multimédia et 3D principalement utilisée par les jeux. - Multimedia and 3D library used mostly by games. - Genellikle oyunlar tarafından kullanılan multimedya ve 3B kütüphanesi - Librería multimedia y 3D usado principalmente en juegos - http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz - - mesa-devel - libXi-devel - libSM-devel - libXmu-devel - libICE-devel - libXext-devel - - - 02_build_shared_libs.diff - 03_remove_pthread_link.diff - - game/misc/plib/pspec.xml - - - plib - - mesa - libX11 - libgcc - - - /usr/lib - /usr/share/doc - - - - plib-devel - Development files for plib - plib için geliştirme dosyaları - - plib - - - /usr/include - - - - - 2017-01-20 - 1.8.5 - Version bump. - Ali Algul - aligulle3801@gmail.com - - - - - - sfml - http://www.sfml-dev.org - - Ali Cengiz Kurt - alicengizkurt@gmail.com - - zlib - library - multimedia.misc - A simple, fast, cross-platform, and object-oriented multimedia API - SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network. - https://github.com/SFML/SFML/archive/2.5.1.tar.gz - - cmake - doxygen - flac-devel - mesa-devel - glew-devel - eudev-devel - libX11-devel - openal-devel - libogg-devel - freetype-devel - libvorbis-devel - libXrandr-devel - - game/misc/sfml/pspec.xml - - - sfml - A simple, fast, cross-platform, and object-oriented multimedia API - - flac - eudev - libX11 - libgcc - libogg - openal - freetype - libglvnd - libvorbis - libXrandr - - - /usr/lib/libsfml* - /usr/share/SFML - /usr/share/licenses/sfml - - - - sfml-devel - Development files for sfml - - flac-devel - openal-devel - libogg-devel - freetype-devel - libvorbis-devel - sfml - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake/SFML - - - - - 2022-01-06 - 2.5.1 - First Release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - gmult - https://launchpad.net/gmult - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:gui - game.puzzle - Multiplication Puzzle - Çarpma Bulmacası - Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number. - Çarpma Bulmacası, Emacs'teki çarpma oyununun benzeri basit bir GTK+ 2 oyunudur. Tüm basamakların harflerle değiştirildiği bir çarpma problemi gösteriliyor. Sizin işiniz de, hangi harfe hangi rakamın karşılık geldiğini tahmin etmek. - gmult - https://launchpad.net/gmult/trunk/9.0/+download/gmult-9.0.tar.xz - - meson - atk-devel - intltool - vala-devel - gtk3-devel - pango-devel - glib2-devel - gettext-devel - glib2-devel - gdk-pixbuf-devel - desktop-file-utils - appstream-glib-devel - - game/puzzle/gmult/pspec.xml - - - gmult - - atk - gtk3 - cairo - pango - glib2 - gdk-pixbuf - - - /usr/bin - /usr/share/applications - /usr/share/doc/gmult - /usr/share/metainfo - /usr/share/dbus-1 - /usr/share/icons - /usr/share/locale - - - - - 2018-09-14 - 9.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 8.0 - rebuild and testing - Stefan Gronewold - groni@pisilinux.org - - - 2014-02-23 - 8.0 - rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-27 - 8.0 - V.bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-04-28 - 7.3 - First release - Doruk Fişek - dfisek@fisek.com.tr - - - - - - hex-a-hop - http://hexahop.sourceforge.net/downloads.html - - PisiLinux Community - admins@pisilinux.org - - as-is - app:gui - game.puzzle - Hexagonal puzzle game - Altıgenler içeren bulmaca oyunu - Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and no real-time elements. The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced, which make things more difficult and interesting. - Hex-a-hop altıgen döşemeler üzerinde oynanan bir bulmaca oyunudur. Zaman sınırı ve gerçek zamanlı öğe yoktur. Amaç 100 bölümün her birindeki yeşil döşemeleri yoketmektir. Oyunda ilerledikçe yeni döşeme türleri çıkar ve işler daha zor ve ilginç hale gelir. - hex-a-hop - mirrors://sourceforge/hexahop/hex-a-hop/1.1.0/hex-a-hop-1.1.0.tar.gz - - libsdl-devel - sdl-mixer-devel - sdl-ttf-devel - - game/puzzle/hex-a-hop/pspec.xml - - - hex-a-hop - - libgcc - libsdl - sdl-mixer - sdl-ttf - - - /usr/bin - /usr/share/applications - /usr/share/hex-a-hop - /usr/share/pixmaps - /usr/share/doc/hex-a-hop - - - hex-a-hop.desktop - hex-a-hop.png - - - - - 2018-09-14 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 1.1.0 - Rebuild and testing - Stefan Gronewold - groni@pisilinux.org - - - 2014-02-17 - 1.1.0 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2011-01-11 - 1.1.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - lmarbles - http://lgames.sourceforge.net/index.php?project=LMarbles - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - game.puzzle - Marble puzzle game - Bilye oyunu - Puzzle game inspired by Atomix and written using the SDL library. - LMarbles, Atomix oyunundan yola çıkılarak hazırlanmış bir oyundur. Bilyeleri istenen yerlere yerleştirerek bulmacaları çözmeniz gerekir. - lmarbles - mirrors://sourceforge/lgames/lmarbles-1.0.8.tar.gz - - libsdl-devel - sdl-mixer-devel - - game/puzzle/lmarbles/pspec.xml - - - lmarbles - - libsdl - sdl-mixer - - - /usr/bin - /usr/share/applications - /usr/share/lmarbles - /usr/share/pixmaps - /usr/share/man - /usr/share/doc/lmarbles - - - lmarbles.desktop - lmarbles.png - - - - - 2018-09-14 - 1.0.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 1.0.8 - Rebuild and testing. - Stefan Gronewold - groni@pisilinux.org - - - 2014-03-09 - 1.0.8 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2010-01-17 - 1.0.8 - First release - Doruk Fişek - dfisek@fisek.com.tr - - - - - - neverball - http://icculus.org/neverball/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - game.puzzle - 3D roll-the-ball game - 3B top yuvarlama oyunu - Neverball is a 3D puzzle and action game in which you roll a ball by tilting the table to get the ball to a destination location. - Neverball masayı hareket ettirerek topun hareketlerinin yönetildiği 3B zeka ve beceri oyunudur. - http://neverball.org/neverball-1.6.0.tar.gz - - libsdl2-devel - sdl2-ttf-devel - libvorbis-devel - mesa-devel - physfs-devel - libjpeg-turbo-devel - libpng-devel - - game/puzzle/neverball/pspec.xml - - - neverball - - libsdl2 - sdl2-ttf - libvorbis - mesa - physfs - libjpeg-turbo - libpng - - - /usr/bin - /usr/share/applications - /usr/share/doc - /usr/share/neverball - /usr/share/pixmaps - /usr/share/man - /usr/share/locale - - - neverball.desktop - neverputt.desktop - - - - - 2018-09-14 - 1.6.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 1.6.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - tetzle - http://gottcode.org/tetzle/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 - app:gui - game.puzzle - Tetzle is a jigsaw puzzle game - Tetzle is a jigsaw puzzle game - It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. - It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. - https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2 - - qt5-base-devel - qt5-linguist - - game/puzzle/tetzle/pspec.xml - - - tetzle - - qt5-base - libgcc - - - /usr/bin - /usr/share/icons/hicolor - /usr/share/applications - /usr/share - /usr/share/pixmaps - /usr/share/doc - - - - - 2018-09-14 - 2.1.3 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-04 - 2.1.2 - First release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - xmoto - http://xmoto.tuxfamily.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - game.sports - Motorcross game - Motokros oyunu - Motocrossowa gra platformowa - A motocross game with fancy effects like ghost replay. Requires a 3D accelerated video card. - Gölge tekrarlama gibi güzel özellikleri olan motokros yarışı. 3B hızlandırıcılı ekran kartı gerektirir - X-Moto jest wyzywającą motocrossową dwuwymiarową grą platformową, gdzie fizyka ma w rozgrywce główną rolę. Panowanie nad motorem musi być jak najbardziej wyżyłowane, jeżeli chce się myśleć o ukończeniu trudniejszych poziomów. - xmoto - http://download.tuxfamily.org/xmoto/xmoto/dev/xmoto-0.5.12-src-svn3427.tar.gz - - libxml2-devel - curl-devel - libsdl-devel - sdl-mixer-devel - sdl-ttf-devel - sdl-net-devel - lua52-devel - lua-devel - lua51-devel - zlib-devel - libpng-devel - ode-devel - sqlite-devel - mesa-devel - mesa-glu-devel - libjpeg-turbo-devel - - - www-cpp.patch - lua52_compat.patch - genericname_pl-tr.patch - - game/sports/xmoto/pspec.xml - - - xmoto - - lua - curl - zlib - bzip2 - libgcc - libpng - sqlite - libxml2 - libsdl - sdl-mixer - sdl-ttf - sdl-net - lua51 - ode - mesa - mesa-glu - libjpeg-turbo - - - /usr/bin - /usr/share/applications - /usr/share/locale - /usr/share/man - /usr/share/pixmaps - /usr/share/xmoto - - - - - 2018-09-14 - 0.5.12 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-22 - 0.5.12 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - 2017-03-09 - 0.5.11 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - 0ad - https://play0ad.com/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - LGPLv2 - CCPL - MIT - app:gui - game.strategy - Cross-platform, 3D and historically-based real-time strategy game - Tarihsel, 3D gerçek zamanlı strateji oyunu - Cross-platform, 3D and historically-based real-time strategy game.As the military leader of an ancient civilisation, - you must gather the resources you need to raise a military force capable of dominating your enemies. - Eski bir uygarlığın askeri lideri olarak,gereken kaynakları toplayıp düşmanlarınıza hükmedecek askeri güce sahip olmalı ve galip gelmelisiniz - 0ad - http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-build.tar.xz - http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-data.tar.xz - - zip - nasm - cmake - binutils - curl-devel - zlib-devel - nspr-devel - tiff-devel - mesa-devel - enet-devel - wxGTK-devel - libSM-devel - icu4c-devel - gloox-devel - boost-devel - openal-devel - wxBase-devel - python-devel - libogg-devel - libpng-devel - libsdl2-devel - libxml2-devel - wxGTK2.8-devel - mesa-glu-devel - miniupnpc-devel - libvorbis-devel - libXcursor-devel - subversion-devel - libsodium-devel - python-setuptools - spidermonkey-devel - libjpeg-turbo-devel - - - fix_permission.patch - - game/strategy/0ad/pspec.xml - - - 0ad - - tiff - enet - curl - nspr - mesa - icu4c - zlib - wxGTK - gloox - boost - libpng - libgcc - libX11 - openal - wxBase - libsdl2 - libxml2 - libsodium - miniupnpc - libvorbis - libXcursor - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/0ad - /usr/share/pixmaps - /usr/share/applications - /usr/share/doc/0ad - /usr/share/man/man6 - - - 0ad - 0ad.desktop - 0ad.6 - 0ad.png - - - - - 2022-07-28 - 0.0.25b - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-30 - 0.0.23b - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - blueman - https://github.com/blueman-project/blueman - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - library - hardware.bluetooth - GTK+ Bluetooth Manager - GTK+ Bluetooth Yöneticisi - blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit. - blueman, kullanıcının günlük bluetooth görevlerini kolaylıkla yerine getirmesi için basit bir şekilde tasarlanmış ve GTK+ grafik arayüz kitaplığı kullanılarak yazılmış bir bluetooth yöneticisidir. - bluetooth - https://github.com/blueman-project/blueman/releases/download/2.3.1/blueman-2.3.1.tar.gz - - intltool - unifdef - polkit-devel - iproute2 - util-macros - gettext-devel - python3-devel - itstool - docbook-xml - docbook-xsl - cython - gtk3-devel - glib2-devel - notify-python - bluez-libs-devel - python-gtk-devel + python3-setuptools + python-pygobject-devel python3-pygobject3-devel - pulseaudio-libs-devel - startup-notification-devel - hardware/bluetooth/blueman/pspec.xml + util/misc/bleachbit/pspec.xml - blueman + bleachbit gtk3 - glib2 - python3 - bluez-libs - startup-notification + python-pygobject python3-pygobject3 /usr/bin - /usr/libexec - /usr/share/locale /usr/lib - /usr/lib/python3* - /usr/lib/nautilus-sendto/ /usr/share - /usr/share/polkit-1 - /usr/share/doc - /usr/share/man - /etc/dbus-1/system.d - /etc/xdg/autostart + /usr/share/locale - - 2022-07-27 - 2.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 2.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-17 - 2.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 2.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-14 - 2.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-09-14 - 2.0.5 - python-pygopject3 runtime deps add - Erkan IŞIK - erkanisik@pisilinux.org + 2021-04-29 + 4.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-09-01 - 2.0.5 + 2018-07-31 + 2.0 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2018-01-04 - 2.0.5 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com + 2018-05-09 + 2.0 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org - 2017-04-10 - 2.0.4 - rebuild - Kamil Atlı - suvari@pisilinux.org + 2017-05-04 + 1.12 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org - 2016-09-11 - 2.0.4 - First release - Ergün Salman - poyraz76@pisilinux.org + 2016-12-04 + 1.12 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org - bluez - http://bluez.sourceforge.net + tmux + https://github.com/tmux/tmux - Mustafa Cinasal - muscnsl@gmail.com + PisiLinux Community + admins@pisilinux.org - GPLv2+ - service - library + BSD + ISC app:console - hardware.bluetooth - Official Linux Bluetooth protocol stack - Linux resmi Bluetooth protokol yığını - bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols. - Bu projenin genel amacı Linux'ta Bluetooth kablosuz standartların ayrıntılarını yerine getirmektir. - https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz + util.misc + A terminal multiplexer + Bir terminal çoğaltıcı uygulaması + Tmux is a terminal multiplexer. It's similar to GNU Screen. + tmux bir terminal çoğaltıcısıdır. GNU screen gibi terminal pencerenizi birden fazla parçalara bölerek çalışmanızı sağlar. + https://github.com/tmux/tmux/releases/download/2.8/tmux-2.8.tar.gz - docutils - alsa-lib-devel - cups-devel - dbus-devel - eudev-devel - glib2-devel - gstreamer-devel - json-c-devel - libical-devel - libnl-devel - libsndfile-devel - readline-devel - python3-docutils + libevent-devel + ncurses-devel - - 0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch - 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch - - hardware/bluetooth/bluez/pspec.xml + util/misc/tmux/pspec.xml - bluez - Development files for bluez-libs + tmux - bluez-libs - dbus - eudev - glib2 - json-c - libical - readline + libevent + ncurses - /etc - /lib/bluetooth/bluetoothd - /lib/bluetooth/obexd - /lib/systemd/system - /lib/udev - /lib/udev/rules.d /usr/bin + /etc /usr/lib - /usr/libexec - /usr/sbin - /usr/share/alsa/bluetooth.conf - /usr/share/dbus-1 /usr/share/man - /usr/share/misc - /usr/share/zsh - /var/lib/bluetooth - - - System.Service - - - - bluez-libs - Libraries for use in Bluetooth applications - Uygulamalar için bluetooth erişim kitaplığı - - libical - - - /usr/lib/libbluetooth.so* /usr/share/doc - - - - bluez-libs-devel - Development files for bluez-libs - bluez-libs için geliştirme dosyaları - - bluez-libs - - - /usr/include/bluetooth - /usr/lib/pkgconfig + /usr/share - - 2022-07-26 - 5.65 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 5.62 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 5.59 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 5.54 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-17 - 5.54 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 5.52 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-09-14 - 5.50 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 5.49 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-07 - 5.49 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-23 - 5.49 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-26 - 5.43 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 5.43 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.33 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2015-08-16 - 5.33 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2019-02-13 + 2.8 + First release. + Hasan Basri + hbasria@pisilinux.org - sbc - http://www.bluez.org/ + pugixml + http://pugixml.org - Marcin Bojara - marcin@pisilinux.org + Stefan Gronewold + groni@pisilinux.org - GPLv2 - LGPLv2.1 - library - hardware.bluetooth - Bluetooth Subband Codec (SBC) library - An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers. - bluetooth - https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz - hardware/bluetooth/sbc/pspec.xml + MIT + util.misc + Light-weight, simple and fast XML parser for C++ with XPath support + Light-weight, simple and fast XML parser for C++ with XPath support + https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz + + cmake + + util/misc/pugixml/pspec.xml - sbc + pugixml + + libgcc + + + /usr/lib + + + + pugixml-devel + Development header for pugixml + + pugixml + + + /usr/include + /usr/lib/cmake + + + + + 2021-03-10 + 1.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 1.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 1.9 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.8.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-12 + 1.7 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + rkrenamer + https://sourceforge.net/projects/ktageditor/ + + Stefan Gronewold + groni@pisilinux.org + + LGPL + util.misc + KTag Editor is an Audio tag editor developed in Qt5 framework. + RKrenamer is application for renaming a large number of files. You can rename a large number of files with one click. Insert text in file name, replace, delete or even change the case of name, or serialize the files in folder. + https://sourceforge.net/projects/rkrenamer/files/Source/0.4.0/rkrenamer.zip/download + + qt5-base-devel + + util/misc/rkrenamer/pspec.xml + + + rkrenamer + Application for renaming large number of files + + libgcc + qt5-base + + + /usr/bin + /usr/share + + + + + 2018-08-10 + 0.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-21 + 0.4.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + neofetch + https://github.com/dylanaraps/neofetch + + Berk Çakar + berk2238@hotmail.com + + MIT + util.misc + A fast, highly customizable system info script. + A version of Neofetch patched for Pisi Linux support. + https://github.com/dylanaraps/neofetch/archive/refs/tags/7.1.0.tar.gz + + bash + + + neofetch.1.patch + neofetch.patch + + util/misc/neofetch/pspec.xml + + + neofetch + Hızlı, özelleştirilebilir sistem bilgisi betiği. + + bash + /usr/bin/* - /usr/lib - /usr/share/doc/sbc/* - - - - sbc-devel - Development files for sbc - - sbc - - - /usr/include - /usr/lib/pkgconfig + /usr/share/* - - 2022-07-27 - 2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-12 - 1.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - intel-ucode - http://www.intel.com/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - hardware.cpu - Microcode update files for Intel CPUs - Intel işlemciler için microcode dosyaları - Microcode update files for Intel CPUs - Intel işlemciler için microcode dosyaları - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-20220510.zip - - iucode-tool - - hardware/cpu/intel-ucode/pspec.xml - - - intel-ucode - - /usr/share/doc - /boot - - - LICENSE - - - - - 2022-05-16 - 20220510 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-26 - 20210216 - Rebuild + 2021-04-06 + 7.1.0 + Fixed file install paths Berk Çakar berk2238@hotmail.com - - 2020-02-01 - 20180312 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 20180312 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-12 - 20180312 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 20171117 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-07 - 20161104 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 20140122 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2014-05-06 - 20140122 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2021-04-05 + 7.1.0 + Pisi Linux Support + Berkan Şahin + cicektaksi@tutanota.com - irqbalance - https://github.com/Irqbalance/irqbalance + lsof + http://people.freebsd.org/~abe/ PisiLinux Community admins@pisilinux.org GPLv2 - service - hardware.cpu - Distribute hardware interrupts across processors - Donanım kesmelerini işlemciler arasında dağıtır - Daemon to balance IRQs across multiple CPUs on systems.This can lead to better performance and I/O balance on SMP systems. - Birden fazla işlemcili sistemlerde donanım kesmelerini (hardware interrupt) işlemciler arasında dağıtarak dengeleme sağlayan artalan süreci. Bu SMP (simetrik çoklu işlemcili) sistemlerde daha iyi performans ve G/Ç dengesi sağlar. - https://github.com/Irqbalance/irqbalance/archive/v1.6.0.tar.gz - - numactl-devel - glib2-devel - libcap-ng-devel - ncurses-devel - - hardware/cpu/irqbalance/pspec.xml + app:console + util.misc + Lists open files for running Unix processes + Çalışan UNIX süreçleri tarafından açılan dosyaları listeyen bir araç + Lista archivos abiertos por procesos unix en ejecución + lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process. + lsof sistemde çalışmakta olan UNIX süreçleri tarafından açılmış dosyaları listeleyen kullanışlı bir araçtır. + Lsof es una herramienta de diagnostica específica de Unix. Su nombre quiere decir LiSt Open files (listar archivos abiertos), y hace justamente esto. Genera una lista con información sobre cada archivo abierto por procesos que están activos en el sistema. También puede listar comunicaciones abiertas por cada proceso. + https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download + util/misc/lsof/pspec.xml - irqbalance - - numactl - glib2 - libcap-ng - + lsof - /etc /usr/sbin - /usr/share/man /usr/share/doc - - - System.Service - - - irqbalance.confd - - - - - 2020-02-01 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 1.2.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-27 - 1.1.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - aufs-util - http://aufs.sourceforge.net - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:gui - hardware.disk - Utilities are always necessary for aufs - Utilities are always necessary for aufs - https://dev.gentoo.org/~jlec/distfiles/aufs-util-4.1_p20170130.tar.xz - hardware/disk/aufs-util/pspec.xml - - - aufs-util - - /etc - /sbin - /usr/bin - /usr/lib + /usr/share/lsof /usr/share/man - - 2018-08-19 - 20170130 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-01 - 20170130 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 20160717 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-23 - 20160717 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - btrfs-progs - http://btrfs.wiki.kernel.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.disk - Userspace utilities for btrfs - btrfs dosya sistemi araçları - btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. - btrfs-progs, btrfs dosya sistemleri yaratmak, denetlemek; bu dosya sistemlerindeki hataları düzeltmek ve çeşitli değişiklikler yapmak için gereken araçları içerir. - https://github.com/kdave/btrfs-progs/archive/v5.18.tar.gz - - xmlto - asciidoc - lzo-devel - zstd-devel - zlib-devel - libutil-linux-devel - util-linux - libxslt - eudev-devel - reiserfsprogs - e2fsprogs-devel - python3-devel - python3-sphinx - python3-setuptools - - hardware/disk/btrfs-progs/pspec.xml - - - btrfs-progs - - lzo - zlib - zstd - eudev - e2fsprogs - reiserfsprogs - libutil-linux - - - /usr/bin - /lib - /usr/lib - /usr/share/man - /usr/share/doc - - - - btrfs-progs-devel - Development files for btrfs-progs - - btrfs-progs - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-06 - 5.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 5.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-24 - 5.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 5.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-26 - 4.19.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2018-08-19 - 4.14 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-31 - 4.14 + 2020-01-14 + 4.91 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-19 - 4.1.2 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 4.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-20 - 4.1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - dmapi - http://oss.sgi.com/projects/xfs/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - hardware.disk - Librairie de l'API de gestion de données XFS. - XFS data management API library - XFS veri yönetimi kütüphanesi - The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures. - https://sources.archlinux.org/other/packages/dmapi/dmapi-2.2.12.tar.gz - - xfsprogs-devel - libutil-linux-devel - - - dmapi-add-missing-includes-to-handle2path.patch - - hardware/disk/dmapi/pspec.xml - - - dmapi - - xfsprogs - - - /lib - /usr/lib - /usr/share/doc - /usr/share/man - - - - dmapi-devel - Development files for dmapi - dmapi için geliştirme dosyaları - - dmapi - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2022-06-04 - 2.2.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-19 - 2.2.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-26 - 2.2.12 - Rebuild. Pisi Linux Community admin@pisilinux.org - 2018-08-07 - 2.2.12 - Release Bump + 2018-07-25 + 4.84 + Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org - 2017-02-18 - 2.2.12 - Release Bump + 2017-04-29 + 4.84 + Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org - 2016-06-09 - 2.2.12 + 2016-06-08 + 4.84 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-22 - 2.2.12 + 2014-03-09 + 4.84 First release Kamil Atlı suvarice@gmail.com @@ -188836,527 +47487,79 @@ It supports email, address books, calendars, tasks, news feeds and much more. - dmraid - http://people.redhat.com/~heinzm/sw/dmraid + tidy + http://tidy.sourceforge.net/ PisiLinux Community admins@pisilinux.org GPLv2 app:console - hardware.disk - Device-Mapper Software RAID support tool and library - ATARAID aygıtlarını (Yazılımsal RAID) denetleme aracı - Device-Mapper Software RAID support tool and library - ATARAID aygıtları yaratmak, yönetmek ve izlemek için kullanılan bir araçtır. - http://launchpad.net/dmraid/1.0/1.0.0.rc16-3/+download/dmraid-1.0.0.rc16-3.tar.bz2 - - device-mapper-event-devel - device-mapper-devel - - - dmraid-diet.patch - dmraid-1.0.0_rc16-return-all-sets.patch - dmraid-1.0.0_rc16-static-build-fixes.patch - dmraid-1.0.0_rc16-undo-p-rename.patch - - hardware/disk/dmraid/pspec.xml - - - dmraid - - device-mapper - device-mapper-event - - - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/man - - - - dmraid-devel - Development files for dmraid - dmraid için geliştirme dosyaları - - dmraid - - - /usr/include - - - - - 2020-02-01 - 1.0.0_rc16 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-19 - 1.0.0_rc16 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 1.0.0_rc16 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.0_rc16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-17 - 1.0.0_rc16 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - dosfstools - https://github.com/dosfstools/dosfstools - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - hardware.disk - Tools to create and check DOS and VFAT filesystems - DOS dosya sistemi oluşturmaya ve kontrol etmeye yarayan komutlar - The dosfstools package includes the DOS and VFAT filesystem utilities like mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel. You can create and check MS-DOS FAT filesystems on hard drives or on floppies - Dosfstools paketi, mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel gibi, DOS ve VFAT dosyasistemleri yaratmaya ve kontrol etmeye yarayan araçları içerir. - https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz - - eudev-devel - - hardware/disk/dosfstools/pspec.xml - - - dosfstools - - eudev - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2021-11-21 - 4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-01 - 4.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 4.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-10 - 3.0.26 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-04-03 - 3.0.26 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - encfs - https://github.com/vgough/encfs - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - hardware.disk - Encrypted filesystem in user-space - Encrypted filesystem in user-space - Encrypted filesystem in user-space - Encrypted filesystem in user-space - https://github.com/vgough/encfs/releases/download/v1.9.5/encfs-1.9.5.tar.gz + util.misc + HTML and XML error checking + HTML ve XML hata denetleme aracı + tidy, as the name suggests, tidies the layout of and corrects errors in HTML and XML documents. + tidy, HTML ve XML belgelerinin düzenini denetleyen ve hatalarını düzelten bir araçtır. + https://github.com/htacg/tidy-html5/archive/5.6.0/tidy-html5-5.6.0.tar.gz cmake - ninja - fuse-devel - openssl-devel - tinyxml2-devel + libxslt-devel - hardware/disk/encfs/pspec.xml + util/misc/tidy/pspec.xml - encfs - - fuse - libgcc - openssl - tinyxml2 - + tidy /usr/bin /usr/lib - /usr/share - /usr/share/locale - /usr/share/man /usr/share/doc + /usr/share/man - - - 2021-01-15 - 1.9.5 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2018-08-12 - 1.9.5 - First release. - Pisi Linux Admins - admins@pisilinux.org - - - 2017-10-18 - 1.9.2 - First release. - Pisi Linux Admins - admins@pisilinux.org - - - - - - exfat-linux - https://github.com/arter97/exfat-linux - - fury - uglyside@yandex.ru - - GPLv2 - driver - hardware.disk - exFAT filesystem module for Linux kernel - This exFAT filesystem module for Linux kernel is based on sdFAT drivers by Samsung, which is used with their smartphone lineups. - https://github.com/arter97/exfat-linux/archive/5.8-1arter97.tar.gz - - kernel - linux-firmware - kernel-headers - kernel-module-headers - - hardware/disk/exfat-linux/pspec.xml - - exfat-linux + tidy-devel + Development files for tidy + tidy için geliştirme dosyaları - exfat-utils + tidy - /lib/modules - /usr/share/doc/exfat-linux - - - - - 2020-06-27 - 5.8.1 - First build. - fury - uglyside@yandex.ru - - - - - - exfat-utils - https://github.com/relan/exfat - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - app:gui - hardware.disk - Utilities for exFAT file system - This project aims to provide a full-featured exFAT file system implementation for GNU/Linux and other Unix-like systems as a FUSE module and a set of utilities. - https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz - hardware/disk/exfat-utils/pspec.xml - - - exfat-utils - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/sbin - - - - - 2022-08-06 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-26 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.2.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-30 - 1.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 1.2.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-27 - 1.2.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - exfatprogs - https://github.com/exfatprogs/exfatprogs - - fury - uglyside@yandex.ru - - GPL-2 - app:console - hardware.disk - exFAT filesystem userspace utilities. - As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system. - https://github.com/exfatprogs/exfatprogs/releases/download/1.1.3/exfatprogs-1.1.3.tar.xz - hardware/disk/exfatprogs/pspec.xml - - - exfatprogs - - /usr/sbin - /usr/share/man/man8 - /usr/share/doc/exfatprogs/NEWS - - - - - 2021-11-17 - 1.1.3 - Version bump. - fury - uglyside@yandex.ru - - - 2021-06-22 - 1.1.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-04 - 1.1.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-07 - 1.1.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-01-26 - 1.0.4 - First Beta build. - fury - uglyside@yandex.ru - - - - - - f2fs-tools - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/ - - fury - uglyside@yandex.ru - - GPLv2 - LGPLv2.1 - app:console - hardware.disk - Userland tools for the f2fs filesystem. - Tools for Flash-Friendly File System (F2FS). - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.15.0.tar.gz - - libutil-linux-devel - - hardware/disk/f2fs-tools/pspec.xml - - - f2fs-tools - - libutil-linux - - - /usr/sbin /usr/include - /usr/lib - /usr/share/man/man8 - /usr/share/doc + /usr/lib/pkgconfig - - 2022-06-05 - 1.15.0 + + 2019-04-18 + 5.6.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2021-01-12 - 1.14.0 - First Beta build. - fury - uglyside@yandex.ru - - - - - - fatresize - https://github.com/ya-mouse/fatresize - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - hardware.disk - A utility to resize FAT filesystems using libparted - A utility to resize FAT filesystems using libparted - Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program - Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program - - https://github.com/ya-mouse/fatresize/archive/v1.1.0.tar.gz - - parted-devel - - hardware/disk/fatresize/pspec.xml - - - fatresize - - parted - - - /usr/sbin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-06-06 - 1.1.0 - Version bump. + + 2018-08-10 + 20101110 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2017-03-01 + 20101110 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 20101110 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2020-03-22 - 1.0.4 + 2012-10-04 + 20101110 First release PisiLinux Community admins@pisilinux.org @@ -189365,1345 +47568,79 @@ It supports email, address books, calendars, tasks, news feeds and much more. - fsarchiver - https://www.fsarchiver.org/ - - marcin bojara - marcin@pisilinux.org - - GPLv2 - app:console - hardware.disk - Sicherung und Wiederherstellung von Dateisystemen - Safe and flexible file-system backup/deployment tool. - Bezpieczne i elastyczne narzędzie do tworzenia kopii zapasowej systemu plików. - fsarchiver ist ein Konsolenprogramm zum Sichern und Wiederherstellen von Partitionen und Verzeichnissen. - FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file. - FSArchiver jest narzędziem systemowym, które pozwala na zapisanie zawartości systemu plików w skompresowanym pliku. - https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz - - bzip2 - xz-devel - lzo-devel - lz4-devel - attr-devel - zlib-devel - zstd-devel - e2fsprogs-devel - libgcrypt-devel - libutil-linux-devel - - hardware/disk/fsarchiver/pspec.xml - - - fsarchiver - - xz - lzo - lz4 - zlib - zstd - bzip2 - e2fsprogs - libgcrypt - libutil-linux - - - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2022-07-30 - 0.8.6 - Version bump. - fury - uglyside@yandex.ru - - - 2020-02-01 - 0.8.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.8.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-01 - 0.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 0.8.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.6.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-27 - 0.6.21 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - fuse-exfat - https://github.com/relan/exfat + screen + http://www.gnu.org/software/screen/ PisiLinux Community - admin@pisilinux.org - - GPLv3 - app - hardware.disk - exFAT filesystem fuse module - exFAT dosya sistemi bağlamak için araçlar - exFAT filesystem fuse module - exFAT dosya sistemi bağlamak için araçlar - https://github.com/relan/exfat/releases/download/v1.3.0/fuse-exfat-1.3.0.tar.gz - - fuse-devel - - hardware/disk/fuse-exfat/pspec.xml - - - fuse-exfat - - fuse - exfatprogs - exfat-utils - - - /usr/bin - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2021-01-26 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.2.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-30 - 1.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 1.2.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-27 - 1.2.3 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - gpart - https://github.com/baruch/gpart - - AYDIN ATMACA - aydinatmaca@gmail.org - - GPLv2 - app:gui - hardware.disk - Partition table rescue/guessing tool - Gpart is a small tool which tries to guess what partitions are on a PC type harddisk in case the primary partition table was damaged. - https://github.com/baruch/gpart/archive/0.3.tar.gz - hardware/disk/gpart/pspec.xml - - - gpart - - /usr/bin - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2021-01-12 - 0.3 - First Beta release. - AYDIN ATMACA - aydinatmaca@gmail.com - - - - - - gparted - https://gparted.org/ - - AYDIN ATMACA - aydinatmaca@gmail - - GPLv2 - app:gui - hardware.disk - Gnome Partition tool based on GNU-Parted. - GNU Parted tabanlı Gnome disk bölümleme aracı - GParted is the Gnome Partition Editor application. GParted is an industrial-strength package for creating, destroying, resizing, moving, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging). - GParted Gnome masaüstü ortamının disk bölümleme uygulamasıdır. Bu program, disk bölümleme, dosya sistemleri oluşturma, silme, boyutlandırma, taşıma, kontrol ve kopyalama işlemlerini yapabilir. Yeni bir işletim sistemi için yer açmak, disk kullanımını yeniden düzenlemek, verileri diskin bir başka bölümüne aynalamak ve yerleştirmek için faydalıdır. - mirrors://sourceforge/project/gparted/gparted/gparted-1.4.0/gparted-1.4.0.tar.gz - - itstool - intltool - atkmm-devel - polkit-devel - parted-devel - gtkmm3-devel - libxml2-devel - elogind-devel - - hardware/disk/gparted/pspec.xml - - - gparted - - gtk3 - glib2 - xterm - gpart - atkmm - libgcc - polkit - gtkmm3 - parted - glibmm - mtools - ntfs-3g - cairomm - pangomm - elogind - xfsdump - xfsprogs - jfsutils - xdg-utils - libsigc++ - f2fs-tools - exfatprogs - dosfstools - nilfs-utils - btrfs-progs - reiserfsprogs - libutil-linux - - - /usr/bin - /usr/libexec - /usr/share/appdata/ - /usr/share/applications - /usr/share/icons - /usr/share/polkit-1 - /usr/share/locale - /usr/share/man - /usr/share/help - - - - - 2022-06-04 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-14 - 1.4.0 - Version bump - fury - uglyside@gmail.com - - - 2021-07-21 - 1.3.1 - Version bump - AYDIN ATMACA - aydinatmaca@gmail.com - - - 2021-05-04 - 1.3.0 - Version bump - AYDIN ATMACA - aydinatmaca@gmail.com - - - 2021-01-26 - 1.2.0 - Version bump. - AYDIN ATMACA - aydinatmaca@gmail.com - - - 2021-01-12 - 1.1.0 - First Beta release. - AYDIN ATMACA - aydinatmaca@gmail.com - - - - - - gptfdisk - http://www.rodsbooks.com/gdisk/ - - Osman Erkan - osman.erkan@pisilinux.org + admins@pisilinux.org GPLv2 app:console - hardware.disk - A text-mode partitioning tool that works on GUID Partition Table (GPT) disks - A text-mode partitioning tool that works on GUID Partition Table (GPT) disks - http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.9/gptfdisk-1.0.9.tar.gz - - util-linux - ncurses-devel - popt-devel - libutil-linux-devel - - hardware/disk/gptfdisk/pspec.xml + util.misc + Terminal multiplexer (to have multiple sessions in a single terminal window) + Screen bir terminal(komut penceresi) çoğaltıcıdır. + GNU Screen is a free terminal multiplexer developed by the GNU Project. It allows a user to access multiple separate terminal sessions inside a single terminal window or remote terminal session. + screen tek bir terminal penceresini birden çok parçaya bölerek çalışmanızı sağlayan bir uygulamadır. + http://ftp.gnu.org/gnu/screen/screen-4.6.2.tar.gz + util/misc/screen/pspec.xml - gptfdisk + screen ncurses - popt - libgcc - libutil-linux + /run + /etc /usr/share/man /usr/share/doc /usr/bin + /usr/share/info + /usr/share/screen + /usr/share/terminfo + /usr/lib/tmpfiles.d/screen.conf - - - - 2022-06-06 - 1.0.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 1.0.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 1.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-01 - 1.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-08 - 1.0.1 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-28 - 1.0.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - hdparm - https://sourceforge.net/projects/hdparm/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - hardware.disk - Utility to change hard drive performance parameters - Sabit disk parametrelerini değiştirmekte kullanılan araç - le paquet hdparm dispose d'outils utiles permettant d'obtenir/établir les paramètres de disques durs IDE sous Linux en cours d'éxécution. - hdparm has some useful utilities that allows you to get/set hard disk parameters for Linux IDE drives in runtime. - hdparm paketi çalışma anında Linux IDE sürücülerinin parametrelerini almanıza/değiştirmenize olanak sağlayan bazı kullanışlı uygulamaları içerir. - https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.63.tar.gz - hardware/disk/hdparm/pspec.xml - - - hdparm - - /sbin - /usr/share/doc - /usr/share/man - /etc/conf.d - + + System.Package + - hdparm.confd + screenrc + screen.pam.system-auth + tmpfiles.conf - - 2022-06-06 - 9.63 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 9.58 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-08-13 - 9.54 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 9.52 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 9.51 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 9.43 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 9.43 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - jfsutils - http://jfs.sourceforge.net/ - - AYDIN ATMACA - aydinatmaca@gmail - - GPLv2 - app:console - hardware.disk - IBM's Journaling Filesystem (JFS) Utilities. - IBM'in günlüklü dosya sistemi JFS için araçlar - Contains tools to work with JFS (Journaling Filesystem) developed by IBM. - IBM'in geliştirdiği günlüklü dosya sistemi (JFS - Journalling File System) araçlarını içerir. - http://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz - - libutil-linux-devel - - - gcc10.patch - missing_stdint_header.patch - inttypes.patch - sysmacros.patch - - hardware/disk/jfsutils/pspec.xml - - - jfsutils - - libutil-linux - - - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - 2021-01-12 - 1.1.15 - First Beta rebuild. - AYDIN ATMACA - aydinatmaca@gmail.com - - - - - - libatasmart - http://0pointer.de/blog/projects/being-smart.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - app:console - hardware.disk - ATA S.M.A.R.T. Disk Health Monitoring Library - ATA S.M.A.R.T. disk sağlığı izleme kitaplığı - A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. - libatasmart, ATA S.M.A.R.T. üzerinden disk sağlığını izlemek için kullanılan ufak ve hafif bir kitaplıktır. - http://0pointer.de/public/libatasmart-0.19.tar.xz - - eudev-devel - - - libatasmart-uninitialized-var.patch - libatasmart-0.19-wd-fix.patch - - hardware/disk/libatasmart/pspec.xml - - - libatasmart - - eudev - - - /usr/sbin/skdump - /usr/sbin/sktest - /usr/lib/libatasmart.so* - /usr/share/doc/libatasmart/README - /usr/share/doc/libatasmart/LGPL - - - - libatasmart-devel - Development files for libatasmart - libatasmart için geliştirme dosyaları - - libatasmart - eudev-devel - - - /usr/include - /usr/share/vala - /usr/lib/pkgconfig - /usr/share/doc - - - - - 2020-02-01 - 0.19 + 2018-08-10 + 4.6.2 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2018-08-13 - 0.19 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 0.19 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 0.19 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - 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.26-1/libblockdev-2.26.tar.gz - - nss-devel - mdadm - util-linux - glib2-devel - parted-devel - libyaml-devel - python3-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 - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - libblockdev-devel - Development files for libblockdev - - libblockdev - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-24 - 2.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-11 - 2.25 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 2.24 + 2018-01-14 + 4.6.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-06-28 - 2.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-02 - 2.20 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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/2.5/libbytesize-2.5.tar.gz - - libpcre2-devel - python3-devel - python-devel - mpfr-devel - gmp-devel - - hardware/disk/libbytesize/pspec.xml - - - libbytesize - - libpcre2 - mpfr - gmp - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - libbytesize-devel - Development files for libbytesize - - libbytesize - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-24 - 2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-11 - 2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-02 - 1.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libisofs - https://dev.lovelyhq.com/libburnia/web/wiki - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - hardware.optical - A library for creating ISO disc images - ISO kalıbı oluşturmak için gerekli kitaplıklar - libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs - libisofs, ISO kalıbını oluşturmak için gerekli kitaplıkları içeren pakettir. Bu paket ayrıca Libburn'u kullanarak, ISO kalıplarını CD, DVD veya benzeri disklere yazdırmanıza olanağı sağlar. - http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz - - acl-devel - zlib-devel - - hardware/disk/libisofs/pspec.xml - - - libisofs - - acl - zlib - - - /usr/lib - /usr/share/doc - - - - libisofs-devel - Development files for libisofs - libisofs için geliştirme dosyaları - - libisofs - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/libisofs/Tutorial - /usr/share/doc/libisofs/checksums.txt - /usr/share/doc/libisofs/susp_aaip_2_0.txt - /usr/share/doc/libisofs/susp_aaip_isofs_names.txt - /usr/share/doc/libisofs/zisofs_format.txt - - - - - 2021-08-11 - 1.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-18 - 1.4.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 1.4.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 1.4.6 + 2017-01-25 + 4.5.0 Version bump. Stefan Gronewold(groni) groni@pisilinux.org - 2016-06-09 - 1.4.2 + 2016-06-08 + 4.3.1 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-01-26 - 1.4.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - nilfs-utils - https://nilfs.sourceforge.io/en/ - - AYDIN ATMACA - aydinatmaca@gmail.com - - GPLv2 - LGPLv2.1 - app:gui - hardware.disk - A log-structured file system supporting continuous snapshotting (userspace utils) - NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago. - https://nilfs.sourceforge.io/download/nilfs-utils-2.2.8.tar.bz2 - - libutil-linux-devel - - hardware/disk/nilfs-utils/pspec.xml - - - nilfs-utils - - libutil-linux - - - /etc - /sbin - /usr/bin - /usr/sbin - /usr/lib - /usr/share/man - /usr/share/doc - - - - nilfs-utils-devel - nilfs-utils için geliştirm edosyaları - nilfs-utils için geliştirm edosyaları - - nilfs-utils - - - /usr/include - - - - - 2021-01-12 - 2.2.8 - First Beta release. - AYDIN ATMACA - aydinatmaca@gmail.com - - - - - - ntfs-3g - http://www.tuxera.com/community/ntfs-3g-download - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - LGPLv2+ - library - app:console - hardware.disk - Userspace driver for NTFS read/write support - NTFS dosya sistemlerine okuma/yazma erişimi için bir sürücü - ntfs-3g allows regular users read/write access to NTFS filesystems. - ntfs-3g kullanıcıların NTFS biçimli disk bölümlerine hem okuma hem yazma erişimi yapabilmesine imkan veren bir sürücüdür. - https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.5.17.tar.gz - - autoconf - libgcrypt-devel - fuse-devel - libutil-linux-devel - - hardware/disk/ntfs-3g/pspec.xml - - - ntfs-3g - - fuse - - - /bin - /sbin - /lib - /usr/lib - /usr/include - /usr/lib/pkgconfig - /usr/share/hal/fdi - /usr/share/doc/ntfs-3g - /usr/share/man/man8/mount* - /usr/share/man/man8/ntfs-3g* - - - - ntfsprogs - Userspace tools for NTFS filesystems - NTFS dosya sistemi için kullanıcı araçları - Userspace tools for NTFS filesystems. The goals of the Linux-NTFS project are to develop reliable and full-featured access to NTFS by the Linux kernel driver and to provide a wide collection of NTFS utilities. - NTFS dosya sistemi için kullanıcı araçları içerir. Bu araçların amacı Linux çekirdeğine NTFS dosya sistemlerine güvenilir ve tam erişim sağlayacak NTFS araçlarını sağlamaktır. - hardware.disk - - ntfs-3g - fuse - libutil-linux - - - /sbin/mkfs.ntfs - /usr/bin - /usr/sbin - /usr/share/doc/ntfsprogs - /usr/share/man/man8 - - - - - 2022-06-06 - 2022.5.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2017.3.23 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-13 - 2017.3.23 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 2017.3.23 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-20 - 2017.3.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-20 - 2016.2.22 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-27 - 2016.2.22 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2015.3.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-30 - 2015.3.14 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - parted - https://www.gnu.org/software/parted/parted.html - - PisiLinux Community - admins@pisilinux.org - - GPL-3 - app:console - hardware.disk - Crée, supprime, modifie les dimensions, vérifie et copie partitions et systèmes de fichiers. - Create, destroy, resize, check, copy partitions and file systems - GNU Parted disk bölümlerini oluşturmaya, silmeye, boyutlandırmaya, taşımaya ve kopyalamaya yarayan bir yazılımdır. - The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. - https://ftp.gnu.org/gnu/parted/parted-3.5.tar.xz - - autoconf - libutil-linux-devel - device-mapper-devel - readline-devel - - hardware/disk/parted/pspec.xml - - - parted - - libutil-linux - device-mapper - util-linux - readline - ncurses - - - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/info - /usr/share/locale - /usr/share/man - - - - parted-devel - Development files for parted - parted için geliştirme dosyaları - - parted - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-04 - 3.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-04 - 3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-17 - 3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 3.2 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-21 - 3.2 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-08-09 - 3.2 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - reiserfsprogs - http://www.kernel.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.disk - Tools to work with Reiserfs filesystems - Reiserfs dosya sistemleriyle çalışabilmek için gereken araçlar - Contains tools designed to create, modify and check Reiserfs filesystems. - Reiserfs dosya sistemleri oluşturmak, bu dosya sistemlerinde hata kontrolü yapmak, bu sistemlerin boyutlarını değiştirmek ve hata ayıklamak gibi görevler taşıyan araçlar. - https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.27/reiserfsprogs-3.6.27.tar.xz - - libutil-linux-devel - e2fsprogs-devel - acl-devel - - hardware/disk/reiserfsprogs/pspec.xml - - - reiserfsprogs - - e2fsprogs - libutil-linux - - - /sbin - /usr/lib - /usr/include - /usr/share/doc - /usr/share/man - - - - - 2020-02-01 - 3.6.27 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 3.6.27 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-05 - 3.6.27 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-05 - 3.6.25 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-28 - 3.6.25 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 3.6.24 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-13 - 3.6.24 + 2015-08-07 + 4.3.1 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -190712,5781 +47649,339 @@ It supports email, address books, calendars, tasks, news feeds and much more. - sg3_utils - http://sg.danny.cz/sg/sg3_utils.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - BSD - app:console - library - hardware.disk - Utilities for devices that use SCSI command sets - SCSI komut setini kullanan aygıtlar için araçlar - sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions. - sg3_utils SCSI komut setini kullanan aygıtlar için çeşitli araçlar sunar. - https://sg.danny.cz/sg/p/sg3_utils-1.46.tar.xz - hardware/disk/sg3_utils/pspec.xml - - - sg3_utils - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - rescan-scsi-bus.sh - - - - sg3_utils-devel - Development files for sg3_utils - sg3_utils için geliştirme dosyaları - - sg3_utils - - - /usr/include - - - - - 2022-06-06 - 1.47 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.44 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.43 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 1.43 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 1.42 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.41 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-19 - 1.41 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - smartmontools - http://smartmontools.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - hardware.disk - Programs to control and monitor storage systems using the Self-Monitoring - Hard disk kontrol ve durumunu gösteren programlar - The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks. - smartctl ve smartd adlı ATA ve SCSI diskleri kontrol ve durumlarını gösterir iki program. - mirrors://sourceforge/smartmontools/7.3/smartmontools-7.3.tar.gz - - libutil-linux-devel - libcap-ng-devel - - hardware/disk/smartmontools/pspec.xml - - - smartmontools - - libgcc - libcap-ng - - - /etc - /lib/systemd/system - /usr/sbin - /usr/bin - /usr/share/doc - /usr/share/man - /usr/share/smartmontools - - - System.Service - - - smartmontools.sysconf - - - - - 2022-06-06 - 7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-22 - 7.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 6.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 6.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 6.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 6.4 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - squashfs-tools - http://squashfs.sourceforge.net/ + tree + http://mama.indstate.edu/users/ice/tree/ PisiLinux Community admins@pisilinux.org GPLv2 app:console - hardware.disk - Userspace tools to create squashfs compressed filesystem - squashfs sıkıştırılmış salt-okunur dosya sistemi oluşturma aracı - Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. - squashfs, Linux için sıkıştırılmış ve salt-okunur bir dosya sistemidir. Bu paket squashfs dosya sistemiyle çalışmak için kullanılabilecek araçları içerir. - https://github.com/plougher/squashfs-tools/archive/refs/tags/4.5.1.tar.gz - - lzo-devel - lz4-devel - zstd-devel - xz-devel - zlib-devel - - hardware/disk/squashfs-tools/pspec.xml + util.misc + Recursive directory listing tool + Dizin listeleme aracı + Tree lists directories recursively, and produces an indented listing of files. + Dizinleri özyineli olarak listeler ve dosya listesini girintili olarak gösterir. + https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/tree/1.7.0-5/tree_1.7.0.orig.tar.gz + util/misc/tree/pspec.xml - squashfs-tools - - lzo - lz4 - zstd - zlib - xz - - - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - 2022-06-06 - 4.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-11 - 4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-26 - 4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 4.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-20 - 4.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-28 - 4.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-09 - 4.2 - First release - Varol Maksutoğlu - waroi@pisilinux.org - - - - - - sshfs - http://fuse.sourceforge.net/sshfs.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.disk - A filesystem client based on the SSH FTP - SSH FTP alanı dosyasistemi - sshfs allows mounting remote SSH accounts as a filesystem. - sshfs, SSH dosya aktarım protokülünü kullanarak bir dosyasistemi oluşturmanıza olanak verir. Böylece, uzak sistemdeki SSH FTP alanınızı diskinizin bir parçasıymış gibi kullanabilirsiniz. - https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz - - fuse-devel - glib2-devel - - hardware/disk/sshfs/pspec.xml - - - sshfs - - fuse - glib2 - + tree /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-02-01 - 2.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-18 - 2.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-28 - 2.8 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-27 - 2.5 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - testdisk - http://www.cgsecurity.org/index.html?testdisk.html - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:console - hardware.disk - Powerful free data recovery software - Güçlü ve açık kaynak bir veri kurtarma programı - TestDisk is a multi-platform tool to check and undelete partitions; supports reiserfs, ntfs, fat32, ext2/3 and many others. Also includes PhotoRec to recover pictures from digital camera memory. - Çok platformlu reiserfs,ntfs, fat32, ext2/3 ve daha bir çok farklı dosya sistemini destekleyen disk kontrol ve veri kurtarma programı. Ayrıca içerdiği PhotoRec ile de dijital kamera hafızasından veri kurtarabilmekte - https://www.cgsecurity.org/testdisk-7.2-WIP.tar.bz2 - - sudo - ntfsprogs - zlib-devel - qt5-linguist - ncurses-devel - reiserfsprogs - qt5-base-devel - python-qt5-devel - desktop-file-utils - libjpeg-turbo-devel - - hardware/disk/testdisk/pspec.xml - - - testdisk - - zlib - ntfs-3g - ncurses - ntfsprogs - libjpeg-turbo - libutil-linux - - - /usr/share/doc - /usr/bin/testdisk - /usr/bin/fidentify - /usr/share/man/man8/testdisk.8 - /usr/share/man/man8/fidentify.8 - /usr/share/pixmaps/testdisk_logo.png - /usr/share/applications/testdisk.desktop - /usr/share/icons/hicolor/icon-theme.cache - - - photorec.desktop - testdisk.desktop - photorec_logo.png - testdisk_logo.png - - - - qphotorec - - zlib - libgcc - ncurses - ntfs-3g - qt5-base - testdisk - python-qt5 - libjpeg-turbo - - - /usr/bin/photorec - /usr/bin/qphotorec - /usr/share/man/man8/photorec.8 - /usr/share/man/man8/qphotorec.8 - /usr/share/pixmaps/photorec_logo.png - /usr/share/applications/photorec.desktop - /usr/share/applications/qphotorec.desktop - /usr/share/icons/hicolor/48x48/apps/qphotorec.png - /usr/share/icons/hicolor/scalable/apps/qphotorec.svg - - - - - 2022-06-12 - 7.2 - Rebuild for ntfs-3g - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 7.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-03 - 7.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - thin-provisioning-tools - https://github.com/jthornber/thin-provisioning-tools - - Ali Algul - alialgul@pisilinux.org - - GPLv2 - hardware.disk - A suite of tools for thin provisioning on Linux - A suite of tools for thin provisioning on Linux - https://github.com/jthornber/thin-provisioning-tools/archive/v0.8.5.tar.gz - - libaio-devel - boost-devel - expat-devel - libgcc - - hardware/disk/thin-provisioning-tools/pspec.xml - - - thin-provisioning-tools - - expat - libgcc - libaio - - - /usr/sbin/ - /usr/share/man/man8/ - - - - - 2021-03-12 - 0.8.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.7.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 0.7.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-01 - 0.7.5 - version Bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-04-09 - 0.6.3 - version Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-31 - 0.6.0 - First release - Ali Algul - alialgul@pisilinux.org - - - - - - udftools - https://github.com/pali/udftools - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - hardware.disk - Linux UDF Filesystem userspace utilities - Linux UDF Filesystem userspace utilities - UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları - UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları - https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz - - eudev-devel - readline-devel - ncurses-devel - - hardware/disk/udftools/pspec.xml - - - udftools - - readline - - - /usr/bin - /usr/sbin - /lib/udev - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-06-06 - 2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2.1 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-11-02 - 2.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - udiskie - https://pypi.python.org/pypi/udiskie - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - app:gui - hardware.disk - Removable disk automounter using udisks2 - Removable disk automounter using udisks2 - Udiskie est un frontal udisks2 qui permet de gérer des supports amovibles tels que des CD ou des clés USB depuis l'espace utilisateur. - Udiskie is a udisks2 front-end that allows to manage removeable media such as CDs or flash drives from userspace. - udiskie, CD'ler veya usb flash sürücüler gibi çıkarılabilir ortamların kullanıcı alanından yönetilmesine izin veren bir udisks2 ön ucudur. - https://files.pythonhosted.org/packages/a5/0c/b1aaddf8c53a1f186f2d95d1073d88876d227685454adac4ff547ac03328/udiskie-2.3.3.tar.gz - - pip3 - keyutils - asciidoc - gtk3-devel - python3-devel - udisks2-devel - python3-wheel - python3-PyYAML - python-keyutils - libnotify-devel - python3-setuptools - python3-pygobject3-devel - - hardware/disk/udiskie/pspec.xml - - - udiskie - - gtk3 - python3 - udisks2 - libnotify - python-docopt - python3-PyYAML - python-keyutils - python3-pygobject3 - - - /usr/bin - /usr/lib/python3.8/site-packages/udiskie - /usr/share/zsh/site-functions - /usr/share/locale - /usr/share/doc/udiskie - - - - - 2021-09-25 - 2.3.3 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - udisks2 - http://udisks.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - app:console - hardware.disk - Disk Management Service - Disk Yönetim Hizmeti - udisks provides a daemon, API and command line tools for managing disk devices attached to the system. - udisks, sisteme bağlı disk aygıtlarını yönetmek için programlama kitaplığı ve komut satırı araçları sunar. - https://github.com/storaged-project/udisks/releases/download/udisks-2.9.4/udisks-2.9.4.tar.bz2 - - gtk-doc - acl-devel - glib2-devel - polkit-devel - elogind-devel - python-six - libgudev-devel - parted-devel - libatasmart-devel - device-mapper-devel - lvm2-devel - gobject-introspection-devel - sg3_utils-devel - ntfsprogs - dosfstools - docbook-xsl - libxslt-devel - mdadm - intltool - ntfs-3g - gptfdisk - btrfs-progs-devel - libblockdev-devel - - - udisks-2.x-ntfs-3g.patch - - hardware/disk/udisks2/pspec.xml - - - udisks2 - - acl - glib2 - polkit - libgudev - lvm2 - mdadm - parted - elogind - libatasmart - device-mapper - ntfsprogs - dosfstools - sg3_utils - libblockdev - libutil-linux - - - /etc/udisks2 - /etc/dbus-1 - /lib/udev/rules.d - /usr/bin - /usr/sbin - /usr/lib - /usr/libexec - /usr/share/bash-completion/completions - /usr/share/doc - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/polkit-1/ - /usr/share/man - /var/lib/ - /run/udisks - /usr/share/dbus-1/interfaces/*.xml - - - - udisks2-docs - Development files for udisks2 - - udisks2 - - - /usr/share/gtk-doc - - - - udisks2-devel - Development files for udisks2 - udisks için geliştirme dosyaları - - udisks2 - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-21 - 2.9.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-11 - 2.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-21 - 2.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-28 - 2.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2.8.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 2.8.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 2.1.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 2.1.8 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.1.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 2.1.6 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - 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.12.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 - python - 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 - - - - - 2021-10-24 - 0.3.12 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2020-11-07 - 0.3.12 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2020-02-01 - 0.3.12 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2018-12-29 - 0.3.12 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-12-29 - 0.3.11 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - xfsdump - https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/ - - AYDIN ATMACA - aydinatmaca@gmail - - LGPLv2.1 - app:console - hardware.disk - XFS dump/restore utilities. - XFS döküm ve geri yükleme araçları - xfsdump contains XFS filesystem dump and restore utilities. - xfsdump, XFS dosya sistemi döküm (dump) ve geri yükleme (restore) araçlarını içerir. - http://ftp.ntu.edu.tw/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.10.tar.xz - - attr-devel - dmapi-devel - ncurses-devel - xfsprogs-devel - libutil-linux-devel - - - no_symlink.patch - skip_inventory_debian_subfolder.patch - no_changes_compress.patch - xfs_restore.patch - - hardware/disk/xfsdump/pspec.xml - - - xfsdump - - attr - gawk - dmapi - uuidd - ncurses - libtool - gettext - xfsprogs - libutil-linux - - - /sbin - /usr/sbin - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2022-06-04 - 3.1.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-18 - 3.1.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 3.1.9 - First Beta release. - AYDIN ATMACA - aydinatmaca@gmail.com - - - - - - xfsprogs - http://oss.sgi.com/projects/xfs/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - hardware.disk - XFS filesystem utilities - XFS dosya sistemi araçları - xfsprogs contains a number of administrative utilities to work with and manage XFS filesystems. - xfsprogs XFS dosya sistemini kullanmak ve yönetmek için bir dizi araç içerir. - https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.18.0.tar.xz - - icu4c-devel - liburcu-devel - libinih-devel - readline-devel - libunistring-devel - libutil-linux-devel - device-mapper-devel - - hardware/disk/xfsprogs/pspec.xml - - - xfsprogs - - icu4c - liburcu - libinih - readline - libunistring - libutil-linux - device-mapper - - - /lib - /sbin - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/man - /usr/share/xfsprogs - - - - xfsprogs-devel - Development headers for xfsprogs - - libutil-linux-devel - xfsprogs - - - /usr/include - /usr/share/man/man3 - - - - - 2022-06-04 - 5.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-08 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-23 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 5.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 5.4.0 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2019-04-26 - 4.19.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.15.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-29 - 4.9.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 3.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-04 - 3.2.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - dosbox - http://www.dosbox.com/ - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - app:gui - hardware.emulator - DOSBox is a DOS emulator. - DOSBox, bir DOS öykünücüsüdür. - DOSBox is a DOS-emulator that uses the SDL-library. - DOSBox, SDL kitaplığını kullanan bir DOS öykünücüsüdür. - dosbox - https://sourceforge.net/projects/dosbox/files/dosbox/0.74-3/dosbox-0.74-3.tar.gz - - alsa-lib-devel - libsdl-devel - - - dosbox-0.74_gcc4.6_compat.patch - - hardware/emulator/dosbox/pspec.xml - - - dosbox - - alsa-lib-32bit - libsdl-32bit - - - /usr/share/doc/dosbox - /usr/share/man - /usr/bin - /usr/share/icons - /usr/share/pixmaps - /usr/share/applications - - - dosbox.png - dosbox.desktop - icons/hicolor/16x16/apps/dosbox.png - icons/hicolor/24x24/apps/dosbox.png - icons/hicolor/32x32/apps/dosbox.png - icons/hicolor/48x48/apps/dosbox.png - icons/hicolor/96x96/apps/dosbox.png - icons/hicolor/128x128/apps/dosbox.png - icons/hicolor/256x256/apps/dosbox.png - - - - - 2020-06-27 - 0.74.3 - First release - Erdem Ersoy - erdemersoy@live.com - - - - - - playonlinux - http://www.playonlinux.com - - Ergün Salman - poyraz76@pisilinux.org - - GPLv3 - app:gui - app:console - hardware.emulator - Tool to help Linux users run Windows games on linux - Birçok Windows oyununu Linux'ta oynayabilmenizi sağlar - PlayOnLinux is a piece of sofware which allow you to install and use easily numerous games and softwares designed to run with Microsoft's Windows. - PlayOnLinux, Microsoft's Windows için hazırlanan çok sayıdaki oyunu ve uygulamayı Linux'ta kullanmanıza olanak sağlayan bir uygulamadır. - PlayOnLinux - http://repository.playonlinux.com/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.tar.gz - - PlayOnLinux_4.1.6-fix-desktop-file.patch - - hardware/emulator/playonlinux/pspec.xml - - - playonlinux - - jq - wxPython - wine - wget - gnu-netcat - icoutils - binutils - imagemagick - xterm - p7zip - gnupg - - - /usr/bin - /usr/share/doc - /usr/share/applications - /usr/share/pixmaps - /usr/share/playonlinux - /usr/share/playonlinux/lang/ - /usr/share/locale/ - - - PlayOnLinux.desktop - playonlinux.png - - - - - 2020-06-07 - 4.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 4.2.12 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 4.2.12 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-29 - 4.2.10 - rebuild - Ali Algül - aligulle3801@gmail.com - - - 2016-07-03 - 4.2.10 - First Release - Ergün Salman - poyraz76@pisilinux.org - - - - - - wine - http://www.winehq.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - hardware.emulator - Wine bir "Emülator" değildir,Windows uygulamalarını çalıştırma imkanı sunar. - Wine ist kein Emulator, mit dem Sie Microsoft Windows-Anwendungen laufen lässt - WINE Is Not An Emulator, which lets you run Microsoft Windows applications - Wine X11 çalıştıran bir i386 (veya uyumluları) makinede Windows 3.*, Windows 95/98 ve Windows NT programlarını çalıştırmanıza imkân verir. Halâ alfa düzeyinde olduğundan her şey çalışmayabilir. - Wine gibt ihnen die möglichkeit um Windows 3. *, Windows 95/98 und Windows NT-Programme auf einem i386 (oder kompatibel) System X11 zu laufen. Es ist immer noch Alpha-Level-Code, nicht erwarten, dass alles funktioniert. - Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work. - https://dl.winehq.org/wine/source/5.x/wine-5.9.tar.xz - - mit-kerberos - lcms2-devel - libao-devel - libSM-devel - mpg123-devel - openal-devel - openssl-devel - libsdl2-devel - libv4l-devel - libXext-devel - e2fsprogs-devel - samba-devel - libxslt-32bit - mesa-glu-devel - alsa-lib-devel - gstreamer-devel - openldap-client - libgphoto2-devel - libunwind-devel - pulseaudio-libs-devel - gst-plugins-base-devel - cups-devel - gnutls-devel - gnutls-32bit - libXcursor-devel - libXi-devel - libXrandr-devel - libXxf86vm-devel - sane-backends-devel - unixODBC-devel - dbus-devel - fontconfig-devel - gsm-devel - libjpeg-turbo-devel - libXcomposite-devel - libXinerama-devel - libxslt-devel - tiff-devel - gettext-devel - giflib-devel - v4l-utils - libpng - libtevent-devel - jack-audio-connection-kit-devel - fontforge - freetype-devel - freetype-32bit - libpcap-devel - util-linux - ncurses-devel - - - wine-1.9.3-gcc-5_3_0-disable-force-alignment.patch - gcc_erorr.patch - 0001-programs-winhlp32-Use-noyywrap-for-macro.lex.l-and-p.patch - - hardware/emulator/wine/pspec.xml - - - wine - app:gui - - wine-32bit - winetricks - lcms2 - libX11 - libSM - mpg123 - openal - libXext - mesa-glu - alsa-lib - gstreamer - libgphoto2 - libXcomposite - openldap-client - pulseaudio-libs - gst-plugins-base - libjpeg-turbo - libtevent - p11-kit - libxml2 - giflib - ncurses - cups - gnutls - libXcursor - libXi - libXrandr - libXxf86vm - sane-backends - unixODBC - zlib - eudev - libgcc - cabextract - libpcap - libunwind - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/desktop-directories - /usr/share/wine - /usr/share/locale - /usr/share/doc - /usr/share/man - - - wine-staging - - - winetricks - wisotool - menu/wine.menu - menu/Wine.directory - menu/taskmgr.desktop - menu/uninstaller.desktop - menu/winecfg.desktop - menu/winefile.desktop - menu/winetricks.desktop - menu/wine-mime-msi.desktop - menu/wine-oleview.desktop - menu/wine-winemine.desktop - - - - wine-devel - Wine development environment - Wine geliştirme ortamı - - wine - - - /usr/bin/function_grep.pl - /usr/bin/widl - /usr/bin/winebuild - /usr/bin/winecpp - /usr/bin/wineg++ - /usr/bin/winegcc - /usr/bin/winemaker - /usr/bin/wmc - /usr/bin/wrc - /usr/include/wine - /usr/share/aclocal - /usr/share/man/man1/widl.1 - /usr/share/man/man1/winebuild.1 - /usr/share/man/man1/winecpp.1 - /usr/share/man/man1/wineg++.1 - /usr/share/man/man1/winegcc.1 - /usr/share/man/man1/winemaker.1 - /usr/share/man/man1/wmc.1 - /usr/share/man/man1/wrc.1 - - - wine-staging-devel - - - - winetricks - winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine. - - zenity - - - /usr/bin/winetricks - /usr/share/applications/winetricks.desktop - - - - wine-32bit - 32-bit shared libraries for wine - wine için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - zlib-32bit - glib2-32bit - lcms2-32bit - libSM-32bit - p11-kit-32bit - giflib-32bit - libpng-32bit - libv4l-32bit - libX11-32bit - libsdl2-32bit - mpg123-32bit - openal-32bit - libXext-32bit - libxml2-32bit - alsa-lib-32bit - mesa-glu-32bit - openldap-32bit - ncurses-32bit - libunwind-32bit - libXrandr-32bit - libXdamage-32bit - libXxf86vm-32bit - fontconfig-32bit - libXcursor-32bit - libXxf86dga-32bit - gstreamer-32bit - libXcomposite-32bit - pulseaudio-libs-32bit - gst-plugins-base-32bit - - - zlib-32bit - lcms2-32bit - libSM-32bit - libX11-32bit - mpg123-32bit - openal-32bit - libXext-32bit - libxml2-32bit - alsa-lib-32bit - mesa-glu-32bit - openldap-32bit - gsm-32bit - eudev-32bit - cups-32bit - tiff-32bit - libXi-32bit - gnutls-32bit - libpng-32bit - ncurses-32bit - openssl-32bit - p11-kit-32bit - giflib-32bit - alsa-lib-32bit - libXrandr-32bit - gstreamer-32bit - fontconfig-32bit - libXcursor-32bit - libXdamage-32bit - libXxf86vm-32bit - libXxf86dga-32bit - libtool-ltdl-32bit - libXcomposite-32bit - libjpeg-turbo-32bit - pulseaudio-libs-32bit - - - /usr/lib32/libwine.so* - /usr/lib32/wine - - - wine-staging-32bit - - - - - 2020-06-03 - 5.9 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-09-30 - 4.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-03 - 4.3 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-01-23 - 4.0 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-11-25 - 3.21 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-08-29 - 3.14 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-07-11 - 3.12 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-05-23 - 3.8 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-04-23 - 3.6 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2017-12-24 - 2.22 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2017-05-28 - 2.9 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2017-01-29 - 2.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-09-13 - 1.9.18 - - Support for multiple kernel drivers in a single process. - - More WebServices reader support. - - Various improvements in joystick support. - - Some more work towards the Direct3D command stream. - - GDI performance improvements. - - Improved IME window handling. - - Compatibility fixes in the clipboard support. - - Various bug fixes. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-08-22 - 1.9.17 - -Better exception handling on 64-bit. - -Various improvements in joystick support. - -Some more stream support in the C++ runtime. - -Font embedding improvements. - -More metafile support in GDI+. - -Various bug fixes. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-08-15 - 1.9.16 - -Better 64-bit binary compatibility on macOS. - -Performance improvements in JavaScript. - -More progress towards the Direct3D command stream. - -More shader instructions in Direct3D. - -Performance improvements in GDI. - -Various bug fixes. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-23 - 1.9.15 - Bugs fixed in 1.9.15 (total 22). - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-11 - 1.9.14 - -Pisilinux Fixed Options. - -More Shader Model 5 support in Direct3D. - -Some more write support in WebServices. - -Performance improvements in GDI. - -Some more progress towards the Direct3D command stream. - -Various bug fixes. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-11 - 1.9.14 - Version bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-09 - 1.9.13 - missing fixes release - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-02 - 1.9.13 - First release - Ergün Salman - poyraz76@pisilinux.org - - - - - - wine-staging - http://www.winehq.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - hardware.emulator - WINE Is Not An Emulator, which lets you run Microsoft Windows applications - staging version. - Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work. - https://dl.winehq.org/wine/source/7.x/wine-7.5.tar.xz - https://github.com/wine-staging/wine-staging/archive/refs/tags/v7.5.tar.gz - - mit-kerberos-devel - lcms2-devel - libao-devel - libSM-devel - mpg123-devel - openal-devel - openssl-devel - libsdl2-devel - libv4l-devel - libXext-devel - e2fsprogs-devel - samba-devel - libxslt-32bit - mesa-glu-devel - alsa-lib-devel - gstreamer-devel - openldap-client - libgphoto2-devel - pulseaudio-libs-devel - gst-plugins-base-devel - cups-devel - gnutls-devel - gnutls-32bit - libXcursor-devel - libXi-devel - libXrandr-devel - libXxf86vm-devel - sane-backends-devel - unixODBC-devel - dbus-devel - fontconfig-devel - gsm-devel - libjpeg-turbo-devel - libXcomposite-devel - libXinerama-devel - libxslt-devel - tiff-devel - gettext-devel - giflib-devel - v4l-utils - libpng-devel - libtevent-devel - jack-audio-connection-kit-devel - fontforge - freetype-devel - freetype-32bit - libpcap-devel - util-linux - ncurses-devel - - - 0001-programs-winhlp32-Use-noyywrap-for-macro.lex.l-and-p.patch - - hardware/emulator/wine-staging/pspec.xml - - - wine-staging - app:gui - - wine-staging-32bit - lcms2 - libX11 - libSM - mpg123 - openal - libXext - mesa-glu - alsa-lib - gstreamer - libgphoto2 - libXcomposite - openldap-client - pulseaudio-libs - gst-plugins-base - libjpeg-turbo - libtevent - p11-kit - libxml2 - giflib - ncurses - cups - gnutls - libXcursor - libXi - libXrandr - libXxf86vm - sane-backends - unixODBC - zlib - eudev - libgcc - cabextract - libpcap - libunwind - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/desktop-directories - /usr/share/wine - /usr/share/locale - /usr/share/doc - /usr/share/man - - - wine - - - wine - - - wisotool - menu/wine.menu - menu/Wine.directory - menu/taskmgr.desktop - menu/uninstaller.desktop - menu/winecfg.desktop - menu/winefile.desktop - menu/winetricks.desktop - menu/wine-mime-msi.desktop - menu/wine-oleview.desktop - menu/wine-winemine.desktop - - - - wine-staging-devel - Wine development environment - - wine-staging - - - /usr/bin/function_grep.pl - /usr/bin/widl - /usr/bin/winebuild - /usr/bin/winecpp - /usr/bin/wineg++ - /usr/bin/winegcc - /usr/bin/winemaker - /usr/bin/wmc - /usr/bin/wrc - /usr/include/wine - /usr/share/aclocal - /usr/share/man/man1/widl.1 - /usr/share/man/man1/winebuild.1 - /usr/share/man/man1/winecpp.1 - /usr/share/man/man1/wineg++.1 - /usr/share/man/man1/winegcc.1 - /usr/share/man/man1/winemaker.1 - /usr/share/man/man1/wmc.1 - /usr/share/man/man1/wrc.1 - - - wine-devel - - - wine-devel - - - - wine-staging-32bit - 32-bit shared libraries for wine - emul32 - emul32 - - zlib-32bit - glib2-32bit - lcms2-32bit - libSM-32bit - p11-kit-32bit - giflib-32bit - libpng-32bit - libv4l-32bit - libX11-32bit - libsdl2-32bit - mpg123-32bit - openal-32bit - libXext-32bit - libxml2-32bit - alsa-lib-32bit - mesa-glu-32bit - openldap-32bit - ncurses-32bit - libXrandr-32bit - libXdamage-32bit - libXxf86vm-32bit - fontconfig-32bit - libXcursor-32bit - libXxf86dga-32bit - gstreamer-32bit - libXcomposite-32bit - pulseaudio-libs-32bit - gst-plugins-base-32bit - - - zlib-32bit - eudev-32bit - lcms2-32bit - libSM-32bit - libX11-32bit - mpg123-32bit - openal-32bit - libXext-32bit - libxml2-32bit - alsa-lib-32bit - mesa-glu-32bit - openldap-32bit - gsm-32bit - cups-32bit - tiff-32bit - libXi-32bit - gnutls-32bit - libpng-32bit - ncurses-32bit - openssl-32bit - p11-kit-32bit - giflib-32bit - alsa-lib-32bit - libXrandr-32bit - gstreamer-32bit - fontconfig-32bit - libXcursor-32bit - libXdamage-32bit - libXxf86vm-32bit - libXxf86dga-32bit - libtool-ltdl-32bit - libXcomposite-32bit - libjpeg-turbo-32bit - pulseaudio-libs-32bit - - - /usr/lib32/libwine.so* - /usr/lib32/wine - - - wine-32bit - - - wine-32bit - - - - - 2022-04-02 - 7.5 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-06-04 - 5.9 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - libavc1394 - http://sourceforge.net/projects/libavc1394/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.firewire - Librairie pour l'ensemble de commande de l'interface digitale AV/C (Audio/Vidéo Control) de l'association pour le commerce 1394 (1394 Trade Association). - library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set - 1394 Trade Association AV/C (Ses/Görüntü kontrol) sayısal arayüz komut seti için bir kütüphane - The libavc1394 library allows utilities to control IEEE-1394 devices using the AV/C specification. Audio/Video Control allows applications to control devices like the tape on a VCR or camcorder. - mirrors://sourceforge/libavc1394/libavc1394-0.5.4.tar.gz - - libraw1394-devel - - - libavc1394-0.5.3-librom.patch - - hardware/firewire/libavc1394/pspec.xml - - - libavc1394 - - libraw1394 - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libavc1394-devel - Development files for libavc1394 - libavc1394 için geliştirme dosyaları - - libavc1394 - libraw1394-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-17 - 0.5.4 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.5.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.5.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.5.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-31 - 0.5.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libdc1394 - http://sourceforge.net/projects/libdc1394/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.firewire - Programming interface for IEEE 1394 based cameras - IEEE 1394 tabanlı kameralar için programlama kitaplığı - libdc1394 est une librairie dont l'objectif est de fournir une interface de programmation d'application de haut niveau pour les développeur désirant contrôler les caméras basées sur le IEEE 1394 se conformant aux spécifications des Caméras Digitales basées sur 1394 (que l'on trouve sur http://www.1394ta.org/). - libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). - Bu kütüphane IEEE 1394 tabanlı kameraların kontrolü için yüksek seviyeli bir arayüz oluşturur. - libdc1394 es una librería con intención de facilitar una interfaz de programación de alto nivel para programadores de aplicaciones, que desean controlar camaras basados en IEEE 1394, conforme la especificación de camaras digitales basados en 1394 (véase http://www.1394ta.org/). - https://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.6/libdc1394-2.2.6.tar.gz - - libraw1394-devel - libusb-devel - - hardware/firewire/libdc1394/pspec.xml - - - libdc1394 - - libraw1394 - libusb - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libdc1394-devel - Development files for libdc1394 - libdc1394 için geliştirme dosyaları - - libdc1394 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 2.2.6 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 2.2.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.2.5 - Update. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-27 - 2.2.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-13 - 2.2.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libffado - http://www.ffado.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - GPLv3 - hardware.firewire - Free firewire audio drivers - Ücretsiz firewire ses sürücüleri - libffado tries to provide open-source drivers for all FireWire based pro-audio devices. - libffado, firewire arabirimli profesyonel ses kartları için ücretsiz sürücü desteği sağlayan bir projedir. - http://www.ffado.org/files/libffado-2.4.4.tgz - - xdg-utils - glibmm-devel - libxmlpp-devel - alsa-lib-devel - dbus-c++-devel - libsigc++-devel - libconfig-devel - libraw1394-devel - libiec61883-devel - scons - doxygen - dbus-python - dbus-python3 - python-qt5-devel - python3-qt5-devel - jack-audio-connection-kit-devel - - hardware/firewire/libffado/pspec.xml - - - libffado - library - - glibmm - libgcc - dbus-c++ - libxmlpp - libconfig - libsigc++ - xdg-utils - libraw1394 - libiec61883 - python-setuptools - - - /usr/bin - /etc/dbus-1 - /usr/lib - /usr/share/locale - /lib/udev/rules.d - /usr/share/libffado - /usr/share/dbus-1 - /usr/share/man - /usr/share/doc - - - - libffado-devel - Development files for libffado - libffado için geliştirme dosyaları - library - - libffado - - - /usr/include - /usr/lib/pkgconfig - - - - ffado-mixer - Graphical User Interface for FFADO - FFADO için grafik arayüzü - app:gui - hardware.sound - ffado-mixer - - libffado - python-setuptools - - - /usr/bin/ffado-mixer* - /usr/share/applications - /usr/share/metainfo/ffado-mixer.appdata.xml - /usr/share/pixmaps - - - pisilinux-ffadomixer.desktop - - - - - 2021-10-22 - 2.4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-19 - 2.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-22 - 2.4.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 2.4.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-22 - 2.4.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.3.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 2.2.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-28 - 2.2.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libiec61883 - http://www.linux1394.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - GPLv2 - library - hardware.firewire - A library for capturing video (DV, MPEG2 or AMDTP) over the IEEE 1394 bus - IEEE 1394 veriyolundan video dosyalarını aktarmak için kullanılan bir kütüphane - Cette librairie fournit aux les médias de troisième génération la réception et la transmission pour DV, MPEG2-TS et AMDTP (audio et musique) en n'utilisant que raw1394 sans nécessiter une configuration et une maintenance compliquées d'autres modules du noyau et de leurs nodes dans /dev. - libiec61883 is a library providing third generation media reception and transmission for DV, MPEG2-TS, and AMDTP (audio and music) using only raw1394 and not the complicated setup and maintenance of other kernel modules and their /dev nodes. - IEEE 1394 veriyolundan video dosyalarını aktarmak için kullanılan bir kütüphane - La librería facilita recepción y transmisión de media de tercera generación para DV, MPEG2-TS, y AMDTP (audio y music), usando solamente la interfaz 1394 en crudo, sin configuración complicada y mantenimiento de otros módulos de kernel y nodos /dev correspondientes. - http://www.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.gz - - libraw1394-devel - - - libiec61883-1.2.0-installtests.patch - libiec61883-channel-allocation-without-local-node-rw.patch - - hardware/firewire/libiec61883/pspec.xml - - - libiec61883 - - libraw1394 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libiec61883-devel - Development files for libiec61883 - libiec61883 için geliştirme dosyaları - - libiec61883 - libraw1394-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-12 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-09 - 1.2.0 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libraw1394 - http://www.linux1394.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - GPLv2 - library - hardware.firewire - A library that provides direct access to the IEEE 1394 bus - IEEE 1394 veriyoluna direk erişim sağlayan bir kütüphane - IEEE 1394 est un standard définissant un bus de série très rapide. Ce bus est également appelé FireWire par Apple ou i.Link par Sony. - libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user interface. Support for both the classic ieee1394 and new firewire linux driver stacks is included. - IEEE 1394 yüksek hızlı bir seri veriyolu tanımlayan standarttır. Bu veriyolu Apple, i.Link ve Sony tarafından FireWire olarak adlandırılmıştır. Bu kütüphane IEEE 1394 veriyoluna direkt erişim sağlar. - IEEE 1394 es un estándar que define un bus serial de alta velocidad. Este bus lleva también el nombre FireWire por Apple o i.Link por Sony. - https://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz - hardware/firewire/libraw1394/pspec.xml - - - libraw1394 - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libraw1394-devel - Development files for libraw1394 - libraw1394 için geliştirme dosyaları - - libraw1394 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-12 - 2.1.2 - Rebuild for new toolchain. - Idris Kalp - idriskalp@gmail.com - - - 2018-08-01 - 2.1.2 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-02-17 - 2.1.2 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-27 - 2.1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 2.1.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - alsa-firmware - http://www.alsa-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - GPLv2+ - LGPLv2+ - BSD - data - hardware.firmware - firmware (logiciel interne) pour l'Architecture Son Linux Avancée (ALSA). - Firmware for several ALSA-supported sound cards - Çeşitli ALSA destekli ses kartları için firmware dosyaları - alsa-firmware contains the firmware binaries for a number of sound cards supported by the ALSA project. - alsa-firmware, ALSA sürücüleri tarafından desteklenen bazı ses kartları için gerekli firmware dosyalarını içerir. - ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.2.4.tar.bz2 - hardware/firmware/alsa-firmware/pspec.xml - - - alsa-firmware - - /usr/share/alsa/firmware - /lib/firmware - /usr/share/doc - - - - - 2021-09-21 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-17 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.0.29 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2017-02-18 - 1.0.29 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 1.0.29 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-03-04 - 1.0.29 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - b43-firmware - http://linuxwireless.sipsolutions.net/en/users/Drivers/b43/ - - PisiLinux Community - admins@pisilinux.org - - freedist - data - hardware.firmware - Firmware for Broadcom B43 wireless network chips - Broadcom B43 kablosuz ağ çipleri için aygıt yazılımı - Firmware for Broadcom wireless network chips - Broadcom kablosuz ağ çipleri için aygıt yazılımı - http://mirror2.openwrt.org/sources/wl_apsta-3.130.20.0.o - http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2 - - b43-fwcutter - - hardware/firmware/b43-firmware/pspec.xml - - - b43-firmware - - /lib/firmware - - - - - 2020-02-01 - 6.30.163.46 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 6.30.163.46 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-19 - 6.30.163.46 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 5.100.138 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-17 - 5.100.138 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - b43-fwcutter - http://bu3sch.de/b43/fwcutter - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.firmware - Firmware Tool for Broadcom 43xx - Broadcom kablosuz sürücüleri için firmware üretme aracı - Firmware Tool for Broadcom 43xx based wireless network devices using the mac80211 wireless stack - b43-fwcutter Broadcom kablosuz sürücüleri için firmware üretmek için kullanılan basit bir araç içerir. - http://bues.ch/b43/fwcutter/b43-fwcutter-019.tar.bz2 - hardware/firmware/b43-fwcutter/pspec.xml - - - b43-fwcutter - - /usr/bin - /usr/share/doc - /usr/share/man/man1 - - - - - 2020-02-01 - 019 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-13 - 019 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 019 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 018 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-04 - 018 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libmfx - https://github.com/lu-zero/mfx_dispatch - - Idris Kalp - idriskalp@gmail.com - - BSD - library - hardware.graphics - Intel media sdk dispatcher - Intel media sdk dispatcher - https://github.com/lu-zero/mfx_dispatch/archive/1.25.tar.gz - - libdrm-devel - libva-devel - - hardware/graphics/libmfx/pspec.xml - - - libmfx - - libdrm - libva - - - /usr/lib - /usr/share - /usr/share/doc - - - - libmfx-devel - - libmfx - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 1.25 - First Release - Idris Kalp - idriskalp@gmail.com - - - - - - vbetool - http://www.codon.org.uk/~mjg59/vbetool/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.graphics - Alter video hardware state through video BIOS - Gerçek kipte ekran BIOS değiştirme aracı (örn. ekran kartını yeniden başlatmak için) - vbetools is a real-mode video BIOS code to alter hardware state. Vbetool uses lrmi in order to run code from the video BIOS. It is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. - Donanım durumunu değiştiren gerçek kipli video BIOS kodudur. Video BIOS'undan gelen kodları çalıştırmak için lrmi kullanır. Video kartının DPMS ve kaydet/tekrar inşaa et durumunun değiştirilmesini sağlar ve video kartının hatalı durumdan başlatılmasına çalışır. - http://ftp.iij.ad.jp/pub/linux/gentoo/distfiles/32/vbetool-1.1.tar.gz - - libx86-devel - pciutils-devel - - - vbetool-1.0-build-as-needed.patch - unsigned_int.patch - - hardware/graphics/vbetool/pspec.xml - - - vbetool - - libx86 - pciutils - - - /usr/share/doc - /usr/share/man - /usr/sbin - - - - - 2021-11-29 - 1.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 1.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 1.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - diskmonitor - https://github.com/papylhomme/diskmonitor - - Stefan Gronewold - groni@pisilinux.org - - GPLv2 - hardware.info - KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet - KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet - https://github.com/papylhomme/diskmonitor/archive/0.3.3.tar.gz - - extra-cmake-modules - gettext-devel - glibc-devel - kconfigwidgets-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - knotifications-devel - kxmlgui-devel - plasma-workspace-devel - qt5-base-devel - qt5-quickcontrols2-devel - udisks2-devel - qt5-declarative-devel - - hardware/info/diskmonitor/pspec.xml - - - diskmonitor - KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet - - qt5-base - ki18n - libgcc - kconfig - kxmlgui - kcoreaddons - kiconthemes - kconfigwidgets - knotifications - kwidgetsaddons - qt5-declarative - - - /usr/bin - /usr/lib/qt5 - /usr/share - - - - - 2020-03-10 - 0.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.3.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 0.3.1 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-11-20 - 0.3.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - dmidecode - http://www.nongnu.org/dmidecode/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.info - Tool to analyse BIOS DMI data - BIOS DMI verisi inceleme araçları - Dmidecode rapporte des informations à propos du matériel composant votre système tel qu'il est décrit dans votre BIOS. Cette information comprends typiquement le fabricant du système, le nom du modèle, le numéro de série, la version du BIOS, balises de traçabilité ainsi que beaucoup d'autres détails plus ou moins intéressants et fiables en fonction du fabricant. - dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. - dmidecode, bilgisayarınızın BIOS'unda verilmiş olan bilgilerin görüntülenmesini sağlar. Üretici ismi, model ismi, seri numarası, BIOS sürümü ve sistem üreticisine bağlı olarak değişiklik gösteren birçok bilgi, dmidecode ile görüntülenebilir. - http://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.4.tar.xz - hardware/info/dmidecode/pspec.xml - - - dmidecode - - /usr/bin - /usr/sbin - /usr/share/doc - /usr/share/man - - - laptop-detect - - - - - 2022-06-29 - 3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 3.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 3.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 2.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-22 - 2.12 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - gkrellm - http://www.gkrellm.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - service - hardware.info - A compact and clean system monitoring tool - Sade görünümlü sistem durumu izleyicisi - A program to monitor system status, and to collect system information such as memory usage, cpu temperature etc. - Bilgisayarınızın bileşenlerinin durumunu takip edebileceğiniz, hafıza kullanımı, işlemci sıcaklığı gibi bilgiler veren bir araç. - gkrellm - http://gkrellm.srcbox.net/releases/gkrellm-2.3.11.tar.bz2 - - gnutls-devel - gtk2-devel - pango-devel - libX11-devel - glib2-devel - libgcrypt-devel - libICE-devel - libSM-devel - - - drop_privileges.patch - gkrellmd-conf.patch - - hardware/info/gkrellm/pspec.xml - - - gkrellm - - gnutls - gtk2 - pango - glib2 - libX11 - libgcrypt - libICE - gdk-pixbuf - libSM - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share - /usr/share/man - - - System.Service - - - gkrellm.desktop - gkrellm.png - - - - gkrellm-devel - Development files for gkrellm - gkrellm için geliştirme dosyaları - - gkrellm - gtk2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-10 - 2.3.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-24 - 2.3.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-20 - 2.3.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 2.3.10 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 2.3.9 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 2.3.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-01 - 2.3.5 - First release - Aydın Demirel - aydin.demirel@pisilinux.org - - - - - - media-player-info - http://cgit.freedesktop.org/media-player-info - - PisiLinux Community - admins@pisilinux.org - - BSD - hardware.info - Media player capability database - Medya oynatıcısı yetenek veritabanı - media-player-info is a repository of data files describing media player capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, etc. - media-player-info, ortam oynatıcılarının yeteneklerini tanımlayan bir dosya demetidir. Bu dosyalar bu aygıtların hangi dizinlerine müzik dosyaları koyulması gerektiğini, hangi dosya biçimlerinin desteklendiğini tanımlar. - http://www.freedesktop.org/software/media-player-info/media-player-info-24.tar.gz - - eudev-devel - python3-devel - - hardware/info/media-player-info/pspec.xml - - - media-player-info - - /lib/udev/rules.d - /lib/udev - /usr/share/media-player-info - /usr/share/doc - - - - - 2020-02-02 - 24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 23 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 23 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 22 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-08 - 22 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - lirc - http://www.lirc.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - service - hardware.irda - LIRC est un paquet permettant de décoder et d'envoyer des signaux par infrarouges pour de nombreuses télécommandes usuelles (mais pas toutes). - Linux Infrared Remote Control system - Linux Kızılötesi Uzaktan Kumanda Sistemi - Sistema de control remoto por infrarrojo en Linux - lirc is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls. - lirc, kızılötesi sinyalleriyle yaygın uzaktan kumandaları denetlemeye olanak veren bir Linux altyapısıdır. - LIRC permite decodificar y transmitir señales infrarrojos compatible con muchos (pero no de todos) controles remotos comúnes. - https://sourceforge.net/projects/lirc/files/LIRC/0.10.1/lirc-0.10.1.tar.bz2 - - alsa-lib-devel - libftdi-devel - libusb-compat-devel - libX11-devel - libxslt - doxygen - python3-devel - python3-PyYAML - python3-setuptools - - - sysmacros.patch - - hardware/irda/lirc/pspec.xml - - - lirc - - python3 - alsa-lib - libftdi - libusb-compat - libX11 - eudev - libgcc - libusb - - - /etc - /lib/udev/rules.d - /usr/bin - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/man/man1 - /usr/share/man/man5 - /usr/share/man/man8 - /usr/share/lirc - /run - /var - - - System.Service - - - lirc.conf.d - lirc.tmpfiles - lirc.logrotate - - - - lirc-devel - Development files for lirc - lirc için geliştirme dosyaları - - lirc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-08-08 - 0.10.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 0.10.1 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2018-10-15 - 0.10.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-20 - 0.10.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-05 - 0.10.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-22 - 0.9.4c - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.9.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 0.9.3 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-08 - 0.9.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - android-tools - https://developer.android.com/studio - - Stefan Gronewold - groni@pisilinux.org - - Custom - programming.tools - Android Platform Tools - Android Platform Tools - https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz - - git - gcc - perl - cmake - ninja - golang - lz4-devel - zlib-devel - gtest-devel - zstd-devel - brotli-devel - libusb-devel - libpcre-devel - protobuf-devel - libpcre2-devel - libunwind-devel - - hardware/misc/android-tools/pspec.xml - - - android-tools - Android Platform Tools - Android Platform Tools - programming.tools - - lz4 - zlib - zstd - gtest - brotli - libgcc - libusb - libpcre - protobuf - libpcre2 - libunwind - android-udev - - - /usr/bin - /usr/share - - - - - 2022-06-28 - 31.03 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2022-05-03 - 31.03 - First Release - Kamil Atlı - suvari@pisilinux.org - - - - - - android-udev - https://github.com/M0Rf30/android-udev-rules - - Kamil Atlı - suvari@pisilinux.org - - GPL3 - hardware.misc - Udev rules to connect Android devices to your linux box - Android cihazlarını linux sistemine bağlamak için Udev kuralları - Udev rules to connect Android devices to your linux box - Android cihazlarını linux sistemine bağlamak için Udev kuralları - https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20220102.tar.gz - - eudev-devel - libmtp-devel - - hardware/misc/android-udev/pspec.xml - - - android-udev - Udev rules to connect Android devices to your linux box. - - eudev - libmtp - - - /usr/share/doc/android-udev/LICENSE - /usr/lib/udev/rules.d/51-android.rules - /usr/lib/sysusers.d/android-udev.conf - - - - - 2022-05-03 - 20220102 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - dkms - http://linux.dell.com/dkms - - Marcin Bojara - marcin.bojara@gmail.com - - GPLv2 - kernel - hardware.misc - Dynamic Kernel Module Support - Dynamic Kernel Module Support - DKMS is a dynamic kernel module support framework. - DKMS, dinamik çekirdek modülü desteği çatısıdır. - https://github.com/dell/dkms/archive/v2.8.1.tar.gz - hardware/misc/dkms/pspec.xml - - - dkms - - gcc - bash - kmod - make - coreutils - - - /etc - /usr/sbin - /usr/share/doc - /usr/share/man - /var/lib /usr/share/bash-completion - - - System.PackageHandler - - - - - 2020-04-15 - 2.8.1 - pakhandler.py improvements - Marcin Bojara - marcin.bojara@gmail.com - - - 2020-01-06 - 2.8.1 - Version bump. Add pakhandler.py - Marcin Bojara - marcin.bojara@gmail.com - - - 2018-09-01 - 2.6.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 2.5 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-29 - 2.3 - new release - Ali Algül - aligulle3801@gmail.com - - - 2016-06-09 - 2.2.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-01 - 2.2.0.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - dtc - https://github.com/telegramdesktop/dtc - - Kamil Atlı - suvari@pisilinux.org - - GPL2 - library - hardware.misc - Device Tree Compiler - Cihaz Ağacı Derleyicisi - Device Tree Compiler - Cihaz Ağacı Derleyicisi - https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz - - swig - meson - libyaml-devel - python3-devel - valgrind-devel - - hardware/misc/dtc/pspec.xml - - - dtc - - libyaml - valgrind - - - /usr/lib/libfdt.so* - /usr/share/doc - /usr/bin - /usr/lib/python3.9/site-packages - - - - dtc-devel - Development files for dtc - dtc için geliştirme başlıkları - - dtc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-02-05 - 1.6.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ethtool - https://www.kernel.org/pub/software/network/ethtool/ - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - app:console - hardware.misc - Utility to examine and tune ethernet-based network interfaces - Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım - ethtool is used for querying and changing settings of an ethernet device. - Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar. - https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-5.8.tar.xz - - libmnl-devel - - hardware/misc/ethtool/pspec.xml - - - ethtool - Utility to examine and tune ethernet-based network interfaces - - libmnl - - - /usr/share/doc - /usr/share/man - /usr/sbin - /usr/share/bash-completion - - - - - 2020-09-07 - 5.8 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-07-22 - 5.7 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-28 - 5.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-04 - 5.3 - Ver. bump - Blue Devil - bluedevil@sctzine.com - - - 2016-02-18 - 4.2 - Version bump - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2010-11-19 - 2.6.36 - First release - Onur Küçük - onur@pardus.org.tr - - - - - - flashrom - https://www.flashrom.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - hardware.misc - Utility for reading, writing, erasing and verifying flash ROM chips - Utility for reading, writing, erasing and verifying flash ROM chips - Flash çip içeriğini okumak/yazmak için basit program - Flash çip içeriğini okumak/yazmak için basit program - flashrom - https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2 - - meson - dmidecode - libusb-devel - libftdi-devel - pciutils-devel - - hardware/misc/flashrom/pspec.xml - - - flashrom - - libusb-devel - libftdi-devel - pciutils-devel - - - /usr/sbin - /usr/lib - /usr/share/doc - - - - flashrom-devel - Development files for flashrom - - flashrom - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-23 - 1.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - florence - http://florence.sourceforge.net/english.html - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - app:gui - hardware.misc - On-screen virtual keyboard. - Florence is an extensible scalable on-screen virtual keyboard for GNOME that stays out of your way when not needed. You need it if you can't use a real keyboard either because of a handicap, broken keyboard or tablet PC but you can use a pointing devide. - https://sourceforge.net/projects/florence/files/florence/0.6.3/florence-0.6.3.tar.bz2 - - intltool - gtk3-devel - cairo-devel - pango-devel - libxml2-devel - librsvg-devel - libXtst-devel - libXext-devel - gstreamer-devel - libnotify-devel - gdk-pixbuf-devel - at-spi2-core-devel - - hardware/misc/florence/pspec.xml - - - florence - - gtk3 - cairo - pango - libX11 - libxml2 - librsvg - libXtst - libXext - gstreamer - libnotify - gdk-pixbuf - at-spi2-core - - - /usr/bin - /usr/lib - /usr/share - /usr/share/applications - /usr/share/florence - /usr/share/glib-2.0 - /usr/share/pixmaps - /usr/share/locale - /usr/share/doc - - - - florence-devel - - florence - glib2-devel - - - /usr/include - /usr/lib/pkgconfig/florence-1.0.pc - - - - - 2020-01-09 - 0.6.3 - First release - fury - uglyside@yandex.ru - - - - - - fuse3 - http://fuse.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.misc - Interface implémentée dans l'environnement utilisateur (userpace) pour les systèmes de fichier. - An interface for filesystems implemented in userspace - Kullanıcı düzeyinde dosya sistemi oluştumaya yarayan kitaplık - Una interfaz para sistemas de archivos implementados en el espacio de usuario - fuse is a backend allowing regular users to (un)mount filesystems for their own use. - FUSE, kullanıcıların kendileri için dosya sistemleri oluşturmasına, bağlamasına ve bağı koparmasına imkân veren bir arkauç kitaplıktır. - https://github.com/libfuse/libfuse/releases/download/fuse-3.10.5/fuse-3.10.5.tar.xz - - meson - doxygen - eudev-devel - gettext-devel - - hardware/misc/fuse3/pspec.xml - - - fuse3 - - glibc - - - /bin - /sbin - /usr/sbin - /usr/bin - /lib - /usr/lib /usr/share/doc /usr/share/man - - - fuse3-devel - Development files for fuse3 - fuse3 için geliştirme dosyaları - system.devel - - fuse3 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-26 - 3.10.5 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-06-24 - 3.9.2 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - glusterfs - https://www.gluster.org/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - app:console - hardware.misc - a cluster file-system capable of scaling to several peta-bytes. - GlusterFS, güçlü bir ağ/küme dosya sistemidir. - Gluster is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks. Gluster is free. - Gluster, ölçeklenebilir bir ağ dosya sistemidir. Yaygın kullanıma hazır donanımı kullanarak medya akışı, veri analizi ve diğer veri ve bant genişliği yoğun görevler için büyük, dağıtılmış depolama çözümleri oluşturabilirsiniz. Gluster ücretsizdir. - https://github.com/gluster/glusterfs/archive/refs/tags/v10.1.tar.gz - - acl-devel - zlib-devel - curl-devel - fuse-devel - attr-devel - gperftools - spice-devel - libaio-devel - python3-devel - openssl-devel - libxml2-devel - liburcu-devel - libtirpc-devel - liburing-devel - readline-devel - spice-protocol - rpcsvc-proto-devel - libutil-linux-devel - - hardware/misc/glusterfs/pspec.xml - - - glusterfs - - acl - curl - zlib - attr - libaio - liburcu - libxml2 - openssl - libtirpc - liburing - gperftools - libutil-linux - - - /usr/bin - /usr/lib - /var/lib/glusterd - /usr/share/man - /usr/share/doc - /usr/share/glusterfs - /etc/glusterfs - /var/log - /etc/ganesha/ganesha-ha.conf.sample - /var/run/gluster - - - - glusterfs-devel - Development files for glusterfs - glusterfs için geliştirme dosyaları - - libutil-linux-devel - glusterfs - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-02-05 - 10.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - gpm - https://www.nico.schottelius.org/software/gpm/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - hardware.misc - Console mouse driver - Konsol tabanlı fare sürücüsü - GPM (short for General Purpose Mouse) brings mouse support to TTYs. - Genel amaçlı fare ve konsolda fare desteği içindir. - http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2 - - ncurses-devel - texinfo - - - gpm-1.20.7-glibc_2.26-1.patch - - hardware/misc/gpm/pspec.xml - - - gpm - - ncurses - - - /usr/bin - /usr/include - /usr/share/man - /usr/share/info - /usr/share/doc - /usr/lib - /etc - /usr/share/emacs - - - System.Service - - gpm.conf.d + tree.bashcomp - - 2020-01-12 - 1.20.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - 2018-08-01 - 1.20.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 1.20.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.20.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 1.20.7 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - hwloc - https://www.open-mpi.org/projects/hwloc/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - app:console - hardware.misc - Portable Hardware Locality (hwloc) - Hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı - The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. - hwlock, hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı sunar. - https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2 - - cairo-devel - pciutils-devel - libxml2-devel - numactl-devel - libpciaccess-devel - - - hwloc-1.8.1-gl.patch - - hardware/misc/hwloc/pspec.xml - - - hwloc - Portable Hardware Locality (hwloc) - - cairo - libxml2 - numactl - libX11 - libpciaccess - - - /etc - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/hwloc - /usr/share/applications - /usr/share/bash-completion/completions/hwloc - - - - hwloc-devel - Development files for hwloc - hwloc için geliştirme dosyaları - hwloc-devel, hwloc için geliştirme dosyalarını içerir. - - hwloc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-06 - 2.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-14 - 2.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-22 - 2.2.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - libavtp - http://www.github.com/Avnu/libavtp/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - hardware.misc - Open source implementation of Audio Video Transport Protocol - Open source implementation of Audio Video Transport Protocol - Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec - Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec - https://github.com/Avnu/libavtp/archive/refs/tags/v0.1.0.tar.gz - - meson - glibc-devel - cmocka-devel - - hardware/misc/libavtp/pspec.xml - - - libavtp - - /usr/lib - /usr/share/doc - - - - libavtp-devel - Development files for libavtp - Development files forlibavtp - - libavtp - - - /usr/include - - - - - 2022-01-25 - 0.1.0 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - libfprint - https://fprint.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.misc - A library for accessing to various fingerprint readers - Çeşitli parmakizi okuyucularına erişmek için kitaplık - libfprint is an open source software library designed to make it easy for application developers to add support for consumer fingerprint readers to their software. - libfprint, çeşitli parmakizi okuyuculara erişim sağlayan açık kaynaklı bir donanım kitaplığıdır. - https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v1.94.3/libfprint-v1.94.3.tar.gz - - meson - doxygen - gtk-doc - nss-devel - gdb-devel - glib2-devel - cairo-devel - pixman-devel - libgusb-devel - libgudev-devel - gobject-introspection-devel - - hardware/misc/libfprint/pspec.xml - - - libfprint - - nss - glib2 - cairo - pixman - libusb - libgusb - libgudev - - - /lib/udev - /usr/lib/girepository-1.0 - /usr/lib/libfprint-2.so* - /usr/share/gtk-doc - /usr/share/doc/libfprint - - - - libfprint-devel - Development files for libfprint - libfprint için geliştirme dosyaları - - glib2-devel - libfprint - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - - - - - 2022-02-27 - 1.94.3 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libftdi - http://www.intra2net.com/en/developer/libftdi/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.misc - A library for accessing to FTDI USB chips - FTDI USB entegrelerine erişim kitaplığı - libftdi allows access to eeprom and bitbang modes of FT232/245/2232 USB serial interface chips. - libftdi ile FT232/245/2232 USB seri arabirim entegrelerinin eeprom ve bitbang modlarını kullanabilirsiniz. - https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2 - - cmake - libusb-devel - boost-devel - python-devel - swig - - - fix-udev-group_and_usb_name.patch - - hardware/misc/libftdi/pspec.xml - - - libftdi - - libusb - libgcc - - - /usr/bin - /usr/lib - /lib/udev/rules.d - /usr/share/doc - - - - python-libftdi - Python bindings for libftdi - Python için libftdi bağlayıcıları - - libusb - python3 - libftdi - - - /usr/lib/python* - - - - libftdi-devel - Development files for libftdi - libftdi için geliştirme dosyaları - - libftdi - libusb-devel - - - /usr/bin/libftdi-config - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/share/doc/libftdi/examples - - - - - 2020-01-14 - 1.4 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-20 - 1.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 1.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 1.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libgphoto2 - http://www.gphoto.org/ - - Pisilinux Community - admins@pisilinux.org - - LGPL-2.1 - library - hardware.misc - Library that implements support for numerous digital cameras - Sayısal kamera ve müzik çalarlara erişim sağlayan kütüphane - Libgphoto2 est une librairie centrale conçue pour permettre aux programmes extérieurs d'accéder aux appareils photos numériques. - libgphoto2 is the core library designed to allow access to digital camera by external programs. - libgphoto2, harici uygulamalar tarafından sayısal kameralara ve müzik çalarlara erişim için kullanılan bir programlama kütüphanesidir. - Libgphoto2 es la librería núcleo (core) que permite a programas externos acceder a camaras digitales. - mirrors://sourceforge/project/gphoto/libgphoto/2.5.28/libgphoto2-2.5.28.tar.xz - - doxygen - gd-devel - tiff-devel - curl-devel - libusb-devel - libexif-devel - libxml2-devel - libjpeg-turbo-devel - - hardware/misc/libgphoto2/pspec.xml - - - libgphoto2 - - gd - curl - libusb - libexif - libxml2 - libtool-ltdl - libjpeg-turbo - - - /lib/udev - /usr/lib - /usr/share/libgphoto2 - /lib/udev/rules.d - /usr/share/locale - /usr/share/doc/libgphoto2 - - - - libgphoto2-docs - Documentation for libgphoto2 - libgphoto2 için detaylı belgelendirme - - /usr/share/doc/libgphoto2/camlibs - /usr/share/doc/libgphoto2/libgphoto2-api.html - - - - libgphoto2-devel - Development files for libgphoto2 - libgphoto2 için geliştirme dosyaları - - libexif-devel - libgphoto2 - - - /usr/bin/gphoto2-config - /usr/bin/gphoto2-port-config - /usr/include/gphoto2 - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2022-01-17 - 2.5.28 - Version bump. - fury - uglyside@yandex.ru - - - 2021-01-19 - 2.5.26 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-19 - 2.5.23 - İdris Kalp - İdris Kalp - idriskalp@gmail.com - - - 2018-07-30 - 2.5.18 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 2.5.16 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 2.5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 2.5.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-02 - 2.5.8 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libgpod - http://www.gtkpod.org/libgpod.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.misc - A library to access the contents of an iPod - iPod üzerindeki verilere ulaşmak için kullanılan bir kütüphane - libgpod est une librairie partagée permettant d'accéder au contenu d'un iPod. Cette librairie est basée sur le code du projet gtkpod. - libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. - libgpod, iPod taşınabilir medya oynatıcıları üzerindeki verilere ulaşmak için kullanılan bir kütüphanedir. Kütüphane, gelişmiş parça listesi, parça istatistikleri, podcast gibi ileri özellikleri destekler. libgpod, gtkpod projesi temel alınarak geliştirilmiştir. - mirrors://sourceforge/gtkpod/libgpod-0.8.3.tar.bz2 - - intltool - gettext-devel - libusb-devel - sqlite-devel - python-devel - gtk-doc - gtk2-devel - docbook-xml - python-six - python-mutagen - libplist-devel - sg3_utils-devel - libimobiledevice-devel - python-pygobject-devel - swig - - - 0001-323-Segmentation-fault-when-opening-ipod.patch - libgpod-0.8.2-pkgconfig_overlinking.patch - libgpod-fixswig.patch - libgpod-udev.patch - 0001-configure.ac-Add-support-for-libplist-2.2.patch - - hardware/misc/libgpod/pspec.xml - - - libgpod - - zlib - glib2 - sqlite - libusb - libxml2 - libplist - sg3_utils - gdk-pixbuf - libimobiledevice - - - /usr/bin - /lib/udev - /usr/lib - /usr/share/hal - /lib/udev/rules.d - /run/libgpod - /usr/share/locale - /usr/share/doc - - - - python-libgpod - Python bindings for libgpod - libgpod için Python bağlayıcıları - programming.language.python - - libgpod - libplist - gdk-pixbuf - python-mutagen - - - /usr/lib/python2* - - - - libgpod-devel - Development files for libgpod - libgpod için geliştirme dosyaları - - libgpod - gdk-pixbuf-devel - libimobiledevice-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-05 - 0.8.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.8.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 0.8.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 0.8.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-04 - 0.8.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libgusb - https://github.com/hughsie/libgusb - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.misc - GObject wrapper for libusb. - GObject wrapper for libusb. - GLib wrapper around libusb1. - https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.8.tar.xz - - meson - gtk-doc - docbook-xsl - glib2-devel - vala-devel - libxslt-devel - libxml2-devel - libusb-devel - gobject-introspection-devel - - hardware/misc/libgusb/pspec.xml - - - libgusb - - glib2 - vala - libxslt - libxml2 - libusb - gobject-introspection - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/vala - /usr/share/gir-1.0 - - - - libgusb-devel - Development files for libgusb - libgusb için geliştirme dosyaları - - libgusb - libusb-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libgusb-docs - Reference files for libgusb - data:doc - - libgusb - - - /usr/share/gtk-doc - - - - - 2021-10-11 - 0.3.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 0.3.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-13 - 0.2.11 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-06 - 0.2.9 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-13 - 0.2.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-22 - 0.2.4 - Rebuild for vala - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-25 - 0.2.4 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-13 - 0.1.6 - Rebuild. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2013-04-13 - 0.1.6 - bump - Erdinç GÜltekin - erdincgultekin@pisilinux.org - - - 2012-10-05 - 0.1.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libieee1284 - http://cyberelk.net/tim/libieee1284/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.misc - Library to query devices using IEEE1284 - IEEE1284 kullanarak donanımların sorgulanması için bir kütüphane - Cette librairie est à destination des applications qui ont besoins de communiquer avec (ou au moins identifier) des périphériques liés au système par le port parallèle. - Library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port. - Paralel portlar aracılığı ile bağlanmış araçlarla iletişimi (en azından tanımlanmasını) gerçekleştiren uygulamalar için gerekli olan kütüphanedir. - La librería usado por aplicaciones que necesitan comunicarse con (,o al menos necesitan identificar) dispositivos conectados al puerto paralelo. - mirrors://sourceforge/libieee1284/libieee1284-0.2.11.tar.bz2 - - python-devel - chrpath - - - libieee1284-strict-aliasing.patch - - hardware/misc/libieee1284/pspec.xml - - - libieee1284 - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - python-libieee1284 - Python bindings for libieee1284 - libieee1284 için Python bağlayıcıları - - libieee1284 - - - /usr/lib/python* - - - - libieee1284-devel - Development files for libieee1284 - libieee1284 için geliştirme dosyaları - - libieee1284 - - - /usr/include - /usr/share/man/man3 - - - - - 2020-01-31 - 0.2.11 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-29 - 0.2.11 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-07 - 0.2.11 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.2.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-10 - 0.2.11 - First release - Varol Maksutoğlu - waroi@pisilinux.org - - - - - - libmtdev - http://bitmath.org/code/mtdev - - PisiLinux Community - admins@pisilinux.org - - MIT - library - hardware.misc - Multitouch Protocol Translation Library - Çoklu Dokunmatik Protokol Dönüşüm Kütüphanesi - The libmtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. - Libmtdev kütüphanesi, kernel MT olaylarının tüm çeşitlerini slotlu B tipi protokole dönüştürür. - http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.gz - hardware/misc/libmtdev/pspec.xml - - - libmtdev - - /usr/bin - /usr/lib - /usr/share/doc - - - - libmtdev-devel - Development files of libmtdev - Libmtdev için geliştirme dosyaları - - libmtdev - - - /usr/include - /usr/lib/pkgconfig - - - - libmtdev-32bit - 32-bit shared libraries for libmtdev - emul32 - emul32 - - libmtdev - - - /usr/lib32 - - - - - 2020-01-16 - 1.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 1.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-13 - 1.1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.5 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libmtp - http://libmtp.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.misc - An implementation of Microsoft's Media Transfer Protocol (MTP) - Microsoft'un medya aktarım protokolünü destekleyen araçlar için bir kütüphane - libmtp est une implémentation du Media Transfer Protocol (MTP) de Microsoft sous la forme d'une librairie principalement adéquate pour les systèmes d'exploitation conformes à POSIX. - libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. - libmtp, PlayForSure olarak da anılan, Microsoft'un medya aktarım protokolünü desteklemek için yazılmış bir programlama kütüphanesidir. Uygulamalar, libmtp kütüphanesini kullanarak, PlayForSure destekli MP3 çalar veya dijital kameralardaki içerik üzerinde taşıma, aktarma, isimlendirme vb.. işlemleri kolayca yapabilirler. - libmtp es una implementación del protocolo de transferencia de Microsoft's Media (MTP) en forma de una librería para uso en sistemas operativos POSIX compliant. - mirrors://sourceforge/project/libmtp/libmtp/1.1.20/libmtp-1.1.20.tar.gz - - doxygen - libusb-devel - libgcrypt-devel - - hardware/misc/libmtp/pspec.xml - - - libmtp - - libusb - libgcrypt - - - /usr/bin - /usr/lib/libmtp.* - /lib/udev - /usr/share/hal - /usr/share/doc - - - - libmtp-devel - Development files for libmtp - libmtp için geliştirme dosyaları - - libmtp - libusb-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-04 - 1.1.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-15 - 1.1.19 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-31 - 1.1.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 1.1.15 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 1.1.14 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.1.12 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.1.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-10 - 1.1.11 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libsmbios - https://github.com/dell/libsmbios - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - OSL-2.0 - library - app:console - hardware.misc - Provide access to (SM)BIOS information - (SM)BIOS bilgilerine ulaşabilmeyi sağlar - libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries. - https://codeload.github.com/dell/libsmbios/tar.gz/v2.4.2 - - libxml2-devel - chrpath - doxygen - - - 0001-libsmbios-fix-more-places-with-loop-iterators-with-b.patch - - hardware/misc/libsmbios/pspec.xml - - - libsmbios - - libgcc - - - /etc - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/man/man3 - /usr/share/man/man1 - /usr/share/smbios-utils - /usr/share/locale - - - - libsmbios-devel - Development files for libsmbios - libsmbios için geliştirme dosyaları - - libsmbios - - - /usr/include/Makefile.am - /usr/include/smbios - /usr/include/smbios_c - /usr/lib/pkgconfig - - - - - 2020-01-31 - 2.4.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.4.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-11 - 2.3.3 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-04-29 - 2.3.3 - new release - Ali Algül - aligulle3801@gmail.com - - - 2016-06-09 - 2.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-01 - 2.3.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libx86 - http://www.codon.org.uk/~mjg59/libx86/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.misc - A hardware-independent library for executing real-mode x86 code - Gerçek-mod x86 kodlarını çalıştırmak için donanım-bağımsız bir kütüphane - libx86 contains the library and header files necessary for the development of programs that will use libx86 to make real-mode x86 calls. - libx86, gerçek-mod x86 çağrıları yapabilen programların geliştirilmesi için gerekli başlık dosyaları ve kütüphaneleri içerir. - A menudo puede ser útil poder realizar llamadas de BIOS x86 en modo real desde el espacio de usuarios. lrmi facilita para ello una interfaz simple para equipos x86, sin embargo no funciona en otras plataformas. libx86 facilita la interfaz lrmi, pero además funcionará en plataformas como amd64 y alpha. - http://slamd64.ada.net.tr/slamd64-12.2/source/ap/libx86/libx86-1.1.tar.gz - - libx86-0.99-ifmask.patch - libx86-add-pkgconfig.patch - libx86-mmap-offset.patch - - hardware/misc/libx86/pspec.xml - - - libx86 - - /usr/lib - /usr/share/doc - - - - libx86-devel - - libx86 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-12-21 - 1.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-31 - 1.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 1.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 1.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - qvkbd - https://github.com/KivApple/qvkbd - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - app:gui - hardware.misc - A virtual keyboard written in C++ and QML. - sanal klavye - qvkbd A virtual keyboard written in C++ and QML. - C ++ ve QML'de yazılmış sanal bir klavye. - https://github.com/KivApple/qvkbd/archive/master.zip - - libX11-devel - libXtst-devel - qt5-base-devel - qt5-x11extras-devel - qt5-declarative-devel - - hardware/misc/qvkbd/pspec.xml - - - qvkbd - - libX11 - libgcc - libXtst - qt5-base - qt5-x11extras - qt5-declarative - - - /usr/bin - /usr/share/doc - /usr/share - - - - - 2020-01-31 - 20191201 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-12-01 - 20191201 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-12-08 - 20181119 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - redshift - https://github.com/jonls/redshift - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - hardware.misc - Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. - Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. - Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir. - Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir. - https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz - - intltool - gtk3-devel - glib2-devel - libX11-devel - libdrm-devel - libxcb-devel - python3-devel - geoclue-devel - libnotify-devel - json-glib-devel - shared-mime-info - libXxf86vm-devel - gobject-introspection-devel - - hardware/misc/redshift/pspec.xml - - - redshift - - glib2 - libX11 - libdrm - libxcb - libXxf86vm - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/icons - /usr/share/doc - /usr/share/applications - /usr/share/appdata - /usr/share/locale - - - - - 2021-10-25 - 1.12 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2020-01-31 - 1.12 - First release - PisiLinux Community - admins@pisilinux.org - - - 2019-01-30 - 1.12 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ifuse - http://matt.colyer.name/projects/iphone-linux - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - hardware.mobile - Mount Apple iPhone and iPod touch devices - Apple iPhone ve iPod touch cihazlarını bağlama aracı - ifuse, a fuse filesystem for mounting iPhone and iPod touch devices. - ifuse, Apple iPhone ve iPod touch cihazlarını sisteme bağlamak için gerekli araçları içerir. - http://www.libimobiledevice.org/downloads/ifuse-1.1.4.tar.bz2 - - libimobiledevice-devel - fuse-devel - - hardware/mobile/ifuse/pspec.xml - - - ifuse - - libimobiledevice - fuse - libusbmuxd - libtasn1 - gnutls - libplist - - - /usr/bin - /usr/share/man/ - /usr/share/doc/ifuse - - - - - 2020-06-24 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - 2018-08-10 - 1.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 1.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-07 - 1.1.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libimobiledevice - http://www.libimobiledevice.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - GPLv2 - library - app:console - hardware.mobile - Library for connecting to mobile devices - libimobiledevice is a library for connecting to mobile devices including phones and music players - https://github.com/libimobiledevice/libimobiledevice/archive/1.3.0.tar.gz - - gnutls-devel - libusbmuxd-devel - libplist-devel - libtasn1-devel - libgcrypt-devel - - hardware/mobile/libimobiledevice/pspec.xml - - - libimobiledevice - - gnutls - libusbmuxd - libplist - libtasn1 - libgcrypt - - - /usr/lib - /usr/bin - /usr/share/man/man1 - /usr/share/doc/libimobiledevice - - - - libimobiledevice-devel - Development files for libimobiledevice - - gnutls-devel - libusbmuxd-devel - libplist-devel - libtasn1-devel - libgcrypt-devel - libimobiledevice - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-12-09 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-24 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.2.0 + 1.7.0 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - - 2018-08-10 - 1.2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 1.2.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - 2017-03-01 - 1.2.0 - Version Bump. + 2017-03-20 + 1.7.0 + Version bump. Ertuğrul Erata ertugrulerata@gmail.com - 2016-06-09 - 1.1.7 + 2016-06-08 + 1.7.0 Release Bump Pisi Linux Community admin@pisilinux.org 2015-01-25 - 1.1.7 + 1.7.0 First release - Hakan Yıldız - hknyldz93@gmail.com + Stefan Gronewold(groni) + groni@pisilinux.org - libplist - http://matt.colyer.name/projects/iphone-linux + strace + https://strace.io/ PisiLinux Community admins@pisilinux.org - LGPLv2+ - GPLv2 - library + as-is app:console - hardware.mobile - Library for manipulating Apple Binary and XML Property Lists - Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için kütüphane - libplist is a library for manipulating Apple Binary and XML Property Lists. - libplist, Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için gerekli bir kütüphanedir. - http://www.libimobiledevice.org/downloads/libplist-2.2.0.tar.bz2 + util.misc + Tracks and displays system calls associated with a running process + Çalışan bir süreç ile ilişkili sistem çağrılarını gösteren bir araç + Herramienta útil para diagnostico, aprendizaje y depuración + strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. + strace, çalışan bir UNIX süreci tarafından çağırılan ve alınan sistem çağrılarını, bu çağrılara verilen parametreleri ve dönüş değerlerini gösteren bir hata ayıklama aracıdır. + https://strace.io/files/5.15/strace-5.15.tar.xz - libxml2-devel - python-devel - cython + libunwind-devel - hardware/mobile/libplist/pspec.xml + util/misc/strace/pspec.xml - libplist + strace - libxml2 - python - libgcc + libunwind - /usr/lib - /usr/share/doc /usr/bin - /usr/share/man/man1 + /usr/share/doc + /usr/share/man + + + 2022-02-04 + 5.15 + Version bump. + Pisilinux Community + admins@pisilinux.org + + + 2021-11-11 + 5.14 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-17 + 5.10 + Kernel bump. + PisiLinux Community + admins@pisilinux.org + + + 2020-09-11 + 5.8 + Kernel bump. + PisiLinux Community + admins@pisilinux.org + + + 2020-08-13 + 4.21 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 4.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 4.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 4.15 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-08 + 4.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-25 + 4.9 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + zsync + http://zsync.moria.org.uk/ + + PisiLinux Community + admins@pisilinux.org + + Artistic + app:console + util.misc + A file transfer program that's able to connect to rsync servers + A file transfer program that's able to connect to rsync servers + http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2 + util/misc/zsync/pspec.xml + - libplist-devel - Development files for libplist - libplist için geliştirme dosyaları + zsync - libplist - libxml2-devel - python-devel + glibc + + + /usr/bin + /usr/share/man/man1 + /usr/share/doc + + + + + 2021-11-18 + 0.6.2 + First release. + Erkan IŞIK + erkanisik@pisilinux.org + + + + + + patchutils + http://cyberelk.net/tim/patchutils/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + util.misc + A small collection of programs that operate on patch files + A small collection of programs that operate on patch files + Yama dosyalarında çalışan küçük bir program koleksiyonu + Yama dosyalarında çalışan küçük bir program koleksiyonu + http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz + + xmlto + python3-devel + libpcre2-devel + + util/misc/patchutils/pspec.xml + + + patchutils + + libpcre2 + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2021-11-10 + 0.4.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + elogind + https://github.com/elogind + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2.1 + app:console + system.auth + Elogind User, Seat and Session Manager + Elogind; kullanıcı, oturum ve seat Yöneticisi + Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. + Elogind kullanıcıların oturum açma kapama durumlarını denetlerken çoklu oturumlara da izin veren hizmettir. + https://github.com/elogind/elogind/archive/refs/tags/v246.10.tar.gz + + gperf + meson + ninja + libxslt-devel + sysvinit + acl-devel + pam-devel + dbus-devel + audit-devel + docbook-xsl + eudev-devel + glib2-devel + libcap-devel + cgmanager-devel + libevdev-devel + p11-kit-devel + kernel-headers + libpcre2-devel + bash-completion + + system/auth/elogind/pspec.xml + + + elogind + Elogind User, Seat and Session Manager + + acl + pam + audit + eudev + libevdev + dbus + cgmanager + libcap + bash-completion + + + /etc + /lib + /bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/zsh + /usr/bin + /usr/share/dbus-1 + /usr/share/factory + /usr/share/polkit-1 + /usr/share/locale + /usr/share/bash-completion + + + System.Service + System.Package + + + tmpfiles.conf + 25-elogind.rules + 25-elogind.rules + elogind-user + + + + elogind-devel + Development files for elogind + elogind için geliştirme dosyaları + elogind-devel, elogind için geliştirme dosyalarını içerir. + + elogind /usr/include @@ -196494,5307 +47989,37 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2020-06-24 - 2.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 2.0.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-09-16 - 2.0.0 - Rebuild New T. + 2022-05-21 + 246.10 + elogind rebuild. Mustafa Cinasal muscnsl@gmail.com - 2018-02-28 - 2.0.0 - Version Bump + 2021-12-17 + 246.10 + elogind rebuild. Mustafa Cinasal muscnsl@gmail.com - 2017-03-01 - 1.12 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-31 - 1.11 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libusbmuxd - https://www.libimobiledevice.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - service - library - hardware.mobile - Daemon for communicating with Apple's iPod Touch and iPhone - libusbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. - http://www.libimobiledevice.org/downloads/libusbmuxd-2.0.2.tar.bz2 - - libplist-devel - libusb-devel - - hardware/mobile/libusbmuxd/pspec.xml - - - libusbmuxd - - libplist - libusb - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/sbin - /lib/udev/rules.d - /usr/share/man/man1 - - - - libusbmuxd-devel - Development files for libusbmuxd - - libusbmuxd - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-06-24 - 2.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.0.10 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.0.10 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 1.0.10 - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - scrcpy - https://github.com/Genymobile/scrcpy - - Kamil Atlı - suvari@pisilinux.org - - Apache - library - app:console - hardware.mobile - Display and control your Android device - Android cihazınızı görüntüleyin ve kontrol edin - Display and control your Android device - Android cihazınızı görüntüleyin ve kontrol edin - https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.24.tar.gz - https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-server-v1.24 - - jdk-openjdk - git - wget - sudo - meson - libusb-devel - ffmpeg-devel - android-tools - libsdl2-devel - - hardware/mobile/scrcpy/pspec.xml - - - scrcpy - Display and control your Android device - - libsdl2 - libsdl2 - ffmpeg - libusb - android-tools - - - /usr/bin - /usr/share/doc/ - /usr/share/man - /usr/share - /usr/share/icons - - - - - 2022-05-28 - 1.24 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - usb-modeswitch - https://www.draisberghof.de/usb_modeswitch/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - hardware.mobile - Mode switching tool for broadband devices - Genişbant cihazlar için kip değiştirme aracı - usb-modeswitch brings up your data card into operational mode. When plugged in, they identify themselves as CD-ROM and present some non-Linux compatible installation files. This tool deactivates those CD-ROM devices and enables the real communication interface. It supports most devices manufactured by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel. - usb-modeswitch, genişbant cihazları CD-ROM kipinden, ağ kartı kipine geçirir. Bu cihazlar, Linux dışındaki işletim sistemlerine sürücülerini otomatik yükleyebilmek için ilk takıldıklarında kendilerini CD-ROM olarak tanıtırlar. Bu araçla, bu kip pasif hale getirilip, iletişim arayüzü etkinleştirilir. Huawei, T-Mobile, Vodafone, Option, ZTE ve Novatel tarafından üretilen cihazlar desteklenmektedir. - https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2 - https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20191128.tar.bz2 - - tcl-devel - libusb-devel - - hardware/mobile/usb-modeswitch/pspec.xml - - - usb-modeswitch - - libusb - - - /etc - /usr/sbin - /lib/udev - /lib/udev/rules.d - /usr/share/usb_modeswitch - /var/lib/usb_modeswitch - /usr/share/man - /usr/share/doc - - - - - 2021-03-14 - 2.6.1 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-11-31 - 2.6.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2014-08-18 - 2.2.0 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-03-07 - 1.2.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-17 - 1.2.5 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-04-12 - 1.2.5 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2011-08-03 - 1.1.8 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - usbmuxd - https://www.libimobiledevice.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - service - library - hardware.mobile - Daemon for communicating with Apple's iPod Touch and iPhone - Apple iPod Touch ve iPhone iletişim hizmeti - usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. - usbmuxd, Apple iPod Touch ve iPhone cihazlarıyla iletişim kurmak için gerekli bir sistem hizmetidir. Aynı anda, birden fazla cihaza bağlanma imkanı sağlar. - https://codeload.github.com/libimobiledevice/usbmuxd/tar.gz/1.1.1 - - eudev-devel - libplist-devel - libusb-devel - libimobiledevice-devel - - hardware/mobile/usbmuxd/pspec.xml - - - usbmuxd - - libplist - libusb - libimobiledevice - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/sbin - /lib/udev/rules.d - /usr/share/man/man8/usbmuxd.8 - /usr/share/man/man1/usbmuxd.1 - - - - - 2020-06-24 - 1.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 1.1.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-05 - 1.0.10 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 1.0.10 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.9 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 1.0.9 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - brasero - https://wiki.gnome.org/Apps/Brasero - - Pisilinux Community - admins@pisilinux.org - - GPL - app:gui - hardware.optical - A disc burning application. - Brasero is yet another CD / DVD writing application. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily. - mirrors://gnome/brasero/3.12/brasero-3.12.3.tar.xz - - cdrkit - cdrdao - itstool - gtk-doc - intltool - gtk3-devel - python-six - docbook-xsl - libSM-devel - libICE-devel - dvd+rw-tools - libxml2-devel - libburn-devel - libisofs-devel - gstreamer-devel - libnotify-devel - libisoburn-devel - gdk-pixbuf-devel - shared-mime-info - libcanberra-devel - libcanberra-gtk-devel - libcanberra-gtk3-devel - gst-plugins-base-devel - gobject-introspection-devel - - hardware/optical/brasero/pspec.xml - - - brasero - - gtk3 - glib2 - pango - cairo - libSM - cdrkit - cdrdao - libICE - libxml2 - libburn - libisofs - gstreamer - dvdauthor - libnotify - gdk-pixbuf - dvd+rw-tools - gst-plugins-base - libcanberra-gtk3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - brasero-devel - - gtk3-devel - brasero - - - /usr/include/brasero3 - /usr/lib/pkgconfig - - - - brasero-docs - - brasero - - - /usr/share/gtk-doc/html - - - - - 2022-02-04 - 3.12.3 - First release - Pisilinux Community - admins@pisilinux.org - - - - - - cdparanoia - https://www.xiph.org/paranoia/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - hardware.optical - An advanced CDDA reader with error correction - Hata düzeltme fonksiyonlu gelişmiş bir CDDA okuyucu - cdparanoia is an advanced CDDA (audio CD) reader with error correction. - http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz - - build_system.patch - cdparanoia-III-05-gcc4.3.patch - - hardware/optical/cdparanoia/pspec.xml - - - cdparanoia - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - cdparanoia-devel - Development files for cdparanoia - cdparanoia için geliştirme dosyaları - - cdparanoia - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-11 - 3.10.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 3.10.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 3.10.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.10.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 3.10.2 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - cdrdao - http://cdrdao.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.optical - Burn CDs in disk-at-once mode - CDlerinizi DAO modunda yazar - cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents. - mirrors://sourceforge/cdrdao/cdrdao-1.2.4.tar.bz2 - - lame-devel - libao-devel - libmad-devel - libvorbis-devel - - - cdrdao-1.2.3-version.patch - cdrdao-1.2.3-autoconf-update.patch - - hardware/optical/cdrdao/pspec.xml - - - cdrdao - - lame - libmad - libvorbis - libao - - - /usr/bin - /usr/share/cdrdao - /usr/share/doc - /usr/share/man - - - - - 2020-03-10 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-18 - 1.2.3 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-14 - 1.2.3 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-19 - 1.2.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - cdrkit - http://cdrkit.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.optical - Suite of programs for CD/DVD recording. - Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction. - http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz - - libcdio-paranoia-devel - cdparanoia-devel - libcap-devel - zlib-devel - cmake - - - cdrkit-1.1.8-werror.patch - cdrkit-1.1.9-efi-boot.patch - cdrkit-1.1.9-no_mp3.patch - cdrkit-1.1.9-buffer_overflow.patch - cdrkit-1.1.10-build-fix.patch - cdrkit-1.1.11-manpagefix.patch - cdrkit-1.1.11-rootstat.patch - cdrkit-1.1.11-usalinst.patch - cdrkit-1.1.11-readsegfault.patch - cdrkit-1.1.11-format.patch - cdrkit-1.1.11-handler.patch - cdrkit-1.1.11-dvdman.patch - cdrkit-1.1.11-paranoiacdda.patch - cdrkit-1.1.11-utf8.patch - cdrkit-1.1.11-cmakewarn.patch - cdrkit-1.1.11-memset.patch - cdrkit-1.1.11-ppc64le_elfheader.patch - cdrkit-1.1.11-werror_gcc5.patch - cdrkit-1.1.11-devname.patch - cdrkit-1.1.11-sysmacros.patch - - hardware/optical/cdrkit/pspec.xml - - - cdrkit - - file - zlib - bzip2 - libcap - cdparanoia - - - /usr/bin - /usr/sbin - /usr/include - /usr/lib - /usr/share/man - /usr/share/doc - - - cdrtools - - - - - 2020-01-26 - 1.1.11 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 1.1.11 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 1.1.11 - Rebuild for new toolchain, add patches - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-25 - 1.1.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-09-14 - 1.1.11 - First release - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - - - - dvd+rw-tools - http://fy.chalmers.se/~appro/linux/DVD+RW/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.optical - Tools for DVD+RW/-RW drives - DVD+RW/-RW sürücüler için birtakım araçlar - dvd+rw-tools is a set of tools to work with DVD+-RW drives. - http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz - - dvd+rw-tools-7.0-dvddl.patch - dvd+rw-tools-7.0-wctomb.patch - dvd+rw-tools-7.0-wexit.patch - dvd+rw-tools-7.1-layerbreaksetup.patch - dvd+rw-tools-7.1-minor-major.patch - gcc-4.3.patch - - hardware/optical/dvd+rw-tools/pspec.xml - - - dvd+rw-tools - - cdrkit - libgcc - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2020-03-10 - 7.1 - Rebuild with new toolchain. - Pisi Linux Admins - admins@pisilinux.org - - - 2018-08-18 - 7.1 - Rebuild with new toolchain. - Pisi Linux Admins - admins@pisilinux.org - - - 2017-04-13 - 7.1 - Rebuild with new toolchain. - Pisi Linux Admins - admins@pisilinux.org - - - 2016-10-09 - 7.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - k3b - http://www.k3b.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - hardware.optical - CD/DVD burning application for KDE - KDE için CD/DVD yazma uygulaması - K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. - K3b her türlü CD/DVD yazma işlevini rahat bir kullanıcı arayüzüyle sunar. Tecrübeli kullanıcılar yazma işleminin her adımına müdahale edebilirken, yeni başlayanlar ise k3b'nin sağladığı öntanımlı ayarlar sayesinde hızlı bir başlangıç yapabilirler. - https://download.kde.org/stable/release-service/21.08.2/src/k3b-21.08.2.tar.xz - - extra-cmake-modules - karchive-devel - kconfig-devel - kcoreaddons-devel - kdoctools-devel - kfilemetadata-devel - ki18n-devel - kiconthemes-devel - kjobwidgets-devel - kcmutils-devel - kio-devel - knotifications-devel - knewstuff-devel - knotifyconfig-devel - kservice-devel - solid-devel - kwidgetsaddons-devel - kxmlgui-devel - qt5-base-devel - qt5-webkit-devel - qt5-location-devel - libsamplerate-devel - cdparanoia-devel - libsndfile-devel - libdvdread-devel - libkcddb - libmpcdec-devel - libvorbis-devel - vcdimager-devel - ffmpeg-devel - dvd+rw-tools - libmad-devel - libogg-devel - libburn-devel - taglib-devel - flac-devel - lame-devel - sox-devel - cdrkit - cdrdao - kauth-devel - - hardware/optical/k3b/pspec.xml - - - k3b - - kio - flac - lame - ki18n - solid - kauth - ffmpeg - cdrkit - cdrdao - libgcc - libmad - libogg - taglib - kconfig - kxmlgui - karchive - kcmutils - kservice - normalize - libburn - libkcddb - qt5-base - knewstuff - libmpcdec - libvorbis - kbookmarks - libdvdread - vcdimager - cdparanoia - libsndfile - qt5-webkit - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - dvd+rw-tools - kfilemetadata - knotifyconfig - libsamplerate - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/lib - /usr/bin - /usr/share - /usr/include - /etc - - - - - 2021-10-16 - 21.08.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-14 - 21.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-11 - 21.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-10 - 21.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-16 - 20.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-16 - 20.08.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-16 - 20.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-11 - 20.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-22 - 19.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 19.04.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-12 - 18.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-25 - 18.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-21 - 18.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 18.08.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-18 - 18.04.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 18.04.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-24 - 17.12.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-05 - 17.12.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-15 - 17.08.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-24 - 17.08.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-29 - 20160911 - rebuild - Ali Algül - aligulle3801@gmail.com - - - 2016-12-10 - 20160911 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libburn - https://dev.lovelyhq.com/libburnia/web/wiki - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - app:console - hardware.optical - A library for reading, mastering and writing optical discs - Optik diskleri okumak, idare etmek ve yazmak için kitaplıklar - Libburn is an open-source library for reading, mastering and writing optical discs. - libburn, optik diskleri okumak, idare etmek ve yazmak için yazılmış, açık kaynak kodlu bir kitaplıktır. - http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz - hardware/optical/libburn/pspec.xml - - - libburn - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libburn-devel - Development files for libburn - libburn için geliştirme dosyaları - - libburn - - - /usr/include - /usr/lib/pkgconfig/libburn-1.pc - - - - - 2021-08-11 - 1.5.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-09 - 1.5.2 - Version bump - fury - uglyside@yandex.ru - - - 2018-08-18 - 1.4.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 1.4.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-25 - 1.4.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 1.4.2 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - libcdio - http://www.gnu.org/software/libcdio/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.optical - Un librairie encapsulant la lecture et le controle du lecteur CD-ROM. - A library to encapsulate CD-ROM reading and control - CD-ROM okuma ve kontrol kitaplığının küçültülmüş sürümü - This library provides an interface for CD-ROM access. It can be used by applications that need OS- and device-independent access to CD-ROM devices. - GNU kompakt disk girdi ve kontrol kitaplığı (libcdio) CD-ROM ve CD kalıplarına ulaşım için gerekli bir kitaplıktır. - mirrors://gnu/libcdio/libcdio-2.1.0.tar.bz2 - - libcddb-devel - ncurses-devel - libgcc - - hardware/optical/libcdio/pspec.xml - - - libcdio - - libcddb - ncurses - libgcc - - - /usr/share/info - /usr/share/man - /usr/share/doc - /usr/lib - /usr/bin - - - - libcdio-devel - Development files for libcdio - libcdio için geliştirme dosyaları - - libcdio - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 2.1.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-31 - 2.0.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.94 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.92 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.92 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libcdio-paranoia - http://www.gnu.org/software/libcdio/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - GPLv2+ - LGPLv2.1 - library - hardware.optical - CD paranoia libraries from libcdio - An advanced CDDA reader with error correction. - mirrors://gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 - - libcdio-devel - - hardware/optical/libcdio-paranoia/pspec.xml - - - libcdio-paranoia - - libcdio - - - /usr/share/info - /usr/share/man - /usr/share/doc - /usr/lib - /usr/bin - - - - libcdio-paranoia-devel - Development files for libcdio-paranoia - - libcdio-paranoia - libcdio-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-18 - 10.2_2.0.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-14 - 10.2_2.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.94_p2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.93_p1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.90_p1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-25 - 0.90_p1 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libisoburn - https://dev.lovelyhq.com/libburnia/web/wiki - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - app:console - hardware.optical - Frontend for libraries libburn and libisofs - Libburn ve libisofs kütüphanelerini kullanmak için bir arayüz. - Frontend for libraries libburn and libisofs - libisoburn, libburn ve libisofs kütüphanelerini kullanmak için bir arayüzdür. - http://files.libburnia-project.org/releases/libisoburn-1.5.4.tar.gz - - libburn-devel - libisofs-devel - readline-devel - zlib-devel - acl-devel - - hardware/optical/libisoburn/pspec.xml - - - libisoburn - - acl - zlib - readline - libburn - libisofs - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - libisoburn-devel - Development files for libisoburn - libisoburn için geliştirme dosyaları - - libisoburn - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-08-11 - 1.5.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-09 - 1.5.2 - Version bump - fury - uglyside@yandex.ru - - - 2018-08-18 - 1.4.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-03 - 1.4.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-2 - 1.4.6 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-15 - 1.4.2 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - lsdvd - https://sourceforge.net/projects/lsdvd/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.optical - Small application for listing the contents of DVDs - DVD bilgilerini toplamaya yarayan bir araç - lsdvd is a small application which lists the contents of DVDs to your terminal. - lsdvd, terminal üzerinden DVD'lerin içeriğini görüntülemeye yarayan basit bir araçtır. - mirrors://sourceforge/lsdvd/lsdvd-0.17.tar.gz - - libdvdread-devel - - hardware/optical/lsdvd/pspec.xml - - - lsdvd - - libdvdread - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2020-10-05 - 0.17 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-18 - 0.17 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-07 - 0.17 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.17 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 0.17 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - simpleburn - http://simpleburn.tuxfamily.org/ - - Stefan Gronewold - groni@pisilinux.org - - Cecill-2 license - app:gui - hardware.optical - A simple GTK+ application for burning CDs and DVDs - SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions. - simpleburn - http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.4.tar.gz - - gtk3-devel - cdparanoia-devel - mpg123-devel - pkgconfig - cmake - libisoburn-devel - libdvdread-devel - libburn-devel - libisofs-devel - libcdio-devel - libcddb-devel - cdrkit - util-linux - libutil-linux-devel - - hardware/optical/simpleburn/pspec.xml - - - simpleburn - - gtk3 - glib2 - lame - cdparanoia - libisoburn - cdrdao - libcdio - libdvdread - libcddb - mpg123 - vorbis-tools - cdrkit - libcdio - - - /usr/bin - /usr/share/locale - /usr/share/simpleburn - /usr/share/icons - /usr/share/applications - /usr/share/doc - - - - - 2021-08-11 - 1.8.4 - Ver. bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-18 - 1.8.3.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-13 - 1.8.3.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-13 - 1.6.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.6.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-20 - 1.6.5 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-04-19 - 1.6.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - acpi - https://sourceforge.net/projects/acpiclient/files/acpiclient/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.powermanagement - Battery and thermal reporter - ACPI sistemlerde pil ve sıcaklık bilgilerini tutar - acpi is a small command-line tools that reports battery and thermal information. - Eski apm komutlarını ACPI sistemlerde verir, pil ve sıcaklık bilgilerini tutar. - mirrors://sourceforge/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz - hardware/powermanagement/acpi/pspec.xml - - - acpi - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2020-03-02 - 1.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 1.7 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2016-07-02 - 1.7 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - acpica - http://www.acpica.org - - PisiLinux Community - admins@pisilinux.org - - custom - app:console - hardware.powermanagement - ACPI debugging tools written by Intel - Intel ACPI hata ayıklama araçları - acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler. - acpica, AML yorumlayıcısı, AML hata ayıklayıcısı, ACPI donanım ve olay desteği, ASL derleyicisi ve ASL disassembler gibi çeşitli ACPI araçları içeren bir pakettir. - https://acpica.org/sites/acpica/files/acpica-unix-20210604.tar_0.gz - - iasl-20140828-locale.patch - iasl-20140214-nostrip.patch - OPT_LDFLAGS.patch - - hardware/powermanagement/acpica/pspec.xml - - - acpica - - /usr/share/doc - /usr/bin - /usr/sbin - /usr/share/man/man1 - - - iasl.1 - LICENSE - - - - - 2020-07-28 - 0.0_20210604 - Version Bump - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-01-26 - 0.0_20200528 - Version Bump - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-01-26 - 0.0_20200110 - Version Bump - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-08-15 - 0.0_20130117 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-07 - 0.0_20130117 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.0_20130117 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-05 - 0.0_20130117 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - acpid - https://sourceforge.net/projects/acpid2/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - service - app:console - hardware.powermanagement - ACPI daemon that dispatches ACPI events to user-space programs - ACPI hizmeti - acpid is a flexible and extensible daemon for ACPI (Advanced Configuration and Power Interface) event dispatching. - acpid ACPI olaylarını kullanıcı uygulamalarına paslayan gelişmiş ve esnek bir sistem hizmetidir. - mirrors://sourceforge/acpid2/acpid-2.0.33.tar.xz - hardware/powermanagement/acpid/pspec.xml - - - acpid - - /usr/bin - /usr/sbin - /etc/acpi/actions - /etc/acpi/events - /etc/conf.d - /usr/share/dbus-1/services/acpid.service - /usr/share/doc - /usr/share/man - - - System.Service - - - acpid.power.sh - fedora/acpid.power.conf - fedora/acpid.video.conf - fedora/acpid.sysconfig - - - - - 2021-11-04 - 2.0.33 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-18 - 2.0.32 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-02 - 2.0.32 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-10 - 2.0.31 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-13 - 2.0.28 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-13 - 2.0.28 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 2.0.28 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-07-02 - 2.0.27 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - lm_sensors - https://hwmon.wiki.kernel.org/lm_sensors - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - app:console - library - hardware.powermanagement - Hardware monitoring tools - Donanım sıcaklığı izleyicisi - lm_sensors provides essential tools for monitoring the temperatures, voltages, and fans of Linux systems with hardware monitoring devices. It also contains scripts for sensor hardware identification and fan speed control. - lm_sensors linux sistemlerdeki donanım izleyiciler ile birlikte termometreleri, voltajları ve fan devirlerini izleyen bir araçtır. Ayrıca, donanım ve fan kimliğini algılayan betikler içerir. - https://github.com/lm-sensors/lm-sensors/archive/V3-6-0.tar.gz - - rrdtool-devel - - - 42f240d2a457834bcbdf4dc8b57237f97b5f5854.patch - - hardware/powermanagement/lm_sensors/pspec.xml - - - lm_sensors - - dmidecode - rrdtool - - - /etc - /usr/bin - /usr/sbin - /usr/lib - /usr/share/man - /usr/share/doc - - - - lm_sensors-devel - Development files for lm_sensors - lm_sensors için geliştirme dosyaları - - lm_sensors - rrdtool-devel - - - /usr/include - /usr/share/man/man3 - - - - - 2021-07-29 - 3.6.0 - Rebuild 3.6.0 git version. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-08 - 3.6.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-08-15 - 3.4.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 3.4.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 3.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-02 - 3.4.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - pm-utils - http://pm-utils.freedesktop.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.powermanagement - A toolset to suspend and hibernate computers - Askıya alma işlemleri için gerekli araçlar - pm-utils provides simple shell command line tools to suspend and hibernate computers, and it that can be used to run vendor, distribution, or user supplied scripts on suspend and resume. - pm-utils, bilgisayarı bellek veya disk kullanarak uyku kipine geçirmek ve devam ettirmek için gerekli kabuk betiklerini sunar. - http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz - http://pm-utils.freedesktop.org/releases/pm-quirks-20100619.tar.gz - - xmlto - libxslt - util-linux - - - pisilinux/check-for-swap-partition.patch - pisilinux/disable-powersave.patch - suse/pm-utils-1.2.6.1-fix-broken-dbus-send.diff - suse/pm-utils-1.3.0-suse-smart-uswsusp.patch - suse/pm-utils-1.4.1-suse-config.patch - gentoo/1.4.1-bluetooth-sync.patch - gentoo/1.4.1-disable-sata-alpm.patch - gentoo/1.4.1-fix-intel-audio-powersave-hook.patch - gentoo/1.4.1-logging-append.patch - - hardware/powermanagement/pm-utils/pspec.xml - - - pm-utils - - hdparm - vbetool - - - /etc/pm - /usr/lib - /run/pm-utils - /usr/share/doc - /usr/share/man - /usr/bin - /usr/sbin - /usr/lib/pkgconfig - /usr/lib/pm-utils/video-quirks - /usr/lib/tmpfiles.d/pm-utils.conf - - - tmpfiles.conf - suse/hooks/config.d/rtcwake.config - suse/hooks/sleep.d/30s2disk-check - suse/hooks/sleep.d/45pcmcia - - - - - 2020-02-02 - 1.4.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 1.4.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-09-20 - 1.4.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-31 - 1.4.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - powertop - http://www.lesswatts.org/projects/powertop/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.powermanagement - Power consumption monitor - Güç tüketim izleme aracı - PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle. - PowerTOP, bilgisayarınız atıl durumdayken ihtiyacından fazla güç tüketmesine neden olan yazılım bileşenlerini bulmak için kullanılan bir Linux aracıdır. - https://github.com/fenrus75/powertop/archive/v2.14.tar.gz - - libnl-devel - ncurses-devel - pciutils-devel - autoconf-archive - - - powertop-2.14-undefined-symbol.patch - - hardware/powermanagement/powertop/pspec.xml - - - powertop - - libnl - ncurses - libgcc - pciutils - - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/sbin - /var/cache/powertop - /usr/share/bash-completion - /usr/share/locale - - - - - 2021-11-28 - 2.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-28 - 2.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-02 - 2.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 2.9 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-25 - 2.9 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-05 - 2.8 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-02 - 2.8 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - suspend - http://suspend.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.powermanagement - A set of tools to support sleep modes - Uyku kiplerini destekleme araçları - suspend package allows users to suspend-to-ram, suspend-to-disk, and suspend-to-both. - suspend, kullanıcıların bellek, disk veya her ikisini de kullanarak sistemlerini askıya almalarını sağlayan araçları içerir. - http://dev.gentoo.org/~bircoph/distfiles/suspend-1.0_p20120915.tar.xz - - lzo-devel - pciutils-devel - libx86-devel - libgcrypt-devel - - - suspend-1.0_p20200924.patch.xz - - hardware/powermanagement/suspend/pspec.xml - - - suspend - - lzo - libx86 - pciutils - - - /etc/suspend.conf - /etc/suspend.key - /usr/sbin - /usr/bin - /sbin - /usr/lib/suspend/resume - /usr/share/doc - /usr/share/man - - - suse/configure-suspend-encryption.sh - - - - - 2021-11-29 - 1.0_p20200924 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-19 - 1.0_p20200924 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-23 - 1.0_p20120915 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-02 - 1.0_p20120915 - Rebuild New T - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 1.0_p20120915 - Rebuild New T - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-01 - 1.0_p20120915 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0_p20120915 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.0_p20120915 - First release - Varol Maksutoğlu - waroi@pisilinux.org - - - - - - upower - http://upower.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - app:console - hardware.powermanagement - Power Management Service - Güç Yönetim Hizmeti - upower provides a daemon, API and command line tools for managing power devices attached to the system. - upower, sisteme bağlı güç cihazlarını yönetmek için gerekli kitaplıkları ve sistem hizmetini sunar. - https://gitlab.freedesktop.org/upower/upower/-/archive/v1.90.0/upower-v1.90.0.tar.bz2 - - tr.po - - - meson - python3-devel - dbus-devel - glib2-devel - polkit-devel - dbus-glib-devel - libgudev-devel - libusb-devel - libplist-devel - libimobiledevice-devel - gobject-introspection-devel - docbook-xsl - intltool - gtk-doc - - - add-tr.patch - - hardware/powermanagement/upower/pspec.xml - - - upower - - dbus - glib2 - polkit - dbus-glib - libgudev - libplist - libimobiledevice - libusb - - - /lib - /usr/lib - /etc/dbus-1 - /etc/udev/hwdb.d/95-upower-hid.hwdb - /usr/share/man - /usr/share/doc - /etc/UPower - /usr/bin - /var/lib/upower - /usr/share/gir-1.0 - /usr/share/dbus-1 - /usr/libexec - /usr/share/polkit-1 - /usr/share/locale - /usr/share/dbus-1/interfaces/*.xml - /usr/lib/girepository-1.0/*.typelib - - - - upower-devel - Development files for upower - upower için geliştirme dosyaları - - upower - dbus-devel - glib2-devel - polkit-devel - dbus-glib-devel - libgudev-devel - libplist-devel - libimobiledevice-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-26 - 1.90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-14 - 0.99.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-11 - 0.99.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 0.99.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-21 - 0.99.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 0.99.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 0.99.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-02 - 0.99.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 0.99.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 0.99.7 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.99.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 0.99.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.99.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-18 - 0.99.4 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-26 - 0.9.23 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - cups - https://www.cups.org/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - service - hardware.printer - Common Unix Printing System - Unix Ortak Yazdırma Sistemi - cups provides a portable printing layer for *nix-based operating systems. - https://github.com/OpenPrinting/cups/releases/download/v2.4.2/cups-2.4.2-source.tar.gz - - acl-devel - pam-devel - dbus-devel - gnutls-devel - libpcre-devel - zlib-devel - python-devel - libusb-devel - libgcc - avahi-libs - avahi-devel - mit-kerberos-devel - libpaper-devel - xdg-utils - colord-devel - autoconf - - - fedora/cups-final-content-type.patch - fedora/cups-res_init.patch - fedora/cups-logrotate.patch - fedora/cups-web-devices-timeout.patch - gentoo/cups-2.2.6-fix-install-perms.patch - pisilinux/cups-run.patch - pisilinux/statedir.patch - pld-linux/cups-avahi-address.patch - - hardware/printer/cups/pspec.xml - - - cups - - acl - pam - dbus - zlib - libusb - libgcc - libpaper - avahi - gnutls - e2fsprogs - avahi-libs - mit-kerberos - - - /etc/cups/*conf - /usr/lib/tmpfiles.d/cups.conf - /usr/lib - /usr/sbin - /usr/bin - /var/cache/cups/rss - /var/spool/cups/tmp - /run/cups/certs - /var/log/cups - /etc - /lib/udev/rules.d - /lib/systemd/system - /usr/share/cups - /usr/share/icons - /usr/share/applications - /usr/share/doc - /usr/share/man - /usr/share/locale - - - System.Service - System.Package - - - tmpfiles.conf - cups.logrotate - fedora/textonly.ppd - - - - cups-devel - Development files for cups - cups için geliştirme dosyaları - - avahi-devel - gnutls-devel - cups - - - /usr/include - /usr/bin/cups-config - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - cups-32bit - 32-bit shared libraries for cups - cups için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - zlib-32bit - gnutls-32bit - openssl-32bit - - - zlib-32bit - openssl-32bit - libgcc - gnutls-32bit - cups - - - /usr/bin/cups-config-32bit - /usr/lib32 - - - - - 2022-07-05 - 2.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-26 - 2.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-06 - 2.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-25 - 2.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-30 - 2.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-16 - 2.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 2.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-29 - 2.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 2.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-04 - 2.2.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-24 - 2.2.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-23 - 2.2.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-11 - 2.2.10 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-24 - 2.2.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 2.2.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-13 - 2.2.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-13 - 2.2.6 - Version bump - Ayhan Yalçınsoy - ayhanyacinsoy@pisilinux.org - - - 2017-07-16 - 2.2.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.2.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.1.3 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-23 - 2.1.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cups-filters - http://www.openprinting.org - - Marcin Bojara - marcin@pisilinux.org - - GPLv2 - GPLv3 - GPLv2+ - GPLv3+ - LGPLv2+ - MIT - data - library - app:console - 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.28.15.tar.xz - - python3-devel - cups-devel - glib2-devel - tiff-devel - lcms2-devel - dbus-devel - python-devel - libpng-devel - gettext-devel - freetype-devel - fontconfig-devel - libjpeg-turbo-devel - dejavu-fonts - poppler-utils - poppler-cpp-devel - zlib-devel - openldap-client - avahi-devel - avahi-glib-devel - qpdf-devel - ghostscript-devel - poppler-devel - mupdf-devel - - hardware/printer/cups-filters/pspec.xml - - - cups-filters - - cups - dbus - tiff - zlib - glib2 - lcms2 - libgcc - libpng - fontconfig - poppler-cpp - mit-kerberos - libjpeg-turbo - qpdf - ghostscript - poppler - e2fsprogs - avahi-glib - avahi-libs - openldap-client - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/ppd - /usr/bin - /usr/share/cups - /etc/cups/cups-browsed.conf - /etc/fonts/conf.d/99pdftoopvp.conf - - - - cups-filters-devel - Development files for cups-filters - Cups-filters için geliştirme dosyaları - - cups-filters - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-06 - 1.28.15 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 1.28.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-11 - 1.28.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-16 - 1.28.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 1.28.7 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-09-03 - 1.28.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-29 - 1.27.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.27.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-16 - 1.25.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-07 - 1.25.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-29 - 1.25.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-31 - 1.23.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-30 - 1.21.6 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-07 - 1.21.3 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 1.20.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-21 - 1.20.3 - version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-28 - 1.20.1 - version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-12 - 1.17.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-13 - 1.17.9 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-07-13 - 1.14.1 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-21 - 1.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-23 - 1.5.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cups-pk-helper - https://www.freedesktop.org/wiki/Software/cups-pk-helper - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - hardware.printer - PolicyKit helper to configure cups with fine-grained privileges - cups-pk-helper provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings. - https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-0.2.6.tar.xz - - cups-devel - polkit-devel - elogind-devel - intltool - - hardware/printer/cups-pk-helper/pspec.xml - - - cups-pk-helper - - cups - glib2 - polkit - - - /usr/lib/cups-pk-helper - /usr/share/dbus-1 - /usr/share/locale - /usr/share/doc - /usr/share/polkit-1 - - - - - 2022-05-28 - 0.2.6 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-07-19 - 0.2.6 - First release for Pisi Linux + 2021-06-16 + 246.10 + elogind rebuild Berk Çakar berk2238@hotmail.com - - - - - enscript - http://www.gnu.org/software/enscript/enscript.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.printer - Powerful text-to-postscript converter - Metin dosyalarından postscript belge oluşturma aracı - enscript is an application that you can use to convert your text files to postscript files with enhanced formatting capabilities like colorizing, page layout management etc. - Metin dosyalarını postscript belgelere dönüştüren, dönüşüm sırasında renklendirme, sayfa düzeni ve boyut değiştirme gibi biçimlendirmeler yapabilen bir araç - https://ftp.gnu.org/gnu/enscript/enscript-1.6.6.tar.gz - - ruby.patch - - hardware/printer/enscript/pspec.xml - - - enscript - - /etc - /usr/bin - /usr/share/doc - /usr/share/enscript - /usr/share/info - /usr/share/locale - /usr/share/man - - - ruby.st - - - - - 2020-02-12 - 1.6.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 1.6.6 + + 2021-05-03 + 246.10 Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 1.6.4 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.6.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org + Ali Cengiz Kurt + alicengizkurt@gmail.com - 2014-01-23 - 1.6.4 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - foomatic-db - https://linuxprinting.org/foomatic.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - data - hardware.printer - Database of printers and printer drivers - Yazıcı sürücüleri - foomatic-db contains the knowledge database for printers which are used by foomatic-db-engine to generate PPD files. - Foomatic yazıcı veritabanı ve sürücüleri - https://www.openprinting.org/download/foomatic/foomatic-db-4.0-20220223.tar.xz - - cleanup-script - - hardware/printer/foomatic-db/pspec.xml - - - foomatic-db - - pnm2ppa - - - /usr/share - - - - - 2022-05-28 - 4.0.20220223 - Rebuild - Mustafa Cinasal - muscnsl@gmail - - - 2022-03-11 - 4.0.20220223 - version bump - Mustafa Cinasal - muscnsl@gmail - - - 2021-03-14 - 4.0.20210314 - version bump - Mustafa Cinasal - muscnsl@gmail - - - 2020-03-10 - 4.0.20200310 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2019-01-11 - 4.0.20190111 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-08-13 - 4.0.20180813 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-03-10 - 4.0.20180310 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2017-12-14 - 4.0.20171214 - version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-28 - 4.0.20170228 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 4.0.20160609 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 4.0.20160326 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - foomatic-db-engine - http://www.linuxprinting.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.printer - Foomatic printer database engine - Foomatic yazıcı veritabanı motoru - foomatic-db-engine is the layer that provides the database engine to Foomatic. - foomatic-db-engine, Foomatic veritabanı motorunu oluşturan katmandır. - https://www.openprinting.org/download/foomatic/foomatic-db-engine-4.0-20210824.tar.gz - - libxml2-devel - cups-devel - - - foomatic-db-engine-4.0.8-fix-sandbox.patch - 4.0.7-perl-module.patch - - hardware/printer/foomatic-db-engine/pspec.xml - - - foomatic-db-engine - - libxml2 - - - /usr/bin - /usr/sbin - /usr/lib - /etc/foomatic - /usr/share/foomatic/templates - /usr/share/man - /usr/share/doc - - - - - 2022-05-28 - 20210314 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-11 - 20210314 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 20210314 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 20200310 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 20190111 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-08-13 - 4.0.20180813 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-03-10 - 4.0.20180310 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2017-02-28 - 4.0.12 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 4.0.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-24 - 4.0.12 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - foomatic-db-nonfree - http://www.linuxprinting.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - Custom - app:console - hardware.printer - Foomatic printer database nonfree - Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses. - https://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20210824.tar.gz - - cups-devel - foomatic-db - - hardware/printer/foomatic-db-nonfree/pspec.xml - - - foomatic-db-nonfree - - foomatic-db - - - /usr/share/foomatic/db/ - /usr/share/doc/foomatic-db-nonfree - - - - - 2022-05-28 - 20210824 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-11 - 20210824 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 20210314 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 20200310 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 20190111 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-08-13 - 20180813 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2018-03-10 - 20180310 - version bump. - Mustafa Cinasal - muscnsl@gmail - - - 2017-12-14 - 20171214 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-04-09 - 20170409 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 20160609 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 20160326 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gutenprint - http://gimp-print.sourceforge.net/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - data - hardware.printer - High quality printer drivers - Yüksek kaliteli yazıcı sürücüleri - gutenprint contains drivers for Canon, Epson, Lexmark, Sony, Olympus, and PCL printers for use with Ghostscript, CUPS, Foomatic, and the Gimp. - Canon, Epson, Lexmark, Sony, Olympus ve PCL türü yazıcılar için Gimp, CUPS, Foomatic yazıcı sürücüleri - https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.4/gutenprint-5.3.4.tar.xz/download - - fedora/cups-genppdupdate.py.in - - - cups-devel - foomatic-db - ghostscript-devel - python-cups - atk-devel - gtk2-devel - zlib-devel - cairo-devel - glib2-devel - pango-devel - libusb-devel - - - fedora/gutenprint-build.patch - fedora/gutenprint-menu.patch - - hardware/printer/gutenprint/pspec.xml - - - gutenprint - - cups - ghostscript - gtk2 - zlib - glib2 - libusb - ncurses - freetype - fontconfig - - - /usr/lib/cups - /usr/bin - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/man/ - /usr/share/cups - /usr/share/foomatic - /usr/share/gutenprint - /usr/share/locale - /usr/include/gutenprintui2/ - /etc/cups/command.types - - - System.Package - - - fedora/gutenprint-foomaticppdupdate - - - - gutenprint-devel - Development files for gutenprint - gutenprint için geliştirme dosyaları - - gtk2-devel - gutenprint - - - /usr/include/gutenprint - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2022-05-28 - 5.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-11 - 5.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 5.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 5.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-24 - 5.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-23 - 5.2.14 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 5.2.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 5.2.13 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 5.2.13 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 5.2.12 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.2.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-13 - 5.2.11 - First release - Ali Algul - alialgul@pisilinux.org - - - - - - hplip - http://hplip.sourceforge.net/ - - Pisi Linux Admins - admins@pisilinux.org - - custom - GPL2 - hardware.printer - HP Linux Imaging and Printing System - HP Linux yazıcı ve tarayıcı sistemi - HP Linux Imaging and Printing (HPLIP) System includes printer and scanner drivers and related service tools. - HP yazıcı ve tarayıcıları için sürücüler, yazılım eklentileri ve yönetim araçları - mirrors://sourceforge/hplip/hplip-3.22.6.tar.gz - - patch-ppds.sh - fedora/copy-deviceids.py - fedora/hplip-deviceIDs-ppd.patch - fedora/hplip-ppd-ImageableArea.patch - - - zlib-devel - libjpeg-turbo-devel - foomatic-db - rpcbind - net-snmp-devel - sane-backends-devel - cups-devel - python3-devel - python-devel - libusb-devel - dbus-devel - openssl-devel - desktop-file-utils - avahi-devel - python-reportlab - libxcrypt-devel - python-pillow-devel - - - fedora/hplip-avahi-parsing.patch - fedora/hplip-bad-low-ink-warning.patch - fedora/hplip-check-cups.patch - fedora/hplip-clear-old-state-reasons.patch - fedora/hplip-device-reconnected.patch - fedora/hplip-dj990c-margin.patch - fedora/hplip-3165-sourceoption.patch - fedora/hplip-hpcups-sigpipe.patch - fedora/hplip-hpijs-marker-supply.patch - fedora/hplip-log-stderr.patch - fedora/hplip-no-asm.patch - fedora/hplip-no-write-bytecode.patch - fedora/hplip-noernie.patch - fedora/hplip-pstotiff-is-rubbish.patch - fedora/hplip-retry-open.patch - fedora/hplip-scan-tmp.patch - fedora/hplip-silence-ioerror.patch - fedora/hplip-snmp-quirks.patch - fedora/hplip-strncpy.patch - fedora/hplip-typo.patch - fedora/hplip-udev-rules.patch - fedora/hplip-strstr-const.patch - fedora/hplip-ui-optional.patch - pisilinux/desktop-i18n.patch - pisilinux/desktop-i18n-1.patch - pisilinux/fix-polkit-directory.patch - pisilinux/suppress-module-warnings.patch - pisilinux/hp-systray-consume-session-param.patch - Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch - 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch - Re-add-drivers-missing-from-3.19.1.patch - reproducible-gzip.patch - fix-Werror-format-security.patch - - hardware/printer/hplip/pspec.xml - - - hplip - app:console - library - driver - - wget - zlib - libjpeg-turbo - net-snmp - foomatic-db - foomatic-db-engine - sane-backends - sane-frontends - cups - dbus - libgcc - libusb - openssl - avahi - avahi-libs - python-pillow - python-reportlab - - - /etc/sane.d/dll.d - /etc/hp/hplip.conf - /usr/bin - /usr/lib/cups/backend - /usr/lib/cups/filter - /usr/lib - /var/lib/hp - /usr/share/cups - /usr/share/hplip - /usr/share/dbus-1 - /usr/share/PolicyKit - /usr/share/hplip/prnt/plugins - /var/log/hp - /lib/udev/rules.d - /etc/cron.daily/ - - - System.Package - - - fedora/hpcups-update-ppds.sh - hpaio - hplip_tr.qm - - - - hplip-gui - A set of useful utilities written in Qt for managing HP devices - Qt ile yazılmış, HP cihazları yönetmek için kullanılan bir dizi kullanışlı araç - app:gui - hplip - - hplip - python-pygobject - python-qt5 - - - /usr/bin/hp-toolbox - /usr/bin/hp-systray - /usr/bin/hp-print - /usr/share/hplip/toolbox.py - /usr/share/hplip/systray.py - /usr/share/hplip/print.py - /etc/xdg/autostart - /usr/share/applications/*.desktop - /usr/share/hplip/data/images - /usr/share/hplip/plugins - /usr/share/hplip/ui4 - /usr/share/pixmaps - - - hplip.png - - - - hplip-docs - Documentation files for HPLIP - data:doc - - hplip - - - /usr/share/doc - - - - - 2022-08-06 - 3.22.6 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-02 - 3.22.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 3.22.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-03-12 - 3.22.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-04-26 - 3.21.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-10 - 3.18.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 3.18.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 3.18.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 3.17.11 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-15 - 3.17.11 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 3.16.11 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 3.16.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-09 - 3.16.5 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-08 - 3.15.11 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libpaper - http://packages.debian.org/unstable/source/libpaper - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.printer - Library for handling paper characteristics - Kağıt özelliklerini düzenlemek için kitaplık - Libpaper is a programming library for handling paper characteristics. - libpaper, kağıt özelliklerini düzenlemek için bir programlama kitaplığıdır. - Libpaper es una librería de programación para manejar características de papel. - http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.28.tar.gz - hardware/printer/libpaper/pspec.xml - - - libpaper - - /usr/bin - /usr/sbin - /usr/lib - /etc/ - /usr/share/man - /usr/share/doc - /usr/share/locale - - - papersize - - - - libpaper-devel - Development files for libpaper - libpaper için geliştirme dosyaları - - libpaper - - - /usr/include - /usr/share/man/man3 - - - - - 2021-07-16 - 1.1.28 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 1.1.24 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 1.1.24 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-23 - 1.1.24 - Rebuild nmu5 - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 1.1.24 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.24 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 1.1.24 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - paper - https://github.com/rrthomas/paper - - Blue Devil - bluedevil@sctzine.com - - GPLv3 - app:console - hardware.printer - Replacement for Debian's libpaper - Debian'ın libpaper kitaplığı yerine bir kitaplık - The paper package enables users to indicate their preferred paper size, provides the paper(1) utility to find the user's preferred default paper size and give information about known sizes, and specifies system-wide and per-user paper size catalogues, which can be can also be used directly. - paper, Debian'ın libpaper kitaplığı yerine bir kitaplık sunar. - https://github.com/rrthomas/paper/archive/v2.2.tar.gz - - gnulib-d279bc6.tar.gz - - - help2man - - hardware/printer/paper/pspec.xml - - - paper - Replacement for Debian's libpaper - - /etc - /usr/lib/ - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2020-06-03 - 2.2 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - pnm2ppa - http://pnm2ppa.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.printer - Driver addons for some Hp Deskjet printers - Bazı Hp Deskjet yazıcılar için sürücü eklentileri - Tool to convert pnm data to ppa data for Hp Deskjet 710, 712, 720, 722, 820, 1000 series printer drivers. - Hp Deskjet 710, 712, 720, 722, 820, 1000 serisi yazıcı sürücüleri için pnm verisini ppa verisine dönüştüren araçlar - mirrors://sourceforge/pnm2ppa/pnm2ppa-1.13.tar.gz - - pnm2ppa-default_config.patch - - hardware/printer/pnm2ppa/pspec.xml - - - pnm2ppa - - enscript - - - /etc - /etc/pdq - /usr/bin - /usr/share/doc - /usr/share/man - /usr/share/pnm2ppa - - - - - 2020-03-10 - 1.13 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 1.13 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 1.13 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 1.13 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - psutils - https://github.com/rrthomas/psutils - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - app:console - hardware.printer - PostScript Utilities - PostScript yardımcı araçları - psutils contains tools to convert to/from postscript files. - psutils PostScript dosyaları arasında dönüşüm yapmak için gerekli araçları içerir. - https://github.com/rrthomas/psutils/archive/refs/tags/v2.09.tar.gz - - gnulib-d279bc6.tar.gz - - - paper - help2man - ghostscript-devel - - hardware/printer/psutils/pspec.xml - - - psutils - Utilities for manipulating PostScript documents - - paper - ghostscript - perl-IPC-Run3 - - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/psutils/PSUtils.pm - - - - - 2022-05-28 - 2.09 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-06-03 - 2.03 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - splix - http://splix.sf.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - app:console - hardware.printer - A set of CUPS printer drivers for SPL (Samsung Printer Language) printers - SPL (Samsung Yazıcı Dili) için CUPS sürücüleri - The Splix drivers are usable by all printer devices which understand the SPL II language. It covers several Samsung, Xerox, Dell and Ricoh printers. - splix, SPL II dilini anlayabilen tüm yazıcılar tarafından kullanılabilen sürücüleri içerir. Bu sürücü bazı Samsung, Xerox, Dell ve Ricoh yazıcıları desteklemektedir. - https://sourceforge.net/projects/pisilinux/files/source/splix-2.0.1.tar.gz - http://splix.ap2c.org/samsung_cms.tar.bz2 - - cups-devel - jbigkit-devel - - - splix-1.1.0-fix-makefile.patch - install-english-only.patch - splix-deviceID.patch - splix-ldflags.patch - - hardware/printer/splix/pspec.xml - - - splix - - cups - libgcc - jbigkit - - - /usr/lib/cups - /usr/share/cups - /usr/share/doc - - - - - 2022-05-28 - 2.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-12 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 2.0.1 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.0.0_20110720 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-10 - 2.0.0_20110720 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - system-config-printer - https://github.com/OpenPrinting/system-config-printer - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - hardware.printer - A printer administration tool - Yazıcı yapılandırma altyapısı - system-config-printer is a graphical user interface that allows the user to configure a CUPS print server. - system-config-printer, Python ile yazılmış ve otomatik yazıcı tanıma sürecinde kullanılan altyapıyı oluşturan bir kütüphanedir. - https://github.com/OpenPrinting/system-config-printer/releases/download/v1.5.16/system-config-printer-1.5.16.tar.xz - - tr.po - - - xmlto - gtk3-devel - util-linux - cups-devel - eudev-devel - glib2-devel - libusb-devel - gettext-devel - python3-devel - libxslt-devel - libsecret-devel - dbus-glib-devel - autoconf-archive - desktop-file-utils - - - autoconf-2-70.diff - fix-icon.patch - - hardware/printer/system-config-printer/pspec.xml - - - system-config-printer - - eudev - glib2 - libusb - libsecret - python3-cups - dbus-python3 - python3-pysmbc - python3-requests - libgnome-keyring - python3-pygobject3 - cups - - - /usr/lib - /etc/dbus-1 - /etc/cupshelpers - /usr/share/doc - /lib/udev/rules.d - /usr/share/dbus-1 - /usr/share/system-config-printer/debug.py - /usr/share/appdata/system-config-printer.appdata.xml - /usr/share/system-config-printer/smburi.py - /usr/share/system-config-printer/config.py - /usr/share/system-config-printer/ppdippstr.py - /lib/systemd/system/configure-printer@.service - /run/udev-configure-printer - /lib/udev - /usr/libexec - /usr/lib/tmpfiles.d/system-config-printer.conf - /usr/share/metainfo/system-config-printer.appdata.xml - /usr/bin/scp-dbus-service - /usr/share/system-config-printer/xml - /usr/share/system-config-printer/*.py - /usr/share/system-config-printer/troubleshoot - - - tmpfiles.conf - - - - system-config-printer-gtk - GTK+ frontend of system-config-printer - system-config-printer için GTK+ önyüzü - - python-gtk - notify-python - python3-pygobject3 - system-config-printer - - - /usr/share/man - /usr/share/system-config-printer - /etc/xdg/autostart - /usr/share/applications - /usr/bin - /usr/share/locale - - - - - 2022-08-07 - 1.5.16 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 1.5.16 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 1.5.16 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.5.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-16 - 1.5.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-08 - 1.5.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.5.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-15 - 1.5.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-11 - 1.5.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 1.5.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-22 - 1.5.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 1.5.9 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-12-15 - 1.5.9 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-01 - 1.5.7 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.5.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.5.7 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-08 - 1.5.7 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - sane-backends - http://www.sane-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - hardware.scanner - Scanner access software - SANE (Scanner Access Now Easy) döküman ve resim tarayıcı sistemi araçları - Scanner Access Now Easy (SANE) is a universal scanner interface. The SANE application programming interface provides standardized access to any raster image scanner hardware. - SANE ve uygulama programlama arayüzü (API) ile herhangi bir görüntü tarayıcı donanımına standartlaştırlmış erişim sağlar. - sane - https://gitlab.com/sane-project/backends/-/archive/1.1.1/backends-1.1.1.tar.gz - - curl-devel - libxml2-devel - gettext-devel - libieee1284-devel - libusb-compat-devel - libusb-devel - libpng-devel - libnl-devel - openssl-devel - cups-devel - libgphoto2-devel - libv4l-devel - avahi-devel - libjpeg-turbo-devel - tiff-devel - net-snmp-devel - autoconf-archive - cairo-devel - glib2-devel - poppler-glib-devel - - - sane-backends-1.0.25-udev.patch - sane-backends-1.0.23-sane-config-multilib.patch - - hardware/scannner/sane-backends/pspec.xml - - - sane-backends - - curl - libxml2 - libnl - openssl - libusb - libpng - libusb-compat - libieee1284 - avahi-libs - libgphoto2 - libv4l - tiff - libjpeg-turbo - net-snmp - cups - libexif - cairo - glib2 - poppler-glib - - - /etc/sane.d/dll.d - /etc/env.d - /etc/sane.d - /usr/bin - /usr/share/locale - /usr/sbin - /usr/libexec - /usr/lib - /usr/share/doc/sane-backends/README - /usr/share/doc/sane-backends/COPYING - /usr/share/man - /usr/share/pixmaps - /lib/udev/rules.d - /usr/share/sane - - - sane.png - 30sane - - - - sane-backends-devel - Development files for sane-backends - sane-backends için geliştirme dosyaları - - sane-backends - - - /usr/include - /usr/lib/pkgconfig - - - - sane-backends-docs - Documentation for SANE backends - sane-backends için belgelendirme dosyaları - - /usr/share/doc - - - - - 2022-07-02 - 1.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-01 - 1.0.32 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-23 - 1.0.29 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 1.0.27 - Rebuild - Mustafa Cinasal - admin@pisilinux.org - - - 2018-02-14 - 1.0.27 - Release Bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-04-10 - 1.0.25 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.0.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-01 - 1.0.25 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - sane-frontends - http://www.sane-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - hardware.scanner - Graphical frontend to SANE - SANE için grafiksel arayüz paketi - sane-frontends includes the scanadf and xcam programs. - sane-frontends, scanadf ve xcam grafiksel araçlarını içerir. - ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/sane-frontends-1.0.14.tar.gz - - sane-backends-devel - gimp-devel - gtk2-devel - - - sane-frontends-1.0.14-array-out-of-bounds.patch - sane-frontends-1.0.14-sane-backends-1.0.20.patch - - hardware/scannner/sane-frontends/pspec.xml - - - sane-frontends - - sane-backends - gtk2 - glib2 - - - /usr/bin - /usr/share/doc/sane-frontends - /usr/share/man - - - - - 2020-03-10 - 1.0.14 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.0.14 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-14 - 1.0.14 - Rebuild - Mustafa Cinasal - muscnsl@gamil.com - - - 2017-04-09 - 1.0.14 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.0.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-10 - 1.0.14 - First release - Varol Maksutoğlu - waroi@pisilinux.org - - - - - - skanlite - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:gui - hardware.scanner - Lite scanning tool for KDE - KDE için hafif bir tarayıcı aracı - Skanlite, provides to use scanner device plugged in your system with Sane backend. - Skanlite, sisteminize takılı tarayıcı aygıtlarını Sane uygulaması ile birlikte kullanmanıza olanak sağlar. - http://download.kde.org/stable/skanlite/2.2/skanlite-2.2.0.tar.xz - - extra-cmake-modules - qt5-base-devel - zlib-devel - libpng-devel - kcoreaddons-devel - ki18n-devel - kxmlgui-devel - kio-devel - kdoctools-devel - ktextwidgets-devel - libksane-devel - - hardware/scannner/skanlite/pspec.xml - - - skanlite - - kio - ki18n - libgcc - libpng - kconfig - kxmlgui - libksane - qt5-base - kcoreaddons - kjobwidgets - kconfigwidgets - kwidgetsaddons - sane-backends - - - /usr/bin - /usr/share/doc - /usr/share - - - - - 2020-07-13 - 2.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 2.1.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-14 - 2.1.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-14 - 2.1.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.1.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-16 - 2.1.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gamil.com - - - 2018-04-02 - 2.1.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gamil.com - - - 2018-03-23 - 2.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gamil.com - - - 2018-02-14 - 2.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gamil.com - - - 2017-01-12 - 2.0.1 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-23 - 2.0 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-02-02 - 2.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ccid - https://ccid.apdu.fr - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - library - hardware.smartcard - Generic USB CCID(Chip/Smart Card Interface Devices) device drivers - USB CCID kart okuyucu sürücüleri - ccid provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). - ccid USB CCID protokolünü destekleyen akıllı kart okuyucular için açık kaynaklı aygıt sürücülerini içerir. - https://ccid.apdu.fr/files/ccid-1.4.31.tar.bz2 - - pcsc-lite-devel - libusb-devel - - hardware/smartcard/ccid/pspec.xml - - - ccid - - libusb - pcsc-lite - - - /etc/ - /usr/lib/ - /usr/share/doc - - - - - 2020-03-10 - 1.4.31 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-19 - 1.4.29 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - pcsc-lite - https://pcsclite.apdu.fr - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - hardware.smartcard - PC/SC drivers for smart card readers - Akıllı kart okuyucuları için PC/SC sürücüleri - pcsc-lite is middleware to access a smart card using SCard API (PC/SC). - https://pcsclite.apdu.fr/files/pcsc-lite-1.9.0.tar.bz2 - - eudev-devel - - hardware/smartcard/pcsc-lite/pspec.xml - - - pcsc-lite - - eudev - - - /etc/reader.conf.d - /usr/sbin - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/lib/pcsc/drivers - - - System.Service - - - - pcsc-lite-devel - Development files for pcsc-lite - pcsc-lite için geliştirme dosyaları - - pcsc-lite - eudev-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-09-24 - 1.9.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-03-10 - 1.8.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.8.25 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-05-26 - 1.8.25 - V.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-05-19 - 1.8.24 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - alsa-lib - http://www.alsa-project.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - hardware.sound - The Advanced Linux Sound Architecture (ALSA) library - Gelişmiş Linux Ses Mimarisi kütüphanesi - alsa-lib provides ALSA runtime libraries to simplify application programming and provide higher level functionality as well as support for the older OSS API, providing binary compatibility for most OSS programs. - alsa-lib, ses aygıtlarına erişim sağlayarak kolayca uygulama yazılmasını sağlayan bir kütüphanedir. - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.2.tar.bz2 - https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.7.2.tar.bz2 - https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-1.2.5.1.tar.bz2 - - doxygen - python-devel - - hardware/sound/alsa-lib/pspec.xml - - - alsa-lib - - python - - - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/alsa - - - - alsa-lib-devel - Development files for alsa-lib - alsa-lib için geliştirme dosyaları - - alsa-lib - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include/sys - /usr/include/alsa - /usr/include/asoundlib.h - /usr/share/aclocal - /usr/share/man/man3 - - - - alsa-lib-32bit - 32-bit shared libraries for alsa-lib - alsa-lib için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - /usr/lib32 - - - - - 2022-07-09 - 1.2.7.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-20 - 1.2.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 1.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-10 - 1.2.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 1.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 1.2.1.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-16 - 1.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-07 - 1.1.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 1.1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-03 - 1.1.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-03-04 - 1.0.29 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - alsa-plugins - http://www.alsa-project.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.sound - Additional library plugins Eg.jack, pulse, maemo ... - Additional library plugins Eg.jack, pulse, maemo ... - alsa-plugins contains ALSA (Advanced Linux Sound Architecture) - https://www.alsa-project.org/files/pub/plugins/alsa-plugins-1.2.6.tar.bz2 - - dbus-devel - libavtp-devel - pulseaudio-libs-devel - libsamplerate-devel - speexdsp-devel - ffmpeg-devel - jack-audio-connection-kit-devel - alsa-lib-devel - - hardware/sound/alsa-plugins/pspec.xml - - - alsa-plugins - ALSA console plugins - alsa-plugins contains ALSA (Advanced Linux Sound Architecture) - - dbus - libavtp - pulseaudio-libs - libsamplerate - speexdsp - ffmpeg - jack-audio-connection-kit - alsa-lib - - - /etc/alsa/conf.d - /usr/lib/alsa-lib - /usr/share/alsa - - - - - 2022-06-03 - 1.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-25 - 1.2.6 + 2021-03-17 + 246.9.2 First release Ali Cengiz Kurt alicengizkurt@gmail.com @@ -201803,6472 +48028,92 @@ It supports email, address books, calendars, tasks, news feeds and much more. - alsa-tools - http://www.alsa-project.org/ + ConsoleKit + https://github.com/Consolekit2 PisiLinux Community admins@pisilinux.org GPLv2 - app:console - app:gui - hardware.sound - ALSA configuration tools - Gelişmiş Linux Ses Mimarisi araçları - alsa-tools contains ALSA (Advanced Linux Sound Architecture) tools like firmware loaders and sound card control utilities for specific sound cards. - ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.2.5.tar.bz2 + library + system.auth + A framework for defining and tracking users, login sessions, and seats + Kullanıcıları, giriş oturumlarını ve koltukları takip etmek ve tanımlamak için bir altyapı + ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). + ConsoleKit, sisteme giriş yapmış kullanıcıları ve bu kullanıcıların bilgisayar ile nasıl etkileştiğini izleyen bir sistem hizmetidir. + https://github.com/ConsoleKit2/ConsoleKit2/archive/refs/tags/1.2.4.tar.gz - gtk2-devel - fltk-devel - alsa-lib-devel + xmlto + acl-devel + pam-devel + util-linux + dbus-devel + eudev-devel + zlib-devel + glib2-devel + libX11-devel + libnih-devel + libdrm-devel + libxslt-devel + libevdev-devel + python3-devel + cgmanager-devel + gobject-introspection-devel + polkit-devel + elogind - usx2yloader_udev.patch - firmware_locations.patch - alsa-tools-1.0.17rc1-fix-link.patch + consolekit2-conf.patch - hardware/sound/alsa-tools/pspec.xml + system/auth/ConsoleKit/pspec.xml - alsa-tools - ALSA console tools - alsa-tools is a collection of console applications for controlling sound cards like EchoAudio, Envy24, etc. - - libgcc - alsa-lib - - - /usr/bin - /usr/sbin - /lib/udev - /usr/lib - /usr/share/icons - /lib/udev/rules.d - /usr/share/ld10k1 - /usr/share/sounds - /usr/share/man - /usr/share/doc/alsa-tools - - - 90-alsa-tools-firmware.rules - - - - alsa-tools-gui - Graphical frontends for some ALSA tools - alsa-tools-gui is a collection of GUI based ALSA tools for controlling sound cards like EchoAudio, Envy24, Hammerfall HDSP, RMedigicontrol. - - fltk - gtk2 - glib2 - alsa-lib - - - /usr/share/man/man1/envy24control.1 - /usr/share/doc/alsa-tools-gui - /usr/share/applications - /usr/share/pixmaps - /usr/bin/echomixer - /usr/bin/envy24control - /usr/bin/hwmixvolume - /usr/bin/hdspconf - /usr/bin/hdspmixer - /usr/bin/rmedigicontrol - /usr/bin/qlo10k1 - - - alsa-tools.xpm - hwmixvolume.png - echomixer.desktop - envy24control.desktop - hdspmixer.desktop - hdspconf.desktop - hwmixvolume.desktop - rmedigicontrol.desktop - - - - alsa-tools-devel - Development files for alsa-tools - alsa-tools için geliştirme dosyaları - - alsa-tools - - - /usr/include - /usr/share/aclocal - /usr/share/man/man3 - - - - - 2022-06-03 - 1.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 1.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.1.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.1.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-07 - 1.1.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 1.1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-03 - 1.1.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-03-04 - 1.0.29 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - alsa-utils - http://www.alsa-project.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.sound - Advanced Linux Sound Architecture (ALSA) utilities - ALSA araçları - alsa-utils contains command line utilities for the Advanced Linux Sound Architecture (ALSA). - Alsa-utils Linux işletim sistemlerinde ses ve MIDI fonksiyonlarının gerçekleştirilmesini sağlayan gelişmiş Linux ses mimarisidir - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.2.7.tar.bz2 - - xmlto - util-linux - eudev-devel - fftw3-devel - libxslt-devel - ncurses-devel - libsamplerate-devel - alsa-lib-devel - - hardware/sound/alsa-utils/pspec.xml - - - alsa-utils - - fftw3 - ncurses - alsa-lib - libsamplerate - - - /etc - /sbin - /usr/share/doc - /usr/share/man - /var/lib/alsa - /usr/bin - /usr/lib - /usr/share/alsa - /lib/udev/rules.d - /usr/share/sounds - /lib/systemd/system - /usr/share/locale - - - System.Service - - - alsaunmute - 01beep.conf - alsactl.conf - alsaunmute.1 - - - - - 2022-06-03 - 1.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-10 - 1.2.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-21 - 1.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.1.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-07 - 1.1.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 1.1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-03 - 1.1.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2015-03-04 - 1.0.29 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - bubblewrap - https://github.com/projectatomic/bubblewrap - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - hardware.virtualization - Unprivileged sandboxing tool - is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces. - https://github.com/projectatomic/bubblewrap/archive/v0.6.2.tar.gz - - libcap-devel - bash-completion - libxslt - docbook-xsl - - hardware/virtualization/bubblewrap/pspec.xml - - - bubblewrap - - libcap - - - /usr/bin - /usr/share/bash-completion - /usr/share/zsh/site-functions/_bwrap - /usr/share/man - /usr/share/doc - - - - - 2022-06-23 - 0.6.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-12 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-07 - 0.3.3 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-19 - 0.3.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-12 - 0.3.0 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-29 - 0.2.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-03 - 0.2.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - containerd - https://containerd.io/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - Apache-2.0 - hardware.virtualization - A daemon to control runC, built for performance and density. - is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification. - https://github.com/containerd/containerd/archive/v1.5.13.tar.gz - - golang - git - libseccomp-devel - btrfs-progs-devel - - hardware/virtualization/containerd/pspec.xml - - - containerd - - runc - libseccomp - - - /usr/bin - /usr/share/doc - - - - - 2022-06-07 - 1.5.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-02 - 1.5.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-19 - 1.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 1.1.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-06-17 - 1.1.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 0.2.2 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-12 - 0.2.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - docker - http://docker.io - - Ertuğrul Erata - ertugrulerata@gmail.com - - Apache - app:console - hardware.virtualization - Pack, ship and run any application as a lightweight container - Herhangi bir uygulamayı paketleyip çalıştırmak için hafif kontenyer - An open platform for distributed applications for developers and sysadmins - Geliştirici ve Sistem Yöneticileri için açık ve dağıtık platform - https://github.com/docker/docker-ce/archive/refs/tags/v19.03.15.tar.gz - - git - golang - btrfs-progs-devel - device-mapper-devel - sqlite-devel - libseccomp-devel - libtool-ltdl - - hardware/virtualization/docker/pspec.xml - - - docker - - git - aufs-util - sqlite - device-mapper - btrfs-progs - bridge-utils - iproute2 - iptables - libseccomp - libtool-ltdl - runc - containerd - tini - - - /etc - /usr/bin/ - /usr/lib/docker - /usr/share/ - /lib/udev/rules.d - - - System.Service - System.Package - - - cgroupfs-mount - cgroupfs-umount - docker.confd - - - - - 2021-08-02 - 19.03.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-19 - 18.05.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 18.05.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-06-10 - 18.05.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 1.11.2 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-08-28 - 1.11.2 - Rebuild for package.py - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-11 - 1.11.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-28 - 1.10.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.10.3 - Release bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-25 - 1.10.3 - First release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - flatpak - https://flatpak.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2.1 - hardware.virtualization - Application distribution framework - Linux application sandboxing and distribution framework, formerly xdg-app - https://github.com/flatpak/flatpak/releases/download/1.12.7/flatpak-1.12.7.tar.xz - - xmlto - zstd-devel - util-linux - gtk-doc - eudev-devel - libcap-devel - gettext-devel - zlib-devel - bubblewrap - polkit-devel - libseccomp-devel - dbus-devel - dconf-devel - json-glib-devel - appstream-glib-devel - docbook-xsl - python3-six - ostree-devel - python3-pyparsing - xdg-dbus-proxy - elogind-devel - fuse-devel - - hardware/virtualization/flatpak/pspec.xml - - - flatpak - - zstd - xorg-app - bubblewrap - fuse - glib2 - gpgme - gnupg - libXau - libxml2 - libsoup - json-glib - libarchive - libseccomp - gdk-pixbuf - dconf - ostree - polkit - appstream-glib - python3-pyparsing - libassuan - libgpg-error - xdg-dbus-proxy - - - /usr/bin - /etc - /usr/lib - /usr/libexec - /usr/share/bash-completion - /usr/share/fish/vendor_completions.d/ - /usr/share/dbus-1 - /usr/share/polkit-1 - /usr/share/flatpak - /usr/share/man - /usr/share/locale - /usr/share/doc - /usr/share/gtk-doc - /usr/share/zsh - - - flathub.flatpakrepo - - - - flatpak-devel - Development files for flatpak - - flatpak - glib2-devel - ostree-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-05-05 - 1.12.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 1.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-07 - 1.11.1 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2021-04-29 - 1.10.2 - Fixed flatpak does nothing. - Berk Çakar - berk2238@hotmail.com - - - 2021-04-25 - 1.10.2 - Version bump - Sami BABAT - samibabat@gmail.com - - - 2021-04-06 - 1.6.3 - Update dependencies - Berkan Şahin - cicektaksi@tutanota.com - - - 2020-04-02 - 1.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-07 - 1.4.2 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-14 - 1.2.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-19 - 1.1.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-13 - 1.0.4 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-23 - 1.0.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-08 - 0.11.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-16 - 0.11.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-03 - 0.10.3 - First release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - flatpak-builder - https://flatpak.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:console - hardware.virtualization - Tool to build flatpaks from sources - Tool for building flatpaks from sources - https://github.com/flatpak/flatpak-builder/releases/download/1.2.2/flatpak-builder-1.2.2.tar.xz - - flatpak-devel - ostree-devel - util-linux - libxslt - xmlto - libsoup-devel - libcap-devel - elfutils-devel - glib2-devel - libxml2-devel - libyaml-devel - curl-devel - elogind-devel - json-glib-devel - - hardware/virtualization/flatpak-builder/pspec.xml - - - flatpak-builder - - flatpak - ostree - curl - libsoup - elfutils - glib2 - libxml2 - json-glib - libyaml - - - /usr/bin - /usr/libexec - /usr/share/man - /usr/share/doc - - - - - 2022-05-06 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 1.0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.0.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-07 - 1.0.8 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-14 - 1.0.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-14 - 1.0.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-08 - 0.10.10 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-16 - 0.10.8 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-11 - 0.10.6 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libnetwork - https://github.com/docker/libnetwork - - Ertuğrul Erata - ertugrulerata@gmail.com - - Apache-2.0 - app:console - hardware.virtualization - Docker Networking - Libnetwork provides a native Go implementation for connecting containers The goal of libnetwork is to deliver a robust Container Network Model that provides a consistent programming interface and the required network abstractions for applications. - https://sourceforge.net/projects/pisilinux/files/source/libnetwork-0.8.0_dbc11cc.tar.gz - - golang - - hardware/virtualization/libnetwork/pspec.xml - - - libnetwork - - docker - - - /usr/bin - /usr/share/doc - - - - - 2020-03-10 - 0.8.0_pre1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-08 - 0.8.0_pre1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-08 - 0.8.0_pre1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libvirt - http://www.libvirt.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - hardware.virtualization - Library providing a simple API to several virtualization systems - Birçok sanallaştırma sistemine kolay erişim sağlayan bir kütüphane - libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). libvirt supports Xen hypervisor, QEMU emulator, KVM hypervisor, LXC Linux container system, OpenVZ Linux container system, User Mode Linux paravirtualized kernel and VirtualBox hypervisor together with remote management possibilities. - libvirt yeni linux sürümlerinin sunduğu sanallaştırma özellikleriyle etkileşimi kolaylaştıran bir kütüphanedir. Xen, KVM ve VirtualBox hipervizorleri, QEMU emulatörü, LXC linux konteyner sistemi, User Mode Linux paravirtual sanallaştırma sistemi gibi sistemlerle birlikte çalışabilir ve tüm bu sistemlerin uzaktan yönetimi için de kullanılabilir. - https://libvirt.org/sources/libvirt-8.4.0.tar.xz - - qemu - meson - acl-devel - yajl-devel - dbus-devel - util-linux - curl-devel - fuse-devel - lvm2-devel - attr-devel - eudev-devel - glib2-devel - glibc-devel - audit-devel - avahi-devel - netcf-devel - polkit-devel - libnl-devel - gnutls-devel - parted-devel - python-devel - libssh-devel - libpcap-devel - numactl-devel - libxslt-devel - libssh2-devel - jansson-devel - readline-devel - libtirpc-devel - libXdmcp-devel - iptables-devel - libiscsi-devel - python-docutils - glusterfs-devel - libcap-ng-devel - bash-completion - cyrus-sasl-devel - rpcsvc-proto-devel - libpciaccess-devel - device-mapper-devel - kernel-module-headers - - hardware/virtualization/libvirt/pspec.xml - - - libvirt + ConsoleKit acl - curl - fuse - dbus - yajl - audit - eudev - libnl - netcf - libgcc - gnutls - parted - libcap - glib2 - libssh - libpcap - libxml2 - numactl - libssh2 - readline - libtirpc - libiscsi - glusterfs - libcap-ng - avahi-libs - cyrus-sasl - libpciaccess - device-mapper - libutil-linux - - - /etc - /usr/lib/tmpfiles.d/libvirt.conf - /usr/bin - /usr/sbin - /usr/lib/libvirt* - /usr/lib/sysctl.d/60-qemu-postcopy-migration.conf - /usr/lib/sysctl.d/60-libvirtd.conf - /usr/lib/firewalld/zones/libvirt.xml - /usr/share/doc - /usr/share/augeas - /usr/share/polkit-1 - /usr/share/libvirt - /usr/lib/virt-login-shell-helper - /usr/lib/libnss_libvirt* - /usr/share/man - /var - /run - /usr/share/locale - /usr/share/bash-completion - - - System.Service - System.Package - - - tmpfiles.conf - libvirt.confd - - - - libvirt-devel - Development files for libvirt - libvirt için geliştirme dosyaları - - libvirt - - - /usr/include/libvirt - /usr/lib/pkgconfig - - - - - 2022-06-29 - 8.4.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-14 - 4.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-18 - 4.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-31 - 4.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 3.0.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 1.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-31 - 1.3.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libvirt-glib - https://libvirt.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - hardware.virtualization - GLib bindings for libvirt - GLib bindings for libvirt - GLib bindings for libvirt - GLib bindings for libvirt - https://libvirt.org/sources/glib/libvirt-glib-4.0.0.tar.xz - - meson - intltool - gtk-doc - vala-devel - python-six - glib2-devel - python3-devel - libvirt-devel - libxml2-devel - libcap-ng-devel - gobject-introspection-devel - - hardware/virtualization/libvirt-glib/pspec.xml - - - libvirt-glib - - glib2 - libvirt - libxml2 - - - /usr/lib/libvirt* - /usr/lib/girepository-1.0* - /usr/share/vala - /usr/share/locale - - - - libvirt-glib-devel - Development files for libvirt-glib - development - - glib2-devel - libvirt-devel - libxml2-devel - libvirt-glib - - - /usr/share/gir-1.0 - /usr/include - /usr/lib/pkgconfig - - - - libvirt-glib-docs - Development files for libvirt-glib - - libvirt-glib - - - /usr/share/doc - /usr/share/gtk-doc - - - - - 2022-07-02 - 4.0.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-03-18 - 2.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libvirt-python - https://pypi.python.org/pypi/libvirt-python - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - hardware.virtualization - libvirt python binding - libvirt python2 binding - libvirt python binding - libvirt python2 binding - https://files.pythonhosted.org/packages/cc/28/e306fe5e3385c659bae31b6e1b2cdff7bde7fdc2cb0e0f27a3cfd252af2d/libvirt-python-5.10.0.tar.gz - - python-setuptools - libvirt-devel - python-devel - - hardware/virtualization/libvirt-python/pspec.xml - - - libvirt-python - - python - libvirt - - - /usr/lib - /usr/share/doc - - - - - 2022-07-03 - 5.10.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-03-18 - 4.6.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libvirt-python3 - http://www.libvirt.org/ - - Kamil Atlı - suvari@pisilinux.org - - LGPLv3 - library - hardware.virtualization - libvirt python3 binding - libvirt python3 binding - The libvirt-python package provides a module that permits applications written in the Python 3.x programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes). - libvirt-python paketi, Python 3.x programlama dilinde yazılmış uygulamaların, Linux'un (ve diğer işletim sistemlerinin) son sürümlerinin sanallaştırma yeteneklerini yönetmek için libvirt kitaplığı tarafından sağlanan arabirimi çağırmasına izin veren bir modül sağlar. - https://files.pythonhosted.org/packages/06/69/4914adb2f12311f321327a4b5d0e946d04369bc4a3fff1fb5deb095c53e3/libvirt-python-8.5.0.tar.gz - - libvirt-devel - python3-devel - python3-setuptools - python3-importlib_metadata - - hardware/virtualization/libvirt-python3/pspec.xml - - - libvirt-python3 - - python3 - libvirt - - - /usr/lib - /usr/share/doc - - - - - 2022-07-03 - 8.5.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ostree - https://github.com/ostreedev/ostree - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - app:console - hardware.virtualization - Operating system and container binary deployment and upgrades - OSTree is a tool for managing bootable, immutable, versioned filesystem trees - https://github.com/ostreedev/ostree/releases/download/v2021.2/libostree-2021.2.tar.xz - - python3 - glib2-devel - xz-devel - zlib-devel - e2fsprogs-devel - libsoup-devel - gpgme-devel - openssl-devel - avahi-glib-devel - fuse-devel - libutil-linux-devel - libarchive-devel - - - disable_werror_implicit_funtion_declaraction.patch - - hardware/virtualization/ostree/pspec.xml - - - ostree - - xz - avahi-glib - avahi-libs - zlib - fuse - glib2 - gpgme - libsoup - libarchive - libgpg-error - libutil-linux - openssl - - - /usr/bin - /etc/ostree - /usr/lib - /usr/libexec - /usr/share/gir-1.0 - /usr/share/bash-completion - /usr/share/ostree - /usr/share/man - /usr/share/doc - - - - ostree-devel - Development files for ostree - - ostree - xz-devel - zlib-devel - fuse-devel - glib2-devel - gpgme-devel - libsoup-devel - libarchive-devel - libgpg-error-devel - libutil-linux-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-04-26 - 2021.2 - Version bump - Sami BABAT - samibabatp@gmail.com - - - 2020-02-07 - 2019.6 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-07-07 - 2019.2 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-14 - 2019.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-19 - 2018.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-13 - 2018.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-24 - 2018.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-16 - 2018.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-02 - 2018.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - qemu - http://bellard.org/qemu - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.virtualization - Userspace virtual machine and processor emulator - Kullanıcı uzayı sanal makine ve işlemci benzetimcisi. - QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU. - QEMU, bir PC'ye işlemcisi ve kartlarıyla birlikte öykünen bir yazılımdır. Bilgisayarı yeniden başlatmadan yeni bir işletim sistemini çalıştırmak için kullanılabilir. Ayrıca Linux altında kullanıcı kipi öykünme yöntemiyle farklı bir işlemci için derlenmiş programları çalıştırabilir. - http://wiki.qemu-project.org/download/qemu-4.2.0.tar.bz2 - - aalib-devel - vte-devel - gtk3-devel - libXext-devel - nss-devel - alsa-lib-devel - bluez-libs-devel - cyrus-sasl-devel - libsdl-devel - pulseaudio-libs-devel - python-devel - glib2-devel - libsdl2-devel - - hardware/virtualization/qemu/pspec.xml - - - qemu - - atk - nss - vte - gtk2 - mesa - nspr - zlib - bzip2 - cairo - glib2 - pango - libX11 - libgcc - libpng - libsdl - libusb - pixman - libXext - alsa-lib - freetype - libepoxy - bluez-libs - cyrus-sasl - fontconfig - gdk-pixbuf - pulseaudio-libs - libdrm - - - /etc - /run - /lib - /usr/bin - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/qemu - /usr/share - /usr/share/icons/hicolor - /usr/share/locale/ - /usr/include - - - System.Service - System.Service - - - qemu-ifup - qemu-ifdown - fedora/ksmtuned - fedora/ksm.sysconfig - fedora/ksmtuned.conf - 65-kvm.rules - - - - - 2020-03-13 - 4.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-31 - 2.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 2.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 2.4.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-31 - 2.4.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - runc - https://runc.io - - Ertuğrul Erata - ertugrulerata@gmail.com - - Apache-2.0 - hardware.virtualization - container cli tools - CLI tool for managing OCI compliant containers - https://github.com/opencontainers/runc/archive/refs/tags/v1.0.2.tar.gz - - golang - libseccomp-devel - - hardware/virtualization/runc/pspec.xml - - - runc - - libseccomp - - - /usr/bin - /usr/share/doc - - - - - 2021-09-02 - 1.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-11 - 1.0.0_rc10 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-20 - 1.0.0_rc5 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-06-10 - 1.0.0_rc5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 0.1.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-13 - 0.1.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - spice - https://www.spice-space.org/ - - Kamil Atlı - suvari@pisilinux.org - - LGPL2.1 - library - app:console - hardware.virtualization - Simple Protocol for Independent Computing Environments - SPICE is a remote display system built for virtual environments which -allows you to view a computing 'desktop' environment not only on the -machine where it is running, but from anywhere on the Internet and -from a wide variety of machine architectures. - https://www.spice-space.org/download/releases/spice-server/spice-0.15.0.tar.bz2 - - meson - doxygen - asciidoc - lz4-devel - orc-devel - zlib-devel - python3-six - glib2-devel - pixman-devel - python3-devel - libopus-devel - openssl-devel - spice-protocol - libcacard-devel - gstreamer-devel - autoconf-archive - cyrus-sasl-devel - python3-pyparsing - libjpeg-turbo-devel - gst-plugins-base-devel - - hardware/virtualization/spice/pspec.xml - - - spice - Simple Protocol for Independent Computing Environments - - lz4 - orc - zlib - glib2 - libgcc - pixman - libopus - openssl - libcacard - gstreamer - cyrus-sasl - libjpeg-turbo - spice-protocol - gst-plugins-base - - - /usr/lib/libspice-server.so* - /usr/share/doc/ - - - - spice-devel - Development files for spice - - glib2-devel - pixman-devel - openssl-devel - spice-protocol - libcacard-devel - spice - - - /usr/include/spice-server - /usr/lib/pkgconfig - - - - - 2021-02-10 - 0.15.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - spice-protocol - https://spice-space.org/ - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - app:console - hardware.virtualization - Spice protocol header files - Spice protocol header files - https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v0.14.4/spice-protocol-v0.14.4.tar.gz - - meson - - hardware/virtualization/spice-protocol/pspec.xml - - - spice-protocol - Headers for SPICE protocol - - /usr/share/doc/ - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-04 - 0.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-10 - 0.14.3 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - spice-vdagent - https://www.spice-space.org/ - - Kamil Atlı - suvari@pisilinux.org - - GPL - library - app:console - hardware.virtualization - Spice agent for Linux guests - Spice agent for Linux guests - https://www.spice-space.org/download/releases/spice-vdagent-0.21.0.tar.bz2 - - gtk3-devel - glib2-devel - eudev-devel - libX11-devel - libdrm-devel - spice-protocol - alsa-lib-devel - libXrandr-devel - libXinerama-devel - - hardware/virtualization/spice-vdagent/pspec.xml - - - spice-vdagent - Spice agent for Linux guests - - gtk3 - glib2 - libdrm - libX11 - alsa-lib - libXrandr - libXinerama - - - /usr/bin - /usr/lib/libspice-server.so* - /usr/share/doc/ - /usr/share/man - /usr/share/gdm/autostart/LoginWindow - /usr/share/gdm/greeter/autostart - /var/run/spice-vdagentd - /etc/xdg/autostart/spice-vdagent.desktop - - - - - 2021-10-10 - 0.21.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - squeak-vm - http://wiki.squeak.org/squeak/1447 - - Blue Devil - bluedevil@sctzine.com - - Apache - library - app:console - hardware.virtualization - Full-featured implementation of the Smalltalk programming language and environment. - Tam-özellikli, Smalltalk programlama dili ve ortamı uygulaması. - squeak-vm provides a full-featured implementation of the Smalltalk programming language and environment. - squeak-vm, tam-özellikli, smalltalk programlama dili ve ortamı uygulaması. - http://squeakvm.org/unix/release/Squeak-4.10.2.2614-src.tar.gz - - cmake - libglvnd-devel - libXrender-devel - pulseaudio-libs-devel - - hardware/virtualization/squeak-vm/pspec.xml - - - squeak-vm - Full-featured implementation of the Smalltalk programming language and environment. - - libXext - libglvnd - libXrender - pulseaudio-libs - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/doc/squeak-vm - - - - - 2020-05-21 - 4.10.2.2614 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - tini - https://github.com/krallin/tini - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:console - hardware.virtualization - A tiny but valid `init` for containers - A tiny but valid `init` for containers - https://github.com/krallin/tini/archive/v0.18.0.tar.gz - - cmake - - - tini-cmake-fixes.patch - - hardware/virtualization/tini/pspec.xml - - - tini - - /usr/bin - /usr/share/doc - - - - - 2020-03-19 - 0.18.0 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-20 - 0.18.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-08 - 0.18.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - virt-manager - http://virt-manager.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - hardware.virtualization - Graphical tool for administering virtual machines for KVM, Xen, and QEmu - Grafik arayüzlü sanal makine yönetim aracı - Virtual Machine Manager provides a graphical tool for administering virtual machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices, connect to a graphical or serial console, and see resource usage statistics for existing VMs on local or remote machines. Uses libvirt as the backend management API. - Virt-Manager ile kvm, qemu, xen gibi sanallaştırma sistemleriyle yaratılmış yerel veya uzak sanal makinelerin başlatılması, durdurulması, sanal cihazlar eklenip kaldırılması, grafik veya seri konsollarına bağlanılması gibi işlemler yapılabilir. Çalışmak için libvirt kütüphanesine ve servisine ihtiyaç duyar. - virt-manager - https://releases.pagure.org/virt-manager/virt-manager-4.0.0.tar.gz - - intltool - vte-devel - gtk2-devel - python3-devel - python-docutils - libosinfo-devel - python3-setuptools - libvirt-glib-devel - python3-cairo-devel - python3-pygobject3-devel - desktop-file-utils - - - virt-manager-4.0.0-setuptools-61-fix.patch - - hardware/virtualization/virt-manager/pspec.xml - - - virt-manager - - ipaddr - libosinfo - libvirt-glib - libvirt-python3 - python3-pygobject3 - - - /usr/bin - /usr/libexec - /etc/gconf/schemas - /usr/share/pixmaps - /usr/share - /usr/share/man - /usr/share/doc - /usr/share/locale - - - - - 2022-07-08 - 4.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-19 - 1.5.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2017-01-29 - 1.4.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 1.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-31 - 1.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - virt-viewer - https://www.virt-viewer-space.org/ - - Kamil Atlı - suvari@pisilinux.org - - LGPL2.1 - library - app:console - hardware.virtualization - The virtual machine console viewer application code - Sanal makine konsolu görüntüleyici uygulama kodu - Virt Viewer provides a graphical viewer for the guest OS display. At this time is supports guest OS using the VNC or SPICE protocols. Further protocols may be supported in the future as user demand dictates. - Virt Viewer, konuk işletim sistemi ekranı için bir grafik görüntüleyici sağlar. Şu anda, VNC veya SPICE protokollerini kullanan konuk işletim sistemini desteklemektedir. Kullanıcı talebinin gerektirdiği şekilde gelecekte daha fazla protokol desteklenebilir. - https://gitlab.com/virt-viewer/virt-viewer/-/archive/v11.0/virt-viewer-v11.0.tar.gz - - meson - intltool - vte-devel - pkgconfig - gtk2-devel - gtk3-devel - glib2-devel - spice-devel - libsoup-devel - librest-devel - libvirt-devel - libxml2-devel - python3-devel - gtk-vnc-devel - spice-protocol - spice-gtk-devel - libgovirt-devel - bash-completion - desktop-file-utils - libvirt-glib-devel - gobject-introspection-devel - - - 41cc016278e713d3db156761fce6437dff81a53a.patch - - hardware/virtualization/virt-viewer/pspec.xml - - - virt-viewer - Simple Protocol for Independent Computing Environments - - vte - python3 - gtk-vnc - libvirt - spice-gtk - libgovirt - libvirt-glib - spice-protocol - - - /usr/share/doc/ - /usr/share/locale - /usr/bin/ - /usr/share/applications - /usr/share/mime - /usr/share/metainfo - /usr/share/icons - /usr/share/man - /usr/share/bash-completion - - - - - 2022-07-03 - 11.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - virt-wrapper - http://www.pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - hardware.virtualization - Wrapper for virtualization software - Sanallaştırma yazılımları için önbetik - virt-wrapper is a wrapper for virtualization applications. It warns users if they are not a member of virt group and loads the kernel modules automatically. - virt-wrapper, sanallaştırma uygulamaları için bir betik içerir. Bu betik, kullanıcıyı eğer virt grubunda değilse uyarır ve çekirdek modüllerini de otomatik olarak yükler. - https://github.com/ertugerata/virt-wrapper/archive/v.0.1.1.1.tar.gz - hardware/virtualization/virt-wrapper/pspec.xml - - - virt-wrapper - - /usr/libexec - /usr/share/locale - /usr/share/doc - - - - - 2018-11-13 - 0.1.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-13 - 0.1.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 0.1.1 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-11-23 - 0.1.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - virtinst - http://virt-manager.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - library - hardware.virtualization - Python modules and utilities for installing virtual machines - Sanal makine kurulumu için araçlar ve Python modülleri - virtinst is a module that helps building and installing libvirt based virtual machines. - virtinst sanal makine imajları oluşturmak ve kurmak için yardımcı araçlar ve Python geliştirme modülleri içeren bir pakettir. - http://virt-manager.org/download/sources/virtinst/virtinst-0.600.4.tar.gz - - python-devel - - hardware/virtualization/virtinst/pspec.xml - - - virtinst - - libvirt - virt-viewer - - - /usr/lib - /usr/share/locale - /usr/share/doc - - - - - 2022-07-03 - 0.600.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - virtualbox - http://www.virtualbox.org/ - - Serdar Soytetir - kaptan@pisilinux.org - - GPLv2 - app:gui - hardware.virtualization - A powerful virtualization program - Güçlü bir sanallaştırma programı - VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things. - VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır. - http://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36.tar.bz2 - - dkms.conf - dkms-guest.conf - LocalConfig.kmk - - - dev86 - cdrkit - acpica - mesa-devel - curl-devel - python-devel - pam-devel - device-mapper-devel - libcap-devel - gsoap-devel - libXt-devel - libXmu-devel - libIDL-devel - libsdl-devel - libvpx-devel - libXext-devel - libxslt-devel - libopus-devel - mesa-glu-devel - alsa-lib-devel - libXfixes-devel - libXrandr-devel - libXdamage-devel - libXcursor-devel - libXinerama-devel - xorg-server-devel - libvncserver-devel - libXcomposite-devel - pulseaudio-libs-devel - kernel-headers - kernel-module-headers - qt5-x11extras-devel - jdk8-openjdk - jre8-openjdk - libxcb-devel - qt5-base-devel - qt5-linguist - docbook-xml - libglvnd-devel - python3-devel - - - wrapper.patch - 004-drop-Wno-format.patch - 005-gsoap-build.patch - 006-rdesktop-vrdp-keymap-path.patch - 008-root-window.patch - python.patch - 008-no-vboxvideo.patch - VirtualBox-6.1.2-disable-update.patch - 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch - 013-Makefile.patch - 017-fix-narrowing-conversion.patch - 018-xclient.patch - - hardware/virtualization/virtualbox/pspec.xml - - - virtualbox - - qt5-base - libxcb - mesa - libXt - gsoap - libvpx - libXmu - libsdl - libXext - libopus - libXcursor - libXinerama - virt-wrapper - libvncserver - curl - zlib - libX11 - libgcc - libpng - python - libxml2 - openssl - device-mapper - qt5-x11extras - libglvnd - python3 - - module-virtualbox - virtualbox-dkms - - - - /etc/vbox - /usr/bin - /usr/lib/virtualbox - /usr/lib/python* - /usr/share/virtualbox - /usr/share/applications - /usr/share/pixmaps - /usr/share/icons/hicolor - /usr/share/mime/packages - - - System.Package - System.Service - - - vboxreload - 60-vboxdrv.rules - 60-vboxguest.rules - - - - virtualbox-guest-utils - VirtualBox guest utilities and drivers - VirtualBox misafir işletim sistemleri için yardımcı araçlar ve sürücüler - x11.driver - pam - libXt - libXmu - libXext - libXfixes - libXrandr - libXdamage - xorg-server - libXcomposite - - module-virtualbox-guest - virtualbox-guest-dkms - - - - /etc/X11/xinit/xinitrc.d - /lib/udev/rules.d - /etc/xdg/autostart - /lib/security - /sbin - /usr/bin/VBoxClient* - /usr/bin/VBoxControl - /usr/bin/VBoxDRMClient - /usr/sbin - /usr/lib - /usr/kde/*/share/autostart - /usr/share/X11 - /usr/lib/xorg/modules - - - vboxclient.sh - - - - virtualbox-dkms - VirtualBox Host kernel modules sources - - dkms - - - /usr/src - - - module-virtualbox - - - - virtualbox-guest-dkms - VirtualBox Guest kernel modules sources - - dkms - - - /usr/src/*-guest-* - - - module-virtualbox-guest - - - - - 2022-07-21 - 6.1.36 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-25 - 6.1.34 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-25 - 6.1.32 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-11 - 6.1.30 - rebuild for kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-23 - 6.1.30 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-20 - 6.1.28 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-09 - 6.1.26 - rebuild for kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-29 - 6.1.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-22 - 6.1.24 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-01 - 6.1.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-22 - 6.1.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 6.1.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-27 - 6.1.16 - Version bump kernel510. - İdris Kalp - idriskalp@gmail.com - - - 2020-11-10 - 6.1.16 - Version bump kernel597. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-05 - 6.1.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-18 - 6.1.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-08 - 6.1.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-30 - 6.1.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 6.1.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-13 - 6.1.4 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-04-09 - 6.1.4 - Rebuild virtualbox-guest-iso - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-22 - 6.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-26 - 6.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 6.1.0 - Add dkms packages - Marcin Bojara - marcin.bojara@gmail.com - - - 2019-12-24 - 6.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-12 - 6.0.14 - Patched for kernel 5.4 - Idris Kalp - idriskalp@gmail.com - - - 2019-10-29 - 6.0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-29 - 6.0.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-08-02 - 6.0.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-17 - 6.0.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-19 - 6.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-29 - 6.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-16 - 6.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-23 - 6.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-23 - 5.2.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-18 - 5.2.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-17 - 5.2.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-10 - 5.2.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-18 - 5.2.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-01 - 5.2.8 - Fix chmod and file path. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-15 - 5.2.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 5.2.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-25 - 5.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 5.1.14 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2017-03-04 - 5.1.14 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-15 - 5.1.12 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-12-13 - 5.1.10 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-09-23 - 5.1.6 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-08-17 - 5.1.4 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-22 - 5.1.2 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-17 - 5.1.0 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-17 - 5.1.0b - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-12 - 5.0.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-09 - 5.0.12 - First release - ali algul - alialgul@pisilinux.org - - - - - - virtualbox-guest-iso - https://www.virtualbox.org/ - - PisiLinux Community - admins@pisilinux.org - - custom - library - hardware.virtualization - The official VirtualBox Guest Additions ISO image - The official VirtualBox Guest Additions ISO image - The official VirtualBox Guest Additions ISO image - The official VirtualBox Guest Additions ISO image - https://download.virtualbox.org/virtualbox/6.1.34/VBoxGuestAdditions_6.1.34.iso - hardware/virtualization/virtualbox-guest-iso/pspec.xml - - - virtualbox-guest-iso - - virtualbox - - - /usr/lib - - - - - 2022-04-29 - 6.1.34 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2022-01-26 - 6.1.32 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-23 - 6.1.30 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-20 - 6.1.28 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-29 - 6.1.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-22 - 6.1.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-01 - 6.1.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-29 - 6.1.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-06 - 6.1.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-04 - 6.1.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-07 - 6.1.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-30 - 6.1.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 6.1.6 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2020-04-05 - 6.1.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - xdg-desktop-portal - https://github.com/flatpak/xdg-desktop-portal - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - hardware.virtualization - A portal frontend service for Flatpak and possibly other desktop containment frameworks - A portal frontend service for Flatpak and possibly other desktop containment frameworks - https://github.com/flatpak/xdg-desktop-portal/archive/1.14.3.tar.gz - - xmlto - python3 - dbus-devel - util-linux - fuse3-devel - glib2-devel - gettext-devel - pipewire-devel - json-glib-devel - flatpak-devel - - hardware/virtualization/xdg-desktop-portal/pspec.xml - - - xdg-desktop-portal - - fuse3 - glib2 - pipewire - json-glib - gdk-pixbuf - flatpak - - - /usr/lib - /usr/libexec - /usr/share/dbus-1 - /usr/share/pkgconfig - /usr/share/man - /usr/share/locale - /usr/share/doc - - - - - 2022-04-23 - 1.14.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-25 - 1.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-24 - 1.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 1.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 1.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-07 - 1.4.2 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-14 - 1.2.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-20 - 1.0.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-31 - 0.10 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-16 - 0.10 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-04 - 0.9 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - xdg-desktop-portal-gtk - https://github.com/flatpak/xdg-desktop-portal-gtk - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - hardware.virtualization - A portal frontend service for Flatpak and possibly other desktop containment frameworks - A portal frontend service for Flatpak and possibly other desktop containment frameworks - https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.10.0/xdg-desktop-portal-gtk-1.10.0.tar.xz - - xmlto - python3-devel - glib2-devel - dbus-devel - util-linux - flatpak-devel - fuse-devel - gnome-desktop-devel - xdg-desktop-portal - gettext-devel - - hardware/virtualization/xdg-desktop-portal-gtk/pspec.xml - - - xdg-desktop-portal-gtk - - glib2 - gtk3 - cairo - fontconfig - gnome-desktop - gdk-pixbuf - xdg-desktop-portal - flatpak - - - /usr/lib - /usr/libexec - /usr/share/dbus-1 - /usr/share/applications - /usr/share/xdg-desktop-portal - /usr/share/locale - /usr/share/doc - - - - - 2021-09-24 - 1.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 1.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-30 - 1.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-10 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-07 - 1.4.0 - Version bump.. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-05-12 - 1.2.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - module-fglrx - http://ati.amd.com/support/driver.html - - PisiLinux Community - admins@pisilinux.org - - ATI - kernel.drivers - Pilote d'affichage ATI - ATI display drivers. - ATI ekran kartı sürücüleri - Controlador display ATI - Fglrx is a driver written by AMD(ATI) for ATI graphics cards.Radeons HD 2 3 4 X series are not supported - AMD(ATI) tarafından ATI ekran kartları için yazılmış sürücüler.Radeon HD 2 3 4 X serisi ekran kartlarını desteklememektedir. - http://archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer/fglrx-installer_15.201.orig.tar.gz - - desktop-files.patch - makefile_compat.patch - fglrx_gpl_symbol.patch - kolasa_4.0-cr4-strn.patch - lano1106_fglrx_intel_iommu.patch - lano1106_kcl_agp_13_4.patch - LICENSE.TXT - 4.4-manjaro-xstate.patch - - - kernel-module-headers - kernel - - kernel/drivers/module-fglrx/pspec.xml - - - module-fglrx - Kernel module for ATI display drivers - ATI ekran sürücüleri için çekirdek modülü - driver - - noDelta - - - kernel - - - /lib/modules - /etc/conf.d - /etc/modprobe.d - - - module-fglrx-legacy - - - blacklist-fglrx.conf - modprobe.conf - atieventsd - - - - xorg-video-fglrx - ATI ekran kartı sürücüleri için paylaşımlı kitaplıklar ve araçlar - driver - x11.driver - - noDelta - - - qt - mesa - libSM - libICE - uClibc - libXext - libXrandr - libXfixes - libXcursor - libXrender - fontconfig - libXxf86vm - libXinerama - xorg-server - - module-fglrx - - - - /usr/share - /etc - /usr/bin - /usr/sbin - /usr/X11R6 - /usr/lib - /usr/share/doc - /usr/share/man - - - xorg-video-fglrx-legacy - - - System.Package - System.Service - - - - xorg-video-fglrx-32bit - 32-bit shared libraries for xorg-video-fglrx - xorg-video-fglrx için 32-bit paylaşımlı kitaplıklar - emul32 - - noDelta - - emul32 - - xvba-video-32bit - fontconfig-32bit - freetype-32bit - libXcursor-32bit - libXext-32bit - libXfixes-32bit - libXinerama-32bit - libXrandr-32bit - libXrender-32bit - libXxf86vm-32bit - libX11-32bit - - - xorg-video-fglrx - libXext-32bit - libX11-32bit - mesa-32bit - libgcc - - - /usr/lib32 - - - xorg-video-fglrx-legacy-32bit - - - System.Package - - - - - 2016-03-06 - 15.201 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - module-nvidia-current - http://www.nvidia.com - - Marcin Bojara - marcin@pisilinux.org - - NVIDIA - kernel.drivers - NVIDIA drivers for GeForce 6xxx and newer GPUs - GeForce 6xxx ve daha yeni NVIDIA ekran kartları için sürücüler - Controladores nVIDIA de kernel y glx para tarjetas NV3 o mejor (Geforce FX o mejor) - NVIDIA graphics drivers provide optimized 2D/3D performance. - NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar. - Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor). - http://http.download.nvidia.com/XFree86/Linux-x86_64/510.68.02/NVIDIA-Linux-x86_64-510.68.02.run - - dkms.conf - - - kernel-module-headers - libX11-devel - gtk2-devel - gtk3-devel - - kernel/drivers/module-nvidia-current/pspec.xml - - - module-nvidia-current - Kernel module for current NVIDIA graphics driver releases - Güncel NVIDIA grafik sürücüleri için çekirdek modülü - driver - - noDelta - - - kernel - - - /lib/modules - /etc/modprobe.d - - - nvidia-current-dkms - - - modprobe.conf - - - - nvidia-settings - Settings for nvidia-current kernel driver - app:gui - hardware.graphics - - atk - gtk2 - gtk3 - cairo - glib2 - pango - libX11 - libXext - gdk-pixbuf - - module-nvidia-current - nvidia-current-dkms - - - - /usr/bin/nvidia-settings - /usr/share/man/man1/nvidia-settings.1 - /usr/lib/libnvidia-gtk* - /usr/share/applications - /usr/share/pixmaps - /usr/share/nvidia - - - nvidia-settings.desktop - - - - nvidia-xconfig - Xconfig file for nvidia-current kernel driver - app:console - hardware.graphics - - - module-nvidia-current - nvidia-current-dkms - - - - /usr/bin/nvidia-xconfig - /usr/share/man/man1/nvidia-xconfig.1 - - - - xorg-video-nvidia-current - Güncel NVIDIA userspace sürücüleri ve ikili dosyaları - driver - - noDelta - - - libXext - libX11 - mesa - xorg-server - opencl-icd - vulkan - - module-nvidia-current - nvidia-current-dkms - - - - /etc/OpenCL - /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf - /usr/bin - /usr/lib - /usr/share/X11 - /usr/share/nvidia-current - /usr/share/doc - /usr/share/man - /usr/share/glvnd/egl_vendor.d/10_nvidia.json - /etc/vulkan/icd.d - - - System.Package - - - - xorg-video-nvidia-current-32bit - 32-bit shared libraries for xorg-video-nvidia-current - xorg-video-nvidia-current için 32-bit paylaşımlı kitaplıklar - emul32 - - noDelta - - emul32 - - libvdpau-32bit - - - zlib-32bit - mesa-32bit - libX11-32bit - libXext-32bit - vulkan-32bit - opencl-icd-32bit - xorg-video-nvidia-current - - - /usr/lib32 - /usr/share/nvidia-current/32bit-ld.so.conf - - - - nvidia-current-dkms - NVIDIA driver sources for linux - driver - - noDelta - - - dkms - - - /etc/modprobe.d/nvidia-current-dkms.conf - /usr/src/nvidia-510.68.02 - /usr/src/nvidia-510.68.02/dkms.conf - - - module-nvidia-current - nvidia430-dkms - nvidia390-dkms - nvidia340-dkms - - - modprobe.conf - xorg.conf - - - - nvidia - Meata package for nvidia-current drivers - driver - - noDelta - - - module-nvidia-current - xorg-video-nvidia-current - - - /var/tmp/nvidia - - - nvidia-dkms - - - nvidia.txt - - - - nvidia-dkms - Meata package for nvidia-current dkms drivers - driver - - noDelta - - - nvidia-current-dkms - xorg-video-nvidia-current - - - /var/tmp/nvidia-dkms - - - nvidia - - - nvidia.txt - - - - - 2022-07-22 - 510.68.02 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2022-06-25 - 510.68.02 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2022-05-24 - 510.68.02 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2022-05-22 - 510.68.02 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2022-05-05 - 510.68.02 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2022-04-15 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-23 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-31 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-15 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-19 - 495.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-10 - 495.44 - Rebuild with new kernel and add missing libraries - İdris Kalp - idriskalp@gmail.com - - - 2021-11-08 - 495.44 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 465.31 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-10 - 465.31 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 465.31 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 465.31 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-05-14 - 460.27.04 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-29 - 460.27.04 - Rebuild bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 460.27.04 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-09-29 - 455.23.04 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-05 - 440.82 - Add comar script and meta packages - Marcin Bojara - marcin.bojara@gmail.com - - - 2020-06-01 - 440.82 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 440.64 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 440.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 440.44 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 440.44 - Add dkms support - Marcin Bojara - marcin.bojara@gmail.com - - - 2019-12-28 - 440.44 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-08-14 - 390.116 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2019-06-09 - 390.116 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2019-05-27 - 390.116 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-06 - 390.87 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 390.87 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-22 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-06 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-13 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-29 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-11 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 390.25 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-06 - 387.34 - Rebuild for new kernel - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-20 - 387.34 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-06 - 387.34 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-23 - 384.59 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-22 - 384.59 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-08 - 381.22 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-11 - 378.13 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-31 - 375.26 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-11 - 375.20 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-05 - 375.10 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-28 - 370.23 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-06 - 367.27 - Rebuild for kernel4.7.0 - Kamil Atlı - suvari@pisilinux.org - - - 2016-04-30 - 367.27 - Rebuild for new kernel, ver. bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-04-30 - 361.28 - Rebuild for new kernel - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-06 - 361.28 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - module-nvidia340 - https://www.nvidia.com/ - - Pisi Linux Community - admins@pisilinux.org - - NVIDIA - kernel.drivers - NVIDIA drivers for GeForce 6xxx and newer GPUs - GeForce 340xx NVIDIA ekran kartları için sürücüler - Controladores nVIDIA de kernel y glx para tarjetas NV3 o mejor (Geforce FX o mejor) - NVIDIA graphics drivers provide optimized 2D/3D performance. - NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar. - Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor). - http://http.download.nvidia.com/XFree86/Linux-x86/340.108/NVIDIA-Linux-x86-340.108.run - http://http.download.nvidia.com/XFree86/Linux-x86_64/340.108/NVIDIA-Linux-x86_64-340.108.run - - dkms.conf - 0001-kernel-5.7.patch - 0002-kernel-5.8.patch - 0003-kernel-5.9.patch - 0004-kernel-5.10.patch - 0005-kernel-5.11.patch - 0006-kernel-5.14.patch - 0008-fix-5.15.patch - - - kernel-module-headers - - kernel/drivers/module-nvidia340/pspec.xml - - - module-nvidia340 - Kernel module for NVIDIA driver 340.xx releases - GeForce 340xx NVIDIA grafik sürücüleri için çekirdek modülü - driver - - noDelta - - - kernel - - - /lib/modules - - - nvidia340-dkms - - - - xorg-video-nvidia340 - GeForce 340xx NVIDIA userspace sürücüleri ve ikili dosyaları - driver - - noDelta - - - libXext - xorg-server - libX11 - opencl-icd - - module-nvidia340 - nvidia340-dkms - - - - /etc/OpenCL - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/man - - - xorg-video-nvidia-current - xorg-video-nvidia304 - - - System.Package - - - - xorg-video-nvidia340-32bit - 32-bit shared libraries for xorg-video-nvidia340 - xorg-video-nvidia340 için 32-bit paylaşımlı kitaplıklar - emul32 - - noDelta - - emul32 - - libvdpau-32bit - - - zlib-32bit - libX11-32bit - libXext-32bit - opencl-icd-32bit - xorg-video-nvidia340 - - - /usr/lib32 - /usr/share/nvidia-current/32bit-ld.so.conf - - - xorg-video-nvidia-current-32bit - xorg-video-nvidia304-32bit - - - - nvidia340-dkms - NVIDIA driver sources for linux - driver - - noDelta - - - dkms - xorg-video-nvidia340 - - - /etc/modprobe.d/nvidia340-dkms.conf - /usr/src/nvidia* - - - module-nvidia340 - nvidia-current-dkms - nvidia430-dkms - nvidia390-dkms - nvidia340 - - - modprobe.conf - xorg.conf - - - - nvidia340 - Meata package for nvidia340 drivers - driver - - noDelta - - - module-nvidia340 - xorg-video-nvidia340 - - - /var/tmp/nvidia - - - nvidia340-dkms - - - nvidia.txt - - - - - 2022-07-22 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-25 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-22 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-15 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-23 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-31 - 340.108 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-15 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-19 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-10 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-10 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 340.108 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2021-06-02 - 340.108 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2021-05-12 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-29 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-05 - 340.108 - Add comar script and meta package - Marcin Bojara - marcin.bojara@gmail.com - - - 2020-06-01 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 340.108 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 340.108 - Rebuild. - Mustafa Cinasal Bojara - muscnsl@gmail.com - - - 2020-01-09 - 340.108 - Add dkms support. Version bump - Marcin Bojara - marcin.bojara@gmail.com - - - 2019-12-28 - 340.107 - Rebuild for new kernel. - Idris Kalp - idriskalp@gmail.com - - - 2019-08-14 - 340.107 - Rebuild for new kernel. - Idris Kalp - idriskalp@gmail.com - - - 2019-06-09 - 340.107 - Rebuild for new kernel. - Idris Kalp - idriskalp@gmail.com - - - 2019-12-05 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-06 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-20 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-22 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-06 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-13 - 340.107 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-29 - 340.106 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-11 - 340.106 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 340.106 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-06 - 340.104 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-20 - 340.104 - Rebuild for new kernel. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-06 - 340.104 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-24 - 340.102 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-22 - 340.102 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2017-07-07 - 340.102 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-11 - 340.101 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-31 - 340.101 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-12-11 - 340.98 - Rebuild for kernel 4.8.13 - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-05 - 340.98 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-28 - 340.96 - Rebuild for kernel 4.7.2 - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-06 - 340.96 - Rebuild for kernel 4.7.0 - Kamil Atlı - suvari@pisilinux.org - - - 2016-07-17 - 340.96 - Rebuild for new kernel - Kamil Atlı - suvari@pisilinux.org - - - 2016-04-30 - 340.96 - Rebuild for new kernel - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-03-06 - 340.96 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - module-nvidia390 - http://www.nvidia.com - - Marcin Bojara - marcin@pisilinux.org - - NVIDIA - kernel.drivers - NVIDIA drivers for GeForce 6xxx and newer GPUs - NVIDIA graphics drivers provide optimized 2D/3D performance. - nvidia - http://http.download.nvidia.com/XFree86/Linux-x86/390.154/NVIDIA-Linux-x86-390.154.run - http://http.download.nvidia.com/XFree86/Linux-x86_64/390.154/NVIDIA-Linux-x86_64-390.154.run - - dkms.conf - kernel-5.14-pdev.patch - kernel-5.14-state.patch - - - kernel-module-headers - libX11-devel - gtk2-devel - gtk3-devel - - kernel/drivers/module-nvidia390/pspec.xml - - - module-nvidia390 - Kernel module for current NVIDIA graphics driver releases - driver - - noDelta - - - kernel - - - /lib/modules - /etc/modprobe.d - - - nvidia390-dkms - - - modprobe.conf - - - - nvidia-xconfig390 - Xconfig file for nvidia390 kernel driver - app:console - hardware.graphics - - - module-nvidia390 - nvidia390-dkms - - - - /usr/bin/nvidia-xconfig - /usr/share/man/man1/nvidia-xconfig.1 - - - - xorg-video-nvidia390 - driver - - noDelta - - - libXext - libX11 - mesa - xorg-server - vulkan - opencl-icd - libglvnd - - module-nvidia390 - nvidia390-dkms - - - - /etc/OpenCL - /usr/bin - /usr/lib - /usr/share/X11 - /usr/share/nvidia390 - /usr/share/pixmaps - /usr/share/doc - /usr/share/man - - - xorg-video-nvidia-current - xorg-video-nvidia304 - xorg-video-nvidia340 - - - System.Package - - - - xorg-video-nvidia390-32bit - 32-bit shared libraries for xorg-video-nvidia390 - emul32 - - noDelta - - emul32 - - libvdpau-32bit - - - zlib-32bit - mesa-32bit - libX11-32bit - libXext-32bit - opencl-icd-32bit - vulkan-32bit - libglvnd-32bit - xorg-video-nvidia390 - atk - gtk2 - gtk3 - cairo - glib2 - pango - gdk-pixbuf - - - /usr/lib32 - /usr/share/nvidia390/32bit-ld.so.conf - - - xorg-video-nvidia-current-32bit - xorg-video-nvidia304-32bit - xorg-video-nvidia340-32bit - - - - nvidia390-dkms - NVIDIA driver sources for linux - driver - - noDelta - - - dkms - xorg-video-nvidia390 - - - /etc/modprobe.d/nvidia390-dkms.conf - /usr/src/nvidia* - - - module-nvidia390 - nvidia340-dkms - nvidia430-dkms - nvidia-current-dkms - nvidia390 - - - modprobe.conf - xorg.conf - - - - nvidia390 - Meata package for nvidia390 drivers - driver - - noDelta - - - module-nvidia390 - xorg-video-nvidia390 - - - /var/tmp/nvidia - - - nvidia390-dkms - - - nvidia.txt - - - - - 2022-08-06 - 390.154 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-22 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-25 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-22 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-15 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-23 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-31 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-15 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-19 - 390.144 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-11 - 390.144 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 390.143 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-10 - 390.143 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 390.143 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 390.143 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-05-14 - 390.141 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-14 - 390.141 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-29 - 390.141 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 390.141 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-29 - 390.138 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-06 - 390.138 - Add comar script and meta package - Marcin Bojara - marcin.bojara@gmail.com - - - 2020-07-05 - 390.132 - Add comar script and meta package - Marcin Bojara - marcin.bojara@gmail.com - - - 2020-06-01 - 390.132 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 390.132 - Rebuild. - Mustafa Cinasal Bojara - muscnsl@gmail.com - - - 2020-01-31 - 390.132 - Rebuild. - Mustafa Cinasal Bojara - muscnsl@gmail.com - - - 2020-01-09 - 390.132 - Add dkms support. - Marcin Bojara - marcin.bojara@gmail.com - - - 2019-12-12 - 390.132 - First release - İdris Kalp - idriskalp@gmail.com - - - - - - perf - http://www.kernel.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:gui - kernel.tools - Performance analyser tool that makes full use of the Linux performance counter subsystem - perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem. - https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.gz - - git - libunwind-devel - audit-devel - xz-devel - gtk2-devel - unifdef - elfutils-devel - diffutils - newt-devel - xmlto - asciidoc - pciutils-devel - numactl-devel - python-devel - slang-devel - glib2-devel - zlib-devel - perl - util-linux - libxslt - openssl-devel - systemtap-sdt-devel - zstd-devel - libcap-devel - python3 - - - patches/linux/patch-5.15.50.xz - patches/aufs5/aufs5.15.41-20220530.patch - patches/aufs5/aufs5-base.patch - patches/aufs5/aufs5-kbuild.patch - patches/aufs5/aufs5-loopback.patch - patches/aufs5/aufs5-mmap.patch - patches/aufs5/tmpfs-idr.patch - patches/aufs5/vfs-ino.patch - patches/aufs5/aufs5-standalone.patch - patches/mageia/fs-procfs-do-not-list-TID-0-in-proc-pid-task.patch - patches/mageia/CVE-2019-12379.patch - patches/mageia/CVE-2020-16119-DCCP-CCID-structure-use-after-free.patch - patches/mageia/platform-x86-add-shuttle-wmi-driver.patch - patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch - patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch - patches/mageia/platform-x86-shuttle-wmi-4.13-buildfix.patch - patches/mageia/platform-x86-shuttle-wmi-kernel-5.5.patch - patches/mageia/3rd-3rdparty-tree.patch - patches/mageia/3rd-3rdparty-merge.patch - patches/mageia/3rd-ndiswrapper-1.63.patch - patches/mageia/3rd-ndiswrapper-Kconfig.patch - patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch - patches/mageia/3rd-niswrapper-Kconfig-Makefile.patch - patches/mageia/3rd-rtl8812au.patch - patches/mageia/3rd-rtl8812au-Kconfig-Makefile.patch - patches/mageia/3rd-rtl8812au-rename.patch - patches/mageia/3rd-rtl8812au-kernel-5.12.patch - patches/mageia/3rd-rtl8812au-kernel-5.15.patch - patches/mageia/3rd-rtl8723de.patch - patches/mageia/3rd-rtl8723de-Kconfig-Makefile.patch - patches/mageia/3rd-rtl8723de-fix-redefine.patch - patches/mageia/3rd-rtl8723de-nodebug.patch - patches/mageia/3rd-rtl8223de-kernel-5.6.patch - patches/mageia/3rd-rtl8723de-add-kernel-5.8-support.patch - patches/mageia/3rd-viahss-0.92.patch - patches/mageia/3rd-viahss-config.patch - patches/mageia/3rd-viahss-module-license.patch - patches/mageia/3rd-viahss-2.6.35-buildfix.patch - patches/mageia/3rd-viahss-3.0-buildfix.patch - patches/mageia/3rd-viahss-Kconfig-Makefile.patch - patches/mageia/3rd-rtl8821ce.patch - patches/mageia/3rd-rtl8821ce-Kconfig-Makefile.patch - patches/mageia/3rd-rtl8821ce-5.8-fix.patch - patches/mageia/3rd-rtl8821ce-kernel-5.10.patch - patches/mageia/3rd-rtl8821ce-kernel-5.12.patch - patches/mageia/3rd-rtl8821ce-kernel-5.15.patch - patches/mageia/3rd-fix-kconfig.patch - - kernel/tools/perf/pspec.xml - - - perf - - audit - xz - newt - elfutils - gtk2 - numactl - libunwind - python - slang - glib2 + dbus zlib - perl - zstd - libcap + glib2 + libX11 + libnih + cgmanager + polkit + eudev /etc + /usr/lib/tmpfiles.d/ConsoleKit.conf /usr/bin - /usr/lib + /usr/sbin /usr/libexec - /usr/include - /usr/share/man/ - /usr/share/perf-core - /usr/share/doc/perf-tip - - - - - 2022-06-25 - 5.15.50 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-21 - 5.15.41 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-19 - 5.10.45 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 5.10.41 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-12-27 - 5.10.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-27 - 5.10.3 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-08-07 - 5.7.14 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-06-18 - 5.6.19 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-06-01 - 5.6.15 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-05-04 - 5.6.10 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-04-13 - 5.6.4 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-30 - 5.4.16 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-06-09 - 4.19.49 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-04-06 - 4.19.34 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-22 - 4.14.90 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-06 - 4.14.73 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-04 - 4.14.61 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-13 - 4.14.55 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-11 - 4.9.86 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-03 - 4.9.80 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-01-06 - 4.9.75 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-20 - 4.9.70 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-07 - 4.9.66 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-11-19 - 4.9.63 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-13 - 4.7.0 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-13 - 4.6.3 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-02 - 4.4.8 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-03-06 - 4.4.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - avidemux - http://www.avidemux.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - app:console - multimedia.converter - Simple video editing/encoding tool - Basit bir video düzenleme/kodlama aracı - Avidemux is a video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities. - Avidemux basit kesme, filtreleme ve kodlama işlemleri için tasarlanmış bir video editörüdür. AVI, DVD uyumlu MPEG, MP4 ve ASF de dahil olmak üzere birçok dosya tipi destekliyor. Projeler, iş kuyruğu ve güçlü betik yetenekleri ile birçok işlem otomatikleştirilebiliyor. - avidemux - mirrors://sourceforge/avidemux/avidemux_2.8.0.tar.gz - - qt5-base-devel - qt5-assistant-devel - qt5-designer-devel - qt5-linguist - qt5-qdbusviewer - qt5-multimedia-devel - bash - make - automake - aom-devel - extra-cmake-modules - freetype-devel - lame-devel - xvid-devel - gtk3-devel - mesa-devel - faac-devel - cairo-devel - libva-devel - libXv-devel - ffmpeg-devel - faad2-devel - libvpx-devel - libdca-devel - libsdl-devel - desktop-file-utils - libX11-devel - gettext-devel - yasm-devel - xvid-devel - sqlite-devel - libopus-devel - libxslt-devel - libsamplerate-devel - intltool - lame-devel - libass-devel - x264-devel - x265-devel - libvdpau-devel - yasm-devel - mesa-glu-devel - xvba-video - twolame-devel - libXext-devel - fribidi-devel - alsa-lib-devel - libvorbis-devel - fontconfig-devel - opencore-amr-devel - libfdk-aac-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - - - log.diff - qt-5.15.diff - - multimedia/converter/avidemux/pspec.xml - - - avidemux-common - Common files for avidemux - - qt5-base - aom - lame - xvid - faac - ffmpeg - faad2 - libva - libvpx - libdca - desktop-file-utils - x264 - x265 - libvdpau - yasm - mesa-glu - xvba-video - mesa - libglvnd - zlib - libXv - libX11 - sqlite - libopus - freetype - twolame - fribidi - alsa-lib - libvorbis - fontconfig - opencore-amr - libfdk-aac - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/share/locale - /usr/share/doc/avidemux - /usr/share/ + /lib /usr/lib - - - - avidemux-devel - Avidemux için geliştirme dosyaları - - avidemux-cli - avidemux-qt - - - /usr/include/avidemux - - - - avidemux-cli - - avidemux-common - libgcc - - - /usr/bin/avidemux3_cli + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/gtk-doc + /usr/share/polkit-1/actions + /usr/share/polkit-1/rules.d /usr/share/man - /usr/lib/libADM_UI_Cli6.so - /usr/lib/libADM_render6_cli.so - /usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Cli.so - /usr/lib/ADM_plugins6/videoFilters/libADM_vf_swscaleResize_cli.so - - - - avidemux-qt - Simple video editing/encoding tool (QT GUI) - - avidemux-common - qt5-base - x264 - x265 - libX11 - libglvnd - libXv - libXext - mesa-glu - - - /usr/bin/avidemux3_qt5 - /usr/share/avidemux6/qt5/i18n - /usr/share/applications/avidemux3-qt.desktop - /usr/lib/libADM_UIQT56.so - /usr/lib/libADM_render6_QT5.so - /usr/lib/ADM_plugins6/videoFilters/libADM_vf_gl*.so - /usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Gl*.so - /usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_*QT5.so - /usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x264_QT5.so - /usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x265_QT5.so - /usr/lib/ADM_plugins6/scriptEngines/libADM_script_qt.so - /usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_swscaleResize_QT5.so + /usr/share/locale + /usr/share/doc + /var - avidemux3-qt.desktop + ConsoleKit.conf + 25-consolekit.rules + consolekit.pamd + pam-foreground-compat.ck - avidemux-help - Avidemux için yardım dosyaları + ConsoleKit-devel + Development files for ConsoleKit + ConsoleKit için geliştirme dosyaları - avidemux-common - - - /usr/share/avidemux6/help - - - - - 2022-06-28 - 2.8.0 - Rebuild x265. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-25 - 2.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-06 - 2.7.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-15 - 2.7.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-08 - 2.7.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-14 - 2.7.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-13 - 2.7.2 - Version Bump. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-09-04 - 2.7.1 - Version Bump. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-05-20 - 2.7.0 - Rebuild ffmpeg. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-04-02 - 2.7.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ccd2iso - https://sourceforge.net/projects/ccd2iso/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.converter - CloneCD image files to ISO converter - CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir uygulama - ccd2iso converts CloneCD image files to ISO image files. - CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir komut satırı uygulaması. - mirrors://sourceforge/ccd2iso/ccd2iso-0.3.tar.gz - multimedia/converter/ccd2iso/pspec.xml - - - ccd2iso - - /usr/bin - /usr/share/doc/ccd2iso - - - - - 2020-03-08 - 0.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-05 - 0.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-18 - 0.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - ffmulticonverter - https://github.com/Ilias95/FF-Multi-Converter - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - app:gui - multimedia.converter - A multi converter. - Bir çoklu dönüştürücü - FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions. - FF Multi Converter; ses, video, resim ve belge dosya biçimlerini farklı biçimlere dönüştürmek için kullanılabilecek diğer uygulamalara önyüzlük yapan basit bir araçtır. Ses ve video dosyaları için ffmpeg, belge dosyaları için unoconv ve resim dosyaları için PIL kütüphanesi kullanılmaktadır. - ffmulticonverter - mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz - - ffmpeg-devel - gettext-devel - python3-devel - python3-qt5-devel - - - QProgressBar_value_replaced_to_int.patch - - multimedia/converter/ffmulticonverter/pspec.xml - - - ffmulticonverter - - ffmpeg - unoconv - python3-qt5 - imagemagick - - - /usr/bin - /usr/lib - /usr/share/pixmaps - /usr/share/applications - /usr/share/ffmulticonverter - /usr/share/man - /usr/share/doc - - - - - 2021-12-28 - 1.8.0 - Rebuild python. - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-08 - 1.8.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-12-03 - 1.8.0 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - flacon - https://flacon.github.io/ - - Pisilinux Community - admins@pisilinux.org - - LGPLv2.1 - app:gui - multimedia.converter - Flacon is a open source audio file encoder. - An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks - You can split a single large audio file containing the entire album into the separate audio tracks. - Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. - https://github.com/flacon/flacon/archive/refs/tags/v9.1.0.tar.gz - - cmake - taglib-devel - qt5-linguist - qt5-base-devel - uchardet-devel - - multimedia/converter/flacon/pspec.xml - - - flacon - - libgcc - taglib - qt5-base - uchardet - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/metainfo - /usr/share/doc - - - - - 2022-07-08 - 9.1.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-16 - 8.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-01-17 - 8.2.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-04-26 - 5.5.1 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - flowblade - https://github.com/jliljebl/flowblade - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app - multimedia.converter - Multitrack non-linear video editor - Multitrack non-linear video editor - Çok kanallı doğrusal olmayan video düzenleyici - Çok kanallı doğrusal olmayan video düzenleyici - https://github.com/jliljebl/flowblade/archive/refs/tags/v2.8.0.3.tar.gz - - python3-devel - desktop-file-utils - python3-setuptools - appstream-glib-devel - - - fedora/flowblade_sys_path.patch - - multimedia/converter/flowblade/pspec.xml - - - flowblade - - mlt6 - gmic - gtk3 - ffmpeg - python3 - librsvg - python-mlt6 - dbus-python3 - frei0r-plugins - python3-numpy - python3-pillow - python3-pygobject3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/metainfo - /usr/share/doc - - - - - 2021-10-28 - 2.8.0.3 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-10-25 - 2.8.0.3 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-08-30 - 2.8.0.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - handbrake - https://handbrake.fr/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:gui - multimedia.converter - The open source video transcoder. - Çoklu görev destekli video kodlama/düzenleme aracı - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players. - Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır. - HandBrake - https://github.com/HandBrake/HandBrake/releases/download/1.5.1/HandBrake-1.5.1-source.tar.bz2 - - nasm - meson - cmake - bzip2 - libgcc - python3 - intltool - gtk3-devel - lame-devel - x264-devel - x265-devel - zlib-devel - speex-devel - libva-devel - libvpx-devel - libogg-devel - libass-devel - fribidi-devel - libxml2-devel - libopus-devel - numactl-devel - librsvg-devel - jansson-devel - libgudev-devel - gstreamer-devel - libbluray-devel - libnotify-devel - libvorbis-devel - libtheora-devel - fontconfig-devel - gst-plugins-good - at-spi2-core-devel - libsamplerate-devel - libjpeg-turbo-devel - gst-plugins-base-devel - - multimedia/converter/handbrake/pspec.xml - - - handbrake - - xz - gtk3 - lame - x264 - zlib - bzip2 - glib2 - cairo - pango - libva - speex - libass - libogg - libvpx - libgcc - libxml2 - jansson - fribidi - libopus - numactl - freetype - libgudev - gstreamer - libbluray - libnotify - gst-libav - libvorbis - libtheora - gdk-pixbuf - libsamplerate - libjpeg-turbo - gst-plugins-base - - - /usr/bin - /usr/share/locale - /usr/share - /usr/share/doc - - - - - 2022-04-24 - 1.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 1.4.2 - First build - fury - uglyside@yandex.ru - - - - - - mkvtoolnix - http://www.bunkus.org/videotools/mkvtoolnix/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - app:gui - multimedia.converter - A set of tools to create, alter and inspect Matroska files - Matroska dosyalarını yaratmak, değiştirmek ve incelemek için araçlar - MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. - mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir. - mmg - https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-61.0.0/mkvtoolnix-release-61.0.0.tar.gz - - file - fmt-devel - gmp-devel - rubygems - flac-devel - zlib-devel - ruby-devel - cmark-devel - boost-devel - docbook-xsl - libpcre2-devel - libogg-devel - libdvdread-devel - qt5-linguist - libxslt-devel - pugixml-devel - libebml-devel - qt5-base-devel - libvorbis-devel - libmatroska-devel - imagemagick-devel - qt5-multimedia-devel - pulseaudio-libs-devel - - multimedia/converter/mkvtoolnix/pspec.xml - - - mkvtoolnix - A set of tools to create, alter and inspect Matroska files - - file - gmp - flac - zlib - cmark - boost - libgcc - libogg - libebml - pugixml - libpcre2 - qt5-base - libvorbis - libdvdread - libmatroska - qt5-multimedia - - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/pixmaps - /usr/share/mkvtoolnix - /usr/share/applications - /usr/share/metainfo - /usr/share/locale - - - - - 2021-10-05 - 61.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 58.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 46.0.0 - Major version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-03-08 - 43.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 19.0.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-24 - 19.0.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-17 - 19.0.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-17 - 9.7.1 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-04 - 9.5.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-08-11 - 9.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 8.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-08 - 8.5.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - soundconverter - https://soundconverter.org/ - - fury - uglyside@yandex.ru - - GPLv3 - app:gui - multimedia.converter - GNOME sound converter application. - A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files. - https://launchpad.net/soundconverter/trunk/4.0.2/+download/soundconverter-4.0.2.tar.gz - - intltool - gtk3-devel - python3-devel - gstreamer-devel - desktop-file-utils - python3-setuptools - python3-distutils-extra - python3-pygobject3-devel - - - Prevent_crash_when_duration_is_not_known_or_zero.patch - - multimedia/converter/soundconverter/pspec.xml - - - soundconverter - - gtk3 - python3 - gst-libav - gst-plugins-bad - gst-plugins-base - gst-plugins-ugly - gst-plugins-good - python3-setuptools - python3-pygobject3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2021-10-28 - 4.0.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-18 - 4.0.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-04 - 4.0.0 - First build - fury - uglyside@yandex.ru - - - - - - soundkonverter - https://www.opendesktop.org/p/1126634/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - app:gui - multimedia.converter - SoundKonverter is a frontend to various audio converters. - Audio conversion, replay Gain calculation, CD ripping. It is extendable by plugins and supports many backends: soundKonverter supports reading and writing tags for many formats, so the tags are preserved when converting files. - soundkonverter - https://sourceforge.net/projects/pisilinux/files/source/soundkonverter-3.0.1.tar.gz - - cmake - libkcddb - kio-devel - kinit-devel - ki18n-devel - solid-devel - taglib-devel - ffmpeg-devel - kconfig-devel - kxmlgui-devel - qt5-base-devel - kdesignerplugin - libvorbis-devel - kdoctools-devel - kemoticons-devel - qt5-phonon-devel - cdparanoia-devel - kitemmodels-devel - extra-cmake-modules - kconfigwidgets-devel - kwidgetsaddons-devel - kunitconversion-devel - kdelibs4-support-devel - - multimedia/converter/soundkonverter/pspec.xml - - - soundkonverter - - kio - ki18n - solid - libgcc - taglib - kconfig - kxmlgui - kservice - libkcddb - qt5-base - cdparanoia - qt5-phonon - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - sox - faac - flac - lame - faad2 - speex - ffmpeg - mplayer - libopus - twolame - wavpack - libvorbis - timidity - fluidsynth - vorbis-tools - - - /usr/bin - /usr/lib - /usr/share - - - - - 2020-03-08 - 3.0.1 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-12-03 - 3.0.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - uchardet - https://www.freedesktop.org/wiki/Software/uchardet - - PisiLinux Community - admins@pisilinux.org - - MPL - library - multimedia.converter - Encoding detector library ported from Mozilla - Encoding detector library ported from Mozilla - Encoding detector library ported from Mozilla - Encoding detector library ported from Mozilla - https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz - - cmake - - multimedia/converter/uchardet/pspec.xml - - - uchardet - - libgcc - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - uchardet-devel - Development files for uchardet - - uchardet - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-04-26 - 0.0.7 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2020-01-01 - 0.0.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - unoconv - http://dag.wieers.com/home-made/unoconv - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.converter - A document converter - Bir belge dönüştürücü - unoconv converts between any document format that OpenOffice / OpenOffice understands. - unoconv, her belge biçimini OpenOffice ve OpenOffice'in anlayacağı biçime dönüştüren bir terminal uygulamasıdır. - https://github.com/dagwieers/unoconv/archive/0.8.2.tar.gz - - xmlto - asciidoc - python3-devel - python3-setuptools - - multimedia/converter/unoconv/pspec.xml - - - unoconv - - xmlto - asciidoc - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-03-08 - 0.8.2 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-11-04 - 0.8.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-05 - 0.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 0.7 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - vcdimager - https://www.gnu.org/software/vcdimager/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - multimedia.converter - VCD and SVCD image file maker and converter - VCD ve SVDC görüntü dosyası oluşturucu ve çevirici - VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CD's and Super Video CD's. The core functionality consists of directly making Video CD BIN/CUE-style CD images from mpeg files. - VCDImager Video CD ve Super Video CD'leri yaratmaya, parçalarına ayırmaya ve analiz etmeye yarayan kapsamlı bir CD görüntüsü yazma uygulamasıdır. En temel özelliği .mpeg dosyalarından direk BIN/CUE uzantılı CD görüntüleri yaratabilmesidir. - http://ftp.gnu.org/gnu/vcdimager/vcdimager-2.0.1.tar.gz - - libcdio-devel - popt-devel - libxml2-devel - - multimedia/converter/vcdimager/pspec.xml - - - vcdimager - - libcdio - popt - libxml2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - - - - vcdimager-devel - Development files for vcdimager - vcdimager için geliştirme dosyaları - - vcdimager - libcdio-devel + ConsoleKit + glib2-devel + dbus-devel /usr/include @@ -208276,505 +48121,1212 @@ from a wide variety of machine architectures. + + 2021-07-05 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 1.2.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.2.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-03-08 - 2.0.1 + 2017-12-13 + 1.2.1 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-07-23 + 1.2.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-02 + 1.0.2 Rebuild. Pisi Linux Community admin@pisilinux.org - - 2018-08-05 - 2.0.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.7.24 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.7.24 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 0.7.24 + 2016-06-08 + 1.0.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-20 - 0.7.24 + 2016-03-30 + 1.0.2 First release - Serdar Soytetir - kaptan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - blender - https://www.blender.org/ + yali + http://www.pisilinux.org/ PisiLinux Community admins@pisilinux.org GPLv2 app:gui - multimedia.editor - 3D modeling, animation, rendering and post-production application - 3D animasyon sistemi - blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback. - Blender 3B modelleme ve animasyon yapmaya yarayan açık kaynak bir yazılımdır. - blender - http://download.blender.org/source/blender-3.0.1.tar.xz + system.installer + Yet Another Linux Installer + YALI: PiSi Linux kurulum yazılımı + YALI: Yet Another Linux Installer (encore un nouvel installateur Linux). + YALI is the graphical installer for PiSi Linux distribution which is written using the Qt framework. + YALI: PiSi Linux kurulum yazılımı. + YALI jest graficznym instalatorem PiSi Linux. + https://github.com/pisilinux/yali/archive/refs/tags/v3.3.7.0.tar.gz - git - cmake - llvm - potrace - gmp-devel - openxr-devel - ffmpeg-devel - fftw3-devel - boost-devel - freetype-devel - glew-devel - icu4c-devel - imath-devel - jack-audio-connection-kit-devel - libdc1394-devel - libgomp - libjpeg-turbo-devel - libpng-devel - libsdl-devel - libsdl2-devel - libsndfile-devel - libspnav-devel - libX11-devel - libXi-devel - libXxf86vm-devel - mesa-devel - libglvnd-devel - mesa-glu-devel - openal-devel - openexr-devel - openjpeg-devel - python3-devel - tiff-devel - openimageio-devel - webp-devel - zlib-devel - python3-requests - python3-numpy - intel-tbb-devel - OpenCOLLADA-devel - opencolorio-devel - python3-idna - python3-setuptools - jemalloc-devel - zstd-devel + python-qt5-devel + python-devel + python-pygobject-devel + e2fsprogs-devel + qt5-linguist + qt5-base-devel - blender-openexr.patch - blender-3.0.0-intern-ghost-fix-typo-in-finding-XF86VMODE.patch + fix_find_device.patch - multimedia/editor/blender/pspec.xml + system/installer/yali/pspec.xml - blender + yali - gmp - zstd - boost - openxr - pugixml - potrace - libsdl2 - ffmpeg - fftw3 - freetype - libglvnd - intel-tbb - libXfixes - openjpeg2 - libXrender - glew - imath - jack-audio-connection-kit - libgcc - libdc1394 - libgomp - libjpeg-turbo - libpng - libsdl - libsndfile - libspnav - libX11 - libXi - libXxf86vm - mesa - mesa-glu - openal - openexr-libs - openjpeg - python3 - tiff - openimageio - zlib - intel-tbb - OpenCOLLADA - opencolorio - jemalloc + python-qt5 + util-linux + python + e2fsprogs + mdadm + lvm2 + reiserfsprogs + ntfsprogs + dosfstools + xfsprogs + zorg + comar + panda + python-pyaspects + pisilinux-python + pisilinux-python-xorg + syslinux + pyqtermwidget5 + pyparted + python-pyblock + yali-branding-pisilinux + yali-theme-pisilinux + python-udev + pisilinux-desktop-services + rsync + efibootmgr + glibc-locales-nl + glibc-locales-de + glibc-locales-es + glibc-locales-pt + glibc-locales-sv + glibc-locales-fr + glibc-locales-it + glibc-locales-ca + glibc-locales-pl + glibc-locales-ru + glibc-locales-hu + glibc-locales-hr + droid-fonts /usr/bin - /usr/lib/python3.9/ - /usr/share/blender/ - /usr/share/doc - /usr/share/pixmaps/ - /usr/share/man/man1 - /usr/share/icons - /usr/share/applications - /usr/share/mime - /usr/share/locale + /usr/lib + /usr/share + /etc/yali + /lib/udev/rules.d/70-yali.rules - - blender.xml - blender-wrapper - blender.desktop - + + Calamares + calamares-theme-pisilinux + - - 2022-05-23 - 3.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-05 - 3.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-11-19 - 2.93.6 + 2022-05-24 + 3.3.7.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-10-25 - 2.93.5 - Version bump + 2022-05-20 + 3.3.6.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-10-21 - 2.92.0 + 2021-08-21 + 3.3.5.0 + Rebuild stable2. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 3.3.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-11 + 3.3.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 3.3.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 3.3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-12 + 3.2.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-11 + 3.2.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-08 + 3.2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-20 + 3.2.0.0 + Version Bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-10-17 + 3.0.4.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 3.0.4.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-28 + 3.0.4.3 + Rebuild for 2.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-15 + 3.0.4.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-25 + 3.0.4.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-11-04 + 3.0.4.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-08-12 + 3.0.4.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-15 + 3.0.4.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-08 + 3.0.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-05 + 3.0.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + calamares-theme-pisilinux + https://pisilinux.org + + Pisi Linux Community + admin@pisilinux.org + + GPLv2 + data + system.installer + PiSi Linux theme files for Calamares + Calamares sistem yükleyici için Pisi Linux tema dosyaları + calamares-theme includes PiSi Linux theme files for Calamares(Distribution-independent installer framework). + calamares-theme Calamares (Dağıtım bağımsız sistem yükleyici) projesi için Pisi Linux tema dosyaları içerir. + https://github.com/PisiLinuxNew/calamares-pisilinux/archive/0.4.tar.gz + system/installer/calamares-theme-pisilinux/pspec.xml + + + calamares-theme-pisilinux + + /usr/share/calamares + + + + + 2019-10-31 + 0.3 + Version bump for 2.1.2 Mehmetcik + erkanisik + erkanisik@pisilinux.org + + + 2019-02-15 + 0.3 + Version bump for 2.1.1 Felis-catus + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-13 + 0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-08 + 0.1a + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-09 + 0.1a + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + Calamares + https://calamares.io/ + + Ergün Salman + Poyraz76@pisilinux.org + + LGPLv2 + system.installer + A distribution independent installer framework + Dağıtım bağımsız sistem yükleyici + Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. + Calamares dağıtım bağımsız bir sistem yükleyicidir. + https://github.com/calamares/calamares/archive/v3.2.39.3.tar.gz + + gettext-devel + yaml-cpp + boost-devel + boost-python3 + ki18n-devel + kcoreaddons + solid-devel + parted-devel + qt5-linguist + qt5-svg-devel + udisks2-devel + libyaml-devel + python3-devel + kconfig-devel + qt5-base-devel + polkit-qt-devel + qt5-webkit-devel + qt5-webengine-devel + libatasmart-devel + kcoreaddons-devel + qt5-designer-devel + qt5-assistant-devel + libutil-linux-devel + qt5-declarative-devel + libxkbfile-devel + e2fsprogs-devel + squashfs-tools + efibootmgr-devel + rsync + gptfdisk + extra-cmake-modules + kpmcore-devel + kiconthemes-devel + kio-devel + kservice-devel + kconfig-devel + kparts-devel + plasma-framework-devel + + + pisilocalayar.patch + pisi_set_hostname2.patch + no_fsck_and_pymouth2.patch + + system/installer/Calamares/pspec.xml + + + Calamares + + libgcc + boost + boost-python3 + python3 + kcrash + parted + solid + ki18n + rsync + kconfig + kcoreaddons + qt5-svg + qt5-webkit + libatasmart + qt5-declarative + rsync + ntfs-3g + qt5-base + gptfdisk + e2fsprogs + dmidecode + efibootmgr + libxkbfile + dosfstools + libutil-linux + util-linux + kpmcore + partitionmanager + qt5-webengine + kiconthemes + kio + kservice + kconfig + kparts + kpackage + calamares-theme-pisilinux + + + /usr/bin + /usr/lib + /usr/share/* + /usr/lib/calamares/ + /usr/include/libcalamares/* + /usr/lib/cmake/Calamares/ + /usr/lib/calamares/modules/* + /usr/libexec/ + /etc/locale.conf + + + calamares.desktop + locale.conf + + + + + 2021-10-30 + 3.2.39.3 Rebuild boost. Mustafa Cinasal muscnsl@gmail.com + + 2021-07-08 + 3.2.39.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2021-06-30 - 2.92.0 + 2021-03-27 + 3.2.32.1 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2021-03-11 - 2.92.0 - Version bump. + 2020-04-06 + 3.2.32.1 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2021-01-20 - 2.91.2 - Version bump. + 2020-04-06 + 3.2.21 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2020-09-19 - 2.90.0 + 2020-03-21 + 3.2.20 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-06-04 - 2.83.0 - Version bump. + 2018-12-27 + 3.2.0 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2020-04-25 - 2.82 + 2018-11-12 + 3.2.0 Rebuild. - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2020-02-11 - 2.81 + 2018-10-14 + 3.2.0 Rebuild. - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2018-09-01 - 2.79 + 2018-03-24 + 3.2.0 Rebuild. - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2018-05-11 - 2.79 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + 2018-03-22 + 3.2.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com - 2018-04-27 - 2.79 - Rebuild. + 2017-12-27 + 3.1.11 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-19 + 3.1.10 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-07 + 3.1.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-15 + 3.1.7 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-13 + 2.4.83 + Version Bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2016-12-13 + 2.4.80 + Version Bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2016-06-08 + 2.2 + Release Bump Pisi Linux Community admin@pisilinux.org - - 2018-03-24 - 2.79 + + 2016-06-03 + 2.2 + First Release. + Ergün Salman + Poyraz76@pisilinux.org + + + + + + yali-theme-pisilinux + http://www.pisilinux.org + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + data + system.installer + PiSi Linux theme files for YALI + Yali için Pisi Linux tema dosyaları + yali-branding includes PiSi Linux theme files for YALI(Yet Another Linux Installer). + yalı-theme YALI projesi Pisi Linux tema dosyaları içerir. + https://github.com/forYali/yali-theme-pisilinux/archive/0.4.2.tar.gz + + qt5-base + + system/installer/yali-theme-pisilinux/pspec.xml + + + yali-theme-pisilinux + + /usr/share/doc + /usr/share/yali/theme + + + + + 2021-04-10 + 0.4.2 Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.4.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-04 + 0.4.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-22 + 0.4.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-15 + 0.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + yali-branding-pisilinux + http://www.pisilinux.org + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + data + system.installer + Pisi Linux Branding files for YALI + Yali için Pisi Linux dosyaları + yali-branding includes Pisi Linux branding files for YALI(Yet Another Linux Installer). + yalı-branding YALI projesi Pisi Linux dosyalarını içerir. + https://github.com/forYali/yali-branding-pisilinux/archive/0.4.1.tar.gz + + intltool + + system/installer/yali-branding-pisilinux/pspec.xml + + + yali-branding-pisilinux + + /usr/share/doc + /usr/share/yali/branding + + + + + 2018-08-13 + 0.4.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-22 + 0.4.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-05 + 0.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + plymouth + http://cgit.freedesktop.org/plymouth + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + library + system.boot + Graphical Boot Animation and Logger + Açılış animasyonu ve oturum açma altyapısı + plymouth provides an attractive graphical boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a log file for viewing after boot. + plymouth, sistemin açılışı esnasında estetik ve ilgi çekici bir grafiksel animasyon altyapısı sunan bir uygulamadır. + http://freedesktop.org/software/plymouth/releases/plymouth-22.02.122.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/plymouth-theme-pisilinux-0.4.tar.xz + + pisilinux/generate-flist.py + + + docbook-xsl + kernel-headers + libdrm-devel + libpng-devel + cairo-devel + pango-devel + graphite2-devel + harfbuzz-devel + glib2-devel + gtk2-devel + gtk3-devel + eudev-devel + libxslt-devel + + + mageia/1002-main-allow-the-device-timeout-to-be-overridden-on-th.patch + pisilinux/pisilinux.patch + + system/boot/plymouth/pspec.xml + + + plymouth + + eudev + libdrm + plymouth-core-libs + plymouth-theme-pisilinux + + + /bin + /sbin + /usr/bin + /usr/sbin + /bin/plymouth + /usr/libexec/plymouth + /etc/plymouth + /etc/logrotate.d/bootlog + /usr/lib + /lib + /usr/lib/plymouth/text.so + /usr/lib/plymouth/details.so + /usr/lib/plymouth/renderers + /usr/share/pixmaps + /usr/share/plymouth + /usr/share/plymouth/themes + /usr/share/plymouth/themes/details + /usr/share/plymouth/themes/text + /usr/share/doc + /usr/share/man + /var/lib/plymouth + /run/plymouth + /var/spool/plymouth + /usr/share/locale + /usr/lib/tmpfiles.d/plymouth.conf + + + System.Package + + + tmpfiles.conf + pisilinux/boot-duration + pisilinux/initramfs.files + pisilinux/images/white-head.png + fedora/charge.plymouth + + + + plymouth-core-libs + Plymouth core libraries + plymouth-core-libs contains the libply and libply-splash-core libraries used by Plymouth. + + /lib/libply-splash-core.so* + /lib/libply.so* + + + + plymouth-graphics-libs + Plymouth graphics libraries + plymouth-graphics-libs contains the libply-splash-graphics library used by graphics Plymouth splashes. + + zlib + libpng + + + /usr/lib/libply-splash-graphics.so* + + + + plymouth-devel + Development headers and files for plymouth + + plymouth + + + /usr/include + /usr/lib/pkgconfig + + + + plymouth-renderer-x11 + An X11 renderer for debugging purposes + + cairo + gtk2 + atk + cairo + pango + gdk-pixbuf + fontconfig + + + /usr/lib/plymouth/renderers/x11* + + + + plymouth-plugin-label + Plymouth label plugin + plymouth-plugin-label contains the label control plugin for Plymouth. It provides the ability to render text on graphical boot splashes using pango and cairo. + + cairo + pango + glib2 + harfbuzz + plymouth-graphics-libs + + + /usr/lib/plymouth/label.so + + + + plymouth-plugin-fade-throbber + Plymouth Fade-Throbber plugin + plymouth-plugin-fade-throbber contains the "Fade-In" boot splash plugin for Plymouth. It features a centered image that fades in and out while other images pulsate around during system boot up. + + plymouth-graphics-libs + + + /usr/lib/plymouth/fade-throbber.so + + + + plymouth-theme-spinner + Spinner theme for Plymouth + plymouth için Spinner teması + plymouth-theme-spinner contains the "Spinner" boot splash theme for Plymouth. It features a simple theme with a small spinner on a dark background. + + plymouth-plugin-two-step + + + /usr/share/plymouth/themes/spinner + + + + plymouth-theme-fade-in + Fade-in theme for Plymouth + plymouth-theme-fade-in contains the "Fade-In" boot splash theme for Plymouth. It features a centered logo that fades in and out while stars twinkle around the logo during system boot up. + + plymouth-plugin-fade-throbber + + + /usr/share/plymouth/themes/fade-in + + + + plymouth-theme-spinfinity + Plymouth Spinfinity theme + plymouth için Spinfinity teması + plymouth-theme-spinfinity contains the "Spinfinity" boot splash theme for Plymouth. It features a centered logo and animated spinner that spins in the shape of an infinity sign. + + /usr/share/plymouth/themes/spinfinity + + + + plymouth-plugin-space-flares + Plymouth space-flares plugin + plymouth-plugin-space-flares contains the "space-flares" boot splash plugin for Plymouth. It features a corner image with animated flares. + + plymouth-plugin-label + plymouth-graphics-libs + + + /usr/lib/plymouth/space-flares.so + + + + plymouth-theme-solar + Plymouth Solar theme + plymouth için Solar teması + plymouth-theme-solar contains the "Solar" boot splash theme for Plymouth. It features a blue flamed sun with animated solar flares. + + plymouth-plugin-space-flares + + + /usr/share/plymouth/themes/solar + + + + plymouth-plugin-two-step + Plymouth Two-Step plugin + plymouth-plugin-two-step contains the "two-step" boot splash plugin for Plymouth. It features a two phased boot process that starts with a progressing animation synced to boot time and finishes with a short, fast one-shot animation. + + plymouth-plugin-label + plymouth-graphics-libs + + + /usr/lib/plymouth/two-step.so + + + + plymouth-theme-charge + Plymouth Charge plugin + plymouth için Charge teması + plymouth-theme-charge This package contains the "charge" boot splash theme for Plymouth. It features the shadowy hull of a Fedora logo charge up and and finally burst into full form. + + plymouth-plugin-two-step + + + /usr/share/plymouth/themes/charge + + + + plymouth-plugin-script + Plymouth script plugin + plymouth-plugin-script contains "script" boot splash plugin for Plymouth. It features an extensible, scriptable boot splash language that simplifies the process of designing custom boot splash themes. + + plymouth-graphics-libs + + + /usr/lib/plymouth/script.so + + + + plymouth-theme-script + Plymouth Script theme + plymouth-theme-script contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. + + plymouth-plugin-script + + + /usr/share/plymouth/themes/script + + + + plymouth-theme-pisilinux + Plymouth Pisi Linux theme + plymouth için Pisi Linux teması + plymouth-theme-pisilinux contains a simple but elegant boot theme for Pisi Linux. + + plymouth-plugin-script + + + /usr/share/plymouth/themes/pisilinux + + + + + 2022-08-07 + 22.02.122 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-25 + 22.02.122 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-25 + 0.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 0.8.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.8.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-01 + 0.8.8 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org - 2018-02-14 - 2.79 - Version bump - PisiLinux Community - admins@pisilinux.org + 2016-08-25 + 0.8.8 + script fix. + Pisi Linux Community + admin@pisilinux.org - 2017-05-28 - 2.78c - Version bump - PisiLinux Community - admins@pisilinux.org + 2016-08-22 + 0.8.8 + actions fix + Pisi Linux Community + admin@pisilinux.org - 2017-03-17 - 2.78 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org + 2016-08-21 + 0.8.8 + New theme. + Pisi Linux Community + admin@pisilinux.org - 2016-06-15 - 2.75a + 2016-06-08 + 0.8.8 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-06-15 - 2.75a - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2016-04-21 + 0.8.8 + Release bump + Alihan Öztürk + alihan@pisilinux.org - 2016-05-08 - 2.75a + 2016-04-21 + 0.8.8 First release - Ali Algul - alialgul@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - devedeNG - https://rastersoft.com/programas/devede.html + efivar + https://github.com/vathpela/efivar - Kamil Atlı - suvari@pisilinux.org + Aydın Demirel + aydin.demirel@pisilinux.org - GPLv3 - app:gui - multimedia.editor - Graphical frontend to create video DVDs/(S)VCDs - Video DVD ve SVCD oluşturmak için grafik arayüz - Devede NG is a rewrite of the Devede DVD disc authoring program. This new -code has been written from scratch, and uses Python3 and Gtk3. It is also -cleaner, which will allow to add new features in the future. - DeVeDeng, neredeyse tüm görüntü biçimlerinden, (ev oynatıcıları için uyumlu) video DVD üretebilen bir uygulamadır. - devede - https://gitlab.com/rastersoft/devedeng/-/archive/4.17.0/devedeng-4.17.0.tar.bz2 - - gtk3-devel - ffmpeg-devel - gettext-devel - python3-devel - - multimedia/editor/devedeNG/pspec.xml - - - devedeNG - - gtk3 - ffmpeg - cdrkit - python3 - mplayer - vcdimager - dvdauthor - python3-cairo - python3-urllib3 - python3-setuptools - python3-pygobject3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/man/man1 - - - - - 2022-08-07 - 4.17.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-27 - 4.16.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-03-05 - 4.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-12-03 - 4.12.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - dvdauthor - http://dvdauthor.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 + LGPL2.1 app:console - multimedia.editor - A simple DVD tool - Basit bir DVD yaratma aracı - dvdauthor is a set of simple tools to help you author a DVD. - dvdauthor DVD oynatıcıya takıldığında sorunsuzca oynatılabilecek bir DVD üretebilen bir uygulamadır. - mirrors://sourceforge/project/dvdauthor/dvdauthor-0.7.2.tar.gz + system.boot + Tools and library to manipulate EFI variables + EFI değişkenlerini işlemek için araçlar ve kütüphane + Tools and library to manipulate EFI variables. + EFI değişkenlerini işlemek için araçlar ve kütüphane + https://github.com/rhinstaller/efivar/releases/download/37/efivar-37.tar.bz2 - libpng-devel - gettext-devel - libxml2-devel - fribidi-devel - freetype-devel - fontconfig-devel - libdvdread-devel - imagemagick-devel - GraphicsMagick-devel + popt-devel - backport_from_git.patch + fedora/0001-util.h-add-unlikely-and-likely-macros.patch + fedora/0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch + fedora/0003-linux-pci-root-remove-an-unused-assignment.patch + fedora/0004-Fix-all-the-places-Werror-address-of-packed-member-c.patch + fedora/0005-Get-rid-of-the-arrows-in-our-debug-messages.patch + fedora/0006-Define-strdupa-if-it-is-not-defined.patch + fedora/0007-Android-inital-porting-of-libefivar.patch + fedora/0008-Remove-an-unused-function.patch + fedora/0009-Fix-another-error-of-Werror-address-of-packed-member.patch + fedora/0010-Update-generated-ABI.patch - multimedia/editor/dvdauthor/pspec.xml + system/boot/efivar/pspec.xml - dvdauthor + efivar - libpng - fribidi - libxml2 - freetype - fontconfig - libdvdread - GraphicsMagick + popt - /usr/bin - /usr/share/doc /usr/lib /usr/share/man - /usr/share + /usr/bin + + + + efivar-devel + + popt-devel + efivar + + + /usr/include + /usr/lib/pkgconfig - - 2022-08-07 - 0.7.2 + + 2021-07-16 + 37 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 37 Version bump. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - - 2020-03-05 - 0.7.1 + + 2018-10-21 + 36 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-13 + 31 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - - 2018-09-01 - 0.7.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + + 2017-12-09 + 31 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com - - 2017-02-03 - 0.7.1 - Rebuild for new Toolchains. + + 2017-01-24 + 26 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org - 2016-07-09 - 0.7.1 + 2016-03-29 + 0.23 First release Osman Erkan osman.erkan@pisilinux.org @@ -208783,290 +49335,2540 @@ cleaner, which will allow to add new features in the future. - easytag - https://wiki.gnome.org/Apps/EasyTAG + efitools + http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git PisiLinux Community admins@pisilinux.org GPLv2 - app:gui - multimedia.editor - Audio File Tag Viewer/Editor - Ses Dosyaları Etiketlerini Görüntüleme/Düzenleme Yazılımı - EasyTAG is a utility for viewing and editing id tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files. - EasyTAG MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, Musepack ve Monkey's Audio ses dosyalarının id etiketlerinin görüntülenebileceği ve düzenlenebileceği bir yazılımdır. - easytag - https://download.gnome.org/sources/easytag/2.4/easytag-2.4.3.tar.xz + app + system.boot + UEFI güvenli önyükleme platformlarını işleme araçları + UEFI güvenli önyükleme platformlarını işleme araçları + Tools for manipulating UEFI secure boot platforms + Tools for manipulating UEFI secure boot platforms + https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.9.2.tar.gz - itstool - intltool - gtk3-devel - flac-devel - speex-devel - pango-devel - docbook-xml - docbook-xsl - taglib-devel - libogg-devel - id3lib-devel - wavpack-devel - libxslt-devel - libopus-devel - python3-devel - opusfile-devel - libid3tag-devel - libvorbis-devel - gdk-pixbuf-devel - desktop-file-utils - appstream-glib-devel + gnu-efi + help2man + sbsigntools + perl-File-Slurp + openssl-devel - ru_translation.patch - basque_translation.patch - slovenian_translation.patch + efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch - multimedia/editor/easytag/pspec.xml + system/boot/efitools/pspec.xml - easytag + efitools - flac - gtk3 - glib2 - speex - id3lib - libgcc - libogg - taglib - libopus - wavpack - opusfile - libid3tag - libvorbis - gdk-pixbuf + openssl /usr/bin /usr/share - /usr/share/locale /usr/share/man + /usr/share/efitools/efi /usr/share/doc + + 2020-11-07 + 1.9.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 1.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-21 + 1.8.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.7.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-12-04 - 2.4.3 + 2017-12-16 + 1.7.0 First release. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - gaupol - https://otsaloma.io/gaupol/ + gfxboot + https://github.com/openSUSE/gfxboot PisiLinux Community admins@pisilinux.org - GPL-3 - app:gui - multimedia.editor - Editor for text-based subtitle files. - Metin yazı biçimli altyazıları düzenleme aracı - Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video. - Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar. - https://github.com/otsaloma/gaupol/archive/refs/tags/1.11.tar.gz + GPLv2 + app:console + system.boot + Tools to create graphical boot logos + Grafik açılış logosu oluşturma araçları + Set of tools to create graphical boot logos, for grub, lilo and syslinux. It supports arch-specific boot menus, advanced help menus, multiple keymaps, animated images, and more graphical pretty things. + Grub, syslinux ve lilo gibi önyükleyiciler için grafik açılış logoları oluşturma araçları. Mimari bazlı açılış menüsü, gelişmiş yardım menüsü, farklı diller için klavye haritası desteği, hareketli görüntü desteği ve daha pek çok görsel efekt desteği içerir. + gfxboot + https://github.com/openSUSE/gfxboot/archive/4.5.64.tar.gz - gtk3-devel - python3-devel - python3-setuptools - python3-pygobject3-devel + xmlto + freetype-devel + util-linux + libxslt + lynx - multimedia/editor/gaupol/pspec.xml + + no-theme-no-git.patch + + system/boot/gfxboot/pspec.xml - gaupol + gfxboot - gtk3 - python3 - iso-codes - gst-libav - mpv-player - python3-cairo - python3-chardet - gst-plugins-bad - gst-plugins-base - gst-plugins-ugly - gst-plugins-good - python3-pygobject3 + perl-HTML-Parser + freetype - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man + /usr/sbin + /usr/share/gfxboot/bin + /usr/share/gfxboot /usr/share/doc - - 2022-05-14 - 1.11 + + 2020-11-07 + 4.5.64 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 4.5.64 Version bump. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 4.5.36 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 4.5.20 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-08 + 4.5.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2021-11-04 - 1.10.1 - First build. - fury - uglyside@yandex.ru + 2016-04-04 + 4.5.12 + First release + Ertuğrul Erata + ertugrulerata@gmail.com - id3lib - http://id3lib.sourceforge.net/ + gfxtheme-pisilinux-install + https://pisilinux.org - Mustafa Cinasal - muscnsl@gmail.com + PisiLinux Community + admins@pisilinux.org - GPLv1 - driver - multimedia.editor - ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık - ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık - ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık - ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık - https://sourceforge.net/projects/id3lib/files/id3lib/3.8.3/id3lib-3.8.3.tar.gz + GPLv2 + data + system.boot + Pisi Linux gfxboot install theme + Pisi Linux gfxboot teması + Gfxtheme install package for Pisi Linux + Kurulum sistemi ve kurulu sistem için Pisi Linux gfxboot teması. + https://github.com/PisiLinuxNew/gfxtheme-pisilinux-install/archive/v0.2.tar.gz - zlib-devel - libgcc + gfxboot + fribidi-devel - - 00-add-libz-to-compilation.patch - 05-create-m4-directory.patch - 10-fix-compilation-with-cpp-headers.patch - 15-fix-headers-of-main-functions.patch - 20-create-manpages.patch - 30-fix-utf16.patch - 40-deal-with-mkstemp.patch - 50-remove-outdated-check.patch - 60-add-c-wrapper-functions.patch - 60-fix_make_check.patch - 60-id3lib-missing-nullpointer-check.patch - 60-spelling.patch - 61-fix_vbr_stack_smash.patch - - multimedia/editor/id3lib/pspec.xml + system/boot/gfxtheme-pisilinux-install/pspec.xml - id3lib + gfxtheme-pisilinux-install + + /usr/share/gfxtheme/pisilinux/install + + + + + 2020-01-26 + 0.2 + Rebuild for toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-13 + 0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-05 + 0.2 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-08 + 0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-08-04 + 0.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + efibootmgr + https://github.com/vathpela/efibootmgr + + Aydın Demirel + aydin.demirel@pisilinux.org + + GPL2 + app:console + system.boot + Tool to modify UEFI Firmware Boot Manager Variables + UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç + a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. + UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç + https://github.com/rhboot/efibootmgr/archive/refs/tags/18.tar.gz + + pciutils-devel + zlib-devel + popt-devel + efivar-devel + + system/boot/efibootmgr/pspec.xml + + + efibootmgr - zlib - libgcc + efivar + popt - /usr/bin + /usr/sbin + /usr/share/man /usr/lib - /usr/share/doc - id3lib-devel - Development files for id3lib + efibootmgr-devel - id3lib + popt-devel + efivar-devel + efibootmgr /usr/include - - 2020-03-05 - 3.8.3 - First release. + + 2022-07-09 + 18 + Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2021-11-29 + 17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-22 + 17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-17 + 17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 16 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-21 + 15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 15 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-09 + 15 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-14 + 14 + Version bump. + Stefan Gronewold + groni@pisilinux.org + - 2018-09-01 - 3.8.3 - First release. - Mustafa Cinasal - muscnsl@gmail.com + 2016-06-08 + 0.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2017-12-17 - 3.8.3 - First release. - Mustafa Cinasal - muscnsl@gmail.com + 2016-04-01 + 0.12 + First release + Alihan Öztürk + alihan@pisilinux.org - ktageditor - https://sourceforge.net/projects/ktageditor/ + refind + https://sourceforge.net/projects/refind/ - Stefan Gronewold - groni@pisilinux.org + Ergün Salman + poyraz76@pisilinux.org - LGPL - multimedia.editor - KTag Editor is an Audio tag editor developed in Qt5 framework. - KTag Editor is a free open source ID3v tag editor developed in Qt5 framework. Supported files are mp3, wav, ogg, wma, flac, asf - https://sourceforge.net/projects/ktageditor/files/Source/0.2.0/ktageditor.zip - - qt5-base-devel - qt5-phonon-devel - taglib-devel - qt5-phonon-backend-gstreamer - - multimedia/editor/ktageditor/pspec.xml + rEFIt + library + system.boot + refind uefi multi boot + refind uefi multi boot + https://sourceforge.net/projects/pisi-source/files/refind-0.10.3.tar.gz + system/boot/refind/pspec.xml - ktageditor - KTag Editor is an Audio tag editor developed in Qt5 framework. - - qt5-base - qt5-phonon - qt5-phonon-backend-gstreamer - libgcc - taglib - + refind - /usr/bin - /usr/share + /usr/* + /etc/* + + System.Package + + + 2020-11-07 + 0.10.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 0.10.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-03-05 - 0.2.0 + 2018-08-13 + 0.10.3 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2018-09-01 - 0.2.0 + 2017-04-20 + 0.10.3 + Relase bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-07-30 + 0.10.3 + Relase Frist + Ergün Salman + poyraz76@pisilinux.org + + + + + + syslinux + http://syslinux.zytor.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + system.boot + SysLinux, IsoLinux and PXELinux bootloader + SysLinux, IsoLinux ve PXELinux önyükleyicileri + Lightweight bootloaders for floppy media (SYSLINUX), network booting (PXELINUX), and bootable "El Torito" CD-ROMs (ISOLINUX). The project also includes MEMDISK, a tool to boot legacy operating systems (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX. + Disket sürücüden (SYSLINUX), ağ üzerinden (PXELINUX) ve açılabilir "El Torito" CD-ROM'lardan (ISOLINUX) açılışı sağlayan hafif önyükleyici araçları. Bu proje ayrıca sık kullanılmayan ya da çok eski işletim sistemlerinin açılışı için genellikle PXELINUX ve ISOLINUX ile ortak kullanılabilen MEMDISK aracını da içermektedir. + https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz + + nasm + asciidoc + dosfstools + mtools + efibootmgr-devel + gptfdisk + upx + libutil-linux-devel + util-linux + python-devel + + + syslinux.git-138e850fab106b5235178848b3e0d33e25f4d3a2.patch + 0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch + 0002-ext4-64bit-feature.patch + 0003-include-sysmacros-h.patch + 0004-Add-RPMOPTFLAGS-to-CFLAGS-for-some-stuff.patch + 0005-Workaround-multiple-definition-of-symbol-errors.patch + 0006-Replace-builtin-strlen-that-appears-to-get-optimized.patch + + system/boot/syslinux/pspec.xml + + + syslinux + + libutil-linux + mtools + efibootmgr + util-linux + dosfstools + gptfdisk + perl-Crypt-PasswdMD5 + perl-Digest-SHA1 + + + /sbin + /usr/bin + /usr/lib/syslinux + /usr/share/doc + /usr/share/man + + + pisi-iso/isolinux.cfg + pisi-iso/background.png + + + + + 2022-07-10 + 6.04 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-07-17 + 6.04 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-25 + 6.04 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-11-12 + 6.04 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-24 + 6.04 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-13 + 6.03 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2017-03-29 + 6.03 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-08 + 6.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2017-01-21 - 0.2.0 + 2016-04-02 + 6.03 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + memtest86 + http://www.memtest.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + system.boot + Memory tester + Bellek test edici + Testeur de mémoire pour architecture x86 et x86_64 pour ordinateurs x86 et 64 bit x86 compatibles. Il doit être lancer depuis le menu de démarrage. + Memory tester for x86 and x86_64 devices for x86 and 64bit x86 compatible computers. It should be started from boot menu. + x86 ve 64bit x86 mimarilerindeki bilgisayarın belleklerini test etmeye ve hataları bulmaya yaran bir program. Kullanmak için açılış menüsünden çalıştırmanız gerekmektedir. + http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz + system/boot/memtest86/pspec.xml + + + memtest86 + + /boot + /usr/share/doc + + + + + 2020-11-07 + 5.01 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-25 + 5.01 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 5.01 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-05 + 5.01 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-08 + 5.01 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-27 + 5.01 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + hypnotix + https://github.com/linuxmint/hypnotix + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + multimedia.tv + Hypnotix is an IPTV streaming application with support for live TV, movies and series. + Hypnotix, canlı TV, filmler ve dizileri destekleyen bir IPTV akış uygulamasıdır. + Hypnotix is an IPTV streaming application with support for live TV, movies and series. + Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır. + https://github.com/linuxmint/hypnotix/archive/refs/tags/2.9.tar.gz + + xapp-devel + dconf-devel + python3-devel + python3-imdbpy + python3-requests + mpv-player-devel + python3-youtube_dl + python3-cairo-devel + python3-setproctitle + + multimedia/tv/hypnotix/pspec.xml + + + hypnotix + + xapp + dconf + mpv-player + python3-cairo + python3-imdbpy + python3-requests + python3-Unidecode + python3-youtube_dl + python3-setproctitle + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/icons + /usr/share/hypnotix + /usr/share/doc + + + + + 2022-07-25 + 2.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-22 + 2.7 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-22 + 2.6 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-06-25 + 1.9 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + zvbi + http://zapping.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + multimedia.tv + VBI Decoding Library for Zapping + Zapping uygulaması için VBI çözücü kütüphanesi + Zapping est un lecteur TV pour le bureau Gnome. Avec Zapping et une carte TV vous pouvez, voir la télévision, faire des copies d'écran et effectuer des enregistrements audio et vidéo. Zapping gère les sous-titres et le télétexte. + Zapping is a TV viewer for the Gnome desktop. With Zapping and a TV card you can watch TV, take screenshots, and record video and audio. Zapping supports Closed Caption and Teletext subtitles. + Zapping Gnome masaüstü için bir televizyon göstericisidir. Zapping ve bir TV kartı ile TV seyredebilir, ekran resmi çekebilir ve video ve audio kaydedebilirsiniz. Zapping Kapalı Çekim (Closed Capture) ve Teletex altyazılarını desteklemektedir. + Zapping es un visualizador de TV para el escritorio Gnome. Con Zapping y una tarjeta de TV puede mirar la tele, capturar pantallas, grabar video y audio. Zapping soporta subtitulos teletext y Closed Caption. + mirrors://sourceforge/zapping/zvbi-0.2.35.tar.bz2 + + libpng-devel + libX11-devel + doxygen + + + zvbi-0.2.31-linkage_fix.diff + zvbi-0.2.7-fix-build.patch + + multimedia/tv/zvbi/pspec.xml + + + zvbi + + /usr/bin + /usr/sbin + /usr/lib + /usr/share/doc/zvbi + /usr/share/man + /usr/share/locale + + + + zvbi-devel + Development files for zvbi + zvbi için geliştirme dosyaları + + zvbi + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/zvbi/html + + + + + 2020-03-03 + 0.2.35 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 0.2.35 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.2.35 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.2.35 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-27 + 0.2.35 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xawtv + http://linuxtv.org/downloads/xawtv/ + + Erdinc Gultekin + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.tv + TV application + TV uygulaması + xawtv is a TV application that supports many interfaces (analog video streams), such as Xvideo, v4l2 and bktr etc. It can display TV streams and record them. + xawtv Xvideo, v4l2, bktr gibi birçok arayüzü destekleyen bir TV uygulamasıdır. xawtv ayrıca video kayıt yeteneği ve birkaç yararlı konsol aracına sahiptir. + xawtv + http://linuxtv.org/downloads/xawtv/xawtv-3.106.tar.bz2 + + alsa-lib-devel + aalib-devel + libquicktime-devel + openmotif-devel + libdv-devel + zvbi-devel + lirc-devel + libv4l-devel + xorg-font + libXxf86dga-devel + libdv + libXpm-devel + libXrender-devel + libXv-devel + mesa-devel + libXext-devel + libXrandr-devel + libXxf86vm-devel + libXmu-devel + libFS-devel + fontconfig-devel + libXt-devel + libXft-devel + libXaw-devel + zvbi-devel + libXinerama-devel + libSM-devel + libICE-devel + libexplain-devel + libjpeg-turbo-devel + gpm + zlib-devel + libX11-devel + libpng-devel + ncurses-devel + freetype-devel + + + v4l-conf_non-position-independent-executable_fix.patch + xawtv-3.95.patch + + multimedia/tv/xawtv/pspec.xml + + + xawtv + + gpm + zvbi + lirc + mesa + zlib + aalib + libSM + libdv + libXt + libXv + libX11 + libpng + libXmu + libXaw + libICE + libv4l + libXpm + libXft + ncurses + libXext + freetype + alsa-lib + xorg-font + libXrandr + libXrender + libXxf86vm + fontconfig + libexplain + libXxf86dga + libXinerama + libquicktime + libjpeg-turbo + + + /etc + /usr/bin + /usr/lib/xawtv + /usr/share/doc + /usr/share/man + /usr/share/xawtv + /usr/share/applications + /usr/share/pixmaps + + + xawtv.desktop + + + + + 2020-03-04 + 3.106 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 3.105 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-15 + 3.103 + Add Dependency. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.103 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 3.103 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + mlt + https://www.mltframework.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + multimedia.tv + A multimedia framework, designed and developed for television broadcasting + Televizyon yayını için tasarlanmış bir çoklu ortam altyapısı + MLT is an open source multimedia framework, designed and developed for television broadcasting. + MLT televizyon yayını için tasarlanmış, açık kaynak kodlu bir çoklu ortam alyapısıdır. + https://github.com/mltframework/mlt/releases/download/v7.2.0/mlt-7.2.0.tar.gz + + cmake + alsa-lib-devel + swig + pango-devel + opencv-devel + python3-devel + glib2-devel + frei0r-plugins-devel + fftw3-devel + jack-audio-connection-kit-devel + pulseaudio-libs-devel + qt5-base-devel + qt5-svg-devel + perl + libxml2-devel + libsamplerate-devel + ladspa-sdk-devel + gdk-pixbuf-devel + libvorbis-devel + sdl-image-devel + libexif-devel + libsdl2-devel + ffmpeg-devel + libdv-devel + sox-devel + fontconfig-devel + rubberband-devel + + multimedia/tv/mlt/pspec.xml + + + perl-mlt + Perl bindings for MLT + MLT için Perl bağlayıcıları + programming.language.perl + + libgcc + perl + mlt + + + /usr/lib/perl* + + + + python-mlt + Python bindings for MLT + MLT için Python bağlayıcıları + programming.language.python + + libgcc + python3 + mlt + + + /usr/lib/python* + + + + mlt + + sox + fftw3 + pango + glib2 + opencv + ffmpeg + libX11 + libgcc + libsdl + libsdl2 + libexif + libxml2 + qt5-svg + alsa-lib + qt5-base + libvorbis + sdl-image + fontconfig + gdk-pixbuf + rubberband + libsamplerate + pulseaudio-libs + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/mlt-7 + /usr/share/mlt/modules + /usr/share/mlt/modules/lumas/PAL + /usr/share/man + + + + mlt-devel + Development files for mlt + mlt için geliştirme dosyaları + + mlt + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2021-12-09 + 7.2.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 7.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-14 + 7.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-30 + 6.26.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 6.26.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-11 + 6.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-03 + 6.18.0 + Version bump. + Kamil Atlı + suvariqpisilinux.org + + + 2019-09-17 + 6.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 6.12.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-10-13 + 6.10.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-01 + 6.6.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 6.6.0 + Rebuild ffmpeg + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-13 + 6.4.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-25 + 6.2.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-20 + 0.9.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-16 + 0.9.8 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + mlt6 + https://www.mltframework.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + multimedia.tv + A multimedia framework, designed and developed for television broadcasting + MLT is an open source multimedia framework, designed and developed for television broadcasting. + https://github.com/mltframework/mlt/releases/download/v6.26.1/mlt-6.26.1.tar.gz + + cmake + alsa-lib-devel + swig + gtk2-devel + pango-devel + opencv-devel + python3-devel + glib2-devel + frei0r-plugins-devel + fftw3-devel + jack-audio-connection-kit-devel + pulseaudio-libs-devel + qt5-base-devel + qt5-svg-devel + perl + libxml2-devel + libsamplerate-devel + ladspa-sdk-devel + gdk-pixbuf-devel + libvorbis-devel + sdl-image-devel + libexif-devel + libsdl2-devel + ffmpeg-devel + libdv-devel + sox-devel + fontconfig-devel + + + 7063e88e.patch + a87229bc.patch + + multimedia/tv/mlt6/pspec.xml + + + python-mlt6 + Python bindings for MLT + programming.language.python + + libgcc + python3 + mlt6 + + + /usr/lib/python* + + + + mlt6 + + sox + gtk2 + fftw3 + pango + glib2 + opencv + ffmpeg + libX11 + libgcc + libsdl + libsdl2 + libexif + libxml2 + qt5-svg + alsa-lib + qt5-base + libvorbis + sdl-image + fontconfig + gdk-pixbuf + libsamplerate + pulseaudio-libs + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/mlt + /usr/share/man + /usr/share/mlt/modules + /usr/share/mlt/modules/lumas/PAL + + + + mlt6-devel + Development files for mlt + + mlt6 + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2021-12-09 + 6.26.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + smtube + http://smplayer.sourceforge.net/en/info + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.videoplayer + Play and download Youtube videos + Youtube video indirme yöneticisi + SMTube allows to search, play and download Youtube videos. + SMTube, youtube videolarını oynatmak indirmek ve videolar içerisinde arama yapmak için bir uygulamadır. + https://sourceforge.net/projects/smtube/files/SMTube/21.7.0/smtube-21.7.0.tar.bz2 + + qt5-base-devel + qt5-script-devel + qt5-location-devel + qt5-webkit-devel + qt5-linguist + + multimedia/videoplayer/smtube/pspec.xml + + + smtube + + qt5-base + qt5-script + qt5-webkit + qt5-location + libgcc + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2021-08-31 + 21.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-28 + 20.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 20.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-29 + 19.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 17.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-26 + 17.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-10 + 17.1.0 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-03 + 17.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-11 + 16.7.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 15.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-06 + 15.11 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + vlc + http://www.videolan.org/vlc + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:gui + multimedia.videoplayer + VLC media player + VLC çoklu ortam oynatıcısı + Odtwarzacz plików multimedialnych i serwer strumieni + VLC reproductor multimedia + VLC is a famous video player and streamer. + Media oynatıcısı ve yayın dinleyici + 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.17.3/vlc-3.0.17.3.tar.xz + + srt-devel + qt5-svg-devel + wayland-client + libcdio-devel + eudev-devel + lua-devel + libgcrypt-devel + xcb-proto + zlib-devel + gtk2-devel + gtk3-devel + zvbi-devel + faac-devel + flac-devel + lirc-devel + mesa-devel + x265-devel + x264-devel + dbus-devel + avahi-devel + samba-devel + aalib-devel + faad2-devel + speex-devel + libva-devel + libXt-devel + libXv-devel + cairo-devel + util-macros + libxcb-devel + libarchive-devel + libXau-devel + libtar-devel + libvpx-devel + ffmpeg-devel + libass-devel + libXpm-devel + gnutls-devel + libv4l-devel + libdca-devel + libmtp-devel + libmad-devel + libogg-devel + libsdl-devel + libsdl2-devel + taglib-devel + a52dec-devel + libebml-devel + libxml2-devel + libcddb-devel + libcaca-devel + libXext-devel + librsvg-devel + libcdio-devel + fribidi-devel + libupnp-devel + libkate-devel + freerdp-devel + twolame-devel + minizip-devel + live555-devel + libopus-devel + freetype-devel + libXdmcp-devel + kernel-headers + xcb-util-devel + libmpeg2-devel + alsa-lib-devel + libshout-devel + libdvbpsi-devel + libtheora-devel + libbluray-devel + libgcrypt-devel + libnotify-devel + libssh2-devel + openssl-devel + libvorbis-devel + libdc1394-devel + ncurses-devel + libid3tag-devel + sdl-image-devel + libmpcdec-devel + libdvdcss-devel + libdvdnav-devel + vcdimager-devel + libraw1394-devel + fluidsynth-devel + libdvdread-devel + fontconfig-devel + libavc1394-devel + libmodplug-devel + libXxf86vm-devel + gdk-pixbuf-devel + libmatroska-devel + libXinerama-devel + schroedinger-devel + crystalhd-firmware + libgpg-error-devel + libvncserver-devel + libsamplerate-devel + libjpeg-turbo-devel + qt5-base-devel + qt5-x11extras-devel + libchromaprint-devel + gstreamer-devel + pulseaudio-libs-devel + xcb-util-keysyms-devel + gst-plugins-base-devel + zvbi-devel + wayland-protocols-devel + + + vlc-2.2.8-freerdp-2.patch + + multimedia/videoplayer/vlc/pspec.xml + + + vlc + + lua + dbus + qt5-base + qt5-svg + wayland-client + qt5-x11extras + ncurses + libtar + libXpm + fribidi + libXi + libXext + minizip + zlib + libX11 + libgcc + freetype + vlc-libs + libXinerama + dejavu-fonts + + + /usr/bin + /usr/lib/vlc/plugins/gui + /usr/share/vlc + /usr/share/applications + /usr/share/icons + /usr/share/kde4/apps/solid/actions + /usr/share/metainfo + /usr/share/solid + /usr/share/doc + /usr/share/man + /usr/share/locale + + + System.Package + + + + vlc-lua + Lua scripting for VLC + + lua + vlc-libs + + + /usr/lib/vlc/lua + /usr/lib/vlc/plugins/lua/liblua_plugin.so + + + + vlc-libs + Codec and plugin library files for VLC + vlc için codec ve eklenti kitaplık dosyaları + + lua + libX11 + x264 + libgcc + freetype + dbus + zlib + gtk3 + lirc + flac + zvbi + x265 + libglvnd + libva + faad2 + samba + speex + aalib + cairo + glib2 + eudev + libpng + libxcb + harfbuzz + libidn + libmad + libass + gnutls + libdca + libsdl + ffmpeg + a52dec + libmtp + taglib + libogg + libvpx + libxml2 + libssh2 + libcddb + freerdp + libopus + libcaca + twolame + libebml + libcdio + librsvg + live555 + minizip + fribidi + libkate + libupnp + libshout + libarchive + avahi-libs + alsa-lib + libvdpau + libmpeg2 + libdvbpsi + libdc1394 + sdl-image + vcdimager + libbluray + libnotify + libdvdnav + libmpcdec + libtheora + libvorbis + libgcrypt + fontconfig + libraw1394 + fluidsynth + libmodplug + libdvdread + gdk-pixbuf + libavc1394 + libmatroska + schroedinger + wayland-client + libvncserver + libgpg-error + libsamplerate + libjpeg-turbo + gstreamer + libchromaprint + pulseaudio-libs + xcb-util-keysyms + crystalhd-firmware + gst-plugins-base + + + /usr/lib/libvlc* + /usr/lib/vlc + + + + vlc-devel + Development files for vlc + vlc için geliştirme dosyaları + Pliki nagłówkowe vlc + + vlc-libs + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-24 + 3.0.17.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-24 + 3.0.17.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 3.0.16 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-30 + 3.0.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-04 + 3.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 3.0.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 3.0.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-19 + 3.0.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-17 + 3.0.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-29 + 3.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-03 + 3.0.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-14 + 3.0.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.0.8 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-04-12 + 3.0.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-22 + 3.0.6 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-28 + 3.0.5 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 3.0.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-19 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-28 + 3.0.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 3.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 3.0.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 2.2.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-21 + 2.2.8 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-05 + 2.2.4 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-12-24 + 2.2.4 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-20 + 2.2.4 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-09 + 2.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.2.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libv4l + http://freecode.com/projects/libv4l + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + multimedia.videoplayer + V4L wrapper for V4L2 + V4L kitaplığı + Warstwa abstrakcji dla urządzeń video4linux2 + A library to access V4L2 API with V4L1 alike calls. + V4L2 arabirimini V4L1 tarzı çağrılarla erişim sağlayan kitaplık. + libv4l to zestaw bibliotek dodający niewielką warstwę abstrakcji dla urządzeń video4linux2. Celem tej warstwy jest ułatwienie autorom aplikacji obsługi szerokiej gamy urządzeń bez pisania osobnego kodu dla różnych urządzeń tej samej klasy. + https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.20.0.tar.bz2 + + qt5-base-devel + libjpeg-turbo-devel + glibc-devel + libglvnd-devel + mesa-glu-devel + alsa-lib-devel + libgcc + doxygen + eudev-devel + elfutils-devel + + multimedia/videoplayer/libv4l/pspec.xml + + + libv4l + + libjpeg-turbo + eudev + libX11 + libglvnd + mesa-glu + + + /lib/udev/rules.d + /lib/udev/rc_keymaps + /usr/lib/lib* + /usr/lib/v4l* + /usr/share/doc + + + + v4l-utils + Utilities for libv4l + Zbiór narzędzi do urządzeń Video4Linux + + elfutils + libgcc + alsa-lib + qt5-base + libv4l + + + /etc + /usr/bin + /usr/sbin + /usr/lib + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/locale + + + + libv4l-devel + Development files for libv4l + libv4l için geliştirme dosyaları + Pliki nagłówkowe bibliotek libv4l + + eudev-devel + libv4l + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libv4l-32bit + 32-bit shared libraries for libv4l + libv4l için 32-bit paylaşımlı kitaplıklar + 32-bitowe biblioteki libv4l + emul32 + emul32 + + libjpeg-turbo-32bit + libX11-32bit + libglvnd-32bit + mesa-glu-32bit + alsa-lib-32bit + eudev-32bit + + + eudev-32bit + libjpeg-turbo-32bit + libv4l + + + /usr/lib32/lib* + /usr/lib32/v4l* + + + + + 2021-02-20 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 1.18.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-16 + 1.14.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.14.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 1.12.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-28 + 1.10.0 + update + Serdar Soytetir + kaptan@pisilinux.org + + + 2015-05-25 + 1.0.1 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.0.1 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + vokoscreenNG + https://github.com/vkohaupt/vokoscreenNG + + Pisilinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.videoplayer + New desktop recording program. + VokscreenNG is a user friendly Open Source screencaster for Linux and Windows. The new name is now vokoscreenNG and has been rewritten from scratch. + https://github.com/vkohaupt/vokoscreenNG/archive/refs/tags/3.3.0.tar.gz + + libX11-devel + qt5-linguist + wayland-devel + wayland-client + qt5-base-devel + gstreamer-devel + gst-plugins-good + gst-plugins-ugly + mpv-player-devel + qt5-x11extras-devel + qt5-multimedia-devel + pulseaudio-libs-devel + gst-plugins-bad-devel + gst-plugins-base-devel + + + 0001-Add-better-integration-for-Linux.patch + + multimedia/videoplayer/vokoscreenNG/pspec.xml + + + vokoscreenNG + + glib2 + libX11 + libgcc + qt5-base + gstreamer + gst-libav + pulseaudio + mpv-player + qt5-x11extras + qt5-multimedia + wayland-client + pulseaudio-libs + gstreamer-vaapi + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gst-plugins-ugly + libva-intel-driver + + + /usr/bin/vokoscreenNG + /usr/share/applications/vokoscreenNG.desktop + /usr/share/pixmaps/vokoscreenNG.png + /usr/share/metainfo/vokoscreenNG.appdata.xml + /usr/share/icons/hicolor/256x256/apps/vokoscreenNG.png + /usr/share/doc + + + + + 2022-06-30 + 3.3.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-28 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-31 + 3.0.9 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-05-31 + 3.0.9 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-05-11 + 3.0.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 3.0.6 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-04-11 + 3.0.3 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-02-01 + 3.0.1 + Rewrited. + fury + uglyside@yandex.ru + + + + + + mplayer + http://www.mplayerhq.hu/design7/news.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + app:console + multimedia.videoplayer + Media Player for Linux + Linux için ses ve görüntü oynatıcı + MPlayer is a movie player that can run on many platforms. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native codecs. + MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA dosyalarını çalabilen ve farklı platformaların kütüphanelerini de kullanarak ses ve görüntü dosyaları oynatmaya yarayan uygulama. + mplayer + https://sourceforge.net/projects/pisilinux/files/source/mplayer-38313.tar.gz + https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz + https://mplayerhq.hu/MPlayer/skins/Clearlooks-multilingual-2.0.7.tar.bz2 + + gsm-devel + aom-devel + glib2-devel + atk-devel + lzo-devel + gtk2-devel + faac-devel + lirc-devel + xvid-devel + lame-devel + libglvnd-devel + x264-devel + enca-devel + aalib-devel + samba-devel + cairo-devel + pango-devel + libva-devel + speex-devel + faad2-devel + libdv-devel + libXv-devel + libmad-devel + libbs2b-devel + giflib-devel + libdca-devel + libogg-devel + a52dec-devel + mpg123-devel + openal-devel + libvpx-devel + libass-devel + libmng-devel + libsdl-devel + fribidi-devel + twolame-devel + libXvMC-devel + live555-devel + libcaca-devel + libXext-devel + libopus-devel + libvdpau-devel + rtmpdump-devel + libmpeg2-devel + alsa-lib-devel + openjpeg-devel + DirectFB-devel + libtheora-devel + libmpcdec-devel + libbluray-devel + libvorbis-devel + libdvdnav-devel + openjpeg2-devel + fontconfig-devel + libXrender-devel + ladspa-sdk-devel + libdvdread-devel + libXxf86vm-devel + libXinerama-devel + libXxf86dga-devel + libmatroska-devel + schroedinger-devel + opencore-amr-devel + libXScrnSaver-devel + libjpeg-turbo-devel + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + lzo-devel + zlib-devel + bzip2 + cdparanoia-devel + yasm-devel + gnutls-devel + libX11-devel + libmng-devel + libpng-devel + libcdio-devel + ncurses-devel + freetype-devel + libdvdcss-devel + + + tr-locale-fix.patch + + multimedia/videoplayer/mplayer/pspec.xml + + + mplayer + app:console + mplayer + + gsm + aom + glib2 + gtk2 + xvid + lirc + enca + faac + lame + x264 + mesa + faad2 + samba + libdv + speex + aalib + libXv + libmad + libass + libdca + openal + giflib + mpg123 + libsdl + libvpx + a52dec + libogg + libopus + libXvMC + libcaca + libglvnd + libbs2b + twolame + libXext + DirectFB + openjpeg + alsa-lib + libvdpau + rtmpdump + libmpeg2 + libbluray + libdvdnav + libtheora + libvorbis + fribidi + openjpeg2 + fontconfig + libXxf86vm + libdvdread + gdk-pixbuf + libXxf86dga + libXinerama + opencore-amr + schroedinger + libjpeg-turbo + libXScrnSaver + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + lzo + zlib + bzip2 + gnutls + libX11 + libmng + libpng + libcdio + ncurses + freetype + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/mplayer + /usr/share/pixmaps + + + mplayer.png + extensions + test-webcam + midentify + bash_completion + + + + mplayer-gui + MPlayer gui + MPlayer arayüzü + mplayer-gui is the default graphical frontend of MPlayer. + mplayer-gui, MPlayer öntanımlı grafik arayüzünü içerir. + app:gui + mplayer + + mplayer + + + /usr/bin/gmplayer + /usr/share/applications + /usr/share/mplayer/skins + /usr/share/icons + + + mplayer.desktop + + + + + 2022-04-19 + 1.4_38313 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 1.4_38313 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 1.4_38313 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-31 + 1.4_38184 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-18 + 1.4_38184 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2019-10-25 + 1.4_38152 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2019-04-27 + 1.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-13 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-28 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-15 + 1.3.0 First Release Stefan Gronewold groni@pisilinux.org @@ -209075,587 +51877,3605 @@ cleaner, which will allow to add new features in the future. - libopenshot - https://openshot.org/ - - Kamil Atlı - suvari@pisilinux.org - - GPL - library - multimedia.editor - A free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world. - Dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı. - OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world. - OpenShot Video Kitaplığı (libopenshot), dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır. - libopenshot - https://github.com/OpenShot/libopenshot/archive/refs/tags/v0.2.7.tar.gz - - swig - cmake - catch2 - libgcc - doxygen - x264-devel - ruby-devel - glibc-devel - ffmpeg-devel - zeromq-devel - openmp-devel - opencv-devel - python3-pyzmq - python3-devel - qt5-svg-devel - jsoncpp-devel - qt5-base-devel - protobuf-devel - alsa-lib-devel - python3-qt5-devel - libopenshot-audio-devel - imagemagick-devel - qt5-multimedia-devel - - multimedia/editor/libopenshot/pspec.xml - - - libopenshot - - ffmpeg - libgcc - zeromq - opencv - jsoncpp - libgomp - python3 - protobuf - qt5-base - imagemagick - libopenshot-audio - - - /usr/lib/python3.9/site-packages - /usr/lib/libopenshot_protobuf.so* - /usr/lib/libopenshot.so* - /usr/share/doc - - - - libopenshot-devel - Development files for libopenshot - - libopenshot - - - /usr/include - - - - - 2022-07-05 - 0.2.7 - Rebuild for imagemagick - Kamil Atlı - suvari@pisilinux.org - - - 2021-12-09 - 0.2.7 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libopenshot-audio - https://openshot.org/ - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - multimedia.editor - A free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions. - Yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı. - OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world. - OpenShot Ses Kitaplığı (libopenshot-openshot), dünyaya yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır. - https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v0.2.2.tar.gz - - cmake - zlib-devel - glibc-devel - python3-devel - alsa-lib-devel - freetype-devel - - multimedia/editor/libopenshot-audio/pspec.xml - - - libopenshot-audio - - zlib - libgcc - alsa-lib - - - /usr/bin - /usr/lib/libopenshot-audio.so* - /usr/share/doc - /usr/share/man/man1 - - - - libopenshot-audio-devel - Development files for libopenshot-audio - - libopenshot-audio - - - /usr/include - /usr/lib/cmake - - - - - 2022-07-05 - 0.2.2 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-12-07 - 0.2.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ogre-next - https://github.com/OGRECave/ogre-next - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2 - library - multimedia.editor - Scene-oriented, flexible 3D engine written in C++ - C++ ile yazılmış, sahne odaklı, esnek 3B motor - Ogre-Next is a 3D graphics rendering engine. Not to be confused with a game engine which provides Networking, Sound, Physics, etc. - Ogre-Next, bir 3D grafik işleme motorudur. Ağ, Ses, Fizik vb. Sağlayan bir oyun motoruyla karıştırılmamalıdır. - https://github.com/OGRECave/ogre-next/archive/refs/tags/v2.3.0.tar.gz - - git - cmake - ninja - doxygen - mesa-devel - zlib-devel - boost-devel - libXt-devel - vulkan-devel - openvr-devel - libX11-devel - dejavu-fonts - libXaw-devel - cppunit-devel - libsdl2-devel - zziplib-devel - openssl-devel - tinyxml-devel - python3-devel - libglvnd-devel - mesa-glu-devel - graphviz-devel - freetype-devel - rapidjson-devel - libXrandr-devel - FreeImage-devel - - multimedia/editor/ogre-next/pspec.xml - - - ogre-next - - zlib - mesa - libXt - libgcc - openvr - libX11 - libXaw - openssl - tinyxml - doxygen - cppunit - libsdl2 - zziplib - freetype - graphviz - mesa-glu - libglvnd - FreeImage - rapidjson - libXrandr - dejavu-fonts - - - /usr/bin - /usr/lib/OGRE - /usr/lib/libOgreHlmsPbs.so* - /usr/lib/libOgreMeshLodGenerator.so* - /usr/lib/libOgreOverlay.so* - /usr/lib/libOgreSceneFormat.so* - /usr/lib/libOgreMain.so* - /usr/lib/libOgreHlmsUnlit.so* - /usr/share/OGRE - /usr/share/doc - - - - ogre-next-devel - Development files for ogre-next - - ogre-next - - - /usr/include - /usr/lib/OGRE/cmake - /usr/lib/pkgconfig - - - - - 2022-04-30 - 2.3.0 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - openshot - http://www.openshotvideo.com - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - app:gui - multimedia.editor - An award-winning free and open-source video editor. - Ödüllü, ücretsiz ve açık kaynaklı bir video düzenleyici. - OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world. - OpenShot Video Editor, ödüllü ücretsiz ve açık kaynaklı bir video düzenleyicidir ve kendini dünyaya yüksek kaliteli video düzenleme ve animasyon çözümleri sunmaya adamıştır. - openshot - https://github.com/OpenShot/openshot-qt/archive/refs/tags/v2.6.1.tar.gz - - cmake - faac-devel - ffmpeg-devel - python3-devel - python3-pyzmq - qt5-base-devel - python-gtk-devel - libopenshot-devel - python3-requests - python3-qt5-devel - python3-setuptools - libopenshot-audio-devel - python3-importlib_metadata - - - video_widget.patch - openshot-2.6.1-no_metric_default.patch - - multimedia/editor/openshot/pspec.xml - - - openshot - - faac - ffmpeg - python3 - qt5-base - python-gtk - python-mlt - libopenshot - python3-qt5 - python3-pyzmq - libopenshot-audio - python3-importlib_metadata - - - /usr/bin - /usr/lib - /usr/lib/python2.7/site-packages/openshot/locale - /usr/share/applications - /usr/share/mime - /usr/share/pixmaps - /usr/share/man - /usr/share/doc - /usr/share/icons - /usr/share/metainfo - - - - - 2022-07-05 - 2.6.1 - Rebuild for imagemagick - Kamil Atlı - suvari@pisilinux.org - - - 2021-12-07 - 2.6.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - picard - http://musicbrainz.org/doc/MusicBrainz_Picard - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv2 - app:gui - multimedia.editor - MusicBrainz Picard is the official MusicBrainz tagger. - MusicBrainz Picard is a cross-platform (Linux/MacMusicBrainz Picard resmi MusicBrainz etiketleyicisidir. - Picard supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support. Additionally, there are several plugins available that extend Picard's features. - Picard, ses dosyası formatlarının çoğunu destekler, ses parmak izlerini (AcoustID'ler) kullanabilir, CD aramaları ve disk kimliği gönderimleri gerçekleştirebilir ve mükemmel Unicode desteğine sahiptir. Ek olarak, Picard'ın özelliklerini genişleten birkaç eklenti vardır. - http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.3.2.tar.gz - - bzip2 - python3-devel - python3-mutagen - libdiscid-devel - python3-setuptools - musicbrainz5-devel - python3-qt5-devel - - multimedia/editor/picard/pspec.xml - - - picard - - bzip2 - libdiscid - python3-qt5 - musicbrainz5 - python-discid - libchromaprint - python3-mutagen - - - /usr/bin - /usr/lib - /usr/share/icons/highcolor - /usr/share/applications - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2020-05-11 - 2.3.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - pipewire - https://pipewire.org/ + smplayer + https://www.smplayer.info/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - multimedia.editor - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - https://github.com/PipeWire/pipewire/archive/0.3.56.tar.gz + GPLv2 + app:gui + multimedia.videoplayer + A complete front-end for MPlayer + Gelişmiş bir mplayer önyüzü + SMPlayer es un frontend de Mplayer + smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. + 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. + 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. + smplayer + https://sourceforge.net/projects/smplayer/files/SMPlayer/22.7.0/smplayer-22.7.0.tar.bz2 + https://downloads.sourceforge.net/smplayer/smplayer-themes-20.11.0.tar.bz2 + https://downloads.sourceforge.net/smplayer/smplayer-skins-20.11.0.tar.bz2 - git - meson - doxygen - valgrind - sbc-devel - dbus-devel - avahi-devel - avahi-libs - glib2-devel - eudev-devel - libusb-devel - openssl-devel - vulkan-devel - vulkan-headers - ffmpeg-devel - ncurses-devel - libsdl2-devel - readline-devel - alsa-lib-devel - gstreamer-devel - libfdk-aac-devel - libsndfile-devel - libcanberra-devel - bluez-libs-devel - pulseaudio-libs-devel - gst-plugins-base-devel - jack-audio-connection-kit-devel + zlib-devel + qt5-linguist + qt5-base-devel + qt5-script-devel + libxkbcommon-devel - multimedia/editor/pipewire/pspec.xml + multimedia/videoplayer/smplayer/pspec.xml - pipewire + smplayer - sbc + qt5-base + qt5-script + libX11 + zlib + libgcc + mpv-player + + + /usr/bin + /usr/share/smplayer + /usr/share/applications + /usr/share/icons + /usr/share/kde4 + /usr/share/man + /usr/share/doc/smplayer + /usr/share/metainfo/smplayer.appdata.xml + + + + + 2022-08-06 + 22.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 22.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-07 + 21.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 21.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-17 + 21.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-08 + 20.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-15 + 20.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-03 + 19.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-29 + 19.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-28 + 19.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-03 + 19.5.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-30 + 19.1.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-03 + 18.10.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-03 + 18.9.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 18.6.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-27 + 18.5.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-30 + 18.4.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-26 + 18.3.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 18.2.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-10 + 18.2.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 18.1.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-09 + 17.11.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-03 + 17.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-11 + 15.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 15.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 15.11 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + kaffeine + http://www.kde.org/applications/multimedia/kaffeine/ + + PisiLinux Community + admins@pisilinux.org + + GPLv1 + app:gui + multimedia.videoplayer + Kaffeine Media Player for KDE5 + KDE için Kaffeine Ortam Oynatıcı + Awesome media player and vcr for KDE5. + KDE için harika bir video oynatıcı + https://download.kde.org/stable/kaffeine/kaffeine-2.0.18.tar.xz + + qt5-base-devel + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-mysql + qt5-assistant-devel + qt5-designer-devel + libXScrnSaver-devel + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel + kio-devel + solid-devel + knotifications-devel + kidletime-devel + kdbusaddons-devel + libX11-devel + libXext-devel + gettext-devel + qt5-x11extras-devel + libv4l-devel + vlc-devel + kconfig-devel + kcoreaddons-devel + kconfigwidgets-devel + pkgconfig + extra-cmake-modules + kdoctools-devel + + multimedia/videoplayer/kaffeine/pspec.xml + + + kaffeine + + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-mysql + qt5-base + libXScrnSaver + ki18n + kwidgetsaddons + kxmlgui + kio + solid + knotifications + kidletime + kdbusaddons + libX11 + qt5-x11extras + vlc-libs + libgcc + libv4l + kconfig + kcoreaddons + kconfigwidgets + kwindowsystem + + + /usr/share + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/icons + + + + + 2020-03-08 + 2.0.18 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-11 + 2.0.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-04 + 2.0.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 2.0.13 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-09 + 2.0.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-11 + 2.0.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 2.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-04 + 2.0.1 + First Release. + Stefan Gronewold + groni@pisilinux.org + + + + + + obs-studio + https://obsproject.com/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + app:gui + multimedia.videoplayer + OBS-Studio is a rewrite of what was formerly known as Open Broadcaster Software + OBS-Studio is a rewrite of what was formerly known as Open Broadcaster + Software + OBS-Studio software was originally designed for recording and streaming live video content, efficiently + OBS-Studio software was originally designed for recording and streaming live + video content, efficiently + obs-studio + https://github.com/obsproject/obs-studio/archive/27.1.3.tar.gz + + curl-devel + dbus-devel + x264-devel + zlib-devel + eudev-devel + luajit-devel + glib2-devel + ffmpeg-devel + libX11-devel + libv4l-devel + libxcb-devel + jansson-devel + mbedtls-devel + python3-devel + alsa-lib-devel + libv4l-devel + vlc-devel + vlc-libs + pkgconfig + freetype-devel + libglvnd-devel + pipewire-devel + qt5-svg-devel + rnnoise-devel + qt5-base-devel + libfdk-aac-devel + libXfixes-devel + speexdsp-devel + fontconfig-devel + libXcomposite-devel + qt5-x11extras-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel + cmake + wayland-devel + wayland-client + wayland-cursor + wayland-server + + multimedia/videoplayer/obs-studio/pspec.xml + + + obs-studio + + curl dbus - glib2 + x264 + zlib eudev - vulkan + luajit + glib2 ffmpeg libX11 - libusb - openssl + libgcc + libv4l + libxcb + speexdsp + jansson + mbedtls + python3 alsa-lib - gstreamer + freetype + libglvnd + pipewire + qt5-svg + rnnoise + wayland + qt5-base libXfixes + fontconfig + vlc-libs + ffmpeg libfdk-aac - libsndfile - libcanberra - avahi-libs - bluez-libs + libXcomposite + qt5-x11extras pulseaudio-libs - gst-plugins-base jack-audio-connection-kit /usr/bin - /etc - /lib/udev/rules.d/90-pipewire-alsa.rules /usr/lib /usr/share + /usr/share/locale /usr/share/doc + + obs-studio.desktop + obs-logo.png + - pipewire-devel - Development files for pipewire + obs-studio-devel + Development files for obs-studio - pipewire + obs-studio + libX11-devel /usr/include - /usr/lib/pkgconfig - - - - pipewire-docs - Development files for pipewire - - pipewire - - - /usr/share/doc/pipewire/html + /usr/lib/cmake + /usr/lib/pkgconfig + + 2021-11-09 + 27.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2022-08-06 - 0.3.56 + 2020-10-19 + 26.0.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-07-07 - 0.3.54 + 2020-03-04 + 24.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 24.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-12 + 23.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 23.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-28 + 21.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 21.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-03 + 17.0.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-11 + 17.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-07-21 + 0.15.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-07-13 + 0.15.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + vasviewer + http://azsky2.html.xdomain.jp/soft/vasviewer.html + + fury + uglyside@yandex.ru + + MIT + app:gui + multimedia.videoplayer + VapourSynth viewer. + Load the script file and display the frame image. Also you can save the frame image as PNG. + https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.1/vasviewer-v1.0.1.tar.bz2 + + libX11-devel + libpng-devel + libXext-devel + libXcursor-devel + fontconfig-devel + vapoursynth-devel + + multimedia/videoplayer/vasviewer/pspec.xml + + + vasviewer + + zlib + libX11 + libpng + libXext + freetype + fontconfig + libXcursor + vapoursynth + + + /usr/bin + /usr/share + /usr/share/vasviewer + + + + + 2021-12-11 + 1.0.1 + First build + fury + uglyside@yandex.ru + + + + + + simplescreenrecorder + https://www.maartenbaert.be/simplescreenrecorder/ + + ali algul + aligulle3801@gmail.com + + LGPLv3 + app + multimedia.videoplayer + creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use + creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use + creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use + creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use + https://codeload.github.com/MaartenBaert/ssr/tar.gz/0.4.3 + + libv4l-devel + jack-audio-connection-kit-devel + cmake + libX11-devel + mesa-glu-devel + ffmpeg-devel + alsa-lib-devel + pulseaudio-libs-devel + qt5-base-devel + qt5-x11extras-devel + qt5-linguist + libXinerama-devel + libXi-devel + + multimedia/videoplayer/simplescreenrecorder/pspec.xml + + + simplescreenrecorder + + ffmpeg + libXi + libX11 + libgcc + libv4l + libXext + alsa-lib + mesa-glu + qt5-base + qt5-x11extras + libXfixes + libXinerama + pulseaudio-libs + jack-audio-connection-kit + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/man + /usr/share/mateinfo + /usr/share/doc + + + + + 2021-02-11 + 0.4.3 + First release + ali algul + aligulle3801@gmail.com + + + + + + qmplay2 + http://zaps166.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPL + app:gui + multimedia.videoplayer + QMPlay2 is a video and audio player which can play most formats and codecs + It can play all formats supported by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and Prostopleer browser. + https://github.com/zaps166/QMPlay2/releases/download/20.12.16/QMPlay2-src-20.12.16.tar.xz + + qt5-base-devel + qt5-qdbusviewer + qt5-x11extras-devel + qt5-assistant-devel + qt5-designer-devel + qt5-svg-devel + qt5-linguist + qt5-declarative-devel + pkgconfig + cmake + ffmpeg-devel + libva-devel + libgme-devel + libvdpau-devel + taglib-devel + portaudio-devel + openal-devel + libcdio-devel + libcddb-devel + libass-devel + libX11-devel + gst-libav + pulseaudio-libs-devel + libXv-devel + mesa-devel + mesa-glu-devel + alsa-lib-devel + libva-devel + + multimedia/videoplayer/qmplay2/pspec.xml + + + qmplay2 + + qt5-base + qt5-x11extras + alsa-lib + mesa + libXv + libva + libgme + ffmpeg + libX11 + libcdio + libass + libgcc + taglib + libcddb + libvdpau + pulseaudio-libs + + + /usr/bin + /usr/share + /usr/share/qmplay2 + /usr/share/icons + /usr/share/applications + /usr/lib + /usr/share/doc + + + QMPlay2.png + QMPlay2.desktop + QMPlay2_enqueue.desktop + + + + qmplay2-devel + Development files for qmplay2 + + qmplay2 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2021-02-13 + 20.12.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 19.12.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-10 + 18.12.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 17.12.31 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 17.12.31 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 17.02.12 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-11 + 16.12.23 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-19 + 16.06.01 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-12 + 16.05.06 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + mpv-player + https://mpv.io/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + multimedia.videoplayer + mpv is based on mplayer2 + mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. + https://github.com/mpv-player/mpv/archive/v0.34.1.tar.gz + + python3-devel + libzimg-devel + mesa-devel + ffmpeg-devel + wayland-devel + libarchive-devel + gnutls-devel + libglvnd-devel + pkgconfig + perl + samba-devel + libX11-devel + zlib-devel + libass-devel + lua52-devel + libsdl2-devel + yasm + libjpeg-turbo-devel + rubberband-devel + libvdpau-devel + mesa-glu-devel + libbluray-devel + libdvdread-devel + libdvdnav-devel + enca-devel + libcdio-devel + lcms2-devel + libXinerama-devel + libxkbcommon-devel + libXScrnSaver-devel + libXv-devel + libffado-devel + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-devel + wayland-cursor + wayland-protocols-devel + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + libvdpau-devel + libavc1394-devel + libarchive-devel + python3-youtube_dl + + + 05_add-keywords.patch + + multimedia/videoplayer/mpv-player/pspec.xml + + + mpv-player + + libzimg + mesa + wayland + libarchive + lua52 + enca + libglvnd + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + rubberband + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + python3-setuptools + python3-youtube_dl + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share + /usr/share/zsh + /usr/share/mpv + + + + mpv-player-devel + + mpv-player + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-01-04 + 0.34.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-02 + 0.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-29 + 0.33.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-29 + 0.33.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-05 + 0.32.0 + rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-15 + 0.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-22 + 0.31.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-10-28 + 0.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-14 + 0.29.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-12 + 0.29.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-28 + 0.29.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-03 + 0.29.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 0.29.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-05 + 0.28.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 0.27.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 0.27.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 0.24.0 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2017-01-11 + 0.23.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-15 + 0.17.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.16.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-28 + 0.16.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-03-27 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + vo-aacenc + http://sourceforge.net/projects/opencore-amr/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + app:cli + multimedia.video + VisualOn AAC encoder library + VisualOn AAC encoder library + http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/vo-aacenc-0.1.3.tar.gz/download + multimedia/video/vo-aacenc/pspec.xml + + + libvo-aacenc + + /usr/lib + /usr/share/doc + + + + libvo-aacenc-devel + + libvo-aacenc + + + /usr/include + /usr/lib/pkgconfig/vo-aacenc.pc + + + + + 2020-01-18 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-02 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-18 + 1.3 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libvpx + http://www.webmproject.org + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + library + multimedia.video + WebM VP8 Codec SDK + WebM VP8 geliştirme altyapısı + libvpx is the VP8 development library usually used in WebM and similiar formats. + libvpx WebM ve benzeri çokluortam taşıyıcılarda kullanılan VP8 kodeği geliştirme kitaplığıdır. + https://github.com/webmproject/libvpx/archive/v1.12.0.tar.gz + + git + libgcc + yasm-devel + + multimedia/video/libvpx/pspec.xml + + + libvpx + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc/libvpx + + + + libvpx-devel + libvpx header files + libvpx için başlık dosyaları + + libvpx + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-29 + 1.12.0 Version bump. Mustafa Cinasal muscnsl@gmail.com 2022-04-19 - 0.3.50 + 1.11.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-01-12 - 0.3.43 + 2021-06-03 + 1.10.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-12-06 - 0.3.40 + 2021-01-27 + 1.9.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-09-24 - 0.3.37 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 0.3.34 + 2020-01-14 + 1.8.1 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2018-07-30 + 1.7.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + - 2021-05-01 - 0.3.26 + 2017-02-05 + 1.6.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-12 + 1.5.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-15 + 1.4.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gst-plugins-good + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Ensemble de plug-ins (greffons) de bonne qualité sous la licence préférée de gstreamer. + A set of good-quality plugins for GStreamer + Gstreamer için temel eklentiler paketi + gst-plugins-good contains a set of mature plugins and elements for GStreamer. + https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz + + meson + xz-devel + valgrind + orc-devel + gtk3-devel + flac-devel + lame-devel + cairo-devel + aalib-devel + libdv-devel + speex-devel + mpg123-devel + taglib-devel + libpng-devel + libvpx-devel + libX11-devel + libv4l-devel + wavpack-devel + twolame-devel + libsoup-devel + libcaca-devel + libgudev-devel + libunwind-devel + libshout-devel + libXfixes-devel + libXdamage-devel + libavc1394-devel + libraw1394-devel + gdk-pixbuf-devel + libiec61883-devel + libjpeg-turbo-devel + gstreamer-devel + pulseaudio-libs-devel + gst-plugins-base-devel + jack-audio-connection-kit-devel + + multimedia/video/gst-plugins-good/pspec.xml + + + gst-plugins-good + + orc + gtk3 + flac + zlib + lame + aalib + bzip2 + cairo + glib2 + libdv + speex + mpg123 + taglib + libX11 + libpng + libv4l + libvpx + twolame + libXext + libcaca + libsoup + wavpack + libgudev + libshout + libXfixes + gdk-pixbuf + libXdamage + libavc1394 + libraw1394 + libiec61883 + libjpeg-turbo + gstreamer + pulseaudio-libs + gst-plugins-base + jack-audio-connection-kit + + + /etc/gconf + /usr/bin + /usr/lib + /usr/share/gstreamer-1.0/presets + /usr/share/doc + /usr/share/man + /usr/share/locale + + + gst-plugins-good-next + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-26 + 1.14.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-28 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.10.31 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.10.31 + Rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.10.31 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-28 + 0.10.31 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + vmaf + https://github.com/netflix/vmaf/ + + Idris KALP + idriskalp@gmail.com + + Apache + library + multimedia.video + Perceptual video quality assessment algorithm based on multi-method fusion + VMAF is a perceptual video quality assessment algorithm developed by Netflix. VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model. + https://github.com/Netflix/vmaf/archive/v1.3.15.tar.gz + multimedia/video/vmaf/pspec.xml + + + vmaf + + libgcc + + + /usr/bin + /usr/share/doc + /usr/share + + + + vmaf-devel + + /usr/lib + /usr/include + /usr/lib/pkgconfig + + + + + 2019-10-27 + 1.3.15 + First Release + Idris KALP + idriskalp@gmail.com + + + + + + gst-plugins-bad + https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + multimedia.video + A set of GStreamer plug-ins that aren't up to par compared to the rest + Diğer eklentilerle karşılaştırıldığında çok iyi durumda olmayan gstreamer eklentileri + GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. + gst-plugins-bad, iyiye yakın kalitede olan ancak gerçek bir geliştirici, belgelendirme, test seti gibi eksikleri bulunan eklentilerdir. + https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.3.tar.xz + + meson + valgrind + srt-devel + zvbi-devel + aom-devel + sbc-devel + flite-devel + lcms2-devel + libva-devel + libass-devel + libgme-devel + libmfx-devel + nettle-devel + openal-devel + libnice-devel + libsrtp-devel + vulkan-devel + libkate-devel + libmpcdec-devel + imath-devel + libbs2b-devel + librsvg-devel + rtmpdump-devel + libfdk-aac-devel + libmodplug-devel + libopenmpt-devel + fluidsynth-devel + openexr-devel + orc-devel + curl-devel + gsm-devel + faac-devel + gtk3-devel + libglvnd-devel + webp-devel + x265-devel + faad2-devel + libX11-devel + libunwind-devel + mpg123-devel + libxml2-devel + libusb-devel + openssl-devel + libdca-devel + jasper-devel + libsdl-devel + opencv-devel + libexif-devel + libopus-devel + libgudev-devel + wayland-devel + libdc1394-devel + openjpeg2-devel + mesa-glu-devel + wayland-cursor + libmpeg2-devel + DirectFB-devel + libvdpau-devel + libtheora-devel + libdvdnav-devel + libsndfile-devel + mjpegtools-devel + soundtouch-devel + libdvdread-devel + llvm-clang-devel + schroedinger-devel + libvo-aacenc-devel + libjpeg-turbo-devel + libvo-amrwbenc-devel + gstreamer-devel + gobject-introspection-devel + gst-plugins-base-devel + neon-devel + libavtp-devel + qrencode-devel + json-glib-devel + + multimedia/video/gst-plugins-bad/pspec.xml + + + gst-plugins-bad + + gsm + srt + curl + orc + zvbi + pango + libusb + libxml2 + libsrtp + openssl + libgudev + libdc1394 + openjpeg2 + aom + sbc + flite + lcms2 + libva + libass + libgme + libmfx + nettle + openal + vulkan + libkate + libmpcdec + imath + libnice + libbs2b + librsvg + rtmpdump + libfdk-aac + libmodplug + libopenmpt + fluidsynth + openexr-libs + faac + gtk3 + libglvnd + opencv + libxcb + webp + x265 + bzip2 + cairo + faad2 + glib2 + libX11 + libdca + libdrm + libgcc + wayland + libpng + libopus + DirectFB + libvdpau + libdvdnav + libdvdread + libsndfile + mjpegtools + soundtouch + libvo-aacenc + schroedinger + libjpeg-turbo + gstreamer + libvo-amrwbenc + wayland-client + gst-plugins-base + neon + libavtp + qrencode + json-glib + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/gstreamer-1.0 + /usr/share/gst-plugins-bad/1.0/ + /usr/share/gir-1.0/ + /usr/share/doc + + + gst-plugins-bad-next + + + + gst-plugins-bad-devel + Development files for gst-plugins-bad + gst-plugins-bad için geliştirme dosyaları + + wayland-devel + gstreamer-devel + gst-plugins-base-devel + gst-plugins-bad + + + /usr/lib/pkgconfig + /usr/include + + + gst-plugins-bad-next-devel + + + + + 2022-07-01 + 1.20.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-24 + 1.20.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-04 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-09 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-04 + 1.18.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-06 + 1.18.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-12 + 1.18.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 1.17.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-05 + 1.17.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-18 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-01 + 1.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Rebuild x265. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-26 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-24 + 1.14.2 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-23 + 1.12.4 + Rebuild qt5. + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-16 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-28 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.10.23 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.10.23 + Rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.10.23 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-14 + 0.10.23 + rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-31 + 0.10.23 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libquicktime + http://libquicktime.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.video + A library based on quicktime4linux with extensions + quicktime4linux ve eklentileri tabanlı bir kütüphane + Libquicktime est basée sur l'excellente librairie quicktime4linux en y apportant de multiples améliorations. Toutes les librairies externes ont été supprimées du source. En échange, les librairies disponibles sur les systèmes sont détectées par le script configure. Tous les codecs (codeur/décodeur) d'origine ont été déménagés dans des modules que l'on peut charger dynamiquement, et de nouveaux codecs sont en développement. + Libquicktime is based on the great quicktime4linux library with several enhancements. All 3rd-party libraries were removed from the sourcetree. Instead, the systemwide installed libraries are detected by the configure script. All original codecs were moved into dynamically loadable modules, and new codecs are in development. + Libquicktime, birkaç gelişmişliğe sahip büyük quicktime4linux kütüphanesi üzerine temellendirilmiştir. Tüm 3üncü-parti kütüphaneler kök ağacından silinmiştir. Bunun yerine, sistem genişliğne sahip kütüphaneler kurulmuş ve yapılandırma betikleri ile keşfedilmiştir. Tüm orjinal kodlar, dinamik olarak yüklenebilen modüller haline gelmiş ve yeni kodlar geliştirilmektedir. + Libquicktime está basado enla librería quicktime4linux con varios mejoras. Todos los librerías de terceros fueron removidos de los fuentes. En su lugar el script de configure detecta las librerías ya instalados en el sistema. Todos codecs originales fueron convertido a módulos dinámicos, y nuevos codecs están en desarrollo. + mirrors://sourceforge/project/libquicktime/libquicktime/1.2.4/libquicktime-1.2.4.tar.gz + + mesa-devel + lame-devel + zlib-devel + glib2-devel + libglvnd-devel + libX11-devel + libpng-devel + faac-devel + gtk2-devel + libdv + faad2-devel + libXt-devel + libXv-devel + ffmpeg-devel + libXaw-devel + libXext-devel + alsa-lib-devel + libvorbis-devel + libavc1394-devel + libraw1394-devel + schroedinger-devel + libjpeg-turbo-devel + x264-devel + + + CVE-2016-2399.patch + libquicktime-1.2.4-CVE-2017-9122_et_al.patch + libquicktime-1.2.4+libav-9.patch + libquicktime-1.2.4-ffmpeg2.patch + libquicktime-1.2.4-ffmpeg29.patch + libquicktime-1.2.4-ffmpeg4.patch + libquicktime-1.2.4-ffmpeg-codecs.patch + + multimedia/video/libquicktime/pspec.xml + + + libquicktime + + libglvnd + lame + zlib + glib2 + libX11 + libpng + faac + gtk2 + libdv + faad2 + libXt + libXv + ffmpeg + libXaw + libXext + alsa-lib + libvorbis + libavc1394 + libraw1394 + schroedinger + libjpeg-turbo + x264 + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/locale + + + + libquicktime-devel + Development files for libquicktime + libquicktime için geliştirme dosyaları + + libquicktime + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2021-10-30 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-15 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-12 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-05 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-29 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.2.4 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-13 + 1.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-13 + 1.2.4 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libdv + http://libdv.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.video + Software codec for dv-format video (camcorders etc) + Dijital video (kaydedici cihazlar vs) için çözümleme yazılımı + Le codec Quasar DV (libdv) est un codec logiciel pour la vidéo DV, le format d'encodage utilisé par la plupart des caméras numériques, typiquement celles gérant l'interface IEEE 1394 (a.k.a. FireWire ou i.Link). Libdv a été développé selon les standards officiels pour la vidéo DV : IEC 61834 et SMPTE 314M. + The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M. + Quasar DV codec (libdv), DV video için çözümleyicidir. Bu dosya biçimi çoğu dijital kameralarda (özellikle de IEEE 1394) kullanılır. Libdv, DV videonun resmi standartları olan IEC 61834 ve SMPTE 314M'ye göre geliştirilmiştir. + El codec Quasar DV (libdv) es un codec de software para video DV, el formato de codificación usado en la mayoría de los camcorders digitales, que típicamente soportan la interfaz IEEE 1394 (alias FireWire o i.Link). Libdv fue desarrollado de conforme los estándares oficiales para video DV: IEC 61834 y SMPTE 314M. + mirrors://sourceforge/libdv/libdv-1.0.0.tar.gz + + libsdl-devel + popt-devel + + + libdv-0.99-2.6.patch + libdv-1.0.0-pic.patch + libdv-1.0.0-dso-linking.patch + libdv-mmxdetect-athlon.patch + + multimedia/video/libdv/pspec.xml + + + libdv + + popt + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libdv-devel + Development files for libdv + libdv için geliştirme dosyaları + + libdv + + + /usr/include/libdv + /usr/lib/pkgconfig + + + + + 2020-01-18 + 1.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-02 + 1.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.0.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 1.0.0 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + gst-plugins-base + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Basepack of plugins for gstreamer + Gstreamer için temel eklentiler paketi + Les plug-ins (greffons) de base GStreamer est une collection bien peaufinée et bien maintenues de plug-ins et d'éléments GStreamer, couvrant l'éventail des types d'éléments que quelqu'un pourrait vouloir écrire pour GStreamer. Il contient également des librairies d'aide ainsi que les classes de bases utiles pour l'écriture d'éléments. Un grand nombre de décodeurs, d'encodeurs et de filtres audio et vidéos sont également inclus. + GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included. + Bu paket, Gstreamer'ın rahatlıkla genişleyebilmesini sağlayan ve bakımları sürekli yapılan temel eklentileri içerir. Program parçacığı yazmak için yardımcı kütüphaneler ve temel sınıflar da bulunur. + https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.3.tar.xz + + git + meson + mesa-devel + libdrm-devel + libgudev-devel + libglvnd-devel + graphene-devel + libjpeg-turbo-devel + valgrind + zlib-devel + orc-devel + iso-codes-devel + cdparanoia-devel + pango-devel + cairo-devel + libXv-devel + libogg-devel + libXext-devel + libopus-devel + alsa-lib-devel + python3-devel + elfutils-devel + libvorbis-devel + libtheora-devel + libvisual-devel + wayland-cursor + wayland-devel + libunwind-devel + libX11-devel + xorg-proto + xorg-server-xvfb + gstreamer-devel + gobject-introspection-devel + wayland-protocols-devel + + multimedia/video/gst-plugins-base/pspec.xml + + + gst-plugins-base + + mesa + libdrm + libgudev + libjpeg-turbo + orc + zlib + glib2 + pango + cairo + libglvnd + libXv + libX11 + libogg + libpng + libxcb + wayland + libXext + libopus + alsa-lib + libvorbis + libvisual + libtheora + cdparanoia + graphene + wayland-cursor + wayland-client + gstreamer + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/man + /usr/share/locale + /usr/share/gst-plugins-base/1.0 + + + gst-plugins-base-next + + + + gst-plugins-base-32bit + 32-bit shared libraries for gst-plugins-base + emul32 + emul32 + + orc-32bit + glib2-32bit + libXv-32bit + pango-32bit + libogg-32bit + libX11-32bit + libopus-32bit + alsa-lib-32bit + libtheora-32bit + libvorbis-32bit + libvisual-32bit + gstreamer-32bit + libgudev-32bit + libdrm-32bit + mesa-32bit + libglvnd-32bit + libjpeg-turbo-32bit + + + gst-plugins-base + orc-32bit + zlib-32bit + cairo-32bit + libglvnd-32bit + glib2-32bit + libXv-32bit + libpng-32bit + libxcb-32bit + wayland-32bit + pango-32bit + libogg-32bit + libX11-32bit + libopus-32bit + libxml2-32bit + libXext-32bit + alsa-lib-32bit + libtheora-32bit + libvorbis-32bit + libvisual-32bit + gstreamer-32bit + libgudev-32bit + mesa-32bit + libdrm-32bit + libjpeg-turbo-32bit + + + /usr/lib32/gstreamer-1.0 + /usr/lib32/libgst* + /usr/lib32/libgraphene* + + + gst-plugins-base-next-32bit + + + + gst-plugins-base-devel + Development files for gst-plugins-base + gst-plugins-base için geliştirme dosyaları + + gst-plugins-base + orc-devel + gstreamer-devel + glib2-devel + libX11-devel + wayland-devel + libglvnd-devel + graphene-devel + mesa-devel + zlib-devel + libdrm-devel + libgudev-devel + + + /usr/include + /usr/lib32/graphene-1.0/include/graphene-config.h + /usr/lib/pkgconfig + /usr/lib32/pkgconfig/graphene* + /usr/lib32/pkgconfig/gstreamer*.pc + /usr/share/man/man3 + + + gst-plugins-base-next-devel + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 1.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 1.16.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-16 + 1.14.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-28 + 1.12.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-11 + 1.12.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 0.10.36 + Rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.10.36 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 0.10.36 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-20 + 0.10.36 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xvid + http://www.xvid.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + High performance MPEG-4 video de-/encoding solution + Yüksek performanslı bir MPEG-4 video kodlayıcı/çözücü + Xvid is a codec which makes it possible to compress movies too much while still maintaining the original image quality. + Xvid videoları kalite kaybına neden olmadan yüksek oranlarda sıkıştırabilmeye olanak tanıyan bir kodlayıcıdır. + Xvid es un codec que posibilita una alta compresión de peliculas, manteniendo la calidad original de la imagen. + http://downloads.xvid.org/downloads/xvidcore-1.3.5.tar.gz + multimedia/video/xvid/pspec.xml + + + xvid + + /usr/lib + /usr/share/doc/xvid + + + + xvid-devel + + xvid + + + /usr/share/doc/xvid/examples + /usr/include + + + + + 2020-01-17 + 1.3.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.3.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-27 + 1.3.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.3.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-14 + 1.3.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gstreamer + https://gstreamer.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + multimedia.video + GStreamer streaming media framework runtime + GStreamer ses yayın altyapısı + GStreamer est la librairies principale. Elle contient les entêtes, les fichiers et les éléments centraux. + GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. + gstreamer bir ses yayın altyapısı kütüphanesidir. Bu kütüphaneyi kullanan uygulamalar, gerçek zamanlı ses işleme, görüntü oynatma gibi çokluortam ile ilgili birçok işlem gerçekleştirebilirler. + https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.3.tar.xz + + meson + gobject-introspection-devel + libunwind-devel + bash-completion + python3-devel + libxml2-devel + elfutils-devel + libcap-devel + glib2-devel + gsl-devel + gmp-devel + valgrind + zlib-devel + xz-devel + + multimedia/video/gstreamer/pspec.xml + + + gstreamer + + glib2 + libcap + elfutils + libunwind + + + /usr/bin + /usr/lib/libgstbase* + /usr/lib/libgstcheck* + /usr/lib/libgstcontroller* + /usr/lib/libgstnet* + /usr/lib/libgstreamer* + /usr/lib/gstreamer-1.0 + /usr/lib/girepository-1.0 + /usr/libexec + /usr/share/gir-1.0 + /usr/share/bash-completion + /usr/share/doc + /usr/share/locale + /usr/share/gstreamer-1.0/gdb + /usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2003.0-gdb.py + /usr/share/man + + + gstreamer-next + + + + gstreamer-32bit + 32-bit shared libraries for gstreamer + gstreamer için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glib2-32bit + libcap-32bit + elfutils-32bit + libunwind-32bit + + + glib2-32bit + elfutils-32bit + libunwind-32bit + gstreamer + + + /usr/lib32/libgstbase* + /usr/lib32/libgstcheck* + /usr/lib32/libgstcontroller* + /usr/lib32/libgstnet* + /usr/lib32/libgstreamer* + /usr/lib32/gstreamer-1.0 + /usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.2003.0-gdb.py + + + gstreamer-next-32bit + + + + gstreamer-devel + Development files for gstreamer + gstreamer için geliştirme dosyaları + + gstreamer + libunwind-devel + elfutils-devel + glib2-devel + zlib-devel + xz-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + + + gstreamer-next-devel + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 1.16.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-28 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.10.36 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.10.36 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 0.10.36 + Release bump + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-06-26 + 0.10.36 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + schroedinger + http://www.diracvideo.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Dirac codec library + Dirac kodek kitaplığı + C-based libraries and GStreamer plugins for the Dirac video codec. + C ile kodlanmış Dirac video kodeği kitaplıkları ve GStreamer eklentileri + https://src.fedoraproject.org/repo/pkgs/schroedinger/schroedinger-1.0.11.tar.gz/da6af08e564ca1157348fb8d92efc891/schroedinger-1.0.11.tar.gz + + orc-devel + + + ltmain_as-needed.patch + + multimedia/video/schroedinger/pspec.xml + + + schroedinger + + orc + + + /usr/lib + /usr/share/doc + + + + schroedinger-devel + Development files for schroedinger + schroedinger için geliştirme dosyaları + + schroedinger + orc-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 1.0.11 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.0.11 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.0.11 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 1.0.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 1.0.11 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gst-libav + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Gstreamer plugin for the libav codec + Gstreamer için FFmpeg desteği + Gstreamer plugin for the libav codec. + https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.3.tar.xz + + meson + python3 + valgrind + orc-devel + xz-devel + zlib-devel + yasm-devel + ffmpeg-devel + libunwind-devel + gst-plugins-base-devel + + multimedia/video/gst-libav/pspec.xml + + + gst-libav + + xz + zlib + bzip2 + glib2 + ffmpeg + gstreamer + gst-plugins-base + + + /usr/lib + /usr/share/doc + + + gst-libav-next + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-01 + 1.16.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-01-19 - 0.3.19 + 2019-04-24 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-28 + 1.12.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + + + + xine-lib + http://xine.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Librairies centrales pour le lecteur vidéo Xine. + Core libraries for Xine movie player + Xine çokluortam oynatıcısının çekirdek kitaplıkları + This package contains the Xine library. It can be used to play back various media, decode multimedia files from local disk drives, and display multimedia streamed over the Internet. It interprets many of the most common multimedia formats available - and some uncommon formats, too. + xine-lib çeşitli medyaları oynatmak, farklı medya yapılarını birbirine dönüştürmek, Internet üzerinden yayınları işleyip göstermek gibi işlevleri olan bir çokluortam kitaplığıdır. Yaygın çokluortam yapılarının çoğunu desteklediği gibi fazla yaygın olmayan yapıları da desteklemektedir. + https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/xine-lib-1.2.12.tar.xz + + accel_vaapi.h + + + aom-devel + dav1d-devel + faad2-devel + gnutls-devel + libmng-devel + libpng-devel + libcaca-devel + libssh2-devel + openssl-devel + wayland-devel + libdvdnav-devel + libmpcdec-devel + libdvdread-devel + libjpeg-turbo-devel + libXext-devel + fontconfig-devel + freetype-devel + zlib-devel + libXinerama-devel + libXv-devel + libXvMC-devel + libogg-devel + libvorbis-devel + libglvnd-devel + libdvdcss-devel + DirectFB-devel + flac-devel + libsdl-devel + alsa-lib-devel + aalib-devel + libtheora-devel + libvpx-devel + samba-devel + libmad-devel + speex-devel + libmodplug-devel + ffmpeg-devel + a52dec-devel + libv4l-devel + pulseaudio-libs-devel + libdca-devel + libbluray-devel + libmng-devel + libSM-devel + libICE-devel + libcdio-devel + mesa-glu-devel + libvdpau-devel + + + list.patch + no_autopoint.patch + lpthread.patch + + multimedia/video/xine-lib/pspec.xml + + + xine-lib + + libglvnd + zlib + flac + speex + aalib + libXv + libmad + a52dec + libdca + libsdl + libogg + libv4l + ffmpeg + libX11 + libXvMC + libXext + libvpx + libxcb + alsa-lib + freetype + DirectFB + libvdpau + mesa-glu + libtheora + libbluray + libvorbis + fontconfig + libmodplug + aom + dav1d + faad2 + gnutls + libmng + libpng + libcaca + libssh2 + openssl + wayland + libdvdnav + libmpcdec + libdvdread + libjpeg-turbo + pulseaudio-libs + + + /usr/bin + /usr/lib + /usr/share/xine + /usr/share/xine-lib/fonts + /usr/share/man + /usr/share/doc/xine-lib + + + + xine-lib-devel + Development files for xine-lib + xine-lib için geliştirme dosyaları + xine-lib için geliştirme dosyaları + + xine-lib + + + /usr/bin/xine-config + /usr/lib/pkgconfig + /usr/include + /usr/share/aclocal + + + + + 2022-04-19 + 1.2.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-29 + 1.2.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 1.2.10 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-10-05 + 1.2.10 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-09-18 + 1.2.10 + Rebuild ffmpeg. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-19 + 1.2.10 + Rebuild ffmpeg. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-28 + 1.2.9 + Rebuild ffmpeg. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 1.2.9 + Rebuild ffmpeg. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-26 + 1.2.9 + Rebuild ffmpeg. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-24 + 1.2.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 1.2.8 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-14 + 1.2.6 + Release bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.2.6 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libmp4v2 + https://github.com/TechSmith/mp4v2 + + Pisilinux Community + admins@pisilinux.org + + MPL-1.1 + library + app:console + multimedia.video + MPEG4 library + MPEG4 kütüphanesi + Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D. + MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems. + Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi. + Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D. + https://github.com/TechSmith/mp4v2/archive/refs/tags/Release-ThirdParty-MP4v2-5.0.1.tar.gz + + libgcc + + multimedia/video/libmp4v2/pspec.xml + + + libmp4v2 + + libgcc + + + /usr/bin + /usr/lib + + + + libmp4v2-devel + Development files for libmp4v2 + libmp4v2 için geliştirme dosyaları + + libmp4v2 + + + /usr/include + + + + + 2021-11-27 + 5.0.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-18 + 2.0.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 2.0.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 2.0.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 2.0.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + vid.stab + http://www.rowetel.com/?page_id=452 + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + multimedia.video + Video stabilization library + Video stabilization library + https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz + + cmake + + multimedia/video/vid.stab/pspec.xml + + + vid.stab + + libgcc + libgomp + + + /usr/bin + /usr/lib + /usr/share/doc + + + + vid.stab-devel + Header files for vid.stab. + + vid.stab + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 1.1.0 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + libfdk-aac + https://github.com/mstorsjo/fdk-aac + + PisiLinux Community + admins@pisilinux.org + + custom + library + multimedia.video + Fraunhofer FDK AAC codec library + Fraunhofer FDK AAC codec library + Fraunhofer FDK AAC codec library + Fraunhofer FDK AAC codec library + https://github.com/mstorsjo/fdk-aac/archive/v2.0.1.tar.gz + multimedia/video/libfdk-aac/pspec.xml + + + libfdk-aac + + /usr/lib + + + + libfdk-aac-devel + Development files for libfdk-aac + + libfdk-aac + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-01-18 + 2.0.1 Rebuild PisiLinux Community admins@pisilinux.org - - 2021-01-06 - 0.3.19 - Version bump - PisiLinux Community - admins@pisilinux.org - - 2020-03-30 - 0.3.2 + 2019-11-04 + 2.0.1 First release PisiLinux Community admins@pisilinux.org @@ -209664,50 +55484,570 @@ cleaner, which will allow to add new features in the future. - pipewire-0.2 - https://pipewire.org/ + cheese + https://gitlab.gnome.org/GNOME/cheese + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + multimedia.video + Take photos and videos with your webcam, with fun graphical effects + Take photos and videos with your webcam, with fun graphical effects + https://download.gnome.org/sources/cheese/41/cheese-41.1.tar.xz + + appstream-glib-devel + gobject-introspection-devel + meson + vala-devel + yelp-tools + clutter-devel + clutter-gst-devel + clutter-gtk-devel + gnome-desktop-devel + libseccomp-devel + libseccomp + libcanberra-devel + libcanberra-gtk3-devel + gettext-devel + gdk-pixbuf-devel + glib2-devel + itstool + libXtst-devel + librsvg-devel + libgee-devel + gnome-video-effects + gst-plugins-bad-devel + + multimedia/video/cheese/pspec.xml + + + cheese + + cogl + gtk3 + cairo + glib2 + libX11 + clutter + gstreamer + gdk-pixbuf + clutter-gst + clutter-gtk + gnome-desktop + gst-plugins-base + libcanberra-gtk3 + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/applications + /usr/share/dbus-1 + /usr/share/help + /usr/share/doc + /usr/share/locale + /usr/share/man + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/metainfo + + + + cheese-devel + + cheese + gtk3-devel + glib2-devel + libX11-devel + clutter-devel + gstreamer-devel + gdk-pixbuf-devel + clutter-gst-devel + clutter-gtk-devel + gst-plugins-base-devel + gst-plugins-bad-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-11-15 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-20 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 3.38.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gst-editing-services + https://gitlab.freedesktop.org/gstreamer/gst-editing-services + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + multimedia.video + GStreamer library for creating audio/video editors + Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı + Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı + Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı + https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.20.3.tar.xz + + gstreamer-devel + gst-plugins-base-devel + gst-plugins-bad-devel + gobject-introspection-devel + libxml2-devel + python3-devel + python3-pygobject3-devel + meson + + multimedia/video/gst-editing-services/pspec.xml + + + gst-editing-services + + glib2 + libxml2 + python3 + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib/libges* + /usr/lib/girepository-1.0 + /usr/lib/gst-validate-launcher + /usr/lib/gstreamer-1.0 + /usr/lib/python3.* + /usr/share/bash-completion + /usr/share/doc + /usr/share/gstreamer-1.0 + /usr/share/man + + + + gst-editing-services-devel + Development files for gst-editing-services + + gst-editing-services + glib2-devel + libxml2-devel + python3-devel + gstreamer-devel + gst-plugins-base-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.18.4 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-14 + 1.18.4 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + davs2 + https://github.com/pkuvcl/davs2/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + multimedia.video + Open-Source decoder of AVS2-P2/IEEE1857.4 video coding standard + davs2 is an open-source decoder of AVS2-P2/IEEE1857.4 video coding standard. + https://github.com/pkuvcl/davs2/archive/1.6.tar.gz + + davs2-1.6-gcc8-fix.patch + + + yasm-devel + + multimedia/video/davs2/pspec.xml + + + davs2 + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + davs2-devel + Header files for davs2. + + davs2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-12 + 1.6 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + kvazaar + http://ultravideo.cs.tut.fi/#encoder + + Mathias Freire + mathiasfreire45@gmail.com + + LGPL + library + multimedia.video + An open-source HEVC encoder + Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1. + https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz + + yasm + crypto++-devel + + multimedia/video/kvazaar/pspec.xml + + + kvazaar + + crypto++ + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + kvazaar-devel + Header files for kvazaar. + + kvazaar + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-11-07 + 2.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-28 + 2.0.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-12 + 1.3.0 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + smpeg + http://www.lokigames.com/development/smpeg.php3 PisiLinux Community admins@pisilinux.org LGPLv2.1 library - multimedia.editor - Server and user space API to deal with multimedia pipelines, 0.2.x series - Server and user space API to deal with multimedia pipelines, 0.2.x series - https://github.com/PipeWire/pipewire/archive/0.2.7.tar.gz + app:gui + multimedia.video + SDL MPEG kitaplığı + SDL MPEG + SDL MPEG library + SMPEG is a SDL MPEG decoding library. + SMPEG, MPEG formatını kullanabilen SDL kitaplığıdır. + https://sources.voidlinux.org/smpeg-0.4.5/smpeg-0.4.5.tar.gz - meson - doxygen - valgrind-devel - sbc-devel - dbus-devel - glib2-devel - eudev-devel - alsa-lib-devel + libsdl-devel + freeglut-devel + mesa-devel + mesa-glu-devel - multimedia/editor/pipewire-0.2/pspec.xml + + smpeg-0.4.5-gcc6.patch + smpeg-0.4.4-format_not_a_string_literal_and_no_format_arguments.diff + smpeg-0.4.5-fix-header.patch + smpeg-0.4.5-libsupc++.patch + smpeg-0.4.5-link.patch + + multimedia/video/smpeg/pspec.xml - pipewire-0.2 + smpeg - sbc - dbus - glib2 - eudev - alsa-lib + libsdl + mesa + mesa-glu + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + smpeg-devel + Development files for smpeg + smpeg için geliştirme dosyaları + + smpeg + + + /usr/bin/smpeg-config + /usr/include + /usr/share/aclocal + + + + smpeg-32bit + 32-bit shared libraries for smpeg + smpeg için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + freeglut-32bit + mesa-32bit + libsdl-32bit + mesa-glu-32bit + + + smpeg + libsdl-32bit + + + /usr/lib32 + + + + + 2018-08-05 + 0.4.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.4.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-01 + 0.4.5 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + aom + https://aomedia.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + multimedia.video + Alliance for Open Media video codec + aom is the AOMedia video encoder for ​AV1, an open source and royalty-free video codec. aom can save about 30% bitrate compared to VP9 and H.265 / HEVC, and about 50% over H.264, while retaining the same visual quality. + aom + https://storage.googleapis.com/aom-releases/libaom-3.4.0.tar.gz + + ninja + doxygen + cmake + yasm-devel + + multimedia/video/aom/pspec.xml + + + aom + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/pixmaps + + + + aom-devel + Header files for aom. + + aom + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-02 + 3.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-01 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 1.0.0_20200112 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + dav1d + https://code.videolan.org/videolan/dav1d + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + multimedia.video + dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness. + The goal of this project is to provide a decoder for most platforms, and achieve the highest speed possible to overcome the temporary lack of AV1 hardware decoder. It supports all features from AV1, including all subsampling and bit-depth parameters. In the future, this project will host simple tools or simple wrappings (like, for example, an MFT transform). + http://downloads.videolan.org/pub/videolan/dav1d/0.8.1/dav1d-0.8.1.tar.xz + + nasm + meson + ninja + + multimedia/video/dav1d/pspec.xml + + + dav1d + + libgcc + + + /usr/bin/dav1d /usr/lib - /usr/share /usr/share/doc - pipewire-0.2-devel - Development files for pipewire-0.2 + dav1d-devel - pipewire-0.2 + dav1d /usr/include @@ -209716,155 +56056,4545 @@ cleaner, which will allow to add new features in the future. - 2021-03-19 - 0.2.7 - Fix file conflicts - PisiLinux Community - admins@pisilinux.org + 2021-01-24 + 0.8.1 + Version bump. + fury + uglyside@yandex.ru - 2021-01-19 - 0.2.7 - First release - PisiLinux Community - admins@pisilinux.org + 2020-01-12 + 0.5.2 + First release. + Idris Kalp + idriskalp@gmail.com - puddletag - https://docs.puddletag.net/ + graphene + https://ebassi.github.io/graphene/ - Pisilinux Community - admins@pisilinux.org + Pisi Linux Admins + admin@pisilinux.org - GPL-3 - app:gui - multimedia.editor - Puddletag is an audio tag editor (primarily created) for GNU/Linux. - Linux üzerinde mp3 etiketlerini düzenlemenizi sağlayan bir araç - Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv). - Puddletag programı, kolay görünümü sayesinde mp3 etiketlerinde rahatça değişiklik yapabilmenizi sağlar. ID3v1, ID3v2, mp4, ogg, flac,mps, ape, wv formatlarını destekler. - https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.2.0.tar.gz + MIT + library + multimedia.video + A thin layer of graphic data types + A thin layer of graphic data types + A thin layer of graphic data types + A thin layer of graphic data types + https://github.com/ebassi/graphene/archive/1.10.8.tar.gz - python3-qt5 - python3-devel - python3-setuptools + meson + gtk-doc + glib2-devel + gobject-introspection-devel - multimedia/editor/puddletag/pspec.xml + multimedia/video/graphene/pspec.xml - puddletag + graphene - python3-qt5 - python3-lxml - libchromaprint - python3-mutagen - python3-configobj - python3-pyparsing - python3-Levenshtein + glib2 + + + /usr/lib + /usr/libexec + /usr/share + /usr/share/gir-1.0 + /usr/share/doc + + + + graphene-devel + Development files for graphene + + graphene + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + graphene-docs + Development files for graphene + + graphene + + + /usr/share/gtk-doc + + + + + 2022-03-21 + 1.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-23 + 1.10.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libmatroska + http://www.matroska.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Format de conteneur multimédia extensible basé sur EBML. + Extensible multimedia container format based on EBML + EBML üzerine konumlandırılmış genişletilebilir çokluortam taşıyıcısı + Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). + https://dl.matroska.org/downloads/libmatroska/libmatroska-1.6.3.tar.xz + + libebml-devel + cmake + + multimedia/video/libmatroska/pspec.xml + + + libmatroska + + libebml + libgcc + + + /usr/lib + /usr/share/doc + + + + libmatroska-devel + Development files for libmatroska + libmatroska için geliştirme dosyaları + + libmatroska + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2021-06-29 + 1.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.5.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.4.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-03 + 1.4.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-20 + 1.4.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + x265 + http://x265.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.video + Open source H265/EVC encoder + Açık kaynak kodlu H265/EVC çözücü + x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard. + x265 H265/EVC görüntü dosyalarını açmak için kullanılan bir kütüphane + http://ftp.osuosl.org/pub/blfs/conglomeration/x265/x265-20220219.tar.xz + + git + yasm-devel + cmake + + multimedia/video/x265/pspec.xml + + + x265 + + libgcc + + + /usr/bin + /usr/lib + + + + x265-devel + Development files for x265 + x265 için geliştirme dosyaları + + x265 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-24 + 20220219 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 3.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-14 + 3.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-17 + 3.2.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-10-06 + 3.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-14 + 3.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-05 + 2.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-19 + 2.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-18 + 2.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 2.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-12 + 1.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-23 + 1.7 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gstreamermm + https://gstreamer.freedesktop.org/bindings/cplusplus.html + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + multimedia.video + GStreamer C++ bindings + Gstreamer C++ arayüzü + The GStreamer API C++ bindings are based on gtkmm, using the same lifecycle mechanism. + Gstreamer'ın C++ arayüzü gtkmm temel alınarak hazırlanmıştır, aynı yaşam ömrü mekanizmasını kullanır. + http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.10/gstreamermm-1.10.0.tar.xz + + glibmm-devel + pangomm-devel + cairomm-devel + libxmlpp-devel + gstreamer-devel + gst-plugins-base-devel + + multimedia/video/gstreamermm/pspec.xml + + + gstreamermm + + glib2 + glibmm + libgcc + libxml2 + libxmlpp + gstreamer + libsigc++ + gst-plugins-base + + + /usr/lib + /usr/share/devhelp/books/gstreamermm-1.0 + /usr/share/doc + + + gstreamermm-next + + + + gstreamermm-devel + gstreamermm için geliştirme dosyaları + gstreamermm için geliştirme dosyaları + + glibmm-devel + libxmlpp-devel + gstreamer-devel + gst-plugins-base-devel + gstreamermm + + + /usr/include/gstreamermm-1.0 + /usr/lib/pkgconfig + + + gstreamermm-next-devel + + + + + 2022-06-22 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2022-05-11 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2022-04-13 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-10-27 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-06-14 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-01-18 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-18 + 1.10.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-10-05 + 1.10.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-16 + 1.10.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-28 + 1.10.0 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.10.11 + rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.10.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-29 + 0.10.11 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + opencore-amr + http://opencore-amr.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + multimedia.video + AMR speech codec implementation + AMR ses kodek sistemi + Opencore AMR is an implementation of Adaptive Multi Rate Narrowband and Wideband speech codec. + Opencore AMR, Adaptive Multi Rate Narrowband ve Wideband ses kodek sistemi altyapısıdır. + mirrors://sourceforge/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz + multimedia/video/opencore-amr/pspec.xml + + + opencore-amr + + /usr/lib + /usr/share/doc/opencore-amr + + + + opencore-amr-devel + Development files for opencore-amr + opencore-amr için geliştirme dosyaları + + opencore-amr + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 0.1.5 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-03-26 + 0.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-05 + 0.1.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.1.3 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libdvbpsi + https://www.videolan.org/developers/libdvbpsi.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Librairie pour la génération et le décodage des tables PSI TS/DVB MPEG. + Library for MPEG TS/DVB PSI tables decoding and generation + MPEG TS/DVB PSI taslaklarını üretmek ve çözümlemek için kullanılan bir kitaplık + libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables. + libdvbpsi, MPEG TS ve DVB PSI tablolarının ürteimi ve çözümlenmesi için tasarlanmış basit bir kitaplıktır. + http://download.videolan.org/pub/libdvbpsi/1.3.3/libdvbpsi-1.3.3.tar.bz2 + multimedia/video/libdvbpsi/pspec.xml + + + libdvbpsi + + /usr/lib + /usr/share/doc + + + + libdvbpsi-devel + Development files for libdvbpsi + libdvbpsi için geliştirme dosyaları + + libdvbpsi + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-04 + 1.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.3.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.3.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.3.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xavs2 + https://github.com/pkuvcl/xavs2/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + multimedia.video + Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard + Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard + https://github.com/pkuvcl/xavs2/archive/1.3.tar.gz + + yasm + + multimedia/video/xavs2/pspec.xml + + + xavs2 + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + xavs2-devel + Header files for xavs2. + + xavs2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 1.3 + First release. + İdris Kalp + idriskalp@gmail.com + + + + + + libmpeg2 + http://libmpeg2.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams + mpeg-2 ve mpeg-1 video görüntülerini çözmek için ücretsiz bir kütüphane + libmpeg2 est une librairie libre pour décoder les flux vidéos mpeg-2 et mpeg-1. libmpeg2 est capable de décoder tous les flux vidéos se conformant à certaines restrictions : "paramètres contraints (constrained parameters)" pour mpeg-1 et "profil principal (main profile)" pour mpeg-2. + libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. libmpeg2 is able to decode all mpeg streams that conform to certain restrictions: "constrained parameters" for mpeg-1, and "main profile" for mpeg-2. + libmpeg2, mpeg-1 ve mpeg-2 video akışlarının çözülerek okunması için ücretsiz bir kütüphanedir. Libmpeg-2, bir takım kısıtlayıcı kurallara (mpeg-1 için "kısıtlanmış parametreler" ve mpeg-2 için "ana profil") uyan bütün mpeg yayınlarını çözebilir. + libmpeg2 es una librería libre para decodificar flujos de video mpeg-2 y mpeg-1. libmpeg2 puede decodificar todo tipo de flujos mpeg que cumplen ciertos restricciones: "constrained parameters" para mpeg-1, y "main profile" para mpeg-2. + http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz + + libmpeg2-0.4.1-use-readelf-for-test.patch + + multimedia/video/libmpeg2/pspec.xml + + + libmpeg2 + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libmpeg2-devel + Development files for libmpeg2 + libmpeg2 için geliştirme dosyaları + + libmpeg2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-19 + 0.5.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.5.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.5.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.5.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.5.1 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + l-smash + https://github.com/l-smash/l-smash + + Alihan Öztürk + alihan@pisilinux.org + + custom + app:console + multimedia.video + MP4 muxer and other tools. + Loyal to Spec of MPEG4, and Ad-hock Simple Hackwork library. + https://github.com/l-smash/l-smash/archive/v2.14.5.tar.gz + multimedia/video/l-smash/pspec.xml + + + l-smash + MP4 muxer and other tools. + + glibc /usr/bin /usr/lib /usr/share - /usr/share/man /usr/share/doc - - - 2022-07-10 - 2.2.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-02-05 - 2.1.1 - Minor ver. bump - fury - uglyside@yandex.ru - - - 2022-02-04 - 2.1.0 - First release - fury - uglyside@yandex.ru - - - - - - tageditor - https://github.com/Martchus/tageditor - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - multimedia.editor - A tag editor with Qt GUI and command-line interface. - A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska. - https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.3.tar.gz - - cmake - qt5-linguist - cppunit-devel - qt5-base-devel - tagparser-devel - qtutilities-devel - cpp-utilities-devel - qt5-multimedia-devel - - multimedia/editor/tageditor/pspec.xml - - tageditor + l-smash-devel + Development files for l-smash. - libgcc - qt5-base - tagparser - qtutilities - cpp-utilities - qt5-declarative + l-smash - /usr/bin - /usr/share - /usr/share/doc + /usr/lib/pkgconfig + /usr/include - 2022-07-10 - 3.7.3 + 2020-01-17 + 2.14.5 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-07-31 + 2.14.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 2.9.1 + Rebuild for new toolchain. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-12 + 2.9.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + vo-amrwbenc + http://sourceforge.net/projects/opencore-amr/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + app:cli + multimedia.video + VisualOn AMR-WB encoder library + VisualOn AMR-WB encoder library + http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/vo-amrwbenc-0.1.3.tar.gz + multimedia/video/vo-amrwbenc/pspec.xml + + + vo-amrwbenc + + libvo-amrwbenc + + + /usr/bin/amrwb-enc + + + + libvo-amrwbenc + + /usr/lib + /usr/share/doc + + + + libvo-amrwbenc-devel + + libvo-amrwbenc + + + /usr/include + /usr/lib/pkgconfig/vo-amrwbenc.pc + + + + + 2020-01-18 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-02 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-27 + 1.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gstreamer-vaapi + http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + multimedia.video + GStreamer Multimedia Framework VA Plugins + gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. + https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.3.tar.xz + + meson + python3 + mesa-devel + libglvnd-devel + libva-devel + libXrandr-devel + wayland-protocols-devel + gstreamer-devel + gst-plugins-bad-devel + gst-plugins-base-devel + + multimedia/video/gstreamer-vaapi/pspec.xml + + + gstreamer-vaapi + + glib2 + libva + libglvnd + eudev + libX11 + libdrm + libXrandr + libXrender + wayland-client + wayland-protocols + gstreamer + gst-plugins-bad + gst-plugins-base + + + /usr/lib + /usr/share/doc + + + gstreamer-vaapi-next + gstreamer-vaapi-next-devel + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-01 + 1.16.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-26 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-28 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + + + + rubberband + https://github.com/breakfastquay/rubberband + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv1 + library + multimedia.video + Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı + Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı + Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı + Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı + https://github.com/breakfastquay/rubberband/archive/v1.8.2.tar.gz + + vamp-plugin-sdk-devel + libsamplerate-devel + libsndfile-devel + ladspa-sdk-devel + fftw3-devel + jdk8-openjdk + fftw3-devel + + multimedia/video/rubberband/pspec.xml + + + rubberband + + fftw3 + libgcc + libsndfile + libsamplerate + vamp-plugin-sdk + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + rubberband-devel + + rubberband + + + /usr/lib/pkgconfig + /usr/include + + + + + 2021-03-10 + 1.8.2 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-18 + 1.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-27 + 1.8.1 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + gst-plugins-ugly + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Other plugins for gstreamer + Gstreamer için diğer eklentiler + les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent. + GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems. + GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir. + https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.3.tar.xz + + meson + xz-devel + zlib-devel + valgrind + python3 + orc-devel + x264-devel + lame-devel + glib2-devel + a52dec-devel + libmad-devel + mpg123-devel + libcdio-devel + twolame-devel + libunwind-devel + libmpeg2-devel + libdvdread-devel + opencore-amr-devel + gstreamer-devel + gst-plugins-base-devel + + multimedia/video/gst-plugins-ugly/pspec.xml + + + gst-plugins-ugly + + orc + lame + x264 + glib2 + a52dec + libmad + mpg123 + libcdio + twolame + libmpeg2 + libdvdread + opencore-amr + gstreamer + gst-plugins-base + + + /usr/lib/gstreamer-1.0 + /usr/share/doc/gst-plugins-ugly + /usr/share/gtk-doc + /usr/share/gstreamer-1.0 + /usr/share/locale + + + gst-plugins-ugly-next + + + + + 2022-07-01 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-05 + 1.17.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-01 + 1.16.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-28 + 1.12.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-18 + 0.10.19 + Rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.10.19 + Rebuild and edit. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.10.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-10 + 0.10.19 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + vamp-plugin-sdk + https://www.vamp-plugins.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + BSD + library + multimedia.video + Vamp ses analizi eklenti sistemi + Vamp ses analizi eklenti sistemi + Vamp ses analizi eklenti sistemi + Vamp ses analizi eklenti sistemi + https://github.com/c4dm/vamp-plugin-sdk/archive/vamp-plugin-sdk-v2.8.tar.gz + + libsndfile-devel + + multimedia/video/vamp-plugin-sdk/pspec.xml + + + vamp-plugin-sdk + + libgcc + libsndfile + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + vamp-plugin-sdk-devel + + vamp-plugin-sdk + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-01-17 + 2.8 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-08-05 + 2.7.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-27 + 2.7.1 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + libprojectM + http://projectm.sourceforge.net + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2 + library + multimedia.video + An advanced MilkDrop-compatible music visualization library + MilkDrop uyumlu müzik görselleştirme kitaplığı + libprojectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is a reimplementation of Winamp visualization plug-in MilkDrop which uses 3D graphics hardware, combined with iterative image-based rendering techniques and compatible with MilkDrop presets. + libprojectM, donanım hızlandırma kullanılarak OpenGL ile müzik görselleştirme işlemini yapan bir kitaplıktır. + https://github.com/projectM-visualizer/projectm/releases/download/v3.1.12/projectM-3.1.12.tar.gz + + cmake + mesa-devel + libsdl2-devel + libglvnd-devel + qt5-base-devel + freeglut-devel + libvisual-devel + pulseaudio-libs-devel + + multimedia/video/libprojectM/pspec.xml + + + libprojectM + + libgcc + libglvnd + libsdl2 + + + /usr/bin/projectM-unittest + /usr/share/icons + /usr/share/doc + /usr/share/projectM/ + /usr/lib/libprojectM.so* + + + + libprojectM-devel + Development files for libprojectM + libprojectM için geliştirme dosyaları + + qt5-base-devel + libprojectM + + + /usr/include + /usr/lib/pkgconfig + + + + libprojectM-sdl + ProjectM support for sdl + + libsdl2 + qt5-base + jack-audio-connection-kit + libprojectM + + + /usr/bin/projectMSDL + + + + libprojectM-pulseaudio + ProjectM support for Pulseaudio + + qt5-base + libglvnd + pulseaudio-libs + libprojectM + + + /usr/share/man/man1/projectM-pulseaudio.1 + /usr/bin/projectM-pulseaudio + /usr/share/applications/projectM-pulseaudio.desktop + + + + + 2022-01-09 + 3.1.12 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libtheora + https://www.theora.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.video + Le codec (compresseur / décompresseur) de compression vidéo Theora. + The Theora Video Compression Codec + Theora video sıkıştırma kodlaması + Der Theora Video Kompressions-Codec + libtheora is Xiph.Org's first publicly released video codec, intended for use within the Ogg's project's Ogg multimedia streaming system. + libtheora, Ogg projesi kapsamında Ogg çokluortam akış sistemi ile beraber kullanılmak üzere tasarlanmış bir video kodlamasıdır. + http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 + + libogg-devel + libvorbis-devel + + + flags.patch + libtheora-1.1.1-libpng16.patch + + multimedia/video/libtheora/pspec.xml + + + libtheora + + libogg + libvorbis + + + /usr/lib + /usr/share/doc + + + + libtheora-32bit + 32-bit shared libraries for libtheora + emul32 + emul32 + + libogg-32bit + + + libtheora + libogg-32bit + + + /usr/lib32 + + + + libtheora-devel + Development files for libtheora + libtheora için geliştirme dosyaları + + libtheora + libogg-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2020-01-11 + 1.1.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-31 + 1.1.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-11 + 1.1.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.1.1 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.1.1 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gst-rtsp-server + https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + multimedia.video + RTSP server library based on GStreamer + GStreamer tabanlı RTSP sunucu kitaplığı + GStreamer tabanlı RTSP sunucu kitaplığı + GStreamer tabanlı RTSP sunucu kitaplığı + https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.20.3.tar.xz + + meson + python3-devel + glib2-devel + gstreamer-devel + gst-plugins-bad-devel + + multimedia/video/gst-rtsp-server/pspec.xml + + + gst-rtsp-server + + glib2 + gstreamer + gst-plugins-base + + + /usr/lib/libgstrtspserver* + /usr/lib/gstreamer-1.0 + /usr/lib/girepository-1.0 + /usr/share/doc + + + + gst-rtsp-server-devel + Development files for gst-rtsp-server + + gst-rtsp-server + gstreamer-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 1.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-24 + 1.18.4 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + xavs + http://xavs.sourceforge.net/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + multimedia.video + XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). + XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). + https://sourceforge.net/projects/pisilinux/files/source/xavs-0.1.55.tar.xz + + yasm + + + xavs-dynamic-xavs.patch + xavs-0.1.55-dont-strip-symbols.patch + xavs-dup-asm.patch + xavs-x32-yasm.patch + + multimedia/video/xavs/pspec.xml + + + xavs + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + xavs-devel + Header files for xavs. + + xavs + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 0.1.55 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + ffmpeg + http://ffmpeg.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + GPLv3 + LGPLv2 + LGPLv3 + app:console + multimedia.video + A command-line tool to record, convert and stream audio and video + FFmpeg ses ve görüntü dosyalarını kaydedebilen, dönüştürebilen ve açabilen yazılımdır + FFmpeg to kompletne rozwiązanie nagrywania, konwersji i transmisji strumieni dźwięku i obrazu + FFmpeg is a complete solution to record, convert and stream audio and video. + FFmpeg ses ve görüntü dosyalarını kaydedebilen,dönüştürebilen ve açabilen komple bir çözüm. libavcodec ve birçok popüler ses/görüntü codeclerini içerir. + FFmpeg to kompletne rozwiązanie nagrywania, konwersji i transmisji strumieni dźwięku i obrazu. Jest to działające z linii poleceń narzędzie do konwersji obrazu z jednego formatu do innego. Obsługuje także przechwytywanie i kodowanie w czasie rzeczywistym z karty telewizyjnej. + https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz + + srt-devel + freetype-devel + fontconfig-devel + lame-devel + cairo-devel + xz-devel + x264-devel + x265-devel + xavs-devel + xavs2-devel + ffnvcodec + libbs2b-devel + libavc1394-devel + libraw1394-devel + svt-av1-devel + libdrm-devel + libmfx-devel + rav1e-devel + dav1d-devel + davs2-devel + aom-devel + libva-devel + libsdl2-devel + libvpx-devel + libass-devel + libopus-devel + libilbc-devel + codec2-devel + libfdk-aac-devel + libgme-devel + lensfun-devel + libiec61883-devel + kvazaar-devel + libopenmpt-devel + librsvg-devel + rubberband-devel + shine-devel + flite-devel + libsoxr-devel + snappy-devel + vid.stab-devel + libxcb-devel + libzimg-devel + openal-devel + alsa-lib-devel + libvdpau-devel + libtheora-devel + libvorbis-devel + celt-devel + gsm-devel + libbluray-devel + opencore-amr-devel + libmodplug-devel + pulseaudio-libs-devel + openjpeg2-devel + frei0r-plugins-devel + rtmpdump-devel + speex-devel + yasm-devel + libv4l-devel + pkgconfig + libvo-amrwbenc-devel + xvid-devel + libdc1394-devel + libcdio-paranoia-devel + libXv-devel + wavpack-devel + webp-devel + ladspa-sdk-devel + libaribb24-devel + jack-audio-connection-kit-devel + twolame-devel + fribidi-devel + libxml2-devel + opencl-icd-devel + openssl-devel + libomxil-bellagio-devel + zeromq-devel + + + fix-vmaf-model-path.patch + + multimedia/video/ffmpeg/pspec.xml + + + ffmpeg + + srt + gsm + celt + lame + x264 + x265 + xvid + zlib + bzip2 + speex + libva + libXv + libX11 + libsdl2 + libv4l + libvpx + libxcb + libass + libopus + libXext + alsa-lib + freetype + libvdpau + openjpeg2 + xz + cairo + glib2 + xavs + xavs2 + libbs2b + libavc1394 + libraw1394 + svt-av1 + libdrm + libmfx + rav1e + dav1d + davs2 + aom + libva + libsdl2 + libvpx + libass + libopus + libilbc + codec2 + libfdk-aac + libgme + lensfun + libiec61883 + kvazaar + libopenmpt + librsvg + rubberband + shine + flite + libsoxr + snappy + vid.stab + libxcb + libzimg + openal + rtmpdump + libbluray + libdc1394 + libtheora + libvorbis + fontconfig + libmodplug + libvo-aacenc + opencore-amr + libvo-amrwbenc + pulseaudio-libs + libcdio-paranoia + wavpack + webp + ladspa-sdk + libaribb24 + jack-audio-connection-kit + twolame + fribidi + libxml2 + opencl-icd + openssl + libomxil-bellagio + zeromq + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/ffmpeg + + + + ffmpeg-devel + Development files for ffmpeg + ffmpeg için geliştirme dosyaları + Pliki nagłówkowe ffmpeg + + ffmpeg + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-24 + 4.4.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-19 + 4.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 4.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-12 + 4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-04 + 4.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-28 + 4.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-08 + 4.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-16 + 4.2.2 + Rebuild. + Mustafa Cinasal + muscnslp@gmail.com + + + 2020-01-22 + 4.2.2 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-14 + 4.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 4.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-22 + 4.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-28 + 4.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-19 + 4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-05 + 4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 3.4.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 3.3.6 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-13 + 3.3.6 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 3.3.6 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 3.2.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-13 + 3.0.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-09 + 2.8.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-16 + 2.8.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + x264 + http://developers.videolan.org/x264.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.video + Open source H264/AVC encoder + Açık kaynak kodlu H264/AVC çözücü + x264 is a free library for encoding H264/AVC video streams. + x264 H264/AVC görüntü dosyalarını açmak için kullanılan bir kütüphane + http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20220219.tar.xz + + yasm-devel + l-smash-devel + + multimedia/video/x264/pspec.xml + + + x264 + + l-smash + + + /usr/bin + /usr/lib + /usr/share/bash-completion/completions/x264 + + + + x264-devel + Development files for x264 + x264 için geliştirme dosyaları + + x264 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-24 + 20220219 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 20210814 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 20210211 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-14 + 20200819 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-17 + 20191217 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2019-10-10 + 2245.20191010 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-12 + 2245.20190412 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2245.20180730 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-19 + 2245.19052018 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 2245.17022018 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2017-09-20 + 2245.12062016 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-07-22 + 2245.12062016 + Fix relase + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-13 + 2245.12062016 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-09 + 2245 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-02 + 2245 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + graphviz + https://www.graphviz.org/ + + fury + uglyside@yandex.ru + + EPL + app + multimedia.graphics + Open source graph drawing software. + Açık kaynak bir grafik çizim programıdır + Graphviz is open source graph visualization software which has web and interactive graphical interfaces, and auxiliary tools and libraries. Graphviz has many useful features for diagrams, such as options for colors, fonts, tabular node layouts, line styles, and custom shapes. + Graphviz web ve etkileşimli grafik arayüzüne, yardımcı araç ve kütüphanelere sahip açık kaynak bir grafik canlandırma yazılımıdır. Graphviz renk, font, çizelge planı, çizgi stili ayarları ve özel şekiller gibi diyagramlara yönelik bir çok kullanışlı özelliğe sahiptir. + https://gitlab.com/graphviz/graphviz/-/archive/2.50.0/graphviz-2.50.0.tar.bz2 + + perl + swig + libtool + doxygen + gd-devel + tcl-devel + guile-devel + pango-devel + cairo-devel + libXt-devel + libX11-devel + libXaw-devel + libXmu-devel + python3-devel + librsvg-devel + freeglut-devel + mesa-glu-devel + ghostscript-devel + + multimedia/graphics/graphviz/pspec.xml + + + graphviz + + gd + zlib + perl + glib2 + guile + pango + cairo + expat + libXt + libX11 + libXaw + libXmu + libgcc + python3 + librsvg + ghostscript + libtool-ltdl + + + /usr/bin + /usr/lib + /usr/share/graphviz + /usr/share/man + + + + graphviz-docs + + /usr/share/graphviz/doc + + + + graphviz-demo + + graphviz + + + /usr/share/graphviz/demo + + + + graphviz-devel + graphviz için geliştirme dosyaları + + graphviz + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-18 + 2.50.0 Version bump fury uglyside@yandex.ru - 2022-04-14 - 3.7.0 - Version bump - fury - uglyside@yandex.ru + 2021-06-10 + 2.47.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2022-01-18 - 3.6.0 - Version bump + 2021-02-24 + 2.46.1 + Version bump. fury uglyside@yandex.ru - 2021-11-04 - 3.5.0 - First build. + 2017-01-18 + 2.40.1 + First release. + Ali Algul + aligulle3801@gmail.com + + + + + + inkscape + https://inkscape.org/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + LGPL-2.1 + app:gui + multimedia.graphics + SVG vector graphics application. + Vektörel çizim programı + Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files. + SVG tabanlı, çok kapsamlı ve gelişmiş bir vektörel çizim programıdır. + https://media.inkscape.org/dl/resources/file/inkscape-1.2.1.tar.xz + + cmake + ragel + ccache + cython3 + potrace + gc-devel + intltool + gsl-devel + gdl-devel + libXt-devel + libXv-devel + libSM-devel + libXaw-devel + libXmu-devel + libXpm-devel + libXres-devel + libXtst-devel + ncurses-devel + xcb-util-devel + readline-devel + libxkbfile-devel + dbus-devel + gtk3-devel + popt-devel + lcms2-devel + boost-devel + aalib-devel + aspell-devel + gtkmm3-devel + libwpg-devel + libcdr-devel + libwpd-devel + liblqr-devel + libxslt-devel + libsoup-devel + python3-devel + boost-python3 + poppler-devel + poppler-utils + libyaml-devel + libvisio-devel + libspiro-devel + gtkspell3-devel + dbus-glib-devel + librevenge-devel + poppler-glib-devel + desktop-file-utils + libjpeg-turbo-devel + GraphicsMagick-devel + appstream-glib-devel + double-conversion-devel + python3-pygobject3-devel + + multimedia/graphics/inkscape/pspec.xml + + + inkscape + SVG vector graphics application. + + gc + gdl + gsl + dbus + gtk3 + zlib + atkmm + cairo + glib2 + lcms2 + pango + boost + aspell + glibmm + gtkmm3 + libX11 + libcdr + libgcc + libpng + libwpg + python3 + potrace + cairomm + libgomp + libsoup + libxml2 + libxslt + pangomm + poppler + readline + freetype + harfbuzz + lib2geom + libvisio + libspiro + dbus-glib + gtkspell3 + libsigc++ + fontconfig + gdk-pixbuf + librevenge + poppler-glib + python3-lxml + python3-numpy + python3-scour + boost-python3 + libjpeg-turbo + GraphicsMagick + python3-pygobject3 + + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/icons + /usr/share/metainfo + /usr/share/inkscape + /usr/lib/inkscape + /usr/share/locale + /usr/share/applications + /usr/share/bash-completion/completions/inkscape + + + + lib2geom + + gsl + glib2 + cairo + libgcc + double-conversion + + + /usr/lib + + + + lib2geom-devel + + lib2geom + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-08-07 + 1.2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2022-07-08 + 1.2 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-01 + 1.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-01 + 1.1.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-20 + 1.1.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-06-05 + 1.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-20 + 1.0.2 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-11 + 1.0.1 + Ver bump, gtk3. + fury + uglyside@yandex.ru + + + 2020-04-16 + 0.92.5 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-10-05 + 0.92.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-06-26 + 0.92.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-01 + 0.92.3 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-23 + 0.92.3 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-16 + 0.92.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.91 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-29 + 0.91 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + jbigkit + http://www.cl.cam.ac.uk/~mgk25/jbigkit/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.graphics + A portable library of compression and decompression functions + Taşınabilir bir sıkıştırma kitaplığı + JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents. + jbigkit, faks sayfaları ve taranmış belgeler gibi yüksek çözünürlüklü görüntüler için, yüksek performanslı bir sıkıştırma kitaplığıdır. + https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz + + jbigkit-2.1-shared.diff + jbigkit-2.0-warnings.patch + + multimedia/graphics/jbigkit/pspec.xml + + + jbigkit + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/lib + + + + jbigkit-devel + Development files for jbigkit + jbigkit için geliştirme dosyaları + + jbigkit + + + /usr/include + + + + + 2020-01-14 + 2.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-25 + 2.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 2.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-19 + 2.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + openjpeg2 + https://github.com/uclouvain/openjpeg + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + multimedia.graphics + JPEG2000 decoding library + JPEG2000 çözme kütüphanesi + Biblioteka implementująca kodek formatu JPEG 2000 + openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). + https://github.com/uclouvain/openjpeg/archive/v2.5.0.tar.gz + + cmake + doxygen + lcms2-devel + tiff-devel + zlib-devel + libpng-devel + + multimedia/graphics/openjpeg2/pspec.xml + + + openjpeg2 + + lcms2 + tiff + libpng + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man1 + /usr/share/man3 + /usr/share/doc + + + + openjpeg2-devel + Development files for openjpeg2 + openjpeg2 için geliştirme dosyaları + Pliki nagłówkowe do openjpeg2 + + openjpeg2 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/lib/openjpeg-2.3 + /usr/lib32/openjpeg-2.3 + + + + openjpeg2-32bit + 32-bit shared libraries for openjpeg2 + emul32 + emul32 + + zlib-32bit + lcms2-32bit + tiff-32bit + libpng-32bit + + + lcms2-32bit + tiff-32bit + libpng-32bit + + + /usr/lib32 + /usr/bin/*_32 + + + + + 2022-06-24 + 2.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 2.3.1 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2019-11-05 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-23 + 2.3.0 + First release. + PisiLinux Community + admins@pisilinux.org + + + 2018-08-03 + 2.3.0 + First release. + PisiLinux Community + admins@pisilinux.org + + + 2018-03-30 + 2.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + lcms2 + http://www.littlecms.com + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + library + multimedia.graphics + A color management library. + Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms. + https://sourceforge.net/projects/lcms/files/lcms/2.12/lcms2-2.12.tar.gz + + libjpeg-turbo-devel + tiff-devel + + multimedia/graphics/lcms2/pspec.xml + + + lcms2 + + libjpeg-turbo + tiff + + + /usr/bin + /usr/lib + /usr/share/lcms/ + /usr/share/man + /usr/share/doc + + + + lcms2-devel + Development files for lcms2 + + lcms2 + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + + + + lcms2-32bit + 32-bit shared libraries for lcms2 + emul32 + + tiff-32bit + libjpeg-turbo-32bit + + + lcms2 + + + /usr/lib32 + + + + + 2021-03-10 + 2.12 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-18 + 2.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-29 + 2.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-21 + 2.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 2.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 2.6 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-01 + 2.6 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + icoutils + http://www.nongnu.org/icoutils/ + + PisiLinux Community + admin@pisilinux.org + + GPLv3+ + app:gui + multimedia.graphics + Utility for extracting and converting Microsoft icon and cursor files + A set of programs for extracting and converting images in icon and cursor files (.ico, .cur) + http://download.savannah.gnu.org/releases/icoutils/icoutils-0.32.3.tar.bz2 + + libpng-devel + + multimedia/graphics/icoutils/pspec.xml + + + icoutils + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/share/locale + + + + + 2020-03-06 + 0.32.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + + + 2018-09-01 + 0.32.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2018-03-21 + 0.32.3 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2017-02-05 + 0.31.1 + Version bump + PisiLinux Community + admin@pisilinux.org + + + 2016-06-02 + 0.31.0 + First release + PisiLinux Community + admin@pisilinux.org + + + + + + enblend + http://enblend.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.graphics + Image blending with multiresolution splines + Resim harmanlama aracı + enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. + enblend, resimleri birleştirmek için kullanılan bir araçtır. Düzensiz bir şekilde üstüste binen bir resim grubunu, resimlerin arasındaki düğüm noktaları anlaşılmayacak şekilde harmanlar. + mirrors://sourceforge/enblend/enblend-enfuse/enblend-enfuse-4.1/enblend-enfuse-4.1.5.tar.gz + + cmake + gsl-devel + zlib-devel + tiff-devel + vigra-devel + boost-devel + lcms2-devel + libpng-devel + openexr-devel + imagemagick-devel + libjpeg-turbo-devel + + + gentoo_prepare.patch + + multimedia/graphics/enblend/pspec.xml + + + enblend + + gsl + tiff + boost + lcms2 + vigra + libgcc + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share/info + + + + + 2020-10-29 + 4.1.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-03-05 + 4.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-10-05 + 4.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-01 + 4.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 4.1.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-17 + 4.1.3 + Rebuild for new toolchain. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 4.1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-27 + 4.1.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + openimageio + https://sites.google.com/site/openimageio/home + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + multimedia.graphics + Library for reading and writing images + Görüntüleri okuma ve yazma için bir kütüphane + OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. + https://github.com/OpenImageIO/oiio/archive/Release-2.2.18.0.tar.gz + + git + cmake + pybind11 + boost-devel + boost-python3 + openssl-devel + pugixml-devel + openexr-devel + imath-devel + glew-devel + python3-devel + txt2man + libpng-devel + tiff-devel + webp-devel + ffmpeg-devel + opencv-devel + freetype-devel + giflib-devel + zlib-devel + jasper-devel + libraw-devel + hdf5-devel + qt5-base-devel + intel-tbb-devel + openjpeg2-devel + opencolorio-devel + libjpeg-turbo-devel + + multimedia/graphics/openimageio/pspec.xml + + + openimageio + + tiff + webp + boost + opencv + pugixml + openssl + giflib + pybind11 + imath + openjpeg2 + openexr-libs + libjpeg-turbo + libraw + zlib + ffmpeg + libpng + python3 + freetype + libgcc + libglvnd + qt5-base + + + /usr/lib + /usr/bin + /usr/share + + + + openimageio-devel + Development files for openimageio + openimageio için geliştirme başlıkları + + openimageio + tiff-devel + webp-devel + boost-devel + opencv-devel + giflib-devel + pugixml-devel + imath-devel + openjpeg2-devel + openexr-devel + libjpeg-turbo-devel + libraw-devel + zlib-devel + ffmpeg-devel + libpng-devel + python3-devel + freetype-devel + + + /usr/include + + + + + 2022-01-18 + 2.2.18.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-20 + 2.2.18.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 2.2.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-30 + 2.2.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-12 + 2.2.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 2.2.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-18 + 2.0.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-05 + 1.8.17 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.8.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-11 + 1.8.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 1.8.9 + Rebuild ffmpeg + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 1.7.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-13 + 1.7.12 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-17 + 1.7.12 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-20 + 1.6.14 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-15 + 1.5.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-08 + 1.5.20 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libzimg + https://github.com/sekrit-twc/zimg + + Mathias Freire + mathiasfreire45@gmail.com + + WTFPL + library + multimedia.graphics + Scaling, colorspace conversion, and dithering library + The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. + https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3.tar.gz + multimedia/graphics/libzimg/pspec.xml + + + libzimg + + /usr/lib + /usr/share/doc + + + + libzimg-devel + Header files for libzimg. + + libzimg + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-06 + 3.0.3 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-14 + 2.9.2 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + imagemagick + http://www.imagemagick.org/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:gui + multimedia.graphics + A collection of tools and libraries for many image file formats + Resimleri işlemek ve göstermek için bir X uygulaması + Narzędzie do wyświetlania, konwersji i manipulacji grafikami + 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. + https://imagemagick.org/archive/ImageMagick-7.1.0-40.tar.xz + + xz-devel + libzip-devel + djvu-devel + webp-devel + tiff-devel + lcms2-devel + fftw3-devel + cairo-devel + pango-devel + libraw-devel + libpng-devel + jasper-devel + liblqr-devel + libwmf-devel + libheif-devel + libXext-devel + openexr-devel + librsvg-devel + libxml2-devel + openjpeg2-devel + fontconfig-devel + ghostscript-devel + libjpeg-turbo-devel + + multimedia/graphics/imagemagick/pspec.xml + + + imagemagick + A collection of tools and libraries for many image file formats + + xz + libzip + perl + tiff + djvu + webp + zlib + bzip2 + cairo + pango + glib2 + fftw3 + lcms2 + libraw + libX11 + libgcc + liblqr + libpng + libwmf + librsvg + libheif + libXext + libxml2 + libgomp + freetype + openjpeg2 + fontconfig + ghostscript + libtool-ltdl + openexr-libs + libjpeg-turbo + + + /usr/bin + /etc/ImageMagick-7/ + /usr/lib + /usr/share/ImageMagick-* + /usr/share/man + /usr/share/doc + + + + imagemagick-docs + HTML documentation for imagemagick + Imagemagick için API belgeleri + imagemagick-docs, imagemagick için belgelendirme dosyalarını içerir. + data:doc + + imagemagick + + + /usr/share/doc/imagemagick/html + + + + imagemagick-devel + Development files for imagemagick + imagemagick için geliştirme dosyaları + Pliki nagłówkowe imagemagick + imagemagick-devel, imagemagick için geliştirme dosyalarını içerir. + + imagemagick + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/bin/*-config + /usr/share/man/man1/*-config* + + + + + 2022-07-04 + 7.1.0.40 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-07 + 7.1.0.37 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-17 + 7.0.10.62 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 7.0.10.62 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 7.0.10.29 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-06 + 7.0.9.27 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2019-06-24 + 7.0.8.50 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2019-01-15 + 7.0.8.23 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-08-06 + 7.0.7.39 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-03-20 + 7.0.7.27 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2017-05-28 + 7.0.5.8 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2017-03-05 + 7.0.4.9 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-02-15 + 7.0.4.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-06 + 7.0.3.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-10 + 6.9.4.8 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-03-22 + 6.9.3.7 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + feh + https://feh.finalrewind.org/ + + Mogyorósi Petra + squeakymouse@protonmail.com + + MIT + multimedia.graphics + feh – a fast and light image viewer + feh is an X11 image viewer aimed mostly at console users. Unlike most other viewers, it does not have a fancy GUI, but simply displays images. It is controlled via commandline arguments and configurable key/mouse actions. It is released under a variant of the MIT license. + https://feh.finalrewind.org/feh-3.3.tar.bz2 + + curl-devel + imlib2-devel + libX11-devel + libXinerama-devel + libexif-devel + libpng-devel + libXt-devel + + + nolocal.patch + + multimedia/graphics/feh/pspec.xml + + + feh + feh – a fast and light image viewer + + curl + imlib2 + libX11 + libXinerama + libexif + libpng + + + /usr/bin/* + /usr/share/applications/* + /usr/share/doc/* + /usr/share/feh/* + /usr/share/icons/* + /usr/share/man/* + + + + + 2020-03-05 + 3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-01 + 3.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-06-28 + 2.27 + Latest version + Mogyorósi Petra + squeakymouse@protonmail.com + + + + + + dia + https://live.gnome.org/Dia + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.graphics + Diagram editor + Diyagram editörü. + Dia is a GTK+ based diagram creation program for GNU/Linux, + Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır. + dia + http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz + + intltool + qt5-base-devel + cairo-devel + python-devel + zlib-devel + freetype-devel + gdk-pixbuf-devel + gtk2-devel + glib2-devel + pango-devel + libxml2-devel + libpng-devel + libart_lgpl-devel + atk-devel + docbook-xsl + perl-XML-Parser + libxslt-devel + fontconfig-devel + + multimedia/graphics/dia/pspec.xml + + + dia + + python + zlib + freetype + cairo + gdk-pixbuf + gtk2 + pango + libxml2 + libpng + libart_lgpl + atk + libxslt + fontconfig + glib2 + + + /usr/bin + /usr/lib/dia + /usr/share/applications + /usr/share/icons + /usr/share/oaf + /usr/share/dia + /usr/share/mime-info + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + + 2020-03-05 + 0.97.3 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-08-05 + 0.97.3 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2017-04-15 + 0.97.3 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-07 + 0.97.3 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + webp + https://www.webmproject.org/ + + PisiLinux Community + admins@pisilinux.org + + Copyright (c) 2010, Google Inc. All rights reserved. + application + multimedia.graphics + webp image format and format conversion png,jpeg,tiff + webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı + webp image format and format conversion png,jpeg,tiff + webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı + libwebp + https://github.com/webmproject/libwebp/archive/v1.2.4.tar.gz + + mesa-devel + mesa-glu-devel + libpng-devel + tiff-devel + libsdl-devel + giflib-devel + freeglut-devel + libjpeg-turbo-devel + + multimedia/graphics/webp/pspec.xml + + + webp + webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı + + tiff + libglvnd + giflib + libpng + freeglut + libjpeg-turbo + + + /usr/lib/libwebp* + /usr/bin + /usr/share/man + /usr/share/doc/webp + + + + webp-devel + webp için geliştirme dosyaları + + webp + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-06 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-17 + 1.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 1.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-18 + 1.0.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-28 + 1.0.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-21 + 0.6.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 0.6.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-06 + 0.4.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lcms + http://www.littlecms.com/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + library + multimedia.graphics + Moteur de gestion de couleurs léger et optimisé pour la vitesse. + A lightweight, speed optimized color management engine + Hız geliştirmesi yapılmış, hafif bir renk yönetim motoru + LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form. + mirrors://sourceforge/project/lcms/lcms/1.19/lcms-1.19.tar.gz + + swig + tiff-devel + libjpeg-turbo-devel + + + CVE-2009-0793.patch + lcms-1.19-cve_2013_4276-1.patch + + multimedia/graphics/lcms/pspec.xml + + + lcms + + tiff + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/lcms + /usr/share/doc + /usr/share/man + + + + lcms-devel + lcms için geliştirme dosyaları + + lcms + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + + + + lcms-32bit + 32-bit shared libraries for lcms + lcms için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + tiff-32bit + libjpeg-turbo-32bit + + + lcms + + + /usr/lib32 + + + + + 2020-02-12 + 1.19 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-14 + 1.19 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 1.19 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-19 + 1.19 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libjpeg-turbo + http://www.libjpeg-turbo.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.graphics + MMX, SSE, and SSE2 SIMD accelerated JPEG library + libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which +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. + https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.2.tar.gz + + cmake + + multimedia/graphics/libjpeg-turbo/pspec.xml + + + libjpeg-turbo + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + jpeg + + + + libjpeg-turbo-devel + Development files for libjpeg-turbo + libjpeg-turbo için geliştirme dosyaları + + libjpeg-turbo + + + /usr/include/ + /usr/lib/pkgconfig + + + jpeg-devel + + + + libjpeg-turbo-32bit + 32-bit shared libraries for jpeg + emul32 + emul32 + + libjpeg-turbo + + + /usr/lib32 + + + jpeg-32bit + + + + + 2021-11-19 + 2.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 2.0.6 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2020-01-05 + 2.0.4 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2020-01-05 + 2.0.2 + Rebuild. + Idris Kalp + idriskalp@gmail.com + + + 2019-06-19 + 2.0.2 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-01-05 + 2.0.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-25 + 1.5.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-20 + 1.5.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-09-20 + 1.5.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.4.2 + Release bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-04-08 + 1.4.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + potrace + http://potrace.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app + multimedia.graphics + Transforming bitmaps into vector graphics. + Bitmap dosyalarını grafik vektör formatına dönüştürür. + Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. + potrace komut tabanlı çalışan, bitmap resim dosyasından grafik vektör resimlerine dönüştüren bir uygulamadır + https://sourceforge.net/projects/potrace/files/1.16/potrace-1.16.tar.gz + + zlib-devel + + multimedia/graphics/potrace/pspec.xml + + + potrace + Transforming bitmaps into vector graphics. + + zlib + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/include + + + + + 2020-04-30 + 1.16 + Ver. bump + fury + uglyside@yandex.ru + + + 2014-06-18 + 1.11 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-11-20 + 1.11 + Update + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-08-22 + 1.10 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + OpenSceneGraph + http://www.openscenegraph.org + + PisiLinux Community + admins@pisilinux.org + + OSGPLv0.0 + wxWinLL-3 + LGPLv2 + app:gui + library + multimedia.graphics + A C++ scene graph API on OpenGL for real time graphics + OpenGL üzerinde gerçek zamanlı grafikler oluşturmak için C++ manzara grafik API'si + The Open Scene Graph is a cross-platform C++/OpenGL library for the real-time visualization. Uses range from visual simulation, scientific modeling, virtual reality through to games. + Open Scene Graph, gerçek zamanlı görüntüleme için C++/OpenGL kiatplığıdır. Görsel simülasyon, bilimsel modelleme ve sanal gerçeklikten oyunlara kadar geniş bir alanda kullanılır. + https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-3.6.5.zip + + xine-lib-devel + jasper-devel + librsvg-devel + curl-devel + giflib-devel + libvncserver-devel + cmake + + + 0003-Activate-osgviewerWX.patch + + multimedia/graphics/OpenSceneGraph/pspec.xml + + + OpenSceneGraph + + curl + zlib + libgcc + libX11 + libgcc + libpng + freetype + giflib + jasper + cairo + librsvg + xine-lib + libvncserver + libjpeg-turbo + mesa + + + /usr/bin + /usr/lib + /usr/share/doc + + + + OpenSceneGraph-devel + development files for OpenSceneGraph + OpenSceneGraph için geliştirme dosyaları + + OpenSceneGraph + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-06-22 + 3.6.5 + New Release + PisiLinux Community + admins@pisilinux.org + + + + + + fbida + https://www.kraxel.org/blog/linux/fbida/ + + fury + uglyside@yandex.ru + + GPLv2 + app + multimedia.graphics + The fbida project contains a few applications for viewing and editing images, with the main focus being photos. + The fbida project contains a few applications for viewing and editing images, with the main focus being photos. + https://www.kraxel.org/releases/fbida/fbida-2.14.tar.gz + + gc-devel + util-linux + mesa-devel + lirc-devel + tiff-devel + webp-devel + cairo-devel + libdrm-devel + libpng-devel + giflib-devel + pixman-devel + libXpm-devel + libpcd-devel + sane-backends + libexif-devel + freetype-devel + libepoxy-devel + openmotif-devel + fontconfig-devel + imagemagick-devel + poppler-glib-devel + libjpeg-turbo-devel + + + gcc10_build_fix.patch + + multimedia/graphics/fbida/pspec.xml + + + fbida + + mesa + tiff + webp + cairo + libXt + giflib + libX11 + libXpm + libdrm + libpcd + libpng + pixman + libXext + libexif + freetype + libepoxy + openmotif + fontconfig + imagemagick + ghostscript + poppler-glib + libjpeg-turbo + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-12-06 + 2.14 + First build fury uglyside@yandex.ru @@ -209872,69 +60602,414 @@ cleaner, which will allow to add new features in the future. - vapoursynth - https://vapoursynth.com/doc/ + libimagequant + https://pngquant.org/lib/ - fury - uglyside@yandex.ru + Blue Devil + bluedevil@sctzine.com - LGPL-2.1 - app:console - multimedia.editor - A video processing framework with simplicity in mind. - VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created. - https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R57.tar.gz + BSD + library + multimedia.graphics + Palette quantization library that powers pngquant and other PNG optimizers + pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir + Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. + RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir.. + https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz - nasm - cython3 - python3-devel - libzimg-devel - python3-sphinx + libgcc - multimedia/editor/vapoursynth/pspec.xml + + libimagequant_solibperm.patch + + multimedia/graphics/libimagequant/pspec.xml - vapoursynth + libimagequant - ffmpeg - python3 - libzimg + libgomp - /usr/bin /usr/lib - /usr/lib/python3.9/site-packages/ - /usr/share/man + /usr/share/doc - vapoursynth-doc - - /usr/share/vapoursynth/html - - - - vapoursynth-devel + libimagequant-devel + Development files for libimagequant + libimagequant için geliştirme dosyaları + libimagequant-devel, libimagequant için geliştirme dosyaları içerir. - vapoursynth - libzimg-devel - python3-devel + libimagequant - /usr/lib/pkgconfig - /usr/include/vapoursynth + /usr/include + /usr/lib/pkgconfig - 2021-12-11 - 57 + 2020-01-15 + 2.12.6 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + gpick + http://www.gpick.org/ + + fury + uglyside@yandex.ru + + BSD-3-Clause + app:gui + multimedia.graphics + Gpick is an advanced color picker and palette editing tool. + Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications. + https://github.com/thezbyg/gpick/archive/gpick-0.2.6.tar.gz + + cmake + ragel + lua-devel + gtk3-devel + expat-devel + boost-devel + + multimedia/graphics/gpick/pspec.xml + + + gpick + + lua + gtk3 + glib2 + expat + boost + cairo + pango + libgcc + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2021-11-04 + 0.2.6 + Release + fury + uglyside@yandex.ru + + + 2020-12-04 + 0.2.6_rc1 First build fury uglyside@yandex.ru + + + libcaca + http://caca.zoy.org/ + + PisiLinux Community + admins@pisilinux.org + + WTFPL-2 + LGPLv2.1 + GPLv2 + library + multimedia.graphics + A library that creates colored ASCII-art graphics + Renkli ASCII-sanat grafikleri oluşturan bir kütüphane + libcaca est une librairie graphique qui génère du texte au lieu de pixels afin de pouvoir fonctionner sur de vieilles cartes graphique ou sur des terminaux texte. + libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals + libcaca piksel yerine metin üreten bir grafik kütüphanesidir, böylece eski video kart yada metin uçbirimleriyle çalışabilir. + libcaca es una librería gráfica que produce una salida de texto en vez de pixels, por lo tanto puede funcionar con tarjetas de video más antiguas y terminales de texto + https://fossies.org/linux/privat/libcaca-0.99.beta19.tar.gz + + imlib2-devel + slang-devel + ncurses-devel + libX11-devel + + multimedia/graphics/libcaca/pspec.xml + + + libcaca + + imlib2 + zlib + slang + ncurses + libX11 + + + /usr/bin + /usr/lib + /usr/share/libcaca + /usr/share/man + /usr/share/doc + + + + libcaca-devel + Development files for libcaca + libcaca için geliştirme dosyaları + + libcaca + + + /usr/bin/caca-config + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-19 + 0.99_beta19 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.99_beta19 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-23 + 0.99_beta19 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.99_beta19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 0.99_beta19 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + imagemagick6 + https://legacy.imagemagick.org/ + + Pisilinux Community + admins@pisilinux.org + + as-is + app:gui + multimedia.graphics + A collection of tools and libraries for many image file formats. + Resimleri işlemek ve göstermek için bir X uygulaması + Narzędzie do wyświetlania, konwersji i manipulacji grafikami + 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. + https://imagemagick.org/download/releases/ImageMagick-6.9.12-27.tar.xz + + intltool + zstd-devel + tiff-devel + webp-devel + cairo-devel + pango-devel + fftw3-devel + lcms2-devel + libpng-devel + libraw-devel + libwmf-devel + jbigkit-devel + libheif-devel + liblqr-devel + jasper-devel + libgxps-devel + librsvg-devel + openexr-devel + libXext-devel + openjpeg2-devel + fontconfig-devel + ghostscript-devel + libjpeg-turbo-devel + + multimedia/graphics/imagemagick6/pspec.xml + + + imagemagick6 + + tiff + webp + cairo + pango + fftw3 + lcms2 + liblqr + libpng + libraw + libwmf + jbigkit + libheif + libgxps + librsvg + libXext + libgomp + freetype + openjpeg2 + fontconfig + ghostscript + openexr-libs + libjpeg-turbo + + + /etc/ImageMagick-6/ + /usr/lib/libMagick* + /usr/share/ImageMagick-* + /usr/lib/ImageMagick-6* + /usr/share/doc/imagemagick6/LICENSE + /usr/share/doc/imagemagick6/README.txt + + + + imagemagick6-docs + HTML documentation for imagemagick6 + Imagemagick6 için API belgeleri + imagemagick6-docs, imagemagick6 için belgelendirme dosyalarını içerir. + data:doc + + /usr/share/doc/imagemagick6/html + + + + imagemagick6-devel + Development files for imagemagick6 + imagemagick6 için geliştirme dosyaları + Pliki nagłówkowe imagemagick6 + imagemagick6-devel, imagemagick6 için geliştirme dosyalarını içerir. + + imagemagick6 + + + /usr/include + /usr/lib/imagemagick6/pkgconfig + + + + + 2022-01-19 + 6.9.12.27 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-28 + 6.9.12.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 6.9.11.62 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 6.9.11.29 + ver6 rebuild. + fury + uglyside@yandex.ru + + + + + + ffmpegthumbnailer + https://github.com/dirkvdb/ffmpegthumbnailer + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + multimedia.graphics + Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files. + Dosya yöneticileri için hafif görüntü önizleyicisi + FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. + Ffmpeg Thumbnailer, görüntü dosyalarınız için dosya yöneticilerinizde önizlemeler oluşturmaya yarar. + https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.2.2/ffmpegthumbnailer-2.2.2.tar.bz2 + + libjpeg-turbo-devel + ffmpeg-devel + libpng-devel + zlib-devel + cmake + + multimedia/graphics/ffmpegthumbnailer/pspec.xml + + + ffmpegthumbnailer + + libjpeg-turbo + ffmpeg + libgcc + libpng + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + ffmpegthumbnailer-devel + Development files for ffmpegthumbnailer + Ffmpegthumbnailer için geliştirme dosyaları + + ffmpegthumbnailer + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-12-06 + 2.2.2 + First Beta release. + fury + uglyside@yandex.ru + + + GraphicsMagick @@ -210094,8 +61169,8 @@ cleaner, which will allow to add new features in the future. - aalib - http://aa-project.sourceforge.net/aalib/ + libwmf + http://wvware.sourceforge.net/libwmf.html PisiLinux Community admins@pisilinux.org @@ -210103,365 +61178,88 @@ cleaner, which will allow to add new features in the future. GPLv2 library multimedia.graphics - An ASCII-graphics Library - Bir ASCII-grafik Kitaplığı - Aalib est une librairie de graphiques ASCII générant des sorties en caractères ASCII. - Aalib is an ASCII-graphics library generating ASCII character outputs. - AAlib, bir ASCII sanatı grafik kütüphanesidir. Görsel bir ekran gibi çalışır, ancak oluşturulan çıktı platform bağımsız olarak ASCII karakterler ile gösterilir. - Aalib es una librería gráfica ASCII que genera salidas con caracteres ASCII. - mirrors://sourceforge/aa-project/aalib-1.4rc5.tar.gz + Library for reading and converting WMF files + WMF (Windows metafile) okuma ve dönüştürme kitaplığı + Librairie pour convertir les fichiers WMF. + A library for reading and converting Windows MetaFile vector graphics (WMF). + Microsoft Word gibi uygulamaların kullandığı WMF (Windows metafile) dosyalarını standart formatlara (PNG, JPEG, PS, EPS, SVG gibi) dönüştürebilmek ve gösterebilmek için gereken kütüphanedir. + mirrors://sourceforge/wvware/libwmf-0.2.8.4.tar.gz - gpm - ncurses-devel + libjpeg-turbo-devel + harfbuzz-devel + freetype-devel + libX11-devel + libxml2-devel + gettext-devel + gdk-pixbuf-devel - - m4.patch - - multimedia/graphics/aalib/pspec.xml + multimedia/graphics/libwmf/pspec.xml - aalib + libwmf - gpm - ncurses + zlib + libX11 + libpng + libxml2 + freetype + libjpeg-turbo /usr/bin /usr/lib /usr/share/doc - /usr/share/info - /usr/share/man + /usr/share/libwmf - aalib-devel - Development files for aalib - aalib için geliştirme dosyaları + libwmf-devel + Development files for libwmf + libwmf için geliştirme dosyaları - aalib + libwmf - /usr/share/aclocal + /usr/bin/libwmf-config /usr/include - /usr/share/man/man3 + /usr/lib/pkgconfig - - 2022-01-17 - 1.4_rc5 - Rebuild. - Pisilinux Community - admins@pisilinux.org - - 2020-01-12 - 1.4_rc5 + 2020-02-12 + 0.2.8.4 Rebuild - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-01 - 1.4_rc5 + 2018-08-06 + 0.2.8.4 Rebuild - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2017-02-05 - 1.4_rc5 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2017-03-02 + 0.2.8.4 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org 2016-06-09 - 1.4_rc5 + 0.2.8.4 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-20 - 1.4_rc5 + 2014-05-24 + 0.2.8.4 First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - assimp - http://assimp.sourceforge.net/index.html - - Stefan Gronewold - groni@pisilinux.org - - BSD - multimedia.graphics - A JavaScript 3D rendering API for Qt Quick - APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS. - https://github.com/assimp/assimp/archive/v5.0.1.tar.gz - - ninja - boost-devel - cmake - glib2-devel - zlib-devel - pkgconfig - minizip-devel - git - - - assimp-3.3.1-install-pkgconfig.patch - - multimedia/graphics/assimp/pspec.xml - - - assimp - Portable Open Source library to import various well-known 3D model formats in an uniform manner - - libgcc - minizip - zlib - - - /usr/bin - /usr/lib - /usr/share/doc - - - - assimp-devel - Development files for assimp - - boost-devel - assimp - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-01-03 - 5.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 5.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-05 - 4.1.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 4.1.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-28 - 4.1.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-21 - 3.3.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - azpainter - http://azsky2.html.xdomain.jp/soft/azpainter.html - - fury - uglyside@yandex.ru - - GPLv3 - app:gui - multimedia.graphics - A full color painting software for illustration drawing. - Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly. - https://gitlab.com/azelpg/azpainter/-/archive/v3.0.5/azpainter-v3.0.5.tar.bz2 - - ninja - tiff-devel - webp-devel - libXi-devel - libX11-devel - libpng-devel - libXext-devel - freetype-devel - libXcursor-devel - fontconfig-devel - libjpeg-turbo-devel - - multimedia/graphics/azpainter/pspec.xml - - - azpainter - - zlib - tiff - webp - libXi - libpng - libX11 - libXext - freetype - libXcursor - fontconfig - libjpeg-turbo - - - /usr/bin - /usr/share - - - - - 2022-04-14 - 3.0.5 - Ver. bump. - fury - uglyside@yandex.ru - - - 2021-12-11 - 3.0.4 - Ver. bump. - fury - uglyside@yandex.ru - - - 2021-07-10 - 3.0.3 - Ver. bump. - fury - uglyside@yandex.ru - - - 2021-07-02 - 3.0.2 - Ver. bump. - fury - uglyside@yandex.ru - - - 2021-05-25 - 3.0.0 - Ver. bump. - fury - uglyside@yandex.ru - - - 2020-12-31 - 2.1.7 - Ver. bump. - fury - uglyside@yandex.ru - - - 2020-04-22 - 2.1.6 - Ver. bump. - fury - uglyside@yandex.ru - - - 2020-01-17 - 2.1.5 - First build. - fury - uglyside@yandex.ru - - - - - - azpainterb - http://azsky2.html.xdomain.jp/soft/azpainterb.html - - fury - uglyside@yandex.ru - - GPLv3 - app:gui - multimedia.graphics - A simple full-color paint software. - Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2. - http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.3.tar.xz - - libXi-devel - libX11-devel - libpng-devel - libXext-devel - freetype-devel - fontconfig-devel - libjpeg-turbo-devel - - multimedia/graphics/azpainterb/pspec.xml - - - azpainterb - - zlib - libXi - libpng - libX11 - libXext - freetype - fontconfig - libjpeg-turbo - - - /usr/bin - /usr/share - - - - - 2020-12-31 - 1.1.3 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-04-22 - 1.1.2 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-04-30 - 1.1.1 - First build. - fury - uglyside@yandex.ru + Alihan Öztürk + alihan@pisilinux.org @@ -210618,630 +61416,55 @@ cleaner, which will allow to add new features in the future. - darktable - https://darktable.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL-3.0 - multimedia.graphics - darktable is an open source photography workflow application and RAW developer. - Açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı - darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. - darktable, açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı sunan gelişmiş bir araçtır. - https://github.com/darktable-org/darktable/releases/download/release-3.4.1/darktable-3.4.1.tar.xz - - llvm - cmake - libgomp - intltool - llvm-libs - llvm-mlir - llvm-polly - gtk2-devel - gtk3-devel - mesa-devel - webp-devel - tiff-devel - cups-devel - curl-devel - zlib-devel - exiv2-devel - gconf-devel - glib2-devel - lcms2-devel - colord-devel - libX11-devel - libpng-devel - sqlite-devel - lensfun-devel - librsvg-devel - libsdl2-devel - libxml2-devel - pugixml-devel - libsoup-devel - openexr-devel - mesa-glu-devel - flickcurl-devel - iso-codes-devel - json-glib-devel - libXrandr-devel - libsecret-devel - openjpeg2-devel - colord-gtk-devel - libgnome-keyring - libgphoto2-devel - llvm-clang-devel - ghostscript-devel - desktop-file-utils - libjpeg-turbo-devel - GraphicsMagick-devel - - - darktable-openexr3.patch - - multimedia/graphics/darktable/pspec.xml - - - darktable - darktable is an open source photography workflow application and RAW developer. - - webp - cups - curl - gtk3 - zlib - mesa - tiff - gtk2 - cairo - glib2 - lcms2 - pango - colord - libX11 - libgcc - libpng - sqlite - libxml2 - pugixml - libsdl2 - lensfun - librsvg - libsoup - libgomp - mesa-glu - flickcurl - libXrandr - libsecret - openjpeg2 - json-glib - colord-gtk - exiv2-libs - gdk-pixbuf - libgphoto2 - ghostscript - openexr-libs - libjpeg-turbo - GraphicsMagick - libgnome-keyring - - - /etc - /usr/lib/ - /usr/share/man - /usr/bin - /usr/share/icons - /usr/share/appdata - /usr/share/darktable - /usr/lib/darktable - /usr/share/applications - /usr/share/doc/darktable - /usr/share/locale - - - - - 2021-02-24 - 3.4.1 - Version bump and rebuild. - Blue Devil - bluedevil@sctzine.com - - - 2021-01-19 - 3.4.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-09-20 - 3.2.1 - Minor version bump and translations added - Blue Devil - bluedevil@sctzine.com - - - 2020-03-28 - 3.0.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-03-05 - 3.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-05 - 2.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-13 - 2.4.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-01 - 2.2.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-14 - 2.2.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 2.2.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-15 - 2.2.4 - Rebuild with new toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-13 - 2.0.7 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - dia - https://live.gnome.org/Dia + libgexiv2 + https://wiki.gnome.org/Projects/gexiv2 PisiLinux Community admins@pisilinux.org - GPLv3 - app:gui + GPLv2 + library multimedia.graphics - Diagram editor - Diyagram editörü. - Dia is a GTK+ based diagram creation program for GNU/Linux, - Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır. - dia - http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.0.tar.xz - intltool - qt5-base-devel - cairo-devel - python-devel - zlib-devel - freetype-devel - gdk-pixbuf-devel - gtk2-devel + meson + gtk-doc + python-six glib2-devel - pango-devel - libxml2-devel - libpng-devel - libart_lgpl-devel - atk-devel docbook-xsl - perl-XML-Parser libxslt-devel - fontconfig-devel + gobject-introspection-devel + exiv2-devel + vala-devel + python3-pygobject3-devel - multimedia/graphics/dia/pspec.xml + multimedia/graphics/libgexiv2/pspec.xml - dia + libgexiv2 - python - zlib - freetype - cairo - gdk-pixbuf - gtk2 - pango - libxml2 - libpng - libart_lgpl - atk - libxslt - fontconfig glib2 - - - /usr/bin - /usr/lib/dia - /usr/share/applications - /usr/share/icons - /usr/share/oaf - /usr/share/dia - /usr/share/mime-info - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - - 2020-03-05 - 0.97.3 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-08-05 - 0.97.3 - Rebuild with new toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2017-04-15 - 0.97.3 - Rebuild with new toolchain - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-07 - 0.97.3 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - enblend - http://enblend.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.graphics - Image blending with multiresolution splines - Resim harmanlama aracı - enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. - enblend, resimleri birleştirmek için kullanılan bir araçtır. Düzensiz bir şekilde üstüste binen bir resim grubunu, resimlerin arasındaki düğüm noktaları anlaşılmayacak şekilde harmanlar. - mirrors://sourceforge/enblend/enblend-enfuse/enblend-enfuse-4.1/enblend-enfuse-4.1.5.tar.gz - - cmake - gsl-devel - zlib-devel - tiff-devel - vigra-devel - boost-devel - lcms2-devel - libpng-devel - openexr-devel - imagemagick-devel - libjpeg-turbo-devel - - - gentoo_prepare.patch - - multimedia/graphics/enblend/pspec.xml - - - enblend - - gsl - tiff - boost - lcms2 - vigra libgcc + exiv2-libs - /usr/bin - /usr/share/man - /usr/share/doc - /usr/share/info - - - - - 2020-10-29 - 4.1.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-03-05 - 4.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-10-05 - 4.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-01 - 4.1.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 4.1.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-17 - 4.1.3 - Rebuild for new toolchain. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 4.1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-27 - 4.1.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - fbida - https://www.kraxel.org/blog/linux/fbida/ - - fury - uglyside@yandex.ru - - GPLv2 - app - multimedia.graphics - The fbida project contains a few applications for viewing and editing images, with the main focus being photos. - The fbida project contains a few applications for viewing and editing images, with the main focus being photos. - https://www.kraxel.org/releases/fbida/fbida-2.14.tar.gz - - gc-devel - util-linux - mesa-devel - lirc-devel - tiff-devel - webp-devel - cairo-devel - libdrm-devel - libpng-devel - giflib-devel - pixman-devel - libXpm-devel - libpcd-devel - sane-backends - libexif-devel - freetype-devel - libepoxy-devel - openmotif-devel - fontconfig-devel - imagemagick-devel - poppler-glib-devel - libjpeg-turbo-devel - - - gcc10_build_fix.patch - - multimedia/graphics/fbida/pspec.xml - - - fbida - - mesa - tiff - webp - cairo - libXt - giflib - libX11 - libXpm - libdrm - libpcd - libpng - pixman - libXext - libexif - freetype - libepoxy - openmotif - fontconfig - imagemagick - ghostscript - poppler-glib - libjpeg-turbo - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2020-12-06 - 2.14 - First build - fury - uglyside@yandex.ru - - - - - - feh - https://feh.finalrewind.org/ - - Mogyorósi Petra - squeakymouse@protonmail.com - - MIT - multimedia.graphics - feh – a fast and light image viewer - feh is an X11 image viewer aimed mostly at console users. Unlike most other viewers, it does not have a fancy GUI, but simply displays images. It is controlled via commandline arguments and configurable key/mouse actions. It is released under a variant of the MIT license. - https://feh.finalrewind.org/feh-3.3.tar.bz2 - - curl-devel - imlib2-devel - libX11-devel - libXinerama-devel - libexif-devel - libpng-devel - libXt-devel - - - nolocal.patch - - multimedia/graphics/feh/pspec.xml - - - feh - feh – a fast and light image viewer - - curl - imlib2 - libX11 - libXinerama - libexif - libpng - - - /usr/bin/* - /usr/share/applications/* - /usr/share/doc/* - /usr/share/feh/* - /usr/share/icons/* - /usr/share/man/* - - - - - 2020-03-05 - 3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-01 - 3.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-06-28 - 2.27 - Latest version - Mogyorósi Petra - squeakymouse@protonmail.com - - - - - - ffmpegthumbnailer - https://github.com/dirkvdb/ffmpegthumbnailer - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - multimedia.graphics - Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files. - Dosya yöneticileri için hafif görüntü önizleyicisi - FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. - Ffmpeg Thumbnailer, görüntü dosyalarınız için dosya yöneticilerinizde önizlemeler oluşturmaya yarar. - https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.2.2/ffmpegthumbnailer-2.2.2.tar.bz2 - - libjpeg-turbo-devel - ffmpeg-devel - libpng-devel - zlib-devel - cmake - - multimedia/graphics/ffmpegthumbnailer/pspec.xml - - - ffmpegthumbnailer - - libjpeg-turbo - ffmpeg - libgcc - libpng - - - /usr/bin /usr/lib /usr/share - /usr/share/man - /usr/share/doc + /usr/share/gtk-doc/html + /usr/share/vala/vapi - ffmpegthumbnailer-devel - Development files for ffmpegthumbnailer - Ffmpegthumbnailer için geliştirme dosyaları + libgexiv2-devel + Development files for libgexiv2 - ffmpegthumbnailer + libgexiv2 + exiv2-devel + glib2-devel /usr/include @@ -211249,169 +61472,458 @@ cleaner, which will allow to add new features in the future. - - 2020-12-06 - 2.2.2 - First Beta release. - fury - uglyside@yandex.ru + + 2021-10-22 + 0.14.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - - - - - flameshot - https://flameshot.org/ - - Idris Kalp - idriskalp@gmail.com - - GPLv3 - app:gui - multimedia.graphics - Powerful yet simple to use screenshot software. - Powerful yet simple to use screenshot software. - Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. - Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. - https://github.com/flameshot-org/flameshot/archive/refs/tags/v11.0.0.tar.gz - - cmake - qt5-linguist - qt5-svg-devel - qt5-base-devel - kguiaddons-devel - - - flameshot-wayland-clipboard.patch - - multimedia/graphics/flameshot/pspec.xml - - - flameshot - - grim - libgcc - qt5-svg - qt5-base - kguiaddons - icon-theme-hicolor - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-02-21 - 11.0.0 - First release - Idris Kalp - idriskalp@gmail.com + + 2021-09-18 + 0.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 0.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 0.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - - - - - geeqie - http://www.geeqie.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - multimedia.graphics - Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. - Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images. - https://github.com/BestImageViewer/geeqie/releases/download/v1.7.2/geeqie-1.7.2.tar.xz - - doxygen - intltool - lua-devel - gtk2-devel - tiff-devel - webp-devel - lirc-devel - lcms2-devel - lua51-devel - exiv2-devel - libraw-devel - libheif-devel - gettext-devel - openjpeg2-devel - libarchive-devel - libjpeg-turbo-devel - ffmpegthumbnailer-devel - - - Open_archive_not_working.patch - - multimedia/graphics/geeqie/pspec.xml - - - geeqie - - lua - gtk2 - tiff - webp - lirc - exiv2 - fbida - cairo - glib2 - lcms2 - lua51 - pango - zenity - libgcc - libraw - gphoto2 - libheif - openjpeg2 - exiv2-libs - gdk-pixbuf - libarchive - libjpeg-turbo - ffmpegthumbnailer - perl-Image-ExifTool - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc - - - - 2022-02-04 - 1.7.2 + 2019-06-18 + 0.11.0 Version bump. fury uglyside@yandex.ru - 2022-01-18 - 1.7.1 - Version bump. - fury - uglyside@yandex.ru + 2018-08-14 + 0.10.8 + First release. + Mustafa Cinasal + muscnsl@gmail.com - 2020-12-06 - 1.6 + 2017-12-20 + 0.10.6 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + libart_lgpl + http://www.levien.com/libart + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.graphics + A LGPL version of libart + libart'ın bir LGPL sürümü + Libart est une librairie pour graphiques 2D à hautes performances. Elle est actuellement utilisé comme moteur de rendu anti-aliassé pour le Canvas Gnome. Libart fournit le support pour un modèle image très puissant, simplement le même que SVG et l'API (Interface de Programmation d'Application) Java 2D. + Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for the Gnome Canvas. Libart supports a very powerful imaging model, basically the same as SVG and the Java 2D API. + Libart, yüksek performanslı iki boyutlu grafikler için bir kütüphanedir. Halihazırda Gnome Canvas için kenarların yumuşatıldığı dönüştürme aracı olarak kullanılmaktadır. Libart, temelde Java 2D API ve SVG benzeri, çok güçlü bir görüntüleme modelini destekler. +  Libart es una librería para gráficos 2D de alta performance. Actualmente está usado como antialiased rendering engine para Gnome Canvas. Libart soporta un modelo de imagen muy potente, básicamente el mismo como SVG y el API 2D de Java. + http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2 + + noartconfig.patch + libart_lgpl-2.3.21-crosscompile.patch + libart_lgpl-2.3.21-no-test-build.patch + + multimedia/graphics/libart_lgpl/pspec.xml + + + libart_lgpl + + /usr/lib + /usr/share/doc + + + + libart_lgpl-devel + Development files for libart_lgpl + libart_lgpl için geliştirme dosyaları + + libart_lgpl + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 2.3.21 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-05 + 2.3.21 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 2.3.21 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.3.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 2.3.21 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + geh + https://github.com/software-revive/geh-rv + + fury + uglyside@yandex.ru + + MIT + app:gui + multimedia.graphics + A simple command line image viewer. + Geh is a simple command line image viewer written in C/Gtk+ with various nice features. + https://github.com/software-revive/geh-rv/releases/download/0.4.0/geh-0.4.0.tar.gz + + libXt + libICE + gtk3-devel + gnome-common + + multimedia/graphics/geh/pspec.xml + + + geh + + gtk3 + pango + gdk-pixbuf + + + /usr/bin + /usr/share/doc + + + + + 2020-12-18 + 0.4.0 First build. fury uglyside@yandex.ru + + + mjpegtools + http://mjpeg.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:gui + multimedia.graphics + Tools for MJPEG video + MJPEG video dosyaları için kullanılabilecek araçlar + mjpegtools is a complete suite of tools for you to capture, edit, process, filter and play your media as you wish. You can digitize your VHS collection, create DVDs, and do advanced video filtering on already-digitized videos. + Mjpegtools size görüntü yakalama, düzenleme, işleme ve filtreleme olanakları sunan ayrıca dosyalarınızı istediğiniz gibi oynatabileceğiniz tam bir araçlar paketidir. VHS kolleksiyonunuzu dijital ortama taşıyabilir, DVDler yaratabilirsiniz. Zaten dijital ortamda olan videolara ileri düzeyde video filtrelemesi yapabilirsiniz. + http://sourceforge.net/projects/mjpeg/files/mjpegtools/2.1.0/mjpegtools-2.1.0.tar.gz/download + + gtk2-devel + libdv-devel + libsdl-devel + libXxf86dga-devel + libjpeg-turbo-devel + libpng-devel + + multimedia/graphics/mjpegtools/pspec.xml + + + mjpegtools + + gtk2 + glib2 + libdv + libgcc + libsdl + libjpeg-turbo + libpng + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + mjpegtools-devel + Development files for mjpegtools + mjpegtools için geliştirme dosyaları + + mjpegtools + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-01-18 + 2.1.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 2.1.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 2.1.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.1.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gegl02 + http://gegl.org + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + LGPLv3+ + library + app:console + multimedia.graphics + A graph based image processing framework + Graf tabanlı resim işleme altyapısı + gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output. + gegl02, orijinal kopyaya zarar vermeden (non-destructive) isteğe bağlı (demand based) resim işleme altyapısı sunan bir kütüphanedir. + http://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.2.tar.bz2 + + libspiro-devel + json-glib-devel + openexr-devel + ffmpeg-devel + libsdl-devel + libv4l-devel + jasper-devel + cairo-devel + pango-devel + exiv2-devel + babl-devel + libjpeg-turbo-devel + gtk2-devel + lua-devel + asciidoc + intltool + ruby + zlib-devel + openexr-libs + librsvg-devel + lcms2-devel + gettext-devel + + + gegl-0.2.0-ffmpeg-4-0-compat.patch + gegl-0.2.0-ffmpeg-av_frame_alloc.patch + gegl-0.2.0-fix-without-exiv2.patch + gegl-0.2.0-libopenraw-0.1.patch + gegl-0.2.0-underlinking.patch + + multimedia/graphics/gegl02/pspec.xml + + + gegl02 + + glib2 + gdk-pixbuf + libspiro + jasper + libpng + libsdl + cairo + pango + babl + zlib + openexr-libs + librsvg + lcms2 + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/locale/ + + + + gegl02-devel + Development files for gegl02 + gegl02 için geliştirme dosyaları + + gegl02 + glib2-devel + babl-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc/html + + + + + 2021-10-27 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-27 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-29 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.2.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 0.2.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-13 + 0.2.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 0.2.0 + fixed file conflict with gegl1.x + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-12-20 + 0.2.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + gegl @@ -211646,213 +62158,64 @@ cleaner, which will allow to add new features in the future. - gegl02 - http://gegl.org - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - LGPLv3+ - library - app:console - multimedia.graphics - A graph based image processing framework - Graf tabanlı resim işleme altyapısı - gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output. - gegl02, orijinal kopyaya zarar vermeden (non-destructive) isteğe bağlı (demand based) resim işleme altyapısı sunan bir kütüphanedir. - http://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.2.tar.bz2 - - libspiro-devel - json-glib-devel - openexr-devel - ffmpeg-devel - libsdl-devel - libv4l-devel - jasper-devel - cairo-devel - pango-devel - exiv2-devel - babl-devel - libjpeg-turbo-devel - gtk2-devel - lua-devel - asciidoc - intltool - ruby - zlib-devel - openexr-libs - librsvg-devel - lcms2-devel - gettext-devel - - - gegl-0.2.0-ffmpeg-4-0-compat.patch - gegl-0.2.0-ffmpeg-av_frame_alloc.patch - gegl-0.2.0-fix-without-exiv2.patch - gegl-0.2.0-libopenraw-0.1.patch - gegl-0.2.0-underlinking.patch - - multimedia/graphics/gegl02/pspec.xml - - - gegl02 - - glib2 - gdk-pixbuf - libspiro - jasper - libpng - libsdl - cairo - pango - babl - zlib - openexr-libs - librsvg - lcms2 - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/locale/ - - - - gegl02-devel - Development files for gegl02 - gegl02 için geliştirme dosyaları - - gegl02 - glib2-devel - babl-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc/html - - - - - 2021-10-27 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-20 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-27 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-29 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.2.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 0.2.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-13 - 0.2.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 0.2.0 - fixed file conflict with gegl1.x - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-20 - 0.2.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - geh - https://github.com/software-revive/geh-rv + azpainterb + http://azsky2.html.xdomain.jp/soft/azpainterb.html fury uglyside@yandex.ru - MIT + GPLv3 app:gui multimedia.graphics - A simple command line image viewer. - Geh is a simple command line image viewer written in C/Gtk+ with various nice features. - https://github.com/software-revive/geh-rv/releases/download/0.4.0/geh-0.4.0.tar.gz + A simple full-color paint software. + Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2. + http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.3.tar.xz - libXt - libICE - gtk3-devel - gnome-common + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel - multimedia/graphics/geh/pspec.xml + multimedia/graphics/azpainterb/pspec.xml - geh + azpainterb - gtk3 - pango - gdk-pixbuf + zlib + libXi + libpng + libX11 + libXext + freetype + fontconfig + libjpeg-turbo /usr/bin - /usr/share/doc + /usr/share + + 2020-12-31 + 1.1.3 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-04-22 + 1.1.2 + Ver. bump + fury + uglyside@yandex.ru + - 2020-12-18 - 0.4.0 + 2019-04-30 + 1.1.1 First build. fury uglyside@yandex.ru @@ -211861,105 +62224,1178 @@ cleaner, which will allow to add new features in the future. - giflib - https://sourceforge.net/projects/giflib/ + hugin + http://hugin.sourceforge.net PisiLinux Community admins@pisilinux.org - MIT + GPLv2 + app:gui library multimedia.graphics - Library to handle, display and manipulate GIF images - GIF türündeki resimleri görüntüleyip işlemeye aracılık eden kitaplık - libungif est une librairies de lecture et d'écriture d'images gif. La fonctionnalité de sauvegarde utilise un algorithme gif non compressé pour éviter le brevet Unisys LZW. giflib est un remplaçant de cette dernière compatible aussi bien au niveau de l'interface de programmation (API) qu'au niveau binaire (ABI) pour les pays où LZW n'est pas breveté. - The giflib package contains a shared library of functions for loading and saving GIF format image files. It is API and ABI compatible with libungif, the library which supported uncompressed GIFs while the Unisys LZW patent was in effect. - libungif, gif dosyalarını okumaya ve yazmaya yarayan bir kütüphanedir. Kaydetme algoritması Unisys LZW patentine takılmamak için sıkıştırma yapmamaktadır. Böylece LZW'nin patentli olmadığı ülkelerde kullanılmak için API ve ABI uyumlu bir alternatif sunar. - mirrors://sourceforge/giflib/giflib-5.2.1.tar.gz + A panoramic photo stitcher + Panoramik görüntü birleştirici + 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. + 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. + hugin + mirrors://sourceforge/hugin/hugin/hugin-2020.0/hugin-2020.0.0.tar.bz2 + + swig + cmake + glew-devel + tiff-devel + zlib-devel + vigra-devel + boost-devel + wxGTK-devel + lcms2-devel + exiv2-devel + fftw3-devel + flann-devel + libXmu-devel + libpng-devel + python-devel + lapack-devel + sqlite-devel + openexr-devel + lensfun-devel + freeglut-devel + libpano13-devel + libjpeg-turbo-devel + - giflib-5.1.9-fix-missing-quantize-API-symbols.patch - giflib-5.1.9-make-flags.patch + hugin-openexr3.patch - multimedia/graphics/giflib/pspec.xml + multimedia/graphics/hugin/pspec.xml - giflib + hugin + + blas + glew + flann + mesa + tiff + boost + fftw3 + vigra + wxGTK + lapack + libgcc + python + lcms2 + libX11 + sqlite + enblend + libgomp + libglvnd + freeglut + mesa-glu + libpano13 + exiv2-libs + openexr-libs + wxGTK-common + perl-Image-ExifTool + - /usr/bin - /usr/lib + /usr/lib/ /usr/share/doc /usr/share/man + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/hugin + /usr/share/pixmaps + /usr/share/appdata + /usr/share/metainfo/ + /usr/share/applications + /usr/share/locale + + + hugin-libs + hugin-tools + + + + hugin-docs + Help documents for hugin + hugin için yardım belgeleri + + /usr/share/hugin/xrc/data/help* + + + + + 2022-08-01 + 2020.0.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2021-10-27 + 2020.0.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-03-12 + 2020.0.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-09-20 + 2019.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 2019.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 2019.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2018.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-11 + 2018.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 2018.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-14 + 2018.0.0 + Ver.Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 2017.0.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-17 + 2016.2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2015.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-06 + 2015.0.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libopenraw + https://libopenraw.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + multimedia.graphics + A library for camera RAW files decoding. + RAW (Ham) fotoğraf dosyası işleme kütüphanesi + libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. + libopenraw, fotoğraf makineleri tarafından sunulan ham görüntü dosyalarını (RAW) işlemek için kullanılabilecek bir kütüphanedir. + https://libopenraw.freedesktop.org/download/libopenraw-0.3.0.tar.xz + + rust + curl-devel + boost-devel + libxml2-devel + gdk-pixbuf-devel + libjpeg-turbo-devel + + multimedia/graphics/libopenraw/pspec.xml + + + libopenraw + + glib2 + libgcc + gdk-pixbuf + libjpeg-turbo + + + /usr/lib + /usr/share/doc - giflib-devel + libopenraw-devel + libopenraw için geliştirme dosyaları - giflib + libopenraw /usr/include - /usr/share/doc/giflib/html + /usr/lib/pkgconfig + + + + + 2021-12-14 + 0.3.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-24 + 0.1.3 + Ver. bump. + fury + uglyside@yandex.ru + + + 2014-05-24 + 0.0.9 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 0.0.9 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.0.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libmng + http://www.libmng.com/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + multimedia.graphics + Multiple Image Networkgraphics lib (animated png's) + Çoklu resim Networkgraphics (Animasyonlu png) + Libmng - La librairie de référence pour lire, afficher, écrire et examiner des Multiple-Image Network Graphics (graphiques orientés réseaux composés d'images multiples). MNG est l'extension d'animation pour le format d'image populaire PNG. + Libmng -The reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format. + Libmng, Çoklu Görüntü Ağ Grafiklerini (MNG) okuma, görüntüleme, yazma ve denemek için başvuru kütüphanesidir. MNG popüler PNG görüntü formatı için animasyon uzantısıdır. + Libmng -librería de referencia para lectura, visualización, escritura y análisis de gráficos tipo Multiple-Image Network. MNG es la extensión de animación al formato popular de imágenes PNG. + http://sourceforge.net/projects/libmng/files/libmng-devel/2.0.3/libmng-2.0.3.tar.xz + + zlib-devel + lcms2-devel + libjpeg-turbo-devel + + multimedia/graphics/libmng/pspec.xml + + + libmng + + zlib + libjpeg-turbo + lcms2 + + + /usr/lib - giflib-32bit - 32-bit shared libraries for giflib + libmng-devel - giflib + libmng + + + /usr/share/doc + /usr/share/man + /usr/include/ + /usr/lib/pkgconfig + + + + libmng-32bit + 32-bit shared libraries for libmng + emul32 + emul32 + + zlib-32bit + lcms2-32bit + libjpeg-turbo-32bit + + + zlib-32bit + lcms2-32bit + libjpeg-turbo-32bit + libmng /usr/lib32 - - 2020-01-18 - 5.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2019-09-30 - 5.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-01-19 + 2.0.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2018-07-28 - 5.1.4 + 2018-07-29 + 2.0.3 Rebuild. Pisi Linux Community admin@pisilinux.org - 2017-02-05 - 5.1.4 + 2017-09-20 + 2.0.3 Version Bump Pisi Linux Community admin@pisilinux.org 2016-06-09 - 5.0.6 + 2.0.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-05-25 - 5.0.6 + 2016-05-27 + 2.0.2 Release bump - Serdar Soytetir - kaptan@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - 2014-05-20 - 5.0.6 + 2016-05-04 + 2.0.2 First release - Serdar Soytetir - kaptan@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org + + + + + + flameshot + https://flameshot.org/ + + Idris Kalp + idriskalp@gmail.com + + GPLv3 + app:gui + multimedia.graphics + Powerful yet simple to use screenshot software. + Powerful yet simple to use screenshot software. + Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. + Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. + https://github.com/flameshot-org/flameshot/archive/refs/tags/v11.0.0.tar.gz + + cmake + qt5-linguist + qt5-svg-devel + qt5-base-devel + kguiaddons-devel + + + flameshot-wayland-clipboard.patch + + multimedia/graphics/flameshot/pspec.xml + + + flameshot + + grim + libgcc + qt5-svg + qt5-base + kguiaddons + icon-theme-hicolor + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-02-21 + 11.0.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + libraw + https://www.libraw.org/ + + Yücel KILIÇ + yucel.kilic@linux.org.tr + + LGPLv2.1 + CDDL + library + multimedia.graphics + Raw image decoder + LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). + https://www.libraw.org/data/LibRaw-0.20.2.tar.gz + + libgomp + lcms2-devel + jasper-devel + libjpeg-turbo-devel + + multimedia/graphics/libraw/pspec.xml + + + libraw + + zlib + lcms2 + libgcc + jasper + libgomp + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libraw-devel + Development files for libraw + libraw için geliştirme dosyaları + + libraw + lcms2-devel + jasper-devel + libjpeg-turbo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-17 + 0.20.2 + Version bump. + fury + uglyside@yandex.ru + + + 2020-03-15 + 0.19.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-11 + 0.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.18.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-21 + 0.18.8 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 0.18.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.16.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-13 + 0.16.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + tiff + https://libtiff.gitlab.io/libtiff/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + multimedia.graphics + Library for manipulation of TIFF (Tag Image File Format) images + TIFF (Tag Image File Format) türündeki resimleri işlemeye aracılık eden kütüphane + Ce logiciel fournit le support pour le format "Tag Image File Format" (TIFF), un format très employé pour stocker des informations d'image. + This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. + Bu kütüphane TIFF (Tag Image File Format) resim biçimi desteği sağlar. Bu biçim resim bilgisi saklamak için pek çok yerde kullanılır. + Este software facilita soporte para el formato de imagen etiqueteado (TIFF), un formato para almacenamiento de imágenes de uso común. + Biblioteka do manipulacji plikami w formacie TIFF. + http://download.osgeo.org/libtiff/tiff-4.4.0.tar.xz + + xz-devel + zlib-devel + zstd-devel + libjpeg-turbo-devel + jbigkit-devel + + + dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch + + multimedia/graphics/tiff/pspec.xml + + + tiff + + xz + zlib + zstd + libjpeg-turbo + jbigkit + + + /usr/bin + /usr/lib + + + + tiff-devel + Developement files for tiff + tiff için geliştirme dosyaları + + tiff + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + tiff-docs + Documentation for tiff + tiff için belgelendirme dosyaları + + tiff + + + /usr/share/doc + /usr/share/man + + + + tiff-32bit + 32-bit shared libraries for tiff + tiff için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + xz-32bit + zlib-32bit + libjpeg-turbo-32bit + + + tiff + libjpeg-turbo-32bit + libgcc + xz-32bit + zlib-32bit + + + /usr/lib32 + + + + + 2022-07-29 + 4.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 4.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 4.2.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-15 + 4.1.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-10-26 + 4.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-09 + 4.0.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 4.0.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-21 + 4.0.8 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 4.0.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 4.0.3 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-19 + 4.0.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libdmtx + http://www.libdmtx.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + multimedia.graphics + A Library for working with Data Matrix 2D bar-codes + Data Matrix 2D barkodlarıyla çalışmak için kitaplık + libdmtx is an open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows and mobile devices. + libdmtx, Linux, Unix, OS X, Windows ve mobil işletim sistemlerinde Data Matrix 2D barkodlarını okumak ve yazmak için kullanılan açık kaynaklı bir kitaplıktır. + https://github.com/dmtx/libdmtx/archive/v0.7.5.tar.gz + + fedora/libdmtx-0.7.5-c99.patch + fedora/libdmtx-0.7.5-math.patch + fedora/libdmtx-0.7.5-size_t.patch + + multimedia/graphics/libdmtx/pspec.xml + + + libdmtx + + /usr/lib + /usr/share/doc + + + + libdmtx-devel + Development files for libdmtx + libdmtx için geliştirme dosyaları + + libdmtx + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-03-06 + 0.7.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 0.7.4 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-02 + 0.7.4 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-22 + 0.7.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-05 + 0.7.4 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + optipng + http://optipng.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + zlib + app:console + multimedia.graphics + PNG Optimizer + PNG İyileştirici + OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. + OptiPNG, herhangi bir veri kaybı olmadan resim dosyalarını tekrar sıkıştıran bir PNG iyileştiricisidir. Bu program aynı zamanda, diğer biçimleri (BMP, GIF, PNM, TIFF) iyileştirilmiş PNG biçimine çevirebilir ve PNG bütünlük kontrolü ve düzeltmeleri yapabilir. + mirrors://sourceforge/optipng/optipng-0.7.7.tar.gz + + zlib-devel + libpng-devel + + multimedia/graphics/optipng/pspec.xml + + + optipng + + zlib + libpng + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2021-10-14 + 0.7.7 + First build + fury + uglyside@yandex.ru + + + + + + libpcd + https://www.kraxel.org/blog/linux/libpcd/ + + fury + uglyside@yandex.ru + + GPLv2 + library + multimedia.graphics + libpcd is a tiny library for decoding PhotoCD images. + libpcd is a tiny library for decoding PhotoCD images. It used to come bundled with xpcd, but I've decided to release it separately so other apps such as fbi and ida can use it too. + https://www.kraxel.org/releases/libpcd/libpcd_1.0.1.tar.gz + multimedia/graphics/libpcd/pspec.xml + + + libpcd + + /usr/lib + /usr/share + + + + libpcd-devel + + libpcd + + + /usr/include + + + + + 2020-12-06 + 1.0.1 + First build. + fury + uglyside@yandex.ru + + + + + + assimp + http://assimp.sourceforge.net/index.html + + Stefan Gronewold + groni@pisilinux.org + + BSD + multimedia.graphics + A JavaScript 3D rendering API for Qt Quick + APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS. + https://github.com/assimp/assimp/archive/v5.0.1.tar.gz + + ninja + boost-devel + cmake + glib2-devel + zlib-devel + pkgconfig + minizip-devel + git + + + assimp-3.3.1-install-pkgconfig.patch + + multimedia/graphics/assimp/pspec.xml + + + assimp + Portable Open Source library to import various well-known 3D model formats in an uniform manner + + libgcc + minizip + zlib + + + /usr/bin + /usr/lib + /usr/share/doc + + + + assimp-devel + Development files for assimp + + boost-devel + assimp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-01-03 + 5.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 5.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-05 + 4.1.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 4.1.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-28 + 4.1.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-21 + 3.3.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + gimp-lqr-plugin + http://liquidrescale.wikidot.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.graphics.gimp.addon + Plugin for The GIMP providing Liquid Rescale. + Provides an implementation of the Seam Carving algorithm. The Seam Carving procedure aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts. The plugin supports manual feature selection, and can also be used to remove portions of the picture in a consistent way. + http://liquidrescale.wikidot.com/local--files/en:download-page-sources/gimp-lqr-plugin-0.7.2.tar.bz2 + + intltool + gimp-devel + liblqr-devel + + + gimp-lqr-plugin-0.7.2-gcc10.patch + + multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml + + + gimp-lqr-plugin + + gdk-pixbuf + gimp + gtk2 + glib2 + liblqr + + + /usr/lib/gimp/2.0/plug-ins/* + /usr/share/doc/gimp-lqr-plugin/* + /usr/share/gimp-lqr-plugin/* + /usr/share/gimp/2.0/scripts/* + /usr/share/locale/* + + + + + 2021-02-05 + 0.7.2 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-24 + 0.7.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-24 + 0.7.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.7.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-19 + 0.7.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gimp-focusblur-plugin + http://registry.gimp.org/node/1444 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.graphics.gimp.addon + Makes out of focus with luminosity and depth. + Focus Blur plug-in is blurring effect, a kind of called DoF. This software makes a out of focus with luminosity and depth, like a sight or lenses. It can be used with depth map, depth fakes and shine effect. Also it can work as simple and applicable blur. + https://sourceforge.net/projects/pisilinux/files/source/focusblur-3.2.6.tar.bz2 + + fftw3-devel + gimp-devel + intltool + + + focusblur-3.2.6-gcc10.patch + gimp-focusblur-plugin-fix-gettext.patch + gimp-focusblur-plugin-include-main-glib.patch + + multimedia/graphics/gimp/addon/gimp-focusblur-plugin/pspec.xml + + + gimp-focusblur-plugin + + fftw3 + gdk-pixbuf + gimp + gtk2 + glib2 + + + /usr/lib/gimp/2.0/plug-ins + /usr/share/doc + /usr/share/locale + + + + + 2021-02-04 + 3.2.6 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-26 + 3.2.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-24 + 3.2.6 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.2.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-19 + 3.2.6 + First release + Osman Erkan + osman.erkan@pisilinux.org @@ -212051,76 +63487,6 @@ cleaner, which will allow to add new features in the future. - - - gimp-data-extras - https://www.gimp.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - multimedia.graphics.gimp.addon - Gimp extras - Gimp ekleri - Contains extra brushes, palettes, and gradients for extra GIMPy artistic enjoyment. - Daha eğlenceli bir çalışma için ek fırçalar, paketler ve gradyanlar içerir. - gimp - http://download.gimp.org/pub/gimp/extras/gimp-data-extras-2.0.4.tar.bz2 - - gimp-devel - - multimedia/graphics/gimp/addon/gimp-data-extras/pspec.xml - - - gimp-data-extras - - gimp - - - /usr/share/gimp - /usr/share/doc - - - - - 2021-02-04 - 2.0.4 - Rebuild for gimp - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-25 - 2.0.4 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-24 - 2.0.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-19 - 2.0.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - gimp-dds-plugin @@ -212204,77 +63570,287 @@ cleaner, which will allow to add new features in the future. - gimp-focusblur-plugin - http://registry.gimp.org/node/1444 + gimp-save-for-web + http://registry.gimp.org/node/33 - PisiLinux Community - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org GPLv2 library multimedia.graphics.gimp.addon - Makes out of focus with luminosity and depth. - Focus Blur plug-in is blurring effect, a kind of called DoF. This software makes a out of focus with luminosity and depth, like a sight or lenses. It can be used with depth map, depth fakes and shine effect. Also it can work as simple and applicable blur. - https://sourceforge.net/projects/pisilinux/files/source/focusblur-3.2.6.tar.bz2 + GIMP Save for Web + GIMP Save for Web + GIMP Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc. + GIMP Save for Web, kalite ve dosya boyutu değerlerini eniyilemeyi kolaylaştıran bir eklentidir. Çeşitli ayarları değiştirerek resimlerin ne kadar kaliteli veya büyük olacağını görebilirsiniz. Dosya boyutunu küçültecek ayarlar arasında sıkıştırma kalitesi, renk sayısı, yeniden boyutlandırma, kırpma ve Exif bilgeleri silme seçenekleri vb. vardır. + https://sourceforge.net/projects/pisilinux/files/source/gimp-save-for-web-0.29.3.tar.bz2 - fftw3-devel - gimp-devel intltool + gimp-devel + gtk2-devel + gdk-pixbuf-devel - - focusblur-3.2.6-gcc10.patch - gimp-focusblur-plugin-fix-gettext.patch - gimp-focusblur-plugin-include-main-glib.patch - - multimedia/graphics/gimp/addon/gimp-focusblur-plugin/pspec.xml + multimedia/graphics/gimp/addon/gimp-save-for-web/pspec.xml - gimp-focusblur-plugin + gimp-save-for-web - fftw3 - gdk-pixbuf gimp - gtk2 glib2 + gtk2 + gdk-pixbuf - /usr/lib/gimp/2.0/plug-ins - /usr/share/doc + /usr/lib/gimp/2.0/plug-ins + /usr/share/gimp-save-for-web /usr/share/locale + /usr/share/doc - 2021-02-04 - 3.2.6 - Rebuild + 2021-02-05 + 0.29.3 + Rebuild. Kamil Atlı suvari@pisilinux.org 2019-04-26 - 3.2.6 + 0.29.3 Rebuild. Pisi Linux Community admin@pisilinux.org 2017-04-24 - 3.2.6 + 0.29.3 Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2016-06-09 - 3.2.6 + 0.29.3 Release Bump Pisi Linux Community admin@pisilinux.org 2014-06-19 - 3.2.6 + 0.29.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gimp-refocus-it-plugin + https://sourceforge.net/projects/refocus-it/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + multimedia.graphics.gimp.addon + Iterative refocus GIMP plug-in can be used to refocus images acquired by a defocused camera, blurred by gaussian or motion blur or any combination of these. + Iterative refocus GIMP plug-in can be used to refocus images acquired by a defocused camera, blurred by gaussian or motion blur or any combination of these. Adaptive or static area smoothing can be used to remove the so called \"ringing\" effect. + https://sourceforge.net/projects/refocus-it/files/refocus-it/2.0.0/refocus-it-2.0.0.tar.gz + + intltool + gimp-devel + gtk2-devel + + multimedia/graphics/gimp/addon/gimp-refocus-it-plugin/pspec.xml + + + gimp-refocus-it-plugin + + gimp + glib2 + gtk2 + + + /usr/bin + /usr/lib/gimp/2.0/plug-ins + /usr/share/doc/gimp-refocus-it-plugin + /usr/share/help + /usr/share/locale + + + + + 2021-02-05 + 2.0.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-26 + 2.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-24 + 2.0.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-19 + 2.0.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gimp-data-extras + https://www.gimp.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + multimedia.graphics.gimp.addon + Gimp extras + Gimp ekleri + Contains extra brushes, palettes, and gradients for extra GIMPy artistic enjoyment. + Daha eğlenceli bir çalışma için ek fırçalar, paketler ve gradyanlar içerir. + gimp + http://download.gimp.org/pub/gimp/extras/gimp-data-extras-2.0.4.tar.bz2 + + gimp-devel + + multimedia/graphics/gimp/addon/gimp-data-extras/pspec.xml + + + gimp-data-extras + + gimp + + + /usr/share/gimp + /usr/share/doc + + + + + 2021-02-04 + 2.0.4 + Rebuild for gimp + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-25 + 2.0.4 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-24 + 2.0.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-19 + 2.0.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gimpfx-foundry + http://gimpfx-foundry.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + GPLv3 + public-domain + data + multimedia.graphics.gimp.addon + A scripts collection for GIMP + GIMP için zengin bir betik paketi + FX-Foundry project is constantly updating custom scripts for each major GIMP release. + FX-Foundry GIMP için hazırlanmış çeşitli betikleri GIMP'in yeni sürümleri için güncelleyen bir projedir. + mirrors://sourceforge/gimpfx-foundry/gimpfx-foundry-scriptpack/gimpfx-foundry-2.6-1/gimpfx-foundry-2.6-1.tar.gz + multimedia/graphics/gimp/addon/gimpfx-foundry/pspec.xml + + + gimpfx-foundry + + gimp + + + /usr/share/gimp/2.0/scripts + /usr/share/doc + + + + + 2021-02-05 + 2.6.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-24 + 2.6.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-24 + 2.6.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.6.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-19 + 2.6.1 First release Osman Erkan osman.erkan@pisilinux.org @@ -212447,229 +64023,6 @@ cleaner, which will allow to add new features in the future. - - - gimp-layer-effects - http://registry.gimp.org/node/186 - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - library - multimedia.graphics.gimp.addon - Layer effects for GIMP - GIMP için katman efektleri - Layer Effects is a GIMP plugin which contains a series of scripts that implement various layer effects. - Layer Effects, yaygın olarak kullanılan katman efektlerini içeren bir GIMP eklentisidir. - gimp - https://sourceforge.net/projects/pisilinux/files/source/layer-effects.tar.gz - multimedia/graphics/gimp/addon/gimp-layer-effects/pspec.xml - - - gimp-layer-effects - - gimp - - - /usr/lib/gimp/2.0/plug-ins - /usr/share/doc - - - COPYING - - - - - 2021-02-05 - 2.6.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-25 - 2.6.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-24 - 2.6.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-19 - 2.6.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gimp-lqr-plugin - http://liquidrescale.wikidot.com/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.graphics.gimp.addon - Plugin for The GIMP providing Liquid Rescale. - Provides an implementation of the Seam Carving algorithm. The Seam Carving procedure aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts. The plugin supports manual feature selection, and can also be used to remove portions of the picture in a consistent way. - http://liquidrescale.wikidot.com/local--files/en:download-page-sources/gimp-lqr-plugin-0.7.2.tar.bz2 - - intltool - gimp-devel - liblqr-devel - - - gimp-lqr-plugin-0.7.2-gcc10.patch - - multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml - - - gimp-lqr-plugin - - gdk-pixbuf - gimp - gtk2 - glib2 - liblqr - - - /usr/lib/gimp/2.0/plug-ins/* - /usr/share/doc/gimp-lqr-plugin/* - /usr/share/gimp-lqr-plugin/* - /usr/share/gimp/2.0/scripts/* - /usr/share/locale/* - - - - - 2021-02-05 - 0.7.2 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-24 - 0.7.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-24 - 0.7.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.7.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-19 - 0.7.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gimp-refocus-it-plugin - https://sourceforge.net/projects/refocus-it/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - multimedia.graphics.gimp.addon - Iterative refocus GIMP plug-in can be used to refocus images acquired by a defocused camera, blurred by gaussian or motion blur or any combination of these. - Iterative refocus GIMP plug-in can be used to refocus images acquired by a defocused camera, blurred by gaussian or motion blur or any combination of these. Adaptive or static area smoothing can be used to remove the so called \"ringing\" effect. - https://sourceforge.net/projects/refocus-it/files/refocus-it/2.0.0/refocus-it-2.0.0.tar.gz - - intltool - gimp-devel - gtk2-devel - - multimedia/graphics/gimp/addon/gimp-refocus-it-plugin/pspec.xml - - - gimp-refocus-it-plugin - - gimp - glib2 - gtk2 - - - /usr/bin - /usr/lib/gimp/2.0/plug-ins - /usr/share/doc/gimp-refocus-it-plugin - /usr/share/help - /usr/share/locale - - - - - 2021-02-05 - 2.0.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-26 - 2.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-24 - 2.0.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-19 - 2.0.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - gimp-resynthesizer @@ -212753,143 +64106,68 @@ cleaner, which will allow to add new features in the future. - gimp-save-for-web - http://registry.gimp.org/node/33 - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - multimedia.graphics.gimp.addon - GIMP Save for Web - GIMP Save for Web - GIMP Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc. - GIMP Save for Web, kalite ve dosya boyutu değerlerini eniyilemeyi kolaylaştıran bir eklentidir. Çeşitli ayarları değiştirerek resimlerin ne kadar kaliteli veya büyük olacağını görebilirsiniz. Dosya boyutunu küçültecek ayarlar arasında sıkıştırma kalitesi, renk sayısı, yeniden boyutlandırma, kırpma ve Exif bilgeleri silme seçenekleri vb. vardır. - https://sourceforge.net/projects/pisilinux/files/source/gimp-save-for-web-0.29.3.tar.bz2 - - intltool - gimp-devel - gtk2-devel - gdk-pixbuf-devel - - multimedia/graphics/gimp/addon/gimp-save-for-web/pspec.xml - - - gimp-save-for-web - - gimp - glib2 - gtk2 - gdk-pixbuf - - - /usr/lib/gimp/2.0/plug-ins - /usr/share/gimp-save-for-web - /usr/share/locale - /usr/share/doc - - - - - 2021-02-05 - 0.29.3 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-26 - 0.29.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-24 - 0.29.3 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.29.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-19 - 0.29.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gimpfx-foundry - http://gimpfx-foundry.sourceforge.net + gimp-layer-effects + http://registry.gimp.org/node/186 PisiLinux Community admins@pisilinux.org - GPLv2 - GPLv3 - public-domain - data + GPLv3+ + library multimedia.graphics.gimp.addon - A scripts collection for GIMP - GIMP için zengin bir betik paketi - FX-Foundry project is constantly updating custom scripts for each major GIMP release. - FX-Foundry GIMP için hazırlanmış çeşitli betikleri GIMP'in yeni sürümleri için güncelleyen bir projedir. - mirrors://sourceforge/gimpfx-foundry/gimpfx-foundry-scriptpack/gimpfx-foundry-2.6-1/gimpfx-foundry-2.6-1.tar.gz - multimedia/graphics/gimp/addon/gimpfx-foundry/pspec.xml + Layer effects for GIMP + GIMP için katman efektleri + Layer Effects is a GIMP plugin which contains a series of scripts that implement various layer effects. + Layer Effects, yaygın olarak kullanılan katman efektlerini içeren bir GIMP eklentisidir. + gimp + https://sourceforge.net/projects/pisilinux/files/source/layer-effects.tar.gz + multimedia/graphics/gimp/addon/gimp-layer-effects/pspec.xml - gimpfx-foundry + gimp-layer-effects gimp - /usr/share/gimp/2.0/scripts + /usr/lib/gimp/2.0/plug-ins /usr/share/doc + + COPYING + 2021-02-05 - 2.6.1 + 2.6.0 Rebuild Kamil Atlı suvari@pisilinux.org - 2019-04-24 - 2.6.1 + 2019-04-25 + 2.6.0 Rebuild Pisi Linux Community admin@pisilinux.org 2017-04-24 - 2.6.1 + 2.6.0 Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2016-06-09 - 2.6.1 + 2.6.0 Release Bump Pisi Linux Community admin@pisilinux.org 2014-06-19 - 2.6.1 + 2.6.0 First release Osman Erkan osman.erkan@pisilinux.org @@ -214273,822 +65551,188 @@ cleaner, which will allow to add new features in the future. - gpick - http://www.gpick.org/ - - fury - uglyside@yandex.ru - - BSD-3-Clause - app:gui - multimedia.graphics - Gpick is an advanced color picker and palette editing tool. - Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications. - https://github.com/thezbyg/gpick/archive/gpick-0.2.6.tar.gz - - cmake - ragel - lua-devel - gtk3-devel - expat-devel - boost-devel - - multimedia/graphics/gpick/pspec.xml - - - gpick - - lua - gtk3 - glib2 - expat - boost - cairo - pango - libgcc - gdk-pixbuf - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2021-11-04 - 0.2.6 - Release - fury - uglyside@yandex.ru - - - 2020-12-04 - 0.2.6_rc1 - First build - fury - uglyside@yandex.ru - - - - - - graphviz - https://www.graphviz.org/ - - fury - uglyside@yandex.ru - - EPL - app - multimedia.graphics - Open source graph drawing software. - Açık kaynak bir grafik çizim programıdır - Graphviz is open source graph visualization software which has web and interactive graphical interfaces, and auxiliary tools and libraries. Graphviz has many useful features for diagrams, such as options for colors, fonts, tabular node layouts, line styles, and custom shapes. - Graphviz web ve etkileşimli grafik arayüzüne, yardımcı araç ve kütüphanelere sahip açık kaynak bir grafik canlandırma yazılımıdır. Graphviz renk, font, çizelge planı, çizgi stili ayarları ve özel şekiller gibi diyagramlara yönelik bir çok kullanışlı özelliğe sahiptir. - https://gitlab.com/graphviz/graphviz/-/archive/2.50.0/graphviz-2.50.0.tar.bz2 - - perl - swig - libtool - doxygen - gd-devel - tcl-devel - guile-devel - pango-devel - cairo-devel - libXt-devel - libX11-devel - libXaw-devel - libXmu-devel - python3-devel - librsvg-devel - freeglut-devel - mesa-glu-devel - ghostscript-devel - - multimedia/graphics/graphviz/pspec.xml - - - graphviz - - gd - zlib - perl - glib2 - guile - pango - cairo - expat - libXt - libX11 - libXaw - libXmu - libgcc - python3 - librsvg - ghostscript - libtool-ltdl - - - /usr/bin - /usr/lib - /usr/share/graphviz - /usr/share/man - - - - graphviz-docs - - /usr/share/graphviz/doc - - - - graphviz-demo - - graphviz - - - /usr/share/graphviz/demo - - - - graphviz-devel - graphviz için geliştirme dosyaları - - graphviz - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-18 - 2.50.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-06-10 - 2.47.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 2.46.1 - Version bump. - fury - uglyside@yandex.ru - - - 2017-01-18 - 2.40.1 - First release. - Ali Algul - aligulle3801@gmail.com - - - - - - hugin - http://hugin.sourceforge.net + lensfun + http://lensfun.berlios.de/ PisiLinux Community admins@pisilinux.org - GPLv2 - app:gui + LGPLv3 + GPLv3 + CCPL-Attribution-ShareAlike-3.0 library multimedia.graphics - A panoramic photo stitcher - Panoramik görüntü birleştirici - 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. - 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. - hugin - mirrors://sourceforge/hugin/hugin/hugin-2020.0/hugin-2020.0.0.tar.bz2 + A programming library for rectifying and simulating photographic lens distortions + Mercek kaynaklı bozulmaları simüle etmek ve düzeltmek için bir kütüphane + 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. + 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. + https://sourceforge.net/projects/lensfun/files/0.3.95/lensfun-0.3.95.tar.gz - swig cmake - glew-devel - tiff-devel - zlib-devel - vigra-devel - boost-devel - wxGTK-devel - lcms2-devel - exiv2-devel - fftw3-devel - flann-devel - libXmu-devel + doxygen libpng-devel - python-devel - lapack-devel - sqlite-devel - openexr-devel - lensfun-devel - freeglut-devel - libpano13-devel - libjpeg-turbo-devel + python3-devel + glib2-devel - - hugin-openexr3.patch - - multimedia/graphics/hugin/pspec.xml + multimedia/graphics/lensfun/pspec.xml - hugin + lensfun - blas - glew - flann - mesa - tiff - boost - fftw3 - vigra - wxGTK - lapack libgcc - python - lcms2 - libX11 - sqlite - enblend - libgomp - libglvnd - freeglut - mesa-glu - libpano13 - exiv2-libs - openexr-libs - wxGTK-common - perl-Image-ExifTool - - - /usr/lib/ - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/hugin - /usr/share/pixmaps - /usr/share/appdata - /usr/share/metainfo/ - /usr/share/applications - /usr/share/locale - - - hugin-libs - hugin-tools - - - - hugin-docs - Help documents for hugin - hugin için yardım belgeleri - - /usr/share/hugin/xrc/data/help* - - - - - 2022-08-01 - 2020.0.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2021-10-27 - 2020.0.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-03-12 - 2020.0.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-09-20 - 2019.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 2019.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 2019.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2018.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-11 - 2018.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 2018.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-14 - 2018.0.0 - Ver.Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 2017.0.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-17 - 2016.2.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2015.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-06 - 2015.0.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - icoutils - http://www.nongnu.org/icoutils/ - - PisiLinux Community - admin@pisilinux.org - - GPLv3+ - app:gui - multimedia.graphics - Utility for extracting and converting Microsoft icon and cursor files - A set of programs for extracting and converting images in icon and cursor files (.ico, .cur) - http://download.savannah.gnu.org/releases/icoutils/icoutils-0.32.3.tar.bz2 - - libpng-devel - - multimedia/graphics/icoutils/pspec.xml - - - icoutils - - /usr/bin - /usr/share/doc - /usr/share/man - /usr/share/locale - - - - - 2020-03-06 - 0.32.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2018-09-01 - 0.32.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2018-03-21 - 0.32.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.31.1 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2016-06-02 - 0.31.0 - First release - PisiLinux Community - admin@pisilinux.org - - - - - - imagemagick - http://www.imagemagick.org/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:gui - multimedia.graphics - A collection of tools and libraries for many image file formats - Resimleri işlemek ve göstermek için bir X uygulaması - Narzędzie do wyświetlania, konwersji i manipulacji grafikami - 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. - https://imagemagick.org/archive/ImageMagick-7.1.0-40.tar.xz - - xz-devel - libzip-devel - djvu-devel - webp-devel - tiff-devel - lcms2-devel - fftw3-devel - cairo-devel - pango-devel - libraw-devel - libpng-devel - jasper-devel - liblqr-devel - libwmf-devel - libheif-devel - libXext-devel - openexr-devel - librsvg-devel - libxml2-devel - openjpeg2-devel - fontconfig-devel - ghostscript-devel - libjpeg-turbo-devel - - multimedia/graphics/imagemagick/pspec.xml - - - imagemagick - A collection of tools and libraries for many image file formats - - xz - libzip - perl - tiff - djvu - webp - zlib - bzip2 - cairo - pango glib2 - fftw3 - lcms2 - libraw - libX11 - libgcc - liblqr - libpng - libwmf - librsvg - libheif - libXext - libxml2 - libgomp - freetype - openjpeg2 - fontconfig - ghostscript - libtool-ltdl - openexr-libs - libjpeg-turbo /usr/bin - /etc/ImageMagick-7/ /usr/lib - /usr/share/ImageMagick-* - /usr/share/man /usr/share/doc + /usr/share - imagemagick-docs - HTML documentation for imagemagick - Imagemagick için API belgeleri - imagemagick-docs, imagemagick için belgelendirme dosyalarını içerir. - data:doc + lensfun-devel + Development files for lensfun + lensfun için geliştirme dosyaları - imagemagick - - - /usr/share/doc/imagemagick/html - - - - imagemagick-devel - Development files for imagemagick - imagemagick için geliştirme dosyaları - Pliki nagłówkowe imagemagick - imagemagick-devel, imagemagick için geliştirme dosyalarını içerir. - - imagemagick + lensfun /usr/include /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/bin/*-config - /usr/share/man/man1/*-config* - - 2022-07-04 - 7.1.0.40 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-07 - 7.1.0.37 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-17 - 7.0.10.62 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 7.0.10.62 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-20 - 7.0.10.29 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-06 - 7.0.9.27 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2019-06-24 - 7.0.8.50 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2019-01-15 - 7.0.8.23 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-08-06 - 7.0.7.39 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - 2018-03-20 - 7.0.7.27 - Rebuild. - PisiLinux Community - admins@pisilinux.org + 2021-10-24 + 0.3.95 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-05-28 - 7.0.5.8 - Rebuild. - PisiLinux Community - admins@pisilinux.org + 2021-05-12 + 0.3.2 + Rebuild revert. + Mustafa Cinasal + muscnsl@gmail.com - 2017-03-05 - 7.0.4.9 + 2021-05-12 + 0.3.95 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 0.3.2 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-09-01 + 0.3.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-05 + 0.3.2 Rebuild. Stefan Gronewold(groni) groni@pisilinux.org - - 2017-02-15 - 7.0.4.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-06 - 7.0.3.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-10 - 6.9.4.8 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - 2016-03-22 - 6.9.3.7 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2016-11-13 + 0.3.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org - imagemagick6 - https://legacy.imagemagick.org/ + rawtherapee + http://rawtherapee.com/ - Pisilinux Community - admins@pisilinux.org + Marcin Bojara + marcin@pisilinux.org - as-is + GPLv3 app:gui multimedia.graphics - A collection of tools and libraries for many image file formats. - Resimleri işlemek ve göstermek için bir X uygulaması - Narzędzie do wyświetlania, konwersji i manipulacji grafikami - 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. - https://imagemagick.org/download/releases/ImageMagick-6.9.12-27.tar.xz + RawTherapee is a powerful, cross-platform raw photo processing program + Edytor zdjęć RAW + RawTherapee is designed for developing raw files from a broad range of digital cameras, as well as HDR DNG files and non-raw image formats (JPEG, TIFF and PNG). + Zaawansowany program do wywoływania zdjęć. + https://github.com/Beep6581/RawTherapee/releases/download/5.8/rawtherapee-5.8.tar.xz - intltool - zstd-devel + cmake + gtk3-devel tiff-devel - webp-devel - cairo-devel - pango-devel + zlib-devel + exiv2-devel + expat-devel fftw3-devel + glib2-devel + atkmm-devel lcms2-devel + glibmm-devel + gtkmm3-devel libpng-devel - libraw-devel - libwmf-devel - jbigkit-devel - libheif-devel - liblqr-devel - jasper-devel - libgxps-devel librsvg-devel - openexr-devel - libXext-devel - openjpeg2-devel - fontconfig-devel - ghostscript-devel + lensfun-devel + libsigc++-devel + libcanberra-devel + libiptcdata-devel libjpeg-turbo-devel + libcanberra-gtk3-devel - multimedia/graphics/imagemagick6/pspec.xml + multimedia/graphics/rawtherapee/pspec.xml - imagemagick6 + rawtherapee tiff - webp - cairo - pango + zlib + gtk3 + glib2 + expat fftw3 lcms2 - liblqr + atkmm + gtkmm3 + glibmm libpng - libraw - libwmf - jbigkit - libheif - libgxps - librsvg - libXext + libgcc libgomp - freetype - openjpeg2 - fontconfig - ghostscript - openexr-libs + cairomm + pangomm + librsvg + lensfun + libsigc++ + libcanberra + libiptcdata libjpeg-turbo + libcanberra-gtk3 - /etc/ImageMagick-6/ - /usr/lib/libMagick* - /usr/share/ImageMagick-* - /usr/lib/ImageMagick-6* - /usr/share/doc/imagemagick6/LICENSE - /usr/share/doc/imagemagick6/README.txt - - - - imagemagick6-docs - HTML documentation for imagemagick6 - Imagemagick6 için API belgeleri - imagemagick6-docs, imagemagick6 için belgelendirme dosyalarını içerir. - data:doc - - /usr/share/doc/imagemagick6/html - - - - imagemagick6-devel - Development files for imagemagick6 - imagemagick6 için geliştirme dosyaları - Pliki nagłówkowe imagemagick6 - imagemagick6-devel, imagemagick6 için geliştirme dosyalarını içerir. - - imagemagick6 - - - /usr/include - /usr/lib/imagemagick6/pkgconfig + /usr/bin + /usr/share/doc/rawtherapee + /usr/share + /usr/share/man - - 2022-01-19 - 6.9.12.27 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-28 - 6.9.12.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 6.9.11.62 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2020-09-20 - 6.9.11.29 - ver6 rebuild. - fury - uglyside@yandex.ru + 2020-03-31 + 5.8 + First release + Kamil Atlı + suvari@pisilinux.org @@ -215218,280 +65862,728 @@ cleaner, which will allow to add new features in the future. - inkscape - https://inkscape.org/ + darktable + https://darktable.org/ - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold + groni@pisilinux.org - GPL-2 - LGPL-2.1 - app:gui + GPL-3.0 multimedia.graphics - SVG vector graphics application. - Vektörel çizim programı - Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files. - SVG tabanlı, çok kapsamlı ve gelişmiş bir vektörel çizim programıdır. - https://media.inkscape.org/dl/resources/file/inkscape-1.2.1.tar.xz + darktable is an open source photography workflow application and RAW developer. + Açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı + darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. + darktable, açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı sunan gelişmiş bir araçtır. + https://github.com/darktable-org/darktable/releases/download/release-3.4.1/darktable-3.4.1.tar.xz + llvm cmake - ragel - ccache - cython3 - potrace - gc-devel + libgomp intltool - gsl-devel - gdl-devel - libXt-devel - libXv-devel - libSM-devel - libXaw-devel - libXmu-devel - libXpm-devel - libXres-devel - libXtst-devel - ncurses-devel - xcb-util-devel - readline-devel - libxkbfile-devel - dbus-devel + llvm-libs + llvm-mlir + llvm-polly + gtk2-devel gtk3-devel - popt-devel + mesa-devel + webp-devel + tiff-devel + cups-devel + curl-devel + zlib-devel + exiv2-devel + gconf-devel + glib2-devel lcms2-devel - boost-devel - aalib-devel - aspell-devel - gtkmm3-devel - libwpg-devel - libcdr-devel - libwpd-devel - liblqr-devel - libxslt-devel + colord-devel + libX11-devel + libpng-devel + sqlite-devel + lensfun-devel + librsvg-devel + libsdl2-devel + libxml2-devel + pugixml-devel libsoup-devel - python3-devel - boost-python3 - poppler-devel - poppler-utils - libyaml-devel - libvisio-devel - libspiro-devel - gtkspell3-devel - dbus-glib-devel - librevenge-devel - poppler-glib-devel + openexr-devel + mesa-glu-devel + flickcurl-devel + iso-codes-devel + json-glib-devel + libXrandr-devel + libsecret-devel + openjpeg2-devel + colord-gtk-devel + libgnome-keyring + libgphoto2-devel + llvm-clang-devel + ghostscript-devel desktop-file-utils libjpeg-turbo-devel GraphicsMagick-devel - appstream-glib-devel - double-conversion-devel - python3-pygobject3-devel - multimedia/graphics/inkscape/pspec.xml + + darktable-openexr3.patch + + multimedia/graphics/darktable/pspec.xml - inkscape - SVG vector graphics application. + darktable + darktable is an open source photography workflow application and RAW developer. - gc - gdl - gsl - dbus + webp + cups + curl gtk3 zlib - atkmm + mesa + tiff + gtk2 cairo glib2 lcms2 pango - boost - aspell - glibmm - gtkmm3 + colord libX11 - libcdr libgcc libpng - libwpg - python3 - potrace - cairomm - libgomp - libsoup + sqlite libxml2 - libxslt - pangomm - poppler - readline - freetype - harfbuzz - lib2geom - libvisio - libspiro - dbus-glib - gtkspell3 - libsigc++ - fontconfig + pugixml + libsdl2 + lensfun + librsvg + libsoup + libgomp + mesa-glu + flickcurl + libXrandr + libsecret + openjpeg2 + json-glib + colord-gtk + exiv2-libs gdk-pixbuf - librevenge - poppler-glib - python3-lxml - python3-numpy - python3-scour - boost-python3 + libgphoto2 + ghostscript + openexr-libs libjpeg-turbo GraphicsMagick - python3-pygobject3 + libgnome-keyring + /etc + /usr/lib/ /usr/share/man - /usr/share/doc /usr/bin /usr/share/icons - /usr/share/metainfo - /usr/share/inkscape - /usr/lib/inkscape - /usr/share/locale + /usr/share/appdata + /usr/share/darktable + /usr/lib/darktable /usr/share/applications - /usr/share/bash-completion/completions/inkscape - - - - lib2geom - - gsl - glib2 - cairo - libgcc - double-conversion - - - /usr/lib - - - - lib2geom-devel - - lib2geom - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include + /usr/share/doc/darktable + /usr/share/locale - - 2022-08-07 - 1.2.1 + + 2021-02-24 + 3.4.1 + Version bump and rebuild. + Blue Devil + bluedevil@sctzine.com + + + 2021-01-19 + 3.4.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-09-20 + 3.2.1 + Minor version bump and translations added + Blue Devil + bluedevil@sctzine.com + + + 2020-03-28 + 3.0.1 Version bump. - fury - uglyside@yandex.ru + İdris Kalp + idriskalp@gmail.com - - 2022-07-08 - 1.2 - Rebuild. - Kamil Atlı - suvari@pisilinux.org + + 2020-03-05 + 3.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - - 2022-05-01 - 1.2 + + 2019-11-05 + 2.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-13 + 2.4.4 Version bump Kamil Atlı suvari@pisilinux.org - - 2022-05-01 - 1.1.2 - Version bump. + + 2018-09-01 + 2.2.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-14 + 2.2.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 2.2.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-15 + 2.2.4 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-13 + 2.0.7 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + azpainter + http://azsky2.html.xdomain.jp/soft/azpainter.html + fury uglyside@yandex.ru - - - 2021-12-20 - 1.1.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-06-05 - 1.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-20 - 1.0.2 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-11 - 1.0.1 - Ver bump, gtk3. - fury - uglyside@yandex.ru - + + GPLv3 + app:gui + multimedia.graphics + A full color painting software for illustration drawing. + Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly. + https://gitlab.com/azelpg/azpainter/-/archive/v3.0.5/azpainter-v3.0.5.tar.bz2 + + ninja + tiff-devel + webp-devel + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + libXcursor-devel + fontconfig-devel + libjpeg-turbo-devel + + multimedia/graphics/azpainter/pspec.xml + + + azpainter + + zlib + tiff + webp + libXi + libpng + libX11 + libXext + freetype + libXcursor + fontconfig + libjpeg-turbo + + + /usr/bin + /usr/share + + + - 2020-04-16 - 0.92.5 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2022-04-14 + 3.0.5 + Ver. bump. + fury + uglyside@yandex.ru - 2019-10-05 - 0.92.4 - Rebuild. + 2021-12-11 + 3.0.4 + Ver. bump. + fury + uglyside@yandex.ru + + + 2021-07-10 + 3.0.3 + Ver. bump. + fury + uglyside@yandex.ru + + + 2021-07-02 + 3.0.2 + Ver. bump. + fury + uglyside@yandex.ru + + + 2021-05-25 + 3.0.0 + Ver. bump. + fury + uglyside@yandex.ru + + + 2020-12-31 + 2.1.7 + Ver. bump. + fury + uglyside@yandex.ru + + + 2020-04-22 + 2.1.6 + Ver. bump. + fury + uglyside@yandex.ru + + + 2020-01-17 + 2.1.5 + First build. + fury + uglyside@yandex.ru + + + + + + openjpeg + http://www.openjpeg.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + multimedia.graphics + JPEG2000 decoding library + JPEG2000 çözme kütüphanesi + Biblioteka implementująca kodek formatu JPEG 2000 + openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). + http://downloads.sourceforge.net/project/openjpeg.mirror/1.5.2/openjpeg-1.5.2.tar.gz + + tiff-devel + doxygen + libpng-devel + + + openjpeg-20070717svn-mqc-optimize.patch + + multimedia/graphics/openjpeg/pspec.xml + + + openjpeg + + libpng + tiff + + + /usr/bin + /usr/share/pkgconfig/ + /usr/share/openjpeg-1.5 + /usr/share/man/man1 + /usr/lib + /usr/share/doc + + + + openjpeg-devel + Development files for openjpeg + openjpeg için geliştirme dosyaları + Pliki nagłówkowe do openjpeg + + openjpeg + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + /usr/share/man/man3 + + + + openjpeg-32bit + 32-bit shared libraries for openjpeg + emul32 + + tiff-32bit + libpng-32bit + + + openjpeg + + + /usr/lib32 + + + + + 2020-01-19 + 1.5.2 + Rebuild Pisi Linux Community admin@pisilinux.org - 2019-06-26 - 0.92.4 - Version Bump. + 2019-11-05 + 1.5.2 + Rebuild Pisi Linux Community admin@pisilinux.org - 2018-09-01 - 0.92.3 - Release Bump. + 2018-08-07 + 1.5.2 + Rebuild Pisi Linux Community admin@pisilinux.org - 2018-03-23 - 0.92.3 - Release Bump. + 2017-02-05 + 1.5.2 + Rebuild Pisi Linux Community admin@pisilinux.org - 2017-05-16 - 0.92.1 + 2016-06-09 + 1.5.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-06-10 - 0.91 + 2016-05-27 + 1.5.2 + Release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-22 + 1.5.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libmypaint + https://github.com/mypaint/libmypaint + + PisiLinux Community + admins@pisilinux.org + + ISC + library + multimedia.graphics + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + https://github.com/mypaint/libmypaint/releases/download/v1.5.0/libmypaint-1.5.0.tar.xz + + python3 + intltool + json-c-devel + gobject-introspection-devel + + multimedia/graphics/libmypaint/pspec.xml + + + libmypaint + + glib2 + json-c + + + /usr/lib + /usr/share + /usr/share/locale + + + + libmypaint-devel + Development files for libmypaint + + libmypaint + glib2-devel + json-c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-11-07 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-12 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 1.3.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-20 + 1.3.0 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + geeqie + http://www.geeqie.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + multimedia.graphics + Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. + Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images. + https://github.com/BestImageViewer/geeqie/releases/download/v1.7.2/geeqie-1.7.2.tar.xz + + doxygen + intltool + lua-devel + gtk2-devel + tiff-devel + webp-devel + lirc-devel + lcms2-devel + lua51-devel + exiv2-devel + libraw-devel + libheif-devel + gettext-devel + openjpeg2-devel + libarchive-devel + libjpeg-turbo-devel + ffmpegthumbnailer-devel + + + Open_archive_not_working.patch + + multimedia/graphics/geeqie/pspec.xml + + + geeqie + + lua + gtk2 + tiff + webp + lirc + exiv2 + fbida + cairo + glib2 + lcms2 + lua51 + pango + zenity + libgcc + libraw + gphoto2 + libheif + openjpeg2 + exiv2-libs + gdk-pixbuf + libarchive + libjpeg-turbo + ffmpegthumbnailer + perl-Image-ExifTool + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man/man1 + /usr/share/doc + + + + + 2022-02-04 + 1.7.2 + Version bump. + fury + uglyside@yandex.ru + + + 2022-01-18 + 1.7.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-06 + 1.6 + First build. + fury + uglyside@yandex.ru + + + + + + giflib + https://sourceforge.net/projects/giflib/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + multimedia.graphics + Library to handle, display and manipulate GIF images + GIF türündeki resimleri görüntüleyip işlemeye aracılık eden kitaplık + libungif est une librairies de lecture et d'écriture d'images gif. La fonctionnalité de sauvegarde utilise un algorithme gif non compressé pour éviter le brevet Unisys LZW. giflib est un remplaçant de cette dernière compatible aussi bien au niveau de l'interface de programmation (API) qu'au niveau binaire (ABI) pour les pays où LZW n'est pas breveté. + The giflib package contains a shared library of functions for loading and saving GIF format image files. It is API and ABI compatible with libungif, the library which supported uncompressed GIFs while the Unisys LZW patent was in effect. + libungif, gif dosyalarını okumaya ve yazmaya yarayan bir kütüphanedir. Kaydetme algoritması Unisys LZW patentine takılmamak için sıkıştırma yapmamaktadır. Böylece LZW'nin patentli olmadığı ülkelerde kullanılmak için API ve ABI uyumlu bir alternatif sunar. + mirrors://sourceforge/giflib/giflib-5.2.1.tar.gz + + giflib-5.1.9-fix-missing-quantize-API-symbols.patch + giflib-5.1.9-make-flags.patch + + multimedia/graphics/giflib/pspec.xml + + + giflib + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + giflib-devel + + giflib + + + /usr/include + /usr/share/doc/giflib/html + + + + giflib-32bit + 32-bit shared libraries for giflib + + giflib + + + /usr/lib32 + + + + + 2020-01-18 + 5.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-30 + 5.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-28 + 5.1.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 5.1.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.0.6 Release Bump Pisi Linux Community admin@pisilinux.org + + 2016-05-25 + 5.0.6 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + - 2015-11-29 - 0.91 + 2014-05-20 + 5.0.6 First release - Stefan Gronewold (groni) - groni@pisilinux.org + Serdar Soytetir + kaptan@pisilinux.org @@ -215638,683 +66730,112 @@ cleaner, which will allow to add new features in the future. - jbigkit - http://www.cl.cam.ac.uk/~mgk25/jbigkit/ + netpbm + http://netpbm.sourceforge.net/ PisiLinux Community admins@pisilinux.org GPLv2 - library app:console multimedia.graphics - A portable library of compression and decompression functions - Taşınabilir bir sıkıştırma kitaplığı - JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents. - jbigkit, faks sayfaları ve taranmış belgeler gibi yüksek çözünürlüklü görüntüler için, yüksek performanslı bir sıkıştırma kitaplığıdır. - https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz - - jbigkit-2.1-shared.diff - jbigkit-2.0-warnings.patch - - multimedia/graphics/jbigkit/pspec.xml - - - jbigkit - - /usr/share/doc - /usr/share/man - /usr/bin - /usr/lib - - - - jbigkit-devel - Development files for jbigkit - jbigkit için geliştirme dosyaları - - jbigkit - - - /usr/include - - - - - 2020-01-14 - 2.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-25 - 2.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 2.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-19 - 2.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - lcms - http://www.littlecms.com/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - library - multimedia.graphics - Moteur de gestion de couleurs léger et optimisé pour la vitesse. - A lightweight, speed optimized color management engine - Hız geliştirmesi yapılmış, hafif bir renk yönetim motoru - LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form. - mirrors://sourceforge/project/lcms/lcms/1.19/lcms-1.19.tar.gz + A set of utilities to convert to/from the netpbm (and related) formats + Netpbm vb. gibi formatlar arasında dönüşüm yapan araçlar serisi + Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 300 separate tools in the package including converters for about 100 graphics formats. + http://archlinux.c3sl.ufpr.br/other/netpbm/netpbm-10.61.02.tar.gz + + config.mk + - swig + jasper-devel tiff-devel - libjpeg-turbo-devel - - - CVE-2009-0793.patch - lcms-1.19-cve_2013_4276-1.patch - - multimedia/graphics/lcms/pspec.xml - - - lcms - - tiff - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/lcms - /usr/share/doc - /usr/share/man - - - - lcms-devel - lcms için geliştirme dosyaları - - lcms - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - - - - lcms-32bit - 32-bit shared libraries for lcms - lcms için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - tiff-32bit - libjpeg-turbo-32bit - - - lcms - - - /usr/lib32 - - - - - 2020-02-12 - 1.19 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-14 - 1.19 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 1.19 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-19 - 1.19 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - lcms2 - http://www.littlecms.com - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - library - multimedia.graphics - A color management library. - Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms. - https://sourceforge.net/projects/lcms/files/lcms/2.12/lcms2-2.12.tar.gz - - libjpeg-turbo-devel - tiff-devel - - multimedia/graphics/lcms2/pspec.xml - - - lcms2 - - libjpeg-turbo - tiff - - - /usr/bin - /usr/lib - /usr/share/lcms/ - /usr/share/man - /usr/share/doc - - - - lcms2-devel - Development files for lcms2 - - lcms2 - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - - - - lcms2-32bit - 32-bit shared libraries for lcms2 - emul32 - - tiff-32bit - libjpeg-turbo-32bit - - - lcms2 - - - /usr/lib32 - - - - - 2021-03-10 - 2.12 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 2.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-29 - 2.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-21 - 2.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 2.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 2.6 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-01 - 2.6 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - lensfun - http://lensfun.berlios.de/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - GPLv3 - CCPL-Attribution-ShareAlike-3.0 - library - multimedia.graphics - A programming library for rectifying and simulating photographic lens distortions - Mercek kaynaklı bozulmaları simüle etmek ve düzeltmek için bir kütüphane - 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. - 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. - https://sourceforge.net/projects/lensfun/files/0.3.95/lensfun-0.3.95.tar.gz - - cmake - doxygen libpng-devel - python3-devel - glib2-devel - - multimedia/graphics/lensfun/pspec.xml - - - lensfun - - libgcc - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share - - - - lensfun-devel - Development files for lensfun - lensfun için geliştirme dosyaları - - lensfun - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-24 - 0.3.95 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-12 - 0.3.2 - Rebuild revert. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-12 - 0.3.95 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 0.3.2 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2018-09-01 - 0.3.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-05 - 0.3.2 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-13 - 0.3.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libart_lgpl - http://www.levien.com/libart - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.graphics - A LGPL version of libart - libart'ın bir LGPL sürümü - Libart est une librairie pour graphiques 2D à hautes performances. Elle est actuellement utilisé comme moteur de rendu anti-aliassé pour le Canvas Gnome. Libart fournit le support pour un modèle image très puissant, simplement le même que SVG et l'API (Interface de Programmation d'Application) Java 2D. - Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for the Gnome Canvas. Libart supports a very powerful imaging model, basically the same as SVG and the Java 2D API. - Libart, yüksek performanslı iki boyutlu grafikler için bir kütüphanedir. Halihazırda Gnome Canvas için kenarların yumuşatıldığı dönüştürme aracı olarak kullanılmaktadır. Libart, temelde Java 2D API ve SVG benzeri, çok güçlü bir görüntüleme modelini destekler. -  Libart es una librería para gráficos 2D de alta performance. Actualmente está usado como antialiased rendering engine para Gnome Canvas. Libart soporta un modelo de imagen muy potente, básicamente el mismo como SVG y el API 2D de Java. - http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2 - - noartconfig.patch - libart_lgpl-2.3.21-crosscompile.patch - libart_lgpl-2.3.21-no-test-build.patch - - multimedia/graphics/libart_lgpl/pspec.xml - - - libart_lgpl - - /usr/lib - /usr/share/doc - - - - libart_lgpl-devel - Development files for libart_lgpl - libart_lgpl için geliştirme dosyaları - - libart_lgpl - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 2.3.21 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-05 - 2.3.21 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 2.3.21 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.3.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 2.3.21 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libcaca - http://caca.zoy.org/ - - PisiLinux Community - admins@pisilinux.org - - WTFPL-2 - LGPLv2.1 - GPLv2 - library - multimedia.graphics - A library that creates colored ASCII-art graphics - Renkli ASCII-sanat grafikleri oluşturan bir kütüphane - libcaca est une librairie graphique qui génère du texte au lieu de pixels afin de pouvoir fonctionner sur de vieilles cartes graphique ou sur des terminaux texte. - libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals - libcaca piksel yerine metin üreten bir grafik kütüphanesidir, böylece eski video kart yada metin uçbirimleriyle çalışabilir. - libcaca es una librería gráfica que produce una salida de texto en vez de pixels, por lo tanto puede funcionar con tarjetas de video más antiguas y terminales de texto - https://fossies.org/linux/privat/libcaca-0.99.beta19.tar.gz - - imlib2-devel - slang-devel - ncurses-devel + libjpeg-turbo-devel + zlib-devel libX11-devel + libxml2-devel - multimedia/graphics/libcaca/pspec.xml + + netpbm-CAN-2005-2471.patch + netpbm-security-code.patch + netpbm-security-scripts.patch + library-link.patch + + multimedia/graphics/netpbm/pspec.xml - libcaca + netpbm - imlib2 + jasper + tiff + libpng + libjpeg-turbo zlib - slang - ncurses libX11 + libxml2 /usr/bin /usr/lib - /usr/share/libcaca + /usr/share/netpbm /usr/share/man /usr/share/doc - libcaca-devel - Development files for libcaca - libcaca için geliştirme dosyaları + netpbm-devel + Development files for netpbm + netpbm için geliştirme dosyaları - libcaca - - - /usr/bin/caca-config - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-19 - 0.99_beta19 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.99_beta19 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-23 - 0.99_beta19 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.99_beta19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 0.99_beta19 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libdmtx - http://www.libdmtx.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - multimedia.graphics - A Library for working with Data Matrix 2D bar-codes - Data Matrix 2D barkodlarıyla çalışmak için kitaplık - libdmtx is an open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows and mobile devices. - libdmtx, Linux, Unix, OS X, Windows ve mobil işletim sistemlerinde Data Matrix 2D barkodlarını okumak ve yazmak için kullanılan açık kaynaklı bir kitaplıktır. - https://github.com/dmtx/libdmtx/archive/v0.7.5.tar.gz - - fedora/libdmtx-0.7.5-c99.patch - fedora/libdmtx-0.7.5-math.patch - fedora/libdmtx-0.7.5-size_t.patch - - multimedia/graphics/libdmtx/pspec.xml - - - libdmtx - - /usr/lib - /usr/share/doc - - - - libdmtx-devel - Development files for libdmtx - libdmtx için geliştirme dosyaları - - libdmtx + netpbm /usr/include - /usr/lib/pkgconfig /usr/share/man/man3 2020-03-06 - 0.7.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 10.61.02 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2018-08-11 - 0.7.4 + 2018-09-01 + 10.61.02 Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2017-03-02 - 0.7.4 + 2017-04-18 + 10.61.02 Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Pisi Linux Community + admin@pisilinux.org - 2016-05-22 - 0.7.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org + 2016-06-09 + 10.61.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2015-06-05 - 0.7.4 + 2015-02-21 + 10.61.02 First release - Stefan Gronewold(groni) - groni@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - libgexiv2 - https://wiki.gnome.org/Projects/gexiv2 + aalib + http://aa-project.sourceforge.net/aalib/ PisiLinux Community admins@pisilinux.org @@ -216322,764 +66843,91 @@ cleaner, which will allow to add new features in the future. GPLv2 library multimedia.graphics - GObject-based wrapper around the Exiv2 library - GObject-based wrapper around the Exiv2 library - GObject-based wrapper around the Exiv2 library - GObject-based wrapper around the Exiv2 library - https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.0.tar.xz + An ASCII-graphics Library + Bir ASCII-grafik Kitaplığı + Aalib est une librairie de graphiques ASCII générant des sorties en caractères ASCII. + Aalib is an ASCII-graphics library generating ASCII character outputs. + AAlib, bir ASCII sanatı grafik kütüphanesidir. Görsel bir ekran gibi çalışır, ancak oluşturulan çıktı platform bağımsız olarak ASCII karakterler ile gösterilir. + Aalib es una librería gráfica ASCII que genera salidas con caracteres ASCII. + mirrors://sourceforge/aa-project/aalib-1.4rc5.tar.gz - meson - gtk-doc - python-six - glib2-devel - docbook-xsl - libxslt-devel - gobject-introspection-devel - exiv2-devel - vala-devel - python3-pygobject3-devel - - multimedia/graphics/libgexiv2/pspec.xml - - - libgexiv2 - - glib2 - libgcc - exiv2-libs - - - /usr/lib - /usr/share - /usr/share/gtk-doc/html - /usr/share/vala/vapi - - - - libgexiv2-devel - Development files for libgexiv2 - - libgexiv2 - exiv2-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-22 - 0.14.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 0.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 0.12.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 0.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-18 - 0.11.0 - Version bump. - fury - uglyside@yandex.ru - - - 2018-08-14 - 0.10.8 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-20 - 0.10.6 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - libimagequant - https://pngquant.org/lib/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - multimedia.graphics - Palette quantization library that powers pngquant and other PNG optimizers - pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir - Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. - RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir.. - https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz - - libgcc + gpm + ncurses-devel - libimagequant_solibperm.patch + m4.patch - multimedia/graphics/libimagequant/pspec.xml + multimedia/graphics/aalib/pspec.xml - libimagequant + aalib - libgomp - - - /usr/lib - /usr/share/doc - - - - libimagequant-devel - Development files for libimagequant - libimagequant için geliştirme dosyaları - libimagequant-devel, libimagequant için geliştirme dosyaları içerir. - - libimagequant - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-15 - 2.12.6 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - libjpeg-turbo - http://www.libjpeg-turbo.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - multimedia.graphics - MMX, SSE, and SSE2 SIMD accelerated JPEG library - libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which -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. - https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.2.tar.gz - - cmake - - multimedia/graphics/libjpeg-turbo/pspec.xml - - - libjpeg-turbo - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - jpeg - - - - libjpeg-turbo-devel - Development files for libjpeg-turbo - libjpeg-turbo için geliştirme dosyaları - - libjpeg-turbo - - - /usr/include/ - /usr/lib/pkgconfig - - - jpeg-devel - - - - libjpeg-turbo-32bit - 32-bit shared libraries for jpeg - emul32 - emul32 - - libjpeg-turbo - - - /usr/lib32 - - - jpeg-32bit - - - - - 2021-11-19 - 2.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 2.0.6 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2020-01-05 - 2.0.4 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2020-01-05 - 2.0.2 - Rebuild. - Idris Kalp - idriskalp@gmail.com - - - 2019-06-19 - 2.0.2 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-01-05 - 2.0.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-25 - 1.5.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-20 - 1.5.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-09-20 - 1.5.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.4.2 - Release bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-04-08 - 1.4.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libmng - http://www.libmng.com/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - multimedia.graphics - Multiple Image Networkgraphics lib (animated png's) - Çoklu resim Networkgraphics (Animasyonlu png) - Libmng - La librairie de référence pour lire, afficher, écrire et examiner des Multiple-Image Network Graphics (graphiques orientés réseaux composés d'images multiples). MNG est l'extension d'animation pour le format d'image populaire PNG. - Libmng -The reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format. - Libmng, Çoklu Görüntü Ağ Grafiklerini (MNG) okuma, görüntüleme, yazma ve denemek için başvuru kütüphanesidir. MNG popüler PNG görüntü formatı için animasyon uzantısıdır. - Libmng -librería de referencia para lectura, visualización, escritura y análisis de gráficos tipo Multiple-Image Network. MNG es la extensión de animación al formato popular de imágenes PNG. - http://sourceforge.net/projects/libmng/files/libmng-devel/2.0.3/libmng-2.0.3.tar.xz - - zlib-devel - lcms2-devel - libjpeg-turbo-devel - - multimedia/graphics/libmng/pspec.xml - - - libmng - - zlib - libjpeg-turbo - lcms2 - - - /usr/lib - - - - libmng-devel - - libmng - - - /usr/share/doc - /usr/share/man - /usr/include/ - /usr/lib/pkgconfig - - - - libmng-32bit - 32-bit shared libraries for libmng - emul32 - emul32 - - zlib-32bit - lcms2-32bit - libjpeg-turbo-32bit - - - zlib-32bit - lcms2-32bit - libjpeg-turbo-32bit - libmng - - - /usr/lib32 - - - - - 2020-01-19 - 2.0.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-29 - 2.0.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-09-20 - 2.0.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 2.0.2 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-04 - 2.0.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libmypaint - https://github.com/mypaint/libmypaint - - PisiLinux Community - admins@pisilinux.org - - ISC - library - multimedia.graphics - a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support - a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support - a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support - a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support - https://github.com/mypaint/libmypaint/releases/download/v1.5.0/libmypaint-1.5.0.tar.xz - - python3 - intltool - json-c-devel - gobject-introspection-devel - - multimedia/graphics/libmypaint/pspec.xml - - - libmypaint - - glib2 - json-c - - - /usr/lib - /usr/share - /usr/share/locale - - - - libmypaint-devel - Development files for libmypaint - - libmypaint - glib2-devel - json-c-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-11-07 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-12 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 1.3.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-20 - 1.3.0 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - libopenraw - https://libopenraw.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv3+ - library - multimedia.graphics - A library for camera RAW files decoding. - RAW (Ham) fotoğraf dosyası işleme kütüphanesi - libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. - libopenraw, fotoğraf makineleri tarafından sunulan ham görüntü dosyalarını (RAW) işlemek için kullanılabilecek bir kütüphanedir. - https://libopenraw.freedesktop.org/download/libopenraw-0.3.0.tar.xz - - rust - curl-devel - boost-devel - libxml2-devel - gdk-pixbuf-devel - libjpeg-turbo-devel - - multimedia/graphics/libopenraw/pspec.xml - - - libopenraw - - glib2 - libgcc - gdk-pixbuf - libjpeg-turbo - - - /usr/lib - /usr/share/doc - - - - libopenraw-devel - libopenraw için geliştirme dosyaları - - libopenraw - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-12-14 - 0.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-24 - 0.1.3 - Ver. bump. - fury - uglyside@yandex.ru - - - 2014-05-24 - 0.0.9 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-01 - 0.0.9 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 0.0.9 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libpcd - https://www.kraxel.org/blog/linux/libpcd/ - - fury - uglyside@yandex.ru - - GPLv2 - library - multimedia.graphics - libpcd is a tiny library for decoding PhotoCD images. - libpcd is a tiny library for decoding PhotoCD images. It used to come bundled with xpcd, but I've decided to release it separately so other apps such as fbi and ida can use it too. - https://www.kraxel.org/releases/libpcd/libpcd_1.0.1.tar.gz - multimedia/graphics/libpcd/pspec.xml - - - libpcd - - /usr/lib - /usr/share - - - - libpcd-devel - - libpcd - - - /usr/include - - - - - 2020-12-06 - 1.0.1 - First build. - fury - uglyside@yandex.ru - - - - - - libraw - https://www.libraw.org/ - - Yücel KILIÇ - yucel.kilic@linux.org.tr - - LGPLv2.1 - CDDL - library - multimedia.graphics - Raw image decoder - LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). - https://www.libraw.org/data/LibRaw-0.20.2.tar.gz - - libgomp - lcms2-devel - jasper-devel - libjpeg-turbo-devel - - multimedia/graphics/libraw/pspec.xml - - - libraw - - zlib - lcms2 - libgcc - jasper - libgomp - libjpeg-turbo + gpm + ncurses /usr/bin /usr/lib /usr/share/doc + /usr/share/info + /usr/share/man - libraw-devel - Development files for libraw - libraw için geliştirme dosyaları + aalib-devel + Development files for aalib + aalib için geliştirme dosyaları - libraw - lcms2-devel - jasper-devel - libjpeg-turbo-devel + aalib + /usr/share/aclocal /usr/include - /usr/lib/pkgconfig + /usr/share/man/man3 - + 2022-01-17 - 0.20.2 - Version bump. - fury - uglyside@yandex.ru - - - 2020-03-15 - 0.19.5 + 1.4_rc5 Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-11 - 0.19.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Pisilinux Community + admins@pisilinux.org - 2018-08-07 - 0.18.8 + 2020-01-12 + 1.4_rc5 Rebuild - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2018-03-21 - 0.18.8 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com + 2018-08-01 + 1.4_rc5 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2017-03-02 - 0.18.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2017-02-05 + 1.4_rc5 + Rebuild + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 0.16.2 + 1.4_rc5 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-13 - 0.16.2 + 2014-05-20 + 1.4_rc5 First release - Ertuğrul Erata - ertugrulerata@gmail.com + Serdar Soytetir + kaptan@pisilinux.org @@ -217190,2834 +67038,298 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - libwmf - http://wvware.sourceforge.net/libwmf.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.graphics - Library for reading and converting WMF files - WMF (Windows metafile) okuma ve dönüştürme kitaplığı - Librairie pour convertir les fichiers WMF. - A library for reading and converting Windows MetaFile vector graphics (WMF). - Microsoft Word gibi uygulamaların kullandığı WMF (Windows metafile) dosyalarını standart formatlara (PNG, JPEG, PS, EPS, SVG gibi) dönüştürebilmek ve gösterebilmek için gereken kütüphanedir. - mirrors://sourceforge/wvware/libwmf-0.2.8.4.tar.gz - - libjpeg-turbo-devel - harfbuzz-devel - freetype-devel - libX11-devel - libxml2-devel - gettext-devel - gdk-pixbuf-devel - - multimedia/graphics/libwmf/pspec.xml - - - libwmf - - zlib - libX11 - libpng - libxml2 - freetype - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/libwmf - - - - libwmf-devel - Development files for libwmf - libwmf için geliştirme dosyaları - - libwmf - - - /usr/bin/libwmf-config - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-12 - 0.2.8.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 0.2.8.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 0.2.8.4 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.2.8.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 0.2.8.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libzimg - https://github.com/sekrit-twc/zimg - - Mathias Freire - mathiasfreire45@gmail.com - - WTFPL - library - multimedia.graphics - Scaling, colorspace conversion, and dithering library - The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. - https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3.tar.gz - multimedia/graphics/libzimg/pspec.xml - - - libzimg - - /usr/lib - /usr/share/doc - - - - libzimg-devel - Header files for libzimg. - - libzimg - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-06 - 3.0.3 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-14 - 2.9.2 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - mjpegtools - http://mjpeg.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:gui - multimedia.graphics - Tools for MJPEG video - MJPEG video dosyaları için kullanılabilecek araçlar - mjpegtools is a complete suite of tools for you to capture, edit, process, filter and play your media as you wish. You can digitize your VHS collection, create DVDs, and do advanced video filtering on already-digitized videos. - Mjpegtools size görüntü yakalama, düzenleme, işleme ve filtreleme olanakları sunan ayrıca dosyalarınızı istediğiniz gibi oynatabileceğiniz tam bir araçlar paketidir. VHS kolleksiyonunuzu dijital ortama taşıyabilir, DVDler yaratabilirsiniz. Zaten dijital ortamda olan videolara ileri düzeyde video filtrelemesi yapabilirsiniz. - http://sourceforge.net/projects/mjpeg/files/mjpegtools/2.1.0/mjpegtools-2.1.0.tar.gz/download - - gtk2-devel - libdv-devel - libsdl-devel - libXxf86dga-devel - libjpeg-turbo-devel - libpng-devel - - multimedia/graphics/mjpegtools/pspec.xml - - - mjpegtools - - gtk2 - glib2 - libdv - libgcc - libsdl - libjpeg-turbo - libpng - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - - - - mjpegtools-devel - Development files for mjpegtools - mjpegtools için geliştirme dosyaları - - mjpegtools - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-18 - 2.1.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 2.1.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 2.1.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.1.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - netpbm - http://netpbm.sourceforge.net/ + mkvtoolnix + http://www.bunkus.org/videotools/mkvtoolnix/ PisiLinux Community admins@pisilinux.org GPLv2 app:console - multimedia.graphics - A set of utilities to convert to/from the netpbm (and related) formats - Netpbm vb. gibi formatlar arasında dönüşüm yapan araçlar serisi - Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 300 separate tools in the package including converters for about 100 graphics formats. - http://archlinux.c3sl.ufpr.br/other/netpbm/netpbm-10.61.02.tar.gz - - config.mk - + app:gui + multimedia.converter + A set of tools to create, alter and inspect Matroska files + Matroska dosyalarını yaratmak, değiştirmek ve incelemek için araçlar + MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. + mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir. + mmg + https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-61.0.0/mkvtoolnix-release-61.0.0.tar.gz - jasper-devel - tiff-devel - libpng-devel - libjpeg-turbo-devel + file + fmt-devel + gmp-devel + rubygems + flac-devel zlib-devel - libX11-devel - libxml2-devel + ruby-devel + cmark-devel + boost-devel + docbook-xsl + libpcre2-devel + libogg-devel + libdvdread-devel + qt5-linguist + libxslt-devel + pugixml-devel + libebml-devel + qt5-base-devel + libvorbis-devel + libmatroska-devel + imagemagick-devel + qt5-multimedia-devel + pulseaudio-libs-devel - - netpbm-CAN-2005-2471.patch - netpbm-security-code.patch - netpbm-security-scripts.patch - library-link.patch - - multimedia/graphics/netpbm/pspec.xml + multimedia/converter/mkvtoolnix/pspec.xml - netpbm + mkvtoolnix + A set of tools to create, alter and inspect Matroska files - jasper - tiff - libpng - libjpeg-turbo + file + gmp + flac zlib - libX11 - libxml2 + cmark + boost + libgcc + libogg + libebml + pugixml + libpcre2 + qt5-base + libvorbis + libdvdread + libmatroska + qt5-multimedia - /usr/bin - /usr/lib - /usr/share/netpbm /usr/share/man /usr/share/doc - - - - netpbm-devel - Development files for netpbm - netpbm için geliştirme dosyaları - - netpbm - - - /usr/include - /usr/share/man/man3 - - - - - 2020-03-06 - 10.61.02 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-01 - 10.61.02 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 10.61.02 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 10.61.02 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-02-21 - 10.61.02 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - openimageio - https://sites.google.com/site/openimageio/home - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - multimedia.graphics - Library for reading and writing images - Görüntüleri okuma ve yazma için bir kütüphane - OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. - https://github.com/OpenImageIO/oiio/archive/Release-2.2.18.0.tar.gz - - git - cmake - pybind11 - boost-devel - boost-python3 - openssl-devel - pugixml-devel - openexr-devel - imath-devel - glew-devel - python3-devel - txt2man - libpng-devel - tiff-devel - webp-devel - ffmpeg-devel - opencv-devel - freetype-devel - giflib-devel - zlib-devel - jasper-devel - libraw-devel - hdf5-devel - qt5-base-devel - intel-tbb-devel - openjpeg2-devel - opencolorio-devel - libjpeg-turbo-devel - - multimedia/graphics/openimageio/pspec.xml - - - openimageio - - tiff - webp - boost - opencv - pugixml - openssl - giflib - pybind11 - imath - openjpeg2 - openexr-libs - libjpeg-turbo - libraw - zlib - ffmpeg - libpng - python3 - freetype - libgcc - libglvnd - qt5-base - - - /usr/lib /usr/bin - /usr/share - - - - openimageio-devel - Development files for openimageio - openimageio için geliştirme başlıkları - - openimageio - tiff-devel - webp-devel - boost-devel - opencv-devel - giflib-devel - pugixml-devel - imath-devel - openjpeg2-devel - openexr-devel - libjpeg-turbo-devel - libraw-devel - zlib-devel - ffmpeg-devel - libpng-devel - python3-devel - freetype-devel - - - /usr/include + /usr/share/mime + /usr/share/icons + /usr/share/pixmaps + /usr/share/mkvtoolnix + /usr/share/applications + /usr/share/metainfo + /usr/share/locale - - 2022-01-18 - 2.2.18.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-20 - 2.2.18.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 2.2.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-30 - 2.2.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-12 - 2.2.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-03-10 - 2.2.12.0 + 2021-10-05 + 61.0.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-09-18 - 2.0.13 + 2021-06-29 + 58.0.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-11-05 - 1.8.17 - Version bump - Mustafa Cinasal - muscnsl@gmail.com + 2020-05-18 + 46.0.0 + Major version bump + Blue Devil + bluedevil@sctzine.com - 2018-09-01 - 1.8.9 - Rebuild. + 2020-03-08 + 43.0.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-05-11 - 1.8.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + 2018-08-06 + 19.0.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2018-04-26 - 1.8.9 - Rebuild ffmpeg - Mustafa Cinasal - muscnsl@gmail.com + 2018-03-24 + 19.0.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2018-03-23 - 1.7.12 - Rebuild. + 2017-03-17 + 19.0.0 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2018-02-13 - 1.7.12 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com + 2017-03-17 + 9.7.1 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org - 2017-03-17 - 1.7.12 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2016-11-04 + 9.5.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2016-06-20 - 1.6.14 + 2016-08-11 + 9.3.1 Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - 2016-06-15 - 1.5.20 + 2016-06-09 + 8.5.2 Release Bump Pisi Linux Community admin@pisilinux.org 2016-04-08 - 1.5.20 + 8.5.2 First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - openjpeg - http://www.openjpeg.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - app:console - multimedia.graphics - JPEG2000 decoding library - JPEG2000 çözme kütüphanesi - Biblioteka implementująca kodek formatu JPEG 2000 - openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). - http://downloads.sourceforge.net/project/openjpeg.mirror/1.5.2/openjpeg-1.5.2.tar.gz - - tiff-devel - doxygen - libpng-devel - - - openjpeg-20070717svn-mqc-optimize.patch - - multimedia/graphics/openjpeg/pspec.xml - - - openjpeg - - libpng - tiff - - - /usr/bin - /usr/share/pkgconfig/ - /usr/share/openjpeg-1.5 - /usr/share/man/man1 - /usr/lib - /usr/share/doc - - - - openjpeg-devel - Development files for openjpeg - openjpeg için geliştirme dosyaları - Pliki nagłówkowe do openjpeg - - openjpeg - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - /usr/share/man/man3 - - - - openjpeg-32bit - 32-bit shared libraries for openjpeg - emul32 - - tiff-32bit - libpng-32bit - - - openjpeg - - - /usr/lib32 - - - - - 2020-01-19 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2019-11-05 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.5.2 - Release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-22 - 1.5.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - openjpeg2 - https://github.com/uclouvain/openjpeg - - PisiLinux Community - admins@pisilinux.org - - BSD - library - app:console - multimedia.graphics - JPEG2000 decoding library - JPEG2000 çözme kütüphanesi - Biblioteka implementująca kodek formatu JPEG 2000 - openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). - https://github.com/uclouvain/openjpeg/archive/v2.5.0.tar.gz - - cmake - doxygen - lcms2-devel - tiff-devel - zlib-devel - libpng-devel - - multimedia/graphics/openjpeg2/pspec.xml - - - openjpeg2 - - lcms2 - tiff - libpng - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man1 - /usr/share/man3 - /usr/share/doc - - - - openjpeg2-devel - Development files for openjpeg2 - openjpeg2 için geliştirme dosyaları - Pliki nagłówkowe do openjpeg2 - - openjpeg2 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/lib/openjpeg-2.3 - /usr/lib32/openjpeg-2.3 - - - - openjpeg2-32bit - 32-bit shared libraries for openjpeg2 - emul32 - emul32 - - zlib-32bit - lcms2-32bit - tiff-32bit - libpng-32bit - - - lcms2-32bit - tiff-32bit - libpng-32bit - - - /usr/lib32 - /usr/bin/*_32 - - - - - 2022-06-24 - 2.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 2.3.1 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2019-11-05 - 2.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-23 - 2.3.0 - First release. - PisiLinux Community - admins@pisilinux.org - - - 2018-08-03 - 2.3.0 - First release. - PisiLinux Community - admins@pisilinux.org - - - 2018-03-30 - 2.3.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - OpenSceneGraph - http://www.openscenegraph.org - - PisiLinux Community - admins@pisilinux.org - - OSGPLv0.0 - wxWinLL-3 - LGPLv2 - app:gui - library - multimedia.graphics - A C++ scene graph API on OpenGL for real time graphics - OpenGL üzerinde gerçek zamanlı grafikler oluşturmak için C++ manzara grafik API'si - The Open Scene Graph is a cross-platform C++/OpenGL library for the real-time visualization. Uses range from visual simulation, scientific modeling, virtual reality through to games. - Open Scene Graph, gerçek zamanlı görüntüleme için C++/OpenGL kiatplığıdır. Görsel simülasyon, bilimsel modelleme ve sanal gerçeklikten oyunlara kadar geniş bir alanda kullanılır. - https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-3.6.5.zip - - xine-lib-devel - jasper-devel - librsvg-devel - curl-devel - giflib-devel - libvncserver-devel - cmake - - - 0003-Activate-osgviewerWX.patch - - multimedia/graphics/OpenSceneGraph/pspec.xml - - - OpenSceneGraph - - curl - zlib - libgcc - libX11 - libgcc - libpng - freetype - giflib - jasper - cairo - librsvg - xine-lib - libvncserver - libjpeg-turbo - mesa - - - /usr/bin - /usr/lib - /usr/share/doc - - - - OpenSceneGraph-devel - development files for OpenSceneGraph - OpenSceneGraph için geliştirme dosyaları - - OpenSceneGraph - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-06-22 - 3.6.5 - New Release - PisiLinux Community - admins@pisilinux.org - - - - - - optipng - http://optipng.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - zlib - app:console - multimedia.graphics - PNG Optimizer - PNG İyileştirici - OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. - OptiPNG, herhangi bir veri kaybı olmadan resim dosyalarını tekrar sıkıştıran bir PNG iyileştiricisidir. Bu program aynı zamanda, diğer biçimleri (BMP, GIF, PNM, TIFF) iyileştirilmiş PNG biçimine çevirebilir ve PNG bütünlük kontrolü ve düzeltmeleri yapabilir. - mirrors://sourceforge/optipng/optipng-0.7.7.tar.gz - - zlib-devel - libpng-devel - - multimedia/graphics/optipng/pspec.xml - - - optipng - - zlib - libpng - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2021-10-14 - 0.7.7 - First build - fury - uglyside@yandex.ru - - - - - - potrace - http://potrace.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app - multimedia.graphics - Transforming bitmaps into vector graphics. - Bitmap dosyalarını grafik vektör formatına dönüştürür. - Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. - potrace komut tabanlı çalışan, bitmap resim dosyasından grafik vektör resimlerine dönüştüren bir uygulamadır - https://sourceforge.net/projects/potrace/files/1.16/potrace-1.16.tar.gz - - zlib-devel - - multimedia/graphics/potrace/pspec.xml - - - potrace - Transforming bitmaps into vector graphics. - - zlib - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/include - - - - - 2020-04-30 - 1.16 - Ver. bump - fury - uglyside@yandex.ru - - - 2014-06-18 - 1.11 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-11-20 - 1.11 - Update Stefan Gronewold(groni) groni@pisilinux.org - - 2011-08-22 - 1.10 - First release - Pisi Linux Admins - admins@pisilinux.org - - rawtherapee - http://rawtherapee.com/ + ffmulticonverter + https://github.com/Ilias95/FF-Multi-Converter - Marcin Bojara - marcin@pisilinux.org + Kamil Atlı + suvari@pisilinux.org GPLv3 app:gui - multimedia.graphics - RawTherapee is a powerful, cross-platform raw photo processing program - Edytor zdjęć RAW - RawTherapee is designed for developing raw files from a broad range of digital cameras, as well as HDR DNG files and non-raw image formats (JPEG, TIFF and PNG). - Zaawansowany program do wywoływania zdjęć. - https://github.com/Beep6581/RawTherapee/releases/download/5.8/rawtherapee-5.8.tar.xz + multimedia.converter + A multi converter. + Bir çoklu dönüştürücü + FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions. + FF Multi Converter; ses, video, resim ve belge dosya biçimlerini farklı biçimlere dönüştürmek için kullanılabilecek diğer uygulamalara önyüzlük yapan basit bir araçtır. Ses ve video dosyaları için ffmpeg, belge dosyaları için unoconv ve resim dosyaları için PIL kütüphanesi kullanılmaktadır. + ffmulticonverter + mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz - cmake - gtk3-devel - tiff-devel - zlib-devel - exiv2-devel - expat-devel - fftw3-devel - glib2-devel - atkmm-devel - lcms2-devel - glibmm-devel - gtkmm3-devel - libpng-devel - librsvg-devel - lensfun-devel - libsigc++-devel - libcanberra-devel - libiptcdata-devel - libjpeg-turbo-devel - libcanberra-gtk3-devel + ffmpeg-devel + gettext-devel + python3-devel + python3-qt5-devel - multimedia/graphics/rawtherapee/pspec.xml + + QProgressBar_value_replaced_to_int.patch + + multimedia/converter/ffmulticonverter/pspec.xml - rawtherapee + ffmulticonverter - tiff - zlib - gtk3 - glib2 - expat - fftw3 - lcms2 - atkmm - gtkmm3 - glibmm - libpng - libgcc - libgomp - cairomm - pangomm - librsvg - lensfun - libsigc++ - libcanberra - libiptcdata - libjpeg-turbo - libcanberra-gtk3 + ffmpeg + unoconv + python3-qt5 + imagemagick /usr/bin - /usr/share/doc/rawtherapee - /usr/share + /usr/lib + /usr/share/pixmaps + /usr/share/applications + /usr/share/ffmulticonverter /usr/share/man + /usr/share/doc - - 2020-03-31 - 5.8 - First release + + 2021-12-28 + 1.8.0 + Rebuild python. Kamil Atlı suvari@pisilinux.org - - - - - tiff - https://libtiff.gitlab.io/libtiff/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - multimedia.graphics - Library for manipulation of TIFF (Tag Image File Format) images - TIFF (Tag Image File Format) türündeki resimleri işlemeye aracılık eden kütüphane - Ce logiciel fournit le support pour le format "Tag Image File Format" (TIFF), un format très employé pour stocker des informations d'image. - This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. - Bu kütüphane TIFF (Tag Image File Format) resim biçimi desteği sağlar. Bu biçim resim bilgisi saklamak için pek çok yerde kullanılır. - Este software facilita soporte para el formato de imagen etiqueteado (TIFF), un formato para almacenamiento de imágenes de uso común. - Biblioteka do manipulacji plikami w formacie TIFF. - http://download.osgeo.org/libtiff/tiff-4.4.0.tar.xz - - xz-devel - zlib-devel - zstd-devel - libjpeg-turbo-devel - jbigkit-devel - - - dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch - - multimedia/graphics/tiff/pspec.xml - - - tiff - - xz - zlib - zstd - libjpeg-turbo - jbigkit - - - /usr/bin - /usr/lib - - - - tiff-devel - Developement files for tiff - tiff için geliştirme dosyaları - - tiff - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - tiff-docs - Documentation for tiff - tiff için belgelendirme dosyaları - - tiff - - - /usr/share/doc - /usr/share/man - - - - tiff-32bit - 32-bit shared libraries for tiff - tiff için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - xz-32bit - zlib-32bit - libjpeg-turbo-32bit - - - tiff - libjpeg-turbo-32bit - libgcc - xz-32bit - zlib-32bit - - - /usr/lib32 - - - - - 2022-07-29 - 4.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-28 - 4.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 4.2.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-15 - 4.1.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-10-26 - 4.0.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-09 - 4.0.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 4.0.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-21 - 4.0.8 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 4.0.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-05-27 - 4.0.3 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-19 - 4.0.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - webp - https://www.webmproject.org/ - - PisiLinux Community - admins@pisilinux.org - - Copyright (c) 2010, Google Inc. All rights reserved. - application - multimedia.graphics - webp image format and format conversion png,jpeg,tiff - webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı - webp image format and format conversion png,jpeg,tiff - webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı - libwebp - https://github.com/webmproject/libwebp/archive/v1.2.4.tar.gz - - mesa-devel - mesa-glu-devel - libpng-devel - tiff-devel - libsdl-devel - giflib-devel - freeglut-devel - libjpeg-turbo-devel - - multimedia/graphics/webp/pspec.xml - - - webp - webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı - - tiff - libglvnd - giflib - libpng - freeglut - libjpeg-turbo - - - /usr/lib/libwebp* - /usr/bin - /usr/share/man - /usr/share/doc/webp - - - - webp-devel - webp için geliştirme dosyaları - - webp - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-06 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-17 - 1.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 1.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-18 - 1.0.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-28 - 1.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-21 - 0.6.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 0.6.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-06 - 0.4.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libavif - https://github.com/AOMediaCodec/libavif - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.misc - Library for encoding and decoding avif files - Library for encoding and decoding avif files - Library for encoding and decoding avif files - Library for encoding and decoding avif files - https://github.com/AOMediaCodec/libavif/archive/refs/tags/v0.9.3.tar.gz - - cmake - nasm - aom-devel - zlib-devel - rav1e-devel - dav1d-devel - glib2-devel - libpng-devel - svt-av1-devel - gdk-pixbuf-devel - libjpeg-turbo-devel - - multimedia/misc/libavif/pspec.xml - - - libavif - - aom - rav1e - dav1d - glib2 - libpng - svt-av1 - gdk-pixbuf - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libavif-devel - Development files for libavif - - libavif - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-11-01 - 0.9.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libsdl - http://www.libsdl.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Simple Direct Media Layer (Couche Média Simple et Directe). - Simple Direct Media Layer - Basit bir direk ortam erişim katmanı - Einfachee direkte Medien-Schicht - libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. - libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır. - http://www.libsdl.org/release/SDL-1.2.15.tar.gz - - DirectFB-devel - alsa-lib-devel - aalib-devel - libX11-devel - libusb-compat-devel - libXtst-devel - libICE-devel - libXrandr-devel - libglvnd-devel - mesa-glu-devel - - - sdl-1.2.14-disable-mmx.patch - sdl_x11sym.patch - SDL-1.2.14-dont-propagate-lpthread.patch - SDL-1.2.14-noproc.patch - SDL-1.2.13-rh484362.patch - libsdl-1.2.15-sdl-config.patch - libsdl-1.2.15-resizing.patch - libsdl-1.2.15-joystick.patch - - multimedia/misc/libsdl/pspec.xml - - - libsdl-docs - libsdl reference documents - libsdl başvuru belgeleri - - libsdl - - - /usr/share/man - /usr/share/doc - - - - libsdl - - DirectFB - aalib - - - /usr/lib - - - - libsdl-devel - Development files for libsdl - libsdl için geliştirme dosyaları - - libsdl - DirectFB-devel - alsa-lib-devel - aalib-devel - libX11-devel - libusb-compat-devel - libXtst-devel - libICE-devel - libXrandr-devel - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/lib/libSDLmain.a - /usr/share/aclocal - - - - libsdl-32bit - 32-bit shared libraries for libsdl - libsdl için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libsdl - - - /usr/lib32 - - - - - 2020-01-11 - 1.2.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-01 - 1.2.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-12 - 1.2.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.2.15 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.2.15 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2016-03-27 - 1.2.15 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - cmark - https://github.com/jgm/cmark - - PisiLinux Community - admins@pisilinux.org - - BSD2 - library - multimedia.misc - CommonMark parsing and rendering library and program in C - CommonMark parsing and rendering library and program in C - CommonMark parsing and rendering library and program in C - CommonMark parsing and rendering library and program in C - https://github.com/commonmark/cmark/archive/0.30.2.tar.gz - - cmake - python3-devel - - multimedia/misc/cmark/pspec.xml - - - cmark - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - cmark-devel - Development files for cmark - - cmark - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-10-05 - 0.30.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-23 - 0.30.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2020-03-08 - 0.29.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - compface - http://www.xemacs.org/Download/optLibs.html - - PisiLinux Community - admins@pisilinux.org - - MIT - library - multimedia.misc - X-Face library - X-Face kütüphanesi - Utilitaires et librairie pour convertir de/vers le format X-Face. - Utilities and library to convert to/from X-Face format. - X-Face formatını okuma ve yazmaya yarayan bir kütüphane - Utilitarios y librerías para convertir desde/al formato X-Face - http://ftp.xemacs.org/pub/xemacs/aux/compface-1.5.2.tar.gz - - xbmp.patch - shared.patch - cve-2009-2286.patch - - multimedia/misc/compface/pspec.xml - - - compface - - /usr/bin - /usr/lib - /usr/share/doc/compface - /usr/share/man - - - - compface-devel - Development files for compface - compface için geliştirme dosyaları - - compface - - - /usr/include - /usr/share/man/man3 - - - - - 2020-01-15 - 1.5.2 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-01 - 1.5.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 1.5.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-21 - 1.5.2 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.5.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - DirectFB - http://www.directfb.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Thin library on top of the Linux framebuffer devices - Linux framebuffer aygıtlarının üstünde çalışan hafif bir kütüphane - DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers. - DirectFB donanımsal grafik hızlandırması, giriş aygıtları işleme ve soyutlama sağlayan yarısaydam pencereler ve çoklu görüntü katmanlarını destekleyen pencere sistemi ile bütünleşik bir kütüphanedir. - http://sources.buildroot.net/DirectFB-1.7.7.tar.gz - - libgcc - giflib-devel - libX11-devel - zlib-devel - tiff-devel - jasper-devel - freetype-devel - libpng-devel - libXext-devel - libglvnd-devel - mesa-devel - webp-devel - mesa-glu-devel - libdrm-devel - libjpeg-turbo-devel - libmng-devel - lcms2-devel - libvdpau-devel - libmad-devel - libvorbis-devel - - multimedia/misc/DirectFB/pspec.xml - - - DirectFB-docs - - DirectFB - - - /usr/share/doc - - - - DirectFB - - zlib - libgcc - libpng - freetype - libX11 - libXext - libglvnd - mesa - libdrm - libjpeg-turbo - libvdpau - webp - tiff - jasper - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share - - - - DirectFB-devel - Development files for DirectFB - DirectFB için geliştirme dosyaları - - DirectFB - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-04 - 1.7.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-08 - 1.7.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-29 - 1.7.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 1.7.7 + 1.8.0 Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 1.7.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.7.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - 2016-03-26 - 1.7.7 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2018-12-03 + 1.8.0 + First release. + Kamil Atlı + suvari@pisilinux.org - exempi - https://libopenraw.freedesktop.org/exempi/ + uchardet + https://www.freedesktop.org/wiki/Software/uchardet PisiLinux Community admins@pisilinux.org - BSD-3 + MPL library - multimedia.misc - An implementation of XMP, based on Adobe SDK - Adobe SDK'sını temel alan bir XMP implementasyonu. - exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API. - exempi, Adobe XMP SDK'sının UNIX'te çalışması ve GNU automake ile derlenmesi için yapılmış bir portudur. XMPCore, XMPFiles ve exempi isimli C temelli bir API içerir. - http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2 - - zlib-devel - expat-devel - - multimedia/misc/exempi/pspec.xml - - - exempi - - zlib - expat - libgcc - - - /usr/lib - /usr/bin - /usr/share/doc/exempi - /usr/share/man - - - - exempi-devel - Development files for exempi - exempi için geliştirme dosyaları - - exempi - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-02-29 - 2.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - exiv2 - http://www.exiv2.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - multimedia.misc - Another library for parsing, editing, and saving EXIF data - EXIF verilerini ayrıştırmak, düzenlemek ve kaydetmek için bir diğer kitaplık - Exiv2 est une librairie C++ ainsi qu'un utilitaire en ligne de commande pour accéder aux méta-données d'images. Exiv2 est disponible en tant que logiciel libre ou avec une licence commerciale et est utilisée par un nombre croissant de projets. - exiv2 is a C++ library and a command line utility to access image metadata. Exiv2 is available as free software and with a commercial license, and is used in a growing number of projects. - Exiv2 resimlerin başlık bilgilerine ulaşmak için kullanılan bir C++ kütüphanesi ve komut satırı uygulamasıdır. Exiv2, hem özgür yazılım hem de ticari yazılım lisansıyla kullanılabilir. - Exiv2 es una librería C++ y una herramienta de línea de comandopara acceder metadatos de imágenes. Exiv2 está disponible como software libre y con licencia comercial, y se utiliza cada vez en más proyectos. - http://www.exiv2.org/builds/exiv2-0.27.4-Source.tar.gz + multimedia.converter + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz cmake - curl-devel - zlib-devel - expat-devel - - f01805f6.patch - - multimedia/misc/exiv2/pspec.xml + multimedia/converter/uchardet/pspec.xml - exiv2 + uchardet - exiv2-libs libgcc /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - exiv2-libs - - zlib - curl - expat - libgcc - - /usr/lib + /usr/share + /usr/share/man + /usr/share/doc - exiv2-devel - Development files for exiv2 - exiv2 için geliştirme dosyaları + uchardet-devel + Development files for uchardet - exiv2-libs + uchardet /usr/include /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-10-24 - 0.27.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 0.27.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 0.27.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 0.27.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.26 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-06 - 0.26 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 0.25 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-02 - 0.25 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ezanvakti - https://github.com/fbostanci/ezanvakti - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - multimedia - multimedia.misc - Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. - Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. - Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. - Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. - https://github.com/fbostanci/ezanvakti/archive/v7.1.tar.gz - - libnotify-devel - ffmpeg-devel - wget - curl-devel - bash-completion - - multimedia/misc/ezanvakti/pspec.xml - - - ezanvakti - - libnotify - ffmpeg - mplayer - wget - bash-completion - yad - iputils - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - ezanvakti.desktop - ezanvakti.png - - - - - 2020-04-27 - 7.1 - version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-04-07 - 6.3.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ffnvcodec - https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git - - PisiLinux Community - admins@pisilinux.org - - MIT - library - multimedia.misc - FFmpeg version of headers required to interface with Nvidias codec APIs - FFmpeg version of headers required to interface with Nvidias codec APIs - https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.1/nv-codec-headers-11.1.5.1.tar.gz - multimedia/misc/ffnvcodec/pspec.xml - - - ffnvcodec - - /usr/include - /usr/lib/pkgconfig - /usr/share - - - - - 2022-07-03 - 11.1.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 9.1.23.1 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - FreeImage - http://freeimage.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - An Open Source library project - FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. - FreeImage es un proyecto de librería código abierto para desarrolladores que quisieran soportar formatos populares de imágenes como PNG, BMP, JPEG, TIFF y otros, usados en aplicaciones multimedia actuales - https://sourceforge.net/projects/freeimage/files/Source%20Distribution/3.18.0/FreeImage3180.zip - - dos2unix - tiff-devel - webp-devel - mesa-devel - libmng-devel - libraw-devel - openexr-devel - mesa-glu-devel - openjpeg2-devel - libjpeg-turbo-devel - - - freeimage-libraw-0.20.patch - - multimedia/misc/FreeImage/pspec.xml - - - FreeImage - - tiff - webp - mesa - libgcc - libmng - libraw - dos2unix - mesa-glu - openjpeg2 - openexr-libs - libjpeg-turbo - - - /usr/lib - /usr/share/doc - - - - FreeImage-devel - Development files for FreeImage - FreeImage için geliştirme dosyaları - - FreeImage - - - /usr/include - - - - - 2021-10-29 - 3.18.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2021-05-25 - 3.18.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - frei0r-plugins - https://frei0r.dyne.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - A plugin API for video sources and filters - Video kaynakları ve süzgeçleri için bir eklenti programlama arayüzü - frei0r-plugins is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. - frei0r-plugins video kaynakları ve süzgeçleri için basit bir eklenti programlama arayüzüdür. Efektlerin davranışları basit parametrelerle denetlenebilmektedir. - https://files.dyne.org/frei0r/releases/frei0r-plugins-1.7.0.tar.gz - - libgcc - cairo-devel - cmake - - multimedia/misc/frei0r-plugins/pspec.xml - - - frei0r-plugins - - libgcc - cairo - - - /usr/lib - /usr/share/doc - - - - frei0r-plugins-devel - Development files for frei0r-plugins - frei0r-plugins için geliştirme dosyaları - - frei0r-plugins - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 1.7.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.6.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 1.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - fribidi - http://fribidi.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - library - multimedia.misc - A free implementation of the unicode bidirectional algorithm - Çift yönlü unikod algoritmanın özgür bir uyarlaması - GNU FriBidi est l'implémentation libre de l'algorithme bidirectionnel Unicode. - GNU FriBidi is the Free Implementation of the Unicode Bidirectional Algorithm. - GNU FriBidi, Çift Yönlü Unicode Algoritması'nın özgür uygulamasıdır. - GNU FriBidi es la implementación libre del algoritmo Unicode Bidirectional. - https://github.com/fribidi/fribidi/releases/download/v1.0.8/fribidi-1.0.8.tar.bz2 - multimedia/misc/fribidi/pspec.xml - - - fribidi - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - fribidi-devel - Development files for fribidi - fribidi için geliştirme dosyaları - - fribidi - - - /usr/include - /usr/share/man/man3 - /usr/lib/pkgconfig - - - - fribidi-32bit - 32-bit shared libraries for fribidi - emul32 - emul32 - - fribidi - - - /usr/lib32 - - - - - 2020-01-18 - 1.0.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-15 - 1.0.5 - Rebuild 32bit. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-17 - 1.0.5 - Version Bump - Aydin Atmaca - aydinatmaca@gmail.com - - - 2018-08-03 - 1.0.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.19.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.19.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-23 - 0.19.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gd - https://libgd.github.io/ - - PisiLinux Community - admins@pisilinux.org - - as-is - BSD - library - app:console - multimedia.misc - Une librairie rapide pour créer des graphiques en images. - A fast library for creating graphic images - Hızlı bir şekilde resim oluşturmak için bir kütüphane - The gd graphics library allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program. - GD çizge kitaplığı, hızlıca çizgiler, yaylar, metinler ve çeşitli renkler ile resimler yaratmanızı sağlarken, diğer resimler üzerinde kopyala-yapıştır yapmanıza olanak tanır ve sonuçlarınızı PNG veya JPEG olarak kaydetmenizi sağlar. - https://github.com/libgd/libgd/releases/download/gd-2.3.3/libgd-2.3.3.tar.gz - - bdc281eadb1d58d5c0c7bbc1125ee4674256df08.patch - - - tiff-devel - webp-devel - zlib-devel - libavif-devel - libheif-devel - libpng-devel - libvpx-devel - freetype-devel - fontconfig-devel - libjpeg-turbo-devel - - multimedia/misc/gd/pspec.xml - - - gd - A fast library for creating graphic images - - webp - tiff - zlib - libavif - libheif - libpng - libvpx - freetype - fontconfig - libjpeg-turbo - - - /usr/lib - /usr/bin - /usr/share/doc/gd - - - - gd-devel - Development files for gd - gd için geliştirme dosyaları - gd-devel, gd için geliştirme dosyalarını içerir. - - gd - webp-devel - tiff-devel - zlib-devel - libheif-devel - libavif-devel - libpng-devel - freetype-devel - fontconfig-devel - libjpeg-turbo-devel - - - /usr/include /usr/lib/pkgconfig - /usr/bin/gdlib-config - - - - gd-docs - Documentation files for gd - gd için geliştirme belgeleri - gd-docs, gd için belgelendirme dosyalarını içerir. - - /usr/share/doc/gd/html - - 2021-11-01 - 2.3.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 2.3.2 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-05-20 - 2.3.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-19 - 2.2.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 2.2.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 2.2.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-06-12 - 2.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-08-02 - 2.1.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gphoto2 - http://www.gphoto.org/ - - fury - uglyside@yandex.ru - - GPLv2 - app:console - multimedia.misc - Digital camera software. - gPhoto2 is a free, redistributable, ready to use set of digital camera software applications for Unix-like systems, written by a whole team of dedicated volunteers around the world. It supports more than 2500 cameras. - mirrors://sourceforge/project/gphoto/gphoto/2.5.28/gphoto2-2.5.28.tar.xz - - cdk-devel - popt-devel - aalib-devel - readline-devel - libgphoto2-devel - libjpeg-turbo-devel - - multimedia/misc/gphoto2/pspec.xml - - - gphoto2 - - cdk - popt - aalib - libexif - ncurses - readline - libgphoto2 - libjpeg-turbo - - - /usr/bin - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc - - - - - 2022-01-17 - 2.5.28 + 2021-04-26 + 0.0.7 Version bump. - fury - uglyside@yandex.ru - - - 2021-01-19 - 2.5.26 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-06 - 2.5.23 - First build. - fury - uglyside@yandex.ru - - - - - - indicator-sound-switcher - https://yktoo.com/en/software/sound-switcher-indicator/ - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - multimedia.misc - Sound input/output selector indicator for Linux. - It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. source ports and sink ports in PulseAudio's terms, respectively) with just two clicks. - https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.9.tar.gz - - python3-setuptools - - multimedia/misc/indicator-sound-switcher/pspec.xml - - - indicator-sound-switcher - - gtk3 - python3 - keybinder - python3-pygobject3 - ayatana-libappindicator - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - - - - - 2022-07-09 - 2.3.9 - Version bump. - fury - uglyside@yandex.ru - - - 2022-05-28 - 2.3.8 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-04 - 2.3.6 - First build. - fury - uglyside@yandex.ru - - - - - - ispc - https://ispc.github.io/ - PisiLinux Community admins@pisilinux.org - - BSD - library - multimedia.misc - C-based SPMD programming language compiler - C-based SPMD programming language compiler - C tabanlı SPMD programlama dili derleyicisi - C tabanlı SPMD programlama dili derleyicisi - https://github.com/ispc/ispc/archive/refs/tags/v1.16.0.tar.gz - - flex - llvm - cmake - doxygen - zlib-devel - llvm-mlir - llvm-polly - libxml2-devel - ncurses-devel - llvm-clang-devel - python3-devel - - - 0001-Link-against-libclang-cpp.so.patch - - multimedia/misc/ispc/pspec.xml - - - ispc - - libgcc - llvm-libs - llvm-clang - - - /usr/bin - /usr/share/doc - - - + - 2021-06-30 - 1.16.0 - First release. + 2020-01-01 + 0.0.6 + First release PisiLinux Community admins@pisilinux.org @@ -220025,2661 +67337,265 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - jansson - http://www.digip.org/jansson/ + avidemux + http://www.avidemux.org/ - Stefan Gronewold (groni) - groni@pisilinux.org - - MIT - library - multimedia.misc - Jansson is a C library for encoding, decoding and manipulating JSON data. - It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite. - http://www.digip.org/jansson/releases/jansson-2.12.tar.bz2 - multimedia/misc/jansson/pspec.xml - - - jansson - - glibc - - - /usr/lib - /usr/share - /usr/share/doc - - - - jansson-devel - - jansson - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-11-07 - 2.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-19 - 2.12 - Version Bump - İdris Kalp - aidriskalp@gmail.com - - - 2018-08-13 - 2.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-19 - 2.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 2.7 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - klavaro - http://klavaro.sourceforge.net/en/index.html - - Kamil Atlı - suvari@pisilinux.org + PisiLinux Community + admins@pisilinux.org GPLv2 app:gui - multimedia.misc - Free touch typing tutor program - Klavye eğitimi programı - Klavaro is just another free touch typing tutor program. Klavaro intends to be keyboard and language independent, saving memory and time (and money). - Klavaro, özgür bir klavye eğitimi programıdır. Bir çok dilde klavye ve arayüz desteği sağlar. - klavaro - https://sourceforge.net/projects/klavaro/files/klavaro-3.13.tar.bz2/download - - intltool - atk-devel - curl-devel - gtk3-devel - cairo-devel - glib2-devel - pango-devel - harfbuzz-devel - gdk-pixbuf-devel - gtkdatabox-devel - - multimedia/misc/klavaro/pspec.xml - - - klavaro - - atk - curl - gtk3 - cairo - glib2 - pango - harfbuzz - intltool - gtkdatabox - gdk-pixbuf - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/lib - - - klavaro.desktop - - - - - 2021-10-16 - 3.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-07 - 3.11 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - libaribb24 - https://github.com/nkoriyama/aribb24 - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - multimedia.misc - Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream - Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream - https://github.com/nkoriyama/aribb24/archive/v1.0.3.tar.gz - - libpng-devel - - multimedia/misc/libaribb24/pspec.xml - - - libaribb24 - - libgcc - libpng - - - /usr/lib - /usr/share/doc - - - - libaribb24-devel - Development files for libaribb24 - - libaribb24 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 1.0.3 - First release - İdris Kalp - idriskalp@gmail.com - - - - - - libass - https://github.com/libass/libass - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - Subtitle rendering library - Altyazı çizim kitaplığı - libass is a portable subtitle rendering library for the ASS/SSA. - libass ASS/SSA altyazı çizim kitaplığıdır. - https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz - - fontconfig-devel - freetype-devel - fribidi-devel - - multimedia/misc/libass/pspec.xml - - - libass - - fontconfig - freetype - fribidi - harfbuzz - - - /usr/lib - /usr/share/doc/libass - - - - libass-devel - Development files for libass - libass için geliştirme dosyaları - - libass - fontconfig-devel - freetype-devel - fribidi-devel - harfbuzz-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-17 - 0.14.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.14.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 0.13.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.13.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-06 - 0.13.1 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - libbinio - https://github.com/adplug/libbinio - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Binary I/O stream class library - İkili I/O yayın sınıfı kitaplığı - libbinio is a binary I/O stream class library. - libbinio ikili I/O yayın sınıfı kitaplığıdır. - https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2 - - gcc44.patch - string-conversion.patch - - multimedia/misc/libbinio/pspec.xml - - - libbinio - - libgcc - - - /usr/lib - /usr/share/doc - /usr/share/info - - - - libbinio-devel - Headers I/O stream class library - libbinio için geliştirme başlıkları - libbinio is a binary I/O stream class library. - libbinio için geliştirme başlıklarını içerir. - - libbinio - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-18 - 1.5 - Version bump - fury - uglyside@yandex.ru - - - 2020-03-06 - 1.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-06 - 1.4 - First release - Ali Cengiz KLurt - alicengizkurt@gmail.com - - - - - - libbluray - http://www.videolan.org/developers/libbluray.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - multimedia.misc - Library to access Blu-Ray disks for video playback - 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/1.1.2/libbluray-1.1.2.tar.bz2 - - libtool - doxygen - pkgconfig - libxml2-devel - freetype-devel - fontconfig-devel - - multimedia/misc/libbluray/pspec.xml - - - libbluray - - libxml2 - freetype - fontconfig - - - /usr/bin - /usr/lib - - - - libbluray-devel - Development files for libbluray - Libbluray için geliştirme dosyaları - - libbluray - libxml2-devel - freetype-devel - fontconfig-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libbluray-docs - document files for libbluray - - libbluray - - - /usr/share/doc/ - - - - - 2021-03-10 - 1.1.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 1.1.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.9.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 0.9.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.9.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-04 - 0.9.2 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - libcdr - http://www.freedesktop.org/wiki/Software/libcdr - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - GPLv2 - MPLv1.1 - library - multimedia.misc - Library parsing the Corel cdr documents - Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications. - https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz - - doxygen - zlib-devel - lcms2-devel - icu4c-devel - libwpd-devel - boost-devel - librevenge-devel - cppunit-devel - - multimedia/misc/libcdr/pspec.xml - - - libcdr - - lcms2 - icu4c - zlib - libgcc - librevenge - cppunit - - - /usr/lib - /usr/bin - /usr/share/doc/libcdr - - - - libcdr-devel - Development files for libcdr - libcdr için geliştirme dosyaları - - icu4c-devel - zlib-devel - lcms2-devel - librevenge-devel - libcdr - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-05-05 - 0.1.7 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2021-03-10 - 0.1.6 - rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2020-02-22 - 0.1.6 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2018-09-01 - 0.1.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 0.1.4 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-02-15 - 0.1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.1.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-02 - 0.1.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libdiscid - http://musicbrainz.org/doc/libdiscid - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - A C library for creating MusicBrainz DiscIDs from audio CDs - Ses CD'lerinden MusicBrainz DiscID oluşturmak için C kütüphanesi - libdiscid reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database. - libdiscid, CD içeriğini okuyarak; MusicBrainz veritabanı üzerinden tanımlama yapar. Ayrıca bu veritabanına DiscID eklemek için başvuru URI'si sağlar. - http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.6.2.tar.gz - multimedia/misc/libdiscid/pspec.xml - - - libdiscid - - /usr/lib - /usr/share/doc - - - - libdiscid-devel - Development files for libdiscid - libdiscid için geliştirme dosyaları - - libdiscid - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-11 - 0.6.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libdvdcss - http://www.videolan.org/libdvdcss/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - A portable abstraction library for DVD decryption - DVD çözmek için soyutlanmış taşınabilir bir kütüphane - libdvdcss est une librairie simple et portable d'abstraction conçue pour accéder auxDVDs comme des périphériques par blocs sans avoir à se soucier du décodage. On peut construire un lecteur DVD à partir de l'API de libdvdcss en 4 ou 5 appels. - libdvdcss is a simple and library portable abstraction library designed for accessing DVDs like a block device without having to bother about the decryption. A DVD player can be built around the libdvdcss API using no more than 4 or 5 library calls. - Libdvdcss, şifre çözme konusunda zahmete girmeden bir blok aygıt gibi DVD'lere erişim için düzenlenmiş basit ve soyutlanmış taşınabilir bir kütüphanedir. Bir DVD çalıcısı libdvdcss API etrafında 4 veya 5'ten fazla olmaksızın kütüphane çağrısı kullanarak kurulabilir. - libdvdcss es una liraría simple y portable de abstracción para acceder a DVDs como a dispositivos de bloques, sin preocuparse de decriptación. Se puede construir un reproductor DVD alrededor el API libdvdcss con no más de 4 o 5 llamadas de librería. - http://download.videolan.org/pub/videolan/libdvdcss/1.4.2/libdvdcss-1.4.2.tar.bz2 - multimedia/misc/libdvdcss/pspec.xml - - - libdvdcss - - /usr/lib - /usr/share/doc - - - - libdvdcss-devel - Development files for libdvdcss - libdvdcss için geliştirme dosyaları - - libdvdcss - - - /usr/include/dvdcss - /usr/lib/pkgconfig - - - - - 2020-01-19 - 1.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.4.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.4.0 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-05 - 1.4.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libdvdnav - http://www.mplayerhq.hu/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - libdvdnav is a library for developers of multimedia applications - libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane - libdvdnav est une librairie pour les développeur d'applications multimédia. Elle permet l'utilisation de fonctionnalités sophistiquées de navigation DVD tels que les menus DVD, la lecture multi-angle et même des jeux interactifs DVD. - libdvdnav is a library for developers of multimedia applications. It allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games. - libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane. libdvdnav ile karmaşık DVD dolaşmalarını Örn: DVD menüleri, değişik açılı gösterimleri ve hatta etkileşimli DVD oyunlarını kullanabilirsiniz - libdvdnav es una librería para desarrollo de aplicaciones multimedia. Permite uso fácil de navegación avanzada en DVDs como en menús de DVDs, reproducción multi-ángulo, e incluso DVDs con juegos interactivos. - http://download.videolan.org/pub/videolan/libdvdnav/6.1.0/libdvdnav-6.1.0.tar.bz2 - - libdvdread-devel - - multimedia/misc/libdvdnav/pspec.xml - - - libdvdnav - - libdvdread - - - /usr/lib - /usr/share/doc/libdvdnav - - - - libdvdnav-devel - Development files for libdvdnav - libdvdnav için geliştirme dosyaları - - libdvdnav - libdvdread-devel - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2020-10-05 - 6.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 6.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-01 - 6.0.0 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 5.0.3 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-31 - 5.0.3 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - libdvdread - http://www.mplayerhq.hu/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - Provides a simple foundation for reading DVD-Video images - DVD videolarını okumak için basit bir kütüphane - Un lecteur DVD pour les environnements Solaris, Linux et BSD publié sous la licence publique GNU (GPL). Il gère les signets, les sauts dans le temps, les sorties audio sur plusieurs canaux, sortie SPDIF, le zoom et le crop (vision exclusive d'une zone) vidéo. Il gère également les menus DVD et la navigation, permet de lire depuis les DVD montés ou non montés, depuis un disque dur. Il peut lire les DVDs cryptés et non cryptés grâce à libdvdread/libdvdcss. - A DVD player for the Solaris, Linux and BSD environments released under the GNU Public License (GPL). It is includes bookmarks, time skipping, multichannel audio, SPDIF output, crop and zoom video. It supports DVD menus and navigation, reads from mounted, unmounted DVDs and hard drive and reads encrypted and unencrypted DVDs using libdvdread/libdvdcss. - GNU Public License (GPL) altındaki Solaris, Linux ve BSD ortamları için bir DVD oynatıcısıdır. Yerimi, zaman atlatma, çoklukanal ses çıktı, SPDIF çıktı, video kırpma ve büyütme özellikleri içerir. DVD menüleri ve dolaşma özelliğini destekler, bağlanmış (mount) ve bağlanmamış sabit diskleri okur ve libdvdread / libdvdcss kullanan şifreli ve şifresiz DVDleri oynatabilir. - DVD player para Solaris, Linux y BSD liberado bajo la licencia GNU Public License (GPL). incluye marcadores (bookmarks), time skipping, multichannel audio, salida SPDIF, video crop y zoom. soporta menús DVD y navegación, lee de DVDs y discos rígidos montados y no-montados y lee DVDs encriptados y no-encriptados usando libdvdread/libdvdcss. - http://download.videolan.org/pub/videolan/libdvdread/6.1.1/libdvdread-6.1.1.tar.bz2 - - libdvdcss-devel - git - - multimedia/misc/libdvdread/pspec.xml - - - libdvdread - - libdvdcss - glibc - - - /usr/lib - /usr/share/doc/libdvdread - - - - libdvdread-devel - Development files for libdvdread - libdvdread için geliştirme dosyaları - - libdvdread - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-10-14 - 6.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 6.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 6.0.0 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 5.0.3 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-05 - 5.0.3 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - libebml - http://www.matroska.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie de format binaire extensible (un peu comme XML). - Extensible binary format library (kinda like XML) - Genişletilebilir ikilik biçimlendirme kütüphanesi - Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML. - https://dl.matroska.org/downloads/libebml/libebml-1.4.2.tar.xz - - cmake - - multimedia/misc/libebml/pspec.xml - - - libebml - - libgcc - - - /usr/lib - /usr/share/doc - - - - libebml-devel - Development files for libebml - libebml için geliştirme dosyaları - - libebml - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/share/man/man3 - - - - - 2021-06-29 - 1.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 1.3.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.3.9 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.3.4 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-03 - 1.3.4 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-20 - 1.3.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libexif - http://libexif.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie pour analyser, éditer et sauvegarder des données EXIF. - Library for parsing, editing, and saving EXIF data - EXIF verilerini işlemek, değiştirmek ve kaydetmek için bir kütüphane - Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. - mirrors://sourceforge/libexif/libexif-0.6.21.tar.bz2 - - doxygen - - - libexif-0.6.13-pkgconfig.patch - - multimedia/misc/libexif/pspec.xml - - - libexif - - /usr/lib - /usr/share/doc - /usr/share/locale - - - - libexif-devel - Development files for libexif - libexif için geliştirme dosyaları - - libexif - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/libexif/libexif-api.html - - - - - 2020-01-19 - 0.6.21 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-08-14 - 0.6.21 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 0.6.21 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.6.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 0.6.21 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libgme - https://bitbucket.org/mpyne/game-music-emu - - Stefan Gronewold - groni@pisilinux.org - - LGPL - multimedia.misc - Video game music file emulation/playback library - Video game music file emulation/playback library - https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz - - cmake - libgcc - zlib-devel - - multimedia/misc/libgme/pspec.xml - - - libgme - Video game music file emulation/playback library - - zlib - libgcc - - - /usr/lib - /usr/share/doc - - - - libgme-devel - Development file for libgme - - libgme - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 0.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.6.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-30 - 0.6.1 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - libheif - https://github.com/strukturag/libheif - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - multimedia.misc - HEIF file format decoder and encoder - HEIF file format decoder and encoder - HEIF file format decoder and encoder - HEIF file format decoder and encoder - https://github.com/strukturag/libheif/archive/v1.12.0.tar.gz - - aom-devel - x265-devel - dav1d-devel - glib2-devel - libpng-devel - gdk-pixbuf-devel - libjpeg-turbo-devel - - multimedia/misc/libheif/pspec.xml - - - libheif - - aom - x265 - dav1d - glib2 - libgcc - libpng - gdk-pixbuf - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/mime - /usr/share/doc - - - - libheif-devel - Development files for libheif - - aom-devel - x265-devel - dav1d-devel - libheif - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-24 - 1.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 - 1.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 1.11.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libid3tag - http://mad.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.misc - La librairie id3tag MAD. - The MAD id3tag library - MAD id3tag kütüphanesi - Die MAD id3tag Bibliothek - libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. - mirrors://sourceforge/mad/libid3tag-0.15.1b.tar.gz - - zlib-devel - gperf - - - libid3tag-0.15.1b-fix_overflow.patch - libid3tag-0.15.1b-unknown-encoding.patch - libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch - libid3tag-gperf.patch - - multimedia/misc/libid3tag/pspec.xml - - - libid3tag - - zlib - - - /usr/lib - /usr/share/doc - - - - libid3tag-devel - - libid3tag - - - /usr/include - /usr/lib/pkgconfig - - - id3tag.pc - - - - - 2020-01-19 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2019-03-13 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.15.1b - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.15.1b - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libiptcdata - http://libiptcdata.sourceforge.net/ - - Erdinç Gültekin - admins@pisilinux.org - - LGPL - library - multimedia.misc - A library for manipulating the International Press Telecommunications Council (IPTC) - Uluslararası Basın Telekomünikasyon Konseyi meta verilerini işlemek için bir kütüphane - libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. - libiptcdata, görüntüler gibi çeşitli veri dosyalarında bulunan Uluslararası Basın Telekomünikasyon Konseyi (IPTC) meta verilerini okumak ve yazmak için bağımsız bir C kütüphanesidir. - mirrors://sourceforge/libiptcdata/1.0.4/libiptcdata-1.0.4.tar.gz - - glibc-devel - - multimedia/misc/libiptcdata/pspec.xml - - - libiptcdata - - /usr/bin - /usr/lib/ - /usr/share/locale - /usr/share/doc - /usr/share/gtk-doc - - - - libiptcdata-devel - libiptcdata için geliştirme dosyaları - - libiptcdata - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-31 - 1.0.4 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libkate - http://code.google.com/p/libkate - - PisiLinux Community - admins@pisilinux.org - - BSD - library app:console - multimedia.misc - A text codec for embedding in Ogg - Ogg için karaoke ve metin kitaplığı - Kate is a codec for karaoke and text encapsulation for Ogg. - Kate, karaoke ve metinleri ogg dosyalara gömmek için kullanılan kitaplık ve konsol uygulamaları içerir. - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libkate/libkate-0.4.1.tar.gz + multimedia.converter + Simple video editing/encoding tool + Basit bir video düzenleme/kodlama aracı + Avidemux is a video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities. + Avidemux basit kesme, filtreleme ve kodlama işlemleri için tasarlanmış bir video editörüdür. AVI, DVD uyumlu MPEG, MP4 ve ASF de dahil olmak üzere birçok dosya tipi destekliyor. Projeler, iş kuyruğu ve güçlü betik yetenekleri ile birçok işlem otomatikleştirilebiliyor. + avidemux + mirrors://sourceforge/avidemux/avidemux_2.8.0.tar.gz - libogg-devel - libpng-devel - doxygen - - multimedia/misc/libkate/pspec.xml - - - libkate - - libogg - libpng - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libkate-devel - Development files for libkate - libkate için geliştirme dosyaları - - libkate - libogg-devel - libpng-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libkate-docs - API documentation for libkate - libkate paketine ait API belgeleri - - libkate - - - /usr/share/doc/libkate/html - /usr/share/doc/libkate/examples - - - - - 2020-02-07 - 0.4.1 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-08-07 - 0.4.1 - Rebuild Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-04 - 0.4.1 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.4.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 0.4.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - liblqr - http://liblqr.wikidot.com - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - LGPLv3 - library - multimedia.misc - An easy to use C/C++ seam carving library - Görüntü boyutlandırma kütüphanesi - liblqr is a free, open source implementation of a seam carving algorithm which aims at resizing pictures non uniformly while preserving their features. - liblqr, yeniden boyutlandırılacak resimlerin özelliklerini koruyan liquid rescale algoritmasının bir gerçeklemesidir. - http://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2 - - glib2-devel - - multimedia/misc/liblqr/pspec.xml - - - liblqr - - glib2 - - - /usr/lib - /usr/share/doc - - - - liblqr-devel - Development files for liblqr - liblqr için geliştirme dosyaları - - liblqr - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-06 - 0.4.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-06 - 0.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 0.4.2 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 0.4.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libmediainfo - http://mediaarea.net/en/MediaInfo - - Pisi Linux Community - admins@pisilinux.org - - LGPLv3 - library - multimedia.misc - shared library for mediainfo - shared library for mediainfo - shared library for mediainfo - shared library for mediainfo - mediainfo - https://mediaarea.net/download/source/libmediainfo/22.06/libmediainfo_22.06.tar.xz - - autoconf + qt5-base-devel + qt5-assistant-devel + qt5-designer-devel + qt5-linguist + qt5-qdbusviewer + qt5-multimedia-devel + bash + make automake - libtool - zlib-devel - libzen-devel - curl-devel - libmms-devel - - multimedia/misc/libmediainfo/pspec.xml - - - libmediainfo - - curl - zlib - glib2 - libgcc - libzen - libmms - - - /usr/share/doc/ - /usr/lib/ - - - - libmediainfo-devel - - curl-devel - libzen-devel - libmediainfo - - - /usr/lib/pkgconfig - /usr/include/MediaInfo - /usr/include/MediaInfoDLL - - - - - 2022-07-27 - 22.06 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-06 - 19.09 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.7.94 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 0.7.94 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-24 - 0.7.90 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-20 - 0.7.65 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - liboil - https://liboil.freedesktop.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Liboil is a library of simple functions that are optimized for various CPUs - Liboil, farklı işlemciler için optimize edilmiş temel fonksiyonlardan oluşan bir kütüphanedir - Liboil est une librairie de fonctions simples optimisées pour différents processeurs. Ces fonction sont en général des boucles implémentant des algorithmes simples, tel que convertir un tableau de N entiers en nombres à virgule flottante ou multiplier et additionner un tableau de N nombres. - Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. - liboil çeşitli CPU 'lar için en iyilenmiş basit fonksiyon kütüphanesidir. Bu fonksiyonlar genellikle döngüler için gerçekleştirilen yalın algoritmalardır, örneğin ; N integer elemanı olan bir diziyi float elemanlı diziye dönüştürmek yada N elemanlı bir dizi ile toplama yada çarpma yapmak gibi. - Liboil es una librería con funciones simples, optimizados para múltiples CPUs. Estas funciones son generalmente bucles realizando simples algoritmos, como conversión de arrays de N enteros a números de punto flotante o multiplicación y suma de un array de N números. - http://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz - - 02_amd64-cpuid.patch - 03_stride-segfaults.patch - - multimedia/misc/liboil/pspec.xml - - - liboil - - /usr/lib - /usr/share/doc - - - - liboil-devel - Development files for liboil - liboil için geliştirme dosyaları - - liboil - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 0.3.17 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.3.17 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 0.3.17 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.3.17 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-24 - 0.3.17 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libopus - https://opus-codec.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.misc - Opus is a totally open, royalty-free, highly versatile audio codec - Açık kaynak, telif ücretsiz, çok yönlü ses codec bileşenidir - Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec. - Opus Internet üzerinde etkileşimli ses ve müzik iletimi için eşsiz olan, ama aynı zamanda saklama ve akış uygulamaları için tasarlanmıştır. -Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 olarak Internet Engineering Task Force (IETF) tarafından standartlaştırılmıştır. - https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz - - doxygen - - multimedia/misc/libopus/pspec.xml - - - libopus - - /usr/lib - /usr/share - - - - libopus-devel - Development files for libopus - Libopus için geliştirme dosyaları - - libopus - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libopus-docs - document files for libopus - - libopus - - - /usr/share/doc - - - - libopus-32bit - 32-bit shared libraries for libopus - emul32 - emul32 - - libopus - - - /usr/lib32 - - - - - 2020-01-11 - 1.3.1 - Rebuild - Kamil Atlı - uglyside@yandex.ru - - - 2019-06-24 - 1.3.1 - Version bump. - fury - uglyside@yandex.ru - - - 2018-08-16 - 1.2.1 - Rebuild 32bit. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 1.2.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.1.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-22 - 1.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libopusenc - https://opus-codec.org/ - - fury - uglyside@yandex.ru - - BSD - library - multimedia.misc - Library for encoding .opus audio files and live streams. - Opus biçemindeki ses ve canlı yayınları kodlayabilmek için kitaplık. - The libopusenc libraries provide a high-level API for encoding .opus files. libopusenc depends only on libopus. - libopusenc, Opus biçemindeki ses ve canlı yayınları kodlayabilmek için kitaplık sunar. - https://archive.mozilla.org/pub/opus/libopusenc-0.2.1.tar.gz - - libopus-devel - libopus-32bit - doxygen - - multimedia/misc/libopusenc/pspec.xml - - - libopusenc - Library for encoding .opus audio files and live streams. - - libopus - - - /usr/lib - /usr/share - - - - libopusenc-devel - Development files for libopusenc - libopusenc için geliştirme dosyaları - libopusenc-devel, libopusenc için geliştirme dosyalarını içerir. - - libopusenc - - - /usr/lib32/pkgconfig - /usr/lib/pkgconfig - /usr/include - - - - libopusenc-docs - document files for libopusenc - libopusenc için belgelendirme dosyaları - libopusenc-docs, libopusenc için belgelendirme dosyalarını içerir. - - libopusenc - - - /usr/share/doc/ - - - - libopusenc-32bit - 32-bit shared libraries for libopusenc - libopusenc için 32-bit paylaşımlı kitaplıklar - libopusenc-32bit, libopusenc için 32-bit paylaşımlı kitaplıklar sunar. - emul32 - emul32 - - libopusenc - - - /usr/lib32 - - - - - 2019-06-24 - 0.2.1 - First build. - fury - uglyside@yandex.ru - - - - - - libpano13 - http://sourceforge.net/projects/panotools - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - multimedia.misc - Library for manipulating panoramic images - Panoramik görüntü kitaplığı - libpano13 is a library which provides very high quality manipulation, correction and stitching of panoramic photographs. - libpano13 panoramik görüntüleri yüksek kalitede düzeltip birleştirebilen bir kitaplıktır. - mirrors://sourceforge/panotools/libpano13-2.9.19.tar.gz - - zlib-devel - tiff-devel - libpng-devel - libjpeg-turbo-devel - - multimedia/misc/libpano13/pspec.xml - - - libpano13 - - tiff - libpng - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man/man1 - - - - libpano13-devel - Development files for libpano13 - libpano13 için geliştirme dosyaları - - libpano13 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-05 - 2.9.19 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.9.19 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 2.9.19 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 2.9.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-11-10 - 2.9.19 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libsdl2 - http://www.libsdl.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - LGPLv2.1 - library - multimedia.misc - Simple Direct Media Layer (Couche Média Simple et Directe). - Simple Direct Media Layer 2.0 series - Basit bir direk ortam erişim katmanı 2.0 serisi - Einfachee direkte Medien-Schicht - libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. - libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır. - https://www.libsdl.org/release/SDL2-2.0.16.tar.gz - - DirectFB-devel - alsa-lib-devel - audiofile-devel - dbus-devel - ibus-devel - libXi-devel - vulkan-devel - libX11-devel - libXext-devel - libXinerama-devel - libXrandr-devel - libXrender-devel - libXt-devel - libXv-devel - libglvnd-devel - mesa-glu-devel - libXScrnSaver-devel - libxkbcommon-devel - egl-wayland-devel - wayland-protocols-devel - pulseaudio-libs-devel - - - 25cd749.patch - fedora/0001-audio-Support-pulse-as-an-alias-for-pulseaudio.patch - fedora/0001-video-wayland-use-EGL_EXT_present_opaque-when-availa.patch - fedora/0001-wayland-Add-support-for-high-DPI-cursors.patch - fedora/0001-wayland-Expose-xdg_toplevel-to-SysWM.patch - fedora/0001-wayland-For-text-ignore-key-events-when-Ctrl-is-held.patch - fedora/0001-wayland-Reuse-KeySymToUcs4-to-replicate-X11-keymap-b.patch - fedora/0002-wayland-Woops-forgot-to-assign-cursor-theme-size.patch - - multimedia/misc/libsdl2/pspec.xml - - - libsdl2 - libsdl2 reference documents - - DirectFB - alsa-lib - audiofile - libX11 - libXScrnSaver - libXext - libXinerama - libXrandr - libXrender - libXt - libglvnd - pulseaudio-libs - - - /usr/share/doc - /usr/lib/libSDL2.so - /usr/lib/libSDL2.a - /usr/lib/libSDL2main.a - /usr/lib/libSDL2-2.0.so.0* - /usr/lib/libSDL2_test.a - - - - libsdl2-devel - Development files for libsdl2 - libsdl2 için geliştirme dosyaları - - libsdl2 - - - /usr/bin - /usr/include/SDL2 - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/lib/cmake/SDL2 - - - - libsdl2-32bit - 32-bit shared libraries for libsdl2 - libsdl2 için 32-bit paylaşımlı kitaplıklar - emul32 - - libXt-32bit - libX11-32bit - libXext-32bit - libglvnd-32bit - alsa-lib-32bit - audiofile-32bit - libXrandr-32bit - libXrender-32bit - libXinerama-32bit - libXScrnSaver-32bit - pulseaudio-libs-32bit - - - libXt-32bit - libX11-32bit - libXext-32bit - alsa-lib-32bit - libglvnd-32bit - audiofile-32bit - libXrandr-32bit - libXrender-32bit - libXinerama-32bit - libXScrnSaver-32bit - pulseaudio-libs-32bit - libsdl2 - - - /usr/lib32 - - - - - 2021-10-24 - 2.0.16 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-11 - 2.0.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-08 - 2.0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 2.0.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-17 - 2.0.10 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-08-05 - 2.0.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-12 - 2.0.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 2.0.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-11 - 2.0.4 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - libshout - http://www.icecast.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - multimedia.misc - A library for communicating with and sending data to an icecast server - Icecast sunucusuyla veri alış verişini sağlayan bir kütüphane - Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server. - Libshout, Icecast sunucusuyla iletişimi ve veri alış verişini sağlar. Verilerin zamanlamasını ve gerekli soket bağlantılarını kontrol ederek, sunucu üzerinde hatalı veri transferini önler. - https://ftp.osuosl.org/pub/xiph/releases/libshout/libshout-2.4.3.tar.gz - - libvorbis-devel - libogg-devel - libtheora-devel - speex-devel - - - pthread_flag.patch - - multimedia/misc/libshout/pspec.xml - - - libshout - - libvorbis - libogg - libtheora - speex - - - /usr/lib - /usr/share/doc - - - - libshout-devel - Development files for libshout - libshout için geliştirme dosyaları - - libshout - libtheora-devel - libvorbis-devel - libogg-devel - speex-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/share/doc/*.c - - - - - 2020-01-19 - 2.4.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 2.4.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.4.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 2.3.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libspnav - http://spacenav.sourceforge.net - - Osman Erkan - osman.erkan@pisilinux.org - - BSD - library - multimedia.misc - Open source alternative to 3DConnextion drivers - The spacenav project provides a free compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 6dof space navigation input devices. It provides both a replacement free user-space driver, and a replacement SDK library. - http://downloads.sourceforge.net/spacenav/libspnav-0.2.3.tar.gz - - libX11-devel - - - Makefile.patch - - multimedia/misc/libspnav/pspec.xml - - - libspnav - - libX11 - - - /usr/lib/ - /usr/share/doc - - - - libspnav-devel - Development files for libspnav - libspnav için geliştirme dosyaları - - libspnav - - - /usr/include - /usr/lib/libspnav.so - - - - - 2020-02-11 - 0.2.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.2.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 0.2.3 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-09-16 - 0.2.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libtg_owt - https://github.com/desktop-app/tg_owt - - Pisi Linux Admins - admin@pisilinux.org - - BSD - library - multimedia.misc - WebRTC library - static linked - WebRTC library - static linked - WebRTC library - static linked - WebRTC library - static linked - https://github.com/desktop-app/tg_owt/archive/10d5f4bf77333ef6b43516f90d2ce13273255f41.tar.gz - https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz - - git - ninja - cmake - pulseaudio - yasm-devel - unzip - libX11-devel + aom-devel + extra-cmake-modules + freetype-devel + lame-devel + xvid-devel + gtk3-devel mesa-devel - libvpx-devel - libepoxy-devel - pipewire-devel - libXtst-devel - libopus-devel - openssl-devel - libXrandr-devel - libXcomposite-devel + faac-devel + cairo-devel libva-devel - libjpeg-turbo-devel + libXv-devel ffmpeg-devel - protobuf-devel - pulseaudio-libs-devel + faad2-devel + libvpx-devel + libdca-devel + libsdl-devel + desktop-file-utils + libX11-devel + gettext-devel + yasm-devel + xvid-devel + sqlite-devel + libopus-devel + libxslt-devel + libsamplerate-devel + intltool + lame-devel + libass-devel + x264-devel + x265-devel + libvdpau-devel + yasm-devel + mesa-glu-devel + xvba-video + twolame-devel + libXext-devel + fribidi-devel alsa-lib-devel - python3-setuptools - libXdamage-devel - egl-wayland-devel + libvorbis-devel + fontconfig-devel + opencore-amr-devel + libfdk-aac-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel - crc32c.patch - 101.patch + log.diff + qt-5.15.diff - multimedia/misc/libtg_owt/pspec.xml + multimedia/converter/avidemux/pspec.xml - libtg_owt + avidemux-common + Common files for avidemux + qt5-base + aom + lame + xvid + faac ffmpeg - libgcc - libopus - openssl + faad2 + libva libvpx - protobuf - libjpeg-turbo + libdca + desktop-file-utils + x264 + x265 + libvdpau + yasm + mesa-glu + xvba-video + mesa + libglvnd + zlib + libXv + libX11 + sqlite + libopus + freetype + twolame + fribidi + alsa-lib + libvorbis + fontconfig + opencore-amr + libfdk-aac + pulseaudio-libs + jack-audio-connection-kit + /usr/bin + /usr/share/locale + /usr/share/doc/avidemux + /usr/share/ /usr/lib - /usr/share - /usr/share/doc - libtg_owt-devel - Development files for libtg_owt + avidemux-devel + Avidemux için geliştirme dosyaları - libtg_owt - yasm-devel - unzip - libopus-devel - openssl-devel - libXrandr-devel - libXcomposite-devel - libva-devel - libjpeg-turbo-devel - ffmpeg-devel - protobuf-devel - pulseaudio-libs-devel - alsa-lib-devel - libvpx-devel + avidemux-cli + avidemux-qt - /usr/include - /usr/lib/cmake + /usr/include/avidemux + + + + avidemux-cli + + avidemux-common + libgcc + + + /usr/bin/avidemux3_cli + /usr/share/man + /usr/lib/libADM_UI_Cli6.so + /usr/lib/libADM_render6_cli.so + /usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Cli.so + /usr/lib/ADM_plugins6/videoFilters/libADM_vf_swscaleResize_cli.so + + + + avidemux-qt + Simple video editing/encoding tool (QT GUI) + + avidemux-common + qt5-base + x264 + x265 + libX11 + libglvnd + libXv + libXext + mesa-glu + + + /usr/bin/avidemux3_qt5 + /usr/share/avidemux6/qt5/i18n + /usr/share/applications/avidemux3-qt.desktop + /usr/lib/libADM_UIQT56.so + /usr/lib/libADM_render6_QT5.so + /usr/lib/ADM_plugins6/videoFilters/libADM_vf_gl*.so + /usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Gl*.so + /usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_*QT5.so + /usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x264_QT5.so + /usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x265_QT5.so + /usr/lib/ADM_plugins6/scriptEngines/libADM_script_qt.so + /usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_swscaleResize_QT5.so + + + avidemux3-qt.desktop + + + + avidemux-help + Avidemux için yardım dosyaları + + avidemux-common + + + /usr/share/avidemux6/help - - 2022-08-05 - 20220508 + + 2022-06-28 + 2.8.0 + Rebuild x265. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-25 + 2.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-06 + 2.7.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-15 + 2.7.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 2.7.4 Rebuild. Mustafa Cinasal muscnsl@gmail.com + + 2019-10-14 + 2.7.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-13 + 2.7.2 + Version Bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-09-04 + 2.7.1 + Version Bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-05-20 + 2.7.0 + Rebuild ffmpeg. + Mustafa Cinasal + muscnsl@pisilinux.org + - 2022-06-23 - 20220508 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-17 - 20220414 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-24 - 20220314 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 20211222 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-14 - 20211212 - Version bump. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-12-05 - 20211112 - Version bump. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-10-20 - 20210915 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-01-26 - 20210915 - Version bump. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-01-26 - 20210124 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libzen - http://sourceforge.net/projects/zenlib/ - - Pisi Linux Community - admins@pisilinux.org - - ZLIB - as-is - app:console - multimedia.misc - Small C++ derivate class to have a simpler life. - shared library for libmediainfo and mediainfo - https://mediaarea.net/download/source/libzen/0.4.37/libzen_0.4.37.tar.bz2 - multimedia/misc/libzen/pspec.xml - - - libzen - - libgcc - - - /usr/lib - /usr/share/doc - - - - libzen-devel - - libzen - - - /usr/bin/libzen-config - /usr/lib/pkgconfig - /usr/lib/libzen.so - /usr/include/ZenLib - - - - - 2020-03-07 - 0.4.37 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.4.37 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 0.4.35 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-24 - 0.4.31 + 2018-04-02 + 2.7.0 First Release. Stefan Gronewold(groni) groni@pisilinux.org @@ -222688,63 +67604,481 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - lv2 - http://lv2plug.in/ + flowblade + https://github.com/jliljebl/flowblade PisiLinux Community admins@pisilinux.org - LGPLv2+ - MIT - library - multimedia.misc - LV2 is a simple but extensible successor of LADSPA - LV2 is a portable plugin standard for audio systems, similar in scope to ​LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin. - http://lv2plug.in/spec/lv2-1.18.6.tar.xz + GPLv3 + app + multimedia.converter + Multitrack non-linear video editor + Multitrack non-linear video editor + Çok kanallı doğrusal olmayan video düzenleyici + Çok kanallı doğrusal olmayan video düzenleyici + https://github.com/jliljebl/flowblade/archive/refs/tags/v2.8.0.3.tar.gz - meson - gtk2-devel - libsndfile-devel - glib2-devel - cairo-devel - pango-devel - freetype-devel - fontconfig-devel - gdk-pixbuf-devel - python-devel python3-devel - cmake - atk-devel + desktop-file-utils + python3-setuptools + appstream-glib-devel - multimedia/misc/lv2/pspec.xml + + fedora/flowblade_sys_path.patch + + multimedia/converter/flowblade/pspec.xml - lv2 + flowblade - gtk2 + mlt6 + gmic + gtk3 + ffmpeg + python3 + librsvg + python-mlt6 + dbus-python3 + frei0r-plugins + python3-numpy + python3-pillow + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2021-10-28 + 2.8.0.3 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-25 + 2.8.0.3 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-08-30 + 2.8.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + flacon + https://flacon.github.io/ + + Pisilinux Community + admins@pisilinux.org + + LGPLv2.1 + app:gui + multimedia.converter + Flacon is a open source audio file encoder. + An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks + You can split a single large audio file containing the entire album into the separate audio tracks. + Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. + https://github.com/flacon/flacon/archive/refs/tags/v9.1.0.tar.gz + + cmake + taglib-devel + qt5-linguist + qt5-base-devel + uchardet-devel + + multimedia/converter/flacon/pspec.xml + + + flacon + + libgcc + taglib + qt5-base + uchardet + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2022-07-08 + 9.1.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-04-16 + 8.3.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-01-17 + 8.2.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-04-26 + 5.5.1 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + soundkonverter + https://www.opendesktop.org/p/1126634/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + multimedia.converter + SoundKonverter is a frontend to various audio converters. + Audio conversion, replay Gain calculation, CD ripping. It is extendable by plugins and supports many backends: soundKonverter supports reading and writing tags for many formats, so the tags are preserved when converting files. + soundkonverter + https://sourceforge.net/projects/pisilinux/files/source/soundkonverter-3.0.1.tar.gz + + cmake + libkcddb + kio-devel + kinit-devel + ki18n-devel + solid-devel + taglib-devel + ffmpeg-devel + kconfig-devel + kxmlgui-devel + qt5-base-devel + kdesignerplugin + libvorbis-devel + kdoctools-devel + kemoticons-devel + qt5-phonon-devel + cdparanoia-devel + kitemmodels-devel + extra-cmake-modules + kconfigwidgets-devel + kwidgetsaddons-devel + kunitconversion-devel + kdelibs4-support-devel + + multimedia/converter/soundkonverter/pspec.xml + + + soundkonverter + + kio + ki18n + solid + libgcc + taglib + kconfig + kxmlgui + kservice + libkcddb + qt5-base + cdparanoia + qt5-phonon + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + sox + faac + flac + lame + faad2 + speex + ffmpeg + mplayer + libopus + twolame + wavpack + libvorbis + timidity + fluidsynth + vorbis-tools + + + /usr/bin + /usr/lib + /usr/share + + + + + 2020-03-08 + 3.0.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-12-03 + 3.0.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + ccd2iso + https://sourceforge.net/projects/ccd2iso/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.converter + CloneCD image files to ISO converter + CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir uygulama + ccd2iso converts CloneCD image files to ISO image files. + CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir komut satırı uygulaması. + mirrors://sourceforge/ccd2iso/ccd2iso-0.3.tar.gz + multimedia/converter/ccd2iso/pspec.xml + + + ccd2iso + + /usr/bin + /usr/share/doc/ccd2iso + + + + + 2020-03-08 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-05 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-18 + 0.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + handbrake + https://handbrake.fr/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + app:gui + multimedia.converter + The open source video transcoder. + Çoklu görev destekli video kodlama/düzenleme aracı + HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players. + Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır. + HandBrake + https://github.com/HandBrake/HandBrake/releases/download/1.5.1/HandBrake-1.5.1-source.tar.bz2 + + nasm + meson + cmake + bzip2 + libgcc + python3 + intltool + gtk3-devel + lame-devel + x264-devel + x265-devel + zlib-devel + speex-devel + libva-devel + libvpx-devel + libogg-devel + libass-devel + fribidi-devel + libxml2-devel + libopus-devel + numactl-devel + librsvg-devel + jansson-devel + libgudev-devel + gstreamer-devel + libbluray-devel + libnotify-devel + libvorbis-devel + libtheora-devel + fontconfig-devel + gst-plugins-good + at-spi2-core-devel + libsamplerate-devel + libjpeg-turbo-devel + gst-plugins-base-devel + + multimedia/converter/handbrake/pspec.xml + + + handbrake + + xz + gtk3 + lame + x264 + zlib + bzip2 glib2 cairo pango - harfbuzz + libva + speex + libass + libogg + libvpx + libgcc + libxml2 + jansson + fribidi + libopus + numactl freetype - fontconfig + libgudev + gstreamer + libbluray + libnotify + gst-libav + libvorbis + libtheora gdk-pixbuf - libsndfile - atk + libsamplerate + libjpeg-turbo + gst-plugins-base + /usr/bin + /usr/share/locale + /usr/share + /usr/share/doc + + + + + 2022-04-24 + 1.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 1.4.2 + First build + fury + uglyside@yandex.ru + + + + + + vcdimager + https://www.gnu.org/software/vcdimager/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + multimedia.converter + VCD and SVCD image file maker and converter + VCD ve SVDC görüntü dosyası oluşturucu ve çevirici + VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CD's and Super Video CD's. The core functionality consists of directly making Video CD BIN/CUE-style CD images from mpeg files. + VCDImager Video CD ve Super Video CD'leri yaratmaya, parçalarına ayırmaya ve analiz etmeye yarayan kapsamlı bir CD görüntüsü yazma uygulamasıdır. En temel özelliği .mpeg dosyalarından direk BIN/CUE uzantılı CD görüntüleri yaratabilmesidir. + http://ftp.gnu.org/gnu/vcdimager/vcdimager-2.0.1.tar.gz + + libcdio-devel + popt-devel + libxml2-devel + + multimedia/converter/vcdimager/pspec.xml + + + vcdimager + + libcdio + popt + libxml2 + + + /usr/bin /usr/lib /usr/share/doc - /usr/share - /usr/bin + /usr/share/info + /usr/share/man - lv2-devel - Development files for lv2 - lv2 için geliştirme dosyaları + vcdimager-devel + Development files for vcdimager + vcdimager için geliştirme dosyaları - lv2 + vcdimager + libcdio-devel /usr/include @@ -222752,30 +68086,126 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2020-03-08 + 2.0.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + - 2022-07-28 - 1.18.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2018-08-05 + 2.0.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org - 2020-01-30 - 1.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2017-03-05 + 0.7.24 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 0.7.24 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2018-09-01 - 1.14.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2016-06-09 + 0.7.24 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2018-04-04 - 1.14.0 + 2014-05-20 + 0.7.24 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + unoconv + http://dag.wieers.com/home-made/unoconv + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.converter + A document converter + Bir belge dönüştürücü + unoconv converts between any document format that OpenOffice / OpenOffice understands. + unoconv, her belge biçimini OpenOffice ve OpenOffice'in anlayacağı biçime dönüştüren bir terminal uygulamasıdır. + https://github.com/dagwieers/unoconv/archive/0.8.2.tar.gz + + xmlto + asciidoc + python3-devel + python3-setuptools + + multimedia/converter/unoconv/pspec.xml + + + unoconv + + xmlto + asciidoc + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-03-08 + 0.8.2 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-11-04 + 0.8.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-05 + 0.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 0.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 0.7 First release Stefan Gronewold groni@pisilinux.org @@ -222784,138 +68214,168 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - mbedtls - https://github.com/ARMmbed/mbedtls + soundconverter + https://soundconverter.org/ - PisiLinux Community - admins@pisilinux.org + fury + uglyside@yandex.ru - Apache - library - multimedia.misc - Cryptographic library for embedded systems - Cryptographic library for embedded systems - Gömülü sistemler için kriptografik kitaplık - Gömülü sistemler için kriptografik kitaplık - https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.27.0.tar.gz + GPLv3 + app:gui + multimedia.converter + GNOME sound converter application. + A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files. + https://launchpad.net/soundconverter/trunk/4.0.2/+download/soundconverter-4.0.2.tar.gz - cmake - python3 + intltool + gtk3-devel + python3-devel + gstreamer-devel + desktop-file-utils + python3-setuptools + python3-distutils-extra + python3-pygobject3-devel - multimedia/misc/mbedtls/pspec.xml + + Prevent_crash_when_duration_is_not_known_or_zero.patch + + multimedia/converter/soundconverter/pspec.xml - mbedtls + soundconverter + + gtk3 + python3 + gst-libav + gst-plugins-bad + gst-plugins-base + gst-plugins-ugly + gst-plugins-good + python3-setuptools + python3-pygobject3 + /usr/bin /usr/lib + /usr/share + /usr/share/locale + /usr/share/man /usr/share/doc - - mbedtls-devel - Development files for mbedtls - - mbedtls - - - /usr/include - /usr/lib/cmake - - + + 2021-10-28 + 4.0.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-18 + 4.0.1 + Version bump. + fury + uglyside@yandex.ru + - 2021-11-09 - 2.27.0 - First release - PisiLinux Community - admins@pisilinux.org + 2020-12-04 + 4.0.0 + First build + fury + uglyside@yandex.ru - mediainfo - http://mediaarea.net/en/MediaInfo + darkice + http://www.darkice.org/ - Pisi Linux Community + PisiLinux Community admins@pisilinux.org - LGPLv3 - app:gui - multimedia.misc - MediaInfo supplies technical and tag information about mediafiles - MediaInfo supplies technical and tag information about a video or audio file. It is free software (free of charge and free access to source code: GPL or LGPL licence) - mediainfo - https://mediaarea.net/download/source/mediainfo/22.06/mediainfo_22.06.tar.bz2 + GPLv3 + app:console + multimedia.stream + Live audio streamer + Canlı müzik, ses yayınlama aracı + DarkIce as a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. + Darkice bir canlı müzik, ses yayınlama uygulamasıdır. Bir ses arayüzünden (örneğin bir ses kartı) sesleri kaydeder, kodlar ve yayınlayacak sunucuya gönderir. + https://github.com/rafael2k/darkice/releases/download/v1.4/darkice-1.4.tar.gz - libtool - autoconf - automake - libzen-devel - libzen-devel - libmediainfo-devel - wxGTK-devel + lame-devel + faac-devel + libogg-devel + libopus-devel + twolame-devel + alsa-lib-devel + libvorbis-devel + libsamplerate-devel + pulseaudio-libs-devel - multimedia/misc/mediainfo/pspec.xml + multimedia/stream/darkice/pspec.xml - mediainfo + darkice - wxGTK + lame + faac libgcc - libzen - libmediainfo - wxGTK-common + libogg + libopus + twolame + alsa-lib + libvorbis + libsamplerate + pulseaudio-libs - /usr/bin/ - /usr/share - /usr/share/doc/ + /etc + /usr/share/doc + /usr/share/man + /usr/bin - - mediainfo.desktop - - 2022-07-27 - 22.06 + 2020-09-28 + 1.4 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-03-07 - 19.09 - Version bump. + 2020-03-03 + 1.3 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com 2018-09-01 - 0.7.94 + 1.3 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2017-04-09 - 0.7.94 - Version bump. - Kamil Atlı - suvari@pisilinux.org + 2017-02-15 + 1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org - 2016-12-02 - 0.7.90 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2016-06-09 + 1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2013-12-20 - 0.7.65 + 2016-02-08 + 1.2 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -222924,1185 +68384,96 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - musicbrainz5 - http://www.musicbrainz.org/ + live555 + http://www.live555.com PisiLinux Community admins@pisilinux.org LGPLv2.1 library - multimedia.misc - Client library to access metadata of mp3/vorbis/CD media - Mp3/Ogg Vorbis/Audio-Cd gibi ses dosyalarınızın etiketlerine erişiminizi sağlayan istemci kütüphanesidir. - MusicBrainz est un projet tentant de créer une encyclopédie de musique au contenu ouvert. C'est une base de données en ligne contenant des informations concernant les musiques enregistrées. La librairie client MusicBrainz capture les informations concernant les artistes, le nom de l'album, les titres des chansons, leur longueur et beaucoup d'autres données encore. - MusicBrainz is a project that aims to create an open content music encyclopedia. It is an online database of information about recorded music. MusicBrainz client library captures information about artists, the album title, track titles,the length of each track and many more. - MusicBrainz açık içerikli müzik ansiklopedisi oluşturmayı amaçlayan bir projedir. Kayıtlı albüm ve müzik parçaları hakkında çevrim içi veri tabanı sağlar. MusicBrainz kütüphanesi sanatçı, albüm, çalınan parça ve daha birçok konuda veri toplar. - MusicBrainz es un proyecto con la finalidad de crear una enciclopedia de contenido abierto sobre música. Es una base de datos de información en línea sobre grabaciones de música. La libreía de cliente MusicBrainz captura información de artista, título de album, título de las músicas, longitudes de cada música, y mucho más. - ftp://ftp.parrot.org/.1/blfs/svn/l/libmusicbrainz-5.1.0.tar.gz + multimedia.stream + Multimedia streaming library + Çokluortam yayın kitaplığı + Live555 est un ensemble de librairies C++ pour le streaming (diffusion numérique) multimédia utilisant les protocoles de standards ouverts (RTP/RTCP, RTSP, SIP). + Live555 is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP) + Live555, açık standart protokolleri kullanan (RTP/RTCP, RTSP, SIP) çoklu ortam duraksız işlemleri (streaming) için C++ kütüphaneleridir. + http://live555.com/liveMedia/public/live.2020.01.11.tar.gz - neon-devel - libxml2-devel - cmake - - multimedia/misc/musicbrainz5/pspec.xml - - - musicbrainz5 - - libgcc - libxml2 - neon - - - /usr/lib - /usr/share/doc - - - - musicbrainz5-devel - Development files for musicbrainz5 - musicbrainz5 için geliştirme dosyaları - - musicbrainz5 - neon-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 5.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 5.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 5.1.0 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 5.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-20 - 5.1.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - OpenCOLLADA - https://collada.org/mediawiki/index.php/OpenCOLLADA - - Pisi Linux Admins - admin@pisilinux.org - - MIT - app - multimedia.misc - Collada 3D import and export libraries - Collada 3D import and export libraries - Collada 3B kütüphaneleri içe ve dışa aktarma - Collada 3B kütüphaneleri içe ve dışa aktarma - https://github.com/KhronosGroup/OpenCOLLADA/archive/refs/tags/v1.6.68.tar.gz - - cmake - libpcre-devel - libxml2-devel - - - fedora/OpenCOLLADA-pcre.patch - - multimedia/misc/OpenCOLLADA/pspec.xml - - - OpenCOLLADA - - libgcc - libpcre - libxml2 - - - /etc - /usr/lib - /usr/share/doc - - - opencollada.conf - - - - OpenCOLLADA-devel - Development files for OpenCOLLADA - - OpenCOLLADA - libpcre-devel - - - /usr/include - /usr/lib/cmake - - - - - 2021-05-11 - 1.6.68 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - opencolorio - http://opencolorio.org/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - multimedia.misc - Enables color transforms and image display across graphics apps - Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir - https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.1.0.tar.gz - - cmake - pybind11 - yaml-cpp - glew-devel - lcms2-devel - boost-devel - openxr-devel - pystring-devel - freeglut-devel - tinyxml-devel - python3-devel - imath-devel - - multimedia/misc/opencolorio/pspec.xml - - - opencolorio - - glew - expat - libgcc - imath - lcms2 - freeglut - libglvnd - mesa-glu - pystring - - - /usr/bin - /usr/lib - /usr/share/ocio - /usr/share/doc - - - OpenColorIO1 - - - - opencolorio-devel - Development files for opencolorio - - opencolorio - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-10-25 - 2.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-30 - 2.0.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - OpenColorIO1 - http://opencolorio.org/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - multimedia.misc - Enables color transforms and image display across graphics apps - Enables color transforms and image display across graphics apps - Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir - Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir - https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v1.1.1.tar.gz - - cmake - yaml-cpp - lcms2-devel - boost-devel - tinyxml-devel - python3-devel - openimageio-devel - - - 8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch - - multimedia/misc/OpenColorIO1/pspec.xml - - - OpenColorIO1 - - lcms2 - libgcc - tinyxml - - - /usr/bin - /usr/lib - /usr/share/ocio - /usr/share/doc - - - opencolorio - - - - OpenColorIO1-devel - Development files for OpenColorIO1 - - OpenColorIO1 - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-10-23 - 1.1.1 - Rebuild boost - Pisi Linux Admins - admin@pisilinux.org - - - 2021-05-11 - 1.1.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - openexr - http://www.openexr.com - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - library - multimedia.misc - A high dynamic-range (HDR) image file format library - OpenEXR est un formation de fichier d'image à haut rang dynamique (HDR - High Dynamic Range) utilisable pour les applications d'imagerie sur ordinateur. OpenEXR inclus notamment : Un rang dynamique plus grand que les formats d'image existants de 8 et 10 bit; le support pour pixel de 16 bit à virgule flottante, 32 bit à virgule flottante et d'entiers à 32 bit; de nombreux algorithmes de compression d'image sans perte, le fait d'être extensible. - OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility. - OpenEXR, bilgisayar görüntüleme uygulamalarında kullanılan yüksek dinamik görüntü erimidir. OpenEXR özellikleri şunları içerir: Mevcut 8 ve 10 bitlik görüntü dosya formatlarından daha yüksek dinamik görüntü erişimi, 16 ya da 32 bit piksel desteği ve kayıpsız görüntü sıkıştırma algoritması - OpenEXR es un formato de archivo de imagen de alto fango dinámico (HDR) para uso en aplicaciones de computación de imágenes. OpenEXR contiene facilidades: rango dinámico y precisión de colores más alto que formatos existentes de 8- y 10-bit; soporta para punto flotante 16-bit, punto flotante 32-bit, y entero 32-bit pixels; algoritmos de compresión múltiple sin pérdida; extensible. - https://github.com/AcademySoftwareFoundation/openexr/archive/v3.1.3.tar.gz - - cmake - imath-devel - zlib-devel - - multimedia/misc/openexr/pspec.xml - - - openexr - - imath - libgcc - openexr-libs - - - /usr/bin - - - - openexr-libs - OpenEXR runtime libraries - OpenEXR çalışma zamanı kitaplıkları - - imath - zlib - libgcc - - - /usr/lib/lib* - /usr/share/doc - - - - openexr-docs - OpenEXR example files - OpenEXR örnek dosyalar - - /usr/share/doc/OpenEXR/examples - - - - openexr-devel - Development files for openexr - OpenEXR için geliştirme dosyaları - - openexr - mesa-glu-devel - imath-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2021-11-20 - 3.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-26 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-20 - 2.5.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.2.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-06 - 2.2.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-14 - 2.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 2.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-28 - 2.2.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - openvr - https://github.com/ValveSoftware/openvr - - Kamil Atlı - suvari@pisilinux.org - - MIT - app - multimedia.misc - API and runtime that allows access to VR hardware from multiple vendors - Birden çok satıcıdan VR donanımına erişim sağlayan API ve çalışma zamanı - OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam. - OpenVR, uygulamaların hedefledikleri donanım hakkında özel bilgiye sahip olmalarını gerektirmeden birden fazla satıcıdan VR donanımına erişime izin veren bir API ve çalışma zamanıdır. Bu depo, API ve örnekleri içeren bir SDK'dır. Çalışma zamanı, Steam'deki Araçlar'da SteamVR altındadır. - https://github.com/ValveSoftware/openvr/archive/refs/tags/v1.16.8.tar.gz - - cmake - jsoncpp-devel - libglvnd-devel - rapidjson-devel - - - 0001-Fixed-includes-and-asserts-in-v1.6.18-release.patch - fix-missing-stdarg-h.patch - install-library.patch - - multimedia/misc/openvr/pspec.xml - - - openvr - - libgcc - jsoncpp - libglvnd - rapidjson - - - /usr/lib/libopenvr_api.so* - /usr/share/doc - - - - openvr-devel - Development files for openvr - openvr için geliştirme dosyaları - - openvr - - - /usr/include - /usr/lib/cmake - /usr/share/pkgconfig - - - - - 2022-05-01 - 1.16.8 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - openxr - https://www.khronos.org/openxr/ - - Pisi Linux Admins - admin@pisilinux.org - - APACHE - library - multimedia.misc - An open standard for virtual reality and augmented reality platforms and devices - An open standard for virtual reality and augmented reality platforms and devices - An open standard for virtual reality and augmented reality platforms and devices - An open standard for virtual reality and augmented reality platforms and devices - https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/release-1.0.20.tar.gz - - cmake - mesa-devel - wayland-client - wayland-devel - python3-devel - libX11-devel - vulkan-devel - libglvnd-devel - vulkan-headers - jsoncpp-devel - libXrandr-devel - libXxf86vm-devel - - multimedia/misc/openxr/pspec.xml - - - openxr - - libgcc - libX11 - vulkan - libglvnd - jsoncpp - libXxf86vm - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/openxr - /usr/share/doc - - - - openxr-devel - Development files for openxr - - openxr - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-11-20 - 1.0.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.0.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-07 - 1.0.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-20 - 1.0.13 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - opusfile - https://opus-codec.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.misc - Library for opening, seeking, and decoding .opus files - Library for opening, seeking, and decoding .opus files - Library for opening, seeking, and decoding .opus files - Library for opening, seeking, and decoding .opus files - https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.12.tar.gz - - libogg-devel - libopus-devel openssl-devel - multimedia/misc/opusfile/pspec.xml + + shared-config.patch + + multimedia/stream/live555/pspec.xml - opusfile + live555 - libogg - libopus openssl /usr/lib - /usr/share /usr/share/doc - opusfile-32bit - 32-bit shared libraries for opusfile - emul32 - emul32 - - libogg-32bit - libopus-32bit - openssl-32bit - + live555-devel + Development files for live555 + live555 için geliştirme dosyaları - libogg-32bit - libopus-32bit - openssl-32bit - - - /usr/lib32 - - - - opusfile-devel - Development files for opusfile - - opusfile + live555 /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - 2020-06-27 - 0.12 - Version bump - PisiLinux Community - admins@pisilinux.org + + 2020-01-19 + 2020.01.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org - - 2020-03-07 - 0.11 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - orc - https://gstreamer.freedesktop.org/modules/orc.html - - PisiLinux Community - admins@pisilinux.org - - BSD - BSD-2 - app:console - multimedia.misc - The Oil Runtime Compiler - Optimized Inner Loop Runtime Compiler - https://gstreamer.freedesktop.org/src/orc/orc-0.4.31.tar.xz - - valgrind - meson - - multimedia/misc/orc/pspec.xml - - - orc - - /usr/bin/ - /usr/lib/ - /usr/share/ - - - - orc-32bit - 32-bit shared libraries for orc - emul32 - emul32 - - orc - - - /usr/lib32 - - - - orc-devel - orc için geliştirme dosyaları - orc için geliştirme dosyaları - - orc - - - /usr/include/ - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - 2020-01-11 - 0.4.31 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.4.28 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-24 - 0.4.26 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2016-06-12 - 0.4.25 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2016-05-27 - 0.4.19 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 0.4.19 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - pybind11 - https://pybind11.readthedocs.org/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - multimedia.misc - Seamless operability between C++11 and Python - Seamless operability between C++11 and Python - Seamless operability between C++11 and Python - Seamless operability between C++11 and Python - https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz - - cmake - boost-devel - python3-devel - python3-setuptools - python3-pytest - - multimedia/misc/pybind11/pspec.xml - - - pybind11 - - /usr/include - /usr/share - - - - - 2021-03-10 - 2.6.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - rav1e - https://github.com/xiph/rav1e - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.misc - The fastest and safest AV1 encoder - The fastest and safest AV1 encoder - En hızlı ve en güvenli AV1 kodlayıcı - En hızlı ve en güvenli AV1 kodlayıcı - https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0.tar.gz - - rust - nasm - cargo-c - - multimedia/misc/rav1e/pspec.xml - - - rav1e - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - rav1e-devel - Development files for rav1e - - rav1e - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-02 - 0.5.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - regionset - http://linvdr.org/projects/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv2 - app:console - multimedia.misc - regionset - adjusts and shows the region code of DVD drives - regionset allows you to check and set the region code of DVD drives. - http://linvdr.org/download/regionset/regionset-0.2.tar.gz - multimedia/misc/regionset/pspec.xml - - - regionset - - /usr/bin - /usr/share/doc - - - - - 2020-03-07 - 0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-09 - 0.2 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-24 - 0.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - sdl-image - http://www.libsdl.org/projects/SDL_image/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie SDL de chargement de fichier d'image. - SDL image file loading library - SDL resim yükleme kitaplığı - SDL_image is an image file loader for SDL. - SDL_image, SDL için resim yükleme kitaplığıdır. - http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz - - tiff-devel - libsdl-devel - libpng-devel - libjpeg-turbo-devel - - - gif-overflow.patch - - multimedia/misc/sdl-image/pspec.xml - - - sdl-image - - libsdl - tiff - zlib - libpng - libjpeg-turbo - - - /usr/bin - /usr/lib/ - /usr/share/doc - - - - sdl-image-devel - Development files for sdl-image - sdl-image için geliştirme dosyaları - - sdl-image - libsdl-devel - tiff-devel - libjpeg-turbo-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - sdl-image-32bit - 32-bit shared libraries for sdl-image - sdl-image için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libsdl-32bit - libpng-32bit - libjpeg-turbo-32bit - tiff-32bit - - - sdl-image - libsdl-32bit - libpng-32bit - libjpeg-turbo-32bit - tiff-32bit - zlib-32bit - - - /usr/lib32/ - - - - - 2020-10-15 - 1.2.12 - Rebuild for new toolchain. - Kamil Atlı - admin@pisilinux.org - - 2018-08-07 - 1.2.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 1.2.12 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.12 + 2018.08.05 Release Bump Pisi Linux Community admin@pisilinux.org - - 2014-05-31 - 1.2.12 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - sdl-mixer - http://www.libsdl.org/projects/SDL_mixer/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie du mixer SDL. - SDL mixer library - SDL ses yükleme kitaplığı - SDL_mixer is a SDL library for loading sound files. - SDL_mixer, SDL için bir ses yükleme kitaplığıdır. - http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz - - libsdl-devel - libmikmod-devel - libvorbis-devel - libogg-devel - smpeg-devel - timidity - - - ldflags.patch - - multimedia/misc/sdl-mixer/pspec.xml - - - sdl-mixer - - libsdl - libmikmod - libvorbis - libogg - smpeg - timidity - - - /usr/lib - /usr/share/doc - - - - sdl-mixer-devel - Development files for sdl-mixer - sdl-mixer için geliştirme dosyaları - - sdl-mixer - libsdl-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - sdl-mixer-32bit - 32-bit shared libraries for sdl-mixer - sdl-mixer için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libsdl-32bit - libmikmod-32bit - libvorbis-32bit - libogg-32bit - smpeg-32bit - - - sdl-mixer - libsdl-32bit - libmikmod-32bit - libvorbis-32bit - libogg-32bit - smpeg-32bit - - - /usr/lib32/ - - - - 2020-03-07 - 1.2.12 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2018-02-18 + 2018.02.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2018-08-29 - 1.2.12 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2017-02-18 + 2016.10.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2017-03-09 - 1.2.12 - Rebuild - Alihan Öztürk - alihan@pisilinux.org + 2016-06-09 + 2016.10.21 + Version Bump + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 1.2.12 + 2014.05.08 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-02-21 - 1.2.12 + 2014-05-25 + 2014.05.08 First release Kamil Atlı suvarice@gmail.com @@ -224111,717 +68482,227 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - sdl-net - http://www.libsdl.org/projects/SDL_net/ + radiotray-ng + https://github.com/ebruck/radiotray-ng - PisiLinux Community - admins@pisilinux.org + fury + uglyside@yandex.ru - LGPLv2.1 - library - multimedia.misc - Librairie réseau de SDL. - SDL network library - SDL ağ kütüphanesi - sdl-mixer is a SDL library for network access. - sdl-net, SDL için ağ erişim kitaplığıdır. - http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz + GPL-3 + app:gui + multimedia.stream + Radiotray-NG: An Internet radio player for Linux. + It became clear as one of the early contributors to the RadioTray project that it was not getting the attention it required and was probably dead. A lot of the technologies it used had moved on to newer versions and the bugs started piling up. I did my best to help users, but a new start was required. + https://github.com/ebruck/radiotray-ng/archive/refs/tags/v0.2.8.tar.gz - libsdl-devel - - multimedia/misc/sdl-net/pspec.xml - - - sdl-net - - libsdl - - - /usr/lib - /usr/share/doc - - - - sdl-net-devel - Development files for sdl-net - sdl-net için geliştirme dosyaları - - sdl-net - libsdl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 1.2.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.2.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 1.2.8 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - sdl-ttf - http://www.libsdl.org/projects/SDL_ttf/ - - Mathias Freire - mathiasfreire45@gmail.com - - LGPLv2.1 - library - multimedia.misc - TrueType font support for SDL2 - SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. - http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz - - libsdl-devel - freetype-devel - libtool - libICE-devel - - multimedia/misc/sdl-ttf/pspec.xml - - - sdl-ttf - - libsdl - harfbuzz - freetype - - - /usr/lib - /usr/share/doc - - - - sdl-ttf-devel - Development files for sdl-ttf - - libsdl-devel - sdl-ttf - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - sdl-ttf-32bit - 32-bit shared libraries for sdl-ttf - emul32 - emul32 - - libsdl-32bit - freetype-32bit - - - libpng-32bit - libsdl-32bit - harfbuzz-32bit - freetype-32bit - sdl-ttf - - - /usr/lib32/ - - - - - 2020-03-07 - 2.0.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 2.0.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 2.0.11 - Rebuild for new toolchain. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-11-24 - 2.0.14 - Rebuild for Pisi Linux 2.0 - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2016-06-09 - 2.0.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-11 - 2.0.14 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - sdl2-image - http://www.libsdl.org/projects/SDL_image/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie SDL2 de chargement de fichier d'image. - SDL image file loading library - SDL2 resim yükleme kitaplığı - SDL_image is an image file loader for SDL. - SDL2_image, SDL2 için resim yükleme kitaplığıdır. - https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz - - zlib-devel - libsdl2-devel - tiff-devel - libpng-devel - libjpeg-turbo-devel - - multimedia/misc/sdl2-image/pspec.xml - - - sdl2-image - - libsdl2 - tiff - zlib - libpng - libjpeg-turbo - - - /usr/bin - /usr/lib/ - /usr/share/doc - - - - sdl2-image-devel - Development files for sdl2-image - sdl2-image için geliştirme dosyaları - - sdl2-image - libsdl2-devel - tiff-devel - libjpeg-turbo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 2.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-10 - 2.0.1 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - - - - sdl2-mixer - http://www.libsdl.org/projects/SDL_mixer/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - SDL2 mixer library - SDL2_mixer is a SDL2 library for loading sound files. - http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz - - flac-devel - mpg123-devel - libopus-devel - opusfile-devel - libsdl2-devel - libvorbis-devel - fluidsynth-devel - libmodplug-devel - - multimedia/misc/sdl2-mixer/pspec.xml - - - sdl2-mixer - - flac - mpg123 - libopus - libsdl2 - opusfile - libvorbis - fluidsynth - libmodplug - - - /usr/lib - /usr/share/doc - - - - sdl2-mixer-devel - Development files for sdl2-mixer - - sdl2-mixer - libsdl2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - sdl2-mixer-32bit - 32-bit shared libraries for sdl2-mixer - emul32 - emul32 - - flac-32bit - mpg123-32bit - libopus-32bit - libsdl2-32bit - opusfile-32bit - libvorbis-32bit - - - sdl2-mixer - flac-32bit - mpg123-32bit - libopus-32bit - libsdl2-32bit - opusfile-32bit - libvorbis-32bit - - - /usr/lib32/ - - - - - 2020-03-07 - 2.0.4 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - sdl2-net - http://www.libsdl.org/projects/SDL_net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.misc - Librairie réseau de SDL. - SDL network library 2.0 series - SDL ağ kütüphanesi 2.0 serisi - sdl-mixer is a SDL library for network access. - sdl-net, SDL için ağ erişim kitaplığıdır. - http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz - - libsdl2-devel - - multimedia/misc/sdl2-net/pspec.xml - - - sdl2-net - - libsdl2 - - - /usr/lib - /usr/share/doc - - - - sdl2-net-devel - Development files for sdl-net - sdl2-net için geliştirme dosyaları - - sdl2-net - libsdl2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 2.0.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-11 - 2.0.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - sdl2-ttf - http://www.libsdl.org/projects/SDL_ttf/ - - Mathias Freire - mathiasfreire45@gmail.com - - LGPLv2.1 - library - multimedia.misc - TrueType font support for SDL2 - SDL2 TTF kitaplığı - SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle. - SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. - SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır. - SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable. - http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz - - libsdl2-devel - freetype-devel - - multimedia/misc/sdl2-ttf/pspec.xml - - - sdl2-ttf - - libsdl2 - harfbuzz - freetype - - - /usr/lib - /usr/share/doc - - - - sdl2-ttf-devel - Development files for sdl2-ttf - sdl2-ttf için geliştirme dosyaları - - libsdl2-devel - sdl2-ttf - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - sdl2-ttf-32bit - 32-bit shared libraries for sdl2-ttf - sdl2-ttf için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libsdl2-32bit - freetype-32bit - - - libpng-32bit - libsdl2-32bit - harfbuzz-32bit - freetype-32bit - sdl2-ttf - - - /usr/lib32/ - - - - - 2020-03-07 - 2.0.15 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.0.14 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 2.0.14 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-11 - 2.0.14 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - svt-av1 - https://gitlab.com/AOMediaCodec/SVT-AV1 - - PisiLinux Community - admins@pisilinux.org - - custom - library - multimedia.misc - Scalable Video Technology AV1 encoder and decoder - Scalable Video Technology AV1 encoder and decoder - Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü - Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü - https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.8.7/SVT-AV1-v0.8.7.tar.bz2 - - nasm cmake + ccache + wxGTK3 + curl-devel + gtk3-devel + boost-devel + wxGTK-devel + lsb-release + wxGTK-common + glibmm-devel + libbsd-devel + python3-devel + ncurses-devel + jsoncpp-devel + libnotify-devel + gstreamer-devel + libxdg-basedir-devel + libappindicator-devel - multimedia/misc/svt-av1/pspec.xml + multimedia/stream/radiotray-ng/pspec.xml - svt-av1 + radiotray-ng + + curl + gtk3 + boost + glib2 + glibmm + libbsd + libgcc + wxGTK3 + jsoncpp + gstreamer + libnotify + libsigc++ + python3-lxml + wxGTK-common + libxdg-basedir + libappindicator + + /etc/xdg/autostart /usr/bin - /usr/lib + /usr/share /usr/share/doc - - svt-av1-devel - Development files for svt-av1 - - svt-av1 - - - /usr/include - /usr/lib/pkgconfig - - + + 2021-09-12 + 0.2.8 + Rebuild wxgtk + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 0.2.8 + Version bump. + fury + uglyside@yandex.ru + - 2021-11-02 - 0.8.7 - First release - PisiLinux Community - admins@pisilinux.org + 2021-01-28 + 0.2.7 + First Beta build. + fury + uglyside@yandex.ru - t1lib - ftp://metalab.unc.edu/pub/Linux/libs/graphics/ + icecast + http://www.icecast.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + multimedia.stream + ShoutCast compatible streaming media server + Shoutcast uyumlu muzik yayın sunucusu + Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. + Icecast, Ogg Vorbis ve Mp3 formatlarını destekleyerek ağ üzerinden muzik yayını yapmanızı sağlar. Icecast ile bir internet radyo istasyonu kurabilir ya da kendinize özel bir şarkı liste oluşturup paylaşabilirsiniz. + icecast + http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz + + libxslt-devel + libogg-devel + libvorbis-devel + libkate-devel + speex-devel + libtheora-devel + curl-devel + libxml2-devel + openssl-devel + + + pthread_flag.patch + icecast.conf.patch + + multimedia/stream/icecast/pspec.xml + + + icecast + + libxslt + libogg + libvorbis + libkate + speex + libtheora + curl + libxml2 + openssl + + + /etc/icecast + /usr/bin + /usr/share/doc + /usr/share/icecast + /usr/share/man + /usr/share/pixmaps + /var + /run + /usr/lib/tmpfiles.d/icecast.conf + + + System.Package + System.Service + + + tmpfiles.conf + + + + + 2020-02-07 + 2.4.4 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-09-01 + 2.4.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-15 + 2.4.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.4.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-08 + 2.4.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libmms + http://sourceforge.net/projects/libmms PisiLinux Community admins@pisilinux.org GPLv2 library - multimedia.misc - A Type 1 Font Rasterizer Library for UNIX/X11 - UNIX/X11 sistemler için Tip-1 yazıtipi işleme kütüphanesi - t1lib est une librairie écrite en langage C permettant à un programmeur de générer des bitmaps de fontes Adobe (TM) Type 1 assez facilement. Ces bitmaps sont retournés sous la forme d'une structure de données de type GLYPH. Ce type spécial GLYPH est également utilisé dans le système de fenêtrage X11 pour décrire les bitmaps caractères. Il contien les données bitmap en plus de quelques informations métriques. t1lib est toutefois totalement indépendante du système X11 ou tout autre interface graphique. - t1lib is a library written in the C programming language allowing a programmer to generate bitmaps from Adobe (TM) Type 1 fonts quite easily. These bitmaps are returned in a data structure with type GLYPH. This special GLYPH-type is also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface. - T1lib, programcıya Adobe Type1 yazıtiplerinden kolay bir şekilde bitmap dosyalar üretmeye izin veren C programlama dilinde yazılan bir kütüphanedir. Bu bitmapler GLYPH tipi ile bir veri yapısı içinde dönüştürülürler. Bu özel GLYPH tipi, karakter bitmapleri tasvir etmek için X11 pencere sisteminde de kullanılırlar. Bitmap veri içerdikleri gibi bazı metrik bilgileri de içerirler. - t1lib es una librería programada en C que permite al programador generar fácilmente bitmaps de fuentes Adobe (TM) Type 1. Estos bitmaps están representados por una estructura de datos del tipo GLYPH. Este tipo especial GLYPH también está usado en el sistema de ventanas X11 para describir mapas de bits de caracteres. Contiene los datos del bitmap y además algunas informaciones métricas. Sin embargo t1lib mismo está completamente independiente del sistema X11 y de otros interfaces gráficos de usuario. - https://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz - - libXmu-devel - libICE-devel - libXt-devel - libXpm-devel - libXext-devel - libSM-devel - libXaw-devel - - - parallel.patch - t1lib-5.1.2-format-security.patch - t1lib-5.1.2-CVE-2010-2642_2011-0433_2011-5244.patch - t1lib-5.1.2-cve-2011-0764.patch - t1lib-5.1.2-CVE-2011-1552_1553_1554.patch - - multimedia/misc/t1lib/pspec.xml + multimedia.stream + A common library for accessing MMS media streaming protocol + MMS protokolüne erişim sağlayan bir kütüphane + libmms is a library for accessing Microsoft Media Server (MMS) media streaming protocol. + libmms, Microsoft Media Server(MMS) akış protokolünü kullanan ses kaynaklarına erişmek için kullanılan bir kütüphanedir. + mirrors://sourceforge/libmms/libmms-0.6.4.tar.gz + multimedia/stream/libmms/pspec.xml - t1lib - - libXmu - libICE - libXt - libXpm - libXext - libSM - libXaw - + libmms - /usr/bin - /etc/t1lib - /usr/share/doc/t1lib - /usr/lib - - - - t1lib-devel - Development files for t1lib - t1lib için geliştirme dosyaları - - t1lib - - - /usr/include - - - - - 2020-03-20 - 5.1.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - taglib - https://taglib.org/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPL-2 - library - multimedia.misc - A library for reading and editing audio meta data. - Ses dosyalarının etiket bilgilerini okuma ve düzenleme kütüphanesi - TagLib est une librairie pour lire et éditer les méta-données de nombreux formats audio populaires. - TagLib is a library for reading and editing the meta data of several popular audio formats. - TagLib ses dosyalarının etiket bilgilerini okumak ve işlemek için kullanılan bir kütüphanedir. - https://taglib.org/releases/taglib-1.12.tar.gz - - cmake - zlib-devel - boost-devel - - multimedia/misc/taglib/pspec.xml - - - taglib - - zlib - libgcc - - - /usr/bin /usr/lib /usr/share/doc - taglib-devel - Development files for taglib - taglib için geliştirme dosyaları + libmms-devel + Development files for libmms + libmms için geliştirme dosyaları - taglib + libmms + glib2-devel /usr/include @@ -224829,745 +68710,286 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - 2021-10-23 - 1.12 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-09-15 - 1.11.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-19 - 1.11.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.11.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - 2018-03-22 - 1.11.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-27 - 1.11.1 - Rebuild for kfilemetadata. - Stefan Gronewold - groni@pisilinux.org - - - 2017-02-16 - 1.11.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.9.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 1.9.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - taglib-extras - http://amarok.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - multimedia.misc - Taglib extras library from Amarok team - Amarok takımından taglib ekstraları kütüphanesi - Taglib-extras delivers support for reading and editing the meta-data of audio formats not supported by taglib, including: asf, mp4v2, rmff, wav. - Taglib-extras taglib tarafından desteklenmeyen ses formatlarının (asf, mp4v2, rmff, wav vs.) meta verilerini okumak ve düzenlemek için gerekli desteği verir. - http://download.kde.org/stable/taglib-extras/1.0.1/src/taglib-extras-1.0.1.tar.gz - - pkgconfig - cmake - taglib-devel - - - taglib-1.10.patch - - multimedia/misc/taglib-extras/pspec.xml - - - taglib-extras - - taglib - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - taglib-extras-devel - Development files for taglib-extras - taglib-extras için geliştirme dosyaları - - taglib-extras - - - /usr/include/taglib-extras - /usr/lib/pkgconfig - - - - - 2020-03-07 - 1.0.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-19 - 1.0.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 1.0.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.0.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - tagparser - https://github.com/Martchus/tagparser - - fury - uglyside@yandex.ru - - GPL-2 - library - multimedia.misc - C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. - C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. - https://github.com/Martchus/tagparser/archive/refs/tags/v11.3.0.tar.gz - - cmake - doxygen - zlib-devel - openssl-devel - cppunit-devel - iso-codes-devel - cpp-utilities-devel - - multimedia/misc/tagparser/pspec.xml - - - tagparser - - zlib - libgcc - cpp-utilities - - - /usr/lib - /usr/share - /usr/share/doc - - - - tagparser-devel - - tagparser - cpp-utilities-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/tagparser - - - - - 2022-07-10 - 11.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 11.1.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-02-05 - 10.4.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-04 - 10.3.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-13 - 10.2.0 - First build - fury - uglyside@yandex.ru - - - - - - audacious-plugins - https://audacious-media-player.org/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - data - multimedia.plugin - plugins for audacious - Audacious eklentileri - Zestaw pluginów do Audacious - plugins for audacious - Audacious için eklentiler - Zestaw pluginów do Audacious - https://distfiles.audacious-media-player.org/audacious-plugins-4.2.tar.bz2 - - meson - cmake - flac-devel - mesa-devel - lame-devel - neon-devel - curl-devel - gtk2-devel - faac-devel - lirc-devel - faad2-devel - cairo-devel - pango-devel - qt5-linguist - libogg-devel - libcue-devel - ffmpeg-devel - libmms-devel - mpg123-devel - libmtp-devel - libxml2-devel - libsdl2-devel - libbs2b-devel - libsoxr-devel - libcddb-devel - wavpack-devel - libbinio-devel - qt5-base-devel - alsa-lib-devel - libnotify-devel - libvorbis-devel - fluidsynth-devel - libsndfile-devel - gdk-pixbuf-devel - libXrender-devel - libmodplug-devel - qt5-x11extras-devel - libXcomposite-devel - libsamplerate-devel - qt5-multimedia-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - libcdio-devel - audacious-devel - - multimedia/plugin/audacious-plugins/pspec.xml - - - audacious-plugins - - neon - gtk2 - faac - curl - flac - zlib - lame - lirc - mesa - glib2 - faad2 - cairo - pango - libcue - ffmpeg - libmms - mpg123 - libmtp - libX11 - libogg - libgcc - libsoxr - libbs2b - wavpack - libxml2 - libcddb - libsdl2 - qt5-base - libglvnd - libbinio - alsa-lib - audacious - libvorbis - libnotify - fluidsynth - gdk-pixbuf - libXrender - libmodplug - libsndfile - qt5-x11extras - libsamplerate - libXcomposite - qt5-multimedia - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - libcdio - - - /usr/lib/audacious - /usr/share/audacious - /usr/share/locale - /usr/share/doc - - - - - 2022-08-07 - 4.2 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 4.1 - Version bump - fury - uglyside@yandex.ru - - - 2020-03-07 - 3.10.1 - Version bump. + 2020-03-03 + 0.6.4 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - - 2018-12-06 - 3.10 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - ladspa-sdk - http://www.ladspa.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.plugin - The Linux Audio Developer's Simple Plugin API - Ses geliştiricisinin temel eklenti kütüphanesi - La Linux Audio Developer's Simple Plugin API (LADSPA - L'API de plugin (greffon) simple pour développeurs linux audio) tente de donner aux programmeurs la possibilité d'écrire en C/C++ des processeurs audio simples sous forme de plugin' et les lier dynamiquement à différentes applications hôte. - The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications - ladspa, Linux üzerinde ses uygulamaları geliştiren programcıların temel ses işleme eklentileri geliştirmelerini ve bu eklentileri bir seri ses uygulaması ile birlikte kullanabilmelerini sağlar. - El Linux Audio Developer's Simple Plugin API (LADSPA) intenta facilitar a programadores la tarea de escribir procesadores simples de audio en C/C++ y enlazarlos dinámicamente con una gama de aplicaciones host. - http://www.ladspa.org/download/ladspa_sdk_1.15.tgz - - ladspa-sdk-1.12-gcc4.patch - fix-memleak-in-plugin-scanning.patch - - multimedia/plugin/ladspa-sdk/pspec.xml - - - ladspa-sdk - - /usr/bin - /usr/lib - /etc - /usr/share/doc/ladspa-sdk - - - 60ladspa - - - - ladspa-sdk-devel - Development files for ladspa-sdk - ladspa-sdk için geliştirme dosyaları - - ladspa-sdk - - - /usr/include - /usr/share/doc/ladspa-sdk/html - - - - - 2020-01-18 - 1.15 - Version bump - Pisi Linux Community - admin@pisilinux.org - - 2018-08-07 - 1.13 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2018-09-01 + 0.6.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com 2017-02-15 - 1.13 + 0.6.4 Rebuild Pisi Linux Community admin@pisilinux.org 2016-06-09 - 1.13 + 0.6.4 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-25 - 1.13 + 2015-10-23 + 0.6.4 First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - leptonica - http://www.leptonica.org/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - app:console - multimedia.plugin - Leptonica Library - Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır. - An open source C library for efficient image processing and image analysis operations. - Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır. - https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz - - libjpeg-turbo-devel - giflib-devel - libpng-devel - tiff-devel - webp-devel - zlib-devel - - multimedia/plugin/leptonica/pspec.xml - - - leptonica - Software that is broadly useful for image processing and image analysis applications - - libjpeg-turbo - giflib - libpng - webp - tiff - zlib - - - /usr/lib - /usr/share/doc - /usr/bin - - - - leptonica-devel - Development file for leptonica - leptonica için geliştirme dosyaları - leptonica-devel, leptonica için geliştirme dosyaları içerir. - - leptonica - - - /usr/lib/pkgconfig - /usr/include/leptonica - - - - - 2020-01-18 - 1.79.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-01-04 - 1.74.4 - Version Bump. - Ali Cengiz Kurt(alick) - alicengizkurt@gmail.com - - - 2017-01-18 - 1.74.1 - First Release. - Stefan Gronewold(groni) + Stefan Gronewold (groni) groni@pisilinux.org - libchromaprint - https://acoustid.org/chromaprint + mpd + https://www.musicpd.org/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - app:console - multimedia.plugin - Chromaprint is the core component of the Acoustid project. - Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. - https://github.com/acoustid/chromaprint/releases/download/v1.5.0/chromaprint-1.5.0.tar.gz - - boost-devel - fftw3-devel - ffmpeg-devel - cmake - - multimedia/plugin/libchromaprint/pspec.xml - - - libchromaprint - - ffmpeg - libgcc - - - /usr/share - /usr/lib - - - - libchromaprint-devel - libchromaprint için geliştirme dosyaları - - libchromaprint - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-30 - 1.5.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2020-03-07 - 1.4.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-14 - 1.4.3 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-14 - 1.4.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-04-27 - 1.4.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 1.4.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-03 - 1.4.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-17 - 1.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-18 - 1.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libmpdclient - https://www.musicpd.org/libs/libmpdclient/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.plugin - C library to implement a MPD client - MPD için istemci geliştirme kitaplığı - Biblioteka kliencka MPD - A stable, documented, asynchronous API library for interfacing MPD in the C, C++ and Objective C languages. - libmpdclient, MPD etkileşimi için C, C++ ve Object C dillerinde kullanılabilen istikrarlı, belgelendirilmiş, asenkron bir kitaplıktır. - Biblioteka do tworzenia klientów demona MPD (Music Player Daemon). - https://musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz + GPL-2 + app + multimedia.stream + Music Player Daemon. + Müzik Çalıcı Sunucusu (MPD) + Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol. + MPD çoğu müzik dosyasını (MP3, Ogg Vorbis, FLAC, AAC, Mod vs.) çalar ve ağda yayınlar. + https://musicpd.org/download/mpd/0.23/mpd-0.23.8.tar.xz meson + cmake + fmt-devel + curl-devel + flac-devel + yajl-devel + lame-devel + zlib-devel + dbus-devel + boost-devel + expat-devel + samba-devel + icu4c-devel + avahi-devel + faad2-devel + libao-devel + shine-devel + libmms-devel + mpg123-devel + sqlite-devel + openal-devel + ffmpeg-devel + libgme-devel + libmad-devel + libogg-devel + libnfs-devel + libcdio-devel + libopus-devel + libsoxr-devel + libupnp-devel + twolame-devel + wavpack-devel + zziplib-devel + libpcre2-devel + alsa-lib-devel + libshout-devel + liburing-devel + pipewire-devel + libmpcdec-devel + libgcrypt-devel + audiofile-devel + libid3tag-devel + libmikmod-devel + libvorbis-devel + cyrus-sasl-devel + fluidsynth-devel + libmodplug-devel + libsndfile-devel + libopenmpt-devel + libmpdclient-devel + libsamplerate-devel + libchromaprint-devel + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + python3-six + python3-Babel + python3-sphinx + python3-certifi + python3-requests + python3-imagesize + python3-snowballstemmer + python3-sphinx-alabaster-theme + python3-sphinxcontrib-websupport - multimedia/plugin/libmpdclient/pspec.xml + multimedia/stream/mpd/pspec.xml - libmpdclient + mpd - vala - glib2 + curl + flac + yajl + lame + zlib + dbus + boost + expat + samba + icu4c + avahi + faad2 + libao + shine + libmms + mpg123 + sqlite + openal + ffmpeg + libgme + libmad + libogg + libnfs + libcdio + libopus + libsoxr + libupnp + twolame + wavpack + zziplib + libpcre2 + alsa-lib + libshout + liburing + pipewire + libmpcdec + libgcrypt + audiofile + libid3tag + libmikmod + libvorbis + avahi-libs + fluidsynth + libmodplug + libsndfile + libopenmpt + libmpdclient + libsamplerate + libchromaprint + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit - /usr/lib - /usr/share + /etc + /usr/bin + /usr/share/icons + /usr/share/man /usr/share/doc - - libmpdclient-devel - libmpdclient için geliştirme dosyaları - Pliki naglowkowe do libmpdclient - - libmpdclient - - - /usr/lib/pkgconfig - /usr/include - /usr/share/vala - - - + + 2022-07-29 + 0.23.8 + Version bump. + fury + uglyside@yandex.ru + + + 2022-05-14 + 0.23.7 + Version bump. + fury + uglyside@yandex.ru + + + 2022-04-16 + 0.23.6 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-02 + 0.23.5 + Version bump. + fury + uglyside@yandex.ru + + 2021-11-23 - 2.20 + 0.23.4 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-23 + 0.23.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-17 + 0.23 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-07 + 0.22.11 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-11 + 0.22.9 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-29 + 0.22.8 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-20 + 0.22.7 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-12 + 0.22.6 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-22 + 0.22.4 Version bump. fury uglyside@yandex.ru 2020-12-13 - 2.19 + 0.22.3 First Beta release. fury uglyside@yandex.ru @@ -225576,361 +68998,1735 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - flac - http://flac.sourceforge.net/ + rtmpdump + http://rtmpdump.mplayerhq.hu/ PisiLinux Community admins@pisilinux.org GPLv2 - LGPLv2.1 + LGPLv2 app:console - multimedia.sound - An encoder/decoder for the Free Lossless Audio Codec - Özgür Kayıpsız Ses Kodlaması için kodlayıcı/çözücü araçları - flac is the Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. This package contains tools and libraries to work with and support for files in FLAC format. - flac bir Özgür Kayıpsız Ses Kodlaması'dır. (Free Lossless Audio Codec) FLAC biçemi akan görüntü, arama ve arşivleme ve tipik bir Ses CD'sinde %25-75 sıkıştırmayı destekler. - https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz + library + multimedia.stream + Toolkit for RTMP streams + RTMP yayınları araç takımı + rtmpdump is a tool for dumping media content streamed over RTMP. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps:// . + rtmpdump, RTMP üzerinden yayın yapan ortam içeriklerinin dökümünü yapmak için yazılmış bir araçtır. RTMP yayımının bütün biçimleri desteklenmektedir: rtmp://, rtmpt://, rtmpe://, rtmpte://, ve rtmps:// . + https://sourceforge.net/projects/pisilinux/files/source/rtmpdump-20190330.tar.xz - libogg-devel + openssl-devel + zlib-devel - multimedia/sound/flac/pspec.xml + + rtmpdump-openssl-1.1-v2.patch + rtmpdump-swf_vertification_type_2.patch + rtmpdump-swf_vertification_type_2_part_2.patch + + multimedia/stream/rtmpdump/pspec.xml - flac - An encoder/decoder for the Free Lossless Audio Codec + rtmpdump - libogg + openssl + zlib /usr/bin /usr/lib + /usr/share/doc/rtmpdump /usr/share/man - flac-docs - Documentation files for flac - flac ile ilgili belgeler - flac-docs, flac ile ilgili belgelendirme dosyaları içerir. + rtmpdump-devel + Development files for rtmpdump + rtmpdump için geliştirme dosyaları - flac - - - /usr/share/doc - - - - flac-devel - Development files for flac - flac için geliştirme dosyaları - flac-devel, flac için geliştirme dosyaları içerir. - - libogg-devel - flac + rtmpdump + openssl-devel /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - - - - flac-32bit - 32-bit shared libraries for flac - flac için 32-bit paylaşımlı kitaplıklar - flac-32bit, flac için 32-bit paylaşımlı kitaplıklar içerir. - emul32 - emul32 - - libogg-32bit - - - libogg-32bit - libgcc - flac - - - /usr/lib32 + /usr/lib/pkgconfig + /usr/share/man/man3 - - 2020-01-06 - 1.3.3 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - 2018-08-01 - 1.3.2 - Rebuild. + 2020-01-18 + 20190330 + Version bump Pisi Linux Community admin@pisilinux.org - 2017-02-06 - 1.3.2 - Version Bump + 2018-08-01 + 20150115 + Rebuild Pisi Linux Community admin@pisilinux.org - 2016-06-09 - 1.3.1 - Release Bump + 2017-02-15 + 20150115 + Rebuild Pisi Linux Community admin@pisilinux.org - 2016-05-25 - 1.3.1 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2016-06-09 + 20150115 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2014-12-03 - 1.3.1 + 2015-07-29 + 20150115 First release - Stefan Gronewold(groni) - groni@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - libilbc - https://github.com/TimothyGu/libilbc/ - - Mathias Freire - mathiasfreire45@gmail.com - - BSD - library - multimedia.sound - A friendly copy of the iLBC codec from the WebRTC project - This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591. - https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.bz2 - multimedia/sound/libilbc/pspec.xml - - - libilbc - - /usr/bin - /usr/lib - /usr/share/doc - - - - libilbc-devel - Header files for libilbc. - - libilbc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-12 - 2.0.2 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - openal - https://kcat.strangesoft.net/openal.html + dvdauthor + http://dvdauthor.sourceforge.net/ PisiLinux Community admins@pisilinux.org - LGPLv2 - library - multimedia.sound - Open Audio Library is a vendor-neutral API for interactive spatialized audio - Açık ses kütüphanesi - OpenAL est une API audio 3D multi-plateforme utilisable pour les jeux et beaucoup d'autre types d'application audio. Les objets de base d'OpenAL sont le Listener (auditeur), a Source (source), et le Buffer (tampon). - OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer. - OpenAL, oyun uygulamaları ve diğer birçok audio uygulama tipleriyle kullanılmaya tahsisli bir üç boyutlu audio API(Uygulama Programlama Arayüzü) çapraz platformudur. - https://github.com/kcat/openal-soft/archive/refs/tags/1.22.1.tar.gz + GPLv2 + app:console + multimedia.editor + A simple DVD tool + Basit bir DVD yaratma aracı + dvdauthor is a set of simple tools to help you author a DVD. + dvdauthor DVD oynatıcıya takıldığında sorunsuzca oynatılabilecek bir DVD üretebilen bir uygulamadır. + mirrors://sourceforge/project/dvdauthor/dvdauthor-0.7.2.tar.gz - cmake - zlib-devel - libsndfile-devel - libsdl2-devel - alsa-lib-devel - pulseaudio-libs-devel - qt5-base-devel - jack-audio-connection-kit-devel + libpng-devel + gettext-devel + libxml2-devel + fribidi-devel + freetype-devel + fontconfig-devel + libdvdread-devel + imagemagick-devel + GraphicsMagick-devel - multimedia/sound/openal/pspec.xml + + backport_from_git.patch + + multimedia/editor/dvdauthor/pspec.xml - openal + dvdauthor - libsndfile - libsdl2 - alsa-lib - qt5-base + libpng + fribidi + libxml2 + freetype + fontconfig + libdvdread + GraphicsMagick /usr/bin + /usr/share/doc /usr/lib - /usr/share/doc/openal - /usr/share/openal - - - - openal-devel - Development files for openal - openal için geliştirme dosyaları - - openal - pulseaudio - - - /usr/include - /usr/lib/pkgconfig/openal.pc - /usr/lib32/pkgconfig/openal.pc - - - - openal-32bit - 32-bit shared libraries for openal - openal için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - zlib-32bit - libsdl2-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - openal - zlib-32bit - libsdl2-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - /usr/lib32 + /usr/share/man + /usr/share + + 2022-08-07 + 0.7.2 + Version bump. + fury + uglyside@yandex.ru + + + 2020-03-05 + 0.7.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.7.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-03 + 0.7.1 + Rebuild for new Toolchains. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-07-09 + 0.7.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + pipewire + https://pipewire.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.editor + Server and user space API to deal with multimedia pipelines + Server and user space API to deal with multimedia pipelines + Server and user space API to deal with multimedia pipelines + Server and user space API to deal with multimedia pipelines + https://github.com/PipeWire/pipewire/archive/0.3.56.tar.gz + + git + meson + doxygen + valgrind + sbc-devel + dbus-devel + avahi-devel + avahi-libs + glib2-devel + eudev-devel + libusb-devel + openssl-devel + vulkan-devel + vulkan-headers + ffmpeg-devel + ncurses-devel + libsdl2-devel + readline-devel + alsa-lib-devel + gstreamer-devel + libfdk-aac-devel + libsndfile-devel + libcanberra-devel + bluez-libs-devel + pulseaudio-libs-devel + gst-plugins-base-devel + jack-audio-connection-kit-devel + + multimedia/editor/pipewire/pspec.xml + + + pipewire + + sbc + dbus + glib2 + eudev + vulkan + ffmpeg + libX11 + libusb + openssl + alsa-lib + gstreamer + libXfixes + libfdk-aac + libsndfile + libcanberra + avahi-libs + bluez-libs + pulseaudio-libs + gst-plugins-base + jack-audio-connection-kit + + + /usr/bin + /etc + /lib/udev/rules.d/90-pipewire-alsa.rules + /usr/lib + /usr/share + /usr/share/doc + + + + pipewire-devel + Development files for pipewire + + pipewire + + + /usr/include + /usr/lib/pkgconfig + + + + pipewire-docs + Development files for pipewire + + pipewire + + + /usr/share/doc/pipewire/html + + + + + 2022-08-06 + 0.3.56 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2022-06-24 - 1.22.1 + 2022-07-07 + 0.3.54 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-09-24 - 1.21.1 + 2022-04-19 + 0.3.50 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-01-18 - 1.20.0 - Rebuild + 2022-01-12 + 0.3.43 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-12-04 - 1.20.0 + 2021-12-06 + 0.3.40 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-01-23 - 1.18.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + 2021-09-24 + 0.3.37 + Version bump + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-01 - 1.18.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2021-08-31 + 0.3.34 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-02-18 - 1.17.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2021-05-01 + 0.3.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 1.15.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-01-19 + 0.3.19 + Rebuild + PisiLinux Community + admins@pisilinux.org - 2016-05-27 - 1.15.1 - Release bump - Alihan Öztürk - alihan@pisilinux.org + 2021-01-06 + 0.3.19 + Version bump + PisiLinux Community + admins@pisilinux.org - 2014-05-25 - 1.15.1 + 2020-03-30 + 0.3.2 First release - Alihan Öztürk - alihan@pisilinux.org + PisiLinux Community + admins@pisilinux.org - a52dec - http://liba52.sourceforge.net/ + pipewire-0.2 + https://pipewire.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.editor + Server and user space API to deal with multimedia pipelines, 0.2.x series + Server and user space API to deal with multimedia pipelines, 0.2.x series + https://github.com/PipeWire/pipewire/archive/0.2.7.tar.gz + + meson + doxygen + valgrind-devel + sbc-devel + dbus-devel + glib2-devel + eudev-devel + alsa-lib-devel + + multimedia/editor/pipewire-0.2/pspec.xml + + + pipewire-0.2 + + sbc + dbus + glib2 + eudev + alsa-lib + + + /usr/lib + /usr/share + /usr/share/doc + + + + pipewire-0.2-devel + Development files for pipewire-0.2 + + pipewire-0.2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-03-19 + 0.2.7 + Fix file conflicts + PisiLinux Community + admins@pisilinux.org + + + 2021-01-19 + 0.2.7 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + devedeNG + https://rastersoft.com/programas/devede.html + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:gui + multimedia.editor + Graphical frontend to create video DVDs/(S)VCDs + Video DVD ve SVCD oluşturmak için grafik arayüz + Devede NG is a rewrite of the Devede DVD disc authoring program. This new +code has been written from scratch, and uses Python3 and Gtk3. It is also +cleaner, which will allow to add new features in the future. + DeVeDeng, neredeyse tüm görüntü biçimlerinden, (ev oynatıcıları için uyumlu) video DVD üretebilen bir uygulamadır. + devede + https://gitlab.com/rastersoft/devedeng/-/archive/4.17.0/devedeng-4.17.0.tar.bz2 + + gtk3-devel + ffmpeg-devel + gettext-devel + python3-devel + + multimedia/editor/devedeNG/pspec.xml + + + devedeNG + + gtk3 + ffmpeg + cdrkit + python3 + mplayer + vcdimager + dvdauthor + python3-cairo + python3-urllib3 + python3-setuptools + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man/man1 + + + + + 2022-08-07 + 4.17.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-27 + 4.16.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-03-05 + 4.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-12-03 + 4.12.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libopenshot-audio + https://openshot.org/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + library + multimedia.editor + A free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions. + Yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı. + OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world. + OpenShot Ses Kitaplığı (libopenshot-openshot), dünyaya yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır. + https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v0.2.2.tar.gz + + cmake + zlib-devel + glibc-devel + python3-devel + alsa-lib-devel + freetype-devel + + multimedia/editor/libopenshot-audio/pspec.xml + + + libopenshot-audio + + zlib + libgcc + alsa-lib + + + /usr/bin + /usr/lib/libopenshot-audio.so* + /usr/share/doc + /usr/share/man/man1 + + + + libopenshot-audio-devel + Development files for libopenshot-audio + + libopenshot-audio + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-05 + 0.2.2 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-12-07 + 0.2.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + picard + http://musicbrainz.org/doc/MusicBrainz_Picard + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv2 + app:gui + multimedia.editor + MusicBrainz Picard is the official MusicBrainz tagger. + MusicBrainz Picard is a cross-platform (Linux/MacMusicBrainz Picard resmi MusicBrainz etiketleyicisidir. + Picard supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support. Additionally, there are several plugins available that extend Picard's features. + Picard, ses dosyası formatlarının çoğunu destekler, ses parmak izlerini (AcoustID'ler) kullanabilir, CD aramaları ve disk kimliği gönderimleri gerçekleştirebilir ve mükemmel Unicode desteğine sahiptir. Ek olarak, Picard'ın özelliklerini genişleten birkaç eklenti vardır. + http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.3.2.tar.gz + + bzip2 + python3-devel + python3-mutagen + libdiscid-devel + python3-setuptools + musicbrainz5-devel + python3-qt5-devel + + multimedia/editor/picard/pspec.xml + + + picard + + bzip2 + libdiscid + python3-qt5 + musicbrainz5 + python-discid + libchromaprint + python3-mutagen + + + /usr/bin + /usr/lib + /usr/share/icons/highcolor + /usr/share/applications + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2020-05-11 + 2.3.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + blender + https://www.blender.org/ PisiLinux Community admins@pisilinux.org GPLv2 - library - multimedia.sound - DVD ATSC A/52 streams decoder library - DVD'de kullanılan ATSC A/52 akımını çözen kütüphane - liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3. - liba52 ATSC A/52 yayınlarının kodlarını çözen ücretsiz bir kütüphanedir. A/52 standart dijital televizyon ve DVD programlarını da içeren çeşitli uygulamalar tarafından kullanılmaktadır. - http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz + app:gui + multimedia.editor + 3D modeling, animation, rendering and post-production application + 3D animasyon sistemi + blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback. + Blender 3B modelleme ve animasyon yapmaya yarayan açık kaynak bir yazılımdır. + blender + http://download.blender.org/source/blender-3.0.1.tar.xz - glibc-devel - djbfft-devel + git + cmake + llvm + potrace + gmp-devel + openxr-devel + ffmpeg-devel + fftw3-devel + boost-devel + freetype-devel + glew-devel + icu4c-devel + imath-devel + jack-audio-connection-kit-devel + libdc1394-devel + libgomp + libjpeg-turbo-devel + libpng-devel + libsdl-devel + libsdl2-devel + libsndfile-devel + libspnav-devel + libX11-devel + libXi-devel + libXxf86vm-devel + mesa-devel + libglvnd-devel + mesa-glu-devel + openal-devel + openexr-devel + openjpeg-devel + python3-devel + tiff-devel + openimageio-devel + webp-devel + zlib-devel + python3-requests + python3-numpy + intel-tbb-devel + OpenCOLLADA-devel + opencolorio-devel + python3-idna + python3-setuptools + jemalloc-devel + zstd-devel - a52dec-0.7.4-build.patch - use-djbfft.patch - constant.patch + blender-openexr.patch + blender-3.0.0-intern-ghost-fix-typo-in-finding-XF86VMODE.patch - multimedia/sound/a52dec/pspec.xml + multimedia/editor/blender/pspec.xml - a52dec + blender - djbfft + gmp + zstd + boost + openxr + pugixml + potrace + libsdl2 + ffmpeg + fftw3 + freetype + libglvnd + intel-tbb + libXfixes + openjpeg2 + libXrender + glew + imath + jack-audio-connection-kit + libgcc + libdc1394 + libgomp + libjpeg-turbo + libpng + libsdl + libsndfile + libspnav + libX11 + libXi + libXxf86vm + mesa + mesa-glu + openal + openexr-libs + openjpeg + python3 + tiff + openimageio + zlib + intel-tbb + OpenCOLLADA + opencolorio + jemalloc + + /usr/bin + /usr/lib/python3.9/ + /usr/share/blender/ + /usr/share/doc + /usr/share/pixmaps/ + /usr/share/man/man1 + /usr/share/icons + /usr/share/applications + /usr/share/mime + /usr/share/locale + + + blender.xml + blender-wrapper + blender.desktop + + + + + 2022-05-23 + 3.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 3.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-19 + 2.93.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.93.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-21 + 2.92.0 + Rebuild boost. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-30 + 2.92.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-11 + 2.92.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-20 + 2.91.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-19 + 2.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-04 + 2.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-25 + 2.82 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-11 + 2.81 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-01 + 2.79 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-11 + 2.79 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-27 + 2.79 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-24 + 2.79 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-14 + 2.79 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2017-05-28 + 2.78c + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2017-03-17 + 2.78 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-15 + 2.75a + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-15 + 2.75a + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 2.75a + First release + Ali Algul + alialgul@pisilinux.org + + + + + + openshot + http://www.openshotvideo.com + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:gui + multimedia.editor + An award-winning free and open-source video editor. + Ödüllü, ücretsiz ve açık kaynaklı bir video düzenleyici. + OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world. + OpenShot Video Editor, ödüllü ücretsiz ve açık kaynaklı bir video düzenleyicidir ve kendini dünyaya yüksek kaliteli video düzenleme ve animasyon çözümleri sunmaya adamıştır. + openshot + https://github.com/OpenShot/openshot-qt/archive/refs/tags/v2.6.1.tar.gz + + cmake + faac-devel + ffmpeg-devel + python3-devel + python3-pyzmq + qt5-base-devel + python-gtk-devel + libopenshot-devel + python3-requests + python3-qt5-devel + python3-setuptools + libopenshot-audio-devel + python3-importlib_metadata + + + video_widget.patch + openshot-2.6.1-no_metric_default.patch + + multimedia/editor/openshot/pspec.xml + + + openshot + + faac + ffmpeg + python3 + qt5-base + python-gtk + python-mlt + libopenshot + python3-qt5 + python3-pyzmq + libopenshot-audio + python3-importlib_metadata + + + /usr/bin + /usr/lib + /usr/lib/python2.7/site-packages/openshot/locale + /usr/share/applications + /usr/share/mime + /usr/share/pixmaps + /usr/share/man + /usr/share/doc + /usr/share/icons + /usr/share/metainfo + + + + + 2022-07-05 + 2.6.1 + Rebuild for imagemagick + Kamil Atlı + suvari@pisilinux.org + + + 2021-12-07 + 2.6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + puddletag + https://docs.puddletag.net/ + + Pisilinux Community + admins@pisilinux.org + + GPL-3 + app:gui + multimedia.editor + Puddletag is an audio tag editor (primarily created) for GNU/Linux. + Linux üzerinde mp3 etiketlerini düzenlemenizi sağlayan bir araç + Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv). + Puddletag programı, kolay görünümü sayesinde mp3 etiketlerinde rahatça değişiklik yapabilmenizi sağlar. ID3v1, ID3v2, mp4, ogg, flac,mps, ape, wv formatlarını destekler. + https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.2.0.tar.gz + + python3-qt5 + python3-devel + python3-setuptools + + multimedia/editor/puddletag/pspec.xml + + + puddletag + + python3-qt5 + python3-lxml + libchromaprint + python3-mutagen + python3-configobj + python3-pyparsing + python3-Levenshtein + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-07-10 + 2.2.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-02-05 + 2.1.1 + Minor ver. bump + fury + uglyside@yandex.ru + + + 2022-02-04 + 2.1.0 + First release + fury + uglyside@yandex.ru + + + + + + ogre-next + https://github.com/OGRECave/ogre-next + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2 + library + multimedia.editor + Scene-oriented, flexible 3D engine written in C++ + C++ ile yazılmış, sahne odaklı, esnek 3B motor + Ogre-Next is a 3D graphics rendering engine. Not to be confused with a game engine which provides Networking, Sound, Physics, etc. + Ogre-Next, bir 3D grafik işleme motorudur. Ağ, Ses, Fizik vb. Sağlayan bir oyun motoruyla karıştırılmamalıdır. + https://github.com/OGRECave/ogre-next/archive/refs/tags/v2.3.0.tar.gz + + git + cmake + ninja + doxygen + mesa-devel + zlib-devel + boost-devel + libXt-devel + vulkan-devel + openvr-devel + libX11-devel + dejavu-fonts + libXaw-devel + cppunit-devel + libsdl2-devel + zziplib-devel + openssl-devel + tinyxml-devel + python3-devel + libglvnd-devel + mesa-glu-devel + graphviz-devel + freetype-devel + rapidjson-devel + libXrandr-devel + FreeImage-devel + + multimedia/editor/ogre-next/pspec.xml + + + ogre-next + + zlib + mesa + libXt + libgcc + openvr + libX11 + libXaw + openssl + tinyxml + doxygen + cppunit + libsdl2 + zziplib + freetype + graphviz + mesa-glu + libglvnd + FreeImage + rapidjson + libXrandr + dejavu-fonts + + + /usr/bin + /usr/lib/OGRE + /usr/lib/libOgreHlmsPbs.so* + /usr/lib/libOgreMeshLodGenerator.so* + /usr/lib/libOgreOverlay.so* + /usr/lib/libOgreSceneFormat.so* + /usr/lib/libOgreMain.so* + /usr/lib/libOgreHlmsUnlit.so* + /usr/share/OGRE + /usr/share/doc + + + + ogre-next-devel + Development files for ogre-next + + ogre-next + + + /usr/include + /usr/lib/OGRE/cmake + /usr/lib/pkgconfig + + + + + 2022-04-30 + 2.3.0 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + vapoursynth + https://vapoursynth.com/doc/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + app:console + multimedia.editor + A video processing framework with simplicity in mind. + VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created. + https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R57.tar.gz + + nasm + cython3 + python3-devel + libzimg-devel + python3-sphinx + + multimedia/editor/vapoursynth/pspec.xml + + + vapoursynth + + ffmpeg + python3 + libzimg + + + /usr/bin + /usr/lib + /usr/lib/python3.9/site-packages/ + /usr/share/man + + + + vapoursynth-doc + + /usr/share/vapoursynth/html + + + + vapoursynth-devel + + vapoursynth + libzimg-devel + python3-devel + + + /usr/lib/pkgconfig + /usr/include/vapoursynth + + + + + 2021-12-11 + 57 + First build + fury + uglyside@yandex.ru + + + + + + libopenshot + https://openshot.org/ + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + multimedia.editor + A free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world. + Dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı. + OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world. + OpenShot Video Kitaplığı (libopenshot), dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır. + libopenshot + https://github.com/OpenShot/libopenshot/archive/refs/tags/v0.2.7.tar.gz + + swig + cmake + catch2 + libgcc + doxygen + x264-devel + ruby-devel + glibc-devel + ffmpeg-devel + zeromq-devel + openmp-devel + opencv-devel + python3-pyzmq + python3-devel + qt5-svg-devel + jsoncpp-devel + qt5-base-devel + protobuf-devel + alsa-lib-devel + python3-qt5-devel + libopenshot-audio-devel + imagemagick-devel + qt5-multimedia-devel + + multimedia/editor/libopenshot/pspec.xml + + + libopenshot + + ffmpeg + libgcc + zeromq + opencv + jsoncpp + libgomp + python3 + protobuf + qt5-base + imagemagick + libopenshot-audio + + + /usr/lib/python3.9/site-packages + /usr/lib/libopenshot_protobuf.so* + /usr/lib/libopenshot.so* + /usr/share/doc + + + + libopenshot-devel + Development files for libopenshot + + libopenshot + + + /usr/include + + + + + 2022-07-05 + 0.2.7 + Rebuild for imagemagick + Kamil Atlı + suvari@pisilinux.org + + + 2021-12-09 + 0.2.7 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + ktageditor + https://sourceforge.net/projects/ktageditor/ + + Stefan Gronewold + groni@pisilinux.org + + LGPL + multimedia.editor + KTag Editor is an Audio tag editor developed in Qt5 framework. + KTag Editor is a free open source ID3v tag editor developed in Qt5 framework. Supported files are mp3, wav, ogg, wma, flac, asf + https://sourceforge.net/projects/ktageditor/files/Source/0.2.0/ktageditor.zip + + qt5-base-devel + qt5-phonon-devel + taglib-devel + qt5-phonon-backend-gstreamer + + multimedia/editor/ktageditor/pspec.xml + + + ktageditor + KTag Editor is an Audio tag editor developed in Qt5 framework. + + qt5-base + qt5-phonon + qt5-phonon-backend-gstreamer + libgcc + taglib + + + /usr/bin + /usr/share + + + + + 2020-03-05 + 0.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-21 + 0.2.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + gaupol + https://otsaloma.io/gaupol/ + + PisiLinux Community + admins@pisilinux.org + + GPL-3 + app:gui + multimedia.editor + Editor for text-based subtitle files. + Metin yazı biçimli altyazıları düzenleme aracı + Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video. + Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar. + https://github.com/otsaloma/gaupol/archive/refs/tags/1.11.tar.gz + + gtk3-devel + python3-devel + python3-setuptools + python3-pygobject3-devel + + multimedia/editor/gaupol/pspec.xml + + + gaupol + + gtk3 + python3 + iso-codes + gst-libav + mpv-player + python3-cairo + python3-chardet + gst-plugins-bad + gst-plugins-base + gst-plugins-ugly + gst-plugins-good + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-05-14 + 1.11 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-04 + 1.10.1 + First build. + fury + uglyside@yandex.ru + + + + + + tageditor + https://github.com/Martchus/tageditor + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + multimedia.editor + A tag editor with Qt GUI and command-line interface. + A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska. + https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.3.tar.gz + + cmake + qt5-linguist + cppunit-devel + qt5-base-devel + tagparser-devel + qtutilities-devel + cpp-utilities-devel + qt5-multimedia-devel + + multimedia/editor/tageditor/pspec.xml + + + tageditor + + libgcc + qt5-base + tagparser + qtutilities + cpp-utilities + qt5-declarative + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-10 + 3.7.3 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 3.7.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 3.6.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-04 + 3.5.0 + First build. + fury + uglyside@yandex.ru + + + + + + id3lib + http://id3lib.sourceforge.net/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv1 + driver + multimedia.editor + ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık + ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık + ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık + ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık + https://sourceforge.net/projects/id3lib/files/id3lib/3.8.3/id3lib-3.8.3.tar.gz + + zlib-devel + libgcc + + + 00-add-libz-to-compilation.patch + 05-create-m4-directory.patch + 10-fix-compilation-with-cpp-headers.patch + 15-fix-headers-of-main-functions.patch + 20-create-manpages.patch + 30-fix-utf16.patch + 40-deal-with-mkstemp.patch + 50-remove-outdated-check.patch + 60-add-c-wrapper-functions.patch + 60-fix_make_check.patch + 60-id3lib-missing-nullpointer-check.patch + 60-spelling.patch + 61-fix_vbr_stack_smash.patch + + multimedia/editor/id3lib/pspec.xml + + + id3lib + + zlib + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + id3lib-devel + Development files for id3lib + + id3lib + + + /usr/include + + + + + 2020-03-05 + 3.8.3 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 3.8.3 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-17 + 3.8.3 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + easytag + https://wiki.gnome.org/Apps/EasyTAG + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.editor + Audio File Tag Viewer/Editor + Ses Dosyaları Etiketlerini Görüntüleme/Düzenleme Yazılımı + EasyTAG is a utility for viewing and editing id tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files. + EasyTAG MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, Musepack ve Monkey's Audio ses dosyalarının id etiketlerinin görüntülenebileceği ve düzenlenebileceği bir yazılımdır. + easytag + https://download.gnome.org/sources/easytag/2.4/easytag-2.4.3.tar.xz + + itstool + intltool + gtk3-devel + flac-devel + speex-devel + pango-devel + docbook-xml + docbook-xsl + taglib-devel + libogg-devel + id3lib-devel + wavpack-devel + libxslt-devel + libopus-devel + python3-devel + opusfile-devel + libid3tag-devel + libvorbis-devel + gdk-pixbuf-devel + desktop-file-utils + appstream-glib-devel + + + ru_translation.patch + basque_translation.patch + slovenian_translation.patch + + multimedia/editor/easytag/pspec.xml + + + easytag + + flac + gtk3 + glib2 + speex + id3lib + libgcc + libogg + taglib + libopus + wavpack + opusfile + libid3tag + libvorbis + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-12-04 + 2.4.3 + First release. + fury + uglyside@yandex.ru + + + + + + wavpack + https://www.wavpack.com/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + multimedia.sound + WavPack audio compression tools + WavPack ses sıkıştırma araçları. + WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. + WavPack, kayıpsız veya yüksek kaliteli kayıplı ve eşşsiz karışık sıkıştırma kipi sunan açık ses sıkıştırma biçimidir. + WavPack es un formato de compresión open audio con modos de compresión sin pérdida, de alta calidad con pérdida, y un modo híbrido. + https://www.wavpack.com/wavpack-5.4.0.tar.xz + multimedia/sound/wavpack/pspec.xml + + + wavpack /usr/bin /usr/lib @@ -225939,51 +70735,298 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - a52dec-devel - Development files for a52dec - a52dec için geliştirme dosyaları + wavpack-devel - a52dec + wavpack /usr/include + /usr/lib/pkgconfig + + 2021-12-04 + 5.4.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + - 2020-01-19 - 0.7.4 - Rebuild + 2020-01-18 + 5.1.0 + Rebuild. Pisi Linux Community admin@pisilinux.org - 2018-07-31 - 0.7.4 - Rebuild + 2018-08-03 + 5.1.0 + Version Bump. Pisi Linux Community admin@pisilinux.org - 2017-02-12 - 0.7.4 - Rebuild + 2017-02-17 + 5.1.0 + Version Bump. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.7.4 + 4.75.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-20 - 0.7.4 + 2015-08-20 + 4.75.0 First release - Serdar Soytetir - kaptan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + liboggz + https://www.xiph.org/oggz/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + app::console + library + multimedia.sound + La librairie pour fichiers au format média Oggz. + A simple programming interface for reading and writing Ogg files and streams. + Oggz dosya biçimi kütüphanesi + liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation. + liboggz, Oggz biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Oggz biçimli dosya oluşturmak için hem de Oggz dosyalarından paket ayıklamak için kullanılabilir. + http://downloads.xiph.org/releases/liboggz/liboggz-1.1.1.tar.gz + + libogg-devel + + multimedia/sound/liboggz/pspec.xml + + + liboggz + A simple programming interface for reading and writing Ogg files and streams. + + libogg + + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/lib + /usr/share + + + + liboggz-devel + Development files for libfishsound + liboggz için geliştirme dosyaları + liboggz-devel, liboggz için geliştirme dosyaları içerir + + liboggz + libogg-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-01-02 + 1.1.1 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + ncmpcpp + https://rybczak.net/ncmpcpp/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.sound + NCurses Music Player Client (Plus Plus). + Ncurses tabanlı MPD istemcisi + ncmpcpp – featureful ncurses based MPD client inspired by ncmpc. + Ncmpcpp; etiket düzenleyici, çalma listesi düzenleyici, şarkı sözü desteği vb. özellikleri olan bir MPD istemcisidir. + https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2 + + ccache + curl-devel + fftw3-devel + icu4c-devel + boost-devel + taglib-devel + ncurses-devel + readline-devel + libmpdclient-devel + + multimedia/sound/ncmpcpp/pspec.xml + + + ncmpcpp + + mpd + curl + boost + fftw3 + icu4c + libgcc + taglib + ncurses + readline + libmpdclient + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2021-11-04 + 0.9.2 + Version bump + fury + uglyside@yandex.ru + + + 2020-12-23 + 0.9.1 + Version bump + fury + uglyside@yandex.ru + + + 2020-12-20 + 0.9 + Version bump + fury + uglyside@yandex.ru + + + 2020-12-13 + 0.8.2 + 0.9 release coming soon. + fury + uglyside@yandex.ru + + + + + + portaudio + http://www.portaudio.com + + PisiLinux Community + admins@pisilinux.org + + as-is + library + multimedia.sound + Portable audio library + Ses kütüphanesi + Une API audio multi-plateforme libre. + PortAudio is a free, cross platform, open-source, audio I/O library. + Birden çok platformda kullanılabilinen açıkkodlu ses kütüphanesi + http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz + + alsa-lib-devel + jack-audio-connection-kit-devel + + multimedia/sound/portaudio/pspec.xml + + + portaudio + + libgcc + alsa-lib + jack-audio-connection-kit + + + /usr/lib + /usr/share/doc + + + + portaudio-devel + Development files for portaudio + portaudio için geliştirme dosyaları + + portaudio + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/portaudio/html + + + + + 2021-07-21 + 190700.20210406 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-03-22 + 190600.20161030 + Rebuild with cxx. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-12 + 190600.20161030 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 190600.20161030 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 190600.20161030 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 19.20140130 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-21 + 19.20140130 + First release + Alihan Öztürk + alihan@pisilinux.org @@ -226192,451 +71235,87 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - ario - http://ario-player.sourceforge.net/ + knowthelist + https://github.com/knowthelist/knowthelist/wiki - Pisilinux Community - admins@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - GPLv2 + LGPLv3 app:gui multimedia.sound - Ario is a GTK+ client for MPD. - ario - A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster. - mirrors://sourceforge/ario-player/1.6/ario-1.6.tar.gz + Knowthelist the awesome party music player + Knowthelist the awesome party music player + Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB) + Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB) + knowthelist + https://github.com/knowthelist/knowthelist/archive/v2.3.1.tar.gz - avahi - python3 - intltool - atk-devel - curl-devel - gtk3-devel - avahi-libs - cairo-devel - pango-devel - taglib-devel - gnutls-devel - libxml2-devel - libsoup-devel - gettext-devel - dbus-glib-devel - libunique-devel - libnotify-devel - libgcrypt-devel - avahi-glib-devel - fontconfig-devel - gdk-pixbuf-devel - libmpdclient-devel - - - fix_window_size_if_tags_are_too_long.patch - - multimedia/sound/ario/pspec.xml - - - ario - - atk - gtk3 - curl - avahi - cairo - pango - taglib - gnutls - libxml2 - libsoup - dbus-glib - libnotify - libunique - avahi-libs - fontconfig - gdk-pixbuf - avahi-glib - libmpdclient - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc/ario - - - System.PackageHandler - - - - - 2020-12-13 - 1.6 - First Beta build. - fury - uglyside@yandex.ru - - - - - - audacious - https://audacious-media-player.org - - PisiLinux Community - admins@pisilinux.org - - GPL-3 - app:gui - multimedia.sound - an advanced audio player - Açık kaynak kodlu bir müzikçalar - Audacious es un reproductor de audio disponible como software libre - Zaawansowany odtwarzacz muzyczny - Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists.Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more. - Audacious ile dilerseniz bilgisayarınızdan ya da diğer kaynaklardan, sürükle-bırak yöntemiyle,müzik dosyalarınızı çalabilrsiniz. - Sanatçı ve albüm müzik kütüphanesi için arama yapabilir veya kendi özel çalma listelerinizi oluşturup ve düzenleyebilirsiniz. - CD ya da internet üzerinden canlı müzik dinleyeblir, GTK temalı arayüzlü bu uygulamayla , modern bir müzikçaların keyfini çıkarabilirsiniz. - Dilerseniz Winamp klasik arayüzleri ile görüntüsünü değiştirebilirsiniz. - Audacious ile birlikte eklentilerini ve daha fazlasını,örneğin sabahları bir alarm kurmak için kullanabilirsiniz. - Con Audacious puede escuchar música desde su ordenador o desde otras fuentes, si lo desea, puede arrastrar y soltar los archivos de música. Puede buscar por artista y álbum, disponer de biblioteca de música o crear sus propias listas de reproducción y editarlas. También puede cambiar la apariencia de la interfaz al modo de Winamp clásico. - Audacious to zaawansowany i bardzo wydajny odtwarzacz audio. Program obsługuje najpopularniejsze formaty dźwiękowe a w razie potrzeby listę formatów można poszerzyć dzięki licznym wtyczkom. - https://distfiles.audacious-media-player.org/audacious-4.2.tar.bz2 - - meson - cmake - gtk2-devel - glib2-devel - pango-devel - qt5-linguist - python3-devel qt5-base-devel - gdk-pixbuf-devel - libarchive-devel + qt5-xmlpatterns-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-linguist + glib2-devel + alsa-lib-devel + taglib-devel + gstreamer-devel + gst-plugins-bad-devel + gst-plugins-base-devel - multimedia/sound/audacious/pspec.xml + multimedia/sound/knowthelist/pspec.xml - audacious + knowthelist - gtk2 - glib2 - cairo - pango - libgcc qt5-base - gdk-pixbuf - libarchive + gstreamer + taglib + alsa-lib + glib2 + libgcc - /usr/share/doc /usr/bin /usr/share - /usr/lib - /usr/share/locale - - - - audacious-devel - - audacious - - - /usr/lib/pkgconfig - /usr/include + /usr/share/applications + /usr/share/icons + /usr/share/doc - - 2022-08-07 - 4.2 - Version bump. - fury - uglyside@yandex.ru - - - 2022-01-18 - 4.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-03-07 - 3.10 - Rebuild - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2018-12-06 - 3.10 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - audacity - https://www.audacityteam.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.sound - Multi-track audio editor and recorder - Özgür ses düzenleyici ve kaydedici - Grabador y editor de audio de código libre - With Audacity, you can cut, copy, splice or mix sounds together; change the speed or pitch of a recording and much more. Editing is very fast and provides unlimited undo/redo. There are digital effects and spectrum analysis tools. Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU.. - Audacity ses dosyalarını kaydetmek ve düzenlemek için özgür, açık kodlu bir yazılımdır. - Audacity es un editor de grabación y edición de sonido libre, de código abierto y multiplataforma. - audacity - https://github.com/audacity/audacity/archive/Audacity-3.1.3.tar.gz - - git - cmake - wxGTK3 - lv2-devel - suil-devel - flac-devel - gtk3-devel - gtk2-devel - lame-devel - expat-devel - glib2-devel - sqlite-devel - wxGTK-devel - wxBase-devel - ffmpeg-devel - libmad-devel - libogg-devel - taglib-devel - twolame-devel - libsoxr-devel - alsa-lib-devel - portmidi-devel - libid3tag-devel - libvorbis-devel - libsndfile-devel - soundtouch-devel - gdk-pixbuf-devel - desktop-file-utils - libsamplerate-devel - vamp-plugin-sdk-devel - jack-audio-connection-kit-devel - lv2-devel - portaudio-devel - - - 342c4b588f2f069a2df2157ac166237a54277b3a.patch - efc11c4ac50ac51cd71d4dcfa84e63b11000c3f5.patch - - multimedia/sound/audacity/pspec.xml - - - audacity - Multi-track audio editor and recorder - - lv2 - flac - gtk2 - gtk3 - expat - glib2 - sqlite - ffmpeg - libogg - libmad - libgcc - wxBase - wxGTK3 - libX11 - twolame - libsoxr - alsa-lib - portmidi - libid3tag - libvorbis - portaudio - libsndfile - soundtouch - gdk-pixbuf - soundtouch - wxGTK-common - libsamplerate - vamp-plugin-sdk - jack-audio-connection-kit - lame - - - /usr/share/man - /usr/bin - /usr/lib - /usr/share/mime - /usr/share/icons - /usr/share/pixmaps - /usr/share/appdata - /usr/share/audacity - /usr/share/doc/audacity - /usr/share/locale - /usr/share/applications - /usr/share/metainfo/audacity.appdata.xml - - - - - 2022-07-28 - 3.1.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-21 - 2.4.1 + + 2020-03-08 + 2.3.0 Rebuild. Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-05-21 - 2.4.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-21 - 2.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + muscnsl@gmail.com - 2020-01-30 - 2.3.3 + 2019-04-27 + 2.3.0 Version bump. Mustafa Cinasal - muscnsl@pisilinux.org + muscnsl@gmail.com - 2019-03-13 - 2.3.1 - Version bump. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-04-28 - 2.2.2 - Rebuild ffmpeg. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-04-04 - 2.2.2 - First release for Pisi Linux 2.0. - Stefan Gronewold - groni@pisilinux.org - - - - - - audex - https://github.com/KDE/audex - - Stefan Gronewold - groni@pisilinux.org - - GPLv3 - app:gui - multimedia.sound - Audex is an audio grabber tool for CD-ROM drives for the KDE desktop environment. - Audex creates profiles for LAME, Ogg Vorbis (oggenc), FLAC, MP4/M4A/AAC (faac) and RIFF WAVE. Please install your favorite encoder. For WAVE no external encoder is needed. Beyond you can define custom profile, which means, that Audex works together with commmand line encoders in general. - https://github.com/groni/Sources/raw/master/audex-master.zip - - cdparanoia-devel - glibc-devel - gettext-devel - extra-cmake-modules - kconfig-devel - kcompletion-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kcmutils-devel - kio-devel - solid-devel - ktextwidgets-devel - kwidgetsaddons-devel - kxmlgui-devel - qt5-base-devel - qt5-x11extras-devel - qt5-script-devel - python - libkcddb - qt5-assistant-devel - qt5-designer-devel - qt5-linguist - qt5-qdbusviewer - - multimedia/sound/audex/pspec.xml - - - audex - - kio - ki18n - solid - libgcc - kconfig - kxmlgui - kcmutils - kservice - libkcddb - qt5-base - cdparanoia - qt5-script - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - qt5-x11extras - kconfigwidgets - kwidgetsaddons - lame - flac - faac - vorbis-tools - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2020-03-08 - 0.95 - Rebuild New T. + 2017-04-29 + 2.3.0 + Rebuild with new toolchain Mustafa Cinasal muscnsl@gmail.com - 2018-09-01 - 0.95 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2016-06-09 + 2.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2018-04-14 - 0.95 + 2015-11-11 + 2.3.0 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -226645,131 +71324,1321 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - audiofile - http://www.68k.org/~michael/audiofile/ + libreplaygain + https://www.musepack.net/ + + Pisilinux Community + admins@pisilinux.org + + LGPL + library + multimedia.sound + replaygain library. + musepack replaygain library. + https://files.musepack.net/source/libreplaygain_r475.tar.gz + multimedia/sound/libreplaygain/pspec.xml + + + libreplaygain + + /usr/lib + + + + libreplaygain-devel + Development files for libreplaygain + + libreplaygain + + + /usr/include + + + + + 2020-09-17 + 8 + First build. + Pisilinux Community + admins@pisilinux.org + + + + + + hydrogen + http://www.hydrogen-music.org/ PisiLinux Community admins@pisilinux.org GPLv2 - app:console - library + app:gui multimedia.sound - An elegant API for accessing audio files - Ses dosyalarına erişim için zarif bir UPA - audiofile provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. - audiofile; AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX ve NIST SPHERE gibi çeşitli ses dosyası biçimlerine erişim için düzenli ve gelişmiş bir uygulama programlama arayüzü sağlar. - http://audiofile.68k.org/audiofile-0.3.6.tar.gz + Advanced drum machine for GNU/Linux + GNU/Linux için gelişmiş bir davul yazılımı + Hydrogen is an advanced drum machine for GNU/Linux. It's main goal is to bring professional yet simple and intuitive pattern-based drum programming. + https://github.com/hydrogen-music/hydrogen/releases/download/1.1.0/hydrogen-1.1.0.tar.gz - alsa-lib-devel + cmake flac-devel + lash-devel + zlib-devel + libtar-devel + qt5-linguist + liblrdf-devel + qt5-base-devel + portmidi-devel + alsa-lib-devel + audiofile-devel + portaudio-devel + ladspa-sdk-devel + libsndfile-devel + qt5-xmlpatterns-devel + jack-audio-connection-kit-devel - - 01_gcc6.patch - 03_CVE-2015-7747.patch - 04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch - 05_Always-check-the-number-of-coefficients.patch - 06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch - 07_Check-for-multiplication-overflow-in-sfconvert.patch - 08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch - 09_Actually-fail-when-error-occurs-in-parseFormat.patch - 10_Check-for-division-by-zero-in-BlockCodec-runPull.patch - - multimedia/sound/audiofile/pspec.xml + multimedia/sound/hydrogen/pspec.xml - audiofile + hydrogen - alsa-lib - flac + zlib + libtar libgcc + liblrdf + alsa-lib + qt5-base + libsndfile + qt5-xmlpatterns + jack-audio-connection-kit + + + /usr/bin + /usr/lib/libhydrogen-core-1.1.0.so + /usr/share/hydrogen/data + /usr/share/hydrogen + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/man + /usr/share/appdata + + + + hydrogen-devel + hydrogen için geliştirme dosyaları + + hydrogen + + + /usr/include/hydrogen + + + + + 2021-12-01 + 1.1.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + mocp + http://moc.daper.net/ + + fury + uglyside@yandex.ru + + GPL-2 + app:console + multimedia.sound + Music On Console Player. + MOC (music on console) is a console audio player for Linux/Unix designed to be powerful and easy to use. + https://codeload.github.com/jonsafari/mocp/zip/638e6b8bd14497c65c2af2ca9bf90d55d5d5f817 + + intltool + db-devel + popt-devel + curl-devel + flac-devel + icu4c-devel + faad2-devel + speex-devel + ffmpeg-devel + libmad-devel + taglib-devel + gettext-devel + wavpack-devel + ncurses-devel + alsa-lib-devel + libvorbis-devel + libid3tag-devel + libmpcdec-devel + libsndfile-devel + libmodplug-devel + libsamplerate-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel + + + pulseaudio.patch + + multimedia/sound/mocp/pspec.xml + + + mocp + + db + curl + file + flac + popt + zlib + faad2 + speex + ffmpeg + libmad + libogg + taglib + ncurses + wavpack + alsa-lib + libid3tag + libmpcdec + libvorbis + libmodplug + libsndfile + libtool-ltdl + libsamplerate + pulseaudio-libs + jack-audio-connection-kit /usr/bin /usr/lib + /usr/share + /usr/share/man/man1 /usr/share/doc - /usr/share/man - - - - audiofile-devel - Development files for audiofile - audiofile için geliştirme dosyaları - - audiofile - - - /usr/bin/audiofile-config - /usr/include - /usr/share/aclocal - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - audiofile-32bit - 32-bit shared libraries for audiofile - audiofile için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - alsa-lib-32bit - flac-32bit - - - alsa-lib-32bit - flac-32bit - audiofile - - - /usr/lib32 + + 2021-10-13 + 2.6.0 + First build + fury + uglyside@yandex.ru + + + + + + normalize + http://normalize.nongnu.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + multimedia.sound + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz + + intltool + libmad-devel + vorbis-tools + lame-devel + flac-devel + mpg123-devel + audiofile-devel + bash-completion + + + mageia/compressed-wav-files.dpatch + mageia/fix-flac.dpatch + mageia/normalize-0.7.7-audiofile-pkgconfig.patch + mageia/normalize-0.7.7-automake-1.13.patch + mageia/normalize-0.7.7-m4.patch + mageia/normalize-0.7.7-mdv-fix-local-config.patch + + multimedia/sound/normalize/pspec.xml + + + normalize + + libmad + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-03-08 + 0.7.7 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2018-12-17 + 0.7.7 + First release k3b. + PisiLinux Community + admins@pisilinux.org + + + + + + speech-dispatcher + https://freebsoft.org/speechd + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + GPLv2 + service + app:console + library + multimedia.sound.speech-dispatcher + speech dispatcher: common interface to speech synthesis + Konuşma sentezi ortak arayüzü + Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech). + Speech Dispatcher, seslendirme yapılmak istenen veya konuşma sentezi yapan uygulamalar için ortak ve kolay kullanımlı bir arayüz sunan, cihaz-bağımsız bir katmandır. + https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz + + glib2-devel + libsndfile-devel + dotconf-devel + espeak-devel + python3-devel + intltool + gettext-devel + texinfo + help2man + pkgconfig + libtool-ltdl + libao-devel + espeak-ng-devel + alsa-lib-devel + pulseaudio-libs-devel + + + 0001-Remove-pyxdg-dependency.patch + + multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml + + + speech-dispatcher + + glib2 + libao + espeak + dotconf + alsa-lib + espeak-ng + libsndfile + libtool-ltdl + pulseaudio-libs + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/libexec/speech-dispatcher-modules + /etc/speech-dispatcher + /var/log/speech-dispatcher + /usr/share/speech-dispatcher + + + + python3-speech-dispatcher + Python3 bindings for speech-dispatcher + + speech-dispatcher + python3 + + + /usr/lib/python3.* + + + python-speech-dispatcher + + + + speech-dispatcher-devel + Development headers for speech-dispatcher + speech-dispatcher için geliştirme başlıkları + + glib2-devel + espeak-ng-devel + speech-dispatcher + + + /usr/include + /usr/lib/pkgconfig/ + + + + + 2021-12-13 + 0.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 0.10.2 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-21 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 0.9.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 0.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-01-17 - 0.3.6 - Rebuild + 2019-03-25 + 0.9.0 + Version bump Pisi Linux Community admin@pisilinux.org - 2018-12-16 - 0.3.6 + 2018-09-21 + 0.8.6 Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-19 + 0.8.6 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-12-30 + 0.8.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.8.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 0.8.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + qmmp + http://qmmp.ylsoftware.com + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + multimedia.sound + An audio-player, written with Qt5 library + Qt tabanlı müzik oynatıcı + Qmmp is an audio-player, written with Qt5 library. It's similar to Winamp or Xmms. Also supports Xmms and Winamp skins. qmmp-skins package in Contrib repository is recommended, too. + Qmmp Qt tabanlı bir müzik oynatıcısıdır. Xmms ve Winamp temalarını destekler. Ayrıca Contrib deposunda bulunan ve Pisi Linux'a özel temalar da içeren qmmp-skins paketini de kurmanız önerilir. + qmmp + http://qmmp.ylsoftware.com/files/qmmp-1.4.1.tar.bz2 + + qt5-multimedia-devel + qt5-base-devel + libX11-devel + qt5-x11extras-devel + qt5-linguist + qt5-sql-postgresql + qt5-sql-odbc + qt5-sql-mysql + qt5-sql-sqlite + libsamplerate-devel + wavpack-devel + flac-devel + faad2-devel + libmodplug-devel + libmms-devel + libcdio-devel + libvorbis-devel + libsndfile-devel + pulseaudio-libs-devel + alsa-lib-devel + mesa-devel + libmad-devel + taglib-devel + ffmpeg-devel + libmpcdec-devel + libcddb-devel + libogg-devel + libbs2b-devel + mpg123-devel + libarchive-devel + jack-audio-connection-kit-devel + cmake + + multimedia/sound/qmmp/pspec.xml + + + qmmp + + qt5-base + curl + libX11 + libgcc + qt5-x11extras + qt5-multimedia + libsamplerate + wavpack + flac + faad2 + libmodplug + libmms + libvorbis + libsndfile + pulseaudio-libs + alsa-lib + libmad + taglib + ffmpeg + libcddb + libcdio + libcdio-paranoia + jack-audio-connection-kit + libmpcdec + libogg + mpg123 + libbs2b + libarchive + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + qmmp-devel + qmmp development files + qmmp için geliştirme dosyaları + + qmmp + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/ + + + + + 2020-09-19 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 1.3.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 1.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 1.2.4 + version bumb. + erkan IŞIK + erkanisik@pisilinux.org + + + 2018-09-01 + 1.2.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 1.2.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2017-04-24 + 1.1.8 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-20 + 1.0.10 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-09 + 1.0.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 1.0.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-11-19 + 1.0.1 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + soundtouch + http://www.surina.net/soundtouch + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + multimedia.sound + Audio Processing Library + Ses işleme kitaplığı + Librairie de traitement audio open-source (libre) pour changer le Tempo, le Pitch et la vitesse de lecture de flux audio ou de fichiers. + soundtouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or file. + soundtouch ses dosyalarının temposunu, oynatma hızını ve frekansını değiştirmek için kullanılabilen açık kaynaklı bir ses işleme kütüphanesidir. + Librería código libre para procesamiento de sonido para manipular Tempo, Pitch y Tasas de reproducción de flujos o archivos de audio + https://gitlab.com/soundtouch/soundtouch/-/archive/2.1.2/soundtouch-2.1.2.tar.bz2 + multimedia/sound/soundtouch/pspec.xml + + + soundtouch + + /usr/bin + /usr/lib + /usr/share/doc + + + + soundtouch-devel + Development files for soundtouch + soundtouch için geliştirme dosyaları + + soundtouch + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2020-10-09 + 2.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.1.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-18 + 2.0.0 + Version Bump Pisi Linux Community admin@pisilinux.org - 2018-08-05 - 0.3.6 - Rebuild + 2018-08-01 + 2.0.0 + Version Bump Pisi Linux Community admin@pisilinux.org - 2017-02-16 - 0.3.6 - Version fix + 2017-02-18 + 1.9.2 + Version Bump Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.3.4 + 1.8.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-05 + 1.8.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + a52dec + http://liba52.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + DVD ATSC A/52 streams decoder library + DVD'de kullanılan ATSC A/52 akımını çözen kütüphane + liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3. + liba52 ATSC A/52 yayınlarının kodlarını çözen ücretsiz bir kütüphanedir. A/52 standart dijital televizyon ve DVD programlarını da içeren çeşitli uygulamalar tarafından kullanılmaktadır. + http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz + + glibc-devel + djbfft-devel + + + a52dec-0.7.4-build.patch + use-djbfft.patch + constant.patch + + multimedia/sound/a52dec/pspec.xml + + + a52dec + + djbfft + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + a52dec-devel + Development files for a52dec + a52dec için geliştirme dosyaları + + a52dec + + + /usr/include + + + + + 2020-01-19 + 0.7.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.7.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 0.7.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.7.4 Release Bump Pisi Linux Community admin@pisilinux.org 2014-05-20 - 0.3.4 + 0.7.4 First release Serdar Soytetir kaptan@pisilinux.org + + + suil + http://drobilla.net/software/suil/ + + Osman Erkan + osman.erkan@pisilinux.org + + ISC + app:gui + multimedia.sound + Lightweight C library for loading and wrapping LV2 plugin UIs + Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil). + http://download.drobilla.net/suil-0.10.6.tar.bz2 + + qt5-base-devel + gtk3-devel + gtk2-devel + lv2-devel + atk-devel + pango-devel + cairo-devel + libX11-devel + freetype-devel + gdk-pixbuf-devel + python-devel + python3-devel + cmake + fontconfig-devel + + multimedia/sound/suil/pspec.xml + + + suil + + qt5-base + gtk2 + atk + gtk3 + cairo + glib2 + pango + libX11 + libgcc + freetype + gdk-pixbuf + fontconfig + + + /usr/share/doc + /usr/lib/libsuil* + /usr/lib/suil-0/libsuil* + + + + suil-devel + Development files for suil + suil için geliştirme dosyaları + + suil + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-08 + 0.10.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.10.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-04 + 0.10.0 + First release. + Stefan Gronewold + groni@pisilinux.org + + + + + + jack-audio-connection-kit + http://jackaudio.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + service + multimedia.sound + A low-latency audio server + Düşük gecikmeli bir ses sunucu + JACK is a low-latency audio server written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. + GNU/Linux gibi POSIX uyumlu işletim sistemleri için yazılmış, düşük gecikmeli bir ses sunucudur. Bir çok sayıdaki uygulamayı bir ses aygıtına bağlayıp aralarında ses alışverişi yapmaya olanak sağlamaktadır. + https://github.com/jackaudio/jack2/archive/v1.9.19.tar.gz + + python3 + dbus-devel + libsamplerate-devel + alsa-lib-devel + celt-devel + pkgconfig + eigen3 + libopus-devel + doxygen + libsndfile-devel + readline-devel + + multimedia/sound/jack-audio-connection-kit/pspec.xml + + + jack-audio-connection-kit + + db + alsa-lib + libsamplerate + libsndfile + dbus + expat + readline + libgcc + celt + libopus + + + /etc/security + /usr/bin + /usr/lib + /lib/udev/rules.d + /usr/share/jack-audio-connection-kit + /usr/share/dbus-1 + /usr/share/doc + + + 99-jack.conf + 40-hpet-permissions.rules + 99-audio.conf + + + + jack-audio-connection-kit-devel + Development files for jack-audio-connection-kit + jack-audio-connection-kit için geliştirme dosyaları + + jack-audio-connection-kit + + + /usr/include + /usr/lib/pkgconfig + + + + jack-audio-connection-kit-docs + Help files and API documents for jack-audio-connection-kit + jack-audio-connection-kit için yardım dosyaları ve API belgeleri + + jack-audio-connection-kit + + + /usr/share/jack-audio-connection-kit/reference + /usr/share/man + + + + + 2021-08-16 + 1.9.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 1.9.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 1.9.14 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.9.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-09 + 1.9.10 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 1.9.10 + Rebuild for new toolchain, patch. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.9.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-24 + 1.9.10 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + libmodplug + http://modplug-xmms.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + Librairie pour jouer les fichiers son de type MOD. + Library for playing MOD-like music files + MOD-like müzik dosyalarını çalmak için bir kütüphane + libmodplug is a library based on the mod rendering code from ModPlug, a popular windows mod player written by Olivier Lapicque. + http://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz + + libgcc + + + libmodplug-0.8.4-timidity-patches.patch + + multimedia/sound/libmodplug/pspec.xml + + + libmodplug + + libgcc + + + /usr/lib + /usr/share/doc + + + + libmodplug-devel + + libmodplug + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 0.8.9.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 0.8.9.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.8.8.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.8.8.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.8.8.5 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libfishsound + https://www.xiph.org/fishsound/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + multimedia.sound + La librairie pour fichiers au format média Oggz. + A simple programming interface that wraps Xiph.Org audio codecs + libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode edebilir. + libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). + libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode etmek için kitaplık dosyaları sunar. + http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz + + libvorbis-devel + speex-devel + flac-devel + + multimedia/sound/libfishsound/pspec.xml + + + libfishsound + A simple programming interface that wraps Xiph.Org audio codecs + + libvorbis + speex + flac + + + /usr/share/doc + /usr/lib + /usr/share + + + + libfishsound-devel + Development files for libfishsound + libfishsound için geliştirme dosyaları + libfishsound-devel, libfishsound için geliştirme dosyaları içerir + + libfishsound + libvorbis-devel + speex-devel + flac-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-01-02 + 1.0.0 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + ymuse + https://yktoo.com/en/software/ymuse/ + + fury + uglyside@yandex.ru + + Apache-2 + app:gui + multimedia.sound + Easy, functional, and snappy client for Music Player Daemon. + Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go. + https://github.com/yktoo/ymuse/archive/v0.17.tar.gz + + golang + gtk3-devel + glib2-devel + gobject-introspection-devel + + multimedia/sound/ymuse/pspec.xml + + + ymuse + + atk + gtk3 + cairo + glib2 + pango + freetype + gdk-pixbuf + fontconfig + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2021-10-13 + 0.17 + First build + fury + uglyside@yandex.ru + + + + + + timidity-shompatches + http://www.i.h.kyoto-u.ac.jp + + PisiLinux Community + admins@pisilinux.org + + as-is + data + multimedia.sound.timidity-shompatches + Sound patches for Timidity (Shom) + Timidity ses bilgisi dosyaları + Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style) + Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları + https://sourceforge.net/projects/pisilinux/files/source/shominst-0409.zip + multimedia/sound/timidity-shompatches/timidity-shompatches/pspec.xml + + + timidity-shompatches + + /usr/share/timidity + + + + + 2020-03-07 + 0.409 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-01 + 0.409 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.409 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 0.409 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-04 + 0.409 + First release + Kamil Atlı + suvarice@gmail.com + + + cantata @@ -226916,44 +72785,712 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - celt - http://www.celt-codec.org/ + libvorbis + https://xiph.org/vorbis/ PisiLinux Community admins@pisilinux.org BSD + library multimedia.sound - An audio codec for use in low-delay speech and audio communication - Düşük gecikmeli konuşma ve ses iletişimde kullanılmak üzere tasarlanan ses kodeği - CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio codec designed for realtime transmission of high quality speech and audio. This is meant to close the gap between traditional speech codecs (such as Speex) and traditional audio codecs (such as Vorbis). - CELT (Constrained Energy Lapped Transform) yüksek kalitede konuşma ve ses görüşmesinin gerçek zamanlı iletiminde kullanılmak üzere tasarlanmış bir ses kodeğidir. - http://downloads.us.xiph.org/releases/celt/celt-0.11.3.tar.gz + Librairie de formatage de fichier son Ogg Vorbis libre. + The Vorbis general audio compression codec + Vorbis genel ses sıkıştırma kodlaması + libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel. + libvorbis tamamen açık, sahipsiz, genel amaçlı sıkıştırılmış ses biçimidir. + https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz libogg-devel - multimedia/sound/celt/pspec.xml + multimedia/sound/libvorbis/pspec.xml - celt + libvorbis + The Vorbis general audio compression codec + + libogg + + + /usr/lib + + + + libvorbis-devel + Development files for libvorbis + libvorbis için geliştirme dosyaları + libvorbis-devel, libvorbis için geliştirme dosyaları içerir. + + libvorbis + libogg-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + + + + libvorbis-docs + Documentation files for libvorbis + libvorbis ile ilgili belgeler + libvorbis-docs, libvorbis ile ilgili belgelendirme dosyaları içerir. + + libvorbis + + + /usr/share/doc + + + + libvorbis-32bit + 32-bit shared libraries for libvorbis + libvorbis için 32-bit paylaşımlı kitaplıklar + libvorbis-32bit, libvorbis için 32-bit paylaşımlı kitaplıklar içerir. + emul32 + emul32 + + libogg-32bit + + + libvorbis + libogg-32bit + + + /usr/lib32 + + + + + 2021-12-04 + 1.3.7 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2020-01-06 + 1.3.6 + Rebuilt for the new toolchain. + Blue DeviL + bluedevil@sctzine.com + + + 2018-07-29 + 1.3.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.3.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.3.4 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.3.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + openal + https://kcat.strangesoft.net/openal.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + multimedia.sound + Open Audio Library is a vendor-neutral API for interactive spatialized audio + Açık ses kütüphanesi + OpenAL est une API audio 3D multi-plateforme utilisable pour les jeux et beaucoup d'autre types d'application audio. Les objets de base d'OpenAL sont le Listener (auditeur), a Source (source), et le Buffer (tampon). + OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer. + OpenAL, oyun uygulamaları ve diğer birçok audio uygulama tipleriyle kullanılmaya tahsisli bir üç boyutlu audio API(Uygulama Programlama Arayüzü) çapraz platformudur. + https://github.com/kcat/openal-soft/archive/refs/tags/1.22.1.tar.gz + + cmake + zlib-devel + libsndfile-devel + libsdl2-devel + alsa-lib-devel + pulseaudio-libs-devel + qt5-base-devel + jack-audio-connection-kit-devel + + multimedia/sound/openal/pspec.xml + + + openal + + libsndfile + libsdl2 + alsa-lib + qt5-base + + + /usr/bin + /usr/lib + /usr/share/doc/openal + /usr/share/openal + + + + openal-devel + Development files for openal + openal için geliştirme dosyaları + + openal + pulseaudio + + + /usr/include + /usr/lib/pkgconfig/openal.pc + /usr/lib32/pkgconfig/openal.pc + + + + openal-32bit + 32-bit shared libraries for openal + openal için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + zlib-32bit + libsdl2-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + openal + zlib-32bit + libsdl2-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + /usr/lib32 + + + + + 2022-06-24 + 1.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-24 + 1.21.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 1.20.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-04 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-23 + 1.18.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.18.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 1.17.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.15.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.15.1 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-25 + 1.15.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libmikmod + http://mikmod.raphnet.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.sound + A library to play a wide range of module formats + Bir çok modül formatını çalabilen bir kitaplık + libmikmod est une librairie son portable, qui était habituellement emballée avec le lecteur de module MikMod, mais qui est maintenant livrée de manière indépendante. Elle est capable de jouer des échantillons ainsi que des fichiers modules, utilisant aussi bien le pilote OSS, Alsa ou EsounD pour la sortie. Les formats de module gérés comprennent entre autres mod, s3m, xm, it, med, mtm et 669. + libmikmod is a portable sound library, which used to be packaged with the MikMod module player, but is now released independentely. It is capable of playing samples as well as module files, using the OSS driver for output, as well as Alsa and EsounD. Supported module format include mod, s3m, xm, it, med, mtm and 669, to name a few. + libmikmod, MikMod modül çalıcısı ile kullanmılması amacıyla paketlenmiş bir taşınabilir ses kitaplığıdır, fakat artık bağımsız olarak dağıtılmaktadır. Ses örneklerini ses çıkışı için OSS sürücünü kullanarak çalabildiği gibi, Alsa ve EsounD için de kullanmaktadır. Desteklenen modül kipleri mod, s3m, xm, it, med, mtm ve 669 gibi kiplerdir. + libmikmod es ina librería portable de sonido, que solía estar incluido con el MikMod module player, pero ahora fue lanzado independientemente. Es capaz de reproducir archivos de sonidos y de módulos, usando para la salida tanto un controlador OSS, como también Alsa y EsounD. Formatos de módulos soportados abarcan mod, s3m, xm, it, med, mtm and 669, para nombrar algunos. + http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.11.1/libmikmod-3.3.11.1.tar.gz + + audiofile-devel + alsa-lib-devel + + multimedia/sound/libmikmod/pspec.xml + + + libmikmod + + pulseaudio-libs + + + /usr/lib + /usr/share/doc/libmikmod + /usr/share/info + /usr/share/man + + + + libmikmod-devel + Development files for libmikmod + libmikmod için geliştirme dosyaları + + libmikmod + + + /usr/bin/libmikmod-config + /usr/include + /usr/share/aclocal + + + + libmikmod-32bit + 32-bit shared libraries for libmikmod + libmikmod için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + audiofile-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + libmikmod + audiofile-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + /usr/lib32 + + + + + 2020-03-07 + 3.3.11.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-29 + 3.3.11.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 3.3.10 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-19 + 3.3.7 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + audiofile + http://www.68k.org/~michael/audiofile/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 app:console library + multimedia.sound + An elegant API for accessing audio files + Ses dosyalarına erişim için zarif bir UPA + audiofile provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. + audiofile; AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX ve NIST SPHERE gibi çeşitli ses dosyası biçimlerine erişim için düzenli ve gelişmiş bir uygulama programlama arayüzü sağlar. + http://audiofile.68k.org/audiofile-0.3.6.tar.gz + + alsa-lib-devel + flac-devel + + + 01_gcc6.patch + 03_CVE-2015-7747.patch + 04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch + 05_Always-check-the-number-of-coefficients.patch + 06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch + 07_Check-for-multiplication-overflow-in-sfconvert.patch + 08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch + 09_Actually-fail-when-error-occurs-in-parseFormat.patch + 10_Check-for-division-by-zero-in-BlockCodec-runPull.patch + + multimedia/sound/audiofile/pspec.xml + + + audiofile - libogg + alsa-lib + flac + libgcc /usr/bin /usr/lib /usr/share/doc + /usr/share/man - celt-devel - Development files for celt - celt için geliştirme dosyaları - library + audiofile-devel + Development files for audiofile + audiofile için geliştirme dosyaları - celt + audiofile + + + /usr/bin/audiofile-config + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + audiofile-32bit + 32-bit shared libraries for audiofile + audiofile için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + alsa-lib-32bit + flac-32bit + + + alsa-lib-32bit + flac-32bit + audiofile + + + /usr/lib32 + + + + + 2020-01-17 + 0.3.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-16 + 0.3.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-05 + 0.3.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 0.3.6 + Version fix + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.3.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libao + http://www.xiph.org/ao/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + La librairie de rendu (sortie) audio. + The audio output library + Ses çıktısı kütüphanesi + Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX. + http://downloads.xiph.org/releases/ao/libao-1.2.0.tar.gz + + alsa-lib-devel + pulseaudio-libs-devel + + multimedia/sound/libao/pspec.xml + + + libao + + alsa-lib + pulseaudio-libs + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + libao-devel + Development files for libao + libao için geliştirme dosyaları + + libao + + + /usr/include/ao + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/libao/html + + + + + 2020-02-02 + 1.2.0 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-14 + 1.2.0 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-02-17 + 1.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-26 + 1.2.0 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + musepack + https://www.musepack.net/ + + Pisilinux Community + admins@pisilinux.org + + BSD + LGPL + library + multimedia.sound + Portable Musepack decoder library. + Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. + https://files.musepack.net/source/musepack_src_r475.tar.gz + + libcue-devel + libreplaygain-devel + + + arch/configure.patch + arch/Makefile.patch + arch/mpcchap.patch + arch/mpcdec.patch + arch/mpcdecmake.patch + + multimedia/sound/musepack/pspec.xml + + + musepack + + libcue + libmpcdec + libreplaygain + + + /usr/bin + /usr/share + + + + libmpcdec + + /usr/lib + + + + libmpcdec-devel + Development files for libmpcdec + + libmpcdec + + + /usr/include + + + + + 2020-09-17 + 8 + First build. + Pisilinux Community + admins@pisilinux.org + + + + + + libsoxr + https://sourceforge.net/p/soxr/wiki/Home/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPL + library + multimedia.sound + The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio + The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio + https://sourceforge.net/projects/soxr/files/soxr-0.1.3-Source.tar.xz + + cmake + + multimedia/sound/libsoxr/pspec.xml + + + libsoxr + + libgcc + libgomp + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libsoxr-devel + Header files for libsoxr. + + libsoxr /usr/include @@ -226961,37 +73498,116 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2020-01-14 + 0.1.3 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + gsm + http://www.quut.com/gsm/ + + PisiLinux Community + admins@pisilinux.org + + OSI-Approved + library + multimedia.sound + Lossy speech compression library and tool + Kayıplı ses sıkıştırması kitaplığı ve araçları + Gsm est une implémentation du brouillon final du standard GSM 06.10 pour un transcodage audio à plein régime. + Gsm is an implementation of the final draft GSM 06.10 standard for full-rate speech transcoding + GSM, tam oranlı konuşma kod çevrimi için GSM 06.10 standardı son taslak uyarlamasıdır + Gsm es una implementación del estándar GSM 06.10 final draft de codificación de voz full-rate + gsm + http://www.quut.com/gsm/gsm-1.0.19.tar.gz + + gsm-1.0.10-dyn.patch + gsm-1.0-pl10-includes.patch + gsm-1.0.12-64bit.patch + gsm-shared.patch + pardusflags_1.0.18.patch + + multimedia/sound/gsm/pspec.xml + + + gsm + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + gsm-devel + Development files for gsm + gsm için geliştirme dosyaları + + gsm + + + /usr/include + /usr/share/man/man3 + + + + gsm-32bit + 32-bit shared libraries for gsm + gsm için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + gsm + + + /usr/lib32 + + + + + 2022-07-04 + 1.0.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-01-12 - 0.11.3 - Rebuild + 2019-10-27 + 1.0.18 + Version bump. Pisi Linux Community admin@pisilinux.org - 2018-08-01 - 0.11.3 - Rebuild + 2018-08-31 + 1.0.13 + Rebuild. Pisi Linux Community admin@pisilinux.org - 2017-02-17 - 0.11.3 - Rebuild + 2017-02-16 + 1.0.13 + Rebuild. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.11.3 + 1.0.13 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-12-15 - 0.11.3 + 2014-12-14 + 1.0.13 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -227000,205 +73616,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - clementine - https://www.clementine-player.org/ + libechonest + https://projects.kde.org/projects/playground/libs/libechonest PisiLinux Community admins@pisilinux.org GPLv2 - GPLv3 - app:gui + library multimedia.sound - Clementine, modern bir müzik çalar ve kütüphane düzenleyicisidir. - Clementine is a modern music player and library organizer - Een cross-platform muziekspeler op basis van Amarok 1.4 - Nowoczesny i prosty w obsłudze odtwarzacz muzyki - Reproductor de música basado en Amarok 1.4 - Clementine, Amarok 1.4 esas alınarak Qt5 ile yeniden yazılmış modern bir müzik oynatıcıdır. - Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5. - Clementine is een moderne muziekspeler. Clementine is een port van Amarok 1.4, met een aantal functies herschreven om te profiteren van Qt5. - Clementine to port Amaroka 1.4 - popularnego odtwarzacza muzycznego dla systemu Linux. - Clementine es un moderno reproductor de música escrito en QT5 y basado en Amarok 1.4. - https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-814-g2b340da79/clementine-1.4.0rc1-814-g2b340da79.tar.xz + C++ wrapper for the Echo Nest API + Echo Nest servisinin programlama arayüzü için C++ bağlayıcıları + libechonest is a collection of C++/Qt classes designed to make a developer's life easy when trying to use the APIs provided by The Echo Nest. + libechonest Echo Nest servisi tarafından sağlanan programlama arayüzüne erişmek için tasarlanmış C++/Qt sınıflarını içermektedir. + http://files.lfranchi.com/libechonest-2.3.1.tar.bz2 - cmake - ccache - gst-libav - glew-devel - dbus-devel - boost-devel - fftw3-devel - glibc-devel - libogg-devel - libmtp-devel - ffmpeg-devel - taglib-devel - qt5-linguist - qt5-sql-odbc - sqlite-devel - libcdio-devel - qt5-sql-mysql - libgpod-devel - qt5-svg-devel - libglvnd-devel qt5-base-devel - libplist-devel - libqjson-devel - protobuf-devel - mesa-glu-devel - crypto++-devel - alsa-lib-devel - qt5-sql-sqlite - qca2-qt5-devel - libnotify-devel - qt5-qdbusviewer - liblastfm-devel - gstreamer-devel - qt5-webkit-devel - gst-plugins-ugly - gst-plugins-good - libusbmuxd-devel - libechonest-devel - libmygpo-qt-devel - google-sparsehash - libprojectM-devel - icon-theme-hicolor - desktop-file-utils - qt5-designer-devel - qt5-sql-postgresql - libkvkontakte-devel - qt5-x11extras-devel - qt5-assistant-devel - libchromaprint-devel - pulseaudio-libs-devel - gst-plugins-bad-devel - libimobiledevice-devel - gst-plugins-base-devel - libcdio-paranoia-devel + cmake + doxygen - multimedia/sound/clementine/pspec.xml + multimedia/sound/libechonest/pspec.xml - clementine + libechonest - glew - zlib - fftw3 - glib2 - libX11 libgcc - libmtp - sqlite - taglib - libogg - libcdio - libgpod - protobuf - crypto++ - alsa-lib qt5-base - libglvnd - libnotify - gstreamer - liblastfm - libprojectM - libmygpo-qt - qt5-x11extras - libchromaprint - pulseaudio-libs - gst-plugins-bad - gst-plugins-ugly - gst-plugins-good - gst-plugins-base - libprojectM-pulseaudio - /usr/bin - /usr/share + /usr/lib + /usr/share/doc + + + + libechonest-devel + Development files for libechonest + libechonest için geliştirme dosyaları + + libechonest + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig - - 2022-07-08 - 1.4.0_rc1.814 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-09 - 1.4.0_rc1.772 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-11-04 - 1.4.0_rc1.740 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-03-31 - 1.4.0_rc1 - Rebuild from git. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-08 - 1.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 1.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 1.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 1.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-02-22 - 1.3.1 + 2020-03-08 + 2.3.1 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2017-03-08 - 1.3.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org + 2018-08-07 + 2.3.1 + First release + Mustafa Cinasal + muscnsl@gmail.com - 2017-01-07 - 1.3.1 + 2017-01-04 + 2.3.1 First release Alihan Öztürk alihan@pisilinux.org @@ -227207,54 +73687,255 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - codec2 - http://www.rowetel.com/?page_id=452 + mpg123 + http://www.mpg123.de/ - Mathias Freire - mathiasfreire45@gmail.com + PisiLinux Community + admins@pisilinux.org - LGPL - library + GPLv2 + LGPLv2 + app:console multimedia.sound - Low bit rate open source speech codec - Codec 2 is an open source speech codec designed for communications quality speech between 700 and 3200 bit/s. The main application is low bandwidth HF/VHF digital radio. - https://hobbes1069.fedorapeople.org/freetel/codec2/codec2-0.8.1.tar.xz + Console MP3 player + Gerçek zamanlı bir mp3 oynatıcı + mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer. + mpg123 düşük konfigürasyonlu sistemlerde de rahatlıkla çalışabilen hızlı bir mp3 oynatıcısıdır. + mirrors://sourceforge/mpg123/mpg123-1.30.0.tar.bz2 - cmake - speex-devel - portaudio-devel + libsdl2-devel + alsa-lib-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel - multimedia/sound/codec2/pspec.xml + multimedia/sound/mpg123/pspec.xml - codec2 + mpg123 - speex - portaudio + libsdl2 + alsa-lib + libtool-ltdl + pulseaudio-libs + jack-audio-connection-kit /usr/bin /usr/lib /usr/share/doc + /usr/share/man - codec2-devel - Header files for codec2. + mpg123-devel + Development files for mpg123 + mpg123 için geliştirme dosyaları - codec2 + mpg123 - /usr/include + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + mpg123-32bit + 32-bit shared libraries for mpg123 + mpg123 için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libsdl2-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + mpg123 + libsdl2-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + /usr/lib32 + + + + + 2022-06-27 + 1.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 1.29.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 1.29.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 1.25.13 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 1.25.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 1.23.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.22.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-13 + 1.22.4 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gogglesmm + https://gogglesmm.dev/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + multimedia.sound + Goggles Music Manager. + A fast and lightweight manager of a large music collections and audio player. + https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.2.tar.gz + + cmake + zlib-devel + dbus-devel + tiff-devel + flac-devel + webp-devel + expat-devel + faad2-devel + libXi-devel + libXv-devel + libSM-devel + taglib-devel + libICE-devel + libXmu-devel + libXpm-devel + libogg-devel + libX11-devel + libxcb-devel + libXft-devel + gnutls-devel + libpng-devel + libmad-devel + sqlite-devel + libXtst-devel + libXext-devel + libopus-devel + openssl-devel + libXres-devel + mesa-glu-devel + alsa-lib-devel + freetype-devel + libepoxy-devel + libvorbis-devel + libXrandr-devel + openjpeg2-devel + libXfixes-devel + libgcrypt-devel + fontconfig-devel + libXdamage-devel + libXcursor-devel + libXxf86vm-devel + libXrender-devel + libXinerama-devel + libmatroska-devel + libxkbcommon-devel + libjpeg-turbo-devel + pulseaudio-libs-devel + + multimedia/sound/gogglesmm/pspec.xml + + + gogglesmm + + dbus + flac + tiff + webp + zlib + expat + faad2 + libSM + libICE + libX11 + libXft + libgcc + libmad + libogg + libpng + sqlite + taglib + libXext + libopus + openssl + alsa-lib + freetype + libepoxy + mesa-glu + libXfixes + libXrandr + libvorbis + fontconfig + libXcursor + libXrender + libjpeg-turbo + pulseaudio-libs + + + /usr/bin + /usr/lib/gogglesmm + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc - 2020-01-12 - 0.8.1 - First release. - Idris Kalp - idriskalp@gmail.com + 2021-12-21 + 1.2.2 + First build. + fury + uglyside@yandex.ru @@ -227501,1102 +74182,309 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - decibel-audio-player - http://decibel.silent-blade.org/ + speexdsp + https://www.speex.org/ - Yoyo Fernández - admins@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - GPLv3 - app:gui - multimedia.sound - Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux - Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux - Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux. It is very straightforward to use thanks to a clean and user-friendly interface. It is especially targeted at Gnome and follows the Gnome HIG. - Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE. - http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz - - prefix.patch - decibel-audio-player-pil.patch - - multimedia/sound/decibel-audio-player/pspec.xml - - - decibel-audio-player - - dbus-python - gst-python - python-gtk - python-imaging - python-mutagen - - - /usr/bin - /usr/share/man/man1 - /usr/share/decibel-audio-player - /usr/share/applications - /usr/share/pixmaps - /usr/share/locale/ - /usr/share/doc - - - decibel-audio-player - decibel-audio-player-remote - - - - - 2020-03-08 - 1.08 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.08 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 1.08 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 1.08 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-07 - 1.08 - First Release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - drumstick - http://drumstick.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - app:gui - multimedia.sound - Qt5/C++ wrapper for ALSA Sequencer - ALSA ardıştırıcısı için Qt5/C++ kitaplığı - Drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style. - Drumstick, ALSA ardıştırıcı arayüzü için Qt5 nesnelerini, deyimlerini ve tarzını kullanan bir C++ ara kitaplığıdır. - drumstick - mirrors://sourceforge/drumstick/1.1.3/drumstick-1.1.3.tar.bz2 - - cmake - qt5-base-devel - qt5-svg-devel - alsa-lib-devel - fluidsynth-devel - libxslt - doxygen - docbook-xsl - shared-mime-info - pulseaudio-libs-devel - - multimedia/sound/drumstick/pspec.xml - - - drumstick - - drumstick-libs - libgcc - qt5-svg - qt5-base - alsa-lib - - - /usr/bin - /usr/share - /usr/share/mime - /usr/share/applications - /usr/share/icons - /usr/share/doc - /usr/share/man - - - - drumstick-libs - Libraries for Drumstick - Drumstick kitaplıkları - drumstick-libs provides libraries for Drumstick based applications. - drumstick-libs, Drumstick temelli uygulamalar için kitaplık dosyaları sunar. + BSD library + multimedia.sound + DSP library derived from Speex. + DSP library derived from Speex + https://gitlab.xiph.org/xiph/speexdsp/-/archive/SpeexDSP-1.2.1/speexdsp-SpeexDSP-1.2.1.tar.bz2 + + glibc-devel + + multimedia/sound/speexdsp/pspec.xml + + + speexdsp + DSP library derived from Speex. - libgcc - alsa-lib - qt5-base - fluidsynth - pulseaudio-libs + glibc - /usr/lib/drumstick - /usr/lib/libdrum* + /usr/lib/libspeexdsp* + /usr/share/doc - drumstick-devel - Development files for Drumstick - Drumstick kitaplığı için geliştirme dosyaları - drumstick-devel provides development files for Drumstick libraries. - drumstick-devel, Drumstick kitaplığı için geliştirme dosyaları sunar. - data + speexdsp-devel + Development files for speexdsp - qt5-base-devel - alsa-lib-devel - drumstick-libs + speexdsp /usr/include /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + speexdsp-32bit + 32-bit shared libraries for speexdsp + emul32 + emul32 + + speexdsp + + + /usr/lib32/libspeexdsp* - - 2020-03-08 - 1.1.3 + + 2022-06-20 + 1.2.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-09-01 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - 2017-02-18 - 1.1.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-17 - 1.0.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - espeak - http://espeak.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - library - app:console - multimedia.sound - Software speech synthesizer (text-to-speech) - Yazılımsal konuşma sentezleyici (text-to-speech) - espeak produces good quality English speech. It uses a different synthesis method from other open source TTS engines and sounds quite different. - espeak iyi kalitede İngilizce konuşma sentezler. Diğer açık kaynaklı TTS motorlarından farklı bir sentezleme yöntemi kullandığından üretilen sesler biraz farklıdır. - http://sourceforge.net/projects/espeak/files/espeak/espeak-1.48/espeak-1.48.04-source.zip/download - - compile-voices.sh - - - coreutils - portaudio-devel - pulseaudio-libs-devel - - - espeak-1.23-makefile_nostaticlibs.patch - espeak-1.48-gcc-6-fix.patch - - multimedia/sound/espeak/pspec.xml - - - espeak - - portaudio - - - /usr/bin - /usr/lib - /usr/share/espeak-data - /usr/share/man - /usr/share/doc - - - espeak.1 - - - - espeak-devel - Development headers for espeak - espeak için geliştirme başlıkları - - espeak - - - /usr/include - - - - - 2020-07-14 - 1.48.04 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.48.04 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-10 - 1.48.04 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-18 - 1.48.04 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.48.04 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-01 - 1.48.04 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - espeak-ng - https://github.com/espeak-ng/espeak-ng - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - multimedia.sound - Multi-lingual software speech synthesizer - Multi-lingual software speech synthesizer - Multi-lingual software speech synthesizer - Multi-lingual software speech synthesizer - https://github.com/espeak-ng/espeak-ng/archive/1.50.tar.gz - - espeak-ng-fix-699.patch - - multimedia/sound/espeak-ng/pspec.xml - - - espeak-ng - - /usr/bin - /usr/lib - /usr/share - /usr/share/vim - /usr/share/doc - - - - espeak-ng-devel - Development files for espeak-ng - - espeak-ng - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-04-01 - 1.50 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - faac - https://github.com/knik0/faac - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - library - multimedia.sound - MPEG-4 audio codecs - Özgür MPEG-4 ses codecleri - Free MPEG-4 audio codecs by AudioCoding.com. - https://ftp.osuosl.org/pub/blfs/conglomeration/faac/faac-1_30.tar.gz - - libmp4v2-devel - - multimedia/sound/faac/pspec.xml - - - faac - - libmp4v2 - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - faac-devel - Development files for faac. - faac için geliştirme dosyaları - - faac - - - /usr/include - - - - - 2021-12-20 - 1.30 + 2020-01-12 + 1.2.0 Version bump Pisi Linux Community admin@pisilinux.org - - 2020-01-18 - 1.29.9.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 1.29.9.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 1.28 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 1.28 - Release Bump + 2018-08-03 + 1.2_rc3 + Rebuild Pisi Linux Community admin@pisilinux.org - 2014-12-14 - 1.28 + 2017-02-17 + 1.2_rc3 First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - faad2 - https://github.com/knik0/faad2 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - multimedia.sound - Freeware Advanced Audio (AAC) Decoder including SBR decoding. - AAC yorumlayıcı - FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. FAAD2 includes code for SBR (HE AAC) decoding. FAAD2 is licensed under the GPL. - FAAD2 bir HE, LC, MAIN ve LTP profil, MPEG2 ve MPEG4 AAC çözücüdür. - https://ftp.osuosl.org/pub/blfs/conglomeration/faad2/faad2-2_10_0.tar.gz - multimedia/sound/faad2/pspec.xml - - - faad2 - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - faad2-devel - Development files for faad2. - faad2 için geliştirme dosyaları - - faad2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-12-13 - 2.10 - Ver. bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-03-03 - 2.8.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 2.8.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 2.8.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 2.7 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 2.7 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - flite - http://www.speech.cs.cmu.edu/flite/index.html - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - library - multimedia.sound - Flite: a small run-time speech synthesis engine - Küçük ve hızlı bir konuşma sentezleyici - Flite (festival-lite) is a small, fast run-time speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools. - Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır. - http://festvox.org/flite/packed/flite-2.1/flite-2.1-release.tar.bz2 - - alsa-lib-devel - chrpath - - - flite-ldflags.patch - CVE-2014-0027_unsafe_temporary_file.patch - - multimedia/sound/flite/pspec.xml - - - flite - - alsa-lib - - - /usr/bin - /usr/share/doc - /usr/lib - - - - flite-devel - Development headers for flite - flite için geliştirme başlıkları - - flite - - - /usr/include - - - - - 2020-02-28 - 2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-28 - 2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-21 - 2.1 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-19 - 2.1 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2018-08-05 - 2.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 2.0.0 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-29 - 2.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-08-18 - 1.9.0 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-27 - 1.4 - Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-01-24 - 1.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - fluidsynth - http://www.fluidsynth.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - multimedia.sound - A realtime software synthesizer - Gerçek zamanlı bir yazılım birleştirici - FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. - FluidSynth, SoundFort 2 özelliklerine sahip gerçek zamanlı bir yazılım bireştiricidir. - https://github.com/FluidSynth/fluidsynth/archive/v2.1.1.tar.gz - - dbus-devel - readline-devel - libsdl2-devel - alsa-lib-devel - ladspa-sdk-devel - libsndfile-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - cmake - - multimedia/sound/fluidsynth/pspec.xml - - - fluidsynth - - dbus - glib2 - readline - alsa-lib - libsdl2 - ladspa-sdk - libsndfile - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - fluidsynth-devel - Development files for fluidsynth - fluidsynth için geliştirme dosyaları - - fluidsynth - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 2.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 1.1.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 1.1.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-26 - 1.1.6 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - freealut - http://www.openal.org + sox + http://sox.sourceforge.net PisiLinux Community admins@pisilinux.org LGPLv2.1 + app:console library multimedia.sound - Boîte à outils utilitaire d'OpenAL. - The OpenAL Utility Toolkit - Açık ses kütüphanesi Openal aletleri - Die OpenAL Werkzeugsammlung - freealut is a free implementation of OpenAL's ALUT standard. - http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz + The swiss army knife of sound processing programs + Bir çok ses formatını birbirine dönüştürebilen, çalabilen ve kaydedebilen bir yazılım + SoX is a command line utility that can convert various audio formats to other formats. It can also apply various effects to these sound files during the conversion. SoX can also play and record audio files. + SoX çeşitli ses dosyası formatlarını birbirine çevirebilen bir konsol aracıdır. Sox ayrıca bu çevirme esnasında ses dosyalarına çeşitli efektler uygulayabilir. Bunların yanı sıra ses kaydı yapabilir ve ses dosyalarını oynatabilir. + mirrors://sourceforge/sox/sox-14.4.2.tar.bz2 - openal-devel + pulseaudio-libs-devel + opencore-amr-devel + libsndfile-devel + ladspa-sdk-devel + libid3tag-devel + libvorbis-devel + alsa-lib-devel + wavpack-devel + libmad-devel + ffmpeg-devel + libogg-devel + libao-devel + lame-devel + gsm-devel + twolame-devel + libgomp - shared-openal.patch + sox-dynamic.patch - multimedia/sound/freealut/pspec.xml + multimedia/sound/sox/pspec.xml - freealut + sox - openal - - - /usr/lib - /usr/share/doc/freealut - - - - freealut-devel - Development files for freealut - freealut için geliştirme dosyaları - - freealut - openal-devel - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/freealut/html - - - - - 2020-03-08 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 1.1.0 - Rebuild for new toolchain. - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-07 - 1.1.0 - Rebuild for Pisi Linux 2.0 - Stefan Gronewold - groni@pisilinux.org - - - 2014-06-08 - 1.1.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2014-01-24 - 1.1.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.1.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gogglesmm - https://gogglesmm.dev/ - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - multimedia.sound - Goggles Music Manager. - A fast and lightweight manager of a large music collections and audio player. - https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.2.tar.gz - - cmake - zlib-devel - dbus-devel - tiff-devel - flac-devel - webp-devel - expat-devel - faad2-devel - libXi-devel - libXv-devel - libSM-devel - taglib-devel - libICE-devel - libXmu-devel - libXpm-devel - libogg-devel - libX11-devel - libxcb-devel - libXft-devel - gnutls-devel - libpng-devel - libmad-devel - sqlite-devel - libXtst-devel - libXext-devel - libopus-devel - openssl-devel - libXres-devel - mesa-glu-devel - alsa-lib-devel - freetype-devel - libepoxy-devel - libvorbis-devel - libXrandr-devel - openjpeg2-devel - libXfixes-devel - libgcrypt-devel - fontconfig-devel - libXdamage-devel - libXcursor-devel - libXxf86vm-devel - libXrender-devel - libXinerama-devel - libmatroska-devel - libxkbcommon-devel - libjpeg-turbo-devel - pulseaudio-libs-devel - - multimedia/sound/gogglesmm/pspec.xml - - - gogglesmm - - dbus - flac - tiff - webp - zlib - expat - faad2 - libSM - libICE - libX11 - libXft - libgcc + gsm + file + lame + libao libmad libogg - libpng - sqlite - taglib - libXext - libopus - openssl + libgomp + twolame + wavpack alsa-lib - freetype - libepoxy - mesa-glu - libXfixes - libXrandr libvorbis - fontconfig - libXcursor - libXrender - libjpeg-turbo + libsndfile + libtool-ltdl + opencore-amr pulseaudio-libs /usr/bin - /usr/lib/gogglesmm - /usr/share - /usr/share/locale - /usr/share/man /usr/share/doc - - - - - 2021-12-21 - 1.2.2 - First build. - fury - uglyside@yandex.ru - - - - - - gsm - http://www.quut.com/gsm/ - - PisiLinux Community - admins@pisilinux.org - - OSI-Approved - library - multimedia.sound - Lossy speech compression library and tool - Kayıplı ses sıkıştırması kitaplığı ve araçları - Gsm est une implémentation du brouillon final du standard GSM 06.10 pour un transcodage audio à plein régime. - Gsm is an implementation of the final draft GSM 06.10 standard for full-rate speech transcoding - GSM, tam oranlı konuşma kod çevrimi için GSM 06.10 standardı son taslak uyarlamasıdır - Gsm es una implementación del estándar GSM 06.10 final draft de codificación de voz full-rate - gsm - http://www.quut.com/gsm/gsm-1.0.19.tar.gz - - gsm-1.0.10-dyn.patch - gsm-1.0-pl10-includes.patch - gsm-1.0.12-64bit.patch - gsm-shared.patch - pardusflags_1.0.18.patch - - multimedia/sound/gsm/pspec.xml - - - gsm - - /usr/bin - /usr/lib /usr/share/man - /usr/share/doc + /usr/lib - gsm-devel - Development files for gsm - gsm için geliştirme dosyaları + sox-devel + Development files for sox + sox için geliştirme dosyaları - gsm + sox /usr/include + /usr/lib/pkgconfig /usr/share/man/man3 - - gsm-32bit - 32-bit shared libraries for gsm - gsm için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - gsm - - - /usr/lib32 - - - 2022-07-04 - 1.0.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-02-03 + 14.4.2 + Release Bump + Kamil Atlı + admin@pisilinux.org - 2019-10-27 - 1.0.18 - Version bump. + 2018-09-01 + 14.4.2 + Release Bump Pisi Linux Community admin@pisilinux.org - 2018-08-31 - 1.0.13 - Rebuild. + 2018-04-27 + 14.4.2 + Release Bump Pisi Linux Community admin@pisilinux.org - 2017-02-16 - 1.0.13 - Rebuild. + 2017-02-18 + 14.4.2 + Release Bump Pisi Linux Community admin@pisilinux.org 2016-06-09 - 1.0.13 + 14.4.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-12-14 - 1.0.13 + 2015-11-17 + 14.4.2 First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org + + + + + + audex + https://github.com/KDE/audex + + Stefan Gronewold + groni@pisilinux.org + + GPLv3 + app:gui + multimedia.sound + Audex is an audio grabber tool for CD-ROM drives for the KDE desktop environment. + Audex creates profiles for LAME, Ogg Vorbis (oggenc), FLAC, MP4/M4A/AAC (faac) and RIFF WAVE. Please install your favorite encoder. For WAVE no external encoder is needed. Beyond you can define custom profile, which means, that Audex works together with commmand line encoders in general. + https://github.com/groni/Sources/raw/master/audex-master.zip + + cdparanoia-devel + glibc-devel + gettext-devel + extra-cmake-modules + kconfig-devel + kcompletion-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kcmutils-devel + kio-devel + solid-devel + ktextwidgets-devel + kwidgetsaddons-devel + kxmlgui-devel + qt5-base-devel + qt5-x11extras-devel + qt5-script-devel + python + libkcddb + qt5-assistant-devel + qt5-designer-devel + qt5-linguist + qt5-qdbusviewer + + multimedia/sound/audex/pspec.xml + + + audex + + kio + ki18n + solid + libgcc + kconfig + kxmlgui + kcmutils + kservice + libkcddb + qt5-base + cdparanoia + qt5-script + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + qt5-x11extras + kconfigwidgets + kwidgetsaddons + lame + flac + faac + vorbis-tools + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2020-03-08 + 0.95 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.95 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-14 + 0.95 + First release + Stefan Gronewold(groni) + groni@pisilinux.org @@ -228675,362 +74563,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - hydrogen - http://www.hydrogen-music.org/ + portmidi + http://portmedia.sourceforge.net PisiLinux Community admins@pisilinux.org - GPLv2 - app:gui - multimedia.sound - Advanced drum machine for GNU/Linux - GNU/Linux için gelişmiş bir davul yazılımı - Hydrogen is an advanced drum machine for GNU/Linux. It's main goal is to bring professional yet simple and intuitive pattern-based drum programming. - https://github.com/hydrogen-music/hydrogen/releases/download/1.1.0/hydrogen-1.1.0.tar.gz - - cmake - flac-devel - lash-devel - zlib-devel - libtar-devel - qt5-linguist - liblrdf-devel - qt5-base-devel - portmidi-devel - alsa-lib-devel - audiofile-devel - portaudio-devel - ladspa-sdk-devel - libsndfile-devel - qt5-xmlpatterns-devel - jack-audio-connection-kit-devel - - multimedia/sound/hydrogen/pspec.xml - - - hydrogen - - zlib - libtar - libgcc - liblrdf - alsa-lib - qt5-base - libsndfile - qt5-xmlpatterns - jack-audio-connection-kit - - - /usr/bin - /usr/lib/libhydrogen-core-1.1.0.so - /usr/share/hydrogen/data - /usr/share/hydrogen - /usr/share/applications - /usr/share/icons - /usr/share/doc - /usr/share/man - /usr/share/appdata - - - - hydrogen-devel - hydrogen için geliştirme dosyaları - - hydrogen - - - /usr/include/hydrogen - - - - - 2021-12-01 - 1.1.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - jack-audio-connection-kit - http://jackaudio.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - service - multimedia.sound - A low-latency audio server - Düşük gecikmeli bir ses sunucu - JACK is a low-latency audio server written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. - GNU/Linux gibi POSIX uyumlu işletim sistemleri için yazılmış, düşük gecikmeli bir ses sunucudur. Bir çok sayıdaki uygulamayı bir ses aygıtına bağlayıp aralarında ses alışverişi yapmaya olanak sağlamaktadır. - https://github.com/jackaudio/jack2/archive/v1.9.19.tar.gz - - python3 - dbus-devel - libsamplerate-devel - alsa-lib-devel - celt-devel - pkgconfig - eigen3 - libopus-devel - doxygen - libsndfile-devel - readline-devel - - multimedia/sound/jack-audio-connection-kit/pspec.xml - - - jack-audio-connection-kit - - db - alsa-lib - libsamplerate - libsndfile - dbus - expat - readline - libgcc - celt - libopus - - - /etc/security - /usr/bin - /usr/lib - /lib/udev/rules.d - /usr/share/jack-audio-connection-kit - /usr/share/dbus-1 - /usr/share/doc - - - 99-jack.conf - 40-hpet-permissions.rules - 99-audio.conf - - - - jack-audio-connection-kit-devel - Development files for jack-audio-connection-kit - jack-audio-connection-kit için geliştirme dosyaları - - jack-audio-connection-kit - - - /usr/include - /usr/lib/pkgconfig - - - - jack-audio-connection-kit-docs - Help files and API documents for jack-audio-connection-kit - jack-audio-connection-kit için yardım dosyaları ve API belgeleri - - jack-audio-connection-kit - - - /usr/share/jack-audio-connection-kit/reference - /usr/share/man - - - - - 2021-08-16 - 1.9.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 1.9.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.9.14 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.9.12 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-09 - 1.9.10 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.9.10 - Rebuild for new toolchain, patch. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.9.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-24 - 1.9.10 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - knowthelist - https://github.com/knowthelist/knowthelist/wiki - - Stefan Gronewold(groni) - groni@pisilinux.org - - LGPLv3 - app:gui - multimedia.sound - Knowthelist the awesome party music player - Knowthelist the awesome party music player - Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB) - Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB) - knowthelist - https://github.com/knowthelist/knowthelist/archive/v2.3.1.tar.gz - - qt5-base-devel - qt5-xmlpatterns-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-linguist - glib2-devel - alsa-lib-devel - taglib-devel - gstreamer-devel - gst-plugins-bad-devel - gst-plugins-base-devel - - multimedia/sound/knowthelist/pspec.xml - - - knowthelist - - qt5-base - gstreamer - taglib - alsa-lib - glib2 - libgcc - - - /usr/bin - /usr/share - /usr/share/applications - /usr/share/icons - /usr/share/doc - - - - - 2020-03-08 - 2.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-27 - 2.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-29 - 2.3.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 2.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-11 - 2.3.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - lame - http://lame.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console + GPLv2+ library + app:console multimedia.sound - A free MP3 encoder/decoder - MP3 ses çözümleme kütüphanesi - LAME is an MPEG Audio Layer III (MP3) encoder licensed under the LGPL. - Lame, Kısıtlı Genel Kamu lisansı altında lisanslanmış MPEG III(MP3) kod çözücüsüdür. - mirrors://sourceforge/lame/lame-3.100.tar.gz + Real-time MIDI I/O library + Gerçek zamanlı MIDI G/Ç kitaplığı + PortMedia is a set of simple clean APIs and cross-platform library implementations for music and other media. PortMidi sub-project provides a real-time MIDI input/output library. This package contains the PortMidi libraries. + portmidi, PortMedia projesinin gerçek zamanlı MIDI girdi/çıktı kitaplığıdır. + mirrors://sourceforge/portmedia/portmidi-src-217.zip + + build-pyportmidi + - ncurses-devel + python-devel + jdk8-openjdk + alsa-lib-devel + cmake - multimedia/sound/lame/pspec.xml + + portmidi-cmake.patch + + multimedia/sound/portmidi/pspec.xml - lame + portmidi - ncurses + alsa-lib /usr/bin /usr/lib - /usr/share/man - - - - lame-docs - /usr/share/doc - lame-devel - Development files for lame - lame için geliştirme dosyaları + python-portmidi + Python bindings for portmidi + portmidi için python bağlayıcısı + programming.language.python - lame + python + portmidi + + + /usr/lib/python* + + + + portmidi-devel + Development files for portmidi + portmidi için geliştirme dosyaları + + portmidi /usr/include @@ -229038,289 +74629,33 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - 2020-01-17 - 3.100 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - 2018-07-31 - 3.100 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2020-03-08 + 217 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2017-02-17 - 3.99.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2018-08-29 + 217 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 3.99.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-14 - 3.99.5 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - lash - http://savannah.nongnu.org/projects/lash - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - app:gui - multimedia.sound - LASH Audio Session Handler - LASH Ses Oturum Yöneticisi - LASH is a session management system for JACK and ALSA audio applications on GNU/Linux. It allows you to save and restore audio sessions consisting of multiple interconneced applications, restoring program state (i.e. loaded patches) and the connections between them. - LASH GNU/Linux'taki JACK ve ALSA ses uygulamaları için bir ses oturumu yönetim sistemidir. Bir çok birbirine bağlı uygulamanın ses oturumunu kaydedip, geri yüklemenize, program durumunu (örneğin yüklenmiş yamalar) ve aralarındaki bağlantıları geri yüklemenize olanak tanır. - lash - http://download.savannah.gnu.org/releases/lash/lash-0.6.0~rc2.tar.bz2 - - alsa-lib-devel - gtk2-devel - jack-audio-connection-kit-devel - dmapi-devel - texi2html - dbus-devel - libxml2-devel - python-devel - libutil-linux-devel - - - makefile.patch - docs-Makefile.patch - - multimedia/sound/lash/pspec.xml - - - lash - - gtk2 - dbus - glib2 - dmapi - libgcc - libxml2 - readline - alsa-lib - libutil-linux - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share - - - lash-panel.desktop - - - - lash-devel - Development files for lash - lash için geliştirme dosyaları - - dbus-devel - lash - alsa-lib-devel - libxml2-devel - libutil-linux-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 0.6.0_rc2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 0.6.0_rc2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2017-02-18 - 0.6.0_rc2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.6.0_rc2 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 217 + Rebuild. + Stefan Gronewold + groni@pisilinux.org - 2016-04-01 - 0.6.0_rc2 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libao - http://www.xiph.org/ao/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - La librairie de rendu (sortie) audio. - The audio output library - Ses çıktısı kütüphanesi - Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX. - http://downloads.xiph.org/releases/ao/libao-1.2.0.tar.gz - - alsa-lib-devel - pulseaudio-libs-devel - - multimedia/sound/libao/pspec.xml - - - libao - - alsa-lib - pulseaudio-libs - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - libao-devel - Development files for libao - libao için geliştirme dosyaları - - libao - - - /usr/include/ao - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/share/doc/libao/html - - - - - 2020-02-02 - 1.2.0 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-14 - 1.2.0 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-02-17 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-26 - 1.2.0 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libbs2b - http://bs2b.sourceforge.net/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv3 - library - multimedia.sound - Bauer stereophonic-to-binaural DSP library - The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. - mirrors://sourceforge/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2 - - libsndfile-devel - - multimedia/sound/libbs2b/pspec.xml - - - libbs2b - - libsndfile - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libbs2b-devel - Header files for libbs2b. - - libbs2b - - - /usr/include - - - - - 2020-01-17 - 3.1.0 - First release. - Mathias Freire - mathiasfreire45@gmail.com + 2016-11-21 + 217 + First Release + Stefan Gronewold + groni@pisilinux.org @@ -229511,846 +74846,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - libcdaudio - http://libcdaudio.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - multimedia.sound - A library for controlling CD-ROM devices - CD-ROM aygıtlarını kontrol etmeye yarayan bir kitaplık - libcdaudio is a portable library for controlling audio CDs. It is also able to manage transfers of information with the CDDB (http://www.freedb.org/) and CDIndex systems. - libcdaudio ses CDlerini kontrol etmekte kullanılan taşınabilir bir kitaplıktır. - mirrors://sourceforge/libcdaudio/libcdaudio-0.99.12p2.tar.gz - - libcdaudio-0.99.10.config.patch - security-bug-8587.patch - - multimedia/sound/libcdaudio/pspec.xml - - - libcdaudio - - /usr/bin - /usr/lib - /usr/share/doc - - - - libcdaudio-devel - Development files for libcdaudio - libcdaudio için geliştirme dosyaları - - libcdaudio - - - /usr/include - /usr/share/aclocal - /usr/lib/pkgconfig - - - - - 2020-03-08 - 0.99.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 0.99.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 0.99.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.99.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-26 - 0.99.12 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libcue - https://github.com/lipnitsk/libcue - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - Cue sheet parser library - Cue sayfası ayrıştırma kitaplığı - libcue is intended for parsing a so-called cue sheet from a char string or a file pointer. - libcue, cue sayfalarındaki metinleri ayrıştırmak için kullanılan bir kitaplıktır. - https://github.com/lipnitsk/libcue/archive/v2.2.1.tar.gz - - cmake - - multimedia/sound/libcue/pspec.xml - - - libcue - - /usr/lib - /usr/share/doc - - - - libcue-devel - Development files for libcue - libcue için geliştirme dosyaları - - libcue - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-07 - 2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 2.1.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-08 - 1.4.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libdca - https://www.videolan.org/developers/libdca.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - Library for decoding DTS Coherent Acoustics streams - libdts DTS tutarlı akustik streamlerini çözebilen ücretsiz bir kütüphane - libdts est une librairie libre pour décoder les flux DTS Coherent Acoustics. - libdts is a free library for decoding DTS Coherent Acoustics streams. - libdts DTS tutarlı akustik streamlerini çözebilen ücretsiz bir kütüphane - libdts es una librería libre para decodificar flujos acústicos coherentes DTS. - http://download.videolan.org/pub/videolan/libdca/0.0.6/libdca-0.0.6.tar.bz2 - - libdca-0.0.5-cflags.patch - - multimedia/sound/libdca/pspec.xml - - - libdca - - /usr/lib - /usr/bin - /usr/share/man - /usr/share/doc - - - - libdca-devel - Development files for libdca - libdca için geliştirme dosyaları - - libdca - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 0.0.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 0.0.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 0.0.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.0.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.0.5 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libechonest - https://projects.kde.org/projects/playground/libs/libechonest - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - C++ wrapper for the Echo Nest API - Echo Nest servisinin programlama arayüzü için C++ bağlayıcıları - libechonest is a collection of C++/Qt classes designed to make a developer's life easy when trying to use the APIs provided by The Echo Nest. - libechonest Echo Nest servisi tarafından sağlanan programlama arayüzüne erişmek için tasarlanmış C++/Qt sınıflarını içermektedir. - http://files.lfranchi.com/libechonest-2.3.1.tar.bz2 - - qt5-base-devel - cmake - doxygen - - multimedia/sound/libechonest/pspec.xml - - - libechonest - - libgcc - qt5-base - - - /usr/lib - /usr/share/doc - - - - libechonest-devel - Development files for libechonest - libechonest için geliştirme dosyaları - - libechonest - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-08 - 2.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 2.3.1 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-04 - 2.3.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libfishsound - https://www.xiph.org/fishsound/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - multimedia.sound - La librairie pour fichiers au format média Oggz. - A simple programming interface that wraps Xiph.Org audio codecs - libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode edebilir. - libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). - libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode etmek için kitaplık dosyaları sunar. - http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz - - libvorbis-devel - speex-devel - flac-devel - - multimedia/sound/libfishsound/pspec.xml - - - libfishsound - A simple programming interface that wraps Xiph.Org audio codecs - - libvorbis - speex - flac - - - /usr/share/doc - /usr/lib - /usr/share - - - - libfishsound-devel - Development files for libfishsound - libfishsound için geliştirme dosyaları - libfishsound-devel, libfishsound için geliştirme dosyaları içerir - - libfishsound - libvorbis-devel - speex-devel - flac-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-02 - 1.0.0 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - liblastfm - https://github.com/lastfm/liblastfm - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - multimedia.sound - A library for Last.fm integration - Last.fm entegrasyonu sağlayan bir kitaplık - liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff. - liblastfm, masaüstü uygulamalarına Last.fm servislerini entegre etmeyi sağlayan kitaplıklardan oluşur. Last.fm geliştiricileri tarafından hazırlanmıştır. - https://github.com/lastfm/liblastfm/archive/1.1.0.tar.gz - - cmake - qt5-base-devel - fftw3-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-sqlite - libsamplerate-devel - - - liblastfm-qt5.11.patch - - multimedia/sound/liblastfm/pspec.xml - - - liblastfm - - libgcc - qt5-base - - - /usr/lib/liblastfm5.so* - /usr/share/doc - - - - liblastfm-devel - A collection of libraries to help you integrate Last.fm services - liblastfm için geliştirme dosyaları - - liblastfm - liblastfm_fingerprint - - - /usr/include - - - - liblastfm_fingerprint - A collection of libraries to help you integrate Last.fm services - Last.fm entegrasyonu kolaylaştıran kitaplık koleksiyonu - - liblastfm - qt5-base - libsamplerate - libgcc - fftw3 - - - /usr/lib/liblastfm_fingerprint* - - - - - 2021-12-13 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-08 - 1.0.9 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2019-04-24 - 1.0.9 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-09-19 - 1.0.9 - Rebuild with new toolchain - Alihan Öztürk - alihan@pisilinux.org - - - 2017-05-02 - 1.0.9 - Rebuild with new toolchain - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-27 - 1.0.9 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libmad - http://mad.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - Librairie de "D"écompression "A"udio "M"peg ("M"peg "A"udio "D"ecoder") - "M"peg "A"udio "D"ecoder library - Yüksek kaliteli MPEG ses çözücü kütüphanesi - libmad is an audio decoder library for MPEG based content. - libmad MPEG tabanlı ses çözüm kitaplığıdır. - mirrors://sourceforge/mad/libmad-0.15.1b.tar.gz - - amd64-64bit.diff - libmad-0.15.1b-cflags-O2.patch - libmad-0.15.1b-cflags.patch - - multimedia/sound/libmad/pspec.xml - - - libmad - "M"peg "A"udio "D"ecoder library - - /usr/lib - /usr/share/doc - - - - libmad-devel - Development files for libmad - libmad için geliştirme dosyaları - libmad-devel, libmad için geliştirme dosyaları içerir. - - libmad - - - /usr/include - /usr/lib/pkgconfig - - - mad.pc - - - - - 2020-01-06 - 0.15.1b - Rebuilt. - Blue DeviL - bluedevil@sctzine.com - - - 2018-07-29 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.15.1b - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.15.1b - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.15.1b - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libmikmod - http://mikmod.raphnet.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.sound - A library to play a wide range of module formats - Bir çok modül formatını çalabilen bir kitaplık - libmikmod est une librairie son portable, qui était habituellement emballée avec le lecteur de module MikMod, mais qui est maintenant livrée de manière indépendante. Elle est capable de jouer des échantillons ainsi que des fichiers modules, utilisant aussi bien le pilote OSS, Alsa ou EsounD pour la sortie. Les formats de module gérés comprennent entre autres mod, s3m, xm, it, med, mtm et 669. - libmikmod is a portable sound library, which used to be packaged with the MikMod module player, but is now released independentely. It is capable of playing samples as well as module files, using the OSS driver for output, as well as Alsa and EsounD. Supported module format include mod, s3m, xm, it, med, mtm and 669, to name a few. - libmikmod, MikMod modül çalıcısı ile kullanmılması amacıyla paketlenmiş bir taşınabilir ses kitaplığıdır, fakat artık bağımsız olarak dağıtılmaktadır. Ses örneklerini ses çıkışı için OSS sürücünü kullanarak çalabildiği gibi, Alsa ve EsounD için de kullanmaktadır. Desteklenen modül kipleri mod, s3m, xm, it, med, mtm ve 669 gibi kiplerdir. - libmikmod es ina librería portable de sonido, que solía estar incluido con el MikMod module player, pero ahora fue lanzado independientemente. Es capaz de reproducir archivos de sonidos y de módulos, usando para la salida tanto un controlador OSS, como también Alsa y EsounD. Formatos de módulos soportados abarcan mod, s3m, xm, it, med, mtm and 669, para nombrar algunos. - http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.11.1/libmikmod-3.3.11.1.tar.gz - - audiofile-devel - alsa-lib-devel - - multimedia/sound/libmikmod/pspec.xml - - - libmikmod - - pulseaudio-libs - - - /usr/lib - /usr/share/doc/libmikmod - /usr/share/info - /usr/share/man - - - - libmikmod-devel - Development files for libmikmod - libmikmod için geliştirme dosyaları - - libmikmod - - - /usr/bin/libmikmod-config - /usr/include - /usr/share/aclocal - - - - libmikmod-32bit - 32-bit shared libraries for libmikmod - libmikmod için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - audiofile-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - libmikmod - audiofile-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - /usr/lib32 - - - - - 2020-03-07 - 3.3.11.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-29 - 3.3.11.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 3.3.10 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-19 - 3.3.7 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - libmodplug - http://modplug-xmms.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.sound - Librairie pour jouer les fichiers son de type MOD. - Library for playing MOD-like music files - MOD-like müzik dosyalarını çalmak için bir kütüphane - libmodplug is a library based on the mod rendering code from ModPlug, a popular windows mod player written by Olivier Lapicque. - http://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz - - libgcc - - - libmodplug-0.8.4-timidity-patches.patch - - multimedia/sound/libmodplug/pspec.xml - - - libmodplug - - libgcc - - - /usr/lib - /usr/share/doc - - - - libmodplug-devel - - libmodplug - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 0.8.9.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 0.8.9.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.8.8.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.8.8.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.8.8.5 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libmygpo-qt - https://gpodder.github.io/docs/libmygpo-qt.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.sound - Qt Library that wraps the gpodder.net Web API - gpodder.net Web API'sine ara yazılım sunan bir Qt kitaplığı - libmygpo-qt is a Qt Library that wraps the gpodder.net Web API. - libmygpo-qt, gpodder.net Web API'sine ara yazılım sunan bir Qt kitaplığıdır. - https://github.com/gpodder/libmygpo-qt/archive/1.1.0.tar.gz - - cmake - qt5-base-devel - - - libmygpo-qt-1.1.0-qt-5.11b3.patch - - multimedia/sound/libmygpo-qt/pspec.xml - - - libmygpo-qt - - libgcc - qt5-base - - - /usr/lib - /usr/share/doc - - - - libmygpo-qt-devel - Development files for libmygpo-qt - libmygpo-qt için geliştirme dosyaları - - qt5-base-devel - libmygpo-qt - - - /usr/include - /usr/lib/pkgconfig - - - - - 2018-08-07 - 1.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-10 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-04 - 1.0.9 - First release - Alihan Öztürk - alihan@pisilinux.org - - - libogg @@ -230462,1532 +74957,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - liboggz - https://www.xiph.org/oggz/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - app::console - library - multimedia.sound - La librairie pour fichiers au format média Oggz. - A simple programming interface for reading and writing Ogg files and streams. - Oggz dosya biçimi kütüphanesi - liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation. - liboggz, Oggz biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Oggz biçimli dosya oluşturmak için hem de Oggz dosyalarından paket ayıklamak için kullanılabilir. - http://downloads.xiph.org/releases/liboggz/liboggz-1.1.1.tar.gz - - libogg-devel - - multimedia/sound/liboggz/pspec.xml - - - liboggz - A simple programming interface for reading and writing Ogg files and streams. - - libogg - - - /usr/bin - /usr/share/doc - /usr/share/man - /usr/lib - /usr/share - - - - liboggz-devel - Development files for libfishsound - liboggz için geliştirme dosyaları - liboggz-devel, liboggz için geliştirme dosyaları içerir - - liboggz - libogg-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-02 - 1.1.1 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - libopenmpt - http://lib.openmpt.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - BSD - library - multimedia.sound - A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. - A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. - https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz - - flac-devel - zlib-devel - libogg-devel - mpg123-devel - libvorbis-devel - portaudio-devel - libsndfile-devel - pulseaudio-libs-devel - - multimedia/sound/libopenmpt/pspec.xml - - - libopenmpt - - flac - zlib - libgcc - libogg - mpg123 - libvorbis - portaudio - libsndfile - pulseaudio-libs - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libopenmpt-devel - Header files for libopenmpt. - - libopenmpt - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 0.4.11 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - libreplaygain - https://www.musepack.net/ - - Pisilinux Community - admins@pisilinux.org - - LGPL - library - multimedia.sound - replaygain library. - musepack replaygain library. - https://files.musepack.net/source/libreplaygain_r475.tar.gz - multimedia/sound/libreplaygain/pspec.xml - - - libreplaygain - - /usr/lib - - - - libreplaygain-devel - Development files for libreplaygain - - libreplaygain - - - /usr/include - - - - - 2020-09-17 - 8 - First build. - Pisilinux Community - admins@pisilinux.org - - - - - - libsamplerate - https://github.com/libsndfile/libsamplerate - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.sound - Secret Rabbit Code (alias libsamplerate) est un convertisseur audio de taux de Sample (Sample Rate Converter). - Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio - libsamplerate ses dosyaları için basit bir örnekleme oranı dönüştürücü - Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a factor of 12 and upsample by the same factor. The ratio of input and output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects. - libsamplerate (Seceret Rabbit Code) ses dosyaları için basit bir örnekleme oranı dönüştürücüsüdür. Zaman ya da tercih edilen başka bir yapıya bağlı olarak 12 kata kadar dönüşüm yapabilir. Örnekleme oranı değiştirebildiği gibi hızlandırma ve yavaşlatma filtreleri de uygulayabilir. - https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz - - libsndfile-devel - - multimedia/sound/libsamplerate/pspec.xml - - - libsamplerate - - libsndfile - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libsamplerate-devel - Development files for libsamplerate - libsamplerate için geliştirme dosyaları - libsamplerate için geliştirme dosyaları - - libsamplerate - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-18 - 0.2.2 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2020-01-12 - 0.1.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.1.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 0.1.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.1.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 0.1.8 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libsndfile - https://libsndfile.github.io/libsndfile/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - multimedia.sound - A C library for reading and writing files containing sampled sound - Örneklenmiş ses verileri içeren dosyalar yazmak ve okumak için C dili kütüphanesi. - Libsndfile est une librairie C pour lire et écrire des fichiers contenant des échantillons sonores (tels que les fichiers aux formats MS Windows WAV et Apple/SGI AIFF) à travers une seule interface de librairie standard. - Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. - Libsndfile, standart bir kütüphane arayüzü vasıtası ile (MS Windows WAV ve Apple/SGI AIFF biçimi gibi)örneklenmiş ses içeren dosyalar yazmak ve okumak için bir C dili kütüphanesidir. - Libsndfile es una librería C de lectura y escritura para archivos de sonido (como MS Windows WAV y el formato Apple/SGI AIFF) con una interfaz estándar de libería. - https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2 - - flac-devel - libogg-devel - python3-devel - libopus-devel - alsa-lib-devel - libvorbis-devel - - multimedia/sound/libsndfile/pspec.xml - - - libsndfile - - flac - libogg - libopus - alsa-lib - libvorbis - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/octave - - - - libsndfile-devel - Development files for libsndfile - libsndfile için geliştirme dosyaları - - libsndfile - flac-devel - libogg-devel - libopus-devel - libvorbis-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libsndfile-32bit - 32-bit shared libraries for libsndfile - libsndfile için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - flac-32bit - alsa-lib-32bit - libogg-32bit - libopus-32bit - libvorbis-32bit - - - flac-32bit - alsa-lib-32bit - libogg-32bit - libopus-32bit - libvorbis-32bit - libsndfile - - - /usr/lib32 - - - - - 2021-12-04 - 1.0.31 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-12 - 1.0.28 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 1.0.28 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 1.0.27 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.0.25 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-25 - 1.0.25 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libsoxr - https://sourceforge.net/p/soxr/wiki/Home/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPL - library - multimedia.sound - The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio - The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio - https://sourceforge.net/projects/soxr/files/soxr-0.1.3-Source.tar.xz - - cmake - - multimedia/sound/libsoxr/pspec.xml - - - libsoxr - - libgcc - libgomp - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libsoxr-devel - Header files for libsoxr. - - libsoxr - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 0.1.3 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - libvisual - http://libvisual.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.sound - Abstraction library for audio visualisation plugins - Ses canlandırma eklentileri için kütüphane - Libvisual est une librairie d'abstraction venant entre les applications et les plugins (greffons) de visualisation audio. - libvisual is an abstraction library that comes between applications and audio visualisation plugins. - libvisual, uygulamalar ve ses canlandırma eklentileri arasında yer alan bir soyutlama kütüphanesidir. - Libvisual es una librería de abstracción que actúa entre aplicaciones y plugins con funciones audiovisuales. - mirrors://sourceforge/libvisual/libvisual-0.4.0.tar.bz2 - - disable_altivec.patch - libvisual-0.4.0-inlinedefineconflict.patch - - multimedia/sound/libvisual/pspec.xml - - - libvisual - - /usr/lib - /usr/share/doc - /usr/share/locale - - - - libvisual-32bit - 32-bit shared libraries for libvisual - emul32 - emul32 - - libvisual - - - /usr/lib32 - - - - libvisual-devel - Development files for libvisual - libvisual için geliştirme dosyaları - - libvisual - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2020-01-11 - 0.4.0 - Rebuild - Kamil Atlıy - suvari@pisilinux.org - - - 2018-07-31 - 0.4.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 0.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 0.4.0 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 0.4.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libvorbis - https://xiph.org/vorbis/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.sound - Librairie de formatage de fichier son Ogg Vorbis libre. - The Vorbis general audio compression codec - Vorbis genel ses sıkıştırma kodlaması - libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel. - libvorbis tamamen açık, sahipsiz, genel amaçlı sıkıştırılmış ses biçimidir. - https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz - - libogg-devel - - multimedia/sound/libvorbis/pspec.xml - - - libvorbis - The Vorbis general audio compression codec - - libogg - - - /usr/lib - - - - libvorbis-devel - Development files for libvorbis - libvorbis için geliştirme dosyaları - libvorbis-devel, libvorbis için geliştirme dosyaları içerir. - - libvorbis - libogg-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - - - - libvorbis-docs - Documentation files for libvorbis - libvorbis ile ilgili belgeler - libvorbis-docs, libvorbis ile ilgili belgelendirme dosyaları içerir. - - libvorbis - - - /usr/share/doc - - - - libvorbis-32bit - 32-bit shared libraries for libvorbis - libvorbis için 32-bit paylaşımlı kitaplıklar - libvorbis-32bit, libvorbis için 32-bit paylaşımlı kitaplıklar içerir. - emul32 - emul32 - - libogg-32bit - - - libvorbis - libogg-32bit - - - /usr/lib32 - - - - - 2021-12-04 - 1.3.7 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2020-01-06 - 1.3.6 - Rebuilt for the new toolchain. - Blue DeviL - bluedevil@sctzine.com - - - 2018-07-29 - 1.3.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 1.3.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.3.4 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 1.3.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - mocp - http://moc.daper.net/ - - fury - uglyside@yandex.ru - - GPL-2 - app:console - multimedia.sound - Music On Console Player. - MOC (music on console) is a console audio player for Linux/Unix designed to be powerful and easy to use. - https://codeload.github.com/jonsafari/mocp/zip/638e6b8bd14497c65c2af2ca9bf90d55d5d5f817 - - intltool - db-devel - popt-devel - curl-devel - flac-devel - icu4c-devel - faad2-devel - speex-devel - ffmpeg-devel - libmad-devel - taglib-devel - gettext-devel - wavpack-devel - ncurses-devel - alsa-lib-devel - libvorbis-devel - libid3tag-devel - libmpcdec-devel - libsndfile-devel - libmodplug-devel - libsamplerate-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - - - pulseaudio.patch - - multimedia/sound/mocp/pspec.xml - - - mocp - - db - curl - file - flac - popt - zlib - faad2 - speex - ffmpeg - libmad - libogg - taglib - ncurses - wavpack - alsa-lib - libid3tag - libmpcdec - libvorbis - libmodplug - libsndfile - libtool-ltdl - libsamplerate - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man/man1 - /usr/share/doc - - - - - 2021-10-13 - 2.6.0 - First build - fury - uglyside@yandex.ru - - - - - - mpg123 - http://www.mpg123.de/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - app:console - multimedia.sound - Console MP3 player - Gerçek zamanlı bir mp3 oynatıcı - mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer. - mpg123 düşük konfigürasyonlu sistemlerde de rahatlıkla çalışabilen hızlı bir mp3 oynatıcısıdır. - mirrors://sourceforge/mpg123/mpg123-1.30.0.tar.bz2 - - libsdl2-devel - alsa-lib-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - - multimedia/sound/mpg123/pspec.xml - - - mpg123 - - libsdl2 - alsa-lib - libtool-ltdl - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - mpg123-devel - Development files for mpg123 - mpg123 için geliştirme dosyaları - - mpg123 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - mpg123-32bit - 32-bit shared libraries for mpg123 - mpg123 için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libsdl2-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - mpg123 - libsdl2-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - /usr/lib32 - - - - - 2022-06-27 - 1.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-13 - 1.29.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 1.29.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.25.13 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 1.25.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 1.23.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.22.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-13 - 1.22.4 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - musepack - https://www.musepack.net/ - - Pisilinux Community - admins@pisilinux.org - - BSD - LGPL - library - multimedia.sound - Portable Musepack decoder library. - Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. - https://files.musepack.net/source/musepack_src_r475.tar.gz - - libcue-devel - libreplaygain-devel - - - arch/configure.patch - arch/Makefile.patch - arch/mpcchap.patch - arch/mpcdec.patch - arch/mpcdecmake.patch - - multimedia/sound/musepack/pspec.xml - - - musepack - - libcue - libmpcdec - libreplaygain - - - /usr/bin - /usr/share - - - - libmpcdec - - /usr/lib - - - - libmpcdec-devel - Development files for libmpcdec - - libmpcdec - - - /usr/include - - - - - 2020-09-17 - 8 - First build. - Pisilinux Community - admins@pisilinux.org - - - - - - ncmpcpp - https://rybczak.net/ncmpcpp/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.sound - NCurses Music Player Client (Plus Plus). - Ncurses tabanlı MPD istemcisi - ncmpcpp – featureful ncurses based MPD client inspired by ncmpc. - Ncmpcpp; etiket düzenleyici, çalma listesi düzenleyici, şarkı sözü desteği vb. özellikleri olan bir MPD istemcisidir. - https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2 - - ccache - curl-devel - fftw3-devel - icu4c-devel - boost-devel - taglib-devel - ncurses-devel - readline-devel - libmpdclient-devel - - multimedia/sound/ncmpcpp/pspec.xml - - - ncmpcpp - - mpd - curl - boost - fftw3 - icu4c - libgcc - taglib - ncurses - readline - libmpdclient - - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2021-11-04 - 0.9.2 - Version bump - fury - uglyside@yandex.ru - - - 2020-12-23 - 0.9.1 - Version bump - fury - uglyside@yandex.ru - - - 2020-12-20 - 0.9 - Version bump - fury - uglyside@yandex.ru - - - 2020-12-13 - 0.8.2 - 0.9 release coming soon. - fury - uglyside@yandex.ru - - - - - - normalize - http://normalize.nongnu.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - multimedia.sound - Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır - Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır - Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song - Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır - http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz - - intltool - libmad-devel - vorbis-tools - lame-devel - flac-devel - mpg123-devel - audiofile-devel - bash-completion - - - mageia/compressed-wav-files.dpatch - mageia/fix-flac.dpatch - mageia/normalize-0.7.7-audiofile-pkgconfig.patch - mageia/normalize-0.7.7-automake-1.13.patch - mageia/normalize-0.7.7-m4.patch - mageia/normalize-0.7.7-mdv-fix-local-config.patch - - multimedia/sound/normalize/pspec.xml - - - normalize - - libmad - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-03-08 - 0.7.7 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2018-12-17 - 0.7.7 - First release k3b. - PisiLinux Community - admins@pisilinux.org - - - - - - opus-tools - https://opus-codec.org/ - - fury - uglyside@yandex.ru - - BSD - app:console - multimedia.sound - A set of tools to encode, inspect, and decode audio in the Opus format. - Opus dosya biçemini kodlamakö dekod etmek, incelemek vb için bir araç takımı. - This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format. - opus-tools, Opus dosya biçemini kodlamak. dekod etmek, incelemek vbç için bir araç takımı sunar. - https://archive.mozilla.org/pub/opus/opus-tools-0.2.tar.gz - - libopusenc-devel - opusfile-devel - libopus-devel - openssl-devel - libogg-devel - flac-devel - - multimedia/sound/opus-tools/pspec.xml - - - opus-tools - A set of tools to encode, inspect, and decode audio in the Opus format. - - libopusenc - opusfile - openssl - libopus - libogg - flac - - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2020-06-28 - 0.2 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-06-24 - 0.2 - First build. - fury - uglyside@yandex.ru - - - - - - pavucontrol - https://freedesktop.org/software/pulseaudio/pavucontrol/ - - fury - uglyside@yandex.ru - - GPLv2 - app:gui - multimedia.sound - PulseAudio Volume Control - PulseAudio Ses Denetimi - PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately. - pavucontrol, PulseAudio ses sunucusu için basit bir ses denetimi uygulamasıdır. Diğer karıştırıcı araçlara ek olarak, bu uygulama hem donanımsal aygıtların hem de ses akışlarının ses seviyelerini ayarlamanıza izin verir. - https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-5.0.tar.xz - - intltool - gtkmm3-devel - libsigc++-devel - json-glib-devel - pulseaudio-libs-devel - libcanberra-gtk-devel - libcanberra-gtk3-devel - - multimedia/sound/pavucontrol/pspec.xml - - - pavucontrol - - gtk3 - glib2 - atkmm - gtkmm3 - glibmm - libgcc - libsigc++ - libcanberra - pulseaudio-libs - libcanberra-gtk3 - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-09-15 - 5.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-08-17 - 4.0 - First release - fury - uglyside@yandex.ru - - - - - - pogo - https://launchpad.net/pogo - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.sound - Probably the simplest and fastest audio player for Linux. - Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player. - https://github.com/jendrikseipp/pogo/archive/v1.0.tar.gz - multimedia/sound/pogo/pspec.xml - - - pogo - - python - python-gtk - python-mutagen - python-imaging - gst-python - notify-python - gst-plugins-base - gst-plugins-good - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-03-08 - 1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 0.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-08-06 - 0.8.7 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-16 - 0.8.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-22 - 0.8.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - portaudio - http://www.portaudio.com - - PisiLinux Community - admins@pisilinux.org - - as-is - library - multimedia.sound - Portable audio library - Ses kütüphanesi - Une API audio multi-plateforme libre. - PortAudio is a free, cross platform, open-source, audio I/O library. - Birden çok platformda kullanılabilinen açıkkodlu ses kütüphanesi - http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz - - alsa-lib-devel - jack-audio-connection-kit-devel - - multimedia/sound/portaudio/pspec.xml - - - portaudio - - libgcc - alsa-lib - jack-audio-connection-kit - - - /usr/lib - /usr/share/doc - - - - portaudio-devel - Development files for portaudio - portaudio için geliştirme dosyaları - - portaudio - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/portaudio/html - - - - - 2021-07-21 - 190700.20210406 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-03-22 - 190600.20161030 - Rebuild with cxx. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-12 - 190600.20161030 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 190600.20161030 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 190600.20161030 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 19.20140130 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-21 - 19.20140130 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - portmidi - http://portmedia.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - app:console - multimedia.sound - Real-time MIDI I/O library - Gerçek zamanlı MIDI G/Ç kitaplığı - PortMedia is a set of simple clean APIs and cross-platform library implementations for music and other media. PortMidi sub-project provides a real-time MIDI input/output library. This package contains the PortMidi libraries. - portmidi, PortMedia projesinin gerçek zamanlı MIDI girdi/çıktı kitaplığıdır. - mirrors://sourceforge/portmedia/portmidi-src-217.zip - - build-pyportmidi - - - python-devel - jdk8-openjdk - alsa-lib-devel - cmake - - - portmidi-cmake.patch - - multimedia/sound/portmidi/pspec.xml - - - portmidi - - alsa-lib - - - /usr/bin - /usr/lib - /usr/share/doc - - - - python-portmidi - Python bindings for portmidi - portmidi için python bağlayıcısı - programming.language.python - - python - portmidi - - - /usr/lib/python* - - - - portmidi-devel - Development files for portmidi - portmidi için geliştirme dosyaları - - portmidi - - - /usr/include - /usr/share/man/man3 - - - - - 2020-03-08 - 217 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 217 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 217 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-21 - 217 - First Release - Stefan Gronewold - groni@pisilinux.org - - - pulseaudio @@ -232312,6 +75281,2574 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + vorbis-tools + https://xiph.org/vorbis/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + multimedia.sound + Tools for using the Ogg Vorbis sound file format + Ogg Vorbis ses dosyaları için araçlar paketi. + This set of tools allow you to play and encode Ogg Vorbis files. + vorbis-tools Ogg Vorbis dosyaları oluşturabilmenize ve oynatabilmenize olanak tanır. + https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz + + curl-devel + flac-devel + libao-devel + speex-devel + libogg-devel + libkate-devel + opusfile-devel + libvorbis-devel + + multimedia/sound/vorbis-tools/pspec.xml + + + vorbis-tools + + libvorbis + libao + flac + speex + libogg + libkate + + + /usr/bin + /usr/share/doc + /usr/share/locale + /usr/share/man + + + + + 2021-12-04 + 1.4.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-03-08 + 1.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-01 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-28 + 1.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + pavucontrol + https://freedesktop.org/software/pulseaudio/pavucontrol/ + + fury + uglyside@yandex.ru + + GPLv2 + app:gui + multimedia.sound + PulseAudio Volume Control + PulseAudio Ses Denetimi + PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately. + pavucontrol, PulseAudio ses sunucusu için basit bir ses denetimi uygulamasıdır. Diğer karıştırıcı araçlara ek olarak, bu uygulama hem donanımsal aygıtların hem de ses akışlarının ses seviyelerini ayarlamanıza izin verir. + https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-5.0.tar.xz + + intltool + gtkmm3-devel + libsigc++-devel + json-glib-devel + pulseaudio-libs-devel + libcanberra-gtk-devel + libcanberra-gtk3-devel + + multimedia/sound/pavucontrol/pspec.xml + + + pavucontrol + + gtk3 + glib2 + atkmm + gtkmm3 + glibmm + libgcc + libsigc++ + libcanberra + pulseaudio-libs + libcanberra-gtk3 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-09-15 + 5.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-08-17 + 4.0 + First release + fury + uglyside@yandex.ru + + + + + + codec2 + http://www.rowetel.com/?page_id=452 + + Mathias Freire + mathiasfreire45@gmail.com + + LGPL + library + multimedia.sound + Low bit rate open source speech codec + Codec 2 is an open source speech codec designed for communications quality speech between 700 and 3200 bit/s. The main application is low bandwidth HF/VHF digital radio. + https://hobbes1069.fedorapeople.org/freetel/codec2/codec2-0.8.1.tar.xz + + cmake + speex-devel + portaudio-devel + + multimedia/sound/codec2/pspec.xml + + + codec2 + + speex + portaudio + + + /usr/bin + /usr/lib + /usr/share/doc + + + + codec2-devel + Header files for codec2. + + codec2 + + + /usr/include + + + + + 2020-01-12 + 0.8.1 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + lash + http://savannah.nongnu.org/projects/lash + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + app:gui + multimedia.sound + LASH Audio Session Handler + LASH Ses Oturum Yöneticisi + LASH is a session management system for JACK and ALSA audio applications on GNU/Linux. It allows you to save and restore audio sessions consisting of multiple interconneced applications, restoring program state (i.e. loaded patches) and the connections between them. + LASH GNU/Linux'taki JACK ve ALSA ses uygulamaları için bir ses oturumu yönetim sistemidir. Bir çok birbirine bağlı uygulamanın ses oturumunu kaydedip, geri yüklemenize, program durumunu (örneğin yüklenmiş yamalar) ve aralarındaki bağlantıları geri yüklemenize olanak tanır. + lash + http://download.savannah.gnu.org/releases/lash/lash-0.6.0~rc2.tar.bz2 + + alsa-lib-devel + gtk2-devel + jack-audio-connection-kit-devel + dmapi-devel + texi2html + dbus-devel + libxml2-devel + python-devel + libutil-linux-devel + + + makefile.patch + docs-Makefile.patch + + multimedia/sound/lash/pspec.xml + + + lash + + gtk2 + dbus + glib2 + dmapi + libgcc + libxml2 + readline + alsa-lib + libutil-linux + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share + + + lash-panel.desktop + + + + lash-devel + Development files for lash + lash için geliştirme dosyaları + + dbus-devel + lash + alsa-lib-devel + libxml2-devel + libutil-linux-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 0.6.0_rc2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 0.6.0_rc2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.6.0_rc2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.6.0_rc2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-01 + 0.6.0_rc2 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + libcdaudio + http://libcdaudio.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.sound + A library for controlling CD-ROM devices + CD-ROM aygıtlarını kontrol etmeye yarayan bir kitaplık + libcdaudio is a portable library for controlling audio CDs. It is also able to manage transfers of information with the CDDB (http://www.freedb.org/) and CDIndex systems. + libcdaudio ses CDlerini kontrol etmekte kullanılan taşınabilir bir kitaplıktır. + mirrors://sourceforge/libcdaudio/libcdaudio-0.99.12p2.tar.gz + + libcdaudio-0.99.10.config.patch + security-bug-8587.patch + + multimedia/sound/libcdaudio/pspec.xml + + + libcdaudio + + /usr/bin + /usr/lib + /usr/share/doc + + + + libcdaudio-devel + Development files for libcdaudio + libcdaudio için geliştirme dosyaları + + libcdaudio + + + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + + + + + 2020-03-08 + 0.99.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 0.99.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.99.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.99.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-26 + 0.99.12 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + opus-tools + https://opus-codec.org/ + + fury + uglyside@yandex.ru + + BSD + app:console + multimedia.sound + A set of tools to encode, inspect, and decode audio in the Opus format. + Opus dosya biçemini kodlamakö dekod etmek, incelemek vb için bir araç takımı. + This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format. + opus-tools, Opus dosya biçemini kodlamak. dekod etmek, incelemek vbç için bir araç takımı sunar. + https://archive.mozilla.org/pub/opus/opus-tools-0.2.tar.gz + + libopusenc-devel + opusfile-devel + libopus-devel + openssl-devel + libogg-devel + flac-devel + + multimedia/sound/opus-tools/pspec.xml + + + opus-tools + A set of tools to encode, inspect, and decode audio in the Opus format. + + libopusenc + opusfile + openssl + libopus + libogg + flac + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2020-06-28 + 0.2 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-06-24 + 0.2 + First build. + fury + uglyside@yandex.ru + + + + + + freealut + http://www.openal.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.sound + Boîte à outils utilitaire d'OpenAL. + The OpenAL Utility Toolkit + Açık ses kütüphanesi Openal aletleri + Die OpenAL Werkzeugsammlung + freealut is a free implementation of OpenAL's ALUT standard. + http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz + + openal-devel + + + shared-openal.patch + + multimedia/sound/freealut/pspec.xml + + + freealut + + openal + + + /usr/lib + /usr/share/doc/freealut + + + + freealut-devel + Development files for freealut + freealut için geliştirme dosyaları + + freealut + openal-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/freealut/html + + + + + 2020-03-08 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 1.1.0 + Rebuild for new toolchain. + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-07 + 1.1.0 + Rebuild for Pisi Linux 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2014-06-08 + 1.1.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-01-24 + 1.1.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + flac + http://flac.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + app:console + multimedia.sound + An encoder/decoder for the Free Lossless Audio Codec + Özgür Kayıpsız Ses Kodlaması için kodlayıcı/çözücü araçları + flac is the Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. This package contains tools and libraries to work with and support for files in FLAC format. + flac bir Özgür Kayıpsız Ses Kodlaması'dır. (Free Lossless Audio Codec) FLAC biçemi akan görüntü, arama ve arşivleme ve tipik bir Ses CD'sinde %25-75 sıkıştırmayı destekler. + https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz + + libogg-devel + + multimedia/sound/flac/pspec.xml + + + flac + An encoder/decoder for the Free Lossless Audio Codec + + libogg + + + /usr/bin + /usr/lib + /usr/share/man + + + + flac-docs + Documentation files for flac + flac ile ilgili belgeler + flac-docs, flac ile ilgili belgelendirme dosyaları içerir. + + flac + + + /usr/share/doc + + + + flac-devel + Development files for flac + flac için geliştirme dosyaları + flac-devel, flac için geliştirme dosyaları içerir. + + libogg-devel + flac + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + + + + flac-32bit + 32-bit shared libraries for flac + flac için 32-bit paylaşımlı kitaplıklar + flac-32bit, flac için 32-bit paylaşımlı kitaplıklar içerir. + emul32 + emul32 + + libogg-32bit + + + libogg-32bit + libgcc + flac + + + /usr/lib32 + + + + + 2020-01-06 + 1.3.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-01 + 1.3.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.3.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.3.1 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-03 + 1.3.1 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libbs2b + http://bs2b.sourceforge.net/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv3 + library + multimedia.sound + Bauer stereophonic-to-binaural DSP library + The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. + mirrors://sourceforge/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2 + + libsndfile-devel + + multimedia/sound/libbs2b/pspec.xml + + + libbs2b + + libsndfile + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libbs2b-devel + Header files for libbs2b. + + libbs2b + + + /usr/include + + + + + 2020-01-17 + 3.1.0 + First release. + Mathias Freire + mathiasfreire45@gmail.com + + + + + + shine + https://github.com/toots/shine + + Mathias Freire + mathiasfreire45@gmail.com + + GPL2 + library + multimedia.sound + Super fast fixed-point MP3 encoder + shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as armel, etc + https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz + multimedia/sound/shine/pspec.xml + + + shine + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + shine-devel + Header files for shine. + + shine + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 3.1.1 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + + liblastfm + https://github.com/lastfm/liblastfm + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + multimedia.sound + A library for Last.fm integration + Last.fm entegrasyonu sağlayan bir kitaplık + liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff. + liblastfm, masaüstü uygulamalarına Last.fm servislerini entegre etmeyi sağlayan kitaplıklardan oluşur. Last.fm geliştiricileri tarafından hazırlanmıştır. + https://github.com/lastfm/liblastfm/archive/1.1.0.tar.gz + + cmake + qt5-base-devel + fftw3-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + libsamplerate-devel + + + liblastfm-qt5.11.patch + + multimedia/sound/liblastfm/pspec.xml + + + liblastfm + + libgcc + qt5-base + + + /usr/lib/liblastfm5.so* + /usr/share/doc + + + + liblastfm-devel + A collection of libraries to help you integrate Last.fm services + liblastfm için geliştirme dosyaları + + liblastfm + liblastfm_fingerprint + + + /usr/include + + + + liblastfm_fingerprint + A collection of libraries to help you integrate Last.fm services + Last.fm entegrasyonu kolaylaştıran kitaplık koleksiyonu + + liblastfm + qt5-base + libsamplerate + libgcc + fftw3 + + + /usr/lib/liblastfm_fingerprint* + + + + + 2021-12-13 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 1.0.9 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2019-04-24 + 1.0.9 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-09-19 + 1.0.9 + Rebuild with new toolchain + Alihan Öztürk + alihan@pisilinux.org + + + 2017-05-02 + 1.0.9 + Rebuild with new toolchain + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-27 + 1.0.9 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + celt + http://www.celt-codec.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + multimedia.sound + An audio codec for use in low-delay speech and audio communication + Düşük gecikmeli konuşma ve ses iletişimde kullanılmak üzere tasarlanan ses kodeği + CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio codec designed for realtime transmission of high quality speech and audio. This is meant to close the gap between traditional speech codecs (such as Speex) and traditional audio codecs (such as Vorbis). + CELT (Constrained Energy Lapped Transform) yüksek kalitede konuşma ve ses görüşmesinin gerçek zamanlı iletiminde kullanılmak üzere tasarlanmış bir ses kodeğidir. + http://downloads.us.xiph.org/releases/celt/celt-0.11.3.tar.gz + + libogg-devel + + multimedia/sound/celt/pspec.xml + + + celt + app:console + library + + libogg + + + /usr/bin + /usr/lib + /usr/share/doc + + + + celt-devel + Development files for celt + celt için geliştirme dosyaları + library + + celt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-12 + 0.11.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 0.11.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.11.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.11.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-15 + 0.11.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libmad + http://mad.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + Librairie de "D"écompression "A"udio "M"peg ("M"peg "A"udio "D"ecoder") + "M"peg "A"udio "D"ecoder library + Yüksek kaliteli MPEG ses çözücü kütüphanesi + libmad is an audio decoder library for MPEG based content. + libmad MPEG tabanlı ses çözüm kitaplığıdır. + mirrors://sourceforge/mad/libmad-0.15.1b.tar.gz + + amd64-64bit.diff + libmad-0.15.1b-cflags-O2.patch + libmad-0.15.1b-cflags.patch + + multimedia/sound/libmad/pspec.xml + + + libmad + "M"peg "A"udio "D"ecoder library + + /usr/lib + /usr/share/doc + + + + libmad-devel + Development files for libmad + libmad için geliştirme dosyaları + libmad-devel, libmad için geliştirme dosyaları içerir. + + libmad + + + /usr/include + /usr/lib/pkgconfig + + + mad.pc + + + + + 2020-01-06 + 0.15.1b + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2018-07-29 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.15.1b + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.15.1b + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + clementine + https://www.clementine-player.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + GPLv3 + app:gui + multimedia.sound + Clementine, modern bir müzik çalar ve kütüphane düzenleyicisidir. + Clementine is a modern music player and library organizer + Een cross-platform muziekspeler op basis van Amarok 1.4 + Nowoczesny i prosty w obsłudze odtwarzacz muzyki + Reproductor de música basado en Amarok 1.4 + Clementine, Amarok 1.4 esas alınarak Qt5 ile yeniden yazılmış modern bir müzik oynatıcıdır. + Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5. + Clementine is een moderne muziekspeler. Clementine is een port van Amarok 1.4, met een aantal functies herschreven om te profiteren van Qt5. + Clementine to port Amaroka 1.4 - popularnego odtwarzacza muzycznego dla systemu Linux. + Clementine es un moderno reproductor de música escrito en QT5 y basado en Amarok 1.4. + https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-814-g2b340da79/clementine-1.4.0rc1-814-g2b340da79.tar.xz + + cmake + ccache + gst-libav + glew-devel + dbus-devel + boost-devel + fftw3-devel + glibc-devel + libogg-devel + libmtp-devel + ffmpeg-devel + taglib-devel + qt5-linguist + qt5-sql-odbc + sqlite-devel + libcdio-devel + qt5-sql-mysql + libgpod-devel + qt5-svg-devel + libglvnd-devel + qt5-base-devel + libplist-devel + libqjson-devel + protobuf-devel + mesa-glu-devel + crypto++-devel + alsa-lib-devel + qt5-sql-sqlite + qca2-qt5-devel + libnotify-devel + qt5-qdbusviewer + liblastfm-devel + gstreamer-devel + qt5-webkit-devel + gst-plugins-ugly + gst-plugins-good + libusbmuxd-devel + libechonest-devel + libmygpo-qt-devel + google-sparsehash + libprojectM-devel + icon-theme-hicolor + desktop-file-utils + qt5-designer-devel + qt5-sql-postgresql + libkvkontakte-devel + qt5-x11extras-devel + qt5-assistant-devel + libchromaprint-devel + pulseaudio-libs-devel + gst-plugins-bad-devel + libimobiledevice-devel + gst-plugins-base-devel + libcdio-paranoia-devel + + multimedia/sound/clementine/pspec.xml + + + clementine + + glew + zlib + fftw3 + glib2 + libX11 + libgcc + libmtp + sqlite + taglib + libogg + libcdio + libgpod + protobuf + crypto++ + alsa-lib + qt5-base + libglvnd + libnotify + gstreamer + liblastfm + libprojectM + libmygpo-qt + qt5-x11extras + libchromaprint + pulseaudio-libs + gst-plugins-bad + gst-plugins-ugly + gst-plugins-good + gst-plugins-base + libprojectM-pulseaudio + + + /usr/bin + /usr/share + + + + + 2022-07-08 + 1.4.0_rc1.814 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-09 + 1.4.0_rc1.772 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-11-04 + 1.4.0_rc1.740 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-03-31 + 1.4.0_rc1 + Rebuild from git. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 1.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-11 + 1.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 1.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 1.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-22 + 1.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 1.3.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-07 + 1.3.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + espeak-ng + https://github.com/espeak-ng/espeak-ng + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + multimedia.sound + Multi-lingual software speech synthesizer + Multi-lingual software speech synthesizer + Multi-lingual software speech synthesizer + Multi-lingual software speech synthesizer + https://github.com/espeak-ng/espeak-ng/archive/1.50.tar.gz + + espeak-ng-fix-699.patch + + multimedia/sound/espeak-ng/pspec.xml + + + espeak-ng + + /usr/bin + /usr/lib + /usr/share + /usr/share/vim + /usr/share/doc + + + + espeak-ng-devel + Development files for espeak-ng + + espeak-ng + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-04-01 + 1.50 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + espeak + http://espeak.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + library + app:console + multimedia.sound + Software speech synthesizer (text-to-speech) + Yazılımsal konuşma sentezleyici (text-to-speech) + espeak produces good quality English speech. It uses a different synthesis method from other open source TTS engines and sounds quite different. + espeak iyi kalitede İngilizce konuşma sentezler. Diğer açık kaynaklı TTS motorlarından farklı bir sentezleme yöntemi kullandığından üretilen sesler biraz farklıdır. + http://sourceforge.net/projects/espeak/files/espeak/espeak-1.48/espeak-1.48.04-source.zip/download + + compile-voices.sh + + + coreutils + portaudio-devel + pulseaudio-libs-devel + + + espeak-1.23-makefile_nostaticlibs.patch + espeak-1.48-gcc-6-fix.patch + + multimedia/sound/espeak/pspec.xml + + + espeak + + portaudio + + + /usr/bin + /usr/lib + /usr/share/espeak-data + /usr/share/man + /usr/share/doc + + + espeak.1 + + + + espeak-devel + Development headers for espeak + espeak için geliştirme başlıkları + + espeak + + + /usr/include + + + + + 2020-07-14 + 1.48.04 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.48.04 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-10 + 1.48.04 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-18 + 1.48.04 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.48.04 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-01 + 1.48.04 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + audacity + https://www.audacityteam.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.sound + Multi-track audio editor and recorder + Özgür ses düzenleyici ve kaydedici + Grabador y editor de audio de código libre + With Audacity, you can cut, copy, splice or mix sounds together; change the speed or pitch of a recording and much more. Editing is very fast and provides unlimited undo/redo. There are digital effects and spectrum analysis tools. Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU.. + Audacity ses dosyalarını kaydetmek ve düzenlemek için özgür, açık kodlu bir yazılımdır. + Audacity es un editor de grabación y edición de sonido libre, de código abierto y multiplataforma. + audacity + https://github.com/audacity/audacity/archive/Audacity-3.1.3.tar.gz + + git + cmake + wxGTK3 + lv2-devel + suil-devel + flac-devel + gtk3-devel + gtk2-devel + lame-devel + expat-devel + glib2-devel + sqlite-devel + wxGTK-devel + wxBase-devel + ffmpeg-devel + libmad-devel + libogg-devel + taglib-devel + twolame-devel + libsoxr-devel + alsa-lib-devel + portmidi-devel + libid3tag-devel + libvorbis-devel + libsndfile-devel + soundtouch-devel + gdk-pixbuf-devel + desktop-file-utils + libsamplerate-devel + vamp-plugin-sdk-devel + jack-audio-connection-kit-devel + lv2-devel + portaudio-devel + + + 342c4b588f2f069a2df2157ac166237a54277b3a.patch + efc11c4ac50ac51cd71d4dcfa84e63b11000c3f5.patch + + multimedia/sound/audacity/pspec.xml + + + audacity + Multi-track audio editor and recorder + + lv2 + flac + gtk2 + gtk3 + expat + glib2 + sqlite + ffmpeg + libogg + libmad + libgcc + wxBase + wxGTK3 + libX11 + twolame + libsoxr + alsa-lib + portmidi + libid3tag + libvorbis + portaudio + libsndfile + soundtouch + gdk-pixbuf + soundtouch + wxGTK-common + libsamplerate + vamp-plugin-sdk + jack-audio-connection-kit + lame + + + /usr/share/man + /usr/bin + /usr/lib + /usr/share/mime + /usr/share/icons + /usr/share/pixmaps + /usr/share/appdata + /usr/share/audacity + /usr/share/doc/audacity + /usr/share/locale + /usr/share/applications + /usr/share/metainfo/audacity.appdata.xml + + + + + 2022-07-28 + 3.1.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-21 + 2.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-05-21 + 2.4.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-21 + 2.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-30 + 2.3.3 + Version bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2019-03-13 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-04-28 + 2.2.2 + Rebuild ffmpeg. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-04-04 + 2.2.2 + First release for Pisi Linux 2.0. + Stefan Gronewold + groni@pisilinux.org + + + + + + libsamplerate + https://github.com/libsndfile/libsamplerate + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + multimedia.sound + Secret Rabbit Code (alias libsamplerate) est un convertisseur audio de taux de Sample (Sample Rate Converter). + Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio + libsamplerate ses dosyaları için basit bir örnekleme oranı dönüştürücü + Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a factor of 12 and upsample by the same factor. The ratio of input and output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects. + libsamplerate (Seceret Rabbit Code) ses dosyaları için basit bir örnekleme oranı dönüştürücüsüdür. Zaman ya da tercih edilen başka bir yapıya bağlı olarak 12 kata kadar dönüşüm yapabilir. Örnekleme oranı değiştirebildiği gibi hızlandırma ve yavaşlatma filtreleri de uygulayabilir. + https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz + + libsndfile-devel + + multimedia/sound/libsamplerate/pspec.xml + + + libsamplerate + + libsndfile + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libsamplerate-devel + Development files for libsamplerate + libsamplerate için geliştirme dosyaları + libsamplerate için geliştirme dosyaları + + libsamplerate + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-18 + 0.2.2 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2020-01-12 + 0.1.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.1.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 0.1.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.1.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.1.8 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + drumstick + http://drumstick.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + app:gui + multimedia.sound + Qt5/C++ wrapper for ALSA Sequencer + ALSA ardıştırıcısı için Qt5/C++ kitaplığı + Drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style. + Drumstick, ALSA ardıştırıcı arayüzü için Qt5 nesnelerini, deyimlerini ve tarzını kullanan bir C++ ara kitaplığıdır. + drumstick + mirrors://sourceforge/drumstick/1.1.3/drumstick-1.1.3.tar.bz2 + + cmake + qt5-base-devel + qt5-svg-devel + alsa-lib-devel + fluidsynth-devel + libxslt + doxygen + docbook-xsl + shared-mime-info + pulseaudio-libs-devel + + multimedia/sound/drumstick/pspec.xml + + + drumstick + + drumstick-libs + libgcc + qt5-svg + qt5-base + alsa-lib + + + /usr/bin + /usr/share + /usr/share/mime + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/man + + + + drumstick-libs + Libraries for Drumstick + Drumstick kitaplıkları + drumstick-libs provides libraries for Drumstick based applications. + drumstick-libs, Drumstick temelli uygulamalar için kitaplık dosyaları sunar. + library + + libgcc + alsa-lib + qt5-base + fluidsynth + pulseaudio-libs + + + /usr/lib/drumstick + /usr/lib/libdrum* + + + + drumstick-devel + Development files for Drumstick + Drumstick kitaplığı için geliştirme dosyaları + drumstick-devel provides development files for Drumstick libraries. + drumstick-devel, Drumstick kitaplığı için geliştirme dosyaları sunar. + data + + qt5-base-devel + alsa-lib-devel + drumstick-libs + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-08 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 1.1.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-17 + 1.0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libmygpo-qt + https://gpodder.github.io/docs/libmygpo-qt.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.sound + Qt Library that wraps the gpodder.net Web API + gpodder.net Web API'sine ara yazılım sunan bir Qt kitaplığı + libmygpo-qt is a Qt Library that wraps the gpodder.net Web API. + libmygpo-qt, gpodder.net Web API'sine ara yazılım sunan bir Qt kitaplığıdır. + https://github.com/gpodder/libmygpo-qt/archive/1.1.0.tar.gz + + cmake + qt5-base-devel + + + libmygpo-qt-1.1.0-qt-5.11b3.patch + + multimedia/sound/libmygpo-qt/pspec.xml + + + libmygpo-qt + + libgcc + qt5-base + + + /usr/lib + /usr/share/doc + + + + libmygpo-qt-devel + Development files for libmygpo-qt + libmygpo-qt için geliştirme dosyaları + + qt5-base-devel + libmygpo-qt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-08-07 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-10 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-04 + 1.0.9 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + lame + http://lame.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + library + multimedia.sound + A free MP3 encoder/decoder + MP3 ses çözümleme kütüphanesi + LAME is an MPEG Audio Layer III (MP3) encoder licensed under the LGPL. + Lame, Kısıtlı Genel Kamu lisansı altında lisanslanmış MPEG III(MP3) kod çözücüsüdür. + mirrors://sourceforge/lame/lame-3.100.tar.gz + + ncurses-devel + + multimedia/sound/lame/pspec.xml + + + lame + + ncurses + + + /usr/bin + /usr/lib + /usr/share/man + + + + lame-docs + + /usr/share/doc + + + + lame-devel + Development files for lame + lame için geliştirme dosyaları + + lame + + + /usr/include + /usr/share/man/man3 + + + + + 2020-01-17 + 3.100 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 3.100 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 3.99.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.99.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-14 + 3.99.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libopenmpt + http://lib.openmpt.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + multimedia.sound + A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. + A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. + https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz + + flac-devel + zlib-devel + libogg-devel + mpg123-devel + libvorbis-devel + portaudio-devel + libsndfile-devel + pulseaudio-libs-devel + + multimedia/sound/libopenmpt/pspec.xml + + + libopenmpt + + flac + zlib + libgcc + libogg + mpg123 + libvorbis + portaudio + libsndfile + pulseaudio-libs + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + libopenmpt-devel + Header files for libopenmpt. + + libopenmpt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 0.4.11 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + timidity + http://timidity.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + multimedia.sound + Software synthesizer and MIDI converter + MIDI WAV dönüştürücüsü + Timidity is a software synthesizer, MIDI player and MIDI to other sound formats converter which can also emulate a midi port. + OSS ve ALSA ses çıkışı üretebilen MIDI'den WAV oluşturabilen ve midi aygıt emulasyonu yapabilen sunucu + mirrors://sourceforge/timidity/TiMidity++-2.14.0.tar.bz2 + + alsa-lib-devel + libao-devel + libXaw-devel + flac-devel + libvorbis-devel + speex-devel + libXext-devel + libogg-devel + jack-audio-connection-kit-devel + gtk2-devel + Xaw3d-devel + glib2-devel + libX11-devel + ncurses-devel + libpng-devel + + + timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch + + multimedia/sound/timidity/pspec.xml + + + timidity + + alsa-lib + libao + libXaw + flac + libvorbis + speex + libXext + libogg + jack-audio-connection-kit + gtk2 + timidity-shompatches + Xaw3d + glib2 + libX11 + libpng + ncurses + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/timidity + + + System.Service + + + timidity.conf.d + timidity.cfg + timidity-update + + + + + 2020-03-07 + 2.14.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 2.14.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 2.14.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.14.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-21 + 2.14.0 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + fluidsynth + http://www.fluidsynth.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + multimedia.sound + A realtime software synthesizer + Gerçek zamanlı bir yazılım birleştirici + FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. + FluidSynth, SoundFort 2 özelliklerine sahip gerçek zamanlı bir yazılım bireştiricidir. + https://github.com/FluidSynth/fluidsynth/archive/v2.1.1.tar.gz + + dbus-devel + readline-devel + libsdl2-devel + alsa-lib-devel + ladspa-sdk-devel + libsndfile-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel + cmake + + multimedia/sound/fluidsynth/pspec.xml + + + fluidsynth + + dbus + glib2 + readline + alsa-lib + libsdl2 + ladspa-sdk + libsndfile + pulseaudio-libs + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + fluidsynth-devel + Development files for fluidsynth + fluidsynth için geliştirme dosyaları + + fluidsynth + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 2.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 1.1.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 1.1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-26 + 1.1.6 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + flite + http://www.speech.cs.cmu.edu/flite/index.html + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + library + multimedia.sound + Flite: a small run-time speech synthesis engine + Küçük ve hızlı bir konuşma sentezleyici + Flite (festival-lite) is a small, fast run-time speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools. + Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır. + http://festvox.org/flite/packed/flite-2.1/flite-2.1-release.tar.bz2 + + alsa-lib-devel + chrpath + + + flite-ldflags.patch + CVE-2014-0027_unsafe_temporary_file.patch + + multimedia/sound/flite/pspec.xml + + + flite + + alsa-lib + + + /usr/bin + /usr/share/doc + /usr/lib + + + + flite-devel + Development headers for flite + flite için geliştirme başlıkları + + flite + + + /usr/include + + + + + 2020-02-28 + 2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-28 + 2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-21 + 2.1 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-19 + 2.1 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2018-08-05 + 2.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 2.0.0 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-29 + 2.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-08-18 + 1.9.0 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-27 + 1.4 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-24 + 1.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + ario + http://ario-player.sourceforge.net/ + + Pisilinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.sound + Ario is a GTK+ client for MPD. + ario - A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster. + mirrors://sourceforge/ario-player/1.6/ario-1.6.tar.gz + + avahi + python3 + intltool + atk-devel + curl-devel + gtk3-devel + avahi-libs + cairo-devel + pango-devel + taglib-devel + gnutls-devel + libxml2-devel + libsoup-devel + gettext-devel + dbus-glib-devel + libunique-devel + libnotify-devel + libgcrypt-devel + avahi-glib-devel + fontconfig-devel + gdk-pixbuf-devel + libmpdclient-devel + + + fix_window_size_if_tags_are_too_long.patch + + multimedia/sound/ario/pspec.xml + + + ario + + atk + gtk3 + curl + avahi + cairo + pango + taglib + gnutls + libxml2 + libsoup + dbus-glib + libnotify + libunique + avahi-libs + fontconfig + gdk-pixbuf + avahi-glib + libmpdclient + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc/ario + + + System.PackageHandler + + + + + 2020-12-13 + 1.6 + First Beta build. + fury + uglyside@yandex.ru + + + + + + twolame + https://www.twolame.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + multimedia.sound + An optimised MPEG Audio Layer 2 + Optimize edilmiş bir MPEG Ses katman 2 çözücüsü + TwoLAME is an optimised MPEG Audio Layer 2 encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. + TwoLame Mike Cheng'in tooLAME'ni taban olarak alan LAME'in ISO dist10 kodları ve parçaları üzerinde optimize edilmiş bir MPEG Ses Katman 2 çözücüsüdür. + mirrors://sourceforge/twolame/twolame-0.4.0.tar.gz + + libsndfile-devel + + multimedia/sound/twolame/pspec.xml + + + twolame + + libsndfile + + + /usr/bin + /usr/lib + /usr/share/doc/twolame + /usr/share/man + + + + twolame-devel + Development files for twolame + twolame için geliştirme dosyaları + + twolame + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/twolame/html + + + + + 2021-12-04 + 0.4.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-18 + 0.3.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 0.3.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.3.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.3.13 + First release + Kamil Atlı + suvarice@gmail.com + + + pulseaudio-qt @@ -232400,189 +77937,1050 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - qmmp - http://qmmp.ylsoftware.com + speex + http://www.speex.org/ PisiLinux Community admins@pisilinux.org - GPLv2+ - app:gui + xiph + app:console multimedia.sound - An audio-player, written with Qt5 library - Qt tabanlı müzik oynatıcı - Qmmp is an audio-player, written with Qt5 library. It's similar to Winamp or Xmms. Also supports Xmms and Winamp skins. qmmp-skins package in Contrib repository is recommended, too. - Qmmp Qt tabanlı bir müzik oynatıcısıdır. Xmms ve Winamp temalarını destekler. Ayrıca Contrib deposunda bulunan ve Pisi Linux'a özel temalar da içeren qmmp-skins paketini de kurmanız önerilir. - qmmp - http://qmmp.ylsoftware.com/files/qmmp-1.4.1.tar.bz2 + Audio compression format designed for speech and its converter application + Konuşma için tasarlanmış bir ses sıkıştırma biçimi kütüphanesi ve araçları + speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. The package also contains a command-line tool to convert to/from Speex codec. + speex, konuşma için tasarlanmış özgür ve açık kaynaklı bir ses sıkıştırma biçimidir. Paket kütüphanenin yanında speex biçimine/biçiminden dönüştürme yapmak için gerekli araçları içerir. + https://gitlab.xiph.org/xiph/speex/-/archive/Speex-1.2.1/speex-Speex-1.2.1.tar.bz2 - qt5-multimedia-devel - qt5-base-devel - libX11-devel - qt5-x11extras-devel - qt5-linguist - qt5-sql-postgresql - qt5-sql-odbc - qt5-sql-mysql - qt5-sql-sqlite - libsamplerate-devel - wavpack-devel - flac-devel - faad2-devel - libmodplug-devel - libmms-devel - libcdio-devel - libvorbis-devel - libsndfile-devel - pulseaudio-libs-devel - alsa-lib-devel - mesa-devel - libmad-devel - taglib-devel - ffmpeg-devel - libmpcdec-devel - libcddb-devel libogg-devel - libbs2b-devel - mpg123-devel - libarchive-devel - jack-audio-connection-kit-devel - cmake + speexdsp-devel - multimedia/sound/qmmp/pspec.xml + multimedia/sound/speex/pspec.xml - qmmp + speex - qt5-base - curl - libX11 - libgcc - qt5-x11extras - qt5-multimedia - libsamplerate - wavpack - flac - faad2 - libmodplug - libmms - libvorbis - libsndfile - pulseaudio-libs - alsa-lib - libmad - taglib - ffmpeg - libcddb - libcdio - libcdio-paranoia - jack-audio-connection-kit - libmpcdec libogg - mpg123 - libbs2b - libarchive + speexdsp /usr/bin + /usr/share/man /usr/lib - /usr/share /usr/share/doc - qmmp-devel - qmmp development files - qmmp için geliştirme dosyaları + speex-devel + Development files for speex + speex için geliştirme dosyaları - qmmp - qt5-base-devel + speex - /usr/lib/pkgconfig - /usr/include/ + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + speex-32bit + 32-bit shared libraries for speex + speex için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libogg-32bit + speexdsp-32bit + + + speex + libogg-32bit + + + /usr/lib32 - - 2020-09-19 - 1.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 1.3.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-08 - 1.3.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-12 - 1.2.4 - version bumb. - erkan IŞIK - erkanisik@pisilinux.org - - 2018-09-01 + 2022-06-20 1.2.1 - Rebuild New T. + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-04-27 - 1.2.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2020-01-14 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2017-04-24 - 1.1.8 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2018-08-03 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2016-06-20 - 1.0.10 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2017-02-17 + 1.2.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 1.0.9 + 1.2_rc1 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-05-16 - 1.0.9 + 2016-05-25 + 1.2_rc1 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.2_rc1 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + faac + https://github.com/knik0/faac + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + library + multimedia.sound + MPEG-4 audio codecs + Özgür MPEG-4 ses codecleri + Free MPEG-4 audio codecs by AudioCoding.com. + https://ftp.osuosl.org/pub/blfs/conglomeration/faac/faac-1_30.tar.gz + + libmp4v2-devel + + multimedia/sound/faac/pspec.xml + + + faac + + libmp4v2 + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + faac-devel + Development files for faac. + faac için geliştirme dosyaları + + faac + + + /usr/include + + + + + 2021-12-20 + 1.30 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-18 + 1.29.9.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.29.9.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 1.28 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.28 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-14 + 1.28 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libdca + https://www.videolan.org/developers/libdca.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + Library for decoding DTS Coherent Acoustics streams + libdts DTS tutarlı akustik streamlerini çözebilen ücretsiz bir kütüphane + libdts est une librairie libre pour décoder les flux DTS Coherent Acoustics. + libdts is a free library for decoding DTS Coherent Acoustics streams. + libdts DTS tutarlı akustik streamlerini çözebilen ücretsiz bir kütüphane + libdts es una librería libre para decodificar flujos acústicos coherentes DTS. + http://download.videolan.org/pub/videolan/libdca/0.0.6/libdca-0.0.6.tar.bz2 + + libdca-0.0.5-cflags.patch + + multimedia/sound/libdca/pspec.xml + + + libdca + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + libdca-devel + Development files for libdca + libdca için geliştirme dosyaları + + libdca + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 0.0.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 0.0.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 0.0.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.0.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.0.5 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + pogo + https://launchpad.net/pogo + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.sound + Probably the simplest and fastest audio player for Linux. + Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player. + https://github.com/jendrikseipp/pogo/archive/v1.0.tar.gz + multimedia/sound/pogo/pspec.xml + + + pogo + + python + python-gtk + python-mutagen + python-imaging + gst-python + notify-python + gst-plugins-base + gst-plugins-good + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-03-08 + 1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 0.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-08-06 + 0.8.7 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-16 + 0.8.4 Version bump. Stefan Gronewold(groni) groni@pisilinux.org - 2015-11-19 - 1.0.1 + 2013-12-22 + 0.8.2 First release Stefan Gronewold(groni) groni@pisilinux.org + + + sound-theme-freedesktop + https://www.freedesktop.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + custom + library + multimedia.sound + Freedesktop sound theme + Freedesktop sound theme + Freedesktop ses teması + Freedesktop ses teması + http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2 + + intltool + + multimedia/sound/sound-theme-freedesktop/pspec.xml + + + sound-theme-freedesktop + + /usr/share + /usr/share/sounds/freedesktop + /usr/share/doc + + + + + 2021-10-16 + 0.8 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + yarock + https://seb-apps.github.io/yarock/ + + Stefan Gronewold + groni@pisilinux.org + + GPLv3 + multimedia.sound + Qt Modern Music Player with collection browse based on cover art. + Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart. + https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz + + cmake + qt5-sql-odbc + qt5-linguist + qt5-sql-mysql + qt5-sql-sqlite + qt5-base-devel + qt5-sql-postgresql + qt5-x11extras-devel + mpv-player-devel + qt5-phonon-devel + htmlcxx-devel + taglib-devel + + multimedia/sound/yarock/pspec.xml + + + yarock + + qt5-linguist + qt5-base + qt5-x11extras + mpv-player + qt5-phonon + htmlcxx + taglib + + + /usr/bin + /usr/lib/yarock + /usr/share/appdata + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/yarock/translations + /usr/share/doc/yarock + + + + + 2020-09-17 + 1.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 1.4.0 + Version bump + fury + uglyside@yandex.ru + + + 2018-09-01 + 1.1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-23 + 1.1.6 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-24 + 1.1.6 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + libvisual + http://libvisual.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.sound + Abstraction library for audio visualisation plugins + Ses canlandırma eklentileri için kütüphane + Libvisual est une librairie d'abstraction venant entre les applications et les plugins (greffons) de visualisation audio. + libvisual is an abstraction library that comes between applications and audio visualisation plugins. + libvisual, uygulamalar ve ses canlandırma eklentileri arasında yer alan bir soyutlama kütüphanesidir. + Libvisual es una librería de abstracción que actúa entre aplicaciones y plugins con funciones audiovisuales. + mirrors://sourceforge/libvisual/libvisual-0.4.0.tar.bz2 + + disable_altivec.patch + libvisual-0.4.0-inlinedefineconflict.patch + + multimedia/sound/libvisual/pspec.xml + + + libvisual + + /usr/lib + /usr/share/doc + /usr/share/locale + + + + libvisual-32bit + 32-bit shared libraries for libvisual + emul32 + emul32 + + libvisual + + + /usr/lib32 + + + + libvisual-devel + Development files for libvisual + libvisual için geliştirme dosyaları + + libvisual + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2020-01-11 + 0.4.0 + Rebuild + Kamil Atlıy + suvari@pisilinux.org + + + 2018-07-31 + 0.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 0.4.0 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 0.4.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + audacious + https://audacious-media-player.org + + PisiLinux Community + admins@pisilinux.org + + GPL-3 + app:gui + multimedia.sound + an advanced audio player + Açık kaynak kodlu bir müzikçalar + Audacious es un reproductor de audio disponible como software libre + Zaawansowany odtwarzacz muzyczny + Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists.Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more. + Audacious ile dilerseniz bilgisayarınızdan ya da diğer kaynaklardan, sürükle-bırak yöntemiyle,müzik dosyalarınızı çalabilrsiniz. + Sanatçı ve albüm müzik kütüphanesi için arama yapabilir veya kendi özel çalma listelerinizi oluşturup ve düzenleyebilirsiniz. + CD ya da internet üzerinden canlı müzik dinleyeblir, GTK temalı arayüzlü bu uygulamayla , modern bir müzikçaların keyfini çıkarabilirsiniz. + Dilerseniz Winamp klasik arayüzleri ile görüntüsünü değiştirebilirsiniz. + Audacious ile birlikte eklentilerini ve daha fazlasını,örneğin sabahları bir alarm kurmak için kullanabilirsiniz. + Con Audacious puede escuchar música desde su ordenador o desde otras fuentes, si lo desea, puede arrastrar y soltar los archivos de música. Puede buscar por artista y álbum, disponer de biblioteca de música o crear sus propias listas de reproducción y editarlas. También puede cambiar la apariencia de la interfaz al modo de Winamp clásico. + Audacious to zaawansowany i bardzo wydajny odtwarzacz audio. Program obsługuje najpopularniejsze formaty dźwiękowe a w razie potrzeby listę formatów można poszerzyć dzięki licznym wtyczkom. + https://distfiles.audacious-media-player.org/audacious-4.2.tar.bz2 + + meson + cmake + gtk2-devel + glib2-devel + pango-devel + qt5-linguist + python3-devel + qt5-base-devel + gdk-pixbuf-devel + libarchive-devel + + multimedia/sound/audacious/pspec.xml + + + audacious + + gtk2 + glib2 + cairo + pango + libgcc + qt5-base + gdk-pixbuf + libarchive + + + /usr/share/doc + /usr/bin + /usr/share + /usr/lib + /usr/share/locale + + + + audacious-devel + + audacious + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-08-07 + 4.2 + Version bump. + fury + uglyside@yandex.ru + + + 2022-01-18 + 4.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-03-07 + 3.10 + Rebuild + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2018-12-06 + 3.10 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + decibel-audio-player + http://decibel.silent-blade.org/ + + Yoyo Fernández + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.sound + Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux + Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux + Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux. It is very straightforward to use thanks to a clean and user-friendly interface. It is especially targeted at Gnome and follows the Gnome HIG. + Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE. + http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz + + prefix.patch + decibel-audio-player-pil.patch + + multimedia/sound/decibel-audio-player/pspec.xml + + + decibel-audio-player + + dbus-python + gst-python + python-gtk + python-imaging + python-mutagen + + + /usr/bin + /usr/share/man/man1 + /usr/share/decibel-audio-player + /usr/share/applications + /usr/share/pixmaps + /usr/share/locale/ + /usr/share/doc + + + decibel-audio-player + decibel-audio-player-remote + + + + + 2020-03-08 + 1.08 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.08 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 1.08 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 1.08 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-07 + 1.08 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libsndfile + https://libsndfile.github.io/libsndfile/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + multimedia.sound + A C library for reading and writing files containing sampled sound + Örneklenmiş ses verileri içeren dosyalar yazmak ve okumak için C dili kütüphanesi. + Libsndfile est une librairie C pour lire et écrire des fichiers contenant des échantillons sonores (tels que les fichiers aux formats MS Windows WAV et Apple/SGI AIFF) à travers une seule interface de librairie standard. + Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. + Libsndfile, standart bir kütüphane arayüzü vasıtası ile (MS Windows WAV ve Apple/SGI AIFF biçimi gibi)örneklenmiş ses içeren dosyalar yazmak ve okumak için bir C dili kütüphanesidir. + Libsndfile es una librería C de lectura y escritura para archivos de sonido (como MS Windows WAV y el formato Apple/SGI AIFF) con una interfaz estándar de libería. + https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2 + + flac-devel + libogg-devel + python3-devel + libopus-devel + alsa-lib-devel + libvorbis-devel + + multimedia/sound/libsndfile/pspec.xml + + + libsndfile + + flac + libogg + libopus + alsa-lib + libvorbis + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/octave + + + + libsndfile-devel + Development files for libsndfile + libsndfile için geliştirme dosyaları + + libsndfile + flac-devel + libogg-devel + libopus-devel + libvorbis-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libsndfile-32bit + 32-bit shared libraries for libsndfile + libsndfile için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + flac-32bit + alsa-lib-32bit + libogg-32bit + libopus-32bit + libvorbis-32bit + + + flac-32bit + alsa-lib-32bit + libogg-32bit + libopus-32bit + libvorbis-32bit + libsndfile + + + /usr/lib32 + + + + + 2021-12-04 + 1.0.31 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-12 + 1.0.28 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.0.28 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.0.27 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.0.25 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-25 + 1.0.25 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libcue + https://github.com/lipnitsk/libcue + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.sound + Cue sheet parser library + Cue sayfası ayrıştırma kitaplığı + libcue is intended for parsing a so-called cue sheet from a char string or a file pointer. + libcue, cue sayfalarındaki metinleri ayrıştırmak için kullanılan bir kitaplıktır. + https://github.com/lipnitsk/libcue/archive/v2.2.1.tar.gz + + cmake + + multimedia/sound/libcue/pspec.xml + + + libcue + + /usr/lib + /usr/share/doc + + + + libcue-devel + Development files for libcue + libcue için geliştirme dosyaları + + libcue + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 2.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-18 + 2.1.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-08 + 1.4.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libilbc + https://github.com/TimothyGu/libilbc/ + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + multimedia.sound + A friendly copy of the iLBC codec from the WebRTC project + This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591. + https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.bz2 + multimedia/sound/libilbc/pspec.xml + + + libilbc + + /usr/bin + /usr/lib + /usr/share/doc + + + + libilbc-devel + Header files for libilbc. + + libilbc + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-12 + 2.0.2 + First release. + Idris Kalp + idriskalp@gmail.com + + + sayonara @@ -232726,1173 +79124,38 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - shine - https://github.com/toots/shine - - Mathias Freire - mathiasfreire45@gmail.com - - GPL2 - library - multimedia.sound - Super fast fixed-point MP3 encoder - shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as armel, etc - https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz - multimedia/sound/shine/pspec.xml - - - shine - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - shine-devel - Header files for shine. - - shine - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 3.1.1 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - sound-theme-freedesktop - https://www.freedesktop.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - custom - library - multimedia.sound - Freedesktop sound theme - Freedesktop sound theme - Freedesktop ses teması - Freedesktop ses teması - http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2 - - intltool - - multimedia/sound/sound-theme-freedesktop/pspec.xml - - - sound-theme-freedesktop - - /usr/share - /usr/share/sounds/freedesktop - /usr/share/doc - - - - - 2021-10-16 - 0.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - soundtouch - http://www.surina.net/soundtouch - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - multimedia.sound - Audio Processing Library - Ses işleme kitaplığı - Librairie de traitement audio open-source (libre) pour changer le Tempo, le Pitch et la vitesse de lecture de flux audio ou de fichiers. - soundtouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or file. - soundtouch ses dosyalarının temposunu, oynatma hızını ve frekansını değiştirmek için kullanılabilen açık kaynaklı bir ses işleme kütüphanesidir. - Librería código libre para procesamiento de sonido para manipular Tempo, Pitch y Tasas de reproducción de flujos o archivos de audio - https://gitlab.com/soundtouch/soundtouch/-/archive/2.1.2/soundtouch-2.1.2.tar.bz2 - multimedia/sound/soundtouch/pspec.xml - - - soundtouch - - /usr/bin - /usr/lib - /usr/share/doc - - - - soundtouch-devel - Development files for soundtouch - soundtouch için geliştirme dosyaları - - soundtouch - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2020-10-09 - 2.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.1.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 2.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 2.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 1.9.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.8.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-05 - 1.8.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - sox - http://sox.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - library - multimedia.sound - The swiss army knife of sound processing programs - Bir çok ses formatını birbirine dönüştürebilen, çalabilen ve kaydedebilen bir yazılım - SoX is a command line utility that can convert various audio formats to other formats. It can also apply various effects to these sound files during the conversion. SoX can also play and record audio files. - SoX çeşitli ses dosyası formatlarını birbirine çevirebilen bir konsol aracıdır. Sox ayrıca bu çevirme esnasında ses dosyalarına çeşitli efektler uygulayabilir. Bunların yanı sıra ses kaydı yapabilir ve ses dosyalarını oynatabilir. - mirrors://sourceforge/sox/sox-14.4.2.tar.bz2 - - pulseaudio-libs-devel - opencore-amr-devel - libsndfile-devel - ladspa-sdk-devel - libid3tag-devel - libvorbis-devel - alsa-lib-devel - wavpack-devel - libmad-devel - ffmpeg-devel - libogg-devel - libao-devel - lame-devel - gsm-devel - twolame-devel - libgomp - - - sox-dynamic.patch - - multimedia/sound/sox/pspec.xml - - - sox - - gsm - file - lame - libao - libmad - libogg - libgomp - twolame - wavpack - alsa-lib - libvorbis - libsndfile - libtool-ltdl - opencore-amr - pulseaudio-libs - - - /usr/bin - /usr/share/doc - /usr/share/man - /usr/lib - - - - sox-devel - Development files for sox - sox için geliştirme dosyaları - - sox - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-02-03 - 14.4.2 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2018-09-01 - 14.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-27 - 14.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 14.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 14.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-17 - 14.4.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - speech-dispatcher - https://freebsoft.org/speechd - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - GPLv2 - service - app:console - library - multimedia.sound.speech-dispatcher - speech dispatcher: common interface to speech synthesis - Konuşma sentezi ortak arayüzü - Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech). - Speech Dispatcher, seslendirme yapılmak istenen veya konuşma sentezi yapan uygulamalar için ortak ve kolay kullanımlı bir arayüz sunan, cihaz-bağımsız bir katmandır. - https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz - - glib2-devel - libsndfile-devel - dotconf-devel - espeak-devel - python3-devel - intltool - gettext-devel - texinfo - help2man - pkgconfig - libtool-ltdl - libao-devel - espeak-ng-devel - alsa-lib-devel - pulseaudio-libs-devel - - - 0001-Remove-pyxdg-dependency.patch - - multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml - - - speech-dispatcher - - glib2 - libao - espeak - dotconf - alsa-lib - espeak-ng - libsndfile - libtool-ltdl - pulseaudio-libs - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /usr/libexec/speech-dispatcher-modules - /etc/speech-dispatcher - /var/log/speech-dispatcher - /usr/share/speech-dispatcher - - - - python3-speech-dispatcher - Python3 bindings for speech-dispatcher - - speech-dispatcher - python3 - - - /usr/lib/python3.* - - - python-speech-dispatcher - - - - speech-dispatcher-devel - Development headers for speech-dispatcher - speech-dispatcher için geliştirme başlıkları - - glib2-devel - espeak-ng-devel - speech-dispatcher - - - /usr/include - /usr/lib/pkgconfig/ - - - - - 2021-12-13 - 0.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 0.10.2 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-21 - 0.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-24 - 0.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 0.9.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 0.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-25 - 0.9.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-21 - 0.8.6 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-19 - 0.8.6 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-12-30 - 0.8.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.8.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-08 - 0.8.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - speex - http://www.speex.org/ - - PisiLinux Community - admins@pisilinux.org - - xiph - app:console - multimedia.sound - Audio compression format designed for speech and its converter application - Konuşma için tasarlanmış bir ses sıkıştırma biçimi kütüphanesi ve araçları - speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. The package also contains a command-line tool to convert to/from Speex codec. - speex, konuşma için tasarlanmış özgür ve açık kaynaklı bir ses sıkıştırma biçimidir. Paket kütüphanenin yanında speex biçimine/biçiminden dönüştürme yapmak için gerekli araçları içerir. - https://gitlab.xiph.org/xiph/speex/-/archive/Speex-1.2.1/speex-Speex-1.2.1.tar.bz2 - - libogg-devel - speexdsp-devel - - multimedia/sound/speex/pspec.xml - - - speex - - libogg - speexdsp - - - /usr/bin - /usr/share/man - /usr/lib - /usr/share/doc - - - - speex-devel - Development files for speex - speex için geliştirme dosyaları - - speex - - - /usr/include - /usr/share/aclocal - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - speex-32bit - 32-bit shared libraries for speex - speex için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libogg-32bit - speexdsp-32bit - - - speex - libogg-32bit - - - /usr/lib32 - - - - - 2022-06-20 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.2.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.2.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2_rc1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.2_rc1 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 1.2_rc1 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - speexdsp - https://www.speex.org/ - - Alihan Öztürk - alihan@pisilinux.org - - BSD - library - multimedia.sound - DSP library derived from Speex. - DSP library derived from Speex - https://gitlab.xiph.org/xiph/speexdsp/-/archive/SpeexDSP-1.2.1/speexdsp-SpeexDSP-1.2.1.tar.bz2 - - glibc-devel - - multimedia/sound/speexdsp/pspec.xml - - - speexdsp - DSP library derived from Speex. - - glibc - - - /usr/lib/libspeexdsp* - /usr/share/doc - - - - speexdsp-devel - Development files for speexdsp - - speexdsp - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - speexdsp-32bit - 32-bit shared libraries for speexdsp - emul32 - emul32 - - speexdsp - - - /usr/lib32/libspeexdsp* - - - - - 2022-06-20 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.2.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.2_rc3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 1.2_rc3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - suil - http://drobilla.net/software/suil/ - - Osman Erkan - osman.erkan@pisilinux.org - - ISC - app:gui - multimedia.sound - Lightweight C library for loading and wrapping LV2 plugin UIs - Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil). - http://download.drobilla.net/suil-0.10.6.tar.bz2 - - qt5-base-devel - gtk3-devel - gtk2-devel - lv2-devel - atk-devel - pango-devel - cairo-devel - libX11-devel - freetype-devel - gdk-pixbuf-devel - python-devel - python3-devel - cmake - fontconfig-devel - - multimedia/sound/suil/pspec.xml - - - suil - - qt5-base - gtk2 - atk - gtk3 - cairo - glib2 - pango - libX11 - libgcc - freetype - gdk-pixbuf - fontconfig - - - /usr/share/doc - /usr/lib/libsuil* - /usr/lib/suil-0/libsuil* - - - - suil-devel - Development files for suil - suil için geliştirme dosyaları - - suil - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-08 - 0.10.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.10.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-04 - 0.10.0 - First release. - Stefan Gronewold - groni@pisilinux.org - - - - - - timidity - http://timidity.sourceforge.net/ + faad2 + https://github.com/knik0/faad2 PisiLinux Community admins@pisilinux.org GPLv2 - service - multimedia.sound - Software synthesizer and MIDI converter - MIDI WAV dönüştürücüsü - Timidity is a software synthesizer, MIDI player and MIDI to other sound formats converter which can also emulate a midi port. - OSS ve ALSA ses çıkışı üretebilen MIDI'den WAV oluşturabilen ve midi aygıt emulasyonu yapabilen sunucu - mirrors://sourceforge/timidity/TiMidity++-2.14.0.tar.bz2 - - alsa-lib-devel - libao-devel - libXaw-devel - flac-devel - libvorbis-devel - speex-devel - libXext-devel - libogg-devel - jack-audio-connection-kit-devel - gtk2-devel - Xaw3d-devel - glib2-devel - libX11-devel - ncurses-devel - libpng-devel - - - timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch - - multimedia/sound/timidity/pspec.xml - - - timidity - - alsa-lib - libao - libXaw - flac - libvorbis - speex - libXext - libogg - jack-audio-connection-kit - gtk2 - timidity-shompatches - Xaw3d - glib2 - libX11 - libpng - ncurses - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/timidity - - - System.Service - - - timidity.conf.d - timidity.cfg - timidity-update - - - - - 2020-03-07 - 2.14.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 2.14.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 2.14.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.14.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-21 - 2.14.0 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - timidity-shompatches - http://www.i.h.kyoto-u.ac.jp - - PisiLinux Community - admins@pisilinux.org - - as-is - data - multimedia.sound.timidity-shompatches - Sound patches for Timidity (Shom) - Timidity ses bilgisi dosyaları - Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style) - Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları - https://sourceforge.net/projects/pisilinux/files/source/shominst-0409.zip - multimedia/sound/timidity-shompatches/timidity-shompatches/pspec.xml - - - timidity-shompatches - - /usr/share/timidity - - - - - 2020-03-07 - 0.409 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-01 - 0.409 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 0.409 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.409 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-04 - 0.409 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - twolame - https://www.twolame.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 app:console - multimedia.sound - An optimised MPEG Audio Layer 2 - Optimize edilmiş bir MPEG Ses katman 2 çözücüsü - TwoLAME is an optimised MPEG Audio Layer 2 encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. - TwoLame Mike Cheng'in tooLAME'ni taban olarak alan LAME'in ISO dist10 kodları ve parçaları üzerinde optimize edilmiş bir MPEG Ses Katman 2 çözücüsüdür. - mirrors://sourceforge/twolame/twolame-0.4.0.tar.gz - - libsndfile-devel - - multimedia/sound/twolame/pspec.xml - - - twolame - - libsndfile - - - /usr/bin - /usr/lib - /usr/share/doc/twolame - /usr/share/man - - - - twolame-devel - Development files for twolame - twolame için geliştirme dosyaları - - twolame - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/twolame/html - - - - - 2021-12-04 - 0.4.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 0.3.13 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 0.3.13 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.3.13 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 0.3.13 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - vorbis-tools - https://xiph.org/vorbis/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - multimedia.sound - Tools for using the Ogg Vorbis sound file format - Ogg Vorbis ses dosyaları için araçlar paketi. - This set of tools allow you to play and encode Ogg Vorbis files. - vorbis-tools Ogg Vorbis dosyaları oluşturabilmenize ve oynatabilmenize olanak tanır. - https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz - - curl-devel - flac-devel - libao-devel - speex-devel - libogg-devel - libkate-devel - opusfile-devel - libvorbis-devel - - multimedia/sound/vorbis-tools/pspec.xml - - - vorbis-tools - - libvorbis - libao - flac - speex - libogg - libkate - - - /usr/bin - /usr/share/doc - /usr/share/locale - /usr/share/man - - - - - 2021-12-04 - 1.4.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-03-08 - 1.4.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-01 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-28 - 1.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - wavpack - https://www.wavpack.com/ - - PisiLinux Community - admins@pisilinux.org - - BSD library - app:console multimedia.sound - WavPack audio compression tools - WavPack ses sıkıştırma araçları. - WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. - WavPack, kayıpsız veya yüksek kaliteli kayıplı ve eşşsiz karışık sıkıştırma kipi sunan açık ses sıkıştırma biçimidir. - WavPack es un formato de compresión open audio con modos de compresión sin pérdida, de alta calidad con pérdida, y un modo híbrido. - https://www.wavpack.com/wavpack-5.4.0.tar.xz - multimedia/sound/wavpack/pspec.xml + Freeware Advanced Audio (AAC) Decoder including SBR decoding. + AAC yorumlayıcı + FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. FAAD2 includes code for SBR (HE AAC) decoding. FAAD2 is licensed under the GPL. + FAAD2 bir HE, LC, MAIN ve LTP profil, MPEG2 ve MPEG4 AAC çözücüdür. + https://ftp.osuosl.org/pub/blfs/conglomeration/faad2/faad2-2_10_0.tar.gz + multimedia/sound/faad2/pspec.xml - wavpack + faad2 /usr/bin /usr/lib - /usr/share/doc /usr/share/man + /usr/share/doc - wavpack-devel + faad2-devel + Development files for faad2. + faad2 için geliştirme dosyaları - wavpack + faad2 /usr/include @@ -233900,44 +79163,1256 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2020-12-13 + 2.10 + Ver. bump + Pisi Linux Community + admin@pisilinux.org + - 2021-12-04 - 5.4.0 - Version bump. + 2020-03-03 + 2.8.8 + Rebuild. Pisi Linux Community admin@pisilinux.org 2020-01-18 - 5.1.0 - Rebuild. + 2.8.8 + Version bump. Pisi Linux Community admin@pisilinux.org - 2018-08-03 - 5.1.0 - Version Bump. + 2018-08-01 + 2.8.8 + Version bump. Pisi Linux Community admin@pisilinux.org - 2017-02-17 - 5.1.0 - Version Bump. + 2017-02-12 + 2.7 + Rebuild Pisi Linux Community admin@pisilinux.org 2016-06-09 - 4.75.0 + 2.7 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-20 - 4.75.0 + 2014-05-20 + 2.7 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + indicator-sound-switcher + https://yktoo.com/en/software/sound-switcher-indicator/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + multimedia.misc + Sound input/output selector indicator for Linux. + It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. source ports and sink ports in PulseAudio's terms, respectively) with just two clicks. + https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.9.tar.gz + + python3-setuptools + + multimedia/misc/indicator-sound-switcher/pspec.xml + + + indicator-sound-switcher + + gtk3 + python3 + keybinder + python3-pygobject3 + ayatana-libappindicator + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + + + + + 2022-07-09 + 2.3.9 + Version bump. + fury + uglyside@yandex.ru + + + 2022-05-28 + 2.3.8 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-04 + 2.3.6 + First build. + fury + uglyside@yandex.ru + + + + + + sdl-net + http://www.libsdl.org/projects/SDL_net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie réseau de SDL. + SDL network library + SDL ağ kütüphanesi + sdl-mixer is a SDL library for network access. + sdl-net, SDL için ağ erişim kitaplığıdır. + http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz + + libsdl-devel + + multimedia/misc/sdl-net/pspec.xml + + + sdl-net + + libsdl + + + /usr/lib + /usr/share/doc + + + + sdl-net-devel + Development files for sdl-net + sdl-net için geliştirme dosyaları + + sdl-net + libsdl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 1.2.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.2.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 1.2.8 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + pybind11 + https://pybind11.readthedocs.org/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + multimedia.misc + Seamless operability between C++11 and Python + Seamless operability between C++11 and Python + Seamless operability between C++11 and Python + Seamless operability between C++11 and Python + https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz + + cmake + boost-devel + python3-devel + python3-setuptools + python3-pytest + + multimedia/misc/pybind11/pspec.xml + + + pybind11 + + /usr/include + /usr/share + + + + + 2021-03-10 + 2.6.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + opencolorio + http://opencolorio.org/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + multimedia.misc + Enables color transforms and image display across graphics apps + Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir + https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.1.0.tar.gz + + cmake + pybind11 + yaml-cpp + glew-devel + lcms2-devel + boost-devel + openxr-devel + pystring-devel + freeglut-devel + tinyxml-devel + python3-devel + imath-devel + + multimedia/misc/opencolorio/pspec.xml + + + opencolorio + + glew + expat + libgcc + imath + lcms2 + freeglut + libglvnd + mesa-glu + pystring + + + /usr/bin + /usr/lib + /usr/share/ocio + /usr/share/doc + + + OpenColorIO1 + + + + opencolorio-devel + Development files for opencolorio + + opencolorio + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-10-25 + 2.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-30 + 2.0.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libopusenc + https://opus-codec.org/ + + fury + uglyside@yandex.ru + + BSD + library + multimedia.misc + Library for encoding .opus audio files and live streams. + Opus biçemindeki ses ve canlı yayınları kodlayabilmek için kitaplık. + The libopusenc libraries provide a high-level API for encoding .opus files. libopusenc depends only on libopus. + libopusenc, Opus biçemindeki ses ve canlı yayınları kodlayabilmek için kitaplık sunar. + https://archive.mozilla.org/pub/opus/libopusenc-0.2.1.tar.gz + + libopus-devel + libopus-32bit + doxygen + + multimedia/misc/libopusenc/pspec.xml + + + libopusenc + Library for encoding .opus audio files and live streams. + + libopus + + + /usr/lib + /usr/share + + + + libopusenc-devel + Development files for libopusenc + libopusenc için geliştirme dosyaları + libopusenc-devel, libopusenc için geliştirme dosyalarını içerir. + + libopusenc + + + /usr/lib32/pkgconfig + /usr/lib/pkgconfig + /usr/include + + + + libopusenc-docs + document files for libopusenc + libopusenc için belgelendirme dosyaları + libopusenc-docs, libopusenc için belgelendirme dosyalarını içerir. + + libopusenc + + + /usr/share/doc/ + + + + libopusenc-32bit + 32-bit shared libraries for libopusenc + libopusenc için 32-bit paylaşımlı kitaplıklar + libopusenc-32bit, libopusenc için 32-bit paylaşımlı kitaplıklar sunar. + emul32 + emul32 + + libopusenc + + + /usr/lib32 + + + + + 2019-06-24 + 0.2.1 + First build. + fury + uglyside@yandex.ru + + + + + + compface + http://www.xemacs.org/Download/optLibs.html + + PisiLinux Community + admins@pisilinux.org + + MIT + library + multimedia.misc + X-Face library + X-Face kütüphanesi + Utilitaires et librairie pour convertir de/vers le format X-Face. + Utilities and library to convert to/from X-Face format. + X-Face formatını okuma ve yazmaya yarayan bir kütüphane + Utilitarios y librerías para convertir desde/al formato X-Face + http://ftp.xemacs.org/pub/xemacs/aux/compface-1.5.2.tar.gz + + xbmp.patch + shared.patch + cve-2009-2286.patch + + multimedia/misc/compface/pspec.xml + + + compface + + /usr/bin + /usr/lib + /usr/share/doc/compface + /usr/share/man + + + + compface-devel + Development files for compface + compface için geliştirme dosyaları + + compface + + + /usr/include + /usr/share/man/man3 + + + + + 2020-01-15 + 1.5.2 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-01 + 1.5.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 1.5.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-21 + 1.5.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.5.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + sdl-mixer + http://www.libsdl.org/projects/SDL_mixer/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie du mixer SDL. + SDL mixer library + SDL ses yükleme kitaplığı + SDL_mixer is a SDL library for loading sound files. + SDL_mixer, SDL için bir ses yükleme kitaplığıdır. + http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz + + libsdl-devel + libmikmod-devel + libvorbis-devel + libogg-devel + smpeg-devel + timidity + + + ldflags.patch + + multimedia/misc/sdl-mixer/pspec.xml + + + sdl-mixer + + libsdl + libmikmod + libvorbis + libogg + smpeg + timidity + + + /usr/lib + /usr/share/doc + + + + sdl-mixer-devel + Development files for sdl-mixer + sdl-mixer için geliştirme dosyaları + + sdl-mixer + libsdl-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl-mixer-32bit + 32-bit shared libraries for sdl-mixer + sdl-mixer için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libsdl-32bit + libmikmod-32bit + libvorbis-32bit + libogg-32bit + smpeg-32bit + + + sdl-mixer + libsdl-32bit + libmikmod-32bit + libvorbis-32bit + libogg-32bit + smpeg-32bit + + + /usr/lib32/ + + + + + 2020-03-07 + 1.2.12 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 1.2.12 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 1.2.12 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-09 + 1.2.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-21 + 1.2.12 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + libass + https://github.com/libass/libass + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + Subtitle rendering library + Altyazı çizim kitaplığı + libass is a portable subtitle rendering library for the ASS/SSA. + libass ASS/SSA altyazı çizim kitaplığıdır. + https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz + + fontconfig-devel + freetype-devel + fribidi-devel + + multimedia/misc/libass/pspec.xml + + + libass + + fontconfig + freetype + fribidi + harfbuzz + + + /usr/lib + /usr/share/doc/libass + + + + libass-devel + Development files for libass + libass için geliştirme dosyaları + + libass + fontconfig-devel + freetype-devel + fribidi-devel + harfbuzz-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-17 + 0.14.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.14.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 0.13.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.13.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-06 + 0.13.1 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + taglib-extras + http://amarok.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + multimedia.misc + Taglib extras library from Amarok team + Amarok takımından taglib ekstraları kütüphanesi + Taglib-extras delivers support for reading and editing the meta-data of audio formats not supported by taglib, including: asf, mp4v2, rmff, wav. + Taglib-extras taglib tarafından desteklenmeyen ses formatlarının (asf, mp4v2, rmff, wav vs.) meta verilerini okumak ve düzenlemek için gerekli desteği verir. + http://download.kde.org/stable/taglib-extras/1.0.1/src/taglib-extras-1.0.1.tar.gz + + pkgconfig + cmake + taglib-devel + + + taglib-1.10.patch + + multimedia/misc/taglib-extras/pspec.xml + + + taglib-extras + + taglib + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + taglib-extras-devel + Development files for taglib-extras + taglib-extras için geliştirme dosyaları + + taglib-extras + + + /usr/include/taglib-extras + /usr/lib/pkgconfig + + + + + 2020-03-07 + 1.0.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-19 + 1.0.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 1.0.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.0.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + orc + https://gstreamer.freedesktop.org/modules/orc.html + + PisiLinux Community + admins@pisilinux.org + + BSD + BSD-2 + app:console + multimedia.misc + The Oil Runtime Compiler + Optimized Inner Loop Runtime Compiler + https://gstreamer.freedesktop.org/src/orc/orc-0.4.31.tar.xz + + valgrind + meson + + multimedia/misc/orc/pspec.xml + + + orc + + /usr/bin/ + /usr/lib/ + /usr/share/ + + + + orc-32bit + 32-bit shared libraries for orc + emul32 + emul32 + + orc + + + /usr/lib32 + + + + orc-devel + orc için geliştirme dosyaları + orc için geliştirme dosyaları + + orc + + + /usr/include/ + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2020-01-11 + 0.4.31 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 0.4.28 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-24 + 0.4.26 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2016-06-12 + 0.4.25 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2016-05-27 + 0.4.19 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 0.4.19 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + sdl-image + http://www.libsdl.org/projects/SDL_image/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie SDL de chargement de fichier d'image. + SDL image file loading library + SDL resim yükleme kitaplığı + SDL_image is an image file loader for SDL. + SDL_image, SDL için resim yükleme kitaplığıdır. + http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz + + tiff-devel + libsdl-devel + libpng-devel + libjpeg-turbo-devel + + + gif-overflow.patch + + multimedia/misc/sdl-image/pspec.xml + + + sdl-image + + libsdl + tiff + zlib + libpng + libjpeg-turbo + + + /usr/bin + /usr/lib/ + /usr/share/doc + + + + sdl-image-devel + Development files for sdl-image + sdl-image için geliştirme dosyaları + + sdl-image + libsdl-devel + tiff-devel + libjpeg-turbo-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl-image-32bit + 32-bit shared libraries for sdl-image + sdl-image için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libsdl-32bit + libpng-32bit + libjpeg-turbo-32bit + tiff-32bit + + + sdl-image + libsdl-32bit + libpng-32bit + libjpeg-turbo-32bit + tiff-32bit + zlib-32bit + + + /usr/lib32/ + + + + + 2020-10-15 + 1.2.12 + Rebuild for new toolchain. + Kamil Atlı + admin@pisilinux.org + + + 2018-08-07 + 1.2.12 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 1.2.12 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-31 + 1.2.12 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libaribb24 + https://github.com/nkoriyama/aribb24 + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + multimedia.misc + Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream + Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream + https://github.com/nkoriyama/aribb24/archive/v1.0.3.tar.gz + + libpng-devel + + multimedia/misc/libaribb24/pspec.xml + + + libaribb24 + + libgcc + libpng + + + /usr/lib + /usr/share/doc + + + + libaribb24-devel + Development files for libaribb24 + + libaribb24 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 1.0.3 + First release + İdris Kalp + idriskalp@gmail.com + + + + + + OpenCOLLADA + https://collada.org/mediawiki/index.php/OpenCOLLADA + + Pisi Linux Admins + admin@pisilinux.org + + MIT + app + multimedia.misc + Collada 3D import and export libraries + Collada 3D import and export libraries + Collada 3B kütüphaneleri içe ve dışa aktarma + Collada 3B kütüphaneleri içe ve dışa aktarma + https://github.com/KhronosGroup/OpenCOLLADA/archive/refs/tags/v1.6.68.tar.gz + + cmake + libpcre-devel + libxml2-devel + + + fedora/OpenCOLLADA-pcre.patch + + multimedia/misc/OpenCOLLADA/pspec.xml + + + OpenCOLLADA + + libgcc + libpcre + libxml2 + + + /etc + /usr/lib + /usr/share/doc + + + opencollada.conf + + + + OpenCOLLADA-devel + Development files for OpenCOLLADA + + OpenCOLLADA + libpcre-devel + + + /usr/include + /usr/lib/cmake + + + + + 2021-05-11 + 1.6.68 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gd + https://libgd.github.io/ + + PisiLinux Community + admins@pisilinux.org + + as-is + BSD + library + app:console + multimedia.misc + Une librairie rapide pour créer des graphiques en images. + A fast library for creating graphic images + Hızlı bir şekilde resim oluşturmak için bir kütüphane + The gd graphics library allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program. + GD çizge kitaplığı, hızlıca çizgiler, yaylar, metinler ve çeşitli renkler ile resimler yaratmanızı sağlarken, diğer resimler üzerinde kopyala-yapıştır yapmanıza olanak tanır ve sonuçlarınızı PNG veya JPEG olarak kaydetmenizi sağlar. + https://github.com/libgd/libgd/releases/download/gd-2.3.3/libgd-2.3.3.tar.gz + + bdc281eadb1d58d5c0c7bbc1125ee4674256df08.patch + + + tiff-devel + webp-devel + zlib-devel + libavif-devel + libheif-devel + libpng-devel + libvpx-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + multimedia/misc/gd/pspec.xml + + + gd + A fast library for creating graphic images + + webp + tiff + zlib + libavif + libheif + libpng + libvpx + freetype + fontconfig + libjpeg-turbo + + + /usr/lib + /usr/bin + /usr/share/doc/gd + + + + gd-devel + Development files for gd + gd için geliştirme dosyaları + gd-devel, gd için geliştirme dosyalarını içerir. + + gd + webp-devel + tiff-devel + zlib-devel + libheif-devel + libavif-devel + libpng-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/bin/gdlib-config + + + + gd-docs + Documentation files for gd + gd için geliştirme belgeleri + gd-docs, gd için belgelendirme dosyalarını içerir. + + /usr/share/doc/gd/html + + + + + 2021-11-01 + 2.3.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 2.3.2 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-05-20 + 2.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-19 + 2.2.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 2.2.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 2.2.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-12 + 2.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-08-02 + 2.1.1 First release Ertuğrul Erata ertugrulerata@gmail.com @@ -233946,87 +80421,795 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - yarock - https://seb-apps.github.io/yarock/ + libdiscid + http://musicbrainz.org/doc/libdiscid - Stefan Gronewold - groni@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv3 - multimedia.sound - Qt Modern Music Player with collection browse based on cover art. - Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart. - https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz - - cmake - qt5-sql-odbc - qt5-linguist - qt5-sql-mysql - qt5-sql-sqlite - qt5-base-devel - qt5-sql-postgresql - qt5-x11extras-devel - mpv-player-devel - qt5-phonon-devel - htmlcxx-devel - taglib-devel - - multimedia/sound/yarock/pspec.xml + LGPLv2.1 + library + multimedia.misc + A C library for creating MusicBrainz DiscIDs from audio CDs + Ses CD'lerinden MusicBrainz DiscID oluşturmak için C kütüphanesi + libdiscid reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database. + libdiscid, CD içeriğini okuyarak; MusicBrainz veritabanı üzerinden tanımlama yapar. Ayrıca bu veritabanına DiscID eklemek için başvuru URI'si sağlar. + http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.6.2.tar.gz + multimedia/misc/libdiscid/pspec.xml - yarock + libdiscid + + /usr/lib + /usr/share/doc + + + + libdiscid-devel + Development files for libdiscid + libdiscid için geliştirme dosyaları - qt5-linguist - qt5-base - qt5-x11extras - mpv-player - qt5-phonon - htmlcxx - taglib + libdiscid - /usr/bin - /usr/lib/yarock - /usr/share/appdata - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps - /usr/share/yarock/translations - /usr/share/doc/yarock + /usr/include + /usr/lib/pkgconfig + + 2020-05-11 + 0.6.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libbluray + http://www.videolan.org/developers/libbluray.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + multimedia.misc + Library to access Blu-Ray disks for video playback + 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/1.1.2/libbluray-1.1.2.tar.bz2 + + libtool + doxygen + pkgconfig + libxml2-devel + freetype-devel + fontconfig-devel + + multimedia/misc/libbluray/pspec.xml + + + libbluray + + libxml2 + freetype + fontconfig + + + /usr/bin + /usr/lib + + + + libbluray-devel + Development files for libbluray + Libbluray için geliştirme dosyaları + + libbluray + libxml2-devel + freetype-devel + fontconfig-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libbluray-docs + document files for libbluray + + libbluray + + + /usr/share/doc/ + + + + + 2021-03-10 + 1.1.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + - 2020-09-17 - 1.4.0 + 2020-01-18 + 1.1.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.9.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 0.9.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.9.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-04 + 0.9.2 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + libsdl2 + http://www.libsdl.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + LGPLv2.1 + library + multimedia.misc + Simple Direct Media Layer (Couche Média Simple et Directe). + Simple Direct Media Layer 2.0 series + Basit bir direk ortam erişim katmanı 2.0 serisi + Einfachee direkte Medien-Schicht + libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. + libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır. + https://www.libsdl.org/release/SDL2-2.0.16.tar.gz + + DirectFB-devel + alsa-lib-devel + audiofile-devel + dbus-devel + ibus-devel + libXi-devel + vulkan-devel + libX11-devel + libXext-devel + libXinerama-devel + libXrandr-devel + libXrender-devel + libXt-devel + libXv-devel + libglvnd-devel + mesa-glu-devel + libXScrnSaver-devel + libxkbcommon-devel + egl-wayland-devel + wayland-protocols-devel + pulseaudio-libs-devel + + + 25cd749.patch + fedora/0001-audio-Support-pulse-as-an-alias-for-pulseaudio.patch + fedora/0001-video-wayland-use-EGL_EXT_present_opaque-when-availa.patch + fedora/0001-wayland-Add-support-for-high-DPI-cursors.patch + fedora/0001-wayland-Expose-xdg_toplevel-to-SysWM.patch + fedora/0001-wayland-For-text-ignore-key-events-when-Ctrl-is-held.patch + fedora/0001-wayland-Reuse-KeySymToUcs4-to-replicate-X11-keymap-b.patch + fedora/0002-wayland-Woops-forgot-to-assign-cursor-theme-size.patch + + multimedia/misc/libsdl2/pspec.xml + + + libsdl2 + libsdl2 reference documents + + DirectFB + alsa-lib + audiofile + libX11 + libXScrnSaver + libXext + libXinerama + libXrandr + libXrender + libXt + libglvnd + pulseaudio-libs + + + /usr/share/doc + /usr/lib/libSDL2.so + /usr/lib/libSDL2.a + /usr/lib/libSDL2main.a + /usr/lib/libSDL2-2.0.so.0* + /usr/lib/libSDL2_test.a + + + + libsdl2-devel + Development files for libsdl2 + libsdl2 için geliştirme dosyaları + + libsdl2 + + + /usr/bin + /usr/include/SDL2 + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/lib/cmake/SDL2 + + + + libsdl2-32bit + 32-bit shared libraries for libsdl2 + libsdl2 için 32-bit paylaşımlı kitaplıklar + emul32 + + libXt-32bit + libX11-32bit + libXext-32bit + libglvnd-32bit + alsa-lib-32bit + audiofile-32bit + libXrandr-32bit + libXrender-32bit + libXinerama-32bit + libXScrnSaver-32bit + pulseaudio-libs-32bit + + + libXt-32bit + libX11-32bit + libXext-32bit + alsa-lib-32bit + libglvnd-32bit + audiofile-32bit + libXrandr-32bit + libXrender-32bit + libXinerama-32bit + libXScrnSaver-32bit + pulseaudio-libs-32bit + libsdl2 + + + /usr/lib32 + + + + + 2021-10-24 + 2.0.16 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-11 + 2.0.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 2.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 2.0.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-17 + 2.0.10 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-05 + 2.0.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-12 + 2.0.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 2.0.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-11 + 2.0.4 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + t1lib + ftp://metalab.unc.edu/pub/Linux/libs/graphics/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + A Type 1 Font Rasterizer Library for UNIX/X11 + UNIX/X11 sistemler için Tip-1 yazıtipi işleme kütüphanesi + t1lib est une librairie écrite en langage C permettant à un programmeur de générer des bitmaps de fontes Adobe (TM) Type 1 assez facilement. Ces bitmaps sont retournés sous la forme d'une structure de données de type GLYPH. Ce type spécial GLYPH est également utilisé dans le système de fenêtrage X11 pour décrire les bitmaps caractères. Il contien les données bitmap en plus de quelques informations métriques. t1lib est toutefois totalement indépendante du système X11 ou tout autre interface graphique. + t1lib is a library written in the C programming language allowing a programmer to generate bitmaps from Adobe (TM) Type 1 fonts quite easily. These bitmaps are returned in a data structure with type GLYPH. This special GLYPH-type is also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface. + T1lib, programcıya Adobe Type1 yazıtiplerinden kolay bir şekilde bitmap dosyalar üretmeye izin veren C programlama dilinde yazılan bir kütüphanedir. Bu bitmapler GLYPH tipi ile bir veri yapısı içinde dönüştürülürler. Bu özel GLYPH tipi, karakter bitmapleri tasvir etmek için X11 pencere sisteminde de kullanılırlar. Bitmap veri içerdikleri gibi bazı metrik bilgileri de içerirler. + t1lib es una librería programada en C que permite al programador generar fácilmente bitmaps de fuentes Adobe (TM) Type 1. Estos bitmaps están representados por una estructura de datos del tipo GLYPH. Este tipo especial GLYPH también está usado en el sistema de ventanas X11 para describir mapas de bits de caracteres. Contiene los datos del bitmap y además algunas informaciones métricas. Sin embargo t1lib mismo está completamente independiente del sistema X11 y de otros interfaces gráficos de usuario. + https://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz + + libXmu-devel + libICE-devel + libXt-devel + libXpm-devel + libXext-devel + libSM-devel + libXaw-devel + + + parallel.patch + t1lib-5.1.2-format-security.patch + t1lib-5.1.2-CVE-2010-2642_2011-0433_2011-5244.patch + t1lib-5.1.2-cve-2011-0764.patch + t1lib-5.1.2-CVE-2011-1552_1553_1554.patch + + multimedia/misc/t1lib/pspec.xml + + + t1lib + + libXmu + libICE + libXt + libXpm + libXext + libSM + libXaw + + + /usr/bin + /etc/t1lib + /usr/share/doc/t1lib + /usr/lib + + + + t1lib-devel + Development files for t1lib + t1lib için geliştirme dosyaları + + t1lib + + + /usr/include + + + + + 2020-03-20 + 5.1.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libcdr + http://www.freedesktop.org/wiki/Software/libcdr + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + GPLv2 + MPLv1.1 + library + multimedia.misc + Library parsing the Corel cdr documents + Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications. + https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz + + doxygen + zlib-devel + lcms2-devel + icu4c-devel + libwpd-devel + boost-devel + librevenge-devel + cppunit-devel + + multimedia/misc/libcdr/pspec.xml + + + libcdr + + lcms2 + icu4c + zlib + libgcc + librevenge + cppunit + + + /usr/lib + /usr/bin + /usr/share/doc/libcdr + + + + libcdr-devel + Development files for libcdr + libcdr için geliştirme dosyaları + + icu4c-devel + zlib-devel + lcms2-devel + librevenge-devel + libcdr + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-05-05 + 0.1.7 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2021-03-10 + 0.1.6 + rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2020-02-22 + 0.1.6 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-09-01 + 0.1.4 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2019-04-15 - 1.4.0 - Version bump - fury - uglyside@yandex.ru + 2018-01-31 + 0.1.4 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2018-09-01 - 1.1.6 + 2017-02-15 + 0.1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.1.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-02 + 0.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libspnav + http://spacenav.sourceforge.net + + Osman Erkan + osman.erkan@pisilinux.org + + BSD + library + multimedia.misc + Open source alternative to 3DConnextion drivers + The spacenav project provides a free compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 6dof space navigation input devices. It provides both a replacement free user-space driver, and a replacement SDK library. + http://downloads.sourceforge.net/spacenav/libspnav-0.2.3.tar.gz + + libX11-devel + + + Makefile.patch + + multimedia/misc/libspnav/pspec.xml + + + libspnav + + libX11 + + + /usr/lib/ + /usr/share/doc + + + + libspnav-devel + Development files for libspnav + libspnav için geliştirme dosyaları + + libspnav + + + /usr/include + /usr/lib/libspnav.so + + + + + 2020-02-11 + 0.2.3 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2018-09-01 + 0.2.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 0.2.3 + Release Bump + Kamil Atlı + admin@pisilinux.org + - 2017-04-23 - 1.1.6 - Rebuild with new toolchain - Stefan Gronewold + 2016-06-09 + 0.2.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-09-16 + 0.2.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + mediainfo + http://mediaarea.net/en/MediaInfo + + Pisi Linux Community + admins@pisilinux.org + + LGPLv3 + app:gui + multimedia.misc + MediaInfo supplies technical and tag information about mediafiles + MediaInfo supplies technical and tag information about a video or audio file. It is free software (free of charge and free access to source code: GPL or LGPL licence) + mediainfo + https://mediaarea.net/download/source/mediainfo/22.06/mediainfo_22.06.tar.bz2 + + libtool + autoconf + automake + libzen-devel + libzen-devel + libmediainfo-devel + wxGTK-devel + + multimedia/misc/mediainfo/pspec.xml + + + mediainfo + + wxGTK + libgcc + libzen + libmediainfo + wxGTK-common + + + /usr/bin/ + /usr/share + /usr/share/doc/ + + + mediainfo.desktop + + + + + 2022-07-27 + 22.06 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-07 + 19.09 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.7.94 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 0.7.94 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-02 + 0.7.90 + Version bump. + Stefan Gronewold(groni) groni@pisilinux.org - 2016-11-24 - 1.1.6 + 2013-12-20 + 0.7.65 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libgme + https://bitbucket.org/mpyne/game-music-emu + + Stefan Gronewold + groni@pisilinux.org + + LGPL + multimedia.misc + Video game music file emulation/playback library + Video game music file emulation/playback library + https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz + + cmake + libgcc + zlib-devel + + multimedia/misc/libgme/pspec.xml + + + libgme + Video game music file emulation/playback library + + zlib + libgcc + + + /usr/lib + /usr/share/doc + + + + libgme-devel + Development file for libgme + + libgme + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 0.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.6.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-30 + 0.6.1 First Release Stefan Gronewold groni@pisilinux.org @@ -234035,285 +81218,42 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - ymuse - https://yktoo.com/en/software/ymuse/ - - fury - uglyside@yandex.ru - - Apache-2 - app:gui - multimedia.sound - Easy, functional, and snappy client for Music Player Daemon. - Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go. - https://github.com/yktoo/ymuse/archive/v0.17.tar.gz - - golang - gtk3-devel - glib2-devel - gobject-introspection-devel - - multimedia/sound/ymuse/pspec.xml - - - ymuse - - atk - gtk3 - cairo - glib2 - pango - freetype - gdk-pixbuf - fontconfig - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2021-10-13 - 0.17 - First build - fury - uglyside@yandex.ru - - - - - - darkice - http://www.darkice.org/ + liblqr + http://liblqr.wikidot.com PisiLinux Community admins@pisilinux.org GPLv3 - app:console - multimedia.stream - Live audio streamer - Canlı müzik, ses yayınlama aracı - DarkIce as a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. - Darkice bir canlı müzik, ses yayınlama uygulamasıdır. Bir ses arayüzünden (örneğin bir ses kartı) sesleri kaydeder, kodlar ve yayınlayacak sunucuya gönderir. - https://github.com/rafael2k/darkice/releases/download/v1.4/darkice-1.4.tar.gz - - lame-devel - faac-devel - libogg-devel - libopus-devel - twolame-devel - alsa-lib-devel - libvorbis-devel - libsamplerate-devel - pulseaudio-libs-devel - - multimedia/stream/darkice/pspec.xml - - - darkice - - lame - faac - libgcc - libogg - libopus - twolame - alsa-lib - libvorbis - libsamplerate - pulseaudio-libs - - - /etc - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2020-09-28 - 1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-03 - 1.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-08 - 1.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - icecast - http://www.icecast.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - multimedia.stream - ShoutCast compatible streaming media server - Shoutcast uyumlu muzik yayın sunucusu - Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. - Icecast, Ogg Vorbis ve Mp3 formatlarını destekleyerek ağ üzerinden muzik yayını yapmanızı sağlar. Icecast ile bir internet radyo istasyonu kurabilir ya da kendinize özel bir şarkı liste oluşturup paylaşabilirsiniz. - icecast - http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz - - libxslt-devel - libogg-devel - libvorbis-devel - libkate-devel - speex-devel - libtheora-devel - curl-devel - libxml2-devel - openssl-devel - - - pthread_flag.patch - icecast.conf.patch - - multimedia/stream/icecast/pspec.xml - - - icecast - - libxslt - libogg - libvorbis - libkate - speex - libtheora - curl - libxml2 - openssl - - - /etc/icecast - /usr/bin - /usr/share/doc - /usr/share/icecast - /usr/share/man - /usr/share/pixmaps - /var - /run - /usr/lib/tmpfiles.d/icecast.conf - - - System.Package - System.Service - - - tmpfiles.conf - - - - - 2020-02-07 - 2.4.4 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-09-01 - 2.4.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 2.4.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.4.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-08 - 2.4.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libmms - http://sourceforge.net/projects/libmms - - PisiLinux Community - admins@pisilinux.org - - GPLv2 + LGPLv3 library - multimedia.stream - A common library for accessing MMS media streaming protocol - MMS protokolüne erişim sağlayan bir kütüphane - libmms is a library for accessing Microsoft Media Server (MMS) media streaming protocol. - libmms, Microsoft Media Server(MMS) akış protokolünü kullanan ses kaynaklarına erişmek için kullanılan bir kütüphanedir. - mirrors://sourceforge/libmms/libmms-0.6.4.tar.gz - multimedia/stream/libmms/pspec.xml + multimedia.misc + An easy to use C/C++ seam carving library + Görüntü boyutlandırma kütüphanesi + liblqr is a free, open source implementation of a seam carving algorithm which aims at resizing pictures non uniformly while preserving their features. + liblqr, yeniden boyutlandırılacak resimlerin özelliklerini koruyan liquid rescale algoritmasının bir gerçeklemesidir. + http://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2 + + glib2-devel + + multimedia/misc/liblqr/pspec.xml - libmms + liblqr + + glib2 + /usr/lib /usr/share/doc - libmms-devel - Development files for libmms - libmms için geliştirme dosyaları + liblqr-devel + Development files for liblqr + liblqr için geliştirme dosyaları - libmms - glib2-devel + liblqr /usr/include @@ -234322,36 +81262,415 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2020-03-03 - 0.6.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.6.4 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 0.6.4 - Rebuild + 2020-03-06 + 0.4.2 + Rebuild. Pisi Linux Community admin@pisilinux.org + + 2018-08-06 + 0.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.4.2 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 - 0.6.4 + 0.4.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-10-23 - 0.6.4 + 2014-05-24 + 0.4.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ispc + https://ispc.github.io/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.misc + C-based SPMD programming language compiler + C-based SPMD programming language compiler + C tabanlı SPMD programlama dili derleyicisi + C tabanlı SPMD programlama dili derleyicisi + https://github.com/ispc/ispc/archive/refs/tags/v1.16.0.tar.gz + + flex + llvm + cmake + doxygen + zlib-devel + llvm-mlir + llvm-polly + libxml2-devel + ncurses-devel + llvm-clang-devel + python3-devel + + + 0001-Link-against-libclang-cpp.so.patch + + multimedia/misc/ispc/pspec.xml + + + ispc + + libgcc + llvm-libs + llvm-clang + + + /usr/bin + /usr/share/doc + + + + + 2021-06-30 + 1.16.0 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + openvr + https://github.com/ValveSoftware/openvr + + Kamil Atlı + suvari@pisilinux.org + + MIT + app + multimedia.misc + API and runtime that allows access to VR hardware from multiple vendors + Birden çok satıcıdan VR donanımına erişim sağlayan API ve çalışma zamanı + OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam. + OpenVR, uygulamaların hedefledikleri donanım hakkında özel bilgiye sahip olmalarını gerektirmeden birden fazla satıcıdan VR donanımına erişime izin veren bir API ve çalışma zamanıdır. Bu depo, API ve örnekleri içeren bir SDK'dır. Çalışma zamanı, Steam'deki Araçlar'da SteamVR altındadır. + https://github.com/ValveSoftware/openvr/archive/refs/tags/v1.16.8.tar.gz + + cmake + jsoncpp-devel + libglvnd-devel + rapidjson-devel + + + 0001-Fixed-includes-and-asserts-in-v1.6.18-release.patch + fix-missing-stdarg-h.patch + install-library.patch + + multimedia/misc/openvr/pspec.xml + + + openvr + + libgcc + jsoncpp + libglvnd + rapidjson + + + /usr/lib/libopenvr_api.so* + /usr/share/doc + + + + openvr-devel + Development files for openvr + openvr için geliştirme dosyaları + + openvr + + + /usr/include + /usr/lib/cmake + /usr/share/pkgconfig + + + + + 2022-05-01 + 1.16.8 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + lv2 + http://lv2plug.in/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + MIT + library + multimedia.misc + LV2 is a simple but extensible successor of LADSPA + LV2 is a portable plugin standard for audio systems, similar in scope to ​LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin. + http://lv2plug.in/spec/lv2-1.18.6.tar.xz + + meson + gtk2-devel + libsndfile-devel + glib2-devel + cairo-devel + pango-devel + freetype-devel + fontconfig-devel + gdk-pixbuf-devel + python-devel + python3-devel + cmake + atk-devel + + multimedia/misc/lv2/pspec.xml + + + lv2 + + gtk2 + glib2 + cairo + pango + harfbuzz + freetype + fontconfig + gdk-pixbuf + libsndfile + atk + + + /usr/lib + /usr/share/doc + /usr/share + /usr/bin + + + + lv2-devel + Development files for lv2 + lv2 için geliştirme dosyaları + + lv2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 1.18.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-30 + 1.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.14.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-04 + 1.14.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + FreeImage + http://freeimage.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + An Open Source library project + FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. + FreeImage es un proyecto de librería código abierto para desarrolladores que quisieran soportar formatos populares de imágenes como PNG, BMP, JPEG, TIFF y otros, usados en aplicaciones multimedia actuales + https://sourceforge.net/projects/freeimage/files/Source%20Distribution/3.18.0/FreeImage3180.zip + + dos2unix + tiff-devel + webp-devel + mesa-devel + libmng-devel + libraw-devel + openexr-devel + mesa-glu-devel + openjpeg2-devel + libjpeg-turbo-devel + + + freeimage-libraw-0.20.patch + + multimedia/misc/FreeImage/pspec.xml + + + FreeImage + + tiff + webp + mesa + libgcc + libmng + libraw + dos2unix + mesa-glu + openjpeg2 + openexr-libs + libjpeg-turbo + + + /usr/lib + /usr/share/doc + + + + FreeImage-devel + Development files for FreeImage + FreeImage için geliştirme dosyaları + + FreeImage + + + /usr/include + + + + + 2021-10-29 + 3.18.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2021-05-25 + 3.18.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + jansson + http://www.digip.org/jansson/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + MIT + library + multimedia.misc + Jansson is a C library for encoding, decoding and manipulating JSON data. + It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite. + http://www.digip.org/jansson/releases/jansson-2.12.tar.bz2 + multimedia/misc/jansson/pspec.xml + + + jansson + + glibc + + + /usr/lib + /usr/share + /usr/share/doc + + + + jansson-devel + + jansson + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-11-07 + 2.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-19 + 2.12 + Version Bump + İdris Kalp + aidriskalp@gmail.com + + + 2018-08-13 + 2.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-19 + 2.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 2.7 First release Stefan Gronewold (groni) groni@pisilinux.org @@ -234360,33 +81679,182 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - live555 - http://www.live555.com + libexif + http://libexif.sourceforge.net/ PisiLinux Community admins@pisilinux.org LGPLv2.1 library - multimedia.stream - Multimedia streaming library - Çokluortam yayın kitaplığı - Live555 est un ensemble de librairies C++ pour le streaming (diffusion numérique) multimédia utilisant les protocoles de standards ouverts (RTP/RTCP, RTSP, SIP). - Live555 is a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP) - Live555, açık standart protokolleri kullanan (RTP/RTCP, RTSP, SIP) çoklu ortam duraksız işlemleri (streaming) için C++ kütüphaneleridir. - http://live555.com/liveMedia/public/live.2020.01.11.tar.gz + multimedia.misc + Librairie pour analyser, éditer et sauvegarder des données EXIF. + Library for parsing, editing, and saving EXIF data + EXIF verilerini işlemek, değiştirmek ve kaydetmek için bir kütüphane + Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. + mirrors://sourceforge/libexif/libexif-0.6.21.tar.bz2 - openssl-devel + doxygen - shared-config.patch + libexif-0.6.13-pkgconfig.patch - multimedia/stream/live555/pspec.xml + multimedia/misc/libexif/pspec.xml - live555 + libexif + + /usr/lib + /usr/share/doc + /usr/share/locale + + + + libexif-devel + Development files for libexif + libexif için geliştirme dosyaları - openssl + libexif + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/libexif/libexif-api.html + + + + + 2020-01-19 + 0.6.21 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-08-14 + 0.6.21 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 0.6.21 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.6.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 0.6.21 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + exempi + https://libopenraw.freedesktop.org/exempi/ + + PisiLinux Community + admins@pisilinux.org + + BSD-3 + library + multimedia.misc + An implementation of XMP, based on Adobe SDK + Adobe SDK'sını temel alan bir XMP implementasyonu. + exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API. + exempi, Adobe XMP SDK'sının UNIX'te çalışması ve GNU automake ile derlenmesi için yapılmış bir portudur. XMPCore, XMPFiles ve exempi isimli C temelli bir API içerir. + http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2 + + zlib-devel + expat-devel + + multimedia/misc/exempi/pspec.xml + + + exempi + + zlib + expat + libgcc + + + /usr/lib + /usr/bin + /usr/share/doc/exempi + /usr/share/man + + + + exempi-devel + Development files for exempi + exempi için geliştirme dosyaları + + exempi + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-02-29 + 2.5.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + sdl2-mixer + http://www.libsdl.org/projects/SDL_mixer/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + SDL2 mixer library + SDL2_mixer is a SDL2 library for loading sound files. + http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz + + flac-devel + mpg123-devel + libopus-devel + opusfile-devel + libsdl2-devel + libvorbis-devel + fluidsynth-devel + libmodplug-devel + + multimedia/misc/sdl2-mixer/pspec.xml + + + sdl2-mixer + + flac + mpg123 + libopus + libsdl2 + opusfile + libvorbis + fluidsynth + libmodplug /usr/lib @@ -234394,311 +81862,4162 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - live555-devel - Development files for live555 - live555 için geliştirme dosyaları + sdl2-mixer-devel + Development files for sdl2-mixer - live555 + sdl2-mixer + libsdl2-devel /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl2-mixer-32bit + 32-bit shared libraries for sdl2-mixer + emul32 + emul32 + + flac-32bit + mpg123-32bit + libopus-32bit + libsdl2-32bit + opusfile-32bit + libvorbis-32bit + + + sdl2-mixer + flac-32bit + mpg123-32bit + libopus-32bit + libsdl2-32bit + opusfile-32bit + libvorbis-32bit + + + /usr/lib32/ - - 2020-01-19 - 2020.01.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org + + 2020-03-07 + 2.0.4 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + libavif + https://github.com/AOMediaCodec/libavif + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.misc + Library for encoding and decoding avif files + Library for encoding and decoding avif files + Library for encoding and decoding avif files + Library for encoding and decoding avif files + https://github.com/AOMediaCodec/libavif/archive/refs/tags/v0.9.3.tar.gz + + cmake + nasm + aom-devel + zlib-devel + rav1e-devel + dav1d-devel + glib2-devel + libpng-devel + svt-av1-devel + gdk-pixbuf-devel + libjpeg-turbo-devel + + multimedia/misc/libavif/pspec.xml + + + libavif + + aom + rav1e + dav1d + glib2 + libpng + svt-av1 + gdk-pixbuf + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libavif-devel + Development files for libavif + + libavif + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-11-01 + 0.9.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + sdl2-image + http://www.libsdl.org/projects/SDL_image/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie SDL2 de chargement de fichier d'image. + SDL image file loading library + SDL2 resim yükleme kitaplığı + SDL_image is an image file loader for SDL. + SDL2_image, SDL2 için resim yükleme kitaplığıdır. + https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz + + zlib-devel + libsdl2-devel + tiff-devel + libpng-devel + libjpeg-turbo-devel + + multimedia/misc/sdl2-image/pspec.xml + + + sdl2-image + + libsdl2 + tiff + zlib + libpng + libjpeg-turbo + + + /usr/bin + /usr/lib/ + /usr/share/doc + + + + sdl2-image-devel + Development files for sdl2-image + sdl2-image için geliştirme dosyaları + + sdl2-image + libsdl2-devel + tiff-devel + libjpeg-turbo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 2.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-10 + 2.0.1 + First Release. + Stefan Gronewold + groni@pisilinux.org + + + + + + gphoto2 + http://www.gphoto.org/ + + fury + uglyside@yandex.ru + + GPLv2 + app:console + multimedia.misc + Digital camera software. + gPhoto2 is a free, redistributable, ready to use set of digital camera software applications for Unix-like systems, written by a whole team of dedicated volunteers around the world. It supports more than 2500 cameras. + mirrors://sourceforge/project/gphoto/gphoto/2.5.28/gphoto2-2.5.28.tar.xz + + cdk-devel + popt-devel + aalib-devel + readline-devel + libgphoto2-devel + libjpeg-turbo-devel + + multimedia/misc/gphoto2/pspec.xml + + + gphoto2 + + cdk + popt + aalib + libexif + ncurses + readline + libgphoto2 + libjpeg-turbo + + + /usr/bin + /usr/share/locale + /usr/share/man/man1 + /usr/share/doc + + + + + 2022-01-17 + 2.5.28 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-19 + 2.5.26 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-06 + 2.5.23 + First build. + fury + uglyside@yandex.ru + + + + + + libopus + https://opus-codec.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.misc + Opus is a totally open, royalty-free, highly versatile audio codec + Açık kaynak, telif ücretsiz, çok yönlü ses codec bileşenidir + Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec. + Opus Internet üzerinde etkileşimli ses ve müzik iletimi için eşsiz olan, ama aynı zamanda saklama ve akış uygulamaları için tasarlanmıştır. +Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 olarak Internet Engineering Task Force (IETF) tarafından standartlaştırılmıştır. + https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz + + doxygen + + multimedia/misc/libopus/pspec.xml + + + libopus + + /usr/lib + /usr/share + + + + libopus-devel + Development files for libopus + Libopus için geliştirme dosyaları + + libopus + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libopus-docs + document files for libopus + + libopus + + + /usr/share/doc + + + + libopus-32bit + 32-bit shared libraries for libopus + emul32 + emul32 + + libopus + + + /usr/lib32 + + + - 2018-08-07 - 2018.08.05 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2020-01-11 + 1.3.1 + Rebuild + Kamil Atlı + uglyside@yandex.ru - 2018-02-18 - 2018.02.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2019-06-24 + 1.3.1 + Version bump. + fury + uglyside@yandex.ru - 2017-02-18 - 2016.10.21 - Release Bump + 2018-08-16 + 1.2.1 + Rebuild 32bit. Pisi Linux Community admin@pisilinux.org - 2016-06-09 - 2016.10.21 + 2018-08-01 + 1.2.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.1.4 Version Bump Pisi Linux Community admin@pisilinux.org 2016-06-09 - 2014.05.08 + 1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-22 + 1.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libmediainfo + http://mediaarea.net/en/MediaInfo + + Pisi Linux Community + admins@pisilinux.org + + LGPLv3 + library + multimedia.misc + shared library for mediainfo + shared library for mediainfo + shared library for mediainfo + shared library for mediainfo + mediainfo + https://mediaarea.net/download/source/libmediainfo/22.06/libmediainfo_22.06.tar.xz + + autoconf + automake + libtool + zlib-devel + libzen-devel + curl-devel + libmms-devel + + multimedia/misc/libmediainfo/pspec.xml + + + libmediainfo + + curl + zlib + glib2 + libgcc + libzen + libmms + + + /usr/share/doc/ + /usr/lib/ + + + + libmediainfo-devel + + curl-devel + libzen-devel + libmediainfo + + + /usr/lib/pkgconfig + /usr/include/MediaInfo + /usr/include/MediaInfoDLL + + + + + 2022-07-27 + 22.06 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-06 + 19.09 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.7.94 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 0.7.94 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-24 + 0.7.90 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-20 + 0.7.65 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + svt-av1 + https://gitlab.com/AOMediaCodec/SVT-AV1 + + PisiLinux Community + admins@pisilinux.org + + custom + library + multimedia.misc + Scalable Video Technology AV1 encoder and decoder + Scalable Video Technology AV1 encoder and decoder + Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü + Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü + https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.8.7/SVT-AV1-v0.8.7.tar.bz2 + + nasm + cmake + + multimedia/misc/svt-av1/pspec.xml + + + svt-av1 + + /usr/bin + /usr/lib + /usr/share/doc + + + + svt-av1-devel + Development files for svt-av1 + + svt-av1 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-02 + 0.8.7 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libdvdread + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + Provides a simple foundation for reading DVD-Video images + DVD videolarını okumak için basit bir kütüphane + Un lecteur DVD pour les environnements Solaris, Linux et BSD publié sous la licence publique GNU (GPL). Il gère les signets, les sauts dans le temps, les sorties audio sur plusieurs canaux, sortie SPDIF, le zoom et le crop (vision exclusive d'une zone) vidéo. Il gère également les menus DVD et la navigation, permet de lire depuis les DVD montés ou non montés, depuis un disque dur. Il peut lire les DVDs cryptés et non cryptés grâce à libdvdread/libdvdcss. + A DVD player for the Solaris, Linux and BSD environments released under the GNU Public License (GPL). It is includes bookmarks, time skipping, multichannel audio, SPDIF output, crop and zoom video. It supports DVD menus and navigation, reads from mounted, unmounted DVDs and hard drive and reads encrypted and unencrypted DVDs using libdvdread/libdvdcss. + GNU Public License (GPL) altındaki Solaris, Linux ve BSD ortamları için bir DVD oynatıcısıdır. Yerimi, zaman atlatma, çoklukanal ses çıktı, SPDIF çıktı, video kırpma ve büyütme özellikleri içerir. DVD menüleri ve dolaşma özelliğini destekler, bağlanmış (mount) ve bağlanmamış sabit diskleri okur ve libdvdread / libdvdcss kullanan şifreli ve şifresiz DVDleri oynatabilir. + DVD player para Solaris, Linux y BSD liberado bajo la licencia GNU Public License (GPL). incluye marcadores (bookmarks), time skipping, multichannel audio, salida SPDIF, video crop y zoom. soporta menús DVD y navegación, lee de DVDs y discos rígidos montados y no-montados y lee DVDs encriptados y no-encriptados usando libdvdread/libdvdcss. + http://download.videolan.org/pub/videolan/libdvdread/6.1.1/libdvdread-6.1.1.tar.bz2 + + libdvdcss-devel + git + + multimedia/misc/libdvdread/pspec.xml + + + libdvdread + + libdvdcss + glibc + + + /usr/lib + /usr/share/doc/libdvdread + + + + libdvdread-devel + Development files for libdvdread + libdvdread için geliştirme dosyaları + + libdvdread + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-10-14 + 6.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 6.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 6.0.0 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 5.0.3 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-05 + 5.0.3 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + libebml + http://www.matroska.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie de format binaire extensible (un peu comme XML). + Extensible binary format library (kinda like XML) + Genişletilebilir ikilik biçimlendirme kütüphanesi + Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML. + https://dl.matroska.org/downloads/libebml/libebml-1.4.2.tar.xz + + cmake + + multimedia/misc/libebml/pspec.xml + + + libebml + + libgcc + + + /usr/lib + /usr/share/doc + + + + libebml-devel + Development files for libebml + libebml için geliştirme dosyaları + + libebml + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/share/man/man3 + + + + + 2021-06-29 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 1.3.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.3.9 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.3.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-03 + 1.3.4 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-20 + 1.3.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libiptcdata + http://libiptcdata.sourceforge.net/ + + Erdinç Gültekin + admins@pisilinux.org + + LGPL + library + multimedia.misc + A library for manipulating the International Press Telecommunications Council (IPTC) + Uluslararası Basın Telekomünikasyon Konseyi meta verilerini işlemek için bir kütüphane + libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. + libiptcdata, görüntüler gibi çeşitli veri dosyalarında bulunan Uluslararası Basın Telekomünikasyon Konseyi (IPTC) meta verilerini okumak ve yazmak için bağımsız bir C kütüphanesidir. + mirrors://sourceforge/libiptcdata/1.0.4/libiptcdata-1.0.4.tar.gz + + glibc-devel + + multimedia/misc/libiptcdata/pspec.xml + + + libiptcdata + + /usr/bin + /usr/lib/ + /usr/share/locale + /usr/share/doc + /usr/share/gtk-doc + + + + libiptcdata-devel + libiptcdata için geliştirme dosyaları + + libiptcdata + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-31 + 1.0.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + ffnvcodec + https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git + + PisiLinux Community + admins@pisilinux.org + + MIT + library + multimedia.misc + FFmpeg version of headers required to interface with Nvidias codec APIs + FFmpeg version of headers required to interface with Nvidias codec APIs + https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.1/nv-codec-headers-11.1.5.1.tar.gz + multimedia/misc/ffnvcodec/pspec.xml + + + ffnvcodec + + /usr/include + /usr/lib/pkgconfig + /usr/share + + + + + 2022-07-03 + 11.1.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 9.1.23.1 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + libbinio + https://github.com/adplug/libbinio + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Binary I/O stream class library + İkili I/O yayın sınıfı kitaplığı + libbinio is a binary I/O stream class library. + libbinio ikili I/O yayın sınıfı kitaplığıdır. + https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2 + + gcc44.patch + string-conversion.patch + + multimedia/misc/libbinio/pspec.xml + + + libbinio + + libgcc + + + /usr/lib + /usr/share/doc + /usr/share/info + + + + libbinio-devel + Headers I/O stream class library + libbinio için geliştirme başlıkları + libbinio is a binary I/O stream class library. + libbinio için geliştirme başlıklarını içerir. + + libbinio + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-18 + 1.5 + Version bump + fury + uglyside@yandex.ru + + + 2020-03-06 + 1.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-06 + 1.4 + First release + Ali Cengiz KLurt + alicengizkurt@gmail.com + + + + + + sdl-ttf + http://www.libsdl.org/projects/SDL_ttf/ + + Mathias Freire + mathiasfreire45@gmail.com + + LGPLv2.1 + library + multimedia.misc + TrueType font support for SDL2 + SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. + http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz + + libsdl-devel + freetype-devel + libtool + libICE-devel + + multimedia/misc/sdl-ttf/pspec.xml + + + sdl-ttf + + libsdl + harfbuzz + freetype + + + /usr/lib + /usr/share/doc + + + + sdl-ttf-devel + Development files for sdl-ttf + + libsdl-devel + sdl-ttf + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl-ttf-32bit + 32-bit shared libraries for sdl-ttf + emul32 + emul32 + + libsdl-32bit + freetype-32bit + + + libpng-32bit + libsdl-32bit + harfbuzz-32bit + freetype-32bit + sdl-ttf + + + /usr/lib32/ + + + + + 2020-03-07 + 2.0.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 2.0.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 2.0.11 + Rebuild for new toolchain. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-11-24 + 2.0.14 + Rebuild for Pisi Linux 2.0 + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-06-09 + 2.0.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-11 + 2.0.14 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + taglib + https://taglib.org/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPL-2 + library + multimedia.misc + A library for reading and editing audio meta data. + Ses dosyalarının etiket bilgilerini okuma ve düzenleme kütüphanesi + TagLib est une librairie pour lire et éditer les méta-données de nombreux formats audio populaires. + TagLib is a library for reading and editing the meta data of several popular audio formats. + TagLib ses dosyalarının etiket bilgilerini okumak ve işlemek için kullanılan bir kütüphanedir. + https://taglib.org/releases/taglib-1.12.tar.gz + + cmake + zlib-devel + boost-devel + + multimedia/misc/taglib/pspec.xml + + + taglib + + zlib + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + taglib-devel + Development files for taglib + taglib için geliştirme dosyaları + + taglib + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-23 + 1.12 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-09-15 + 1.11.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-19 + 1.11.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.11.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.11.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-27 + 1.11.1 + Rebuild for kfilemetadata. + Stefan Gronewold + groni@pisilinux.org + + + 2017-02-16 + 1.11.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.9.1 Release Bump Pisi Linux Community admin@pisilinux.org 2014-05-25 - 2014.05.08 + 1.9.1 First release - Kamil Atlı - suvarice@gmail.com + Alihan Öztürk + alihan@pisilinux.org - mpd - https://www.musicpd.org/ + fribidi + http://fribidi.sourceforge.net/ PisiLinux Community admins@pisilinux.org - GPL-2 - app - multimedia.stream - Music Player Daemon. - Müzik Çalıcı Sunucusu (MPD) - Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol. - MPD çoğu müzik dosyasını (MP3, Ogg Vorbis, FLAC, AAC, Mod vs.) çalar ve ağda yayınlar. - https://musicpd.org/download/mpd/0.23/mpd-0.23.8.tar.xz - - meson - cmake - fmt-devel - curl-devel - flac-devel - yajl-devel - lame-devel - zlib-devel - dbus-devel - boost-devel - expat-devel - samba-devel - icu4c-devel - avahi-devel - faad2-devel - libao-devel - shine-devel - libmms-devel - mpg123-devel - sqlite-devel - openal-devel - ffmpeg-devel - libgme-devel - libmad-devel - libogg-devel - libnfs-devel - libcdio-devel - libopus-devel - libsoxr-devel - libupnp-devel - twolame-devel - wavpack-devel - zziplib-devel - libpcre2-devel - alsa-lib-devel - libshout-devel - liburing-devel - pipewire-devel - libmpcdec-devel - libgcrypt-devel - audiofile-devel - libid3tag-devel - libmikmod-devel - libvorbis-devel - cyrus-sasl-devel - fluidsynth-devel - libmodplug-devel - libsndfile-devel - libopenmpt-devel - libmpdclient-devel - libsamplerate-devel - libchromaprint-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - python3-six - python3-Babel - python3-sphinx - python3-certifi - python3-requests - python3-imagesize - python3-snowballstemmer - python3-sphinx-alabaster-theme - python3-sphinxcontrib-websupport - - multimedia/stream/mpd/pspec.xml + LGPLv2.1 + app:console + library + multimedia.misc + A free implementation of the unicode bidirectional algorithm + Çift yönlü unikod algoritmanın özgür bir uyarlaması + GNU FriBidi est l'implémentation libre de l'algorithme bidirectionnel Unicode. + GNU FriBidi is the Free Implementation of the Unicode Bidirectional Algorithm. + GNU FriBidi, Çift Yönlü Unicode Algoritması'nın özgür uygulamasıdır. + GNU FriBidi es la implementación libre del algoritmo Unicode Bidirectional. + https://github.com/fribidi/fribidi/releases/download/v1.0.8/fribidi-1.0.8.tar.bz2 + multimedia/misc/fribidi/pspec.xml - mpd - - curl - flac - yajl - lame - zlib - dbus - boost - expat - samba - icu4c - avahi - faad2 - libao - shine - libmms - mpg123 - sqlite - openal - ffmpeg - libgme - libmad - libogg - libnfs - libcdio - libopus - libsoxr - libupnp - twolame - wavpack - zziplib - libpcre2 - alsa-lib - libshout - liburing - pipewire - libmpcdec - libgcrypt - audiofile - libid3tag - libmikmod - libvorbis - avahi-libs - fluidsynth - libmodplug - libsndfile - libopenmpt - libmpdclient - libsamplerate - libchromaprint - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - + fribidi - /etc /usr/bin - /usr/share/icons + /usr/lib /usr/share/man /usr/share/doc + + fribidi-devel + Development files for fribidi + fribidi için geliştirme dosyaları + + fribidi + + + /usr/include + /usr/share/man/man3 + /usr/lib/pkgconfig + + + + fribidi-32bit + 32-bit shared libraries for fribidi + emul32 + emul32 + + fribidi + + + /usr/lib32 + + - - 2022-07-29 - 0.23.8 - Version bump. - fury - uglyside@yandex.ru - - - 2022-05-14 - 0.23.7 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-16 - 0.23.6 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-02 - 0.23.5 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-23 - 0.23.4 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-23 - 0.23.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-17 - 0.23 - Version bump. - fury - uglyside@yandex.ru - - 2021-09-07 - 0.22.11 + 2020-01-18 + 1.0.8 Version bump. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - 2021-07-11 - 0.22.9 - Version bump. - fury - uglyside@yandex.ru + 2019-01-15 + 1.0.5 + Rebuild 32bit. + Mustafa Cinasal + muscnsl@gmail.com - 2021-05-29 - 0.22.8 + 2018-11-17 + 1.0.5 + Version Bump + Aydin Atmaca + aydinatmaca@gmail.com + + + 2018-08-03 + 1.0.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.19.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.19.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-23 + 0.19.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cmark + https://github.com/jgm/cmark + + PisiLinux Community + admins@pisilinux.org + + BSD2 + library + multimedia.misc + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + https://github.com/commonmark/cmark/archive/0.30.2.tar.gz + + cmake + python3-devel + + multimedia/misc/cmark/pspec.xml + + + cmark + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + cmark-devel + Development files for cmark + + cmark + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-10-05 + 0.30.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-23 + 0.30.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 0.29.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + sdl2-ttf + http://www.libsdl.org/projects/SDL_ttf/ + + Mathias Freire + mathiasfreire45@gmail.com + + LGPLv2.1 + library + multimedia.misc + TrueType font support for SDL2 + SDL2 TTF kitaplığı + SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle. + SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. + SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır. + SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable. + http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz + + libsdl2-devel + freetype-devel + + multimedia/misc/sdl2-ttf/pspec.xml + + + sdl2-ttf + + libsdl2 + harfbuzz + freetype + + + /usr/lib + /usr/share/doc + + + + sdl2-ttf-devel + Development files for sdl2-ttf + sdl2-ttf için geliştirme dosyaları + + libsdl2-devel + sdl2-ttf + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl2-ttf-32bit + 32-bit shared libraries for sdl2-ttf + sdl2-ttf için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libsdl2-32bit + freetype-32bit + + + libpng-32bit + libsdl2-32bit + harfbuzz-32bit + freetype-32bit + sdl2-ttf + + + /usr/lib32/ + + + + + 2020-03-07 + 2.0.15 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.0.14 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 2.0.14 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-11 + 2.0.14 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + DirectFB + http://www.directfb.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Thin library on top of the Linux framebuffer devices + Linux framebuffer aygıtlarının üstünde çalışan hafif bir kütüphane + DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers. + DirectFB donanımsal grafik hızlandırması, giriş aygıtları işleme ve soyutlama sağlayan yarısaydam pencereler ve çoklu görüntü katmanlarını destekleyen pencere sistemi ile bütünleşik bir kütüphanedir. + http://sources.buildroot.net/DirectFB-1.7.7.tar.gz + + libgcc + giflib-devel + libX11-devel + zlib-devel + tiff-devel + jasper-devel + freetype-devel + libpng-devel + libXext-devel + libglvnd-devel + mesa-devel + webp-devel + mesa-glu-devel + libdrm-devel + libjpeg-turbo-devel + libmng-devel + lcms2-devel + libvdpau-devel + libmad-devel + libvorbis-devel + + multimedia/misc/DirectFB/pspec.xml + + + DirectFB-docs + + DirectFB + + + /usr/share/doc + + + + DirectFB + + zlib + libgcc + libpng + freetype + libX11 + libXext + libglvnd + mesa + libdrm + libjpeg-turbo + libvdpau + webp + tiff + jasper + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share + + + + DirectFB-devel + Development files for DirectFB + DirectFB için geliştirme dosyaları + + DirectFB + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-04 + 1.7.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-08 + 1.7.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-29 + 1.7.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 1.7.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 1.7.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.7.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 1.7.7 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + liboil + https://liboil.freedesktop.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Liboil is a library of simple functions that are optimized for various CPUs + Liboil, farklı işlemciler için optimize edilmiş temel fonksiyonlardan oluşan bir kütüphanedir + Liboil est une librairie de fonctions simples optimisées pour différents processeurs. Ces fonction sont en général des boucles implémentant des algorithmes simples, tel que convertir un tableau de N entiers en nombres à virgule flottante ou multiplier et additionner un tableau de N nombres. + Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. + liboil çeşitli CPU 'lar için en iyilenmiş basit fonksiyon kütüphanesidir. Bu fonksiyonlar genellikle döngüler için gerçekleştirilen yalın algoritmalardır, örneğin ; N integer elemanı olan bir diziyi float elemanlı diziye dönüştürmek yada N elemanlı bir dizi ile toplama yada çarpma yapmak gibi. + Liboil es una librería con funciones simples, optimizados para múltiples CPUs. Estas funciones son generalmente bucles realizando simples algoritmos, como conversión de arrays de N enteros a números de punto flotante o multiplicación y suma de un array de N números. + http://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz + + 02_amd64-cpuid.patch + 03_stride-segfaults.patch + + multimedia/misc/liboil/pspec.xml + + + liboil + + /usr/lib + /usr/share/doc + + + + liboil-devel + Development files for liboil + liboil için geliştirme dosyaları + + liboil + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 0.3.17 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.3.17 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 0.3.17 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.3.17 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 0.3.17 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libshout + http://www.icecast.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + multimedia.misc + A library for communicating with and sending data to an icecast server + Icecast sunucusuyla veri alış verişini sağlayan bir kütüphane + Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server. + Libshout, Icecast sunucusuyla iletişimi ve veri alış verişini sağlar. Verilerin zamanlamasını ve gerekli soket bağlantılarını kontrol ederek, sunucu üzerinde hatalı veri transferini önler. + https://ftp.osuosl.org/pub/xiph/releases/libshout/libshout-2.4.3.tar.gz + + libvorbis-devel + libogg-devel + libtheora-devel + speex-devel + + + pthread_flag.patch + + multimedia/misc/libshout/pspec.xml + + + libshout + + libvorbis + libogg + libtheora + speex + + + /usr/lib + /usr/share/doc + + + + libshout-devel + Development files for libshout + libshout için geliştirme dosyaları + + libshout + libtheora-devel + libvorbis-devel + libogg-devel + speex-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/*.c + + + + + 2020-01-19 + 2.4.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 2.4.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.4.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 2.3.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + openxr + https://www.khronos.org/openxr/ + + Pisi Linux Admins + admin@pisilinux.org + + APACHE + library + multimedia.misc + An open standard for virtual reality and augmented reality platforms and devices + An open standard for virtual reality and augmented reality platforms and devices + An open standard for virtual reality and augmented reality platforms and devices + An open standard for virtual reality and augmented reality platforms and devices + https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/release-1.0.20.tar.gz + + cmake + mesa-devel + wayland-client + wayland-devel + python3-devel + libX11-devel + vulkan-devel + libglvnd-devel + vulkan-headers + jsoncpp-devel + libXrandr-devel + libXxf86vm-devel + + multimedia/misc/openxr/pspec.xml + + + openxr + + libgcc + libX11 + vulkan + libglvnd + jsoncpp + libXxf86vm + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/openxr + /usr/share/doc + + + + openxr-devel + Development files for openxr + + openxr + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-11-20 + 1.0.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 1.0.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-07 + 1.0.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-20 + 1.0.13 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + openexr + http://www.openexr.com + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + library + multimedia.misc + A high dynamic-range (HDR) image file format library + OpenEXR est un formation de fichier d'image à haut rang dynamique (HDR - High Dynamic Range) utilisable pour les applications d'imagerie sur ordinateur. OpenEXR inclus notamment : Un rang dynamique plus grand que les formats d'image existants de 8 et 10 bit; le support pour pixel de 16 bit à virgule flottante, 32 bit à virgule flottante et d'entiers à 32 bit; de nombreux algorithmes de compression d'image sans perte, le fait d'être extensible. + OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility. + OpenEXR, bilgisayar görüntüleme uygulamalarında kullanılan yüksek dinamik görüntü erimidir. OpenEXR özellikleri şunları içerir: Mevcut 8 ve 10 bitlik görüntü dosya formatlarından daha yüksek dinamik görüntü erişimi, 16 ya da 32 bit piksel desteği ve kayıpsız görüntü sıkıştırma algoritması + OpenEXR es un formato de archivo de imagen de alto fango dinámico (HDR) para uso en aplicaciones de computación de imágenes. OpenEXR contiene facilidades: rango dinámico y precisión de colores más alto que formatos existentes de 8- y 10-bit; soporta para punto flotante 16-bit, punto flotante 32-bit, y entero 32-bit pixels; algoritmos de compresión múltiple sin pérdida; extensible. + https://github.com/AcademySoftwareFoundation/openexr/archive/v3.1.3.tar.gz + + cmake + imath-devel + zlib-devel + + multimedia/misc/openexr/pspec.xml + + + openexr + + imath + libgcc + openexr-libs + + + /usr/bin + + + + openexr-libs + OpenEXR runtime libraries + OpenEXR çalışma zamanı kitaplıkları + + imath + zlib + libgcc + + + /usr/lib/lib* + /usr/share/doc + + + + openexr-docs + OpenEXR example files + OpenEXR örnek dosyalar + + /usr/share/doc/OpenEXR/examples + + + + openexr-devel + Development files for openexr + OpenEXR için geliştirme dosyaları + + openexr + mesa-glu-devel + imath-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2021-11-20 + 3.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-26 + 3.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 2.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.2.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-06 + 2.2.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-14 + 2.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 2.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-28 + 2.2.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libpano13 + http://sourceforge.net/projects/panotools + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.misc + Library for manipulating panoramic images + Panoramik görüntü kitaplığı + libpano13 is a library which provides very high quality manipulation, correction and stitching of panoramic photographs. + libpano13 panoramik görüntüleri yüksek kalitede düzeltip birleştirebilen bir kitaplıktır. + mirrors://sourceforge/panotools/libpano13-2.9.19.tar.gz + + zlib-devel + tiff-devel + libpng-devel + libjpeg-turbo-devel + + multimedia/misc/libpano13/pspec.xml + + + libpano13 + + tiff + libpng + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + libpano13-devel + Development files for libpano13 + libpano13 için geliştirme dosyaları + + libpano13 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-05 + 2.9.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.9.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 2.9.19 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 2.9.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-11-10 + 2.9.19 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + regionset + http://linvdr.org/projects/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv2 + app:console + multimedia.misc + regionset - adjusts and shows the region code of DVD drives + regionset allows you to check and set the region code of DVD drives. + http://linvdr.org/download/regionset/regionset-0.2.tar.gz + multimedia/misc/regionset/pspec.xml + + + regionset + + /usr/bin + /usr/share/doc + + + + + 2020-03-07 + 0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 0.2 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-24 + 0.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libdvdcss + http://www.videolan.org/libdvdcss/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + A portable abstraction library for DVD decryption + DVD çözmek için soyutlanmış taşınabilir bir kütüphane + libdvdcss est une librairie simple et portable d'abstraction conçue pour accéder auxDVDs comme des périphériques par blocs sans avoir à se soucier du décodage. On peut construire un lecteur DVD à partir de l'API de libdvdcss en 4 ou 5 appels. + libdvdcss is a simple and library portable abstraction library designed for accessing DVDs like a block device without having to bother about the decryption. A DVD player can be built around the libdvdcss API using no more than 4 or 5 library calls. + Libdvdcss, şifre çözme konusunda zahmete girmeden bir blok aygıt gibi DVD'lere erişim için düzenlenmiş basit ve soyutlanmış taşınabilir bir kütüphanedir. Bir DVD çalıcısı libdvdcss API etrafında 4 veya 5'ten fazla olmaksızın kütüphane çağrısı kullanarak kurulabilir. + libdvdcss es una liraría simple y portable de abstracción para acceder a DVDs como a dispositivos de bloques, sin preocuparse de decriptación. Se puede construir un reproductor DVD alrededor el API libdvdcss con no más de 4 o 5 llamadas de librería. + http://download.videolan.org/pub/videolan/libdvdcss/1.4.2/libdvdcss-1.4.2.tar.bz2 + multimedia/misc/libdvdcss/pspec.xml + + + libdvdcss + + /usr/lib + /usr/share/doc + + + + libdvdcss-devel + Development files for libdvdcss + libdvdcss için geliştirme dosyaları + + libdvdcss + + + /usr/include/dvdcss + /usr/lib/pkgconfig + + + + + 2020-01-19 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.4.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.4.0 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-05 + 1.4.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + mbedtls + https://github.com/ARMmbed/mbedtls + + PisiLinux Community + admins@pisilinux.org + + Apache + library + multimedia.misc + Cryptographic library for embedded systems + Cryptographic library for embedded systems + Gömülü sistemler için kriptografik kitaplık + Gömülü sistemler için kriptografik kitaplık + https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.27.0.tar.gz + + cmake + python3 + + multimedia/misc/mbedtls/pspec.xml + + + mbedtls + + /usr/bin + /usr/lib + /usr/share/doc + + + + mbedtls-devel + Development files for mbedtls + + mbedtls + + + /usr/include + /usr/lib/cmake + + + + + 2021-11-09 + 2.27.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + tagparser + https://github.com/Martchus/tagparser + + fury + uglyside@yandex.ru + + GPL-2 + library + multimedia.misc + C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. + C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. + https://github.com/Martchus/tagparser/archive/refs/tags/v11.3.0.tar.gz + + cmake + doxygen + zlib-devel + openssl-devel + cppunit-devel + iso-codes-devel + cpp-utilities-devel + + multimedia/misc/tagparser/pspec.xml + + + tagparser + + zlib + libgcc + cpp-utilities + + + /usr/lib + /usr/share + /usr/share/doc + + + + tagparser-devel + + tagparser + cpp-utilities-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/tagparser + + + + + 2022-07-10 + 11.3.0 Version bump. fury uglyside@yandex.ru - 2021-05-20 - 0.22.7 + 2022-04-14 + 11.1.0 Version bump. fury uglyside@yandex.ru - 2021-03-12 - 0.22.6 + 2022-02-05 + 10.4.0 Version bump. fury uglyside@yandex.ru - 2021-01-22 - 0.22.4 + 2021-11-04 + 10.3.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-13 + 10.2.0 + First build + fury + uglyside@yandex.ru + + + + + + libkate + http://code.google.com/p/libkate + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + multimedia.misc + A text codec for embedding in Ogg + Ogg için karaoke ve metin kitaplığı + Kate is a codec for karaoke and text encapsulation for Ogg. + Kate, karaoke ve metinleri ogg dosyalara gömmek için kullanılan kitaplık ve konsol uygulamaları içerir. + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libkate/libkate-0.4.1.tar.gz + + libogg-devel + libpng-devel + doxygen + + multimedia/misc/libkate/pspec.xml + + + libkate + + libogg + libpng + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libkate-devel + Development files for libkate + libkate için geliştirme dosyaları + + libkate + libogg-devel + libpng-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libkate-docs + API documentation for libkate + libkate paketine ait API belgeleri + + libkate + + + /usr/share/doc/libkate/html + /usr/share/doc/libkate/examples + + + + + 2020-02-07 + 0.4.1 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-08-07 + 0.4.1 + Rebuild Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-04 + 0.4.1 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.4.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 0.4.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libheif + https://github.com/strukturag/libheif + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + multimedia.misc + HEIF file format decoder and encoder + HEIF file format decoder and encoder + HEIF file format decoder and encoder + HEIF file format decoder and encoder + https://github.com/strukturag/libheif/archive/v1.12.0.tar.gz + + aom-devel + x265-devel + dav1d-devel + glib2-devel + libpng-devel + gdk-pixbuf-devel + libjpeg-turbo-devel + + multimedia/misc/libheif/pspec.xml + + + libheif + + aom + x265 + dav1d + glib2 + libgcc + libpng + gdk-pixbuf + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/mime + /usr/share/doc + + + + libheif-devel + Development files for libheif + + aom-devel + x265-devel + dav1d-devel + libheif + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-24 + 1.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-02 + 1.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.11.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + rav1e + https://github.com/xiph/rav1e + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.misc + The fastest and safest AV1 encoder + The fastest and safest AV1 encoder + En hızlı ve en güvenli AV1 kodlayıcı + En hızlı ve en güvenli AV1 kodlayıcı + https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0.tar.gz + + rust + nasm + cargo-c + + multimedia/misc/rav1e/pspec.xml + + + rav1e + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + rav1e-devel + Development files for rav1e + + rav1e + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-02 + 0.5.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + exiv2 + http://www.exiv2.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + multimedia.misc + Another library for parsing, editing, and saving EXIF data + EXIF verilerini ayrıştırmak, düzenlemek ve kaydetmek için bir diğer kitaplık + Exiv2 est une librairie C++ ainsi qu'un utilitaire en ligne de commande pour accéder aux méta-données d'images. Exiv2 est disponible en tant que logiciel libre ou avec une licence commerciale et est utilisée par un nombre croissant de projets. + exiv2 is a C++ library and a command line utility to access image metadata. Exiv2 is available as free software and with a commercial license, and is used in a growing number of projects. + Exiv2 resimlerin başlık bilgilerine ulaşmak için kullanılan bir C++ kütüphanesi ve komut satırı uygulamasıdır. Exiv2, hem özgür yazılım hem de ticari yazılım lisansıyla kullanılabilir. + Exiv2 es una librería C++ y una herramienta de línea de comandopara acceder metadatos de imágenes. Exiv2 está disponible como software libre y con licencia comercial, y se utiliza cada vez en más proyectos. + http://www.exiv2.org/builds/exiv2-0.27.4-Source.tar.gz + + cmake + curl-devel + zlib-devel + expat-devel + + + f01805f6.patch + + multimedia/misc/exiv2/pspec.xml + + + exiv2 + + exiv2-libs + libgcc + + + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + exiv2-libs + + zlib + curl + expat + libgcc + + + /usr/lib + + + + exiv2-devel + Development files for exiv2 + exiv2 için geliştirme dosyaları + + exiv2-libs + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-10-24 + 0.27.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 0.27.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 0.27.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 0.27.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.26 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 0.26 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 0.25 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-02 + 0.25 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + musicbrainz5 + http://www.musicbrainz.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Client library to access metadata of mp3/vorbis/CD media + Mp3/Ogg Vorbis/Audio-Cd gibi ses dosyalarınızın etiketlerine erişiminizi sağlayan istemci kütüphanesidir. + MusicBrainz est un projet tentant de créer une encyclopédie de musique au contenu ouvert. C'est une base de données en ligne contenant des informations concernant les musiques enregistrées. La librairie client MusicBrainz capture les informations concernant les artistes, le nom de l'album, les titres des chansons, leur longueur et beaucoup d'autres données encore. + MusicBrainz is a project that aims to create an open content music encyclopedia. It is an online database of information about recorded music. MusicBrainz client library captures information about artists, the album title, track titles,the length of each track and many more. + MusicBrainz açık içerikli müzik ansiklopedisi oluşturmayı amaçlayan bir projedir. Kayıtlı albüm ve müzik parçaları hakkında çevrim içi veri tabanı sağlar. MusicBrainz kütüphanesi sanatçı, albüm, çalınan parça ve daha birçok konuda veri toplar. + MusicBrainz es un proyecto con la finalidad de crear una enciclopedia de contenido abierto sobre música. Es una base de datos de información en línea sobre grabaciones de música. La libreía de cliente MusicBrainz captura información de artista, título de album, título de las músicas, longitudes de cada música, y mucho más. + ftp://ftp.parrot.org/.1/blfs/svn/l/libmusicbrainz-5.1.0.tar.gz + + neon-devel + libxml2-devel + cmake + + multimedia/misc/musicbrainz5/pspec.xml + + + musicbrainz5 + + libgcc + libxml2 + neon + + + /usr/lib + /usr/share/doc + + + + musicbrainz5-devel + Development files for musicbrainz5 + musicbrainz5 için geliştirme dosyaları + + musicbrainz5 + neon-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 5.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 5.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 5.1.0 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 5.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-20 + 5.1.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libtg_owt + https://github.com/desktop-app/tg_owt + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + multimedia.misc + WebRTC library - static linked + WebRTC library - static linked + WebRTC library - static linked + WebRTC library - static linked + https://github.com/desktop-app/tg_owt/archive/10d5f4bf77333ef6b43516f90d2ce13273255f41.tar.gz + https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz + + git + ninja + cmake + pulseaudio + yasm-devel + unzip + libX11-devel + mesa-devel + libvpx-devel + libepoxy-devel + pipewire-devel + libXtst-devel + libopus-devel + openssl-devel + libXrandr-devel + libXcomposite-devel + libva-devel + libjpeg-turbo-devel + ffmpeg-devel + protobuf-devel + pulseaudio-libs-devel + alsa-lib-devel + python3-setuptools + libXdamage-devel + egl-wayland-devel + + + crc32c.patch + 101.patch + + multimedia/misc/libtg_owt/pspec.xml + + + libtg_owt + + ffmpeg + libgcc + libopus + openssl + libvpx + protobuf + libjpeg-turbo + + + /usr/lib + /usr/share + /usr/share/doc + + + + libtg_owt-devel + Development files for libtg_owt + + libtg_owt + yasm-devel + unzip + libopus-devel + openssl-devel + libXrandr-devel + libXcomposite-devel + libva-devel + libjpeg-turbo-devel + ffmpeg-devel + protobuf-devel + pulseaudio-libs-devel + alsa-lib-devel + libvpx-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-08-05 + 20220508 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-23 + 20220508 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-17 + 20220414 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-24 + 20220314 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 20211222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-14 + 20211212 + Version bump. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-12-05 + 20211112 + Version bump. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-10-20 + 20210915 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-01-26 + 20210915 + Version bump. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-01-26 + 20210124 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + opusfile + https://opus-codec.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.misc + Library for opening, seeking, and decoding .opus files + Library for opening, seeking, and decoding .opus files + Library for opening, seeking, and decoding .opus files + Library for opening, seeking, and decoding .opus files + https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.12.tar.gz + + libogg-devel + libopus-devel + openssl-devel + + multimedia/misc/opusfile/pspec.xml + + + opusfile + + libogg + libopus + openssl + + + /usr/lib + /usr/share + /usr/share/doc + + + + opusfile-32bit + 32-bit shared libraries for opusfile + emul32 + emul32 + + libogg-32bit + libopus-32bit + openssl-32bit + + + libogg-32bit + libopus-32bit + openssl-32bit + + + /usr/lib32 + + + + opusfile-devel + Development files for opusfile + + opusfile + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2020-06-27 + 0.12 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2020-03-07 + 0.11 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libid3tag + http://mad.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + La librairie id3tag MAD. + The MAD id3tag library + MAD id3tag kütüphanesi + Die MAD id3tag Bibliothek + libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. + mirrors://sourceforge/mad/libid3tag-0.15.1b.tar.gz + + zlib-devel + gperf + + + libid3tag-0.15.1b-fix_overflow.patch + libid3tag-0.15.1b-unknown-encoding.patch + libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch + libid3tag-gperf.patch + + multimedia/misc/libid3tag/pspec.xml + + + libid3tag + + zlib + + + /usr/lib + /usr/share/doc + + + + libid3tag-devel + + libid3tag + + + /usr/include + /usr/lib/pkgconfig + + + id3tag.pc + + + + + 2020-01-19 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2019-03-13 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 0.15.1b + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.15.1b + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.15.1b + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + frei0r-plugins + https://frei0r.dyne.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + A plugin API for video sources and filters + Video kaynakları ve süzgeçleri için bir eklenti programlama arayüzü + frei0r-plugins is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. + frei0r-plugins video kaynakları ve süzgeçleri için basit bir eklenti programlama arayüzüdür. Efektlerin davranışları basit parametrelerle denetlenebilmektedir. + https://files.dyne.org/frei0r/releases/frei0r-plugins-1.7.0.tar.gz + + libgcc + cairo-devel + cmake + + multimedia/misc/frei0r-plugins/pspec.xml + + + frei0r-plugins + + libgcc + cairo + + + /usr/lib + /usr/share/doc + + + + frei0r-plugins-devel + Development files for frei0r-plugins + frei0r-plugins için geliştirme dosyaları + + frei0r-plugins + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-18 + 1.7.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.6.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.4 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 1.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + ezanvakti + https://github.com/fbostanci/ezanvakti + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + multimedia + multimedia.misc + Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. + Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. + Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. + Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır. + https://github.com/fbostanci/ezanvakti/archive/v7.1.tar.gz + + libnotify-devel + ffmpeg-devel + wget + curl-devel + bash-completion + + multimedia/misc/ezanvakti/pspec.xml + + + ezanvakti + + libnotify + ffmpeg + mplayer + wget + bash-completion + yad + iputils + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + ezanvakti.desktop + ezanvakti.png + + + + + 2020-04-27 + 7.1 + version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-04-07 + 6.3.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + klavaro + http://klavaro.sourceforge.net/en/index.html + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + multimedia.misc + Free touch typing tutor program + Klavye eğitimi programı + Klavaro is just another free touch typing tutor program. Klavaro intends to be keyboard and language independent, saving memory and time (and money). + Klavaro, özgür bir klavye eğitimi programıdır. Bir çok dilde klavye ve arayüz desteği sağlar. + klavaro + https://sourceforge.net/projects/klavaro/files/klavaro-3.13.tar.bz2/download + + intltool + atk-devel + curl-devel + gtk3-devel + cairo-devel + glib2-devel + pango-devel + harfbuzz-devel + gdk-pixbuf-devel + gtkdatabox-devel + + multimedia/misc/klavaro/pspec.xml + + + klavaro + + atk + curl + gtk3 + cairo + glib2 + pango + harfbuzz + intltool + gtkdatabox + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/lib + + + klavaro.desktop + + + + + 2021-10-16 + 3.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-07 + 3.11 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + OpenColorIO1 + http://opencolorio.org/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + multimedia.misc + Enables color transforms and image display across graphics apps + Enables color transforms and image display across graphics apps + Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir + Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir + https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v1.1.1.tar.gz + + cmake + yaml-cpp + lcms2-devel + boost-devel + tinyxml-devel + python3-devel + openimageio-devel + + + 8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch + + multimedia/misc/OpenColorIO1/pspec.xml + + + OpenColorIO1 + + lcms2 + libgcc + tinyxml + + + /usr/bin + /usr/lib + /usr/share/ocio + /usr/share/doc + + + opencolorio + + + + OpenColorIO1-devel + Development files for OpenColorIO1 + + OpenColorIO1 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-10-23 + 1.1.1 + Rebuild boost + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-11 + 1.1.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + sdl2-net + http://www.libsdl.org/projects/SDL_net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Librairie réseau de SDL. + SDL network library 2.0 series + SDL ağ kütüphanesi 2.0 serisi + sdl-mixer is a SDL library for network access. + sdl-net, SDL için ağ erişim kitaplığıdır. + http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz + + libsdl2-devel + + multimedia/misc/sdl2-net/pspec.xml + + + sdl2-net + + libsdl2 + + + /usr/lib + /usr/share/doc + + + + sdl2-net-devel + Development files for sdl-net + sdl2-net için geliştirme dosyaları + + sdl2-net + libsdl2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-07 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 2.0.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-11 + 2.0.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + libzen + http://sourceforge.net/projects/zenlib/ + + Pisi Linux Community + admins@pisilinux.org + + ZLIB + as-is + app:console + multimedia.misc + Small C++ derivate class to have a simpler life. + shared library for libmediainfo and mediainfo + https://mediaarea.net/download/source/libzen/0.4.37/libzen_0.4.37.tar.bz2 + multimedia/misc/libzen/pspec.xml + + + libzen + + libgcc + + + /usr/lib + /usr/share/doc + + + + libzen-devel + + libzen + + + /usr/bin/libzen-config + /usr/lib/pkgconfig + /usr/lib/libzen.so + /usr/include/ZenLib + + + + + 2020-03-07 + 0.4.37 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.4.37 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 0.4.35 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-24 + 0.4.31 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libsdl + http://www.libsdl.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.misc + Simple Direct Media Layer (Couche Média Simple et Directe). + Simple Direct Media Layer + Basit bir direk ortam erişim katmanı + Einfachee direkte Medien-Schicht + libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. + libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır. + http://www.libsdl.org/release/SDL-1.2.15.tar.gz + + DirectFB-devel + alsa-lib-devel + aalib-devel + libX11-devel + libusb-compat-devel + libXtst-devel + libICE-devel + libXrandr-devel + libglvnd-devel + mesa-glu-devel + + + sdl-1.2.14-disable-mmx.patch + sdl_x11sym.patch + SDL-1.2.14-dont-propagate-lpthread.patch + SDL-1.2.14-noproc.patch + SDL-1.2.13-rh484362.patch + libsdl-1.2.15-sdl-config.patch + libsdl-1.2.15-resizing.patch + libsdl-1.2.15-joystick.patch + + multimedia/misc/libsdl/pspec.xml + + + libsdl-docs + libsdl reference documents + libsdl başvuru belgeleri + + libsdl + + + /usr/share/man + /usr/share/doc + + + + libsdl + + DirectFB + aalib + + + /usr/lib + + + + libsdl-devel + Development files for libsdl + libsdl için geliştirme dosyaları + + libsdl + DirectFB-devel + alsa-lib-devel + aalib-devel + libX11-devel + libusb-compat-devel + libXtst-devel + libICE-devel + libXrandr-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/lib/libSDLmain.a + /usr/share/aclocal + + + + libsdl-32bit + 32-bit shared libraries for libsdl + libsdl için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libsdl + + + /usr/lib32 + + + + + 2020-01-11 + 1.2.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-01 + 1.2.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-12 + 1.2.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.2.15 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.2.15 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2016-03-27 + 1.2.15 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libdvdnav + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.misc + libdvdnav is a library for developers of multimedia applications + libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane + libdvdnav est une librairie pour les développeur d'applications multimédia. Elle permet l'utilisation de fonctionnalités sophistiquées de navigation DVD tels que les menus DVD, la lecture multi-angle et même des jeux interactifs DVD. + libdvdnav is a library for developers of multimedia applications. It allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games. + libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane. libdvdnav ile karmaşık DVD dolaşmalarını Örn: DVD menüleri, değişik açılı gösterimleri ve hatta etkileşimli DVD oyunlarını kullanabilirsiniz + libdvdnav es una librería para desarrollo de aplicaciones multimedia. Permite uso fácil de navegación avanzada en DVDs como en menús de DVDs, reproducción multi-ángulo, e incluso DVDs con juegos interactivos. + http://download.videolan.org/pub/videolan/libdvdnav/6.1.0/libdvdnav-6.1.0.tar.bz2 + + libdvdread-devel + + multimedia/misc/libdvdnav/pspec.xml + + + libdvdnav + + libdvdread + + + /usr/lib + /usr/share/doc/libdvdnav + + + + libdvdnav-devel + Development files for libdvdnav + libdvdnav için geliştirme dosyaları + + libdvdnav + libdvdread-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2020-10-05 + 6.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 6.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-01 + 6.0.0 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 5.0.3 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-31 + 5.0.3 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + ladspa-sdk + http://www.ladspa.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.plugin + The Linux Audio Developer's Simple Plugin API + Ses geliştiricisinin temel eklenti kütüphanesi + La Linux Audio Developer's Simple Plugin API (LADSPA - L'API de plugin (greffon) simple pour développeurs linux audio) tente de donner aux programmeurs la possibilité d'écrire en C/C++ des processeurs audio simples sous forme de plugin' et les lier dynamiquement à différentes applications hôte. + The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications + ladspa, Linux üzerinde ses uygulamaları geliştiren programcıların temel ses işleme eklentileri geliştirmelerini ve bu eklentileri bir seri ses uygulaması ile birlikte kullanabilmelerini sağlar. + El Linux Audio Developer's Simple Plugin API (LADSPA) intenta facilitar a programadores la tarea de escribir procesadores simples de audio en C/C++ y enlazarlos dinámicamente con una gama de aplicaciones host. + http://www.ladspa.org/download/ladspa_sdk_1.15.tgz + + ladspa-sdk-1.12-gcc4.patch + fix-memleak-in-plugin-scanning.patch + + multimedia/plugin/ladspa-sdk/pspec.xml + + + ladspa-sdk + + /usr/bin + /usr/lib + /etc + /usr/share/doc/ladspa-sdk + + + 60ladspa + + + + ladspa-sdk-devel + Development files for ladspa-sdk + ladspa-sdk için geliştirme dosyaları + + ladspa-sdk + + + /usr/include + /usr/share/doc/ladspa-sdk/html + + + + + 2020-01-18 + 1.15 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 1.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 1.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 1.13 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libchromaprint + https://acoustid.org/chromaprint + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + multimedia.plugin + Chromaprint is the core component of the Acoustid project. + Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. + https://github.com/acoustid/chromaprint/releases/download/v1.5.0/chromaprint-1.5.0.tar.gz + + boost-devel + fftw3-devel + ffmpeg-devel + cmake + + multimedia/plugin/libchromaprint/pspec.xml + + + libchromaprint + + ffmpeg + libgcc + + + /usr/share + /usr/lib + + + + libchromaprint-devel + libchromaprint için geliştirme dosyaları + + libchromaprint + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-30 + 1.5.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-07 + 1.4.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-14 + 1.4.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-14 + 1.4.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-04-27 + 1.4.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.4.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-03 + 1.4.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-17 + 1.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-18 + 1.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + leptonica + http://www.leptonica.org/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + app:console + multimedia.plugin + Leptonica Library + Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır. + An open source C library for efficient image processing and image analysis operations. + Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır. + https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz + + libjpeg-turbo-devel + giflib-devel + libpng-devel + tiff-devel + webp-devel + zlib-devel + + multimedia/plugin/leptonica/pspec.xml + + + leptonica + Software that is broadly useful for image processing and image analysis applications + + libjpeg-turbo + giflib + libpng + webp + tiff + zlib + + + /usr/lib + /usr/share/doc + /usr/bin + + + + leptonica-devel + Development file for leptonica + leptonica için geliştirme dosyaları + leptonica-devel, leptonica için geliştirme dosyaları içerir. + + leptonica + + + /usr/lib/pkgconfig + /usr/include/leptonica + + + + + 2020-01-18 + 1.79.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-01-04 + 1.74.4 + Version Bump. + Ali Cengiz Kurt(alick) + alicengizkurt@gmail.com + + + 2017-01-18 + 1.74.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libmpdclient + https://www.musicpd.org/libs/libmpdclient/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.plugin + C library to implement a MPD client + MPD için istemci geliştirme kitaplığı + Biblioteka kliencka MPD + A stable, documented, asynchronous API library for interfacing MPD in the C, C++ and Objective C languages. + libmpdclient, MPD etkileşimi için C, C++ ve Object C dillerinde kullanılabilen istikrarlı, belgelendirilmiş, asenkron bir kitaplıktır. + Biblioteka do tworzenia klientów demona MPD (Music Player Daemon). + https://musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz + + meson + + multimedia/plugin/libmpdclient/pspec.xml + + + libmpdclient + + vala + glib2 + + + /usr/lib + /usr/share + /usr/share/doc + + + + libmpdclient-devel + libmpdclient için geliştirme dosyaları + Pliki naglowkowe do libmpdclient + + libmpdclient + + + /usr/lib/pkgconfig + /usr/include + /usr/share/vala + + + + + 2021-11-23 + 2.20 Version bump. fury uglyside@yandex.ru 2020-12-13 - 0.22.3 + 2.19 First Beta release. fury uglyside@yandex.ru @@ -234707,85 +86026,8840 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - radiotray-ng - https://github.com/ebruck/radiotray-ng + audacious-plugins + https://audacious-media-player.org/ + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + data + multimedia.plugin + plugins for audacious + Audacious eklentileri + Zestaw pluginów do Audacious + plugins for audacious + Audacious için eklentiler + Zestaw pluginów do Audacious + https://distfiles.audacious-media-player.org/audacious-plugins-4.2.tar.bz2 + + meson + cmake + flac-devel + mesa-devel + lame-devel + neon-devel + curl-devel + gtk2-devel + faac-devel + lirc-devel + faad2-devel + cairo-devel + pango-devel + qt5-linguist + libogg-devel + libcue-devel + ffmpeg-devel + libmms-devel + mpg123-devel + libmtp-devel + libxml2-devel + libsdl2-devel + libbs2b-devel + libsoxr-devel + libcddb-devel + wavpack-devel + libbinio-devel + qt5-base-devel + alsa-lib-devel + libnotify-devel + libvorbis-devel + fluidsynth-devel + libsndfile-devel + gdk-pixbuf-devel + libXrender-devel + libmodplug-devel + qt5-x11extras-devel + libXcomposite-devel + libsamplerate-devel + qt5-multimedia-devel + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + libcdio-devel + audacious-devel + + multimedia/plugin/audacious-plugins/pspec.xml + + + audacious-plugins + + neon + gtk2 + faac + curl + flac + zlib + lame + lirc + mesa + glib2 + faad2 + cairo + pango + libcue + ffmpeg + libmms + mpg123 + libmtp + libX11 + libogg + libgcc + libsoxr + libbs2b + wavpack + libxml2 + libcddb + libsdl2 + qt5-base + libglvnd + libbinio + alsa-lib + audacious + libvorbis + libnotify + fluidsynth + gdk-pixbuf + libXrender + libmodplug + libsndfile + qt5-x11extras + libsamplerate + libXcomposite + qt5-multimedia + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + libcdio + + + /usr/lib/audacious + /usr/share/audacious + /usr/share/locale + /usr/share/doc + + + + + 2022-08-07 + 4.2 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 4.1 + Version bump + fury + uglyside@yandex.ru + + + 2020-03-07 + 3.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-06 + 3.10 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + timezonemap + https://github.com/dashea/timezonemap + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Gtk3 timezone map widget, forked from gnome which forked from Ubiquity + Gtk3 zaman bölge haritası aracı + Gtk3 timezone map widget, forked from gnome which forked from Ubiquity + Gtk3 zaman bölge haritası aracı + library + https://github.com/dashea/timezonemap/archive/refs/tags/0.4.5.1.tar.gz + + gnome-common + gobject-introspection-devel + gtk3-devel + glib2-devel + libsoup-devel + librsvg-devel + cairo-devel + pango-devel + gdk-pixbuf-devel + json-glib-devel + python3-devel + + desktop/cinnamon/timezonemap/pspec.xml + + + timezonemap + + gtk3 + cairo + glib2 + librsvg + libsoup + json-glib + gdk-pixbuf + + + /usr/lib/girepository-1.0 + /usr/lib/libtimezonemap* + /usr/share/doc + /usr/share/glade + /usr/share/libtimezonemap + + + + timezonemap-devel + + timezonemap + gtk3-devel + glib2-devel + json-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-05-18 + 0.4.5.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mint-themes + http://packages.linuxmint.com + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.cinnamon + Mint-X GTK2, GTK3, Metacity and Xfce theme. + Mint-X GTK2, GTK3, Metacity and Xfce theme. + http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.0.3.tar.xz + + sassc + optipng + gtk3-devel + python3-devel + + desktop/cinnamon/mint-themes/pspec.xml + + + mint-themes + + /usr/share/themes + + + + + 2022-06-30 + 2.0.3 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-menus + https://github.com/linuxmint/cinnamon-menus + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2.1 + app:gui + desktop.cinnamon + A menu system for the Cinnamon project + A menu system for the Cinnamon project + cinnamon + https://github.com/linuxmint/cinnamon-menus/archive/refs/tags/5.4.0.tar.gz + + meson + samurai + intltool + glib2-devel + python3-devel + gobject-introspection-devel + + desktop/cinnamon/cinnamon-menus/pspec.xml + + + cinnamon-menus + + glib2 + + + /usr/bin + /usr/lib/libcinnamon* + /usr/lib/girepository-1.0 + /usr/share/doc + + + + cinnamon-menus-devel + Development files for cinnamon-menus + development + + glib2-devel + cinnamon-menus + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-06-30 + 5.4.0 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-translations + https://github.com/linuxmint/cinnamon-translations + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + locale + desktop.cinnamon + Translations for Cinnamon and Nemo + Cinnamon ve Nemo için çeviriler + Translations for Cinnamon and Nemo + Cinnamon ve Nemo için çeviriler + cinnamon-language + https://github.com/linuxmint/cinnamon-translations/archive/refs/tags/5.4.2.tar.gz + + make + + desktop/cinnamon/cinnamon-translations/pspec.xml + + + cinnamon-translations + + /usr/share/locale + /usr/share/doc + + + + + 2022-07-25 + 5.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon + https://github.com/linuxmint/cinnamon + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + LGPLv2.1 + app:console + library + desktop.cinnamon + Linux desktop which provides advanced innovative features and a traditional user experience + Linux desktop which provides advanced innovative features and a traditional user experience + cinnamon + https://github.com/linuxmint/cinnamon/archive/refs/tags/5.4.9.tar.gz + + cjs-devel + meson + samurai + intltool + cinnamon-menus-devel + muffin-devel + clutter-devel + cogl-devel + gtk3-devel + dbus-glib-devel + dbus-devel + gobject-introspection-devel + polkit-devel + libXfixes-devel + at-spi2-atk-devel + glib2-devel + mesa-devel + pango-devel + libsoup-devel + xapp-devel + libX11-devel + libxml2-devel + libnma-devel + gstreamer-devel + python3-devel + cinnamon-desktop-devel + cinnamon-session + cinnamon-settings-daemon-devel + cinnamon-screensaver-devel + cinnamon-control-center-devel + libXfixes-devel + gettext-devel + spidermonkey-devel + libgudev-devel + NetworkManager-devel + network-manager-applet + startup-notification-devel + gnome-bluetooth-devel + pulseaudio-libs-devel + json-glib-devel + libnotify-devel + gtk-doc + gvfs + mozjs-78-devel + system-config-printer + upower-devel + libcroco-devel + libcanberra-devel + gconf-devel + gnome-panel-devel + gsettings-desktop-schemas-devel + libgnome-keyring + gst-plugins-base-devel + librsvg-devel + libXScrnSaver-devel + + + autostart.patch + default-theme.patch + set_wheel.patch + 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch + Notify-0.8.patch + lsblk.patch + + desktop/cinnamon/cinnamon/pspec.xml + + + cinnamon + + atk + cogl + gtk3 + dbus + xapp + mesa + cairo + libdrm + libgcc + glib2 + libglvnd + gstreamer + libXext + dbus-glib + json-glib + libXrandr + libXdamage + libXcomposite + wayland-client + wayland-server + pango + libX11 + muffin + clutter + libxml2 + blueberry + mintlocale + cjs + system-config-printer + system-config-printer-gtk + spidermonkey + icon-theme-adwaita + libcroco + libXfixes + gdk-pixbuf + at-spi2-atk + cinnamon-menus + pulseaudio-libs + startup-notification + gobject-introspection + cinnamon-desktop + cinnamon-control-center + cinnamon-screensaver + cinnamon-session + cinnamon-settings-daemon + cinnamon-translations + gnome-panel + nemo + NetworkManager + network-manager-applet + libgnome-keyring + accountsservice + polkit + polkit-gnome + upower + libsoup + dbus-python + libnotify + gconf + python3-cairo + python3-pygobject3 + python3-pam + python3-xapp + python3-pillow + python3-pexpect + python3-pyinotify + python3-pytz + python3-requests + python3-cairo + timezonemap + python-gtk + notify-python + gnome-terminal + gvfs + gsettings-desktop-schemas + + + /usr/bin + /etc/xdg + /usr/lib/cinnamon + /usr/lib/python3.9 + /usr/lib/cinnamon-* + /usr/share/locale + /usr/share/applications + /usr/share/cinnamon + /usr/share/cinnamon-session + /usr/share/dbus-1 + /usr/share/desktop-directories + /usr/share/doc + /usr/share/gtk-doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/man + /usr/share/polkit-1 + /usr/share/xsessions + /usr/share/themes + /usr/share + + + polkit-cinnamon-authentication-agent-1.desktop + window-list.json + panel-launchers.json + menu.json + pisi-logo.svg + pisi-crocus-ancyrensis.png + cinnamon-pisilinux.gschema.override + + + + + 2022-08-02 + 5.4.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-25 + 5.4.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-session + https://github.com/linuxmint/cinnamon-session + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.cinnamon + Cinnamon session manager + Cinnamon oturum yönetisici + Cinnamon-session manages a Cinnamon desktop or GDM login session. It starts up the other core components and handles logout and saving the session. + Cinnamon oturumu bir Cinnamon masaüstü veya GDM giriş oturumunu yönetir. + cinnamon + https://github.com/linuxmint/cinnamon-session/archive/refs/tags/5.4.0.tar.gz + + xmlto + meson + xtrans + samurai + intltool + xapp-devel + mesa-devel + gtk3-devel + cairo-devel + gconf-devel + glib2-devel + libSM-devel + libICE-devel + libX11-devel + libXau-devel + libXext-devel + dbus-glib-devel + gdk-pixbuf-devel + libXrender-devel + libcanberra-devel + libXcomposite-devel + gettext-devel + elogind-devel + polkit-devel + json-glib-devel + upower-devel + libxslt-devel + libxcb-devel + libXtst-devel + pangox-compat-devel + xkeyboard-config + util-linux + + desktop/cinnamon/cinnamon-session/pspec.xml + + + cinnamon-session + + gtk3 + xapp + cairo + glib2 + libSM + libICE + libX11 + libXau + elogind + libXext + libXtst + libglvnd + dbus-x11 + gdk-pixbuf + libXrender + libcanberra + polkit-gnome + libXcomposite + cinnamon-desktop + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-06-30 + 5.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + caribou + http://live.gnome.org/Caribou/ + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:gui + desktop.cinnamon + Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. + Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device. + https://gitlab.gnome.org/GNOME/caribou/-/archive/0.4.21/caribou-0.4.21.tar.gz + + intltool + atk-devel + gtk3-devel + vala-devel + dconf-devel + docbook-xsl + libgee-devel + gnome-common + libxslt-devel + libX11-devel + gettext-devel + clutter-devel + libXtst-devel + libxslt-devel + dbus-glib-devel + gdk-pixbuf-devel + libxklavier-devel + at-spi2-core-devel + desktop-file-utils + python-pygobject3-devel + python3-pygobject3-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + + + caribou-fix-compilation-error.patch + caribou-fix-subkey-popmenu.patch + caribou-fix-xadapter-xkb-calls.patch + caribou-fix-antler-style-css.patch + caribou-fix-python-env.patch + caribou-change_autostart_cinnamon.patch + caribou-drop_gir_patch.patch + + desktop/cinnamon/caribou/pspec.xml + + + caribou + + atk + gtk3 + dconf + glib2 + libX11 + libgee + libXtst + libxml2 + libXtst + clutter + libxslt + libxklavier + dbus-python + at-spi2-core + python-pygobject3 + python3-pygobject3 + gsettings-desktop-schemas + + + /etc + /usr/bin + /usr/lib/caribou + /usr/lib/girepository-1.0 + /usr/lib/gnome-settings-daemon-3.0 + /usr/lib/gtk-3.0 + /usr/lib/python2.7 + /usr/lib/libcaribou* + /usr/share/doc + /usr/share/dbus-1 + /usr/share/antler + /usr/share/caribou + /usr/share/glib-2.0 + /usr/share/vala + /usr/share/locale + + + + caribou-devel + Development files for caribou + caribou için geliştirme dosyaları + + gdk-pixbuf-devel + gtk3-devel + libXtst-devel + libgee-devel + libxklavier-devel + libX11-devel + libxml2-devel + python-pygobject3-devel + caribou + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2022-06-30 + 0.4.21 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xreader + https://github.com/linuxmint/xreader + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Document viewer for files like PDF and Postscript. + PDF ve Postscript benzeri dosyalar için Belge görüntüleyici. + Document viewer for files like PDF and Postscript. + PDF ve Postscript benzeri dosyalar için Belge görüntüleyici. + xreader + https://github.com/linuxmint/xreader/archive/refs/tags/3.4.3.tar.gz + + xapp-devel + intltool + meson + itstool + libICE-devel + libsecret-devel + libSM-devel + libspectre-devel + libgxps-devel + poppler-glib-devel + texlive-bin-devel + t1lib-devel + webkit2gtk-devel + + desktop/cinnamon/xreader/pspec.xml + + + xreader + + atk + gtk3 + tiff + xapp + zlib + glib2 + cairo + glib2 + libSM + pango + libICE + libX11 + libgxps + libxml2 + libsecret + gdk-pixbuf + libspectre + webkit2gtk + poppler-glib + + + /usr/bin + /usr/lib/libxreader* + /usr/lib/girepository-1.0 + /usr/lib/xreader + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/thumbnailers + /usr/share/xreader + + + + xreader-devel + xreader için geliştirme dosyaları + + xreader + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-25 + 3.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-23 + 3.4.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + iso-flag-png + https://github.com/linuxmint/flags + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + ISO country flags in PNG format + PNG biçiminde ISO ülke bayrakları + ISO country flags in PNG format + PNG biçiminde ISO ülke bayrakları + cinnamon + https://github.com/linuxmint/flags/archive/refs/tags/1.0.2.tar.gz + desktop/cinnamon/iso-flag-png/pspec.xml + + + iso-flag-png + + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 1.0.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mintlocale + http://cinnamon.linuxmint.com + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + desktop + Language selection tool. + Cinnamon dil aracı. + Language selection tool. + Cinnamon masaüstü için dil aracı. + https://github.com/linuxmint/mintlocale/archive/refs/tags/1.4.7.tar.gz + + desktop-file-utils + accountsservice-devel + gtk3-devel + gettext-devel + gobject-introspection-devel + gdk-pixbuf-devel + intltool + xapp-devel + + + add_apt_checking.patch + fix_gdk_import.patch + fix_signal_name.patch + show_utf8_only.patch + + desktop/cinnamon/mintlocale/pspec.xml + + + mintlocale + + desktop-file-utils + accountsservice + gtk3 + iso-flag-png + gettext + gobject-introspection + intltool + + + /usr/bin + /usr/share + /usr/lib + + + + + 2022-06-30 + 1.4.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cjs + https://github.com/linuxmint/cjs + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Javascript Bindings for Cinnamon + Cinnamon için Javascript Bağlayıcıları + Javascript Bindings for Cinnamon + Cinnamon için Javascript Bağlayıcıları + library + https://github.com/linuxmint/cjs/archive/refs/tags/5.4.1.tar.gz + + meson + samurai + gjs-devel + gtk3-devel + cairo-devel + sysprof-devel + readline-devel + xorg-server-xvfb + mozjs-78-devel + libatomic_ops-devel + gobject-introspection-devel + + desktop/cinnamon/cjs/pspec.xml + + + cjs + + gtk3 + cairo + glib2 + libX11 + libffi + libgcc + mozjs-78 + readline + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + cjs-devel + cjs için geliştirme dosyaları + development + + cjs + glib2-devel + cairo-devel + libffi-devel + mozjs-78-devel + gobject-introspection-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-30 + 5.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + nemo + https://github.com/linuxmint/nemo + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + File manager for Cinnamon + Cinnamon için Dosya Yöneticisi + File manager for Cinnamon + Cinnamon için Dosya Yöneticisi + nemo + https://github.com/linuxmint/nemo/archive/refs/tags/5.4.2.tar.gz + + meson + samurai + intltool + gtk-doc + xorg-proto + pango-devel + python3-devel + python3-pygobject3-devel + desktop-file-utils + libxml2-devel + libXext-devel + librsvg-devel + libXrender-devel + cinnamon-desktop-devel + cinnamon-translations + libSM-devel + atk-devel + gsettings-desktop-schemas-devel + gvfs + gvfs-goa + gtk3-devel + glib2-devel + libexif-devel + libX11-devel + libnotify-devel + libgsf-devel + exempi-devel + gobject-introspection-devel + ffmpegthumbnailer-devel + libnotify-devel + xapp-devel + dconf-devel + poppler-devel + ghostscript-devel + gdk-pixbuf-devel + + desktop/cinnamon/nemo/pspec.xml + + + nemo + + atk + gtk3 + gvfs + xapp + cairo + glib2 + pango + exempi + libX11 + libgsf + librsvg + libexif + libxml2 + gvfs-goa + libnotify + gdk-pixbuf + shared-mime-info + desktop-file-utils + gsettings-desktop-schemas + cinnamon-desktop + cinnamon-translations + icon-theme-adwaita + + + /usr/bin + /usr/lib/nemo + /usr/lib/girepository-1.0 + /usr/lib/libnemo* + /usr/lib/nemo-* + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gtksourceview* + /usr/share/icons + /usr/share/man + /usr/share/mime + /usr/share/nemo + /usr/share/polkit-1 + + + + nemo-devel + nemo için geliştirme dosyaları + development + + nemo + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-30 + 5.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-control-center + https://github.com/linuxmint/cinnamon-control-center + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + The Control Center for Cinnamon + Cinnamon için kontrol merkezi + The Control Center for Cinnamon + Cinnamon için kontrol merkezi + cinnamon-control-center + https://github.com/linuxmint/cinnamon-control-center/archive/refs/tags/5.4.6.tar.gz + + meson + samurai + libnma-devel + regionset + intltool + gettext-devel + colord-devel + dbus-glib-devel + dbus-devel + glib2-devel + gdk-pixbuf-devel + gtk3-devel + upower-devel + libwacom-devel + libnotify-devel + libxml2-devel + libmm-glib-devel + libnma-devel + NetworkManager-devel + gnome-online-accounts-devel + ModemManager-devel + xorg-input-wacom-devel + libX11-devel + libxml2-devel + accountsservice-devel + libxkbfile-devel + polkit-devel + iso-codes-devel + mesa-devel + desktop-file-utils + cinnamon-settings-daemon-devel + cinnamon-desktop-devel + cinnamon-menus-devel + docbook-xsl + libgnomekbd-devel + libxklavier-devel + libXi-devel + pulseaudio-libs-devel + timezone + fontconfig-devel + + desktop/cinnamon/cinnamon-control-center/pspec.xml + + + cinnamon-control-center + + atk + cups + mesa + gtk3 + dbus + cairo + glib2 + libXi + pango + upower + libnma + colord + libX11 + polkit + libwacom + regionset + freetype + iso-codes + dbus-glib + libnotify + fontconfig + gdk-pixbuf + libmm-glib + libgnomekbd + libxklavier + ModemManager + polkit-gnome + NetworkManager + cinnamon-menus + accountsservice + pulseaudio-libs + cinnamon-desktop + gnome-color-manager + gnome-online-accounts + desktop-file-utils + cinnamon-translations + network-manager-applet + cinnamon-settings-daemon + + + /usr/bin + /usr/lib/cinnamon-control-center-1 + /usr/lib/libcinnamon-control-center* + /usr/share/applications + /usr/share/cinnamon-control-center + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + + + + cinnamon-control-center-devel + cinnamon-control-center için geliştirme dosyaları + development + + cinnamon-control-center + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-02 + 5.4.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-28 + 5.4.3 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2022-05-30 + 5.4.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-screensaver + https://github.com/linuxmint/cinnamon-screensaver + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Screensaver designed to integrate well with the Cinnamon desktop + Cinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu. + Screensaver designed to integrate well with the Cinnamon desktop + Cinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu. + cinnamon-screensaver + https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/5.4.2.tar.gz + + gnome-common + meson + samurai + intltool + glib2-devel + gtk3-devel + xdotool-devel + gobject-introspection-devel + libX11-devel + libXext-devel + libXrandr-devel + dbus-glib-devel + libXinerama-devel + libxklavier-devel + libXScrnSaver-devel + python3-devel + desktop-file-utils + pam-devel + librsvg-devel + pango-devel + libXrandr-devel + python3-pygobject3-devel + gettext-devel + libxkbfile-devel + gdk-pixbuf-devel + libgnomekbd-devel + cairo-devel + xorg-proto + libXxf86misc-devel + libXxf86vm-devel + libgnome-keyring + + desktop/cinnamon/cinnamon-screensaver/pspec.xml + + + cinnamon-screensaver + + pam + xapp + pango + xdotool + libXrandr + python3-cairo + python3-xapp + python3-setproctitle + python3-pygobject3 + accountsservice + dbus + gtk3 + cairo + glib2 + libX11 + libXext + dbus-glib + gdk-pixbuf + libXxf86vm + libgnomekbd + libxklavier + libXinerama + libXxf86misc + libgnome-keyring + cinnamon-desktop + cinnamon-translations + + + /usr/bin + /etc + /usr/lib/girepository-1.0 + /usr/lib/cinnamon-screensaver + /usr/lib/cs-backup-locker + /usr/lib/libcscreensaver.* + /usr/share/applications + /usr/share/cinnamon-screensaver + /usr/share/dbus-1 + /usr/share/doc + /usr/share/icons + + + + cinnamon-screensaver-devel + cinnamon-screensaver için geliştirme dosyaları + development + + cinnamon-screensaver + gtk3-devel + glib2-devel + libX11-devel + libXext-devel + xdotool-devel + libXinerama-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-02 + 5.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-26 + 5.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + blueberry + https://github.com/linuxmint/blueberry + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3+ + app:gui + desktop.cinnamon + Bluetooth configuration tool + Bluetooth configuration tool + https://github.com/linuxmint/blueberry/archive/refs/tags/1.4.8.tar.gz + desktop/cinnamon/blueberry/pspec.xml + + + blueberry + Bluetooth configuration tool + + gnome-bluetooth + + + /etc/xdg/autostart + /usr/bin + /usr/lib/blueberry + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + + + + + 2022-07-25 + 1.4.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-15 + 1.4.7 + Fİrst release + Alihan Öztürk + alihan@pisilinux.org + + + + + + nemo-extensions + https://github.com/linuxmint/nemo-extensions + + PisiLinux Developers + admin@pisilinux.org + + GPLv2 + library + desktop.cinnamon + Various extensions for Nemo + Various extensions for Nemo + nemo + https://github.com/linuxmint/nemo-extensions/archive/refs/tags/5.4.1.tar.gz + + clutter-devel + clutter-gst-devel + clutter-gtk-devel + python3-devel + python3-setuptools + python3-pygobject3-devel + meson + gpgme-devel + python3-importlib_metadata + gnupg + avahi-glib-devel + libnotify-devel + gcr-devel + samurai + nemo-devel + xreader-devel + cjs-devel + gtksourceview4-devel + musicbrainz5-devel + dbus-glib-devel + cinnamon-desktop-devel + libcryptui-devel + webkit2gtk-devel + + desktop/cinnamon/nemo-extensions/pspec.xml + + + nemo-audio-tab + nemo + + nemo + + + /usr/lib/python3.9/site-packages/nemo_audio_tab-5.4.1-py3.9.egg-info + /usr/share/nemo-audio-tab + + + + nemo-compare + nemo + + nemo + + + /usr/bin/nemo-compare-preferences + /usr/lib/python3.9/site-packages/nemo_compare-5.4.1-py3.9.egg-info + /usr/share/nemo-compare + + + + nemo-dropbox + nemo + + gtk3 + nemo + glib2 + + + /usr/lib/nemo/extensions-3.0/libnemo-dropbox.* + /usr/share/nemo-dropbox + /usr/share/icons/hicolor/symbolic/apps + /usr/share/licenses/nemo-dropbox + + + + nemo-emblems + nemo + + nemo + + + /usr/lib/python3.9/site-packages/nemo_emblems-5.4.1-py3.9.egg-info + + + + nemo-fileroller + nemo + + nemo + + + /usr/lib/nemo/extensions-3.0/libnemo-fileroller.* + + + + nemo-image-converter + nemo + + nemo + + + /usr/lib/nemo/extensions-3.0/libnemo-image-converter.* + /usr/share/nemo-image-converter + + + + nemo-media-columns + nemo + + nemo + + + /usr/bin/nemo-media-columns-prefs + /usr/lib/python3.9/site-packages/nemo_media_columns-5.4.1-py3.9.egg-info + /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-media-columns.gschema.xml + + + + nemo-pastebin + nemo + + nemo + + + /usr/bin/nemo-pastebin-configurator + /usr/lib/python3.9/site-packages/nemo_pastebin-5.4.1-py3.9.egg-info + /usr/share/nemo-pastebin + /usr/share/icons/hicolor/scalable + /usr/share/icons/hicolor/48x48 + /usr/share/glib-2.0/schemas/nemo-pastebin.gschema.xml + + + + nemo-preview + nemo + + cjs + cairo + pango + libX11 + clutter + xreader + freetype + gstreamer + gdk-pixbuf + clutter-gst + clutter-gtk + musicbrainz5 + gtksourceview4 + gst-plugins-base + gobject-introspection + nemo + + + /usr/bin/nemo-preview + /usr/lib/nemo-preview + /usr/share/nemo-preview + /usr/share/locale/*/LC_MESSAGES/nemo-preview.mo + /usr/share/dbus-1/services/org.nemo.Preview.service + + + + nemo-python + nemo + + python3 + nemo + + + /usr/lib/nemo/extensions-3.0/libnemo-python.* + /usr/share/nemo-python + + + + nemo-repairer + nemo + + nemo + + + /usr/bin/nemo-filename-repairer + /usr/lib/nemo/extensions-3.0/libnemo-filename-repairer.* + /usr/share/nemo-filename-repairer + + + + nemo-seahorse + nemo + + gcr + nemo + gpgme + dbus-glib + libnotify + libcryptui + + + /usr/bin/nemo-seahorse-tool + /usr/lib/nemo/extensions-3.0/libnemo-seahorse.* + /usr/share/nemo-seahorse + /usr/share/applications/nemo-seahorse* + /usr/share/glib-2.0/schemas/org.nemo.plugins.seahorse* + /usr/share/man/man1/nemo-seahorse* + + + + nemo-share + nemo + + nemo + + + /usr/lib/nemo/extensions-3.0/libnemo-share.* + /usr/share/nemo-share + /usr/share/polkit-1/actions + /usr/share/locale/*/LC_MESSAGES/nemo-share.mo + + + + nemo-terminal + nemo + + nemo + + + /usr/bin/nemo-terminal-prefs + /usr/lib/python3.9/site-packages/nemo_terminal-5.4.1-py3.9.egg-info + /usr/share/nemo-terminal + /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml + + + + + 2022-07-25 + 5.4.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + cinnamon-settings-daemon + https://github.com/linuxmint/cinnamon-settings-daemon + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + The Cinnamon Settings daemon + Cinnamon ayarları servisi + The Cinnamon Settings daemon + Cinnamon ayarları servisi + cinnamon + https://github.com/linuxmint/cinnamon-settings-daemon/archive/refs/tags/5.4.5.tar.gz + + meson + samurai + gettext-devel + intltool + libcanberra-devel + dbus-glib-devel + cinnamon-desktop-devel + colord-devel + cups-devel + fontconfig-devel + glib2-devel + libgnomekbd-devel + gtk3-devel + libgudev-devel + libnotify-devel + xorg-proto + nss-devel + polkit-devel + pulseaudio-libs-devel + upower-devel + libwacom-devel + xorg-input-wacom-devel + libX11-devel + libXext-devel + libXfixes-devel + libXi-devel + libxklavier-devel + libXtst-devel + librsvg-devel + lcms2-devel + elogind-devel + libxkbfile-devel + docbook-xsl + libcanberra-gtk3-devel + libxslt-devel + libXrandr-devel + libXScrnSaver-devel + libxml2-devel + libXxf86misc-devel + gdk-pixbuf-devel + + desktop/cinnamon/cinnamon-settings-daemon/pspec.xml + + + cinnamon-settings-daemon + + nss + cups + gtk3 + nspr + cairo + glib2 + lcms2 + libXi + colord + libX11 + polkit + upower + libXext + libgudev + pango + elogind + libXtst + librsvg + libwacom + dbus-glib + libXfixes + libnotify + fontconfig + gdk-pixbuf + libcanberra + libgnomekbd + libxklavier + pulseaudio-libs + cinnamon-desktop + libcanberra-gtk3 + cinnamon-translations + + + /usr/bin + /etc + /usr/lib/cinnamon-settings-daemon* + /usr/lib/csd* + /usr/share/applications + /usr/share/cinnamon-settings-daemon* + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/polkit-1 + + + + cinnamon-settings-daemon-devel + cinnamon-settings-daemon için geliştirme dosyaları + development + + cinnamon-settings-daemon + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-09 + 5.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-08-07 + 5.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-28 + 5.4.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-25 + 5.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libcryptui + https://gitlab.gnome.org/GNOME/libcryptui + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL + app:gui + desktop.cinnamon + Library for OpenPGP prompts + OpenPGP istemleri için kitaplık + Library for OpenPGP prompts + OpenPGP istemleri için kitaplık + library + https://gitlab.gnome.org/GNOME/libcryptui/-/archive/3.12.2/libcryptui-3.12.2.tar.gz + + intltool + gnome-common + gtk-doc + gpgme-devel + glib2-devel + dbus-glib-devel + gnupg + gtk3-devel + libnotify-devel + gcr-devel + atk-devel + pango-devel + cairo-devel + libSM-devel + gobject-introspection-devel + gettext-devel + + + libcryptui-3.12.2-gpg22.patch + libcryptui-3.12.2-use-gcr.patch + libcryptui-gpg_version_fix.patch + libcryptui-3.12.2-fix-return-types.patch + + desktop/cinnamon/libcryptui/pspec.xml + + + libcryptui + + atk + gcr + dbus + gtk3 + glib2 + libSM + gpgme + pango + dbus-glib + libnotify + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + libcryptui-devel + + libcryptui + gtk3-devel + glib2-devel + dbus-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-23 + 3.12.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + cinnamon-desktop + https://github.com/linuxmint/cinnamon-desktop + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Library with common API for various Cinnamon modules + Cinnamon modülleri için çeşitli API kitaplıkları + Library with common API for various Cinnamon modules + Cinnamon modülleri için çeşitli API kitaplıkları + cinnamon-desktop + https://github.com/linuxmint/cinnamon-desktop/archive/refs/tags/5.4.2.tar.gz + + meson + samurai + gettext-devel + intltool + accountsservice-devel + gdk-pixbuf-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + glib2-devel + gtk3-devel + python3-devel + libX11-devel + libXext-devel + xkeyboard-config + libxkbfile-devel + libXrandr-devel + pulseaudio-libs-devel + libxml2-devel + + + config.patch + + desktop/cinnamon/cinnamon-desktop/pspec.xml + + + cinnamon-desktop + + gtk3 + cairo + glib2 + libX11 + libXext + libXrandr + gdk-pixbuf + libxkbfile + pulseaudio-libs + gnome-backgrounds + gsettings-desktop-schemas + gnome-themes-extra-community + + + /usr/lib/girepository-1.0 + /usr/lib/libcinnamon* + /usr/lib/libcvc* + /usr/share/applications + /usr/share/libcinnamon-desktop + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/locale + + + + cinnamon-desktop-devel + cinnamon-desktop için geliştirme dosyaları + Development headers for cinnamon-desktop + development + + gtk3-devel + glib2-devel + libxkbfile-devel + pulseaudio-libs-devel + gsettings-desktop-schemas-devel + cinnamon-desktop + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-25 + 5.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cinnamon-sounds + http://cinnamon.linuxmint.com/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.cinnamon + Cinnamon desktop sounds + Cinnamon desktop sounds + https://sourceforge.net/projects/pisilinux/files/source/cinnamon-sounds.tar.xz + desktop/cinnamon/cinnamon-sounds/pspec.xml + + + cinnamon-sounds + + /usr/share/cinnamon/sounds + + + + + 2022-07-16 + 1.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + orbit2 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + library + desktop.gnome2 + High-performance CORBA ORB + Yüksek performanslı CORBA ORB + Orbit2 allows to communication between two programs objects. + Orbit2 iki program nesneleri arasındaki iletişimi sağlar. + mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2 + + libIDL-devel + grep + glib2-devel + gtk-doc + python-six + + + fedora/ORBit2-allow-deprecated.patch + + desktop/gnome2/orbit2/pspec.xml + + + orbit2 + + libIDL + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/idl + + + + orbit2-devel + Development files for orbit2 + orbit2 için geliştirme dosyaları + + orbit2 + libIDL-devel + glib2-devel + + + /usr/bin/orbit2-config + /usr/include + /usr/lib/*.a + /usr/lib/pkgconfig + /usr/share/aclocal + + + + orbit2-docs + ORBit2 reference documents + Orbit2 referans dökümanları + data:doc + + /usr/share/gtk-doc + + + + + 2020-02-07 + 2.14.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.14.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-14 + 2.14.19 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 2.14.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-21 + 2.14.19 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + librsvg + http://librsvg.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome2 + Scalable Vector Graphics (SVG) rendering library + Scalable Vector Graphics (SVG) kitaplığı + librsvg est un composant utilisé au sein de logiciels pour gérer les graphismes vectoriels au format SVG. + librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics. + Scalable Vector Graphics (SVG) kitaplığı + mirrors://gnome/librsvg/2.54/librsvg-2.54.4.tar.xz + + rust + docutils + gi-docgen + cairo-devel + glib2-devel + libxml2-devel + freetype-devel + libcroco-devel + pango-devel + vala-devel + gdk-pixbuf-devel + gtk-doc + python-six + llvm + python-docutils + gobject-introspection-devel + + desktop/gnome2/librsvg/pspec.xml + + + librsvg + + glib2 + libxml2 + libgcc + cairo + pango + fontconfig + libcroco + gdk-pixbuf + + + /etc/gtk-2.0 + /usr/bin + /usr/lib + /usr/share + /usr/share/man/man1 + /usr/share/pixmaps + /usr/share/themes + /usr/share/vala + /usr/share/gir-1.0/Rsvg-2.0.gir + /usr/share/doc + + + + librsvg-docs + librsvg reference documents + data:doc + + librsvg + + + /usr/share/doc/Rsvg-2.0 + + + + librsvg-devel + Development files for librsvg + librsvg için geliştirme dosyaları + + librsvg + gdk-pixbuf-devel + cairo-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-11 + 2.54.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 2.54.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-08 + 2.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-18 + 2.52.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 2.52.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 2.52.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-16 + 2.52.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-06 + 2.52.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-27 + 2.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 2.50.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 2.50.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 2.46.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 2.46.4 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-07-30 + 2.42.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-19 + 2.42.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-08 + 2.40.20 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 2.40.16 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.40.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 2.40.13 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + glibmm + https://www.gtkmm.org/en/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome2 + C++ interface for glib2 + glib2 kitaplığı için C++ programlama dili arayüzü + Glibmm est l'interface officielle C++ pour la librairie IHM populaire GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage. + Glibmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks and a comprehensive set of widgets that are easily extensible via inheritance. + Glibmm, ünlü GUI kitaplığı GTK+ için resmi C++ arayüzüdür. Önemli özelliklerinin arasında tip bağımsız çağırmalar ve miras ile genişleyebilen uyumlu parçacıklar vardır. + mirrors://gnome/glibmm/2.66/glibmm-2.66.4.tar.xz + + meson + libsigc++-devel + glib2-devel + mm-common + perl-XML-Parser + + desktop/gnome2/glibmm/pspec.xml + + + glibmm + + glib2 + libgcc + libsigc++ + + + /usr/lib + /usr/share/doc + + + + glibmm-devel + Development files for glibmm + glibmm için geliştirme dosyaları + + glibmm + glib2-devel + libsigc++-devel + + + /usr/include + /usr/lib/glibmm-* + /usr/lib/giomm-* + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/glibmm-* + + + + + 2022-05-04 + 2.66.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-06 + 2.66.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 2.66.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 2.62.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.54.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-08 + 2.54.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.50.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.44.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-21 + 2.44.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + caja-extensions + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Mate file manager eklentileri + Caja eklentileri + caja-extensions, Mate file manager eklentileri. + caja-extensions, Caja eklentileri. + http://pub.mate-desktop.org/releases/1.26/caja-extensions-1.26.0.tar.xz + + python3 + caja-devel + gtk3-devel + dbus-glib-devel + intltool + gssdp-devel + gupnp-devel + mate-common + mate-desktop-devel + + desktop/mate/caja-extensions/pspec.xml + + + caja-extensions + + caja + gtk3 + glib2 + gssdp + gupnp + dbus-glib + gdk-pixbuf + mate-desktop + + + /usr/lib/caja + /usr/lib/caja-sendto + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/glib-2.0/ + /usr/share/caja + /usr/share/locale + /usr/share/caja-extensions + + + + caja-extensions-devel + Development files for caja-extensions + Caja eklentileri için geliştirme dosyaları + + gtk3-devel + glib2-devel + caja-extensions + + + /usr/include + /usr/lib/pkgconfig + + + + caja-extensions-doc + caja-extensions için belgeler + caja-extensions için belgeler + + caja-extensions + + + /usr/share/gtk-doc/ + + + + + 2022-07-02 + 1.26.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-02 + 1.26.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + engrampa + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Engrampa is an archive manager for the MATE environment. + Engrampa is an archive manager for the MATE environment. This means that you can create and modify archives; view the content of an archive; view and modify a file contained in the archive; extract files from the archive. + engrampa + http://pub.mate-desktop.org/releases/1.26/engrampa-1.26.0.tar.xz + + gtk3-devel + caja-devel + mate-common + libSM-devel + intltool + itstool + json-glib-devel + python3-devel + + desktop/mate/engrampa/pspec.xml + + + engrampa + + file + gtk3 + caja + cairo + glib2 + pango + gdk-pixbuf + json-glib + + + /usr/lib/ + /usr/share/doc + /usr/share/man + /usr/share/omf + /usr/bin + /usr/share/mate + /usr/share/help + /usr/share/icons + /usr/share/dbus-1 + /usr/share/pixmaps + /usr/share/glib-2.0 + /usr/share/engrampa + /usr/share/caja + /usr/share/metainfo + /usr/share/applications + /usr/share/locale + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + caja + https://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + app:gui + desktop.mate + Default file manager for the Mate desktop. + Mate masasütü için öntanımlı dosya yöneticisi + Caja is a file manager that allows to browse directories, preview files and launch applications. + Caja; dizinlerde gezinmeyi, dosyaları gözatmayı ve uygulamalar başlatmayı sağlayan bir dosya yöneticisidir. + system-file-manager + http://pub.mate-desktop.org/releases/1.26/caja-1.26.1.tar.xz + + intltool + pango-devel + cairo-devel + libSM-devel + gettext-devel + mate-common + exempi-devel + python3-devel + libxml2-devel + libexif-devel + autoconf-archive + libnotify-devel + dbus-glib-devel + mate-desktop-devel + startup-notification-devel + gobject-introspection-devel + + desktop/mate/caja/pspec.xml + + + caja + + atk + gtk3 + pango + cairo + glib2 + libSM + libICE + libX11 + exempi + libexif + libxml2 + libnotify + gdk-pixbuf + mate-desktop + gvfs-archive + gvfs-afp + gvfs-afc + gvfs-fuse + gvfs-gphoto2 + gvfs-mtp + gvfs-smb + + + /usr/lib/libcaja* + /usr/lib/girepository-1.0 + /usr/share/man + /usr/bin + /usr/share/mime + /usr/share/caja + /usr/share/doc + /usr/share/metainfo + /usr/share/icons + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/pixmaps + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/applications + + + + caja-devel + caja için geliştirme dosyaları + caja için geliştirme dosyaları + + gtk3-devel + glib2-devel + caja + + + /usr/include + /usr/lib/pkgconfig + + + + caja-doc + caja için döküman belgeleri. + caja için döküman belgeleri. + + caja + + + /usr/share/gtk-doc + + + + + 2022-07-04 + 1.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-30 + 1.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-06 + 1.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-23 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-tweak + https://github.com/ubuntu-mate/mate-tweak + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Tweak tool for MATE (fork of MintDesktop) + Tweak tool for MATE (fork of MintDesktop) + https://github.com/ubuntu-mate/mate-tweak/archive/21.04.3.tar.gz + + python3-devel + python3-setuptools + python3-distutils-extra + intltool + + desktop/mate/mate-tweak/pspec.xml + + + mate-tweak + + python3 + python3-setproctitle + python3-distro + python3-psutil + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/polkit-1 + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + + 2021-10-24 + 21.04.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 21.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 20.04.0 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-03-23 + 20.04.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-settings-daemon + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + service + desktop.mate + System settings daemon for MATE desktop + gnome-settings-daemon shares MATE specific settings with other applications via DBus connection. + http://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.0.tar.xz + + intltool + nss-devel + dbus-devel + gtk3-devel + dconf-devel + glib2-devel + libSM-devel + polkit-devel + libnotify-devel + dbus-glib-devel + libcanberra-devel + pulseaudio-libs-devel + libcanberra-gtk3-devel + mate-common + libmatekbd-devel + libmatemixer-devel + mate-desktop-devel + + desktop/mate/mate-settings-daemon/pspec.xml + + + mate-settings-daemon + + nss + dbus + gtk3 + nspr + cairo + dconf + glib2 + libXi + libX11 + polkit + dbus-glib + libnotify + fontconfig + gdk-pixbuf + libmatekbd + libxklavier + libmatemixer + mate-desktop + pulseaudio-libs + libcanberra-gtk3 + + + /etc + /usr/lib + /usr/share/doc + /usr/share/man/ + /usr/share/icons + /usr/share/dbus-1 + /usr/lib/mate-settings-daemon + /usr/share/glib-2.0 + /usr/share/polkit-1 + /usr/share/locale + /usr/share/mate-settings-daemon + /usr/share/mate-control-center + + + + mate-settings-daemon-devel + mate-settings-daemon için geliştirme dosyaları + mate-settings-daemon için geliştirme dosyaları + + mate-settings-daemon + dbus-devel + glib2-devel + dbus-glib-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2013-10-18 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-utils + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + MATE utility programs + The mate-utils package contains a set of small "desk accessory" utility applications for MATE, such as a dictionary, a disk usage analyzer, a screenshot tool and others. + system-search + http://pub.mate-desktop.org/releases/1.26/mate-utils-1.26.0.tar.xz + + itstool + intltool + mesa-devel + popt-devel + yelp-tools + libX11-devel + libXmu-devel + udisks2-devel + libgtop-devel + e2fsprogs-devel + libcanberra-devel + libcanberra-gtk3-devel + mate-common + mate-panel-devel + + desktop/mate/mate-utils/pspec.xml + + + mate-utils + + atk + gtk3 + zlib + cairo + glib2 + pango + libSM + libICE + libX11 + libgtop + libXext + udisks2 + gdk-pixbuf + mate-panel + libcanberra + libcanberra-gtk3 + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/omf + /usr/share/help + /usr/share/icons + /usr/share/mate* + /usr/share/dbus-1 + /usr/share/metainfo + /usr/share/pixmaps + /usr/share/glib-2.0 + /usr/share/applications + /usr/share/locale + + + + mate-utils-devel + mate-utils için geliştirme dosyaları + mate-utils için geliştirme dosyaları + + gtk3-devel + mate-utils + + + /usr/include + /usr/lib/pkgconfig + + + + mate-utils-gtk-doc + mate-utils için dosyalar + + mate-utils + + + /usr/share/gtk-doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-08 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-icon-theme + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + data + desktop.mate + Mate icon theme + Mate simge teması + mate-icon-theme package contains the default icon theme used by the Mate desktop. + mate-icon-theme paketi, Mate masaüstü tarafından kullanılan öntanımlı simge temasını içerir. + https://pub.mate-desktop.org/releases/1.26/mate-icon-theme-1.26.0.tar.xz + + intltool + mate-common + icon-naming-utils-devel + + desktop/mate/mate-icon-theme/pspec.xml + + + mate-icon-theme + + mate-common + icon-naming-utils + + + /usr/share/doc + /usr/share/icons + /usr/share/locale + + + 16x16.png + 22x22.png + 24x24.png + 32x32.png + 48x48.png + 16x16.png + 22x22.png + 24x24.png + 32x32.png + 48x48.png + scalable.svg + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-09-10 + 1.6.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + eom + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Eye of MATE, an image viewer for MATE + Mate için resim görüntüleyicisi + This is the Eye of MATE, an image viewer program. It is meant to be a fast and functional image viewer. + eom, resim görüntüleyicisidir. + eom + http://pub.mate-desktop.org/releases/1.26/eom-1.26.0.tar.xz + + zlib-devel + gobject-introspection-devel + libpeas-devel + libxml2-devel + gtk3-devel + imagemagick-devel + lcms2-devel + mate-common + exempi-devel + libexif-devel + librsvg-devel + dbus-glib-devel + mate-desktop-devel + libjpeg-turbo-devel + intltool + itstool + + desktop/mate/eom/pspec.xml + + + eom + + atk + gtk3 + zlib + glib2 + lcms2 + cairo + exempi + libX11 + libexif + libpeas + librsvg + libxml2 + gdk-pixbuf + mate-desktop + libjpeg-turbo + gobject-introspection + + + /usr/bin + /usr/lib/ + /usr/share/doc + /usr/share/man + /usr/share/omf + /usr/share/eom + /usr/share/help + /usr/share/mate + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gir-1.0 + /usr/share/metainfo + /usr/share/applications + /usr/share/locale + + + + eom-devel + Eye of MATE development files + eom için geliştirme dosyaları + + gtk3-devel + glib2-devel + eom + + + /usr/include/ + /usr/lib/pkgconfig/ + + + + eom-doc + Eye of MATE documentation files + eom için döküman belgeleri. + + eom + + + /usr/share/gtk-doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-panel + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + GNOME panel + Mate paneli + GNOME panel is located in the edge of screen that provides contains widgets such as application launcher, cpu monitor and workspace switcher. + Mate paneli ekranın kenarlarında bulunur ve programcıkları (işlemci yükü, program başlatıcısı, çalışma alanı değiştiricisi gibi) barındırmayı sağlar. + mate-panel + http://pub.mate-desktop.org/releases/1.26/mate-panel-1.26.2.tar.xz + + gtk3-devel + libSM-devel + mate-common + librsvg-devel + libwnck3-devel + mate-menus-devel + libcanberra-devel + mate-desktop-devel + libmateweather-devel + gobject-introspection-devel + yelp-tools + intltool + itstool + + + pisilinux_layout.patch + + desktop/mate/mate-panel/pspec.xml + + + mate-panel + + atk + gtk3 + cairo + glib2 + pango + libSM + libICE + libX11 + librsvg + libwnck3 + libXrandr + mate-menus + gdk-pixbuf + mate-desktop + libmateweather + wayland-client + + + /usr/lib + /usr/share/doc + /usr/share/omf + /usr/bin + /usr/share/man + /usr/share/mate + /usr/share/help + /usr/share/icons + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/glib-2.0 + /usr/libexec/ + /usr/share/mate-panel + /usr/share/locale + /usr/share/applications + + + + mate-panel-devel + mate-panel için geliştirme dosyaları. + mate-panel için geliştirme dosyaları. + + gtk3-devel + glib2-devel + mate-panel + + + /usr/include + /usr/lib/pkgconfig + + + + mate-panel-doc + mate-panel için döküman belgeleri. + mate-panel için döküman belgeleri. + + mate-panel + + + /usr/share/gtk-doc + + + + + 2022-01-28 + 1.26.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-25 + 1.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-02 + 1.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-20 + 1.25.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-14 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-power-manager + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Mate için güç yöneticisi + Mate için güç yöneticisi + Power management tool for the MATE desktop. + mate-power-manager + http://pub.mate-desktop.org/releases/1.26/mate-power-manager-1.26.0.tar.xz + + gtk3-devel + dbus-glib-devel + cairo-devel + glib2-devel + mate-common + upower-devel + libnotify-devel + mate-panel-devel + mesa-devel + popt-devel + polkit-devel + libcanberra-devel + libcanberra-gtk3-devel + intltool + itstool + libsecret-devel + + desktop/mate/mate-power-manager/pspec.xml + + + mate-power-manager + + dbus + gtk3 + cairo + glib2 + pango + libX11 + upower + libXext + libsecret + dbus-glib + libnotify + libXrandr + gdk-pixbuf + mate-panel + libcanberra + libcanberra-gtk3 + + + /usr/share/doc + /usr/share/man + /usr/share/omf + /usr/bin + /usr/share/help + /usr/share/mate* + /usr/share/icons + /usr/share/dbus-1 + /usr/lib + /usr/share/polkit-1 + /usr/share/glib-2.0 + /etc/xdg/autostart/ + /usr/share/applications + /usr/share/locale + + + + + 2021-09-25 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 1.24.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-menus + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + Mate Menus + Mate menüleri + mate-menus has got desktop-directories, Mate menus library and its python bindings. + mate-menus, Mate masaüstü dizinlerini, kitaplıklarını ve python bağlayıcılarını içerir. + http://pub.mate-desktop.org/releases/1.26/mate-menus-1.26.0.tar.xz + + intltool + mate-common + python3-devel + gobject-introspection-devel + + desktop/mate/mate-menus/pspec.xml + + + mate-menus + + glib2 + + + /usr/lib + /usr/share/doc + /etc/xdg/menus + /usr/share/mate + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/mate-menus + + + + mate-menus-devel + mate-menus için geliştirme dosyaları + mate-menus için geliştirme dosyaları + + glib2-devel + mate-menus + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python-caja + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + library + desktop.mate + Python binding for Mate CAJA + These are unstable bindings for the caja extension library. + https://pub.mate-desktop.org/releases/1.26/python-caja-1.26.0.tar.xz + + python3-devel + mate-common + python3-pygobject3-devel + caja-devel + intltool + + desktop/mate/python-caja/pspec.xml + + + python-caja + + gtk3 + caja + glib2 + python3 + + + /usr/lib + /usr/share/locale + /usr/share/caja + /usr/share/doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-17 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-notification-daemon + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + Mate notification daemon + Mate masaüstü bilgilendirme hizmeti + mate-notification-daemon is the server implementation of the Mate desktop notification specification. + mate-notification-daemon Mate projesinin masaüstü bilgilendirme hizmeti uygulamasını içerir. + mate-notification-properties + http://pub.mate-desktop.org/releases/1.26/mate-notification-daemon-1.26.0.tar.xz + + intltool + python3-devel + libwnck3-devel + libnotify-devel + libcanberra-devel + libcanberra-gtk3-devel + mate-common + mate-panel-devel + mate-desktop-devel + libxml2-devel + + desktop/mate/mate-notification-daemon/pspec.xml + + + mate-notification-daemon + + atk + gtk3 + cairo + glib2 + pango + libX11 + libwnck3 + libnotify + gdk-pixbuf + libcanberra-gtk3 + mate-panel + mate-desktop + libxml2 + + + /usr/lib + /usr/bin + /usr/share/man/ + /usr/share/icons + /usr/share/dbus-1 + /usr/libexec + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/applications + /usr/share/mate-panel + /usr/share/mate-notification-daemon + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pluma + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + Mate metin editörü + mate masaüstü için metin editörü. + accessories-text-editor + http://pub.mate-desktop.org/releases/1.26/pluma-1.26.0.tar.xz + + intltool + itstool + libxml2-devel + gtk3-devel + enchant2-devel + libSM-devel + mate-common + iso-codes-devel + libpeas-devel + python3-devel + python3-pygobject3-devel + gtksourceview4-devel + + desktop/mate/pluma/pspec.xml + + + pluma + + atk + gtk3 + cairo + glib2 + libSM + pango + libICE + libX11 + libpeas + libxml2 + enchant2 + gdk-pixbuf + gtksourceview4 + gobject-introspection + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/omf + /usr/share/help + /usr/share/mate + /usr/share/pluma + /usr/share/glib-2.0 + /usr/share/gir-1.0 + /usr/share/metainfo + /usr/share/applications + /usr/share/locale + + + + pluma-devel + pluma için geliştirme dosyaları + + libpeas-devel + gtksourceview4-devel + pluma + + + /usr/include/pluma + /usr/lib/pkgconfig + + + + pluma-gtk-doc + pluma-gtk-doc için dosyalar + + pluma + + + /usr/share/gtk-doc/html/pluma/ + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-05 + 1.25.3 + v.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-07-03 + 1.25.0 + v.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + atril + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Atril is a document viewer for the MATE desktop + Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. + atril + http://pub.mate-desktop.org/releases/1.26/atril-1.26.0.tar.xz + + tiff-devel + gtk3-devel + libXt-devel + libglade-devel + libjpeg-turbo-devel + cairo-devel + mate-common + libsecret-devel + libspectre-devel + poppler-glib-devel + gobject-introspection-devel + yelp-tools + libgxps-devel + caja-devel + webkit2gtk-devel + intltool + itstool + gtk-doc + python-six + djvu-devel + texlive-bin-devel + t1lib-devel + + desktop/mate/atril/pspec.xml + + + atril + + atk + caja + tiff + gtk3 + zlib + cairo + djvu + glib2 + pango + t1lib + libSM + libICE + libgxps + libxml2 + libsecret + gdk-pixbuf + libspectre + webkit2gtk + texlive-bin + poppler-glib + + + /usr/lib + /usr/share/omf + /usr/share/man + /usr/bin + /usr/share/doc + /usr/share/help + /usr/share/atril + /usr/share/mate* + /usr/share/icons + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/glib-2.0 + /usr/share/caja + /usr/share/metainfo + /usr/share/thumbnailers + /usr/share/applications + /usr/share/locale + + + + atril-devel + Atril development files + + gtk3-devel + glib2-devel + atril + + + /usr/include + /usr/lib/pkgconfig + + + + atril-doc + Atril documentation files. + + atril + + + /usr/share/gtk-doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-05 + 1.25.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-terminal + https://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + MATE terminal emulator application + mate-terminal, masaüstü için terminal uygulaması. + mate-terminal, masaüstü için terminal uygulaması. + utilities-terminal + http://pub.mate-desktop.org/releases/1.26/mate-terminal-1.26.0.tar.xz + + intltool + itstool + python3-devel + libpcre2-devel + gnutls-devel + vte-devel + glib2-devel + gtk3-devel + dconf-devel + libSM-devel + mate-common + + desktop/mate/mate-terminal/pspec.xml + + + mate-terminal + + atk + vte + gtk3 + cairo + pango + dconf + glib2 + libSM + libICE + libX11 + gdk-pixbuf + + + /usr/share/doc + /usr/bin + /usr/share/omf + /usr/share/man + /usr/share/help + /usr/share/mate + /usr/share/metainfo + /usr/share/glib-2.0 + /usr/share/applications + /usr/share/locale + /usr/share/mate-terminal + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-control-center + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + app:gui + desktop.mate + The MATE Desktop configuration tool + Mate yapılandırma araçları + mate-control-center is Mate's main interface for configuration of various aspects of your Mate desktop. + mate-control-center Mate masaüstünüzün çeşitli ayarlarını değiştiren, Mate'in ana arayüzüdür. + preferences-desktop + http://pub.mate-desktop.org/releases/1.26/mate-control-center-1.26.0.tar.xz + + itstool + intltool + gtk3-devel + libSM-devel + dconf-devel + polkit-devel + librsvg-devel + dbus-glib-devel + libcanberra-devel + desktop-file-utils + libXScrnSaver-devel + libappindicator-devel + accountsservice-devel + libcanberra-gtk3-devel + marco-devel + mate-common + mate-menus-devel + libmatekbd-devel + mate-desktop-devel + mate-settings-daemon-devel + + desktop/mate/mate-control-center/pspec.xml + + + mate-control-center + + atk + gtk3 + marco + libXi + libSM + polkit + libICE + librsvg + glib2 + cairo + pango + libX11 + libxml2 + freetype + dbus-glib + dconf + harfbuzz + mate-menus + fontconfig + libXcursor + gdk-pixbuf + libmatekbd + libxklavier + libcanberra + mate-desktop + libXScrnSaver + libappindicator + accountsservice + libcanberra-gtk3 + startup-notification + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/omf + /usr/bin + /usr/share/mime + /usr/share/mate + /usr/sbin + /usr/share/help + /etc/xdg/menus + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/polkit-1 + /usr/share/thumbnailers + /usr/share/mate-time-admin + /usr/share/applications + /usr/share/locale + /usr/share/desktop-directories + /usr/share/mate-control-center + + + + mate-control-center-devel + + gtk3-devel + glib2-devel + librsvg-devel + mate-menus-devel + mate-desktop-devel + mate-control-center + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-17 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libmatemixer + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + library + desktop.mate + Mixer library for MATE Desktop + Mixer library for MATE Desktop + http://pub.mate-desktop.org/releases/1.26/libmatemixer-1.26.0.tar.xz + + intltool + mate-common + pulseaudio-libs-devel + alsa-lib-devel + gtk-doc + python-six + autoconf-archive + + desktop/mate/libmatemixer/pspec.xml + + + libmatemixer + + glib2 + alsa-lib + pulseaudio-libs + + + /usr/share/doc + /usr/share/gtk-doc + /usr/share/locale + /usr/lib/libmatemixer.so* + /usr/lib/libmatemixer + + + + libmatemixer-devel + libmatekbd için geliştirme dosyaları + + glib2-devel + libmatemixer + + + /usr/lib/pkgconfig + /usr/include/mate-mixer + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libindicator + https://launchpad.net/libindicator + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:console + desktop.mate + A set of symbols and convience functions that all indicators would like to use. + Libary with a set of symbols and convience functions that all indicators would like to use (GTK+ 2 library) + https://launchpadlibrarian.net/116625186/libindicator-12.10.1.tar.gz + + dbus-glib-devel + gtk2-devel + gtk3-devel + gdk-pixbuf-devel + python3-devel + + + configure.patch + libindicator-12.10.1-glib262-g_define_type_with_private.patch + + desktop/mate/libindicator/pspec.xml + + + libindicator + + gtk3 + glib2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/libindicator + /etc/X11/Xsession.d/80indicator-debugging + + + + libindicator-devel + libindicator için geliştirme dosyalrı + libindicator için geliştirme dosyalrı + + gtk3-devel + libindicator + + + /usr/include/ + /usr/lib/pkgconfig + + + + libindicator-gtk2 + + gtk2 + + + /usr/lib/libindicator.so* + /usr/lib/indicator-loader + + + + libindicator-gtk2-devel + libindicator için geliştirme dosyalrı + + gtk2-devel + libindicator-gtk2 + + + /usr/lib/pkgconfig/indicator-0.4.pc + + + + + 2021-07-04 + 12.10.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 12.10.1 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-13 + 12.10.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-netbook + http://mate-desktop.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Basit bir pencere yönetim aracı + Basit bir pencere yönetim aracı + A simple window management tool. + Basit bir pencere yönetim aracı uygulaması. + mate-netbook + http://pub.mate-desktop.org/releases/1.24/mate-netbook-1.24.0.tar.xz + + intltool + gtk3-devel + glib2-devel + libwnck3-devel + libXtst-devel + libfakekey-devel + mate-panel-devel + + desktop/mate/mate-netbook/pspec.xml + + + mate-netbook + + atk + gtk3 + cairo + glib2 + pango + libX11 + libwnck3 + libfakekey + gdk-pixbuf + mate-panel + + + /usr/bin + /usr/lib/mate-netbook + /usr/share/doc + /usr/share/dbus-1 + /usr/share/MateConf + /usr/share/glib-2.0 + /etc/xdg/autostart + /usr/share/mate-panel + /usr/share/locale + /usr/share/man + + + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + caja-admin + https://github.com/infirit/caja-admin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Caja Admin is a simple Python extension for the Caja file manager. + Caja-admin Caja dosya yöneticisi için içerik menüsünde bazı yetkili kullanıcı eylemleri sunar + Caja Admin is a simple Python extension for the Caja file manager that adds some administrative actions to the right-click menu. + Caja-admin Caja dosya yöneticisi için içerik menüsünde bazı yetkili kullanıcı eylemleri sunar + https://github.com/infirit/caja-admin/archive/0.0.5.tar.gz + + tr.po + + + meson + python3-devel + python-caja + extra-cmake-modules + + + added_tr.patch + + desktop/mate/caja-admin/pspec.xml + + + caja-admin + + python-caja + mate-terminal + + + /usr/share/caja-python + /usr/share/doc + /usr/share/locale + /usr/share/polkit-1 + + + + + 2021-09-07 + 0.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 0.0.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-03-18 + 0.0.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-media + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3.0 + app:gui + desktop.mate + MATE media programs + This package contains a few media utilities for the MATE desktop, including a volume control. + multimedia-volume-control + http://pub.mate-desktop.org/releases/1.26/mate-media-1.26.0.tar.xz + + gtk3-devel + libxml2-devel + libcanberra-devel + libcanberra-gtk3-devel + mate-common + mate-panel-devel + libmatemixer-devel + mate-desktop-devel + intltool + + desktop/mate/mate-media/pspec.xml + + + mate-media + + gtk3 + cairo + glib2 + pango + libxml2 + gdk-pixbuf + mate-panel + libcanberra + libmatemixer + mate-desktop + libcanberra-gtk3 + + + /usr/share/doc + /usr/share/man + /usr/share/omf + /usr/bin + /usr/share/help + /usr/share/mate + /usr/share/icons + /usr/share/dbus-1 + /usr/share/sounds + /usr/lib + /usr/share/mate-2.0 + /usr/share/glib-2.0 + /usr/share/mate-media + /usr/share/mate-panel + /etc/xdg/autostart/ + /usr/share/applications + /usr/share/locale + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-polkit + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + app:gui + library + desktop.mate + Authentication agent for polkit + polkit için kimlik denetim yardımcısı + mate-polkit package provides an authentication agent for polkit that integrates well with the Mate desktop environment. + mate-polkit paketi Mate masaüstü ortamı ile bütünleşmiş bir kimlik denetim yardımcısı sağlar. + http://pub.mate-desktop.org/releases/1.24/mate-polkit-1.24.0.tar.xz + + intltool + gtk3-devel + mate-common + pango-devel + polkit-devel + elogind-devel + libappindicator-devel + + desktop/mate/mate-polkit/pspec.xml + + + mate-polkit + + gtk3 + glib2 + polkit + elogind + gdk-pixbuf + libappindicator + + + /usr/lib + /etc/xdg/autostart + /usr/share + + + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-screensaver + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Replaces xscreensaver, integrating with the MATE desktop. + Replaces xscreensaver, integrating with the MATE desktop. + mate-screensaver, Mate masaüstü için ekrankoruyucu uygulamasıdır. + preferences-desktop-screensaver + http://pub.mate-desktop.org/releases/1.26/mate-screensaver-1.26.1.tar.xz + + dbus-glib-devel + gtk3-devel + libX11-devel + libXScrnSaver-devel + libXinerama-devel + libXmu-devel + libXtst-devel + libXxf86vm-devel + libmatekbd-devel + libnotify-devel + mate-common + mate-desktop-devel + mate-menus-devel + mesa-devel + pam-devel + xorg-proto + xmlto + intltool + libglvnd-devel + autoconf-archive + + desktop/mate/mate-screensaver/pspec.xml + + + mate-screensaver + + pam + dbus + gtk3 + mesa + cairo + glib2 + pango + libX11 + libglvnd + libXext + dbus-glib + libnotify + mate-menus + gdk-pixbuf + libmatekbd + libXxf86vm + libxklavier + mate-desktop + libXScrnSaver + + + /etc/ + /usr/lib/ + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/dbus-1 + /usr/share/pixmaps + /usr/share/glib-2.0 + /usr/libexec/ + /usr/share/backgrounds + /usr/share/applications + /usr/share/locale + /usr/share/mate-screensaver + /usr/share/desktop-directories + /usr/share/mate-background-properties + + + logotype-pisi.svg + + + + + 2021-11-16 + 1.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-23 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + marco + https://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + GTK+ based window manager + GTK+ tabanlı pencere yöneticisi + Marco is a small window manager, using GTK+ to do everything. + Marco herşeyi yapmak için GTK+ kullanan, küçük bir pencere yöneticisidir. + http://pub.mate-desktop.org/releases/1.26/marco-1.26.0.tar.xz + + window.png + mini-window.png + stock_delete.png + stock_maximize.png + stock_minimize.png + + + zenity + itstool + intltool + gtk3-devel + yelp-devel + libSM-devel + libgtop-devel + libXdamage-devel + gdk-pixbuf-devel + libcanberra-devel + libcanberra-gtk3-devel + startup-notification-devel + mate-common + mate-desktop-devel + + desktop/mate/marco/pspec.xml + + + marco + + atk + gtk3 + cairo + glib2 + libSM + pango + libICE + libX11 + libXext + libgtop + libXrandr + libXfixes + gdk-pixbuf + libXcursor + libXrender + libXdamage + libcanberra + libXinerama + libXcomposite + libcanberra-gtk3 + startup-notification + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/mate + /usr/share/help + /usr/share/marco + /usr/share/themes + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/mate-control-center + /usr/share/applications/marco.desktop + + + + marco-devel + marco development files + marco için geliştirme dosyaları + + gtk3-devel + marco + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 1.24.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-29 + 1.22.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-common + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3+ + library + desktop.mate + Common files for development of Mate packages + Mate uygulamalarının geliştirmede kullandığı yaygın dosyalar + maate-common package contains aclocal macros, makefile headers and documents tools in order to build Mate sources. + mate-common, MATE ortamı için autoconf, automake ve libtool uzantısıdır. + http://pub.mate-desktop.org/releases/1.26/mate-common-1.26.0.tar.xz + desktop/mate/mate-common/pspec.xml + + + mate-common + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/share/mate-common + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 1.24.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-applets + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.mate + Applets for MATE panel. + Applets for the MATE Desktop and Panel + mate + http://pub.mate-desktop.org/releases/1.26/mate-applets-1.26.1.tar.xz + + libgtop-devel + libxml2-devel + libICE-devel + libSM-devel + upower-devel + libwnck3-devel + libnotify-devel + mate-common + mate-settings-daemon-devel + mate-notification-daemon + mate-panel-devel + libmateweather-devel + polkit-devel + gtksourceview3-devel + wireless-tools-devel + NetworkManager-devel + intltool + itstool + libnl-devel + cpupowertools + + desktop/mate/mate-applets/pspec.xml + + + mate-applets + + atk + gtk3 + libnl + cairo + glib2 + pango + libX11 + polkit + upower + libgtop + libxml2 + libwnck3 + dbus-glib + libnotify + gdk-pixbuf + mate-panel + cpupowertools + gtksourceview3 + libmateweather + wireless-tools + + + /usr/lib + /etc/sound + /etc/dbus-1 + /usr/share/doc + /usr/share/omf + /usr/bin + /usr/share/help + /usr/share/mate + /usr/share/icons + /usr/share/dbus-1 + /usr/share/pixmaps + /usr/share/MateConf + /usr/share/polkit-1 + /usr/share/glib-2.0 + /usr/share/mate-2.0 + /usr/share/man/ + /usr/share/mate-panel + /usr/share/locale + /usr/share/mate-applets + + + + + 2022-07-12 + 1.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-06 + 1.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-20 + 1.25.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-14 + 1.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-session-manager + https://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + app:gui + desktop.mate + MATE Session Manager + MATE session manager, as well as a configuration program to choose applications starting on login. + mate-session-properties + https://pub.mate-desktop.org/releases/1.26/mate-session-manager-1.26.0.tar.xz + + xmlto + xtrans + intltool + mesa-devel + gtk3-devel + libSM-devel + mate-common + python3-devel + libglvnd-devel + libepoxy-devel + libXcomposite-devel + libXtst-devel + dbus-glib-devel + pangox-compat-devel + + desktop/mate/mate-session-manager/pspec.xml + + + mate-session-manager + + dbus + gtk3 + cairo + glib2 + libSM + libICE + libX11 + libXau + libglvnd + libXtst + libXext + mesa + libepoxy + libXcomposite + dbus-glib + gdk-pixbuf + libXrender + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/icons + /usr/share/xsessions + /usr/share/glib-2.0/ + /usr/share/mate-session + /usr/share/applications + /usr/share/locale + /usr/share/mate-session-manager/ + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-09 + 1.25.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + bamf + https://launchpad.net/bamf + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3+ + app:gui + desktop.mate + Application matching framework + Application matching framework + https://launchpadlibrarian.net/396415087/bamf-0.5.4.tar.gz + + glib2-devel + libwnck3-devel + libX11-devel + libgtop-devel + gnome-common + vala-devel + gtk-doc + libxslt-devel + python-lxml + python-six + python3-devel + gobject-introspection-devel + + + bamf-no-gtester_py3.patch + + desktop/mate/bamf/pspec.xml + + + bamf + + gtk3 + glib2 + libX11 + libgtop + libwnck3 + gdk-pixbuf + startup-notification + + + /usr/lib/libbamf3* + /usr/lib/bamf + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/upstart + /usr/share/vala + /usr/lib/systemd/user/bamfdaemon.service + + + + bamf-devel + + glib2-devel + bamf + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-06-29 + 0.5.4 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-13 + 0.5.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libmatekbd + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + library + desktop.mate + GNOME keybord configration library + Mate klavye kontrol kütüphanesi + libgnomekbd contains a GNOME library that manages keyboard layout settings and its panel applet. + Bu paket klavye ayarlarını yöneten bir Mate kütüphanesi ve onun panel programcığını içerir. + http://pub.mate-desktop.org/releases/1.26/libmatekbd-1.26.0.tar.xz + + intltool + gtk3-devel + mate-common + libICE-devel + python3-devel + libxklavier-devel + desktop-file-utils + gobject-introspection-devel + gsettings-desktop-schemas-devel + + desktop/mate/libmatekbd/pspec.xml + + + libmatekbd + + gtk3 + cairo + glib2 + pango + libX11 + gdk-pixbuf + libxklavier + + + /usr/share/doc + /usr/bin + /usr/share/glib-2.0 + /usr/share/gir-1.0 + /usr/share/libmatekbd + /usr/share/locale + /usr/lib/libmatekbd* + /usr/lib/girepository-1.0 + /etc/mateconf/schemas/ + + + + libmatekbd-devel + libmatekbd için geliştirme dosyaları + libmatekbd için geliştirme dosyaları + + gtk3-devel + glib2-devel + libxklavier-devel + libmatekbd + + + /usr/lib/pkgconfig + /usr/include/libmatekbd + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mozo + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + library + desktop.mate + Mozo menu editor for MATE + Easy MATE menu editing tool. + mozo + http://pub.mate-desktop.org/releases/1.26/mozo-1.26.1.tar.xz + + mate-common + mate-menus-devel + python3-pygobject3-devel + python3-devel + intltool + + desktop/mate/mozo/pspec.xml + + + mozo + + mate-panel + + + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man/ + /usr/share/mozo + /usr/share/icons + /usr/share/locale + /usr/share/applications + + + + + 2021-11-15 + 1.26.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.26.0 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-14 + 1.25.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-desktop + http://www.mate-desktop.org + + Ayhan Yalçınsoy + Ayhan Yalçınsoy + + MIT + GPLv2+ + LGPLv2+ + app:gui + desktop.mate + Basic Mate libraries and dialogs + Mate masaüstü + mate-desktop contains basic Mate libraries and information applications. + mate-desktop, Mate kullanıcı ortamının paylaşımlı bileşenlerini içeren temel pakettir. + desktop + http://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.0.tar.xz + + gtk-doc + intltool + iso-codes + python-six + gtk3-devel + dconf-devel + mate-common + libX11-devel + librsvg-devel + iso-codes-devel + libXrandr-devel + gdk-pixbuf-devel + startup-notification-devel + gobject-introspection-devel + + desktop/mate/mate-desktop/pspec.xml + + + mate-desktop + + atk + gtk3 + dconf + glib2 + cairo + pango + libX11 + libXrandr + gdk-pixbuf + startup-notification + network-manager-applet + + + /usr/lib + /usr/share/man + /usr/bin + /usr/share/help + /usr/share/glib-2.0 + /usr/share/gir-1.0 + /usr/share/icons + /usr/share/doc + /usr/share/mate-about + /usr/share/backgrounds + /usr/share/applications + /usr/share/locale + /usr/share/libmate-desktop + + + System.Package + + + + mate-desktop-devel + + gtk3-devel + dconf-devel + startup-notification-devel + mate-desktop + + + /usr/include + /usr/lib/pkgconfig + + + + mate-desktop-doc + mate-desktop için döküman belgeleri. + mate-desktop için döküman belgeleri. + + mate-desktop + + + /usr/share/gtk-doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-14 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-user-share + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + library + desktop.mate + User level public file sharing via WebDAV or ObexFTP + mate-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. + mate-file-share-properties + http://pub.mate-desktop.org/releases/1.26/mate-user-share-1.26.0.tar.xz + + gtk3-devel + caja-devel + libnotify-devel + libcanberra-devel + libcanberra-gtk3-devel + dbus-glib-devel + intltool + itstool + + desktop/mate/mate-user-share/pspec.xml + + + mate-user-share + + gtk3 + caja + glib2 + pango + libX11 + + + /usr/lib + /usr/share/man + /usr/bin + /usr/share/doc + /usr/share/help + /usr/share/icons + /usr/share/caja + /usr/share/glib-2.0 + /etc/xdg/autostart + /usr/share/locale + /usr/share/applications + /usr/share/mate-user-share + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-backgrounds + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + data + desktop.mate + Default wallpapers for the Mate desktop + Mate masaüstü için öntanımlı duvar kağıtları + gnome-backgrounds contains default wallpapers for the Mate desktop. + mate-backgrounds, Mate masaüstü için öntanımlı duvar kağıtlarını içerir. + http://pub.mate-desktop.org/releases/1.26/mate-backgrounds-1.26.0.tar.xz + + nature/1.jpg + nature/2.jpg + nature/3.jpg + nature/4.jpg + nature/5.jpg + nature/6.jpg + nature/7.jpg + nature/8.jpg + + + intltool + mate-common + + + mate-backgrounds-add-image.patch + + desktop/mate/mate-backgrounds/pspec.xml + + + mate-backgrounds + + /usr/share/doc + /usr/share/pixmaps + /usr/share/locale + /usr/share/backgrounds + /usr/share/mate-background-properties + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 1.24.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + icon-naming-utils + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + data + desktop.mate + Mate icon theme + mate-icon-theme package contains the default icon theme used by the Mate desktop. + https://sources.archlinux.org/other/icon-naming-utils/icon-naming-utils-0.8.90.tar.gz + + perl-XML-Simple + + + remove-legacy-calc.patch + + desktop/mate/icon-naming-utils/pspec.xml + + + icon-naming-utils + + /usr/lib + /usr/share/doc + /usr/share/icon-naming-utils + /usr/share/dtds + + + + icon-naming-utils-devel + + icon-naming-utils + + + /usr/share/pkgconfig + + + + + 2020-06-29 + 0.8.90 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-13 + 0.8.90 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-calc + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.mate + Calculator for the Mate desktop environment + Mate için hesap makinesi + mate-calc, Mate masaüstü için hesap makinesi. + mate-calc, Mate masaüstü için hesap makinesi. + accessories-calculator + http://pub.mate-desktop.org/releases/1.26/mate-calc-1.26.0.tar.xz + + intltool + itstool + mpfr-devel + libmpc-devel + gtk3-devel + libxml2-devel + mate-common + + desktop/mate/mate-calc/pspec.xml + + + mate-calc + + atk + gtk3 + mpfr + libmpc + glib2 + pango + libxml2 + + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/share/help + /usr/share/glib-2.0 + /usr/share/mate-calc + /usr/share/applications + /usr/share/metainfo + /usr/share/locale + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-indicator-applet + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + LGPLv2+ + library + desktop.mate + A small applet to display information from various applications consistently in the panel. + A small applet to display information from various applications consistently in the panel. The indicator applet exposes Ayatana Indicators in the MATE Panel. + http://pub.mate-desktop.org/releases/1.26/mate-indicator-applet-1.26.0.tar.xz + + intltool + gtk3-devel + mate-common + mate-panel-devel + libindicator-devel + + desktop/mate/mate-indicator-applet/pspec.xml + + + mate-indicator-applet + + atk + gtk3 + glib2 + libX11 + mate-panel + libindicator + + + /usr/share/doc + /usr/share/icons + /usr/share/dbus-1 + /usr/lib + /usr/share/mate-panel + /usr/share/locale + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-applet-dock + https://github.com/ubuntu-mate/mate-dock-applet + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + app:gui + desktop.mate + Application dock for the MATE panel + MATE paneli için uygulama rıhtımı + Application dock for the MATE panel + MATE paneli için uygulama rıhtımı + dock + https://github.com/ubuntu-mate/mate-dock-applet/archive/21.10.0.tar.gz + + autoconf-archive + python3-devel + libwnck3-devel + bamf-devel + gettext-devel + python3-cairo-devel + python3-pillow + + desktop/mate/mate-applet-dock/pspec.xml + + + mate-applet-dock + + bamf + python3 + python3-xlib + python3-xdg + python3-pillow + libwnck3 + python3-cairo + + + /usr/lib/mate-applets + /usr/share/doc + /usr/share/dbus-1 + /usr/share/glib-2.0 + /usr/share/mate-panel + /usr/share/locale + + + + + 2021-10-02 + 21.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 20.04.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-13 + 20.04.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-system-monitor + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + Process and resource monitor + Process viewer and system resource monitor for MATE + utilities-system-monitor + http://pub.mate-desktop.org/releases/1.26/mate-system-monitor-1.26.0.tar.xz + + dbus-glib-devel + gtk3-devel + glibmm-devel + gtkmm3-devel + libgtop-devel + librsvg-devel + libwnck3-devel + libxml2-devel + polkit-devel + mate-common + intltool + itstool + python3-devel + + desktop/mate/mate-system-monitor/pspec.xml + + + mate-system-monitor + + gtk3 + cairo + glib2 + pango + glibmm + gtkmm3 + libgcc + librsvg + libxml2 + libgtop + libwnck3 + libsigc++ + gdk-pixbuf + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/omf + /usr/share/help + /usr/share/mate + /usr/share/pixmaps + /usr/share/polkit-1 + /usr/share/metainfo + /usr/share/glib-2.0 + /usr/share/applications + /usr/share/locale + + + side.png + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-23 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.22.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-themes + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + data + desktop.mate + MATE Desktop themes + Mate temaları + mate-themes, mate masaüstü temalarını barındırır. + mate-themes, mate masaüstü temalarını barındırır. + https://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.23.tar.xz + + mate-common + gtk2-devel + mate-icon-theme + gdk-pixbuf-devel + + desktop/mate/mate-themes/pspec.xml + + + mate-themes + + mate-common + mate-icon-theme + icon-naming-utils + + + /usr/share/doc + /usr/share/icons + /usr/share/themes + /usr/share/locale + + + logotype-pisi.svg + 48x48.png + 48x48.png + 48x48.png + 48x48.png + 48x48.png + + + + + 2021-09-20 + 3.22.23 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-07 + 3.22.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 3.22.21 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-25 + 3.22.21 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libmateweather + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + LGPLv2+ + library + desktop.mate + libmateweather + libmateweather + libmateweather is a collection of documentation utilities for the Mate project. + libmateweather Mate Projesi'nin bir parçasıdır. + http://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.0.tar.xz + + intltool + gtk3-devel + mate-common + libsoup-devel + libxml2-devel + timezone + + desktop/mate/libmateweather/pspec.xml + + + libmateweather + + gtk3 + glib2 + libsoup + libxml2 + gdk-pixbuf + + + /usr/share/doc + /usr/share/locale + /usr/share/icons + /usr/share/libmateweather + /usr/share/glib-2.0 + /usr/lib/libmateweather.so* + /usr/lib/libmateweather + + + + libmateweather-devel + libmateweather için geliştirme dosyaları + + gtk3-devel + glib2-devel + libsoup-devel + libxml2-devel + gdk-pixbuf-devel + libmateweather + + + /usr/lib/pkgconfig + /usr/include/libmateweather + + + + libmateweather-doc + libmateweather için döküman belgeleri. + libmateweather için döküman belgeleri. + + libmateweather + + + /usr/share/gtk-doc + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-brisk-menu + https://github.com/getsolus/brisk-menu + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.mate + Mate Brisk Menus + Modern, efficient menu for the MATE Desktop Environment. + https://github.com/getsolus/brisk-menu/releases/download/v0.6.2/brisk-menu-v0.6.2.tar.xz + + meson + gtk3-devel + libnotify-devel + mate-panel-devel + mate-menus-devel + libnotify-devel + + desktop/mate/mate-brisk-menu/pspec.xml + + + mate-brisk-menu + + gtk3 + glib2 + libX11 + libnotify + mate-menus + mate-panel + + + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/share/mate-panel + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + + + + + 2021-09-07 + 0.6.2 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2021-04-21 + 0.6.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mate-sensors-applet + http://www.mate-desktop.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + library + desktop.mate + Display readings from hardware sensors in your MATE panel. + MATE Sensors Applet is an applet for the MATE Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings under Linux.on. + http://pub.mate-desktop.org/releases/1.26/mate-sensors-applet-1.26.0.tar.xz + + gtk3-devel + mate-common + libnotify-devel + mate-panel-devel + lm_sensors-devel + libxslt-devel + intltool + itstool + + desktop/mate/mate-sensors-applet/pspec.xml + + + mate-sensors-applet + + gtk3 + cairo + glib2 + libnotify + mate-panel + gdk-pixbuf + lm_sensors + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/help + /usr/share/mate + /usr/share/icons + /usr/share/dbus-1 + /usr/share/pixmaps + /usr/share/glib-2.0 + /usr/share/mate-panel + /usr/share/locale + /usr/share/mate-sensors-applet + + + + mate-sensors-applet-devel + mate-sensors-applet için geliştirme dosyaları + mate-sensors-applet için geliştirme dosyaları + + mate-sensors-applet + + + /usr/include + + + + + 2021-09-07 + 1.26.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 1.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 1.24.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.22.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + kaptan + https://pisilinux.org + + Metehan Özbek + mthnzbk@gmail.com + + GPLv3 + app:gui + desktop.pisilinux + Kaptan, Pisi Linux workspace configuration wizard + Pisi Linux Kaptan + Pisi Linux Kaptan + Kaptan lets you configure your workspace on first login. + Kaptan, bilgisayarınız ilk defa açıldığında çalışma ortamınızı kişiselleştirmenize yardımcı olur. + Kaptan, el asistente de inicio de Pisi Linux que le ayudará a personalizar su entorno de trabajo. + kaptan + https://github.com/PisiLinuxNew/kaptan/archive/refs/tags/7.4.3.tar.gz + + python3-setuptools + python3-qt5-devel + python3-devel + qt5-linguist + + desktop/pisilinux/kaptan/pspec.xml + + + kaptan + + python3-qt5 + + + /usr/bin + /usr/share/kaptan + /usr/lib/python3*/site-packages + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/kaptan/languages + /etc + + + + + 2021-10-24 + 7.4.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-03 + 7.4.3 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-05-30 + 7.4.0 + Rebuild. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-10-19 + 7.3.2 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-10-19 + 7.3.1 + fix pisilinux.org links. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-02-03 + 7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-16 + 7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 7.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-07 + 7.2 + auto start closed. + Kamil Atlı + suvari@pisilinux.org + + + 2018-02-07 + 7.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-05 + 7.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-03 + 7.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 6.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-08-09 + 5.0 + Release Bump + Metehan Özbek + mthnzbk@gmail.com + + + 2016-07-20 + 5.1.2 + Release Bump + Metehan Özbek + mthnzbk@gmail.com + + + 2016-06-09 + 5.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-29 + 5.1.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-17 + 5.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-17 + 5.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pisilinux-welcome + https://pisilinux.org + + Metehan Özbek + mthnzbk@gmail.com + + GPLv3 + app:gui + desktop.pisilinux + Pisi Linux Welcome Application + Pisi Linux Hoşgeldin Uygulaması + Pisi Linux Welcome Application + Hoşgeldin uygulaması, bilgisayarınız ilk defa açıldığında sizi karşılar. + pisilinux-welcome + https://github.com/PisiLinuxNew/pisilinux-welcome/archive/v1.7.tar.gz + + python3-qt5 + qt5-linguist + python3-devel + python3-setuptools + + desktop/pisilinux/pisilinux-welcome/pspec.xml + + + pisilinux-welcome + + python3-qt5 + + + /etc + /usr/share/doc + /usr/bin + /usr/share + /usr/share/icons + /usr/share/pisilinux-welcome + /usr/share/applications + /usr/lib/python3*/site-packages + /usr/share/welcome/languages + + + + + 2022-03-13 + 1.7 + version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-07 + 1.6 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 1.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-07 + 1.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.4 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2019-02-19 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-18 + 1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-03 + 1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-17 + 1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-08 + 1.0 + New version + Osman Erkan + osman.erkan@yandex.com + + + 2017-05-28 + 1.0b + rebuild + Metehan Özbek + mthnzbk@gmail.com + + + 2016-08-26 + 1.0b + ek buton + Metehan Özbek + mthnzbk@gmail.com + + + 2016-07-30 + 1.0b + hatalar düzeltilmiş. + Metehan Özbek + mthnzbk@gmail.com + + + 2016-07-29 + 1.0b + güncellendi + Metehan Özbek + mthnzbk@gmail.com + + + 2016-05-17 + 1.0a + first + Metehan Özbek + mthnzbk@gmail.com + + + + + + pisiplayer + https://pisilinux.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv3 + app:gui + desktop.pisilinux + Video Player + Video Player for Pisi Linux + pisiplayer + https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz + + python3-setuptools + python3-devel + python3-qt5 + + desktop/pisilinux/pisiplayer/pspec.xml + + + pisiplayer + + python3-qt5 + python3-sip + python3-youtube_dl + + + /usr/bin + /usr/lib/pisiplayer + /usr/lib/python3*/site-packages + /usr/share/applications + /usr/share/icons + /usr/share/doc + + + + + 2021-11-07 + 0.9 + Rebuild py3 + Pisi Linux Admins + admins@pisilinux.org + + + 2019-04-22 + 0.9 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-05-28 + 0.9 + rebuild + Pisi Linux Admins + admins@pisilinux.org + + + 2016-07-04 + 0.9 + First release + Metehan Özbek + admins@pisilinux.org + + + + + + service-manager + https://www.pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.pisilinux + System Service configuration GUI + Servis yönetim arayüzü + Le gestionnaire de Service est utilisé pour administrer les services lancés dans Pisi Linux. + This system service configuration software is developed for Pisi Linux. It provides managing system services. + Servis yöneticisi, Pisi Linux'da çalışan sunucu ve servislerin yönetilmesini sağlar + https://github.com/PisiLinuxNew/service-manager/archive/refs/tags/service-manager-3.1.3.tar.gz + + pisilinux-desktop-services + docutils + python-docutils + python-qt5-devel + + desktop/pisilinux/service-manager/pspec.xml + + + service-manager + + python-qt5 + pisilinux-desktop-services + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/applications + + + + + 2022-06-03 + 3.1.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-28 + 3.1.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-12-06 + 3.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 3.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-11 + 3.1.1 + fixed icons and window title issues + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-08-24 + 3.1.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-03 + 3.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + package-manager + https://www.pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.pisilinux + PiSi graphical user interface + PiSi kullanıcı grafik arayüzü + PiSi est une interface graphique permettant d'effectuer l'installation, la suppression et la mise à jour de paquet PiSi depuis un environnement graphique. + Package Manager is PiSi's easy-to-use graphical user interface. + PiSi paket yöneticisine ait paket kurma, kaldırma ve güncelleme gibi işlerin grafik ortamda yapılabilmesini sağlayan PiSi grafik arayüzü. + package-manager + https://github.com/PisiLinuxNew/package-manager/archive/refs/tags/PM.4.2.7.2.tar.gz + + docutils + python-docutils + python-qt5-devel + python-sip + intltool + qt5-linguist + + + message_error_fixed.patch + + desktop/pisilinux/package-manager/pspec.xml + + + package-manager + + pisi + python-qt5 + python-sip + pisilinux-desktop-services + iconcan + + + /usr/bin + /usr/share + /usr/share/applications/ + /usr/share/icons + /usr/share/doc + + + + + 2022-06-09 + 4.2.7.2 + fixed missing dependencies message. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-06-03 + 4.2.7.2 + some improvements. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-05-24 + 4.2.7.1 + fixed update button functions + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-05-06 + 4.2.7.1 + added install/remove actions to installed tab + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-04-26 + 4.2.7.1 + fixed desktop entry and group icons + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-04-15 + 4.2.7 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-05-25 + 4.2.6 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2020-04-04 + 4.2.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-20 + 4.2.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-20 + 4.2.2 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-12-06 + 4.2.2 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-09-29 + 4.2.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-03 + 4.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-16 + 4.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 4.1.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-24 + 4.2.0 + fixed source + Kamil Atlı + suvari@pisilinux.org + + + 2018-02-11 + 4.1.9 + fixed icons issue. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-01-13 + 4.1.8 + fixed icons issue. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-09-01 + 4.1.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 4.1.7 + Version Bump, add new builddep. + Kamil Atlı + suvari@pisilinux.org + + + 2016-08-09 + 4.1.6 + Release Bump + Metehan Özbek + admin@pisilinux.org + + + 2016-08-08 + 4.1.5 + Release Bump + Metehan Özbek + admin@pisilinux.org + + + 2016-08-06 + 4.1.3 + Release Bump + Metehan Özbek + admin@pisilinux.org + + + 2016-07-01 + 4.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-28 + 4.1.1 + ported pyqt5 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pisilinux-desktop-services + https://www.pisilinux.org + + pisilinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.pisilinux + Pisi Linux Desktop Services + Pisi Linux Masaüstü Hizmetleri + pisilinux-desktop-services is a wrapper python module for integrating various desktop environments using PyQt. + pisilinux-desktop-services, Pisi Linux Uygulamalarının farklı masaüstü ortamları ile bütünleşik bir şekilde çalışmasını sağlayan bir Python modülüdür. + library + https://github.com/PisiLinuxNew/pds/archive/refs/tags/pds-2.1.2.tar.gz + + python-qt5-devel + + desktop/pisilinux/pisilinux-desktop-services/pspec.xml + + + pisilinux-desktop-services + + python-qt5 + + + /usr/lib + /usr/share/ + + + + + 2022-06-03 + 2.1.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-06-08 + 2.1.1 + Rebuild Gonme + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-21 + 2.1.1 + Version bump + Sami BABAT + samibabat@gmail.com + + + 2020-03-15 + 2.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 2.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 2.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-01 + 2.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 2.0.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-03 + 2.0.0 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-28 + 2.0.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mevlana + https://pisilinux.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv3 + app:gui + desktop.pisilinux + A cursor theme for Pisi GNU/Linux + Pisi GNU/Linux için bir imleç teması + A cursor theme for Pisi GNU/Linux + Pisi GNU/Linux için bir imleç teması + mevlana + https://sourceforge.net/projects/pisilinux/files/source/Mevlana.tar.gz + desktop/pisilinux/mevlana/pspec.xml + + + mevlana + + /usr/share/icons + + + + + 2021-04-22 + 0.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + history-manager + https://github.com/PisiLinuxNew/history-manager/ + + Metehan Özbek + admin@pisilinux.org + + GPLv2 + app:gui + desktop.pisilinux + History Manager Tool for pisi + Pisi Geçmiş Yöneticisi uygulaması + History manager is a graphical interface to pisi snapshot facilities. + Pisi ile yapılan işlem geçmişini gösterme, sistemi belirli noktaya döndürme, yeni görüntü alma gibi geçmiş yönetimi işlemleri yapmayı sağlayan araç. + search + https://github.com/PisiLinuxNew/history-manager/archive/refs/tags/history-manager-0.2.9.tar.gz + + python-qt5-devel + pypolkit + qt5-base-devel + python-setuptools + qt5-linguist + + desktop/pisilinux/history-manager/pspec.xml + + + history-manager + + python-qt5 + pypolkit + + + /usr/bin + /usr/share/locale + /usr/lib/python* + /usr/share + + + + + 2022-06-03 + 0.2.9 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-03-18 + 0.2.8.1b + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-16 + 0.2.8.1b + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 0.2.8.0b + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-17 + 0.2.8.0b + fixed window title issue for other desktops. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-08 + 0.2.8.0b + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-18 + 0.2.8.0b + First release + Metehan Özbek + admin@pisilinux.org + + + + + + lxinput + https://www.lxde.org/ fury uglyside@yandex.ru GPL-3 app:gui - multimedia.stream - Radiotray-NG: An Internet radio player for Linux. - It became clear as one of the early contributors to the RadioTray project that it was not getting the attention it required and was probably dead. A lot of the technologies it used had moved on to newer versions and the bugs started piling up. I did my best to help users, but a new start was required. - https://github.com/ebruck/radiotray-ng/archive/refs/tags/v0.2.8.tar.gz + desktop.lxde + LXDE keyboard and mouse configuration tool. + lxinput is tool for LXDE keyboard and mouse configuration. + mirrors://sourceforge/lxde/lxinput-0.3.5.tar.xz - cmake - ccache - wxGTK3 - curl-devel + intltool gtk3-devel - boost-devel - wxGTK-devel - lsb-release - wxGTK-common - glibmm-devel - libbsd-devel - python3-devel - ncurses-devel - jsoncpp-devel - libnotify-devel - gstreamer-devel - libxdg-basedir-devel - libappindicator-devel + libX11-devel - multimedia/stream/radiotray-ng/pspec.xml + desktop/lxde/lxinput/pspec.xml - radiotray-ng + lxinput - curl gtk3 - boost glib2 - glibmm - libbsd - libgcc - wxGTK3 - jsoncpp - gstreamer - libnotify - libsigc++ - python3-lxml - wxGTK-common - libxdg-basedir - libappindicator + libX11 - /etc/xdg/autostart /usr/bin /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 0.3.5 + First build. + fury + uglyside@yandex.ru + + + + + + lxterminal + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + Lightweight terminal emulator. + Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE. + mirrors://sourceforge/lxde/lxterminal-0.4.0.tar.xz + + intltool + vte-devel + gtk3-devel + gnutls-devel + libpcre2-devel + gdk-pixbuf-devel + + desktop/lxde/lxterminal/pspec.xml + + + lxterminal + + vte + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 0.4.0 + First build. + fury + uglyside@yandex.ru + + + + + + lxde-common + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + data + desktop.lxde + LXDE Session default configuration files. + lxde-common provides LXDE Session default configuration files and nuoveXT2 iconset. + mirrors://sourceforge/lxde/lxde-common-0.99.2.tar.xz + + intltool + + desktop/lxde/lxde-common/pspec.xml + + + lxde-common + + gtk3 + lxpanel + pcmanfm + openbox + lxsession + + + /etc + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-08-07 + 0.99.2 + First build. + fury + uglyside@yandex.ru + + + + + + pcmanfm + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + LXDE default file manager. + PCMan File Manager is an extremly fast and lightweight file manager for LXDE. + mirrors://sourceforge/pcmanfm/pcmanfm-1.3.2.tar.xz + + intltool + gtk3-devel + pango-devel + cairo-devel + gdk-pixbuf-devel + libfm-devel + libfm-extra-devel + + desktop/lxde/pcmanfm/pspec.xml + + + pcmanfm + + atk + gtk3 + glib2 + pango + cairo + libX11 + gdk-pixbuf + libfm + libfm-extra + + + /etc + /usr/bin + /usr/include + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 1.3.2 + First build. + fury + uglyside@yandex.ru + + + + + + lxmenu-data + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + data + desktop.lxde + Menu data files for LXDE. + lxmenu-data provides files needed for LXDE application menus. + mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz + + intltool + + desktop/lxde/lxmenu-data/pspec.xml + + + lxmenu-data + + /etc + /usr/share/desktop-directories + /usr/share/doc + + + + + 2022-04-14 + 0.1.5 + First build. + fury + uglyside@yandex.ru + + + + + + lxappearance + http://wiki.lxde.org/en/LXAppearance + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + A new feature-rich GTK+ theme switcher. + LXAppearance is a new GTK+ theme switcher developed for project LXDE. + mirrors://sourceforge/lxde/lxappearance-0.6.3.tar.xz + + intltool + dbus-devel + gtk3-devel + libX11-devel + dbus-glib-devel + gdk-pixbuf-devel + + desktop/lxde/lxappearance/pspec.xml + + + lxappearance + + dbus + gtk3 + glib2 + libX11 + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + lxappearance-devel + + gtk3-devel + lxappearance + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-14 + 0.6.3 + First build. + fury + uglyside@yandex.ru + + + + + + lxsession + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app + desktop.lxde + LXDE session manager. + lxsession is the default X11 session manager of LXDE. + mirrors://sourceforge/lxde/lxsession-0.5.5.tar.xz + + intltool + vala-devel + gtk3-devel + glib2-devel + polkit-devel + elogind-devel + gettext-devel + libnotify-devel + gdk-pixbuf-devel + + + Avoid_costly_lsb_release_invocation.patch + + desktop/lxde/lxsession/pspec.xml + + + lxsession + + gtk3 + glib2 + cairo + polkit + libX11 + gdk-pixbuf + + + /etc/xdg + /usr/bin + /usr/libexec + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 0.5.5 + First build. + fury + uglyside@yandex.ru + + + + + + lxrandr + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + LXDE GUI interface to RandR extention. + lxrandr is a LXDE GUI interface to RandR extention. + mirrors://sourceforge/lxde/lxrandr-0.3.2.tar.xz + + intltool + gtk3-devel + libXrandr-devel + + desktop/lxde/lxrandr/pspec.xml + + + lxrandr + + gtk3 + glib2 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 0.3.2 + First build. + fury + uglyside@yandex.ru + + + + + + libfm + https://github.com/lxde/libfm + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL-2 + library + desktop.lxde + Library for file management. + libfm is a LXDE library for file management. + mirrors://sourceforge/pcmanfm/libfm-1.3.2.tar.xz + + intltool + atk-devel + gtk3-devel + glib2-devel + cairo-devel + pango-devel + udisks2-devel + libexif-devel + gettext-devel + dbus-glib-devel + gdk-pixbuf-devel + fontconfig-devel + menu-cache-devel + libfm-extra-devel + + desktop/lxde/libfm/pspec.xml + + + libfm + + atk + gtk3 + glib2 + cairo + pango + udisks2 + libexif + dbus-glib + gdk-pixbuf + fontconfig + menu-cache + libfm-extra + + + /etc/xdg + /usr/bin + /usr/lib/libfm.so* + /usr/lib/libfm-gtk3.so* + /usr/lib/libfm/modules/ + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + libfm-devel + + libfm + gtk3-devel + glib2-devel + + + /usr/include/libfm-1.0 + /usr/include/libfm + /usr/lib/pkgconfig/libfm-gtk3.pc + /usr/lib/pkgconfig/libfm.pc + + + + libfm-extra + Core library of PCManFM file manager. + + glib2 + + + /usr/lib/libfm-extra.so + /usr/lib/libfm-extra.so.4 + /usr/lib/libfm-extra.so.4.1.3 + + + + libfm-extra-devel + + glib2-devel + libfm-extra + + + /usr/include/libfm/fm-extra.h + /usr/include/libfm/fm-version.h + /usr/include/libfm/fm-xml-file.h + /usr/include/libfm-1.0/fm-extra.h + /usr/include/libfm-1.0/fm-version.h + /usr/include/libfm-1.0/fm-xml-file.h + /usr/lib/pkgconfig/libfm-extra.pc + + + + + 2022-04-14 + 1.3.2 + Rebuild with gtk+3 + fury + uglyside@yandex.ru + + + 2021-04-26 + 1.3.2 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-06 + 1.3.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxpanel + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + Lightweight X11 desktop panel for LXDE. + lxpanel is a lightweight X11 desktop panel for LXDE. + mirrors://sourceforge/lxde/lxpanel-0.10.1.tar.xz + + intltool + atk-devel + gtk3-devel + curl-devel + cairo-devel + pango-devel + libxml2-devel + alsa-lib-devel + libwnck3-devel + keybinder-devel + fontconfig-devel + menu-cache-devel + gdk-pixbuf-devel + wireless-tools-devel + libfm-devel + libfm-extra-devel + + + Correct_panel_size_under_GTK3.patch + Correct_icon_grid_width_under_GTK3.patch + lxpanel-0.10.1-volume-plugin-fix-mouse-scrolling.patch + + desktop/lxde/lxpanel/pspec.xml + + + lxpanel + + atk + gtk3 + curl + glib2 + cairo + pango + libX11 + libxml2 + alsa-lib + libwnck3 + keybinder + menu-cache + gdk-pixbuf + fontconfig + lxmenu-data + wireless-tools + libfm + libfm-extra + network-manager-applet + + + /etc/xdg/lxpanel + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + lxpanel-devel + + lxpanel + gtk3-devel + glib2-devel + libfm-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-14 + 0.10.1 + First build. + fury + uglyside@yandex.ru + + + + + + xfce4-panel-profiles + https://docs.xfce.org/apps/xfce4-panel-profiles/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.xfce.addon + A simple application to manage Xfce panel layouts. + Xfce4 Paneli için bir kullanıcı değiştirme modülü + With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts. + xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir. + https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.13.tar.bz2 + + intltool + python3-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-panel-profiles/pspec.xml + + + xfce4-panel-profiles + + gtk3 + cairo + python3 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale /usr/share/doc - 2021-09-12 - 0.2.8 - Rebuild wxgtk + 2021-04-10 + 1.0.13 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-09-12 - 0.2.8 - Version bump. + 2021-01-17 + 1.0.12 + Ver. bump fury uglyside@yandex.ru - 2021-01-28 - 0.2.7 + 2020-06-25 + 1.0.10 + Ver. bump + fury + uglyside@yandex.ru + + + + + + xfce4-whiskermenu-plugin + https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.xfce.addon + Alternate Xfce menu. + Whisker Menu is an alternate application launcher for Xfce. + https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.7/xfce4-whiskermenu-plugin-2.7.1.tar.bz2 + + cmake + exo-devel + gtk3-devel + cairo-devel + garcon-devel + xfconf-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + accountsservice-devel + + desktop/xfce/addon/xfce4-whiskermenu-plugin/pspec.xml + + + xfce4-whiskermenu-plugin + + exo + gtk3 + cairo + glib2 + garcon + libgcc + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + accountsservice + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + 16x16.png + 22x22.png + 24x24.png + 32x32.png + 48x48.png + 64x64.png + 128x128.png + 256x256.png + logotype-pisi.svg + + + + + 2022-06-13 + 2.7.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 2.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-20 + 2.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-16 + 2.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 2.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 2.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-15 + 2.5.3 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-08-01 + 2.4.6 First Beta build. fury uglyside@yandex.ru @@ -234794,18557 +94868,5434 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - rtmpdump - http://rtmpdump.mplayerhq.hu/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - app:console - library - multimedia.stream - Toolkit for RTMP streams - RTMP yayınları araç takımı - rtmpdump is a tool for dumping media content streamed over RTMP. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps:// . - rtmpdump, RTMP üzerinden yayın yapan ortam içeriklerinin dökümünü yapmak için yazılmış bir araçtır. RTMP yayımının bütün biçimleri desteklenmektedir: rtmp://, rtmpt://, rtmpe://, rtmpte://, ve rtmps:// . - https://sourceforge.net/projects/pisilinux/files/source/rtmpdump-20190330.tar.xz - - openssl-devel - zlib-devel - - - rtmpdump-openssl-1.1-v2.patch - rtmpdump-swf_vertification_type_2.patch - rtmpdump-swf_vertification_type_2_part_2.patch - - multimedia/stream/rtmpdump/pspec.xml - - - rtmpdump - - openssl - zlib - - - /usr/bin - /usr/lib - /usr/share/doc/rtmpdump - /usr/share/man - - - - rtmpdump-devel - Development files for rtmpdump - rtmpdump için geliştirme dosyaları - - rtmpdump - openssl-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-18 - 20190330 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 20150115 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 20150115 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 20150115 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-29 - 20150115 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - hypnotix - https://github.com/linuxmint/hypnotix + catfish + https://docs.xfce.org/apps/catfish/start Pisi Linux Admins admin@pisilinux.org GPLv3 - app - multimedia.tv - Hypnotix is an IPTV streaming application with support for live TV, movies and series. - Hypnotix, canlı TV, filmler ve dizileri destekleyen bir IPTV akış uygulamasıdır. - Hypnotix is an IPTV streaming application with support for live TV, movies and series. - Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır. - https://github.com/linuxmint/hypnotix/archive/refs/tags/2.9.tar.gz + library + desktop.xfce.addon + Versatile file searching tool + Versatile file searching tool + Çok yönlü dosya arama aracı + Çok yönlü dosya arama aracı + https://archive.xfce.org/src/apps/catfish/4.16/catfish-4.16.4.tar.bz2 - xapp-devel - dconf-devel - python3-devel - python3-imdbpy - python3-requests - mpv-player-devel - python3-youtube_dl + intltool + xdg-utils + gtk3-devel + dbus-python3 + python3-xdg + xfconf-devel + python3-pexpect python3-cairo-devel - python3-setproctitle - - multimedia/tv/hypnotix/pspec.xml - - - hypnotix - - xapp - dconf - mpv-player - python3-cairo - python3-imdbpy - python3-requests - python3-Unidecode - python3-youtube_dl - python3-setproctitle - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/glib-2.0 - /usr/share/locale - /usr/share/icons - /usr/share/hypnotix - /usr/share/doc - - - - - 2022-07-25 - 2.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-22 - 2.7 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-05-22 - 2.6 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-06-25 - 1.9 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - mlt - https://www.mltframework.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - multimedia.tv - A multimedia framework, designed and developed for television broadcasting - Televizyon yayını için tasarlanmış bir çoklu ortam altyapısı - MLT is an open source multimedia framework, designed and developed for television broadcasting. - MLT televizyon yayını için tasarlanmış, açık kaynak kodlu bir çoklu ortam alyapısıdır. - https://github.com/mltframework/mlt/releases/download/v7.2.0/mlt-7.2.0.tar.gz - - cmake - alsa-lib-devel - swig - pango-devel - opencv-devel - python3-devel - glib2-devel - frei0r-plugins-devel - fftw3-devel - jack-audio-connection-kit-devel - pulseaudio-libs-devel - qt5-base-devel - qt5-svg-devel - perl - libxml2-devel - libsamplerate-devel - ladspa-sdk-devel - gdk-pixbuf-devel - libvorbis-devel - sdl-image-devel - libexif-devel - libsdl2-devel - ffmpeg-devel - libdv-devel - sox-devel - fontconfig-devel - rubberband-devel - - multimedia/tv/mlt/pspec.xml - - - perl-mlt - Perl bindings for MLT - MLT için Perl bağlayıcıları - programming.language.perl - - libgcc - perl - mlt - - - /usr/lib/perl* - - - - python-mlt - Python bindings for MLT - MLT için Python bağlayıcıları - programming.language.python - - libgcc - python3 - mlt - - - /usr/lib/python* - - - - mlt - - sox - fftw3 - pango - glib2 - opencv - ffmpeg - libX11 - libgcc - libsdl - libsdl2 - libexif - libxml2 - qt5-svg - alsa-lib - qt5-base - libvorbis - sdl-image - fontconfig - gdk-pixbuf - rubberband - libsamplerate - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/mlt-7 - /usr/share/mlt/modules - /usr/share/mlt/modules/lumas/PAL - /usr/share/man - - - - mlt-devel - Development files for mlt - mlt için geliştirme dosyaları - - mlt - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2021-12-09 - 7.2.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 7.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-14 - 7.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-30 - 6.26.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 6.26.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-11 - 6.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-03 - 6.18.0 - Version bump. - Kamil Atlı - suvariqpisilinux.org - - - 2019-09-17 - 6.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-18 - 6.12.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-10-13 - 6.10.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-01 - 6.6.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-26 - 6.6.0 - Rebuild ffmpeg - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-13 - 6.4.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-25 - 6.2.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-20 - 0.9.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-16 - 0.9.8 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - mlt6 - https://www.mltframework.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - multimedia.tv - A multimedia framework, designed and developed for television broadcasting - MLT is an open source multimedia framework, designed and developed for television broadcasting. - https://github.com/mltframework/mlt/releases/download/v6.26.1/mlt-6.26.1.tar.gz - - cmake - alsa-lib-devel - swig - gtk2-devel - pango-devel - opencv-devel - python3-devel - glib2-devel - frei0r-plugins-devel - fftw3-devel - jack-audio-connection-kit-devel - pulseaudio-libs-devel - qt5-base-devel - qt5-svg-devel - perl - libxml2-devel - libsamplerate-devel - ladspa-sdk-devel - gdk-pixbuf-devel - libvorbis-devel - sdl-image-devel - libexif-devel - libsdl2-devel - ffmpeg-devel - libdv-devel - sox-devel - fontconfig-devel - - - 7063e88e.patch - a87229bc.patch - - multimedia/tv/mlt6/pspec.xml - - - python-mlt6 - Python bindings for MLT - programming.language.python - - libgcc - python3 - mlt6 - - - /usr/lib/python* - - - - mlt6 - - sox - gtk2 - fftw3 - pango - glib2 - opencv - ffmpeg - libX11 - libgcc - libsdl - libsdl2 - libexif - libxml2 - qt5-svg - alsa-lib - qt5-base - libvorbis - sdl-image - fontconfig - gdk-pixbuf - libsamplerate - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/mlt - /usr/share/man - /usr/share/mlt/modules - /usr/share/mlt/modules/lumas/PAL - - - - mlt6-devel - Development files for mlt - - mlt6 - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2021-12-09 - 6.26.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - xawtv - http://linuxtv.org/downloads/xawtv/ - - Erdinc Gultekin - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.tv - TV application - TV uygulaması - xawtv is a TV application that supports many interfaces (analog video streams), such as Xvideo, v4l2 and bktr etc. It can display TV streams and record them. - xawtv Xvideo, v4l2, bktr gibi birçok arayüzü destekleyen bir TV uygulamasıdır. xawtv ayrıca video kayıt yeteneği ve birkaç yararlı konsol aracına sahiptir. - xawtv - http://linuxtv.org/downloads/xawtv/xawtv-3.106.tar.bz2 - - alsa-lib-devel - aalib-devel - libquicktime-devel - openmotif-devel - libdv-devel - zvbi-devel - lirc-devel - libv4l-devel - xorg-font - libXxf86dga-devel - libdv - libXpm-devel - libXrender-devel - libXv-devel - mesa-devel - libXext-devel - libXrandr-devel - libXxf86vm-devel - libXmu-devel - libFS-devel - fontconfig-devel - libXt-devel - libXft-devel - libXaw-devel - zvbi-devel - libXinerama-devel - libSM-devel - libICE-devel - libexplain-devel - libjpeg-turbo-devel - gpm - zlib-devel - libX11-devel - libpng-devel - ncurses-devel - freetype-devel - - - v4l-conf_non-position-independent-executable_fix.patch - xawtv-3.95.patch - - multimedia/tv/xawtv/pspec.xml - - - xawtv - - gpm - zvbi - lirc - mesa - zlib - aalib - libSM - libdv - libXt - libXv - libX11 - libpng - libXmu - libXaw - libICE - libv4l - libXpm - libXft - ncurses - libXext - freetype - alsa-lib - xorg-font - libXrandr - libXrender - libXxf86vm - fontconfig - libexplain - libXxf86dga - libXinerama - libquicktime - libjpeg-turbo - - - /etc - /usr/bin - /usr/lib/xawtv - /usr/share/doc - /usr/share/man - /usr/share/xawtv - /usr/share/applications - /usr/share/pixmaps - - - xawtv.desktop - - - - - 2020-03-04 - 3.106 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 3.105 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-15 - 3.103 - Add Dependency. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.103 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 3.103 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - zvbi - http://zapping.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - multimedia.tv - VBI Decoding Library for Zapping - Zapping uygulaması için VBI çözücü kütüphanesi - Zapping est un lecteur TV pour le bureau Gnome. Avec Zapping et une carte TV vous pouvez, voir la télévision, faire des copies d'écran et effectuer des enregistrements audio et vidéo. Zapping gère les sous-titres et le télétexte. - Zapping is a TV viewer for the Gnome desktop. With Zapping and a TV card you can watch TV, take screenshots, and record video and audio. Zapping supports Closed Caption and Teletext subtitles. - Zapping Gnome masaüstü için bir televizyon göstericisidir. Zapping ve bir TV kartı ile TV seyredebilir, ekran resmi çekebilir ve video ve audio kaydedebilirsiniz. Zapping Kapalı Çekim (Closed Capture) ve Teletex altyazılarını desteklemektedir. - Zapping es un visualizador de TV para el escritorio Gnome. Con Zapping y una tarjeta de TV puede mirar la tele, capturar pantallas, grabar video y audio. Zapping soporta subtitulos teletext y Closed Caption. - mirrors://sourceforge/zapping/zvbi-0.2.35.tar.bz2 - - libpng-devel - libX11-devel - doxygen - - - zvbi-0.2.31-linkage_fix.diff - zvbi-0.2.7-fix-build.patch - - multimedia/tv/zvbi/pspec.xml - - - zvbi - - /usr/bin - /usr/sbin - /usr/lib - /usr/share/doc/zvbi - /usr/share/man - /usr/share/locale - - - - zvbi-devel - Development files for zvbi - zvbi için geliştirme dosyaları - - zvbi - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/zvbi/html - - - - - 2020-03-03 - 0.2.35 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 0.2.35 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 0.2.35 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.2.35 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-27 - 0.2.35 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libdv - http://libdv.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - multimedia.video - Software codec for dv-format video (camcorders etc) - Dijital video (kaydedici cihazlar vs) için çözümleme yazılımı - Le codec Quasar DV (libdv) est un codec logiciel pour la vidéo DV, le format d'encodage utilisé par la plupart des caméras numériques, typiquement celles gérant l'interface IEEE 1394 (a.k.a. FireWire ou i.Link). Libdv a été développé selon les standards officiels pour la vidéo DV : IEC 61834 et SMPTE 314M. - The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M. - Quasar DV codec (libdv), DV video için çözümleyicidir. Bu dosya biçimi çoğu dijital kameralarda (özellikle de IEEE 1394) kullanılır. Libdv, DV videonun resmi standartları olan IEC 61834 ve SMPTE 314M'ye göre geliştirilmiştir. - El codec Quasar DV (libdv) es un codec de software para video DV, el formato de codificación usado en la mayoría de los camcorders digitales, que típicamente soportan la interfaz IEEE 1394 (alias FireWire o i.Link). Libdv fue desarrollado de conforme los estándares oficiales para video DV: IEC 61834 y SMPTE 314M. - mirrors://sourceforge/libdv/libdv-1.0.0.tar.gz - - libsdl-devel - popt-devel - - - libdv-0.99-2.6.patch - libdv-1.0.0-pic.patch - libdv-1.0.0-dso-linking.patch - libdv-mmxdetect-athlon.patch - - multimedia/video/libdv/pspec.xml - - - libdv - - popt - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libdv-devel - Development files for libdv - libdv için geliştirme dosyaları - - libdv - - - /usr/include/libdv - /usr/lib/pkgconfig - - - - - 2020-01-18 - 1.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-02 - 1.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.0.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 1.0.0 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - aom - https://aomedia.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - BSD - library - multimedia.video - Alliance for Open Media video codec - aom is the AOMedia video encoder for ​AV1, an open source and royalty-free video codec. aom can save about 30% bitrate compared to VP9 and H.265 / HEVC, and about 50% over H.264, while retaining the same visual quality. - aom - https://storage.googleapis.com/aom-releases/libaom-3.4.0.tar.gz - - ninja - doxygen - cmake - yasm-devel - - multimedia/video/aom/pspec.xml - - - aom - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/pixmaps - - - - aom-devel - Header files for aom. - - aom - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-02 - 3.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-01 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 1.0.0_20200112 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - cheese - https://gitlab.gnome.org/GNOME/cheese - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - multimedia.video - Take photos and videos with your webcam, with fun graphical effects - Take photos and videos with your webcam, with fun graphical effects - https://download.gnome.org/sources/cheese/41/cheese-41.1.tar.xz - - appstream-glib-devel - gobject-introspection-devel - meson - vala-devel - yelp-tools - clutter-devel - clutter-gst-devel - clutter-gtk-devel - gnome-desktop-devel - libseccomp-devel - libseccomp - libcanberra-devel - libcanberra-gtk3-devel - gettext-devel - gdk-pixbuf-devel - glib2-devel - itstool - libXtst-devel - librsvg-devel - libgee-devel - gnome-video-effects - gst-plugins-bad-devel - - multimedia/video/cheese/pspec.xml - - - cheese - - cogl - gtk3 - cairo - glib2 - libX11 - clutter - gstreamer - gdk-pixbuf - clutter-gst - clutter-gtk - gnome-desktop - gst-plugins-base - libcanberra-gtk3 - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/applications - /usr/share/dbus-1 - /usr/share/help - /usr/share/doc - /usr/share/locale - /usr/share/man - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/metainfo - - - - cheese-devel - - cheese - gtk3-devel - glib2-devel - libX11-devel - clutter-devel - gstreamer-devel - gdk-pixbuf-devel - clutter-gst-devel - clutter-gtk-devel - gst-plugins-base-devel - gst-plugins-bad-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-11-15 - 41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-20 - 41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.38.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - dav1d - https://code.videolan.org/videolan/dav1d - - Mathias Freire - mathiasfreire45@gmail.com - - BSD - library - multimedia.video - dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness. - The goal of this project is to provide a decoder for most platforms, and achieve the highest speed possible to overcome the temporary lack of AV1 hardware decoder. It supports all features from AV1, including all subsampling and bit-depth parameters. In the future, this project will host simple tools or simple wrappings (like, for example, an MFT transform). - http://downloads.videolan.org/pub/videolan/dav1d/0.8.1/dav1d-0.8.1.tar.xz - - nasm - meson - ninja - - multimedia/video/dav1d/pspec.xml - - - dav1d - - libgcc - - - /usr/bin/dav1d - /usr/lib - /usr/share/doc - - - - dav1d-devel - - dav1d - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-01-24 - 0.8.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-12 - 0.5.2 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - davs2 - https://github.com/pkuvcl/davs2/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPL - library - multimedia.video - Open-Source decoder of AVS2-P2/IEEE1857.4 video coding standard - davs2 is an open-source decoder of AVS2-P2/IEEE1857.4 video coding standard. - https://github.com/pkuvcl/davs2/archive/1.6.tar.gz - - davs2-1.6-gcc8-fix.patch - - - yasm-devel - - multimedia/video/davs2/pspec.xml - - - davs2 - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - davs2-devel - Header files for davs2. - - davs2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-12 - 1.6 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - ffmpeg - http://ffmpeg.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - GPLv3 - LGPLv2 - LGPLv3 - app:console - multimedia.video - A command-line tool to record, convert and stream audio and video - FFmpeg ses ve görüntü dosyalarını kaydedebilen, dönüştürebilen ve açabilen yazılımdır - FFmpeg to kompletne rozwiązanie nagrywania, konwersji i transmisji strumieni dźwięku i obrazu - FFmpeg is a complete solution to record, convert and stream audio and video. - FFmpeg ses ve görüntü dosyalarını kaydedebilen,dönüştürebilen ve açabilen komple bir çözüm. libavcodec ve birçok popüler ses/görüntü codeclerini içerir. - FFmpeg to kompletne rozwiązanie nagrywania, konwersji i transmisji strumieni dźwięku i obrazu. Jest to działające z linii poleceń narzędzie do konwersji obrazu z jednego formatu do innego. Obsługuje także przechwytywanie i kodowanie w czasie rzeczywistym z karty telewizyjnej. - https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz - - srt-devel - freetype-devel - fontconfig-devel - lame-devel - cairo-devel - xz-devel - x264-devel - x265-devel - xavs-devel - xavs2-devel - ffnvcodec - libbs2b-devel - libavc1394-devel - libraw1394-devel - svt-av1-devel - libdrm-devel - libmfx-devel - rav1e-devel - dav1d-devel - davs2-devel - aom-devel - libva-devel - libsdl2-devel - libvpx-devel - libass-devel - libopus-devel - libilbc-devel - codec2-devel - libfdk-aac-devel - libgme-devel - lensfun-devel - libiec61883-devel - kvazaar-devel - libopenmpt-devel - librsvg-devel - rubberband-devel - shine-devel - flite-devel - libsoxr-devel - snappy-devel - vid.stab-devel - libxcb-devel - libzimg-devel - openal-devel - alsa-lib-devel - libvdpau-devel - libtheora-devel - libvorbis-devel - celt-devel - gsm-devel - libbluray-devel - opencore-amr-devel - libmodplug-devel - pulseaudio-libs-devel - openjpeg2-devel - frei0r-plugins-devel - rtmpdump-devel - speex-devel - yasm-devel - libv4l-devel - pkgconfig - libvo-amrwbenc-devel - xvid-devel - libdc1394-devel - libcdio-paranoia-devel - libXv-devel - wavpack-devel - webp-devel - ladspa-sdk-devel - libaribb24-devel - jack-audio-connection-kit-devel - twolame-devel - fribidi-devel - libxml2-devel - opencl-icd-devel - openssl-devel - libomxil-bellagio-devel - zeromq-devel - - - fix-vmaf-model-path.patch - - multimedia/video/ffmpeg/pspec.xml - - - ffmpeg - - srt - gsm - celt - lame - x264 - x265 - xvid - zlib - bzip2 - speex - libva - libXv - libX11 - libsdl2 - libv4l - libvpx - libxcb - libass - libopus - libXext - alsa-lib - freetype - libvdpau - openjpeg2 - xz - cairo - glib2 - xavs - xavs2 - libbs2b - libavc1394 - libraw1394 - svt-av1 - libdrm - libmfx - rav1e - dav1d - davs2 - aom - libva - libsdl2 - libvpx - libass - libopus - libilbc - codec2 - libfdk-aac - libgme - lensfun - libiec61883 - kvazaar - libopenmpt - librsvg - rubberband - shine - flite - libsoxr - snappy - vid.stab - libxcb - libzimg - openal - rtmpdump - libbluray - libdc1394 - libtheora - libvorbis - fontconfig - libmodplug - libvo-aacenc - opencore-amr - libvo-amrwbenc - pulseaudio-libs - libcdio-paranoia - wavpack - webp - ladspa-sdk - libaribb24 - jack-audio-connection-kit - twolame - fribidi - libxml2 - opencl-icd - openssl - libomxil-bellagio - zeromq - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/ffmpeg - - - - ffmpeg-devel - Development files for ffmpeg - ffmpeg için geliştirme dosyaları - Pliki nagłówkowe ffmpeg - - ffmpeg - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-24 - 4.4.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-19 - 4.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 4.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-12 - 4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-04 - 4.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-28 - 4.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-08 - 4.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-16 - 4.2.2 - Rebuild. - Mustafa Cinasal - muscnslp@gmail.com - - - 2020-01-22 - 4.2.2 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-14 - 4.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 4.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-22 - 4.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-28 - 4.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-19 - 4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-05 - 4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 3.4.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 3.3.6 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 3.3.6 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-04 - 3.3.6 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 3.2.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-13 - 3.0.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-09 - 2.8.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-16 - 2.8.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - graphene - https://ebassi.github.io/graphene/ - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - multimedia.video - A thin layer of graphic data types - A thin layer of graphic data types - A thin layer of graphic data types - A thin layer of graphic data types - https://github.com/ebassi/graphene/archive/1.10.8.tar.gz - - meson - gtk-doc - glib2-devel - gobject-introspection-devel - - multimedia/video/graphene/pspec.xml - - - graphene - - glib2 - - - /usr/lib - /usr/libexec - /usr/share - /usr/share/gir-1.0 - /usr/share/doc - - - - graphene-devel - Development files for graphene - - graphene - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - graphene-docs - Development files for graphene - - graphene - - - /usr/share/gtk-doc - - - - - 2022-03-21 - 1.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-23 - 1.10.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gst-editing-services - https://gitlab.freedesktop.org/gstreamer/gst-editing-services - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - multimedia.video - GStreamer library for creating audio/video editors - Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı - Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı - Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığı - https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.20.3.tar.xz - - gstreamer-devel - gst-plugins-base-devel - gst-plugins-bad-devel - gobject-introspection-devel - libxml2-devel - python3-devel + python3-ptyprocess python3-pygobject3-devel - meson - - multimedia/video/gst-editing-services/pspec.xml - - - gst-editing-services - - glib2 - libxml2 - python3 - gstreamer - gst-plugins-base - - - /usr/bin - /usr/lib/libges* - /usr/lib/girepository-1.0 - /usr/lib/gst-validate-launcher - /usr/lib/gstreamer-1.0 - /usr/lib/python3.* - /usr/share/bash-completion - /usr/share/doc - /usr/share/gstreamer-1.0 - /usr/share/man - - - - gst-editing-services-devel - Development files for gst-editing-services - - gst-editing-services - glib2-devel - libxml2-devel - python3-devel - gstreamer-devel - gst-plugins-base-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.18.4 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-14 - 1.18.4 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gst-libav - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Gstreamer plugin for the libav codec - Gstreamer için FFmpeg desteği - Gstreamer plugin for the libav codec. - https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.3.tar.xz - - meson - python3 - valgrind - orc-devel - xz-devel - zlib-devel - yasm-devel - ffmpeg-devel - libunwind-devel - gst-plugins-base-devel - - multimedia/video/gst-libav/pspec.xml - - - gst-libav - - xz - zlib - bzip2 - glib2 - ffmpeg - gstreamer - gst-plugins-base - - - /usr/lib - /usr/share/doc - - - gst-libav-next - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-01 - 1.16.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-28 - 1.12.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - - - - gst-plugins-bad - https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - multimedia.video - A set of GStreamer plug-ins that aren't up to par compared to the rest - Diğer eklentilerle karşılaştırıldığında çok iyi durumda olmayan gstreamer eklentileri - GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. - gst-plugins-bad, iyiye yakın kalitede olan ancak gerçek bir geliştirici, belgelendirme, test seti gibi eksikleri bulunan eklentilerdir. - https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.3.tar.xz - - meson - valgrind - srt-devel - zvbi-devel - aom-devel - sbc-devel - flite-devel - lcms2-devel - libva-devel - libass-devel - libgme-devel - libmfx-devel - nettle-devel - openal-devel - libnice-devel - libsrtp-devel - vulkan-devel - libkate-devel - libmpcdec-devel - imath-devel - libbs2b-devel - librsvg-devel - rtmpdump-devel - libfdk-aac-devel - libmodplug-devel - libopenmpt-devel - fluidsynth-devel - openexr-devel - orc-devel - curl-devel - gsm-devel - faac-devel - gtk3-devel - libglvnd-devel - webp-devel - x265-devel - faad2-devel - libX11-devel - libunwind-devel - mpg123-devel - libxml2-devel - libusb-devel - openssl-devel - libdca-devel - jasper-devel - libsdl-devel - opencv-devel - libexif-devel - libopus-devel - libgudev-devel - wayland-devel - libdc1394-devel - openjpeg2-devel - mesa-glu-devel - wayland-cursor - libmpeg2-devel - DirectFB-devel - libvdpau-devel - libtheora-devel - libdvdnav-devel - libsndfile-devel - mjpegtools-devel - soundtouch-devel - libdvdread-devel - llvm-clang-devel - schroedinger-devel - libvo-aacenc-devel - libjpeg-turbo-devel - libvo-amrwbenc-devel - gstreamer-devel - gobject-introspection-devel - gst-plugins-base-devel - neon-devel - libavtp-devel - qrencode-devel - json-glib-devel - - multimedia/video/gst-plugins-bad/pspec.xml - - - gst-plugins-bad - - gsm - srt - curl - orc - zvbi - pango - libusb - libxml2 - libsrtp - openssl - libgudev - libdc1394 - openjpeg2 - aom - sbc - flite - lcms2 - libva - libass - libgme - libmfx - nettle - openal - vulkan - libkate - libmpcdec - imath - libnice - libbs2b - librsvg - rtmpdump - libfdk-aac - libmodplug - libopenmpt - fluidsynth - openexr-libs - faac - gtk3 - libglvnd - opencv - libxcb - webp - x265 - bzip2 - cairo - faad2 - glib2 - libX11 - libdca - libdrm - libgcc - wayland - libpng - libopus - DirectFB - libvdpau - libdvdnav - libdvdread - libsndfile - mjpegtools - soundtouch - libvo-aacenc - schroedinger - libjpeg-turbo - gstreamer - libvo-amrwbenc - wayland-client - gst-plugins-base - neon - libavtp - qrencode - json-glib - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/gstreamer-1.0 - /usr/share/gst-plugins-bad/1.0/ - /usr/share/gir-1.0/ - /usr/share/doc - - - gst-plugins-bad-next - - - - gst-plugins-bad-devel - Development files for gst-plugins-bad - gst-plugins-bad için geliştirme dosyaları - - wayland-devel - gstreamer-devel - gst-plugins-base-devel - gst-plugins-bad - - - /usr/lib/pkgconfig - /usr/include - - - gst-plugins-bad-next-devel - - - - - 2022-07-01 - 1.20.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-24 - 1.20.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-04 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-09 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-04 - 1.18.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-06 - 1.18.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-12 - 1.18.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 1.17.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-05 - 1.17.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-18 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-01 - 1.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Rebuild x265. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-26 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-24 - 1.14.2 - Rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-23 - 1.12.4 - Rebuild qt5. - Pisi Linux Community - admin@pisilinux.org - - - 2018-10-16 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-28 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.10.23 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.10.23 - Rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.10.23 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-14 - 0.10.23 - rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-31 - 0.10.23 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gst-plugins-base - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Basepack of plugins for gstreamer - Gstreamer için temel eklentiler paketi - Les plug-ins (greffons) de base GStreamer est une collection bien peaufinée et bien maintenues de plug-ins et d'éléments GStreamer, couvrant l'éventail des types d'éléments que quelqu'un pourrait vouloir écrire pour GStreamer. Il contient également des librairies d'aide ainsi que les classes de bases utiles pour l'écriture d'éléments. Un grand nombre de décodeurs, d'encodeurs et de filtres audio et vidéos sont également inclus. - GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included. - Bu paket, Gstreamer'ın rahatlıkla genişleyebilmesini sağlayan ve bakımları sürekli yapılan temel eklentileri içerir. Program parçacığı yazmak için yardımcı kütüphaneler ve temel sınıflar da bulunur. - https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.3.tar.xz - - git - meson - mesa-devel - libdrm-devel - libgudev-devel - libglvnd-devel - graphene-devel - libjpeg-turbo-devel - valgrind - zlib-devel - orc-devel - iso-codes-devel - cdparanoia-devel - pango-devel - cairo-devel - libXv-devel - libogg-devel - libXext-devel - libopus-devel - alsa-lib-devel - python3-devel - elfutils-devel - libvorbis-devel - libtheora-devel - libvisual-devel - wayland-cursor - wayland-devel - libunwind-devel - libX11-devel - xorg-proto - xorg-server-xvfb - gstreamer-devel - gobject-introspection-devel - wayland-protocols-devel - - multimedia/video/gst-plugins-base/pspec.xml - - - gst-plugins-base - - mesa - libdrm - libgudev - libjpeg-turbo - orc - zlib - glib2 - pango - cairo - libglvnd - libXv - libX11 - libogg - libpng - libxcb - wayland - libXext - libopus - alsa-lib - libvorbis - libvisual - libtheora - cdparanoia - graphene - wayland-cursor - wayland-client - gstreamer - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/man - /usr/share/locale - /usr/share/gst-plugins-base/1.0 - - - gst-plugins-base-next - - - - gst-plugins-base-32bit - 32-bit shared libraries for gst-plugins-base - emul32 - emul32 - - orc-32bit - glib2-32bit - libXv-32bit - pango-32bit - libogg-32bit - libX11-32bit - libopus-32bit - alsa-lib-32bit - libtheora-32bit - libvorbis-32bit - libvisual-32bit - gstreamer-32bit - libgudev-32bit - libdrm-32bit - mesa-32bit - libglvnd-32bit - libjpeg-turbo-32bit - - - gst-plugins-base - orc-32bit - zlib-32bit - cairo-32bit - libglvnd-32bit - glib2-32bit - libXv-32bit - libpng-32bit - libxcb-32bit - wayland-32bit - pango-32bit - libogg-32bit - libX11-32bit - libopus-32bit - libxml2-32bit - libXext-32bit - alsa-lib-32bit - libtheora-32bit - libvorbis-32bit - libvisual-32bit - gstreamer-32bit - libgudev-32bit - mesa-32bit - libdrm-32bit - libjpeg-turbo-32bit - - - /usr/lib32/gstreamer-1.0 - /usr/lib32/libgst* - /usr/lib32/libgraphene* - - - gst-plugins-base-next-32bit - - - - gst-plugins-base-devel - Development files for gst-plugins-base - gst-plugins-base için geliştirme dosyaları - - gst-plugins-base - orc-devel - gstreamer-devel - glib2-devel - libX11-devel - wayland-devel - libglvnd-devel - graphene-devel - mesa-devel - zlib-devel - libdrm-devel - libgudev-devel - - - /usr/include - /usr/lib32/graphene-1.0/include/graphene-config.h - /usr/lib/pkgconfig - /usr/lib32/pkgconfig/graphene* - /usr/lib32/pkgconfig/gstreamer*.pc - /usr/share/man/man3 - - - gst-plugins-base-next-devel - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 1.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.16.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-16 - 1.14.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-28 - 1.12.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-11 - 1.12.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 0.10.36 - Rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.10.36 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 0.10.36 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-20 - 0.10.36 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gst-plugins-good - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Ensemble de plug-ins (greffons) de bonne qualité sous la licence préférée de gstreamer. - A set of good-quality plugins for GStreamer - Gstreamer için temel eklentiler paketi - gst-plugins-good contains a set of mature plugins and elements for GStreamer. - https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz - - meson - xz-devel - valgrind - orc-devel - gtk3-devel - flac-devel - lame-devel - cairo-devel - aalib-devel - libdv-devel - speex-devel - mpg123-devel - taglib-devel - libpng-devel - libvpx-devel - libX11-devel - libv4l-devel - wavpack-devel - twolame-devel - libsoup-devel - libcaca-devel - libgudev-devel - libunwind-devel - libshout-devel - libXfixes-devel - libXdamage-devel - libavc1394-devel - libraw1394-devel - gdk-pixbuf-devel - libiec61883-devel - libjpeg-turbo-devel - gstreamer-devel - pulseaudio-libs-devel - gst-plugins-base-devel - jack-audio-connection-kit-devel - - multimedia/video/gst-plugins-good/pspec.xml - - - gst-plugins-good - - orc - gtk3 - flac - zlib - lame - aalib - bzip2 - cairo - glib2 - libdv - speex - mpg123 - taglib - libX11 - libpng - libv4l - libvpx - twolame - libXext - libcaca - libsoup - wavpack - libgudev - libshout - libXfixes - gdk-pixbuf - libXdamage - libavc1394 - libraw1394 - libiec61883 - libjpeg-turbo - gstreamer - pulseaudio-libs - gst-plugins-base - jack-audio-connection-kit - - - /etc/gconf - /usr/bin - /usr/lib - /usr/share/gstreamer-1.0/presets - /usr/share/doc - /usr/share/man - /usr/share/locale - - - gst-plugins-good-next - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-26 - 1.14.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-28 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.10.31 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.10.31 - Rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.10.31 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-28 - 0.10.31 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gst-plugins-ugly - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Other plugins for gstreamer - Gstreamer için diğer eklentiler - les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent. - GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems. - GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir. - https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.3.tar.xz - - meson - xz-devel - zlib-devel - valgrind - python3 - orc-devel - x264-devel - lame-devel - glib2-devel - a52dec-devel - libmad-devel - mpg123-devel - libcdio-devel - twolame-devel - libunwind-devel - libmpeg2-devel - libdvdread-devel - opencore-amr-devel - gstreamer-devel - gst-plugins-base-devel - - multimedia/video/gst-plugins-ugly/pspec.xml - - - gst-plugins-ugly - - orc - lame - x264 - glib2 - a52dec - libmad - mpg123 - libcdio - twolame - libmpeg2 - libdvdread - opencore-amr - gstreamer - gst-plugins-base - - - /usr/lib/gstreamer-1.0 - /usr/share/doc/gst-plugins-ugly - /usr/share/gtk-doc - /usr/share/gstreamer-1.0 - /usr/share/locale - - - gst-plugins-ugly-next - - - - - 2022-07-01 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-05 - 1.17.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-01 - 1.16.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-28 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-18 - 0.10.19 - Rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.10.19 - Rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 0.10.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-10 - 0.10.19 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gst-rtsp-server - https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - library - multimedia.video - RTSP server library based on GStreamer - GStreamer tabanlı RTSP sunucu kitaplığı - GStreamer tabanlı RTSP sunucu kitaplığı - GStreamer tabanlı RTSP sunucu kitaplığı - https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.20.3.tar.xz - - meson - python3-devel - glib2-devel - gstreamer-devel - gst-plugins-bad-devel - - multimedia/video/gst-rtsp-server/pspec.xml - - - gst-rtsp-server - - glib2 - gstreamer - gst-plugins-base - - - /usr/lib/libgstrtspserver* - /usr/lib/gstreamer-1.0 - /usr/lib/girepository-1.0 - /usr/share/doc - - - - gst-rtsp-server-devel - Development files for gst-rtsp-server - - gst-rtsp-server - gstreamer-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-24 - 1.18.4 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - gstreamer - https://gstreamer.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - multimedia.video - GStreamer streaming media framework runtime - GStreamer ses yayın altyapısı - GStreamer est la librairies principale. Elle contient les entêtes, les fichiers et les éléments centraux. - GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. - gstreamer bir ses yayın altyapısı kütüphanesidir. Bu kütüphaneyi kullanan uygulamalar, gerçek zamanlı ses işleme, görüntü oynatma gibi çokluortam ile ilgili birçok işlem gerçekleştirebilirler. - https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.3.tar.xz - - meson - gobject-introspection-devel - libunwind-devel - bash-completion - python3-devel - libxml2-devel - elfutils-devel - libcap-devel - glib2-devel - gsl-devel - gmp-devel - valgrind - zlib-devel - xz-devel - - multimedia/video/gstreamer/pspec.xml - - - gstreamer - - glib2 - libcap - elfutils - libunwind - - - /usr/bin - /usr/lib/libgstbase* - /usr/lib/libgstcheck* - /usr/lib/libgstcontroller* - /usr/lib/libgstnet* - /usr/lib/libgstreamer* - /usr/lib/gstreamer-1.0 - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/gir-1.0 - /usr/share/bash-completion - /usr/share/doc - /usr/share/locale - /usr/share/gstreamer-1.0/gdb - /usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2003.0-gdb.py - /usr/share/man - - - gstreamer-next - - - - gstreamer-32bit - 32-bit shared libraries for gstreamer - gstreamer için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glib2-32bit - libcap-32bit - elfutils-32bit - libunwind-32bit - - - glib2-32bit - elfutils-32bit - libunwind-32bit - gstreamer - - - /usr/lib32/libgstbase* - /usr/lib32/libgstcheck* - /usr/lib32/libgstcontroller* - /usr/lib32/libgstnet* - /usr/lib32/libgstreamer* - /usr/lib32/gstreamer-1.0 - /usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.2003.0-gdb.py - - - gstreamer-next-32bit - - - - gstreamer-devel - Development files for gstreamer - gstreamer için geliştirme dosyaları - - gstreamer - libunwind-devel - elfutils-devel - glib2-devel - zlib-devel - xz-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - - - gstreamer-next-devel - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 1.16.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-24 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-28 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.10.36 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.10.36 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 0.10.36 - Release bump - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-06-26 - 0.10.36 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - gstreamer-vaapi - http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1 - library - multimedia.video - GStreamer Multimedia Framework VA Plugins - gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. - https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.3.tar.xz - - meson - python3 - mesa-devel - libglvnd-devel - libva-devel - libXrandr-devel - wayland-protocols-devel - gstreamer-devel - gst-plugins-bad-devel - gst-plugins-base-devel - - multimedia/video/gstreamer-vaapi/pspec.xml - - - gstreamer-vaapi - - glib2 - libva - libglvnd - eudev - libX11 - libdrm - libXrandr - libXrender - wayland-client - wayland-protocols - gstreamer - gst-plugins-bad - gst-plugins-base - - - /usr/lib - /usr/share/doc - - - gstreamer-vaapi-next - gstreamer-vaapi-next-devel - - - - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 1.18.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-14 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-01 - 1.16.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-26 - 1.14.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-16 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-28 - 1.12.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - - - - gstreamermm - https://gstreamer.freedesktop.org/bindings/cplusplus.html - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - multimedia.video - GStreamer C++ bindings - Gstreamer C++ arayüzü - The GStreamer API C++ bindings are based on gtkmm, using the same lifecycle mechanism. - Gstreamer'ın C++ arayüzü gtkmm temel alınarak hazırlanmıştır, aynı yaşam ömrü mekanizmasını kullanır. - http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.10/gstreamermm-1.10.0.tar.xz - - glibmm-devel - pangomm-devel - cairomm-devel - libxmlpp-devel - gstreamer-devel - gst-plugins-base-devel - - multimedia/video/gstreamermm/pspec.xml - - - gstreamermm - - glib2 - glibmm - libgcc - libxml2 - libxmlpp - gstreamer - libsigc++ - gst-plugins-base - - - /usr/lib - /usr/share/devhelp/books/gstreamermm-1.0 - /usr/share/doc - - - gstreamermm-next - - - - gstreamermm-devel - gstreamermm için geliştirme dosyaları - gstreamermm için geliştirme dosyaları - - glibmm-devel - libxmlpp-devel - gstreamer-devel - gst-plugins-base-devel - gstreamermm - - - /usr/include/gstreamermm-1.0 - /usr/lib/pkgconfig - - - gstreamermm-next-devel - - - - - 2022-06-22 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2022-05-11 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2022-04-13 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-10-27 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-06-14 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-01-18 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-18 - 1.10.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-10-05 - 1.10.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-16 - 1.10.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-28 - 1.10.0 - Release Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.10.11 - rebuild and edit. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.10.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-29 - 0.10.11 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kvazaar - http://ultravideo.cs.tut.fi/#encoder - - Mathias Freire - mathiasfreire45@gmail.com - - LGPL - library - multimedia.video - An open-source HEVC encoder - Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1. - https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz - - yasm - crypto++-devel - - multimedia/video/kvazaar/pspec.xml - - - kvazaar - - crypto++ - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - kvazaar-devel - Header files for kvazaar. - - kvazaar - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-11-07 - 2.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-28 - 2.0.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-12 - 1.3.0 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - l-smash - https://github.com/l-smash/l-smash - - Alihan Öztürk - alihan@pisilinux.org - - custom - app:console - multimedia.video - MP4 muxer and other tools. - Loyal to Spec of MPEG4, and Ad-hock Simple Hackwork library. - https://github.com/l-smash/l-smash/archive/v2.14.5.tar.gz - multimedia/video/l-smash/pspec.xml - - - l-smash - MP4 muxer and other tools. - - glibc - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - l-smash-devel - Development files for l-smash. - - l-smash - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-17 - 2.14.5 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-07-31 - 2.14.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 2.9.1 - Rebuild for new toolchain. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-12 - 2.9.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libdvbpsi - https://www.videolan.org/developers/libdvbpsi.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Librairie pour la génération et le décodage des tables PSI TS/DVB MPEG. - Library for MPEG TS/DVB PSI tables decoding and generation - MPEG TS/DVB PSI taslaklarını üretmek ve çözümlemek için kullanılan bir kitaplık - libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables. - libdvbpsi, MPEG TS ve DVB PSI tablolarının ürteimi ve çözümlenmesi için tasarlanmış basit bir kitaplıktır. - http://download.videolan.org/pub/libdvbpsi/1.3.3/libdvbpsi-1.3.3.tar.bz2 - multimedia/video/libdvbpsi/pspec.xml - - - libdvbpsi - - /usr/lib - /usr/share/doc - - - - libdvbpsi-devel - Development files for libdvbpsi - libdvbpsi için geliştirme dosyaları - - libdvbpsi - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-04 - 1.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.3.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.3.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.3.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libfdk-aac - https://github.com/mstorsjo/fdk-aac - - PisiLinux Community - admins@pisilinux.org - - custom - library - multimedia.video - Fraunhofer FDK AAC codec library - Fraunhofer FDK AAC codec library - Fraunhofer FDK AAC codec library - Fraunhofer FDK AAC codec library - https://github.com/mstorsjo/fdk-aac/archive/v2.0.1.tar.gz - multimedia/video/libfdk-aac/pspec.xml - - - libfdk-aac - - /usr/lib - - - - libfdk-aac-devel - Development files for libfdk-aac - - libfdk-aac - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2020-01-18 - 2.0.1 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2019-11-04 - 2.0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libmatroska - http://www.matroska.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Format de conteneur multimédia extensible basé sur EBML. - Extensible multimedia container format based on EBML - EBML üzerine konumlandırılmış genişletilebilir çokluortam taşıyıcısı - Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). - https://dl.matroska.org/downloads/libmatroska/libmatroska-1.6.3.tar.xz - - libebml-devel - cmake - - multimedia/video/libmatroska/pspec.xml - - - libmatroska - - libebml - libgcc - - - /usr/lib - /usr/share/doc - - - - libmatroska-devel - Development files for libmatroska - libmatroska için geliştirme dosyaları - - libmatroska - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2021-06-29 - 1.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.5.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.4.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-03 - 1.4.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.4.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-20 - 1.4.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libmp4v2 - https://github.com/TechSmith/mp4v2 - - Pisilinux Community - admins@pisilinux.org - - MPL-1.1 - library - app:console - multimedia.video - MPEG4 library - MPEG4 kütüphanesi - Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D. - MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems. - Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi. - Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D. - https://github.com/TechSmith/mp4v2/archive/refs/tags/Release-ThirdParty-MP4v2-5.0.1.tar.gz - - libgcc - - multimedia/video/libmp4v2/pspec.xml - - - libmp4v2 - - libgcc - - - /usr/bin - /usr/lib - - - - libmp4v2-devel - Development files for libmp4v2 - libmp4v2 için geliştirme dosyaları - - libmp4v2 - - - /usr/include - - - - - 2021-11-27 - 5.0.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-18 - 2.0.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 2.0.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 2.0.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 2.0.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libmpeg2 - http://libmpeg2.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams - mpeg-2 ve mpeg-1 video görüntülerini çözmek için ücretsiz bir kütüphane - libmpeg2 est une librairie libre pour décoder les flux vidéos mpeg-2 et mpeg-1. libmpeg2 est capable de décoder tous les flux vidéos se conformant à certaines restrictions : "paramètres contraints (constrained parameters)" pour mpeg-1 et "profil principal (main profile)" pour mpeg-2. - libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. libmpeg2 is able to decode all mpeg streams that conform to certain restrictions: "constrained parameters" for mpeg-1, and "main profile" for mpeg-2. - libmpeg2, mpeg-1 ve mpeg-2 video akışlarının çözülerek okunması için ücretsiz bir kütüphanedir. Libmpeg-2, bir takım kısıtlayıcı kurallara (mpeg-1 için "kısıtlanmış parametreler" ve mpeg-2 için "ana profil") uyan bütün mpeg yayınlarını çözebilir. - libmpeg2 es una librería libre para decodificar flujos de video mpeg-2 y mpeg-1. libmpeg2 puede decodificar todo tipo de flujos mpeg que cumplen ciertos restricciones: "constrained parameters" para mpeg-1, y "main profile" para mpeg-2. - http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz - - libmpeg2-0.4.1-use-readelf-for-test.patch - - multimedia/video/libmpeg2/pspec.xml - - - libmpeg2 - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libmpeg2-devel - Development files for libmpeg2 - libmpeg2 için geliştirme dosyaları - - libmpeg2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-19 - 0.5.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.5.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.5.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.5.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 0.5.1 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libprojectM - http://projectm.sourceforge.net - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2 - library - multimedia.video - An advanced MilkDrop-compatible music visualization library - MilkDrop uyumlu müzik görselleştirme kitaplığı - libprojectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is a reimplementation of Winamp visualization plug-in MilkDrop which uses 3D graphics hardware, combined with iterative image-based rendering techniques and compatible with MilkDrop presets. - libprojectM, donanım hızlandırma kullanılarak OpenGL ile müzik görselleştirme işlemini yapan bir kitaplıktır. - https://github.com/projectM-visualizer/projectm/releases/download/v3.1.12/projectM-3.1.12.tar.gz - - cmake - mesa-devel - libsdl2-devel - libglvnd-devel - qt5-base-devel - freeglut-devel - libvisual-devel - pulseaudio-libs-devel - - multimedia/video/libprojectM/pspec.xml - - - libprojectM - - libgcc - libglvnd - libsdl2 - - - /usr/bin/projectM-unittest - /usr/share/icons - /usr/share/doc - /usr/share/projectM/ - /usr/lib/libprojectM.so* - - - - libprojectM-devel - Development files for libprojectM - libprojectM için geliştirme dosyaları - - qt5-base-devel - libprojectM - - - /usr/include - /usr/lib/pkgconfig - - - - libprojectM-sdl - ProjectM support for sdl - - libsdl2 - qt5-base - jack-audio-connection-kit - libprojectM - - - /usr/bin/projectMSDL - - - - libprojectM-pulseaudio - ProjectM support for Pulseaudio - - qt5-base - libglvnd - pulseaudio-libs - libprojectM - - - /usr/share/man/man1/projectM-pulseaudio.1 - /usr/bin/projectM-pulseaudio - /usr/share/applications/projectM-pulseaudio.desktop - - - - - 2022-01-09 - 3.1.12 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libquicktime - http://libquicktime.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - multimedia.video - A library based on quicktime4linux with extensions - quicktime4linux ve eklentileri tabanlı bir kütüphane - Libquicktime est basée sur l'excellente librairie quicktime4linux en y apportant de multiples améliorations. Toutes les librairies externes ont été supprimées du source. En échange, les librairies disponibles sur les systèmes sont détectées par le script configure. Tous les codecs (codeur/décodeur) d'origine ont été déménagés dans des modules que l'on peut charger dynamiquement, et de nouveaux codecs sont en développement. - Libquicktime is based on the great quicktime4linux library with several enhancements. All 3rd-party libraries were removed from the sourcetree. Instead, the systemwide installed libraries are detected by the configure script. All original codecs were moved into dynamically loadable modules, and new codecs are in development. - Libquicktime, birkaç gelişmişliğe sahip büyük quicktime4linux kütüphanesi üzerine temellendirilmiştir. Tüm 3üncü-parti kütüphaneler kök ağacından silinmiştir. Bunun yerine, sistem genişliğne sahip kütüphaneler kurulmuş ve yapılandırma betikleri ile keşfedilmiştir. Tüm orjinal kodlar, dinamik olarak yüklenebilen modüller haline gelmiş ve yeni kodlar geliştirilmektedir. - Libquicktime está basado enla librería quicktime4linux con varios mejoras. Todos los librerías de terceros fueron removidos de los fuentes. En su lugar el script de configure detecta las librerías ya instalados en el sistema. Todos codecs originales fueron convertido a módulos dinámicos, y nuevos codecs están en desarrollo. - mirrors://sourceforge/project/libquicktime/libquicktime/1.2.4/libquicktime-1.2.4.tar.gz - - mesa-devel - lame-devel - zlib-devel - glib2-devel - libglvnd-devel - libX11-devel - libpng-devel - faac-devel - gtk2-devel - libdv - faad2-devel - libXt-devel - libXv-devel - ffmpeg-devel - libXaw-devel - libXext-devel - alsa-lib-devel - libvorbis-devel - libavc1394-devel - libraw1394-devel - schroedinger-devel - libjpeg-turbo-devel - x264-devel - - - CVE-2016-2399.patch - libquicktime-1.2.4-CVE-2017-9122_et_al.patch - libquicktime-1.2.4+libav-9.patch - libquicktime-1.2.4-ffmpeg2.patch - libquicktime-1.2.4-ffmpeg29.patch - libquicktime-1.2.4-ffmpeg4.patch - libquicktime-1.2.4-ffmpeg-codecs.patch - - multimedia/video/libquicktime/pspec.xml - - - libquicktime - - libglvnd - lame - zlib - glib2 - libX11 - libpng - faac - gtk2 - libdv - faad2 - libXt - libXv - ffmpeg - libXaw - libXext - alsa-lib - libvorbis - libavc1394 - libraw1394 - schroedinger - libjpeg-turbo - x264 - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/locale - - - - libquicktime-devel - Development files for libquicktime - libquicktime için geliştirme dosyaları - - libquicktime - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2021-10-30 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-15 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-12 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-05 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-29 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.2.4 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-13 - 1.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-13 - 1.2.4 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libtheora - https://www.theora.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.video - Le codec (compresseur / décompresseur) de compression vidéo Theora. - The Theora Video Compression Codec - Theora video sıkıştırma kodlaması - Der Theora Video Kompressions-Codec - libtheora is Xiph.Org's first publicly released video codec, intended for use within the Ogg's project's Ogg multimedia streaming system. - libtheora, Ogg projesi kapsamında Ogg çokluortam akış sistemi ile beraber kullanılmak üzere tasarlanmış bir video kodlamasıdır. - http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 - - libogg-devel - libvorbis-devel - - - flags.patch - libtheora-1.1.1-libpng16.patch - - multimedia/video/libtheora/pspec.xml - - - libtheora - - libogg - libvorbis - - - /usr/lib - /usr/share/doc - - - - libtheora-32bit - 32-bit shared libraries for libtheora - emul32 - emul32 - - libogg-32bit - - - libtheora - libogg-32bit - - - /usr/lib32 - - - - libtheora-devel - Development files for libtheora - libtheora için geliştirme dosyaları - - libtheora - libogg-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2020-01-11 - 1.1.1 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-07-31 - 1.1.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.1.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 1.1.1 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 1.1.1 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libvpx - http://www.webmproject.org - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - library - multimedia.video - WebM VP8 Codec SDK - WebM VP8 geliştirme altyapısı - libvpx is the VP8 development library usually used in WebM and similiar formats. - libvpx WebM ve benzeri çokluortam taşıyıcılarda kullanılan VP8 kodeği geliştirme kitaplığıdır. - https://github.com/webmproject/libvpx/archive/v1.12.0.tar.gz - - git - libgcc - yasm-devel - - multimedia/video/libvpx/pspec.xml - - - libvpx - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc/libvpx - - - - libvpx-devel - libvpx header files - libvpx için başlık dosyaları - - libvpx - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-29 - 1.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-19 - 1.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 1.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-27 - 1.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 1.7.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 1.6.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-12 - 1.5.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-15 - 1.4.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - opencore-amr - http://opencore-amr.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - library - multimedia.video - AMR speech codec implementation - AMR ses kodek sistemi - Opencore AMR is an implementation of Adaptive Multi Rate Narrowband and Wideband speech codec. - Opencore AMR, Adaptive Multi Rate Narrowband ve Wideband ses kodek sistemi altyapısıdır. - mirrors://sourceforge/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz - multimedia/video/opencore-amr/pspec.xml - - - opencore-amr - - /usr/lib - /usr/share/doc/opencore-amr - - - - opencore-amr-devel - Development files for opencore-amr - opencore-amr için geliştirme dosyaları - - opencore-amr - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 0.1.5 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2018-03-26 - 0.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-05 - 0.1.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.1.3 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - rubberband - https://github.com/breakfastquay/rubberband - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv1 - library - multimedia.video - Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı - Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı - Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı - Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı - https://github.com/breakfastquay/rubberband/archive/v1.8.2.tar.gz - - vamp-plugin-sdk-devel - libsamplerate-devel - libsndfile-devel - ladspa-sdk-devel - fftw3-devel - jdk8-openjdk - fftw3-devel - - multimedia/video/rubberband/pspec.xml - - - rubberband - - fftw3 - libgcc - libsndfile - libsamplerate - vamp-plugin-sdk - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - rubberband-devel - - rubberband - - - /usr/lib/pkgconfig - /usr/include - - - - - 2021-03-10 - 1.8.2 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-18 - 1.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-27 - 1.8.1 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - schroedinger - http://www.diracvideo.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Dirac codec library - Dirac kodek kitaplığı - C-based libraries and GStreamer plugins for the Dirac video codec. - C ile kodlanmış Dirac video kodeği kitaplıkları ve GStreamer eklentileri - https://src.fedoraproject.org/repo/pkgs/schroedinger/schroedinger-1.0.11.tar.gz/da6af08e564ca1157348fb8d92efc891/schroedinger-1.0.11.tar.gz - - orc-devel - - - ltmain_as-needed.patch - - multimedia/video/schroedinger/pspec.xml - - - schroedinger - - orc - - - /usr/lib - /usr/share/doc - - - - schroedinger-devel - Development files for schroedinger - schroedinger için geliştirme dosyaları - - schroedinger - orc-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-18 - 1.0.11 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 1.0.11 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.0.11 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 1.0.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 1.0.11 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - smpeg - http://www.lokigames.com/development/smpeg.php3 - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:gui - multimedia.video - SDL MPEG kitaplığı - SDL MPEG - SDL MPEG library - SMPEG is a SDL MPEG decoding library. - SMPEG, MPEG formatını kullanabilen SDL kitaplığıdır. - https://sources.voidlinux.org/smpeg-0.4.5/smpeg-0.4.5.tar.gz - - libsdl-devel - freeglut-devel - mesa-devel - mesa-glu-devel - - - smpeg-0.4.5-gcc6.patch - smpeg-0.4.4-format_not_a_string_literal_and_no_format_arguments.diff - smpeg-0.4.5-fix-header.patch - smpeg-0.4.5-libsupc++.patch - smpeg-0.4.5-link.patch - - multimedia/video/smpeg/pspec.xml - - - smpeg - - libsdl - mesa - mesa-glu - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - smpeg-devel - Development files for smpeg - smpeg için geliştirme dosyaları - - smpeg - - - /usr/bin/smpeg-config - /usr/include - /usr/share/aclocal - - - - smpeg-32bit - 32-bit shared libraries for smpeg - smpeg için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - freeglut-32bit - mesa-32bit - libsdl-32bit - mesa-glu-32bit - - - smpeg - libsdl-32bit - - - /usr/lib32 - - - - - 2018-08-05 - 0.4.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 0.4.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-01 - 0.4.5 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - vamp-plugin-sdk - https://www.vamp-plugins.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - BSD - library - multimedia.video - Vamp ses analizi eklenti sistemi - Vamp ses analizi eklenti sistemi - Vamp ses analizi eklenti sistemi - Vamp ses analizi eklenti sistemi - https://github.com/c4dm/vamp-plugin-sdk/archive/vamp-plugin-sdk-v2.8.tar.gz - - libsndfile-devel - - multimedia/video/vamp-plugin-sdk/pspec.xml - - - vamp-plugin-sdk - - libgcc - libsndfile - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - vamp-plugin-sdk-devel - - vamp-plugin-sdk - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-17 - 2.8 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-08-05 - 2.7.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-27 - 2.7.1 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - vid.stab - http://www.rowetel.com/?page_id=452 - - Mathias Freire - mathiasfreire45@gmail.com - - GPL - library - multimedia.video - Video stabilization library - Video stabilization library - https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz - - cmake - - multimedia/video/vid.stab/pspec.xml - - - vid.stab - - libgcc - libgomp - - - /usr/bin - /usr/lib - /usr/share/doc - - - - vid.stab-devel - Header files for vid.stab. - - vid.stab - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 1.1.0 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - vmaf - https://github.com/netflix/vmaf/ - - Idris KALP - idriskalp@gmail.com - - Apache - library - multimedia.video - Perceptual video quality assessment algorithm based on multi-method fusion - VMAF is a perceptual video quality assessment algorithm developed by Netflix. VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model. - https://github.com/Netflix/vmaf/archive/v1.3.15.tar.gz - multimedia/video/vmaf/pspec.xml - - - vmaf - - libgcc - - - /usr/bin - /usr/share/doc - /usr/share - - - - vmaf-devel - - /usr/lib - /usr/include - /usr/lib/pkgconfig - - - - - 2019-10-27 - 1.3.15 - First Release - Idris KALP - idriskalp@gmail.com - - - - - - vo-aacenc - http://sourceforge.net/projects/opencore-amr/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - app:cli - multimedia.video - VisualOn AAC encoder library - VisualOn AAC encoder library - http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/vo-aacenc-0.1.3.tar.gz/download - multimedia/video/vo-aacenc/pspec.xml - - - libvo-aacenc - - /usr/lib - /usr/share/doc - - - - libvo-aacenc-devel - - libvo-aacenc - - - /usr/include - /usr/lib/pkgconfig/vo-aacenc.pc - - - - - 2020-01-18 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-02 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-18 - 1.3 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - vo-amrwbenc - http://sourceforge.net/projects/opencore-amr/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - app:cli - multimedia.video - VisualOn AMR-WB encoder library - VisualOn AMR-WB encoder library - http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/vo-amrwbenc-0.1.3.tar.gz - multimedia/video/vo-amrwbenc/pspec.xml - - - vo-amrwbenc - - libvo-amrwbenc - - - /usr/bin/amrwb-enc - - - - libvo-amrwbenc - - /usr/lib - /usr/share/doc - - - - libvo-amrwbenc-devel - - libvo-amrwbenc - - - /usr/include - /usr/lib/pkgconfig/vo-amrwbenc.pc - - - - - 2020-01-18 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-02 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-27 - 1.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - x264 - http://developers.videolan.org/x264.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - multimedia.video - Open source H264/AVC encoder - Açık kaynak kodlu H264/AVC çözücü - x264 is a free library for encoding H264/AVC video streams. - x264 H264/AVC görüntü dosyalarını açmak için kullanılan bir kütüphane - http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20220219.tar.xz - - yasm-devel - l-smash-devel - - multimedia/video/x264/pspec.xml - - - x264 - - l-smash - - - /usr/bin - /usr/lib - /usr/share/bash-completion/completions/x264 - - - - x264-devel - Development files for x264 - x264 için geliştirme dosyaları - - x264 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-24 - 20220219 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 20210814 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 20210211 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-14 - 20200819 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-17 - 20191217 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-10-10 - 2245.20191010 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-12 - 2245.20190412 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2245.20180730 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-19 - 2245.19052018 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 2245.17022018 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2017-09-20 - 2245.12062016 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-07-22 - 2245.12062016 - Fix relase - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-13 - 2245.12062016 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-09 - 2245 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-02 - 2245 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - x265 - http://x265.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - multimedia.video - Open source H265/EVC encoder - Açık kaynak kodlu H265/EVC çözücü - x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard. - x265 H265/EVC görüntü dosyalarını açmak için kullanılan bir kütüphane - http://ftp.osuosl.org/pub/blfs/conglomeration/x265/x265-20220219.tar.xz - - git - yasm-devel - cmake - - multimedia/video/x265/pspec.xml - - - x265 - - libgcc - - - /usr/bin - /usr/lib - - - - x265-devel - Development files for x265 - x265 için geliştirme dosyaları - - x265 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-24 - 20220219 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 3.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-14 - 3.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-17 - 3.2.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-10-06 - 3.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-14 - 3.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-05 - 2.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-19 - 2.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-18 - 2.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 2.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-12 - 1.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-23 - 1.7 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - xavs - http://xavs.sourceforge.net/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPL - library - multimedia.video - XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). - XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS). - https://sourceforge.net/projects/pisilinux/files/source/xavs-0.1.55.tar.xz - - yasm - - - xavs-dynamic-xavs.patch - xavs-0.1.55-dont-strip-symbols.patch - xavs-dup-asm.patch - xavs-x32-yasm.patch - - multimedia/video/xavs/pspec.xml - - - xavs - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - xavs-devel - Header files for xavs. - - xavs - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 0.1.55 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - xavs2 - https://github.com/pkuvcl/xavs2/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPL - library - multimedia.video - Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard - Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard - https://github.com/pkuvcl/xavs2/archive/1.3.tar.gz - - yasm - - multimedia/video/xavs2/pspec.xml - - - xavs2 - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - xavs2-devel - Header files for xavs2. - - xavs2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 1.3 - First release. - İdris Kalp - idriskalp@gmail.com - - - - - - xine-lib - http://xine.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Librairies centrales pour le lecteur vidéo Xine. - Core libraries for Xine movie player - Xine çokluortam oynatıcısının çekirdek kitaplıkları - This package contains the Xine library. It can be used to play back various media, decode multimedia files from local disk drives, and display multimedia streamed over the Internet. It interprets many of the most common multimedia formats available - and some uncommon formats, too. - xine-lib çeşitli medyaları oynatmak, farklı medya yapılarını birbirine dönüştürmek, Internet üzerinden yayınları işleyip göstermek gibi işlevleri olan bir çokluortam kitaplığıdır. Yaygın çokluortam yapılarının çoğunu desteklediği gibi fazla yaygın olmayan yapıları da desteklemektedir. - https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/xine-lib-1.2.12.tar.xz - - accel_vaapi.h - - - aom-devel - dav1d-devel - faad2-devel - gnutls-devel - libmng-devel - libpng-devel - libcaca-devel - libssh2-devel - openssl-devel - wayland-devel - libdvdnav-devel - libmpcdec-devel - libdvdread-devel - libjpeg-turbo-devel - libXext-devel - fontconfig-devel - freetype-devel - zlib-devel - libXinerama-devel - libXv-devel - libXvMC-devel - libogg-devel - libvorbis-devel - libglvnd-devel - libdvdcss-devel - DirectFB-devel - flac-devel - libsdl-devel - alsa-lib-devel - aalib-devel - libtheora-devel - libvpx-devel - samba-devel - libmad-devel - speex-devel - libmodplug-devel - ffmpeg-devel - a52dec-devel - libv4l-devel - pulseaudio-libs-devel - libdca-devel - libbluray-devel - libmng-devel - libSM-devel - libICE-devel - libcdio-devel - mesa-glu-devel - libvdpau-devel - - - list.patch - no_autopoint.patch - lpthread.patch - - multimedia/video/xine-lib/pspec.xml - - - xine-lib - - libglvnd - zlib - flac - speex - aalib - libXv - libmad - a52dec - libdca - libsdl - libogg - libv4l - ffmpeg - libX11 - libXvMC - libXext - libvpx - libxcb - alsa-lib - freetype - DirectFB - libvdpau - mesa-glu - libtheora - libbluray - libvorbis - fontconfig - libmodplug - aom - dav1d - faad2 - gnutls - libmng - libpng - libcaca - libssh2 - openssl - wayland - libdvdnav - libmpcdec - libdvdread - libjpeg-turbo - pulseaudio-libs - - - /usr/bin - /usr/lib - /usr/share/xine - /usr/share/xine-lib/fonts - /usr/share/man - /usr/share/doc/xine-lib - - - - xine-lib-devel - Development files for xine-lib - xine-lib için geliştirme dosyaları - xine-lib için geliştirme dosyaları - - xine-lib - - - /usr/bin/xine-config - /usr/lib/pkgconfig - /usr/include - /usr/share/aclocal - - - - - 2022-04-19 - 1.2.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-29 - 1.2.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 1.2.10 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-10-05 - 1.2.10 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-09-18 - 1.2.10 - Rebuild ffmpeg. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-19 - 1.2.10 - Rebuild ffmpeg. - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-28 - 1.2.9 - Rebuild ffmpeg. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 1.2.9 - Rebuild ffmpeg. - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-26 - 1.2.9 - Rebuild ffmpeg. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-24 - 1.2.9 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 1.2.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-14 - 1.2.6 - Release bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.2.6 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xvid - http://www.xvid.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - High performance MPEG-4 video de-/encoding solution - Yüksek performanslı bir MPEG-4 video kodlayıcı/çözücü - Xvid is a codec which makes it possible to compress movies too much while still maintaining the original image quality. - Xvid videoları kalite kaybına neden olmadan yüksek oranlarda sıkıştırabilmeye olanak tanıyan bir kodlayıcıdır. - Xvid es un codec que posibilita una alta compresión de peliculas, manteniendo la calidad original de la imagen. - http://downloads.xvid.org/downloads/xvidcore-1.3.5.tar.gz - multimedia/video/xvid/pspec.xml - - - xvid - - /usr/lib - /usr/share/doc/xvid - - - - xvid-devel - - xvid - - - /usr/share/doc/xvid/examples - /usr/include - - - - - 2020-01-17 - 1.3.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-01 - 1.3.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-27 - 1.3.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-11 - 1.3.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-14 - 1.3.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kaffeine - http://www.kde.org/applications/multimedia/kaffeine/ - - PisiLinux Community - admins@pisilinux.org - - GPLv1 - app:gui - multimedia.videoplayer - Kaffeine Media Player for KDE5 - KDE için Kaffeine Ortam Oynatıcı - Awesome media player and vcr for KDE5. - KDE için harika bir video oynatıcı - https://download.kde.org/stable/kaffeine/kaffeine-2.0.18.tar.xz - - qt5-base-devel - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-mysql - qt5-assistant-devel - qt5-designer-devel - libXScrnSaver-devel - ki18n-devel - kwidgetsaddons-devel - kxmlgui-devel - kio-devel - solid-devel - knotifications-devel - kidletime-devel - kdbusaddons-devel - libX11-devel - libXext-devel - gettext-devel - qt5-x11extras-devel - libv4l-devel - vlc-devel - kconfig-devel - kcoreaddons-devel - kconfigwidgets-devel - pkgconfig - extra-cmake-modules - kdoctools-devel - - multimedia/videoplayer/kaffeine/pspec.xml - - - kaffeine - - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-mysql - qt5-base - libXScrnSaver - ki18n - kwidgetsaddons - kxmlgui - kio - solid - knotifications - kidletime - kdbusaddons - libX11 - qt5-x11extras - vlc-libs - libgcc - libv4l - kconfig - kcoreaddons - kconfigwidgets - kwindowsystem - - - /usr/share - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/icons - - - - - 2020-03-08 - 2.0.18 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-11 - 2.0.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-04 - 2.0.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 2.0.13 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-09 - 2.0.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-11 - 2.0.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-04 - 2.0.1 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - - - - libv4l - http://freecode.com/projects/libv4l - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - library - multimedia.videoplayer - V4L wrapper for V4L2 - V4L kitaplığı - Warstwa abstrakcji dla urządzeń video4linux2 - A library to access V4L2 API with V4L1 alike calls. - V4L2 arabirimini V4L1 tarzı çağrılarla erişim sağlayan kitaplık. - libv4l to zestaw bibliotek dodający niewielką warstwę abstrakcji dla urządzeń video4linux2. Celem tej warstwy jest ułatwienie autorom aplikacji obsługi szerokiej gamy urządzeń bez pisania osobnego kodu dla różnych urządzeń tej samej klasy. - https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.20.0.tar.bz2 - - qt5-base-devel - libjpeg-turbo-devel - glibc-devel - libglvnd-devel - mesa-glu-devel - alsa-lib-devel - libgcc - doxygen - eudev-devel - elfutils-devel - - multimedia/videoplayer/libv4l/pspec.xml - - - libv4l - - libjpeg-turbo - eudev - libX11 - libglvnd - mesa-glu - - - /lib/udev/rules.d - /lib/udev/rc_keymaps - /usr/lib/lib* - /usr/lib/v4l* - /usr/share/doc - - - - v4l-utils - Utilities for libv4l - Zbiór narzędzi do urządzeń Video4Linux - - elfutils - libgcc - alsa-lib - qt5-base - libv4l - - - /etc - /usr/bin - /usr/sbin - /usr/lib - /usr/share/man - /usr/share/applications - /usr/share/icons - /usr/share/locale - - - - libv4l-devel - Development files for libv4l - libv4l için geliştirme dosyaları - Pliki nagłówkowe bibliotek libv4l - - eudev-devel - libv4l - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libv4l-32bit - 32-bit shared libraries for libv4l - libv4l için 32-bit paylaşımlı kitaplıklar - 32-bitowe biblioteki libv4l - emul32 - emul32 - - libjpeg-turbo-32bit - libX11-32bit - libglvnd-32bit - mesa-glu-32bit - alsa-lib-32bit - eudev-32bit - - - eudev-32bit - libjpeg-turbo-32bit - libv4l - - - /usr/lib32/lib* - /usr/lib32/v4l* - - - - - 2021-02-20 - 1.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 1.18.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-10-16 - 1.14.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 1.14.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 1.12.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-28 - 1.10.0 - update - Serdar Soytetir - kaptan@pisilinux.org - - - 2015-05-25 - 1.0.1 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 1.0.1 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - mplayer - http://www.mplayerhq.hu/design7/news.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - app:console - multimedia.videoplayer - Media Player for Linux - Linux için ses ve görüntü oynatıcı - MPlayer is a movie player that can run on many platforms. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native codecs. - MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA dosyalarını çalabilen ve farklı platformaların kütüphanelerini de kullanarak ses ve görüntü dosyaları oynatmaya yarayan uygulama. - mplayer - https://sourceforge.net/projects/pisilinux/files/source/mplayer-38313.tar.gz - https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz - https://mplayerhq.hu/MPlayer/skins/Clearlooks-multilingual-2.0.7.tar.bz2 - - gsm-devel - aom-devel - glib2-devel - atk-devel - lzo-devel - gtk2-devel - faac-devel - lirc-devel - xvid-devel - lame-devel - libglvnd-devel - x264-devel - enca-devel - aalib-devel - samba-devel - cairo-devel - pango-devel - libva-devel - speex-devel - faad2-devel - libdv-devel - libXv-devel - libmad-devel - libbs2b-devel - giflib-devel - libdca-devel - libogg-devel - a52dec-devel - mpg123-devel - openal-devel - libvpx-devel - libass-devel - libmng-devel - libsdl-devel - fribidi-devel - twolame-devel - libXvMC-devel - live555-devel - libcaca-devel - libXext-devel - libopus-devel - libvdpau-devel - rtmpdump-devel - libmpeg2-devel - alsa-lib-devel - openjpeg-devel - DirectFB-devel - libtheora-devel - libmpcdec-devel - libbluray-devel - libvorbis-devel - libdvdnav-devel - openjpeg2-devel - fontconfig-devel - libXrender-devel - ladspa-sdk-devel - libdvdread-devel - libXxf86vm-devel - libXinerama-devel - libXxf86dga-devel - libmatroska-devel - schroedinger-devel - opencore-amr-devel - libXScrnSaver-devel - libjpeg-turbo-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - lzo-devel - zlib-devel - bzip2 - cdparanoia-devel - yasm-devel - gnutls-devel - libX11-devel - libmng-devel - libpng-devel - libcdio-devel - ncurses-devel - freetype-devel - libdvdcss-devel - - - tr-locale-fix.patch - - multimedia/videoplayer/mplayer/pspec.xml - - - mplayer - app:console - mplayer - - gsm - aom - glib2 - gtk2 - xvid - lirc - enca - faac - lame - x264 - mesa - faad2 - samba - libdv - speex - aalib - libXv - libmad - libass - libdca - openal - giflib - mpg123 - libsdl - libvpx - a52dec - libogg - libopus - libXvMC - libcaca - libglvnd - libbs2b - twolame - libXext - DirectFB - openjpeg - alsa-lib - libvdpau - rtmpdump - libmpeg2 - libbluray - libdvdnav - libtheora - libvorbis - fribidi - openjpeg2 - fontconfig - libXxf86vm - libdvdread - gdk-pixbuf - libXxf86dga - libXinerama - opencore-amr - schroedinger - libjpeg-turbo - libXScrnSaver - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - lzo - zlib - bzip2 - gnutls - libX11 - libmng - libpng - libcdio - ncurses - freetype - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/mplayer - /usr/share/pixmaps - - - mplayer.png - extensions - test-webcam - midentify - bash_completion - - - - mplayer-gui - MPlayer gui - MPlayer arayüzü - mplayer-gui is the default graphical frontend of MPlayer. - mplayer-gui, MPlayer öntanımlı grafik arayüzünü içerir. - app:gui - mplayer - - mplayer - - - /usr/bin/gmplayer - /usr/share/applications - /usr/share/mplayer/skins - /usr/share/icons - - - mplayer.desktop - - - - - 2022-04-19 - 1.4_38313 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 1.4_38313 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 1.4_38313 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-31 - 1.4_38184 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-18 - 1.4_38184 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-10-25 - 1.4_38152 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-04-27 - 1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-13 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-28 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-15 - 1.3.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - mpv-player - https://mpv.io/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - multimedia.videoplayer - mpv is based on mplayer2 - mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. - https://github.com/mpv-player/mpv/archive/v0.34.1.tar.gz - - python3-devel - libzimg-devel - mesa-devel - ffmpeg-devel - wayland-devel - libarchive-devel - gnutls-devel - libglvnd-devel - pkgconfig - perl - samba-devel - libX11-devel - zlib-devel - libass-devel - lua52-devel - libsdl2-devel - yasm - libjpeg-turbo-devel - rubberband-devel - libvdpau-devel - mesa-glu-devel - libbluray-devel - libdvdread-devel - libdvdnav-devel - enca-devel - libcdio-devel - lcms2-devel - libXinerama-devel - libxkbcommon-devel - libXScrnSaver-devel - libXv-devel - libffado-devel - libva-devel - libdrm-devel - libv4l-devel - libXext-devel - libcaca-devel - alsa-lib-devel - libvdpau-devel - libXrandr-devel - wayland-devel - wayland-cursor - wayland-protocols-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - libvdpau-devel - libavc1394-devel - libarchive-devel - python3-youtube_dl - - - 05_add-keywords.patch - - multimedia/videoplayer/mpv-player/pspec.xml - - - mpv-player - - libzimg - mesa - wayland - libarchive - lua52 - enca - libglvnd - zlib - lcms2 - libXv - libva - samba - ffmpeg - libX11 - libass - libdrm - libv4l - libXext - libcaca - libcdio - alsa-lib - libvdpau - libXrandr - rubberband - libbluray - libdvdnav - libdvdread - libXinerama - libxkbcommon - libXScrnSaver - libjpeg-turbo - wayland-client - wayland-cursor - pulseaudio-libs - libcdio-paranoia - python3-setuptools - python3-youtube_dl - jack-audio-connection-kit - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/applications - /usr/share/icons - /usr/share - /usr/share/zsh - /usr/share/mpv - - - - mpv-player-devel - - mpv-player - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-01-04 - 0.34.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 - 0.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-29 - 0.33.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-29 - 0.33.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-05 - 0.32.0 - rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-15 - 0.32.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-22 - 0.31.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-10-28 - 0.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-14 - 0.29.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-12 - 0.29.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-28 - 0.29.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-03 - 0.29.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 0.29.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-05 - 0.28.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 0.27.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 0.27.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 0.24.0 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2017-01-11 - 0.23.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-15 - 0.17.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.16.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-28 - 0.16.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-03-27 - 0.14 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - obs-studio - https://obsproject.com/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - app:gui - multimedia.videoplayer - OBS-Studio is a rewrite of what was formerly known as Open Broadcaster Software - OBS-Studio is a rewrite of what was formerly known as Open Broadcaster - Software - OBS-Studio software was originally designed for recording and streaming live video content, efficiently - OBS-Studio software was originally designed for recording and streaming live - video content, efficiently - obs-studio - https://github.com/obsproject/obs-studio/archive/27.1.3.tar.gz - - curl-devel - dbus-devel - x264-devel - zlib-devel - eudev-devel - luajit-devel - glib2-devel - ffmpeg-devel - libX11-devel - libv4l-devel - libxcb-devel - jansson-devel - mbedtls-devel - python3-devel - alsa-lib-devel - libv4l-devel - vlc-devel - vlc-libs - pkgconfig - freetype-devel - libglvnd-devel - pipewire-devel - qt5-svg-devel - rnnoise-devel - qt5-base-devel - libfdk-aac-devel - libXfixes-devel - speexdsp-devel - fontconfig-devel - libXcomposite-devel - qt5-x11extras-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - cmake - wayland-devel - wayland-client - wayland-cursor - wayland-server - - multimedia/videoplayer/obs-studio/pspec.xml - - - obs-studio - - curl - dbus - x264 - zlib - eudev - luajit - glib2 - ffmpeg - libX11 - libgcc - libv4l - libxcb - speexdsp - jansson - mbedtls - python3 - alsa-lib - freetype - libglvnd - pipewire - qt5-svg - rnnoise - wayland - qt5-base - libXfixes - fontconfig - vlc-libs - ffmpeg - libfdk-aac - libXcomposite - qt5-x11extras - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - obs-studio.desktop - obs-logo.png - - - - obs-studio-devel - Development files for obs-studio - - obs-studio - libX11-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-11-09 - 27.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-19 - 26.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 24.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 24.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-12 - 23.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 23.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-28 - 21.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 21.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-03 - 17.0.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-11 - 17.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-07-21 - 0.15.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-07-13 - 0.15.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - qmplay2 - http://zaps166.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPL - app:gui - multimedia.videoplayer - QMPlay2 is a video and audio player which can play most formats and codecs - It can play all formats supported by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and Prostopleer browser. - https://github.com/zaps166/QMPlay2/releases/download/20.12.16/QMPlay2-src-20.12.16.tar.xz - - qt5-base-devel - qt5-qdbusviewer - qt5-x11extras-devel - qt5-assistant-devel - qt5-designer-devel - qt5-svg-devel - qt5-linguist - qt5-declarative-devel - pkgconfig - cmake - ffmpeg-devel - libva-devel - libgme-devel - libvdpau-devel - taglib-devel - portaudio-devel - openal-devel - libcdio-devel - libcddb-devel - libass-devel - libX11-devel - gst-libav - pulseaudio-libs-devel - libXv-devel - mesa-devel - mesa-glu-devel - alsa-lib-devel - libva-devel - - multimedia/videoplayer/qmplay2/pspec.xml - - - qmplay2 - - qt5-base - qt5-x11extras - alsa-lib - mesa - libXv - libva - libgme - ffmpeg - libX11 - libcdio - libass - libgcc - taglib - libcddb - libvdpau - pulseaudio-libs - - - /usr/bin - /usr/share - /usr/share/qmplay2 - /usr/share/icons - /usr/share/applications - /usr/lib - /usr/share/doc - - - QMPlay2.png - QMPlay2.desktop - QMPlay2_enqueue.desktop - - - - qmplay2-devel - Development files for qmplay2 - - qmplay2 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2021-02-13 - 20.12.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 19.12.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-10 - 18.12.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-27 - 17.12.31 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 17.12.31 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-08 - 17.02.12 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-11 - 16.12.23 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-19 - 16.06.01 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-12 - 16.05.06 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - simplescreenrecorder - https://www.maartenbaert.be/simplescreenrecorder/ - - ali algul - aligulle3801@gmail.com - - LGPLv3 - app - multimedia.videoplayer - creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use - creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use - creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use - creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use - https://codeload.github.com/MaartenBaert/ssr/tar.gz/0.4.3 - - libv4l-devel - jack-audio-connection-kit-devel - cmake - libX11-devel - mesa-glu-devel - ffmpeg-devel - alsa-lib-devel - pulseaudio-libs-devel - qt5-base-devel - qt5-x11extras-devel - qt5-linguist - libXinerama-devel - libXi-devel - - multimedia/videoplayer/simplescreenrecorder/pspec.xml - - - simplescreenrecorder - - ffmpeg - libXi - libX11 - libgcc - libv4l - libXext - alsa-lib - mesa-glu - qt5-base - qt5-x11extras - libXfixes - libXinerama - pulseaudio-libs - jack-audio-connection-kit - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/man - /usr/share/mateinfo - /usr/share/doc - - - - - 2021-02-11 - 0.4.3 - First release - ali algul - aligulle3801@gmail.com - - - - - - smplayer - https://www.smplayer.info/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.videoplayer - A complete front-end for MPlayer - Gelişmiş bir mplayer önyüzü - SMPlayer es un frontend de Mplayer - smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. - 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. - 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. - smplayer - https://sourceforge.net/projects/smplayer/files/SMPlayer/22.7.0/smplayer-22.7.0.tar.bz2 - https://downloads.sourceforge.net/smplayer/smplayer-themes-20.11.0.tar.bz2 - https://downloads.sourceforge.net/smplayer/smplayer-skins-20.11.0.tar.bz2 - - zlib-devel - qt5-linguist - qt5-base-devel - qt5-script-devel - libxkbcommon-devel - - multimedia/videoplayer/smplayer/pspec.xml - - - smplayer - - qt5-base - qt5-script - libX11 - zlib - libgcc - mpv-player - - - /usr/bin - /usr/share/smplayer - /usr/share/applications - /usr/share/icons - /usr/share/kde4 - /usr/share/man - /usr/share/doc/smplayer - /usr/share/metainfo/smplayer.appdata.xml - - - - - 2022-08-06 - 22.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-12 - 22.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-07 - 21.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 21.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-17 - 21.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-08 - 20.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-15 - 20.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-03 - 19.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 19.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-28 - 19.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-03 - 19.5.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-30 - 19.1.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 18.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-03 - 18.10.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-03 - 18.9.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 18.6.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-27 - 18.5.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-30 - 18.4.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-26 - 18.3.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-02 - 18.2.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-10 - 18.2.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 18.1.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-09 - 17.11.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-03 - 17.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-11 - 15.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 15.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 15.11 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - smtube - http://smplayer.sourceforge.net/en/info - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.videoplayer - Play and download Youtube videos - Youtube video indirme yöneticisi - SMTube allows to search, play and download Youtube videos. - SMTube, youtube videolarını oynatmak indirmek ve videolar içerisinde arama yapmak için bir uygulamadır. - https://sourceforge.net/projects/smtube/files/SMTube/21.7.0/smtube-21.7.0.tar.bz2 - - qt5-base-devel - qt5-script-devel - qt5-location-devel - qt5-webkit-devel - qt5-linguist - - multimedia/videoplayer/smtube/pspec.xml - - - smtube - - qt5-base - qt5-script - qt5-webkit - qt5-location - libgcc - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2021-08-31 - 21.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-28 - 20.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 20.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 19.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 17.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-26 - 17.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-10 - 17.1.0 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-03 - 17.1.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-01-11 - 16.7.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 15.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-06 - 15.11 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - vasviewer - http://azsky2.html.xdomain.jp/soft/vasviewer.html - - fury - uglyside@yandex.ru - - MIT - app:gui - multimedia.videoplayer - VapourSynth viewer. - Load the script file and display the frame image. Also you can save the frame image as PNG. - https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.1/vasviewer-v1.0.1.tar.bz2 - - libX11-devel - libpng-devel - libXext-devel - libXcursor-devel - fontconfig-devel - vapoursynth-devel - - multimedia/videoplayer/vasviewer/pspec.xml - - - vasviewer - - zlib - libX11 - libpng - libXext - freetype - fontconfig - libXcursor - vapoursynth - - - /usr/bin - /usr/share - /usr/share/vasviewer - - - - - 2021-12-11 - 1.0.1 - First build - fury - uglyside@yandex.ru - - - - - - vlc - http://www.videolan.org/vlc - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:gui - multimedia.videoplayer - VLC media player - VLC çoklu ortam oynatıcısı - Odtwarzacz plików multimedialnych i serwer strumieni - VLC reproductor multimedia - VLC is a famous video player and streamer. - Media oynatıcısı ve yayın dinleyici - 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.17.3/vlc-3.0.17.3.tar.xz - - srt-devel - qt5-svg-devel - wayland-client - libcdio-devel - eudev-devel - lua-devel - libgcrypt-devel - xcb-proto - zlib-devel - gtk2-devel - gtk3-devel - zvbi-devel - faac-devel - flac-devel - lirc-devel - mesa-devel - x265-devel - x264-devel - dbus-devel - avahi-devel - samba-devel - aalib-devel - faad2-devel - speex-devel - libva-devel - libXt-devel - libXv-devel - cairo-devel - util-macros - libxcb-devel - libarchive-devel - libXau-devel - libtar-devel - libvpx-devel - ffmpeg-devel - libass-devel - libXpm-devel - gnutls-devel - libv4l-devel - libdca-devel - libmtp-devel - libmad-devel - libogg-devel - libsdl-devel - libsdl2-devel - taglib-devel - a52dec-devel - libebml-devel - libxml2-devel - libcddb-devel - libcaca-devel - libXext-devel - librsvg-devel - libcdio-devel - fribidi-devel - libupnp-devel - libkate-devel - freerdp-devel - twolame-devel - minizip-devel - live555-devel - libopus-devel - freetype-devel - libXdmcp-devel - kernel-headers - xcb-util-devel - libmpeg2-devel - alsa-lib-devel - libshout-devel - libdvbpsi-devel - libtheora-devel - libbluray-devel - libgcrypt-devel - libnotify-devel - libssh2-devel - openssl-devel - libvorbis-devel - libdc1394-devel - ncurses-devel - libid3tag-devel - sdl-image-devel - libmpcdec-devel - libdvdcss-devel - libdvdnav-devel - vcdimager-devel - libraw1394-devel - fluidsynth-devel - libdvdread-devel - fontconfig-devel - libavc1394-devel - libmodplug-devel - libXxf86vm-devel - gdk-pixbuf-devel - libmatroska-devel - libXinerama-devel - schroedinger-devel - crystalhd-firmware - libgpg-error-devel - libvncserver-devel - libsamplerate-devel - libjpeg-turbo-devel - qt5-base-devel - qt5-x11extras-devel - libchromaprint-devel - gstreamer-devel - pulseaudio-libs-devel - xcb-util-keysyms-devel - gst-plugins-base-devel - zvbi-devel - wayland-protocols-devel - - - vlc-2.2.8-freerdp-2.patch - - multimedia/videoplayer/vlc/pspec.xml - - - vlc - - lua - dbus - qt5-base - qt5-svg - wayland-client - qt5-x11extras - ncurses - libtar - libXpm - fribidi - libXi - libXext - minizip - zlib - libX11 - libgcc - freetype - vlc-libs - libXinerama - dejavu-fonts - - - /usr/bin - /usr/lib/vlc/plugins/gui - /usr/share/vlc - /usr/share/applications - /usr/share/icons - /usr/share/kde4/apps/solid/actions - /usr/share/metainfo - /usr/share/solid - /usr/share/doc - /usr/share/man - /usr/share/locale - - - System.Package - - - - vlc-lua - Lua scripting for VLC - - lua - vlc-libs - - - /usr/lib/vlc/lua - /usr/lib/vlc/plugins/lua/liblua_plugin.so - - - - vlc-libs - Codec and plugin library files for VLC - vlc için codec ve eklenti kitaplık dosyaları - - lua - libX11 - x264 - libgcc - freetype - dbus - zlib - gtk3 - lirc - flac - zvbi - x265 - libglvnd - libva - faad2 - samba - speex - aalib - cairo - glib2 - eudev - libpng - libxcb - harfbuzz - libidn - libmad - libass - gnutls - libdca - libsdl - ffmpeg - a52dec - libmtp - taglib - libogg - libvpx - libxml2 - libssh2 - libcddb - freerdp - libopus - libcaca - twolame - libebml - libcdio - librsvg - live555 - minizip - fribidi - libkate - libupnp - libshout - libarchive - avahi-libs - alsa-lib - libvdpau - libmpeg2 - libdvbpsi - libdc1394 - sdl-image - vcdimager - libbluray - libnotify - libdvdnav - libmpcdec - libtheora - libvorbis - libgcrypt - fontconfig - libraw1394 - fluidsynth - libmodplug - libdvdread - gdk-pixbuf - libavc1394 - libmatroska - schroedinger - wayland-client - libvncserver - libgpg-error - libsamplerate - libjpeg-turbo - gstreamer - libchromaprint - pulseaudio-libs - xcb-util-keysyms - crystalhd-firmware - gst-plugins-base - - - /usr/lib/libvlc* - /usr/lib/vlc - - - - vlc-devel - Development files for vlc - vlc için geliştirme dosyaları - Pliki nagłówkowe vlc - - vlc-libs - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-24 - 3.0.17.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-24 - 3.0.17.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 3.0.16 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-30 - 3.0.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-04 - 3.0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 3.0.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 3.0.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-19 - 3.0.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-17 - 3.0.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-29 - 3.0.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-03 - 3.0.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-14 - 3.0.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 3.0.8 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-04-12 - 3.0.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-22 - 3.0.6 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-28 - 3.0.5 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 3.0.3 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-19 - 3.0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-28 - 3.0.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 3.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-18 - 3.0.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 2.2.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-21 - 2.2.8 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-05 - 2.2.4 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-12-24 - 2.2.4 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-20 - 2.2.4 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-09 - 2.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.2.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - vokoscreenNG - https://github.com/vkohaupt/vokoscreenNG - - Pisilinux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.videoplayer - New desktop recording program. - VokscreenNG is a user friendly Open Source screencaster for Linux and Windows. The new name is now vokoscreenNG and has been rewritten from scratch. - https://github.com/vkohaupt/vokoscreenNG/archive/refs/tags/3.3.0.tar.gz - - libX11-devel - qt5-linguist - wayland-devel - wayland-client - qt5-base-devel - gstreamer-devel - gst-plugins-good - gst-plugins-ugly - mpv-player-devel - qt5-x11extras-devel - qt5-multimedia-devel - pulseaudio-libs-devel - gst-plugins-bad-devel - gst-plugins-base-devel - - - 0001-Add-better-integration-for-Linux.patch - - multimedia/videoplayer/vokoscreenNG/pspec.xml - - - vokoscreenNG - - glib2 - libX11 - libgcc - qt5-base - gstreamer - gst-libav - pulseaudio - mpv-player - qt5-x11extras - qt5-multimedia - wayland-client - pulseaudio-libs - gstreamer-vaapi - gst-plugins-bad - gst-plugins-base - gst-plugins-good - gst-plugins-ugly - libva-intel-driver - - - /usr/bin/vokoscreenNG - /usr/share/applications/vokoscreenNG.desktop - /usr/share/pixmaps/vokoscreenNG.png - /usr/share/metainfo/vokoscreenNG.appdata.xml - /usr/share/icons/hicolor/256x256/apps/vokoscreenNG.png - /usr/share/doc - - - - - 2022-06-30 - 3.3.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-05-28 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-31 - 3.0.9 - rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-05-31 - 3.0.9 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-05-11 - 3.0.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-13 - 3.0.6 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-04-11 - 3.0.3 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-02-01 - 3.0.1 - Rewrited. - fury - uglyside@yandex.ru - - - - - - avahi - http://avahi.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:console - network.analyzer - Local network service discovery - Yerel ağ hizmeti bulma sistemi - avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. - avahi yerel ağ üzerindeki hizmetleri tespit etmeyi kolaylaştıran bir sistemdir. Bu sayede, bilgisayarınızı ağa dahil ettikten sonra anında mevcut bilgisayarları ve yazıcıları görebilir ve kullanabilirsiniz. - https://github.com/lathiat/avahi/releases/download/v0.7/avahi-0.7.tar.gz - - gtk2-devel - gtk3-devel - libcap-devel - libdaemon-devel - gobject-introspection-devel - libepoxy-devel - at-spi2-core-devel - gdbm-devel - intltool - python3 - - network/analyzer/avahi/pspec.xml - - - avahi-glib - Libraries for easy use of avahi from glib applications - Glib uygulamalarında avahi kullanımını kolaylaştıran kitaplıklar - - glib2 - avahi - avahi-libs - - - /usr/lib/libavahi-glib.* - /usr/lib/libavahi-gobject.* - - - - avahi-glib-devel - Development files for avahi-glib - avahi-glib için geliştirme dosyaları - - avahi-glib - avahi-devel - - - /usr/include/avahi-glib - /usr/include/avahi-gobject - /usr/lib/pkgconfig/avahi-glib.pc - /usr/lib/pkgconfig/avahi-gobject.pc - - - - avahi-ui - Gtk user interface library for Avahi - avahi için geliştirme dosyaları - - gdbm - gtk2 - glib2 - avahi-libs - avahi-glib - atk - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/lib/libavahi-ui.so* - - - - avahi-ui-devel - Development files for avahi-ui - avahi-ui için geliştirme dosyaları - - gtk2-devel - avahi-ui - avahi-devel - avahi-glib-devel - - - /usr/include/avahi-ui - /usr/lib/pkgconfig/avahi-ui.pc - - - - avahi-ui-gtk3 - Gtk3 user interface library for Avahi - avahi-gtk3, Gtk3 user interface library for Avahi - - gdbm - glib2 - gtk3 - avahi-libs - avahi-glib - atk - cairo - pango - gdk-pixbuf - - - /usr/lib/libavahi-ui-gtk3.so* - - - - avahi-ui-gtk3-devel - Development files for avahi-ui-gtk3 - avahi-ui-gtk3 için geliştirme dosyaları - - gtk2-devel - avahi-ui-gtk3 - avahi-devel - avahi-glib-devel - gtk3-devel - - - /usr/lib/pkgconfig/avahi-ui-gtk3.pc - - - - avahi-ui-tools - UI tools for mDNS browsing - Grafiksel mDNS tarama araçları - - gtk3 - glib2 - avahi - avahi-ui - avahi-glib - avahi-ui-gtk3 - avahi-libs - gtk3 - - - /usr/lib/python*/site-packages - /usr/bin/b* - /usr/bin/avahi-discover* - /usr/bin/avahi-bookmarks - /usr/share/man/man1/b* - /usr/share/man/man1/avahi-discover* - /usr/share/man/man1/avahi-bookmarks* - /usr/share/avahi/interfaces - /usr/share/applications/b* - /usr/share/applications/avahi-discover.desktop - - - - avahi-compat-howl - Libraries for howl compatibility - howl uyumluluk kitaplıkları - - avahi - avahi-libs - - - /usr/lib/libhowl.so* - - - - avahi-compat-howl-devel - Development files for avahi-compat-howl - avahi-compat-howl için geliştirme dosyaları - - avahi-compat-howl - - - /usr/include/avahi-compat-howl - /usr/lib/pkgconfig/avahi-compat-howl.pc - /usr/lib/pkgconfig/howl.pc - - - - avahi-compat-libdns_sd - Libraries for Apple Bonjour mDNSResponder compatibility - libdns_sd uyumluluk kitaplıkları - - avahi - avahi-libs - - - /usr/lib/libdns_sd.so* - - - - avahi-compat-libdns_sd-devel - Development files for avahi-compat-libdns_sd - avahi-compat-libdns_sd için geliştirme dosyaları - - avahi-compat-libdns_sd - - - /usr/include/avahi-compat-libdns_sd - /usr/include/dns_sd.h - /usr/lib/pkgconfig/avahi-compat-libdns_sd.pc - /usr/lib/pkgconfig/libdns_sd.pc - - - - avahi-libs - Libraries needed to run programs that use avahi - Avahi kullanan uygulamaları çalıştırmak için gerekli kitaplıklar - - dbus - - - /usr/lib/libavahi-common.so* - /usr/lib/libavahi-client.so* - - - - avahi - - dbus - expat - libcap - libdaemon - avahi-libs - - - /usr/sbin/avahi-daemon - /usr/lib/libavahi-core.so* - /etc/avahi/avahi-daemon.conf - /etc/avahi/hosts - /etc/avahi/services/ssh.service - /etc/dbus-1/system.d/avahi-dbus.conf - /usr/share/avahi - /usr/share/dbus-1/interfaces/*.xml - /usr/share/dbus-1/system-services - /usr/lib/avahi/service* - /lib/systemd/system - /usr/share/locale - /usr/share/doc - /usr/share/man/man5/* - /usr/share/man/man8/avahi-daemon.* - /run/avahi-daemon - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/lib/tmpfiles.d/avahi.conf - - - System.Service - System.Package - - - avahi.conf - - - - avahi-autoipd - Link-local IPv4 address automatic configuration daemon (IPv4LL) - Link-local IPv4 adresi otomatik yapılandırma hizmeti (IPv4LL) - - libdaemon - - - /etc/avahi/avahi-autoipd.action - /usr/sbin/avahi-autoipd - /usr/share/man/man8/avahi-autoipd.* - /var/lib/avahi-autoipd - - - - avahi-dnsconfd - Configure local unicast DNS settings based on information published in mDNS - Yerel unicast DNS ayarlarını mDNS üzerinden gelen bilgilere göre yapılandırma hizmeti - - libdaemon - avahi - avahi-libs - - - /etc/avahi/avahi-dnsconfd.action - /usr/sbin/avahi-dnsconfd - /usr/share/man/man8/avahi-dnsconfd.* - - - System.Service - - - - avahi-tools - Command line tools for mDNS browsing and publishing - mDNS taramak ve yayınlamak için komut satırı araçları - - gdbm - avahi - avahi-libs - - - /usr/bin - /usr/share/man/man1 - - - - avahi-devel - Development files for avahi - avahi için geliştirme dosyaları - - avahi-libs - - - /usr/lib/pkgconfig/avahi-core.pc - /usr/lib/pkgconfig/avahi-client.pc - /usr/include/avahi-client - /usr/include/avahi-common - /usr/include/avahi-core - - - - - 2021-07-02 - 0.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-07 - 0.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-03-24 - 0.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 0.7 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-18 - 0.7 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.6.32 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.6.31 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.6.31 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - etherape - http://etherape.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - network.analyzer - Graphical network monitor - Grafiksel ağ izleyici - etherape is a graphical network monitor with fancy display features. - etherape ağ durumunu görsel değişikliklerle gösteren bir ağ izleyicisidir. - etherape - mirrors://sourceforge/etherape/etherape-0.9.20.tar.gz - - gtk3-devel - popt-devel - glib2-devel - libpcap-devel - libglade-devel - goocanvas-devel - gnome-doc-utils - gdk-pixbuf-devel - - network/analyzer/etherape/pspec.xml - - - etherape - - gtk3 - popt - glib2 - libpcap - libglade - goocanvas - gdk-pixbuf - - - /etc/etherape - /usr/bin - /usr/share/applications - /usr/share/doc/etherape - /usr/share/etherape - /usr/share/locale - /usr/share/man - /usr/share/pixmaps - - - - - 2022-07-10 - 0.9.20 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gnu-netcat - http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.analyzer - A tool designed to read and write data across connections using TCP/IP - A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. - mirrors://sourceforge/netcat/netcat-0.7.1.tar.bz2 - network/analyzer/gnu-netcat/pspec.xml - - - gnu-netcat - - /usr/bin - /usr/share/doc - /usr/share/info - /usr/share/locale - /usr/share/man/man1 - - - - - 2021-07-02 - 0.7.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 0.7.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-15 - 0.7.1 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-07-02 - 0.7.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - iftop - http://www.ex-parrot.com/~pdw/iftop/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.analyzer - Bandwidth monitor - Bantgenişliği izleyicisi - iftop displays bandwidth usage on an interface. - iftop ağ bağlantılarınız üzerindeki veri akışını gösterir. - http://www.ex-parrot.com/~pdw/iftop/download/iftop-1.0pre4.tar.gz - - libpcap-devel - ncurses-devel - - network/analyzer/iftop/pspec.xml - - - iftop - - libpcap - ncurses - - - /usr/sbin - /usr/share/doc/iftop - /usr/share/man - - - iftoprc - - - - - 2016-03-02 - 1.0.4 - Rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2014-01-26 - 1.0.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-01 - 1.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libpcap - http://www.tcpdump.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - network.analyzer - A system-independent library for user-level network packet capture - Kullanıcı seviyesinde ağ paketi yakalamak için bir sistem bağımsız kitaplığı - libpcap (Packet CAPture) fourni un cadre de développement portable pour la surveillance réseau de bas niveau. On peut l'utiliser pour collecter des statistiques réseau, surveiller la sécurité, corriger le réseau, etc. - libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. - libpcap (Packet CAPture) düşük-seviye ağların izlenmesi için kullanılan bir kitaplıktır. Ağ istatistikleri, güvenlik izleyicisi, ağ hata gözleme gibi uygulamalar genellikle bu kitaplığı kullanır. - libpcap (Packet CAPture) facilita un framework portable para monitoreo de redes a a bajo nivel. Aplicaciones abarcan sistemas de estadísticas de red, monitoreo de seguridad, depuración de red, etc. - http://www.tcpdump.org/release/libpcap-1.10.1.tar.gz - - bluez-libs-devel - - network/analyzer/libpcap/pspec.xml - - - libpcap - - /usr/lib - /usr/share/doc - /usr/share/man - - - - libpcap-devel - Development files for libpcap - libpcap için geliştirme dosyaları - - libpcap - - - /usr/bin/pcap-config - /usr/include - /usr/share/man/man3 - - - - - 2021-07-02 - 1.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.9.1 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-13 - 1.8.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-15 - 1.8.1 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 1.8.1 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 1.7.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-25 - 1.7.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libupnp - https://github.com/pupnp/pupnp - - Pisilinux Community - admins@pisilinux.org - - BSD - library - network.analyzer - Librairie UPnP. - Portable UPnP library. - Taşınabilir UPnP kitaplığı - Portabels UPnP Bibliothek - The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux. - mirrors://sourceforge/pupnp/libupnp-1.14.12.tar.bz2 - - kernel-headers - - network/analyzer/libupnp/pspec.xml - - - libupnp - - /usr/lib - /usr/share/doc - - - - libupnp-devel - Development files for libupnp. - libupnp için geliştirme dosyaları - - libupnp - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-04-16 - 1.14.12 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-02 - 1.14.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-13 - 1.14.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2018-08-07 - 1.6.25 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.6.25 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.6.20 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.6.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-31 - 1.6.19 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - nmap - https://nmap.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - network.analyzer - Utility for network exploration or security auditing - Ağa gözatmak ya da güvenlik denetlemeleri yapmak için kullanılan bir araç - Nmap is a utility for network exploration or security auditing. - Ağa gözatmak ya da güvenlik denetlemeleri yapmak için kullanılan bir araçtır. Konsoldan yapacağınız sorgulamalarla ağınızda hangi makinaların açık/erişilebilir olduğunu, makinalarda hangi portlarda hangi hizmet protokollerinin ve uygulamaların çalıştığını, karşı makinada hangi işletim sisteminin yüklü olduğunu ve bağlantının hangi aygıt ile gerçekleştiğini öğrenebilirsiniz. - nmap - https://nmap.org/dist/nmap-7.92.tar.bz2 - - subversion-devel - libpcap-devel - openssl-devel - zlib-devel - lua-devel - apr-devel - gcc - - - nmap-4.75-include.patch - nmap-5.10_beta1-string.patch - nmap-5.21-python.patch - - network/analyzer/nmap/pspec.xml - - - nmap - app:console - - subversion - libpcap - openssl - libgcc - zlib - lua - apr - - - /usr/bin - /usr/share/ncat - /usr/share/nmap - /usr/share/nping - /usr/share/man - /usr/share/doc - /usr/share/pixmaps - - - nmap.png - - - - zenmap - zenmap is the graphical frontend for nmap - zenmap, nmap aracı için grafik arabirim yazılımıdır - app:gui - - nmap - python-gtk - xdg-utils - - - /usr/bin/zenmap - /usr/share/man/man1/zenmap.1 - /usr/lib/python*/site-packages - /usr/share/zenmap - /usr/share/applications - - - - - 2012-09-01 - 7.92 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - openslp - http://www.openslp.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - service - network.analyzer - An open-source implementation of Service Location Protocol - Servis Yer Protokolünün (Service Location Protocol - SLP) bir açık kaynak uyarlaması - Le Service Location Protocol (Protocole de Localisation de Service) est un protocole standard de recherche de l'IETF fournissant un framework (cadre de développement) pour permettre aux application résau de découvrir l'existence, la localisation et la configuration de services réseaux au sein des réseaux d'entreprises. - Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. - SLP (Service Location Protocol – Hizmet Yer Protokolu), ağlara bağlı hizmetlerin bulunabilmesi için gereken altyapıyı sağlar. - Service Location Protocol es un protocolo según estándar IETF, que provee un framework que permite a aplicaciones descubrir la existencia, locación y configuración de servicios de red en redes empresariales. - mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz - - zlib-devel - openssl-devel - doxygen - docbook-xsl - - - openslp-2.0.0-CVE-2016-7567.patch - openslp-2.0.0-CVE-2017-17833.patch - openslp-2.0.0-fdr-CVE-2019-5544.patch - openslp-2.0.0-null-pointer-deref.patch - openslp-2.0.0-openssl-1.1-fix.patch - - network/analyzer/openslp/pspec.xml - - - openslp - - openssl - - - /etc/slp.conf - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/doc/openslp/html/IntroductionToSLP - /usr/share/doc/openslp/html/UsersGuide - /usr/share/doc/openslp/html/faq* - /var/log - - - - openslp-server - OpenSLP server daemon - OpenSLP hizmet sunucusu - openslp-server contains ths OpenSLP server daemon to dynamically register services. - openslp-server, dinamik hizmet kaydı için gerekli OpenSLP sunucusunu içerir. - - openssl - openslp - - - /etc/slp.reg - /etc/slp.spi - /usr/sbin/slpd - - - - openslp-devel - Development files for openslp - openslp için geliştirme dosyaları - - openslp - zlib-devel - openssl-devel - - - /usr/include - /usr/share/doc/openslp/html/ProgrammersGuide - - - - - 2021-07-02 - 2.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-07 - 2.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 2.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-06 - 2.0.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-01 - 2.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - rrdtool - http://oss.oetiker.ch/rrdtool/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - network.analyzer - A system to store and display time-series data - Zaman serisi verilerini saklamak ve göstermek için bir araç - RRD is the acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine/room temperature, server load average). - RRD, Round Robin Database için kullanılan bir kısaltmadır. RRD, zaman serisi verilerini (ör. ağ bantgenişliği, makine/oda sıcaklığı, ortalama sunucu yükü) saklamak ve göstermek için kullanılan bir sistemdir. - http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.2.tar.gz - - perl - groff - lua-devel - tcl-devel - cairo-devel - pango-devel - dejavu-fonts - glib2-devel - python3-devel - libxml2-devel - libart_lgpl-devel - python3-setuptools - tcp-wrappers-devel - ruby-devel - - network/analyzer/rrdtool/pspec.xml - - - rrdtool - A system to store and display time-series data - - lua - tcl - perl - ruby - cairo - glib2 - pango - libpng - python3 - libxml2 - rubygems - libart_lgpl - dejavu-fonts - tcp-wrappers - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/rrdtool - /usr/share/locale - - - - rrdtool-devel - Development header files for rrdtool. - rrdtool için geliştirme dosyaları - rrdtool-devel, rrdtool için geliştirme dosyalarını içerir. - - rrdtool - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-24 - 1.7.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-28 - 1.7.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 1.7.2 - * Rebuild due to new ruby - * Fix translation - Blue Devil - bluedevil@sctzine.com - - - 2020-01-18 - 1.7.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-01 - 1.7.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 1.7.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 1.7.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 1.6.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-15 - 1.5.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 1.5.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - traceroute - http://traceroute.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.analyzer - Utility to trace the route of IP packets - IP paketlerinin izlediği yolları takip etme aracı - The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where along the route the trouble is. - traceroute IP paketlerinin ağda veya internette izlediği yolu görüntüler. Ağda bağlantı probleminiz varsa, traceroute problemin yol üzerinde tam olarak nereden kaynaklandığını gösterir. - https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz - network/analyzer/traceroute/pspec.xml - - - traceroute - - /bin - /usr/share/doc - /usr/share/man - - - - - 2021-07-02 - 2.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 2.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-07 - 2.1.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - usbredir - https://www.spice-space.org/usbredir.html - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1 - library - app:console - network.analyzer - USB traffic redirection protocol - usbredir is the name of a network protocol for sending USB device traffic over a network connection. It is also the name of the software package offering a parsing library, a usbredirhost library and several utilities implementing this protocol. - https://spice-space.org/download/usbredir/usbredir-0.11.0.tar.xz - - meson - libusb-devel - glib2-devel - - network/analyzer/usbredir/pspec.xml - - - usbredir - a network protocol for sending USB device traffic over a network connection. - - glib2 - libusb - - - /usr/bin - /usr/share/doc/ - /usr/share/man - /usr/lib/libusbredirhost.so* - /usr/lib/libusbredirparser.so* - - - - usbredir-devel - Development files for usbredir - - libusb-devel - usbredir - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-10 - 0.11.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - wireshark - http://www.wireshark.org - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:gui - network.analyzer - Network traffic analyzer - Ağ trafiği çözümleyicisi - Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. - Wireshark, dosyalarda saklanan veya kablolu veya kablosuz (WiFi veya Bluetooth) ağlardan, USB aygıtlarından ve diğer birçok kaynaktan alınan protokol verilerini incelemenize olanak tanır. Düzinelerce protokol yakalama dosya formatını destekler ve binden fazla protokolü anlar. - https://www.wireshark.org/download/src/all-versions/wireshark-3.4.7.tar.xz - - cmake - meson - glib2-devel - libpcap-devel - zlib-devel - lua52-devel - mit-kerberos - e2fsprogs-devel - gnutls-devel - libmaxminddb-devel - libgcrypt-devel - libcap-devel - sbc-devel - c-ares-devel - libxml2-devel - libssh-devel - libnl-devel - tiff-devel - lz4-devel - libnghttp2-devel - qt5-multimedia-devel - qt5-svg-devel - qt5-linguist - minizip-devel - zstd-devel - brotli-devel - speexdsp-devel - snappy-devel - libopus-devel - libilbc-devel - libxslt-devel - doxygen - - network/analyzer/wireshark/pspec.xml - - - wireshark - - lz4 - sbc - zlib - zstd - glib2 - lua52 - brotli - c-ares - gnutls - snappy - libssh - libilbc - libopus - libxml2 - libgcrypt - libnghttp2 - mit-kerberos - - - /usr/bin - /usr/lib/lib*.so* - /usr/lib/wireshark - /usr/share/appdata - /usr/share/applications - /usr/share/doc - /usr/share/icons - /usr/share/man - /usr/share/mime - /usr/share/wireshark - - - System.Package - - - - wireshark-devel - - wireshark - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-08-23 - 3.4.7 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - gloox - https://camaya.net/gloox - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - library - network.chat - Full-featured Jabber/XMPP client library - Çok işlevli Jabber/XMMP kitaplığı - gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. - gloox, Jabber/XMMP istemcileri için C++ ile yazılmış çok işlevli bir kitaplıktır. Mevcut istemcilere kolayca Jabber/XMMP desteği eklenmesini sağlayarak standartlara uygun istemciler yazılmasına olanak verir. - https://camaya.net/download/gloox-1.0.23.tar.bz2 - - gnutls-devel - zlib-devel - - network/chat/gloox/pspec.xml - - - gloox - Full-featured Jabber/XMPP client library - - zlib - libgcc - libidn - gnutls - - - /usr/bin - /usr/lib - /usr/share/doc - - - - gloox-devel - Development files for gloox - gloox için geliştirme dosyaları - gloox-devel, gloox için geliştirme dosyalarını içerir. - - gloox - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-27 - 1.0.23 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-10-30 - 1.0.20 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - hexchat - https://hexchat.github.io/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:gui - network.chat - GTK+ IRC client. - A popular and easy to use graphical IRC client. - https://dl.hexchat.net/hexchat/hexchat-2.16.1.tar.xz - - cmake - meson - gtk2-devel - glib2-devel - luajit-devel - python3-cffi - python3-devel - openssl-devel - enchant-devel - libXext-devel - libproxy-devel - pciutils-devel - dbus-glib-devel - libnotify-devel - iso-codes-devel - python3-pycparser - libcanberra-devel - desktop-file-utils - appstream-glib-devel - - network/chat/hexchat/pspec.xml - - - hexchat - - perl - gtk2 - glib2 - luajit - openssl - python3 - libproxy - pciutils - libnotify - libcanberra - python3-cffi - - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/info - /usr/share/doc - - - - hexchat-devel - Development files for hexchat - - hexchat - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-07 - 2.16.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-22 - 2.16.0 - First build - fury - uglyside@yandex.ru - - - - - - libotr - http://www.cypherpunks.ca/otr/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - network.chat - Portable OTR (Off The Record) messaging library - Taşınabilir OTR (Off The Record/Kayıt dışı) mesajlaşma kitaplığı - OTR messaging allows you to have private conversations over instant messaging. - OTR mesajlaşma, hızlı mesajlaşma araçları ile gizli sohbetler yapmanızı sağlar. - https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz - - libgcrypt-devel - - network/chat/libotr/pspec.xml - - - libotr - - libgcrypt - libgpg-error - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libotr-devel - Development files for libotr - libotr için geliştirme dosyaları - - libotr - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/share/doc/libotr/html - - - - - 2018-09-10 - 4.1.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 4.1.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 4.1.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - loudmouth - http://www.loudmouth-project.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.chat - Lightweight C Jabber library - Hafif bir C jabber kitaplığı - Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP protocol. It's designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows. - Loudmouth XMPP protokolüyle programlama imkanı sunan hafif ve kullanımı kolay bir C kitaplığı. Programlamada kolay bir başlangıç sunmak ve XMPP protokolü el verdiği ölçüde esnek bir yapıda kalmak için tasarlanmıştır. - https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2 - - intltool - glib2-devel - mit-kerberos - gnutls-devel - - network/chat/loudmouth/pspec.xml - - - loudmouth - - glib2 - gnutls - mit-kerberos - - - /usr/lib/libloudmouth* - /usr/share/doc - /usr/share/gtk-doc - - - - loudmouth-devel - Development files for loudmouth - loudmouth için geliştirme dosyaları - - glib2-devel - loudmouth - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-08 - 1.5.3 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-09-16 - 1.5.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2017-05-19 - 1.5.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - pidgin - http://www.pidgin.im - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - network.chat - Instant messaging application previously known as gaim - Eski sürümleri gaim olarak bilinen, hızlı haberleşme aracı - Multi-protocol instant messaging tool for MSN, Yahoo, IRC, Jabber and Gadu-Gadu protocols. - Birçok protokolü (MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu gibi) destekleyen hızlı haberleşme aracıdır. - pidgin - mirrors://sourceforge/pidgin/pidgin-2.13.0.tar.bz2 - - intltool - doxygen - nss-devel - atk-devel - tcl-devel - cairo-devel - tcltk-devel - python-devel - gconf-devel - gtk2-devel - glib2-devel - gnutls-devel - libSM-devel - ncurses-devel - libxslt-devel - gettext-devel - gtkspell-devel - sqlite-devel - libxml2-devel - gstreamer-devel - farstream-devel - libidn-devel - avahi-glib-devel - dbus-glib-devel - gdk-pixbuf-devel - cyrus-sasl-devel - libXScrnSaver-devel - NetworkManager-devel - gst-plugins-base-devel - - - pidgin-py3-fixes.patch - pidgin-nm-1.0.patch - pidgin-python-3.8.patch - - network/chat/pidgin/pspec.xml - - - pidgin - app:gui - - atk - dbus - gtk2 - cairo - glib2 - libSM - pango - libICE - sqlite - freetype - gtkspell - dbus-glib - gstreamer - fontconfig - gdk-pixbuf - libXScrnSaver - libpurple - gstreamer - farstream - - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/icons - /usr/share/sounds - /usr/share/dbus-1 - /usr/share/purple - /usr/share/pixmaps - /usr/lib/pidgin - /etc/gconf/schemas - /usr/share/appdata/ - /usr/share/locale - /usr/share/applications - - - - pidgin-devel - Development files of pidgin - pidgin paketine ait geliştirme dosyaları - library - - pidgin - libpurple-devel - gtk2-devel - - - /usr/include/pidgin - /usr/bin/dh_pidgin - /usr/share/man/man3/Pidgin* - /usr/lib/pkgconfig/pidgin.pc - - - - finch - Console based instant messaging application - Konsol tabanlı anında mesajlaşma istemcisi - app:console - - glib2 - libX11 - python - libxml2 - ncurses - gstreamer - libpurple - - - /usr/lib/gnt - /usr/lib/finch - /usr/lib/libgnt* - /usr/bin/finch - /usr/share/man/man1/finch* - - - - finch-devel - Development files of finch - finch paketine ait geliştirme dosyaları - library - - finch - libpurple-devel - - - /usr/include/gnt - /usr/include/finch - /usr/lib/pkgconfig/gnt* - /usr/lib/pkgconfig/finch* - - - - libpurple - The core library of pidgin, supports MSN, XMPP, ICQ, Gadu-Gadu and etc. - Pidgin projesine ait, MSN, XMPP, ICQ, Gadu-Gadu gibi protokolleri destekleyen anında mesajlaşma kitaplığı - library - - nss - tcl - dbus - nspr - perl - glib2 - tcltk - gnutls - libidn - libxml2 - dbus-glib - gstreamer - avahi-glib - avahi-libs - cyrus-sasl - gst-plugins-base - - - /usr/lib/purple-2 - /usr/bin/purple* - /usr/lib/libpurple* - - - - libpurple-devel - Development files of libpurple - libpurple paketine ait geliştirme dosyaları - library - - libpurple - - - /usr/share/aclocal - /usr/include/libpurple - /usr/share/man/man3/Purple* - /usr/lib/pkgconfig/purple.pc - - - - - 2020-04-06 - 2.13.0 - rebuild for new Toolchain - Ayhan Yalcinsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-04-26 - 2.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 2.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-07 - 2.12.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-15 - 2.10.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-20 - 2.10.11 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - qtox - https://qtox.github.io/ - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - network.chat - Instant messaging, video conferencing, and more. - qTox is a chat, voice, video, and file transfer instant messaging client using the encrypted peer-to-peer Tox protocol. - https://github.com/qTox/qTox/archive/a3004159833e890c34189944595b71aec1563264.zip - - cmake - ccache - mesa-devel - ffmpeg-devel - openal-devel - qt5-linguist - toxext-devel - libexif-devel - qt5-svg-devel - qt5-base-devel - qrencode-devel - libglvnd-devel - toxcore-c-devel - sqlcipher-devel - libXScrnSaver-devel - tox-extension-messages-devel - - network/chat/qtox/pspec.xml - - - qtox - - libgcc - libX11 - ffmpeg - openal - toxext - libexif - qt5-svg - qt5-base - qrencode - libsodium - toxcore-c - sqlcipher - libXScrnSaver - tox-extension-messages - - - /usr/bin - /usr/share/applications - /usr/share/icons/hicolor - /usr/share/metainfo - - - - - 2022-04-27 - 1.17.6 - First build. - fury - uglyside@yandex.ru - - - - - - telegram-desktop - https://desktop.telegram.org/ - - Safa Ariman - safa@ariman.gen.tr - - GPLv3 - app:gui - network.chat - Official Telegram Desktop client - Official Telegram Desktop client - 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. - 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. - telegram - https://github.com/telegramdesktop/tdesktop/releases/download/v4.0.4/tdesktop-4.0.4-full.tar.gz - - fix-tgcalls-cstdint.patch - - - cmake - ninja - gtk3-devel - rnnoise-devel - qt5-base-devel - xz-devel - libdbusmenu-qt-devel - expected-devel - ffmpeg-devel - guidelines-support-library-devel - hunspell-devel - minizip-devel - openal-devel - openssl-devel - range-v3-devel - libopus-devel - xxhash-devel - alsa-lib-devel - pulseaudio-libs-devel - lz4-devel - libtg_owt-devel - xcb-util-keysyms-devel - jemalloc-devel - webkit2gtk-devel - glibmm-devel - qt5-svg-devel - llvm-clang-devel - abseil-cpp-devel - pipewire-devel - - - tdesktop.patch - - network/chat/telegram-desktop/pspec.xml - - - telegram-desktop - - xz - lz4 - gtk3 - zlib - glib2 - libX11 - libgcc - libxcb - ffmpeg - openal - xxhash - openssl - libopus - minizip - hunspell - qt5-base - libtg_owt - gdk-pixbuf - libjpeg-turbo - qt5-imageformats - libdbusmenu-qt - xcb-util-keysyms - open-sans-fonts - glibmm - libXext - libXtst - qt5-svg - rnnoise - libXfixes - libXrandr - libsigc++ - libXdamage - libXcomposite - jemalloc - abseil-cpp - pipewire - - - /usr/bin - /usr/share - - - - - 2022-08-05 - 4.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 4.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-22 - 3.7.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-18 - 3.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 3.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-10 - 3.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-05 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-09 - 3.1.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-01 - 3.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 2.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-06 - 2.1.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-17 - 1.9.21 - First release - Safa Ariman - safa@ariman.gen.tr - - - - - - telepathy-butterfly - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - network.chat - MSN connection manager for Telepathy - Telepathy için MSN bağlantı yöneticisi - telepathy-butterfly is an MSN connection manager that handles presence, personal messages and conversations. - telepathy-butterfly MSN için durum bilgisi, kişisel iletiler ve sohbeti destekleyen bir Telepathy eklentisidir. - http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.5.15.tar.gz - - dont-compile-py.patch - - network/chat/telepathy-butterfly/pspec.xml - - - telepathy-butterfly - - /usr/libexec - /usr/lib - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/doc - - - - - 2018-09-10 - 0.5.18 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-18 - 0.5.18 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.5.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 0.5.15 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-farstream - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - network.chat - Telepathy client to handle media streaming channels - Ortam yayın kanallarıyla anlaşabilmek için gerekli Telepathy istemcisi - Telepathy-farstream is a Telepathy client that uses Farsight and Gstreamer to handle media streaming channels. It's used as a background process by other Telepathy clients, rather than presenting any user interface of its own. - Telepathy-farstream, Farsight ve Gstreamer kitaplıklarını kullanan bir Telepathy istemcisidir. - http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-0.6.2.tar.gz - - gobject-introspection-devel - dbus-devel - dbus-glib-devel - telepathy-glib-devel - farstream-devel - gstreamer-devel - - network/chat/telepathy-farstream/pspec.xml - - - telepathy-farstream - library - - dbus - glib2 - dbus-glib - farstream - gstreamer - telepathy-glib - - - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - - - - telepathy-farstream-docs - Help files and API documents of telepathy-farstream library - telepathy-farstream kitaplığına ait yardım dosyaları ve API belgeleri - data:doc - - telepathy-farstream - - - /usr/share/gtk-doc - - - - telepathy-farstream-devel - Development files for telepathy-farstream - telepathy-farstream için geliştirme dosyaları - - telepathy-farstream - glib2-devel - dbus-glib-devel - farstream-devel - gstreamer-devel - telepathy-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-11 - 0.6.2 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 0.6.2 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-18 - 0.6.2 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.6.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 0.6.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-gabble - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - BSD - library - network.chat - A Jabber/XMPP connection manager for Telepathy - Telepathy için Jabber/XMPP bağlantı yöneticisi - telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls. - telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir. - http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.4.tar.gz - - libnice-devel - gobject-introspection-devel - glib2-devel - dbus-devel - dbus-glib-devel - telepathy-glib-devel - libxslt-devel - gnutls-devel - sqlite-devel - libsoup-devel - libnice-devel - cyrus-sasl-devel - - network/chat/telepathy-gabble/pspec.xml - - - telepathy-gabble - - dbus - glib2 - gnutls - sqlite - libnice - libsoup - libxml2 - dbus-glib - telepathy-glib - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share - /usr/share/doc - /usr/share/man - - - - - 2018-09-10 - 0.18.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-18 - 0.18.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.18.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-21 - 0.18.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-glib - http://telepathy.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.chat - GLib bindings for the Telepathy D-Bus protocol - Telepathy D-Bus protokolü için GLib bağlayıcıları - Telepathy-glib is the glib binding for the Telepathy unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. - Telepathy-glib, anında mesajlaşma, IRC, sesli ve görüntülü görüşmeler dahil her türlü anlık iletişim türlerini destekleyen Telepathy altyapısının GLib bağlayıcılarıdır. - http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.24.1.tar.gz - - gobject-introspection-devel - dbus-devel - dbus-glib-devel - libxslt-devel - vala-devel - python3-devel - - network/chat/telepathy-glib/pspec.xml - - - telepathy-glib - GLib bindings for the Telepathy D-Bus protocol - library - - dbus - glib2 - python3 - dbus-glib - - - /usr/lib - /usr/share/gir-1.0 - /usr/share/doc - - - - telepathy-glib-docs - Help files and API documents of telepathy-glib library - telepathy-glib kitaplığına ait yardım dosyaları ve API belgeleri - data:doc - - telepathy-glib - - - /usr/share/gtk-doc - - - - telepathy-glib-devel - Development files for telepathy-glib - telepathy-glib için geliştirme dosyaları - - telepathy-glib - dbus-devel - glib2-devel - dbus-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/vala/vapi - - - - - 2020-05-11 - 0.24.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-10 - 0.24.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 0.24.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.24.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 0.24.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-haze - http://developer.pidgin.im/wiki/Telepathy - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - network.chat - A multi-protocol Libpurple connection manager for Telepathy - Çok protokol destekli, libpurple üzerine kurulu bir Telepathy bağlantı yöneticisi - telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too. - Telepathy-haze Pidgin'in de kullandığı libpurple üzerine kurulu bir bağlantı yöneticisidir. Libpurple tarafından desteklenen tüm protokol teoride telepathy-haze ile de desteklenmektedir. - http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz - - glib2-devel - dbus-devel - dbus-glib-devel - libpurple-devel - telepathy-glib-devel - libxslt-devel - python-devel - - - telepathy-haze-0.8.0-pidgin-2.10.12-compat.patch - - network/chat/telepathy-haze/pspec.xml - - - telepathy-haze - - dbus - glib2 - dbus-glib - libpurple - telepathy-glib - - - /usr/share - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2018-09-09 - 0.8.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-07-07 - 0.8.0 - Release Bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.8.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-21 - 0.8.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-idle - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - network.chat - IRC connection manager for Telepathy - Telepathy için IRC (Internet Relay Chat) bağlantı yöneticisi - telepathy-idle is a full-featured IRC connection manager for the Telepathy framework. - telepathy-idle Telepathy iletişim altyapısı için IRC (Internet Relay Chat) bağlantı yöneticisidir. - http://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.0.tar.gz - - telepathy-glib-devel - libxslt-devel - gobject-introspection-devel - glib2-devel - dbus-devel - dbus-glib-devel - - network/chat/telepathy-idle/pspec.xml - - - telepathy-idle - - glib2 - dbus-glib - telepathy-glib - - - /usr/lib - /usr/share/dbus-1 - /usr/share/doc - /usr/share/man - /usr/share/telepathy - - - - - 2018-09-10 - 0.2.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-20 - 0.2.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 0.2.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-logger - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - BSD - library - network.chat - Logging utility Telepathy - Telepathy için kayıt tutma aracı. - telepathy-logger is a logging utility for Telepathy communication framework. - telepathy-logger, Telepathy iletişim altyapısı için kayıt tutma aracıdır. - http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-0.8.2.tar.bz2 - - glib2-devel - intltool - libxslt-devel - dbus-devel - dbus-glib-devel - gobject-introspection-devel - libxml2-devel - sqlite-devel - telepathy-glib-devel - - network/chat/telepathy-logger/pspec.xml - - - telepathy-logger - - dbus - glib2 - sqlite - libxml2 - dbus-glib - telepathy-glib - - - /usr/lib - /usr/share/gir-1.0/ - /usr/share/telepathy - /usr/share/glib-2.0/ - /usr/libexec - /usr/share/dbus-1 - /usr/share/gtk-doc - /usr/share/doc - - - - telepathy-logger-devel - Development files for telepathy-logger - telepathy-logger için geliştirme dosyaları - - telepathy-logger - telepathy-glib-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2018-09-10 - 0.8.2 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-20 - 0.8.2 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.8.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 0.8.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-logger-qt - https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - network.chat - Qt bindings for telepathy logger - Qt Wrapper around TpLogger client library. - https://download.kde.org/stable/telepathy-logger-qt/17.08/src/telepathy-logger-qt-17.08.0.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-assistant-devel - qt5-doc - doxygen - telepathy-qt5-devel - glib2-devel - dbus-devel - dbus-glib-devel - libxml2-devel - telepathy-logger-devel - - network/chat/telepathy-logger-qt/pspec.xml - - - telepathy-logger-qt - Qt bindings for telepathy logger - - glib2 - libgcc - qt5-base - telepathy-qt5 - telepathy-glib - telepathy-logger - - - /usr/lib/libtelepathy-logger-qt.* - /usr/share/doc - - - - telepathy-logger-qt-devel - Development files for telepathy-logger-qt - - telepathy-logger-qt - telepathy-glib-devel - qt5-base-devel - - - /usr/include - /usr/lib/cmake/TelepathyLoggerQt - - - - - 2018-09-10 - 17.08.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-09 - 17.08.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 15.04.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 15.04.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 15.04.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-mission-control - http://telepathy.freedesktop.org/wiki/Mission_Control - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:console - library - network.chat - Telepathy component managing connection managers - Bağlantı yöneticilerini düzenlemeya yarayan Telepathy bileşeni - telepathy-mission-control, or Mission Control, is a Telepathy component providing a way for end user applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, and to remove the need to have in each program the account definitions and credentials. - telepathy-mission-control, diğer adıyla Mission Control, bağlantı yöneticilerini düzenlemenin zorluklarını kullanıcıdan soyutlamaya çalışan, basitçe hesap oluşturmanıza olanak tanıyan bir Telepathy bileşenidir. - http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.4.tar.gz - - libxslt-devel - dbus-devel - dbus-glib-devel - telepathy-glib-devel - gtk-doc - NetworkManager-devel - docbook-xsl - python-six - libaccounts-glib-devel - - network/chat/telepathy-mission-control/pspec.xml - - - telepathy-mission-control - - dbus - glib2 - dbus-glib - NetworkManager - telepathy-glib - libaccounts-glib - - - /usr/bin - /usr/lib/libmission-control-plugins.so.0* - /usr/lib/telepathy/mission-control-5 - /usr/share/man - /usr/share/doc - /usr/share/dbus-1 - /usr/share/glib-2.0 - - - - telepathy-mission-control-devel - Development files for telepathy-mission-control - telepathy-mission-control için geliştirme dosyaları - - telepathy-mission-control - telepathy-glib-devel - - - /usr/include/mission-control-5.5 - /usr/lib/libmission-control-plugins.so - /usr/lib/pkgconfig/mission-control-plugins.pc - /usr/share/gtk-doc/html/mission-control-plugins - - - - - 2018-09-10 - 5.16.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 5.16.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 5.16.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 5.16.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 5.16.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-qt5 - http://telepathy.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.chat - Qt based classes for Telepathy communication framework - Telepathy iletişim çatısı için Qt tabanlı sınıflar - The Telepathy project is about building a unified framework for many different kinds of real-time communications. telepathy-qt contains Qt-based base and proxy classes for use in connection managers and clients. - Telepathy projesi çeşitli gerçek zamanlı iletişim türleri için birleşik bir çatı oluşturmayı amaçlar. telepathy-qt bağlantı yöneticileri ve istemcilerde kullanılmak üzere Qt tabanlı temel ve vekil sınıfları içerir. - http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.8.tar.gz - - cmake - qt5-doc - python3-devel - qt5-base-devel - qt5-assistant-devel - gobject-introspection-devel - dbus-glib-devel - libxml2-devel - farstream-devel - telepathy-farstream-devel - doxygen - - network/chat/telepathy-qt5/pspec.xml - - - telepathy-qt5 - - glib2 - libgcc - qt5-base - telepathy-glib - telepathy-farstream - doxygen - - - /usr/lib - /usr/share/doc - - - - telepathy-qt5-devel - Development files for telepathy-qt5 - telepathy-qt5 için geliştirme dosyaları - - telepathy-qt5 - qt5-base-devel - telepathy-glib-devel - telepathy-farstream-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-11 - 0.9.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 0.9.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-20 - 0.9.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.9.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 0.9.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-salut - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - network.chat - Link-local XMPP Telepathy connection manager - XMPP ile yerel-bağlantı iletişimini sağlayan Telepathy bağlantı yöneticisi. - telepathy-salut is Telepathy connection manager for link-local XMPP. Normally, XMPP does no support direct client-to-client interactions, since it requires authentication with a server. This package makes it is possible to establish an XMPP-like communications on a local network using zero-configuration networking. - telepathy-salut, yerel bir ağ üzerinde XMPP benzeri iletişimi mümkün kılan bir Telepathy bağlantı yöneticisidir. - http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.8.1.tar.gz - - libxslt-devel - glib2-devel - gobject-introspection-devel - dbus-devel - dbus-glib-devel - telepathy-glib-devel - avahi-devel - avahi-glib-devel - libsoup-devel - openssl-devel - python-devel - sqlite-devel - cyrus-sasl-devel - - - fix_bork_in_tr_locale.patch - - network/chat/telepathy-salut/pspec.xml - - - telepathy-salut - - dbus - glib2 - sqlite - libsoup - libxml2 - openssl - dbus-glib - avahi-glib - avahi-libs - telepathy-glib - - - /usr/bin - /usr/lib - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/doc - /usr/share/man - - - - - 2018-09-10 - 0.8.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 0.8.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 0.8.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 0.8.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - telepathy-sunshine - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - library - network.chat - Gadu-Gadu connection manager for telepathy - Telepathy için Gadu Gadu bağlantı yöneticisi - Telepathy-sunshine is a Gadu-Gadu network connection manager. It supports the Nowe Gadu Gadu features such as UTF-8 encoding and new statuses. - Telepathy-sunshine Telepathy iletişim altyapısı için Gadu Gadu bağlantı yöneticisidir. - http://telepathy.freedesktop.org/releases/telepathy-sunshine/telepathy-sunshine-0.2.0.tar.gz - - dont-compile-py.patch - - network/chat/telepathy-sunshine/pspec.xml - - - telepathy-sunshine - - /usr/libexec - /usr/lib - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/man - /usr/share/doc - - - - - 2018-09-10 - 2.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 2.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 2.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - tox-extension-messages - https://github.com/toxext/tox_extension_messages - - fury - uglyside@yandex.ru - - GPL-3 - library - network.chat - pass - pass - https://github.com/toxext/tox_extension_messages/archive/refs/tags/v0.0.3.tar.gz - - cmake - toxext-devel - toxcore-c-devel - - network/chat/tox-extension-messages/pspec.xml - - - tox-extension-messages - - toxext - - - /usr/lib/libtox_extension_messages.a - - - - tox-extension-messages-devel - - tox-extension-messages - - - /usr/include - /usr/lib/cmake/ToxExtensionMessages - - - - - 2022-04-19 - 0.0.3 - First build. - fury - uglyside@yandex.ru - - - - - - toxcore-c - https://tox.chat/ - - fury - uglyside@yandex.ru - - GPL-3 - app - network.chat - This is an experimental cryptographic network library. - Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication. - https://github.com/TokTok/c-toxcore/archive/refs/tags/v0.2.17.tar.gz - - cmake - libvpx-devel - libopus-devel - libsocket-devel - libconfig-devel - libsodium-devel - msgpack-c-devel - - network/chat/toxcore-c/pspec.xml - - - toxcore-c - - libvpx - libopus - libconfig - libsodium - msgpack-c - - - /etc/tox-bootstrapd.conf - /usr/bin - /usr/lib - /usr/share/bash-completion/completions - - - System.Package - System.Service - - - - toxcore-c-devel - - toxcore-c - libvpx-devel - libopus-devel - libsocket-devel - libsodium-devel - msgpack-c-devel - - - /usr/lib/pkgconfig - /usr/include/tox - - - - - 2022-04-25 - 0.2.17 - First build. - fury - uglyside@yandex.ru - - - - - - toxext - https://github.com/toxext/toxext - - fury - uglyside@yandex.ru - - GPL-3 - library - network.chat - An extension library for tox. - An extension library with negotiation allows more experimentation with less risk resulting in more features for tox clients. - https://github.com/toxext/toxext/archive/refs/tags/v0.0.3.tar.gz - - cmake - toxcore-c-devel - - network/chat/toxext/pspec.xml - - - toxext - - toxcore-c - - - /usr/lib/libtoxext.a - - - - toxext-devel - - toxext - toxcore-c-devel - - - /usr/include - /usr/lib/cmake/ToxExt - - - - - 2022-04-19 - 0.0.3 - First build. - fury - uglyside@yandex.ru - - - - - - bridge-utils - http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.connection - Linux network bridging utilities - Linux için ağ köprüleme yardımcı uygulamaları - Containts userspace driver for IEEE 802.1d ethernet bridging (plus Spanning Tree protocol) for the linux kernel. - Linux için ağ köprüleme yardımcı uygulamaları. - https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz - - bridge-utils-1.0.4-inc.patch - - network/connection/bridge-utils/pspec.xml - - - bridge-utils - - /usr/include - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2021-07-02 - 1.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-19 - 1.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-19 - 1.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-20 - 1.6 - Version Bump - Thanks to Mustafa Cinasal - admin@pisilinux.org - - - 2016-06-09 - 1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-19 - 1.5 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - iwd - https://iwd.wiki.kernel.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app - network.connection - Wireless daemon for Linux - Wireless daemon for Linux - Linux için kablosuz arka plan programı - Linux için kablosuz arka plan programı - https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-1.29.tar.xz - - asciidoc - ell-devel - dbus-devel - readline-devel - python-docutils - - network/connection/iwd/pspec.xml - - - iwd - - ell - readline - - - /usr/bin - /usr/libexec - /usr/share/dbus-1 - /usr/share/man - /usr/share/doc - /var/lib/ead - /var/lib/iwd - - - - - 2022-07-25 - 1.29 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libnfs - https://github.com/sahlberg/libnfs - - Mogyorósi Petra - squeakymouse@protonmail.com - - LGPLv2.1 - GPLv3 - BSDv2 - library - network.connection - NFS client library - LIBNFS is a client library for accessing NFS shares over a network. - A libnfs egy NFS-kezelő könyvtár, ami háromféle módon tud hozzáférést nyújtani az NFS-szolgáltatásokhoz - https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz - - cmake - libxslt - - network/connection/libnfs/pspec.xml - - - libnfs - NFS client library - - glibc - - - /usr/bin - /usr/lib/libnfs.so - /usr/lib/libnfs.so.11.0.0 - /usr/lib/libnfs.so.2.0.0 - /usr/share/man/* - /usr/share/doc/* - - - - libnfs-devel - Development files for libnfs - A libnfs fejlécei - - libnfs - - - /usr/include/* - /usr/lib/pkgconfig/* - /usr/lib/cmake/* - - - - - 2020-12-13 - 4.0.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2018-07-03 - 3.0.0 - Latest revision from GitHub - Mogyorósi Petra - squeakymouse@protonmail.com - - - - - - linux-atm - http://linux-atm.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - network.connection - Tools to support ATM networking under Liunx - ATM ağ bağlantısı desteği için araçlar - linux-atm contains tools for Asynchronous Transfer Mode. Supports raw ATM connections (PVCs and SVCs), IP over ATM, LAN emulation, MPOA, Arequipa, and some others. - linux-atm ATM (Asynchronous Transfer Mode) bağlantısı için gerekli çeşitli araçlar ve kitaplıklarını içerir. - mirrors://sourceforge/project/linux-atm/linux-atm/2.5.2/linux-atm-2.5.2.tar.gz - - flex - - - man-pages.patch - remove-define-hacks.patch - 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch - - network/connection/linux-atm/pspec.xml - - - linux-atm - - flex - - - /lib/firmware - /usr/sbin - /usr/bin - /etc - /usr/lib - /usr/share/man - /usr/share/doc - - - - linux-atm-devel - Development files for linux-atm - linux-atm için geliştirme dosyaları - - linux-atm - - - /usr/include - - - - - 2021-07-02 - 2.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-23 - 2.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-18 - 2.5.2 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-13 - 2.5.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - mobile-broadband-provider-info - http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders - - PisiLinux Community - admins@pisilinux.org - - public-domain - data - network.connection - Service provider specific settings of mobile broadband providers in different countries - Çeşitli ülkelerdeki mobil genişbant servis sağlayıcıları hakkında bilgileri içeren ayar veritabanı - The mobile-broadband-provider-info package contains listings of mobile broadband (3G) providers and associated network and plan information. - mobile-broadband-provider-info paketi, dünya üzerindeki mobil genişbant sağlayıcılarının ve ilgili tarifelerinin listesini tutan bir veritabanıdır. - https://download.gnome.org/sources/mobile-broadband-provider-info/20220725/mobile-broadband-provider-info-20220725.tar.xz - - libxslt-devel - - network/connection/mobile-broadband-provider-info/pspec.xml - - - mobile-broadband-provider-info - - /usr/share - - - - - 2022-07-25 - 20220725 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 20220511 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-06 - 20210805 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 20201225 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-02-02 - 20190618 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 20170310 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 20170310 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-02-18 - 20151214 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 20120614 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2012-08-28 - 20120614 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ModemManager - http://projects.gnome.org/NetworkManager - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - service - network.connection - A manager framework for mobile broadband modems - Mobil modemler için yönetim katmanı - ModemManager provides a unified high level API for communicating with mobile broadband modems. - ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir. - http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz - - dbus-devel - glib2-devel - libgudev-devel - libxslt-devel - gobject-introspection-devel - polkit-devel - ppp-devel - libqmi-devel - libmbim-devel - intltool - gtk-doc - docbook-xsl - vala-devel - elogind-devel - autoconf-archive - dbus-python3 - python3-pygobject3-devel - - network/connection/ModemManager/pspec.xml - - - ModemManager - - glib2 - libqmi - polkit - libmbim - libgudev - libmm-glib - - - /etc/ModemManager/fcc-unlock.d - /usr/share/doc - /usr/sbin - /usr/share/icons - /usr/share/locale - /usr/share/dbus-1 - /usr/share/gir-1.0/ModemManager-1.0.gir - /lib/udev/rules.d/ - /etc/dbus-1/system.d/ - /usr/lib/ModemManager - /usr/lib/girepository-1.0/ModemManager-1.0.typelib - /usr/share/man/man8/ModemManager.8 - /usr/share/man/man1/mmcli.1 - /usr/share/polkit-1 - /usr/share/bash-completion - /usr/share/ModemManager/fcc-unlock.available.d - /usr/share/ModemManager/mm-foxconn-carrier-mapping.conf - /usr/share/ModemManager/mm-foxconn-t77w968-carrier-mapping.conf - /usr/share/ModemManager/mm-foxconn-t99w175-carrier-mapping.conf - /usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf - /etc/ModemManager/connection.d - /usr/share/ModemManager/connection.available.d/99-log-event - - - - ModemManager-devel - Development files for ModemManager - ModemManager için geliştirme dosyaları - - ModemManager - - - /usr/include/ModemManager/ - /usr/lib/pkgconfig/ModemManager.pc - - - - libmm-glib - D-Bus service for managing modems - shared libraries - - glib2 - libgudev - - - /usr/bin - /usr/share/vala/vapi/libmm-glib.vapi - /usr/share/vala/vapi/libmm-glib.deps - /usr/lib/libmm-glib.so* - /usr/share/man/man8/mmcli.8 - - - - libmm-glib-devel - Development files for libmm-glib - libmm-glib için geliştirme dosyaları - - libmm-glib - glib2-devel - ModemManager-devel - - - /usr/include/libmm-glib/ - /usr/lib/pkgconfig/mm-glib.pc - - - - ModemManager-docs - Development files for ModemManager - - ModemManager - - - /usr/share/gtk-doc - - - - - 2022-06-26 - 1.18.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-29 - 1.18.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.16.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-04 - 1.16.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-24 - 1.14.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 1.14.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-15 - 1.14.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 1.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-20 - 1.12.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-30 - 1.12.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 1.10.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.6.12 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-19 - 1.6.12 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-19 - 1.6.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-12 - 1.6.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 1.4.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-25 - 1.4.12 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - netcf - https://fedorahosted.org/netcf - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - app:console - library - network.connection - A library for configuring network interfaces - Ağ arayüzlerini yapılandırmak için geliştirilmiş bir kitaplık - netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format. - netcf, XML biçiminde tuttuğu ağ arayüz bilgilerini kullanarak platform-bağımsız ağ yapılandırması olanağı sunan bir kitaplıktır. - https://releases.pagure.org/netcf/netcf-0.2.8.tar.gz - - gcc - xz-devel - libxml2-devel - libxslt-devel - libnl-devel - readline-devel - augeas-devel - - network/connection/netcf/pspec.xml - - - netcf - - xz - zlib - libnl - augeas - libxml2 - libxslt - readline - libgcrypt - libgpg-error - - - /usr/bin - /usr/libexec/ - /etc/rc.d/init.d - /usr/lib - /usr/share/netcf - /usr/share/doc - /usr/share/man/man1/ncftool.1 - - - - netcf-devel - Development files for netcf - netcf için geliştirme dosyaları - - augeas-devel - libxslt-devel - netcf - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-03-13 - 0.2.8 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-31 - 0.2.8 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-29 - 0.2.8 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.2.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-31 - 0.2.8 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - network-manager-applet - http://projects.gnome.org/NetworkManager - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:gui - network.connection - Network connection manager GUI interface - NetworkManager için güçlü bir grafik arayüzü - network-manager-applet is a powerful graphical frontend to NetworkManager. - network-manager-applet, NetworkManager için GTK+ arayüz kitaplığı kullanılarak yazılmış güçlü bir arayüzdür. - https://download.gnome.org/sources/network-manager-applet/1.28/network-manager-applet-1.28.0.tar.xz - - gtk-doc - gtk2-devel - gtk3-devel - libsecret-devel - cairo-devel - pango-devel - libnotify-devel - libmm-glib-devel - gdk-pixbuf-devel - at-spi2-core-devel - NetworkManager-devel - iso-codes-devel - dbus-devel - glib2-devel - dbus-glib-devel - atk-devel - libgudev-devel - intltool - python-six - libnma-devel - libappindicator-devel - - network/connection/network-manager-applet/pspec.xml - - - network-manager-applet - - gtk3 - atk - cairo - pango - libnma - libsecret - libnotify - libmm-glib - gdk-pixbuf - NetworkManager - dbus - glib2 - dbus-glib - libgudev - libappindicator - - - /usr/bin - /usr/share/libnm-gtk - /usr/lib/ - /usr/share/icons - /usr/share/applications - /usr/share/nm-applet - /etc/dbus-1 - /usr/share - /usr/libexec - /etc/gconf/schemas - /etc/xdg/autostart - /usr/share/man - /usr/share/doc - /usr/share/locale - - - - - 2022-06-08 - 1.28.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-22 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-17 - 1.24.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-04 - 1.22.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 1.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 1.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-20 - 1.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-17 - 1.8.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-02 - 1.8.20 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 1.8.16 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-04 - 1.8.4 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 1.8.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-30 - 1.8.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-28 - 1.8.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-21 - 1.0.10 - Release down - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-02 - 1.4.4 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilnux.org - - - 2016-11-19 - 1.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 1.0.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 1.0.10 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - NetworkManager - http://projects.gnome.org/NetworkManager - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2+ - app:console - network.connection - Network connection manager powered by D-Bus and UDEV - D-Bus üzerinden yapılandırmaya izin veren, gelişmiş bir ağ yönetim altyapısı - NetworkManager attempts to keep an active network connection available at all times. - NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır. - https://download.gnome.org/sources/NetworkManager/1.39/NetworkManager-1.39.12.tar.xz - - meson - curl-devel - intltool - dhclient - dhcpcd - gtk-doc - docbook-xsl - autoconf - gettext-devel - ppp-devel - iwd - nss-devel - newt-devel - nspr-devel - libnl-devel - audit-devel - elogind-devel - jansson-devel - libsoup-devel - bluez-libs-devel - iptables-devel - wpa_supplicant - dbus-glib-devel - libndp-devel - libmm-glib-devel - dbus-devel - glib2-devel - polkit-devel - readline-devel - libgudev-devel - libutil-linux-devel - python3-pygobject3-devel - libxslt-devel - vala-devel - dbus-python3 - gnutls-devel - mobile-broadband-provider-info - gobject-introspection-devel - - network/connection/NetworkManager/pspec.xml - - - NetworkManager - - iwd - curl - eudev - dbus - nspr - libpsl - glib2 - audit - polkit - readline - dbus-glib - jansson - libutil-linux - nss - newt - ppp - libnl - libsoup - elogind - libgudev - bluez-libs - iproute2 - iptables - libmm-glib - ModemManager - wpa_supplicant - libndp - mobile-broadband-provider-info - - - /etc - /usr/share - /etc/dbus-1 - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /lib/udev - /usr/sbin - /lib/udev/rules.d - /usr/libexec - /run/NetworkManager - /lib/systemd/system - /usr/share/locale - /var/lib/NetworkManager - /etc/NetworkManager/system-connections - /usr/lib/tmpfiles.d/NetworkManager.conf - /etc/polkit-1/localauthority/10-vendor.d - - - System.Service - - - NetworkManager.confd - tmpfiles.conf - NetworkManager.conf - dhcp.conf - migrate-comar-network-profiles - gentoo/01-org.freedesktop.NetworkManager.settings.modify.system.pkla - 01-org.freedesktop.ModemManager1.rules - 01-org.freedesktop.NetworkManager.settings.modify.system.rules - - - - NetworkManager-devel - Development files for NetworkManager - NetworkManager için geliştirme dosyaları - - glib2-devel - dbus-glib-devel - NetworkManager - - - /usr/include - /usr/lib/pkgconfig/ - - - - NetworkManager-docs - Development files for NetworkManager - - NetworkManager - - - /usr/share/gtk-doc - - - - - 2022-07-29 - 1.39.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.32.12 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-22 - 1.32.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 1.32.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-11 - 1.32.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-29 - 1.32.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-21 - 1.32.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 1.32.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-04 - 1.32.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-04 - 1.30.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 1.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 1.22.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-30 - 1.22.10 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.20.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-27 - 1.20.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-16 - 1.20.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-17 - 1.20.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-01 - 1.14.6 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - systemRestart - - - - 2018-09-16 - 1.10.10 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - systemRestart - - - - 2017-11-04 - 1.8.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - systemRestart - - - - 2017-07-30 - 1.8.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - systemRestart - - - - 2017-05-28 - 1.8.0 - Revert version - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilnux.org - - systemRestart - - - - 2017-03-15 - 1.0.10 - Revert version - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilnux.org - - systemRestart - - - - 2016-12-15 - 1.0.10 - Revert version - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - systemRestart - - - - 2016-11-12 - 1.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-15 - 1.0.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-25 - 1.0.10 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - systemRestart - - - - - - - networkmanager-openvpn - https://gitlab.gnome.org/GNOME/NetworkManager-openvpn - - Kamil Atlı - suvari@pisilinux.org - - GPL - service - network.connection - OpenVPN support for NetworkManager - NetworkManager için OpenVPN desteği - OpenVPN support for NetworkManager - NetworkManager için OpenVPN desteği - https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.8.16/NetworkManager-openvpn-1.8.16.tar.gz - - m4 - git - poxml - gettext - intltool - openvpn - atk-devel - gtk3-devel - cairo-devel - pango-devel - libnma-devel - gettext-devel - python3-devel - harfbuzz-devel - libsecret-devel - gdk-pixbuf-devel - NetworkManager-devel - - network/connection/networkmanager-openvpn/pspec.xml - - - networkmanager-openvpn - - atk - gtk3 - cairo - glib2 - pango - libnma - python3 - harfbuzz - gdk-pixbuf - NetworkManager - - - /usr/lib - /usr/share/locale - /usr/share/dbus-1/system.d/nm-openvpn-service.conf - /usr/share/doc - /usr/share/metainfo/network-manager-openvpn.metainfo.xml - - - - networkmanager-openvpn-devel - Development files for networkmanager-openvpn - networkmanager-openvpn için geliştirme başlıkları - - networkmanager-openvpn - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-28 - 1.8.16 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - openconnect - http://www.infradead.org/openconnect.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - app:console - network.connection - A client for Cisco's AnyConnect VPN, which uses HTTPS and DTLS protocols - Cisco AnyConnect VPN için HTTP ve DTLS protokollerini kullanan istemci - openconnect provides the core HTTP and authentication support from the OpenConnect VPN client, to be used by GUI authentication dialogs for NetworkManager etc. - openconnect, NetworkManager gibi grafik arayüz yoluyla kimlik doğrulama yapan araçlar için OpenConnect VPN kimlik doğrulama desteği sunan bir araç ve kitaplıktır. - https://www.infradead.org/openconnect/download/openconnect-8.10.tar.gz - - libproxy-devel - intltool - lz4-devel - python3-devel - openssl-devel - libxml2-devel - zlib-devel - mit-kerberos - gnutls-devel - p11-kit-devel - e2fsprogs-devel - - network/connection/openconnect/pspec.xml - - - openconnect - - lz4 - zlib - libxml2 - openssl - mit-kerberos - gnutls - p11-kit - e2fsprogs - bash-completion - libproxy - - - /usr/bin/openconnect - /usr/libexec/openconnect - /usr/share/man/man8 - /usr/share/doc - /usr/share/locale - /usr/sbin - /usr/lib - /usr/share/bash-completion/completions/openconnect - - - - openconnect-devel - Development files and headers for openconnect - openconnect için geliştirme dosyaları ve başlıkları - - lz4-devel - zlib-devel - p11-kit-devel - gnutls-devel - openssl-devel - libxml2-devel - libproxy-devel - openconnect - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-02 - 8.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 8.05 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 7.08 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 7.08 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 7.06 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-15 - 7.06 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - openvpn - https://openvpn.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - network.connection - A full featured SSL VPN solution - Sanal özel ağ çözümü - OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. - OpenVPN uzaktan bağlantı, kablosuz bağlantı güvenliği gibi konularda çok geniş ayarlar içeren bir sanal özel ağ (VPN) çözümüdür. - https://swupdate.openvpn.org/community/releases/openvpn-2.5.2.tar.xz - - openvpn-test.sh - - - git - cmake - iproute2 - pam-devel - lz4-devel - lzo-devel - openssl-devel - p11-kit-devel - - network/connection/openvpn/pspec.xml - - - openvpn - A full featured SSL VPN solution - - lzo - lz4 - pam - openssl - p11-kit - iproute2 - - - /usr/lib - /run/openvpn - /usr/share/man - /usr/share/doc - /etc/openvpn - /usr/include - /usr/sbin - /usr/share/openvpn - /usr/lib/tmpfiles.d/openvpn.conf - - - System.Service - - - tmpfiles.conf - roadwarrior-client.conf - roadwarrior-server.conf - - - - - 2021-05-10 - 2.5.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ppp - http://samba.org/ppp - - PisiLinux Community - admins@pisilinux.org - - BSD - GPLv2 - service - network.connection - Point-to-point protocol - patched for PPPOE - Modem ile internet erişimi için PPP (point to point protocol) noktadan noktaya erişim protokolü - The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link. - PPP protokolü veriyi seri bir bağlantı üzerinden transfer etmek için standart bir yol sağlar. - https://www.samba.org/ftp/ppp/ppp-2.4.9.tar.gz - http://distfiles.gentoo.org/distfiles/ppp-dhcpc.tgz - - libpcap-devel - openssl-devel - pam-devel - - - gentoo/0001-Change-Make-vars-to-work-in-Gentoo-builds.patch - gentoo/0002-Use-internal-implementation-of-logwtmp-function.patch - gentoo/0003-Add-MPLSCP-support.patch - gentoo/0004-smarter-killaddr.patch - gentoo/0005-Improve-waiting-for-children-on-exit.patch - gentoo/0006-Remove-one-of-the-2-pidfiles-pidfilename-or-linkpidf.patch - gentoo/0007-Run-etc-ppp-auth-fail-script-if-exists-and-authentic.patch - gentoo/0008-Try-to-create-dev-ppp-if-not-available.patch - gentoo/0009-passwordfd-read-early.patch - gentoo/0010-Add-option-to-ask-peer-for-WINS-address.patch - gentoo/0011-Log-connect-errors-to-var-log-ppp-connect-errors.patch - gentoo/0012-Don-t-hang-when-starting-pppoe-connection-without-se.patch - gentoo/0013-Add-defaultmetric-as-compatibility-option-name.patch - gentoo/0014-Warn-user-of-deprecated-option-defaultmetric.patch - gentoo/85_all_dhcp-make-vars.patch - gentoo/86_all_dhcp-sys_error_to_strerror.patch - - network/connection/ppp/pspec.xml - - - ppp - - libpcap - pam - openssl - - - /etc - /usr/lib/tmpfiles.d/ppp.conf - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/man - /run/ppp - - - tmpfiles.conf - options-pptp - options-pppoe - chat-default - ip-up - ip-down - confd.ppp0 - ppp.pamd - ppp.logrotate - - - - ppp-devel - Development files for ppp - ppp için geliştirme dosyaları - - ppp - - - /usr/include - - - - - 2021-02-25 - 2.4.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-21 - 2.4.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 2.4.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 2.4.7 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.4.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 2.4.6 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - wpa_supplicant - http://hostap.epitest.fi/wpa_supplicant/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - BSD - service - network.connection - IEEE 802.1X/WPA supplicant for secure wireless transfers - Güvenli kablosuz erişim için IEEE 802.1X/WPA sağlayıcı - wpa_supplicant is a WPA supplicant with support for WPA and WPA2. - WPA ve WPA2 desteği olan ve Linux, BSD ve Windows ortamları için bir WPA istemcisidir. - https://w1.fi/releases/wpa_supplicant-2.9.tar.gz - - wpa_supplicant.config - - - libnl-devel - openssl-devel - dbus-devel - readline-devel - - - 0001-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch - ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch - wpa_supplicant-1.0-dbus-path-fix.patch - mandriva/wpa_supplicant-0.6.3-WEP232.patch - fedora/wpa_supplicant-openssl-more-algs.patch - fedora/wpa_supplicant-flush-debug-output.patch - fedora/wpa_supplicant-assoc-timeout.patch - suse/wpa_supplicant-errormsg.patch - - network/connection/wpa_supplicant/pspec.xml - - - wpa_supplicant - - libnl - dbus - openssl - readline - - - /etc - /etc/dbus-1 - /usr/sbin - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/dbus-1/system-services - /run - - - System.Service - - - wpa_supplicant.conf - wpa_supplicant.confd - wpa_supplicant.logrotate - wpa_supplicant.py - - - - - 2021-07-02 - 2.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-22 - 2.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 2.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 2.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-15 - 2.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - aria2 - https://aria2.github.io/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.download - A download utility with resuming and segmented downloading. - Parçalı ve yarım kalan dosyaları indirme özelliğine sahip bir indirme aracı - aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0. - Aria2 parçalı indirme ve yarım kalan indirmeleri devam ettirme özelliklerine sahip olan bir indirme aracıdır. - https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz - - gmp-devel - zlib-devel - c-ares-devel - gnutls-devel - nettle-devel - sqlite-devel - libxml2-devel - libssh2-devel - - network/download/aria2/pspec.xml - - - aria2 - - gmp - zlib - c-ares - libgcc - gnutls - nettle - sqlite - libxml2 - libssh2 - - - /usr/bin - /usr/lib - /usr/share/bash-completion - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - aria2-devel - - aria2 - - - /usr/lib/pkgconfig - /usr/include - - - - - 2021-09-14 - 1.36.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-01 - 1.35.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-15 - 1.35.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-07-04 - 1.34.0 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-04-18 - 1.34.0 - Version bump - fury - uglyside@yandex.ru - - - 2016-03-22 - 1.21.0 - Version bump, rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2015-02-15 - 1.18.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-11-22 - 1.18.1 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-01 - 1.18.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-06-15 - 1.17.1 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-23 - 1.16.0 - Dep fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-12-14 - 1.16.0 - First release - M. Tayyip Yel - admins@pisilinux.org - - - - - - axel - https://github.com/axel-download-accelerator/axel - - Idris Kalp - idriskalp@gmail.com - - GPLv2 - app:console - network.download - Light command line download accelerator - Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers. - https://github.com/axel-download-accelerator/axel/releases/download/v2.17.11/axel-2.17.11.tar.xz - - openssl-devel - - network/download/axel/pspec.xml - - - axel - - openssl - libgcc - - - /usr/bin - /usr/include - /usr/share/locale - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2022-05-23 - 2.17.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-02 - 2.7.10 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-11 - 2.7.6 - First release. - Idris Kalp - idriskalp@gmail.com - - - - - - clipgrab - https://clipgrab.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - network.download - A video downloader - Bir video indirici. - A program which downloads and converts online videos from YouTube, Vimeo, DailyMotion, MyVideo and many other platforms. - YouTube, Vimeo, DailyMotion, MyVideo ve diğer bazı platformlardan video indirip dönüştürebilen bir programdır. - clipgrab - https://download.clipgrab.org/clipgrab-3.9.7.tar.gz - - ffmpeg-devel - qt5-base-devel - qt5-webengine-devel - - network/download/clipgrab/pspec.xml - - - clipgrab - - ffmpeg - libgcc - yt-dlp - qt5-base - qt5-webengine - - - /usr/bin - /usr/share/pixmaps - /usr/share/applications - /usr/share/doc/clipgrab - - - clipgrab.desktop - - - - - 2022-03-29 - 3.9.7 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - persepolis - https://persepolisdm.github.io - - Kamil Atlı - suvari@pisilinux.org - - GPL3 - library - network.download - Qt front-end for aria2 download manager - Persepolis is a Download Manager and a GUI For aria2. - https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz - - aria2-devel - ffmpeg-devel - qt5-svg-devel - python3-devel - python3-psutil - libnotify-devel - python3-requests - python3-qt5-devel - python3-setuptools - python3-youtube_dl - python-setproctitle - pulseaudio-libs-devel - sound-theme-freedesktop - - network/download/persepolis/pspec.xml - - - persepolis - - aria2 - ffmpeg - python3 - qt5-svg - python3-qt5 - pulseaudio-libs - python3-requests - python3-youtube_dl - python-setproctitle - sound-theme-freedesktop - - - /usr/share - /usr/bin - /usr/share/man/man1 - /usr/share/doc/persepolis - /usr/lib/python3.9/site-packages - - - - - 2022-02-05 - 3.2.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - prozilla - http://freecode.com/projects/prozilla - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv3 - app:console - network.download - Console based download accelerator. - Prozilla is a console based download accelerator which speeds up download process approximately %200-300. - http://ftp.disconnected-by-peer.at/prozilla/prozilla-2.0.5.tar.bz2 - - ncurses-devel - - network/download/prozilla/pspec.xml - - - prozilla - - /usr/bin - /usr/include - /usr/share/locale - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2019-06-09 - 2.0.5 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - uget - http://ugetdm.com/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - network.download - uget - Download manager using GTK+ and libcurl - Bir indirme aracı. - uGet is an Open Source download manager application for GNU/Linux developed with GTK+. - Uget, Linux için yazılmış, GTK tabanlı bir indirme yöneticisidir. - uget - https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz - - intltool - gtk3-devel - curl-devel - cairo-devel - glib2-devel - pango-devel - openssl-devel - libnotify-devel - gdk-pixbuf-devel - gstreamer-devel - - network/download/uget/pspec.xml - - - uget - - curl - gtk3 - cairo - glib2 - pango - openssl - libnotify - gdk-pixbuf - gstreamer - aria2 - - - /usr/bin - /usr/share/applications - /usr/share/pixmaps - /usr/share/sounds - /usr/share/icons - /usr/share/locale - /usr/share/doc - - - - - 2020-04-11 - 2.2.3.1 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2016-03-22 - 2.0.5 - Version bump, rebuilt with docker. - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2014-07-09 - 1.10.4 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-02-17 - 1.10.3 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-02-08 - 1.10.3 - First release - Idris Kalp - admins@pisilinux.org - - - - - - wget - http://www.gnu.org/software/wget/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - app:console - network.download - Command-line utility to retrieve files from remote systems - Http ve ftp gibi internet protokollerini kullanarak dosya indirebilen bir yazılım - GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. - GNU Wget, HTTP, HTTPS ve FTP gibi en çok kullanılan Internet protokollerini kullanarak dosyalara ulaşmak icin kullanılan bir özgür yazılım paketidir. Etkileşimsiz bir komutsatırı aracıdır, böylece X-Windows desteği olmadan, betikler, işlemler, terminal kullanımı gerçekleştirilebilir. - http://ftp.gnu.org/gnu/wget/wget-1.21.1.tar.gz - - openssl-devel - zlib-devel - libidn2-devel - - network/download/wget/pspec.xml - - - wget - - zlib - openssl - libidn2 - - - /etc - /usr/bin - /usr/share/doc - /usr/share/info - /usr/share/man - /usr/share/locale - - - - - 2021-03-01 - 1.21.1 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-11-07 - 1.20.3 - Rebuild - mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 1.20.3 - Version bump - idris kalp - idriskalp@gmail.com - - - 2018-08-07 - 1.19 - Rebuild - mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 1.19 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-10-27 - 1.18 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 1.17.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-25 - 1.17.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - gufw - https://launchpad.net/gufw - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - network.filter - Uncomplicated way to manage your Linux firewall - Linux güvenlik duvarınızı yönetmenin karmaşık olmayan yolu - Uncomplicated way to manage your Linux firewall - Linux güvenlik duvarınızı yönetmenin karmaşık olmayan yolu - gufw - https://github.com/costales/gufw/releases/download/22.04/gui-ufw-22.04.0.tar.gz - - intltool - gtk3-devel - polkit-devel - python3-devel - webkit2gtk-devel - desktop-file-utils - gtk-update-icon-cache python3-distutils-extra - python3-pygobject3-devel - network/filter/gufw/pspec.xml + desktop/xfce/addon/catfish/pspec.xml - gufw + catfish - ufw + xdg-utils gtk3 - python3 - webkit2gtk - desktop-file-utils + dbus-python3 + python3-xdg + xfconf + python3-pexpect + python3-cairo + python3-ptyprocess python3-pygobject3 - gtk-update-icon-cache + python3-distutils-extra - /etc /usr/bin - /usr/share/doc + /usr/lib/python3.* /usr/share - /usr/lib/python3.*/site-packages - - - - - 2022-07-10 - 22.04.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - iproute2 - https://wiki.linuxfoundation.org/networking/iproute2 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.filter - Kernel routing and traffic control utilities - Çekirdek içinde yer alan ağ trafiği yönlendirme ve trafik kontrol araçları. - Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux. - Iproute2 TCP/IP ağları ve trafik kontrolü için araçlar içeren bir koolleksiyondur. - network-server - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.19.0.tar.gz - - db-devel - zlib-devel - libbsd-devel - libcap-devel - libmnl-devel - libtirpc-devel - elfutils-devel - linux-atm-devel - iptables-devel - - network/filter/iproute2/pspec.xml - - - iproute2 - - iptables - db - elfutils - libcap - libmnl - libbsd - libtirpc - linux-atm - - - /etc - /sbin - /usr/lib - /usr/include - /usr/share/tc - /usr/share/man - /usr/share/doc - /usr/share/bash-completion - /var/lib - - - - - 2022-08-03 - 5.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-02 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-02 - 5.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-23 - 5.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 5.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-23 - 4.19.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-13 - 4.15.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-09 - 4.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-29 - 4.9.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-10-19 - 4.8.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 4.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-05 - 4.4.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - iptables - http://www.iptables.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - network.filter - Firewall, NAT and packet mangling tools - Güvenlik duvarı, ağ adres çevrimi ve paket çevrimi aracı - Contains iptables firewall, NAT and packet mangling tools. - Iptables kural tabanlı gelişmiş güvenlik duvarı uygulamasıdır. - https://www.netfilter.org/projects/iptables/files/iptables-1.8.8.tar.bz2 - - libmnl-devel - libpcap-devel - libnfnetlink-devel - libnetfilter_conntrack-devel - - - iptables-1.8.2-link.patch - 0001-xshared-Fix-build-for-Werror-format-security.patch - - network/filter/iptables/pspec.xml - - - iptables - - libmnl - libpcap - libnfnetlink - libnetfilter_conntrack - - - /usr/bin - /sbin - /lib - /usr/lib - /usr/share/man - /etc - /var - /usr/share/xtables - - - System.Service - Network.Firewall - - - - iptables-devel - Development files for iptables - iptables için geliştirme dosyaları - - iptables - - - /usr/include - /usr/lib/*.a - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2022-08-03 - 1.8.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 1.8.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-01 - 1.8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-19 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 1.6.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-20 - 1.6.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - ufw - https://launchpad.net/ufw - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - network.filter - Uncomplicated and easy to use CLI tool for managing a netfilter firewall - Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı - Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use. - Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar. - ufw - https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz - - iptables-devel - python3-devel - - network/filter/ufw/pspec.xml - - - ufw - - python3 - iptables - - - /etc - /usr/sbin - /usr/share/doc /usr/share/locale - /lib/ufw - /usr/share/ufw - /usr/lib/python3.9/site-packages - /usr/share/man - - - - - 2022-07-10 - 0.36.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - evince - http://projects.gnome.org/evince/ - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.addons - A document viewer, built without GConf and GNOME keyring support - Hafif ve özgür bir PDF görüntüleyici - Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. - evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır. - evince - https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz - - meson - itstool - gtk-doc - atk-devel - gi-docgen - t1lib-devel - libgxps-devel - gtk3-devel - tiff-devel - cairo-devel - pango-devel - libSM-devel - libsecret-devel - libspectre-devel - djvu-devel - libICE-devel - gnome-desktop-devel - gdk-pixbuf-devel - poppler-glib-devel - intltool - libhandy-devel - libxml2-devel - python3-devel - gobject-introspection-devel - gspell-devel - nautilus-devel - gstreamer-devel - gst-plugins-base-devel - gsettings-desktop-schemas-devel - - network/filter/ufw/6/evince/pspec.xml - - - evince - - atk - zlib - glib2 - libgcc - djvu - gtk3 - tiff - cairo - t1lib - pango - libSM - libxml2 - libarchive - libICE - libgxps - libhandy - libsecret - gdk-pixbuf - libspectre - poppler-glib - gspell - nautilus - gstreamer - gnome-desktop - gst-plugins-base - - - /usr/bin - /usr/lib/libevview3.so* - /usr/lib/libevdocument3.so* - /usr/lib/girepository-1.0* - /usr/lib/nautilus/extensions-3.0/libevince* - /usr/lib/evince - /usr/share/applications - /usr/share/dbus-1 - /usr/share/evince - /usr/share/evince/icons - /usr/share/GConf - /usr/share/glib-2.0 - /usr/share/help /usr/share/icons - /usr/libexec/evinced - /usr/share/locale - /usr/share/man - /usr/share - - - - evince-devel - Development files for evince - evince için geliştirme dosyaları - - evince - glib2-devel - gtk3-devel - - - /usr/share/gir-1.0 - /usr/include - /usr/lib/pkgconfig - - - - evince-docs - Documentation files for evince - evince için belgelendirme dosyaları - - /usr/share/doc - - - - - 2022-05-23 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-23 - 3.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 3.26.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 3.26.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 3.20.1 - Rebuild with new toolchain - Pisi Gnu/Linux Community - admin@pisilinux.org - - - 2016-09-07 - 3.20.1 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - isoimagewriter - https://community.kde.org/ISOImageWriter - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - unknown - Program to write hybrid ISO files onto USB disks - USB disklere hibrit ISO dosyaları yazmak için program - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. - USB disklere hibrit ISO dosyaları yazmak için program - isoimagewriter - mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz - - kauth-devel - gpgme-devel - solid-devel - ki18n-devel - kcrash-devel - python3-devel - qt5-base-devel - karchive-devel - gpgme-qt5-devel - kcoreaddons-devel - kiconthemes-devel - extra-cmake-modules - kwidgetsaddons-devel - - network/filter/ufw/6/isoimagewriter/pspec.xml - - - isoimagewriter - - kauth - ki18n - solid - gpgme - kcrash - libgcc - kconfig - karchive - qt5-base - gpgme-qt5 - kcoreaddons - kiconthemes - kwidgetsaddons - - - /usr/bin + /usr/share/metainfo /usr/share/applications - /usr/lib/kauth/isoimagewriter_helper - /usr/share/doc - /usr/share/locale - /usr/share/polkit-1 - /usr/share/dbus-1 - /usr/share/metainfo - /usr/share/isoimagewriter - - - - - 2022-02-04 - 0.9.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ufw - https://launchpad.net/ufw - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - unknown - Uncomplicated and easy to use CLI tool for managing a netfilter firewall - Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı - Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use. - Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar. - ufw - https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz - - iptables-devel - python3-devel - - network/filter/ufw/6/ufw/pspec.xml - - - ufw - - python3 - iptables - - - /etc - /usr/sbin - /usr/share/doc - /usr/share/locale - /lib/ufw - /usr/share/ufw - /usr/lib/python3.9/site-packages - /usr/share/man - - - - - 2022-07-10 - 0.36.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - filezilla - https://filezilla-project.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - network.ftp - Simple FTP Client - FTP ve SFTP istemcisi - Easy-to-use FTP Client which also supports SFTP. - Filezilla; dosyalarınızı ftp, sftp, ftps ile göndermenize ve indirmenize yarar - filezilla - https://download.filezilla-project.org/client/FileZilla_3.60.2_src.tar.bz2 - - wxGTK3 - wxGTK-common - cppunit-devel - libidn-devel - dbus-devel - sqlite-devel - gnutls-devel - gtk2-devel - xdg-utils - wxGTK-devel - nettle-devel - libfilezilla-devel - - - wxwidgets-3.2.patch - - network/ftp/filezilla/pspec.xml - - - filezilla - - gtk2 - wxGTK - dbus - sqlite - libgcc - glib2 - gnutls - nettle - xdg-utils - libfilezilla - wxGTK3 - wxGTK-common - - - /usr/bin - /usr/lib/libfzclient-private* - /usr/lib/libfzclient-commonui-private* - /usr/share/applications - /usr/share/filezilla /usr/share/pixmaps - /usr/share/icons - /usr/share/locale /usr/share/doc - /usr/share/man - /usr/share/appdata/ - - 2022-07-27 - 3.60.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 3.51.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 20-06-04 - 3.48.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-01 - 3.32.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-04-07 - 3.32.0 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-20 - 3.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-25 - 3.25.2 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 3.14.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-26 - 3.14.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - lftp - http://lftp.yar.ru/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - network.ftp - Command line FTP client - Komut satırı FTP istemcisi - LFTP is sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind. - LFTP komut satırı arayüzüne sahip gelişmiş bir dosya aktarım programıdır. FTP, HTTP, FISH, SFTP, HTTPS ve FTPS protokollerini destekler. Yer imleri, yansılama, paralel olarak birçok dosya transfer etme özellikleri bulunuyor. Güvenirlik esas alınarak tasarlandı. - lftp - http://lftp.tech/ftp/lftp-4.9.2.tar.gz - - gnutls-devel - flex - bison - gcc - gettext-devel - libtool - zlib-devel - ncurses-devel - expat-devel - libidn2-devel - readline-devel - - - config-dns-inet6_before_inet.patch - lftp_sys-stdint-kfreebsd.patch - - network/ftp/lftp/pspec.xml - - - lftp - - zlib - expat - libgcc - gnutls - libidn2 - ncurses - readline - - - /etc - /usr/bin - /usr/lib - /usr/share/doc/lftp - /usr/share/applications/lftp.desktop - /usr/share/icons/hicolor/48x48/apps/lftp-icon.png - /usr/share/man - /usr/share/locale - /usr/share/lftp - /usr/share/pixmaps - - - lftp.png - - - - - 2021-07-02 - 4.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 4.8.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-03 - 4.8.3 + 2022-07-18 + 4.16.4 Version bump Mustafa Cinasal muscnsl@gmail.com - - 2017-05-25 - 4.7.7 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-22 - 4.7.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - minicom - https://salsa.debian.org/minicom-team/minicom - - PisiLinux Community - admins@pisilinux.org - - GPL - app:console - network.ftp - A serial communication program - A serial communication program - Seri iletişim programı - Seri iletişim programı - https://salsa.debian.org/minicom-team/minicom/-/archive/2.8/minicom-2.8.tar.gz - - ncurses-devel - - network/ftp/minicom/pspec.xml - - - minicom - - ncurses - - - /usr/bin - /etc - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2021-08-09 - 2.8 - Version Bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-03-19 - 2.7.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - vsftpd - http://vsftpd.beasts.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - network.ftp - Very Secure FTP Daemon written with speed, size and security in mind - Hızlı, küçük ve ileri derecede güvenli bir ftp sunucusu - Vsftpd is a ftp server, mostly focuses on security. - Vsftpd güvenlik odaklı bir ftp sunucu yazılımıdır. - https://security.appspot.com/downloads/vsftpd-3.0.3.tar.gz - - libnsl-devel - - - vsftpd-pisilinux.patch - - network/ftp/vsftpd/pspec.xml - - - vsftpd - - pam - libcap - openssl - - - /etc - /usr/sbin - /home/ftp - /usr/share/doc - /usr/share/man - /usr/share/vsftpd/empty - /var/log/vsftpd - - - System.Package - System.Service - - - ftp-pamd - vsftpd.conf - ftpusers - - - - 2021-07-02 - 3.0.3 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-02 - 3.0.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-25 - 3.0.3 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2016-11-22 - 3.0.3 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - cloud-init - https://cloud-init.io - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - app:console - network.library - The standard for customising cloud instances - Bulut örneklerini özelleştirme standardı - La norme pour la personnalisation des instances cloud - The standard for customising cloud instances - Bulut örneklerini özelleştirme standardı - https://launchpad.net/cloud-init/trunk/21.4/+download/cloud-init-21.4.tar.gz - - dhclient - python3-devel - python3-Jinja2 - python3-PyYAML - python3-requests - python3-configobj - python3-setuptools - - network/library/cloud-init/pspec.xml - - - cloud-init - - python3 - dhclient - python3-Jinja2 - python3-PyYAML - python-oauthlib - python-netifaces - python-configobj - python3-requests - python3-configobj - python-jsonschema - - - /usr/bin - /etc - /usr/lib/python3.9/site-packages - /usr/lib/cloud-init - /lib/udev/rules.d - /usr/share/bash-completion - /usr/share/doc/cloud-init - - - - - 2022-01-09 - 21.4 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - enet - http://enet.bespin.org/ - - Kamil Atlı - suvari@pisilinux.org - - MIT - library - network.library - UDP network library - UDP ağ kitaplığı - enet is a relatively thin, simple and robust network communication layer on top of UDP. - enet UDP protokolü üzerinden iletişim için kullanılabilecek küçük, kolay kullanımlı ve sağlam bir kitaplıktır. - enet - http://enet.bespin.org/download/enet-1.3.14.tar.gz - - glibc-devel - - network/library/enet/pspec.xml - - - enet - - /usr/lib - /usr/share/doc - - - - enet-devel - Development files for enet - enet için geliştirme dosyaları - - enet - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-10-30 - 1.3.14 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - flickcurl - http://librdf.org/flickcurl/ - - PisiLinux Community - admin@pisilinux.org - - GPLv2 - app:console - library - network.library - C library for the Flickr API - Flickr API için C Kitaplığı - Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. - Flickcurl oluşan istekleri taşıma, imzalama, token yönetimi, API çağırma, istenilen parametreleri sıralama ve yanıtları çözme işlemleri için bir C kitaplığıdır. - http://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz - - curl-devel - raptor2-devel - libxml2-devel - - - a5cc2a5d2fc7074f50fbaa772232b6e0fea7ce89.patch - - network/library/flickcurl/pspec.xml - - - flickcurl - - curl - raptor2 - libxml2 - - - /usr/bin - /usr/lib/ - /usr/share/doc - /usr/share/man - - - - flickcurl-devel - flickurl için geliştirme dosyaları - flickcurl için geliştirme dosyaları - - flickcurl - raptor2-devel - - - /usr/include - /usr/share/gtk-doc - /usr/lib/pkgconfig - - - - - 2020-03-05 - 1.26 + 2021-10-24 + 4.16.3 Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-10-14 - 1.26 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - glib-networking - http://git.gnome.org/browse/glib-networking/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - network.library - Network-related giomodules for glib - Moduły GIO dotyczące sieci do glib - This package contains various network related extensions for the GIO library. - Pakiet zawiera różne rozszerzenia dotyczące sieci do biblioteki GIO. - mirrors://gnome/glib-networking/2.72/glib-networking-2.72.2.tar.xz - - meson - gnutls-devel - p11-kit-devel - ca-certificates - intltool - glib2-devel - libidn-devel - - network/library/glib-networking/pspec.xml - - - glib-networking - - gnutls - p11-kit - glib2 - ca-certificates - - - /usr/lib/gio/modules - /usr/lib/systemd - /usr/libexec - /usr/share - /usr/share/doc/glib-networking - - - - - 2022-08-06 - 2.72.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-29 - 2.72.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 2.72.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-06 - 2.70.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-06 - 2.68.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-29 - 2.68.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.62.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 2.54.1 - Version Bump. Mustafa Cinasal muscnsl@gmail.com - 2017-02-19 - 2.50.0 + 2021-09-27 + 4.16.3 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 2.38.2 - Release Bump - Pisi Linux Community + 2021-07-21 + 4.16.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-02 + 4.16.0 + First release + Pisi Linux Admins admin@pisilinux.org - - 2014-03-30 - 2.38.2 - First release - Marcin Bojara - marcin@pisilinux.org - - ipaddr - https://pypi.org/project/ipaddr/ + xfce4-battery-plugin + https://docs.xfce.org/panel-plugins/xfce4-battery-plugin - PisiLinux Community - admins@pisilinux.org - - Apache - library - network.library - An IPv4/IPv6 manipulation library in Python - ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6 - https://files.pythonhosted.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz - network/library/ipaddr/pspec.xml - - - ipaddr - - /usr/lib - /usr/share/doc - - - - - 2020-06-04 - 2.2.0 - First release - PisiLinux Community - admins@pisilinux.org - - - 2019-03-18 - 2.2.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libetpan - https://www.etpan.org/libetpan.html - - fury - uglyside@yandex.ru - - custom - library - network.library - A portable middleware for email access. - The purpose of this mail library is to provide a portable, efficient framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. - https://github.com/dinhvh/libetpan/archive/1.9.4.tar.gz - - db-devel - curl-devel - expat-devel - gnutls-devel - openssl-devel - cyrus-sasl-devel - - - Detect_extra_data_after_STARTTLS_response_and_exit.patch - - network/library/libetpan/pspec.xml - - - libetpan - - db - openssl - cyrus-sasl - - - /usr/lib - - - - libetpan-devel - - libetpan - db-devel - gnutls-devel - openssl-devel - cyrus-sasl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-13 - 1.9.4 - First build - fury - uglyside@yandex.ru - - - - - - libfilezilla - https://lib.filezilla-project.org/doc/index.html - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2 - Libry - network.library - libfilezilla is a small and modern C++ library. - libfilezilla is a free, open source C++ library, offering some basic -functionality to build high-performing, platform-independent programs. - https://download.filezilla-project.org/libfilezilla/libfilezilla-0.38.1.tar.bz2 - - libgcc - gmp-devel - gnutls-devel - nettle-devel - - network/library/libfilezilla/pspec.xml - - - libfilezilla - - gmp - libgcc - gnutls - nettle - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/locale - - - - libfilezilla-devel - Development files for libfilezilla - - nettle-devel - gnutls-devel - libfilezilla - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-27 - 0.38.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 0.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-04 - 0.22.0 - Version bump - Kamil Atlıl - suvari@pisilinux.org - - - 2018-09-01 - 0.12.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-07 - 0.12.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-20 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-25 - 0.9.1 - First Release - Kamil Atlı - suvari@pisilinux.org - - - - - - libiscsi - https://github.com/sahlberg/libiscsi - - Kamil Atlı - suvari@pisilinux.org - - custom - library - network.library - Clientside library to implement the iSCSI protocol - iSCSI protokolünü uygulamak için istemci tarafı kitaplığı - Libiscsi is a client-side library to implement the iSCSI protocol that can be used to access the resources of an iSCSI target. - Libiscsi, bir iSCSI hedefinin kaynaklarına erişmek için kullanılabilecek iSCSI protokolünü uygulamaya yönelik bir istemci tarafı kitaplığıdır. - https://github.com/sahlberg/libiscsi/archive/refs/tags/1.19.0.tar.gz - - popt-devel - glibc-devel - libgcrypt-devel - - network/library/libiscsi/pspec.xml - - - libiscsi - - popt - libgcrypt - - - /usr/lib/libiscsi.so* - /usr/bin - /usr/share/man/man1 - /usr/share/doc/libiscsi - - - - libiscsi-devel - Development files for libiscsi - - libiscsi - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-02-05 - 1.19.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libmbim - http://www.freedesktop.org/wiki/Software/libmbim/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - network.library - MBIM modem protocol helper library. - libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. - http://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz - - gtk-doc - help2man - glib2-devel - python3-devel - libgudev-devel - autoconf-archive - gobject-introspection-devel - - network/library/libmbim/pspec.xml - - - libmbim - - glib2 - libgudev - - - /usr/lib - /usr/share/man - /usr/bin/ - /usr/share/gtk-doc/ - /usr/share/bash-completion - /usr/share/gir-1.0 - /usr/libexec - /usr/share/doc/libmbim - - - - libmbim-devel - libmbim için geliştirme dosyaları - libmbim için geliştirme dosyaları - - libmbim - glib2-devel - libgudev-devel - - - /usr/lib/pkgconfig - /usr/include/libmbim-glib/ - - - - - 2022-06-26 - 1.26.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 1.26.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-24 - 1.24.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-03 - 1.24.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 1.24.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.20.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 1.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.16.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-18 - 1.14.0 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-11-12 - 1.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 1.12.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-25 - 1.12.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libmnl - https://netfilter.org/projects/libmnl/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.library - libmnl is a minimalistic user-space library for Netlink developers. - libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir. - libmnl is a minimalistic user-space library for Netlink developers. There are a lot of common tasks involved in parsing, validating, and constructing both the Netlink header and TLVs that are repetitive and easy to get wrong. - libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir. Hem Netlink başlığı hemde TLV'ler gibi tekrarlayıp duran ve kolaylıkla yanlış gidebilecekler de çözümleme, doğrulama ve inşa etme gibi birçok yaygın görevler bulunmaktadır. Bu kütüphanenin amacı kodu yeniden kullanmanızı sağlamak ve tekerleği yeniden icat etmenizi engelleyecek temel yardımcıları sunmaktır. - https://netfilter.org/projects/libmnl/files/libmnl-1.0.5.tar.bz2 - network/library/libmnl/pspec.xml - - - libmnl - libmnl is a minimalistic user-space library for Netlink developers. - - /usr/share/man/ - /usr/share/doc/libmnl - /usr/lib/libmnl.so - /usr/lib/libmnl.so.0 - /usr/lib/libmnl.so.0.2.0 - - - - libmnl-devel - Development files for libmnl - libmnl için geliştirme dosyaları - libmnl-devel, libmnl için geliştirme dosyalarını içerir. - - libmnl - - - /usr/include/libmnl - /usr/lib/pkgconfig/libmnl.pc - - - - - 2022-08-03 - 1.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-10 - 1.0.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2016-03-13 - 1.0.3 - Rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2014-03-09 - 1.0.3 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 1.0.3 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-02 - 1.0.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libnetfilter_conntrack - https://www.netfilter.org/projects/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - network.library - Netfilter conntrack userspace library - Netfilter conntrack userspace library - Library providing an API to the in-kernel connection tracking state table - Library providing an API to the in-kernel connection tracking state table - libnetfilter_conntrack - https://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-1.0.9.tar.bz2 - - libmnl-devel - libnfnetlink-devel - - network/library/libnetfilter_conntrack/pspec.xml - - - libnetfilter_conntrack - - libmnl - libnfnetlink - - - /usr/lib - /usr/share/doc - - - - libnetfilter_conntrack-devel - Development files for libnetfilter_conntrack - - libnfnetlink-devel - libnetfilter_conntrack - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-03 - 1.0.9 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libnma - https://wiki.gnome.org/Projects/NetworkManager/ - - PisiLinux Community - admins@pisilinux.org - - GPL - library - network.library - NetworkManager GUI client library - NetworkManager GUI client library - NetworkManager GUI istemci kitaplığı - NetworkManager GUI istemci kitaplığı - https://download.gnome.org/sources/libnma/1.8/libnma-1.8.40.tar.xz - - meson - gtk-doc - gcr-devel - gtk4-devel - gtk3-devel - vala-devel - docbook-xsl - glib2-devel - iso-codes-devel - NetworkManager-devel - gobject-introspection-devel - mobile-broadband-provider-info - - network/library/libnma/pspec.xml - - - libnma - - gcr - gtk4 - gtk3 - cairo - glib2 - NetworkManager - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - libnma-devel - Development files for libnma - - libnma - NetworkManager-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libnma-docs - Development files for libnma - - libnma - - - /usr/share/gtk-doc - - - - - 2022-06-15 - 1.8.40 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-07 - 1.8.38 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-21 - 1.8.34 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-21 - 1.8.32 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 1.8.30 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-14 - 1.8.28 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libqmi - http://www.freedesktop.org/wiki/Software/libqmi/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - network.library - QMI modem protocol helper library - libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. - https://www.freedesktop.org/software/libqmi/libqmi-1.30.8.tar.xz - - help2man - glib2-devel - python3-devel - libgudev-devel - autoconf-archive - gobject-introspection-devel - libmbim-devel - - network/library/libqmi/pspec.xml - - - libqmi - - glib2 - libgudev - libmbim - gobject-introspection - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/gtk-doc - /usr/share/doc/libqmi/ - /usr/share/gir-1.0/Qmi-1.0.gir - /usr/share/bash-completion - - - - libqmi-devel - Development files for libqmi - - libqmi - glib2-devel - - - /usr/include - /usr/lib/pkgconfig/qmi-glib.pc - - - - - 2022-06-26 - 1.30.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-27 - 1.30.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-24 - 1.28.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-03 - 1.28.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 1.28.0 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-07-10 - 1.26.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-30 - 1.24.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.22.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 1.22.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.20.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-19 - 1.16.2 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-11-12 - 1.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 1.12.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-25 - 1.12.6 - First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - - - - - - libsrtp - https://github.com/cisco/libsrtp - - Pisi Linux Admins - admin@pisilinux.org - BSD + GPLv2 + LGPLv2 library - network.library - An implementation of the Secure Real-time Transport Protocol (SRTP) - An implementation of the Secure Real-time Transport Protocol (SRTP) - SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü) - SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü) - https://github.com/cisco/libsrtp/archive/refs/tags/v2.3.0.tar.gz + desktop.xfce.addon + Battery monitor panel plugin for Xfce4 + Xfce4 için pil izleme paneli eklentisi + A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD. + Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur. + https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2 - nss-devel - libpcap-devel - openssl-devel - - - libsrtp-2.3.0-rtp-header.patch - fedora/libsrtp-2.3.0-shared-fix.patch - fedora/libsrtp-2.3.0-test-util.patch - fedora/libsrtp-2.3.0-shared-test-fix.patch - - network/library/libsrtp/pspec.xml - - - libsrtp - - openssl - - - /usr/lib - /usr/share - /usr/share/doc - - - - libsrtp-devel - Development files for libsrtp - - libsrtp - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-04-04 - 2.3.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libuhttpmock - https://gitlab.com/uhttpmock/uhttpmock - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2.1 - app - network.library - HTTP web service mocking project for projects which use libsoup - HTTP web service mocking project for projects which use libsoup - HTTP web service mocking project for projects which use libsoup - HTTP web service mocking project for projects which use libsoup - https://gitlab.com/uhttpmock/uhttpmock/-/archive/0.5.3/uhttpmock-0.5.3.tar.gz - - gtk-doc - vala-devel - glib2-devel - gettext-devel - libsoup-devel - autoconf-archive - - network/library/libuhttpmock/pspec.xml - - - libuhttpmock - - glib2 - libsoup - - - /usr/lib - /usr/share/vala - /usr/share/doc - - - - libuhttpmock-devel - Development files for libuhttpmock - - libuhttpmock - glib2-devel - libsoup-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2021-06-02 - 0.5.3 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - miniupnpc - http://miniupnp.free.fr/ - - Kamil Atlı - suvari@pisilinux.org - - BSD-3-Clause - library - network.library - miniupnpc is a UPnP Control Point. - bir uPnP istemci kütüphanesi - miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. - bir uPnP istemci kitaplığı;uygulamaların ağdaki mevcut bir UPnP "internet ağgeçidi aygıtı" tarafından sağlanan servislere erişimine olanak verir. - http://miniupnp.free.fr/files/miniupnpc-2.2.3.tar.gz - - cmake - python3-devel - python3-setuptools - - - fix_install_for_headers.patch - fix_install_rules_to_account_for_BUILD_var.patch - - network/library/miniupnpc/pspec.xml - - - miniupnpc - bir uPnP istemci kütüphanesi - - /usr/lib - /usr/share/doc - - - - python3-miniupnpc - - miniupnpc - - - /usr/lib/python3.9 - - - - miniupnpc-devel - miniupnpc için geliştirme dosyaları - - miniupnpc - - - /usr/include/miniupnpc - /usr/lib/pkgconfig - /usr/lib/cmake/miniupnpc - - - - - 2022-04-16 - 2.2.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2020-06-04 - 2.1.20191224 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-06-04 - 2.1.20190824 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-30 - 2.1.20190824 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - nodejs - http://nodejs.org/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - MIT - app:console - network.library - Evented I/O for V8 javascript - Olay bazlı V8 Javascript motoru - Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser. - Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform. - https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz - - icu4c-devel - libuv-devel - openssl-devel - python3-devel - libnghttp2-devel - - network/library/nodejs/pspec.xml - - - nodejs - Node.js JavaScript runtime - - icu4c - zlib - libuv - libgcc - openssl - libnghttp2 - - - /usr/lib/node_modules - /usr/share/systemtap - /usr/bin - /usr/include - /usr/share/doc - /usr/share/man - - - - - 2021-10-23 - 16.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-17 - 16.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-09 - 16.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 15.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 15.9.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-04-26 - 14.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-17 - 13.6.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 9.5.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-02 - 7.9.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-10 - 4.1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - openpgm - https://www.freshports.org/net/openpgm/ - - Blue Devil - bluedevil@sctzine.com - - LGPL2.1 - library - network.library - Implementation of the PGM reliable multicast protocol - Guvenilir coklu yayin protolu PGM'nin uygulamasi - OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. - OpenPGM, RFC 3208'de belirtilen Pragmatik Genel Coklu Yayın(Pragmatic General Multicast - PGM) uygulamasıdır. - https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz - network/library/openpgm/pspec.xml - - - openpgm - Implementation of the PGM reliable multicast protocol - - /usr/lib - /usr/share/doc/libpgm - - - - openpgm-devel - Development files for openpgm - openpgm için geliştirme dosyaları - openpgm-devel, openpgm için geliştirme dosyaları sunar. - - openpgm - - - /usr/include/ - /usr/lib/pkgconfig - - - - - 2022-07-24 - 5.2.122 - Rebuild. - Mustsafa Cinasal - muscnsl@gmai.com - - - 2019-12-30 - 5.2.122 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - serf - https://serf.apache.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - Apachev2 - library - network.library - High-performance asynchronous HTTP client library. - The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library. - https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2 - - db-devel - zlib-devel - expat-devel - openssl-devel - apr-devel - apr-util-devel - scons - - - scons_py3.patch - - network/library/serf/pspec.xml - - - serf - - db - zlib - expat - openssl - apr - apr-util - openldap-client - - - /usr/lib - /usr/share/doc - - - - serf-devel - Development files for serf - serf için geliştirme dosyaları - - serf - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-22 - 1.3.9 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-02-26 - 1.3.9 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-01 - 1.3.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-21 - 1.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-06 - 1.3.8 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - srt - https://www.srtalliance.org - - Pisi Linux Admins - admin@pisilinux.org - - MPLv2.0 - library - network.library - Secure Reliable Transport protocol tools - Secure Reliable Transport protocol tools - Güvenli Güvenilir Aktarım protokolü araçları - Güvenli Güvenilir Aktarım protokolü araçları - https://github.com/Haivision/srt/archive/refs/tags/v1.4.2.tar.gz - - git - cmake - gnutls-devel - nettle-devel - openssl-devel - - network/library/srt/pspec.xml - - - srt - - gnutls - nettle - - - /usr/bin - /usr/lib - /usr/share/doc - - - - srt-devel - Development files for srt - - srt - gnutls-devel - nettle-devel - openssl-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-04-04 - 1.4.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - zeromq - https://github.com/zeromq/libzmq/ - - Blue Devil - bluedevil@sctzine.com - - LGPL - app:console - library - network.library - ZeroMQ core engine in C++, implements ZMTP/3.1 - ZeroMQ, ZMTP/3.1 uygulayan ve çekirdegi C++ olan bir kitaplıktır. - The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. - ZeroMQ soketleri asenkron mesaj kuyruklarının soyutlanması, çoklu mesaj oruntuleri, mesaj suzme coklu ulaşım protokollerine kesintisiz erişim saglayabilen bir kitaplıktır. - https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz - https://github.com/zeromq/cppzmq/archive/v4.8.0.tar.gz - - libsodium-devel - openpgm-devel - - network/library/zeromq/pspec.xml - - - zeromq - ZeroMQ core engine in C++, implements ZMTP/3.1 - - libsodium - openpgm - - - /usr/bin/curve_keygen - /usr/lib - /usr/share/doc/zeromq - - - - zeromq-devel - Development files for zeromq - zeromq için geliştirme dosyaları - zeromq-devel, zeromq için geliştirme dosyaları sunar. - - zeromq - libsodium-devel - openpgm-devel - - - /usr/include - /usr/include/zeromq - /usr/lib/pkgconfig - - - - - 2021-12-06 - 4.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-30 - 4.3.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - claws-mail - https://claws-mail.org/ - - fury - uglyside@yandex.ru - - GPL-3 - app:gui - network.mail - Claws Mail is an email client (and news reader), based on GTK+. - Claws Mail is a lightweight and highly configurable email client and news reader based on the GTK+ GUI toolkit. - https://claws-mail.org/releases/claws-mail-4.1.0.tar.xz - - flex - bison - curl-devel + intltool gtk3-devel - gpgme-devel - libSM-devel - gnutls-devel - openssl-devel - libical-devel - librsvg-devel - python3-devel - gettext-devel - enchant2-devel - libetpan-devel - compface-devel - libnotify-devel - libsocket-devel - openldap-server - libarchive-devel - gumbo-parser-devel - NetworkManager-devel - python3-pygobject3-devel - startup-notification-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel - network/mail/claws-mail/pspec.xml + desktop/xfce/addon/xfce4-battery-plugin/pspec.xml - claws-mail + xfce4-battery-plugin - db - atk - curl gtk3 - perl - zlib - cairo - expat glib2 - gpgme - libSM - pango - gnutls - libgcc - libICE - nettle - libical - librsvg - openssl - python3 - freetype - compface - enchant2 - harfbuzz - libetpan - dbus-glib - libassuan - libnotify - cyrus-sasl - gdk-pixbuf - fontconfig - libarchive - gumbo-parser - libgpg-error - openldap-client - startup-notification + libxfce4ui + xfce4-panel + libxfce4util - /usr/bin /usr/lib /usr/share /usr/share/locale - /usr/share/man - /usr/share/doc/clawsmail - - - - claws-mail-devel - - claws-mail - gtk3-devel - glib2-devel - enchant2-devel - - - /usr/include - /usr/lib/pkgconfig + /usr/share/doc - - 2022-04-14 - 4.1.0 - Version bump. - fury - uglyside@yandex.ru - - 2021-10-20 - 4.0.0 - First build. - fury - uglyside@yandex.ru - - - - - - razor - https://github.com/toddr/Razor2-Client-Agent - - fury - uglyside@yandex.ru - - PerlArtistic - app - network.mail - Razor is a distributed, collaborative, spam detection and filtering network. - Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures. - https://cpan.metacpan.org/authors/id/T/TO/TODDR/Razor2-Client-Agent-2.86.tar.gz - - perl - - - razor.patch - - network/mail/razor/pspec.xml - - - razor - - perl - perl-URI - perl-Net-DNS - perl-Digest-SHA1 - perl-Digest-Nilsimsa - - - /usr/bin - /usr/lib/perl5 - /usr/share/man - - - - - 2021-12-20 - 2.86 + 2020-06-25 + 1.1.3 Rebuild fury uglyside@yandex.ru - - 2021-09-18 - 2.85 - First build - fury - uglyside@yandex.ru - - spamassassin - https://spamassassin.apache.org/ + gigolo + https://www.uvena.de/gigolo/ - Pisi Linux Community - admins@pisilinux.org - - Apache-2 - server - network.mail - Spam detector and markup engine. - Apache SpamAssassin is the Open Source anti-spam platform giving system administrators a filter to classify email and block spam (unsolicited bulk email). - mirrors://apache/spamassassin/source/Mail-SpamAssassin-3.4.6.tar.bz2 - - re2c - perl - razor - gnupg - perl-DBI - openssl-devel - perl-Mail-DKIM - libsocket-devel - perl-NetAddr-IP - perl-HTML-Parser - - network/mail/spamassassin/pspec.xml - - - spamassassin - - re2c - perl - razor - gnupg - openssl - perl-DBI - libsocket - perl-libwww - perl-Net-DNS - perl-NET-HTTP - perl-Mail-SPF - perl-Mail-DKIM - perl-NetAddr-IP - perl-HTML-Parser - perl-HTTP-Message - perl-IO-Socket-SSL - perl-IO-Socket-INET6 - - - /etc/conf.d/spamd - /etc/mail/spamassassin - /usr/bin - /usr/lib/perl5 - /usr/lib/tmpfiles.d - /usr/share/spamassassin - /run/spamd - /var/lib/spamd - /usr/share/man/man1 - /usr/share/man/man3 - - - System.Package - System.Service - - - spamd-confd - - - - - 2021-09-23 - 3.4.6 - First build - fury - uglyside@yandex.ru - - - - - - sylpheed - http://sylpheed.sraoss.jp/en/ - - PisiLinux Community + Merve Yüzbaşıoğlu admins@pisilinux.org GPLv2 app:gui - network.mail - A lightweight email client and newsreader - Hafif ve hızlı bir e-posta ve haber okuyucu - Szybki klient poczty bazujący na GTK+ - Sylpheed is a simple and lightweight but featureful and easy-to-use e-mail client. - GTK+ tabanlı, X-Window Sistemi üzerinde çalışan bir e-posta ve haber istemcisi. - Szybki klient poczty z przyjaznym, intuicyjnym interfejsem użytkownika. - sylpheed-128x128 - http://sylpheed.sraoss.jp/sylpheed/v3.7/sylpheed-3.7.0.tar.bz2 + desktop.xfce.addon + A frontend to easily manage connections to remote filesystems using GIO/GVfs + GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü + Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such. + Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür. + https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.2.tar.bz2 - atk-devel - gtk2-devel - gpgme-devel - pango-devel - cairo-devel - openssl-devel - enchant-devel - compface-devel - gtkspell-devel - harfbuzz-devel - openldap-client - fontconfig-devel - gdk-pixbuf-devel - shared-mime-info - libgpg-error-devel + intltool + gtk3-devel + glib2-devel + desktop-file-utils - - sendmail_accelerator.patch - add-xdg-support.patch - v2-0001-libsylph-ssl.c-Support-SNI-some-servers-imap.gmai.patch - - network/mail/sylpheed/pspec.xml + desktop/xfce/addon/gigolo/pspec.xml - sylpheed-docs - Documentation files for sylpheed - sylpheed için belgelendirme dosyaları - data:doc + gigolo - sylpheed - - - /usr/share/doc/sylpheed - /usr/share/doc/sylpheed/html - - - - sylpheed - - atk + gvfs + gtk3 dbus - gtk2 - pango - cairo glib2 - gpgme - enchant - openssl - freetype - compface - gtkspell - harfbuzz - dbus-glib - fontconfig - gdk-pixbuf - openldap-client - shared-mime-info + libX11 + gvfs-fuse /usr/bin + /usr/share /usr/share/locale - /usr/lib - /usr/share/pixmaps - /usr/share/applications - - - - sylpheed-devel - Development files for sylpheed - sylpheed için geliştirme dosyaları - Pliki nagłówkowe sylpheed - library - - sylpheed - - - /usr/include/sylpheed + /usr/share/man + /usr/share/doc - - 2021-02-06 - 3.7.0 + + 2021-03-31 + 0.5.2 Version bump. Mustafa Cinasal - muscnsl@pisilinux.org - - - 2017-01-28 - 3.5.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-13 - 3.4.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-13 - 3.3.0 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org + muscnsl@gmail.com - 2012-09-03 - 3.2.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - thunderbird - http://www.mozilla.org/projects/thunderbird/ - - PisiLinux Community - admins@pisilinux.org - - MPL-1.1 - NPL-1.1 - GPLv2+ - app:gui - network.mail - The Stand-Alone Mozilla Mail Component - Thunderbird eposta istemcisi - Klient pocztowy Thunderbird - Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform. - Thunderbird, Mozilla e-posta bileşeninin yeniden tasarlanmış halidir. Platform bağımsız olan Thunderbird, XUL kullanıcı arayüzü diliyle geliştirilmiştir. - Thunderbird to darmowy i rozszerzalny klient poczty z wieloma wspaniałymi funkcjami. - thunderbird - http://ftp.mozilla.org/pub/thunderbird/releases/91.8.1/source/thunderbird-91.8.1.source.tar.xz - - pisilinux/mozconfig - - - autoconf213 - wget - yasm - bzip2 - nss-devel - gtk2-devel - gtk3-devel - zlib-devel - libXt-devel - libSM-devel - libpng-devel - sqlite-devel - libffi-devel - libXcomposite-devel - alsa-lib-devel - libjpeg-turbo-devel - dbus-devel - pixman-devel - dbus-glib-devel - hunspell-devel - libevent-devel - gconf-devel - libvpx-devel - pulseaudio-libs-devel - startup-notification-devel - cbindgen - rust - llvm - python3-devel - llvm-clang-devel - python3-setuptools - nodejs - libuv-devel - libnotify-devel - - network/mail/thunderbird/pspec.xml - - - thunderbird - - atk - nss - gtk2 - nspr - zlib - bzip2 - cairo - glib2 - libXt - pango - libX11 - pixman - libgcc - gconf - icu4c - hunspell - libvpx - libpng - sqlite - iconcan - libXext - alsa-lib - libevent - freetype - libXfixes - fontconfig - gdk-pixbuf - libXdamage - libXrender - libXcomposite - libjpeg-turbo - startup-notification - dbus - gtk3 - libffi - libxcb - dbus-glib - - - /usr/share/doc - /usr/bin - /usr/share/pixmaps - /usr/lib/thunderbird - /usr/share/applications - /usr/share/icons/hicolor - /usr/share/metainfo - - - vendor.js - thunderbird.desktop - pisilinux/network_mail_thunderbird_files_pisilinux_sound.wav - - - - thunderbird-lang-be - Беларуская мова пакет для Thunderbird - locale:be - system.locale - lang-be - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-ca - Arxiu d'idioma català del Thunderbird - locale:ca - system.locale - lang-ca - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-da - Dansk sprogpakke til Thunderbird - locale:da - system.locale - lang-da - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-de - Deutsch Sprachdatei für Thunderbird - locale:de - system.locale - lang-de - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-el - Ελληνική γλώσσα pack για τον Thunderbird - locale:el - system.locale - lang-el - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-en-US - English language pack for Thunderbird - locale:en_US - system.locale - lang-en-US - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-en-GB - English language pack for Thunderbird - locale:en_GB - system.locale - lang-en-GB - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-es-AR - Paquete de idioma español para Thunderbird - locale:es_AR - system.locale - lang-es-AR - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-es-ES - Paquete de idioma español para Thunderbird - locale:es - system.locale - lang-es-ES - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-fi - Suomen kielen pack for Thunderbird - locale:fi - system.locale - lang-fi - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-fr - Paquet de langue française pour Thunderbird - locale:fr - system.locale - lang-fr - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-hr - Hrvatski jezični paket za Thunderbird - locale:hr - system.locale - lang-hr - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-hu - Magyar nyelvű pack for Thunderbird - locale:hu - system.locale - lang-hu - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-it - Language Pack italiano per Thunderbird - locale:it - system.locale - lang-it - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-lt - Lietuvių kalbos paketas Thunderbird - locale:lt - system.locale - lang-lt - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-nl - Nederlands taalpakket voor Thunderbird - locale:nl - system.locale - lang-nl - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-pl - Polski pakiet językowy dla programu Thunderbird - locale:pl - system.locale - lang-pl - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-pt-BR - Pacote de idioma português para o Thunderbird - locale:pt_BR - system.locale - lang-pt-BR - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-pt-PT - Pacote de idioma português para o Thunderbird - locale:pt - system.locale - lang-pt-PT - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-ro - Pachet de limba română pentru Thunderbird - locale:ro - system.locale - lang-ro - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-ru - Русский языковый пакет для Thunderbird - locale:ru - system.locale - lang-ru - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-sr - Паковање српски језик за Фирефок - locale:sr - system.locale - lang-sr - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-sv-SE - Svenska språkpaket för Thunderbird - locale:sv_SE - system.locale - lang-sv-SE - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-tr - Thunderbird için Türkçe dil dosyası - locale:tr - system.locale - lang-tr - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org.xpi - - - - thunderbird-lang-uk - Український мовний пакет для Thunderbird - locale:uk - system.locale - lang-uk - - thunderbird - - - /usr/lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org.xpi - - - - - 2022-05-01 - 91.8.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 91.2.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 91.2.1 - Version Bump. - Kamil Atlı - suvari@pisilinux.org - - - 2021-04-24 - 78.10.0 - Version Bump. + 2020-11-21 + 0.5.1 + Rebuild.For Beta System Ali Cengiz Kurt alicengizkurt@gmail.com - - 2018-09-21 - 52.9.0 - Version Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2018-02-04 - 52.6.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-22 - 52.1.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - + + + + + xfce4-verve-plugin + https://docs.xfce.org/panel-plugins/xfce4-verve-plugin + + fury + uglyside@yandex.ru + + GPLv2 + library + desktop.xfce.addon + Command line for Xfce panel. + The Verve panel plugin is a comfortable command line plugin for the Xfce panel. + https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2 + + intltool + exo-devel + gtk3-devel + glib2-devel + xfconf-devel + libpcre-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-verve-plugin/pspec.xml + + + xfce4-verve-plugin + + gtk3 + glib2 + xfconf + libX11 + libpcre + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + - 2016-06-15 - 45.1.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2022-06-16 + 2.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2016-01-29 - 38.5.1 - First release - Osman Erkan - osman.erkan@pisilinux.org + 2021-04-10 + 2.0.1 + First Beta build. + fury + uglyside@yandex.ru - c-ares - https://c-ares.haxx.se/ + thunar-shares-plugin + https://docs.xfce.org/xfce/thunar/thunar-shares-plugin - PisiLinux Community - admins@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - as-is + GPLv2 library - network.misc - A C library that performs DNS requests and name resolves asynchronously - Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı - c-ares est une librairie qui effectue des requête DNS et les résolutions de nom de manière asynchrone. c-ares est issue d'un schisme de la librairie 'ares' écrite par Greg Hudson au MIT. - c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. - Eşzamansız DNS sorgulamaları ve isim çözme işlemleri için bir C kitaplığı. c-ares, ares kitaplığı temel alınarak geliştirilmiştir. - c-ares es una librería C que realiza consultas DNS y resolución asíncron de nombres. c-ares es un derivado (fork) de la librería 'ares', escrito por Greg Hudson en el MIT. - https://c-ares.haxx.se/download/c-ares-1.17.2.tar.gz - network/misc/c-ares/pspec.xml + desktop.xfce.addon + Thunar Shares Plugin + Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti + The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access. + thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir. + https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2 + + intltool + gtk3-devel + glib2-devel + samba-devel + thunar-devel + + desktop/xfce/addon/thunar-shares-plugin/pspec.xml - c-ares - - /usr/lib - /usr/share/man/man3 - /usr/share/doc/c-ares/* - - - - c-ares-devel - Development files for c-ares - c-ares için geliştirme dosyaları + thunar-shares-plugin - c-ares + thunar + glib2 + gtk3 + samba - /usr/include - /usr/lib/pkgconfig + /usr/lib + /usr/share/locale + /usr/share/doc + + + + + 2020-12-05 + 0.3.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-screenshooter + https://docs.xfce.org/apps/screenshooter/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A plugin allows you to capture the entire screen + Ekran görüntüsü alma eklentisi + This application allows you to capture the entire screen, the active window or a selected region. + xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar. + org.xfce.screenshooter + https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.11.tar.bz2 + + python3 + intltool + exo-devel + libSM-devel + libX11-devel + libsoup-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-screenshooter/pspec.xml + + + xfce4-screenshooter + + exo + gtk3 + glib2 + cairo + pango + libSM + libICE + libX11 + libxml2 + libXext + libsoup + libXfixes + gdk-pixbuf + libxfce4ui + fontconfig + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc - 2021-08-15 - 1.17.2 + 2022-08-09 + 1.9.11 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-07-04 - 1.15.0 - Version Bump. - fury - uglyside@yandex.ru + 2022-06-12 + 1.9.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-29 - 1.12.0 - Version Bump. + 2022-03-23 + 1.9.10 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-04-24 - 1.11.0 - Version bump, rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com + 2021-06-09 + 1.9.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2014-02-17 - 1.9.1 - Release - Osman Erkan - osman.erkan@pisilinux.org + 2020-12-23 + 1.9.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2012-09-01 - 1.9.1 - First release - Osman Erkan - osman.erkan@pisilinux.org + 2020-06-25 + 1.9.7 + Rebuild. + fury + uglyside@yandex.ru - clamz - https://code.google.com/archive/p/clamz/ + thunar-sendto-clamtk + https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/ - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + Pisi Linux Admins + admin@pisilinux.org - LGPLv3 - library - network.misc - Amazon Downloader - Amazon Downloader - Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon. - Clamz is a little command-line program to download MP3 files from -Amazon.com's music store. It is intended to serve as a substitute -for Amazon's official MP3 Downloader, which is not free software (and -therefore is only available in binary form for a limited set of -platforms.) Clamz can be used to download either individual songs or -complete albums that you have purchased from Amazon. - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz - - curl-devel - libgcrypt-devel - expat-devel - - network/misc/clamz/pspec.xml + GPLv2 + data + desktop.xfce.addon + Right-click send-to ClamTk functionality within Thunar + Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar + thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar. + thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir. + https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip + desktop/xfce/addon/thunar-sendto-clamtk/pspec.xml - clamz + thunar-sendto-clamtk - curl - expat - libgcrypt + clamav-gui - /usr/bin - /usr/share /usr/share/man /usr/share/doc + /usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop - - 2020-03-08 - 0.5 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-08-20 - 0.5 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - 2017-01-07 - 0.5 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2020-11-23 + 0.06 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com - ell - https://01.org/ell + keybinder + https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - network.misc - Embedded Linux library - Embedded Linux library - Gömülü Linux kitaplığı - Gömülü Linux kitaplığı - https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.52.tar.xz - network/misc/ell/pspec.xml + X11 + app:console + desktop.xfce.addon + keybinder is a library for registering global keyboard shortcuts. + evrensel klavye kısayolları kayıtları için bir kütüphane. + keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. + Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır. + https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2 + + gtk-doc + gtk3-devel + gnome-common + gobject-introspection-devel + + desktop/xfce/addon/keybinder/pspec.xml - ell + keybinder + + gtk3 + glib2 + libX11 + gobject-introspection + - /usr/lib + /usr/lib/ + /usr/share /usr/share/doc - ell-devel - Development files for ell + keybinder-devel + Development files for keybinder + keybinder için geliştirme dosyaları - ell + keybinder + gtk3-devel - /usr/include + /usr/include/ /usr/lib/pkgconfig - 2022-07-17 - 0.52 - First release - PisiLinux Community - admins@pisilinux.org + 2020-11-21 + 0.3.2 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com - florb - http://florb.shugaa.de/ + xfce4-diskperf-plugin + https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin - fury - uglyside@yandex.ru + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - MIT + BSD-2 app:gui - network.misc - A simple map viewer and GPX editor. - florb is a really simple map viewer and GPX editor written in C++ using the FLTK UI toolkit. florb makes it easy to create and edit tracks for planning short and extended trips into the wild green. Or anywhere else for that matter. - https://github.com/shugaa/florb/archive/85d2be7d851f83db8a289fd2018832aec295d526.zip - https://github.com/pekdon/florb/raw/cmake_support/src/res/audio-input-microphone-ina.png + desktop.xfce.addon + A disk usage and performance panel plugin for Xfce + Xfce disk bilgisi eklentisi + A disk usage and performance panel plugin for Xfce. + xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir. + xfce4-panel + https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.7/xfce4-diskperf-plugin-2.7.0.tar.bz2 - cmake - yaml-cpp - curl-devel - mesa-devel - fltk-devel - gpsd-devel - boost-devel - libX11-devel - libXpm-devel - libXres-devel - tinyxml2-devel - libxkbfile-devel - libxkbcommon-devel + xfce4-panel-devel + intltool + libxfce4ui-devel - - support_building_with_cmake.patch - allow_startup_with_missing_config_file.patch - no_build_about_resources.patch - - network/misc/florb/pspec.xml + desktop/xfce/addon/xfce4-diskperf-plugin/pspec.xml - florb + xfce4-diskperf-plugin - fltk - curl - gpsd - boost - libgcc - libX11 - libXpm - tinyxml2 - - - /usr/bin - /usr/share - - - florb.desktop.in - - - - - 2021-10-22 - 1.1 - Rebuild - fury - uglyside@yandex.ru - - - 2020-12-19 - 1.1 - First build from git (include patches from @pekdon). - fury - uglyside@yandex.ru - - - - - - freerdp - http://www.freerdp.com - - Aydın Demirel - aydin.demirel@pisilinux.org - - ASF - app:console - network.misc - A Remote Desktop Implementation - Bir uzak masaüstü protokol uygulaması - FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under Apacle License. - FreeRDP Apache lisansı altında dağıtılan, Uzak Masaüstü Uygulamasının (RDP) özgür bir uygulamasıdır. - https://github.com/FreeRDP/FreeRDP/archive/2.7.0.tar.gz - - pam-devel - cups-devel - ffmpeg-devel - alsa-lib-devel - libXinerama-devel - xmlto - libX11-devel - libXi-devel - libXcursor-devel - libxkbcommon-devel - libxkbfile-devel - libXv-devel - libXrandr-devel - gstreamer-devel - gst-plugins-base-devel - glib2-devel - openssl-devel - zlib-devel - cmake - libxslt - util-linux - wayland-devel - libusb-devel - libXext-devel - libXtst-devel - libXfixes-devel - libXdamage-devel - libjpeg-turbo-devel - wayland-client - wayland-cursor - pulseaudio-libs-devel - - network/misc/freerdp/pspec.xml - - - freerdp - - pam - cups + gtk3 glib2 - libXi - libXv - ffmpeg - libX11 - libusb - libXext - libXtst - openssl - alsa-lib - libXfixes - libXrandr - libXcursor - libXdamage - libXrender - libxkbfile - libXinerama - libxkbcommon - libjpeg-turbo - wayland-client - wayland-cursor - pulseaudio-libs - gstreamer - gst-plugins-base + libxfce4ui + xfce4-panel + libxfce4util - /usr/bin - /usr/lib - /usr/share/freerdp /usr/share/doc - /usr/share/man - - - - freerdp-devel - - freerdp - openssl-devel - wayland-devel - libxkbcommon-devel - - - /usr/include - /usr/lib/pkgconfig + /usr/share/locale + /usr/share/xfce4 + /usr/lib - - 2022-07-03 + + 2022-04-01 2.7.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2021-10-17 - 2.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 2.0.0-rc4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-10-25 - 2.0_20180426 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 2.0_20180426 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-26 - 2.0_20180426 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 2.0_20170201 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-14 - 2.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 1.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-02-04 + 2.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2015-01-01 - 1.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2020-06-25 + 2.6.2 + Rebuild. + fury + uglyside@yandex.ru - geoclue - http://www.freedesktop.org/wiki/Software/GeoClue + xfce4-xkb-plugin + https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD-2 + app:gui + desktop.xfce.addon + A plugin to switch keyboard layouts for the Xfce4 panel + Klavye yerleşimini değiştirmek için Xfce4 panel eklentisi + A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts. + xfce4-xkb-plugin ile Xfce4 panelinden klavye yerleşimini bir iki tıklamayla değiştirebilir, uygulama veya pencere içinde de farklı klavye yerleşimi kullanabilirsiniz. Ayrıca klavye geçiş kısayollarını destekler. + https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.3.tar.bz2 + + intltool + gtk3-devel + garcon-devel + libX11-devel + libICE-devel + librsvg-devel + libwnck3-devel + libxfce4ui-devel + xfce4-panel-devel + libxklavier-devel + + desktop/xfce/addon/xfce4-xkb-plugin/pspec.xml + + + xfce4-xkb-plugin + + atk + gtk3 + glib2 + pango + cairo + xfconf + garcon + librsvg + harfbuzz + libwnck3 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxklavier + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2022-07-14 + 0.8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-17 + 0.8.2 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-06-25 + 0.8.1 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-07-28 + 0.8.1 + Ver. bump + fury + uglyside@yandex.ru + + + 2015-03-05 + 0.5.6 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-08-26 + 0.5.4.3 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-26 + 0.5.4.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + xfce4-pulseaudio-plugin + https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Xfce pulseaudio plugin + Xfce ses çıkışını denetleyen bir eklenti + Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer + Xfce ses çıkışını denetleyen bir eklenti + https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2 + + intltool + exo-devel + gtk3-devel + libXpm-devel + libX11-devel + libwnck3-devel + libnotify-devel + keybinder-devel + dbus-glib-devel + libxfce4ui-devel + xfce4-panel-devel + pulseaudio-libs-devel + + desktop/xfce/addon/xfce4-pulseaudio-plugin/pspec.xml + + + xfce4-pulseaudio-plugin + + exo + gtk3 + glib2 + xfconf + libX11 + libwnck3 + libnotify + keybinder + dbus-glib + gdk-pixbuf + libxfce4ui + xfce4-panel + pavucontrol + libxfce4util + pulseaudio-libs + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-08-17 + 0.4.3 + First release + fury + uglyside@yandex.ru + + + + + + xfce4-dict + https://docs.xfce.org/apps/xfce4-dict/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A client program to query different dictionaries + Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci + xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. + xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir. + https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2 + + xfce4-panel-devel + intltool + libxfce4ui-devel + + desktop/xfce/addon/xfce4-dict/pspec.xml + + + xfce4-dict + + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-12-23 + 0.8.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 0.8.3 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-mailwatch-plugin + https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.xfce.addon + A mailbox plugin for Xfce4 + Xfce4 için posta kutusu eklentisi + A mailbox watch/check plugin for the Xfce4 panel + xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır. + https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2 + + intltool + exo-devel + gtk3-devel + gnutls-devel + openssl-devel + libgcrypt-devel + gdk-pixbuf-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + desktop/xfce/addon/xfce4-mailwatch-plugin/pspec.xml + + + xfce4-mailwatch-plugin + + exo + gtk3 + gnutls + openssl + libgcrypt + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2020-12-06 + 1.3.0 + First Beta release. + fury + uglyside@yandex.ru + + + + + + xfce4-smartbookmark-plugin + https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to send requests directly to your browser to make search + Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül + xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search. + xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür. + https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2 + + intltool + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml + + + xfce4-smartbookmark-plugin + + gtk3 + glib2 + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share/doc + /usr/share/xfce4 + /usr/share/locale + + + + + 2020-06-25 + 0.5.1 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-genmon-plugin + https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin + + fury + uglyside@yandex.ru + + LGPLv2.1 + library + desktop.xfce.addon + Display cyclically run script or program output onto the panel + This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip. + https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.1.tar.bz2 + + intltool + gtk3-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-genmon-plugin/pspec.xml + + + xfce4-genmon-plugin + + gtk3 + glib2 + pango + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-01-24 + 4.1.1 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-12-24 + 4.1.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-06-25 + 4.0.2 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-weather-plugin + https://docs.xfce.org/panel-plugins/xfce4-weather-plugin + + fury + uglyside@yandex.ru + + GPLv2 + plugin + desktop.xfce.addon + A weather plugin for the Xfce desktop environment + Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no. + https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.0.tar.bz2 + + intltool + gtk3-devel + upower-devel + libxml2-devel + libsoup-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-weather-plugin/pspec.xml + + + xfce4-weather-plugin + + gtk3 + glib2 + pango + upower + xfconf + libxml2 + libsoup + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-02-13 + 0.11.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-06 + 0.10.2 + First Beta release. + fury + uglyside@yandex.ru + + + + + + thunarx-python + https://goodies.xfce.org/projects/bindings/thunarx-python + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Thunarx Python bindings + Thunarx Python bağlayıcıları + thunarx-python is Python binding for Thunar + thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır. + https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.2.tar.bz2 + + gtk3-devel + thunar-devel + python3-devel + python-gtk-devel + python3-pygobject3-devel + python-pygobject3-devel + + desktop/xfce/addon/thunarx-python/pspec.xml + + + thunarx-python + + gtk3 + glib2 + thunar + python3 + + + /usr/lib + /usr/share/doc + /usr/share/gtk-doc + + + + + 2021-10-24 + 0.5.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-20 + 0.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-05 + 0.5.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-volumed-pulse + https://git.xfce.org/apps/xfce4-volumed-pulse/about/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app + desktop.xfce.addon + Fork of xfce4-volumed with support for PulseAudio + Xfce için bir ses tuşları kontrolü eklentisi + Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications. + Bu temel eklenti, xf86 Ses tuşlarını etkinleştirmek ve senkronize ses bildirimlerini destekler + https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.3.tar.bz2 + + gst-plugins-base-devel + pulseaudio-libs-devel + gstreamer-devel + libnotify-devel + keybinder-devel + xfconf-devel + + desktop/xfce/addon/xfce4-volumed-pulse/pspec.xml + + + xfce4-volumed-pulse + + gst-plugins-base + pulseaudio-libs + gstreamer + libnotify + keybinder + xfconf + glib2 + gtk3 + + + /etc/xdg/autostart/ + /usr/bin/ + /usr/share/doc + + + + + 2021-08-17 + 0.2.3 + First release. + fury + uglyside@yandex.ru + + + + + + parole + https://docs.xfce.org/apps/parole/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A modern simple media player + Basit ve modern bir medya oynatıcı + Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind. + Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır. + https://archive.xfce.org/src/apps/parole/4.16/parole-4.16.0.tar.bz2 + + gtk-doc + intltool + gtk3-devel + python-six + glib2-devel + docbook-xsl + xfconf-devel + taglib-devel + libxslt-devel + libnotify-devel + gstreamer-devel + dbus-glib-devel + libxfce4ui-devel + libxfce4util-devel + gst-plugins-base-devel + + desktop/xfce/addon/parole/pspec.xml + + + parole + + gtk3 + dbus + glib2 + cairo + taglib + xfconf + libX11 + gstreamer + dbus-glib + libnotify + gdk-pixbuf + libxfce4ui + libxfce4util + gst-plugins-base + gst-plugins-good + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + parole-devel + Development files for parole + parole için geliştirme dosyaları + + parole + glib2-devel + gtk3-devel + libxfce4util-devel + + + /usr/include + /usr/share/gtk-doc + + + + + 2021-01-17 + 4.16.0 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 1.0.5 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-mount-plugin + https://docs.xfce.org/panel-plugins/xfce4-mount-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A mount/umount utility + Bir bağlama(mount)/koparma(umount) modülü + xfce4-mount-plugin is a mount/umount utility for the panel. + xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür. + https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.5.tar.bz2 + + intltool + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-mount-plugin/pspec.xml + + + xfce4-mount-plugin + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + fontconfig + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-01-17 + 1.1.5 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-06-25 + 1.1.3 + Rebuild. + fury + uglyside@yandex.ru + + + + + + orage + https://github.com/balena/orage + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + app:gui + desktop.xfce.addon + A calendar for Xfce + Xfce için takvim + Orage is a time-managing application for the Xfce desktop environment. + Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır. + https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2 + + gettext + intltool + db-devel + gtk3-devel + libSM-devel + libICE-devel + popt-devel + libical-devel + dbus-glib-devel + libnotify-devel + gdk-pixbuf-devel + xfce4-panel-devel + libxfce4ui-devel + libxfce4util-devel + + desktop/xfce/addon/orage/pspec.xml + + + orage + + atk + dbus + gtk3 + libSM + popt + cairo + glib2 + pango + libICE + libX11 + libical + harfbuzz + freetype + dbus-glib + libnotify + libxfce4ui + gdk-pixbuf + fontconfig + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-03-23 + 4.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-21 + 4.12.1 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-sensors-plugin + https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + app:gui + desktop.xfce.addon + Sensors plugin for Xfce4 Panel + Xfce 4 paneli için algılayıcılar eklentisi. + Reads your hardware sensor values and displays them in your panel + Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ... + https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.3.tar.bz2 + + acpi + acpid + acpica + intltool + gtk3-devel + libnotify-devel + lm_sensors-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-sensors-plugin/pspec.xml + + + xfce4-sensors-plugin + + gtk3 + cairo + pango + glib2 + libnotify + lm_sensors + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + + 2022-04-01 + 1.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-16 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-30 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-26 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 1.3.92 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-time-out-plugin + https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL-2 + library + desktop.xfce.addon + A module allows to take periodical breaks from the computer + Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti + This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. + Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir. + https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.2.tar.bz2 + + intltool + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-time-out-plugin/pspec.xml + + + xfce4-time-out-plugin + + gtk3 + cairo + glib2 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-10-17 + 1.1.2 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-07-07 + 1.1.1 + Ver. bump + fury + uglyside@yandex.ru + + + + + + ristretto + https://docs.xfce.org/apps/ristretto/start + + Engin Manap + enginmanap@comu.edu.tr + + GPLv2 + app:gui + desktop.xfce.addon + Image viewer for Xfce + Xfce için resim göstericisi + Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. + Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir. + https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.3.tar.bz2 + + intltool + gtk3-devel + xfconf-devel + libgsf-devel + libexif-devel + tumbler-devel + libxfce4ui-devel + gdk-pixbuf-devel + poppler-glib-devel + libxfce4util-devel + libjpeg-turbo-devel + + desktop/xfce/addon/ristretto/pspec.xml + + + ristretto + + gtk3 + file + glib2 + cairo + pango + xfconf + libX11 + libexif + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2022-07-10 + 0.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-15 + 0.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-26 + 0.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-11 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-21 + 0.11.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-21 + 0.10.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + thunar-archive-plugin + https://docs.xfce.org/xfce/thunar/archive + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to create and extract archive files + Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti + The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. + The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. + https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.5/thunar-archive-plugin-0.5.0.tar.bz2 + + intltool + exo-devel + gtk3-devel + glib2-devel + file-roller + thunar-devel + + desktop/xfce/addon/thunar-archive-plugin/pspec.xml + + + thunar-archive-plugin + + thunar + exo + gtk3 + glib2 + file-roller + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/libexec/thunar-archive-plugin + + + + + 2022-04-30 + 0.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-21 + 0.4.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-notes-plugin + https://docs.xfce.org/panel-plugins/xfce4-notes-plugin + + Alper Tekinalp + admins@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + Notes plugin provides you a quick way you had do with Post-It's + Panel için not eklenti + The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's. + xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir. + https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.9/xfce4-notes-plugin-1.9.0.tar.bz2 + + gtk3-devel + gettext-devel + git + intltool + libunique-devel + libxfce4ui-devel + vala-devel + xfce4-dev-tools + xfce4-panel-devel + + desktop/xfce/addon/xfce4-notes-plugin/pspec.xml + + + xfce4-notes-plugin + + gtk3 + cairo + glib2 + pango + libX11 + xfconf + libunique + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-02-04 + 1.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 1.8.1 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-docklike-plugin + https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start + + fury + uglyside@yandex.ru + + GPLv3 + library + desktop.xfce.addon + A Dock-like Taskbar Plugin for XFCE. + A modern, docklike, minimalist taskbar for XFCE. + https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.4/xfce4-docklike-plugin-0.4.0.tar.bz2 + + intltool + gtk3-devel + cairo-devel + libX11-devel + libwnck3-devel + xfce4-dev-tools + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml + + + xfce4-docklike-plugin + + atk + gtk3 + cairo + glib2 + pango + libX11 + libgcc + harfbuzz + libwnck3 + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-09-28 + 0.4.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-23 + 0.3.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-04-02 + 0.2.0 + First release from David Keogh. + fury + uglyside@yandex.ru + + + + + + xfce4-wavelan-plugin + https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + This plugin is used to display stats from a wireless lan interface + Kablosuz LAN arayüzü durumunu görüntülemek için kullanılan bir eklenti + xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use. + xfce4-wavelan-plugin, sinyal kalitesini yüzde olarak gösterir.Kullanımı oldukça kolay bir eklentidir. + https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2 + + intltool + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml + + + xfce4-wavelan-plugin + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + fontconfig + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2020-06-25 + 0.6.1 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-datetime-plugin + https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + This plugin shows the date and time in the panel + Panelde tarih ve zamanı gösteren eklenti + xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it. + xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır. + https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2 + + xfce4-panel-devel + intltool + libxfce4ui-devel + + desktop/xfce/addon/xfce4-datetime-plugin/pspec.xml + + + xfce4-datetime-plugin + + xfce4-panel + gtk3 + glib2 + pango + libxfce4ui + libxfce4util + + + /usr/lib + /usr/share/xfce4 + /usr/share/locale + /usr/share/doc + + + + + 2020-06-25 + 0.8.0 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-timer-plugin + https://docs.xfce.org/panel-plugins/xfce4-timer-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + Timer plugin for Xfce4 panel + Xfce4 uyarı eklentisi + With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc. + Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir. + xfce4-panel + https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2 + + intltool + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-timer-plugin/pspec.xml + + + xfce4-timer-plugin + + atk + gtk3 + glib2 + cairo + pango + harfbuzz + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2020-08-01 + 1.7.1 + Ver. bump + fury + uglyside@yandex.ru + + + + + + xfce-polkit + https://github.com/ncopa/xfce-polkit + + fury + uglyside@yandex.ru + + GPLv2 + app:console + desktop.xfce.addon + A simple PolicyKit authentication agent for XFCE + A simple PolicyKit authentication agent for XFCE + https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3 + + python3 + intltool + glib2-devel + polkit-devel + libpcre2-devel + libxfce4ui-devel + + desktop/xfce/addon/xfce-polkit/pspec.xml + + + xfce-polkit + + gtk3 + glib2 + polkit + libpcre2 + libxfce4ui + + + /etc + /usr/libexec + /usr/share/doc + + + + + 2020-06-25 + 0.3 + Rebuild + fury + uglyside@yandex.ru + + + 2019-07-11 + 0.3 + First build. + fury + uglyside@yandex.ru + + + + + + thunar-media-tags-plugin + https://docs.xfce.org/xfce/thunar/media-tags + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + Thunar media tags plugin + Thunar çoklu ortam bilgi eklentisi + The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager. + Thunar + https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2 + + gettext + intltool + exo-devel + thunar-devel + taglib-devel + libxml2-devel + libxfce4ui-devel + libxfce4util-devel + + desktop/xfce/addon/thunar-media-tags-plugin/pspec.xml + + + thunar-media-tags-plugin + + exo + atk + gtk3 + glib2 + thunar + taglib + + + /usr/lib + /usr/share/locale + /usr/share/doc + + + + + 2020-11-21 + 0.3.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-clipman-plugin + https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin + + fury + uglyside@yandex.ru + + GPLv2 + app:gui + desktop.xfce.addon + Clipboard manager for the Xfce Panel. + Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes. + https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.2.tar.bz2 + + intltool + gtk3-devel + glib2-devel + libXpm-devel + xfconf-devel + libXtst-devel + qrencode-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml + + + xfce4-clipman-plugin + + gtk3 + glib2 + xfconf + libX11 + libXtst + qrencode + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-07-23 + 1.6.2 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-12-05 + 1.6.1 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-mixer + http://git.xfce.org/apps/xfce4-mixer + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL-2 + app:gui + desktop.xfce.addon + Xfce sound mixer application. + Xfce ses ayar uygulaması + Mikser dźwięku dla Xfce + Xfce4-mixer is a volume control application for the Xfce Desktop Environment. It provides both a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio systems supported by GStreamer project. + Xfce4-mixer, Xfce Masaüstü Ortamı için yazılmış bir ses ayar uygulamasıdır. Hem panel eklentisi olarak, hem de kendi penceresinde bağımsız olarak kullanılabilen bir uygulamadır. GStreamer projesinin desteklediği tüm ses sistemlerini destekler. + Jest to nakładka na ustawienia miksera, dostarczana ze środowiskiem graficznym Xfce. Spełnia to samo zadanie, co inne nakładki ale jest zintegrowana z Xfce4 jako wtyczka dla panelu Xfce + https://gitlab.xfce.org/apps/xfce4-mixer/-/archive/765725029751bb93a927692fdcda3e3743d0e6e7/xfce4-mixer-765725029751bb93a927692fdcda3e3743d0e6e7.tar.bz2 + + intltool + gtk3-devel + cairo-devel + xfconf-devel + gettext-devel + alsa-lib-devel + libunique-devel + keybinder-devel + gstreamer-devel + xfce4-dev-tools + gdk-pixbuf-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + pulseaudio-libs-devel + gst-plugins-base-devel + + + Fix_obvious_build_errors.patch + + desktop/xfce/addon/xfce4-mixer/pspec.xml + + + xfce4-mixer + + gtk3 + cairo + glib2 + xfconf + alsa-lib + gstreamer + keybinder + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + pulseaudio-libs + + + /usr/bin + /usr/lib/xfce4/panel/plugins + /usr/share/locale + /usr/share/pixmaps + /usr/share/applications + /usr/share/xfce4 + /usr/share/doc + /usr/share/man + + + + + 2022-04-14 + 4.15.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2021-08-17 + 4.15.0 + First Beta release. + fury + uglyside@yandex.ru + + + + + + thunar-vcs-plugin + https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + An SVN integration and GIT integration to Thunar + Thunar için svn ve git entegrasyonu sağlar + The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar. + thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür. + https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2 + + intltool + exo-devel + thunar-devel + subversion-devel + + desktop/xfce/addon/thunar-vcs-plugin/pspec.xml + + + thunar-vcs-plugin + + apr + exo + atk + gtk3 + cairo + pango + glib2 + thunar + harfbuzz + subversion + gdk-pixbuf + libxfce4util + + + /usr/libexec + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2020-12-05 + 0.2.0 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfburn + https://docs.xfce.org/apps/xfburn + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A simple CD/DVD burning tool + Basit bir CD/DVD yazma aracı + Xfburn is a simple CD/DVD burning tool based on libburnia libraries. + Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır. + https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2 + + libxfce4ui-devel + gstreamer-devel + libisofs-devel + libgudev-devel + librsvg-devel + libburn-devel + gtk3-devel + dbus-devel + exo-devel + intltool + gst-plugins-base-devel + + desktop/xfce/addon/xfburn/pspec.xml + + + xfburn + + gst-plugins-base + libxfce4util + libxfce4ui + gdk-pixbuf + gstreamer + libisofs + libgudev + libburn + glib2 + gtk3 + exo + desktop-file-utils + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man/man1 + + + + + 2021-08-11 + 0.6.2 + First Release For Beta + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-notifyd + https://docs.xfce.org/apps/notifyd/start PisiLinux Community admins@pisilinux.org - LGPLv2 - library - network.misc - The Geoinformation Service. - Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. - https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.5.7/geoclue-2.5.7.tar.bz2 + GPLv2 + app:gui + desktop.xfce.addon + A notification deamon + Bir uyarı gösterici + The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification. + Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır. + https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2 - meson + python3 intltool - dbus-devel - gtk-doc - glib2-devel - libsoup-devel + libX11-devel + libXpm-devel + libICE-devel libnotify-devel - json-glib-devel - dbus-glib-devel - avahi-glib-devel - libxml2-devel - libxslt - libmm-glib-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel - network/misc/geoclue/pspec.xml + desktop/xfce/addon/xfce4-notifyd/pspec.xml - geoclue + xfce4-notifyd + atk + gtk3 glib2 - json-glib + cairo + pango + libX11 + xfconf + harfbuzz libnotify - avahi-glib - avahi-libs - libsoup - libmm-glib + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util - /etc - /usr/lib/ - /usr/share/ - /usr/libexec/ + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc - - geoclue-devel - geoclue için geliştirme dosyaları - geoclue için geliştirme dosyaları - - geoclue + + + 2020-12-23 + 0.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 0.6.1 + Ver. bump + fury + uglyside@yandex.ru + + + + + + xfce4-taskmanager + https://docs.xfce.org/apps/xfce4-taskmanager + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + service + desktop.xfce.addon + Easy to use task manager + Easy to use task manager + Kullanımı kolay görev yöneticisi + Kullanımı kolay görev yöneticisi + https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.4.tar.bz2 + + intltool + gtk3-devel + cairo-devel glib2-devel - dbus-glib-devel - libxml2-devel + libX11-devel + libXmu-devel + xfconf-devel + libxfce4ui-devel + + desktop/xfce/addon/xfce4-taskmanager/pspec.xml + + + xfce4-taskmanager + + gtk3 + cairo + glib2 + libX11 + libXmu + xfconf + libxfce4ui - /usr/include/libgeoclue-2.0/ - /usr/lib/pkgconfig + /usr/bin + /usr/share + /usr/share/locale + /usr/share/icons + /usr/share/doc + + + + + 2022-05-31 + 1.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-24 + 1.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-10 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-07 + 1.5.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + xfce4-places-plugin + https://docs.xfce.org/panel-plugins/xfce4-places-plugin + + fury + uglyside@yandex.ru + + GPLv2 + library + desktop.xfce.addon + Quick access to folders, documents, and removable media + The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents + https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2 + + intltool + exo-devel + gtk3-devel + glib2-devel + libnotify-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + + + fix_missing_prototypes.patch + + desktop/xfce/addon/xfce4-places-plugin/pspec.xml + + + xfce4-places-plugin + + exo + gtk3 + glib2 + xfconf + libnotify + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-05-14 + 1.8.1 + Rebuild. + fury + uglyside@yandex.ru + + + + + + xfce4-systemload-plugin + https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD-2 + app:gui + desktop.xfce.addon + Xfce4 system load plugin + Xfce4 sistem çağrı eklentisi + Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel. + Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir. + xfce4-panel + https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2 + + intltool + xfconf-devel + libxfce4ui-devel + xfce4-panel-devel + + desktop/xfce/addon/xfce4-systemload-plugin/pspec.xml + + + xfce4-systemload-plugin + + gtk3 + glib2 + xfconf + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-03-31 + 1.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-11 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-25 + 1.2.3 + Rebuild. + fury + uglyside@yandex.ru + + + + + + mousepad + https://git.xfce.org/apps/mousepad/about/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.addon + A simple text editor for Xfce + Xfce için küçük bir yazı düzenleyici + Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad. + Mousepad, Xfce için yazılmış bir metin düzenleyicisidir. + https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.10.tar.bz2 + + intltool + gtk3-devel + dbus-devel + glib2-devel + gspell-devel + xfconf-devel + enchant2-devel + libxml2-devel + gtksourceview4-devel + + desktop/xfce/addon/mousepad/pspec.xml + + + mousepad + + atk + gtk3 + cairo + glib2 + pango + gspell + harfbuzz + xfconf + libxml2 + enchant2 + gdk-pixbuf + gtksourceview4 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc - 2021-07-23 - 2.5.7 + 2022-07-10 + 0.5.10 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-06-08 - 2.4.12 - Rebuild. + 2022-04-03 + 0.5.9 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-01-18 - 2.4.12 - Rebuild. + 2021-11-26 + 0.5.8 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-01-22 - 2.4.12 - Rebuild. + 2021-09-24 + 0.5.7 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-08-14 - 2.4.10 - Rebuild. + 2021-08-27 + 0.5.6 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-05-03 - 2.4.10 + 2021-05-14 + 0.5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-10 + 0.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-02 + 0.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 0.5.1 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 0.4.90 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfdashboard + http://goodies.xfce.org/projects/applications/xfdashboard/start + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app:gui + desktop.xfce.addon + GNOME shell like dashboard for Xfce + GNOME shell like dashboard for Xfce + Xfce için gösterge tablosu gibi GNOME kabuğu + Xfce için gösterge tablosu gibi GNOME kabuğu + xfdashboard + https://github.com/gmc-holle/xfdashboard/archive/0.9.91.tar.gz + + intltool + valgrind + cogl-devel + gtk3-devel + cairo-devel + glib2-devel + pango-devel + garcon-devel + libX11-devel + xfconf-devel + clutter-devel + gettext-devel + xfce4-dev-tools + python3-devel + libwnck3-devel + gdk-pixbuf-devel + libXdamage-devel + libxfce4ui-devel + libXinerama-devel + libxfce4util-devel + libXcomposite-devel + + desktop/xfce/addon/xfdashboard/pspec.xml + + + xfdashboard + + cogl + gtk3 + cairo + glib2 + pango + garcon + libX11 + xfconf + clutter + libwnck3 + gdk-pixbuf + libXdamage + libxfce4ui + libXinerama + libxfce4util + libXcomposite + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/icons + /usr/share/doc + + + + xfdashboard-devel + Development files for xfdashboard + + xfdashboard + gtk3-devel + glib2-devel + garcon-devel + xfconf-devel + clutter-devel + libwnck3-devel + libxfce4ui-devel + libxfce4util-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 0.9.91 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-27 + 0.9.90 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-02 + 0.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-23 + 0.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-01 + 0.9.3 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + xfwm4-themes + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + data + desktop.xfce.lookandfeel + Xfce window manager themes + Xfwm pencere yöneticisi temaları + Xfce4-themes is a set of additional themes for the Xfwm window manager. + Bu paket, Xfce masaüstü yönetici pencereleri için ek temalar içerir. + http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2 + desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml + + + xfwm4-themes + + xfwm4 + + + /usr/share + /usr/share/doc + + + + + 2020-11-21 + 4.10.0 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + icon-theme-xfce4 + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + data + desktop.xfce.lookandfeel + Xfce icon theme + Xfce simge teması + Icon theme Rodent for the Xfce Desktop Environment. + Bu paket, Xfce masaüstü ortamı için Rodent simge temasını içerir. + http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2 + + intltool + icon-theme-hicolor + + desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml + + + icon-theme-xfce4 + + icon-theme-hicolor + + + /usr/lib + /usr/lib/pkgconfig + /usr/share + /usr/share/doc + + + + + 2020-11-23 + 4.4.3 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + gtk-style-xfce + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.lookandfeel + GTK+ Xfce theme engine + GTK+ Xfce tema motoru + Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment. + Gtk2-engines-xfce, Xfce masaüstü yöneticisi için hazırlanmış GTK+ tema motorudur. + http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2 + + xfce4-dev-tools + gtk2-devel + + desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml + + + gtk-style-xfce + + atk + gtk2 + gtk3 + cairo + pango + gdk-pixbuf + fontconfig + + + /usr/lib + /usr/share/themes + /usr/share/doc + + + + + 2020-11-21 + 2.10.0 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-appfinder + https://www.xfce.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + Xfce application finder + Xfce uygulama bulucu + Wyszukiwarka aplikacji dla środowiska Xfce + Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format + Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur. + Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje. + https://archive.xfce.org/src/xfce/xfce4-appfinder/4.17/xfce4-appfinder-4.17.0.tar.bz2 + + intltool + gtk3-devel + glib2-devel + thunar-devel + garcon-devel + libXpm-devel + libxfce4ui-devel + + desktop/xfce/base/xfce4-appfinder/pspec.xml + + + xfce4-appfinder + + gtk3 + glib2 + xfconf + garcon + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-09-23 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-02 + 4.16.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-22 + 4.15.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + garcon + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + library + desktop.xfce.base + Menu library for Xfce + Xfce menü kitaplığı + garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus. + garcon, Xfce'nin eski menü kitaplığı olan libxfce4menu'nun freedesktop.org menü standartlarına uygun hale getirilmiş, Xfce'nin yeni menü kitaplığıdır. Sadece GLib/GIO kullanılarak yazılmıştır ve eski menüler hariç tüm özellikleri kapsamayı amaçlamaktadır. + https://archive.xfce.org/src/xfce/garcon/4.17/garcon-4.17.0.tar.bz2 + + python3 + intltool + python-six + gtk3-devel + glib2-devel + freetype-devel + libxfce4ui-devel + libxfce4util-devel + gobject-introspection-devel + + desktop/xfce/base/garcon/pspec.xml + + + garcon + + gtk3 + glib2 + gdk-pixbuf + libxfce4ui + libxfce4util + gobject-introspection + + + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + garcon-devel + garcon development files + garcon geliştirme dosyaları + + gobject-introspection-devel + gtk2-devel + gtk3-devel + glib2-devel + libxfce4ui-devel + garcon + + + /usr/include + /usr/lib/pkgconfig + + + + garcon-docs + garcon documentation files + garcon belgeleri + + garcon + + + /usr/share/gtk-doc + + + + + 2022-05-15 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-02 + 4.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 0.8.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 0.7.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfconf + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.base + Xfce multi channel setting library + Xfce çoklu ayar kitaplığı + Prosty system przechowywania i odpytywania konfiguracji + Xfconf is a hirerchical (tree-like) configuration system for the Xfce graphical desktop environment. + xfconf, Xfce masaüstü yöneticisi için yazılmış, ağaç tipi hiyerarşik yapılandırma sistemidir. + Xfconf jest prostym systemem przechowywania i odpytywania konfiguracji. + https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2 + + python3 + intltool + vala-devel + python-six + glib2-devel + libxfce4util-devel + gobject-introspection-devel + + desktop/xfce/base/xfconf/pspec.xml + + + xfconf + + glib2 + libxfce4util + gsettings-desktop-schemas + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + xfconf-devel + Xfconf development files + xfconf geliştirme dosyaları + Pliki nagłówkowe xfconf + library + data:doc + + glib2-devel + xfconf + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2022-05-28 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-17 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-terminal + https://docs.xfce.org/apps/terminal/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + Terminal Emulator for Xfce. + xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more + https://archive.xfce.org/src/apps/xfce4-terminal/1.0/xfce4-terminal-1.0.4.tar.bz2 + + intltool + vte-devel + gtk3-devel + gnutls-devel + libXpm-devel + utempter-devel + libpcre2-devel + libxfce4ui-devel + + desktop/xfce/base/xfce4-terminal/pspec.xml + + + xfce4-terminal + + vte + gtk3 + cairo + glib2 + pango + libX11 + xfconf + libxfce4ui + gdk-pixbuf + libxfce4util + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-05-22 + 1.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-13 + 1.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-28 + 1.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-03 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-29 + 0.9.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-16 + 0.9.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-24 + 0.8.10 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-22 + 0.8.9.2 + First releasu For Beta. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + thunar-volman + https://docs.xfce.org/xfce/thunar/thunar-volman + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.base + A extension for the Xfce Thunar File Manager + Xfce dosya yöneticisi Thunar için bir eklenti + thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera + thunar-volman çıkarılabilir sürücüler ve medyanın otomatik olarak yönetimini sağlayan, Xfce dosya yöneticisi Thunar için bir eklentidir.Örneğin, Thunar-Volman doğru şekilde kurulup yapılandırıldığında, sayısal kameranızdan resim almanızı sağlayacaktır. + https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2 + + intltool + exo-devel + gtk3-devel + glib2-devel + xfconf-devel + thunar-devel + libgudev-devel + libnotify-devel + libxfce4ui-devel + libxfce4util-devel + + desktop/xfce/base/thunar-volman/pspec.xml + + + thunar-volman + + exo + gtk3 + glib2 + pango + xfconf + libgudev + libnotify + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share/ + /usr/share/locale + /usr/share/doc + + + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + thunar + https://www.xfce.org/ + + Alper Tekinalp + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + app:gui + desktop.xfce.base + Xfce file manager + Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant + https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.9.tar.bz2 + + python3-devel + intltool + atk-devel + exo-devel + gtk3-devel + dbus-devel + glib2-devel + pango-devel + cairo-devel + gconf-devel + libSM-devel + libICE-devel + libX11-devel + garcon-devel + xfconf-devel + libexif-devel + libpcre-devel + libpcre2-devel + libgudev-devel + libnotify-devel + gdk-pixbuf-devel + fontconfig-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + desktop-file-utils + libjpeg-turbo-devel + startup-notification-devel + gobject-introspection-devel + + desktop/xfce/base/thunar/pspec.xml + + + thunar + + atk + exo + gtk3 + python3 + dbus + glib2 + pango + cairo + libSM + libICE + libX11 + xfconf + libexif + libpcre + libgudev + libnotify + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + thunar-devel + Thunar development files + library + + gtk3-devel + glib2-devel + thunar + + + /usr/include + /usr/lib/pkgconfig + + + + thunar-docs + Thunar reference documents + data:doc + + thunar + + + /usr/share/gtk-doc + + + + + 2022-07-10 + 4.17.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 4.17.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-03 + 4.17.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-23 + 4.17.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 4.17.6 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-27 + 4.17.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 4.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-18 + 4.17.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-14 + 4.17.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-28 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-15 + 4.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.2 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + libxfce4util + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.base + Xfce basic utility library + Xfce için basit yardımcı uygulama kitaplığı + Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. + libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır. + https://archive.xfce.org/src/xfce/libxfce4util/4.17/libxfce4util-4.17.2.tar.bz2 + + python3 + gtk-doc + intltool + python-six + vala-devel + xdg-user-dirs + python3-pygobject3 + gobject-introspection-devel + + desktop/xfce/base/libxfce4util/pspec.xml + + + libxfce4util + + glib2 + + + /usr/sbin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + libxfce4util-devel + Libxfce4util development files + libxfce4util geliştirme dosyaları + library + data:doc + + glib2-devel + libxfce4util + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2022-03-17 + 4.17.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-21 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.4 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + libxfce4ui + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + library + desktop.xfce.base + Xfce gui library + Xfce arayüz kitaplığı + libxfce4ui is a various GTK+ widgets for Xfce desktop environment. + libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. + https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.6.tar.bz2 + + python3 + intltool + gtk3-devel + vala-devel + glib2-devel + libSM-devel + xfconf-devel + libxfce4util-devel + libX11-devel + libgtop-devel + desktop-file-utils + startup-notification-devel + gobject-introspection-devel + + desktop/xfce/base/libxfce4ui/pspec.xml + + + libxfce4ui + + atk + gtk3 + glib2 + libSM + libICE + libX11 + xfconf + libgtop + libepoxy + gdk-pixbuf + libxfce4util + startup-notification + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + libxfce4ui-devel + libxfce4ui geliştirme dosyaları + + libxfce4ui + gtk2-devel + gtk3-devel + xfconf-devel + libxfce4util-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2022-04-03 + 4.17.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-17 + 4.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-27 + 4.17.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-10 + 4.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-18 + 4.15.3 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfdesktop + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + app:gui + desktop.xfce.base + Xfce desktop manager + Xfce masaüstü yöneticisi + Tło pulpitu Xfce, ikony i menedżer menu administratora + The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor + Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. + xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. + xfce + https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2 + + intltool + exo-devel + dbus-devel + gtk3-devel + pango-devel + cairo-devel + glib2-devel + libSM-devel + thunar-devel + garcon-devel + xfconf-devel + tumbler-devel + libX11-devel + libglade-devel + libwnck3-devel + libnotify-devel + libxfce4ui-devel + gdk-pixbuf-devel + xfce4-panel-devel + libxfce4util-devel + + desktop/xfce/base/xfdesktop/pspec.xml + + + xfdesktop + + exo + gtk3 + dbus + glib2 + pango + cairo + thunar + garcon + xfconf + libX11 + libwnck3 + libnotify + gdk-pixbuf + libxfce4ui + libxfce4util + + + /usr/bin + /usr/share + /etc + /usr/share/locale + /usr/share/man + /usr/share/doc + + + Crocus-Ancyrensis.jpg + Crocus-Ancyrensis.png + 2560x1440.png + xfce4-desktop.xml + xfce4-session.xml + + + + + 2022-06-12 + 4.16.0 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2017-07-30 - 0.12.99 - Rebuild + 2021-07-27 + 4.16.0 + Edited default configuration + Berk Çakar + berk2238@hotmail.com + + + 2021-05-07 + 4.16.0 + Added crocus-ancyrensis photos + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-22 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + tumbler + https://docs.xfce.org/xfce/tumbler/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + A thumbnail service + Bir önizleme servisi + Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. + Tumbler Xfce masaüstü ortamının dosya yöneticisi için bir önizleme servisidir. + https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2 + + intltool + curl-devel + dbus-devel + glib2-devel + libpng-devel + libgsf-devel + freetype-devel + libopenraw-devel + gdk-pixbuf-devel + poppler-glib-devel + libxfce4util-devel + libjpeg-turbo-devel + gst-plugins-base-devel + ffmpegthumbnailer-devel + + desktop/xfce/base/tumbler/pspec.xml + + + tumbler + + curl + glib2 + cairo + libpng + libgsf + freetype + gstreamer + libopenraw + gdk-pixbuf + poppler-glib + libxfce4util + libjpeg-turbo + gst-plugins-base + ffmpegthumbnailer + + + /etc/xdg/tumbler/tumbler.rc + /usr/lib + /usr/share/ + /usr/share/locale + /usr/share/doc + + + + tumbler-devel + Development files for tumbler + tumbler için geliştirme dosyaları + + tumbler + glib2-devel + gobject-introspection-devel + + + /usr/include + /usr/lib/pkgconfig + + + + tumbler-doc + + /usr/share/gtk-doc/html/tumbler + /usr/share/gtk-doc/html/tumbler/index.html + + + + + 2022-06-19 + 4.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-02 + 4.17.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-14 + 4.16.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-22 + 0.3.0 + First release For Beta. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-dev-tools + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:console + desktop.xfce.base + Xfce developer tools + Xfce geliştirme araçları + Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. + Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. + https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.17/xfce4-dev-tools-4.17.0.tar.bz2 + + glib2-devel + + desktop/xfce/base/xfce4-dev-tools/pspec.xml + + + xfce4-dev-tools + + glib2 + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2021-07-26 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-18 + 4.15.0 + First Release For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + exo + https://www.xfce.org/ + + Ayhan Yalcinsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + LGPLv2.1 + app:console + library + desktop.xfce.base + Xfce extension library + Xfce eklenti kitaplığı + exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development. + exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor. + xfce + https://archive.xfce.org/src/xfce/exo/4.17/exo-4.17.2.tar.bz2 + + intltool + perl-URI + gtk3-devel + glib2-devel + libX11-devel + libxfce4ui-devel + libxfce4util-devel + + desktop/xfce/base/exo/pspec.xml + + + exo + + atk + gtk3 + glib2 + cairo + gdk-pixbuf + libxfce4ui + libxfce4util + + + /etc/xdg/xfce4 + /usr/bin + /usr/lib + /usr/lib/xfce4 + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + exo-devel + Development files for exo + exo geliştirme dosyaları + + exo + gtk2-devel + gtk3-devel + libxfce4util-devel + + + /usr/include + /usr/lib/pkgconfig + + + + exo-docs + Documentation for exo library + exo belgeleri + data:doc + + exo + + + /usr/share/gtk-doc + + + + + 2022-06-12 + 4.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-08 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-17 + 4.16.2 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-02-28 - 0.12.99 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org + 2021-03-28 + 4.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 0.12.99 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com - 2016-01-27 - 0.12.99 + 2020-11-19 + 4.15.2 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-power-manager + https://docs.xfce.org/xfce/xfce4-power-manager/start + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + A power manager for the Xfce desktop + Xfce masaüstü için bir güç yöneticisi + Menedżer zasilania dla środowiska Xfce + This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption + Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi) + Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU. + https://archive.xfce.org/src/xfce/xfce4-power-manager/4.16/xfce4-power-manager-4.16.0.tar.bz2 + + intltool + gtk3-devel + dbus-devel + glib2-devel + libSM-devel + libICE-devel + libX11-devel + xfconf-devel + upower-devel + freetype-devel + libglade-devel + libXrandr-devel + libnotify-devel + ConsoleKit-devel + libxfce4ui-devel + xfce4-panel-devel + libxfce4util-devel + libXScrnSaver-devel + + desktop/xfce/base/xfce4-power-manager/pspec.xml + + + xfce4-power-manager + + atk + gtk3 + dbus + glib2 + cairo + pango + libSM + libX11 + libICE + xfconf + upower + libXext + harfbuzz + libnotify + libXrandr + gdk-pixbuf + libxfce4ui + xfce4-panel + libxfce4util + + + /etc/xdg + /usr/bin + /usr/sbin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-23 + 1.7.1 + First Release For Beta. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-panel + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1 + library + app:gui + desktop.xfce.base + Xfce panel + Xfce paneli + Panel środowiska graficznego Xfce + The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels + Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir. + Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. + https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.2.tar.bz2 + + gtk-doc + intltool + vala-devel + gtk3-devel + glib2-devel + cairo-devel + pango-devel + libSM-devel + docbook-xsl + libICE-devel + libX11-devel + libXpm-devel + python3-devel + gettext-devel + libwnck3-devel + freetype-devel + gdk-pixbuf-devel + fontconfig-devel + libdbusmenu-gtk3 + libdbusmenu-devel + icon-theme-hicolor + desktop-file-utils + startup-notification-devel + gobject-introspection-devel + exo-devel + garcon-devel + xfconf-devel + libxfce4ui-devel + libxfce4util-devel + + desktop/xfce/base/xfce4-panel/pspec.xml + + + xfce4-panel + + atk + exo + gtk3 + cairo + pango + glib2 + libX11 + garcon + xfconf + python3 + libXext + libwnck3 + gdk-pixbuf + libxfce4ui + libxfce4util + libdbusmenu-gtk3 + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + xfce4-panel-devel + Development files for Xfce4 Panel + Xfce paneli geliştirme dosyaları + Pliki nagłówkowe dla xfce4-panel + library + data:doc + + glib2-devel + gtk3-devel + libxfce4util-devel + xfce4-panel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2022-07-10 + 4.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 4.17.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-23 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-28 + 4.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 4.16.3 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-14 + 4.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-15 + 4.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-02 + 4.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-19 + 4.15.4 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-screensaver + https://docs.xfce.org/apps/screensaver/start + + fury + uglyside@yandex.ru + + GPLv2 + LGPLv2 + LGPLv2.1 + app:utility + desktop.xfce.base + Xfce Screensaver. + xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. + https://archive.xfce.org/src/apps/xfce4-screensaver/4.16/xfce4-screensaver-4.16.0.tar.bz2 + + xmlto + intltool + pam-devel + gtk3-devel + elogind-devel + glib2-devel + libSM-devel + libICE-devel + libX11-devel + xfconf-devel + garcon-devel + libwnck3-devel + libglvnd-devel + dbus-glib-devel + libxklavier-devel + libXScrnSaver-devel + + desktop/xfce/base/xfce4-screensaver/pspec.xml + + + xfce4-screensaver + + pam + gtk3 + dbus + mesa + glib2 + pango + cairo + libX11 + xfconf + garcon + elogind + libXext + libwnck3 + libglvnd + dbus-glib + gdk-pixbuf + libxfce4ui + libxklavier + libXScrnSaver + + + /etc + /usr/bin + /usr/libexec + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-06-18 + 4.16.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-14 + 4.16.0 + Moved to base and version bump. + fury + uglyside@yandex.ru + + + 2020-12-24 + 0.1.11 + Ver. bump + fury + uglyside@yandex.ru + + + + + + xfce4-session + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + app:console + desktop.xfce.base + Xfce session manager + Xfce oturum yöneticisi + Menedżer sesji Xfce4 + The session manager allows the user to save sessions and restore them after login. It is capable of saving several different sessions. It comes with three splash screen engines. And at last it helps you to log out, reboot, and shutdown the system. + Xfce oturum yöneticisi, kullanıcıların oturumlarını kaydetmesine ve giriş yaptıktan sonra tekrar oturumu çağırmalarına izin verir. Birden fazla, farklı oturumları kaydetmede oldukça başarılıdır. Pakette üç tane örnek açılış teması var ve son olarak, sistemi kapatırken, yeniden başlatırken veya çıkarken kullanıcılara yardımcı olur. + Xfce4-session jest zgodny z "menedżerem sesji" X11 zaprojektowanym do użycia ze środowiskiem graficznym Xfce4. Podczas wylogowywania, menedżer sesji zapisuje wszystkie uruchomione aplikacje. Przy ponownym zalogowaniu, przywraca je z oknami na tych samych pozycjach. + https://archive.xfce.org/xfce/4.16/src/xfce4-session-4.16.0.tar.bz2 + + intltool + atk-devel + gtk3-devel + dbus-devel + glib2-devel + gconf-devel + pango-devel + cairo-devel + libSM-devel + xfconf-devel + libXpm-devel + libX11-devel + libICE-devel + polkit-devel + libwnck3-devel + xorg-app-devel + gdk-pixbuf-devel + fontconfig-devel + libxfce4ui-devel + libxfce4util-devel + + + mageia/0001-Export-XDG_CONFIG_HOME-and-XDG_CACHE_HOME.patch + mageia/xfce4-session-4.13.2-add-more-screen-lockers-to-xflock4.patch + mageia/xfce4-session-4.13.2-xinitrc.patch + + desktop/xfce/base/xfce4-session/pspec.xml + + + xfce4-session + + atk + gtk3 + dbus + glib2 + cairo + pango + libSM + libX11 + libICE + polkit + xfconf + libwnck3 + libxfce4ui + gdk-pixbuf + libxfce4util + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + /usr/share/man + + + mageia/xfce4-lightdm.conf + xfce-polkit-gnome-authentication-agent-1.desktop + + + + + 2021-01-29 + 4.16.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.0 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfwm4 + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + Xfce window manager. + Xfce pencere yöneticisi + Menedżer okien dla projektu Xfce + The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode + Xfce4 pencere yöneticisi, uygulama pencerelerinin ekrana yerleştirmeyi sağlar, pencerelerin güzel görünmesini sağlar, çalışma alanlarını ve sanal masaüstlerini yönetir ve doğal olarak çoklu ekran kipini destekler. + Pakiet zawiera xfwm4, który jest menedżerem okiem do Xfce4. Jest on zaprojektowany do uruchamiania z resztą środowiska Xfce4. + https://archive.xfce.org/src/xfce/xfwm4/4.16/xfwm4-4.16.1.tar.bz2 + + intltool + gtk3-devel + libSM-devel + libX11-devel + libXpm-devel + libbsd-devel + libXres-devel + libwnck3-devel + libxfce4ui-devel + libXpresent-devel + + desktop/xfce/base/xfwm4/pspec.xml + + + xfwm4 + + gtk3 + glib2 + cairo + pango + libXi + xfconf + libX11 + libXres + libXext + libepoxy + libwnck3 + libXrandr + libXfixes + libxfce4ui + gdk-pixbuf + libXrender + libXdamage + libXpresent + libXinerama + libxfce4util + libXcomposite + startup-notification + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-01-15 + 4.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.1 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + xfce4-settings + https://www.xfce.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.xfce.base + Xfce settings plugins + Xfce ayar yöneticisi + Graficzna aplikacja do zarządzania ustawieniami Xfce + Xfce4-settings is a configuration manager for Xfce desktop environment + Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir. + Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf. + https://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-4.16.3.tar.bz2 + + intltool + exo-devel + gtk3-devel + dbus-devel + libXi-devel + glib2-devel + cairo-devel + pango-devel + xfconf-devel + upower-devel + colord-devel + garcon-devel + libX11-devel + libXpm-devel + libwnck3-devel + libXrandr-devel + libnotify-devel + libxfce4ui-devel + fontconfig-devel + gdk-pixbuf-devel + libXcursor-devel + libcanberra-devel + libxklavier-devel + libxfce4util-devel + xorg-input-libinput-devel + + + 4bc8ef847a1a.patch + + desktop/xfce/base/xfce4-settings/pspec.xml + + + xfce4-settings + + atk + exo + gtk3 + dbus + cairo + pango + libXi + glib2 + libX11 + garcon + upower + xfconf + upower + colord + libnotify + libXrandr + libxfce4ui + fontconfig + gdk-pixbuf + libXcursor + libxklavier + libxfce4util + network-manager-applet + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + System.Package + + + + + 2022-07-06 + 4.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 4.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-20 + 4.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-17 + 4.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-24 + 4.16.0 + New release. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-11-21 + 4.15.2 + Rebuild.For Beta System. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + lumina-desktop + https://lumina-desktop.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + BSD + app:gui + desktop.lumina + The Lumina Desktop Environment is a lightweight system interface designed for use on any Unix-like operating system. + UNIX benzeri sistemlerde kullanım için tasarlanmış sistem arayüzlü hafif bir Masaüstü ortamıdır. + The Lumina Desktop Environment is a lightweight system interface designed for use on any Unix-like operating system. + UNIX benzeri sistemlerde kullanım için tasarlanmış sistem arayüzlü hafif bir Masaüstü ortamıdır.. + lumina-desktop + https://github.com/lumina-desktop/lumina/archive/v1.6.0.tar.gz + + git + libxcb-devel + xcb-util-devel + libXcursor-devel + libXdamage-devel + libXrender-devel + xcb-util-wm-devel + desktop-file-utils + libXcomposite-devel + xcb-util-image-devel + qt5-linguist + qt5-svg-devel + qt5-base-devel + qt5-x11extras-devel + qt5-multimedia-devel + qt5-declarative-devel + + + show_only_lumina.patch + lumina_default_settings_for_Pisi.patch + + desktop/lumina/lumina-desktop/pspec.xml + + + lumina-desktop + A Lightweight QT5 Desktop for FreeBSD + + libgcc + libxcb + qt5-svg + qt5-base + xcb-util + libXcursor + libXdamage + xcb-util-wm + qt5-x11extras + qt5-multimedia + xcb-util-image + fluxbox + + + /usr/lib/qt5/plugins/styles/liblthemeengine-style.so + /usr/lib/qt5/plugins/platformthemes/liblthemeengine.so + /usr/share/icons/hicolor/scalable/apps/Lumina-DE.png + /usr/share/icons/hicolor/scalable/apps/lumina-desktop.png + /usr/share/icons/hicolor/scalable/apps/Insight-FileManager.png + /usr/share/lumina-desktop/syntax_rules/*.syntax + /usr/share/lumina-desktop/syntax_rules/README.md + /usr/bin/lumina-desktop + /usr/bin/start-lumina-desktop + /usr/bin/lte + /usr/share/lumina-desktop/*.ogg + /usr/share/lumina-desktop/colors + /etc/luminaDesktop.conf.dist + /usr/share/doc/lumina-desktop + /usr/share/lumina-desktop/*.conf + /usr/share/lumina-desktop/themes + /usr/share/lumina-desktop/menu-scripts + /usr/share/applications/lumina-support.desktop + /usr/share/xsessions/Lumina-DE.desktop + /usr/share/lumina-desktop/i18n/lumina-desktop* + /usr/share/lumina-desktop/fluxbox* + /usr/share/lumina-desktop/globs2 + /usr/share/lumina-desktop/*.jpg + /usr/share/man + + + Crocus-Ancyrensis.jpg + + + + lumina-archiver + Archive manager for Lumina Desktop + + libgcc + qt5-svg + qt5-base + + + /usr/bin/lumina-archiver + /usr/share/applications/lumina-archiver.desktop + /usr/share/lumina-desktop/i18n/l-archiver* + + + + lumina-mediaplayer + Media player for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-mediaplayer + /usr/share/applications/lumina-mediaplayer.desktop + /usr/share/applications/lumina-mediaplayer-pandora.desktop + /usr/share/lumina-desktop/i18n/l-mediap* + + + + lumina-photo + Image viewer for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-photo + /usr/share/applications/lumina-photo.desktop + /usr/share/lumina-desktop/i18n/l-photo* + + + + lumina-lthemeengine + Theme engine for Lumina Desktop + + qt5-base + + + /usr/bin/lthemeengine + /usr/bin/lthemeengine-sstest + /usr/share/applications/lthemeengine.desktop + /usr/share/lthemeengine/colors/*.conf + /usr/share/lthemeengine/qss/ + /usr/share/lthemeengine/desktop_qss/* + /usr/share/lthemeengine/desktop_qss/*.gss + + + pisi_black.svg + pisi_white.svg + pisilogo.png + + + + lumina-material-design-dark + Material-design-dark theme for Lumina Desktop + + qt5-base + + + /usr/share/icons/material-design-dark + + + + lumina-material-design-light + Material-design-light theme for Lumina Desktop + + qt5-base + + + /usr/share/icons/material-design-light + + + + lumina-open + Application launcher for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-open + /usr/share/lumina-desktop/i18n/lumina-open* + + + + lumina-config + Configuration for Lumina Desktop + + libxcb + qt5-x11extras + + + /usr/bin/lumina-config + /usr/share/applications/lumina-config.desktop + /usr/share/lumina-desktop/i18n/lumina-config* + + + + lumina-fm + File Manager for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-fm + /usr/share/applications/lumina-fm.desktop + /usr/share/lumina-desktop/i18n/lumina-fm* + + + + lumina-screenshot + Screenshot Tool for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-screenshot + /usr/share/applications/lumina-screenshot.desktop + /usr/share/lumina-desktop/i18n/l-screenshot* + + + + lumina-search + Search Tool for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-search + /usr/share/applications/lumina-search.desktop + /usr/share/lumina-desktop/i18n/lumina-search* + + + + lumina-info + Info tool for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-info + /usr/share/applications/lumina-info.desktop + /usr/share/lumina-desktop/i18n/lumina-info* + + + + lumina-xconfig + Monitor Configuration Tool for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-xconfig + /usr/share/applications/lumina-xconfig.desktop + /usr/share/lumina-desktop/i18n/lumina-xconfig* + + + + lumina-fileinfo + File Information Tool for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-fileinfo + /usr/share/applications/lumina-fileinfo.desktop + /usr/share/lumina-desktop/i18n/l-fileinfo* + + + + lumina-textedit + Text Editor for Lumina Desktop + + qt5-base + + + /usr/bin/lumina-textedit + /usr/share/applications/lumina-textedit.desktop + /usr/share/lumina-desktop/i18n/l-te* + + + + + 2021-05-01 + 1.6.0 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-07-13 + 1.5.0 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2017-03-09 + 1.2.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + fluxbox + http://www.fluxbox.org + + Pisi Linux Admins + admin@pisilinux.org + + MIT + app:gui + desktop.fluxbox.base + An X11 window manager featuring tabs and an iconbar + Hafif bir X pencere yöneticisi + Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code. It is very light on resources and easy to handle but yet full of features to make an easy, and extremely fast, desktop experience. + Fluxbox, Blackbox 0.61.1 kodu temel alınarak geliştirilmiş bir X pencere yöneticisidir. Çok az kaynak tükettiği ve kolayca idare edildiği için çok hızlı bir masaüstü tecribesi sunar. + mirrors://sourceforge/fluxbox/fluxbox-1.3.7.tar.gz + + imlib2-devel + zlib-devel + libICE-devel + libSM-devel + libX11-devel + libXext-devel + libXft-devel + libXinerama-devel + libXpm-devel + gettext-devel + libXrandr-devel + libXrender-devel + fontconfig-devel + fribidi-devel + + + fluxbox-startfluxbox-pulseaudio.patch + autostart.patch + + desktop/fluxbox/base/fluxbox/pspec.xml + + + fluxbox + + imlib2 + fontconfig + libXext + libXft + libXinerama + libXpm + libXrandr + libXrender + fribidi + libgcc + libX11 + + + /etc + /usr/bin + /usr/share/man + /usr/share/fluxbox + /usr/share/xsessions + /usr/share/doc + + + fluxbox.desktop + fbmenugen + pisi-reflect.jpg + + + + + 2020-04-16 + 1.3.7 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -253353,78 +100304,573 @@ complete albums that you have purchased from Amazon. - grpc - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) + budgie-desktop-view + https://github.com/BuddiesOfBudgie/budgie-desktop-view - Kamil Atlı - suvari@pisilinux.org + Pisi Linux Admins + admins@pisilinux.org - Apache - library - network.misc - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - C tabanlı gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - High performance, open source, general RPC framework that puts mobile and HTTP/2 first. - Mobil ve HTTP/2'yi ilk sıraya koyan yüksek performanslı, açık kaynak, genel RPC çerçevesi. - https://github.com/grpc/grpc/archive/refs/tags/v1.47.0.tar.gz - https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz + GPLv2 + desktop.budgie + Budgie Desktop View is the official Budgie desktop icons application / implementation. + Budgie Desktop View is the official Budgie desktop icons application / implementation. + https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v1.2/budgie-desktop-view-v1.2.tar.xz - re2c - ninja - cmake - cython3 - chrpath - re2-devel - php-devel - zlib-devel - gtest-devel - c-ares-devel - openssl-devel - protobuf-devel - benchmark-devel - abseil-cpp-devel - python3-setuptools - NetworkManager-devel - python3-pygobject3-devel + glib2-devel + gtk3-devel + intltool + meson + vala-devel - network/misc/grpc/pspec.xml + desktop/budgie/budgie-desktop-view/pspec.xml - grpc + budgie-desktop-view - xapp gtk3 - polkit - libgcc - python3 - chrpath - protobuf - benchmark - abseil-cpp - NetworkManager - python3-pynacl - python3-protobuf - python3-zeroconf - python3-setuptools - python3-pygobject3 - python3-cryptography - python3-setproctitle + glib2 + gdk-pixbuf /usr/bin - /usr/share/grpc - /usr/lib/libgrpc* - /usr/lib/libgpr* - /usr/lib/libupb* - /usr/lib/libaddress* + /etc/xdg + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + + + + + 2022-04-28 + 1.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + budgie-control-center + https://github.com/BuddiesOfBudgie/budgie-control-center + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.budgie + Budgie Control Center is a fork of GNOME Settings / GNOME Control Center + Budgie Control Center is a fork of GNOME Settings / GNOME Control Center with the intent of providing a simplified list of settings that are applicable to the Budgie 10 series + budgie + https://github.com/BuddiesOfBudgie/budgie-control-center/releases/download/v1.0.2/budgie-control-center-1.0.2.tar.xz + + dbus-glib-devel + gnome-desktop-devel + pam-devel + elogind-devel + pulseaudio-libs-devel + accountsservice-devel + colord-devel + gcr-devel + gnome-settings-daemon-devel + gnome-online-accounts-devel + gsound-devel + polkit-devel + upower-devel + cups-devel + cheese-devel + ibus-devel + libcanberra-devel + libnma-devel + libgtop-devel + libpwquality-devel + libsecret-devel + network-manager-applet + libmm-glib-devel + gnome-bluetooth3-devel + libwacom-devel + colord-gtk-devel + libsoup-devel + glib2-devel + mit-kerberos-devel + meson + samba-devel + cyrus-sasl-devel + udisks2-devel + libhandy-devel + + desktop/budgie/budgie-control-center/pspec.xml + + + budgie-control-center + + atk + gcr + cups + gtk3 + ibus + cairo + glib2 + libXi + pango + samba + cheese + colord + gsound + libX11 + libnma + polkit + upower + libgtop + libsoup + libxml2 + udisks2 + libepoxy + libgudev + libwacom + libsecret + colord-gtk + fontconfig + gdk-pixbuf + libmm-glib + libpwquality + mit-kerberos + gnome-desktop + NetworkManager + accountsservice + gnome-bluetooth3 + pulseaudio-libs + gnome-online-accounts + + + /usr/bin + /usr/lib/budgie-cc-remote-login-helper + /usr/lib/budgie-control-center-print-renderer + /usr/lib/libhandy* + /usr/share/applications + /usr/share/bash-completion + /usr/share/budgie-control-center + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/pixmaps + /usr/share/polkit-1 + /usr/share/sounds - grpc-devel + budgie-control-center-devel + Development files for budgie-control-center + development - openssl-devel - abseil-cpp-devel - grpc + gtk3-devel + budgie-control-center + + + /usr/include + /usr/lib/pkgconfig + /usr/share/pkgconfig + + + + + 2022-07-28 + 1.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-03 + 1.0.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-04-28 + 1.0.1 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + budgie-desktop + https://github.com/solus-project/budgie-desktop + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + desktop.budgie + Modern desktop environment from the Solus Project. + Budgie is a desktop environment that uses GNOME technologies such as GTK3 and is developed by the Solus project. + budgie + https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v10.6.2/budgie-desktop-v10.6.2.tar.xz + + git + gtk-doc + vala-devel + intltool + glib2-devel + gobject-introspection-devel + sassc + budgie-screensaver + alsa-lib-devel + libnotify-devel + accountsservice-devel + libpeas-devel + libwnck3-devel + mutter-devel + ibus-devel + gnome-desktop-devel + libseccomp-devel + pulseaudio-libs-devel + upower-devel + gtk3-devel + polkit-devel + gnome-bluetooth3-devel + gnome-menus-devel + gnome-settings-daemon-devel + meson + mesa-devel + + desktop/budgie/budgie-desktop/pspec.xml + + + budgie-desktop + + gtk3 + ibus + cairo + glib2 + libX11 + mutter + polkit + upower + libpeas + alsa-lib + libwnck3 + libnotify + gdk-pixbuf + gnome-menus + gnome-desktop + libXcomposite + libutil-linux + gnome-bluetooth3 + pulseaudio-libs + gobject-introspection + + + /etc/xdg + /usr/bin + /usr/lib/lib*.so* + /usr/lib/budgie-desktop + /usr/lib/girepository-1.0 + /usr/share/locale + /usr/share/icons + /usr/share/backgrounds + /usr/share/budgie-desktop + /usr/share + /usr/share/doc + /usr/share/xsessions + /usr/share/applications + /usr/share/gnome-session + /usr/share/glib-2.0 + + + + budgie-desktop-devel + Development files for budgie-desktop + development + + budgie-desktop + gtk3-devel + glib2-devel + libpeas-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala + /usr/share/gir-1.0 + + + + + 2022-07-19 + 10.6.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-04-28 + 10.6.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-08 + 10.5.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 10.5.3 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + budgie-screensaver + https://github.com/solus-project/budgie-desktop + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.budgie + Fork of GNOME Screensaver for Budgie 10. + Budgie Screensaver is a fork of gnome-screensaver intended for use with Budgie Desktop and is similar in purpose to other screensavers such as MATE Screensaver. + budgie + https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/download/v5.0.1/budgie-screensaver-v5.0.1.tar.xz + + dbus-glib-devel + gnome-desktop-devel + pam-devel + elogind-devel + gsettings-desktop-schemas-devel + gtk3-devel + libseccomp-devel + intltool + glib2-devel + meson + + desktop/budgie/budgie-screensaver/pspec.xml + + + budgie-screensaver + + pam + dbus + gtk3 + cairo + glib2 + libX11 + elogind + dbus-glib + gdk-pixbuf + gnome-desktop + + + /etc/pam.d + /usr/bin + /usr/lib + /usr/libexec + /usr/share/locale + /usr/share/doc + /usr/share/man + /usr/share/applications + + + + + 2022-06-03 + 5.0.1 + rebuild for gnome42 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-04-28 + 5.0.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-10-04 + 4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 4.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + icon-theme-numix + https://github.com/numixproject/numix-icon-theme + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + http://ppa.launchpad.net/numix/ppa/ubuntu/pool/main/n/numix-icon-theme/numix-icon-theme_0.3+929~201712251402~ubuntu17.04.1.tar.xz + desktop/lookandfeel/icon-theme-numix/pspec.xml + + + icon-theme-numix + + /usr/share/icons/Numix + + + + + 2018-08-31 + 17.04.05 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 17.04.05 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gtk2-engines-murrine + https://github.com/GNOME/murrine + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.lookandfeel + GTK+ Murrine theme engine + GTK+ Murrine tema motoru + The Murrine engine is a cairo-based GTK+ theming tool. It's very fast compared to clearlooks-cairo. Murrine includes animations and a unique style. + Murrine motoru, Cairo tabanlı GTK+ tema aracıdır. Clearlooks temasına göre çok daha hızlıdır. Aynı zamanda canlandırmalar, benzersiz biçemler içerir. + mirrors://gnome/murrine/0.98/murrine-0.98.2.tar.xz + + gtk2-devel + glib2-devel + cairo-devel + pango-devel + pixman-devel + gdk-pixbuf-devel + intltool + + desktop/lookandfeel/gtk2-engines-murrine/pspec.xml + + + gtk2-engines-murrine + + gtk2 + glib2 + cairo + pango + pixman + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/gtk-engines + + + + + 2018-09-16 + 0.98.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 0.98.2 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-12-12 + 0.98.2 + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + adwaita-qt + https://github.com/FedoraQt/adwaita-qt + + fury + uglyside@yandex.ru + + GPLv2 + LGPLv2.1 + data + desktop.lookandfeel + A style to bend Qt applications to look like they belong into GNOME Shell. + A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell. + https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/1.4.1.tar.gz + + cmake + qt5-base-devel + qt5-x11extras-devel + + desktop/lookandfeel/adwaita-qt/pspec.xml + + + adwaita-qt + + libgcc + libxcb + qt5-base + qt5-x11extras + + + /usr/lib + /usr/share/doc + + + + adwaita-qt-devel + + adwaita-qt + qt5-base /usr/lib/cmake @@ -253433,593 +100879,205 @@ complete albums that you have purchased from Amazon. - - 2022-06-30 - 1.47.0 + + 2022-01-18 + 1.4.1 Version bump - Kamil Atlı - suvari@pisilinux.org + fury + uglyside@yandex.ru - - 2022-06-11 - 1.46.3 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - iputils - https://github.com/iputils/iputils - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - network.misc - Network monitoring tools including ping and ping6 - ping ve ping6 uygulamalarını da içeren ağ izleme araçları - Iputils contient les outils de surveillance réseau incluant ping et ping6. - iputils contains network monitoring tools including ping and ping6. - Iputils, ping ve ping6 gibi ağ izleme araçlarını içeren bir pakettir. - https://github.com/iputils/iputils/archive/s20190709.tar.gz - - openssl-devel - libidn2-devel - libcap-devel - meson - ninja - - - fix-setuid-redeclared.patch - - network/misc/iputils/pspec.xml - - - iputils - - libcap - libidn2 - openssl - - - /etc - /usr/bin - /usr/sbin - /sbin - /lib/systemd/system - /etc/conf.d/rdisc - /usr/share/doc - /usr/share/man - - - man/arping.8 - man/clockdiff.8 - man/ping.8 - man/rarpd.8 - man/rdisc.8 - man/tracepath.8 - man/traceroute6.8 - fedora/tftp.xinetd - - - - 2020-02-07 - 20190709 + 2021-09-27 + 1.4.0 Version bump. - İdris Kalp - idriskalp@gmail.com + fury + uglyside@yandex.ru - 2018-08-13 - 20180629 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2021-06-05 + 1.3.1 + Version bump. + fury + uglyside@yandex.ru - 2017-03-02 - 20161105 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2021-05-18 + 1.3.0 + Version bump. + fury + uglyside@yandex.ru - 2016-06-09 - 20150815 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-03-24 + 1.2.1 + Version bump. + fury + uglyside@yandex.ru - 2015-10-01 - 20150815 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2021-01-02 + 1.2.0 + Beta rebuild. + fury + uglyside@yandex.ru - libasyncns - http://0pointer.de/lennart/projects/libasyncns + kvantum + https://github.com/tsujan/Kvantum PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - network.misc - A C library for asynchronous name service queries - Asenkron isim servisi sorguları için C kitaplığı - libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(), getnameinfo(), res_query() and res_search() from libc and libresolv. - libasyncns, Linux/Unix üzerinde isim servisi sorgularını asenkron olarak gerçekleştirme imkanı veren bir C kitaplığıdır. - http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz - network/misc/libasyncns/pspec.xml - - - libasyncns - - /usr/lib - /usr/share/doc - - - - libasyncns-devel - Development files for libasyncns - libasyncns için geliştirme dosyaları - - libasyncns - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-14 - 0.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-29 - 0.8 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libc-client - http://www.washington.edu/imap/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - service - network.misc - C-client mail access routines for IMAP and POP protocols - İmap protokolü için kitaplık - The c-client library is a common API for accessing mailboxes developed at the University of Washington. It is used mainly by php - Washington üniversitesi tarafından, POP ve IMAP protokolleri için geliştirilmiş genel kitaplıklar. Temel olarak php tarafından kullanılır. - http://ftp.ntua.gr/pub/net/mail/imap/imap-2007f.tar.gz + GPLv3 + app + desktop.lookandfeel + Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt. + Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur. + https://github.com/tsujan/Kvantum/releases/download/V1.0.2/Kvantum-1.0.2.tar.xz - pam-devel - openssl-devel - e2fsprogs-devel - mit-kerberos + libX11-devel + qt5-linguist + qt5-svg-devel + qt5-base-devel + icon-theme-hicolor + qt5-designer-devel + kwindowsystem-devel + qt5-x11extras-devel + qt5-assistant-devel - - imap-2007a-linux.diff - imap-2006c1-glibc-2.2.2.diff - imap-2006c1-krbpath.diff - imap-2001a-disable-mbox.patch - imap-2001a-overflow.patch - imap-2004a-doc.patch - imap-2007e-authmd5.patch - imap-2007e-shared.patch - uw-imap-2004c-amd64-so-fix.patch - 1006_openssl1.1_autoverify.patch - - network/misc/libc-client/pspec.xml + desktop/lookandfeel/kvantum/pspec.xml - libc-client + kvantum - mit-kerberos + libgcc + libX11 + qt5-svg + qt5-base + kwindowsystem + qt5-x11extras - - /usr/include - /usr/lib - - - - - 2020-02-22 - 2007f - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-09 - 2007f - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 2007f - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2007f - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-27 - 2007f - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libcddb - http://libcddb.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.misc - Une librairie pour accéder aux serveurs CDDB. - A library for accessing a CDDB server - CDDB sunucularına ulaşmak için bir kitaplık - Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). - libcddb, CDDB sunucularındaki (freedb.org) verilere erişmek için yazılmış bir C kitaplığıdır. - mirrors://sourceforge/libcddb/libcddb-1.3.2.tar.bz2 - network/misc/libcddb/pspec.xml - - - libcddb /usr/bin /usr/lib - /usr/share/doc - - - - libcddb-devel - Development files for libcddb - libcddb için geliştirme dosyaları - - libcddb - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 1.3.2 - Rebuild. - Idris Kalp - idriskalp@gmail.com - - - 2018-08-07 - 1.3.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.3.2 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.3.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 1.3.2 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libgssglue - http://www.citi.umich.edu/projects/nfsv4/linux/ - - Marcin Bojara - marcin@pisilinux.org - - BSD - library - network.misc - exports a gssapi interface which calls other random gssapi libraries - Diğer raslantısal gssapi kitaplıklarına çağrı yapan gssapi arayüzünü dışa aktaran kitaplık - libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. - libgssglue herhangi bir gssapi mekanizma gerçekleştirimi yapmadan istenilen mekanizmaya bakarak diğer gssapi fonsiyonlarına (örn:MIT Kerberos tarafından sağlanan) ulaşabilmek için bir arayüz (API) sunar. - http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz - - libgssglue-0.1-gssglue.patch - - network/misc/libgssglue/pspec.xml - - - libgssglue - - /usr/lib/libgssglue.so* - /usr/share/doc - - - - libgssglue-devel - libgssglue development files - libgssglue geliştirme dosyaları - - libgssglue - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-03-10 - 0.4 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libndp - http://libndp.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2+ - library - network.misc - Library for Neighbor Discovery Protocol - Ağ tarama protokolü için kitaplık - Library for Neighbor Discovery Protocol - Ağ tarama protokolü için kitaplık - https://github.com/jpirko/libndp/archive/v1.7.tar.gz - network/misc/libndp/pspec.xml - - - libndp - - /etc /usr/share - /etc/dbus-1 - /usr/lib - /usr/share/man + /usr/share/Kvantum /usr/share/doc - /usr/bin - - - - libndp-devel - Development files for libndp - libndp için geliştirme dosyaları - - libndp - - - /usr/include - /usr/lib/pkgconfig/ - - 2020-02-02 - 1.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-08-13 - 1.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-19 - 1.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-07 - 1.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libnet - https://github.com/libnet/libnet - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - app:console - network.misc - Low level network library - Alt seviye ağ kitaplığı - libnet is a library to provide an API for commonly used low-level network functions. - libnet sık kullanılan alt seviye ağ işlevleri için arabirim sunan bir kitaplıktır. - https://github.com/libnet/libnet/archive/v1.2.tar.gz - - doxygen - - network/misc/libnet/pspec.xml - - - libnet - Low level network library - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - libnet-devel - Development files for libnet - libnet için geliştirme dosyaları - libnet-devel, libnet için geliştirme dosyalarını içerir. - - libnet - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-11-29 - 1.2 - Version bump, moved from contrib. - Blue DeviL - bluedevil@sctzine.com - - - - - - libnfnetlink - http://www.netfilter.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - network.misc - Low level library for netfilter related kernel/userspace communication - Ağ filtreleme işlemleri ile ilgili çekirdek/uygulama iletişimi için alt seviye bir kitaplık - Niskopoziomowa biblioteka do netfilter - libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems. - libnfnetlink, çekirdek içi ağ filtreleme alt sistemleri için jenerik bir mesajlaşma altyapısı sunar. - libnfnetlink to niskopoziomowa biblioteka do związanej z netfiltrem komunikacji między jądrem a przestrzenią użytkownika. Udostępnia ogólną infrastrukturę komunikatów dla podsystemów netfiltra w jądrze oraz ich użytkowników i/lub narzędzi zarządzających w przestrzeni użytkownika. - http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-1.0.2.tar.bz2 - network/misc/libnfnetlink/pspec.xml - - - libnfnetlink - - /usr/lib - - - - libnfnetlink-devel - Development files for libnfnetlink - libnfnetlink için geliştirme dosyaları - Pliki nagłówkowe do bibliioteki libnfnetlink - - libnfnetlink - - - /usr/include - /usr/lib/pkgconfig/libnfnetlink.pc - - - - - 2022-08-03 + 2022-06-15 1.0.2 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + PisiLinux Community + admins@pisilinux.org - - 2020-02-01 - 1.0.1 + + 2021-09-19 + 0.20.2 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-03-14 + 0.19.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-03-05 + 0.18.0 + First Beta build + PisiLinux Community + admins@pisilinux.org + + + + + + pisilinux-gtk + http://www.pisilinux.org + + Ergün Salman + poyraz76@pisilinux.org + + custom + library + desktop.lookandfeel + pisilinux-gtk + Gtk uygulamaları için tema ve yapılandırma + https://sourceforge.net/projects/pisi-source/files/pisilinux-gtk-0.1.tar.gz + desktop/lookandfeel/pisilinux-gtk/pspec.xml + + + pisilinux-gtk + + /usr/share/themes/* + + + + + 2018-08-31 + 0.1 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2017-04-06 + 0.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-09-10 + 0.1 + New Package + Ergün Salman + poyraz76@pisilinux.org + + + + + + iconcan + https://pisilinux.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv3 + app:gui + desktop.lookandfeel + Icon etiketi için görseller + Icon etiketi için görseller + Icon etiketine ait görselleri barındıran uygulama. + Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama. + lang-tr + https://master.dl.sourceforge.net/project/pisilinux/source/iconcan-1.0.2.tar.xz + desktop/lookandfeel/iconcan/pspec.xml + + + iconcan + + /usr/share/pixmaps + + + + + 2022-05-26 + 1.0.2 + add new icons. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2018-08-13 1.0.1 @@ -254027,500 +101085,150 @@ complete albums that you have purchased from Amazon. Mustafa Cinasal muscnsl@gmail.com - - 2017-01-29 - 1.0.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-03-13 - 1.0.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libnl - https://github.com/thom311/libnl - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - network.misc - A library for applications dealing with netlink sockets - Netlink soketleri erişimi için bir kitaplığı - libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation. - libnl Linux çekirdeğinin netlink soket arayüzünü ağ ile ilgili çeşitli işlemleri kolaylaştırmak için kullanan bir kitaplığıdır. - https://github.com/thom311/libnl/archive/libnl3_7_0.tar.gz - - glibc - flex - bison - pkgconfig - libtool - check - - network/misc/libnl/pspec.xml - - - libnl - - /usr/lib - /usr/share/doc - /usr/share/man - /etc/libnl - /usr/sbin - /usr/bin - - - - libnl-devel - Development files for libnl - libnl için geliştirme dosyaları - - libnl - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-07 - 3.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 3.5.0 - Rebuild - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-05 - 3.5.0 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-07-29 - 3.4.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 3.2.25 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.2.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-15 - 3.2.25 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libproxy - https://github.com/libproxy/libproxy - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - network.misc - Proxy configuration library - Proxy yapılandırma kitaplığı - libproxy is a library that provides automatic proxy configuration management. - Otomatik proxy yapılandırma yönetimini sağlayan bir kitaplığı. - https://github.com/libproxy/libproxy/archive/0.4.17.tar.gz - - gconf-devel - libXmu-devel - NetworkManager-devel - webkit2gtk-devel - spidermonkey-devel - cmake - intltool - - network/misc/libproxy/pspec.xml - - - libproxy - - glib2 - libgcc - - - /usr/bin - /usr/lib - /usr/libexec/ - /usr/share/doc - /usr/share/vala - - - - libproxy-gnome3 - - libproxy - libgcc - - - /usr/lib/libproxy/*/modules/config_gnome3.* - /usr/libexec/pxgconf - - - - libproxy-networkmanager - - libproxy - dbus - libgcc - - - /usr/lib/libproxy/*/modules/network_networkmanager.* - - - - libproxy-webkit-gtk2 - - libproxy - webkit2gtk - libgcc - - - /usr/lib/libproxy/*/modules/pacrunner_webkit* - - - - libproxy-mozjs - - libproxy - - - /usr/lib/libproxy/*/modules/pacrunner_mozjs* - - - - libproxy-devel - Development files for libproxy - libproxy için geliştirme dosyaları - - libproxy - - - /usr/include - /usr/lib/pkgconfig - /usr/share/cmake - - - - - 2021-10-24 - 0.4.17 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-06 - 0.4.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-25 - 0.4.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-16 - 0.4.15 - Rebuild - Mustafa Cinasl - muscnsl@gmail.com - - - 2019-04-16 - 0.4.15 - Rebuild bump - Mustafa Cinasl - muscnsl@gmail.com - - - 2018-07-30 - 0.4.15 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-07-30 - 0.4.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-08 - 0.4.10 - Release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-11-01 - 0.4.10 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libssh - http://www.libssh.org - - PisiLinux Community - admin@pisilinux.org - - LGPLv2.1 - library - network.misc - Full C library functions for manipulating a client-side SSH connection - SSH bağlantılarının kontrol edilebilmesini sağlayan C kitaplığı - libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). - libssh, yazılımlarında SSH kullanmak isteyen programcılar için tasarlanmış bir C kitaplığıdır. SSH istemcisi programcı tarafından tam olarak kontrol edilebilir, uzaktan yazılım çalıştırma, tünel yaratma, dosya transferi ve uzak dosya erişimi işlemleri yapılabilir. Tüm bunlar için openssl paketinde bulunan lıbcrypto'nun sistemde bulunması yeterlidir. - https://www.libssh.org/files/0.9/libssh-0.9.6.tar.xz - - openssl-devel - cmocka-devel - zlib-devel - doxygen - cmake - openssh - - network/misc/libssh/pspec.xml - - - libssh - Full C library functions for manipulating a client-side SSH connection - - openssl - zlib - - - /usr/lib - /usr/share/doc - - - - libssh-devel - Development files for libssh - libssh için geliştirme dosyaları - libssh-devel, libssh için geliştirme dosyalarını içerir. - - libssh - - - /usr/include - /usr/lib/pkgconfig - - - - libssh-docs - Development documentation for libssh - libssh için belgelendirme dosyaları - libssh-docs, libssh için belgelendirme dosyalarını içerir. - - /usr/share/doc/libssh/html - /usr/share/man - - - - - 2021-08-26 - 0.9.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-24 - 0.9.3 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-10-17 - 0.8.4 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-15 - 0.8.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - 2017-03-02 - 0.7.4 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 1.0.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 0.7.3 + 1.0.1 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-03-25 - 0.7.3 + 2015-02-04 + 1.0.1 First release - Ertuğrul Erata - ertugrulerata@gmail.com + Osman Erkan + osman.erkan@pisilinux.org - neon - http://www.webdav.org/neon/ + gtk-theme-Qogir + https://github.com/vinceliuice/Qogir-theme/ - PisiLinux Community + Pisi Linux Community admins@pisilinux.org - GPLv2 - library - network.misc - Librairie cliente HTTP et WebDAV. - HTTP and WebDAV client library - C arayüzü ile birlikte gelen, Http ve WebDAV için istemci kitaplığı - neon is an HTTP and WebDAV client library with a C interface; providing a high-level interface to HTTP and WebDAV methods along with a low-level interface for HTTP request handling. - neon, C arayüzü sunan bir HTTP ve WebDAV istemci kitaplığıdır. HTTP ve WebDAV metodlarına yüksek seviyeli, HTTP istek değerlendirmesi için de düşük seviyeli bir arayüz sunar. - https://notroj.github.io/neon/neon-0.31.2.tar.gz + GPL-3.0 + desktop.lookandfeel + Qogir is a flat Design theme for GTK + Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc. + https://github.com/vinceliuice/Qogir-theme/archive/refs/tags/2021-12-25.tar.gz - openssl-devel - expat-devel - zlib-devel - mit-kerberos + gnome-shell + + desktop/lookandfeel/gtk-theme-Qogir/pspec.xml + + + gtk-theme-Qogir + + /usr/share/themes/Qogir + /usr/share/themes/Qogir-dark + /usr/share/themes/Qogir-light + /usr/share/doc + + + + + 2022-01-22 + 2021.12.25 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-31 + 2018.11.12 + First Release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pisilinux-theme-maia + http://www.pisilinux.org/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.lookandfeel + PisiLinux için görsel çalışmaları. + PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı. + https://github.com/alihanozturk/pisilinux-theme-maia/archive/0.3.tar.gz + + extra-cmake-modules + qt5-base-devel + plasma-framework-devel - fixdocdir.patch - multilib.patch + wallpaper.patch - network/misc/neon/pspec.xml + desktop/lookandfeel/pisilinux-theme-maia/pspec.xml - neon - - zlib - expat - openssl - + pisilinux-theme-maia + PisiLinux için görsel çalışmaları. - /usr/bin - /usr/lib - /usr/share/locale + /usr/share + /usr/share/color-schemes + /usr/share/icons + /usr/share/kservices5 + /usr/share/plasma + /usr/share/sddm + /usr/share/wallpapers /usr/share/doc - /usr/share/man - - - - neon-devel - Development files for neon - neon için geliştirme dosyaları - - neon - - - /usr/include - /usr/lib/pkgconfig - 2021-03-11 - 0.31.2 - Version bump - İdris Kalp - idriskalp@gmail.com + 2018-08-15 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org - 2020-02-07 - 0.30.2 - Rebuild - İdris Kalp - idriskalp@gmail.com + 2017-03-05 + 0.3 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org - 2018-09-02 - 0.30.2 + 2016-08-21 + 0.3 Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - 2017-02-24 - 0.30.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 2016-06-09 - 0.30.0 + 0.2 Release Bump Pisi Linux Community admin@pisilinux.org + + 2016-05-19 + 0.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + - 2014-05-25 - 0.30.0 + 2016-04-20 + 0.1 First release Alihan Öztürk alihan@pisilinux.org @@ -254529,795 +101237,788 @@ complete albums that you have purchased from Amazon. - openmpi - https://www.open-mpi.org/ + icon-theme-numix-light + https://numixproject.github.io/ - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - custom:OpenMPI - library - app:console - network.misc - High performance message passing library (MPI) - Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı - Open MPI est un projet combinant les technologies et les ressources de plusieurs autres projets (FT-MPI, LA-MPI, LAM/MPI et PACX-MPI) afin de construire la meilleure librairie MPI disponible. Une implémentation totalement neuve conforme au MPI-2. Open MPI offre des avantages aux vendeurs de systèmes et de logiciels, au développeurs d'applications ainsi qu'aux chercheur en génie logiciel. - The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers. - Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı - Open MPI es un proyecto que combina recursos y tecnologías de varios otros proyectos (FT-MPI, LA-MPI, LAM/MPI, y PACX-MPI) para construir la mejor librería MPI. Una implementación MPI-2 compliant completamente nueva, Open MPI ofrece ventajas para fabricantes de sistemas y software, desarrolladores de aplicaciones y investigadores de computación. - https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.bz2 - - valgrind-devel - zlib-devel - hwloc-devel - libnl-devel - - network/misc/openmpi/pspec.xml + GPLv3 + data + desktop.lookandfeel + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + http://ppa.launchpad.net/numix/ppa/ubuntu/pool/main/n/numix-icon-theme/numix-icon-theme_0.3+929~201712251402~ubuntu17.04.1.tar.xz + desktop/lookandfeel/icon-theme-numix-light/pspec.xml - openmpi - High performance message passing library (MPI) - - hwloc - libnl - + icon-theme-numix-light - /etc - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/pmix - /usr/share/openmpi - - - - openmpi-devel - Development files for openmpi - openmpi için geliştirme dosyaları - openmpi-devel, openmpi için geliştirme dosyalarını içerir. - - openmpi - - - /usr/include - /usr/lib/pkgconfig + /usr/share/icons/Numix-Light - - 2021-10-19 - 4.1.1 - Version bump. + + 2018-08-31 + 17.04.05 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2017-04-06 + 17.04.05 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + - 2020-05-22 - 4.0.3 - First Pisi Release - Blue Devil - bluedevil@sctzine.com + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org - protobuf - https://developers.google.com/protocol-buffers/ + pisilinux-theme-damadamas + http://www.pisilinux.org/ - PisiLinux Community - admins@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - BSD - library - network.misc - Google's data interchange format - Google'ın veri alış veriş biçimi - Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. - Protokol Arabellekleri(protobuf) yapılandırılmış veriyi kodlamak için verimli bir biçimdir. Google kendi içindeki bütün RPC protokolleri ve dosya biçimleri için Protokol Arabelleklerini kullanmaktadır. - https://github.com/protocolbuffers/protobuf/archive/v3.19.4.tar.gz + GPLv2 + app:gui + desktop.lookandfeel + PisiLinux için görsel çalışmaları. + PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı. + https://github.com/sonakinci41/DamaDamas-icon-theme/archive/0.7.tar.gz - python-wheel - python-devel - python3-devel - python-setuptools - python3-setuptools + extra-cmake-modules + qt5-base-devel + plasma-framework-devel - network/misc/protobuf/pspec.xml + desktop/lookandfeel/pisilinux-theme-damadamas/pspec.xml - protobuf - Google's data interchange format - - zlib - libgcc - + pisilinux-theme-damadamas + PisiLinux için görsel çalışmaları. + /usr/share + /usr/share/color-schemes + /usr/share/icons + /usr/share/kservices5 + /usr/share/plasma + /usr/share/sddm + /usr/share/wallpapers /usr/share/doc - /usr/bin - /usr/share/vim - /usr/share/emacs - /usr/lib/libproto* + + + logotype-pisi_64.svg + logotype-pisi_512.svg + logotype-pisi_512.svg + + + + + 2021-04-11 + 0.7 + fixed start-here icons + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-01 + 0.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 0.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + flat-remix-gtk + https://github.com/daniruiz/Flat-Remix-GTK + + Pisi Linux Community + admins@pisilinux.org + + GPL-3.0 + desktop.lookandfeel + Flat Remix GTK theme is a pretty simple gtk window theme + Flat Remix GTK theme is a pretty simple gtk window theme inspired on material design following a modern design using \"flat\" colors with high contrasts and sharp borders + https://github.com/daniruiz/flat-remix-gtk/archive/20220427.tar.gz + desktop/lookandfeel/flat-remix-gtk/pspec.xml + + + flat-remix-GTK + + /usr/share/themes/Flat-Remix-Dark-* + /usr/share/themes/Flat-Remix-Darkest-* + /usr/share/themes/Flat-Remix-Light* - protobuf-devel - Development files for protobuf - protobuf için geliştirme dosyaları - protobuf-devel, protobuf için geliştime dosyaları içerir. + flat-remix-GTK-black - protobuf + flat-remix-GTK - /usr/lib/pkgconfig - /usr/include/google/protobuf + /usr/share/themes/Flat-Remix-GTK-Black* + /usr/share/themes/Flat-Remix-LibAdwaita-Black* - python-protobuf - Python 2 bindings for Google Protocol Buffers - protobuf için geliştirme dosyaları - protobuf-devel, protobuf için geliştime dosyaları içerir. + flat-remix-GTK-blue - python-setuptools - protobuf-devel + flat-remix-GTK - /usr/lib/python2* + /usr/share/themes/Flat-Remix-GTK-Blue* + /usr/share/themes/Flat-Remix-LibAdwaita-Blue* - python3-protobuf - Python 3 bindings for Google Protocol Buffers - protobuf için geliştirme dosyaları - protobuf-devel, protobuf için geliştime dosyaları içerir. + flat-remix-GTK-brown - python3 - python3-setuptools - protobuf-devel + flat-remix-GTK - /usr/lib/python3* + /usr/share/themes/Flat-Remix-GTK-Brown* + /usr/share/themes/Flat-Remix-LibAdwaita-Brown* + + + + flat-remix-GTK-cyan + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Cyan* + /usr/share/themes/Flat-Remix-LibAdwaita-Cyan* + + + + flat-remix-GTK-green + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Green* + /usr/share/themes/Flat-Remix-LibAdwaita-Green* + + + + flat-remix-GTK-grey + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Grey* + /usr/share/themes/Flat-Remix-LibAdwaita-Grey* + + + + flat-remix-GTK-magenta + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Magenta* + /usr/share/themes/Flat-Remix-LibAdwaita-Magenta* + + + + flat-remix-GTK-orange + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Orange* + /usr/share/themes/Flat-Remix-LibAdwaita-Orange* + + + + flat-remix-GTK-red + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Red* + /usr/share/themes/Flat-Remix-LibAdwaita-Red* + + + + flat-remix-GTK-teal + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Teal* + /usr/share/themes/Flat-Remix-LibAdwaita-Teal* + + + + flat-remix-GTK-violet + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Violet* + /usr/share/themes/Flat-Remix-LibAdwaita-Violet* + + + + flat-remix-GTK-white + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-White* + /usr/share/themes/Flat-Remix-LibAdwaita-White* + + + + flat-remix-GTK-yellow + + flat-remix-GTK + + + /usr/share/themes/Flat-Remix-GTK-Yellow* + /usr/share/themes/Flat-Remix-LibAdwaita-Yellow* + + + 2022-04-27 + 20220427 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gtk-theme-greybird + https://github.com/shimmerproject/Greybird + + Pisi Gnu/Linux Community + admin@pisilinux.org + + GPLv2 + CC-BY-SA + desktop.lookandfeel + Desktop Suite for Xfce. + GTK Theme Suite - Greybird. + https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz + + meson + sassc + gtk3-devel + glib2-devel + librsvg-devel + gdk-pixbuf-devel + + desktop/lookandfeel/gtk-theme-greybird/pspec.xml + + + gtk-theme-greybird + + gtk2-engines-murrine + + + /usr/share/themes + /usr/share/doc + + + + + 2020-11-03 + 3.22.12 + Ver. bump + fury + uglyside@yandex.ru + + + 2018-08-31 + 3.22.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 3.22.2 + Rebuild with new toolchain + Pisi Gnu/Linux Community + admin@pisilinux.org + + + 2016-09-08 + 1.5.3 + First Release + Pisi Gnu/Linux Community + admin@pisilinux.org + + + + + + icon-theme-adwaita + https://gitlab.gnome.org/GNOME/adwaita-icon-theme + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.lookandfeel + Adwaita icon theme + Adwaita icon theme + https://download.gnome.org/sources/adwaita-icon-theme/42/adwaita-icon-theme-42.0.tar.xz + + intltool + gtk2-devel + gtk3-devel + docbook-xsl + shared-mime-info + librsvg-devel + + desktop/lookandfeel/icon-theme-adwaita/pspec.xml + + + icon-theme-adwaita + Adwaita icon theme + + /usr/share + /usr/share/doc + /usr/share/icons/Adwaita + /usr/lib/pkgconfig + + + 16x16.png + 16x16.png + 22x22.png + 24x24.png + 24x24.png + 32x32.png + 32x32.png + 48x48.png + 48x48.png + 64x64.png + 96x96.png + scalable.svg + + - 2022-06-28 - 3.19.4 + 2022-06-01 + 42.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-10-25 - 3.18.1 - Rebuild py3. + 2021-09-11 + 41.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-10-20 - 3.18.1 + 2021-05-24 + 40.1.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-03-13 - 3.15.6 - Version bump. - İdris Kalp - idriskalp@gmail.com + 2021-04-08 + 3.38.0 + v.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2020-08-30 - 3.13.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + 2020-01-18 + 3.34.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2020-01-12 - 3.11.3 - Version bump - Blue Devil - bluedevil@sctzine.com + 2019-11-30 + 3.34.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2020-01-24 - 3.11.2 - Fix deps and clean - Blue Devil - bluedevil@sctzine.com - - - 2019-12-25 - 3.11.2 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2016-03-23 - 3.0.0_beta2 - Version bump, rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2015-02-16 - 3.0.0_pre1 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2015-02-03 - 2.6.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-05 - 2.5.0 - Version Bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-03 - 2.4.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - protobuf-c - https://github.com/protobuf-c/protobuf-c - - Stefan Gronewold(groni) - groni@pisilinux.org - - BSD - app:console - library - network.misc - Protocol Buffers implementation in C - Google Protokol Arabelleklerinin C Uygulaması - This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package - protobuf-c, Google Protokol Arabelleklerinin veri serileştirmesi biçimi için bir C Uygulamasıdır. libgadu paketi için gereklidir. - https://github.com/protobuf-c/protobuf-c/archive/v1.4.0.tar.gz - - protobuf-devel - - network/misc/protobuf-c/pspec.xml - - - protobuf-c - Protocol Buffers implementation in C - - protobuf - - - / - /usr/lib - /usr/share/doc - /usr/bin - - - - protobuf-c-devel - Development files for protobuf-c - protobuf-c için geliştirme dosyaları - protobuf-c-devel, protobuf-c için geliştime dosyaları içerir. - - protobuf-c - - - /usr/lib/pkgconfig - /usr/include/protobuf-c - /usr/include/google/protobuf-c - - - - - 2022-06-28 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-20 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-09 - 1.3.3 - *Patch version bump. - *Moved from contrib - Blue Devil - bluedevil@sctzine.com - - - - - - proxychains-ng - https://github.com/rofl0r/proxychains-ng - - Kamil Atlı - suvari@pisilinux.org - - as-is - app:console - network.misc - A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies - Varolan dinamik olarak bağlı programların TCP trafiğini bir veya daha fazla SOCKS veya HTTP proxy'si aracılığıyla yeniden yönlendirmeye izin veren bir kanca ön yükleyicisi - proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. - proxychains ng (yeni nesil) - dinamik olarak bağlantılı programlardaki çağrıları yuvalara bağlayan ve bir veya daha fazla Socks/http proxy'si aracılığıyla yeniden yönlendiren bir ön yükleyici. Terkedilmiş proxychains projesinin devamı. - https://github.com/rofl0r/proxychains-ng/releases/download/v4.16/proxychains-ng-4.16.tar.xz - - glibc-devel - - network/misc/proxychains-ng/pspec.xml - - - proxychains-ng - - glibc - - - /usr/bin - /usr/lib - /etc/proxychains.conf - /usr/share/doc - - - - - 2022-06-22 - 4.16 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - socat - http://www.dest-unreach.org/socat/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:console - network.misc - Multipurpose relay - Multipurpose relay - http://www.dest-unreach.org/socat/download/socat-1.7.3.4.tar.bz2 - - readline-devel - openssl-devel - - network/misc/socat/pspec.xml - - - socat - - readline - openssl - - - /usr/bin - /usr/share/man - - - - - 2020-02-23 - 1.7.3.4 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2018-08-15 - 1.7.3.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-13 - 1.7.3.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - webkit-gtk2 - http://webkitgtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - LGPLv2.1 - BSD - library - network.misc - An opensource web browser engine for GTK+ applications - The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. - http://www.webkitgtk.org/releases/webkitgtk-2.4.11.tar.xz - - mesa-devel - gtk-doc - glib2-devel - gtk2-devel - ruby-devel - webp-devel - cairo-devel - icu4c-devel - libXt-devel - enchant2-devel - sqlite-devel - geoclue-devel - libsoup-devel - fontconfig-devel - libxslt-devel - harfbuzz-devel - libsecret-devel - libXcomposite-devel - libjpeg-turbo-devel - gstreamer-devel - gst-libav - gobject-introspection-devel - gst-plugins-base-devel - gst-plugins-bad-devel - gst-plugins-good - which - icon-theme-hicolor - gperf - libSM-devel - - - install-minibrowser.patch - enchant-2.x.patch - icu59.patch - pkgconfig-enchant-2.patch - icu68.patch - fix-ftbfs-gcc6.patch - gtk-doc.patch - grammar.patch - - network/misc/webkit-gtk2/pspec.xml - - - webkit-gtk2 - - atk - zlib - glib2 - gtk2 - mesa - webp - cairo - icu4c - libXt - libX11 - libgcc - libpng - libxml2 - pango - sqlite - enchant2 - geoclue - libsoup - libxslt - harfbuzz - freetype - libsecret - fontconfig - gdk-pixbuf - libXdamage - libXrender - libXcomposite - libjpeg-turbo - gstreamer - gst-libav - gst-plugins-bad - gst-plugins-base - gst-plugins-good - gobject-introspection - - - /usr/lib - /usr/share - /usr/share/doc - - - - webkit-gtk2-devel - Development files for GTK+ port of WebKit - library - data:doc - - libgcc - gtk2-devel - glib2-devel - webkit-gtk2 - libsoup-devel - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/webkit-gtk/Web* - /usr/share/doc/webkit-gtk2/html - /usr/share/doc/webkit-gtk/JavaScriptCore - - - - - 2020-01-28 - 2.4.11 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-09 - 2.4.11 - Rebuild. + 2019-09-14 + 3.32.0 + Version Bump Pisi Linux Community admin@pisilinux.org - 2018-05-04 - 2.4.11 - Rebuild. + 2019-04-17 + 3.31.1 + Version Bump Pisi Linux Community admin@pisilinux.org - 2018-02-05 - 2.4.11 - Rebuild for new toolchain + 2018-11-30 + 3.31.1 + Version Bump Pisi Linux Community admin@pisilinux.org - 2017-02-27 - 2.4.11 - Rebuild for new toolchain. + 2018-07-30 + 3.26.1 + Version Bump Pisi Linux Community admin@pisilinux.org - 2016-06-18 - 2.4.11 + 2017-03-02 + 3.22 Version Bump Pisi Linux Community admin@pisilinux.org - 2016-06-9 - 2.4.9 + 2016-06-09 + 3.20 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-08-05 - 2.4.9 + 2016-06-07 + 3.20 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - webkit2gtk - http://webkitgtk.org + icon-theme-mint-x + http://packages.linuxmint.com/pool/main/m/mint-x-icons Alihan Öztürk - admins@pisilinux.org + alihan@pisilinux.org - LGPLv2 - LGPLv2.1 - BSD - library - network.misc - An opensource web browser engine for GTK+ applications - The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. - https://www.webkitgtk.org/releases/webkitgtk-2.36.4.tar.xz - - cmake - which - gperf - gtk-doc - bubblewrap - ruby-devel - mesa-devel - gtk3-devel - gtk2-devel - webp-devel - libwpe-devel - cairo-devel - icu4c-devel - libXt-devel - lcms2-devel - sqlite-devel - python3-devel - libsoup-devel - wayland-devel - libxslt-devel - geoclue-devel - elogind-devel - libgudev-devel - harfbuzz-devel - enchant2-devel - xdg-dbus-proxy - libtasn1-devel - libglvnd-devel - libnotify-devel - openjpeg2-devel - libsecret-devel - libgcrypt-devel - libseccomp-devel - libmanette-devel - icon-theme-hicolor - libjpeg-turbo-devel - wpebackend-fdo-devel - gst-plugins-bad-devel - gst-plugins-base-devel - gobject-introspection-devel - - - fix-build.patch - - network/misc/webkit2gtk/pspec.xml + GPLv3 + app:gui + desktop.lookandfeel + Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza. + mint-x icon teması. + Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza. + mint-x icon teması. + http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.6.4.tar.xz + desktop/lookandfeel/icon-theme-mint-x/pspec.xml - webkit2gtk - - atk - zlib - gtk3 - mesa - webp - lcms2 - cairo - icu4c - libXt - glib2 - pango - libwpe - libX11 - libgcc - libpng - sqlite - libxml2 - wayland - enchant - geoclue - libsoup - libxslt - elogind - enchant2 - libtasn1 - harfbuzz - freetype - libglvnd - libsecret - openjpeg2 - libnotify - libgcrypt - gstreamer - gst-libav - fontconfig - gdk-pixbuf - libXdamage - libXrender - libseccomp - libmanette - libXcomposite - libjpeg-turbo - wpebackend-fdo - wayland-client - wayland-server - gst-plugins-bad - gst-plugins-base - gst-plugins-good - gobject-introspection - + icon-theme-mint-x - /usr/lib - /usr/share - /usr/share/doc - - - - webkit2gtk-devel - Development files for GTK+ port of WebKit - library - data:doc - - gtk3-devel - glib2-devel - libsoup-devel - webkit2gtk - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/webkit-gtk/Web* - /usr/share/doc/webkit2gtk/html - /usr/share/doc/webkit-gtk/JavaScriptCore + /usr/share/icons - - 2022-07-11 - 2.36.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + + 2022-06-30 + 1.6.4 + First release. + Alihan Öztürk + alihan@pisilinux.org - - 2022-06-22 - 2.36.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + + + + + geany-colorschemes + https://github.com/geany/geany-themes + + fury + uglyside@yandex.ru + + various + data + desktop.lookandfeel + Geany-themes is a collection of color schemes for the Geany IDE/editor. + Geany-themes is a collection of color schemes for the Geany IDE/editor, either written originally by the Geany community or ported from color schemes for other editors. + https://github.com/geany/geany-themes/archive/0f29c77e8c596900b9b8cf552498bdb317449cae.zip + desktop/lookandfeel/geany-colorschemes/pspec.xml + + + geany-colorschemes + + gtksourceview3 + + + /usr/share/geany/colorschemes + /usr/share/doc + + + + + 2020-12-06 + 0.1 + First build + fury + uglyside@yandex.ru - - 2022-06-15 - 2.36.3 - Ver. Bump. - Kamil Atlı - suvari@pisilinux.org - - - 2021-10-01 - 2.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + + + + + icon-theme-elementary-xfce + https://github.com/shimmerproject/elementary-xfce + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + data + desktop.lookandfeel + Elementary Look for XFCE. + Elementary icons forked from upstream, extended and maintained for Xfce. + https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz + + librsvg + optipng + inkscape + gtk3-devel + + desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml + + + icon-theme-elementary-xfce + + /usr/share/icons + /usr/share/doc + + + + + 2021-10-13 + 0.15.2 + First build + fury + uglyside@yandex.ru + + + + + icon-theme-nitrux-kde + https://github.com/Nitrux/nitrux-icon-theme + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Nitrux Look for KDE + Nitrux Look for KDE + https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/nitrux-icon-theme-kde_3.5.3.tar.gz + desktop/lookandfeel/icon-theme-nitrux-kde/pspec.xml + + + icon-theme-nitrux-kde + + /usr/share/icons/Nitrux + + + - 2021-06-07 - 2.33.1 - Version bump. + 2018-08-31 + 3.5.3 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2021-02-27 - 2.30.5 - Version bump. + 2017-04-06 + 3.5.3 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-01 + 3.5.3 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + pisilinux-splash + https://github.com/sebo28/pisilinux.splash + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + app + desktop.lookandfeel + pisilinux splash + pisilinux splash + pisilinux splash + pisilinux splash + https://github.com/sebo28/pisilinux.splash/archive/v0.1.tar.gz + https://github.com/sebo28/Sweet-Cat_Animated/archive/v0.1.tar.gz + + metadata.json + + desktop/lookandfeel/pisilinux-splash/pspec.xml + + + pisilinux-splash + + /usr/share + /usr/share/locale + + + + + 2020-12-07 + 0.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-10-31 + 0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + icon-theme-compass-kde + https://launchpad.net/~nitrux-team + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Compass Icon Theme for KDE + Compass Icon Theme for KDE + https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz + desktop/lookandfeel/icon-theme-compass-kde/pspec.xml + + + icon-theme-compass-kde + + /usr/share/icons + + + + + 2018-08-31 + 1.3.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.3.8 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-01 + 1.3.8 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + papirus-icon-theme + https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/ + + Mustafa Cinasal + muscnsl@gmail.com + + any + library + desktop.lookandfeel + Papirus simge teması + Papirus simge teması + Papirus simge teması + Papirus simge teması + https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20200102.tar.gz + desktop/lookandfeel/papirus-icon-theme/pspec.xml + + + papirus-icon-theme + + /usr/share/icons + /usr/share/doc + + + + + 2020-01-02 + 20200102 + Ver. up + fury + uglyside@yandex.ru + + + 2018-08-31 + 20180501 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 20180501 + First release. Mustafa Cinasal muscnsl@gmail.com - 2020-01-30 - 2.26.3 + 2018-03-31 + 20180401 First release. Mustafa Cinasal muscnsl@gmail.com @@ -255326,58 +102027,16338 @@ complete albums that you have purchased from Amazon. - xdg-dbus-proxy - https://github.com/flatpak/xdg-dbus-proxy + artwork-pisilinux-release + https://pisilinux.org/ - Kamil Atlı - suvari@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv2.1 - app:console - network.misc - a filtering proxy for D-Bus connections - xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy'sidir. - xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. - xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy'sidir. Başlangıçta flatpak projesinin bir parçasıydı, ancak başka bağlamlarda kullanılmasını kolaylaştırmak için bağımsız bir modül olarak parçalandı. - https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.4.tar.gz - - dbus-devel - glib2-devel - docbook-xsl - libxslt-devel - autoconf-archive - - network/misc/xdg-dbus-proxy/pspec.xml + GPLv2 + public-domain + CCPL-Attribution-ShareAlike-3.0 + CCPL-Attribution-3.0 + data + desktop.lookandfeel + Artwork for Pisi Linux releases + Pisi Linux sürümleri için sanatsal içerik + This package contains additional artwork (like wallpapers) intended for Pisi Linux releases. + Bu paket Pisi Linux sürümleri için hazırlanmış sanatsal çalışmalar içerir. + http://source.pisilinux.org/1.0/artwork-pisilinux-release-1.2.tar.xz + http://source.pisilinux.org/1.0/sample-files-20130323.tar.xz + desktop/lookandfeel/artwork-pisilinux-release/pspec.xml - xdg-dbus-proxy + artwork-pisilinux-release + + /usr/share/wallpapers + + + + example-content + Example files for Pisi Linux + Pisi Linux ile beraber dağıtılan örnek dosyalar + + /usr/share/example-content + /etc/X11/Xsession.d + /etc/X11/xinit/xinitrc.d/35-example-content.sh + + + 35-example-content.sh + + + + + 2018-10-21 + 1.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-21 + 1.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + icon-theme-milky + https://pisilinux.org + + Pisi Gnu/Linux Community + admin@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Icon theme designed for pisilinux GTK theme + Icon theme designed for pisilinux GTK theme + http://source.pisilinux.org/milky/milky-2.0.tar.bz2 + desktop/lookandfeel/icon-theme-milky/pspec.xml + + + icon-theme-milky + + /usr/share/icons + /usr/share/doc + + + 16x16.png + 16x16.png + 22x22.png + 22x22.png + 32x32.png + 32x32.png + 48x48.png + 48x48.png + 64x64.png + 64x64.png + 128x128.png + 128x128.png + 256x256.png + 256x256.png + logotype-pisi.svg + logotype-pisi.svg + + + + + 2021-04-11 + 1.0 + fixed start-here icons + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-01 + 1.0 + First Release. + Pisi Gnu/Linux Community + admin@pisilinux.org + + + + + + gtk-theme-arc + https://github.com/horst3180/arc-theme + + Pisi Linux Community + admins@pisilinux.org + + GPL-3.0 + desktop.lookandfeel + Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar. + The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementary’s Pantheon desktops and should work fine on Cinnamon. + https://launchpad.net/~noobslab/+archive/ubuntu/themes/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + desktop/lookandfeel/gtk-theme-arc/pspec.xml + + + gtk-theme-arc - glib2 + gtk2-engines-murrine - /usr/bin - /usr/share/man + /usr/share/themes/Arc + + + + gtk-theme-arc-solid + + gtk2-engines-murrine + + + /usr/share/themes/Arc-Solid + + + + gtk-theme-arc-dark + + gtk2-engines-murrine + + + /usr/share/themes/Arc-Dark + + + + gtk-theme-arc-dark-solid + + gtk2-engines-murrine + + + /usr/share/themes/Arc-Dark-Solid + + + + + 2018-08-31 + 1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.0 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-11 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gtk-theme-bluebird + https://github.com/shimmerproject/Bluebird + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + CC-BY-SA 3.0 + desktop.lookandfeel + GTK Theme Suite - Bluebird for the XFCE-Desktop + GTK Theme Suite - Bluebird for the XFCE-Desktop + https://github.com/shimmerproject/Bluebird/archive/v1.2.tar.gz + desktop/lookandfeel/gtk-theme-bluebird/pspec.xml + + + gtk-theme-bluebird + + gtk2-engines-murrine + + + /usr/share/themes /usr/share/doc - 2022-06-23 - 0.1.4 + 2018-08-31 + 1.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.2 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-01 + 1.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gtk-theme-orion + https://github.com/shimmerproject/Orion + + Pisi Linux Community + admins@pisilinux.org + + GPL-3.0 + desktop.lookandfeel + Orion is a modern light theme for Gnome. It supports Gnome, Unity, XFCE and Openbox. + The theme is compatible with GTK 3.6 and 3.8. It also includes a GTK 2.0 theme using Murrine engine. + https://github.com/shimmerproject/Orion/archive/v1.5.tar.gz + desktop/lookandfeel/gtk-theme-orion/pspec.xml + + + gtk-theme-orion + + gtk2-engines-murrine + + + /usr/share/themes + /usr/share/doc + + + + + 2018-08-31 + 1.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.5 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-10 + 1.5 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + icon-theme-hicolor + https://www.freedesktop.org/wiki/Software/icon-theme/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + desktop.lookandfeel + Default icon theme + Temel simge teması + Hicolor icon theme contains the basic directories and files needed for icon theme support. + Hicolor, simge teması desteği için ihtiyaç duyulan temel dizin ve dosyalarıni içeren temel bir simge temasıdır. + https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz + desktop/lookandfeel/icon-theme-hicolor/pspec.xml + + + icon-theme-hicolor + + /usr/share/doc + /usr/share/icons + + + + + 2020-01-16 + 0.17 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 0.17 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-13 + 0.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-09 + 0.15 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gtk-theme-mediterranean + http://gnome-look.org/content/show.php/MediterraneanNight+Series?content=156782 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + desktop.lookandfeel + Great themes for GTK2 and GTK3 + GTK2 ve GTK3 için güzel temalar + Themes for GTK2 and GTK3. + GTK2 ve GTK3 için yazılmış tema paketleri. + https://dl.dropboxusercontent.com/u/80497678/MediterraneanNight-2.03.tar.gz + desktop/lookandfeel/gtk-theme-mediterranean/pspec.xml + + + gtk-theme-mediterranean + + gtk2-engines-murrine + gdk-pixbuf + + + /usr/share/themes/MediterraneanDark + /usr/share/themes/MediterraneanWhite + /usr/share/themes/MediterraneanLightDarkest + + + + gtk-theme-mediterranean-others + + gtk2-engines-murrine + gdk-pixbuf + + + /usr/share/themes + + + + + 2018-08-31 + 2.03 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 2.03 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-06 + 2.03 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + icon-theme-mint-y + http://packages.linuxmint.com/pool/main/m/mint-y-icons + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.lookandfeel + A flat, colorful, and modern theme based on Paper and Moka. + A flat, colorful, and modern theme based on Paper and Moka. + http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.6.1.tar.xz + desktop/lookandfeel/icon-theme-mint-y/pspec.xml + + + icon-theme-mint-y + + /usr/share/icons + + + + + 2022-08-02 + 1.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 1.6.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + gtk-theme-albatross + https://github.com/shimmerproject/Albatross + + Pisi Linux Community + admins@pisilinux.org + + GPL.v2 + desktop.lookandfeel + Albatross is a modern theme for the XFCE-Desktop + Albatross is a modern theme for the XFCE-Desktop + https://github.com/shimmerproject/Albatross/archive/v1.7.4.tar.gz + desktop/lookandfeel/gtk-theme-albatross/pspec.xml + + + gtk-theme-albatross + + gtk2-engines-murrine + + + /usr/share/themes + /usr/share/doc + + + + + 2018-08-31 + 1.7.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.7.4 + Rebuild with new toolchain + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-01 + 1.7.4 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + icon-theme-faenza + http://gnome-look.org/content/show.php/Faenza?content=128143 + + Pisi Gnu/Linux Community + admin@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Icon theme designed for Equinox GTK theme + Icon theme designed for Equinox GTK theme + http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/faenza-icon-theme_1.3.1.tar.gz + desktop/lookandfeel/icon-theme-faenza/pspec.xml + + + icon-theme-faenza + + /usr/share/icons + /usr/share/doc + + + icons/22.png + icons/24.png + icons/32.png + icons/48.png + icons/64.png + icons/96.png + icons/22.png + icons/24.png + icons/32.png + icons/48.png + icons/64.png + icons/96.png + icons/22.png + icons/24.png + icons/32.png + icons/48.png + icons/64.png + icons/96.png + icons/scalable.svg + icons/scalable.svg + icons/scalable.svg + + + + + 2018-08-31 + 1.3.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.3.1 + Rebuild with new toolchain. + Pisi Gnu/Linux Community + admin@pisilinux.org + + + 2016-07-26 + 1.3.1 + First Release + Pisi Gnu/Linux Community + admin@pisilinux.org + + + + + + lxqt-archiver + https://github.com/lxqt/lxqt-archiver + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.lxqt + A simple and lightweight Qt file archiver. + A simple and lightweight Qt file archiver. + lxqt + https://github.com/lxqt/lxqt-archiver/releases/download/0.6.0/lxqt-archiver-0.6.0.tar.xz + + glib2-devel + qt5-linguist + libexif-devel + json-glib-devel + extra-cmake-modules + qt5-x11extras-devel + menu-cache-devel + libfm-qt-devel + lxqt-build-tools + + desktop/lxqt/lxqt-archiver/pspec.xml + + + lxqt-archiver + + glib2 + libgcc + libfm-qt + qt5-base + json-glib + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/lxqt-archiver + /usr/share/applications + /usr/share/icons + /usr/share/doc + + + lxqt-archiver.desktop + + + + + 2022-04-25 + 0.6.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 0.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.4.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.2.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.0.96 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.0.96 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-03-20 + 0.0.96 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qps + https://github.com/lxqt/qps + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + Qt Process Manager + Qt tabanlı bir Süreç Yöneticisi + Qt Process Manager + Qt tabanlı bir Süreç Yöneticisi + qps + https://github.com/lxqt/qps/releases/download/2.5.0/qps-2.5.0.tar.xz + + cmake + qt5-base-devel + qt5-x11extras-devel + libXrender-devel + qt5-linguist + kwindowsystem-devel + liblxqt-devel + lxqt-build-tools + + desktop/lxqt/qps/pspec.xml + + + qps + + qt5-base + libgcc + liblxqt + + + /usr/bin/qps + /usr/lib + /usr/share + + + + + 2022-04-25 + 2.5.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 2.3.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 2.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 2.0.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 1.10.20 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 1.10.20 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 1.10.19 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 1.10.18 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 1.10.18 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 1.10.18 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 1.10.17 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libfm-qt + https://github.com/lxqt/libfm-qt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + library + desktop.lxqt + Core library of PCManFM file manager + libfm is a Core library of PCManFM file manager + lxqt + https://github.com/lxqt/libfm-qt/releases/download/1.1.0/libfm-qt-1.1.0.tar.xz + + cmake + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + lxqt-build-tools + menu-cache-devel + libexif-devel + glib2-devel + + desktop/lxqt/libfm-qt/pspec.xml + + + libfm-qt + + glib2 + libgcc + libxcb + qt5-base + menu-cache + qt5-x11extras + libexif + + + /usr/lib + /usr/share/cmake + /usr/share/mime + /usr/share/libfm-qt + + + + libfm-qt-devel + Development headers for libfm-qt + + qt5-base-devel + qt5-x11extras-devel + libfm-qt + + + /usr/include/libfm-qt + /usr/lib/pkgconfig + + + + + 2022-04-19 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-04-16 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.15.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.1 + rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 0.12.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-config + https://github.com/lxqt/lxqt-config + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + library + desktop.lxqt + Common base library for LXQt components. + Çoğu lxqt bileşenleri için ortak temel kitaplıklar. + Core utility library for all LXDE-Qt components + liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir. + lxqt + https://github.com/lxqt/lxqt-config/releases/download/1.1.0/lxqt-config-1.1.0.tar.xz + + cmake + libgcc + pkgconfig + zlib-devel + glibc-devel + libXi-devel + libX11-devel + qt5-base-devel + qt5-linguist + qt5-qdbusviewer + qt5-svg-devel + libXcursor-devel + libkscreen-devel + qt5-x11extras-devel + kwindowsystem-devel + xorg-input-libinput-devel + eudev-devel + libqtxdg-devel + liblxqt-devel + lxqt-build-tools + + desktop/lxqt/lxqt-config/pspec.xml + + + lxqt-config + + zlib + libXi + libX11 + libgcc + libxcb + liblxqt + qt5-svg + qt5-base + libXfixes + libXcursor + libkscreen + qt5-x11extras + eudev + libXi + libqtxdg + pisi-timedate + xsettingsd + + + /usr/bin + /usr/lib + /usr/lib64 + /usr/share + /etc/menus + + + + + 2022-04-19 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-01 + 0.17.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-globalkeys + https://github.com/lxqt/lxqt-globalkeys + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + Daemon used to register global keyboard shortcuts + Global klavye kısayollarını kaydetmek için kullanılan araç. + LXQt daemon and library for global keyboard shortcuts registration. + Global klavye kısayolları kaydı için LXQT kütüphane ve araçları. + lxqt + https://github.com/lxqt/lxqt-globalkeys/releases/download/1.1.0/lxqt-globalkeys-1.1.0.tar.xz + + cmake + libgcc + qt5-linguist + libX11-devel + libqtxdg-devel + qt5-base-devel + kwindowsystem-devel + liblxqt-devel + lxqt-build-tools + + desktop/lxqt/lxqt-globalkeys/pspec.xml + + + lxqt-globalkeys + Development headers for libqtxdg + + libX11 + libgcc + liblxqt + qt5-base + + + /usr/bin + /usr/lib/liblxqt-globalkeys* + /usr/share + /etc + + + + lxqt-globalkeys-devel + Development headers for lxqt-globalkeys + + lxqt-globalkeys + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-22 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-01-22 + 1.0.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.3 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lximage-qt + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + Image viewer and screenshot tool. + Resim görüntüleyici ve ekran görüntüsü aracı. + Image viewer and screenshot tool. + lximage-qt, Resim görüntüleyici ve ekran görüntüsü aracıdır. + lxqt + https://github.com/lxqt/lximage-qt/releases/download/1.1.0/lximage-qt-1.1.0.tar.xz + + glib2-devel + cmake + qt5-base-devel + qt5-svg-devel + binutils + qt5-x11extras-devel + qt5-linguist + libexif-devel + libX11-devel + libfm-qt-devel + qt5-qdbusviewer + menu-cache-devel + kwindowsystem-devel + lxqt-build-tools + + desktop/lxqt/lximage-qt/pspec.xml + + + lximage-qt + + glib2 + libX11 + libgcc + libexif + qt5-svg + libfm-qt + qt5-base + libXfixes + qt5-x11extras + + + /usr/share/ + /usr/bin + + + + + 2022-04-22 + 1.1.0 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.7.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.7.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.7.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-qtplugin + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + LXQt platform integration for Qt + Qt için LXQt platform entegrasyonu. + LXDE-Qt platform integration plugin for Qt + Qt için LXDE-Qt platform entegrasyon eklentisi. + lxqt + https://github.com/lxqt/lxqt-qtplugin/releases/download/1.1.0/lxqt-qtplugin-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libdbusmenu-qt-devel + libgcc + liblxqt-devel + libqtxdg-devel + qt5-base-devel + qt5-linguist + lxqt-build-tools + libfm-qt-devel + menu-cache-devel + libexif-devel + + desktop/lxqt/lxqt-qtplugin/pspec.xml + + + lxqt-qtplugin + + libgcc + qt5-base + libdbusmenu-qt + libqtxdg + + + /usr/lib + /usr/share + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.15.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.0 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-wallet + https://github.com/lxqt/lxqt_wallet + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + app:gui + desktop.lxqt + Qt-based wallet manager + Qt tabanlı cüzdan yöneticisi + Qt-based wallet manager + Qt tabanlı cüzdan yöneticisi + lxqt + https://github.com/lxqt/lxqt_wallet/releases/download/3.2.2/lxqt-wallet-3.2.2.tar.xz + + cmake + qt5-base-devel + qt5-linguist + libsecret-devel + libgcrypt-devel + kwallet-devel + knotifications-devel + + desktop/lxqt/lxqt-wallet/pspec.xml + + + lxqt-wallet + + libgcc + libgcrypt + kwallet + libsecret + qt5-base + + + /usr/lib/liblxqt-wallet.* + /usr/share/doc + /usr/bin + /usr/share/lxqt/translations + + + + lxqt-wallet-devel + + qt5-base-devel + lxqt-wallet + + + /usr/include/lxqt + /usr/lib/pkgconfig/lxqt-wallet.pc + + + + + 2021-04-26 + 3.2.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 3.2.1 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-09-17 + 3.2.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-06 + 3.1.0 + Rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 3.1.0 + Rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 3.1.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 3.1.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 3.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 3.1.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + screengrab + https://github.com/lxqt/screengrab + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + Crossplatform tool for fast making screenshots. + An application for creating screenshots. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment. + lxqt + https://github.com/lxqt/screengrab/releases/download/2.4.0/screengrab-2.4.0.tar.xz + + cmake + libgcc + kwindowsystem-devel + liblxqt-devel + qt5-linguist + libqtxdg-devel + lxqt-build-tools + + desktop/lxqt/screengrab/pspec.xml + + + screengrab + + libX11 + libgcc + libxcb + libqtxdg + qt5-base + kwindowsystem + qt5-x11extras + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/icons + /usr/share/metainfo + /usr/share/screengrab + /usr/share/doc + + + + + 2022-05-05 + 2.4.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-notificationd + https://github.com/lxqt/lxqt-notificationd + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + LXQt notification daemon and library. + LXQt bildirim artalan süreci ve kütüphanesi. + Notification daemon + LXQt bildirim artalan süreci ve kitaplıklarını içerir. + lxqt + https://github.com/lxqt/lxqt-notificationd/releases/download/1.1.0/lxqt-notificationd-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + libqtxdg-devel + qt5-base-devel + qt5-linguist + lxqt-build-tools + + desktop/lxqt/lxqt-notificationd/pspec.xml + + + lxqt-notificationd + + kwindowsystem + libgcc + liblxqt + libqtxdg + qt5-base + + + /usr/bin + /usr/share/ + /etc/autostart + + + + + 2022-04-22 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-themes + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + data + desktop.lxqt + LXQt themes, graphics and icons. + LXQt tema, grafik ve simgeleri + LXQt themes, graphics and icons + LXQt tema, grafik ve simgeleri + lxqt + https://github.com/lxqt/lxqt-themes/releases/download/1.1.0/lxqt-themes-1.1.0.tar.xz + + cmake + kwindowsystem-devel + liblxqt-devel + qt5-linguist + lxqt-build-tools + + + themes.patch + + desktop/lxqt/lxqt-themes/pspec.xml + + + lxqt-themes + + noto-fonts + + + /etc + /usr/bin + /usr/share + /usr/share/doc + /usr/share/man + /usr/share/themes/lxqt + + + start-here-light.svg + start-here-dark.svg + Crocus-Ancyrensis.jpg + Crocus-Ancyrensis-2.jpg + + + + + 2022-04-19 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-04-08 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.0 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.0 + added felis_catus wallpaper + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qterminal + https://github.com/lxqt/qterminal + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.lxqt + QT5-based multitab terminal emulator. + QT5-based multitab terminal emulator. + lxqt + https://github.com/lxqt/qterminal/releases/download/1.1.0/qterminal-1.1.0.tar.xz + + cmake + qt5-base-devel + qt5-linguist + libxcb-devel + libX11-devel + qtermwidget5-devel + qt5-x11extras-devel + lxqt-config + qt5-svg-devel + kwindowsystem-devel + lxqt-build-tools + + desktop/lxqt/qterminal/pspec.xml + + + qterminal + + libX11 + libgcc + qt5-base + qtermwidget5 + qt5-x11extras + + + /usr/share + /usr/share/doc + /usr/share/qterminal/translations + /usr/bin + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.9.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.9.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.9.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.8.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxmenu-data + https://www.lxde.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + data + desktop.lxqt + freedesktop.org application menu definition files + lxqt-menu-data is freedesktop.org application menu definition files + lxqt + https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz + + intltool + perl-Locale-gettext + gettext-devel + + desktop/lxqt/lxmenu-data/pspec.xml + + + lxmenu-data + + /etc + /usr/share/desktop-directories + /usr/share/doc/ + + + + + 2020-04-06 + 0.1.5 + Rebuild New T. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.1.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.1.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-runner + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + The LXQt application launcher + LXQt uygulama başlatıcısı. + Tool used to launch programs quickly by typing their names + Aracı adlarını yazarak hızlıca programları başlatmak için kullanılır. + lxqt + https://github.com/lxqt/lxqt-runner/releases/download/1.1.0/lxqt-runner-1.1.0.tar.xz + + cmake + glib2-devel + kwindowsystem-devel + libgcc + libXScrnSaver-devel + liblxqt-devel + libqtxdg-devel + lxqt-globalkeys-devel + qt5-base-devel + qt5-linguist + qt5-script-devel + qt5-svg-devel + muparser-devel + lxqt-build-tools + + desktop/lxqt/lxqt-runner/pspec.xml + + + lxqt-runner + + kwindowsystem + libgcc + liblxqt + libqtxdg + lxqt-globalkeys + qt5-base + muparser + + + /usr/bin + /usr/share/ + /etc/autostart + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-panel + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + Desktop panel + LXQt masaüstü paneli. + The LXQt desktop panel + lxqt-panel, LXQt masaüstü panelidir. + lxqt + https://github.com/lxqt/lxqt-panel/releases/download/1.1.0/lxqt-panel-1.1.0.tar.xz + + cmake + glib2-devel + kguiaddons-devel + kwindowsystem-devel + libX11-devel + libXcomposite-devel + libXdamage-devel + libdbusmenu-qt-devel + libgcc + liblxqt-devel + libqtxdg-devel + libxkbcommon-devel + lm_sensors-devel + lxqt-globalkeys-devel + pulseaudio-libs-devel + alsa-lib-devel + qt5-linguist + solid-devel + libsysstat-devel + libstatgrab + libxcb-devel + xcb-util-devel + xcb-util-image-devel + libXrender-devel + libXtst-devel + libXScrnSaver-devel + desktop-file-utils + lxqt-build-tools + + desktop/lxqt/lxqt-panel/pspec.xml + + + lxqt-panel + + solid + libgcc + libxcb + libXtst + liblxqt + alsa-lib + libqtxdg + qt5-svg + qt5-base + xcb-util + libsysstat + lm_sensors + libstatgrab + libxkbcommon + kwindowsystem + qt5-x11extras + libdbusmenu-qt + xcb-util-image + lxqt-globalkeys + pulseaudio-libs + + + /etc + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + /usr/share/man + + + panel.conf + + + + lxqt-panel-devel + Development headers for lxqt-panel + + lxqt-panel + + + /usr/include + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 0.17.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.15.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-10-25 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-06-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-admin + https://github.com/lxde/lxqt-admin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.lxqt + LXQt system administration tool + LXQt sistem yönetim araçları. + LXQt system administration tool + LXQt sistem yönetim araçlarını içerir. + lxqt + https://github.com/lxqt/lxqt-admin/releases/download/1.1.0/lxqt-admin-1.1.0.tar.xz + + cmake + glib2-devel + polkit-qt-devel + kwindowsystem-devel + libgcc + liblxqt-devel + qt5-base-devel + qt5-linguist + lxqt-build-tools + + desktop/lxqt/lxqt-admin/pspec.xml + + + lxqt-admin + + libgcc + liblxqt + qt5-base + + + /usr/bin + /usr/share + + + + + 2022-04-22 + 1.1.0 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + menu-cache + https://www.lxde.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + freedesktop.org desktop menus for LXDE + Library used to read freedesktop.org menus + lxqt + https://github.com/lxde/menu-cache/archive/1.1.0.tar.gz + + gtk-doc + glib2-devel + libfm-extra-devel + qt5-base-devel + + + menu-cache-1.1.0-0001-Support-gcc10-compilation.patch + + desktop/lxqt/menu-cache/pspec.xml + + + menu-cache + Development headers for libfm-qt + + glib2 + libfm-extra + + + /usr/lib + /usr/libexec + /usr/share + + + + menu-cache-devel + Development files for menu-cache + + glib2-devel + menu-cache + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-04-26 + 1.1.0 + fixed build for gcc10 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 1.1.0 + Rebuild for qt5.15.1 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-12 + 1.1.0 + Rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 1.1.0 + Rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 1.1.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 1.1.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 1.1.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libsysstat + https://github.com/lxqt/libsysstat + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + library + desktop.lxqt + Library used to query system info and statistics + Sistem bilgisi ve istatistik sorgulamak için kullanılan kütüphane. + Library to query system statistics (net, resource usage, ...) + Sistem bilgisi ve istatistik sorgulamak için kullanılan temel kitaplıklar içerir. + lxqt + https://github.com/lxqt/libsysstat/releases/download/0.4.6/libsysstat-0.4.6.tar.xz + + cmake + libgcc + qt5-base-devel + qt5-linguist + lxqt-build-tools + + desktop/lxqt/libsysstat/pspec.xml + + + libsysstat + Development headers for lxqt-globalkeys + + libgcc + qt5-base + + + /usr/lib + /usr/share/ + + + + libsysstat-devel + Development headers for libsysstat + + libsysstat + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-19 + 0.4.6 + rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 0.4.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.4.5 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.4.2 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.4.2 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.4.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.4.1 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.4.1 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.4.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.4.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pavucontrol-qt + https://github.com/lxqt/pavucontrol-qt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + Qt port of volume control pavucontrol. + Qt port of volume control pavucontrol + lxqt + https://github.com/lxqt/pavucontrol-qt/releases/download/1.1.0/pavucontrol-qt-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + qt5-linguist + libqtxdg-devel + pulseaudio-libs-devel + glib2-devel + xdg-user-dirs + lxqt-build-tools + + desktop/lxqt/pavucontrol-qt/pspec.xml + + + pavucontrol-qt + + glib2 + libgcc + qt5-base + pulseaudio-libs + + + /usr/bin + /usr/share/applications + /usr/share/pavucontrol-qt/translations + /usr/share/doc + + + + + 2022-04-19 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.4.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.4.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.3.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-build-tools + https://github.com/lxqt/lxqt-build-tools + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + Various packaging tools and scripts for LXQt applications. + Various packaging tools and scripts for LXQt applications + lxqt + https://github.com/lxqt/lxqt-build-tools/releases/download/0.11.0/lxqt-build-tools-0.11.0.tar.xz + + cmake + glib2-devel + qt5-linguist + qt5-base-devel + + desktop/lxqt/lxqt-build-tools/pspec.xml + + + lxqt-build-tools + + /usr/bin + /usr/share/cmake + /usr/share/doc + + + + + 2022-07-06 + 0.11.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-19 + 0.11.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 0.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.9.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-12-19 + 0.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 0.7.0 + rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.6.0 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-01-18 + 0.6.0 + rebuild for qt5.14.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-09-15 + 0.6.0 + rebuild for qt5.13.1 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.6.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-03-01 + 0.6.0 + Release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.6.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.5.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.5.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-07 + 0.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 0.4.0 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + xdg-desktop-portal-lxqt + https://github.com/lxqt/xdg-desktop-portal-lxqt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL + library + desktop.lxqt + A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt + A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt + lxqt + https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/0.2.0/xdg-desktop-portal-lxqt-0.2.0.tar.xz + + cmake + qt5-base-devel + qt5-x11extras-devel + libfm-qt-devel + kwindowsystem-devel + glib2-devel + menu-cache-devel + libexif-devel + + desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml + + + xdg-desktop-portal-lxqt + + libgcc + libfm-qt + qt5-base + kwindowsystem + + + /usr/lib + /usr/share/applications + /usr/share/cmake + /usr/share/dbus-1 + /usr/share/xdg-desktop-portal + + + + + 2022-04-26 + 0.2.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-policykit + https://github.com/lxqt/lxqt-policykit + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + Policykit agent + Policykit agent. + The LXQt policykit authentication agent + LXQt policykit doğrulama aracı. + lxqt + https://github.com/lxqt/lxqt-policykit/releases/download/1.1.0/lxqt-policykit-1.1.0.tar.xz + + cmake + glib2-devel + kwindowsystem-devel + libgcc + liblxqt-devel + libqtxdg-devel + polkit-devel + polkit-qt-devel + qt5-linguist + lxqt-build-tools + elogind + + desktop/lxqt/lxqt-policykit/pspec.xml + + + lxqt-policykit + + libgcc + liblxqt + polkit-qt + qt5-base + + + /usr/bin + /usr/libexec + /usr/share/doc + /usr/share/lxqt/translations + /etc/autostart + /usr/share/man + + + + + 2022-04-22 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + obconf-qt + https://github.com/lxqt/obconf-qt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + This is a Qt port of ObConf, configurator of OpenBox window manager. + Pencere yöneticisi yapılandırma (Openbox için). + This is a Qt port of ObConf, configurator of OpenBox window manager. + Bu bir obconf Qt portudur, OpenBox pencere yöneticisi yapılandırıcı. + lxqt + https://github.com/lxqt/obconf-qt/releases/download/0.16.2/obconf-qt-0.16.2.tar.xz + + cmake + icon-theme-hicolor + liblxqt-devel + openbox-devel + qt5-linguist + kwindowsystem-devel + lxqt-build-tools + + desktop/lxqt/obconf-qt/pspec.xml + + + obconf-qt + + glib2 + libX11 + libgcc + libxml2 + qt5-base + qt5-x11extras + openbox + + + /usr/bin + /usr/share + + + + + 2022-04-19 + 0.16.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 0.16.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.16.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + liblxqt + https://github.com/lxqt/liblxqt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + library + desktop.lxqt + Common base library for LXQt components. + Çoğu lxqt bileşenleri için ortak temel kitaplıklar. + Core utility library for all LXDE-Qt components + liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir. + lxqt + https://github.com/lxqt/liblxqt/releases/download/1.1.0/liblxqt-1.1.0.tar.xz + + cmake + glibc-devel + kwindowsystem-devel + libX11-devel + libgcc + libqtxdg-devel + pkgconfig + qt5-base-devel + qt5-linguist + polkit-qt-devel + qt5-qdbusviewer + qt5-x11extras-devel + libXScrnSaver-devel + lxqt-build-tools + + desktop/lxqt/liblxqt/pspec.xml + + + liblxqt + + kwindowsystem + libgcc + libqtxdg + qt5-base + qt5-x11extras + libX11 + libXScrnSaver + + + /usr/bin + /usr/lib + /usr/share + + + + liblxqt-devel + Development headers for liblxqt + + liblxqt + qt5-base-devel + qt5-x11extras-devel + libqtxdg-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-19 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-04-08 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.15.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-powermanagement + https://lxqt.github.io/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + LXQt power management daemon. + LXQt güç yönetimi art alan süreci. + Daemon use for power management and auto-suspend. + Güç yönetimi ve otomatik askıya için kullanılır. + lxqt + https://github.com/lxqt/lxqt-powermanagement/releases/download/1.1.0/lxqt-powermanagement-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + libqtxdg-devel + lxqt-globalkeys-devel + libxcb-devel + qt5-base-devel + qt5-linguist + qt5-svg-devel + solid-devel + upower-devel + kidletime-devel + lxqt-build-tools + + desktop/lxqt/lxqt-powermanagement/pspec.xml + + + lxqt-powermanagement + + libgcc + liblxqt + qt5-base + qt5-svg + solid + libqtxdg + kidletime + kwindowsystem + lxqt-globalkeys + + + /usr/bin + /usr/share/ + /etc/autostart + + + + + 2022-04-25 + 1.1.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + featherpad + https://github.com/tsujan/FeatherPad + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + desktop.lxqt + FeatherPad is a lightweight Qt5 plain-text editor for Linux + FeatherPad is a lightweight Qt5 plain-text editor for Linux + featherpad + https://github.com/tsujan/FeatherPad/releases/download/V1.1.1/FeatherPad-1.1.1.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + qt5-svg-devel + hunspell-devel + + desktop/lxqt/featherpad/pspec.xml + + + featherpad + + libX11 + libgcc + qt5-svg + hunspell + qt5-base + qt5-x11extras + + + /usr/bin + /usr/share/doc + /usr/share/applications + /usr/share/featherpad + /usr/share/icons + /usr/share/metainfo/featherpad.metainfo.xml + + + featherpad.desktop + + + + + 2022-04-19 + 1.1.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.18.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.13.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.11.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.9.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + pcmanfm-qt + https://github.com/lxqt/pcmanfm-qt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + The LXQt file manager, Qt port of PCManFM + LXQt dosya yöneticisi, PCManFM Qt portu. + File manager and desktop icon manager (Qt port of PCManFM and libfm) + Dosya yöneticisi ve masaüstü simgesi yöneticisi (Qt PCManFM port ve libfm). + lxqt + https://github.com/lxqt/pcmanfm-qt/releases/download/1.1.0/pcmanfm-qt-1.1.0.tar.xz + + cairo-devel + cmake + glib2-devel + libfm-qt-devel + libgcc + liblxqt-devel + libqtxdg-devel + menu-cache-devel + libxcb-devel + libkexiv2-devel + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + kwindowsystem-devel + libexif-devel + udisks2-devel + lxqt-build-tools + + desktop/lxqt/pcmanfm-qt/pspec.xml + + + pcmanfm-qt + + glib2 + libgcc + libxcb + libfm-qt + qt5-base + qt5-x11extras + breeze-icons + gvfs + udisks2 + menu-cache + + + /etc + /usr/bin + /usr/lib + /usr/share/ + + + settings.conf + pcmanfm-qt-desktop-pref.desktop + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-30 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-17 + 0.15.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-session + https://github.com/lxqt/lxqt-session + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + desktop.lxqt + LXQt session + LXQt oturumu. + An alternative session manager ported from the original razor-session + Orjinal razor-sessiondan taşınan bir alternatif oturum yöneticisidir. + lxqt + https://github.com/lxqt/lxqt-session/releases/download/1.1.0/lxqt-session-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libX11-devel + libgcc + liblxqt-devel + libqtxdg-devel + qt5-linguist + qt5-x11extras-devel + xdg-user-dirs + lxqt-build-tools + libgudev-devel + + desktop/lxqt/lxqt-session/pspec.xml + + + lxqt-session + + eudev + kwindowsystem + libX11 + libgcc + liblxqt + libqtxdg + qt5-base + qt5-x11extras + procps + pisilinux-theme-damadamas + + + /usr/bin + /usr/lib + /usr/share/ + /etc + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-01-22 + 1.0.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-04 + 0.17.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-sudo + https://github.com/lxqt/lxqt-sudo + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1 + app:gui + desktop.lxqt + Python binding of terminal widget for Qt + Lxqt yetkili kullanıcı aracı + LXQt privilege program (lxsu). + lxqt + https://github.com/lxqt/lxqt-sudo/releases/download/1.1.0/lxqt-sudo-1.1.0.tar.xz + + cmake + kwindowsystem-devel + liblxqt-devel + libqtxdg-devel + qt5-base-devel + qt5-linguist + lxqt-build-tools + + desktop/lxqt/lxqt-sudo/pspec.xml + + + lxqt-sudo + + libgcc + liblxqt + qt5-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-04-25 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-31 + 0.13.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libstatgrab + https://libstatgrab.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL + library + desktop.lxqt + libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. + Çalışan sistem hakkında istatistiklere erişimi sağlayan bir kütüphanedir. + libstatgrab is a library for accessing information from the system for statistical purposes. + libstatgrab, çalışan sistem hakkında istatistiklere erişimi sağlayan kitaplıkları içerir. + lxqt + https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.92.tar.gz + + ncurses-devel + + desktop/lxqt/libstatgrab/pspec.xml + + + libstatgrab + + ncurses + + + /usr/bin + /usr/share/ + /usr/lib + /usr/include + + + + + 2020-04-06 + 0.92 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.91 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.91 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-about + https://github.com/lxqt/lxqt-about + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.lxqt + LXQt about dialog. + LXQt hakkında bilgi. + About dialog of LXDE-Qt + LXDE-Qt hakkında bilgi içerir. + lxqt + https://github.com/lxqt/lxqt-about/releases/download/1.1.0/lxqt-about-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + qt5-linguist + libqtxdg-devel + lxqt-build-tools + + desktop/lxqt/lxqt-about/pspec.xml + + + lxqt-about + + libgcc + liblxqt + libqtxdg + qt5-base + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/lxqt/translations + /usr/share/doc + + + + + 2022-04-22 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5-14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5-13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qlipper + https://github.com/pvanek/qlipper + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2+ + apps + desktop.lxqt + Lightweight and cross-platform clipboard history applet. + Hafif, çapraz platform bir pano uygulaması + Lightweight and cross-platform clipboard history applet. + Hafif, çapraz platform bir pano uygulaması + qlipper + https://github.com/pvanek/qlipper/archive/5.1.2.tar.gz + + cmake + qt5-base-devel + qt5-linguist + + desktop/lxqt/qlipper/pspec.xml + + + qlipper + + libX11 + libgcc + qt5-base + + + /usr/bin + /usr/lib + /usr/share + + + + + 2021-04-26 + 5.1.2 + rebuild for qt5.15.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 5.1.2 + rebuild for qt5.15.1 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-04-06 + 5.1.2 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 5.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 5.1.1 + rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 5.1.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 5.0.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-26 + 5.0.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libqtxdg + https://github.com/lxqt/libqtxdg + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + library + desktop.lxqt + Library providing freedesktop.org specs implementations for Qt. + Library providing freedesktop.org specs implementations for Qt. + lxqt + https://github.com/lxqt/libqtxdg/releases/download/3.9.1/libqtxdg-3.9.1.tar.xz + + libgcc + cmake + qt5-assistant-devel + qt5-base-devel + qt5-xmlpatterns-devel + qt5-svg-devel + gtk3-devel + xdg-user-dirs + lxqt-build-tools + + desktop/lxqt/libqtxdg/pspec.xml + + + libqtxdg + + libgcc + qt5-base + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share/ + + + lxqt-l10n + + + lxqt-l10n + + + + libqtxdg-devel + Development headers for libqtxdg + + libqtxdg + qt5-base-devel + qt5-svg-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-19 + 3.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-19 + 3.9.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 3.8.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 3.7.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 3.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 3.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 3.4.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 3.3.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 3.3.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 3.3.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 3.2.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 3.2.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 3.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 3.1.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lxqt-openssh-askpass + https://github.com/lxqt/lxqt-openssh-askpass + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + desktop.lxqt + LXQt openssh password prompt + LXQt parola uygulaması + LXQt openssh password prompt + LXQt parola uygulaması + lxqt + https://github.com/lxqt/lxqt-openssh-askpass/releases/download/1.1.0/lxqt-openssh-askpass-1.1.0.tar.xz + + cmake + kwindowsystem-devel + libqtxdg-devel + liblxqt-devel + lxqt-config + qt5-base-devel + qt5-linguist + lxqt-build-tools + + desktop/lxqt/lxqt-openssh-askpass/pspec.xml + + + lxqt-openssh-askpass + + libgcc + liblxqt + qt5-base + + + /usr/bin + /usr/share + + + + + 2022-04-22 + 1.1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-11-05 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.1 + rebuild for qt5.14.2 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-02 + 0.13.0 + Rebuild for qt + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-11-28 + 0.13.0 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-31 + 0.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + kdoctools + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 document generator + kdoctools is an application aims to generate documents from DocBook. + mirrors://kde/stable/frameworks/5.96/kdoctools-5.96.0.tar.xz + + qt5-base-devel + perl-URI + python + libxml2-devel + libxslt-devel + docbook-xml + docbook-xsl + docbook-sgml4_5 + ki18n-devel + karchive-devel + extra-cmake-modules + + desktop/kde/framework/kdoctools/pspec.xml + + + kdoctools + + qt5-base + libxml2 + libxslt + docbook-xml + docbook-xsl + karchive + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man + + + + kdoctools-devel + Development files for kdoctools + + qt5-base-devel + kdoctools + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.52.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kholidays + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE library for regional holiday information + KDE library for regional holiday information + https://download.kde.org/stable/frameworks/5.96/kholidays-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-linguist + autogen-devel + kitemviews-devel + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + extra-cmake-modules + + desktop/kde/framework/kholidays/pspec.xml + + + kholidays + + qt5-base + qt5-declarative + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kholidays-devel + Development files for kdelibs4-support + + qt5-base-devel + kholidays + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 5.45.0 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 17.12.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-28 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kplotting + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 Data plotting + Kplotting contains data plotting classes for QT 5 and KDE + mirrors://kde/stable/frameworks/5.96/kplotting-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + extra-cmake-modules + + desktop/kde/framework/kplotting/pspec.xml + + + kplotting + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kplotting-devel + Development files for kplotting + + kplotting + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-framework + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 + Plasma library and runtime components based upon KF5 and Qt5 + mirrors://kde/stable/frameworks/5.96/plasma-framework-5.96.0.tar.xz + + qt5-base-devel + qt5-quickcontrols + qt5-quickcontrols2-devel + kdoctools-devel + qt5-svg-devel + qt5-script-devel + qt5-x11extras-devel + qt5-declarative-devel + mesa-devel + libX11-devel + libxcb-devel + libglvnd-devel + kauth-devel + kcodecs-devel + kirigami-devel + kwidgetsaddons-devel + kbookmarks-devel + kcompletion-devel + kactivities-devel + kitemviews-devel + kjobwidgets-devel + solid-devel + knotifications-devel + kpackage-devel + karchive-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdeclarative-devel + kglobalaccel-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kio-devel + kparts-devel + kservice-devel + kwindowsystem-devel + kxmlgui-devel + kwayland-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + docbook-xml + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/plasma-framework/pspec.xml + + + plasma-framework + + qt5-svg + qt5-declarative + libxcb + libglvnd + kirigami + kpackage + kdeclarative + kguiaddons + kwayland + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + plasma-framework-devel + Development files for plasma-framework + + plasma-framework + qt5-base-devel + kpackage-devel + kservice-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-22 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 5.70.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.51.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kpty + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Libraries for pseudo terminal devices + Kpty provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using kpty. + mirrors://kde/stable/frameworks/5.96/kpty-5.96.0.tar.xz + + qt5-base-devel + utempter-devel + kcoreaddons-devel + ki18n-devel + extra-cmake-modules + + desktop/kde/framework/kpty/pspec.xml + + + kpty + + qt5-base + libgcc + kcoreaddons + ki18n + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kpty-devel + Development files for kpty + + kcoreaddons-devel + kpty + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kirigami + https://quickgit.kde.org/?p=kirigami.git + + Ali Algul + aligulle3801@gmail.com + + LGPL + desktop.kde.framework + A set of QML components for mobile/desktop convergent applications made by KDE + A set of QML components for mobile/desktop convergent applications made by KDE + https://download.kde.org/stable/frameworks/5.96/kirigami2-5.96.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-quickcontrols + qt5-quickcontrols2-devel + qt5-graphicaleffects + qt5-linguist + qt5-svg-devel + + desktop/kde/framework/kirigami/pspec.xml + + + kirigami + A set of QML components for mobile/desktop convergent applications made by KDE + + qt5-base + qt5-declarative + qt5-quickcontrols + qt5-quickcontrols2 + qt5-graphicaleffects + + + /usr/share/locale/ + /usr/lib/ + + + + kirigami-devel + Development files for kirigami + + kirigami + qt5-quickcontrols2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/kdevappwizard/templates/kirigami.tar.bz2 + /usr/lib/cmake + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.51.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-18 + 2.2.0 + F. Release. + Ali Algul + aligulle3801@gmail.com + + + + + + kguiaddons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Utilities for graphical user interfaces + The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files. + mirrors://kde/stable/frameworks/5.96/kguiaddons-5.96.0.tar.xz + + libX11-devel + libxcb-devel + wayland-devel + plasma-wayland-protocols + qt5-base-devel + qt5-wayland-devel + qt5-x11extras-devel + extra-cmake-modules + + desktop/kde/framework/kguiaddons/pspec.xml + + + kguiaddons + + libX11 + wayland-client + qt5-base + qt5-wayland + qt5-x11extras + + + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/qlogging-categories5/kguiaddons.categories + + + + kguiaddons-devel + Development files for kguiaddons + + kguiaddons + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + sonnet + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE spell schecking library + This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces. + mirrors://kde/stable/frameworks/5.96/sonnet-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-designer-devel + hunspell-devel + aspell-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/sonnet/pspec.xml + + + sonnet + + qt5-base + qt5-declarative + aspell + hunspell + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + + + + sonnet-devel + Development files for sonnet + + qt5-base-devel + sonnet + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-05 + 5.29.0 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcalendarcore + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + The KDE calendar access library + The KDE calendar access library + The KDE calendar access library + The KDE calendar access library + mirrors://kde/stable/frameworks/5.96/kcalendarcore-5.96.0.tar.xz + + qt5-base-devel + libical-devel + extra-cmake-modules + + desktop/kde/framework/kcalendarcore/pspec.xml + + + kcalendarcore + + libical + qt5-base + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + kcalendarcore-devel + Development files for kcalendarcore + + kcalendarcore + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-10 + 5.76.0 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-06-14 - 0.1.2 - Version bump + 2020-03-29 + 5.68.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-09-12 - 0.1.1 + 2020-02-03 + 5.66.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + kglobalaccel + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Global desktop keyboard shortcuts + KGlobalAccel allows you to have global accelerators that are independent of the focused window. + mirrors://kde/stable/frameworks/5.96/kglobalaccel-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-base + libxcb-devel + kcrash-devel + kconfig-devel + qt5-x11extras-devel + kcoreaddons-devel + kdbusaddons-devel + xcb-util-keysyms-devel + kwindowsystem-devel + kservice-devel + extra-cmake-modules + + desktop/kde/framework/kglobalaccel/pspec.xml + + + kglobalaccel + + qt5-base + libxcb + kcrash + kconfig + qt5-x11extras + kcoreaddons + kdbusaddons + xcb-util-keysyms + kwindowsystem + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kglobalaccel-devel + Development files for kglobalaccel + + kglobalaccel + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-15 + 5.38.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + breeze-icons + https://projects.kde.org/projects/kde/workspace/breeze + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.framework + Breeze icon themes + İcon themes breeze + mirrors://kde/stable/frameworks/5.96/breeze-icons-5.96.0.tar.xz + + extra-cmake-modules + qt5-base-devel + libxml2-devel + python3-devel + python3-lxml + + desktop/kde/framework/breeze-icons/pspec.xml + + + breeze-icons + Breeze icon themes + + /usr/share + /usr/share/doc + + + breeze-16.svg + breeze-22.svg + breeze-dark-16.svg + breeze-dark-22.svg + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 5.88.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktexteditor + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 text editor libraries + KTextEditor provides a powerful text editor component that you can embed in your application. + mirrors://kde/stable/frameworks/5.96/ktexteditor-5.96.0.tar.xz + + qt5-base-devel + qt5-script-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + kauth-devel + kguiaddons-devel + kwidgetsaddons-devel + ktextwidgets-devel + kiconthemes-devel + kcompletion-devel + kitemviews-devel + karchive-devel + attica-devel + kconfig-devel + kcoreaddons-devel + kcmutils-devel + kdeclarative-devel + ki18n-devel + kio-devel + kglobalaccel-devel + kservice-devel + kxmlgui-devel + kbookmarks-devel + kwindowsystem-devel + sonnet-devel + kcodecs-devel + kconfigwidgets-devel + solid-devel + kparts-devel + syntax-highlighting-devel + libgit2-devel + editorconfig-core-c-devel + kjobwidgets-devel + extra-cmake-modules + + desktop/kde/framework/ktexteditor/pspec.xml + + + ktexteditor + + kauth + libgit2 + kitemviews + editorconfig-core-c + syntax-highlighting + qt5-base + qt5-declarative + ktextwidgets + kwidgetsaddons + kconfigwidgets + kjobwidgets + kiconthemes + kcoreaddons + kcompletion + kxmlgui + kcodecs + karchive + kguiaddons + kconfig + ki18n + kio + ki18n + kparts + sonnet + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + ktexteditor-devel + Development files for ktexteditor + + kparts-devel + syntax-highlighting-devel + ktexteditor + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-22 + 5.74.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 5.70.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-21 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-24 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-21 + 5.42.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmediaplayer + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 media player Plugin interface for media player features + KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files. + mirrors://kde/stable/frameworks/5.96/portingAids/kmediaplayer-5.96.0.tar.xz + + qt5-base-devel + kio-devel + kauth-devel + kparts-devel + ktextwidgets-devel + sonnet-devel + kxmlgui-devel + extra-cmake-modules + + desktop/kde/framework/kmediaplayer/pspec.xml + + + kmediaplayer + + qt5-base + libgcc + kparts + kxmlgui + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kmediaplayer-devel + Development files for kmediaplayer + + kmediaplayer + qt5-base-devel + kparts-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcrash + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Kcrash crash handling application + KCrash provides support for intercepting and handling application crashes. + mirrors://kde/stable/frameworks/5.96/kcrash-5.96.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + kcoreaddons-devel + kwindowsystem-devel + libX11-devel + extra-cmake-modules + + desktop/kde/framework/kcrash/pspec.xml + + + kcrash + + qt5-base + libX11 + qt5-x11extras + kwindowsystem + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcrash-devel + Development files for kcrash + + qt5-base-devel + kcrash + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-24 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kjs + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + JavaScript engine for KDE + This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. + mirrors://kde/stable/frameworks/5.96/portingAids/kjs-5.96.0.tar.xz + + qt5-base-devel + libpcre-devel + kdoctools-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kjs/pspec.xml + + + kjs + + qt5-base + libgcc + libpcre + + + /usr/bin + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + kjs-devel + Development files for kjs + + qt5-base-devel + kjs + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdeclarative + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Integration of QML and KDE workspaces + KDeclarative provides integration of QML and KDE workspaces. + mirrors://kde/stable/frameworks/5.96/kdeclarative-5.96.0.tar.xz + + qt5-base-devel + mesa-devel + libepoxy-devel + qt5-declarative-devel + kauth-devel + kcodecs-devel + kpackage-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + kguiaddons-devel + knotifications-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kio-devel + kbookmarks-devel + kcompletion-devel + kconfigwidgets-devel + kitemviews-devel + kjobwidgets-devel + solid-devel + kxmlgui-devel + kwidgetsaddons-devel + kwindowsystem-devel + extra-cmake-modules + + desktop/kde/framework/kdeclarative/pspec.xml + + + kdeclarative + + qt5-base + libepoxy + qt5-declarative + kpackage + kconfig + kservice + kcoreaddons + kglobalaccel + ki18n + kiconthemes + kio + kguiaddons + knotifications + kwidgetsaddons + kwindowsystem + + + /usr/bin + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdeclarative-devel + Development files for kdeclarative + + qt5-base-devel + kpackage-devel + kconfig-devel + kcoreaddons-devel + kdeclarative + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-06 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + prison + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + desktop.kde.framework + A barcode API to produce QRCode barcodes and DataMatrix barcode + A barcode API to produce QRCode barcodes and DataMatrix barcode. + mirrors://kde/stable/frameworks/5.96/prison-5.96.0.tar.xz + + libdmtx-devel + qrencode-devel + qt5-base-devel + extra-cmake-modules + qt5-declarative-devel + + desktop/kde/framework/prison/pspec.xml + + + prison + + libdmtx + qrencode + qt5-base + qt5-declarative + + + /etc/xdg + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/share/qlogging-categories5/prison.categories + /usr/share/qlogging-categories5/prison.renamecategories + + + prison-qt5 + + + prison-qt5 + + + + prison-devel + Development files for libepoxy + + prison + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + prison-qt5-devel + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-23 + 5.46.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-11 + 5.46.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-27 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-22 + 1.2.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-01-17 + 1.2.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kross + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 application scripting helper + Kross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend. + mirrors://kde/stable/frameworks/5.96/portingAids/kross-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + qt5-script-devel + kcoreaddons-devel + kdoctools-devel + kconfigwidgets-devel + ktextwidgets-devel + kparts-devel + sonnet-devel + kauth-devel + ki18n-devel + kcompletion-devel + kiconthemes-devel + kio-devel + kparts-devel + kwidgetsaddons-devel + kxmlgui-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kross/pspec.xml + + + kross + + qt5-base + qt5-script + kcoreaddons + ki18n + kcompletion + kiconthemes + kio + kparts + kwidgetsaddons + kxmlgui + + + /usr/bin + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + kross-devel + Development files for kross + + kross + qt5-base-devel + qt5-script-devel + ki18n-devel + kiconthemes-devel + kio-devel + kparts-devel + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kiconthemes + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 icon utilities + This library contains classes to improve the handling of icons in applications using the KDE Frameworks. + mirrors://kde/stable/frameworks/5.96/kiconthemes-5.96.0.tar.xz + + kcoreaddons-devel + qt5-base-devel + qt5-designer-devel + qt5-svg-devel + ki18n-devel + kauth-devel + karchive-devel + kcodecs-devel + kconfig-devel + kitemviews-devel + kconfigwidgets-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/framework/kiconthemes/pspec.xml + + + kiconthemes + + qt5-base + qt5-svg + kconfigwidgets + ki18n + kitemviews + kwidgetsaddons + karchive + kconfig + kcoreaddons + kconfigwidgets + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kiconthemes-devel + Development files for kiconthemes + + kiconthemes + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwayland + https://www.kde.org + + Stefan Gronewold(groni) + groni@pisilinux.org + + LGPLv3 + library + desktop.kde.framework + Qt-style Client and Server library wrapper for the Wayland libraries + Qt-style Client and Server library wrapper for the Wayland libraries + mirrors://kde/stable/frameworks/5.96/kwayland-5.96.0.tar.xz + + qt5-base-devel + qt5-wayland-devel + libglvnd-devel + wayland-devel + wayland-protocols-devel + mesa-devel + extra-cmake-modules + plasma-wayland-protocols + + desktop/kde/framework/kwayland/pspec.xml + + + kwayland + + qt5-base + libglvnd + wayland-client + wayland-server + + + /etc/xdg + /usr/lib + /usr/share/config + /usr/share/doc + /usr/share/qlogging-categories5 + /usr/share/qlogging-categories5/org_kde_kwayland.categories + + + + kwayland-devel + + qt5-base-devel + kwayland + + + /usr/lib/cmake + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-30 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kxmlrpcclient + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + XML-RPC client library for KDE + This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call. + mirrors://kde/stable/frameworks/5.96/portingAids/kxmlrpcclient-5.96.0.tar.xz + + qt5-base-devel + kauth-devel + kio-devel + solid-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + kjobwidgets-devel + kitemviews-devel + kcompletion-devel + kbookmarks-devel + kcoreaddons-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/framework/kxmlrpcclient/pspec.xml + + + kxmlrpcclient + + qt5-base + libgcc + ki18n + kcoreaddons + kio + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kxmlrpcclient-devel + Development files for kdelibs4-support + + kxmlrpcclient + kio-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + khtml + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + HTML rendering engine for KDE + KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. + mirrors://kde/stable/frameworks/5.96/portingAids/khtml-5.96.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + libjpeg-turbo-devel + giflib-devel + libpng-devel + qt5-phonon-devel + libX11-devel + zlib-devel + kio-devel + kjs-devel + karchive-devel + knotifications-devel + kglobalaccel-devel + kauth-devel + kparts-devel + kwallet-devel + ktextwidgets-devel + sonnet-devel + openssl-devel + gperf + extra-cmake-modules + + desktop/kde/framework/khtml/pspec.xml + + + khtml + + qt5-base + qt5-x11extras + qt5-phonon + zlib + giflib + libX11 + libgcc + libpng + libjpeg-turbo + sonnet + kcodecs + kconfig + kjobwidgets + kwidgetsaddons + kcompletion + karchive + kconfigwidgets + kcoreaddons + kglobalaccel + ki18n + kiconthemes + kio + kjs + knotifications + kparts + kservice + ktextwidgets + kwallet + kwindowsystem + kxmlgui + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + khtml-devel + Development files for khtml + + khtml + qt5-base-devel + kcodecs-devel + ki18n-devel + kio-devel + kjs-devel + kparts-devel + ktextwidgets-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kquickcharts + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + A QtQuick plugin providing high-performance charts + A QtQuick plugin providing high-performance charts + Yüksek performanslı grafikler sunan bir QtQuick eklentisi + Yüksek performanslı grafikler sunan bir QtQuick eklentisi + mirrors://kde/stable/frameworks/5.96/kquickcharts-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quickcontrols2-devel + qt5-graphicaleffects + extra-cmake-modules + + desktop/kde/framework/kquickcharts/pspec.xml + + + kquickcharts + + libgcc + qt5-base + qt5-declarative + qt5-quickcontrols2 + + + /usr/lib + /usr/lib/qt5 + /usr/lib/cmake + /usr/share/qlogging-categories5/kquickcharts.categories + /usr/share/doc + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-19 + 5.66.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + networkmanager-qt + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + A QT wrapper around the NetworkManager libraries + A QT wrapper around the NetworkManager libraries + mirrors://kde/stable/frameworks/5.96/networkmanager-qt-5.96.0.tar.xz + + qt5-base-devel + NetworkManager-devel + extra-cmake-modules + + desktop/kde/framework/networkmanager-qt/pspec.xml + + + networkmanager-qt + + qt5-base + NetworkManager + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + networkmanager-qt-devel + Development files for networkmanager-qt + + qt5-base-devel + networkmanager-qt + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-17 + 5.62.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.35.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-23 + 5.29.0 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + krunner + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Krunner Framework for providing different actions given a string query + Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. + mirrors://kde/stable/frameworks/5.96/krunner-5.96.0.tar.xz + + qt5-base-devel + gettext-devel + kdoctools-devel + qt5-declarative-devel + kconfig-devel + kauth-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + plasma-framework-devel + solid-devel + threadweaver-devel + kactivities-devel + extra-cmake-modules + + desktop/kde/framework/krunner/pspec.xml + + + krunner + + qt5-base + qt5-declarative + kactivities + kconfig + kcoreaddons + ki18n + kio + kservice + plasma-framework + threadweaver + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + krunner-devel + Development files for krunner + + krunner + qt5-base-devel + plasma-framework-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.29.0 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktextwidgets + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 text editing widgets + KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text. + mirrors://kde/stable/frameworks/5.96/ktextwidgets-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + qt5-speech-devel + kconfig-devel + kcompletion-devel + kcodecs-devel + kauth-devel + kconfigwidgets-devel + kiconthemes-devel + kwidgetsaddons-devel + ki18n-devel + sonnet-devel + kservice-devel + kcoreaddons-devel + kwindowsystem-devel + extra-cmake-modules + + desktop/kde/framework/ktextwidgets/pspec.xml + + + ktextwidgets + + qt5-base + kconfig + kcompletion + kconfigwidgets + kwidgetsaddons + ki18n + sonnet + qt5-speech + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + ktextwidgets-devel + Development files for ktextwidgets + + ktextwidgets + qt5-base-devel + ki18n-devel + sonnet-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kpackage + https://userbase.kde.org/KPackage + + Stefan Gronewold(groni) + groni@pisilinux.org + + LGPL + app:library + desktop.kde.framework + Framework that lets applications manage user installable packages of non-binary assets + KPackage is dependent on the Smart package manager. + mirrors://kde/stable/frameworks/5.96/kpackage-5.96.0.tar.xz + + qt5-base-devel + libX11-devel + kconfig-devel + ki18n-devel + kcoreaddons-devel + karchive-devel + kdoctools-devel + docbook-sgml4_5 + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kpackage/pspec.xml + + + kpackage + + qt5-base + ki18n + karchive + kcoreaddons + + + /usr/bin + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man/man1 + + + + kpackage-devel + Development files for kpackage + + kpackage + qt5-base-devel + kconfig-devel + ki18n-devel + kcoreaddons-devel + karchive-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdav + https://github.com/KDE/kdav + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + app:gui + desktop.kde.applications + A DAV protocol implemention with KJobs + Bir DAV protokolü uygulaması + Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV. + Takvimler ve işler CalDAV veya GroupDAV'ı kullanarak desteklenir. + mirrors://kde/stable/frameworks/5.96/kdav-5.96.0.tar.xz + + libgcc + kio-devel + solid-devel + kauth-devel + ki18n-devel + kxmlgui-devel + kcodecs-devel + kcoreaddons-devel + kconfig-devel + extra-cmake-modules + kservice-devel + kitemviews-devel + kbookmarks-devel + kcompletion-devel + kjobwidgets-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + qt5-base-devel + qt5-xmlpatterns-devel + + desktop/kde/framework/kdav/pspec.xml + + + kdav + + kio + ki18n + libgcc + kcoreaddons + qt5-base + qt5-xmlpatterns + + + /usr/bin + /usr/share/locale + /usr/lib + /etc/xdg + /usr/share + + + + kdav-devel + Development files for kdav + kdav için geliştirme dosyaları + + kdav + kcoreaddons-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/share/apps/cmake + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-14 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 First release Kamil Atlı suvari@pisilinux.org @@ -255386,211 +118367,21930 @@ complete albums that you have purchased from Amazon. - libnids - http://libnids.sourceforge.net/ + kwindowsystem + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 window manager access framework + KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes. + mirrors://kde/stable/frameworks/5.96/kwindowsystem-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + libX11-devel + libgcc + libxcb-devel + libXrender-devel + libXfixes-devel + xcb-util-devel + xcb-util-keysyms-devel + extra-cmake-modules + + desktop/kde/framework/kwindowsystem/pspec.xml + + + kwindowsystem + + qt5-base + libX11 + libxcb + qt5-x11extras + libXfixes + xcb-util-keysyms + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + + + + kwindowsystem-devel + Development files for kwindowsystem + + qt5-base-devel + libXrender-devel + libXfixes-devel + xcb-util-devel + xcb-util-keysyms-devel + kwindowsystem + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kservice + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 Desktop Services + Kservice Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code. + mirrors://kde/stable/frameworks/5.96/kservice-5.96.0.tar.xz + + qt5-base-devel + kdoctools-devel + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + ki18n-devel + docbook-xml + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kservice/pspec.xml + + + kservice + + qt5-base + kconfig + kcoreaddons + kcrash + kdbusaddons + ki18n + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + kservice-devel + Development files for kservice + + kservice + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + ki18n-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ki18n + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE Gettext-based UI text internationalization. + KDE grafik arabirim yerelleştirme kitaplığı + KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. + ki18n, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır + mirrors://kde/stable/frameworks/5.96/ki18n-5.96.0.tar.xz + + qt5-base-devel + qt5-script-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/ki18n/pspec.xml + + + ki18n + + qt5-base + qt5-declarative + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + ki18n-devel + Development files for kde5-ki18n + ki18n için geliştirme dosyaları + + ki18n + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kfilemetadata + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 library for extracting meta data from files. + KDE library for extracting meta data from files. + mirrors://kde/stable/frameworks/5.96/kfilemetadata-5.96.0.tar.xz + + qt5-base-devel + qt5-multimedia-devel + attr-devel + ebook-tools-devel + exiv2-devel + ffmpeg-devel + taglib-devel + libappimage-devel + poppler-qt5-devel + karchive-devel + ki18n-devel + kconfig-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/framework/kfilemetadata/pspec.xml + + + kfilemetadata + + qt5-base + ebook-tools + libgcc + exiv2-libs + taglib + libappimage + ffmpeg + poppler-qt5 + karchive + kcoreaddons + ki18n + kconfig + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kfilemetadata-devel + Development files for kfilemetadata + + kfilemetadata + qt5-base-devel + ebook-tools-devel + exiv2-devel + taglib-devel + ffmpeg-devel + poppler-qt5-devel + karchive-devel + ki18n-devel + kconfig-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-24 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 5.38.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-20 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + syntax-highlighting + https://community.kde.org/Frameworks + + Stefan Gronewold + groni@pisilinux.org + + GPL2 + desktop.kde.framework + Syntax highlighting engine for structured text and code + Syntax highlighting engine for structured text and code + mirrors://kde/stable/frameworks/5.96/syntax-highlighting-5.96.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-linguist + perl + glibc-devel + + desktop/kde/framework/syntax-highlighting/pspec.xml + + + syntax-highlighting + Syntax highlighting engine for structured text and code + + qt5-base + qt5-declarative + libgcc + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/share/qlogging-categories5 + /usr/share/locale/ + + + + syntax-highlighting-devel + Development files for syntax-highlighting + + syntax-highlighting + qt5-base-devel + + + /usr/include + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 5.28.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kbookmarks + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Access and manipulate bookmarks stored using XBEL format + Framework which lets you access and manipulate bookmarks stored using XBEL format + mirrors://kde/stable/frameworks/5.96/kbookmarks-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + kcoreaddons-devel + kauth-devel + kcodecs-devel + kconfig-devel + kconfigwidgets-devel + kiconthemes-devel + kwidgetsaddons-devel + kxmlgui-devel + extra-cmake-modules + + desktop/kde/framework/kbookmarks/pspec.xml + + + kbookmarks + + qt5-base + libgcc + kcoreaddons + kcodecs + kconfig + kwidgetsaddons + kxmlgui + kconfigwidgets + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kbookmarks-devel + Development files for kbookmarks + + kbookmarks + qt5-base-devel + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdelibs4-support + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Code and utilities to ease the transition to KDE Frameworks 5 + KDELibs4Support provides libraries to port KDE4 programs to QT5/KDE5 + mirrors://kde/stable/frameworks/5.96/portingAids/kdelibs4support-5.96.0.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-designer-devel + qt5-x11extras-devel + perl-URI + libxcb-devel + libSM-devel + docbook-xml + openssl-devel + libX11-devel + karchive-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + kiconthemes-devel + kservice-devel + kwindowsystem-devel + kwidgetsaddons-devel + knotifications-devel + kxmlgui-devel + ki18n-devel + kio-devel + kauth-devel + kcrash-devel + kdesignerplugin + intltool + kdoctools-devel + kglobalaccel-devel + kguiaddons-devel + kparts-devel + ktextwidgets-devel + sonnet-devel + kunitconversion-devel + kded-devel + kemoticons-devel + kdoctools-devel + kitemmodels-devel + kinit-devel + NetworkManager-devel + docbook-xsl + libX11-devel + extra-cmake-modules + + desktop/kde/framework/kdelibs4-support/pspec.xml + + + kdelibs4-support + + qt5-base + libICE + libxcb + libX11 + qt5-svg + qt5-x11extras + libSM + kdesignerplugin + kauth + solid + kcodecs + kcoreaddons + kjobwidgets + kcompletion + kconfig + kconfigwidgets + kcrash + kdbusaddons + kglobalaccel + kguiaddons + ki18n + kiconthemes + kio + kitemviews + knotifications + kparts + kservice + ktextwidgets + kxmlgui + kwindowsystem + kwidgetsaddons + qt5-designer + kded + kemoticons + kdoctools + kitemmodels + kinit + kunitconversion + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + kdelibs4-support-devel + Development files for kdelibs4-support + + kdelibs4-support + karchive-devel + qt5-base-devel + libxcb-devel + libICE-devel + libX11-devel + qt5-svg-devel + qt5-x11extras-devel + libSM-devel + kauth-devel + solid-devel + kcodecs-devel + kcoreaddons-devel + kjobwidgets-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcrash-devel + kdbusaddons-devel + kglobalaccel-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kio-devel + kitemviews-devel + knotifications-devel + kparts-devel + kservice-devel + ktextwidgets-devel + kxmlgui-devel + kwindowsystem-devel + kwidgetsaddons-devel + kded-devel + kemoticons-devel + kdoctools-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.35.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdbusaddons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Extra modules for Qt-DBus + KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules. + mirrors://kde/stable/frameworks/5.96/kdbusaddons-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + extra-cmake-modules + + desktop/kde/framework/kdbusaddons/pspec.xml + + + kdbusaddons + + qt5-base + qt5-x11extras + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdbusaddons-devel + Development files for kdbusaddons + + qt5-base-devel + kdbusaddons + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kparts + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Plugin framework for user interface components + This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). + mirrors://kde/stable/frameworks/5.96/kparts-5.96.0.tar.xz + + qt5-base-devel + kauth-devel + knotifications-devel + kwidgetsaddons-devel + ktextwidgets-devel + kiconthemes-devel + kcompletion-devel + kitemviews-devel + karchive-devel + attica-devel + kconfig-devel + kcoreaddons-devel + kcmutils-devel + kdeclarative-devel + ki18n-devel + kio-devel + kglobalaccel-devel + kservice-devel + kxmlgui-devel + kbookmarks-devel + kwindowsystem-devel + sonnet-devel + kcodecs-devel + kconfigwidgets-devel + solid-devel + kjobwidgets-devel + extra-cmake-modules + + desktop/kde/framework/kparts/pspec.xml + + + kparts + + qt5-base + libgcc + kjobwidgets + kconfig + kcoreaddons + ki18n + kiconthemes + kservice + kwidgetsaddons + kxmlgui + kio + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kparts-devel + Development files for kparts + + kiconthemes-devel + kxmlgui-devel + kio-devel + ktextwidgets-devel + kparts + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcontacts + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.framework + Address book API for KDE. + Address book for KDE for Contacts. + mirrors://kde/stable/frameworks/5.96/kcontacts-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + ki18n-devel + kcodecs-devel + kconfig-devel + kio-devel + iso-codes-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/framework/kcontacts/pspec.xml + + + kcontacts + + qt5-base + qt5-declarative + ki18n + kcodecs + kconfig + kcoreaddons + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcontacts-devel + Development files for kcontacts + + kcontacts + ki18n-devel + kcodecs-devel + kconfig-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-03 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-19 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-04 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kimageformats + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Image formats addons for QT 5 + This framework provides additional image format plugins for QtGui. + mirrors://kde/stable/frameworks/5.96/kimageformats-5.96.0.tar.xz + + libheif-devel + qt5-base-devel + openexr-devel + karchive-devel + extra-cmake-modules + + desktop/kde/framework/kimageformats/pspec.xml + + + kimageformats + + qt5-base + libheif + karchive + openexr-libs + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.87.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-20 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-14 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kactivities + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Library for KDE's Plasma Activities support + Kactivities provides an API for using and interacting with the Plasma Activities Manager. + mirrors://kde/stable/frameworks/5.96/kactivities-5.96.0.tar.xz + + qt5-base-devel + mesa-devel + boost-devel + kdbusaddons-devel + kdeclarative-devel + kpackage-devel + ki18n-devel + kconfig-devel + kcoreaddons-devel + kio-devel + kservice-devel + kbookmarks-devel + kwidgetsaddons-devel + kcompletion-devel + kjobwidgets-devel + kitemviews-devel + solid-devel + kauth-devel + kcodecs-devel + kconfigwidgets-devel + kxmlgui-devel + kwindowsystem-devel + kglobalaccel-devel + kcmutils-devel + qt5-declarative-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + extra-cmake-modules + + desktop/kde/framework/kactivities/pspec.xml + + + kactivities + + qt5-base + qt5-declarative + kcoreaddons + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kactivities-devel + Development files for kactivities + + qt5-base-devel + kactivities + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + knotifyconfig + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Configuration dialog for desktop notifications + KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application.. + mirrors://kde/stable/frameworks/5.96/knotifyconfig-5.96.0.tar.xz + + qt5-base-devel + qt5-phonon-devel + solid-devel + kauth-devel + kconfig-devel + kxmlgui-devel + kcompletion-devel + ki18n-devel + kio-devel + kcodecs-devel + kservice-devel + kjobwidgets-devel + kbookmarks-devel + kcoreaddons-devel + kwidgetsaddons-devel + kitemviews-devel + kconfigwidgets-devel + kwindowsystem-devel + libcanberra-devel + extra-cmake-modules + + desktop/kde/framework/knotifyconfig/pspec.xml + + + knotifyconfig + + qt5-base + libcanberra + kconfig + ki18n + kio + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + knotifyconfig-devel + Development files for knotifyconfig + + knotifyconfig + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdesignerplugin + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + QT Designer integration for KDE5 Frameworks widgets + This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files. + mirrors://kde/stable/frameworks/5.96/portingAids/kdesignerplugin-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-designer + kdoctools-devel + kio-devel + kauth-devel + kconfig-devel + kwidgetsaddons-devel + kitemviews-devel + kiconthemes-devel + kcoreaddons-devel + kcompletion-devel + kconfigwidgets-devel + kxmlgui-devel + kplotting-devel + ktextwidgets-devel + sonnet-devel + kdewebkit-devel + docbook-xml + docbook-xsl + extra-cmake-modules + qt5-designer-devel + + desktop/kde/framework/kdesignerplugin/pspec.xml + + + kdesignerplugin + + qt5-base + libgcc + kconfig + kcoreaddons + qt5-designer + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + qqc2-desktop-style + https://download.kde.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv2 + library + desktop.kde.framework + A style for Qt Quick Controls 2 to make it follow your desktop theme + A style for Qt Quick Controls 2 to make it follow your desktop theme + Qt Quick Controls 2 nin masaüstünüzdeki temayı takip etmesini sağlayan bir stil + Qt Quick Controls 2 nin masaüstünüzdeki temayı takip etmesini sağlayan bir stil + https://download.kde.org/stable/frameworks/5.96/qqc2-desktop-style-5.96.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-quickcontrols2-devel + qt5-x11extras-devel + kconfigwidgets-devel + kiconthemes-devel + kirigami-devel + kconfig-devel + libX11-devel + + desktop/kde/framework/qqc2-desktop-style/pspec.xml + + + qqc2-desktop-style + + kconfig + kirigami + qt5-base + qt5-declarative + kiconthemes + kconfigwidgets + + + /usr/lib + /usr/share/doc + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.51.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 5.40.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kwidgetsaddons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 desktop widgets + KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets. + mirrors://kde/stable/frameworks/5.96/kwidgetsaddons-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-designer-devel + extra-cmake-modules + + desktop/kde/framework/kwidgetsaddons/pspec.xml + + + kwidgetsaddons + + qt5-base + libgcc + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kwidgetsaddons-devel + Development files for kwidgetsaddons + + qt5-base-devel + kwidgetsaddons + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kpeople + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + A contact aggregation library for KDE + KPeople is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model. + mirrors://kde/stable/frameworks/5.96/kpeople-5.96.0.tar.xz + + qt5-base-devel + kconfig-devel + qt5-declarative-devel + kcoreaddons-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + kservice-devel + kwidgetsaddons-devel + ki18n-devel + kitemviews-devel + extra-cmake-modules + + desktop/kde/framework/kpeople/pspec.xml + + + kpeople + + qt5-base + qt5-declarative + kcoreaddons + kwidgetsaddons + ki18n + kitemviews + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /etc/xdg + + + + kpeople-devel + Development files for kpeople + + qt5-base-devel + kpeople + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kxmlgui + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Framework for managing menu and toolbar actions + Kxmlgui provides a framework for managing menu and toolbar actions in an abstract way. + mirrors://kde/stable/frameworks/5.96/kxmlgui-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + attica-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kauth-devel + kcodecs-devel + sonnet-devel + kglobalaccel-devel + ki18n-devel + kguiaddons-devel + kiconthemes-devel + kitemviews-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + extra-cmake-modules + + desktop/kde/framework/kxmlgui/pspec.xml + + + kxmlgui + + qt5-base + libgcc + attica + kcoreaddons + kconfig + kconfigwidgets + kglobalaccel + ki18n + kguiaddons + kiconthemes + kitemviews + kwidgetsaddons + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kxmlgui-devel + Development files for kxmlgui + + kxmlgui + qt5-base-devel + kconfig-devel + kconfigwidgets-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-06 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kio + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Resource and network access abstraction + Network transparent access to files and data + mirrors://kde/stable/frameworks/5.96/kio-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + qt5-declarative-devel + acl-devel + attr-devel + mit-kerberos-devel + kcrash-devel + karchive-devel + kconfig-devel + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kservice-devel + solid-devel + sonnet-devel + kdoctools-devel + kbookmarks-devel + kwidgetsaddons-devel + kcompletion-devel + kconfigwidgets-devel + kauth-devel + kcodecs-devel + kiconthemes-devel + kitemviews-devel + kjobwidgets-devel + kwindowsystem-devel + qt5-x11extras-devel + kwallet-devel + kxmlgui-devel + ktextwidgets-devel + knotifications-devel + kguiaddons-devel + libxslt-devel + qt5-script-devel + zlib-devel + docbook-sgml4_5 + docbook-xml + docbook-xsl + extra-cmake-modules + kded-devel + libutil-linux-devel + + desktop/kde/framework/kio/pspec.xml + + + kio + + qt5-base + qt5-declarative + acl + libgcc + libxml2 + libxslt + kdoctools + mit-kerberos + kauth + kcrash + knotifications + qt5-x11extras + karchive + kconfig + kcodecs + kbookmarks + kcompletion + kconfigwidgets + kcoreaddons + kdbusaddons + ki18n + kiconthemes + kitemviews + kjobwidgets + kservice + ktextwidgets + kwallet + kwidgetsaddons + kwindowsystem + kxmlgui + solid + kguiaddons + libutil-linux + + + /etc/ + /usr/bin + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + kio-devel + Development files for kio + + qt5-base-devel + kio + kconfig-devel + kcodecs-devel + kbookmarks-devel + kcompletion-devel + kcoreaddons-devel + kitemviews-devel + kjobwidgets-devel + kservice-devel + kwindowsystem-devel + kxmlgui-devel + solid-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-13 + 5.74.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 5.70.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-20 + 5.62.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-27 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-25 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-27 + 5.54.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 5.54.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-12 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 5.46.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-06 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + frameworkintegration + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Framework providing components to allow applications to integrate with a KDE Workspace + Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. + mirrors://kde/stable/frameworks/5.96/frameworkintegration-5.96.0.tar.xz + + libxcb-devel + libXcursor-devel + appstream-qt5-devel + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + oxygen-fonts + kconfig-devel + kpackage-devel + kxmlgui-devel + kcompletion-devel + kcoreaddons-devel + kjobwidgets-devel + kconfigwidgets-devel + kiconthemes-devel + ki18n-devel + kauth-devel + kio-devel + knotifications-devel + kwidgetsaddons-devel + extra-cmake-modules + knewstuff-devel + + desktop/kde/framework/frameworkintegration/pspec.xml + + + frameworkintegration + + qt5-base + kconfig + kconfigwidgets + kiconthemes + ki18n + knotifications + kwidgetsaddons + knewstuff + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + frameworkintegration-devel + Development files for framework-integration + + frameworkintegration + kconfigwidgets-devel + kiconthemes-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kitemmodels + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Set of item models extending the Qt model-view framework + KItemModels provides a set of item models extending the Qt model-view framework. + mirrors://kde/stable/frameworks/5.96/kitemmodels-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/kitemmodels/pspec.xml + + + kitemmodels + + qt5-base + qt5-declarative + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kitemmodels-devel + Development files for kitemmodels + + qt5-base-devel + kitemmodels + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + attica + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Open Collaboration Service client library, based on Qt 5 + Attica is a library to access Open Collaboration Service servers, based on Qt 5. + mirrors://kde/stable/frameworks/5.96/attica-5.96.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/attica/pspec.xml + + + attica + + qt5-base + libgcc + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + attica-devel + Development files for attica5 + + qt5-base-devel + attica + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksyndication + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.framework + RSS/Atom parser library + syndication is a parser library for RSS and Atom feeds. + mirrors://kde/stable/frameworks/5.96/syndication-5.96.0.tar.xz + + qt5-base-devel + kio-devel + kcodecs-devel + kdoctools-devel + extra-cmake-modules + + desktop/kde/framework/ksyndication/pspec.xml + + + ksyndication + + qt5-base + kcodecs + libgcc + + + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/qlogging-categories5/syndication.categories + /usr/share/qlogging-categories5 + + + + ksyndication-devel + Development files for ksyndication + + ksyndication + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-02 + 16.08.3 + Version bump. + Stefan Gronewold + groni@pisilnux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + oxygen-icons + http://www.oxygen-icons.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL + desktop.kde.framework + KDE Oxygen icons + "The Oxygen Icon Theme + mirrors://kde/stable/frameworks/5.96/oxygen-icons5-5.96.0.tar.xz + + extra-cmake-modules + qt5-base-devel + + desktop/kde/framework/oxygen-icons/pspec.xml + + + oxygen-icons + + /usr/share/icons + /usr/share/doc + + + 16x16.png + 16x16.png + 22x22.png + 22x22.png + 32x32.png + 32x32.png + 48x48.png + 48x48.png + 64x64.png + 64x64.png + 128x128.png + 128x128.png + 256x256.png + 256x256.png + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-11 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-04 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcompletion + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Addon with auto completion widgets and classes + KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets. + mirrors://kde/stable/frameworks/5.96/kcompletion-5.96.0.tar.xz + + qt5-base-devel + qt5-designer-devel + qt5-linguist + kconfig-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/framework/kcompletion/pspec.xml + + + kcompletion + + kconfig + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcompletion-devel + Development files for kcompletion + + qt5-base-devel + kcompletion + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kapidox + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 Frameworks API documentation tools. + KDE5 Frameworks API dokümantasyon araçları. + KDE5 Frameworks API documentation tools. + KDE5 Frameworks API dokümantasyon araçları. + mirrors://kde/stable/frameworks/5.96/kapidox-5.96.0.tar.xz + + python3-Jinja2 + python3-PyYAML + extra-cmake-modules + python3-setuptools + + desktop/kde/framework/kapidox/pspec.xml + + + kapidox + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 5.87.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kconfigwidgets + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.framework + Kconfig widgets + KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. + mirrors://kde/stable/frameworks/5.96/kconfigwidgets-5.96.0.tar.xz + + qt5-base-devel + ki18n-devel + kauth-devel + kcodecs-devel + kconfig-devel + kcoreaddons-devel + kguiaddons-devel + kwidgetsaddons-devel + kdoctools-devel + docbook-xsl + extra-cmake-modules + qt5-designer-devel + + desktop/kde/framework/kconfigwidgets/pspec.xml + + + kconfigwidgets + + libgcc + qt5-base + kauth + kcodecs + kconfig + kcoreaddons + kguiaddons + ki18n + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + kconfigwidgets-devel + Development files for kconfigwidgets + + kconfigwidgets + kauth-devel + kcodecs-devel + kconfig-devel + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + baloo + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Framework for searching and managing metadata + Baloo is a framework for searching and managing metada + mirrors://kde/stable/frameworks/5.96/baloo-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + kcoreaddons-devel + kdbusaddons-devel + kauth-devel + kconfig-devel + kcrash-devel + ki18n-devel + kcompletion-devel + kidletime-devel + kio-devel + solid-devel + kxmlgui-devel + kfilemetadata-devel + kdoctools-devel + kbookmarks-devel + kitemviews-devel + kjobwidgets-devel + kwidgetsaddons-devel + lmdb-devel + kservice-devel + extra-cmake-modules + + desktop/kde/framework/baloo/pspec.xml + + + baloo + + qt5-base + qt5-declarative + kcoreaddons + kdbusaddons + libgcc + kconfig + kcrash + ki18n + kidletime + kio + solid + kfilemetadata + lmdb + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + baloo-devel + Development files for baloo-widgets + + baloo + qt5-base-devel + kcoreaddons-devel + kfilemetadata-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-24 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdewebkit + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 WebKit integration + KdeWebkit provides KDE integration of the QtWebKit library. + mirrors://kde/stable/frameworks/5.96/portingAids/kdewebkit-5.96.0.tar.xz + + qt5-base-devel + qt5-webkit-devel + qt5-designer-devel + kauth-devel + sonnet-devel + kconfig-devel + ktextwidgets-devel + kjobwidgets-devel + kcoreaddons-devel + kparts-devel + kservice-devel + kwallet-devel + kio-devel + extra-cmake-modules + + desktop/kde/framework/kdewebkit/pspec.xml + + + kdewebkit + + qt5-webkit + kconfig + kjobwidgets + qt5-base + kcoreaddons + kparts + kservice + kwallet + kio + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/mkspecs/modules/ + /usr/share/doc + + + + kdewebkit-devel + Development files for kdewebkit + + kdewebkit + qt5-webkit-devel + kconfig-devel + kjobwidgets-devel + qt5-base-devel + kcoreaddons-devel + kparts-devel + kservice-devel + kwallet-devel + kio-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-26 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + solid + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 hardware integration framework + Solid is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system. + mirrors://kde/stable/frameworks/5.96/solid-5.96.0.tar.xz + + eudev-devel + upower-devel + udisks2-devel + media-player-info + qt5-linguist + qt5-base-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/solid/pspec.xml + + + solid + + eudev + libplist + libutil-linux + libimobiledevice + media-player-info + qt5-base + qt5-declarative + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + + + + solid-devel + Development files for solid + + qt5-base-devel + solid + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-02 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kidletime + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Idle time reporting utility + KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. + mirrors://kde/stable/frameworks/5.96/kidletime-5.96.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + libX11-devel + libXext-devel + libXScrnSaver-devel + libxcb-devel + extra-cmake-modules + + desktop/kde/framework/kidletime/pspec.xml + + + kidletime + + qt5-base + libX11 + libxcb + libXScrnSaver + libXext + qt5-x11extras + + + /etc/xdg/kidletime.categories + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kidletime-devel + Development files for kidletime + + kidletime + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kinit + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE applications initialization utility + Process launcher to speed up launching KDE applications. + mirrors://kde/stable/frameworks/5.96/kinit-5.96.0.tar.xz + + qt5-base-devel + kdoctools-devel + libX11-devel + libcap-devel + libgcc + libxcb-devel + kcrash-devel + kcoreaddons-devel + kitemviews-devel + solid-devel + kxmlgui-devel + kjobwidgets-devel + kcompletion-devel + kwidgetsaddons-devel + kconfig-devel + kcodecs-devel + kauth-devel + kconfigwidgets-devel + kio-devel + ki18n-devel + kservice-devel + kbookmarks-devel + kdbusaddons-devel + kwindowsystem-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kinit/pspec.xml + + + kinit + + qt5-base + libX11 + libcap + libxcb + kio + kcrash + kcoreaddons + kconfig + ki18n + kservice + kdbusaddons + kwindowsystem + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/locale + /usr/bin + /usr/share/doc + /usr/share/man + + + + kinit-devel + Development files for kinit + + qt5-base-devel + libX11-devel + libcap-devel + libxcb-devel + kio-devel + kcrash-devel + kconfig-devel + ki18n-devel + kservice-devel + kdbusaddons-devel + kcoreaddons-devel + kwindowsystem-devel + kinit + + + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-22 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdnssd + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Network service discovery using Zeroconf + KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. + mirrors://kde/stable/frameworks/5.96/kdnssd-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + avahi-devel + avahi-compat-libdns_sd-devel + extra-cmake-modules + + desktop/kde/framework/kdnssd/pspec.xml + + + kdnssd + + qt5-base + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdnssd-devel + Development files for kdnssd. + + qt5-base-devel + kdnssd + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kemoticons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE emoticon manager + KEmoticons converts emoticons from text to a graphical representation with images in HTML. + mirrors://kde/stable/frameworks/5.96/kemoticons-5.96.0.tar.xz + + qt5-base-devel + karchive-devel + kcoreaddons-devel + kconfig-devel + kservice-devel + extra-cmake-modules + + desktop/kde/framework/kemoticons/pspec.xml + + + kemoticons + + qt5-base + libgcc + karchive + kcoreaddons + kconfig + kservice + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kemoticons-devel + Development files for kemoticons + + kemoticons + qt5-base-devel + kservice-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + knewstuff + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Framework for downloading and sharing additional application data + The KNewStuff library implements collaborative data sharing for applications. + mirrors://kde/stable/frameworks/5.96/knewstuff-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + boost-devel + kauth-devel + ksyndication-devel + kwidgetsaddons-devel + ktextwidgets-devel + kiconthemes-devel + kcompletion-devel + kitemviews-devel + karchive-devel + attica-devel + kconfig-devel + kcoreaddons-devel + kcmutils-devel + kdeclarative-devel + ki18n-devel + kio-devel + kglobalaccel-devel + kservice-devel + kxmlgui-devel + kbookmarks-devel + kwindowsystem-devel + sonnet-devel + kcodecs-devel + kconfigwidgets-devel + solid-devel + kjobwidgets-devel + kpackage-devel + extra-cmake-modules + kirigami-devel + + desktop/kde/framework/knewstuff/pspec.xml + + + knewstuff + + qt5-base + qt5-declarative + ksyndication + kwidgetsaddons + ktextwidgets + kiconthemes + kcompletion + kitemviews + karchive + attica + kconfig + kcoreaddons + ki18n + kio + kservice + kxmlgui + kjobwidgets + kpackage + + + /usr/bin/knewstuff-dialog + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + knewstuff-devel + Development files for knewstuff + + qt5-base-devel + attica-devel + kservice-devel + kxmlgui-devel + knewstuff + ksyndication-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.51.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + karchive + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Qt 5 addon providing access to numerous types of archives + KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. + mirrors://kde/stable/frameworks/5.96/karchive-5.96.0.tar.xz + + bzip2 + xz-devel + zlib-devel + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/karchive/pspec.xml + + + karchive + + xz + zlib + bzip2 + qt5-base + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + karchive-devel + Development files for karchive + + qt5-base-devel + karchive + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + purpose + https://www.kde.org/ PisiLinux Community admins@pisilinux.org GPLv2 library - network.monitor - Network intrusion detection library - Ağ saldırıları yakalama kitaplığı - Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection. - Libnids bir ağ saldırısı yakalama kitaplığıdır. Linux 2 serisi için IP yapısını taklit ederek IP bilgisi birleştirme, TCP yayını inceleme ve port taraması gibi işlemler için altyapı sunar. - https://sourceforge.net/projects/libnids/files/libnids/1.24/libnids-1.24.tar.gz + desktop.kde.framework + Framework for providing abstractions to get the developer's purposes fulfilled + Framework for providing abstractions to get the developer's purposes fulfilled + Framework for providing abstractions to get the developer's purposes fulfilled + Framework for providing abstractions to get the developer's purposes fulfilled + mirrors://kde/stable/frameworks/5.96/purpose-5.96.0.tar.xz - glib2-devel - libnet-devel - libpcap-devel + intltool + kio-devel + ki18n-devel + kauth-devel + kconfig-devel + kirigami-devel + kcoreaddons-devel + kdeclarative-devel + extra-cmake-modules + accounts-qml-module + knotifications-devel + libaccounts-glib-devel + qt5-base-devel + qt5-declarative-devel - - libnids-1.24-inline.patch - - network/monitor/libnids/pspec.xml + desktop/kde/framework/purpose/pspec.xml - libnids - Network intrusion detection library + purpose - libnet - libpcap + kio + ki18n + kauth + libgcc + kconfig + qt5-base + kcoreaddons + knotifications + libaccounts-qt5 + qt5-declarative + /etc/xdg /usr/lib - /usr/share/doc/libnids + /usr/share + /usr/share/doc - libnids-devel - Development files for libnids - libnids için geliştirme dosyaları - libnids-devel, libnids için geliştirme dosyalarını içerir. + purpose-devel + Development files for purpose - libnids + purpose + kcoreaddons-devel - /usr/share/man /usr/include + /usr/lib/cmake + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 5.45.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-21 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-06-08 - 1.24 - Moved from contrib. - Blue DeviL - bluedevil@sctzine.com + 2017-09-18 + 1.0 + First release + PisiLinux Community + admins@pisilinux.org - net-snmp - http://net-snmp.sourceforge.net/ + kconfig + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.framework + Advanced configuration system for KDE Frameworks 5 + Kconfig provides advanced libraries and tools for accessing configuration files. + mirrors://kde/stable/frameworks/5.96/kconfig-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-linguist + extra-cmake-modules + + desktop/kde/framework/kconfig/pspec.xml + + + kconfig + + qt5-base + qt5-declarative + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kconfig-devel + Development files for kconfig + + qt5-base-devel + kconfig + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcodecs + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Plugins allowing Qt applications to access further types of images + KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings. + mirrors://kde/stable/frameworks/5.96/kcodecs-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + extra-cmake-modules + gperf + + desktop/kde/framework/kcodecs/pspec.xml + + + kcodecs + + qt5-base + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcodecs-devel + Development files for kcodecs + + qt5-base-devel + kcodecs + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kauth + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Abstraction to system policy and authentication features + Framework which lets applications perform actions as a privileged user + mirrors://kde/stable/frameworks/5.96/kauth-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + polkit-qt-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/framework/kauth/pspec.xml + + + kauth + + qt5-base + polkit-qt + kcoreaddons + libgcc + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kauth-devel + Development files for kauth + + kauth + kcoreaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kuserfeedback + https://kde.org/ PisiLinux Community admins@pisilinux.org - BSD + GPLv3 library - app:console - network.monitor - A collection of SNMP protocol tools and libraries - SNMP protokol araçları ve kitaplıkları - Kolekcja narzędzi do obsługi protokołu SNMP - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. - net-snmp, çeşitli ağ ekipmanlarının sağlığını ve işleyişini izlemek için SNMP protokolünü kullanan araçları içerir. - SNMP (Simple Network Management Protocol) jest protokołem używanym do zarządzania sieciami. Pakiet zawiera narzędzia: rozbudowywalnego agenta, bibliotekę SNMP, narzędzia do odpytywania oraz ustawiania informacji poprzez agentów SNMP, narzędzia do generowania i obsługi pułapek SNMP, wersję komendy netstat używającą SNMP, przeglądarkę mib w Tk/Perl, demona, dokumentację itp. - https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2/net-snmp-5.9.2.tar.gz/download + desktop.kde.framework + Framework for collecting user feedback for applications via telemetry and surveys + Framework for collecting user feedback for applications via telemetry and surveys + Framework for collecting user feedback for applications via telemetry and surveys + Framework for collecting user feedback for applications via telemetry and surveys + mirrors://kde/stable/kuserfeedback/kuserfeedback-1.2.0.tar.xz - libnl-devel - python-setuptools - openssl-devel - python-devel - perl - pciutils-devel - tcp-wrappers-devel + qt5-linguist + qt5-svg-devel + qt5-sql-odbc + qt5-sql-mysql + qt5-sql-sqlite + qt5-base-devel + qt5-charts-devel + qt5-assistant-devel + qt5-sql-postgresql + extra-cmake-modules + qt5-declarative-devel - network/monitor/net-snmp/pspec.xml + desktop/kde/framework/kuserfeedback/pspec.xml - net-snmp + kuserfeedback - libnl - openssl - python - perl - pciutils - tcp-wrappers + qt5-svg + qt5-base + qt5-charts + qt5-declarative - /etc/snmp /usr/bin - /usr/sbin/snmpd - /etc/conf.d/snmpd + /etc /usr/lib - /usr/share/snmp - /var/lib - /usr/share/man + /usr/share + /usr/share/locale /usr/share/doc - - System.Service - - - confd-snmpd.conf - net-snmpd.conf - - net-snmptrap + kuserfeedback-devel + Development files for kuserfeedback - net-snmp - tcp-wrappers - - - /etc/conf.d/snmptrapd - /etc/snmp/snmptrapd.conf - /usr/sbin/snmptrapd - - - System.Service - - - confd-snmptrapd.conf - net-snmptrapd.conf - - - - net-snmp-devel - Development files for net-snmp - net-snmp için geliştirme dosyaları - Pliki naglowkowe do net-snmp - - net-snmp + kuserfeedback /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 + /usr/lib/cmake + + 2022-07-10 + 1.2.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2022-06-18 + 1.2.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2022-05-14 + 1.2.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2022-04-12 + 1.2.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2022-01-08 + 1.2.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2021-12-12 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + - 2022-07-01 - 5.9.2 + 2021-11-13 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2021-09-12 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2021-07-10 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2021-06-15 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2021-01-10 + 1.0.0 + Rebuild. + Mustafa Cinasal + admins@pisilinux.org + + + 2020-09-12 + 1.0.0 + Rebuild + Mustafa Cinasal + admins@pisilinux.org + + + 2020-05-09 + 1.0.0 + Rebuild + Mustafa Cinasal + admins@pisilinux.org + + + 2020-03-31 + 1.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + extra-cmake-modules + https://www.kde.org + + Pisi Linux Admins + admin@gmail.com + + LGPLv2 + library + desktop.kde.framework + Extra cmake modules for KDE5 + Extra cmake modules KDE5 + mirrors://kde/stable/frameworks/5.96/extra-cmake-modules-5.96.0.tar.xz + + cmake + flex + + desktop/kde/framework/extra-cmake-modules/pspec.xml + + + extra-cmake-modules + programming.build + + cmake + flex + + + /usr/share + /usr/lib + /usr/share/man/man7 + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-05 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-16 + 5.22.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcoreaddons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Utilities for core application functionality and accessing the OS + KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more. + mirrors://kde/stable/frameworks/5.96/kcoreaddons-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + shared-mime-info + extra-cmake-modules + + desktop/kde/framework/kcoreaddons/pspec.xml + + + kcoreaddons + + qt5-base + shared-mime-info + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcoreaddons-devel + Development files for kcoreaddons + + qt5-base-devel + kcoreaddons + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-06 + 5.63.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kjsembed + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + JavaScript support for HTML rendering engine on KDE5 + The KJSEmbed library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs) that makes it easy to add scriptability to an application. + mirrors://kde/stable/frameworks/5.96/portingAids/kjsembed-5.96.0.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-designer-devel + kdoctools-devel + ki18n-devel + kjs-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kjsembed/pspec.xml + + + kjsembed + + qt5-base + qt5-svg + libgcc + ki18n + kjs + + + /usr/bin + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + kjsembed-devel + Development files for kjsembed + + ki18n-devel + kjs-devel + kjsembed + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwallet + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE password storage framework + This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces. + mirrors://kde/stable/frameworks/5.96/kwallet-5.96.0.tar.xz + + libxslt + docbook-xsl + qt5-base-devel + libgcrypt-devel + gpgme-devel + kauth-devel + gpgme-qt5-devel + kcodecs-devel + kconfigwidgets-devel + kconfig-devel + kdoctools-devel + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kiconthemes-devel + knotifications-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + extra-cmake-modules + + desktop/kde/framework/kwallet/pspec.xml + + + kwallet + + qt5-base + gpgme + libgcrypt + kconfig + kcoreaddons + kdbusaddons + ki18n + knotifications + kservice + kwidgetsaddons + kwindowsystem + kconfigwidgets + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + + + + kwallet-devel + Development files for kwallet + + kwallet + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + modemmanager-qt + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Qt wrapper for ModemManager DBus API + Qt wrapper for ModemManager DBus API + mirrors://kde/stable/frameworks/5.96/modemmanager-qt-5.96.0.tar.xz + + qt5-base-devel + ModemManager-devel + extra-cmake-modules + + desktop/kde/framework/modemmanager-qt/pspec.xml + + + modemmanager-qt + + qt5-base + libgcc + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + modemmanager-qt-devel + Development files for modemmanger-qt + + qt5-base-devel + modemmanager-qt + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-20 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.35.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-09 + 5.29.0 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-wayland-protocols + https://kde.org/plasma-desktop + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + desktop.kde.framework + Plasma Specific Protocols for Wayland + Plasma Specific Protocols for Wayland + Wayland için Plazma Özel Protokoller + Wayland için Plazma Özel Protokoller + https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-1.7.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/plasma-wayland-protocols/pspec.xml + + + plasma-wayland-protocols + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-10 + 1.7.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 1.7.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 1.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 1.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-27 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-08 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 1.3.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-11-29 - 5.9 - Rebuild. + 2021-06-15 + 1.3.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-03-27 - 5.9 + 2021-04-10 + 1.2.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-01-27 - 5.8 + 2021-03-29 + 1.2.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-07-31 - 5.7.3 + 2021-03-14 + 1.1.1 Rebuild. - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2017-03-02 - 5.7.3 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2021-01-10 + 1.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 5.7.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2020-09-01 + 1.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2015-08-02 - 5.7.3 + 2020-06-01 + 1.0 First release + PisiLinux Community + admins@pisilinux.org + + + + + + threadweaver + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Multi-threaded programming framework for KDE + ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. + mirrors://kde/stable/frameworks/5.96/threadweaver-5.96.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/threadweaver/pspec.xml + + + threadweaver + + qt5-base + libgcc + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + threadweaver-devel + Development files for threadweaver + + qt5-base-devel + threadweaver + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + knotifications + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE5 Desktop notifications + KNotification is used to notify the user of an event. It covers feedback and persistent events. + mirrors://kde/stable/frameworks/5.96/knotifications-5.96.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-speech-devel + qt5-declarative-devel + kwindowsystem-devel + qt5-x11extras-devel + kservice-devel + kconfig-devel + kcoreaddons-devel + kiconthemes-devel + kcodecs-devel + libdbusmenu-qt-devel + libcanberra-devel + qt5-phonon-devel + libXtst-devel + extra-cmake-modules + + desktop/kde/framework/knotifications/pspec.xml + + + knotifications + + qt5-base + qt5-speech + qt5-declarative + libXtst + libX11 + qt5-x11extras + kconfig + kcoreaddons + libdbusmenu-qt + libcanberra + kwindowsystem + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + knotifications-devel + Development files for knotifications + + knotifications + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 5.45.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kded + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + KDE5 daemon + Kded runs in the background and performs a number of small tasks. + mirrors://kde/stable/frameworks/5.96/kded-5.96.0.tar.xz + + qt5-base-devel + kdoctools-devel + kcoreaddons-devel + kconfig-devel + kcrash-devel + kdbusaddons-devel + kservice-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kded/pspec.xml + + + kded + + qt5-base + libgcc + kcoreaddons + kconfig + kcrash + kdbusaddons + kservice + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man + + + + kded-devel + Development files for kded + + kded + + + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcmutils + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + Utilities for interacting with KCModules + KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. + mirrors://kde/stable/frameworks/5.96/kcmutils-5.96.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + mesa-devel + kcodecs-devel + kpackage-devel + kdeclarative-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kconfig-devel + kauth-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kservice-devel + kxmlgui-devel + kguiaddons-devel + extra-cmake-modules + + desktop/kde/framework/kcmutils/pspec.xml + + + kcmutils + + qt5-base + qt5-declarative + libgcc + kdeclarative + kconfigwidgets + kwidgetsaddons + kconfig + kauth + kcoreaddons + ki18n + kitemviews + kservice + kxmlgui + kguiaddons + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcmutils-devel + Development files for kcmutils + + kcmutils + kconfigwidgets-devel + kservice-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-09 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-06 + 5.53.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-24 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kunitconversion + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.framework + KDE unit conversion framework + KUnitConversion provides functions to convert values in different physical units. + mirrors://kde/stable/frameworks/5.96/kunitconversion-5.96.0.tar.xz + + qt5-base-devel + ki18n-devel + extra-cmake-modules + + desktop/kde/framework/kunitconversion/pspec.xml + + + kunitconversion + + qt5-base + ki18n + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kunitconversion-devel + Development files for kunitconversion + + qt5-base-devel + kunitconversion + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kjobwidgets + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Widgets for showing progress of asynchronous jobs + KJobWIdgets provides widgets for showing progress of asynchronous jobs. + mirrors://kde/stable/frameworks/5.96/kjobwidgets-5.96.0.tar.xz + + libX11-devel + qt5-base-devel + qt5-linguist + kcoreaddons-devel + kwidgetsaddons-devel + qt5-x11extras-devel + extra-cmake-modules + + desktop/kde/framework/kjobwidgets/pspec.xml + + + kjobwidgets + + qt5-base + libgcc + kcoreaddons + kwidgetsaddons + qt5-x11extras + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kjobwidgets-devel + Development files for kjobwidgets + + qt5-base-devel + kcoreaddons-devel + kjobwidgets + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.42.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kactivities-stats + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + Library for KDE's Plasma Activities support + Kactivities provides an API for using and interacting with the Plasma Activities Manager. + mirrors://kde/stable/frameworks/5.96/kactivities-stats-5.96.0.tar.xz + + qt5-base-devel + boost-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + kconfig-devel + kactivities-devel + extra-cmake-modules + + desktop/kde/framework/kactivities-stats/pspec.xml + + + kactivities-stats + + qt5-base + libgcc + kconfig + kactivities + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kactivities-stats-devel + Development files for kactivities-stats + + qt5-base-devel + kconfig-devel + kactivities-devel + kactivities-stats + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 5.24 + Version release. Ertuğrul Erata ertugrulerata@gmail.com @@ -255598,203 +140298,79326 @@ complete albums that you have purchased from Amazon. - tcpdump - http://www.tcpdump.org/ + kitemviews + https://www.kde.org - Blue DeviL - bluedevil@sctzine.com + Pisi Linux Admins + admins@pisilinux.org - BSD + LGPLv2 + library app:console - network.monitor - A Tool for network monitoring and data acquisition - Ağı izlemek için kullanılan bir araç - Tcpdump is a tool to print out (or save to file) the contents of packets on a network interface. It also allows limiting the number of packets collected using expressions. - tcpdump bir ağ aygıtı üzerindeki paketlerin içeriğini ekrana basmaya ya da dosyaya yazmaya yarayan bir araçtır. İncelenecek paketleri çeşitli ifadelerle sınırlama desteği de mevcuttur. - https://www.tcpdump.org/release/tcpdump-4.99.1.tar.gz + desktop.kde.framework + Set of item models extending the Qt model-view framework + KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists. + mirrors://kde/stable/frameworks/5.96/kitemviews-5.96.0.tar.xz - libpcap-devel - openssl-devel + qt5-base-devel + qt5-linguist + qt5-designer-devel + extra-cmake-modules - network/monitor/tcpdump/pspec.xml + desktop/kde/framework/kitemviews/pspec.xml - tcpdump + kitemviews - libpcap + qt5-base - /usr/bin - /usr/share/man + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib /usr/share/doc + + kitemviews-devel + Development files for kitemviews + + qt5-base-devel + kitemviews + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + - - 2021-08-09 - 4.99.1 + + 2022-07-10 + 5.96.0 Version bump. - Erkan IŞIK - erkanisik@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2019-11-29 - 4.9.3 - Version bump. - Blue DeviL - bluedevil@sctzine.com + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com - 2016-02-22 - 4.7.4 - Version bump, built with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2010-10-13 - 4.1.1 - Mass rebuild for Pardus 2011 Beta - Gökcen Eraslan - gokcen@pardus.org.tr + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2010-06-07 - 4.1.1 - New upstream release - Enable smi - Don't blow up if a zero-length link-layer address is passed to linkaddr_string() - Fix printing of MAC addresses for VLAN frames with a length field - Add some additional bounds checks and use the EXTRACT_ macros more - Add a -b flag to print the AS number in BGP packets in ASDOT notation rather than ASPLAIN notation - Add ICMPv6 RFC 5006 support - Decode the access flags in NFS access requests - Handle the new DLT_ for memory-mapped USB captures on Linux - Make the default snapshot (-s) the maximum - Print name of device (when -L is used) - Print new TCP flags - Add support for RPL DIO - Add support for TCP User Timeout (UTO) - Add support for non-standard Ethertypes used by 3com PPPoE gear - Add support for 802.11n and 802.11s - Add support for Transparent Ethernet Bridge ethertype in GRE - Add 4 byte AS support for BGP printer - Add support for the MDT SAFI 66 BG printer - Add basic IPv6 support to print-olsr - Add USB printer - Add printer for ForCES - Handle frames with an FCS - Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames - Fix TCP sequence number printing - Report 802.2 packets as 802.2 instead of 802.3 - Lots of code clean up - Onur Küçük - onur@pardus.org.tr + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2009-05-04 - 4.0.0 - Fix linking with pcap - Onur Küçük - onur@pardus.org.tr + 2017-06-20 + 5.35.0 + version bump + Ali Algul + aligulle3801@gmail.com - 2009-05-04 - 4.0.0 - Version bump - Onur Küçük - onur@pardus.org.tr + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org - 2007-10-07 - 3.9.8 + 2016-12-20 + 5.29.0 Version bump. - Furkan Duman - coderlord@gmail.com + Stefan Gronewold(groni) + groni@pisilinux.org - 2007-08-10 - 3.9.7 - Stable update - İsmail Dönmez - ismail@pardus.org.tr + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - - 2007-07-17 - 3.9.6 - Fix CVE-2007-3798 - İsmail Dönmez - ismail@pardus.org.tr + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org - 2007-06-17 - 3.9.6 - Version bump - Furkan Duman - coderlord@gmail.com + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org - 2007-02-03 - 3.9.5 - Fix 802.11 denial of service - İsmail Dönmez - ismail@pardus.org.tr + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - 2007-01-16 - 3.9.5 - Stable update - İsmail Dönmez - ismail@pardus.org.tr + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org - 2005-11-19 - 3.9.4 + 2016-04-13 + 5.21.0 First release - Furkan Duman - coderlord@gmail.com + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - vnstat - https://humdi.net/vnstat/ + bluez-qt + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde.framework + Qt wrapper for KDE 5 Bluez DBus API + Qt wrapper for KDE 5 DBus API. + mirrors://kde/stable/frameworks/5.96/bluez-qt-5.96.0.tar.xz + + bluez + bluez-libs-devel + qt5-base-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/bluez-qt/pspec.xml + + + bluez-qt + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /etc/xdg + /usr/share/doc + /lib/udev + /usr/share/qlogging-categories5 + /usr/share/qlogging-categories5/bluez.categories + + + + bluez-qt-devel + Development files for bluez-qt + + bluez-qt + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-09 + 5.45.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-27 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-20 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdesu + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.framework + User interface for running shell commands with root privileges + kdesu provides functionality for building GUI front ends for (password asking) console mode programs. + mirrors://kde/stable/frameworks/5.96/kdesu-5.96.0.tar.xz + + qt5-base-devel + kcoreaddons-devel + kpty-devel + kservice-devel + ki18n-devel + kconfig-devel + libX11-devel + extra-cmake-modules + + desktop/kde/framework/kdesu/pspec.xml + + + kdesu + + qt5-base + kcoreaddons + kpty + kservice + ki18n + kconfig + libX11 + + + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/qlogging-categories5/ksu.categories + /usr/share/doc + + + + kdesu-devel + Development files for kdesu + + kdesu + kpty-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-10 + 5.96.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-14 + 5.94.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-12 + 5.93.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.91.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-08 + 5.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-12 + 5.89.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-13 + 5.88.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 5.87.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 5.86.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-11 + 5.84.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.83.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-08 + 5.82.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 5.80.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-13 + 5.79.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.78.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-20 + 5.76.0 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2020-09-12 + 5.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-13 + 5.71.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-09 + 5.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.68.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 5.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.60.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.57.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.53.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-10 + 5.52.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.51.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.46.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.46.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.45.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 5.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.39.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-20 + 5.35.0 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 5.29.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.28.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 5.27.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-04 + 5.26.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-21 + 5.24.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-17 + 5.22.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 5.21.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + python3-kde5 + http://www.kde.org/ PisiLinux Community admins@pisilinux.org GPLv2 - app:console - network.monitor - vnStat is a console-based network traffic monitor for Linux and BSD - vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). - https://humdi.net/vnstat/vnstat-2.7.tar.gz + desktop.kde.bindings + Python3 bindings for KDE5 + KDE5 için Python3 dil bağlayıcıları + python3-kde5 are the Python3 bindings for KDE5. + python3-kde5, KDE5 için Python3 dil bağlayıcısıdır. + https://github.com/groni/Sources/raw/master/python-kde5-4.90.81.tar.gz - gd-devel - sqlite-devel + extra-cmake-modules + glibc-devel + python3-devel + kauth-devel + kitemmodels-devel + kitemviews-devel + karchive-devel + kplotting-devel + solid-devel + kcoreaddons-devel + sonnet-devel + kguiaddons-devel + kwidgetsaddons-devel + python3-sip + python3-qt5-devel + qt5-base-devel - network/monitor/vnstat/pspec.xml + desktop/kde/bindings/python3-kde5/pspec.xml - vnstat - vnStat is a console-based network traffic monitor for Linux and BSD + python3-kde5 + app:console + library - gd - sqlite + python3 + kauth + kitemmodels + kitemviews + karchive + kplotting + solid + kcoreaddons + sonnet + kguiaddons + kwidgetsaddons + libgcc + qt5-base - / + /usr/bin + /usr/share + /usr/lib + + + + python3-kde5-devel + Development files for python3-kde5 + python3-kde5 için geliştirme dosyaları + data + + python3-kde5 + + + /usr/share/sip + + + + + 2020-06-04 + 4.90.81 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 4.90.81 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 4.90.81 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-20 + 4.90.81 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-13 + 4.90.81 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-14 + 4.90.81 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 4.90.81 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-02 + 4.90.81 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-29 + 4.90.81 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-20 + 4.90.81 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + kfoldersync + https://www.linux-apps.com/content/show.php/?content=164092 + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + desktop.kde.utils + Folder synchronization and backup tool for KDE + Smart folder comparison, It depends only on KDE Frameworks. + https://dl.opendesktop.org/api/files/download/id/1485353737/kfoldersync-3.4.1.tar.xz + + extra-cmake-modules + gettext-devel + cmake + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kio-devel + knotifications-devel + kxmlgui-devel + qt5-base-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + ki18n-devel + kitemviews-devel + kio-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + + desktop/kde/utils/kfoldersync/pspec.xml + + + kfoldersync + Folder synchronization and backup tool for KDE + + kcoreaddons + ki18n + kio + qt5-base + libgcc + kconfig + kxmlgui + kitemviews + kdbusaddons + kconfigwidgets + kwidgetsaddons + kwindowsystem + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2019-01-20 + 3.4.1 + Rebuild + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-11-13 + 3.4.1 + Rebuild + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-10-14 + 3.4.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 3.4.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-23 + 3.4.1 + Rebuild + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-09-21 + 3.4.1 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-04 + 3.3.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-11 + 3.2.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kjots + https://userbase.kde.org/KJots + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.utils + A note taking application for KDE + A note taking application for KDE + mirrors://kde/stable/kjots/5.0.2/kjots-5.0.2.tar.xz + + akonadi-devel + akonadi-notes-devel + boost-devel + extra-cmake-modules + kcmutils-devel + kdelibs4-support-devel + kdoctools-devel + kpimtextedit-devel + qt5-base-devel + kitemmodels-devel + kmime-devel + kontactinterface-devel + grantlee-qt5-devel + + desktop/kde/utils/kjots/pspec.xml + + + kjots + A note taking application for KDE + + kio + ki18n + kmime + kparts + libgcc + akonadi + kconfig + kxmlgui + kcmutils + qt5-base + kbookmarks + kcoreaddons + kitemmodels + grantlee-qt5 + kpimtextedit + ktextwidgets + akonadi-notes + kconfigwidgets + kwidgetsaddons + kontactinterface + + + /usr/bin + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2019-01-20 + 5.0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-11-13 + 5.0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-14 + 5.0.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 5.0.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-24 + 5.0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-12 + 5.0.2 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kde-gtk-config + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + GTK2 and GTK3 Configurator for KDE + Configuration dialog to adapt GTK+ applications appearance to your taste under KDE. + mirrors://kde/stable/plasma/5.25.4/kde-gtk-config-5.25.4.tar.xz + + qt5-base-devel + qt5-svg-devel + sassc + xsettingsd + libX11-devel + kio-devel + glib2-devel + ki18n-devel + kcoreaddons-devel + kiconthemes-devel + kwidgetsaddons-devel + kcmutils-devel + karchive-devel + kauth-devel + kconfigwidgets-devel + libXcursor-devel + knewstuff-devel + kguiaddons-devel + gtk2-devel + gtk3-devel + at-spi2-core-devel + extra-cmake-modules + kdecorations-devel + kdbusaddons-devel + + + schemas.patch + + desktop/kde/plasma/kde-gtk-config/pspec.xml + + + kde-gtk-config + + qt5-base + qt5-svg + kconfig + glib2 + kio + ki18n + xsettingsd + kcoreaddons + kiconthemes + kwidgetsaddons + karchive + knewstuff + kguiaddons + kconfigwidgets + libXcursor + gtk2 + gtk3 + kdbusaddons + kdecorations + + + /usr/share + /etc/xdg/cgc* + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmenuedit + https://www.kde.org + + Pisi Linux admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Provides the interface and basic tools for the KDE workspace + Provides the interface and basic tools for the KDE workspace + mirrors://kde/stable/plasma/5.25.4/kmenuedit-5.25.4.tar.xz + + qt5-base-devel + kdoctools-devel + kconfig-devel + kservice-devel + kcompletion-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kdbusaddons-devel + kdelibs4-support-devel + ki18n-devel + kiconthemes-devel + kio-devel + kxmlgui-devel + sonnet-devel + kdesignerplugin + kitemmodels-devel + kinit-devel + kunitconversion-devel + kemoticons-devel + docbook-xsl + khotkeys + extra-cmake-modules + kitemviews-devel + + desktop/kde/plasma/kmenuedit/pspec.xml + + + kmenuedit + + qt5-base + libgcc + kconfig + kservice + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + kdbusaddons + kdelibs4-support + ki18n + kiconthemes + kio + kxmlgui + sonnet + kglobalaccel + kitemviews + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-04 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwin + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 window manager + KWin is the window manager of the K desktop environment. + mirrors://kde/stable/plasma/5.25.4/kwin-5.25.4.tar.xz + + kactivities-devel + kauth-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + kdeclarative-devel + kdecorations-devel + kdoctools-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kio-devel + knewstuff-devel + knotifications-devel + kpackage-devel + kservice-devel + ktextwidgets-devel + kwayland-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kidletime-devel + kscreenlocker-devel + libepoxy-devel + libICE-devel + libSM-devel + libX11-devel + libxcb-devel + libXcursor-devel + libXext-devel + libxkbcommon-devel + libXxf86vm-devel + mesa-devel + fontconfig-devel + freetype-devel + xcb-util-wm-devel + plasma-framework-devel + qt5-base-devel + qt5-declarative-devel + qt5-designer-devel + qt5-multimedia-devel + qt5-script-devel + qt5-x11extras-devel + qt5-sensors-devel + qt5-graphicaleffects + qt5-virtualkeyboard-devel + qt5-quickcontrols + qt5-quickcontrols2-devel + wayland-client + wayland-cursor + wayland-devel + xcb-util-image-devel + xcb-util-keysyms-devel + eudev-devel + libinput-devel + xcb-util-cursor-devel + qt5-multimedia + docbook-xsl + libXi-devel + extra-cmake-modules + xorg-xwayland-devel + breeze-style + libdrm-devel + kirigami-devel + pipewire-devel + lcms2-devel + krunner-devel + xcb-util-devel + libqaccessibilityclient-devel + wayland-protocols-devel + libxcvt-devel + plasma-wayland-protocols + + desktop/kde/plasma/kwin/pspec.xml + + + kwin + + lcms2 + kactivities + kauth + libcap + kcmutils + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kcrash + wayland + kdeclarative + kdecorations + kglobalaccel + ki18n + kiconthemes + kio + knewstuff + knotifications + kservice + kwayland + kwidgetsaddons + kwindowsystem + kxmlgui + kscreenlocker + kidletime + libepoxy + libgcc + libXi + libICE + libSM + libX11 + libxcb + libxkbcommon + mesa + plasma-framework + qt5-base + qt5-declarative + qt5-script + qt5-x11extras + qt5-sensors + wayland-cursor + wayland-client + xcb-util-wm + xcb-util-image + xcb-util-keysyms + eudev + kpackage + libdrm + libinput + ktextwidgets + freetype + fontconfig + xcb-util-cursor + wayland-server + libqaccessibilityclient + qt5-quickcontrols2 + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kwayland-server + + + kwayland-server + + + + kwin-devel + Development files for kwin + + kwin + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + kwayland-server-devel + + + kwayland-server-devel + + + + kwin-wayland + Wayland support for KWin + + mesa + libcap + libdrm + kpackage + wayland + freetype + pipewire + kidletime + fontconfig + kwin + + + /usr/bin/kwin_wayland + /usr/lib/systemd/user/plasma-kwin_wayland.service + /usr/lib/qt5/plugins/org.kde.kwin.waylandbackends/KWinWayland*.so + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Rebuild for replaces + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-12 + 5.18.3 + Version bump qpa patch kapatıldı + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-27 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-07 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-browser-integration + https://kde.org/plasma-desktop + + Safa Arıman + safaariman@pisilinux.org + + GPLv3 + app + desktop.kde.plasma + Plasma browser integration + Components necessary to integrate browsers into the Plasma Desktop. + https://download.kde.org/stable/plasma/5.25.4/plasma-browser-integration-5.25.4.tar.xz + + cmake + extra-cmake-modules + kio-devel + ki18n-devel + kcrash-devel + kconfig-devel + krunner-devel + purpose-devel + kservice-devel + qt5-base-devel + kactivities-devel + kcoreaddons-devel + kdbusaddons-devel + knotifications-devel + kfilemetadata-devel + kitemmodels-devel + plasma-workspace-devel + qt5-quickcontrols2-devel + qt5-declarative-devel + + desktop/kde/plasma/plasma-browser-integration/pspec.xml + + + plasma-browser-integration + + kio + ki18n + kcrash + kconfig + krunner + purpose + kservice + qt5-base + kactivities + kcoreaddons + kdbusaddons + kfilemetadata + knotifications + libgcc + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share + /etc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 5.17.5 + First release + Safa Arıman + safaariman@pisilinux.org + + + 2019-10-18 + 5.17.0 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + drkonqi + https://www.kde.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv2 + library + desktop.kde.plasma + The KDE crash handler + The KDE crash handler + The KDE crash handler + The KDE crash handler + https://download.kde.org/stable/plasma/5.25.4/drkonqi-5.25.4.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-x11extras-devel + ki18n-devel + kcoreaddons-devel + kservice-devel + kconfig-devel + kjobwidgets-devel + kio-devel + kcrash-devel + kcompletion-devel + kxmlrpcclient-devel + kwidgetsaddons-devel + kwallet-devel + knotifications-devel + kidletime-devel + at-spi2-core-devel + xorg-server-xvfb + rubygems + ruby-devel + gdb-devel + kwindowsystem-devel + syntax-highlighting-devel + qt5-declarative-devel + kdeclarative-devel + kirigami-devel + kitemmodels-devel + + desktop/kde/plasma/drkonqi/pspec.xml + + + drkonqi + + qt5-base + qt5-x11extras + qt5-declarative + libgcc + ki18n + kcoreaddons + kservice + kidletime + kconfig + kconfigwidgets + kjobwidgets + kio + kcrash + kcompletion + kxmlrpcclient + kwidgetsaddons + kwallet + knotifications + kwindowsystem + syntax-highlighting + kdeclarative + kirigami + kitemmodels + + + /etc/xdg + /usr/lib + /usr/share + /usr/share/locale + /usr/share/drkonqi + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-01 + 5.11.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.10.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-05 + 5.8.5 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-08-02 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + breeze-plymouth + https://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.plasma + Breeze theme for Plymouth. + Breeze theme for Plymouth. + mirrors://kde/stable/plasma/5.25.4/breeze-plymouth-5.25.4.tar.xz + + extra-cmake-modules + plymouth-devel + + desktop/kde/plasma/breeze-plymouth/pspec.xml + + + breeze-plymouth + Breeze theme for Plymouth. + + plymouth + grub2 + plymouth-core-libs + plymouth-theme-spinner + plymouth-graphics-libs + plymouth-plugin-script + + + /usr/lib + /usr/share + /usr/share/doc + + + pisi.logo.png + pisi.16bit.png + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-20 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-23 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + polkit-kde-authentication-agent-1 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.plasma + The KDE Plasma Workspace Components + The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop. + mirrors://kde/stable/plasma/5.25.4/polkit-kde-agent-1-5.25.4.tar.xz + + qt5-base-devel + kdoctools-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + ki18n-devel + kiconthemes-devel + kwidgetsaddons-devel + kwindowsystem-devel + knotifications-devel + polkit-qt-devel + elogind-devel + mesa-devel + extra-cmake-modules + + desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml + + + polkit-kde-authentication-agent-1 + + qt5-base + libgcc + kcrash + kcoreaddons + polkit-qt + ki18n + kdbusaddons + kiconthemes + kwindowsystem + knotifications + kwidgetsaddons + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-workspace + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.plasma + The KDE5 Plasma Workspace Components + The KDE5 Plasma Workspace Components + mirrors://kde/stable/plasma/5.25.4/plasma-workspace-5.25.4.tar.xz + + libgcc + icu4c-devel + kio-devel + zlib-devel + baloo-devel + kauth-devel + ki18n-devel + libSM-devel + kquickcharts + solid-devel + kdesu-devel + qt5-wayland-devel + kcrash-devel + libICE-devel + libX11-devel + libXau-devel + libxcb-devel + prison-devel + kconfig-devel + kpeople-devel + krunner-devel + kwallet-devel + kxmlgui-devel + libXtst-devel + kpackage-devel + kservice-devel + kwayland-devel + xcb-util-devel + kirigami-devel + kholidays-devel + kidletime-devel + xorg-app-devel + knewstuff-devel + iso-codes-devel + libXfixes-devel + kbookmarks-devel + kguiaddons-devel + libXrender-devel + qt5-phonon-devel + kactivities-devel + kcompletion-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + kitemmodels-devel + kjobwidgets-devel + ktexteditor-devel + extra-cmake-modules + kdeclarative-devel + kglobalaccel-devel + ktextwidgets-devel + libqalculate-devel + appstream-qt5-devel + knotifyconfig-devel + kuserfeedback-devel + NetworkManager-devel + kconfigwidgets-devel + knotifications-devel + kwidgetsaddons-devel + xcb-util-image-devel + kdelibs4-support-devel + plasma-framework-devel + kactivities-stats-devel + networkmanager-qt-devel + kwin-devel + qt5-sql-odbc + qt5-sql-mysql + qt5-base-devel + qt5-sql-sqlite + libkscreen-devel + qt5-sql-postgresql + libksysguard-devel + qt5-x11extras-devel + kwindowsystem-devel + kscreenlocker-devel + qt5-graphicaleffects + qt5-declarative-devel + qt5-virtualkeyboard-devel + gpsd-devel + libXft-devel + qt5-svg-devel + pipewire-devel + kdoctools-devel + kcmutils-devel + wayland-devel + wayland-server + wayland-client + wayland-cursor + breeze-gtk + xorg-util + libXcursor-devel + libinput-devel + xcb-util-cursor-devel + xcb-util-wm-devel + plasma-wayland-protocols + xcb-util-renderutil-devel + breeze-style + breeze-cursors + breeze-wallpapers + + desktop/kde/plasma/plasma-workspace/pspec.xml + + + plasma-workspace + + kio + zlib + baloo + kauth + ki18n + libSM + solid + kcrash + libgcc + libICE + libX11 + libXau + libxcb + prison + kconfig + kpeople + krunner + kwallet + kxmlgui + libXtst + kpackage + kservice + kwayland + xcb-util + kholidays + kidletime + knewstuff + libXfixes + kbookmarks + kguiaddons + libXrender + libkscreen + qt5-phonon + kactivities + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + ktexteditor + kdeclarative + kglobalaccel + ktextwidgets + libksysguard + libqalculate + appstream-qt5 + knotifyconfig + kscreenlocker + kuserfeedback + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + xcb-util-image + kdelibs4-support + plasma-framework + kactivities-stats + networkmanager-qt + qt5-base + qt5-x11extras + qt5-declarative + gpsd + kparts + libXft + qt5-svg + freetype + karchive + kcmutils + libglvnd + pipewire + fontconfig + libXcursor + qt5-wayland + wayland-client + layer-shell-qt + + + /etc/pam.d + /etc/env.d + /etc/xdg + /usr/share + /usr/share/applications + /usr/share/locale + /usr/bin + /usr/lib/qt5/plugins + /usr/lib/qt5/qml + /usr/lib + /usr/share/doc + + + kde.pam + kde-np.pam + kscreensaver.pam + + + + plasma-workspace-devel + Development files for kde5 plasma-workspace + + plasma-workspace + kio-devel + zlib-devel + baloo-devel + kauth-devel + ki18n-devel + libSM-devel + solid-devel + kcrash-devel + libICE-devel + libX11-devel + libXau-devel + libxcb-devel + prison-devel + kconfig-devel + kpeople-devel + krunner-devel + kwallet-devel + kxmlgui-devel + libXtst-devel + kpackage-devel + kservice-devel + kwayland-devel + xcb-util-devel + kholidays-devel + kidletime-devel + knewstuff-devel + libXfixes-devel + kbookmarks-devel + kguiaddons-devel + libXrender-devel + qt5-phonon-devel + kactivities-devel + kcompletion-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + kitemmodels-devel + kjobwidgets-devel + ktexteditor-devel + extra-cmake-modules + kdeclarative-devel + kglobalaccel-devel + ktextwidgets-devel + libqalculate-devel + appstream-qt5-devel + knotifyconfig-devel + kuserfeedback-devel + kconfigwidgets-devel + knotifications-devel + kwidgetsaddons-devel + xcb-util-image-devel + kdelibs4-support-devel + plasma-framework-devel + kactivities-stats-devel + networkmanager-qt-devel + qt5-base-devel + libkscreen-devel + libksysguard-devel + qt5-x11extras-devel + kwindowsystem-devel + kscreenlocker-devel + qt5-declarative-devel + xcb-util-wm-devel + xcb-util-renderutil-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + plasma-workspace-wayland + Wayland support for Plasma + + plasma-workspace + xorg-xwayland + + + /usr/bin/startplasma-wayland + /usr/share/wayland-sessions/plasmawayland.desktop + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Rebuild for libglvnd + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-18 + 5.23.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 5.21.5 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-31 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-21 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 5.12.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-24 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-28 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-01 + 5.11.0 + drkonqi ayrılması + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.10.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-05 + 5.8.5 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-08-02 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-desktop + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 plasma workspace + This package contains the basic packages for a Plasma workspace. + mirrors://kde/stable/plasma/5.25.4/plasma-desktop-5.25.4.tar.xz + + qt5-base-devel + boost-devel + breeze-style + kdoctools-devel + kactivities-stats-devel + kio-devel + kcmutils-devel + knewstuff-devel + kpeople-devel + kdbusaddons-devel + kemoticons-devel + kitemmodels-devel + kscreenlocker-devel + kinit-devel + kunitconversion-devel + kwin-devel + libX11-devel + libXft-devel + libxkbfile-devel + kded-devel + plasma-nm + kpackage-devel + libxcb-devel + freetype-devel + libusb-compat-devel + xorg-server-devel + xorg-input-evdev-devel + xorg-input-synaptics-devel + pulseaudio-libs-devel + fontconfig-devel + plasma-workspace-devel + plasma-framework-devel + xorg-app-devel + xkeyboard-config + baloo-devel + libcanberra-devel + docbook-xsl + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-odbc + qt5-graphicaleffects + qt5-svg-devel + qt5-x11extras-devel + qt5-declarative-devel + qt5-quickcontrols2-devel + kdesignerplugin + ibus-devel + glib2-devel + scim-libs + xcb-util-keysyms-devel + xcb-util-image-devel + extra-cmake-modules + kwallet-devel + knotifications-devel + ki18n-devel + kglobalaccel-devel + kdelibs4-support-devel + attica-devel + kactivities-devel + kauth-devel + kconfig-devel + kdeclarative-devel + knotifyconfig-devel + krunner-devel + kirigami-devel + eudev-devel + libXext-devel + scim-devel + appstream-qt5-devel + xorg-input-libinput-devel + qqc2-desktop-style + libksysguard-devel + libaccounts-qt5-devel + libaccounts-glib-devel + qt5-phonon-devel + libXcursor-devel + xdg-user-dirs + + desktop/kde/plasma/plasma-desktop/pspec.xml + + + plasma-desktop + + baloo + kcrash + libksysguard + libxkbcommon + fontconfig + freetype + kactivities + karchive + kauth + plasma-nm + kbookmarks + kcmutils + kcodecs + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdeclarative + kdelibs4-support + kemoticons + kglobalaccel + kguiaddons + ki18n + kiconthemes + kio + kitemmodels + kitemviews + kjobwidgets + knewstuff + knotifications + knotifyconfig + kparts + kpeople + krunner + kservice + kwallet + kwidgetsaddons + kwindowsystem + kxmlgui + kpackage + libusb-compat + libX11 + libxcb + libXcursor + libXfixes + libXft + libXi + libxkbfile + plasma-framework + plasma-workspace + libcanberra + pulseaudio-libs + xkeyboard-config + qt5-base + qt5-declarative + qt5-phonon + qt5-svg + qt5-x11extras + solid + sonnet + qt5-sql-sqlite + system-settings + ibus + glib2 + scim-libs + xcb-util-keysyms + xcb-util-image + oxygen-icons + oxygen-fonts + kactivities-stats + xorg-input-libinput + xorg-input-evdev + appstream-qt5 + qqc2-desktop-style + polkit-kde-authentication-agent-1 + qt5-graphicaleffects + libaccounts-qt5 + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-10 + 5.25.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-18 + 5.23.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-13 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-25 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-13 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-13 + 5.14.5 + Clean kcm_translations.mo + Kamil Atlı + suvari@pisilinux.org + + + 2019-02-06 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-21 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-29 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-04 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 5.11.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni @pisilinux.org + + + 2016-08-03 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwayland-integration + https://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + Provides integration plugins for various KDE frameworks for the wayland windowing system + Provides integration plugins for various KDE frameworks for the wayland windowing system + mirrors://kde/stable/plasma/5.25.4/kwayland-integration-5.25.4.tar.xz + + kguiaddons-devel + kwayland-devel + qt5-base-devel + kwindowsystem-devel + kidletime-devel + extra-cmake-modules + qt5-wayland-devel + wayland-devel + wayland-client + wayland-cursor + wayland-server + wayland-protocols-devel + + desktop/kde/plasma/kwayland-integration/pspec.xml + + + kwayland-integration + + kwayland + kidletime + kwindowsystem + libgcc + qt5-base + kguiaddons + qt5-wayland + wayland + wayland-client + wayland-cursor + wayland-server + + + /usr/lib + /etc/xdg/kwindowsystem.kwayland.categories + /usr/share + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdeplasma-addons + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Additional client tools for KDE applications + Additional client tools for KDE applications + mirrors://kde/stable/plasma/5.25.4/kdeplasma-addons-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-graphicaleffects + libxcb-devel + xcb-util-image-devel + glib2-devel + scim-devel + ibus-devel + kactivities-devel + kconfig-devel + kdoctools-devel + knewstuff-devel + kemoticons-devel + kitemmodels-devel + kross-devel + kinit-devel + kunitconversion-devel + kcmutils-devel + kdesignerplugin + kiconthemes-devel + krunner-devel + plasma-framework-devel + plasma-workspace-devel + extra-cmake-modules + kconfigwidgets-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + libX11-devel + kholidays-devel + kdeclarative-devel + purpose-devel + karchive-devel + knotifications-devel + + desktop/kde/plasma/kdeplasma-addons/pspec.xml + + + kdeplasma-addons + + qt5-base + plasma-framework + libgcc + libxcb + xcb-util-image + glib2 + knewstuff + krunner + kio + kiconthemes + ki18n + kross + sonnet + kconfig + kxmlgui + karchive + kpackage + kservice + kholidays + kdeclarative + qt5-webengine + qt5-x11extras + qt5-declarative + qt5-graphicaleffects + kcompletion + kcoreaddons + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kunitconversion + kactivities + plasma-workspace + ibus + scim-libs + xcb-util-keysyms + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/include/plasma + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-24 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-12 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + breeze-grub + https://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.plasma + Breeze theme for GRUB. + Breeze theme for GRUB. + mirrors://kde/stable/plasma/5.25.4/breeze-grub-5.25.4.tar.xz + desktop/kde/plasma/breeze-grub/pspec.xml + + + breeze-grub + Breeze theme for GRUB. + + grub2 + noto-fonts + + + /boot/grub2/themes + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-cli-tools + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Additional client tools for KDE applications + Tools based on KDE Frameworks 5 to better interact with the system + mirrors://kde/stable/plasma/5.25.4/kde-cli-tools-5.25.4.tar.xz + + qt5-base-devel + qt5-x11extras-devel + qt5-svg-devel + qt5-declarative-devel + libX11-devel + libxcb-devel + kdoctools-devel + kio-devel + kdesu-devel + ki18n-devel + kservice-devel + kcompletion-devel + kcoreaddons-devel + kiconthemes-devel + kwindowsystem-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcmutils-devel + kconfig-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + docbook-xsl + kactivities-devel + plasma-workspace-devel + extra-cmake-modules + kdeclarative-devel + + desktop/kde/plasma/kde-cli-tools/pspec.xml + + + kde-cli-tools + + qt5-base + qt5-svg + libX11 + libgcc + kio + kdesu + ki18n + kservice + qt5-x11extras + kcompletion + kcoreaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + kcmutils + kconfig + kdeclarative + kactivities + plasma-workspace + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc - System.Service + System.Package + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + - 2021-05-21 - 2.7 + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kscreenlocker + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Library and components for secure lock screen architecture. + Library and components for secure lock screen architecture. + mirrors://kde/stable/plasma/5.25.4/kscreenlocker-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + libX11-devel + libxcb-devel + kcrash-devel + ki18n-devel + knotifications-devel + kwindowsystem-devel + kxmlgui-devel + solid-devel + kglobalaccel-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + kdoctools-devel + kidletime-devel + kdeclarative-devel + kcmutils-devel + kwayland-devel + libXi-devel + ktextwidgets-devel + pam-devel + libseccomp-devel + plasma-framework-devel + extra-cmake-modules + ConsoleKit-devel + wayland-protocols-devel + xcb-util-keysyms-devel + wayland-devel + wayland-client + wayland-server + wayland-cursor + libXcursor-devel + layer-shell-qt-devel + plasma-wayland-protocols + + desktop/kde/plasma/kscreenlocker/pspec.xml + + + kscreenlocker + + pam + libXi + qt5-base + libgcc + ki18n + kcrash + libX11 + libxcb + kconfig + kcmutils + kxmlgui + kpackage + kwayland + kidletime + kcoreaddons + kdeclarative + kglobalaccel + kwindowsystem + libseccomp + qt5-x11extras + kconfigwidgets + knotifications + wayland-client + wayland-server + ktextwidgets + qt5-declarative + layer-shell-qt + xcb-util-keysyms + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kscreenlocker-devel + Development files for kscreenlocker + + qt5-base-devel + qt5-x11extras-devel + layer-shell-qt-devel + kscreenlocker + + + /usr/include + /usr/lib/cmake + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-29 + 5.12.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksysguard + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE system monitor + KDE5 system monitor daemon and service. + https://download.kde.org/stable/ksysguard/5.22.0/ksysguard-5.22.0.tar.xz + + libnl-devel + networkmanager-qt-devel + libpcap-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kitemviews-devel + knewstuff-devel + knotifications-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + libksysguard-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + lm_sensors-devel + plasma-framework-devel + qt5-base-devel + docbook-xsl + extra-cmake-modules + qt5-location-devel + qt5-webkit-devel + NetworkManager-devel + + desktop/kde/plasma/ksysguard/pspec.xml + + + ksysguard + + libpcap + icon-theme-hicolor + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + ki18n + kiconthemes + kio + kitemviews + knewstuff + knotifications + kwidgetsaddons + kwindowsystem + kxmlgui + libgcc + libksysguard + lm_sensors + qt5-base + xdg-utils + libnl + networkmanager-qt + qt5-location + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-04 + 5.22.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-04 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-07 + 5.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kactivitymanagerd + https://www.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.plasma + Core components for the KDE Activity concept. + System service to manage user's activities, track the usage patterns etc. + mirrors://kde/stable/plasma/5.25.4/kactivitymanagerd-5.25.4.tar.xz + + extra-cmake-modules + boost-devel + qt5-base-devel + kdbusaddons-devel + ki18n-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + kconfig-devel + kcoreaddons-devel + kwindowsystem-devel + kglobalaccel-devel + kxmlgui-devel + kio-devel + kcrash-devel + + desktop/kde/plasma/kactivitymanagerd/pspec.xml + + + kactivitymanagerd + Core components for the KDE Activity concept. + + kio + ki18n + kcrash + kconfig + kxmlgui + kservice + qt5-base + kcoreaddons + kdbusaddons + kglobalaccel + kwindowsystem + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + /usr/share/kservices5 + /usr/share/kservicetypes5 + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kinfocenter + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 info center + KDE5 Utility that provides information about a computer system. + mirrors://kde/stable/plasma/5.25.4/kinfocenter-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdeclarative-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kpackage-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + libraw1394-devel + libX11-devel + mesa-glu-devel + mesa-devel + pciutils-devel + plasma-framework-devel + solid-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kwayland-devel + kdesignerplugin + docbook-xsl + extra-cmake-modules + kirigami-devel + libglvnd-devel + system-settings + vulkan-tools + wayland-utils + util-linux + libusb-devel + mesa-demos + mesa-utils + fwupd-devel + xorg-app-devel + + desktop/kde/plasma/kinfocenter/pspec.xml + + + kinfocenter + + kcmutils + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdeclarative + ki18n + kiconthemes + kio + kservice + kwayland + kwidgetsaddons + kxmlgui + kcrash + libraw1394 + libX11 + mesa-glu + mesa + pciutils + kwindowsystem + qt5-base + qt5-declarative + solid + libglvnd + kirigami + system-settings + wayland-utils + libgcc + libusb + mesa-demos + mesa + mesa-utils + mesa-demos + fwupd + vulkan-tools + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/about-distro + + + kcm-about-distrorc + pisilinux.svg + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-22 + 5.25.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksystemstats + https://kde.org/plasma-desktop/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + KSystemStats is a daemon that collects statistics about the running system + KSystemStats is a daemon that collects statistics about the running system + KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. + KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. + https://download.kde.org/stable/plasma/5.25.4/ksystemstats-5.25.4.tar.xz + + kio-devel + eudev-devel + ki18n-devel + libnl-devel + solid-devel + libgcc + qt5-base-devel + lm_sensors-devel + kcoreaddons-devel + kdbusaddons-devel + libksysguard-devel + kiconthemes-devel + libnsl-devel + libtirpc-devel + NetworkManager-devel + networkmanager-qt-devel + extra-cmake-modules + + desktop/kde/plasma/ksystemstats/pspec.xml + + + ksystemstats + + kio + eudev + ki18n + libnl + solid + libgcc + qt5-base + lm_sensors + kcoreaddons + kdbusaddons + libksysguard + networkmanager-qt + + + /usr/bin + /usr/lib + /usr/share/dbus-1 + /usr/share/locale + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 5.22.1 + First release. + Pisi Linux Admins + admin@pisilinux.org + + + + + + system-settings + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 system settings manager + System-settings is a control panel for KDE5 Plasma + mirrors://kde/stable/plasma/5.25.4/systemsettings-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-graphicaleffects + qt5-quickcontrols2-devel + kconfig-devel + kdbusaddons-devel + kdeclarative-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kpackage-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kdoctools-devel + kio-devel + kauth-devel + khtml-devel + kcmutils-devel + docbook-xsl + kactivities-devel + kactivities-stats-devel + kirigami-devel + kguiaddons-devel + extra-cmake-modules + kitemmodels-devel + kcrash-devel + plasma-workspace-devel + + desktop/kde/plasma/system-settings/pspec.xml + + + system-settings + + qt5-base + qt5-declarative + kauth + kcrash + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + kcmutils + kconfig + kdbusaddons + khtml + ki18n + kiconthemes + kio + kitemviews + kservice + kwindowsystem + kxmlgui + kpackage + kactivities + kdeclarative + kitemmodels + kactivities-stats + plasma-workspace + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-27 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdecorations + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + Plugin based library to create window decorations + Plugin based library to create window decorations + mirrors://kde/stable/plasma/5.25.4/kdecoration-5.25.4.tar.xz + + qt5-base-devel + ki18n-devel + extra-cmake-modules + kcoreaddons-devel + + desktop/kde/plasma/kdecorations/pspec.xml + + + kdecorations + + qt5-base + ki18n + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdecorations-devel + Development files for kdecorations + + kdecorations + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-04 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-workspace-wallpapers + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.plasma + The KDE Plasma Workspace Components + The KDE Plasma Workspace Components + mirrors://kde/stable/plasma/5.25.4/plasma-workspace-wallpapers-5.25.4.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz + https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz + https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/plasma/plasma-workspace-wallpapers/pspec.xml + + + plasma-workspace-wallpapers + + qt5-base + plasma-workspace-wallpapers-pisilinux + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + plasma-workspace-wallpapers-pisilinux + + /usr/share/wallpapers/sweet-cat + /usr/share/wallpapers/pisilinux-blue + /usr/share/wallpapers/pisi-crocus-ancyrensis + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-10 + 5.16.5 + Rebuild Pisilinux-blue. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + oxygen + https://projects.kde.org/projects/kde/workspace/oxygen + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL + desktop.kde.plasma + KDE Oxygen style + KDE Oxygen style + mirrors://kde/stable/plasma/5.25.4/oxygen-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + kcmutils-devel + frameworkintegration-devel + kcompletion-devel + kconfig-devel + kguiaddons-devel + ki18n-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + cairo-devel + libxcb-devel + kwayland-devel + gtk3-devel + kdoctools-devel + kdecorations-devel + plasma-workspace-devel + extra-cmake-modules + + desktop/kde/plasma/oxygen/pspec.xml + + + oxygen + + ki18n + libgcc + libxcb + kconfig + qt5-base + qt5-declarative + kguiaddons + kcompletion + kcoreaddons + kdecorations + kwindowsystem + qt5-x11extras + kconfigwidgets + kwidgetsaddons + kwayland + frameworkintegration + kcmutils + + + /usr/bin/ + /usr/lib + /usr/share/color-schemes + /usr/share/sounds + /usr/share/icons + /usr/share/locale + /usr/share/plasma + /usr/share/kstyle + /usr/share/kservices5 + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-pa + https://projects.kde.org/plasma-pa + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Plasma applet for audio volume management using PulseAudio. + Plasma applet for audio volume management using PulseAudio. + mirrors://kde/stable/plasma/5.25.4/plasma-pa-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + pulseaudio-libs-devel + kconfigwidgets-devel + kcoreaddons-devel + kdeclarative-devel + plasma-framework-devel + kdoctools-devel + kglobalaccel-devel + ki18n-devel + glib2-devel + gconf-devel + libcanberra-devel + docbook-xsl + extra-cmake-modules + kirigami-devel + knotifications-devel + sound-theme-freedesktop + + desktop/kde/plasma/plasma-pa/pspec.xml + + + plasma-pa + + qt5-base + kdeclarative + libgcc + ki18n + kcoreaddons + kglobalaccel + qt5-declarative + gconf + glib2 + libcanberra + pulseaudio-libs + knotifications + sound-theme-freedesktop + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-02 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + layer-shell-qt + https://kde.org/plasma-desktop/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + Qt component to allow applications to make use of the Wayland wl-layer-shell protocol + Qt component to allow applications to make use of the Wayland wl-layer-shell protocol + Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni + Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni + https://download.kde.org/stable/plasma/5.25.4/layer-shell-qt-5.25.4.tar.xz + + wayland-devel + wayland-client + wayland-cursor + wayland-server + qt5-wayland-devel + qt5-base-devel + extra-cmake-modules + wayland-protocols-devel + qt5-declarative-devel + + desktop/kde/plasma/layer-shell-qt/pspec.xml + + + layer-shell-qt + + libgcc + qt5-base + qt5-wayland + wayland-client + + + /usr/lib + /usr/share/doc + + + + layer-shell-qt-devel + Development files for layer-shell-qt + + layer-shell-qt + + + /usr/include + /usr/lib/cmake + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 5.22.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + powerdevil + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE power manager module + KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings + mirrors://kde/stable/plasma/5.25.4/powerdevil-5.25.4.tar.xz + + qt5-base-devel + qt5-x11extras-devel + kdoctools-devel + kidletime-devel + libxcb-devel + eudev-devel + kactivities-devel + kauth-devel + kconfig-devel + kdbusaddons-devel + kirigami-devel + kglobalaccel-devel + kio-devel + knotifyconfig-devel + kwayland-devel + libkscreen-devel + networkmanager-qt-devel + solid-devel + kdesignerplugin + kinit-devel + kunitconversion-devel + kitemmodels-devel + kemoticons-devel + docbook-xsl + plasma-workspace-devel + extra-cmake-modules + ki18n-devel + bluez-qt-devel + kcrash-devel + knotifications-devel + NetworkManager-devel + + desktop/kde/plasma/powerdevil/pspec.xml + + + powerdevil + + qt5-base + kidletime + libgcc + libxcb + eudev + plasma-workspace + kio + kauth + kcrash + ki18n + solid + kconfig + kxmlgui + kirigami + kservice + kwayland + qt5-x11extras + libkscreen + kactivities + kcompletion + kcoreaddons + kdbusaddons + kglobalaccel + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + networkmanager-qt + bluez-qt + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.10.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksshaskpass + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + ssh-add helper that uses kwallet and kpassworddialog + ssh-add helper that uses kwallet and kpassworddialog + mirrors://kde/stable/plasma/5.25.4/ksshaskpass-5.25.4.tar.xz + + qt5-base-devel + kdoctools-devel + kcoreaddons-devel + ki18n-devel + kwallet-devel + kwidgetsaddons-devel + libxslt + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/ksshaskpass/pspec.xml + + + ksshaskpass + + qt5-base + libgcc + kcoreaddons + kwidgetsaddons + ki18n + kwallet + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + ksshaskpass.sh + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-systemmonitor + https://kde.org/plasma-desktop/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + An interface for monitoring system sensors, process information and other system resources + Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz + Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz + Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz + https://download.kde.org/stable/plasma/5.25.4/plasma-systemmonitor-5.25.4.tar.xz + + cmake + libgcc + kio-devel + ksystemstats + ki18n-devel + kconfig-devel + kservice-devel + qt5-base-devel + kirigami-devel + knewstuff-devel + kcoreaddons-devel + kdbusaddons-devel + kitemmodels-devel + kiconthemes-devel + kdeclarative-devel + kglobalaccel-devel + qqc2-desktop-style + extra-cmake-modules + qt5-declarative-devel + qt5-quickcontrols2-devel + libksysguard-devel + + desktop/kde/plasma/plasma-systemmonitor/pspec.xml + + + plasma-systemmonitor + + kio + ki18n + libgcc + kconfig + kservice + qt5-base + knewstuff + kcoreaddons + kdbusaddons + kitemmodels + kiconthemes + kdeclarative + kglobalaccel + libksysguard + kwindowsystem + qt5-declarative + qt5-quickcontrols2 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/config.kcfg + /usr/share/plasma-systemmonitor + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + breeze + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 Plasma artwork + Artwork, styles and assets for the Breeze visual style for the Plasma Desktop + mirrors://kde/stable/plasma/5.25.4/breeze-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + libxcb-devel + qt5-x11extras-devel + frameworkintegration-devel + kdecorations-devel + kcoreaddons-devel + ki18n-devel + kcmutils-devel + kwindowsystem-devel + kconfig-devel + kpackage-devel + kwayland-devel + plasma-framework-devel + kconfigwidgets-devel + kwidgetsaddons-devel + extra-cmake-modules + breeze-icons + fftw3-devel + kiconthemes-devel + kguiaddons-devel + kirigami-devel + + desktop/kde/plasma/breeze/pspec.xml + + + breeze-style + + qt5-base + qt5-declarative + libgcc + kconfig + kirigami + kguiaddons + kcoreaddons + kconfigwidgets + kwidgetsaddons + qt5-x11extras + libxcb + frameworkintegration + kcmutils + kcoreaddons + ki18n + kwindowsystem + kwayland + kiconthemes + breeze-icons + kdecorations + + + /usr/bin + /usr/lib/kconf_update_bin + /usr/lib/qt5 + /usr/lib/libbreezecommon5.so* + /usr/lib/cmake/Breeze/BreezeConfigVersion.cmake + /usr/lib/cmake/Breeze/BreezeConfig.cmake + /usr/share/color-schemes + /usr/share/doc + /usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz + /usr/share/kconf_update + /usr/share/metainfo/org.kde.breezedark.desktop.appdata.xml + /usr/share/metainfo/org.kde.breezetwilight.desktop.appdata.xml + /usr/share/kservices5 + /usr/share/kstyle + /usr/share/locale + /usr/share/plasma + /usr/share/QtCurve + + + + breeze-cursors + + breeze-style + + + /usr/share/icons/breeze_cursors + /usr/share/icons/Breeze_Snow + + + + breeze-wallpapers + + breeze-style + + + /usr/share/wallpapers/Next + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-02 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-nm + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Plasma applet written in QML for managing network connections + Plasma applet written in QML for managing network connections + mirrors://kde/stable/plasma/5.25.4/plasma-nm-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-designer + libgcc + networkmanager-qt-devel + modemmanager-qt-devel + ModemManager-devel + kcompletion-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdeclarative-devel + ki18n-devel + kiconthemes-devel + kio-devel + kitemviews-devel + knotifications-devel + kservice-devel + kwallet-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + solid-devel + openconnect-devel + kdoctools-devel + NetworkManager-devel + mobile-broadband-provider-info + extra-cmake-modules + plasma-framework-devel + kdesignerplugin + kinit-devel + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + qca2-qt5-devel + prison-devel + kirigami-devel + openconnect-devel + libproxy-devel + + desktop/kde/plasma/plasma-nm/pspec.xml + + + plasma-nm + + qt5-base + qca2-qt5 + kdeclarative + openconnect + kio + libproxy + networkmanager-qt + modemmanager-qt + ki18n + solid + kconfig + kwallet + kxmlgui + kservice + prison + kirigami + kitemviews + openconnect + qt5-declarative + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + NetworkManager + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-20 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-30 + 5.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + breeze-gtk + https://quickgit.kde.org/?p=breeze-gtk.git + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.plasma + Breeze widget theme for GTK 2 and 3 + Breeze widget theme for GTK 2 and 3 + mirrors://kde/stable/plasma/5.25.4/breeze-gtk-5.25.4.tar.xz + + sassc + cairo-devel + gdk-pixbuf-devel + python-cairo-devel + python3-cairo-devel + extra-cmake-modules + libsass-devel + gtk2-engines-murrine + breeze-style + qt5-base-devel + + desktop/kde/plasma/breeze-gtk/pspec.xml + + + breeze-gtk + Breeze widget theme for GTK 2 and 3 + + qt5-base + + + /usr/share/kconf_update + /usr/share/themes + /usr/share/doc + /usr/lib/kconf_update_bin + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + khotkeys + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 hotkey daemon + KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures. + mirrors://kde/stable/plasma/5.25.4/khotkeys-5.25.4.tar.xz + + libX11-devel + qt5-base-devel + qt5-x11extras-devel + kdoctools-devel + kconfig-devel + kservice-devel + kcompletion-devel + kcoreaddons-devel + ktextwidgets-devel + kwindowsystem-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcmutils-devel + kauth-devel + kpackage-devel + kdbusaddons-devel + kdelibs4-support-devel + kglobalaccel-devel + ki18n-devel + kio-devel + kxmlgui-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + plasma-framework-devel + plasma-workspace-devel + libXtst-devel + docbook-xsl + kjobwidgets-devel + extra-cmake-modules + + desktop/kde/plasma/khotkeys/pspec.xml + + + khotkeys + + qt5-base + kconfig + libgcc + libX11 + kservice + qt5-x11extras + kcompletion + kcoreaddons + ktextwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons + kdbusaddons + kdelibs4-support + kglobalaccel + ki18n + kio + kxmlgui + libXtst + kjobwidgets + plasma-workspace + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-vault + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde.plasma + Plasma applet and services for creating encrypted vaults + Plasma applet and services for creating encrypted vaults + Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri + Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri + https://download.kde.org/stable/plasma/5.25.4/plasma-vault-5.25.4.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + networkmanager-qt-devel + kwidgetsaddons-devel + kactivities-devel + kconfigwidgets-devel + libksysguard-devel + kdbusaddons-devel + kconfig-devel + kcoreaddons-devel + plasma-framework-devel + kio-devel + ki18n-devel + encfs + kirigami-devel + kiconthemes-devel + NetworkManager-devel + + desktop/kde/plasma/plasma-vault/pspec.xml + + + plasma-vault + util.crypt + + qt5-base + kwidgetsaddons + kactivities + kconfigwidgets + libksysguard + kdbusaddons + kconfig + kcoreaddons + plasma-framework + kio + ki18n + libgcc + encfs + kirigami + networkmanager-qt + + + /usr/lib/qt5 + /usr/share + /usr/share/locale + /usr/share/kservices5 + /usr/share/plasma + /usr/share/metainfo + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-20 + 5.14.3 + move to util.crypt partof. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-12 + 5.14.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-19 + 5.11.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + milou + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDedicated search application built on top of Baloo + Dedicated search application built on top of Baloo + mirrors://kde/stable/plasma/5.25.4/milou-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-script + kdoctools-devel + kdeclarative-devel + ki18n-devel + krunner-devel + plasma-framework-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + extra-cmake-modules + kitemmodels-devel + + desktop/kde/plasma/milou/pspec.xml + + + milou + + qt5-base + qt5-declarative + krunner + libgcc + kconfig + kservice + kcoreaddons + kitemmodels + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kgamma5 + https://projects.kde.org/kgamma5 + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Adjust your monitor's gamma settings. + Adjust your monitor's gamma settings. + mirrors://kde/stable/plasma/5.25.4/kgamma5-5.25.4.tar.xz + + qt5-base-devel + qt5-x11extras-devel + libX11-devel + kdoctools-devel + kconfig-devel + kconfigwidgets-devel + ki18n-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libXxf86vm-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/kgamma5/pspec.xml + + + kgamma5 + + qt5-base + kconfig + libgcc + libX11 + ki18n + kcoreaddons + kconfigwidgets + libXxf86vm + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + sddm-kcm + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + app:console + desktop.misc + KDE5 Config Module for SDDM + KDE5 Config Module for SDDM + mirrors://kde/stable/plasma/5.25.4/sddm-kcm-5.25.4.tar.xz + + kcoreaddons-devel + kdoctools-devel + kconfigwidgets-devel + karchive-devel + kauth-devel + libX11-devel + kxmlgui-devel + ki18n-devel + kcmutils-devel + kdeclarative-devel + qt5-base-devel + kio-devel + qt5-declarative-devel + qt5-x11extras-devel + kconfig-devel + mesa-devel + docutils + libXcursor-devel + xcb-util-image-devel + extra-cmake-modules + knewstuff-devel + libxcb-devel + + desktop/kde/plasma/sddm-kcm/pspec.xml + + + sddm-kcm + + kcoreaddons + sddm + karchive + libX11 + kconfigwidgets + kauth + knewstuff + ki18n + kcmutils + kdeclarative + qt5-base + kio + libXcursor + kconfig + qt5-x11extras + qt5-declarative + kwidgetsaddons + + + /etc/dbus-1/system.d + /usr/share/dbus-1/system-services + /usr/share/kservices5 + /usr/share/ + /etc/xdg/sddmtheme.knsrc + /usr/share/polkit-1/actions + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5/plugins + /usr/lib/libexec/kauth + /usr/lib + /usr/share/doc + + + + + 2022-08-09 + 5.25.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-05 + 5.11.2 + move to desktop.misc. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kscreen + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Provides the interface and basic tools for the KDE workspace + Provides the interface and basic tools for the KDE workspace + mirrors://kde/stable/plasma/5.25.4/kscreen-5.25.4.tar.xz + + qt5-base-devel + qt5-sensors-devel + qt5-graphicaleffects + qt5-declarative-devel + kglobalaccel-devel + libkscreen-devel + kconfigwidgets-devel + kdbusaddons-devel + ki18n-devel + kwidgetsaddons-devel + kconfig-devel + kdoctools-devel + kxmlgui-devel + kiconthemes-devel + mesa-devel + extra-cmake-modules + plasma-framework-devel + kdeclarative-devel + kcmutils-devel + qt5-x11extras-devel + libXi-devel + + desktop/kde/plasma/kscreen/pspec.xml + + + kscreen + + qt5-base + qt5-sensors + libgcc + libkscreen + qt5-declarative + kconfig + kcoreaddons + kglobalaccel + kconfigwidgets + kwidgetsaddons + kdbusaddons + ki18n + kxmlgui + kdeclarative + kcmutils + plasma-framework + qt5-x11extras + libXi + libX11 + libxcb + + + /usr/share + /etc/xdg + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-12 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwrited + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 daemon listening for wall and write messages + KDE5 daemon listening for wall and write messages + mirrors://kde/stable/plasma/5.25.4/kwrited-5.25.4.tar.xz + + qt5-base-devel + ki18n-devel + kdoctools-devel + kcoreaddons-devel + knotifications-devel + kpty-devel + kdbusaddons-devel + extra-cmake-modules + + desktop/kde/plasma/kwrited/pspec.xml + + + kwrited + + qt5-base + kpty + libgcc + kcoreaddons + knotifications + kdbusaddons + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 5.14.3 + Rebuild kdelibs4 remove. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-integration + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 Plasma artwork + Artwork, styles and assets for the Breeze visual style for the Plasma Desktop + mirrors://kde/stable/plasma/5.25.4/plasma-integration-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + kxmlgui-devel + qt5-x11extras-devel + qt5-quickcontrols2-devel + libxcb-devel + noto-fonts + breeze-style + libXcursor-devel + kcompletion-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kwayland-devel + kconfig-devel + kguiaddons-devel + kio-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + extra-cmake-modules + libX11-devel + kiconthemes-devel + knotifications-devel + kwidgetsaddons-devel + kio-devel + kjobwidgets-devel + kwindowsystem-devel + qqc2-desktop-style + qt5-wayland-devel + wayland-client + wayland-server + wayland-cursor + wayland-devel + plasma-wayland-protocols + + desktop/kde/plasma/plasma-integration/pspec.xml + + + plasma-integration + + qt5-base + kxmlgui + qt5-x11extras + qt5-quickcontrols2 + qt5-wayland + qt5-declarative + libXcursor + kcompletion + kcoreaddons + ki18n + kiconthemes + kwayland + kconfig + kguiaddons + kio + kwindowsystem + kcoreaddons + kconfigwidgets + kwidgetsaddons + knotifications + kwidgetsaddons + kjobwidgets + knotifications + breeze-style + libgcc + libxcb + wayland-client + + + /usr/bin + /usr/share/kconf_update + /usr/lib/qt5 + /usr/share/doc + /usr/share/locale + + + + plasma-integration-devel + Development files for plasma-integration + + plasma-integration + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + discover + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.plasma + KDE and Plasma resources management GUI + KDE and Plasma resources management GUI + mirrors://kde/stable/plasma/5.25.4/discover-5.25.4.tar.xz + + kio-devel + fwupd-devel + attica-devel + karchive-devel + kconfig-devel + kservice-devel + discount-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + ki18n-devel + kitemmodels-devel + knotifications-devel + kxmlgui-devel + kdeclarative-devel + plasma-framework-devel + knewstuff-devel + extra-cmake-modules + kirigami-devel + kcmutils-devel + kidletime-devel + kuserfeedback-devel + appstream-qt5-devel + qt5-svg-devel + flatpak-devel + qt5-base-devel + qt5-x11extras-devel + qt5-declarative-devel + + desktop/kde/plasma/discover/pspec.xml + + + discover + + qt5-base + qt5-x11extras + kdeclarative + kio + fwupd + glib2 + attica + kconfig + kservice + kcmutils + kconfig + kitemmodels + kcoreaddons + kdbusaddons + kconfigwidgets + knotifications + kwidgetsaddons + ki18n + kcrash + kxmlgui + kidletime + kwindowsystem + qt5-declarative + knewstuff + appstream-qt5 + + + /etc + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share + /usr/share/locale + + + + discover-plugin-flatpak + hardware.virtualization + + discover + glib2 + flatpak + appstream-qt5 + qt5-base + ki18n + kconfig + kcoreaddons + gnupg + + + /usr/lib/qt5/plugins/discover-notifier/FlatpakNotifier.so + /usr/lib/qt5/plugins/discover/flatpak-backend.so + /usr/share/applications/org.kde.discover-flatpak + /usr/share/libdiscover/categories/flatpak-backend-categories.xml + /usr/share/metainfo/org.kde.discover.flatpak.appdata.xml + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-23 + 5.25.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-15 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-20 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-19 + 5.14.3 + Rebuild for flatpak-1.1.0. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-03 + 5.14.1 + discover-flatpak. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-18 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libksysguard + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Task management and system monitoring library + Task management and system monitoring library + mirrors://kde/stable/plasma/5.25.4/libksysguard-5.25.4.tar.xz + + qt5-base-devel + qt5-script-devel + qt5-webkit-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-designer-devel + qt5-declarative-devel + kio-devel + solid-devel + kglobalaccel-devel + kpackage-devel + kjobwidgets-devel + kdeclarative-devel + kauth-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kdoctools-devel + libX11-devel + libXres-devel + zlib-devel + libnsl-devel + libnl-devel + libcap-devel + knewstuff-devel + plasma-framework-devel + extra-cmake-modules + attr-devel + pam-devel + libpcap-devel + lm_sensors-devel + + desktop/kde/plasma/libksysguard/pspec.xml + + + libksysguard + + kio + solid + libpcap + kservice + kglobalaccel + qt5-webengine + qt5-webchannel + qt5-base + qt5-declarative + kpackage + kjobwidgets + kdeclarative + libX11 + libgcc + zlib + libXres + qt5-webkit + qt5-x11extras + kwindowsystem + kconfigwidgets + kwidgetsaddons + kconfig + kauth + kcoreaddons + ki18n + libnsl + libcap + libnl + lm_sensors + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libksysguard-devel + Development files for libksysguard + + libksysguard + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-sdk + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde.plasma + Applications useful for Plasma development + Applications useful for Plasma development + mirrors://kde/stable/plasma/5.25.4/plasma-sdk-5.25.4.tar.xz + + qt5-base-devel + qt5-webkit-devel + qt5-svg-devel + qt5-declarative + karchive-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdeclarative-devel + ki18n-devel + kiconthemes-devel + kio-devel + knewstuff-devel + kparts-devel + plasma-framework-devel + kservice-devel + ktexteditor-devel + kwidgetsaddons-devel + kxmlgui-devel + kitemmodels-devel + kxmlgui-devel + kwindowsystem-devel + extra-cmake-modules + kdoctools-devel + kirigami-devel + + desktop/kde/plasma/plasma-sdk/pspec.xml + + + plasma-sdk + + qt5-base + ktexteditor + plasma-framework + kio + libgcc + ki18n + kconfig + karchive + kpackage + kservice + qt5-declarative + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kdeclarative + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + bluedevil + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE 5 Bluetooth Stack + Integrate the Bluetooth technology within KDE workspace and applications + mirrors://kde/stable/plasma/5.25.4/bluedevil-5.25.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + shared-mime-info + plasma-framework-devel + bluez-qt-devel + kded-devel + kio-devel + ki18n-devel + kconfig-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + kconfigwidgets-devel + kwindowsystem-devel + knotifications-devel + kwidgetsaddons-devel + kirigami-devel + bluez-qt-devel + kdeclarative-devel + extra-cmake-modules + fwupd-devel + + desktop/kde/plasma/bluedevil/pspec.xml + + + bluedevil + + qt5-base + libgcc + bluez-qt + kio + ki18n + kconfig + kdeclarative + qt5-declarative + kcoreaddons + kdbusaddons + knotifications + kwindowsystem + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-22 + 5.25.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkscreen + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE5 screen management library + Dynamic display management library for KDE + mirrors://kde/stable/plasma/5.25.4/libkscreen-5.25.4.tar.xz + + qt5-base-devel + qt5-wayland-devel + qt5-x11extras-devel + libxcb-devel + doxygen + kwayland-devel + xcb-util-devel + xcb-util-image-devel + xcb-util-keysyms-devel + libXcursor-devel + libXrandr-devel + kwayland-devel + wayland-devel + wayland-client + wayland-cursor + wayland-server + extra-cmake-modules + plasma-wayland-protocols + + desktop/kde/plasma/libkscreen/pspec.xml + + + libkscreen + + qt5-base + qt5-wayland + kwayland + libXrandr + libxcb + libgcc + wayland + wayland-client + wayland-cursor + wayland-server + qt5-x11extras + + + /etc/xdg + /usr/bin/kscreen-doctor + /usr/lib/qt5 + /usr/lib + /usr/share/qlogging-categories5/libkscreen.categories + /usr/share/doc + /usr/share/dbus-1 + + + + libkscreen-devel + Development files for libkscreen + + libkscreen + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + xdg-desktop-portal-kde + https://download.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.plasma + A backend implementation for xdg-desktop-portal using Qt/KF5 + A backend implementation for xdg-desktop-portal using Qt/KF5 + A backend implementation for xdg-desktop-portal using Qt/KF5 + A backend implementation for xdg-desktop-portal using Qt/KF5 + https://download.kde.org/stable/plasma/5.25.4/xdg-desktop-portal-kde-5.25.4.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kdeclarative-devel + kirigami-devel + plasma-framework-devel + kconfig-devel + kcoreaddons-devel + kwidgetsaddons-devel + kwayland-devel + wayland-devel + wayland-client + wayland-server + wayland-cursor + libepoxy-devel + ki18n-devel + kio-devel + cups-devel + pipewire-devel + knotifications-devel + wayland-protocols-devel + plasma-wayland-protocols + kiconthemes-devel + + desktop/kde/plasma/xdg-desktop-portal-kde/pspec.xml + + + xdg-desktop-portal-kde + + ki18n + kio + mesa + libgcc + kservice + kwayland + libepoxy + pipewire + kconfig + kwindowsystem + qt5-base + kcoreaddons + kitemviews + knotifications + kwidgetsaddons + wayland-client + kiconthemes + qt5-declarative + kdeclarative + kirigami + + + /usr/lib + /usr/share/dbus-1 + /usr/share + /usr/share/doc + /usr/share/locale + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-25 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-26 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-10 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 5.10.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + kwallet-pam + https://projects.kde.org/kwallet-pam + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KWallet PAM integration. + KWallet PAM integration. + mirrors://kde/stable/plasma/5.25.4/kwallet-pam-5.25.4.tar.xz + + socat + pam-devel + kwallet-devel + libgcrypt-devel + extra-cmake-modules + qt5-base-devel + + desktop/kde/plasma/kwallet-pam/pspec.xml + + + kwallet-pam + + pam + socat + qt5-base + libgcrypt + + + /etc/xdg/autostart + /lib + /usr/lib + /usr/share/doc + + + + + 2022-08-02 + 5.25.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 5.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 5.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 5.25.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-18 + 5.25.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 5.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 5.24.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-04 + 5.23.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.23.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.23.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 5.23.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 5.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-14 + 5.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 5.22.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.22.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 5.22.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 5.22.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 5.21.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-17 + 5.21.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-10 + 5.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-11 + 5.20.4 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2020-09-01 + 5.19.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 5.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-09 + 5.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.18.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 5.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 5.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.16.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-31 + 5.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.16.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-15 + 5.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-27 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-21 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.14.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 5.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.12.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-13 + 5.12.5 + add socat for dependency. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-14 + 5.12.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-23 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-06 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 5.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 5.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-02 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 5.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-13 + 5.10.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 5.10.2 + version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-01 + 5.8.5 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-01 + 5.8.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-03 + 5.8.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-20 + 5.8.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 5.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-30 + 5.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + plasma-applet-thermal-monitor + https://github.com/kotelnik/plasma-applet-thermal-monitor + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors. + Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend). + https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.9.tar.gz + + extra-cmake-modules + plasma-workspace-devel + qt5-base-devel + qt5-graphicaleffects + + desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml + + + plasma-applet-thermal-monitor + Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors. + + plasma-workspace + qt5-base + qt5-graphicaleffects + + + /usr/share + /usr/share/locale + /usr/share/kservices5 + /usr/share/plasma + /usr/share/metainfo + /usr/share/doc + + + + + 2019-04-20 + 1.2.9 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.2.7 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-13 + 1.2.7 First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + plasma-applet-rssnow + https://github.com/Misenko/rssnow-plasma5-applet + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + Show news from various sources + Show news from various sources + https://github.com/groni/Sources/raw/master/rssnow-plasma5-applet.tar.gz + + extra-cmake-modules + plasma-workspace-devel + qt5-base-devel + + desktop/kde/addon/plasma-applet-rssnow/pspec.xml + + + plasma-applet-rssnow + Show news from various sources + + plasma-workspace + qt5-base + + + /usr/share + /usr/share/kservices5 + /usr/share/plasma + + + + + 2019-04-20 + 1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-13 + 1.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + plasma-applet-system-panel + https://github.com/Musikolo/plasma5-applets-system-panel + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + Plasma5 applet that displays a panel with a set of system actions + Plasma5 applet that displays a panel with a set of system actions + https://github.com/Musikolo/plasma5-applets-system-panel/archive/v1.3.0.tar.gz + + extra-cmake-modules + plasma-workspace-devel + qt5-base-devel + glibc-devel + qt5-declarative-devel + + desktop/kde/addon/plasma-applet-system-panel/pspec.xml + + + plasma-applet-system-panel + Plasma5 applet that displays a panel with a set of system actions + + plasma-workspace + qt5-base + libgcc + + + /usr/share + /usr/lib/qt5 + /usr/share/doc + + + + + 2018-08-11 + 1.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-23 + 1.3 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kde-thumbnailer-epub + http://kde-apps.org/content/show.php/KDE+ePub+Thumbnailer?content=151210 + + Pisi Linux Community + admin@pisilinux.org + + GPLv2 + library + desktop.kde.addon + A KDE thumbnail generator for the ePub file format. + A KDE thumbnail generator for the ePub file format. + https://sourceforge.net/projects/pisilinux/files/source/kde-thumbnailer-epub-1.1.tar.gz + + qt5-base-devel + karchive-devel + kio-devel + extra-cmake-modules + + desktop/kde/addon/kde-thumbnailer-epub/pspec.xml + + + kde-thumbnailer-epub + + qt5-base + kio + karchive + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2018-11-13 + 1.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-08-04 + 1.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-05-23 + 1.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + 2016-03-14 + 1.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + plasma-applet-resources-monitor + https://github.com/kotelnik/plasma-applet-resources-monitor + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. + Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. + https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.6.tar.gz + + extra-cmake-modules + plasma-workspace-devel + qt5-base-devel + qt5-graphicaleffects + + desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml + + + plasma-applet-resources-monitor + Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity. + + plasma-workspace + qt5-base + qt5-graphicaleffects + + + /usr/share + /usr/share/locale + /usr/share/kservices5 + /usr/share/plasma + /usr/share/metainfo + /usr/share/doc + + + + + 2019-04-20 + 1.0.6 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-11-13 + 1.0.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.0.5 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-13 + 1.0.5 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + plasma-applet-weather-widget + https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572 + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + Plasmoid for showing weather information from yr.no and Open Weather Map servers. + Plasmoid for showing weather information from yr.no and Open Weather Map servers. + https://github.com/kotelnik/plasma-applet-weather-widget/archive/v1.6.7.tar.gz + + extra-cmake-modules + plasma-workspace-devel + qt5-base-devel + glibc-devel + + desktop/kde/addon/plasma-applet-weather-widget/pspec.xml + + + plasma-applet-weather-widget + Plasmoid for showing weather information from yr.no and Open Weather Map servers. + + plasma-workspace + qt5-base + qt5-graphicaleffects + + + /usr/share + /usr/lib/qt5 + /usr/share/doc + + + + + 2018-08-11 + 1.6.7 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-11-23 + 1.6.7 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kpeoplevcard + https://github.com/KDE/kpeoplevcard + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.addon + Library to expose vcards to KPeople + KPeople için vCard kitaplığı + Library to expose vcards to KPeople + KPeople için vCard kitaplığı + https://github.com/KDE/kpeoplevcard/archive/v0.1.tar.gz + + ki18n-devel + kcodecs-devel + kpeople-devel + qt5-base-devel + kcontacts-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/addon/kpeoplevcard/pspec.xml + + + kpeoplevcard + + ki18n + kpeople + qt5-base + kcontacts + kcoreaddons + + + /usr/lib + /usr/share + /usr/share/doc + + + + kpeoplevcard-devel + Development files for kpeoplevcard + + kpeoplevcard + + + /usr/lib/cmake + + + + + 2020-02-08 + 0.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-12-08 + 0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + kshutdown + http://kshutdown.sourceforge.net/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.addon + KShutdown is a graphical shutdown utility for Linux + KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications. + https://sourceforge.net/projects/kshutdown/files/KShutdown/4.0/kshutdown-source-4.0.zip + + extra-cmake-modules + ninja + qt5-base-devel + kxmlgui-devel + knotifyconfig-devel + kidletime-devel + + desktop/kde/addon/kshutdown/pspec.xml + + + kshutdown + Shutdown Utility for KDE + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kidletime + kcoreaddons + kdbusaddons + kglobalaccel + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2018-11-13 + 4.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 4.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-09 + 4.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kde-servicemenu-rootactions + http://www.kde-apps.org/content/show.php?content=48411 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.addon + Root actions servicemenu for Dolphin + Dolphin için yetkili kullanıcı eylemleri menüsü + kde-servicemenu-rootactions is an addon for KDE that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager. + kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir. + dolphin + https://sourceforge.net/projects/pisilinux/files/source/rootactions_servicemenu_2.9.1.tar.gz + desktop/kde/addon/kde-servicemenu-rootactions/pspec.xml + + + kde-servicemenu-rootactions + + /usr/bin + /usr/share/kservices5 + /usr/share/doc + + + + + 2018-10-19 + 2.9.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-11 + 2.9.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-28 + 2.9.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-05-23 + 2.9 + Release bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-10 + 2.9 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + snorenotify + https://github.com/KDE/snorenotify + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + app + desktop.kde.addon + Multi-platform Qt5 notification framework + Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac. + http://download.kde.org/stable/snorenotify/0.7.0/src/snorenotify-0.7.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-linguist + qt5-quickcontrols2-devel + qt5-multimedia-devel + qt5-websockets-devel + + desktop/kde/addon/snorenotify/pspec.xml + + + snorenotify + Multi-platform Qt5 notification framework + + libgcc + qt5-base + qt5-multimedia + qt5-websockets + qt5-declarative + + + /usr/bin + /usr/lib/qt5 + /usr/lib/libsnore* + /usr/share/applications + /usr/share/locale + /usr/share/icons + /usr/share/doc + + + + snorenotify-devel + Devel files for snorenotify + + snorenotify + qt5-base-devel + + + /usr/lib/cmake + /usr/include + + + + + 2018-11-13 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 0.7.0 + Release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-24 + 0.7.0 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-02-04 + 0.7.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + plasma-applet-distrowatcher + http://kde-apps.org/content/show.php/Distro+Watcher+?content=157314 + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + app:gui + desktop.kde.addon + Distrowatcher watch the latest Realeases of Linux distributions from Distrowatch + The specific plasmoid displays the latest releases of Linux distributions and packages, as published in distrowatch.com. In order to retrieve the relative data, RSS feeds from distrowatch are being used. + https://github.com/dimkard/distrowatcher/archive/v1.1.tar.gz + + qt5-base-devel + qt5-xmlpatterns-devel + qt5-quickcontrols2-devel + kdelibs4-support-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/addon/plasma-applet-distrowatcher/pspec.xml + + + plasma-applet-distrowatcher + + qt5-base + + + /usr/share + /usr/share/doc + /usr/share/icons + /usr/share/locale + + + + + 2018-11-13 + 1.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 1.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-23 + 1.0.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-03-14 + 1.0.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kmouth + https://apps.kde.org/kmouth/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.accessibility + A speech synthesizer frontend + A speech synthesizer frontend + KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks. + KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks. + kmouth + https://download.kde.org/stable/release-service/21.12.3/src/kmouth-21.12.3.tar.xz + + extra-cmake-modules + kdoctools-devel + ki18n-devel + kio-devel + kxmlgui-devel + qt5-speech-devel + + desktop/kde/accessibility/kmouth/pspec.xml + + + kmouth + + kio + libqaccessibilityclient + icon-theme-hicolor + qt5-speech + + + /usr + /etc + + + + + 2022-04-17 + 21.12.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + kmag + https://apps.kde.org/kmag/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.accessibility + A screen magnifier + A screen magnifier + KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc. + KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc. + kmag + https://download.kde.org/stable/release-service/21.12.3/src/kmag-21.12.3.tar.xz + + extra-cmake-modules + kdoctools-devel + ki18n-devel + kio-devel + kxmlgui-devel + + desktop/kde/accessibility/kmag/pspec.xml + + + kmag + + kio + libqaccessibilityclient + icon-theme-hicolor + + + /usr + + + + + 2022-04-17 + 21.12.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ktp-contact-list + https://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + KDE Telepathy contact list application + KDE Telepathy contact list application + mirrors://kde/stable/release-service/22.04.3/src/ktp-contact-list-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kdbusaddons-devel + kio-devel + kwallet-devel + kcmutils-devel + knotifications-devel + kwindowsystem-devel + knotifyconfig-devel + ki18n-devel + kiconthemes-devel + kxmlgui-devel + kpeople-devel + telepathy-qt5-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + + desktop/kde/applications/ktp-contact-list/pspec.xml + + + ktp-contact-list + KDE Telepathy contact list application + + ki18n + kwallet + libgcc + kconfig + kpeople + kxmlgui + kservice + qt5-base + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kwindowsystem + telepathy-qt5 + kconfigwidgets + knotifications + kwidgetsaddons + ktp-common-internals + + + /usr/bin + /usr/share + /usr/share/dbus-1 + /usr/share/applications + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kidentitymanagement + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + KDE PIM libraries + Library for the KDE-PIM(Personal-Infomation-Management + mirrors://kde/stable/release-service/22.04.3/src/kidentitymanagement-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + kpimtextedit-devel + kio-devel + kcodecs-devel + kconfig-devel + kxmlgui-devel + kcompletion-devel + kcoreaddons-devel + ktextwidgets-devel + kwidgetsaddons-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kpimtextedit-devel + kunitconversion-devel + kpimtextedit-devel + extra-cmake-modules + python-devel + kiconthemes-devel + grantlee-qt5-devel + + desktop/kde/applications/kidentitymanagement/pspec.xml + + + kidentitymanagement + + qt5-base + kpimtextedit + kio + ki18n + libgcc + kcodecs + kconfig + kxmlgui + kiconthemes + kcompletion + kcoreaddons + ktextwidgets + kwidgetsaddons + kpimtextedit + grantlee-qt5 + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kidentitymanagement-devel + Development files for kidentitymanagement + + qt5-base-devel + kpimtextedit-devel + ktextwidgets-devel + kidentitymanagement + + + /etc/xdg + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdegraphics-thumbnailers + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + KDE thumbnailer library + KDE önizleme kitaplıkları + kdegraphics-thumbnailers contains thumbnail-related libraries. + kdegraphics-thumbnailers, önizleme kitaplıklarını içerir. + mirrors://kde/stable/release-service/22.04.3/src/kdegraphics-thumbnailers-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kio-devel + libkdcraw-devel + libkexiv2-devel + kdegraphics-mobipocket-devel + karchive-devel + + desktop/kde/applications/kdegraphics-thumbnailers/pspec.xml + + + kdegraphics-thumbnailers + + kio + libgcc + qt5-base + libkdcraw + libkexiv2 + kdegraphics-mobipocket + karchive + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kbounce + https://www.kde.org/applications/games/kbounce/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Ball bouncing game + Top zıplatma oyunu + KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by walls, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of the active field. The goal of the game is to fill at least 75% of the field and advance to the next level. + KBounce, Volfied'in oynaniş tarzına benzeyen tek kişilik bir bulmaca - macera oyunudur. Oyuncu iki veya daha fazla topun oradan oraya zıpladığı duvarlarla kaplı bir alanda yeni duvarlar inşa ederek ve toplara yakalanmamaya çalışarak aktif alanın en azından %75'ini kapatmaya çalışmaktadır. + kbounce + mirrors://kde/stable/release-service/22.04.3/src/kbounce-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kiconthemes-devel + kcompletion-devel + ktextwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kbounce/pspec.xml + + + kbounce + + kio + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kldap + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + LDAP access API for KDE + Allows LDAP accessing with a convenient Qt style C++ API. + mirrors://kde/stable/release-service/22.04.3/src/kldap-22.04.3.tar.xz + + qt5-base-devel + kcompletion-devel + kdoctools-devel + ki18n-devel + kio-devel + kmbox-devel + kmime-devel + kwallet-devel + openldap-server + cyrus-sasl-devel + extra-cmake-modules + qt5-keychain-devel + kconfig-devel + kcoreaddons-devel + + desktop/kde/applications/kldap/pspec.xml + + + kldap + + qt5-base + kcompletion + kwallet + ki18n + kio + libgcc + cyrus-sasl + openldap-client + kwidgetsaddons + qt5-keychain + kconfig + kcoreaddons + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kldap-devel + Development files for kdelibs4-support + + qt5-base-devel + kldap + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-27 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + khangman + https://www.kde.org/applications/education/khangman/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + KHangMan is a game for kids based on the well-known hangman game + Adam asmaca oyununun çocuklar için uyarlanmış, öğretici versiyonu + KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. + KHangman, adam asmaca olarak bilinen oyunun 6 yaş ve üzeri için uyarlanmış bir uygulamasıdır. Oynamak için seçilebilecek değişik kategoriler ve 3 farklı zorluk seviyesi bulunuyor. + khangman + mirrors://kde/stable/release-service/22.04.3/src/khangman-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + kdeclarative-devel + knewstuff-devel + ki18n-devel + kcrash-devel + kcompletion-devel + kconfig-devel + kcoreaddons-devel + kconfigwidgets-devel + knotifications-devel + kxmlgui-devel + kwidgetsaddons-devel + kio-devel + qt5-svg-devel + qt5-linguist + qt5-declarative-devel + libkeduvocdocument-devel + extra-cmake-modules + + desktop/kde/applications/khangman/pspec.xml + + + khangman + + qt5-base + kdeclarative + knewstuff + ki18n + kwidgetsaddons + kconfig + kcoreaddons + kxmlgui + qt5-declarative + libkeduvocdocument + libgcc + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-10 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdebugsettings + http://projects.kde.org/kdebugsettings + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + An application to enable/disable qCDebug + KDebug control module for KDE. It provides a graphical frontend for the kdebug daemon, which allow enabling or disabling particular debug areas/messages. + mirrors://kde/stable/release-service/22.04.3/src/kdebugsettings-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + ki18n-devel + kguiaddons-devel + kiconthemes-devel + kwidgetsaddons-devel + kitemviews-devel + kcompletion-devel + kio-devel + + desktop/kde/applications/kdebugsettings/pspec.xml + + + kdebugsettings + An application to enable/disable qCDebug + + ki18n + libgcc + kconfig + qt5-base + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/applications + /usr/share/doc + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdiagram + http://www.kde.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Powerful libraries for creating business diagrams + Powerful libraries for creating business diagrams + https://download.kde.org/stable/kdiagram/2.8.0/kdiagram-2.8.0.tar.xz + + extra-cmake-modules + qt5-assistant-devel + qt5-base-devel + qt5-designer-devel + qt5-linguist + qt5-svg-devel + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-odbc + + desktop/kde/applications/kdiagram/pspec.xml + + + kdiagram + Powerful libraries for creating business diagrams + + libgcc + qt5-base + qt5-svg + + + /usr/lib + /usr/lib/qt5 + /usr/share/locale + /usr/share/doc + + + + kdiagram-devel + Development files for kdiagram + + kdiagram + + + /usr/include + /usr/lib/cmake + + + + + 2022-06-21 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 2.8.0 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2021-03-10 + 2.8.0 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-09-13 + 2.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 2.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 2.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 2.6.2 + Version bump + Ertuğrul Erata + muscnsl@gmail.com + + + 2020-02-02 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-09-15 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-14 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-11 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 2.6.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-04-18 + 2.6.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-04 + 2.6.0 + Version no fix. + Kamil Atlı + suvari@pisilinux.org + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-19 + 16.12.0 + Rebuild. + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + dolphin-plugins + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde.sdk + Extra dolphin plugins + Dolphin eklentileri. + This package contains plugins that offer integration in Dolphin with the following version control systems: + Dolphin için VCS (Version Control System) eklentileri. + mirrors://kde/stable/release-service/22.04.3/src/dolphin-plugins-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + dolphin-devel + kio-devel + kdelibs4-support-devel + extra-cmake-modules + + desktop/kde/applications/dolphin-plugins/pspec.xml + + + dolphin-plugins + + qt5-base + dolphin + kio + ki18n + libgcc + kconfig + kxmlgui + kservice + ktexteditor + kwidgetsaddons + kcompletion + kcoreaddons + ktextwidgets + kdelibs4-support + + + /usr/share + /usr/lib + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kwave + http://kwave.sourceforge.net/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.applications + A sound editor for KDE + With Kwave you can record, play back, import and edit many sorts of audio files including multi channel files.Kwave includes some plugins to transform audio files in several ways and presents a graphical view with a complete zoom- and scroll capability. + http://download.kde.org/stable/release-service/22.04.3/src/kwave-22.04.3.tar.xz + + doxygen + extra-cmake-modules + kdoctools-devel + librsvg-devel + qt5-base-devel + qt5-multimedia-devel + kwidgetsaddons-devel + kxmlgui-devel + kio-devel + audiofile-devel + libsamplerate-devel + alsa-lib-devel + flac-devel + libopus-devel + libogg-devel + libvorbis-devel + fftw3-devel + id3lib-devel + libmad-devel + karchive-devel + ktextwidgets-devel + kiconthemes-devel + pulseaudio-libs-devel + + desktop/kde/applications/kwave/pspec.xml + + + kwave + A sound editor for KDE + + kio + flac + fftw3 + ki18n + id3lib + libmad + kcrash + karchive + libgcc + libogg + kconfig + kxmlgui + libopus + alsa-lib + kservice + qt5-base + audiofile + libvorbis + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + libsamplerate + kconfigwidgets + kwidgetsaddons + qt5-multimedia + pulseaudio-libs + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-17 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-09 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + picmi + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Picmi is a single player logic-based puzzle game + Resim çizme bulmacası + Picmi is a single player logic-based puzzle game. The goal is to color cells according to numbers given at the side of the board in order to uncover a hidden pattern or picture. + Picmi, tablonun kenarında verilen sayılar kadar tabla üzerinde nokta koyarak bir resim tamamlama bulmacasıdır. + https://download.kde.org/stable/release-service/22.04.3/src/picmi-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + qt5-declarative-devel + kdoctools-devel + kcoreaddons-devel + kdbusaddons-devel + kdeclarative-devel + ki18n-devel + kio-devel + knewstuff-devel + kxmlgui-devel + libkdegames-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/picmi/pspec.xml + + + picmi + picmi + + ki18n + libgcc + kxmlgui + qt5-svg + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 3.1.0 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + lokalize + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.kde.sdk + Lokalize is the localization tool for KDE and other open source software + Uygulama yerelleştirme yardımcısı. + Lokalize is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). + Lokalize, uygulamalar için kolaylıkla yerelleştirme yapabileceğiniz bir programdır. + mirrors://kde/stable/release-service/22.04.3/src/lokalize-22.04.3.tar.xz + + qt5-base-devel + hunspell-devel + extra-cmake-modules + kdoctools-devel + kio-devel + enchant-devel + kitemviews-devel + ki18n-devel + kross-devel + kparts-devel + sonnet-devel + kconfig-devel + kxmlgui-devel + kcompletion-devel + kcoreaddons-devel + kdbusaddons-devel + ktextwidgets-devel + kconfigwidgets-devel + knotifications-devel + kwidgetsaddons-devel + pkgconfig + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + + desktop/kde/applications/lokalize/pspec.xml + + + lokalize + + qt5-base + kio + kitemviews + ki18n + kross + kparts + libgcc + sonnet + kconfig + kxmlgui + kcompletion + kcoreaddons + kdbusaddons + ktextwidgets + kconfigwidgets + knotifications + kwidgetsaddons + hunspell + + + /etc/xdg + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + okular + http://okular.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + A document viewer + Belge gösterici + Okular is a document viewer. + Okular bir belge göstericidir. + okular + mirrors://kde/stable/release-service/22.04.3/src/okular-22.04.3.tar.xz + + qt5-base-devel + qt5-declarative-devel + kjs-devel + qca2-qt5-devel + tiff-devel + purpose-devel + qt5-phonon-devel + qt5-speech-devel + poppler-qt5-devel + ebook-tools-devel + libkexiv2-devel + kdoctools-devel + threadweaver-devel + kdesignerplugin + khtml-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kactivities-devel + libkscreen-devel + chmlib-devel + kjobwidgets-devel + libspectre-devel + djvu-devel + kpty-devel + kdegraphics-mobipocket-devel + extra-cmake-modules + kirigami-devel + libzip-devel + discount-devel + freetype-devel + qt5-svg-devel + karchive-devel + kwallet-devel + + desktop/kde/applications/okular/pspec.xml + + + okular + app:gui + + qt5-base + qca2-qt5 + tiff + kcrash + libkexiv2 + poppler-qt5 + ebook-tools + libzip + discount + kactivities + libjpeg-turbo + purpose + khtml + kpty + kio + kjs + zlib + ki18n + kparts + libgcc + kcodecs + kconfig + kwallet + kxmlgui + qt5-svg + freetype + karchive + kservice + kbookmarks + kitemviews + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + threadweaver + kwindowsystem + kconfigwidgets + kwidgetsaddons + qt5-declarative + djvu + libspectre + qt5-phonon + chmlib + kjobwidgets + qt5-speech + kdegraphics-mobipocket + qt5-svg + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share + + + + okular-devel + Development files for okular + Okular için geliştirme dosyaları + + okular + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-24 + 17.12.0 + Version bump.okular + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-14 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 17.08.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-24 + 17.04.3 + Version bump. + mustafa cinasal + muscnsl@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-04 + 16.11.90 + Release bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-24 + 16.03.80_20160402 + Release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-02-02 + 16.03.80_20160402 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + incidenceeditor + https://community.kde.org/KDE_PIM + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.applications + KDE PIM incidence editor. + KDE PIM incidence editor. + http://download.kde.org/stable/release-service/22.04.3/src/incidenceeditor-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + akonadi-devel + kcompletion-devel + kjobwidgets-devel + kcoreaddons-devel + kservice-devel + solid-devel + kxmlgui-devel + kitemmodels-devel + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + boost-devel + kmime-devel + kldap-devel + cyrus-sasl-devel + calendarsupport-devel + kidentitymanagement-devel + akonadi-calendar-devel + kcalendarcore-devel + kcontacts-devel + eventviews-devel + kcalutils-devel + kdiagram-devel + kmailtransport-devel + libkdepim-devel + akonadi-mime-devel + akonadi-contacts-devel + pimcommon-devel + kimap-devel + kiconthemes-devel + + desktop/kde/applications/incidenceeditor/pspec.xml + + + incidenceeditor + KDE PIM incidence editor. + + kio + ki18n + kldap + kmime + kimap + libgcc + akonadi + kcodecs + kconfig + kxmlgui + kdiagram + kservice + kcalutils + kcontacts + libkdepim + pimcommon + eventviews + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + kpimtextedit + ktextwidgets + akonadi-mime + kcalendarcore + kconfigwidgets + kmailtransport + kwidgetsaddons + calendarsupport + akonadi-contacts + akonadi-calendar + kidentitymanagement + qt5-base + + + /etc/xdg + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + /usr/share/locale + + + + incidenceeditor-devel + Development files for incidenceeditor. + + incidenceeditor + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-14 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-07 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-10 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-22 + 16.04.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + libkexiv2 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + An Exiv2 wrapper library + Exiv2 sarmalayıcı kitaplığı + libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP. + libkexiv2, EXIF/IPTC ve XMP gibi resim meta bilgilerini düzenlemek için kullanılan Exiv2 kitaplığını sarmalayan bir kitaplıktır. + mirrors://kde/stable/release-service/22.04.3/src/libkexiv2-22.04.3.tar.xz + + extra-cmake-modules + cmake + exiv2-devel + qt5-base-devel + + desktop/kde/applications/libkexiv2/pspec.xml + + + libkexiv2 + + qt5-base + exiv2-libs + libgcc + + + /usr/lib + /usr/bin + /usr/share/qlogging-categories5/libkexiv2.categories + + + + libkexiv2-devel + Development files for libkexiv2 + libkexiv2 için geliştirme dosyaları + + libkexiv2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 17.08.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-search + https://kde.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.applications + Libraries and daemons to implement searching in Akonadi + Libraries and daemons to implement searching in Akonadi + akonadi + mirrors://kde/stable/release-service/22.04.3/src/akonadi-search-22.04.3.tar.xz + + qt5-base-devel + kcrash-devel + kconfig-devel + ki18n-devel + akonadi-devel + kcontacts-devel + kmime-devel + kjobwidgets-devel + kservice-devel + solid-devel + kxmlgui-devel + kitemmodels-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kcalendarcore-devel + libical-devel + kdesignerplugin + kcompletion-devel + boost-devel + kcmutils-devel + krunner-devel + xapian-core-devel + kdoctools-devel + extra-cmake-modules + akonadi-mime-devel + + desktop/kde/applications/akonadi-search/pspec.xml + + + akonadi-search + app:console + + qt5-base + ki18n + kmime + libgcc + kcodecs + kconfig + kcalendarcore + kcontacts + kcoreaddons + xapian-core + krunner + kcompletion + kconfigwidgets + kwidgetsaddons + akonadi + akonadi-mime + + + /etc/akonadi + /etc/xdg + /usr/bin + /usr/lib + /usr/share/dbus-1 + /usr/share/config + /usr/share/mime + /usr/share/kde4 + /usr/share/doc/ + /usr/share/akonadi + /usr/share/kservices5 + /usr/share/locale + /usr/share + + + + akonadi-search-devel + Development files for akonadi + + akonadi-search + qt5-base-devel + ki18n-devel + kmime-devel + kcodecs-devel + kconfig-devel + kcalendarcore-devel + kcontacts-devel + kcoreaddons-devel + xapian-core-devel + kcmutils-devel + krunner-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-contacts + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Libraries and daemons to implement Contact Management in Akonadi. + Libraries and daemons to implement Contact Management in Akonadi. + mirrors://kde/stable/release-service/22.04.3/src/akonadi-contacts-22.04.3.tar.xz + + qt5-base-devel + qt5-webengine-devel + libical-devel + ki18n-devel + prison-devel + gettext-devel + kdoctools-devel + boost-devel + akonadi-devel + extra-cmake-modules + kdesignerplugin + kmime-devel + kcontacts-devel + kcalendarcore-devel + kitemmodels-devel + kemoticons-devel + kinit-devel + ktextwidgets-devel + kiconthemes-devel + grantleetheme-devel + kunitconversion-devel + grantlee-qt5-devel + kcmutils-devel + + desktop/kde/applications/akonadi-contacts/pspec.xml + + + akonadi-contacts + + qt5-base + ki18n + kcodecs + kmime + kio + akonadi + prison + libgcc + kconfig + kxmlgui + kjobwidgets + kservice + kcmutils + kcompletion + kcontacts + qt5-webengine + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + grantlee-qt5 + grantleetheme + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + akonadi-contacts-devel + Development files for akonadi-contacts + + qt5-base-devel + akonadi-contacts + grantleetheme-devel + grantlee-qt5-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + First Release. + Stefan Gronewold + groni@pisilinux.org + + + + + + libkgapi + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + Google API library for KDE + A KDE-based library for accessing various Google services via their public API + https://download.kde.org/stable/release-service/22.04.3/src/libkgapi-22.04.3.tar.xz + + qt5-base-devel + kcoreaddons-devel + libical-devel + gettext-devel + qt5-xmlpatterns-devel + extra-cmake-modules + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcontacts-devel + kwindowsystem-devel + kio-devel + kcalendarcore-devel + kdoctools-devel + qt5-linguist + qt5-location-devel + qt5-webengine-devel + ffmpeg-devel + libXScrnSaver-devel + cyrus-sasl-devel + kwallet-devel + + desktop/kde/applications/libkgapi/pspec.xml + + + libkgapi + + qt5-base + kcalendarcore + kcontacts + kio + libgcc + kwallet + kwindowsystem + qt5-webengine + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libkgapi-devel + Development files for libkgapi + + qt5-base-devel + kcalendarcore-devel + kcontacts-devel + kio-devel + kwindowsystem-devel + libkgapi + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-17 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-10-12 + 5.3.1 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-23 + 5.1.0 + Release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-26 + 5.1.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdeaudio-thumbnailer + https://github.com/eplightning/audiothumbs-frameworks + + Stefan Gronewold + groni@pisilinux.org + + LGPL + desktop.kde.applications + Thumbnail generator for audio files, ported to KF5 + Thumbnail generator for audio files, ported to KF5 + https://github.com/groni/Sources/raw/master/kde-audio-thumbnailer-1.1.0.tar.gz + + extra-cmake-modules + flac-devel + glibc-devel + qt5-base-devel + taglib-devel + kio-devel + + desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml + + + kdeaudio-thumbnailer + Thumbnail generator for audio files, ported to KF5 + + kio + libgcc + qt5-base + taglib + + + /usr/share + /usr/lib/qt5 + + + + + 2022-06-21 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 1.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-09-15 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-12 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-12 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 1.1.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-03 + 1.1.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-06-30 + 1.1.0 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-20 + 1.1.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kmix + http://kde.org/applications/multimedia/kmix/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.multimedia + KMix: KDE Digital Mixer + KMix: KDE için Dijital Mixer + KMix: KDE Digital Mixer + KMix: KDE için Dijital Mixer. + kmix + mirrors://kde/stable/release-service/22.04.3/src/kmix-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + ki18n-devel + kcmutils-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + libcanberra-devel + glib2-devel + alsa-lib-devel + knotifications-devel + kglobalaccel-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/applications/kmix/pspec.xml + + + kmix + + qt5-base + alsa-lib + libcanberra + pulseaudio-libs + ki18n + kconfig + kxmlgui + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kglobalaccel + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + libgcc + plasma-framework + + + /etc + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/include + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktimer + http://kde.org/applications/utilities/ktimer + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A countdown launcher + A countdown launcher + KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. + KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. + ktimer + mirrors://kde/stable/release-service/22.04.3/src/ktimer-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + cmake + extra-cmake-modules + ki18n-devel + kwidgetsaddons-devel + kio-devel + kiconthemes-devel + kdbusaddons-devel + knotifications-devel + mesa-devel + + desktop/kde/applications/ktimer/pspec.xml + + + ktimer + + qt5-base + kio + ki18n + libgcc + kconfig + kcoreaddons + kdbusaddons + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libktorrent + https://apps.kde.org/ktorrent/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + desktop.kde.applications + A BitTorrent protocol implementation + Bir BitTorrent protokol uygulaması + KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. + KTorrent, KDE'nin BitTorrent protokolünü kullanarak dosya indirmenize izin veren bir BitTorrent uygulamasıdır. + https://download.kde.org/stable/release-service/22.04.3/src/libktorrent-22.04.3.tar.xz + + doxygen + gmp-devel + kio-devel + boost-devel + solid-devel + ki18n-devel + kcrash-devel + karchive-devel + qt5-base-devel + qca2-qt5-devel + libgcrypt-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/applications/libktorrent/pspec.xml + + + libktorrent + + gmp + kio + ki18n + libgcc + kconfig + qt5-base + qca2-qt5 + karchive + libgcrypt + kcoreaddons + + + /usr/share/locale + /usr/lib/libKF5Torrent.so* + /usr/share/doc + + + + libktorrent-devel + libktorrent development headers + libktorrent için geliştirme dosyaları + + libktorrent + + + /usr/include + /usr/lib/cmake/KF5Torrent + + + + + 2022-07-15 + 22.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-22 + 22.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-12 + 22.04.1 + V. bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-04 + 21.12.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + khelpcenter + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + KDE Help Center + KDE help center utility to read help documentation about various KDE applications. + khelpcenter + mirrors://kde/stable/release-service/22.04.3/src/khelpcenter-22.04.3.tar.xz + + qt5-base-devel + libxml2-devel + libdbusmenu-qt-devel + kinit-devel + karchive-devel + kcmutils-devel + khtml-devel + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + kdesignerplugin + docbook-xsl + xapian-core-devel + grantlee-qt5-devel + extra-cmake-modules + + desktop/kde/applications/khelpcenter/pspec.xml + + + khelpcenter + + qt5-base + kio + libgcc + libxml2 + karchive + kbookmarks + khtml + ki18n + kparts + kcodecs + kconfig + kxmlgui + kcmutils + kservice + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + grantlee-qt5 + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-04 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-23 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-06 + 16.08.01 + Version Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-08-18 + 5.6.4 + Remove Locale file conflicts language package . + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-05-18 + 5.6.4 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-08 + 5.6.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kollision + https://www.kde.org/applications/games/kollision/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + A simple ball dodging game + Basit bir top sıçratma oyunu + Kollision is ball dodging game. Click on the empty field to start a game: a blue ball immediately replaces your mouse cursor, and a number of red balls start to fade into the field. + Kollision basit bir top sıçratma oyunudur. Boş bir alana fareyle tıkladığınızda oyun başlar ve fare imlecinizin yerini mavi bir top alır, ayrıca olayların gelişmesine vesile olacak kırmızı toplar da alandaki yerlerini alırlar. + kollision + mirrors://kde/stable/release-service/22.04.3/src/kollision-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kconfigwidgets-devel + ktextwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + knewstuff-devel + libkdegames-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kollision/pspec.xml + + + kollision + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akregator + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + 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/release-service/22.04.3/src/akregator-22.04.3.tar.xz + + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python-devel + qt5-base-devel + qt5-webengine-devel + grantlee-qt5-devel + kcmutils-devel + knotifyconfig-devel + akonadi-mime-devel + akonadi-devel + kitemmodels-devel + grantleetheme-devel + kcontacts-devel + kontactinterface-devel + libkdepim-devel + akonadi-contacts-devel + libkleo-devel + gpgme-devel + gpgme-qt5-devel + messagelib-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + ksyndication-devel + ffmpeg-devel + knotifyconfig-devel + knotifications-devel + kuserfeedback-devel + libXScrnSaver-devel + + desktop/kde/applications/akregator/pspec.xml + + + akregator + A Feed Reader by KDE + + kio + ki18n + kcrash + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qt5-base + libkdepim + pimcommon + messagelib + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + kpimtextedit + ksyndication + ktextwidgets + grantleetheme + knotifyconfig + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + kontactinterface + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-09 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-08 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + cantor + http://edu.kde.org/cantor + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.edu + A KDE frontend to mathematical softwares + Matematiksel uygulamalar için bir KDE önyüzü + Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others. + Cantor; Sage, Maxima, R and KAlgebra gibi uygulamalara arayüz sağlayarak kullanımı kolaylaştırmayı amaçlar. Çok kullanılan işler için dialoglar sağlar ve çalışmalarınızı başkalarıyla paylaşabilmenize olanak tanır. + cantor + mirrors://kde/stable/release-service/22.04.3/src/cantor-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-mysql + qt5-sql-postgresql + qt5-assistant-devel + mesa-devel + qt5-svg-devel + qt5-xmlpatterns-devel + qt5-webengine-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ktexteditor-devel + knewstuff-devel + kpty-devel + analitza-devel + libqalculate-devel + cln-devel + libspectre-devel + python-devel + python3-devel + R-devel + luajit-devel + syntax-highlighting-devel + poppler-qt5-devel + karchive-devel + + desktop/kde/applications/cantor/pspec.xml + + + cantor + + R + cln + kio + kpty + ki18n + kparts + kcrash + libgcc + python + luajit + python3 + kconfig + kxmlgui + analitza + karchive + kservice + libspectre + knewstuff + kcompletion + kcoreaddons + kiconthemes + ktexteditor + ktextwidgets + libqalculate + kconfigwidgets + kwidgetsaddons + qt5-base + qt5-xmlpatterns + + + /etc + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/locale + + + + cantor-devel + Development files for cantor + cantor için geliştirme dosyaları + + cantor + + + /usr/include + /usr/share/kde5/apps/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kblackbox + https://www.kde.org/applications/games/kblackbox/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Blackbox logic game + Blackbox mantık oyunu + KBlackBox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls. + KBlackBox yan yana dizilmiş kutularla oynanan bir saklambaç oyunudur. Bilgisayarın sakladığı topları kutuları lazerle kontrol ederek bulabilirsiniz. + kblackbox + mirrors://kde/stable/release-service/22.04.3/src/kblackbox-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + karchive-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kguiaddons-devel + kiconthemes-devel + kxmlgui-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + ktextwidgets-devel + kunitconversion-devel + + desktop/kde/applications/kblackbox/pspec.xml + + + kblackbox + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + karchive + qt5-base + kcoreaddons + kdbusaddons + libkdegames + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdepim-addons + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + Addons for the KDE PIM apllications + Addons for the KDE PIM apllications + mirrors://kde/stable/release-service/22.04.3/src/kdepim-addons-22.04.3.tar.xz + + akonadi-calendar-devel + akonadi-devel + akonadi-notes-devel + akonadi-import-wizard-devel + boost-devel + calendarsupport-devel + cyrus-sasl-devel + eventviews-devel + extra-cmake-modules + glibc-devel + grantleetheme-devel + incidenceeditor-devel + kholidays-devel + kcalutils-devel + kconfig-devel + kpkpass-devel + kitinerary-devel + kdeclarative-devel + kdesignerplugin + kdoctools-devel + ki18n-devel + ktnef-devel + kxmlgui-devel + libgravatar-devel + libical-devel + libkdepim-devel + libkgapi-devel + libkleo-devel + mailcommon-devel + mailimporter-devel + messagelib-devel + pimcommon-devel + python-devel + qt5-base-devel + qt5-declarative-devel + qt5-webengine-devel + kio-devel + kmime-devel + kcodecs-devel + kcalendarcore-devel + kservice-devel + kcontacts-devel + kitemviews-devel + kcompletion-devel + kcoreaddons-devel + kiconthemes-devel + akonadi-mime-devel + kpimtextedit-devel + ktextwidgets-devel + kconfigwidgets-devel + kmailtransport-devel + kwidgetsaddons-devel + akonadi-contacts-devel + kidentitymanagement-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kimap-devel + gpgme-devel + gpgme-qt5-devel + kdiagram-devel + grantlee-qt5-devel + libksieve-devel + prison-devel + syntax-highlighting-devel + kparts-devel + kaddressbook-devel + kontactinterface-devel + kguiaddons-devel + + desktop/kde/applications/kdepim-addons/pspec.xml + + + kdepim-addons + Addons for the KDE PIM apllications + + akonadi + akonadi-calendar + akonadi-notes + prison + calendarsupport + eventviews + grantleetheme + incidenceeditor + kcalutils + kholidays + kconfig + kpkpass + kdeclarative + gpgme-qt5 + kitinerary + ki18n + ktnef + kxmlgui + libgcc + libgravatar + libkdepim + libkleo + mailcommon + messagelib + pimcommon + qt5-base + qt5-declarative + qt5-webengine + kio + kmime + kcodecs + kcalendarcore + kservice + kcontacts + kitemviews + kcompletion + kcoreaddons + kiconthemes + akonadi-mime + kpimtextedit + ktextwidgets + kconfigwidgets + kmailtransport + kwidgetsaddons + akonadi-contacts + kidentitymanagement + gpgme + kjobwidgets + grantlee-qt5 + kimap + libksieve + kitemmodels + mailimporter + syntax-highlighting + akonadi-import-wizard + kontactinterface + kaddressbook + kguiaddons + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + kde-baseapps + + + kde-baseapps + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-07 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-10 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-08 + 16.08.3 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kblog + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + A blogging library for KDE + KBlog is a library for calling functions on Blogger 1.0, MetaWeblog, MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient and Syndication. + mirrors://kde/stable/release-service/20.04.3/src/kblog-20.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + kcoreaddons-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + qt5-webkit-devel + kcalutils-devel + ksyndication-devel + kxmlrpcclient-devel + kcalendarcore-devel + ksyndication-devel + + desktop/kde/applications/kblog/pspec.xml + + + kblog + + qt5-base + kcalendarcore + kxmlrpcclient + kio + ki18n + libgcc + kcoreaddons + ksyndication + + + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + + kblog-devel + Development files for kblog + + qt5-base-devel + kblog + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-06-21 + 20.04.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kbreakout + https://www.kde.org/applications/games/kbreakout/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Breakout like game + Breakout benzeri oyun + KBreakout is a Breakout like game. The object of the game is to destroy as many bricks as possible without losing the ball. + KBreakout bir Breakout türevidir. Oyunun amacı topları yere düşürmeden olabildiğince çok tuğlayı yok etmektir. + kbreakout + mirrors://kde/stable/release-service/22.04.3/src/kbreakout-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kguiaddons-devel + kservice-devel + kconfigwidgets-devel + kiconthemes-devel + kcompletion-devel + kjobwidgets-devel + kxmlgui-devel + kio-devel + libkdegames-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kbreakout/pspec.xml + + + kbreakout + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /usr/share + /usr/share/doc + /usr/bin + /etc/xdg/kbreakout.categories + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmines + https://www.kde.org/applications/games/kmines/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Minesweeper like game + Mayın tarlası oyunu + KMines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over. + KMines klasik mayın tarlası oyununun bir türevidir. Oyunun amacı hiç bir mayına denk gelmemeye çalışarak kutuları açmaktır. Eğer bir mayın patlarsa oyun biter. + kmines + mirrors://kde/stable/release-service/22.04.3/src/kmines-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kconfigwidgets-devel + ktextwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + libkdegames-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kmines/pspec.xml + + + kmines + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + ktextwidgets + kconfigwidgets + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkomparediff2 + https://projects.kde.org/projects/kde/kdesdk/libkomparediff2 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.sdk + Library to compare files and strings + Library to compare files and strings + mirrors://kde/stable/release-service/22.04.3/src/libkomparediff2-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + python3-devel + gettext-devel + kcoreaddons-devel + kcodecs-devel + kconfig-devel + kxmlgui-devel + ki18n-devel + kio-devel + kparts-devel + + desktop/kde/applications/libkomparediff2/pspec.xml + + + libkomparediff2 + + qt5-base + kio + ki18n + libgcc + kcodecs + kconfig + kxmlgui + kcoreaddons + kconfigwidgets + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + libkomparediff2-devel + Shared libraries for libkomparediff2. + + libkomparediff2 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-05-08 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-kded-module + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + mirrors://kde/stable/release-service/22.04.3/src/ktp-kded-module-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + kdbusaddons-devel + kwidgetsaddons-devel + kwallet-devel + kconfig-devel + kactivities-devel + ki18n-devel + kio-devel + knotifications-devel + kconfigwidgets-devel + kidletime-devel + kcmutils-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/applications/ktp-kded-module/pspec.xml + + + ktp-kded-module + Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors + + kio + ki18n + libgcc + kconfig + qt5-base + kidletime + kcoreaddons + kdbusaddons + telepathy-qt5 + kconfigwidgets + knotifications + kactivities + kwallet + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/kservices5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdiamond + https://www.kde.org/applications/games/kdiamond/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Three in a row game + Bir satırda üç oyunu + KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds. + KDiamond benzer elmaslardan üç tanesinin yan yana getirilmesini konu edinen tek kişilik bir bulmaca oyunudur. + kdiamond + mirrors://kde/stable/release-service/22.04.3/src/kdiamond-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kdbusaddons-devel + kdoctools-devel + kwidgetsaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kiconthemes-devel + kxmlgui-devel + knotifications-devel + knotifyconfig-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + docbook-xsl + + desktop/kde/applications/kdiamond/pspec.xml + + + kdiamond + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmahjongg + https://www.kde.org/applications/games/kmahjongg/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Mahjongg Solitaire + Mahjongg oyunu + KMahjongg is a fun board game created after the famous oriental game of Mahjong. Unlike the original however, KMahjongg is a tile matching game for one or two players, a variation usually known as Mahjong Solitaire. + Mahjong Solitaire oyununa benzer KMahjongg bir veya iki oyuncunun birlekte oynayabileceği bir parça eşleştirme oyunudur. + kmahjongg + mirrors://kde/stable/release-service/22.04.3/src/kmahjongg-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdeclarative-devel + kdoctools-devel + kcompletion-devel + knewstuff-devel + kxmlgui-devel + libkdegames-devel + libkmahjongg-devel + kcompletion-devel + qt5-declarative-devel + + desktop/kde/applications/kmahjongg/pspec.xml + + + kmahjongg + + ki18n + kcrash + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + libkmahjongg + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /etc/xdg/kmahjongg.categories + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-26 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-04-20 + 16.04 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + artikulate + https://projects.kde.org/projects/kde/kdeedu/artikulate + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + LGPLv3 + FDLv1.2 + app:gui + desktop.kde.edu + Improve your pronunciation by listening to native speakers + Artikulate, Improve your pronunciation by listening to native speakers. + artikulate + mirrors://kde/stable/release-service/22.04.3/src/artikulate-22.04.3.tar.xz + + boost-devel + cmake + extra-cmake-modules + kdoctools-devel + ki18n + kcrash-devel + libgcc + kconfig-devel + kirigami-devel + kxmlgui-devel + qt5-base-devel + knewstuff-devel + kcoreaddons-devel + kdeclarative-devel + qt5-gstreamer-devel + kconfigwidgets-devel + kwidgetsaddons-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + qt5-multimedia-devel + + desktop/kde/applications/artikulate/pspec.xml + + + artikulate + + ki18n + kcrash + kirigami + libgcc + kconfig + kxmlgui + karchive + qt5-base + knewstuff + kcoreaddons + kdeclarative + qt5-gstreamer + kconfigwidgets + kwidgetsaddons + qt5-declarative + qt5-xmlpatterns + qt5-multimedia + + + /etc + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + klickety + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + A kind of solitary game + Bir tür soliter oyunu + Klickety is a kind of solitary game that takes place on a Tetris-like board. + Klickety Tetris gibi tahta üzerinde yer alan bir tür soliter oyunu + klickety + mirrors://kde/stable/release-service/22.04.3/src/klickety-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + ki18n-devel + kconfigwidgets-devel + kxmlgui-devel + kio-devel + kdoctools-devel + knotifyconfig-devel + kdbusaddons-devel + knotifications-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/klickety/pspec.xml + + + klickety + + kio + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/kconf_update + /usr/share/klickety + /usr/share/knotifications5 + /usr/share/metainfo + /usr/share/kxmlgui5 + /usr/share/sounds + /usr/share/doc + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkcompactdisc + https://www.kde.org/applications/multimedia/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + LGPL + FDL + library + desktop.kde.applications + A library for interfacing with CDs + A library for interfacing with CDs + mirrors://kde/stable/release-service/22.04.3/src/libkcompactdisc-22.04.3.tar.xz + + alsa-lib-devel + extra-cmake-modules + gettext-devel + glibc-devel + kcoreaddons-devel + ki18n-devel + qt5-base-devel + solid-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + qt5-phonon-devel + + desktop/kde/applications/libkcompactdisc/pspec.xml + + + libkcompactdisc + A library for interfacing with CDs + + alsa-lib + kcoreaddons + ki18n + qt5-base + libgcc + qt5-phonon + solid + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/share/locale + + + + libkcompactdisc-devel + Development files for libkcompactdisc + + libkcompactdisc + qt5-base-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.11.80 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-09 + 16.08.2_20161106 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ktp-approver + https://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + KDE Channel Approver for Telepathy + KDE Channel Approver for Telepathy + mirrors://kde/stable/release-service/22.04.3/src/ktp-approver-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kdbusaddons-devel + kconfig-devel + ki18n-devel + knotifications-devel + kservice-devel + telepathy-qt5-devel + + desktop/kde/applications/ktp-approver/pspec.xml + + + ktp-approver + + ki18n + libgcc + kconfig + kservice + qt5-base + kcoreaddons + kdbusaddons + telepathy-qt5 + knotifications + + + /etc + /usr/lib + /usr/share + /usr/share/kservicetypes5 + /usr/share/kservices5 + /usr/share/dbus-1 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkleo + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.applications + KDE PIM cryptographic library + KDE PIM cryptographic library + mirrors://kde/stable/release-service/22.04.3/src/libkleo-22.04.3.tar.xz + + qt5-base-devel + boost-devel + gpgme-qt5-devel + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + prison-devel + qt5-phonon-devel + libical-devel + libqjson-devel + libgpg-error-devel + libxslt-devel + openldap-client + cyrus-sasl-devel + kitemviews-devel + kio-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcontacts-devel + kcalendarcore-devel + extra-cmake-modules + kpimtextedit-devel + grantlee-qt5-devel + + desktop/kde/applications/libkleo/pspec.xml + + + libkleo + + qt5-base + kio + ki18n + libgcc + kcodecs + kxmlgui + kcalendarcore + kcontacts + kconfig + libxml2 + kservice + kguiaddons + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + ktextwidgets + kconfigwidgets + kwidgetsaddons + qt5-phonon + prison + gpgme + gpgme-qt5 + kpimtextedit + kwindowsystem + cyrus-sasl + grantlee-qt5 + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/mkspecs/ + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/kservices5 + /usr/share/kservicetypes5 + /usr/share/dbus-1 + /usr/share/config.kcfg + /usr/share/kf5 + /usr/share/config + /usr/share/akonadi + /usr/share/akonadicontact/grantleetheme/default + /usr/share/libkleopatra + /usr/share/locale + /usr/share/qlogging-categories5/libkleo.renamecategories + /usr/share/qlogging-categories5/libkleo.categories + + + + libkleo-devel + Development package for libkleo libraries + Contains development tools and header files for libkleo + + qt5-base-devel + boost-devel + gpgme-devel + gpgme-qt5-devel + libkleo + + + /usr/lib/cmake + /usr/include + /usr/lib/gpgmepp + /usr/share/kde4/apps/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-12 + 17.12.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-25 + 16.04.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kio-gdrive + https://projects.kde.org/kio-gdrive + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.applications + Provides support for secure credentials storage + Google Drive'a erişmek için KIO Slave + KIO Slave to access Google Drive + Google Drive'a erişmek için KIO Slave + mirrors://kde/stable/release-service/22.04.3/src/kio-gdrive-22.04.3.tar.xz + + intltool + kio-devel + ki18n-devel + kinit-devel + purpose-devel + libkgapi-devel + qt5-base-devel + kdesignerplugin + kdoctools-devel + ktp-accounts-kcm + kemoticons-devel + kitemmodels-devel + kcoreaddons-devel + qt5-keychain-devel + extra-cmake-modules + kaccounts-providers + knotifications-devel + kwidgetsaddons-devel + libaccounts-qt5-devel + kunitconversion-devel + libaccounts-glib-devel + kaccounts-integration-devel + + desktop/kde/applications/kio-gdrive/pspec.xml + + + kio-gdrive + KIO Slave to access Google Drive + + kio + ki18n + libgcc + purpose + libkgapi + qt5-base + kcoreaddons + qt5-keychain + knotifications + kwidgetsaddons + libaccounts-qt5 + ktp-accounts-kcm + kaccounts-providers + kaccounts-integration + + + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-12 + 22.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 1.2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-09 + 1.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-13 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-14 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 1.2.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-10-09 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-12 + 1.0.5 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kmbox + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + MBox library support. + MBox library support. + mirrors://kde/stable/release-service/22.04.3/src/kmbox-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kmime-devel + boost-devel + kcodecs-devel + + desktop/kde/applications/kmbox/pspec.xml + + + kmbox + + qt5-base + kmime + libgcc + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kmbox-devel + Development files for kmbox + + qt5-base-devel + kmbox + + + /etc/xdg + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-24 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 16.12.0 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdialog + https://github.com/KDE/kdialog + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + kdialog allows you to display dialog boxes from shell scripts + The syntax is very much inspired from the "dialog" command + (which shows text mode dialogs). + kdialog + mirrors://kde/stable/release-service/22.04.3/src/kdialog-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + kio-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libICE-devel + libX11-devel + libXext-devel + python-devel + kdbusaddons-devel + kguiaddons-devel + kiconthemes-devel + knotifications-devel + ktextwidgets-devel + qt5-base-devel + + desktop/kde/applications/kdialog/pspec.xml + + + kdialog + kdialog allows you to display dialog boxes from shell scripts + + kio + qt5-base + ki18n + libX11 + libgcc + kconfig + kguiaddons + kdbusaddons + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + kwindowsystem + knotifications + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/doc + + + kde-baseapps + + + kde-baseapps + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-19 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-03 + 16.11.80 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + knavalbattle + https://www.kde.org/applications/games/knavalbattle/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Naval Battle game + Amiral Battı oyunu + knavalbattle is a Battle Ship game for KDE. Ships are placed on a board which represents the sea. Players try to hit each others ships in turns without knowing where they are placed. The first player to destroy all ships wins the game. + KBattleship KDE için bir Amiral Battı oyunudur. Gemiler denizi temsil eden oyun tahtasına yerleştirilir ve oyuncular rakiplerinin gemilerinin yerleşimini tahmin ederek gemileri vurmaya çalışır. Rakibinin tüm gemilerini daha önce batıran oyuncu kazanır. + knavalbattle + mirrors://kde/stable/release-service/22.04.3/src/knavalbattle-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfig-devel + kdbusaddons-devel + kdnssd-devel + ki18n-devel + kxmlgui-devel + kdoctools-devel + ktextwidgets-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/knavalbattle/pspec.xml + + + knavalbattle + + ki18n + kdnssd + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + ktextwidgets + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/kconf_update + /usr/share/knavalbattle + /usr/share/kservices5 + /usr/share/kxmlgui5 + /usr/share/doc + /usr/share/locale + /usr/share/qlogging-categories5 + /usr/share/metainfo/org.kde.knavalbattle.appdata.xml + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + print-manager + http://www.kde.org/applications/graphics/kruler + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + KDE print manager + KDE print tool. + print-manager + mirrors://kde/stable/release-service/22.04.3/src/print-manager-22.04.3.tar.xz + + kdoctools-devel + extra-cmake-modules + cups-devel + kio-devel + ki18n-devel + libgcc + kconfig-devel + kservice-devel + qt5-base-devel + kdbusaddons-devel + kiconthemes-devel + kcoreaddons-devel + kwindowsystem-devel + knotifications-devel + kconfigwidgets-devel + kwidgetsaddons-devel + qt5-declarative-devel + kcmutils-devel + plasma-framework-devel + + desktop/kde/applications/print-manager/pspec.xml + + + print-manager + + kio + cups + ki18n + libgcc + kconfig + kservice + qt5-base + kdbusaddons + kiconthemes + kcoreaddons + kwindowsystem + knotifications + kconfigwidgets + kwidgetsaddons + qt5-declarative + system-config-printer + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kblocks + https://www.kde.org/applications/games/kblocks/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Falling blocks game + Tetris + KBlocks is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over. + KBlocks klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir. + kblocks + mirrors://kde/stable/release-service/22.04.3/src/kblocks-22.04.3.tar.xz + + extra-cmake-modules + qt5-svg-devel + qt5-base-devel + kdoctools-devel + ki18n-devel + kxmlgui-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kemoticons-devel + + desktop/kde/applications/kblocks/pspec.xml + + + kblocks + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + qt5-phonon + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + poxml + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.sdk + Tools for translating DocBook XML files with Gettex + DocBook XML dosyalarını çevirme araçları. + This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). + poxml, DocBook XML dosyalarını (.po) Gettext yarımıyla çevirmeyi sağlayan bir programdır. + https://download.kde.org/stable/release-service/22.04.3/src/poxml-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + gettext-devel + kdoctools-devel + docbook-xsl + + desktop/kde/applications/poxml/pspec.xml + + + poxml + + libgcc + gettext + qt5-base + + + /usr/bin + /usr/share/doc + /usr/share/man + + + kdesdk + + + kdesdk + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkeduvocdocument + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.applications + Common libraries for KDE Edu applications + Libraries for KDE EDU applications. + mirrors://kde/stable/release-service/22.04.3/src/libkeduvocdocument-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + ki18n-devel + kio-devel + karchive-devel + mesa-devel + + desktop/kde/applications/libkeduvocdocument/pspec.xml + + + libkeduvocdocument + + qt5-base + karchive + libgcc + ki18n + kio + kcoreaddons + + + /usr/lib + /usr/share/doc + /usr/share/locale + + + + libkeduvocdocument-devel + Development files for libkeduvocdocument + + libkeduvocdocument + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libksieve + https://community.kde.org/KDE_PIM + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.applications + KDE PIM library for managing sieves. + KDE PIM library for managing sieves. + mirrors://kde/stable/release-service/22.04.3/src/libksieve-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + akonadi-devel + kcompletion-devel + kjobwidgets-devel + kcoreaddons-devel + kservice-devel + solid-devel + kxmlgui-devel + kitemmodels-devel + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + boost-devel + qt5-webkit-devel + pimcommon-devel + kcontacts-devel + kcalendarcore-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + knewstuff-devel + kidentitymanagement-devel + kmailtransport-devel + libkdepim-devel + qt5-webengine-devel + akonadi-contacts-devel + akonadi-mime-devel + kiconthemes-devel + karchive-devel + syntax-highlighting-devel + + desktop/kde/applications/libksieve/pspec.xml + + + libksieve + KDE PIM library for managing sieves. + + kio + ki18n + kmime + libgcc + sonnet + akonadi + kconfig + karchive + qt5-base + knewstuff + libkdepim + pimcommon + cyrus-sasl + qt5-webkit + kcompletion + kcoreaddons + kiconthemes + kpimtextedit + kwindowsystem + kconfigwidgets + kwidgetsaddons + kidentitymanagement + syntax-highlighting + qt5-webengine + + + /etc + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/sieve + /usr/share/doc/HTML + /usr/share/kservices5 + /usr/share/locale + + + + libksieve-devel + Development files for libksieve. + + libksieve + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-07 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-22 + 16.04.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kpimtextedit + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.applications + A textedit with PIM-specific features. + Text Edit with KDE-PIM specific features. + kpimtextedit + mirrors://kde/stable/release-service/22.04.3/src/kpimtextedit-22.04.3.tar.xz + + qt5-base-devel + qt5-speech-devel + qt5-designer-devel + ki18n-devel + sonnet-devel + kcodecs-devel + syntax-highlighting-devel + kconfig-devel + kio-devel + kemoticons-devel + kdesignerplugin + kitemmodels-devel + kinit-devel + ktextwidgets-devel + kiconthemes-devel + kunitconversion-devel + kdoctools-devel + extra-cmake-modules + grantlee-qt5-devel + + desktop/kde/applications/kpimtextedit/pspec.xml + + + kpimtextedit + + qt5-base + qt5-speech + qt5-designer + ki18n + kcodecs + kio + sonnet + libgcc + kemoticons + kcompletion + ktextwidgets + kwidgetsaddons + grantlee-qt5 + kconfig + kxmlgui + kcoreaddons + kiconthemes + kconfigwidgets + syntax-highlighting + + + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + + kpimtextedit-devel + Development files for kpimtextedit + + qt5-base-devel + kpimtextedit + ktextwidgets-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-04 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kshisen + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + Shisen-Sho Mahjongg like tile game + Shisen-Sho is a solitaire-like game played using the standard set of Mahjong tiles. Unlike Mahjong however, Shisen-Sho has only one layer of scrambled tiles. + mirrors://kde/stable/release-service/22.04.3/src/kshisen-22.04.3.tar.xz + + qt5-base-devel + qt5-declarative-devel + extra-cmake-modules + kdoctools-devel + ki18n-devel + kconfig-devel + kcompletion-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcoreaddons-devel + kcoreaddons-devel + kdbusaddons-devel + libkdegames-devel + libkmahjongg-devel + knewstuff-devel + kdnssd-devel + kdeclarative-devel + kio-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kshisen/pspec.xml + + + kshisen + + qt5-base + qt5-declarative + libgcc + ki18n + kconfig + kconfigwidgets + kwidgetsaddons + kxmlgui + kcoreaddons + kdbusaddons + libkdegames + libkmahjongg + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-08-29 + 1.6.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + okteta + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.sdk + Hexadecimal editor for binary files + Onaltılık dosya editörü. + Okteta is a simple editor for the raw data of files. This type of program is also called hexadecimal editor or binary editor. + Çalıştırılabilir dosyaları düzenlemeye yarayan editör. + https://download.kde.org/stable/okteta/0.26.9/src/okteta-0.26.9.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-designer-devel + qt5-script-devel + qt5-declarative-devel + kbookmarks-devel + kcodecs-devel + kcompletion-devel + kconfigwidgets-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + kiconthemes-devel + ki18n-devel + kcmutils-devel + kio-devel + knewstuff-devel + kparts-devel + kservice-devel + kwidgetsaddons-devel + kxmlgui-devel + qca2-qt5-devel + attica-devel + qt5-xmlpatterns-devel + + desktop/kde/applications/okteta/pspec.xml + + + okteta + + kio + ki18n + kparts + kcrash + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qca2-qt5 + qt5-base + knewstuff + qt5-script + qt5-declarative + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib/plugins + /usr/lib + /usr/lib/*.so + /usr/lib/*.so.* + /usr/share + /usr/share/appdata + /usr/share/applications + /usr/share/config.kcfg + /usr/share/doc + /usr/share/icons + /usr/share/kxmlgui5 + /usr/share/mime + /usr/share/okteta + /usr/share/metainfo/org.kde.okteta.appdata.xml + /usr/share/locale + + + + okteta-devel + Development files for okteta + + okteta + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-06-21 + 0.26.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 0.26.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 0.26.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 0.26.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 0.26.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 0.26.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 0.26.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 0.26.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 0.26.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 0.26.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 0.26.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 0.26.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 0.26.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-20 + 0.26.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 0.26.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 0.26.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 0.26.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 0.26.1 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 0.26.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-12 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-12 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 17.12.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-04-25 + 17.12.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ark + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + desktop.kde.utils + KDE Archiving Tool + Ark is a program for managing various archive formats within the KDE environment. + mirrors://kde/stable/release-service/22.04.3/src/ark-22.04.3.tar.xz + + qt5-base-devel + rar + lzop + unrar + p7zip + xz-devel + lzo-devel + zlib-devel + zstd-devel + kparts-devel + libzip-devel + karchive-devel + kconfig-devel + kcrash-devel + kio-devel + kpty-devel + khtml-devel + xz-devel + kdbusaddons-devel + kdoctools-devel + docbook-xsl + libarchive-devel + extra-cmake-modules + kitemmodels-devel + + desktop/kde/applications/ark/pspec.xml + + + ark + + qt5-base + zlib + libzip + libarchive + karchive + kcrash + kconfig + kio + unrar + kpty + khtml + ki18n + libgcc + kxmlgui + kservice + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kwidgetsaddons + kparts + kconfigwidgets + kitemmodels + p7zip + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/locale + /usr/lib + /usr/share/icons + /usr/share/man + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-12 + 22.04.1 + fix deps + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-14 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kbruch + https://www.kde.org/applications/education/kbruch/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + Practice calculating with fractions and percentages + Ondalık ve kesirli sayılarla pratik yapın + KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. + KBruch, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır. + kbruch + mirrors://kde/stable/release-service/22.04.3/src/kbruch-22.04.3.tar.xz + + qt5-base + kdoctools-devel + kconfig-devel + kcrash-devel + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel + kcoreaddons-devel + kconfigwidgets-devel + extra-cmake-modules + + desktop/kde/applications/kbruch/pspec.xml + + + kbruch + + qt5-base + kxmlgui + kconfig + kcrash + ki18n + libgcc + kwidgetsaddons + kcoreaddons + kconfigwidgets + + + /usr/bin + /usr/share + /usr/share/man/man1 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-auth-handler + https://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect + Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect + mirrors://kde/stable/release-service/22.04.3/src/ktp-auth-handler-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kwallet-devel + kwidgetsaddons-devel + ki18n-devel + kio-devel + kdewebkit-devel + telepathy-qt5-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + qca2-qt5-devel + libaccounts-glib-devel + libaccounts-qt5-devel + kaccounts-integration-devel + signon-devel + + desktop/kde/applications/ktp-auth-handler/pspec.xml + + + ktp-auth-handler + Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect + + kio + ki18n + libgcc + signon + kconfig + qca2-qt5 + qt5-base + kcoreaddons + telepathy-qt5 + kwidgetsaddons + libaccounts-qt5 + ktp-common-internals + kaccounts-integration + + + /usr/lib + /usr/share/telepathy + /usr/share/dbus-1 + /usr/share/doc + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kgpg + http://kde.org/applications/utilities/kgpg/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + LGPL + GPL + desktop.kde.applications + A QtQuick plugin to render beautiful and interactive charts + KGpg is a simple interface for GnuPG, a powerful encryption utility. + mirrors://kde/stable/release-service/22.04.3/src/kgpg-22.04.3.tar.xz + + akonadi-devel + boost-devel + akonadi-contacts-devel + gettext-devel + glibc-devel + gpgme-devel + karchive-devel + kcodecs-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kjobwidgets-devel + knotifications-devel + kservice-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kitemmodels-devel + kcalendarcore-devel + kemoticons-devel + kcontacts-devel + kinit-devel + kunitconversion-devel + libical-devel + python-devel + libevent-devel + qt5-webengine-devel + qt5-base-devel + extra-cmake-modules + + desktop/kde/applications/kgpg/pspec.xml + + + kgpg + A GnuPG frontend + + gpgme + boost + qt5-base + kio + ki18n + kcrash + libgcc + akonadi + kcodecs + kconfig + kxmlgui + kservice + karchive + kcontacts + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + akonadi-contacts + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-06-09 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-05 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kompare + http://www.kde.org/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.sdk + File difference viewer + Dosya karşılaştırma göstericisi. + Diff/Patch Frontend. + Dosya karşılaştırma göstericisi. + mirrors://kde/stable/release-service/22.04.3/src/kompare-22.04.3.tar.xz + + extra-cmake-modules + kdoctools-devel + qt5-base-devel + gettext-devel + libkomparediff2-devel + kcoreaddons-devel + kcodecs-devel + kiconthemes-devel + kjobwidgets-devel + kconfig-devel + kparts-devel + ktexteditor-devel + kwidgetsaddons-devel + + desktop/kde/applications/kompare/pspec.xml + + + kompare + + qt5-base + libkomparediff2 + kio + ki18n + kparts + libgcc + kcodecs + kconfig + kxmlgui + kservice + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + ktexteditor + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/bin + /usr/include + + + kdesdk + + + kdesdk + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkcddb + https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.multimedia + KDE library for CDDB (Compact Disc Database) + CDDB için KDE kitaplığı (Compact Disc Database) + KDE library for CDDB (Compact Disc Database). + CDDB için KDE kitaplığı (Compact Disc Database). + mirrors://kde/stable/release-service/22.04.3/src/libkcddb-22.04.3.tar.xz + + extra-cmake-modules + musicbrainz5-devel + kdoctools-devel + kconfig-devel + kcodecs-devel + ki18n-devel + kio-devel + qt5-base-devel + kwidgetsaddons-devel + + desktop/kde/applications/libkcddb/pspec.xml + + + libkcddb + + kio + ki18n + libgcc + kcodecs + kconfig + qt5-base + kcoreaddons + musicbrainz5 + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/kservices5 + /usr/share/config.kcfg + /usr/lib + /usr/share/doc + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.11.80 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + First release + Alihan Öztürkr + alihan@pisilinux.org + + + + + + kget + https://apps.kde.org/kget + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.applications + Download manager for KDE + KDE için indirme yönetcisi. + KGet is an advanced download manager with support for Metalink and Bittorrent. + KGet, Metalink ve BitTorrent desteği olan bir indirme yöneticisidir. + mirrors://kde/stable/release-service/22.04.3/src/kget-22.04.3.tar.xz + + kio-devel + gmp-devel + boost-devel + ki18n-devel + gpgme-devel + kcrash-devel + kparts-devel + libmms-devel + qt5-sql-odbc + sqlite-devel + kconfig-devel + qt5-sql-mysql + kwallet-devel + kxmlgui-devel + qca2-qt5-devel + qt5-base-devel + qt5-sql-sqlite + kcmutils-devel + libgcrypt-devel + gpgme-qt5-devel + kdoctools-devel + kitemviews-devel + kdbusaddons-devel + kiconthemes-devel + kcoreaddons-devel + libktorrent-devel + kcompletion-devel + qt5-sql-postgresql + ktextwidgets-devel + kwindowsystem-devel + extra-cmake-modules + knotifyconfig-devel + kwidgetsaddons-devel + kconfigwidgets-devel + knotifications-devel + plasma-workspace-devel + + desktop/kde/applications/kget/pspec.xml + + + kget + + kio + gpgme + ki18n + kparts + libgcc + libmms + kconfig + kwallet + kxmlgui + kcmutils + kservice + qt5-base + qca2-qt5 + gpgme-qt5 + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + libktorrent + knotifyconfig + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + plasma-workspace + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-04 + 22.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-04 + 22.04.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-04 + 21.12.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + kapptemplate + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.kde.sdk + Application template generator + Uygulama şablon oluşturucu. + KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. + Kapptemplate, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. + mirrors://kde/stable/release-service/22.04.3/src/kapptemplate-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + gettext + kcoreaddons-devel + kconfigwidgets-devel + kcompletion-devel + karchive-devel + kio-devel + ki18n-devel + kdoctools-devel + + desktop/kde/applications/kapptemplate/pspec.xml + + + kapptemplate + + qt5-base + kio + ki18n + libgcc + kconfig + karchive + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + krfb + http://www.kde.org/applications/system/krfb/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.applications + Desktop sharing utility + Masaüstü paylaşım araçları. + KDE Desktop Sharing is a manager for easily sharing a desktop session with another system. The desktop session can be viewed or controlled remotely by any VNC or RFB client + krfb, masaüstünü uzaktaki bilgisayarlarla kolaylıkla paylaşmaya olanak sağlar. + mirrors://kde/stable/release-service/22.04.3/src/krfb-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-x11extras-devel + ki18n-devel + kcompletion-devel + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdnssd-devel + kdoctools-devel + knotifications-devel + kwallet-devel + kwidgetsaddons-devel + kxmlgui-devel + libvncserver-devel + libX11-devel + libXdamage-devel + libxcb-devel + libXext-devel + libXtst-devel + kwindowsystem-devel + xcb-util-image-devel + kwayland-devel + + desktop/kde/applications/krfb/pspec.xml + + + krfb + + ki18n + kdnssd + libX11 + libxcb + libgcc + kconfig + kwallet + kxmlgui + libXtst + kwayland + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libvncserver + qt5-x11extras + kconfigwidgets + knotifications + kwindowsystem + kwidgetsaddons + xcb-util-image + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/krfb + /usr/share/kservicetypes5 + /usr/share/icons + /usr/share/doc + /usr/share/locale + /usr/share/metainfo + /usr/share/qlogging-categories5/krfb.categories + + + kdenetwork + + + kdenetwork + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + pim-data-exporter + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Import and export KDE PIM settings + Import and export KDE PIM settings + https://download.kde.org/stable/release-service/22.04.3/src/pim-data-exporter-22.04.3.tar.xz + + extra-cmake-modules + kcrash-devel + kdbusaddons-devel + kdoctools-devel + akonadi-contacts-devel + akonadi-devel + akonadi-mime-devel + calendarsupport-devel + kalarm + kcalendarcore-devel + kcontacts-devel + kmailtransport-devel + kpimtextedit-devel + qt5-base-devel + ktextwidgets-devel + kxmlgui-devel + kitemmodels-devel + boost-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kmime-devel + kidentitymanagement-devel + akonadi-calendar-devel + kholidays-devel + mailcommon-devel + messagelib-devel + pimcommon-devel + kimap-devel + cyrus-sasl-devel + libkleo-devel + gpgme-devel + gpgme-qt5-devel + libkdepim-devel + ffmpeg-devel + karchive-devel + akonadi-notes-devel + libXScrnSaver-devel + knotifications-devel + kuserfeedback-devel + + desktop/kde/applications/pim-data-exporter/pspec.xml + + + pim-data-exporter + Import and export KDE PIM settings + + kio + ki18n + kmime + kcrash + libgcc + akonadi + kconfig + kxmlgui + karchive + qt5-base + kalarm + kcontacts + libkdepim + pimcommon + kitemviews + mailcommon + messagelib + kcoreaddons + kdbusaddons + kpimtextedit + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + kidentitymanagement + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 3.1.0 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-05 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + marble + http://edu.kde.org/applications/all/marble + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + Virtual globe and eorld atlas + Sanal küre ve Dünya atlası + Marble is a virtual globe and world atlas that you can use to learn more about the Earth. + Marble, sanal küre ve Dünya atlası uygulamasıdır. + marble + mirrors://kde/stable/release-service/22.04.3/src/marble-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-webkit-devel + qt5-designer-devel + qt5-script-devel + qt5-svg-devel + qt5-declarative-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + qt5-location-devel + qt5-linguist + qt5-webengine-devel + kdoctools-devel + qt5-phonon-devel + kio-devel + quazip-devel + kwallet-devel + knewstuff-devel + kparts-devel + kcoreaddons-devel + ki18n-devel + kconfig-devel + krunner-devel + kservice-devel + libwlocate-devel + shared-mime-info + qt5-serialport-devel + plasma-desktop + + desktop/kde/applications/marble/pspec.xml + + + marble + + kio + zlib + ki18n + kcrash + kparts + libgcc + kconfig + krunner + kxmlgui + qt5-svg + qt5-base + knewstuff + libwlocate + qt5-phonon + qt5-script + qt5-webkit + kcoreaddons + qt5-location + kconfigwidgets + kwidgetsaddons + qt5-declarative + qt5-serialport + + + /usr/lib + /usr/bin + /usr/share + /usr/share/appdata + /usr/share/applications + /usr/share/config.kcfg + /usr/share/doc + /usr/share/icons + /usr/share/kservices5 + /usr/share/kxmlgui5 + /usr/share/marble + /etc/xdg + + + + marble-devel + Development files for marble + marble için geliştirme dosyaları + + marble + + + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-08-03 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-28 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdenlive + https://kdenlive.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.multimedia + A video editing GUI for KDE using the MLT video framework + MLT video yapısı kullanan, KDE için bir video düzenleme uygulaması + Nieliniowy edytor wideo + Kdenlive est multi-piste, gère une liste de clips et gère les doubles moniteurs vidéos. Il fournit également entre autres un support de couches personnalisables ainsi que des effets et des transitions de base. + kdenlive provides dual video monitors, a multi-track timeline and clip list. Other features include customizable layout support, basic effects and transitions. + kdenlive, ikili video izleyicileri, çoklu parça zaman çizelgesi ve klip listesi sunmaktadır. Diğer özellikler arasında özelleştirilebilir düzenleme desteği, temel efektler ve geçişler sayılabilir. + Kdenlive jest nieliniowym pakietem do edycji wideo obsługującym DV, HDC i wiele innych formatów. + kdenlive + mirrors://kde/stable/release-service/22.04.3/src/kdenlive-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-script-devel + ladspa-sdk-devel + qt5-svg-devel + qt5-webkit-devel + qt5-location-devel + karchive-devel + kbookmarks-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + kfilemetadata-devel + libv4l-devel + kio-devel + ffmpeg-devel + sdl-image-devel + kwidgetsaddons-devel + kplotting-devel + knotifyconfig-devel + knewstuff-devel + kxmlgui-devel + knotifications-devel + kguiaddons-devel + ktextwidgets-devel + kiconthemes-devel + kdoctools-devel + mlt-devel + purpose-devel + frei0r-plugins-devel + qt5-declarative-devel + qt5-multimedia-devel + qt5-quickcontrols2-devel + qt5-webengine-devel + qt5-networkauth-devel + kdeclarative-devel + kcrash-devel + + desktop/kde/applications/kdenlive/pspec.xml + + + kdenlive + + kio + mlt + cdrkit + ki18n + solid + kcrash + libgcc + ffmpeg + kconfig + kxmlgui + kdeclarative + qt5-svg + karchive + kservice + qt5-base + knewstuff + kplotting + sdl-image + dvdauthor + kbookmarks + kguiaddons + kitemviews + qt5-script + qt5-webkit + ladspa-sdk + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + qt5-location + ktextwidgets + kfilemetadata + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + frei0r-plugins + purpose + qt5-declarative + qt5-quickcontrols + qt5-quickcontrols2 + qt5-multimedia + qt5-webengine + qt5-networkauth + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/man + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-09 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-05 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-13 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-25 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcalc + http://kde.org/applications/utilities/kcalc + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A scientific calculator + Bir bilimsel hesap makinesi + KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance. + KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. + kcalc + mirrors://kde/stable/release-service/22.04.3/src/kcalc-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + gmp-devel + cmake + mpfr-devel + kconfig-devel + kconfigwidgets-devel + kguiaddons-devel + ki18n-devel + kinit-devel + knotifications-devel + kxmlgui-devel + mesa-devel + + desktop/kde/applications/kcalc/pspec.xml + + + kcalc + + qt5-base + gmp + ki18n + kcrash + kconfig + kxmlgui + kguiaddons + kcoreaddons + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-08-01 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-12 + 16.04.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdf + https://utils.kde.org/projects/kdf/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + View Disk Usage + KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager. + kdf + http://download.kde.org/stable/release-service/22.04.3/src/kdf-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + kcmutils-devel + kconfigwidgets-devel + kcoreaddons-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + knotifications-devel + kwidgetsaddons-devel + kxmlgui-devel + qt5-base-devel + + desktop/kde/applications/kdf/pspec.xml + + + kdf + View Disk Usage + + kcmutils + kconfigwidgets + kcoreaddons + ki18n + kiconthemes + kio + knotifications + kxmlgui + qt5-base + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-30 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ffmpegthumbs + https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.multimedia + ffmpeg based thumbnailer for KDE + KDE için ffmpeg tabanlı önizleme + FFmpeg-based thumbnail creator for video files + Video dosyaları için FFmpeg tabanlı önizleme oluşturur. + mirrors://kde/stable/release-service/22.04.3/src/ffmpegthumbs-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kio-devel + ki18n-devel + kconfig-devel + taglib-devel + ffmpeg-devel + + desktop/kde/applications/ffmpegthumbs/pspec.xml + + + ffmpegthumbs + + kio + ki18n + kconfig + ffmpeg + taglib + libgcc + qt5-base + + + /usr/share + /usr/lib + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kstars + https://www.kde.org/applications/education/kstars/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + A desktop planetarium for KDE + KDE için bir masaüstü gözlemevi + KStars is a Desktop Planetarium for KDE. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects, all 8 planets, the Sun and Moon, and thousands of comets and asteroids. + KStars, dünyanın herhangi bir yerinin herhangi bir anındaki gökyüzü yıldız haritasını gösterebilen bir uygulamadır. 100 milyon kadar yıldız, 13000 derin gök cismi, 8 gezegenin tümü, Güneş, Ay ile birçok kuyruklu yıldız ve astreoidi içeren bir veritabanı vardır. + kstars + https://download.kde.org/stable/kstars/kstars-3.5.9.tar.xz + + qt5-base-devel + qt5-datavis3d-devel + qt5-multimedia-devel + qt5-keychain-devel + qt5-svg-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + qt5-declarative-devel + qt5-location-devel + qt5-quickcontrols2-devel + qt5-websockets-devel + eigen3 + xplanet + kcrash-devel + libraw-devel + cfitsio-devel + libindi-devel + kdoctools-devel + kconfig-devel + kguiaddons-devel + kwidgetsaddons-devel + knewstuff-devel + kdbusaddons-devel + gettext-devel + ki18n-devel + kinit-devel + kjobwidgets-devel + kio-devel + kwindowsystem-devel + kxmlgui-devel + kplotting-devel + ktexteditor-devel + kiconthemes-devel + pkgconfig + mesa-glu-devel + mesa-devel + wcslib-devel + zlib-devel + gsl-devel + knotifyconfig-devel + extra-cmake-modules + libnova-devel + stellarsolver-devel + knotifications-devel + + desktop/kde/applications/kstars/pspec.xml + + + kstars + + qt5-base + qt5-svg + qt5-declarative + qt5-websockets + qt5-keychain + qt5-datavis3d + libindi + cfitsio + kio + gsl + kauth + libraw + libnova + kinit + kcrash + knewstuff + kplotting + ktexteditor + zlib + ki18n + libgcc + kconfig + kxmlgui + kcoreaddons + kiconthemes + kconfigwidgets + knotifyconfig + kwidgetsaddons + wcslib + xplanet + knotifications + libnova + stellarsolver + + + /etc/dbus-1/system.d/org.kde.kf5auth.kstars.conf + /etc/xdg + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-06-21 + 3.5.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 3.5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 3.5.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 3.5.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 3.5.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 3.5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 3.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 3.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 3.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 3.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-16 + 3.5.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2020-09-13 + 3.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 3.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 3.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 3.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 3.3.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 3.3.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 3.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 3.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 3.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 3.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 17.08.3 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 17.08.3 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-14 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-01 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kalarm + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Personal alarm scheduler + KAlarm is a personal alarm message, audio, command and email scheduler + http://download.kde.org/stable/release-service/22.04.3/src/kalarm-22.04.3.tar.xz + + akonadi-contacts-devel + akonadi-devel + akonadi-mime-devel + extra-cmake-modules + kauth-devel + kcalendarcore-devel + kcalutils-devel + kcmutils-devel + kcodecs-devel + kcompletion-devel + kconfig-devel + kconfigwidgets + kdbusaddons-devel + kdelibs4-support-devel + kdoctools-devel + kguiaddons-devel + kholidays-devel + ki18n-devel + kiconthemes-devel + kidentitymanagement-devel + kio-devel + kjobwidgets-devel + kmime-devel + knotifications-devel + kpimtextedit-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + libX11-devel + libkdepim-devel + libxslt-devel + mailcommon-devel + pimcommon-devel + qt5-base-devel + qt5-phonon-devel + qt5-x11extras-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kitemmodels-devel + kcontacts-devel + messagelib-devel + kimap-devel + cyrus-sasl-devel + libkleo-devel + gpgme-devel + kmailtransport-devel + kidletime-devel + knotifyconfig-devel + + desktop/kde/applications/kalarm/pspec.xml + + + kalarm + Personal alarm scheduler + + kio + kauth + ki18n + kmime + libgcc + akonadi + kcodecs + kconfig + kxmlgui + kcalendarcore + kservice + kcalutils + kcontacts + kholidays + libkdepim + pimcommon + kguiaddons + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + akonadi-mime + kpimtextedit + ktextwidgets + kwindowsystem + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + akonadi-contacts + kdelibs4-support + kidentitymanagement + qt5-base + kidletime + knotifyconfig + + + /etc/dbus-1 + /etc/xdg + /usr/lib + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-09 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-04 + 17.04.2 + Version bummp. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-27 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + libkmahjongg + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.games + Common code, backgrounds and tile sets for games using Mahjongg tiles + Common code, backgrounds and tile sets for games using Mahjongg tiles. + mirrors://kde/stable/release-service/22.04.3/src/libkmahjongg-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + extra-cmake-modules + gettext-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kcompletion-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcoreaddons-devel + mesa-devel + + desktop/kde/applications/libkmahjongg/pspec.xml + + + libkmahjongg + + qt5-base + qt5-svg + libgcc + ki18n + kconfig + kcompletion + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + + + + libkmahjongg-devel + Development files for libkmahjongg + + libkmahjongg + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + spectacle + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.graphics + KDE screenshot capture utility + Ekran görüntüsü yakalama aracı + Spectacle, a new screenshot application that aims to replace KSnapshot.. + spectacle bir ekran görüntüsü yakalama aracıdır. + mirrors://kde/stable/release-service/22.04.3/src/spectacle-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + libkipi-devel + qt5-script-devel + libxcb-devel + libkscreen-devel + xcb-util-devel + qt5-x11extras-devel + xcb-util-image-devel + xcb-util-cursor-devel + kxmlgui-devel + knewstuff-devel + kio-devel + purpose-devel + kwindowsystem-devel + kcoreaddons-devel + ki18n-devel + kwidgetsaddons-devel + kdeclarative-devel + kwayland-devel + knotifications-devel + kglobalaccel-devel + qt5-declarative-devel + qt5-svg-devel + kguiaddons-devel + + desktop/kde/applications/spectacle/pspec.xml + + + spectacle + + qt5-base + kio + libkscreen + purpose + xcb-util-cursor + ki18n + libgcc + kconfig + kxmlgui + knewstuff + libkipi + kdeclarative + kservice + kcoreaddons + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kdbusaddons + libxcb + xcb-util + kwayland + qt5-x11extras + xcb-util-image + qt5-declarative + qt5-svg + kglobalaccel + kguiaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + /usr/lib + + + ksnapshot + + + ksnapshot + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-31 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-dev-scripts + https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.sdk + Scripts and setting files useful during development of KDE software + Scripts and setting files useful during development of KDE software + mirrors://kde/stable/release-service/22.04.3/src/kde-dev-scripts-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + docbook-xml + + desktop/kde/applications/kde-dev-scripts/pspec.xml + + + kde-dev-scripts + Scripts and setting files useful during development of KDE software + + qt5-base + kdoctools + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + blogilo + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + A KDE blogging client + Blogilo is an fully-featured blogging client. It allows local creation and editing of blog posts. Various blogging APIs are supported for publishing. + https://github.com/KDE/blogilo/archive/v17.08.3.tar.gz + + qt5-base + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + qt5-webengine-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ksyndication-devel + libkdepim-devel + akonadi-devel + akonadi-contacts-devel + akonadi-mime-devel + kcontacts-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + messagelib-devel + syntax-highlighting-devel + libkgapi-devel + + desktop/kde/applications/blogilo/pspec.xml + + + blogilo + A KDE blogging client + + qt5-base + kio + kblog + ki18n + kcrash + libgcc + kconfig + kwallet + kxmlgui + qt5-base + pimcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + ktexteditor + kpimtextedit + ktextwidgets + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2018-10-18 + 17.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-02 + 17.08.3 + Release bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-19 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-03 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kdegraphics-mobipocket + https://www.kde.org/applications/graphics/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + A collection of plugins to handle mobipocket files + A library to handle mobipocket files + A collection of plugins to handle mobipocket files + A library to handle mobipocket files + kdegraphics-mobipocket + http://download.kde.org/stable/release-service/22.04.3/src/kdegraphics-mobipocket-22.04.3.tar.xz + + extra-cmake-modules + kio-devel + qt5-base-devel + + desktop/kde/applications/kdegraphics-mobipocket/pspec.xml + + + kdegraphics-mobipocket + A collection of plugins to handle mobipocket files + + kio + qt5-base + + + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + kdegraphics-mobipocket-devel + Development headers for kdegraphics-mobipocket + + kdegraphics-mobipocket + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-19 + 16.12.0 + Rebuild. + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kmail + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + KDE mail client + KMail is the email component of Kontact, the integrated personal information manager from KDE. + mirrors://kde/stable/release-service/22.04.3/src/kmail-22.04.3.tar.xz + + gpgme-devel + extra-cmake-modules + kbookmarks-devel + kcmutils-devel + kcodecs-devel + kconfig-devel + kconfigwidgets-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kio-devel + kitemviews-devel + kjobwidgets-devel + knotifications-devel + knotifyconfig-devel + kparts-devel + kservice-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + sonnet-devel + akonadi-contacts-devel + akonadi-devel + akonadi-mime-devel + akonadi-search-devel + kcalendarcore-devel + kcalutils-devel + kcontacts-devel + kidentitymanagement-devel + kldap-devel + kmailtransport-devel + kmime-devel + kpimtextedit-devel + ktnef-devel + libgravatar + libkleo-devel + messagelib-devel + pimcommon-devel + qt5-base-devel + qt5-webengine-devel + kitemmodels-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + cyrus-sasl-devel + kontactinterface-devel + libksieve-devel + mailcommon-devel + kimap-devel + libgravatar-devel + libkdepim-devel + syntax-highlighting-devel + gpgme-qt5-devel + ffmpeg-devel + libXScrnSaver-devel + akonadi-calendar-devel + akonadi-import-wizard-devel + qt5-keychain-devel + kuserfeedback-devel + + desktop/kde/applications/kmail/pspec.xml + + + kmail + KDE mail client + + kio + gpgme + ki18n + kmime + ktnef + kcrash + kparts + libgcc + sonnet + akonadi + kcodecs + kconfig + kxmlgui + libkleo + kcalendarcore + kcmutils + kservice + qt5-base + kcalutils + kcontacts + libkdepim + libksieve + pimcommon + kbookmarks + kguiaddons + kitemviews + mailcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + libgravatar + akonadi-mime + kpimtextedit + ktextwidgets + knotifyconfig + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + akonadi-contacts + kontactinterface + akonadi-calendar + kidentitymanagement + kmail-account-wizard + akonadi-import-wizard + qt5-keychain + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-07 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-08 + 16.12.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-04 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kturtle + http://edu.kde.org/applications/all/kturtle + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + An educational programming environment + Öğrenim amaçlı programlama ortamı + KTurtle is an educational programming environment that aims to make learning how to program as easily as possible. To achieve this KTurtle makes all programming tools available from the user interface. The programming language used is TurtleScript which allows its commands to be translated. + KTurtle, programlama öğrenmeyi olabildiğince kolaylaştırmak için tasarlanmış bir programlama uygulamasıdır. Bu amaçla tasarlanan arayüz tüm gerekli araçları kullanıcıya sunar. Ayrıca kullanılan programlama dili olan TurtleScript başka dillere çevrilebilen bir yapıya sahiptir. + kturtle + mirrors://kde/stable/release-service/22.04.3/src/kturtle-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + kdoctools-devel + knewstuff-devel + extra-cmake-modules + kio-devel + kcoreaddons-devel + ktextwidgets-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kxmlgui-devel + kconfig-devel + gettext-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kturtle/pspec.xml + + + kturtle + + qt5-base + qt5-svg + ki18n + knewstuff + libgcc + kcoreaddons + ktextwidgets + kconfigwidgets + kwidgetsaddons + kxmlgui + kconfig + + + /etc/xdg + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kontact + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPL2 + desktop.kde.applications + 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/release-service/22.04.3/src/kontact-22.04.3.tar.xz + + boost-devel + extra-cmake-modules + kdoctools-devel + kontactinterface-devel + mailcommon-devel + qt5-base-devel + qt5-webengine-devel + kdbusaddons-devel + kcmutils-devel + kpimtextedit-devel + akonadi-devel + kitemmodels-devel + kparts-devel + akonadi-mime-devel + messagelib-devel + kmime-devel + pimcommon-devel + kcontacts-devel + akonadi-contacts-devel + kimap-devel + cyrus-sasl-devel + kidentitymanagement-devel + libkleo-devel + gpgme-devel + grantlee-qt5-devel + grantleetheme-devel + libkdepim-devel + ffmpeg-devel + libXScrnSaver-devel + kguiaddons-devel + + desktop/kde/applications/kontact/pspec.xml + + + kontact + KDE Personal Information Manager + + kio + ki18n + kcrash + kparts + libgcc + kconfig + kxmlgui + kcmutils + kservice + qt5-base + libkdepim + kguiaddons + kcompletion + kcoreaddons + kiconthemes + grantleetheme + kwindowsystem + qt5-webengine + kconfigwidgets + kwidgetsaddons + kontactinterface + + + /etc/xdg + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-09 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-26 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kalzium + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:console + desktop.kde.applications + Periodic Table of Elements + Periodic Table of Elements + Elementlerin periyodik tablosu + Elementlerin periyodik tablosu + https://download.kde.org/stable/release-service/22.04.3/src/kalzium-22.04.3.tar.xz + + cmake + eigen3 + ocaml + kio-devel + khtml-devel + ki18n-devel + kinit-devel + kconfig-devel + kxmlgui-devel + qt5-svg-devel + qt5-base-devel + kitemmodels-devel + kemoticons-devel + kplotting-devel + kitemviews-devel + kdoctools-devel + qt5-script-devel + kcompletion-devel + kcoreaddons-devel + ktextwidgets-devel + kdesignerplugin + kconfigwidgets-devel + kwidgetsaddons-devel + kunitconversion-devel + kdelibs4-support-devel + extra-cmake-modules + + desktop/kde/applications/kalzium/pspec.xml + + + kalzium + + kio + khtml + ki18n + kconfig + kxmlgui + qt5-svg + qt5-base + kplotting + kitemviews + qt5-script + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + kwidgetsaddons + kunitconversion + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + kalzium-devel + Development files for kalzium + + kalzium + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-27 + 18.12.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + kdeedu-data + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.applications + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/release-service/22.04.3/src/kdeedu-data-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/applications/kdeedu-data/pspec.xml + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksystemlog + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + System log viewer. + Sistem kayıt görüntüleyicisi. + KSystemLog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...). + Ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır. + ksystemlog + mirrors://kde/stable/release-service/22.04.3/src/ksystemlog-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kxmlgui-devel + kcoreaddons-devel + kwidgetsaddons-devel + kitemviews-devel + kiconthemes-devel + kio-devel + kconfig-devel + karchive-devel + kdoctools-devel + ki18n-devel + kcompletion-devel + ktextwidgets-devel + + desktop/kde/applications/ksystemlog/pspec.xml + + + ksystemlog + + kio + ki18n + libgcc + kconfig + kxmlgui + karchive + kservice + qt5-base + kitemviews + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/applications + /usr/share/kxmlgui5 + /usr/share/doc + /usr/share/locale + + + kdeadmin + + + kdeadmin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + klines + https://www.kde.org/applications/games/klines/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Kolor Lines + Renkli çizgiler + Kolor Lines is a simple but highly addictive, one player game for KDE. Kolor Lines has been inspired by well known game of Color Lines. The goal of Kolor Lines is quite plain. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five. + Kolor Lines basit ama bağımlılık yapıcı bir oyundur. Dünyaca ünlü Color Lines'tan esinlenilen oyunda amacınız aynı renkli toplardan beş tanesini yan yana getirmektir. + klines + mirrors://kde/stable/release-service/22.04.3/src/klines-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kguiaddons-devel + kservice-devel + kconfigwidgets-devel + kitemviews-devel + kiconthemes-devel + kxmlgui-devel + kio-devel + knewstuff-devel + libkdegames-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/klines/pspec.xml + + + klines + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + dragonplayer + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.multimedia + Multimedia player + a multimedia player where the focus is on simplicity, instead of features. + mirrors://kde/stable/release-service/22.04.3/src/dragon-22.04.3.tar.xz + + qt5-base-devel + qt5-phonon-devel + kdoctools-devel + kio-devel + kcrash-devel + kparts-devel + docbook-xsl + kdbusaddons-devel + knotifications-devel + extra-cmake-modules + + desktop/kde/applications/dragonplayer/pspec.xml + + + dragonplayer + + qt5-base + qt5-phonon + kio + ki18n + solid + libgcc + kcrash + kconfig + kxmlgui + kservice + qt5-phonon + kcoreaddons + kdbusaddons + kjobwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons + kparts + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkdcraw + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + A C++ interface around LibRaw library + LibRaw kitaplığı için C++ arayüzü + libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files. + libkdcraw, RAW resim dosyalarını çözmek için kullanılan LibRaW kitaplığının C++ arayüzüdür. + libkdcraw + mirrors://kde/stable/release-service/22.04.3/src/libkdcraw-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + libraw-devel + kconfig-devel + ki18n-devel + cmake + extra-cmake-modules + qca2-qt5-devel + + desktop/kde/applications/libkdcraw/pspec.xml + + + libkdcraw + + qt5-base + libraw + kconfig + ki18n + libgcc + + + /usr/lib + /usr/bin + /usr/share/icons + /usr/share/ + + + + libkdcraw-devel + Development files for libkdcraw + libkdcraw için geliştirme dosyaları + + libkdcraw + qt5-base-devel + libraw-devel + kconfig-devel + ki18n-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/apps/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-05 + 21.12.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-common-internals + https://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Common components for KDE-Telepathy + Common components for KDE-Telepathy + mirrors://kde/stable/release-service/22.04.3/src/ktp-common-internals-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kcoreaddons-devel + knotifications-devel + kio-devel + kwidgetsaddons-devel + kcmutils-devel + knotifyconfig-devel + ktexteditor-devel + kwallet-devel + kconfig-devel + kwindowsystem-devel + kiconthemes-devel + kpeople-devel + signon-devel + kaccounts-integration-devel + telepathy-logger-qt-devel + libaccounts-qt5-devel + telepathy-qt5-devel + libaccounts-glib-devel + libgcrypt-devel + sqlite-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + telepathy-mission-control-devel + libotr-devel + + desktop/kde/applications/ktp-common-internals/pspec.xml + + + ktp-common-internals + Common components for KDE-Telepathy + + ki18n + kparts + libgcc + libotr + signon + kconfig + kpeople + kwallet + kxmlgui + kcmutils + kservice + qt5-base + libgcrypt + kcoreaddons + kiconthemes + ktexteditor + knotifyconfig + telepathy-qt5 + kconfigwidgets + knotifications + kwidgetsaddons + libaccounts-qt5 + qt5-declarative + telepathy-logger-qt + kaccounts-integration + + + /usr/bin + /usr/lib/libKTpCommonInternals.so.* + /usr/lib/libKTpModels.so.* + /usr/lib/libKTpLogger.so.* + /usr/lib/libKTpWidgets.so.* + /usr/lib/libKTpOTR.so.* + /usr/lib/ktp-proxy + /usr/lib/qt5 + /usr/share/kservices5 + /usr/share/kservicetypes5 + /usr/share/knotifications5 + /usr/share/config.kcfg + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/icons + /usr/share/katepart5 + /usr/share/doc + /usr/share/locale + + + + ktp-common-internals-devel + Development files for ktp-common-internals + + ktp-common-internals + libotr-devel + + + /usr/include/KTp + /usr/lib/cmake/KTp + /usr/lib/libKTpCommonInternals.so + /usr/lib/libKTpModels.so + /usr/lib/libKTpLogger.so + /usr/lib/libKTpWidgets.so + /usr/lib/libKTpOTR.so + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kamera + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + Webcam support for KDE + KDE için web kamera desteği + Kamera is a plugin for KDE to use webcam. + Kamera, KDE için bir web kamera eklentisidir. + mirrors://kde/stable/release-service/22.04.3/src/kamera-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfigwidgets-devel + kxmlgui-devel + kio-devel + ki18n-devel + kconfig-devel + kdoctools-devel + libgphoto2-devel + + desktop/kde/applications/kamera/pspec.xml + + + kamera + + kio + ki18n + libgcc + kconfig + kxmlgui + qt5-base + libgphoto2 + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kleopatra + https://www.kde.org/applications/utilities/kleopatra/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + FDL-1.1 + LGPLv2 + app:gui + desktop.kde.applications + Certificate Manager and Unified Crypto GUI + Kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers. + mirrors://kde/stable/release-service/22.04.3/src/kleopatra-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcodecs-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kdbusaddons-devel + kcmutils-devel + libkleo-devel + kdoctools-devel + kmime-devel + libassuan-devel + gpgme-devel + gpgme-qt5-devel + kitemmodels-devel + ktextwidgets-devel + knotifications-devel + + desktop/kde/applications/kleopatra/pspec.xml + + + kleopatra + Certificate Manager and Unified Crypto GUI + + gpgme + ki18n + kmime + libgcc + kconfig + kxmlgui + libkleo + kcmutils + qt5-base + libassuan + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + libgpg-error + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-09 + 16.04.0 + Firs release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kaddressbook + https://kontact.kde.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + KDE contact manager + Kişilerinizi kolayca yönetin + KAddressBook reborn to make your data available to all your applications + KAddressBook, kişilerinizi kolayca yönetmenizi sağlar. Bir e-posta gönderirken veya bir toplantı daveti oluştururken kolayca kişileri seçmenize olanak tanıyan Kontact'ın geri kalanıyla derinlemesine entegre edilmiştir. + mirrors://kde/stable/release-service/22.04.3/src/kaddressbook-22.04.3.tar.xz + + kinit-devel + kimap-devel + kparts-devel + kcrash-devel + prison-devel + akonadi-devel + libkleo-devel + kcmutils-devel + qt5-base-devel + libkdepim-devel + pimcommon-devel + kdoctools-devel + kemoticons-devel + mailcommon-devel + messagelib-devel + kdbusaddons-devel + cyrus-sasl-devel + kitemmodels-devel + grantlee-qt5-devel + akonadi-mime-devel + kpimtextedit-devel + grantleetheme-devel + extra-cmake-modules + akonadi-search-devel + kunitconversion-devel + kontactinterface-devel + akonadi-contacts-devel + kidentitymanagement-devel + kuserfeedback-devel + gpgme-devel + gpgme-qt5-devel + + desktop/kde/applications/kaddressbook/pspec.xml + + + kaddressbook + KDE contact manager + + ki18n + kcrash + kparts + libgcc + akonadi + kconfig + kxmlgui + kcmutils + qt5-base + kcontacts + libkdepim + pimcommon + kcompletion + kcoreaddons + kiconthemes + kitemmodels + grantleetheme + akonadi-search + kconfigwidgets + kwidgetsaddons + akonadi-contacts + kontactinterface + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + kaddressbook-devel + Development files for kaddressbook + + kaddressbook + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-06 + 18.12.3 + Fix Dependency. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-09 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-04 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-07 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ktp-filetransfer-handler + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + KDE Telepathy file transfer handler + KDE Telepathy file transfer handler + mirrors://kde/stable/release-service/22.04.3/src/ktp-filetransfer-handler-22.04.3.tar.xz + + extra-cmake-modules + kcoreaddons-devel + ki18n-devel + kio-devel + kwallet-devel + kconfig-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/applications/ktp-filetransfer-handler/pspec.xml + + + ktp-filetransfer-handler + KDE Telepathy file transfer handler + + kio + ki18n + kwallet + libgcc + kconfig + qt5-base + kcoreaddons + telepathy-qt5 + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkdegames + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + Common code and data for many KDE games + Common code and data for many KDE games + mirrors://kde/stable/release-service/22.04.3/src/libkdegames-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + kdnssd-devel + openal-devel + cmake + extra-cmake-modules + python3 + kdeclarative-devel + knewstuff-devel + kio-devel + ki18n-devel + libgcc + kconfig-devel + kxmlgui-devel + qt5-svg-devel + karchive-devel + kguiaddons-devel + libsndfile-devel + kcompletion-devel + kcoreaddons-devel + kiconthemes-devel + kconfigwidgets-devel + kwidgetsaddons-devel + qt5-declarative-devel + kdesignerplugin + mesa-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kglobalaccel-devel + ktextwidgets-devel + kunitconversion-devel + + desktop/kde/applications/libkdegames/pspec.xml + + + libkdegames + + qt5-base + kdnssd + kdeclarative + knewstuff + kio + ki18n + libgcc + openal + kconfig + kxmlgui + qt5-svg + karchive + kguiaddons + libsndfile + kcompletion + kcoreaddons + kiconthemes + kglobalaccel + ktextwidgets + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libkdegames-devel + Shared libraries for KDE games. + + libkdegames + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kimap + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Job-based API for interacting with IMAP servers + API for interacting with IMAP servers + mirrors://kde/stable/release-service/22.04.3/src/kimap-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + kmime-devel + boost-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + cyrus-sasl-devel + kunitconversion-devel + extra-cmake-modules + + desktop/kde/applications/kimap/pspec.xml + + + kimap + + qt5-base + kmime + kio + ki18n + libgcc + kcodecs + cyrus-sasl + kcoreaddons + + + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share + + + + kimap-devel + Development files for kimap + + qt5-base-devel + kimap + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-27 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-19 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + bovo + https://www.kde.org/applications/games/bovo/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.kde.games + A Gomoku like game for two players. + Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board. + bovo + mirrors://kde/stable/release-service/22.04.3/src/bovo-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + qt5-svg-devel + kxmlgui-devel + kdoctools-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/bovo/pspec.xml + + + bovo + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/appdata + /usr/share/icons + /usr/share/kxmlgui5 + /usr/share/applications + /usr/share/bovo + /usr/share/doc + + + org.kde.bovo.desktop + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkdepim + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.applications + Libraries for KDE PIM applications + Libraries for KDE PIM applications + mirrors://kde/stable/release-service/22.04.3/src/libkdepim-22.04.3.tar.xz + + qt5-base-devel + qt5-designer-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + akonadi-devel + kjobwidgets-devel + kitemmodels-devel + kunitconversion-devel + kemoticons-devel + kinit-devel + solid-devel + cmake + extra-cmake-modules + boost-devel + kmime-devel + kcmutils-devel + kldap-devel + kio-devel + kcompletion-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + cyrus-sasl-devel + kcontacts-devel + akonadi-contacts-devel + akonadi-search-devel + akonadi-mime-devel + + desktop/kde/applications/libkdepim/pspec.xml + + + libkdepim + + kio + ki18n + kldap + libgcc + akonadi + kcodecs + kconfig + kwallet + kcmutils + qt5-base + qt5-designer + kcontacts + kitemviews + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + akonadi-search + akonadi-contacts + kconfigwidgets + kwidgetsaddons + + + /usr/lib + /usr/bin + /usr/share + /usr/share/icons + /etc + + + + libkdepim-devel + Development files for libkdepim + + libkdepim + qt5-base-devel + qt5-designer-devel + kxmlgui-devel + ki18n-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-27 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-19 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-04-25 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + grantleetheme + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.applications + Library for Grantlee theming support + Library for Grantlee theming support + mirrors://kde/stable/release-service/22.04.3/src/grantleetheme-22.04.3.tar.xz + + qt5-base-devel + boost-devel + ki18n-devel + kiconthemes-devel + extra-cmake-modules + kguiaddons-devel + grantlee-qt5-devel + knewstuff-devel + + desktop/kde/applications/grantleetheme/pspec.xml + + + grantleetheme + + qt5-base + ki18n + libgcc + kconfig + kxmlgui + knewstuff + kguiaddons + kcoreaddons + kiconthemes + grantlee-qt5 + kwidgetsaddons + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/mkspecs/ + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/kservices5 + /usr/share/kservicetypes5 + /usr/share/dbus-1 + /usr/share/config.kcfg + /usr/share/kf5 + /usr/share/config + /usr/share/akonadi + /usr/share + /usr/share/akonadicontact/grantleetheme/default + /usr/share/locale + + + + grantleetheme-devel + Development package for grantleetheme libraries + Contains development tools and header files for grantleetheme + + qt5-base-devel + boost-devel + ki18n-devel + grantleetheme + + + /usr/lib/cmake + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-04-25 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kontactinterface + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + Kontact Plugin Interface Library + This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). + mirrors://kde/stable/release-service/22.04.3/src/kontactinterface-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + kcoreaddons-devel + kparts-devel + kwindowsystem-devel + ki18n-devel + kxmlgui-devel + kiconthemes-devel + + desktop/kde/applications/kontactinterface/pspec.xml + + + kontactinterface + + qt5-base + kio + kparts + libgcc + kxmlgui + kcoreaddons + kiconthemes + kwindowsystem + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kontactinterface-devel + Development files for kontactinterface + + qt5-base-devel + kontactinterface + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + messagelib + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + KDE PIM library providing support for mail applications + KDE PIM library providing support for mail applications + mirrors://kde/stable/release-service/22.04.3/src/messagelib-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + boost-devel + kdoctools-devel + mailimporter-devel + libgravatar-devel + kidentitymanagement-devel + kmailtransport-devel + kmbox-devel + akonadi-devel + solid-devel + kguiaddons-devel + kitemmodels-devel + qt5-webkit-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kmime-devel + kcontacts-devel + kcalendarcore-devel + kdewebkit-devel + akonadi-calendar-devel + akonadi-search-devel + syntax-highlighting-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 + qca2-qt5-devel + akonadi-notes-devel + akonadi-mime-devel + akonadi-contacts-devel + openldap-client + cyrus-sasl-devel + karchive-devel + kcodecs-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + ki18n-devel + kiconthemes-devel + kio-devel + kitemviews-devel + kjobwidgets-devel + kservice-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + sonnet-devel + knewstuff-devel + syntax-highlighting + knotifications-devel + + desktop/kde/applications/messagelib/pspec.xml + + + messagelib + + qt5-base + qt5-webengine + akonadi-notes + libgcc + libkdepim + mailimporter + kio + ki18n + kmbox + kmime + sonnet + akonadi + gpgme + kcodecs + kconfig + kxmlgui + libkleo + karchive + kguiaddons + kcalendarcore + kservice + kcontacts + kdewebkit + pimcommon + akonadi-mime + kitemviews + qt5-webkit + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + libgravatar + grantlee-qt5 + kpimtextedit + ktextwidgets + grantleetheme + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + syntax-highlighting + akonadi-contacts + knewstuff + kidentitymanagement + qca2-qt5 + knotifications + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + messagelib-devel + Development files for messagelib + + messagelib + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-26 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + blinken + https://www.kde.org/applications/education/blinken/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + FDL + GPL + LGPL + gui + desktop.kde.edu + Blinken - Memory Enhancement Game + Hafıza geliştirme oyunu. + Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound. + Hafıza geliştirme oyunu. + mirrors://kde/stable/release-service/22.04.3/src/blinken-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kxmlgui-devel + qt5-svg-devel + qt5-base-devel + qt5-phonon-devel + + desktop/kde/applications/blinken/pspec.xml + + + blinken + Blinken - Memory Enhancement Game + + kcrash + kconfig + kcoreaddons + kdbusaddons + kguiaddons + ki18n + kxmlgui + libgcc + qt5-base + qt5-phonon + qt5-svg + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kiriki + https://www.kde.org/applications/games/kiriki/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Yahtzee like dice game + Yahtzee benzeri zar oyunu + Kiriki is an addictive and fun dice game for KDE, designed to be played by as many as six players. + Kiriki KDE için alışkanlık yapan ve eğlenceli bir zar oyunudur. Altı oyuncuya kadar birlikte oynanabilir. + kiriki + mirrors://kde/stable/release-service/22.04.3/src/kiriki-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kdbusaddons-devel + kdoctools-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kiconthemes-devel + kxmlgui-devel + kio-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kiriki/pspec.xml + + + kiriki + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + kiconthemes + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + konversation + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.applications + A user friendly IRC client for KDE + Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform. + mirrors://kde/stable/konversation/1.7.7/src/konversation-1.7.7.tar.xz + + qt5-base-devel + qt5-phonon-devel + extra-cmake-modules + kdoctools-devel + kitemviews-devel + kbookmarks-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kemoticons-devel + ki18n-devel + kidletime-devel + knotifyconfig-devel + kio-devel + kparts-devel + solid-devel + sonnet-devel + kwallet-devel + kwidgetsaddons-devel + kglobalaccel-devel + kdbusaddons-devel + knotifications-devel + kwindowsystem-devel + kiconthemes-devel + karchive-devel + qca2-qt5-devel + python3-devel + gettext-devel + docbook-xsl + kcrash-devel + + desktop/kde/applications/konversation/pspec.xml + + + konversation + + qt5-base + qca2-qt5 + kemoticons + kidletime + knotifyconfig + kparts + kio + kcrash + libgcc + ki18n + sonnet + kcodecs + kconfig + kwallet + kxmlgui + karchive + kservice + kbookmarks + kitemviews + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kglobalaccel + ktextwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2022-06-21 + 1.7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 1.7.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 1.7.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 1.7.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 1.7.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 1.7.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-17 + 1.7.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-05-10 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 1.6.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-28 + 1.6.0 + Release bump + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-05-08 + 1.6.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kcharselect + http://utils.kde.org/projects/kcharselect + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A character selector + Bir karakter seçici + KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. + KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. + kcharselect + mirrors://kde/stable/release-service/22.04.3/src/kcharselect-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + kbookmarks-devel + cmake + extra-cmake-modules + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel + kcrash-devel + mesa-devel + + desktop/kde/applications/kcharselect/pspec.xml + + + kcharselect + + qt5-base + kxmlgui + ki18n + libgcc + kconfig + kcrash + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + pimcommon + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.applications + Common libraries for KDE PIM + Common libraries for KDE PIM + mirrors://kde/stable/release-service/22.04.3/src/pimcommon-22.04.3.tar.xz + + qt5-base-devel + boost-devel + gpgme-devel + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + prison-devel + kmbox-devel + qt5-phonon-devel + akonadi-devel + libical-devel + libqjson-devel + libgpg-error-devel + libxslt-devel + openldap-client + cyrus-sasl-devel + kitemviews-devel + kio-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kmime-devel + kcontacts-devel + kcalendarcore-devel + kldap-devel + libkdepim-devel + extra-cmake-modules + akonadi-calendar-devel + akonadi-contacts-devel + akonadi-search-devel + akonadi-mime-devel + qt5-webkit-devel + qt5-webengine-devel + grantlee-qt5-devel + kdoctools-devel + knewstuff-devel + kpimtextedit-devel + kimap-devel + purpose-devel + + desktop/kde/applications/pimcommon/pspec.xml + + + pimcommon + + qt5-base + kio + ki18n + libgcc + kcodecs + kmime + kldap + kxmlgui + kwallet + karchive + kjobwidgets + qt5-webengine + kcalendarcore + kcontacts + kconfig + libxml2 + kservice + kguiaddons + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + ktextwidgets + kconfigwidgets + kwidgetsaddons + qt5-phonon + prison + akonadi + libkdepim + akonadi-contacts + kdoctools + knewstuff + kpimtextedit + grantlee-qt5 + kimap + cyrus-sasl + purpose + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/mkspecs/ + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/dbus-1 + /usr/share/config.kcfg + /usr/share/kf5 + /usr/share/config + /usr/share/akonadi + /usr/share/akonadicontact/grantleetheme/default + /usr/share/locale + /usr/share + + + + pimcommon-devel + Development package for pimcommon libraries + Contains development tools and header files for kdepim-common + + qt5-base-devel + boost-devel + pimcommon + + + /usr/lib/cmake + /usr/include + /usr/lib/gpgmepp + /usr/share/kde4/apps/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-22 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-04-25 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + killbots + https://www.kde.org/applications/games/killbots/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Run for your life + Hayatta kalmak için kaçın + Killbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. + Killbots katil robotlardan kaçmaya çalıştığınız basit bir oyundur. Robotların kimin tarafından yaratıldığı veya neden yok etmek için programlandığı bilinmiyor. Tek gerçek şu ki bir çok robot var ve tek amaçları sizi yok etmek. + killbots + mirrors://kde/stable/release-service/22.04.3/src/killbots-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kitemviews-devel + kiconthemes-devel + kxmlgui-devel + kio-devel + kcompletion-devel + knotifyconfig-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/killbots/pspec.xml + + + killbots + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + keditbookmarks + https://github.com/KDE/keditbookmarks + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Bookmark Organizer and Editor + Bookmark Organizer and Editor + keditbookmarks + mirrors://kde/stable/release-service/22.04.3/src/keditbookmarks-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + kbookmarks-devel + kcoreaddons-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kparts-devel + kwindowsystem-devel + python-devel + qt5-base-devel + + desktop/kde/applications/keditbookmarks/pspec.xml + + + keditbookmarks + Bookmark Organizer and Editor + + kbookmarks + ki18n + kio + kparts + qt5-base + libgcc + kconfig + kxmlgui + kservice + kcompletion + kcoreaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + kde-baseapps + + + kde-baseapps + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-03 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + gwenview + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + library + desktop.kde.graphics + An image viewer + Resim görüntüleyici + Gwenview is an easy to use image viewer + Gwenview, kullanımı kolay bir resim görüntüleyicisidir. + gwenview + mirrors://kde/stable/release-service/22.04.3/src/gwenview-22.04.3.tar.xz + + exiv2-devel + qt5-base-devel + qt5-svg-devel + qt5-x11extras-devel + qt5-phonon-devel + tiff-devel + purpose-devel + cfitsio-devel + libkipi-devel + kdoctools-devel + kio-devel + kactivities-devel + kded-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + baloo-devel + libkdcraw-devel + libpng-devel + zlib-devel + mesa-devel + docbook-xsl + extra-cmake-modules + lcms2-devel + libX11-devel + kparts-devel + tiff-devel + purpose-devel + cfitsio-devel + libraw-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + knotifications-devel + kwindowsystem-devel + + desktop/kde/applications/gwenview/pspec.xml + + + gwenview + + qt5-base + exiv2-libs + solid + kactivities + libkipi + libkdcraw + kded + tiff + purpose + cfitsio + kio + ki18n + lcms2 + kparts + libX11 + libgcc + libpng + kconfig + kxmlgui + qt5-svg + kservice + baloo + kitemviews + qt5-phonon + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + ktextwidgets + libjpeg-turbo + qt5-x11extras + kconfigwidgets + knotifications + kwidgetsaddons + kfilemetadata + kguiaddons + libraw + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + /usr/share/icons + /usr/share/applications + + + + + 2022-07-15 + 22.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-31 + 21.12.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 17.08.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + korganizer + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + 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/release-service/22.04.3/src/korganizer-22.04.3.tar.xz + + gpgme-devel + extra-cmake-modules + kcmutils-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + prison-devel + akonadi-devel + akonadi-search-devel + grantleetheme-devel + kpimtextedit-devel + libkdepim-devel + libkleo-devel + pimcommon-devel + qt5-base-devel + kitemmodels-devel + akonadi-mime-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + knewstuff-devel + akonadi-contacts-devel + kidentitymanagement-devel + kmailtransport-devel + cyrus-sasl-devel + kcalutils-devel + kholidays-devel + kldap-devel + akonadi-calendar-devel + kontactinterface-devel + akonadi-notes-devel + mailcommon-devel + messagelib-devel + kimap-devel + incidenceeditor-devel + eventviews-devel + calendarsupport-devel + kparts-devel + kuserfeedback-devel + knotifications-devel + qt5-phonon-devel + + desktop/kde/applications/korganizer/pspec.xml + + + korganizer + Calendar and scheduling Program + + kio + ki18n + kmime + kcrash + kparts + libgcc + akonadi + kcodecs + kconfig + kxmlgui + kcalendarcore + kcmutils + kservice + qt5-base + kcalutils + kcontacts + kholidays + knewstuff + libkdepim + pimcommon + eventviews + kitemviews + mailcommon + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + akonadi-mime + kpimtextedit + akonadi-notes + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + calendarsupport + incidenceeditor + akonadi-calendar + akonadi-contacts + kdelibs4-support + kontactinterface + kidentitymanagement + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 17.12.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-09 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-08 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + bomber + https://www.kde.org/applications/games/bomber/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.kde.games + A single player arcade game + Bomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height. + mirrors://kde/stable/release-service/22.04.3/src/bomber-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + kxmlgui-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcrash-devel + + desktop/kde/applications/bomber/pspec.xml + + + bomber + + ki18n + libgcc + kcrash + kconfig + kxmlgui + qt5-base + qt5-phonon + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share/appdata + /usr/share/applications + /usr/share + /usr/share/bomber + /usr/share/config.kcfg + /usr/share/icons + /usr/share/doc + /usr/share/kxmlgui5 + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcolorchooser + http://www.kde.org/applications/graphics/kcolorchooser + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.graphics + A simple color chooser application + Basit bir renk seçme uygulaması + KColorChooser is a simple color chooser application. + KColorChooser, basit bir renk seçme uygulamasıdır. + kcolorchooser + mirrors://kde/stable/release-service/22.04.3/src/kcolorchooser-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel + kiconthemes-devel + + desktop/kde/applications/kcolorchooser/pspec.xml + + + kcolorchooser + + ki18n + libgcc + kxmlgui + qt5-base + kcoreaddons + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/metainfo + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-04-20 + 16.04 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + pim-sieve-editor + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Mail sieve editor + Mail sieve editor + https://download.kde.org/stable/release-service/22.04.3/src/pim-sieve-editor-22.04.3.tar.xz + + extra-cmake-modules + kbookmarks-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + kiconthemes-devel + kio-devel + kmailtransport-devel + kpimtextedit-devel + messagelib-devel + pimcommon-devel + qt5-base-devel + akonadi-mime-devel + akonadi-devel + kitemmodels-devel + kmime-devel + cyrus-sasl-devel + kcontacts-devel + akonadi-contacts-devel + kimap-devel + libksieve-devel + ffmpeg-devel + kuserfeedback-devel + libXScrnSaver-devel + qt5-keychain-devel + + desktop/kde/applications/pim-sieve-editor/pspec.xml + + + pim-sieve-editor + Mail sieve editor + + ki18n + kcrash + libgcc + kconfig + kwallet + kxmlgui + qt5-base + libksieve + pimcommon + kbookmarks + kcoreaddons + kdbusaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + qt5-keychain + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 3.1.0 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-04 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ktorrent + https://apps.kde.org/ktorrent/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + A powerful BitTorrent client for KDE + KDE için güçlü bir BitTorrent istemcisi + A powerful BitTorrent client for KDE + KDE için güçlü bir BitTorrent istemcisi + https://download.kde.org/stable/release-service/22.04.3/src/ktorrent-22.04.3.tar.xz + + doxygen + kio-devel + boost-devel + geoip-devel + ki18n-devel + kparts-devel + kdnssd-devel + taglib-devel + kcrash-devel + kxmlgui-devel + qt5-base-devel + kcmutils-devel + karchive-devel + libgcrypt-devel + kdoctools-devel + kplotting-devel + qt5-phonon-devel + kiconthemes-devel + libktorrent-devel + kdbusaddons-devel + kcoreaddons-devel + kcompletion-devel + ktextwidgets-devel + ksyndication-devel + qt5-webengine-devel + knotifyconfig-devel + kwindowsystem-devel + extra-cmake-modules + kwidgetsaddons-devel + kconfigwidgets-devel + knotifications-devel + plasma-workspace-devel + + desktop/kde/applications/ktorrent/pspec.xml + + + ktorrent + + kio + boost + geoip + ki18n + libgcc + kparts + kdnssd + taglib + kcrash + kconfig + kxmlgui + karchive + qt5-base + kcmutils + libgcrypt + kplotting + qt5-phonon + kiconthemes + libktorrent + kdbusaddons + kcoreaddons + kcompletion + ktextwidgets + ksyndication + qt5-webengine + knotifyconfig + kwindowsystem + kwidgetsaddons + kconfigwidgets + knotifications + plasma-workspace + + + /usr/bin + /usr/share/icons + /usr/share/knotifications5 + /usr/share/applications + /usr/share/kxmlgui5/ktorrent + /usr/share/ktorrent/ + /usr/share/metainfo + /usr/lib/libktcore.so* + /usr/lib/qt5/plugins/ktorrent_plugins + /usr/share/doc + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-12 + 22.04.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-12 + 22.04.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libmediawiki + https://github.com/KDE/libmediawiki + + Stefan Gronewold + groni@pisilinux.org + + GPL + library + desktop.kde.applications + A KDE C++ interface for MediaWiki based web service as wikipedia.org + A KDE C++ interface for MediaWiki based web service as wikipedia.org + https://github.com/KDE/libmediawiki/archive/refs/heads/master.zip + + extra-cmake-modules + kcoreaddons-devel + qt5-base-devel + + desktop/kde/applications/libmediawiki/pspec.xml + + + libmediawiki + A KDE C++ interface for MediaWiki based web service as wikipedia.org + + kcoreaddons + qt5-base + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + libmediawiki-devel + Development files for libmediawiki + + libmediawiki + qt5-base-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-06-21 + 5.37.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-07 + 5.37.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 5.37.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-10-29 + 5.37.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-06-16 + 5.0.0_20161106 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 5.0.0_20161106 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 5.0.0_20161106 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-09-15 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-12 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-12 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-09-14 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-11-09 + 5.0.0_20161106 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + pim-storage-service-manager + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + KDE PIM storage services configuration UI + KDE PIM storage services configuration UI + mirrors://kde/stable/applications/16.12.0/src/pim-storage-service-manager-16.12.0.tar.xz + + extra-cmake-modules + kcrash-devel + kdbusaddons-devel + kdoctools-devel + akonadi-contacts-devel + akonadi-devel + akonadi-mime-devel + calendarsupport-devel + kalarm + kcalendarcore-devel + kcontacts-devel + kmailtransport-devel + kpimtextedit-devel + libkdepim + qt5-base-devel + ktextwidgets-devel + kxmlgui-devel + kitemmodels-devel + boost-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kmime-devel + kidentitymanagement-devel + akonadi-calendar-devel + kholidays-devel + mailcommon-devel + messagelib-devel + pimcommon-devel + kimap-devel + cyrus-sasl-devel + libkleo-devel + gpgme-devel + libkdepim-devel + knotifyconfig-devel + knotifications-devel + + desktop/kde/applications/pim-storage-service-manager/pspec.xml + + + pim-storage-service-manager + KDE PIM storage services configuration UI + + ki18n + kcrash + libgcc + kconfig + kxmlgui + qt5-base + libkdepim + pimcommon + kcoreaddons + kdbusaddons + kpimtextedit + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + knotifications + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + 2020-02-02 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 16.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 16.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-18 + 16.12.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-04 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + audiocd-kio + https://www.kde.org/applications/multimedia/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + Kioslave for accessing audio CDs + Kioslave for accessing audio CDs + https://download.kde.org/stable/release-service/22.04.3/src/audiocd-kio-22.04.3.tar.xz + + cdparanoia-devel + flac-devel + gettext-devel + kconfig-devel + kdelibs4-support-devel + kdoctools-devel + kio-devel + lame-devel + libkcompactdisc-devel + libvorbis-devel + qt5-base-devel + ki18n-devel + qt5-phonon-devel + extra-cmake-modules + libogg-devel + kcompletion-devel + kcoreaddons-devel + kconfigwidgets-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libkcddb + kcmutils-devel + + desktop/kde/applications/audiocd-kio/pspec.xml + + + audiocd-kio + Kioslave for accessing audio CDs + + cdparanoia + flac + lame + libkcompactdisc + libvorbis + qt5-base + qt5-phonon + kio + ki18n + libgcc + libogg + kconfig + kcmutils + kcompletion + kcoreaddons + kconfigwidgets + kdelibs4-support + libkcddb + + + /etc/xdg + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + audiocd-kio-devel + Development files for audiocd-kio + + audiocd-kio + qt5-base-devel + + + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.11.80 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-09 + 16.08.2_20161106 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kwalletmanager + https://userbase.kde.org/KDE_Wallet_Manager + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A wallet management tool + KWalletManager is a tool to manage the passwords on your system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the wallet. + kwallet + mirrors://kde/stable/release-service/22.04.3/src/kwalletmanager-22.04.3.tar.xz + + qt5-base + kdoctools-devel + cmake + extra-cmake-modules + kcoreaddons-devel + kauth-devel + kwallet-devel + kservice-devel + kcmutils-devel + karchive-devel + ki18n-devel + kxmlgui-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + mesa-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ktextwidgets-devel + kiconthemes-devel + knotifications-devel + + desktop/kde/applications/kwalletmanager/pspec.xml + + + kwalletmanager + + qt5-base + kcmutils + kauth + ki18n + kio + kjobwidgets + libgcc + kcodecs + kconfig + kwallet + kxmlgui + karchive + kservice + kitemviews + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf + /etc/xdg + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/bin + /usr/share + /usr/share/icons + /usr/share/applications + /usr/share/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy + /usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + umbrello + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.sdk + UML modelling tool and code generator + UML modelleme aracı ve kod üreticisi. + Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. + umbrello UML (Unified Modellin Language) modelleme ve diyagram editörüdür. + mirrors://kde/stable/release-service/22.04.3/src/umbrello-22.04.3.tar.xz + + qt5-base-devel + qt5-webkit-devel + libxslt-devel + qt5-svg-devel + kio-devel + kparts-devel + kinit-devel + kcompletion-devel + kxmlgui-devel + kauth-devel + kconfig-devel + ktexteditor-devel + kcoreaddons-devel + kdoctools-devel + docbook-xsl + extra-cmake-modules + kwindowsystem-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + llvm + llvm-clang-devel + llvm-mlir + llvm-polly + + desktop/kde/applications/umbrello/pspec.xml + + + umbrello + + qt5-base + qt5-webkit + kio + ki18n + kcrash + libgcc + kconfig + kxmlgui + libxml2 + qt5-svg + karchive + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + ktextwidgets + kconfigwidgets + kwidgetsaddons + ktexteditor + libxslt + kwindowsystem + llvm-mlir + llvm-polly + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 20.08.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + partitionmanager + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.applications + KDE Partition Manager is a utility program to help you manage the disk devices, partitions and file systems on your computer + KDE Disk Bölümü Yöneticisi + It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.. + KDE Disk Bölümü Yöneticisi, disklerinizi, bölümlerinizi ve dosya sistemlerinizi yönetmenize izin verir. Birçok dosya sistemini (ext2/3/4, reiserfs, NTFS, FAT32 ve daha fazlası) desteklemenin yanı sıra, yeni bölüm oluşturabilir ya da var olan bir bölüm üzerinde boyutlandırma, kopyalama, taşıma, yedekleme ve geri yükleme işlemlerini yapabilir. + mirrors://kde/stable/release-service/22.04.3/src/partitionmanager-22.04.3.tar.xz + + qt5-base-devel + libatasmart-devel + extra-cmake-modules + parted-devel + libutil-linux-devel + ki18n-devel + kio-devel + kconfig-devel + kxmlgui-devel + kservice-devel + kcoreaddons-devel + kiconthemes-devel + kjobwidgets-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kdoctools-devel + kpmcore-devel + e2fsprogs-devel + kdbusaddons-devel + polkit-qt-devel + elogind-devel + + desktop/kde/applications/partitionmanager/pspec.xml + + + partitionmanager + + qt5-base + libgcc + libutil-linux + kio + ki18n + kconfig + kxmlgui + kservice + kcoreaddons + kiconthemes + kjobwidgets + kconfigwidgets + kwidgetsaddons + kpmcore + kcrash + e2fsprogs + kdbusaddons + polkit-qt + + + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 4.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 4.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 4.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 4.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 4.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-14 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 3.3.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-03 + 3.3.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-19 + 3.3.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-09 + 3.2.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 3.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 3.1.0 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 3.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-15 + 2.2.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-12 + 2.2.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-23 + 2.1.0 + Release bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-17 + 2.1.0 + First Release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libksane + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + SANE library interface for KDE + KDE için SANE kitaplık arayüzü + libksane is a SANE library interface for KDE. + libksane, KDE için bir SANE kitaplık arayüzüdür. + mirrors://kde/stable/release-service/22.04.3/src/libksane-22.04.3.tar.xz + + ki18n-devel + kwallet-devel + qt5-base-devel + ktextwidgets-devel + sane-backends-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/applications/libksane/pspec.xml + + + libksane + + ki18n + kwallet + libgcc + qt5-base + ktextwidgets + sane-backends + kwidgetsaddons + + + /usr/lib + /usr/share/icons + /usr/share/locale + + + + libksane-devel + Development files for libksane + libksane için geliştirme dosyaları + + libksane + + + /usr/lib/cmake + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kiten + https://www.kde.org/applications/education/kiten/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + A Japanese reference/study tool + Japonca referans ve alıştırma uygulaması + Kiten is a Japanese reference/study tool. + Kiten, Japonca referans ve alıştırma uygulamasıdır. + kiten>kiten + mirrors://kde/stable/release-service/22.04.3/src/kiten-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + karchive-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdoctools-devel + gettext-devel + ki18n-devel + khtml-devel + kxmlgui-devel + kio-devel + kparts-devel + kcrash-devel + knotifications-devel + kwidgetsaddons-devel + + desktop/kde/applications/kiten/pspec.xml + + + kiten + + qt5-base + karchive + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdoctools + gettext + ki18n + khtml + kxmlgui + kio + kparts + libgcc + kcrash + knotifications + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + kiten-devel + Development files for kiten + kiten için geliştirme dosyaları + + kiten + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kitinerary + https://download.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.applications + Data model and extraction system for travel reservation information + Data model and extraction system for travel reservation information + Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi + Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi + https://download.kde.org/stable/release-service/22.04.3/src/kitinerary-22.04.3.tar.xz + + qt5-declarative-devel + qt5-base-devel + kcoreaddons-devel + poppler-cpp-devel + kcontacts-devel + kcalendarcore-devel + libxml2-devel + kpkpass-devel + poppler-devel + ki18n-devel + kmime-devel + zlib-devel + kconfig-devel + kcodecs-devel + karchive-devel + extra-cmake-modules + openssl-devel + + desktop/kde/applications/kitinerary/pspec.xml + + + kitinerary + + zlib + ki18n + kmime + libgcc + kpkpass + kcodecs + poppler + kcalendarcore + kconfig + kcontacts + karchive + libxml2 + openssl + qt5-base + qt5-declarative + + + /etc/xdg + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + kitinerary-devel + Development files for kitinerary + + kitinerary + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libkvkontakte + https://www.digikam.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + library + desktop.kde.applications + C++ library for asynchronous interaction with VK social network via its web API + C++ library for asynchronous interaction with VK social network via its web API + https://sourceforge.net/projects/pisilinux/files/source/libkvkontakte-5.0.0_20161106.tar.gz + + extra-cmake-modules + gettext-devel + glibc-devel + kcoreaddons-devel + kdewebkit-devel + ki18n-devel + kio-devel + qt5-base-devel + qt5-webkit-devel + kwidgetsaddons-devel + + desktop/kde/applications/libkvkontakte/pspec.xml + + + libkvkontakte + C++ library for asynchronous interaction with VK social network via its web API + + kcoreaddons + kdewebkit + ki18n + kio + qt5-base + qt5-webkit + kwidgetsaddons + libgcc + + + /usr/lib + /usr/share/doc + + + + libkvkontakte-devel + Development files for libkvkontakte + + libkvkontakte + qt5-base-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-06-21 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-09-15 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-12 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-12 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 5.0.0_20161106 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-09-14 + 5.0.0_20161106 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-11-09 + 5.0.0_20161106 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ktp-contact-runner + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + KRunner plugin for KDE Telepathy + KRunner plugin for KDE Telepathy + mirrors://kde/stable/release-service/22.04.3/src/ktp-contact-runner-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kwallet-devel + kservice-devel + krunner-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/applications/ktp-contact-runner/pspec.xml + + + ktp-contact-runner + KRunner plugin for KDE Telepathy + + ki18n + kwallet + libgcc + krunner + qt5-base + kcoreaddons + telepathy-qt5 + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/kservices5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kgeography + https://www.kde.org/applications/education/kgeography/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + KGeography is a geography learning tool + Bir coğrafya uygulaması + KGeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some). + KGeography, ülkeler hakkında çeşitli bilgiler sunan bir coğrafya uygulamasıdır. + kgeography + https://download.kde.org/stable/release-service/22.04.3/src/kgeography-22.04.3.tar.xz + + qt5-base-devel + kconfig-devel + kcrash-devel + kdoctools-devel + kxmlgui-devel + kwidgetsaddons-devel + kcoreaddons-devel + ki18n-devel + kitemviews-devel + kiconthemes-devel + kservice-devel + kconfigwidgets-devel + extra-cmake-modules + + desktop/kde/applications/kgeography/pspec.xml + + + kgeography + + qt5-base + libgcc + kcrash + kconfig + kxmlgui + kwidgetsaddons + kcoreaddons + ki18n + kitemviews + kiconthemes + kconfigwidgets + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kate + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.applications + Advanced Text Editor + Plasma library and runtime components based upon KF5 and Qt5 + https://download.kde.org/stable/release-service/22.04.3/src/kate-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + kactivities-devel + kconfig-devel + kcrash-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kjobwidgets-devel + kparts-devel + ktexteditor-devel + kwindowsystem-devel + kxmlgui-devel + knewstuff-devel + threadweaver-devel + kitemmodels-devel + plasma-framework-devel + syntax-highlighting-devel + kuserfeedback-devel + kwallet-devel + kguiaddons-devel + kdbusaddons-devel + + + kate-17.04.0-allow-root.patch + kwrite-17.04.0-allow-root.patch + + desktop/kde/applications/kate/pspec.xml + + + kate + + qt5-base + libgcc + libgit2 + knewstuff + ki18n + kconfig + kded + kguiaddons + kactivities + kjobwidgets + kitemmodels + kio + kcrash + kparts + ktexteditor + kwindowsystem + kxmlgui + plasma-framework + kwallet + kservice + kbookmarks + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + threadweaver + kconfigwidgets + knotifications + kwidgetsaddons + kuserfeedback + syntax-highlighting + kio + kconfig + kwallet + + + /usr/share + /etc/xdg + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-25 + 22.04.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-21 + 17.12.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-04 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kfind + http://kde.org/applications/utilities/kfind/ + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.utils + Find Files/Folders + Find Files/Folders + kfind + mirrors://kde/stable/release-service/22.04.3/src/kfind-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + karchive-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdelibs4-support-devel + kdoctools-devel + python-devel + kfilemetadata-devel + qt5-base-devel + + desktop/kde/applications/kfind/pspec.xml + + + kfind + Find Files/Folders + + karchive + kdelibs4-support + libgcc + qt5-base + kio + ki18n + kconfig + kxmlgui + kservice + kcompletion + kcoreaddons + kjobwidgets + kconfigwidgets + kfilemetadata + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + /usr/share/man/man1 + + + kde-baseapps + + + kde-baseapps + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-19 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-03 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + ktp-send-file + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + A File manager plugin to launch a file transfer job with a specified contact + A File manager plugin to launch a file transfer job with a specified contact + mirrors://kde/stable/release-service/22.04.3/src/ktp-send-file-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcmutils-devel + kio-devel + kwallet-devel + kiconthemes-devel + ki18n-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/applications/ktp-send-file/pspec.xml + + + ktp-send-file + A File manager plugin to launch a file transfer job with a specified contact + + kio + ki18n + kwallet + libgcc + qt5-base + kcoreaddons + kiconthemes + telepathy-qt5 + kwidgetsaddons + ktp-common-internals + + + /usr/bin + /usr/share + /usr/share/kservices5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gpgmepp + https://projects.kde.org/gpgmepp + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + desktop.kde.applications + C++ bindings/wrapper for gpgme + gpgme için C++ bağlayıcısı + C++ bindings/wrapper for gpgme + gpgme için C++ bağlayıcısı + https://github.com/KDE/gpgmepp/archive/v16.08.3.tar.gz + + boost-devel + qt5-base-devel + gpgme-devel + extra-cmake-modules + + desktop/kde/applications/gpgmepp/pspec.xml + + + gpgmepp + + libgcc + qt5-base + gpgme + + + /usr/lib + /usr/share/doc + + + + gpgmepp-devel + + gpgmepp + + + /usr/include + /usr/lib/cmake + + + + + 2022-06-21 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-18 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-14 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-11 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 16.08.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-18 + 16.08.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-18 + 16.08.3 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-08 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + granatier + https://www.kde.org/applications/games/granatier/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + A Bomberman game + Bombalama macera oyunu + Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone. + granatier, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur. + granatier + mirrors://kde/stable/release-service/22.04.3/src/granatier-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kdbusaddons-devel + kwidgetsaddons-devel + ki18n-devel + kxmlgui-devel + knewstuff-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/granatier/pspec.xml + + + granatier + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + knewstuff + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kqtquickcharts + https://edu.kde.org/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + LGPL + GPL + desktop.kde.applications + A QtQuick plugin to render beautiful and interactive charts + A QtQuick plugin to render beautiful and interactive charts + mirrors://kde/stable/release-service/22.04.3/src/kqtquickcharts-22.04.3.tar.xz + + extra-cmake-modules + glibc-devel + qt5-base-devel + qt5-declarative-devel + + desktop/kde/applications/kqtquickcharts/pspec.xml + + + kqtquickcharts + A QtQuick plugin to render beautiful and interactive charts + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/share/doc + + + + kqtquickcharts-devel + Development files for kqtquickcharts + + kqtquickcharts + qt5-base-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-05 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kdepim-runtime + https://community.kde.org/KDE_PIM + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.applications + KDE5 PIM Runtime Environment + KDE5 PIM (Kişisel Bilgi Yönetimi) çalışma zamanı ortamı + 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/release-service/22.04.3/src/kdepim-runtime-22.04.3.tar.xz + + kdoctools-devel + boost-devel + shared-mime-info + akonadi-devel + akonadi-calendar-devel + akonadi-search-devel + kcmutils-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + knotifyconfig-devel + kross-devel + kmailtransport-devel + kidentitymanagement-devel + kalarm + kcalutils-devel + kmbox-devel + kimap-devel + libkgapi-devel + kholidays-devel + ksyndication-devel + pimcommon-devel + cyrus-sasl-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-webkit-devel + qt5-webengine-devel + extra-cmake-modules + qt5-location-devel + qt5-networkauth-devel + akonadi-mime-devel + akonadi-notes-devel + akonadi-contacts-devel + qt5-speech-devel + kdav-devel + ffmpeg-devel + kldap-devel + libkdepim-devel + libXScrnSaver-devel + qca2-qt5-devel + qt5-keychain-devel + + desktop/kde/applications/kdepim-runtime/pspec.xml + + + kdepim-runtime + + akonadi + libkgapi + kio + ki18n + kimap + kmbox + kmime + libgcc + kcodecs + kconfig + kwallet + kxmlgui + kcalendarcore + kcmutils + kservice + qt5-base + kalarm + kcalutils + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kitemmodels + pimcommon + kcontacts + kjobwidgets + knotifyconfig + kwindowsystem + kconfigwidgets + kmailtransport + ktextwidgets + knotifications + kwidgetsaddons + qt5-speech + qt5-xmlpatterns + akonadi-calendar + kdelibs4-support + cyrus-sasl + akonadi-mime + akonadi-notes + qt5-webengine + qt5-networkauth + akonadi-contacts + kidentitymanagement + kdav + kldap + libkdepim + qt5-keychain + + + /etc/xdg + /usr/lib + /usr/bin + /usr/share + /usr/share/mime + /usr/share/kservicetypes5 + /usr/share/kservices5 + /usr/share/knotifications5 + /usr/share/icons + /usr/share/dbus-1 + /usr/share/akonadi + /usr/share/ontology + /usr/share/autostart + /usr/share/applications + /usr/share/doc + /usr/share/locale + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kalgebra + https://www.kde.org/applications/education/kalgebra/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.edu + A graph calculator + Bir grafiksel hesap makinesi + KAlgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives. + KAlgebra, farklı farklı 2B ve 3B fonksiyonları çizmek, kolay ve o kadar da kolay olmayan trigonometrik veya türev gibi hesaplamaları yapmak için bir uygulamadır. + kalgebra + mirrors://kde/stable/release-service/22.04.3/src/kalgebra-22.04.3.tar.xz + + mesa-devel + mesa-glu-devel + qt5-base-devel + qt5-declarative + qt5-svg-devel + qt5-webkit-devel + qt5-location-devel + analitza-devel + kdoctools-devel + ncurses-devel + readline-devel + gettext-devel + ki18n-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kio-devel + extra-cmake-modules + qt5-webengine-devel + ffmpeg-devel + libXScrnSaver-devel + + desktop/kde/applications/kalgebra/pspec.xml + + + kalgebra + + qt5-base + qt5-declarative + qt5-webkit + qt5-location + analitza + libgcc + kconfig + kxmlgui + readline + kcoreaddons + ki18n + kconfigwidgets + kwidgetsaddons + kio + qt5-webengine + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-mime + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Libraries and daemons to implement basic email handling + Libraries and daemons to implement basic email handling + mirrors://kde/stable/release-service/22.04.3/src/akonadi-mime-22.04.3.tar.xz + + qt5-base-devel + boost-devel + ki18n-devel + kdoctools-devel + kitemmodels-devel + gettext-devel + akonadi-devel + extra-cmake-modules + kxmlgui-devel + libxslt-devel + extra-cmake-modules + kmime-devel + kio-devel + shared-mime-info + + desktop/kde/applications/akonadi-mime/pspec.xml + + + akonadi-mime + + qt5-base + ki18n + akonadi + libgcc + kio + kmime + kconfig + kxmlgui + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + akonadi-mime-devel + Development files for akonadi-mime + + qt5-base-devel + akonadi-mime + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + First Release. + Stefan Gronewold + groni@pisilinux.org + + + + + + rocs + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.edu + Rocs Graph Theory + Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one.. + mirrors://kde/stable/release-service/22.04.3/src/rocs-22.04.3.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-webkit-devel + qt5-base-devel + qt5-xmlpatterns-devel + qt5-script-devel + extra-cmake-modules + kdoctools-devel + kdeclarative-devel + ki18n-devel + gettext-devel + kitemviews-devel + ktexteditor-devel + kxmlgui-devel + kconfig-devel + karchive-devel + kcompletion-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + cmake + qt5-location-devel + grantlee-qt5-devel + boost-devel + qt5-svg-devel + + desktop/kde/applications/rocs/pspec.xml + + + rocs + + qt5-base + qt5-script + qt5-declarative + qt5-xmlpatterns + qt5-webkit + qt5-svg + grantlee-qt5 + kdeclarative + ktexteditor + kparts + libgcc + ki18n + kconfig + karchive + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + kwidgetsaddons + kxmlgui + kitemviews + + + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + rocs-devel + Development files for rocs + + rocs + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kapman + https://www.kde.org/applications/games/kapman/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Pac-Man clone + Pac-Man klonu + Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. + Kapman dünyaca ünlü Pac-Man'in bir türevidir. Labirent içinde hayaletlerle köşe kapmaca oynayarak bölümleri geçmeye çalıştığınız oyunda eğer hayaletlere yakalanırsanız bir hakkınızı kaybediyorsunuz. Eğer bir enerji nesnesi alırsanız bu kez siz bir kaç saniyeliğine hayaletleri yiyebiliyorsunuz. + kapman + mirrors://kde/stable/release-service/22.04.3/src/kapman-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kdbusaddons-devel + kdoctools-devel + kwindowsystem-devel + ki18n-devel + kinit-devel + kunitconversion-devel + kitemmodels-devel + kemoticons-devel + kconfigwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + kdesignerplugin + libkdegames-devel + qt5-declarative-devel + + desktop/kde/applications/kapman/pspec.xml + + + kapman + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkipi + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + Common plugin infrastructure for KDE image applications + KDE resim uygulamaları için ortak eklenti yapısı + Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, Gwenview, etc.). Its aim is to share image plugins among graphic applications. + Kipi, ortak bir eklenti yapısı ortaya koymak için gerekli bir kitaplıktır. + mirrors://kde/stable/release-service/22.04.3/src/libkipi-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + cmake + extra-cmake-modules + + desktop/kde/applications/libkipi/pspec.xml + + + libkipi + + qt5-base + kxmlgui + ki18n + libgcc + kconfig + kservice + kcoreaddons + + + /usr/lib + /usr/bin + /usr/share + /usr/share/icons + + + + libkipi-devel + Development files for libkipi + libkipi için geliştirme dosyaları + + libkipi + qt5-base-devel + kxmlgui-devel + ki18n-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kreport + http://www.kexi-project.org/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:console + desktop.kde.applications + A framework for creation and generation of reports in multiple formats + A framework for creation and generation of reports in multiple formats + https://download.kde.org/stable/kreport/src/kreport-3.2.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-webkit-devel + qt5-linguist + kproperty-devel + kconfig-devel + kguiaddons-devel + kwidgetsaddons-devel + kcoreaddons-devel + marble-devel + ki18n-devel + qt5-webengine-devel + + desktop/kde/applications/kreport/pspec.xml + + + kreport + A framework for creation and generation of reports in multiple formats + + libgcc + marble + kconfig + qt5-base + kproperty + qt5-webkit + kcoreaddons + kwidgetsaddons + qt5-declarative + qt5-webengine + + + /usr/share + /usr/lib/libKReport3* + /usr/lib/cmake + /usr/lib/qt5 + + + + kreport-devel + Developments files for kreport. + + kreport + qt5-base-devel + kproperty-devel + qt5-webkit-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-21 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-11 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 3.1.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 3.1.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 3.0.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-14 + 3.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-30 + 3.0.1 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-31 + 3.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + mailimporter + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + Mail importer library + Mail importer library + mirrors://kde/stable/release-service/22.04.3/src/mailimporter-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + pimcommon-devel + cmake + extra-cmake-modules + openldap-client + cyrus-sasl-devel + kitemviews-devel + kio-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kmime-devel + kcontacts-devel + kcalendarcore-devel + kldap-devel + libkdepim-devel + akonadi-calendar-devel + akonadi-search-devel + qt5-webkit-devel + grantlee-qt5-devel + knewstuff-devel + kpimtextedit-devel + kimap-devel + akonadi-devel + boost-devel + karchive-devel + akonadi-mime-devel + akonadi-contacts-devel + + desktop/kde/applications/mailimporter/pspec.xml + + + mailimporter + + qt5-base + akonadi-mime + libgcc + libkdepim + ki18n + kmime + akonadi + kconfig + karchive + kcoreaddons + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + mailimporter-devel + Development files for mailimporter + + mailimporter + karchive-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-26 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-08 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdeconnect + https://kdeconnect.kde.org/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv2 + GPLv3 + app:gui + desktop.kde.applications + Connect KDE with your smartphone + Cihazlarınızı KDE ile birleştirin + Connect KDE with your smartphone + Cihazlarınızı KDE ile birleştirin + kdeconnect + https://download.kde.org/stable/release-service/22.04.3/src/kdeconnect-kde-22.04.3.tar.xz + + sshfs + kio-devel + ki18n-devel + solid-devel + kpeople-devel + kde-cli-tools + libXtst-devel + kirigami-devel + qt5-base-devel + kcmutils-devel + kwayland-devel + qca2-qt5-devel + kdoctools-devel + libfakekey-devel + kdbusaddons-devel + kiconthemes-devel + kpeoplevcard-devel + kwindowsystem-devel + pulseaudio-qt-devel + qt5-x11extras-devel + extra-cmake-modules + kconfigwidgets-devel + qt5-multimedia-devel + knotifications-devel + qt5-declarative-devel + qt5-quickcontrols2-devel + wayland-devel + wayland-server + wayland-client + wayland-cursor + qt5-wayland-devel + qqc2-desktop-style + kpackage-devel + kguiaddons-devel + + desktop/kde/applications/kdeconnect/pspec.xml + + + kdeconnect + + kio + ki18n + sshfs + solid + libgcc + libX11 + libXtst + kconfig + kpeople + kcmutils + kservice + qca2-qt5 + qt5-base + kwayland + kguiaddons + libfakekey + kcoreaddons + kdbusaddons + kiconthemes + kpeoplevcard + kwindowsystem + pulseaudio-qt + qt5-x11extras + qt5-multimedia + kconfigwidgets + knotifications + kwidgetsaddons + qt5-declarative + qt5-quickcontrols2 + qqc2-desktop-style + + + /usr/bin + /etc + /usr/lib + /usr/include + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-15 + 21.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-02-11 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-15 + 1.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-08 + 1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 1.3.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 1.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-19 + 1.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-20 + 1.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-27 + 1.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-13 + 1.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 1.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-10 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-23 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-25 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-08 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-12 + 1.0.3 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-09 + 0.9g + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kross-interpreters + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.bindings + Kross interpreter plugins for programming languages + Language interpreters to enable in-process scripting with Kross. + mirrors://kde/stable/release-service/22.04.3/src/kross-interpreters-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + kross-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + python-devel + + desktop/kde/applications/kross-interpreters/pspec.xml + + + kross-interpreters + + qt5-base + libgcc + python + kross + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kproperty + http://www.kexi-project.org/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:console + desktop.kde.applications + A property editing framework with editor widget similar to what is known from Qt Designer + A property editing framework with editor widget similar to what is known from Qt Designer + https://download.kde.org/stable/kproperty/src/kproperty-3.2.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-linguist + kconfig-devel + kcoreaddons-devel + kwidgetsaddons-devel + kguiaddons-devel + ki18n-devel + + desktop/kde/applications/kproperty/pspec.xml + + + kproperty + A property editing framework with editor widget similar to what is known from Qt Designer + + libgcc + kconfig + qt5-base + kguiaddons + kwidgetsaddons + + + /usr/lib/libKProperty* + /usr/share + + + + kproperty-devel + Developments files for kproperty. + + qt5-base-devel + kproperty + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-21 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 3.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-12 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 3.0.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-07-14 + 3.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-30 + 3.0.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-04 + 3.0.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + kwordquiz + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.edu + Kwordquiz is a Flash Card Trainer + KWordQuiz is a tool that gives you a powerful way to master new vocabularies. It may be a language or any other kind of terminology.. + mirrors://kde/stable/release-service/22.04.3/src/kwordquiz-22.04.3.tar.xz + + qt5-base-devel + gettext-devel + ki18n-devel + kcrash-devel + sonnet-devel + kconfig-devel + kconfigwidgets-devel + kdoctools-devel + kguiaddons-devel + kiconthemes-devel + kitemviews-devel + knotifyconfig-devel + kio-devel + knewstuff-devel + knotifications-devel + kxmlgui-devel + kdelibs4-support-devel + kdeclarative-devel + kcoreaddons-devel + kwindowsystem-devel + kwidgetsaddons-devel + qt5-phonon-devel + libkeduvocdocument-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + cmake + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kwordquiz/pspec.xml + + + kwordquiz + + qt5-base + qt5-phonon + ki18n + kconfig + kconfigwidgets + kguiaddons + kiconthemes + kitemviews + knotifyconfig + knewstuff + knotifications + kxmlgui + kdelibs4-support + libgcc + kcoreaddons + kwindowsystem + kwidgetsaddons + libkeduvocdocument + + + /etc/xdg + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdenetwork-filesharing + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + library + desktop.kde.applications + Filesharing configuration modlue. + Dosya paylaşım konfigürasyon modülü. + Filesharing configuration modlue. + Dosya paylaşım konfigürasyon modülü. + kdenetwork-filesharing + mirrors://kde/stable/release-service/22.04.3/src/kdenetwork-filesharing-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kdoctools-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + kdeclarative-devel + kwidgetsaddons-devel + samba-devel + + desktop/kde/applications/kdenetwork-filesharing/pspec.xml + + + kdenetwork-filesharing + + kio + ki18n + libgcc + qt5-base + qt5-declarative + kservice + kcompletion + kcoreaddons + kdeclarative + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + + + kdenetwork + + + kdenetwork + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + eventviews + https://community.kde.org/KDE_PIM + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.applications + Library for creating events. + Library for creating events. + mirrors://kde/stable/release-service/22.04.3/src/eventviews-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + akonadi-devel + kcompletion-devel + kjobwidgets-devel + kcoreaddons-devel + kservice-devel + solid-devel + kxmlgui-devel + kitemmodels-devel + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + boost-devel + libkdepim-devel + kcontacts-devel + kcalendarcore-devel + kcalutils-devel + calendarsupport-devel + kmime-devel + kidentitymanagement-devel + akonadi-calendar-devel + akonadi-contacts-devel + kdiagram-devel + kholidays-devel + kguiaddons-devel + kiconthemes-devel + + desktop/kde/applications/eventviews/pspec.xml + + + eventviews + Library for creating events. + + ki18n + libgcc + akonadi + kcodecs + kconfig + kcalendarcore + kdiagram + kservice + qt5-base + kcalutils + kcontacts + libkdepim + kguiaddons + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kconfigwidgets + kwidgetsaddons + calendarsupport + akonadi-calendar + + + /etc + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + /usr/share/kservicetypes5 + /usr/share/locale + + + + eventviews-devel + Development files for eventviews. + + eventviews + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-22 + 16.04.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + kmime + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + KDE library for handling mail messages and newsgroup articles. + Kmime library for handling mail messages and newsgroup articles. + mirrors://kde/stable/release-service/22.04.3/src/kmime-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + boost-devel + ki18n-devel + kcodecs-devel + kdoctools-devel + + desktop/kde/applications/kmime/pspec.xml + + + kmime + + qt5-base + ki18n + kcodecs + libgcc + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kmime-devel + Development files for kmime + + qt5-base-devel + kmime + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + step + http://kde.org/applications/education/step/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.edu + Interactive Physical Simulator + Step is an interactive physical simulator. It allows you to explore the physical world through simulations. + mirrors://kde/stable/release-service/22.04.3/src/step-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-declarative-devel + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + mesa-devel + khtml-devel + kconfig-devel + knewstuff-devel + kplotting-devel + eigen3 + pkgconfig + libqalculate-devel + cln-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + qt5-linguist + gsl-devel + + desktop/kde/applications/step/pspec.xml + + + step + + qt5-base + cln + gsl + khtml + knewstuff + kplotting + libqalculate + kparts + kio + libgcc + kdelibs4-support + ki18n + kconfig + kxmlgui + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + kconfigwidgets + kwidgetsaddons + kservice + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-04 + 19.08.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktnef + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + API for handling TNEF data + The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format format. + mirrors://kde/stable/release-service/22.04.3/src/ktnef-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcalendarcore-devel + kcalutils-devel + kcontacts-devel + + desktop/kde/applications/ktnef/pspec.xml + + + ktnef + + qt5-base + kcalutils + ki18n + libgcc + kcalendarcore + kcontacts + + + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + + ktnef-devel + Development files for ktnef + + qt5-base-devel + ktnef + + + /etc/xdg + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmplot + http://kde.org/applications/education/kmplot/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.edu + Mathematical Function Plotter + KmPlot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the Cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. + mirrors://kde/stable/release-service/22.04.3/src/kmplot-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + kdelibs4-support-devel + kdoctools-devel + ki18n-devel + kinit-devel + kunitconversion-devel + kdelibs4-support-devel + kparts-devel + kwidgetsaddons-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + qt5-base-devel + + desktop/kde/applications/kmplot/pspec.xml + + + kmplot + Mathematical Function Plotter + + kdelibs4-support + ki18n + kparts + kwidgetsaddons + qt5-base + qt5-svg + libgcc + kconfig + kxmlgui + kservice + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + /usr/share/man + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-01 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-calendar-tools + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + CLI tools to manage akonadi calendars + CLI tools to manage akonadi calendars + http://download.kde.org/stable/release-service/22.04.3/src/akonadi-calendar-tools-22.04.3.tar.xz + + boost-devel + akonadi-devel + akonadi-calendar-devel + extra-cmake-modules + kdesignerplugin + kdoctools-devel + qt5-base-devel + kcompletion-devel + kxmlgui-devel + kitemmodels-devel + kcontacts-devel + kcalendarcore-devel + kdelibs4-support-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + akonadi-contacts-devel + kcalutils-devel + libkdepim-devel + calendarsupport-devel + kmime-devel + kidentitymanagement-devel + akonadi-notes-devel + + desktop/kde/applications/akonadi-calendar-tools/pspec.xml + + + akonadi-calendar-tools + CLI tools to manage akonadi calendars + + ki18n + libgcc + akonadi + kconfig + kcalendarcore + qt5-base + kcalutils + kcoreaddons + calendarsupport + akonadi-calendar + kdelibs4-support + akonadi-notes + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-14 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-31 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kjumpingcube + https://www.kde.org/applications/games/kjumpingcube/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Territory capture game + Alan kapma oyunu + KJumpingCube is a simple tactical game. + KJumpingCube basit bir taktik oyunudur. + kjumpingcube + mirrors://kde/stable/release-service/22.04.3/src/kjumpingcube-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kitemmodels-devel + kwidgetsaddons-devel + kwindowsystem-devel + kdbusaddons-devel + ki18n-devel + kconfigwidgets-devel + ktextwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + knewstuff-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/applications/kjumpingcube/pspec.xml + + + kjumpingcube + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /etc/xdg/kjumpingcube.categories + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kcalutils + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + The KDE calendar utility library + Calendar utility library for KDE + mirrors://kde/stable/release-service/22.04.3/src/kcalutils-22.04.3.tar.xz + + qt5-base-devel + kcalendarcore-devel + kidentitymanagement-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kidentitymanagement-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + grantlee-qt5-devel + kdoctools-devel + kiconthemes-devel + extra-cmake-modules + + desktop/kde/applications/kcalutils/pspec.xml + + + kcalutils + + qt5-base + kcalendarcore + kidentitymanagement + ki18n + libgcc + kcodecs + kconfig + grantlee-qt5 + kcoreaddons + kiconthemes + kwidgetsaddons + kidentitymanagement + + + /etc/xdg + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/kcalendar + /usr/share/locale + /usr/share + + + + kcalutils-devel + Development files for kcalutils + + qt5-base-devel + kcalutils + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksquares + https://www.kde.org/applications/games/ksquares/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Connect the dots to create squares + Noktaları birleştirerek kare yapma oyunu + KSquares is a fun and exciting game that modeled after the well known pen and paper based game of Dots and Boxes. + KSquares sıkıcı derslerin kurtarıcısı, eğlenceli ve heyecanlı kare yapma oyununun KDE sürümüdür. + ksquares + mirrors://kde/stable/release-service/22.04.3/src/ksquares-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kdbusaddons-devel + kdoctools-devel + kwidgetsaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kitemviews-devel + kiconthemes-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/ksquares/pspec.xml + + + ksquares + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-desktop-applets + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + The KDE-Telepathy Plasma desktop applets + The KDE-Telepathy Plasma desktop applets + mirrors://kde/stable/release-service/22.04.3/src/ktp-desktop-applets-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kwindowsystem-devel + plasma-framework-devel + + desktop/kde/applications/ktp-desktop-applets/pspec.xml + + + ktp-desktop-applets + The KDE-Telepathy Plasma desktop applets + + libgcc + qt5-base + kwindowsystem + qt5-declarative + + + /usr/lib + /usr/share + /usr/share/plasma + /usr/share/kservices5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + signon-kwallet-extension + http://kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app + desktop.kde.network + KWallet signon extension + KWallet signon extension + mirrors://kde/stable/release-service/22.04.3/src/signon-kwallet-extension-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kwallet-devel + signon-devel + + desktop/kde/applications/signon-kwallet-extension/pspec.xml + + + signon-kwallet-extension + KWallet signon extension + + libgcc + signon + kwallet + qt5-base + + + /usr/lib/signon + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmailtransport + https://kde.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.applications + Mail Transport Service + Mail Transport Service + akonadi + mirrors://kde/stable/release-service/22.04.3/src/kmailtransport-22.04.3.tar.xz + + qt5-base-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcmutils-devel + kmime-devel + akonadi-mime-devel + akonadi-devel + cyrus-sasl-devel + extra-cmake-modules + boost-devel + ksmtp-devel + kwallet-devel + libkgapi-devel + qt5-keychain-devel + + desktop/kde/applications/kmailtransport/pspec.xml + + + kmailtransport + app:console + + qt5-base + ki18n + ksmtp + kio + libgcc + kmime + kconfig + kwallet + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + akonadi + cyrus-sasl + akonadi-mime + libkgapi + qt5-keychain + + + /etc/xdg + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/kservices5 + /usr/share/doc/ + /usr/share/config.kcfg + /usr/share/locale + + + + kmailtransport-devel + Development files for akonadi + + kmailtransport + kwallet-devel + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksudoku + https://apps.kde.org/ksudoku + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + Sudoku game + Sudoku oyunu + Ksudoku is a logic-based symbol placement puzzle. + Ksudoku mantık temelli bir sembol yerleştirme oyunudur. + ksudoku + https://download.kde.org/stable/release-service/22.04.3/src/ksudoku-22.04.3.tar.xz + + cmake + kio-devel + ki18n-devel + kcrash-devel + kconfig-devel + kxmlgui-devel + qt5-svg-devel + qt5-base-devel + mesa-glu-devel + karchive-devel + libglvnd-devel + kdoctools-devel + kguiaddons-devel + libkdegames-devel + kcoreaddons-devel + kjobwidgets-devel + kiconthemes-devel + extra-cmake-modules + kconfigwidgets-devel + kwidgetsaddons-devel + qt5-declarative-devel + + desktop/kde/applications/ksudoku/pspec.xml + + + ksudoku + + kio + ki18n + libgcc + kcrash + kconfig + kxmlgui + qt5-svg + qt5-base + mesa-glu + libglvnd + kguiaddons + kjobwidgets + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /etc/xdg + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 22.04.1 + First release. Ali Cengiz Kurt alicengizkurt@gmail.com @@ -255802,1179 +219625,17541 @@ complete albums that you have purchased from Amazon. - libtorrent-rasterbar - https://www.rasterbar.com/products/libtorrent/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - network.p2p - Full featured torrent client library - Gelişmiş bir torrent kitaplığı - Rasterbar'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. - Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşı iyi bir alternatifdir. - https://github.com/arvidn/libtorrent/releases/download/v2.0.5/libtorrent-rasterbar-2.0.5.tar.gz - - cmake - ninja - libtool - zlib-devel - geoip-devel - boost-devel - openssl-devel - python3-devel - boost-python3 - python3-setuptools - - network/p2p/libtorrent-rasterbar/pspec.xml - - - libtorrent-rasterbar - - boost - geoip - libgcc - openssl - python3 - boost-python3 - - - /usr/lib - /usr/share/doc/libtorrent-rasterbar - - - - libtorrent-rasterbar-devel - Development files for libtorrent-rasterbar - libtorrent-rasterbar için geliştirme dosyaları - - libtorrent-rasterbar - - - /usr/include - /usr/lib/pkgconfig - /usr/share/cmake/Modules/FindLibtorrentRasterbar.cmake - /usr/share/licenses - /usr/share/doc/libtorrent/html - - - - - 2022-03-27 - 2.0.5 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-10-23 - 2.0.4 - Rebuild boost - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-06 - 2.0.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-12 - 1.2.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-12 - 1.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 1.2.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-02-16 - 1.1.13 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-02-16 - 1.1.12 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-11-13 - 1.1.11 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-03 - 1.1.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 1.1.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-20 - 1.1.6 - Release Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 1.1.5 - Release Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-17 - 1.0.9 - Release Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-14 - 1.0.9 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-12 - 1.0.9 - First release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - qbittorrent - https://www.qbittorrent.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - network.p2p - An open-source software alternative to µTorrent. - µTorrent'e açık kaynaklı bir yazılım alternatifi. - An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar - Qt araç takımı ve libtorrent-rasterbar'a dayalı, C++ ile programlanmış gelişmiş bir BitTorrent istemcisi - qbittorrent - mirrors://sourceforge/qbittorrent/qbittorrent/qbittorrent-4.4.2/qbittorrent-4.4.2.tar.xz - - zlib-devel - boost-devel - geoip-devel - qt5-linguist - python3-devel - qt5-svg-devel - openssl-devel - qt5-base-devel - libtorrent-rasterbar-devel - - network/p2p/qbittorrent/pspec.xml - - - qbittorrent - - boost - zlib - libgcc - openssl - qt5-base - libnotify - libtorrent-rasterbar - - - /usr/bin - /usr/share - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps - /usr/share/appdata - /usr/share/man - /usr/share/doc - - - - - 2022-03-27 - 4.4.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2021-07-06 - 4.3.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-12 - 4.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-12 - 4.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-26 - 4.1.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-16 - 4.1.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-13 - 4.1.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-03 - 4.1.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-05 - 4.1.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 4.3.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-20 - 4.3.4 - Release bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 4.3.0 - Release bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-17 - 3.3.7 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilnux.org - - - 2016-11-12 - 3.3.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 3.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-12 - 3.3.1 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - transmission - https://transmissionbt.com/ - - PisiLinux Community - admins@pisilinux.org - - MIT - GPL-2 - service - app:gui - app:console - network.p2p - A fast, easy, and free BitTorrent client. - Hızlı, basit ve özgür BitTorrent istemcisi - Transmission is a free, lightweight Bittorrent client. It features a simple, intuitive interface on top of an efficient backend. This package provides only daemon, web interface and command line client. If you want use Transmission with graphical interface, you should install transmission-gtk or transmission-qt. - Transmission özgür ve hafif BitTorrent istemcisidir. İki değişik kitaplıkla yazılmış basit ve kullanışlı arayüz istemcisi vardır. Qt ile yazılmış arayüz paketinin adı transmission-qt, GTK+ ile yazılmış olanı ise transmission-gtk'dir. Bu pakette sadece servis, komut satırı istemcisi ve Web arayüzü bulunmaktadır. - https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz - - intltool - curl-devel - gtk3-devel - qt5-linguist - openssl-devel - qt5-base-devel - xfsprogs-devel - libevent-devel - libnotify-devel - miniupnpc-devel - - network/p2p/transmission/pspec.xml - - - transmission-cli - Transmission's cli tools, web interface and daemon. - Transmission'un öntanımlı CLI, web ve sunucu bileşenleri - app:console - - zlib - curl - openssl - libevent - miniupnpc - - - /usr/bin - /etc - /usr/share - /usr/share/man - /usr/share/doc - - - - transmission-gtk - Transmission's GTK+ interface (default). - Transmission'un öntanımlı GTK+ arayüz istemcisi - app:gui - - transmission-cli - zlib - curl - gtk3 - glib2 - pango - openssl - libevent - miniupnpc - libnotify - gdk-pixbuf - - - /usr/bin/transmission-gtk - /usr/share/appdata/transmission-gtk.xml - /usr/share/applications/transmission-gtk.desktop - /usr/share/locale - /usr/share/man/man1/transmission-gtk.1 - - - - transmission-qt - Transmission's Qt interface. - Transmission'un Qt arayüz istemcisi - app:gui - - transmission-cli - zlib - curl - libgcc - openssl - libevent - qt5-base - miniupnpc - - - /usr/bin/transmission-qt - /usr/share/applications/transmission-qt.desktop - /usr/share/man/man1/transmission-qt.1 - /usr/share/doc/transmission/README-QT - - - - - 2021-10-14 - 3.00 - First build. - fury - uglyside@yandex.ru - - - - - - flashplugin - http://labs.adobe.com/technologies/flashplayer10 - - PisiLinux Community - admins@pisilinux.org - - Macromedia - library - network.plugin - Adobe Flash Player - Adobe Flash Oynatıcı - 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/get/flashplayer/pdc/32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz - - nss - gtk2 - libXt - libX11 - libXext - libXpm - mesa-devel - - network/plugin/flashplugin/pspec.xml - - - flashplugin - - noDelta - - - mesa - libgcc - atk - nss - gtk2 - nspr - cairo - glib2 - libXt - pango - libX11 - libXext - freetype - fontconfig - gdk-pixbuf - libXcursor - libXrender - - - /usr/share - /usr/lib - /usr/bin - - - - - 2020-12-25 - 32.0.0.465 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-12 - 32.0.0.453 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-03-24 - 32.0.0.344 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-10 - 32.0.0.303 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-11-30 - 32.0.0.293 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 32.0.0.270 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-03 - 32.0.0.238 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-26 - 32.0.0.223 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 32.0.0.207 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-08 - 32.0.0.171 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-23 - 32.0.0.156 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-30 - 32.0.0.101 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 30.0.0.154 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-16 - 29.0.0.140 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-09 - 28.0.0.161 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 28.0.0.126 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-08 - 27.0.0.187 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 27.0.0.183 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-27 - 26.0.0.151 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-22 - 25.0.0.148 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-20 - 24.0.0.186 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-14 - 11.2.202.621 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 11.2.202.569 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-15 - 11.2.202.569 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - freshplayerplugin - https://github.com/i-rinat/freshplayerplugin - - Osman Erkan - osman.erkan@pisilinux.org - - MIT - app:gui - network.plugin - ppapi2npapi compatibility layer - PPAPI-host NPAPI-plugin adapter. - https://github.com/i-rinat/freshplayerplugin/archive/v0.3.11.tar.gz - - cmake - cairo-devel - glib2-devel - icu4c-devel - pango-devel - libX11-devel - openssl-devel - freetype-devel - libXcursor-devel - libXrender-devel - ragel - gtk2-devel - gtk3-devel - libva-devel - libv4l-devel - ffmpeg-devel - openssl-devel - libvdpau-devel - alsa-lib-devel - libevent-devel - libXrandr-devel - libXcursor-devel - pulseaudio-libs-devel - - network/plugin/freshplayerplugin/pspec.xml - - - freshplayerplugin - - mesa - cairo - glib2 - icu4c - pango - libX11 - libgcc - openssl - freetype - libXcursor - libXrender - libva - ffmpeg - libv4l - alsa-lib - libevent - libvdpau - libXrandr - pepperflash - pulseaudio-libs - - - /usr/lib - /usr/share/doc - /usr/share/freshplayerplugin/ - - - - - 2020-03-24 - 0.3.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-08-11 - 0.3.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-30 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-28 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 0.3.9 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-27 - 0.3.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-22 - 0.3.6 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-12-20 - 0.3.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-14 - 0.3.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-15 - 0.3.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - pepperflash - http://www.google.com - - Osman Erkan - osman.erkan@pisilinux.org - - custom:chrome - library - network.plugin - Chromium tarayıcısı için Google chrom eklentisi olan Pepper Flash Eklentisi. - 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/32.0.0.465/flash_player_ppapi_linux.x86_64.tar.gz - network/plugin/pepperflash/pspec.xml - - - pepperflash - - libgcc - - - /etc/chromium-browser - /usr/lib/chromium-browser/ - /usr/lib/chromium-browser/PepperFlash - - - pepperflash-plugin.conf - - - - - 2020-12-25 - 32.0.0.465 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-24 - 32.0.0.344 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-30 - 32.0.0.293 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-29 - 32.0.0.270 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-03 - 32.0.0.238 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-26 - 32.0.0.223 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 32.0.0.207 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-08 - 32.0.0.171 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-23 - 32.0.0.156 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-30 - 32.0.0.101 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 30.0.0.154 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-18 - 29.0.0.140 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-09 - 28.0.0.161 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 28.0.0.126 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-08 - 27.0.0.187 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 27.0.0.183 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-27 - 26.0.0.151 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 23.0.0.207 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-12-13 - 23.0.0.207 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-30 - 22.0.0.192 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-30 - 22.0.0.192 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-09 - 20.0.0.306 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-15 - 20.0.0.306 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - telnet-bsd - ftp://ftp.suse.com/pub/people/kukuk/ipv6/ - - Kamil Atlı - suvari@pisilinux.org - - BSD - app:console - network.remoteshell - Telnet and telnetd - Telnet protokolünün OpenBSD işletim sisteminden alınmış hali. IPV6 desteği içerir. - telnet-bsd provides a command line telnet client which is used for remote login using the telnet protocol. - telnet-bsd, telnet protokolünü kullanarak uzaktan bağlantı sağlayan bir komut satırı telnet istemcisidir. - https://sourceforge.net/projects/pisilinux/files/source/telnet-bsd-1.2.tar.bz2 - - ncurses-devel - - network/remoteshell/telnet-bsd/pspec.xml - - - telnet-bsd - - ncurses - - - /usr/bin - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2019-05-22 - 1.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - librsync - http://librsync.sourceforge.net/ + akonadi + https://userbase.kde.org/Akonadi PisiLinux Community admins@pisilinux.org LGPLv2.1 library - app:console - network.share - librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy - Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı - librsync implémente l'algorithme de la somme de contrôle tournante (rolling-checksum) pour la synchronisation rendue populaire par l'utilitaire rsync et utilisée par rproxy. Cet algorithme transfert les différences entre 2 fichiers sans nécessiter la présence des fichiers sur le même système. - librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system. - Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı. Bu algoritma iki dosya arasındaki farkları, iki dosyanın aynı sistemde olmasına ihtiyaç duymadan transfer eder. - librsync implementa el cómputo del rolling-checksum de la sincronización de archivos remotos, que fue popularizado por la herramienta rsync y se usa en rproxy. El algoritmo transfiere la diferencia de los 2 archivos sin la necesidad de tener ambos archivos en el mismo sistema. - https://github.com/librsync/librsync/archive/v2.3.1.tar.gz + desktop.kde.applications + PIM (Personal Information Management) Storage Service + PIM (Kişisel Bilgi Yönetimi) Depolama Servisi + akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access. + Akonadi, PIM verisi ve meta veriler için eşzamanlı okuma, yazma ve sorgulama yapma imkanı sağlayan, masaüstü ortamından bağımsız, genişletilebilir bir depolama servisidir. + akonadi + mirrors://kde/stable/release-service/22.04.3/src/akonadi-22.04.3.tar.xz - cmake - popt-devel + qt5-base-devel + qt5-designer-devel + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + ki18n-devel + kiconthemes-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + sqlite-devel + shared-mime-info + mariadb-client + mariadb-server + postgresql-server + libxslt-devel + boost-devel + kitemmodels-devel + kio-devel + kaccounts-integration-devel + libaccounts-qt5-devel + extra-cmake-modules + libaccounts-glib-devel + xz-devel - network/share/librsync/pspec.xml + desktop/kde/applications/akonadi/pspec.xml - librsync + akonadi + app:console - popt + kio + sqlite + libgcc + ki18n + kcrash + kconfig + kxmlgui + libxml2 + qt5-base + kitemmodels + kcoreaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + mariadb-client + mariadb-server + postgresql-server + libaccounts-qt5 + kaccounts-integration + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-postgresql + /etc + /etc/xdg /usr/bin /usr/lib - /usr/share/man - /usr/share/doc/librsync + /usr/share/dbus-1 + /usr/share/mime + /usr/share + /usr/share/doc/ - librsync-devel - Development files for librsync - librsync için geliştirme dosyaları + akonadi-devel + Development files for akonadi + akonadi için geliştirme dosyaları - librsync + akonadi + qt5-base-devel /usr/include - /usr/lib/librsync.so - /usr/share/man/man3 + /usr/lib/pkgconfig + /usr/lib/cmake + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-11 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-06 + 18.12.3 + Fix deps. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + - 2020-12-24 - 2.3.1 + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + dolphin + https://projects.kde.org/projects/kde/applications/dolphin + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + desktop.kde.applications + KDE File Manager + Dolphin is the File Manager for KDE. + mirrors://kde/stable/release-service/22.04.3/src/dolphin-22.04.3.tar.xz + + baloo-devel + baloo-widgets-devel + kfilemetadata-devel + extra-cmake-modules + kactivities-devel + kbookmarks-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kio-devel + knewstuff-devel + knotifications-devel + kparts-devel + ktextwidgets-devel + solid-devel + qt5-base-devel + qt5-phonon-devel + kio-extras-devel + libxml2-devel + docbook-xsl + kuserfeedback-devel + + + dolphin-17.04.0-allow-root.patch + + desktop/kde/applications/dolphin/pspec.xml + + + dolphin + + qt5-base + kfilemetadata + baloo + baloo-widgets + knewstuff + kio + ki18n + solid + kparts + libgcc + kcodecs + kcrash + kconfig + kxmlgui + kcmutils + kservice + kbookmarks + kitemviews + qt5-phonon + kactivities + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + + + + dolphin-devel + + dolphin + qt5-base-devel + qt5-phonon-devel + kio-devel + kcmutils-devel + knewstuff-devel + kinit-devel + kactivities-devel + baloo-devel + baloo-widgets-devel + kfilemetadata-devel + kparts-devel + ktexteditor-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + + + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-13 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + katomic + https://www.kde.org/applications/games/katomic/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Sokoban like logic game + Sokoban benzeri mantık oyunu + KAtomic is both fun and educational game built around molecular geometry. + KAtomic moleküler geometri hakkında hem eğlenceli hem de eğitici bir oyundur. + katomic + mirrors://kde/stable/release-service/22.04.3/src/katomic-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kitemviews-devel + kiconthemes-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + knewstuff-devel + libkdegames-devel + qt5-declarative-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/katomic/pspec.xml + + + katomic + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + knewstuff + kcoreaddons + kdbusaddons + libkdegames + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-import-wizard + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + CLI tools to manage akonadi calendars + Import data from other mail clients to KMail + http://download.kde.org/stable/release-service/22.04.3/src/akonadi-import-wizard-22.04.3.tar.xz + + boost-devel + akonadi-devel + akonadi-calendar-devel + extra-cmake-modules + kdesignerplugin + kdoctools-devel + qt5-base-devel + qt5-keychain-devel + kcompletion-devel + kxmlgui-devel + kitemmodels-devel + kcontacts-devel + kcalendarcore-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + akonadi-contacts-devel + kcalutils-devel + libkdepim-devel + calendarsupport-devel + kmime-devel + kidentitymanagement-devel + kmailtransport-devel + akonadi-mime-devel + cyrus-sasl-devel + mailcommon-devel + messagelib-devel + pimcommon-devel + kimap-devel + libkleo-devel + gpgme-devel + gpgme-qt5-devel + mailimporter-devel + ffmpeg-devel + libXScrnSaver-devel + + desktop/kde/applications/akonadi-import-wizard/pspec.xml + + + akonadi-import-wizard + Import data from other mail clients to KMail + + ki18n + kcrash + libgcc + akonadi + kconfig + kwallet + kxmlgui + qt5-base + qt5-keychain + kcontacts + libkdepim + pimcommon + mailcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + mailimporter + kmailtransport + kwidgetsaddons + kidentitymanagement + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + /usr/lib + + + + akonadi-import-wizard-devel + Development files for akonadi-import-wizard + + akonadi-import-wizard + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-02-09 - 2.2.1 + 2017-10-16 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-31 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kpkpass + https://download.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.applications + Apple Wallet Pass reader + Apple Wallet Pass reader + Apple Cüzdan Geçiş okuyucusu + Apple Cüzdan Geçiş okuyucusu + https://download.kde.org/stable/release-service/22.04.3/src/kpkpass-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + karchive-devel + shared-mime-info + + desktop/kde/applications/kpkpass/pspec.xml + + + kpkpass + + libgcc + karchive + qt5-base + + + /etc/xdg + /usr/lib + /usr/share + /usr/share/doc + + + + kpkpass-devel + Development files for kpkpass + + kpkpass + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-09-09 - 2.0.2 - Release Bump + 2019-01-12 + 18.12.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-05-09 - 0.9.7 - Release Bump - Kamil Atlı - admin@pisilinux.org + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 0.9.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2014-02-01 - 0.9.7 + 2018-10-18 + 18.08.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libkgeomap + https://www.kde.org/applications/graphics/ + + Alihan Öztürk + alihan@pisilinux.org + + FDL-1.1 + GPLv2 + LGPLv2 + app:gui + desktop.kde.graphics + A wrapper around world map components for browsing and arranging photos on a map. + A wrapper around world map components for browsing and arranging photos on a map. + mirrors://kde/stable/release-service/20.08.3/src/libkgeomap-20.08.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-webkit-devel + qt5-webengine-devel + ki18n-devel + kconfig-devel + kio-devel + ktextwidgets-devel + marble-devel + + desktop/kde/applications/libkgeomap/pspec.xml + + + libkgeomap + A wrapper around world map components for browsing and arranging photos on a map. + + kio + ki18n + libgcc + marble + kconfig + qt5-base + qt5-webkit + kcoreaddons + + + /usr/lib + /usr/share/libkgeomap + /usr/share/doc + /usr/share/locale + + + + libkgeomap-devel + Developments files for libkgeomap. + + libkgeomap + + + /usr/include + /usr/lib/cmake + + + + + 2022-06-21 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-10 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.08.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-09 + 16.04.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + konqueror + https://www.kde.org/applications/internet/konqueror/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + Konqueror - KDE File Manager and Web Browser + Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. + mirrors://kde/stable/release-service/22.04.3/src/konqueror-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + kactivities-devel + karchive-devel + kbookmarks-devel + kcmutils-devel + kcrash-devel + kdelibs4-support-devel + kdesu-devel + kdoctools-devel + khtml-devel + kiconthemes-devel + kinit-devel + kio-devel + kparts-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + kwidgetsaddons-devel + libICE-devel + libX11-devel + libXext-devel + python-devel + qt5-base-devel + qt5-declarative-devel + qt5-location-devel + qt5-webchannel-devel + qt5-webengine-devel + qt5-x11extras-devel + tidy-devel + zlib-devel + libevent-devel + ffmpeg-devel + libXScrnSaver-devel + kwallet-devel + qt5-script-devel + + desktop/kde/applications/konqueror/pspec.xml + + + konqueror + Konqueror - KDE File Manager and Web Browser + + kwallet + karchive + kbookmarks + kcmutils + kcrash + kded + kdelibs4-support + kdesu + khtml + kiconthemes + kinit + kio + kparts + kwidgetsaddons + libX11 + libXext + libgcc + qt5-base + qt5-declarative + qt5-location + qt5-webchannel + qt5-webengine + qt5-x11extras + zlib + tidy + ki18n + sonnet + kcodecs + kconfig + kxmlgui + kservice + kitemviews + qt5-script + kcompletion + kcoreaddons + kdbusaddons + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + kde-baseapps + + + kde-baseapps + + + + konqueror-devel + Development files for konqueror + + qt5-base-devel + konqueror + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-08 + 17.08.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-24 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-03 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + filelight + http://utils.kde.org/projects/filelight + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + View disk usage information + View disk usage information + Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. + Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. + filelight + mirrors://kde/stable/release-service/22.04.3/src/filelight-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-script-devel + kdoctools-devel + extra-cmake-modules + kio-devel + kparts-devel + solid-devel + kxmlgui-devel + kcoreaddons-devel + ki18n-devel + mesa-devel + docbook-xsl + + desktop/kde/applications/filelight/pspec.xml + + + filelight + + qt5-svg + qt5-base + kparts + kio + ki18n + solid + libgcc + kconfig + kxmlgui + kservice + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + /usr/bin + /usr/share + /etc/xdg + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kanagram + https://www.kde.org/applications/education/kanagram/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + A letter order game + Bir harf sıralama oyunu + Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. + Kanagram, anagramlar üzerine bir oyundur. Dağınık yerleştirilmiş harfleri birleştirerek kelimeyi bulun. Zaman veya deneme sınırı yoktur. + kanagram + mirrors://kde/stable/release-service/22.04.3/src/kanagram-22.04.3.tar.xz + + qt5-base-devel + qt5-declarative + kdoctools-devel + knewstuff-devel + kdeclarative-devel + ki18n-devel + kio-devel + kcrash-devel + sonnet-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kxmlgui + kwidgetsaddons-devel + extra-cmake-modules + libkeduvocdocument-devel + qt5-multimedia-devel + + desktop/kde/applications/kanagram/pspec.xml + + + kanagram + + ki18n + libgcc + sonnet + kconfig + kxmlgui + qt5-base + knewstuff + kcoreaddons + kdeclarative + qt5-multimedia + kconfigwidgets + qt5-declarative + libkeduvocdocument + + + /etc/xdg + /usr/share + /usr/bin + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kruler + http://www.kde.org/applications/graphics/kruler + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.graphics + A screen ruler and color measurement tool + Ekran cetveli ve renk ölçüm aracı + KRuler is a screen ruler and color measurement tool. + KRuler, bir ekran cetveli ve renk ölçüm aracıdır. + kruler + mirrors://kde/stable/release-service/22.04.3/src/kruler-22.04.3.tar.xz + + qt5-base-devel + qt5-x11extras-devel + kdoctools-devel + cmake + extra-cmake-modules + ki18n-devel + knotifications-devel + kwindowsystem-devel + kxmlgui-devel + python-devel + docbook-xsl + + desktop/kde/applications/kruler/pspec.xml + + + kruler + + qt5-base + kxmlgui + knotifications + ki18n + libgcc + libxcb + kconfig + kcoreaddons + kwindowsystem + qt5-x11extras + kconfigwidgets + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kipi + https://github.com/KDE/kipi-plugins + + Ali Algul + aligulle3801@gmail.com + + GPLv1 + app + desktop.kde.applications + A collection of plugins extending the KDE graphics and image applications + A collection of plugins extending the KDE graphics and image applications + A collection of plugins extending the KDE graphics and image applications + A collection of plugins extending the KDE graphics and image applications + https://download.kde.org/stable/release-service/22.04.3/src/kipi-plugins-22.04.3.tar.xz + + libkipi-devel + kcompletion-devel + libmediawiki-devel + libkvkontakte-devel + extra-cmake-modules + karchive-devel + kconfig-devel + ki18n-devel + kio-devel + kwindowsystem-devel + kxmlgui-devel + qt5-base-devel + qt5-svg-devel + qt5-xmlpatterns-devel + qt5-webengine-devel + + desktop/kde/applications/kipi/pspec.xml + + + kipi + + kio + libgcc + kconfig + kxmlgui + libkipi + karchive + kcompletion + libmediawiki + libkvkontakte + qt5-base + kcoreaddons + kwindowsystem + kconfigwidgets + qt5-xmlpatterns + ki18n + qt5-webengine + + + /usr/lib + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-11 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 5.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 5.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 5.9.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-10 + 5.9.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-15 + 5.8.0 + First release. + Ali Algul + aligulle3801@gmail.com + + + + + + klettres + https://www.kde.org/applications/education/klettres/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + An alphabet learning application + Alfabe öğrenme uygulaması + KLettres is an application specially designed to help the user to learn alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. + KLettres, kullanıcının yeni bir alfabeyi ve basit sesli sözleri öğrenmesi için geliştirilmiş bir uygulamadır. İki buçuk yaşındaki bir çocuk için yararlı olabileceği gibi, yeni bir dil öğrenen yetişkinler için de yardımcı olabilir. + klettres + mirrors://kde/stable/release-service/22.04.3/src/klettres-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + kdoctools-devel + extra-cmake-modules + kcompletion-devel + kemoticons-devel + kitemmodels-devel + ki18n-devel + knewstuff-devel + kwidgetsaddons-devel + kconfigwidgets-devel + kcoreaddons-devel + kconfig-devel + kxmlgui-devel + kcrash-devel + qt5-phonon-devel + kpackage-devel + + desktop/kde/applications/klettres/pspec.xml + + + klettres + + qt5-base + qt5-svg + qt5-phonon + knewstuff + ki18n + kcrash + kconfig + kxmlgui + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + libgcc + + + /usr/share/doc + /usr/bin + /usr/share + /etc/xdg + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kolourpaint + http://kde.org/applications/graphics/kolourpaint + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.graphics + An easy to use paint program + Kullanımı kolay bir çizim programı + KolourPaint is a simple painting program to quickly create raster images. It is useful as a touch-up tool and simple image editing tasks. + KolourPaint, kullanımı kolay bir çizim programıdır. + kolourpaint + mirrors://kde/stable/release-service/22.04.3/src/kolourpaint-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + libkexiv2-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libksane-devel + + desktop/kde/applications/kolourpaint/pspec.xml + + + kolourpaint + + ki18n + libgcc + kconfig + kxmlgui + kservice + qt5-base + kguiaddons + libksane + kcoreaddons + kiconthemes + ktextwidgets + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/doc + /usr/share/icons + /usr/share/kolourpaint + /usr/share/kxmlgui5 + /usr/share/metainfo + /usr/share/locale/ + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + baloo-widgets + https://www.kde.org + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Framework for searching and managing metadata + Baloo is a framework for searching and managing metada + mirrors://kde/stable/release-service/22.04.3/src/baloo-widgets-22.04.3.tar.xz + + baloo-devel + extra-cmake-modules + kconfig-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kfilemetadata-devel + kinit-devel + kio-devel + ki18n-devel + kitemmodels-devel + kunitconversion-devel + qt5-base-devel + + desktop/kde/applications/baloo-widgets/pspec.xml + + + baloo-widgets + Development files for baloo-widgets + + baloo + kconfig + kcoreaddons + kfilemetadata + ki18n + kio + kwidgetsaddons + libgcc + qt5-base + + + /etc + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + /usr/share/locale + + + + baloo-widgets-devel + Development files for baloo-widgets + + baloo-widgets + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kaccounts-integration + https://projects.kde.org/projects/kdereview/kaccounts-integration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + mirrors://kde/stable/release-service/22.04.3/src/kaccounts-integration-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kcmutils-devel + ki18n-devel + kcoreaddons-devel + kdbusaddons-devel + libaccounts-qt5-devel + libaccounts-glib-devel + signon-devel + gettext-devel + kdoctools-devel + kdeclarative-devel + kio-devel + kconfig-devel + kwallet-devel + + desktop/kde/applications/kaccounts-integration/pspec.xml + + + kaccounts-integration + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + + ki18n + libgcc + signon + qt5-base + kcoreaddons + kdbusaddons + kdeclarative + kconfigwidgets + libaccounts-qt5 + qt5-declarative + kio + kconfig + kwallet + + + /usr/share + /usr/share/kservices5 + /usr/share/doc + /usr/lib/qt5 + /usr/lib/libkaccounts.so* + + + + kaccounts-integration-devel + Development files for kaccounts-integration + + kaccounts-integration + libaccounts-qt5-devel + + + /usr/include + /usr/lib/cmake/KAccounts + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktuberling + http://kde.org/applications/games/ktuberling/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + A simple constructor game suitable for children and adults alike + KTuberling a simple constructor game suitable for children and adults alike. The idea of the game is based around a once popular doll making concept. + mirrors://kde/stable/release-service/22.04.3/src/ktuberling-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + qt5-multimedia-devel + kcoreaddons-devel + kconfig-devel + kitemmodels-devel + kwidgetsaddons-devel + kwindowsystem-devel + kdbusaddons-devel + ki18n-devel + kconfigwidgets-devel + ktextwidgets-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + knewstuff-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/applications/ktuberling/pspec.xml + + + ktuberling + A simple constructor game suitable for children and adults alike + + kio + ki18n + kcrash + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + qt5-multimedia + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/ktuberling + /usr/share/metainfo + /usr/share/kxmlgui5 + /usr/share/doc + /usr/share/locale + /usr/share/qlogging-categories5 + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-01 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kaccounts-providers + https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + mirrors://kde/stable/release-service/22.04.3/src/kaccounts-providers-22.04.3.tar.xz + + extra-cmake-modules + intltool + kaccounts-integration-devel + qt5-declarative-devel + qt5-webengine-devel + qt5-base-devel + kcoreaddons-devel + libaccounts-qt5-devel + libaccounts-glib-devel + kio-devel + ki18n-devel + kdeclarative-devel + kpackage-devel + signon-devel + + desktop/kde/applications/kaccounts-providers/pspec.xml + + + kaccounts-providers + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + + kaccounts-integration + libaccounts-glib + libgcc + kio + ki18n + kpackage + kcoreaddons + kdeclarative + qt5-declarative + qt5-webengine + qt5-base + + + /etc + /usr/share + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-notes + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Libraries and daemons to implement management of notes in Akonadi + Libraries and daemons to implement management of notes in Akonadi + mirrors://kde/stable/release-service/22.04.3/src/akonadi-notes-22.04.3.tar.xz + + qt5-base-devel + boost-devel + ki18n-devel + kdoctools-devel + kitemmodels-devel + gettext-devel + akonadi-devel + extra-cmake-modules + kxmlgui-devel + libxslt-devel + extra-cmake-modules + kmime-devel + shared-mime-info + + desktop/kde/applications/akonadi-notes/pspec.xml + + + akonadi-notes + + qt5-base + ki18n + akonadi + libgcc + kio + kmime + kconfig + kxmlgui + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + akonadi-notes-devel + Development files for akonadi-notes + + qt5-base-devel + akonadi-notes + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + First Release. + Stefan Gronewold + groni@pisilinux.org + + + + + + akonadi-calendar + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.applications + Akonadi calendar integration + Calendar integration for Akonadi. + mirrors://kde/stable/release-service/22.04.3/src/akonadi-calendar-22.04.3.tar.xz + + qt5-base-devel + ki18n-devel + kcodecs-devel + kdoctools-devel + boost-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kmailtransport-devel + akonadi-devel + extra-cmake-modules + kdesignerplugin + akonadi-mime-devel + kmime-devel + cyrus-sasl-devel + kcontacts-devel + kidentitymanagement-devel + kcalendarcore-devel + kcalutils-devel + akonadi-contacts-devel + prison-devel + grantleetheme-devel + grantlee-qt5-devel + knotifications-devel + + desktop/kde/applications/akonadi-calendar/pspec.xml + + + akonadi-calendar + + qt5-base + ki18n + kcodecs + kio + kmime + libgcc + kconfig + kxmlgui + kcalendarcore + kcalutils + kcontacts + akonadi + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + kconfigwidgets + kmailtransport + kwidgetsaddons + kidentitymanagement + akonadi-mime + akonadi-contacts + prison + knotifications + grantleetheme + grantlee-qt5 + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/bin + + + + akonadi-calendar-devel + Development files for akonadi-calendar + + qt5-base-devel + akonadi-calendar + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-26 + 17.12.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-16 + 17.04.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-02 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-text-ui + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Telepathy handler for Text Chats + Telepathy handler for Text Chats + mirrors://kde/stable/release-service/22.04.3/src/ktp-text-ui-22.04.3.tar.xz + + extra-cmake-modules + karchive-devel + sonnet-devel + kwidgetsaddons-devel + kservice-devel + kemoticons-devel + kio-devel + kpeople-devel + kcmutils-devel + knotifyconfig-devel + knotifications-devel + ki18n-devel + kdewebkit-devel + kwindowsystem-devel + kxmlgui-devel + kitemviews-devel + ktextwidgets-devel + kiconthemes-devel + kdbusaddons-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + ffmpeg-devel + libXScrnSaver-devel + qt5-speech-devel + qt5-location-devel + qt5-webkit-devel + qt5-base-devel + qt5-webengine-devel + + desktop/kde/applications/ktp-text-ui/pspec.xml + + + ktp-text-ui + Telepathy handler for Text Chats + + kio + ki18n + libgcc + sonnet + kconfig + kxmlgui + kpeople + karchive + kcmutils + kservice + qt5-base + qt5-speech + kdewebkit + kemoticons + kitemviews + qt5-webkit + qt5-webengine + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + knotifyconfig + kwindowsystem + telepathy-qt5 + kconfigwidgets + knotifications + kwidgetsaddons + ktp-common-internals + + + /usr/bin + /usr/lib + /usr/share + /usr/share/ktelepathy + /usr/share/ktp-log-viewer + /usr/share/kxmlgui5 + /usr/share/telepathy + /usr/share/dbus-1 + /usr/share/kservices5 + /usr/share/kservicetypes5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-18 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-23 + 17.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + analitza + https://projects.kde.org/projects/kde/kdeedu/analitza + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + desktop.kde.edu + A KDE library for mathematical features + Matematiksel özellikler için bir KDE kitaplığı + analitza is a library to add mathematical features to programs. + analitza, programlara matematiksel özellikler eklemek için bir kitaplıktır. + hi32-app-kalgebra + mirrors://kde/stable/release-service/22.04.3/src/analitza-22.04.3.tar.xz + + cmake + eigen3 + mesa-devel + qt5-svg-devel + extra-cmake-modules + qt5-declarative-devel + qt5-linguist + + desktop/kde/applications/analitza/pspec.xml + + + analitza + + mesa + libgcc + qt5-svg + qt5-base + qt5-declarative + + + /usr/lib + /usr/share/doc + /usr/share/libanalitza/ + /usr/share/locale + + + + analitza-devel + Development files for analitza + analitza için geliştirme dosyaları + + analitza + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-07 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + grantlee-editor + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Editor for Grantlee themes + Editor for Grantlee themes + mirrors://kde/stable/release-service/22.04.3/src/grantlee-editor-22.04.3.tar.xz + + qt5-webengine-devel + kcrash-devel + extra-cmake-modules + kdbusaddons-devel + kdoctools-devel + kxmlgui-devel + qt5-base-devel + ktexteditor-devel + kwallet-devel + knewstuff-devel + karchive-devel + pimcommon-devel + messagelib-devel + grantleetheme-devel + akonadi-mime-devel + kpimtextedit-devel + libkdepim-devel + syntax-highlighting-devel + libkleo-devel + kparts-devel + gpgme-devel + gpgme-qt5-devel + cyrus-sasl-devel + akonadi-devel + kitemmodels-devel + kcontacts-devel + akonadi-contacts-devel + kimap-devel + kmime-devel + grantlee-qt5-devel + ffmpeg-devel + libXScrnSaver-devel + + desktop/kde/applications/grantlee-editor/pspec.xml + + + grantlee-editor + Editor for Grantlee themes + + kio + ki18n + kmime + kcrash + libgcc + kconfig + kxmlgui + karchive + qt5-base + kcontacts + knewstuff + pimcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + kpimtextedit + qt5-webengine + kconfigwidgets + kwidgetsaddons + akonadi-contacts + syntax-highlighting + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-04 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kpat + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + Patience card game + To play KPatience you need, as the name suggests, patience. For simple games, where the way the game goes depends only upon how the cards fall, your patience might be the only thing you need. + mirrors://kde/stable/release-service/22.04.3/src/kpat-22.04.3.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-phonon-devel + kdoctools-devel + cmake + gettext-devel + kio-devel + kpackage-devel + kitemviews-devel + kinit-devel + kunitconversion-devel + kiconthemes-devel + ktextwidgets-devel + kitemmodels-devel + knotifyconfig-devel + libkdegames-devel + kemoticons-devel + kdeclarative-devel + knewstuff-devel + ki18n-devel + kconfig-devel + kxmlgui-devel + qt5-svg-devel + kguiaddons-devel + kcompletion-devel + kcoreaddons-devel + kdbusaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + shared-mime-info + extra-cmake-modules + python3 + mesa-devel + kdesignerplugin + black-hole-solver-devel + freecell-solver-devel + + desktop/kde/applications/kpat/pspec.xml + + + kpat + + qt5-base + libkdegames + knewstuff + ki18n + kio + kcrash + libgcc + kconfig + kxmlgui + qt5-svg + kguiaddons + kcompletion + kcoreaddons + kdbusaddons + kconfigwidgets + kwidgetsaddons + freecell-solver + black-hole-solver + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-16 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-23 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + konsole + https://projects.kde.org/projects/kde/applications/dolphin + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + desktop.kde.applications + KDE Konsole + Konsole for KDE5 + mirrors://kde/stable/release-service/22.04.3/src/konsole-22.04.3.tar.xz + + qt5-base-devel + qt5-script-devel + kpty-devel + kio-devel + kinit-devel + knotifyconfig-devel + kparts-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + docbook-xsl + extra-cmake-modules + kdoctools-devel + kcrash-devel + kdbusaddons-devel + knewstuff-devel + kglobalaccel-devel + cmake + kguiaddons-devel + knotifications-devel + + desktop/kde/applications/konsole/pspec.xml + + + konsole + + libgcc + qt5-base + kiconthemes + knotifyconfig + knotifications + kparts + kpty + kio + ki18n + kconfig + kxmlgui + kservice + kcrash + kdbusaddons + kbookmarks + knewstuff + kguiaddons + kcompletion + kcoreaddons + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons + kglobalaccel + + + /etc/xdg + /usr/bin + /usr/share + /usr/lib + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-11 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdb + http://www.kexi-project.org/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.applications + A database connectivity and creation framework for various database vendors. + Çeşitli veritabanı üreticileri için veritabanı bağlantısı oluşturma çerçevesi. + A database connectivity and creation framework for various database vendors + https://download.kde.org/stable/kdb/src/kdb-3.2.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-linguist + kcoreaddons-devel + icu4c-devel + ki18n-devel + sqlite-devel + mariadb-lib + mariadb-client + postgresql-lib + + + kdb-3.2.0-build-w-pg12.patch + kdb-3.2.0-cmake-pg12.patch + kdb-3.2.0-cmake-pg13.patch + kdb-3.2.0-qt-5.15.patch + kdb-3.2.0-KDEInstallDirs.patch + + desktop/kde/applications/kdb/pspec.xml + + + kdb + A database connectivity and creation framework for various database vendors. + + icu4c + libgcc + sqlite + qt5-base + kcoreaddons + mariadb-lib + postgresql-lib + + + /usr/bin + /usr/lib/qt5 + /usr/lib/libKDb3* + /usr/share/locale + + + + kdb-devel + Development files for kdb. + + kdb + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-21 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2022-05-17 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2022-05-07 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2022-01-10 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2021-10-15 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2021-09-13 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2021-06-16 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2021-03-10 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2020-09-12 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2020-06-11 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2020-05-06 + 3.2.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2020-03-30 + 3.2.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2020-02-02 + 3.2.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-09-15 + 3.2.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-07-22 + 3.2.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-04-18 + 3.2.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-03-11 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-02-14 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2019-01-11 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-12-26 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-11-08 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-10-18 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-09-10 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-08-11 + 3.0.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-03 + 3.0.2 + Rebuild + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-10-14 + 3.0.2 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-07-17 + 3.0.93 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 3.0.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-06 + 3.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-accounts-kcm + https://projects.kde.org/projects/extragear/network/telepathy/ktp-accounts-kcm + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.applications + KCM Module for configuring Telepathy Instant Messaging Accounts + KCM Module for configuring Telepathy Instant Messaging Accounts + mirrors://kde/stable/release-service/22.04.3/src/ktp-accounts-kcm-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-imageformats + kcmutils-devel + kio-devel + ki18n-devel + kwidgetsaddons-devel + kcodecs-devel + kcoreaddons-devel + kconfigwidgets-devel + kiconthemes-devel + kitemviews-devel + telepathy-qt5-devel + kaccounts-integration-devel + libaccounts-qt5-devel + solid-devel + kservice-devel + libaccounts-glib-devel + intltool + kaccounts-providers + telepathy-haze + telepathy-gabble + signon-devel + ktp-common-internals-devel + gettext-devel + + desktop/kde/applications/ktp-accounts-kcm/pspec.xml + + + ktp-accounts-kcm + + ki18n + libgcc + signon + kcodecs + qt5-base + kcoreaddons + telepathy-qt5 + libaccounts-qt5 + kaccounts-integration + + + /usr/bin + /etc + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-26 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-05-23 + 16.04.0 + >Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-30 + 15.12.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + mailcommon + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.applications + KDE PIM library providing support for mail applications + KDE PIM library providing support for mail applications + mirrors://kde/stable/release-service/22.04.3/src/mailcommon-22.04.3.tar.xz + + qt5-base-devel + qt5-phonon-devel + extra-cmake-modules + boost-devel + glibc-devel + libical-devel + gettext-devel + qt5-designer-devel + kdoctools-devel + mailimporter-devel + messagelib-devel + libgravatar-devel + kidentitymanagement-devel + kmailtransport-devel + kmbox-devel + akonadi-devel + kjobwidgets-devel + solid-devel + kitemmodels-devel + qt5-webkit-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kmime-devel + kcontacts-devel + kcalendarcore-devel + kdewebkit-devel + kpimtextedit-devel + kimap-devel + kldap-devel + grantleetheme-devel + pimcommon-devel + libkleo-devel + libkdepim-devel + gpgme-devel + gpgme-qt5-devel + akonadi-mime-devel + akonadi-contacts-devel + grantlee-qt5-devel + openldap-client + cyrus-sasl-devel + syntax-highlighting-devel + karchive-devel + kguiaddons-devel + + desktop/kde/applications/mailcommon/pspec.xml + + + mailcommon + + qt5-base + akonadi-contacts + libgcc + libkdepim + akonadi-mime + mailimporter + kio + ki18n + kmime + akonadi + kcodecs + kconfig + kxmlgui + karchive + kcontacts + pimcommon + kitemviews + messagelib + qt5-phonon + kguiaddons + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kpimtextedit + ktextwidgets + kwindowsystem + kconfigwidgets + kmailtransport + kwidgetsaddons + kidentitymanagement + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + mailcommon-devel + Development files for mailcommon + + mailcommon + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-30 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdegraphics-svgpart + https://www.kde.org/applications/graphics/ + + Stefan Gronewold + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.applications + A KPart for viewing SVGs + A KPart for viewing SVGs + kdegraphics-svgpart + mirrors://kde/stable/release-service/22.04.3/src/svgpart-22.04.3.tar.xz + + extra-cmake-modules + gettext-devel + glibc-devel + kcoreaddons-devel + kparts-devel + python-devel + qt5-base-devel + qt5-svg-devel + + desktop/kde/applications/kdegraphics-svgpart/pspec.xml + + + kdegraphics-svgpart + A KPart for viewing SVGs + + kcoreaddons + kparts + qt5-base + qt5-svg + ki18n + libgcc + kxmlgui + kconfigwidgets + + + /usr/share + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-08 + 16.11.90 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kfloppy + http://kde.org/applications/utilities/kfloppy + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A floppy formatter + A floppy formatter + KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks. + KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks. + kfloppy + http://download.kde.org/stable/release-service/22.04.3/src/kfloppy-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kcoreaddons-devel + kio-devel + kdoctools-devel + kxmlgui-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/applications/kfloppy/pspec.xml + + + kfloppy + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + /usr/share/icons + /usr/share/applications + /usr/share/locale/ + /usr/share/metainfo/org.kde.kfloppy.appdata.xml + /etc/xdg/kfloppy.categories + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-26 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-04-20 + 16.04 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kcron + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + Graphical task scheduler + Görev zamanlayıcı arayüzü. + Kcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system. + Kcron, cron görev zamanlayıcı altyapısının bir arayüzüdür. + kcron + mirrors://kde/stable/release-service/22.04.3/src/kcron-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kdoctools-devel + kiconthemes-devel + kio-devel + kxmlgui-devel + kiconthemes-devel + + desktop/kde/applications/kcron/pspec.xml + + + kcron + + kio + ki18n + libgcc + qt5-base + kcoreaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + + + kdeadmin + + + kdeadmin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-09 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + parley + http://edu.kde.org/applications/all/parley + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + Parley is a program to help you memorize things. + Tekrar yapmanıza yardım eden bir uygulama + Parley is a program to help you memorize things. Parley supports many language specific features but can be used for other learning tasks just as well. It uses the spaced repetition learning method, also known as flash cards. Creating new vocabulary collections with Parley is easy, but of course it is even better if you can use some of our premade files. Have a look at the KDE-Files.org page or use the "Download New Collections" feature directly in Parley. + Parley ile yeni öğrendiğiniz şeyleri belli zaman aralıklarıyla tekrar ederek uzun zamanlı hafızanızda yer etmelerini sağlayabilirsiniz. Parley, flaş kart denilen tekniği kullanır. Dil öğrenimi için özelleşmiş yetenekleri olmasına karşın diğer konularda da kullanıma uygundur. Kartları hazırlamak epey kolay olmakla beraber kde-files.org adresinden ulaşabileceğiniz hazır kart setlerini de kullanabilirsiniz. + parley + mirrors://kde/stable/release-service/22.04.3/src/parley-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-multimedia-devel + qt5-webengine-devel + libxslt-devel + libXrender-devel + libxml2-devel + libkeduvocdocument-devel + kdoctools-devel + kcoreaddons-devel + kconfig-devel + kcrash-devel + gettext-devel + ki18n-devel + kio-devel + knewstuff-devel + kross-devel + kcmutils-devel + kxmlgui-devel + sonnet-devel + kservice-devel + ktextwidgets-devel + kcompletion-devel + kconfigwidgets-devel + kwidgetsaddons-devel + knotifications-devel + khtml-devel + extra-cmake-modules + ffmpeg-devel + libXScrnSaver-devel + + desktop/kde/applications/parley/pspec.xml + + + parley + + qt5-base + qt5-svg + qt5-multimedia + qt5-webengine + libxslt + libXrender + libxml2 + libkeduvocdocument + kdoctools + kcoreaddons + kconfig + kcrash + gettext + ki18n + kio + knewstuff + kross + kcmutils + kxmlgui + knotifications + sonnet + kservice + libgcc + ktextwidgets + kcompletion + kconfigwidgets + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + /etc/xdg + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kteatime + http://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + Timer for making tea. + Çay yapma zamanlayıcısı. + KTeaTime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. + Kteatime çay yapmak için kullanışlı bir uygulamadır. Kteatime ile çay demlemek için ne kadar beklemek gerektiğini düşünmenize gerek kalmaz. + mirrors://kde/stable/release-service/22.04.3/src/kteatime-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfig-devel + kcrash-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + knotifyconfig-devel + knotifications-devel + kwidgetsaddons-devel + ktextwidgets-devel + kxmlgui-devel + + desktop/kde/applications/kteatime/pspec.xml + + + kteatime + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kiconthemes + ktextwidgets + knotifyconfig + kconfigwidgets + knotifications + + + /usr/bin + /usr/doc + /usr/share + + + kdetoys + + + kdetoys + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kmail-account-wizard + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Kmail Account Wizard + Kmail Account Wizard + mirrors://kde/stable/release-service/22.04.3/src/kmail-account-wizard-22.04.3.tar.xz + + gpgme-devel + gpgme-qt5-devel + extra-cmake-modules + kcmutils-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + prison-devel + akonadi-devel + akonadi-search-devel + grantleetheme-devel + kpimtextedit-devel + libkdepim-devel + libkleo-devel + pimcommon-devel + qt5-base-devel + knotifyconfig-devel + ktexteditor-devel + kitemmodels-devel + akonadi-contacts-devel + kidentitymanagement-devel + kldap-devel + cyrus-sasl-devel + kmailtransport-devel + akonadi-mime-devel + mailcommon-devel + messagelib-devel + kimap-devel + kross-devel + knewstuff-devel + knotifications-devel + + desktop/kde/applications/kmail-account-wizard/pspec.xml + + + kmail-account-wizard + Kmail Account Wizard + + kio + gpgme + ki18n + kldap + kmime + kross + kcrash + libgcc + akonadi + kcodecs + kconfig + kwallet + kxmlgui + libkleo + kcmutils + qt5-base + knewstuff + libkdepim + kitemviews + kcoreaddons + kdbusaddons + akonadi-mime + kmailtransport + knotifications + kwidgetsaddons + kidentitymanagement + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-05 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + zeroconf-ioslave + https://apps.kde.org/zeroconf_ioslave/ + + Pisi Linux Admins + admin@pisilinux.org + + FDL,GPL + app + desktop.kde.applications + Network Monitor for DNS-SD services (Zeroconf) + Network Monitor for DNS-SD services (Zeroconf) + DNS-SD hizmetleri için Ağ İzleyicisi + DNS-SD hizmetleri için Ağ İzleyicisi + https://download.kde.org/stable/release-service/22.04.3/src/zeroconf-ioslave-22.04.3.tar.xz + + kio-devel + ki18n-devel + kdnssd-devel + qt5-base-devel + kcoreaddons-devel + kdbusaddons-devel + extra-cmake-modules + + desktop/kde/applications/zeroconf-ioslave/pspec.xml + + + zeroconf-ioslave + + kio + ki18n + kdnssd + qt5-base + kcoreaddons + kdbusaddons + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-22 + 22.04.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + kig + https://www.kde.org/applications/education/kig/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + An interactive geometry application + Bir etkileşimli geometri uygulaması + Kig is an application for interactive geometry. + Kig, bir etkileşimli geometri uygulamasıdır. + kig + mirrors://kde/stable/release-service/22.04.3/src/kig-22.04.3.tar.xz + + qt5-base-devel + qt5-svg-devel + boost-devel + ktexteditor-devel + kdoctools-devel + kemoticons-devel + kitemmodels-devel + qt5-xmlpatterns-devel + gettext-devel + pkgconfig + kcrash-devel + karchive-devel + extra-cmake-modules + + desktop/kde/applications/kig/pspec.xml + + + kig + + qt5-base + boost + kcrash + ktexteditor + qt5-xmlpatterns + qt5-svg + ki18n + kparts + ktexteditor + kiconthemes + kconfigwidgets + karchive + kxmlgui + kitemmodels + libgcc + kservice + kcompletion + kcoreaddons + kwidgetsaddons + kconfig + + + /usr/lib + /usr/lib/qt5 + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-24 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kpmcore + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.applications + Library for managing partitions. + Library for managing partitions. + mirrors://kde/stable/release-service/22.04.3/src/kpmcore-22.04.3.tar.xz + + ntfs-3g + udftools + ntfsprogs + fatresize + exfat-utils + dosfstools + reiserfsprogs + smartmontools + xfsprogs-devel + qt5-base-devel + libatasmart-devel + extra-cmake-modules + parted-devel + libutil-linux-devel + ki18n-devel + kio-devel + kconfig-devel + kxmlgui-devel + kservice-devel + kcoreaddons-devel + kiconthemes-devel + kjobwidgets-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kdoctools-devel + kwidgetsaddons-devel + qca2-qt5-devel + polkit-devel + elogind-devel + polkit-qt-devel + jfsutils + f2fs-tools + nilfs-utils-devel + e2fsprogs-devel + + desktop/kde/applications/kpmcore/pspec.xml + + + kpmcore + + kio + ki18n + kauth + ntfs-3g + qca2-qt5 + fatresize + udftools + fatresize + ntfsprogs + exfat-utils + dosfstools + reiserfsprogs + smartmontools + xfsprogs + kwidgetsaddons + libgcc + parted + kservice + qt5-base + kcoreaddons + kiconthemes + libatasmart + libutil-linux + polkit-qt + jfsutils + f2fs-tools + nilfs-utils + e2fsprogs + + + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + kpmcore-devel + Development files for kpmcore + + kpmcore + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 4.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 4.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 4.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-20 + 4.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 4.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-07-22 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-17 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-03-11 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-02-14 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-11 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-26 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-08 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 3.3.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-19 + 3.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-09 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-17 + 3.1.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-30 + 3.1.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-12 + 2.9.91 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-13 + 2.9.91 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-10-12 + 2.1.1 + Release bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-01-17 + 2.1.1 + Release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-17 + 2.1.1 + First Release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + knetwalk + https://www.kde.org/applications/games/knetwalk/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Network construction game + Ağ yapılandırma oyunu + KNetWalk is a single player logic game. The object of the game is to start the LAN, connecting all the terminals to the server, in as few turns as possible. + KNetWalk bir ağ kurma oyunudur. Dunucularla istemcileri mümkün olan en az kaynakla birleştirmeye çalışmak oyunun amacıdır. Bağımlılık yapması olasıdır. + knetwalk + mirrors://kde/stable/release-service/22.04.3/src/knetwalk-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kwidgetsaddons-devel + kdbusaddons-devel + ki18n-devel + kguiaddons-devel + kconfigwidgets-devel + kitemviews-devel + kxmlgui-devel + kio-devel + knotifyconfig-devel + libkdegames-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ktextwidgets-devel + + desktop/kde/applications/knetwalk/pspec.xml + + + knetwalk + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + ktextwidgets + kconfigwidgets + kwidgetsaddons + qt5-declarative + ktextwidgets + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ksmtp + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.applications + Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane + Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane + Job-based library to send email through an SMTP server + Job-based library to send email through an SMTP server + https://download.kde.org/stable/release-service/22.04.3/src/ksmtp-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kcoreaddons-devel + ki18n-devel + kio-devel + kmime-devel + cyrus-sasl-devel + + desktop/kde/applications/ksmtp/pspec.xml + + + ksmtp + + kio + ki18n + kmime + libgcc + kcoreaddons + cyrus-sasl + qt5-base + + + /etc/xdg + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + ksmtp-devel + Development files for ksmtp + + ksmtp + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + minuet + https://minuet.kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.applications + A KDE Software for Music Education + Music education Free Software, thoughtfully designed to push your musical skills to the next level. Enhance your ability to recognize intervals, chords, rhythm, and scales while enjoying all the power of Free Software. + https://download.kde.org/stable/release-service/22.04.3/src/minuet-22.04.3.tar.xz + + extra-cmake-modules + qt5-svg-devel + qt5-base-devel + qt5-quickcontrols2-devel + qt5-declarative-devel + ki18n-devel + kxmlgui-devel + kio-devel + kcrash-devel + kdoctools-devel + alsa-lib-devel + drumstick-devel + fluidsynth-devel + + desktop/kde/applications/minuet/pspec.xml + + + minuet + A KDE Software for Music Education + + kio + ki18n + kcrash + libgcc + kconfig + kxmlgui + alsa-lib + qt5-base + kcompletion + kcoreaddons + drumstick-libs + kconfigwidgets + kwidgetsaddons + fluidsynth + qt5-svg + qt5-declarative + + + /usr/bin + /usr/share + /usr/share/appdata + /usr/share/applications + /usr/share/doc + /usr/share/icons + /usr/share/kxmlgui5 + /usr/share/minuet + /usr/lib + + + + minuet-devel + Development files for minuet + + qt5-base-devel + minuet + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-12 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-29 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-26 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-04-20 + 16.04 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libgravatar + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.applications + KDE PIM library providing Gravatar support + KDE PIM library providing Gravatar support + mirrors://kde/stable/release-service/22.04.3/src/libgravatar-22.04.3.tar.xz + + qt5-base-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + pimcommon-devel + cmake + extra-cmake-modules + openldap-client + cyrus-sasl-devel + kitemviews-devel + kio-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcontacts-devel + kcalendarcore-devel + extra-cmake-modules + qt5-webkit-devel + grantlee-qt5-devel + kdoctools-devel + knewstuff-devel + kpimtextedit-devel + boost-devel + + desktop/kde/applications/libgravatar/pspec.xml + + + libgravatar + + qt5-base + kxmlgui + ki18n + libgcc + kconfig + kservice + kcoreaddons + pimcommon + ktextwidgets + kwidgetsaddons + grantlee-qt5 + + + /usr/lib + /usr/bin + /usr/share + /usr/share/icons + /etc + + + + libgravatar-devel + Development files for libgravatar + + libgravatar + qt5-base-devel + kxmlgui-devel + ki18n-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-28 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-10 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-04-25 + 16.04.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdesdk-thumbnailers + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + library + desktop.kde.sdk + Translation file thumbnail generators + Translation file thumbnail generators + kdesdk-thumbnailers + mirrors://kde/stable/release-service/22.04.3/src/kdesdk-thumbnailers-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfig-devel + ki18n-devel + kio-devel + gettext-devel + + desktop/kde/applications/kdesdk-thumbnailers/pspec.xml + + + kdesdk-thumbnailers + + kio + ki18n + libgcc + gettext + kconfig + qt5-base + kwidgetsaddons + + + /usr/share/kservices5 + /usr/share/config.kcfg + /usr/lib + /usr/share/doc + /usr/share/locale + + + kdesdk + + + kdesdk + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-30 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-22 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-12 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kio-extras + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.network + Additional KIO-slaves for KDE5 applications + Additional KIO-slaves for KDE5 applications + mirrors://kde/stable/release-service/22.04.3/src/kio-extras-22.04.3.tar.xz + + qt5-phonon-devel + extra-cmake-modules + karchive-devel + kbookmarks-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdnssd-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kio-devel + kpty-devel + solid-devel + syntax-highlighting-devel + qt5-sql-postgresql + qt5-base-devel + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-odbc + qt5-svg-devel + libssh + kded-devel + gperf + samba-devel + taglib-devel + libssh-devel + libmtp-devel + openexr-devel + kactivities-devel + khtml-devel + kdsoap-devel + libXcursor-devel + kactivities-stats-devel + libtirpc-devel + libappimage-devel + + desktop/kde/applications/kio-extras/pspec.xml + + + kio-extras + + kio + kpty + khtml + ki18n + samba + solid + kdnssd + kparts + libgcc + libmtp + libssh + taglib + kdsoap + kconfig + kxmlgui + qt5-svg + libtirpc + karchive + kservice + qt5-base + libXcursor + kbookmarks + kguiaddons + qt5-phonon + kactivities + kcoreaddons + kdbusaddons + kiconthemes + openexr-libs + qt5-sql-odbc + qt5-sql-mysql + qt5-sql-sqlite + kconfigwidgets + libappimage + kactivities-stats + qt5-sql-postgresql + syntax-highlighting + kded + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kio-extras-devel + Development files for kio-extras + + kio-extras + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-19 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-11 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-09 + 16.08.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-20 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-04-01 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kfourinline + https://www.kde.org/applications/games/kfourinline/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Four in a row board game + Bir satırda dört tahta oyunu + KFourInLine is a board game for two players based on the Connect-Four game. + KFourInLine iki kişiyle oynanan Hedef 4 türevi bir oyundur. + kfourinline + mirrors://kde/stable/release-service/22.04.3/src/kfourinline-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + kcoreaddons-devel + kconfig-devel + kitemmodels-devel + kdbusaddons-devel + kdeclarative-devel + ki18n-devel + kconfigwidgets-devel + kitemviews-devel + kiconthemes-devel + kcompletion-devel + kxmlgui-devel + kdnssd-devel + kio-devel + knotifyconfig-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/applications/kfourinline/pspec.xml + + + kfourinline + + ki18n + kdnssd + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcompletion + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-15 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-23 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-20 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-19 + 16.04.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2016-03-20 + 15.12.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + calendarsupport + https://community.kde.org/KDE_PIM + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + desktop.kde.applications + Calendar support library + Calendar support library + mirrors://kde/stable/release-service/22.04.3/src/calendarsupport-22.04.3.tar.xz + + extra-cmake-modules + qt5-base-devel + akonadi-devel + kmime-devel + ki18n-devel + kcodecs-devel + kcompletion-devel + kjobwidgets-devel + kcoreaddons-devel + kservice-devel + solid-devel + kxmlgui-devel + kitemmodels-devel + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + boost-devel + kcalutils-devel + kcalendarcore-devel + kidentitymanagement-devel + kholidays-devel + akonadi-calendar-devel + kcontacts-devel + pimcommon-devel + kimap-devel + cyrus-sasl-devel + akonadi-mime-devel + akonadi-contacts-devel + akonadi-notes-devel + kguiaddons-devel + + desktop/kde/applications/calendarsupport/pspec.xml + + + calendarsupport + Calendar support library + + kio + ki18n + kmime + libgcc + akonadi + kcodecs + kconfig + kcalendarcore + qt5-base + kcalutils + kholidays + pimcommon + kguiaddons + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + kwidgetsaddons + akonadi-calendar + kidentitymanagement + + + /etc + /usr/lib/qt5 + /usr/lib + /usr/share + /usr/share/kservicetypes5 + /usr/share/locale + + + + calendarsupport-devel + Development files for calendarsupport + + calendarsupport + + + /usr/include + /usr/lib/cmake + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-15 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-16 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-09 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-25 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-22 + 16.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-10-19 + 16.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-07-31 + 16.04.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-05-22 + 16.04.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + akonadiconsole + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + Akonadi management and debugging console + Akonadi management and debugging console + http://download.kde.org/stable/release-service/22.04.3/src/akonadiconsole-22.04.3.tar.xz + + akonadi-contacts-devel + akonadi-devel + akonadi-calendar-devel + pimcommon-devel + akonadi-mime-devel + calendarsupport-devel + extra-cmake-modules + kimap-devel + kcalendarcore-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcontacts-devel + kcrash-devel + kdbusaddons-devel + kdoctools-devel + ki18n-devel + kitemmodels-devel + kmime-devel + kpimtextedit-devel + ktextwidgets-devel + kwidgetsaddons-devel + kxmlgui-devel + kio-devel + kitemviews-devel + akonadi-search-devel + libkdepim-devel + libkleo-devel + messagelib-devel + qt5-base-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + kemoticons-devel + kinit-devel + kunitconversion-devel + kidentitymanagement-devel + cyrus-sasl-devel + gpgme-devel + gpgme-qt5-devel + ffmpeg-devel + libXScrnSaver-devel + + desktop/kde/applications/akonadiconsole/pspec.xml + + + akonadiconsole + Akonadi management and debugging console + + akonadi + akonadi-contacts + akonadi-mime + calendarsupport + kcalendarcore + qt5-base + ki18n + kmime + kcrash + libgcc + kconfig + kxmlgui + kcontacts + libkdepim + kitemviews + messagelib + kcompletion + kcoreaddons + kdbusaddons + kitemmodels + kpimtextedit + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + /usr/lib + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-16 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-07-04 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-27 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + krdc + http://www.kde.org/applications/internet/krdc/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + desktop.kde.applications + Remote Desktop Client + Uzak masaüstü bağlantı istemcisi. + KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported. + krdc, uzaktaki bir masaüstü oturumunu görüntülemenizi ve kontrol etmenizi sağlar. RDP kullanan Windows Terminal Sunucuları'na ve VNC/RFB kullanan diğer pek çok platforma bağlanabilirç + mirrors://kde/stable/release-service/22.04.3/src/krdc-22.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + kconfig-devel + kcmutils-devel + kdnssd-devel + knotifyconfig-devel + knotifications-devel + kbookmarks-devel + kiconthemes-devel + kxmlgui-devel + kcompletion-devel + kwallet-devel + kwidgetsaddons-devel + ki18n-devel + libvncserver-devel + kdoctools-devel + kwindowsystem-devel + libssh-devel + freerdp-devel + libvncserver-devel + + desktop/kde/applications/krdc/pspec.xml + + + krdc + + ki18n + kdnssd + libgcc + libssh + kconfig + kwallet + kxmlgui + kcmutils + kservice + qt5-base + kbookmarks + kcompletion + kcoreaddons + libvncserver + knotifyconfig + kconfigwidgets + knotifications + kwindowsystem + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share/applications + /usr/share/config.kcfg + /usr/share/krdc + /usr/share/kxmlgui5 + /usr/share/kservices5 + /usr/share/metainfo + /usr/share/kservicetypes5 + /usr/share/qlogging-categories5 + /usr/share/doc + /usr/share/locale + + + + krdc-devel + + krdc + + + /usr/include + + + + + 2022-07-15 + 22.04.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 22.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 22.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-26 + 21.12.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2022-01-10 + 21.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-09 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-13 + 20.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-11 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-06 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 19.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 19.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-23 + 19.04.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-18 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-11 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-08 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-12 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 18.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-08 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-18 + 18.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 18.04.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-11 + 18.04.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 17.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 17.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-11 + 17.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-14 + 17.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-14 + 17.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + + + 2017-06-29 + 17.04.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-03 + 16.12.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-12-21 + 16.12.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-27 + 16.08.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-04-20 + 16.04 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + grub2-editor + https://github.com/maz-1/grub2-editor + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.admin + A KDE Control Module for configuring the GRUB2 bootloader + Grub2 bootloader yapılandırmak için bir KDE Kontrol Modülü + Smoothly integrated in KDE System Settings, it is the central place for managing your GRUB2 configuration. Supports many GRUB2 configuration options. + KDE Sistem Ayarlarına sorunsuz bir şekilde entegre edilmiştir ve GRUB2 yapılandırmanızı yönetmek için merkezi yerdir. Birçok GRUB2 yapılandırma seçeneğini destekler + https://github.com/maz-1/grub2-editor/archive/0.8.1.tar.gz + + extra-cmake-modules + gettext-devel + grub2 + os-prober + GraphicsMagick-devel + imagemagick-devel + kauth-devel + kconfigwidgets-devel + kcoreaddons-devel + kdoctools-devel + ki18n-devel + kio-devel + qca2-qt5-devel + qt5-base-devel + solid-devel + + + grub2.patch + + desktop/kde/admin/grub2-editor/pspec.xml + + + grub2-editor + A KDE Control Module for configuring the GRUB2 bootloader + + kio + kauth + ki18n + solid + libgcc + qt5-base + imagemagick + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /etc/grub.d/grub_rmecho.sh + /etc/dbus-1 + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-06-12 + 0.8.1 + Rebuild for imagemagick + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-29 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-17 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-29 + 0.8.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-20 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-24 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-14 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 0.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-23 + 0.7.0 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2017-01-23 + 0.7.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + colord-kde + http://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.admin + Colord support for KDE + KDE support for colord including KDE Daemon module and System Settings module. + mirrors://kde/stable/colord-kde/0.5.0/src/colord-kde-0.5.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + glibc-devel + libXext-devel + libICE-devel + libX11-devel + libxcb-devel + libXrandr-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + gettext-devel + ki18n-devel + kservice-devel + kcmutils-devel + kio-devel + knotifications-devel + plasma-framework-devel + kwidgetsaddons-devel + kwindowsystem-devel + kitemviews-devel + lcms2-devel + extra-cmake-modules + + desktop/kde/admin/colord-kde/pspec.xml + + + colord-kde + + qt5-base + qt5-x11extras + kconfig + kconfigwidgets + libX11 + ki18n + lcms2 + libgcc + kservice + libXrandr + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2019-09-17 + 0.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 0.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-20 + 0.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-13 + 0.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-14 + 0.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 0.5.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-24 + 0.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-11-13 + 0.5.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + kphotoalbum + https://www.kphotoalbum.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + desktop.kde.graphics + KDE Photo Album, picture collection manager + With KPhotoAlbum it is today possible for me to find any image I have in less than 5 seconds, let that be an image with a special person, an image from a special place, or even both. + http://download.kde.org/stable/kphotoalbum/5.7.0/kphotoalbum-5.7.0.tar.xz + + extra-cmake-modules + kdoctools-devel + kparts-devel + libkexiv2-devel + qt5-phonon-devel + plasma-framework-devel + qt5-base-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + libjpeg-turbo-devel + exiv2-devel + libkdcraw-devel + libkgeomap-devel + libkipi-devel + qt5-webkit-devel + karchive-devel + kcompletion-devel + kconfig-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kio-devel + kjobwidgets-devel + ktextwidgets-devel + kwidgetsaddons-devel + kxmlgui-devel + pkgconfig + purpose-devel + marble-devel + qt5-webengine-devel + + desktop/kde/graphics/kphotoalbum/pspec.xml + + + kphotoalbum + KDE Photo Album, picture collection manager + + kio + ki18n + libgcc + kconfig + kxmlgui + karchive + kservice + qt5-base + exiv2-libs + qt5-phonon + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + ktextwidgets + libjpeg-turbo + kconfigwidgets + kwidgetsaddons + libkipi + libkdcraw + libkgeomap + purpose + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2020-09-19 + 5.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 5.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-14 + 5.4.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-20 + 5.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-13 + 5.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-14 + 5.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-11 + 5.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-06 + 5.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 5.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-09 + 5.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + digikam + https://www.digikam.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.graphics + A Professional Photo Management with the Power of Open Source + Açık Kaynak Gücü ile Profesyonel Fotoğraf Yönetimi + digikam is an advanced digital photo management application for KDE5, which makes importing and organizing digital photos a "snap". The photos can be organized in albums which can be sorted chronologically, by directory layout or by custom collections. + digiKam gelişmiş bir açık kaynaklı dijital fotoğraf yönetim uygulamasıdır. + digikam + https://ftp.cc.uoc.gr/mirrors/kde/stable/digikam/7.7.0/digiKam-7.7.0.tar.xz + + extra-cmake-modules + ruby-devel + gettext-devel + qt5-base-devel + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-postgresql + qt5-sql-odbc + qt5-svg-devel + qt5-xmlpatterns-devel + qt5-qdbusviewer + qt5-x11extras-devel + qt5-multimedia-devel + qt5-webkit-devel + qt5-imageformats + kconfig-devel + kxmlgui-devel + ki18n-devel + kwindowsystem-devel + kservice-devel + solid-devel + kcoreaddons-devel + knotifyconfig-devel + knotifications-devel + kbookmarks-devel + threadweaver-devel + kiconthemes-devel + kfilemetadata-devel + kdelibs4-support-devel + kparts-devel + sonnet-devel + ktextwidgets-devel + kcrash-devel + kunitconversion-devel + kitemmodels-devel + akonadi-devel + akonadi-contacts-devel + karchive-devel + kio-devel + opencv-devel + tiff-devel + libpng-devel + libjpeg-turbo-devel + boost-devel + lcms2-devel + libxml2-devel + libxslt-devel + expat-devel + exiv2-libs + exiv2-devel + flex + bison + mesa-devel + libmediawiki-devel + libkvkontakte-devel + libkipi-devel + libksane-devel + jasper-devel + marble-devel + eigen3 + libgphoto2-devel + libgomp + liblqr-devel + kcalendarcore-devel + glibc-devel + zlib-devel + libical-devel + libXext-devel + lensfun-devel + glib2-devel + libX11-devel + doxygen + libICE-devel + kdoctools-devel + qt5-phonon-devel + boost-devel + kemoticons-devel + kcontacts-devel + qt5-webengine-devel + libglvnd-devel + imagemagick-devel + x265-devel + ninja + + desktop/kde/graphics/digikam/pspec.xml + + + digikam + + kio + x265 + mesa + tiff + hugin + expat + ki18n + lcms2 + libxml2 + libxslt + solid + jasper + libX11 + libgcc + liblqr + libpng + marble + opencv + kconfig + kxmlgui + libgomp + libkipi + karchive + kservice + libksane + lensfun + qt5-base + kcontacts + exiv2-libs + kbookmarks + libgphoto2 + qt5-webkit + rawtherapee + kcompletion + kcoreaddons + kiconthemes + libmediawiki + threadweaver + kcalendarcore + kfilemetadata + knotifyconfig + kwindowsystem + libjpeg-turbo + libkvkontakte + qt5-x11extras + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + qt5-xmlpatterns + akonadi-contacts + libglvnd + kdelibs4-support + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + + + + digikam-devel + Development files for digikam + digikam için geliştirme dosyaları + + digikam + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-07 + 7.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-14 + 7.5.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2021-03-13 + 7.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-15 + 7.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-31 + 6.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-15 + 6.0.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-20 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-13 + 5.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-14 + 5.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 5.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-24 + 5.9.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-07 + 5.8.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-06 + 5.7.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-12 + 5.4.0 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-1 + 5.3.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-phonon + http://phonon.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.phonon + The multimedia framework by KDE + KDE için platform bağımsız çokluortam kitaplığı + Phonon was created as a solution to several problems with multimedia commonly faced by Unix desktops, especially KDE 3's outdated multimedia framework aRts. Phonon itself is not a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends. + Phonon, Unix masaüstlerinde özellikle de KDE3'ün eski çokluortam çatısı aRts'tan kaynaklanan bir çok problemi çözmek için üretilmiştir. Phonon kendi başına bir çokluortam çatısı değildir, Xine veya GStreamer gibi varolan çatıları arka uç olarak kullanırak bir arayüz görevi görür. + https://download.kde.org/stable/phonon/4.11.1/phonon-4.11.1.tar.xz + + extra-cmake-modules + qt5-declarative-devel + qt5-base-devel + qt5-designer-devel + qt5-linguist + alsa-lib-devel + gst-plugins-base-devel + pulseaudio-libs-devel + gstreamer-devel + mesa-devel + + desktop/kde/phonon/qt5-phonon/pspec.xml + + + qt5-phonon + + libgcc + qt5-base + qt5-designer + pulseaudio-libs + + + /usr/bin + /usr/lib/libphonon* + /usr/lib/qt5 + /usr/share/dbus-1 + /usr/share/phonon4qt5 + /usr/share/locale + + + + qt5-phonon-devel + Development files for phonon-qt5 + phonon için geliştirme dosyaları + + qt5-phonon + qt5-base-devel + qt5-designer-devel + pulseaudio-libs-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-05 + 4.11.1 + Rebuild qt5.15.5 + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 4.11.1 + Rebuild qt5.15.3 + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 4.11.1 + Rebuild qt5.15.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-17 + 4.11.1 + Rebuild qt5.15.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 4.11.1 + Rebuild qt5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-28 + 4.11.1 + Rebuild qt5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 4.11.1 + Rebuild qt5.13.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-02 + 4.11.1 + Rebuild qt5.13.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-26 + 4.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 4.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-04 + 4.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-24 + 4.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 4.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-08 + 4.10.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-12 + 4.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 4.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 4.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-01 + 4.10.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-27 + 4.10.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 5.29.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-02-27 + 4.9.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-16 + 4.9.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-03 + 4.9.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-08-13 + 4.8.3 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -256983,154 +237168,334 @@ complete albums that you have purchased from Amazon. - nextcloud-client - https://nextcloud.com/install + qt5-phonon-backend-vlc + https://community.kde.org/Phonon - Pisi Linux Admins + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.phonon + VLC Backend for qt5-phonon + phonon-backend-vlc allows Phonon (the KDE media library) to use VLC for audio and video playback. + mirrors://kde/stable/phonon/phonon-backend-vlc/0.11.1/phonon-backend-vlc-0.11.1.tar.xz + + qt5-base-devel + qt5-linguist + qt5-phonon-devel + pulseaudio + vlc-devel + extra-cmake-modules + + desktop/kde/phonon/qt5-phonon-backend-vlc/pspec.xml + + + qt5-phonon-backend-vlc + + libgcc + qt5-base + qt5-phonon + vlc-libs + + + /usr/lib + /usr/lib/qt5 + /usr/share/kde4/services + /usr/share/locale + /usr/share/doc + + + + + 2019-11-17 + 0.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-26 + 0.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 0.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-24 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-03 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-20 + 0.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 0.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 0.10.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-04-12 + 0.10.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-18 + 0.9.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-27 + 0.9.1 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-17 + 0.9.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-04-02 + 0.8.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + qt5-phonon-backend-gstreamer + https://github.com/KDE/phonon-gstreamer + + PisiLinux Community admins@pisilinux.org LGPLv2+ - GPLv2 - app:gui - network.share - The Nextcloud Client - Nextcloud istemcisi - Nextcloud-client enables you to connect to your private Nextcloud Server. With it you can create folders in your home directory, and keep the contents of those folders synced with your Nextcloud server. - Nextcloud-client, özel Nextcloud Sunucunuza bağlanmanızı sağlar. Bununla beraber ana dizininizde klasörler oluşturabilir ve bu klasörlerin içeriğini Nextcloud sunucunuzla senkronize halde tutabilirsiniz. - https://github.com/nextcloud/desktop/archive/v3.3.2/desktop-3.3.2.tar.gz + library + desktop.kde.phonon + GStreamer qt5-phonon backend + Phonon is the Qt multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content. phonon-backend-gstreamer contains the GStreamer backend for Phonon. + http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.10.0/phonon-backend-gstreamer-4.10.0.tar.xz - check-devel - chrpath - cmake - desktop-file-utils - doxygen - libcloudproviders-devel - appstream-devel - appstream-glib-devel - neon-devel - openssl-devel - dbus-devel - python3-sphinx - qt5-keychain-devel - qt5-base-devel - qt5-xmlpatterns-devel - qt5-location-devel - qt5-quickcontrols2-devel - qt5-websockets-devel - qt5-svg-devel - qt5-declarative-devel - qt5-linguist extra-cmake-modules - inkscape - kcoreaddons-devel - kio-devel - sqlite-devel - libgnome-keyring + qt5-x11extras-devel + qt5-base-devel + qt5-linguist + qt5-phonon-devel + gstreamer-devel + gstreamer-devel + gst-plugins-base-devel + gst-plugins-base-devel + mesa-devel + libxml2-devel - - xcb.patch - require-cmake-3.16.patch - - network/share/nextcloud-client/pspec.xml + desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml - nextcloud-client + qt5-phonon-backend-gstreamer - zlib + qt5-base + qt5-x11extras + qt5-phonon + mesa + glib2 libgcc - sqlite - openssl - qt5-svg - qt5-base - qt5-keychain - qt5-websockets + gstreamer + gst-plugins-base - /etc/Nextcloud - /usr/bin - /usr/lib/libnextcloudsync.so.0 - /usr/lib/libnextcloudsync.so.3.3.2 - /usr/lib/libnextcloud_csync.so* - /usr/share/appdata - /usr/share/applications - /usr/share/cloud-providers - /usr/share/dbus-1 - /usr/share/doc - /usr/share/icons - /usr/share/mime - /usr/share/nextcloud + /usr/lib + /usr/lib/qt5 + /usr/share - - nextcloud.appdata.xml - + + + 2019-11-17 + 4.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-03 + 4.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-18 + 4.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-24 + 4.9.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 4.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-18 + 4.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-11 + 4.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-27 + 4.9.0 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-16 + 4.9.0 + rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-05-03 + 4.9.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-08-18 + 4.8.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + nautilus-admin + https://github.com/brunonova/nautilus-admin + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.admin + Extension for Nautilus to do administrative operations + Extension for Nautilus to do administrative operations + Extension for Nautilus to do administrative operations + Extension for Nautilus to do administrative operations + https://github.com/brunonova/nautilus-admin/archive/refs/tags/v1.1.9.tar.gz + + cmake + gettext-devel + + desktop/gnome/admin/nautilus-admin/pspec.xml + - nextcloud-client-nautilus - nextcloud-client's Nautilus file manager extension - Nextcloud istemcisinin Nautilus dosya yöneticisi uzantısı - nextcloud-client extension for the Nautilus file manager. - Nautilus dosya yöneticisi için Nextcloud istemcisi uzantısı. + nautilus-admin - nextcloud-client - nautilus nautilus-python - /usr/share/nautilus-python/extensions - - - - nextcloud-client-dolphin - nextcloud-client overlay icons for the Dolphin file manager - Dolphin dosya yöneticisi için Nextcloud istemcisi simgeleri - nextcloud-client extension for the Dolphin file manager. - Dolphin dosya yöneticisi için Nextcloud istemcisi uzantısı. - - nextcloud-client - dolphin - kio - kcoreaddons - - - /usr/lib/libnextclouddolphinpluginhelper.so - /usr/lib/qt5/plugins/nextclouddolphinactionplugin.so - /usr/lib/qt5/plugins/kf5/overlayicon/nextclouddolphinoverlayplugin.so - /usr/share/kservices5/nextclouddolphinactionplugin.desktop - - - - nextcloud-client-caja - nextcloud-client overlay icons for the Caja file manager - Caja dosya yöneticisi için Nextcloud istemcisi simgeleri - This package provides overlay icons to visualize the sync state in the Caja file manager. - Bu paket, Caja dosya yöneticisinde eşitleme durumunu görselleştirmek için simgeler sağlar. - - nextcloud-client - caja - python-caja - - - /usr/share/caja-python/extensions - - - - nextcloud-client-devel - Development files for nextcloud-client - nextcloud-client için geliştirme dosyaları - - nextcloud-client - - - /usr/include/nextcloudsync - /usr/lib/libnextcloudsync.so - /usr/lib/nextcloudsync_vfs_suffix.so - /usr/lib/nextcloudsync_vfs_xattr.so + /usr/share/nautilus-python + /usr/share/locale + /usr/share/doc - 2021-09-01 - 3.3.2 + 2021-06-21 + 1.1.9 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + pisilinux-gnome40-backgrounds + http://www.pisilinux.org/ + + Pisi Linux Admins + admins@pisilinux.org + + CC0 + desktop.gnome.lookandfeel + Default wallpaper set for Pisi Linux GNOME40. + Default wallpaper set for Pisi Linux GNOME40. + https://sourceforge.net/projects/pisilinux/files/source/pisilinux-gnome40-backgrounds.tar.gz + desktop/gnome/lookandfeel/pisilinux-gnome40-backgrounds/pspec.xml + + + pisilinux-gnome40-backgrounds + + /usr/share/backgrounds + /usr/share/gnome-background-properties + + + + + 2021-06-10 + 1.0.0 First release for Pisi Linux Berk Çakar berk2238@hotmail.com @@ -257139,2884 +237504,742 @@ complete albums that you have purchased from Amazon. - nfs-utils - http://nfs.sourceforge.net/ + gnome-themes-extra-community + https://gitlab.gnome.org/GNOME/gnome-themes-extra - PisiLinux Community - admins@pisilinux.org + fury + uglyside@yandex.ru - GPLv2 - service - app:console - network.share - NFS client and server - NFS istemcisi ve sunucusu - Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol. - nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir. - mirrors://sourceforge/nfs/nfs-utils-2.6.1.tar.bz2 + LGPL2.1 + data + desktop.lookandfeel + GTK+2/3 themes. + Adwaita, Adwaita-Dark and HighContrast for GTK+2/3 base applications. + https://github.com/4fury/gnome-themes-extra-community/archive/3.28.0.1.tar.gz - sqlite-devel - libcap-devel - libtirpc-devel - libevent-devel - e2fsprogs-devel - libgssglue-devel - mit-kerberos-devel - rpcsvc-proto-devel - tcp-wrappers-devel - device-mapper-devel - libutil-linux-devel + intltool + gtk2-devel + gtk3-devel + glib2-devel + librsvg-devel + gettext-devel - network/share/nfs-utils/pspec.xml + + disable_insensitive_widget_shade.patch + + desktop/gnome/lookandfeel/gnome-themes-extra-community/pspec.xml - nfs-utils + gnome-themes-extra-community - libcap - sqlite - rpcbind - nfsidmap - keyutils - libevent - libtirpc - e2fsprogs - libgssglue - mit-kerberos - tcp-wrappers - device-mapper - libutil-linux - openldap-client + gtk2-engines-murrine - /etc/exports - /etc/gssapi_mech.conf - /etc/nfsmount.conf - /etc/conf.d/nfs - /usr/sbin - /sbin - /var/lib - /usr/share/man + /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so + /usr/share/icons + /usr/share/themes /usr/share/doc - - System.Service - System.Service - - - exports - nfs.confd - idmapd.conf - gssapi_mech.conf - - - - nfsidmap - Library to help mapping IDs, mainly for NFSv4 - Kimliklerin eşlenmesine yardımcı olacak kitaplık, özellikle NFSv4 için. - - openldap-client - - - /etc/idmapd.conf - /usr/lib/libnfsidmap* - /usr/share/doc/libnfsidmap - - 2022-03-11 - 2.6.1 - First release - Kamil Atlı - suvari@pisilinux.org + 2021-01-02 + 3.28.0.1 + Beta rebuild. + fury + uglyside@yandex.ru - rsync - http://rsync.samba.org/ + gnome-icon-theme-extras + https://git.gnome.org/browse/gnome-icon-theme-extras + + Pisi Linux Admins + admin@pisilinux.org + + CCPL + library + desktop.gnome.lookandfeel + Extra GNOME icons for specific devices and file types + Extra GNOME icons for specific devices and file types + Extra GNOME icons for specific devices and file types + Extra GNOME icons for specific devices and file types + https://download.gnome.org/sources/gnome-icon-theme-extras/3.12/gnome-icon-theme-extras-3.12.0.tar.xz + + gtk2-devel + gtk3-devel + icon-theme-hicolor + icon-naming-utils-devel + + desktop/gnome/lookandfeel/gnome-icon-theme-extras/pspec.xml + + + gnome-icon-theme-extras + + /usr/share/icons + /usr/share/doc + + + + + 2021-06-02 + 3.12.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-icon-theme-symbolic + http://www.gnome.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.lookandfeel + GNOME icon theme, symbolic icons + GNOME icon theme, symbolic icons + GNOME icon theme, symbolic icons + GNOME icon theme, symbolic icons + https://download.gnome.org/sources/gnome-icon-theme-symbolic/3.12/gnome-icon-theme-symbolic-3.12.0.tar.xz + + intltool + gtk2-devel + gtk3-devel + icon-theme-hicolor + icon-naming-utils-devel + + desktop/gnome/lookandfeel/gnome-icon-theme-symbolic/pspec.xml + + + gnome-icon-theme-symbolic + + /usr/share/icons + /usr/share/pkgconfig + /usr/share/doc + + + + + 2021-06-02 + 3.12.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-icon-theme + http://www.gnome.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.lookandfeel + GNOME Icons Set + GNOME Icons Set + GNOME Icons Set + GNOME Icons Set + https://download.gnome.org/sources/gnome-icon-theme/3.12/gnome-icon-theme-3.12.0.tar.xz + + intltool + gtk2-devel + gtk3-devel + icon-theme-hicolor + gnome-icon-theme-symbolic + icon-naming-utils-devel + + desktop/gnome/lookandfeel/gnome-icon-theme/pspec.xml + + + gnome-icon-theme + + /usr/share/icons + /usr/share/locale + /usr/share/pkgconfig + /usr/share/doc + + + + + 2021-06-02 + 3.12.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + lollypop + https://gitlab.gnome.org/World/lollypop PisiLinux Community admins@pisilinux.org - GPLv2 - service - app:console - network.share - File transfer program to keep local copies in sync with remote files - Dosya yedekleme ve eşleme uygulaması - rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files). - rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır. - https://www.samba.org/ftp/rsync/src/rsync-3.2.3.tar.gz + GPLv3 + app + desktop.gnome.apps + Music player for GNOME + Music player for GNOME + GNOME için müzik çalar + GNOME için müzik çalar + https://adishatz.org/lollypop/lollypop-1.4.22.tar.xz - acl-devel - attr-devel - popt-devel - lz4-devel - zlib-devel - zstd-devel - openssl-devel + meson + itstool + intltool + gtk3-devel + dbus-python3 + libsoup-devel + libhandy-devel + python3-devel + desktop-file-utils + appstream-glib-devel + python3-pygobject3-devel + gobject-introspection-devel - network/share/rsync/pspec.xml + desktop/gnome/apps/lollypop/pspec.xml - rsync + lollypop - acl - attr - lz4 - popt - zlib - zstd - openssl + gtk3 + pango + libnotify + libhandy + libsoup + gdk-pixbuf + dbus-python3 + python3-cairo + python3-pillow + appstream-glib + gst-plugins-base + gst-plugins-good + python3-pygobject3 + gobject-introspection /usr/bin - /usr/share/doc + /usr/libexec + /usr/lib + /usr/share/applications + /usr/share/dbus-1 + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/icons + /usr/share/lollypop + /usr/share/metainfo + /usr/share/locale /usr/share/man - /etc + /usr/share/doc - - System.Service - - - rsyncd.conf - rsyncd.conf.d - - - 2020-11-08 - 3.2.3 + + 2021-10-24 + 1.4.22 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 1.4.22 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-02-09 - 3.1.3 - Revuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-18 - 3.1.3 - Revuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-12 - 3.1.3 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-09 - 3.1.2 - Rebuild for new toolchain - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 3.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2015-03-24 - 3.1.2 + 2021-06-26 + 1.4.20 First release - Stefan Gronewold(groni) - groni@pisilinux.org + PisiLinux Community + admins@pisilinux.org - smb4k - http://smb4k.berlios.de/ + gnome-notes + https://wiki.gnome.org/Apps/Notes - Kamil Atlı - suvari@pisilinux.org + PisiLinux Community + admins@pisilinux.org GPLv2 app:gui - network.share - An SMB/CIFS Share Browser for KDE - KDE için bir Windows paylaşım tarayıcısı - smb4k est un navigateur graphique KDE de partages SMB/CIFS. - Smb4K is an advanced network neighborhood browser and Samba share mounting utility. - smb4k, KDE üzerinde Windows paylaşımlarını taramak ve içeriklerini kullanmak için kullanışlı bir grafik arayüzü sunar. - smb4k - https://sourceforge.net/projects/smb4k/files/3.0.6/smb4k-3.0.6.tar.xz + desktop.gnome.apps + Simple Note Viewer + Basit bir not görüntüyeci + Write out notes, every detail matters + GNOME için basit bir note görüntüleyici. + mirrors://gnome/bijiben/40/bijiben-40.1.tar.xz - kio-devel - kauth-devel - ki18n-devel - solid-devel - samba-devel - kcrash-devel - kparts-devel - kconfig-devel - kwallet-devel - kxmlgui-devel - qt5-base-devel - kdoctools-devel - kcompletion-devel - kcoreaddons-devel - kdbusaddons-devel - kiconthemes-devel - kjobwidgets-devel - extra-cmake-modules - kwindowsystem-devel - kconfigwidgets-devel - knotifications-devel - kwidgetsaddons-devel - qt5-declarative-devel - plasma-framework-devel + desktop-file-utils + gettext-devel + git + glib2-devel + gtk3-devel + itstool + libxml2-devel + meson + vala-devel + yelp-tools + gnome-online-accounts-devel + json-glib-devel + curl-devel + evolution-data-server-devel + libhandy-devel + tracker-devel + webkit2gtk-devel - network/share/smb4k/pspec.xml + desktop/gnome/apps/gnome-notes/pspec.xml - smb4k + gnome-notes - kio - kauth - ki18n - solid - samba - kcrash - kparts - libgcc - kconfig - kwallet - kxmlgui - qt5-base - kdoctools - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - qt5-declarative - plasma-framework - extra-cmake-modules + cairo + curl + evolution-data-server + gnome-online-accounts + gtk3 + glib2 + json-glib + libxml2 + libical + libhandy + pango + tracker + webkit2gtk /usr/bin /usr/lib - /usr/share - /etc/dbus-1/system.d + /usr/libexec + /usr/share/applications + /usr/share/bijiben + /usr/share/dbus-1 /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/mime - - 2020-06-04 - 3.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-21 - 2.9.73 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 2.1.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-05-08 - 2.1.0 + 2021-06-03 + 40.1 First release - Kamil Atlı - suvari@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - warpinator - https://github.com/linuxmint/warpinator + alacarte + https://gitlab.gnome.org/GNOME/alacarte - Kamil Atlı - suvari@pisilinux.org + Pisi Linux Admins + admin@pisilinux.org - GPL3 + LGPLv3 library - network.share - Share files across the LAN - Ağ üzerinden dosya paylaşın - LAN file sender, send and receive files across the network - LAN dosya gönderici, ağ üzerinden dosya gönderme ve alma. - https://github.com/linuxmint/warpinator/archive/refs/tags/1.2.13.tar.gz + desktop.gnome.apps + Menu editor for gnome + Menu editor for gnome + Gnome için menü düzenleyici + Gnome için menü düzenleyici + https://download.gnome.org/sources/alacarte/3.44/alacarte-3.44.2.tar.xz - meson - grpc-devel - xapp-devel + intltool gtk3-devel - polkit-devel + docbook-xsl + gnome-common + libxslt-devel python3-devel - python3-setuptools - NetworkManager-devel + gnome-menus-devel + python3-cairo-devel python3-pygobject3-devel - network/share/warpinator/pspec.xml + desktop/gnome/apps/alacarte/pspec.xml - warpinator + alacarte + + /usr/bin + /usr/lib/python* + /usr/share/alacarte + /usr/share/locale + /usr/share/applications + /usr/share/icons + /usr/share/man + /usr/share/doc + + + + + 2022-06-19 + 3.44.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-22 + 3.44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-23 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.36.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-03 + 3.36.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + sysprof + https://wiki.gnome.org/Apps/Sysprof + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.apps + Kernel based performance profiler + Kernel based performance profiler + Çekirdek tabanlı performans profili oluşturucu + Çekirdek tabanlı performans profili oluşturucu + https://download.gnome.org/sources/sysprof/3.44/sysprof-3.44.0.tar.xz + + meson + itstool + gtk3-devel + yelp-tools + glib2-devel + polkit-devel + elogind-devel + libunwind-devel + libdazzle-devel + json-glib-devel + + desktop/gnome/apps/sysprof/pspec.xml + + + sysprof - ufw gtk3 - grpc - xapp + cairo + glib2 + pango polkit - python3 - python3-pynacl - NetworkManager - python3-protobuf - python3-zeroconf - python3-setuptools - python3-pygobject3 - python3-cryptography - python3-setproctitle + libgcc + libunwind + libdazzle + json-glib /usr/bin - /usr/libexec/warpinator + /usr/libexec + /usr/lib + /usr/share /usr/share/locale - /usr/lib/warpinator - /usr/share/warpinator/ - /usr/share/applications - /usr/share/polkit-1 - /usr/share/glib-2.0/schemas - /usr/share/icons - /etc/xdg/autostart/ /usr/share/metainfo /usr/share/doc - - - 2022-07-25 - 1.2.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 1.2.11 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-06-11 - 1.2.9 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - farstream - http://www.freedesktop.org/wiki/Software/Farstream - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - library - network.voip - Farstream (formerly Farsight) - Audio/Video Communications Framework - Ses/Video İletişim Çatısı - Farstream (formerly Farsight) - Audio/Video Communications Framework - Farsight projesi, bilinen tüm ses/video konferans protokolleri ile uyum sağlayan bir çatı oluşturulması amacıyla yapılan bir çalışmadır. Bir taraftan, farklı akış protokolleri için eklentiler yazmayı mümkün kılan genel bir API sunarken, diğer taraftan da bu eklentileri kullanacak istemciler için bir API sunmaktadır. - https://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.9.tar.gz - - libnice-devel - valgrind - gobject-introspection-devel - gstreamer-devel - python3-devel - gst-plugins-base-devel - - network/voip/farstream/pspec.xml - - farstream + sysprof-devel + Development files for sysprof - glib2 - libnice - python3 - gstreamer - gst-plugins-base - - - /usr/lib - /usr/lib/farstream-0.2 - /usr/lib/gstreamer-0.1 - /usr/lib/libfarstream-0.2* - /usr/share/doc - /usr/share/farstream - /usr/share/gir-1.0 - /usr/share - - - - farstream-devel - Development files for farstream - farstream için geliştirme dosyaları - - farstream - gstreamer-devel - gst-plugins-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-11 - 0.2.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 0.2.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-15 - 0.2.8 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.2.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 0.2.7 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - chromium-browser - https://www.chromium.org/Home - - Admin PisiLinux - admin@pisilinux.org - - GPLv2 - app:gui - network.web - A WebKit powered web browser - Webkit tabanlı ağ tarayıcı - Chromium-browser is an open-source web browser, powered by WebKit. - Chromium, açık kaynak kodlu Webkit tabanlı bir ağ tarayıcıdır. - chromium-browser - commondatastorage.googleapis.com/chromium-browser-official/chromium-103.0.5060.134.tar.xz - - alsa-lib-devel - at-spi2-atk-devel - atk-devel - cairo-devel - cups-devel - curl-devel - dbus-devel - desktop-file-utils - faac-devel - flac-devel - gdk-pixbuf-devel + sysprof + gtk3-devel glib2-devel - glibc-devel - gperf - gsm-devel - gtk3-devel - harfbuzz-devel - hunspell-devel - icon-theme-hicolor - imlib2-devel - jack-audio-connection-kit-devel - lame-devel - libXScrnSaver-devel - libXcomposite-devel - libXcursor-devel - libXdamage-devel - libXext-devel - libXfixes-devel - libXi-devel - libXrandr-devel - libXrender-devel - libXtst-devel - libavc1394-devel - libdc1394-devel - libdrm-devel - libexif-devel - libffi-devel - libgnome-keyring - libjpeg-turbo-devel - libmtp-devel - libogg-devel - libopus-devel - libsecret-devel - libtheora-devel - libva-devel - libvdpau-devel - libvorbis-devel - libxcb-devel - libxslt-devel - llvm-clang-devel - lld-devel - llvm - compiler-rt - minizip-devel - mit-kerberos-devel - ninja - nodejs - nss-devel - opencore-amr-devel - pango-devel - pciutils-devel - pulseaudio-libs-devel - python-lxml - schroedinger-devel - snappy-devel - speech-dispatcher-devel - speex-devel - usbutils - valgrind - webp-devel - x264-devel - xdg-utils - xvid-devel - yasm-devel - python-devel - json-c-devel - openjpeg2-devel - re2-devel - ffmpeg-devel - freetype-devel - mesa-devel - libxkbcommon-devel - jre8-openjdk-headless - pipewire-devel - libevent-devel - - - sql-make-VirtualCursor-standard-layout-type.patch - use-oauth2-client-switches-as-default.patch - chromium-91-java-only-allowed-in-android-builds.patch - chromium-buildname.patch - wayland-egl.patch - patches/chromium-78-protobuf-RepeatedPtrField-export.patch - - network/web/chromium-browser/pspec.xml - - - chromium-browser - - alsa-lib - dbus - atk - cairo - cups - curl - flac - fontconfig - gdk-pixbuf - at-spi2-atk - at-spi2-core - gtk3 - libevent - libXcomposite - libXcursor - libXdamage - libXext - libXfixes - libXi - libXrandr - libXrender - libXScrnSaver - libXtst - libxcb - libxslt - libva - mit-kerberos - nss - pango - pepperflash - pulseaudio-libs - webp - nspr - expat - glib2 - libX11 - libgcc - harfbuzz - re2 - ffmpeg - libopus - snappy - freetype - libdrm - libjpeg-turbo - mesa - pipewire - wayland-client + polkit-devel + libdazzle-devel + json-glib-devel - /etc - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/icons - /usr/share/metainfo - /usr/share/pixmaps - /usr/share/applications - /usr/share/drirc.d/10-chromium-browser.conf - - - master_preferences - chromium-drirc-disable-10bpc-color-configs.conf - chromium-browser.desktop - - - - - 2022-07-24 - 103.0.5060.134 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-03-14 - 99.0.4844.58 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2022-02-14 - 98.0.4758.91 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2022-01-11 - 97.0.4692.77 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2021-10-21 - 95.0.4638.54 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2021-08-16 - 92.0.4515.131 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2021-07-07 - 91.0.4472.147 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2021-03-18 - 89.0.4389.90 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2021-01-19 - 87.0.4280.142 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2020-04-29 - 81.0.4044.122 - Version Bump - Idris Kalp - idriskalp@gmail.com - - - 2020-02-28 - 80.0.3987.106 - Version Bump - Idris Kalp - idriskalp@gmail.com - - - 2020-01-12 - 79.0.3945.117 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-09-25 - 78.0.3904.70 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-09-24 - 77.0.3865.93 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-08-16 - 76.0.3809.111 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-07-22 - 75.0.3770.144 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2018-09-11 - 69.0.3497.100 - Version Bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-04-09 - 62.0.3202.97 - Version Bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-11-24 - 62.0.3202.94 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-31 - 60.0.3112.78 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-11 - 58.0.3029.81 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-12 - 55.0.2883.75 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-09-23 - 53.0.2785.116 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-09-10 - 53.0.2785.101 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-09-06 - 53.0.2785.92 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-08-03 - 52.0.2743.116 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-22 - 52.0.2743.82 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-07-05 - 51.0.2704.106 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-30 - 51.0.2704.84 - Version Bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-09 - 48.0.2564.97 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - - - - falkon - https://www.falkon.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv3 - app:web - network.web - Cross-platform QtWebKit browser - Cross-platform QtWebKit browser - falkon is a new and very fast QtWebEngine browser - falkon is a new and very fast QtWebEngine browser - https://github.com/KDE/falkon/archive/refs/tags/v22.04.0.tar.gz - - extra-cmake-modules - kwallet-devel - qt5-base-devel - qt5-declarative-devel - qt5-webchannel-devel - qt5-webengine-devel - qt5-x11extras-devel - qt5-sql-postgresql - qt5-svg-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-linguist - qt5-sql-sqlite - libgnome-keyring - python3-devel - openssl-devel - libxcb-devel - nss-devel - cmake - kio-devel - purpose-devel - karchive-devel - - - bookmarks_json.diff - - network/web/falkon/pspec.xml - - - falkon - - kio - kcrash - purpose - kcoreaddons - libxcb - libgnome-keyring - kwallet - qt5-base - qt5-declarative - qt5-webchannel - qt5-webengine - qt5-x11extras - qt5-sql-sqlite - - - /usr/bin - /usr/lib /usr/include - /usr/share - /usr/share/locale - /usr/share/bash-completion - /usr/share/metainfo - /usr/share/pixmaps - /usr/share/icons - /usr/share/doc + /usr/lib/pkgconfig - - qupzilla - - - 2021-02-02 - 22.04.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-02-02 - 3.1.0 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-04-12 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2019-04-01 - 3.1.0 - version bump + 2022-03-21 + 3.44.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-03-01 - 3.0.1 - Fixed version number + 2021-11-04 + 3.42.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-09-11 - 3.1.0 - First release + 2021-09-22 + 3.42.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-04-08 - 3.0.0 + 2021-06-08 + 3.40.1 First release - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Admins + admin@pisilinux.org - firefox - https://www.mozilla.org/tr/ - - PisiLinux Community - admins@pisilinux.org - - MPL-1.1 - NPL-1.1 - GPLv2 - app:gui - network.web - Firefox Web Browser - Firefox Web Browser - Firefox Web-Browser - Firefox Web Tarayıcı - Przeglądarka WWW Firefox - Firefox Navegador Web - It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences. - Met Firefox gaat het browsen van het web veiliger en sneller. Het kan met vele toevoegingen aan uw persoonlijke wensen aangepast worden en heeft te veel mogelijkheden om in twee zinnen te beschrijven. - Mit dem Firefox Web-Browser surfen sie sicherer und schneller im Web. Sie können Ihren Web-Browser mit vielen Spezifikationen personalisieren, diese kann man nicht in zwei Sätzen erklären. - Internette gezinmek daha güvenli ve hızlı. İki cümle ile anlatılamayacak ek ozellikler ile açık kaynak kodlu web tarayıcınızı kişiselleştirebilirsiniz. - Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników. - Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales. - firefox - https://ftp.mozilla.org/pub/firefox/releases/103.0.1/source/firefox-103.0.1.source.tar.xz - - mozconfig-inst - mozconfig-opt - configure - pisilinux/browserconfig.properties - - - rust - wget - llvm - nodejs - chrpath - cbindgen - nss-devel - lld-devel - gdb-devel - util-linux - nspr-devel - zlib-devel - gtk3-devel - gtk2-devel - yasm-devel - gconf-devel - libXt-devel - libSM-devel - autoconf213 - icu4c-devel - compiler-rt - libvpx-devel - libpng-devel - libffi-devel - gnutls-devel - python-devel - sqlite-devel - python3-devel - hunspell-devel - alsa-lib-devel - libevent-devel - xorg-app-devel - libnotify-devel - dbus-glib-devel - xkeyboard-config - xorg-server-xvfb - llvm-clang-devel - python3-setuptools - libxkbcommon-devel - libXcomposite-devel - libXScrnSaver-devel - libjpeg-turbo-devel - pulseaudio-libs-devel - gst-plugins-base-devel - startup-notification-devel - jack-audio-connection-kit-devel - - - zstandard-0.18.0.diff - - network/web/firefox/pspec.xml - - - firefox - - atk - nss - dbus - gtk3 - gtk2 - nspr - zlib - cairo - glib2 - libXt - pango - libX11 - libffi - libxcb - libgcc - pixman - sqlite - iconcan - libXext - icu4c - libvpx - alsa-lib - libevent - freetype - hunspell - dbus-glib - libXfixes - fontconfig - gdk-pixbuf - libXdamage - libXrender - libXcomposite - libjpeg-turbo - startup-notification - - - /etc/ - /usr/share/doc - /usr/bin - /usr/share/mime - /usr/libexec - /usr/lib/pkgconfig - /usr/share/pixmaps - /usr/lib/firefox - /usr/share/applications - - - System.Package - - - pisilinux/mozillafirefox.desktop - pisilinux/firefox-l10n.js - pisilinux/default-prefs.js - pisilinux/distribution.ini - pisilinux/pisilinux_bookmark-tr.html - pisilinux/pisilinux_bookmark-en.html - pisilinux/pisilinux_bookmark-nl.html - pisilinux/pisilinux_bookmark-de.html - - - - firefox-lang-az - Firefox üçün Türkçe dil faylı - Firefox üçün Türkçe dil faylı - locale:az - system.locale - lang-az - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi - - - - firefox-lang-bs - Engleskom jeziku paket za Firefox - Engleskom jeziku paket za Firefox - locale:bs - system.locale - lang-bs - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi - - - - firefox-lang-ca - Arxiu d'idioma català del Firefox - Arxiu d'idioma català del Firefox - locale:ca - system.locale - lang-ca - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi - - - - firefox-lang-da - Dansk sprogpakke til Firefox - Dansk sprogpakke til Firefox - locale:da - system.locale - lang-da - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi - - - - firefox-lang-de - Deutsch Sprachdatei für Firefox - Deutsch Sprachdatei für Firefox - locale:de - system.locale - lang-de - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi - - - - firefox-lang-el - Ελληνική γλώσσα pack για τον Firefox - Ελληνική γλώσσα pack για τον Firefox - locale:el - system.locale - lang-el - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi - - - - firefox-lang-en-US - English language pack for Firefox - English language pack for Firefox - locale:en-US - system.locale - lang-en-US - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi - - - - firefox-lang-en-GB - British English language pack for Firefox - British English language pack for Firefox - locale:en-GB - system.locale - lang-en-GB - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi - - - - firefox-lang-es-AR - Paquete de idioma español para Firefox - Paquete de idioma español para Firefox - locale:es-AR - system.locale - lang-es-AR - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi - - - - firefox-lang-es-CL - Paquete de idioma español para Firefox - Paquete de idioma español para Firefox - locale:es-CL - system.locale - lang-es-CL - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi - - - - firefox-lang-es-ES - Paquete de idioma español para Firefox - Paquete de idioma español para Firefox - locale:es-ES - system.locale - lang-es-ES - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi - - - - firefox-lang-fi - Suomen kielen pack for Firefox - Suomen kielen pack for Firefox - locale:fi - system.locale - lang-fi - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi - - - - firefox-lang-fr - Paquet de langue française pour Firefox - Paquet de langue française pour Firefox - locale:fr - system.locale - lang-fr - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi - - - - firefox-lang-hr - Hrvatski jezični paket za Firefox - Hrvatski jezični paket za Firefox - locale:hr - system.locale - lang-hr - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi - - - - firefox-lang-hu - Magyar nyelvű pack for Firefox - Magyar nyelvű pack for Firefox - locale:hu - system.locale - lang-hu - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi - - - - firefox-lang-it - Language Pack italiano per Firefox - Language Pack italiano per Firefox - locale:it - system.locale - lang-it - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi - - - - firefox-lang-lt - Lietuvių kalbos paketas Firefox - Lietuvių kalbos paketas Firefox - locale:lt - system.locale - lang-lt - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi - - - - firefox-lang-nl - Nederlands taalpakket voor Firefox - Nederlands taalpakket voor Firefox - locale:nl - system.locale - lang-nl - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi - - - - firefox-lang-pl - Polski pakiet językowy dla programu Firefox - Polski pakiet językowy dla programu Firefox - locale:pl - system.locale - lang-pl - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi - - - - firefox-lang-pt-BR - Pacote de idioma português para o Firefox - Pacote de idioma português para o Firefox - locale:pt-BR - system.locale - lang-pt-BR - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi - - - - firefox-lang-pt-PT - Pacote de idioma português para o Firefox - Pacote de idioma português para o Firefox - locale:pt-PT - system.locale - lang-pt-PT - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi - - - - firefox-lang-ro - Pachet de limba română pentru Firefox - Pachet de limba română pentru Firefox - locale:ro - system.locale - lang-ro - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi - - - - firefox-lang-ru - Русский языковый пакет для Firefox - Русский языковый пакет для Firefox - locale:ru - system.locale - lang-ru - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi - - - - firefox-lang-sr - Паковање српски језик за Фирефок - Паковање српски језик за Фирефок - locale:sr - system.locale - lang-sr - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi - - - - firefox-lang-sv-SE - Svenska språkpaket för Firefox - Svenska språkpaket för Firefox - locale:sv-SE - system.locale - lang-sv-SE - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi - - - - firefox-lang-tr - Firefox için Türkçe dil dosyası - Firefox için Türkçe dil dosyası - locale:tr - system.locale - lang-tr - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi - - - - firefox-lang-uk - Український мовний пакет для Firefox - Український мовний пакет для Firefox - locale:uk - system.locale - lang-uk - - firefox - - - /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi - - - - - 2022-08-01 - 103.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-25 - 103.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-24 - 102.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-06 - 102.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-27 - 102.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 101.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-02 - 100.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-10 - 99.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 98.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-18 - 97.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-14 - 97.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2022-01-26 - 96.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-10 - 96.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-16 - 95.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-06 - 95.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-11 - 94.0.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-11-01 - 94.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-05 - 93.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-06 - 92.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-23 - 91.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 91.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-19 - 90.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-12 - 90.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-17 - 89.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-31 - 89.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-19 - 88.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-22 - 87.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 86.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-06 - 85.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-25 - 85.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-02 - 84.0.1 - Version bump and enable PGO and LTO - İdris Kalp - idriskalp@gmail.com - - - 2020-12-27 - 84.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-16 - 83.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-19 - 82.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-01 - 81.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-21 - 81.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-01 - 80.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 78.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-01 - 78.0.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 77.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-12 - 76.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-05 - 76.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 75.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-09 - 74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 73.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-09 - 72.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-02 - 71.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 70.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-21 - 70.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-03 - 69.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-19 - 69.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-08-15 - 68.0.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-26 - 68.0.1 - Version Bump and rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-05-24 - 67.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-15 - 66.0.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-28 - 66.0.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-13 - 65.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-28 - 65.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-11 - 64.0.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-11 - 64.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-17 - 63.0.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-30 - 63.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-25 - 62.0.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 61.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-20 - 60.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-08 - 60.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-06 - 59.0.3 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 58.0.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-04 - 58.0.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 57.0.4 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-08 - 57.0.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-19 - 57.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-12 - 56.0.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-30 - 55.0.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-29 - 53.0.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-22 - 52.0.1 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-05 - 50.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-16 - 47.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 44.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 44.0.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - lynx - https://invisible-mirror.net/lynx/lynx.html - - PisiLinux Community - admins@pisilinux.org - - GPL - app:console - network.web - Lynx is the text web browser. - This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium. - http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.bz2 - - ncurses-devel - openssl-devel - gettext-devel - - - lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch - lynx2-8-6-fix-ugly-color.patch - lynx2-8-7-adapt-to-modern-file-localizations.patch - lynx2-8-7-tmp_dir.patch - - network/web/lynx/pspec.xml - - - lynx - - ncurses - openssl - - - /usr/bin - /etc - /usr/share - /usr/share/man - - - - - 2020-01-07 - 2.8.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-22 - 2.8.9 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-07-30 - 2.8.8 - Rebuild New T. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.8.8 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.8.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-29 - 2.8.8 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - otter-browser - http://otter-browser.org/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPL-3 - gui - network.web - Otter-Browser Controlled by the user, not vice versa - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. - https://github.com/OtterBrowser/otter-browser/archive/v1.0.01.tar.gz - - hunspell-devel - qt5-multimedia-devel - qt5-svg-devel - qt5-webengine-devel - qt5-webkit-devel - qt5-xmlpatterns-devel - cmake - - network/web/otter-browser/pspec.xml - - - otter-browser - - hunspell - qt5-multimedia - qt5-svg - qt5-webengine - qt5-webkit - qt5-xmlpatterns - - - /usr/lib - /usr/share - /usr/share/man/man1 - /usr/bin - - - - - 2020-07-06 - 1.0.01 - First Release - Erkan IŞIK - erkanisik@pisilinux.org - - - - - - calligra - http://www.calligra-suite.org + gnome-recipes + https://gitlab.gnome.org/GNOME/recipes Pisi Linux Admins admins@pisilinux.org - GPLv2 - LGPL - FDL1.2 + GPLv3 app:gui - office.calligra - Office and graphic art suite by KDE - KDE'den ofis ve grafik sanatı paketi - Calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more. - Calligra, KDE için ücretsiz, entegre bir ofis paketidir. Uygulama paketi, bir kelime işlemci, bir elektronik tablo uygulaması, bir sunum oluşturucu ve görüntüleyici uygulaması, bir düzenleyici ve daha fazlasını içerir. - https://invent.kde.org/office/calligra/-/archive/master/calligra-master.tar.gz + desktop.gnome.apps + Recipe management application for GNOME + GNOME Recipes is an easy-to-use application that will help you to discover what to cook today, tomorrow, rest of the week and for your special occasions. + https://download.gnome.org/sources/gnome-recipes/2.0/gnome-recipes-2.0.4.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - qt5-x11extras-devel - qt5-quickcontrols2-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-sqlite - qt5-webkit-devel - extra-cmake-modules - karchive-devel - kcodecs-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kdelibs4-support-devel - kio-devel - kross-devel - kparts-devel - sonnet-devel - kholidays-devel - ktexteditor-devel - ktextwidgets-devel - threadweaver-devel - kwallet-devel - kwidgetsaddons-devel - kwindowsystem-devel - kjobwidgets-devel - kxmlgui-devel - knotifyconfig-devel - knotifications-devel - kcmutils-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kactivities-devel - khtml-devel - kcontacts-devel - akonadi-contacts-devel - akonadi-devel - kdiagram-devel - kreport-devel - kproperty-devel - qca2-qt5-devel - marble-devel - lcms2-devel - okular-devel - libwpg-devel - libvisio-devel - libwpd-devel - poppler-devel - poppler-qt5-devel - libspnav-devel - eigen3 - fontconfig-devel - freetype-devel - openjpeg-devel - gsl-devel - boost-devel - libetonyek-devel - libodfgen-devel - libvc-devel - libwps-devel - openexr-devel - pstoedit-devel - libX11-devel - libgit2-devel - zlib-devel - imath-devel - djvu-devel - cauchy-devel - libzip-devel - libspectre-devel - ebook-tools-devel - - office/calligra/calligra/pspec.xml - - - calligra - - fontconfig - freetype - gsl - imath - kactivities - karchive - kcmutils - kcodecs - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdelibs4-support - kdiagram - kguiaddons - khtml - ki18n - kiconthemes - kio - kitemviews - kjobwidgets - knotifications - knotifyconfig - kross - kservice - ktextwidgets - kwallet - kwidgetsaddons - kwindowsystem - kxmlgui - pstoedit - lcms2 - libetonyek - libgcc - libodfgen - librevenge - libspnav - libvisio - libwpg - okular - poppler-qt5 - poppler - qca2-qt5 - qt5-base - qt5-declarative - qt5-phonon - qt5-quickcontrols2 - qt5-svg - qt5-webkit - qt5-x11extras - sonnet - zlib - kcrash - libwpd - libwps - libgit2 - djvu - cauchy - libzip - libspectre - ebook-tools - - - /etc/xdg/braindump - /etc/xdg/calligra_stencils.knsrc - /etc/xdg/calligrasheetsrc - /etc/xdg/calligrastagerc - /etc/xdg/calligrawordsrc - /etc/xdg/karbonrc - /usr/share/calligrasheets/dtd - /usr/share/calligrasheets/functions - /usr/share/calligrasheets/icons/hicolor/*/actions - /usr/share/calligrasheets/icons/hicolor/scalable/actions - /usr/share/calligrasheets/icons/hicolor/scalable - /usr/share/calligrasheets/scripts/docker - /usr/share/calligrasheets/scripts/extensions - /usr/share/calligrasheets/scripts/functions - /usr/share/calligrasheets/scripts - /usr/share/calligrasheets/sheetstyles - /usr/share/calligrasheets/templates/Business - /usr/share/calligrasheets/templates/General - /usr/share/calligrasheets/templates/HomeFamily - /usr/share/calligrasheets/templates - /usr/share/calligrasheets/viewplugins - /usr/share/calligrasheets - /usr/share/calligrastage/animations - /usr/share/calligrastage/cursors - /usr/share/calligrastage/icons/hicolor/*/actions - /usr/share/calligrastage/icons/hicolor/scalable/actions - /usr/share/calligrastage/icons/hicolor/scalable - /usr/share/calligrastage/pics - /usr/share/calligrastage/styles - /usr/share/calligrastage/templates/Screen - /usr/share/calligrastage/templates/exportHTML/templates - /usr/share/calligrastage/templates/exportHTML - /usr/share/calligrastage/templates/odf - /usr/share/calligrastage/templates - /usr/share/calligrastage - /usr/share/calligrawords/icons/hicolor/*/actions - /usr/share/calligrawords/icons/hicolor/scalable/actions - /usr/share/calligrawords/icons/hicolor/scalable - /usr/share/calligrawords/styles - /usr/share/calligrawords/templates/Normal - /usr/share/calligrawords/templates - /usr/share/calligrawords - /usr/share/color/icc/calligra - /usr/share/color/icc - /usr/share/color - /usr/share/configkcfg - /usr/share/doc/HTML/*/calligra - /usr/share/doc/HTML/*/sheets - /usr/share/doc/HTML/*/stage - /usr/share/doc/calligra - /usr/share/doc - /usr/share/icons/hicolor/*/apps - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/lib/qt5/plugins/calligra/colorspaces - /usr/lib/qt5/plugins/calligra/devices - /usr/lib/qt5/plugins/calligra/dockers - /usr/lib/qt5/plugins/calligra/formatfilters - /usr/lib/qt5/plugins/calligra/parts - /usr/lib/qt5/plugins/calligra/presentationeventactions - /usr/lib/qt5/plugins/calligra/shapefiltereffects - /usr/lib/qt5/plugins/calligra/shapes - /usr/lib/qt5/plugins/calligra/textediting - /usr/lib/qt5/plugins/calligra/textinlineobjects - /usr/lib/qt5/plugins/calligra/tools - /usr/lib/qt5/plugins/calligra - /usr/lib/qt5/plugins/calligrasheets/extensions - /usr/lib/qt5/plugins/calligrasheets/functions - /usr/lib/qt5/plugins/calligrasheets - /usr/lib/qt5/plugins/calligrastage/pageeffects - /usr/lib/qt5/plugins/calligrastage/shapeanimations - /usr/lib/qt5/plugins/calligrastage/tools - /usr/lib/qt5/plugins/calligrastage - /usr/lib/qt5/plugins/karbon/extensions - /usr/lib/qt5/plugins/karbon - /usr/lib/qt5/plugins/okular/generators - /usr/lib/qt5/plugins/okular - /usr/lib/qt5/plugins - /usr/lib/qt5/qml/Calligra/Gemini/Dropbox - /usr/lib/qt5/qml/Calligra/Gemini/Git - /usr/lib/qt5/qml/Calligra/Gemini - /usr/lib/qt5/qml/Calligra - /usr/lib/qt5/qml/org/kde/calligra - /usr/lib/qt5/qml/org/kde - /usr/lib/qt5/qml/org - /usr/lib/qt5/qml - /usr/share/applications - /usr/share/calligra/autocorrect - /usr/share/calligra/cursors - /usr/share/calligra/icons/hicolor/*/actions - /usr/share/calligra/icons/hicolor/*/mimetypes - /usr/share/calligra/icons/hicolor/scalable - /usr/share/calligra/icons/hicolor/scalable/actions - /usr/share/calligra/palettes - /usr/share/calligra/pics - /usr/share/calligra/stencils/Assorted - /usr/share/calligra/stencils/BPMN - /usr/share/calligra/stencils/Basic_Flowchart - /usr/share/calligra/stencils/Building_Site - /usr/share/calligra/stencils/CMOS - /usr/share/calligra/stencils/Central_Data_Processing - /usr/share/calligra/stencils/ChemEng - /usr/share/calligra/stencils/Circuit2 - /usr/share/calligra/stencils/Circuit - /usr/share/calligra/stencils/Cisco - /usr/share/calligra/stencils/Civil - /usr/share/calligra/stencils/Contact - /usr/share/calligra/stencils/Cybernetics - /usr/share/calligra/stencils/Digital - /usr/share/calligra/stencils/Edpc - /usr/share/calligra/stencils/Electric2 - /usr/share/calligra/stencils/Electric - /usr/share/calligra/stencils/Electronic - /usr/share/calligra/stencils/Flags - /usr/share/calligra/stencils/Gane_and_Sarson - /usr/share/calligra/stencils/Jigsaw - /usr/share/calligra/stencils/LST - /usr/share/calligra/stencils/Lights - /usr/share/calligra/stencils/Logic - /usr/share/calligra/stencils/MSE - /usr/share/calligra/stencils/Map - /usr/share/calligra/stencils/Misc - /usr/share/calligra/stencils/Network - /usr/share/calligra/stencils/Optics - /usr/share/calligra/stencils/Pneumatic - /usr/share/calligra/stencils/RDP - /usr/share/calligra/stencils/Racks - /usr/share/calligra/stencils/Renewable_Energy - /usr/share/calligra/stencils/SDL - /usr/share/calligra/stencils/Scenegraph - /usr/share/calligra/stencils/Sybase - /usr/share/calligra/stencils/Value_Stream_Mapping - /usr/share/calligra/stencils - /usr/share/calligra/styles - /usr/share/calligra/thesaurus - /usr/share/calligra - /usr/share/calligra_shape_music/fonts - /usr/share/calligra_shape_music - /usr/share/calligragemini/qml/components - /usr/share/calligragemini/qml/panels/notespanelpages - /usr/share/calligragemini/qml/panels - /usr/share/calligragemini/qml/welcomepages/cloud/dropbox - /usr/share/calligragemini/qml/welcomepages/cloud/git - /usr/share/calligragemini/qml/welcomepages/cloud - /usr/share/calligragemini/qml/welcomepages - /usr/share/calligragemini/qml - /usr/share/calligragemini/themes/default/fonts - /usr/share/calligragemini/themes/default/icons - /usr/share/calligragemini/themes/default/images - /usr/share/calligragemini/themes/default - /usr/share/calligragemini/themes - /usr/share/calligragemini - /usr/share/icons/hicolor/scalable/apps - /usr/share/icons/hicolor/scalable - /usr/share/karbon/gradients - /usr/share/karbon/icons/hicolor/*/actions - /usr/share/karbon/palettes - /usr/share/karbon/plugins - /usr/share/karbon/templates/Basic - /usr/share/karbon/templates - /usr/share/karbon - /usr/share/kservices5/ServiceMenus/calligra - /usr/share/kservices5/ServiceMenus - /usr/share/kservices5 - /usr/share/kxmlgui5/calligrasheets - /usr/share/kxmlgui5/calligrastage - /usr/share/kxmlgui5/calligrawords - /usr/share/kxmlgui5/karbon - /usr/share/kxmlgui5 - /usr/share/locale/*/LC_MESSAGES - /usr/share/metainfo - /usr/share/mime - /usr/share/mime/packages - /usr/share/templates - /usr/share - - - - - 2021-11-30 - 3.2.1 - Fix build - Kamil Atlı - suvari@pisilinux.org - - - 2021-03-05 - 3.2.1 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2018-09-10 - 3.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-21 - 3.1.0 - Release bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-23 - 3.0.1 - Release bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-04-05 - 3.0.0.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-07 - 3.0.0.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-06 - 3.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - calligra-plan - https://www.calligra-suite.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPL FDL1.2 - app:gui - office.calligra - A project management application intended for managing moderately large projects with multiple resources - A project management application intended for managing moderately large projects with multiple resources - Birden fazla kaynağa sahip ılımlı büyük projeleri yönetmek için tasarlanmış bir proje yönetimi uygulaması - Birden fazla kaynağa sahip ılımlı büyük projeleri yönetmek için tasarlanmış bir proje yönetimi uygulaması - https://download.kde.org/stable/calligra/3.3.0/calligraplan-3.3.0.tar.xz - - extra-cmake-modules - qca2-qt5-devel - kholidays-devel - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel - qt5-x11extras-devel - kcmutils-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kio-devel - kitemviews-devel - kjobwidgets-devel - knotifyconfig-devel - kross-devel - ktextwidgets-devel - kwallet-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - sonnet-devel - akonadi-contacts-devel - kdbusaddons-devel - akonadi-devel - kactivities-devel - knotifications-devel - karchive-devel - kproperty-devel - kreport-devel - kcodecs-devel - kdiagram-devel - kparts-devel - libX11-devel - zlib-devel - perl - - office/calligra/calligra-plan/pspec.xml - - - calligra-plan - - kio - ki18n - kparts - libgcc - kconfig - kwallet - kxmlgui - karchive - kdiagram - kservice - qt5-base - qca2-qt5 - kholidays - kitemviews - kactivities - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /etc/xdg - /usr/lib - /usr/share - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - - 2021-03-10 - 3.3.0 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-04-12 - 3.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-01 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-25 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-10 - 3.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-28 - 3.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-07 - 3.1.0 - Release bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-07-23 - 3.0.1 - Release bump. - Ali Algul - aligulle3801@gmail.com - - - 2017-04-05 - 3.0.0.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-07 - 3.0.0.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-06 - 3.0.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - cherrytree - https://www.giuspen.com/cherrytree/ - - Pisilinux Community - admins@pisilinux.org - - GPL-3 - app:gui - office - Cherrytree A hierarchical note taking application. - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. - https://github.com/giuspen/cherrytree/releases/download/0.99.44/cherrytree_0.99.44.tar.xz - - cmake - ninja - fmt-devel - curl-devel - spdlog-devel - gtkmm3-devel - glibmm-devel + gnome-online-accounts-devel + gnome-autoar-devel gspell-devel - sqlite-devel - python3-devel - uchardet-devel - libxml++26-devel - gtksourceviewmm3-devel + libsoup-devel + libcanberra-devel + librest-devel + json-glib-devel + itstool + meson - office/cherrytree/pspec.xml + desktop/gnome/apps/gnome-recipes/pspec.xml - cherrytree + gnome-recipes - curl + gtk3 + cairo + glib2 + pango + gspell + librest + libsoup + json-glib + gdk-pixbuf + libcanberra + gnome-online-accounts + + + /usr/bin + /usr/share/applications + /usr/share/appdata + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-recipes + /usr/share/gnome-shell + /usr/share/icons + /usr/share/help + /usr/share/locale + /usr/share/metainfo + /usr/share/mime + + + + + 2022-02-06 + 2.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 2.0.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + simple-scan + https://launchpad.net/simple-scan + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Simple scanning utility + Basit tarayıcı (scanning) uygulması + Simple scanning utility + Basit tarayıcı (scanning) uygulması + simple-scan + mirrors://gnome/simple-scan/42/simple-scan-42.1.tar.xz + + meson + sane-backends-devel + gettext-devel + itstool + appstream-glib-devel + desktop-file-utils + vala-devel + colord-devel + colord-gtk-devel + gobject-introspection-devel + gtk3-devel + libhandy-devel + zlib-devel + libgudev-devel + webp-devel + + + 40.0-add-control-optional-deps.patch + + desktop/gnome/apps/simple-scan/pspec.xml + + + simple-scan + + gtk3 + zlib + cairo + glib2 + libgusb + libhandy + gdk-pixbuf + sane-backends + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + + 2022-04-19 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-24 + 40.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 40.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-23 + 40.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnote + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Note-taking application + Not alma uygulaması + Note-taking application + Not alma uygulaması + org.gnome.Gnote + mirrors://gnome/gnote/42/gnote-42.1.tar.xz + + meson + boost-devel + desktop-file-utils + gettext-devel + gspell-devel + gtkmm3-devel + gtk2-devel + intltool + itstool + libsecret-devel + libxml2-devel + libxslt-devel + libpcre-devel + + desktop/gnome/apps/gnote/pspec.xml + + + gnote + + atk gtk3 atkmm cairo @@ -260026,830 +238249,1420 @@ complete albums that you have purchased from Amazon. gspell gtkmm3 libgcc - sqlite cairomm libxml2 + libxslt pangomm - uchardet + enchant2 + harfbuzz + libsecret libsigc++ - libxml++26 - gtksourceviewmm3 + gdk-pixbuf + libutil-linux /usr/bin - /usr/share - /usr/share/cherrytree + /usr/lib/libgnote* + /usr/lib/gnote + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/gnote + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + + 2022-08-01 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-28 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-26 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-18 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + epiphany + https://gitlab.gnome.org/GNOME/epiphany + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Intuitive GNOME web browser. + Epiphany is a GNOME web browser based on the WebKit rendering engine. + https://download.gnome.org/sources/epiphany/42/epiphany-42.3.tar.xz + + glib2-devel + itstool + NetworkManager-devel + avahi-glib-devel + gcr-devel + gnome-desktop-devel + json-glib-devel + libdazzle-devel + libhandy-devel + libnotify-devel + libsecret-devel + libsoup-gnome + libwnck3-devel + libxslt-devel + nettle-devel + nss-devel + webkit2gtk-devel + libportal-devel + libsoup-devel + libarchive-devel + appstream-glib-devel + gmp-devel + meson + desktop-file-utils + + desktop/gnome/apps/epiphany/pspec.xml + + + epiphany + + atk + cairo + gcr + gdk-pixbuf + glib2 + gmp + gtk3 + json-glib + libdazzle + libsecret + libsoup + libxml2 + nettle + pango + sqlite + webkit2gtk + libhandy + libportal + libarchive + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/epiphany + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/help + /usr/share/icons /usr/share/locale /usr/share/man + /usr/share/metainfo + + 2022-07-08 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-20 + 42.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-22 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-24 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 41.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-16 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 40.2 + Version bump + Berk Çakar + berk2238@hotmail.com + - 2021-12-18 - 0.99.44 - First 2.2 Beta build. - fury - uglyside@yandex.ru + 2021-06-07 + 3.38.5 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com - goldendict - http://goldendict.org/ + gnome-font-viewer + https://gitlab.gnome.org/GNOME/gnome-font-viewer - PisiLinux Community - admins@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - GPLv3 + GPLv2 app:gui - office.dictionary - An advanced multiple language translator with built-in encyclopedia and custom-made dictionary support - Birden çok dil destekleyen gelişmiş bir sözlük ve ansiklopedi uygulaması. - GoldenDict is an advanced multiple language translator that can use Babylon, StarDict, Dictd, ABBYY Lingvo and Wikipedia sources. - GoldenDict, Babylon, StarDict, Dictd, ABBYY Lingvo, Wikipedia gibi sözlüklerin kaynaklarını kullanabilen birden çok dil destekleyen bir sözlük ve ansiklopedi uygulamasıdır. - goldendict - https://github.com/goldendict/goldendict/archive/1.5.0-RC2.tar.gz + desktop.gnome.apps + Utility for previewing fonts for GNOME + Gnome için yazı tipi önizleme aracı + Utility for previewing fonts for GNOME + Gnome için yazı tipi önizleme aracı + gnome-font-viewer + mirrors://gnome/gnome-font-viewer/42/gnome-font-viewer-42.0.tar.xz - hunspell-devel - qt5-phonon-devel - libvorbis-devel - libXtst-devel - qt5-base-devel - qt5-webkit-devel - qt5-x11extras-devel - libao-devel - ffmpeg-devel - qt5-svg-devel - qt5-assistant-devel - qt5-linguist - lzo-devel - tiff-devel + appstream-glib-devel + desktop-file-utils + fontconfig-devel + freetype-devel + glib2-devel + gtk4-devel + libhandy-devel + harfbuzz-devel + gnome-desktop-devel + gettext-devel + meson + graphene-devel + libadwaita-devel - - goldendict-qt-5.11-1.patch - goldendict-qt-5.11-2.patch - ffmpeg4.patch - - office/dictionary/goldendict/pspec.xml + desktop/gnome/apps/gnome-font-viewer/pspec.xml - goldendict + gnome-font-viewer - hunspell - libvorbis - libXtst - qt5-phonon - qt5-base - qt5-webkit - lzo - tiff - zlib - bzip2 - libao - ffmpeg - libX11 - libgcc - qt5-svg - qt5-assistant - qt5-x11extras + cairo + fontconfig + freetype + gdk-pixbuf + gnome-desktop + gtk4 + glib2 + pango + harfbuzz + libhandy + graphene + libadwaita /usr/bin - /usr/share/pixmaps - /usr/share - /usr/share/locale + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/thumbnailers - 2018-08-09 - 1.5.0 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-05-13 - 1.5.0 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-01-02 - 1.5.0 - First release. - Ali Cengiz Kurt - alicengizkurt@pisilinux.org - - - - - - hunspell-dict-ca - http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - locale:ca - data - office.dictionary - Catalan hunspell dictionaries - Katalanca hunspell sözlüğü - hunspell-dict-ca includes Catalan hunspell dictionaries. - hunspell-dict-ca Katalanca hunspell sözlüğünü içermektedir. - http://source.pisilinux.org/1.0/hunspell-dict-ca-20090319.tar.bz2 - office/dictionary/hunspell-dict-ca/pspec.xml - - - hunspell-dict-ca - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 0.0_20090319 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 0.0_20090319 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.0_20090319 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-26 - 0.0_20090319 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - hunspell-dict-de - http://www.j3e.de/ispell/igerman98 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - GPLv3 - locale:de - data - office.dictionary - German hunspell dictionaries - Almanca hunspell sözlüğü - hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries. - hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir. - https://www.j3e.de/ispell/igerman98/dict/igerman98-20161207.tar.bz2 - office/dictionary/hunspell-dict-de/pspec.xml - - - hunspell-dict-de - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 0.0_20161207 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 0.0_20161207 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-11 - 0.0_20131216 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-26 - 0.0_20131216 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - hunspell-dict-en - http://wordlist.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - BSD - locale:en - data - office.dictionary - English hunspell dictionaries - İngilizce hunspell sözlükleri - hunspell-dict-en includes English (US, UK, etc.) hunspell dictionaries. - hunspell-dict-en İngilizce (US, UK vs.) hunspell sözlüklerini içerir. - https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_US-2020.12.07.zip - https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_CA-2020.12.07.zip - https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_GB-large-2020.12.07.zip - office/dictionary/hunspell-dict-en/pspec.xml - - - hunspell-dict-en - - /usr/share - /usr/share/doc - - - - - 2021-05-25 - 2020.12.07 + 2022-03-21 + 42.0 Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-09 - 2018.04.16 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 2017.01.22 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 2015.05.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2015-10-05 - 2015.05.18 - First release - Ayhan Yalcinsoy + 2021-06-10 + 40.0 + First release. + Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - hunspell-dict-es - https://pisilinux.org + nautilus-python + https://wiki.gnome.org/Projects/NautilusPython - PisiLinux Community - admins@pisilinux.org + Pisi Linux Admins + admin@pisilinux.org - LGPLv3+ - GPLv3+ - MPL-1.1 - locale:es - data - office.dictionary - Spanish hunspell dictionaries - İspanyolca hunspell sözlükleri - hunspell-dict-es includes Spanish (Spain, Mexico, etc.) hunspell dictionaries. - hunspell-dict-es İspanyolca (İspanya, Meksika vs.) hunspell sözlüklerini içerir. - http://pkgs.fedoraproject.org/repo/pkgs/hunspell-es/es_ANY.zip/a88e2244de48c0ff42f1b77c4a80c8a0/es_ANY.zip - office/dictionary/hunspell-dict-es/pspec.xml + GPLv2 + app + desktop.gnome.apps + Python bindings for the Nautilus Extension API + Python bindings for the Nautilus Extension API + Python bindings for the Nautilus Extension API + Python bindings for the Nautilus Extension API + https://download.gnome.org/sources/nautilus-python/1.2/nautilus-python-1.2.3.tar.xz + + gtk-doc + yelp-tools + gtk3-devel + glib2-devel + python3-devel + nautilus-devel + python3-pygobject3-devel + + + gcc10.patch + + desktop/gnome/apps/nautilus-python/pspec.xml - hunspell-dict-es + nautilus-python + + gtk3 + glib2 + python3 + nautilus + - /usr/share + /usr/lib /usr/share/doc + /usr/share/gtk-doc + + + + nautilus-python-devel + Development files for nautilus-python + + nautilus-python + + + /usr/lib/pkgconfig - - 2018-08-09 - 0.0_20081215 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 0.0_20081215 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 0.0_20081215 - Release Bump - Pisi Linux Community + 2021-09-17 + 1.2.3 + Rebuild. + Pisi Linux Admins admin@pisilinux.org - 2014-02-17 - 0.0_20081215 + 2021-06-21 + 1.2.3 First release - Kamil Atlı - suvarice@gmail.com + Pisi Linux Admins + admin@pisilinux.org - hunspell-dict-fr - http://dico.savant.free.fr/ + gedit + http://projects.gnome.org/gedit/ PisiLinux Community admins@pisilinux.org GPLv2 - LGPLv2 - MPL-1.1 - locale:fr - data - office.dictionary - French hunspell dictionaries - Fransızca hunspell sözlükleri - hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries. - hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir. - http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip - office/dictionary/hunspell-dict-fr/pspec.xml - - - hunspell-dict-fr - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 2.3.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 2.3.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.3.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-27 - 2.3.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - hunspell-dict-it - http://linguistico.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - locale:it - data - office.dictionary - Italian hunspell dictionaries - İtalyanca hunspell sözlükleri - hunspell-dict-it includes Italian hunspell dictionaries. - hunspell-dict-it İtalyanca hunspell sözlüklerini içerir. - http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip - office/dictionary/hunspell-dict-it/pspec.xml - - - hunspell-dict-it - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 2.4 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 2.4 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-26 - 2.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - hunspell-dict-nl - http://www.opentaal.org/english.php - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - locale:nl - data - office.dictionary - Dutch hunspell dictionaries - Flemenkçe hunspell sözlükleri - hunspell-dict-nl includes Dutch hunspell dictionaries. - hunspell-dict-nl Flemenkçe hunspell sözlüklerini içerir. - http://pkgs.fedoraproject.org/repo/pkgs/hunspell-nl/OpenTaal-210G-LO.oxt/3c96686c2555e3ae23b5de06ba08631b/OpenTaal-210G-LO.oxt - office/dictionary/hunspell-dict-nl/pspec.xml - - - hunspell-dict-nl - - /usr/share - /usr/share/doc - - - - - 2018-08-09 - 2.10g - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 2.10g - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.10g - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-05 - 2.10g - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - hunspell-dict-pl - http://www.kurnik.pl/dictionary/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - GPLv2+ - MPL-1.1 - locale:pl - data - office.dictionary - Polish hunspell dictionaries - Polonya dili için hunspell sözlükleri - hunspell-dict-pl includes Polish hunspell dictionaries. - hunspell-dict-pl Polonya dili için hunspell sözlükleri içerir. - https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-20160801.zip - office/dictionary/hunspell-dict-pl/pspec.xml - - - hunspell-dict-pl - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 20160801 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 20160801 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 20100428 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-05 - 20100428 - First release - Alihanh Öztürk - alihan@pisilinux.org - - - - - - hunspell-dict-pt - http://www.broffice.org/verortografico/baixar - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - GPLv2+ - locale:pt - data - office.dictionary - Portuguese hunspell dictionaries - Portekizce hunspell sözlükleri - hunspell-dict-pt includes Portuguese hunspell dictionaries. - hunspell-dict-pt Portekizce hunspell sözlükleri içerir. - http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20171225.tar.gz - office/dictionary/hunspell-dict-pt/pspec.xml - - - hunspell-dict-pt - - /usr/share/hunspell - /usr/share/doc - - - - - 2018-08-09 - 20171225 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 20170227 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 20150704 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-05 - 20150704 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - hunspell-dict-ru - ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell - - PisiLinux Community - admins@pisilinux.org - - BSD - locale:ru - data - office.dictionary - Russian hunspell dictionaries - Rusça hunspell sözlükleri - hunspell-dict-ru includes Russian hunspell dictionaries. - hunspell-dict-ru Rusça hunspell sözlüklerini içerir. - http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz - office/dictionary/hunspell-dict-ru/pspec.xml - - - hunspell-dict-ru - - /usr/share - /usr/share/doc - - - - - 2018-08-09 - 0.99f_7 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-29 - 0.99f_7 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.99f_7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-17 - 0.99f_7 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - hunspell-dict-sv - http://dsso.se/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - locale:sv - data - office.dictionary - Swedish hunspell dictionaries - İsveççe hunspell sözlükleri - hunspell-dict-sv includes Swedish hunspell dictionaries. - hunspell-dict-sv İsveççe hunspell sözlüklerini içerir. - https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/2.40/@@download/file/ooo_swedish_dict_2-40.oxt - office/dictionary/hunspell-dict-sv/pspec.xml - - - hunspell-dict-sv - - /usr/share - /usr/share/doc - - - - - 2018-08-09 - 2.40 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-04-07 - 2.40 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.40 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-17 - 1.29 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - hunspell-dict-tr - http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - BSD - locale:en - data - office.dictionary - Turkish hunspell dictionaries - Turkish hunspell dictionaries - https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v1-2.oxt + app:gui + desktop.gnome.apps + Default text editor for GNOME + GNOME için öntanımlı metin editörü + gedit is a small and lightweight text editor for the GNOME environment. + gedit, GNOME ortamı için küçük ve hafif bir metin editörüdür. + mirrors://gnome/gedit/42/gedit-42.2.tar.xz - hunspell + desktop-file-utils + gettext-devel + git + glib2-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + gspell-devel + gtk-doc + gtk3-devel + gtksourceview4-devel + iso-codes + itstool + libpeas-devel + libsoup-devel + libxml2-devel + meson + python3-devel + python3-pygobject3-devel + tepl-devel + vala-devel + yelp-tools + which - office/dictionary/hunspell-dict-tr/pspec.xml + desktop/gnome/apps/gedit/pspec.xml - hunspell-dict-tr + gedit + + atk + amtk + cairo + gdk-pixbuf + glib2 + gtk3 + gtksourceview4 + gobject-introspection + gspell + libpeas + pango + tepl + libxml2 + - /usr/lib/libreoffice/share/extensions/hunspell_tr/ - /usr/share/hunspell + /usr/bin + /usr/lib/gedit + /usr/lib/python3.* + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/gedit + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/vala + + + + gedit-devel + Development files for gedit + gedit için geliştirme dosyaları + + gedit + glib2-devel + gtk3-devel + libpeas-devel + tepl-devel + gtksourceview4-devel + + + /usr/include + /usr/lib/pkgconfig - 2021-05-25 - 1.2 + 2022-07-28 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 40.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-01 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-applets + https://www.gnome.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + desktop.gnome.apps + Small applications for the GNOME Panel + Small applications for the GNOME Panel + GNOME Paneli için küçük uygulamalar + GNOME Paneli için küçük uygulamalar + https://download.gnome.org/sources/gnome-applets/3.44/gnome-applets-3.44.0.tar.xz + + itstool + atk-devel + gtk3-devel + cairo-devel + glib2-devel + libSM-devel + pango-devel + libICE-devel + libX11-devel + polkit-devel + upower-devel + cpupowertools + libgtop-devel + libxml2-devel + tracker-devel + harfbuzz-devel + libwnck3-devel + libnotify-devel + gdk-pixbuf-devel + libgweather4-devel + gnome-panel-devel + wireless-tools-devel + gnome-settings-daemon-devel + + desktop/gnome/apps/gnome-applets/pspec.xml + + + gnome-applets + + atk + gtk3 + cairo + glib2 + libSM + pango + libICE + libX11 + polkit + upower + libgtop + libxml2 + tracker + harfbuzz + libwnck3 + libnotify + gdk-pixbuf + libgweather4 + cpupowertools + gnome-panel + wireless-tools + + + /usr/bin + /etc + /usr/lib + /usr/share/dbus-1 + /usr/share/help + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gnome-applets + /usr/share/locale + /usr/share/polkit-1 + /usr/share/doc + + + + + 2022-03-21 + 3.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-09 + 3.41.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-maps + https://gitlab.gnome.org/GNOME/gnome-maps + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + GNOME Maps application + Maps is a map application for GNOME. + https://download.gnome.org/sources/gnome-maps/42/gnome-maps-42.3.tar.xz + + libchamplain-devel + meson + clutter-gtk-devel + geoclue-devel + geocode-glib-devel + libgee-devel + folks-devel + gobject-introspection-devel + gjs-devel + appstream-glib-devel + libhandy-devel + librest-devel + libgweather4-devel + desktop-file-utils + + desktop/gnome/apps/gnome-maps/pspec.xml + + + gnome-maps + + folks + glib2 + libgee + librest + libxml2 + geocode-glib + libchamplain + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-maps + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2022-07-02 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 40.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 40.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gedit-plugins + https://wiki.gnome.org/Apps/Gedit/ShippedPlugins + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Plugins for gedit + gedit için eklentiler + Collection of plugins for the gedit Text Editor + gedit metin editörü için eklentiler + mirrors://gnome/gedit-plugins/42/gedit-plugins-42.1.tar.xz + + atk-devel + cairo-devel + gedit-devel + gettext-devel + gtksourceview3-devel + glib2-devel + itstool + libpeas-devel + meson + python3-devel + python3-pygobject3-devel + vala-devel + vte-devel + yelp-tools + + desktop/gnome/apps/gedit-plugins/pspec.xml + + + gedit-plugins + + gtk3 + gedit + glib2 + libpeas + gtksourceview4 + + + /usr/lib + /usr/share/doc + /usr/share/gedit + /usr/share/glib-2.0 + /usr/share/help + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + + 2022-05-27 + 42.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + devhelp + https://wiki.gnome.org/Apps/Notes + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + API documentation browser + API Belgelendirme Tarayıcısı + API documentation browser + API Belgelendirme Tarayıcısı + mirrors://gnome/devhelp/41/devhelp-41.2.tar.xz + + amtk-devel + desktop-file-utils + gettext-devel + gobject-introspection-devel + glib2-devel + gtk3-devel + itstool + gtk-doc + meson + gsettings-desktop-schemas-devel + webkit2gtk-devel + + desktop/gnome/apps/devhelp/pspec.xml + + + devhelp + + amtk + gtk3 + glib2 + pango + webkit2gtk + + + /usr/bin + /usr/lib/libdevhelp* + /usr/lib/gedit + /usr/lib/girepository-1.0 + /usr/share/applications + /usr/share/dbus-1 + /usr/share/devhelp + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + devhelp-devel + Development files for devhelp + devhelp için geliştirme dosyaları + + devhelp + glib2-devel + gtk3-devel + webkit2gtk-devel + gsettings-desktop-schemas-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-10-01 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-27 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 40.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-screenshot + https://gitlab.gnome.org/GNOME/gnome-screenshot + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A screenshot utility for GNOME + Gnome için ekran görüntüsü yakalma uygulaması + A screenshot utility for GNOME + Gnome için ekran görüntüsü yakalma uygulaması + gnome-screenshot + mirrors://gnome/gnome-screenshot/41/gnome-screenshot-41.0.tar.xz + + gettext-devel + appstream-glib-devel + meson + glib2-devel + gtk3-devel + libcanberra-gtk3-devel + libhandy-devel + libX11-devel + libXext + + desktop/gnome/apps/gnome-screenshot/pspec.xml + + + gnome-screenshot + + gtk3 + cairo + glib2 + libX11 + libXext + libhandy + gdk-pixbuf + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + + 2021-11-14 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-weather + https://gitlab.gnome.org/GNOME/gnome-weather + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Access current weather conditions and forecasts for GNOME + A small application that allows you to monitor the current weather conditions for your city, or anywhere in the world. + https://download.gnome.org/sources/gnome-weather/42/gnome-weather-42.0.tar.xz + + glib2-devel + gjs-devel + gtk4-devel + libgweather4-devel + libadwaita-devel + geoclue-devel + libhandy-devel + meson + desktop-file-utils + appstream-glib-devel + + desktop/gnome/apps/gnome-weather/pspec.xml + + + gnome-weather + + gjs + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/org.gnome.Weather + /usr/share/gnome-shell + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-panel + https://wiki.gnome.org/Projects/GnomePanel + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.apps + Panel of GNOME Flashback + Panel of GNOME Flashback + Panel of GNOME Flashback + Panel of GNOME Flashback + https://download.gnome.org/sources/gnome-panel/3.44/gnome-panel-3.44.0.tar.xz + + itstool + gtk-doc + atk-devel + gtk3-devel + cairo-devel + dconf-devel + yelp-tools + glib2-devel + pango-devel + libX11-devel + gdm-devel + polkit-devel + elogind-devel + libical-devel + libsoup-devel + libxml2-devel + harfbuzz-devel + libwnck3-devel + libXrandr-devel + libsecret-devel + gdk-pixbuf-devel + gnome-menus-devel + libgweather4-devel + gnome-desktop-devel + evolution-data-server-devel + + desktop/gnome/apps/gnome-panel/pspec.xml + + + gnome-panel + + atk + gtk3 + cairo + dconf + glib2 + pango + libX11 + libgdm + polkit + elogind + libical + libsoup + libxml2 + harfbuzz + libwnck3 + libXrandr + libsecret + gdk-pixbuf + gnome-menus + libgweather4 + gnome-desktop + evolution-data-server + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/help + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gnome-panel + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + gnome-panel-devel + Development files for gnome-panel + + gnome-panel + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + gnome-panel-docs + Development files for gnome-panel + + gnome-panel + + + /usr/share/gtk-doc + + + + + 2022-03-21 + 3.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-17 + 3.41.2 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-05-31 + 3.41.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-terminal + https://wiki.gnome.org/Apps/Terminal + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.apps + The GNOME Terminal Emulator + The GNOME Terminal Emulator + GNOME Terminal Emülatörü + GNOME Terminal Emülatörü + https://download.gnome.org/sources/gnome-terminal/3.44/gnome-terminal-3.44.1.tar.xz + + meson + itstool + atk-devel + vte-devel + gtk3-devel + yelp-tools + cairo-devel + dconf-devel + glib2-devel + pango-devel + libX11-devel + libpcre2-devel + harfbuzz-devel + nautilus-devel + gdk-pixbuf-devel + gnome-shell + libutil-linux-devel + gsettings-desktop-schemas-devel + + desktop/gnome/apps/gnome-terminal/pspec.xml + + + gnome-terminal + + atk + vte + gtk3 + cairo + dconf + glib2 + pango + libX11 + harfbuzz + nautilus + gdk-pixbuf + libutil-linux + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/locale + /usr/share/help + /usr/share/metainfo + /usr/share/doc + /usr/share/man + + + + + 2022-05-28 + 3.44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 3.42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-22 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 3.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 3.40.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gupnp-av + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + gupnp-av + mirrors://gnome/gupnp-av/0.14/gupnp-av-0.14.1.tar.xz + + meson + glib2-devel + gtk-doc + gobject-introspection-devel + libxml2-devel + libsoup-devel + vala-devel + + desktop/gnome/apps/gupnp-av/pspec.xml + + + gupnp-av + + glib2 + libxml2 + + + /usr/bin + /usr/lib/libgupnp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-av + /usr/share/vala + + + + gupnp-av-devel + gupnp-av için geliştirme dosyaları + + gupnp-av + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-02 + 0.14.1 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2018-08-09 - 1.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2022-06-03 + 0.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-04-07 - 1.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2022-05-22 + 0.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2021-09-18 + 0.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2015-10-03 - 1.1 + 2021-06-27 + 0.12.11 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -260858,426 +239671,4434 @@ complete albums that you have purchased from Amazon. - stardict-essential-turkish - http://www.pisilinux.org + gnome-builder + https://gitlab.gnome.org/GNOME/gnome-builder - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - office.dictionary - Stardict essential dictionaries for Turkish users - Türkçe konuşan insanlar için Stardict sözlükleri - Stardict essential dictionaries for Turkish users. - Türkçe konuşan insanlar için Stardict uygulamasının kullanabileceği seçilmiş sözlükler. - http://source.pisilinux.org/1.0/stardict-essential-turkish-0.2.tar.xz - office/dictionary/stardict-essential-turkish/pspec.xml - - - stardict-essential-turkish - - goldendict - - - /usr/share/stardict/dic - - - - - 2018-08-09 - 0.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-05-02 - 0.2 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - docbook-sgml4_5 - http://www.docbook.org/sgml/ - - PisiLinux Community - admins@pisilinux.org - - X11 - data - office.docbook - Docbook SGML DTD 4.5 - Docbook SGML DTD 4.5 - Contains Docbook SGML DTD version 4.5. - Docbook SGML DTD sürüm 4.5 belgelerini içerir. - http://www.docbook.org/sgml/4.5/docbook-4.5.zip - - catalog.patch - - office/docbook/docbook-sgml4_5/pspec.xml - - - docbook-sgml4_5 - - sgml-common - - - /usr/share/doc/docbook-sgml4_5 - /usr/share - - - System.Package - - - - - 2021-06-29 - 4.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-25 - 4.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 4.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-18 - 4.5 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - docbook2x - http://docbook2x.sourceforge.net - - Osman Erkan - osman.erkan@pisilinux.org - - MIT - app:gui - office.docbook - docbook2X converts DocBook documents to man and Texinfo format. - docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format. - docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format. - http://downloads.sourceforge.net/project/docbook2x/docbook2x/0.8.8/docbook2X-0.8.8.tar.gz - - docbook-xml - libxml2-devel - libxslt-devel - perl-XML-SAX - - - docbook2X-0.8.8-error_on_missing_refentry.patch - docbook2X-0.8.8-filename_whitespace_handling.patch - docbook2X-0.8.8-preprocessor_declaration_syntax.patch - - office/docbook/docbook2x/pspec.xml - - - docbook2x - - docbook-xml - libxml2 - libxslt - perl-XML-SAX - - - /usr/bin - /usr/share/man - /usr/share/doc - /usr/share - - - - - 2021-06-29 - 0.8.8 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 0.8.8 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-12 - 0.8.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - itstool - http://itstool.org/ - - PisiLinux Community + Pisi Linux Admins admins@pisilinux.org GPLv3 - office.docbook - XML to PO and back again - XML to PO and back again - http://files.itstool.org/itstool/itstool-2.0.6.tar.bz2 - office/docbook/itstool/pspec.xml + app:gui + desktop.gnome.apps + An IDE for writing GNOME-based software. + Builder is an IDE for GNOME and a tool to help writing GNOME-based applications. + https://download.gnome.org/sources/gnome-builder/42/gnome-builder-42.1.tar.xz + + appstream-glib-devel + gobject-introspection-devel + gspell-devel + mm-common + vala-devel + python3-sphinx + python3-sphinx_rtd_theme + cairo-devel + llvm-clang-devel + llvm + devhelp-devel + enchant2-devel + flatpak-devel + gtksourceview4-devel + gtk3-devel + json-glib-devel + libdazzle-devel + libgit2-glib-devel + glib2-devel + ostree-devel + libpeas-devel + libxml2-devel + vte-devel + webkit2gtk-devel + sysprof-devel + python3-pygobject3-devel + glade-devel + libportal-devel + meson + jsonrpc-glib-devel + template-glib-devel + libpcre2-devel + elogind-devel + gtk4-devel + libhandy-devel + cmark-devel + + + include-locale_h.patch + + desktop/gnome/apps/gnome-builder/pspec.xml - itstool + gnome-builder + + vte + cmark + glade + ctags + gspell + cairo + ostree + libpeas + flatpak + sysprof + devhelp + libgit2 + valgrind + libpcre2 + enchant2 + libportal + libdazzle + json-glib + mm-common + llvm-clang + python3-jedi + python-lxml + libgit2-glib + jsonrpc-glib + template-glib + gtksourceview4 + appstream-glib + flatpak-builder + llvm-clang + libhandy + - /usr + /usr/bin + /usr/libexec + /usr/lib + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gtksourceview-4 + /usr/share/gnome-builder + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + gnome-builder-devel + Development files for gnome-builder + + gnome-builder + + + /usr/include + /usr/lib/pkgconfig - 2020-02-07 - 2.0.6 + 2022-04-21 + 42.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-07-25 - 2.0.4 + 2021-12-07 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-17 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 41.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-25 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-14 + 3.40.2 + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-clocks + https://wiki.gnome.org/Apps/Clocks + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Clock application designed for GNOME 3 + GNOME 3 için tasarlanmış saat uygulaması + Clock application designed for GNOME 3 + GNOME 3 için tasarlanmış saat uygulaması + gnome-clocks + mirrors://gnome/gnome-clocks/42/gnome-clocks-42.0.tar.xz + + appstream-glib-devel + desktop-file-utils + gettext-devel + geocode-glib-devel + geoclue-devel + glib2-devel + gnome-desktop-devel + gobject-introspection-devel + gsound-devel + gtk4-devel + itstool + libadwaita-devel + libgweather4-devel + libcanberra-gtk3-devel + libgweather-devel + libseccomp-devel + libhandy-devel + meson + vala-devel + gtk4-update-icon-cache + + desktop/gnome/apps/gnome-clocks/pspec.xml + + + gnome-clocks + + gtk4 + glib2 + gsound + geoclue + libhandy + libgweather + geocode-glib + gnome-desktop + libadwaita + libgweather4 + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-17 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-09 + 40.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + ghex + https://wiki.gnome.org/Apps/Ghex + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A simple binary editor for the Gnome desktop + Gnome masaüstü için basit bir ikili(binary) düzenleyici + A simple binary editor for the Gnome desktop + Gnome masaüstü için basit bir ikili(binary) düzenleyici + mirrors://gnome/ghex/42/ghex-42.3.tar.xz + + gobject-introspection-devel + desktop-file-utils + gettext-devel + gtk3-devel + gtk4-devel + itstool + meson + + desktop/gnome/apps/ghex/pspec.xml + + + ghex + + atk + cairo + gtk3 + gtk4 + glib2 + pango + + + /usr/bin + /usr/lib/gtkhex-* + /usr/lib/libgtkhex* + /usr/lib/girepository-1.0/Hex-4.typelib + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + ghex-devel + Development files for ghex + ghex için geliştirme dosyaları + + ghex + gtk3-devel + gtk4-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-06-14 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-27 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 3.41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-24 + 3.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-07 + 3.18.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gupnp + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A framework for creating UPnP devices and control points + UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve + A framework for creating UPnP devices and control points + UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve + gupnp-logo + mirrors://gnome/gupnp/1.5/gupnp-1.5.3.tar.xz + + meson + gtk-doc + vala-devel + gssdp-devel + libsoup3-devel + libxml2-devel + gobject-introspection-devel + + desktop/gnome/apps/gupnp/pspec.xml + + + gupnp + + glib2 + gssdp + libsoup3 + libxml2 + libutil-linux + + + /usr/bin + /usr/lib/libgupnp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/man + /usr/share/vala + + + + gupnp-devel + gupnp için geliştirme dosyaları + + gupnp + glib2-devel + gssdp-devel + libsoup3-devel + libxml2-devel + libutil-linux-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-08 + 1.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 1.4.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-14 + 1.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-08 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-07 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 1.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 1.2.7 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gssdp + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Resource discovery and announcement over SSDP + SSDP üzerinden kaynak keşfi ve duyuru + Resource discovery and announcement over SSDP + SSDP üzerinden kaynak keşfi ve duyuru + gssdp + mirrors://gnome/gssdp/1.5/gssdp-1.5.2.tar.xz + + glib2-devel + gobject-introspection-devel + gtk3-devel + gtk4-devel + gtk-doc + libsoup3-devel + meson + vala-devel + gi-docgen + + desktop/gnome/apps/gssdp/pspec.xml + + + gssdp + + gtk4 + glib2 + libsoup3 + + + /usr/bin + /usr/lib/libgssdp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/vala + + + + gssdp-devel + gssdp için geliştirme dosyaları + + gssdp + glib2-devel + libsoup3-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-08 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 1.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 1.4.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 1.4.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 1.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 1.2.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-characters + https://wiki.gnome.org/Design/Apps/CharacterMap + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Character map application for GNOME + GNOME için karakter haritası uygulaması + Character map application for GNOME + GNOME için karakter haritası uygulaması + gnome-characters + mirrors://gnome/gnome-characters/42/gnome-characters-42.0.tar.xz + + desktop-file-utils + gettext-devel + gjs-devel + gobject-introspection-devel + gtk3-devel + gtk4-devel + appstream-glib-devel + libhandy-devel + libunistring-devel + meson + libadwaita-devel + + desktop/gnome/apps/gnome-characters/pspec.xml + + + gnome-characters + + gtk3 + glib2 + pango + libunistring + + + /usr/bin + /usr/lib/org.gnome.Characters + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/org.gnome.Characters + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-09 + 40.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polari + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Internet Relay Chat client for GNOME + GNOME için İnternet Aktarmalı Sohbet istemcisi + Internet Relay Chat client for GNOME + GNOME için İnternet Aktarmalı Sohbet istemcisi + polari + mirrors://gnome/polari/42/polari-42.1.tar.xz + + appstream-glib-devel + meson + gtk4-devel + gjs-devel + gobject-introspection-devel + telepathy-glib-devel + glib2-devel + desktop-file-utils + itstool + yelp-tools + gettext-devel + + desktop/gnome/apps/polari/pspec.xml + + + polari + + gjs + gtk4 + glib2 + telepathy-glib + telepathy-logger + telepathy-mission-control + gobject-introspection + + + /usr/bin + /usr/lib/polari + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/polari + /usr/share/telepathy + + + + + 2022-07-04 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-12 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.38.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-calendar + https://wiki.gnome.org/Apps/Calendar + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Simple and beautiful calendar application designed to fit GNOME 3 + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + Simple and beautiful calendar application designed to fit GNOME 3 + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + gnome-calendar + mirrors://gnome/gnome-calendar/42/gnome-calendar-42.2.tar.xz + + appstream-devel + desktop-file-utils + evolution-data-server-devel + geoclue-devel + geocode-glib-devel + gettext-devel + gnome-online-accounts-devel + gsettings-desktop-schemas-devel + geocode-glib-devel + gtk-doc + gtk4-devel + libgweather4-devel + graphene-devel + libadwaita-devel + libdazzle-devel + libhandy-devel + libical-devel + libsoup-devel + meson + python-pygobject3-devel + + desktop/gnome/apps/gnome-calendar/pspec.xml + + + gnome-calendar + + cairo + evolution-data-server + gnome-online-accounts + geoclue + glib2 + gtk4 + libical + libsoup + libhandy + libdazzle + libgweather4 + pango + graphene + libadwaita + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2022-06-15 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-27 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-06 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gitg + https://wiki.gnome.org/Apps/Gitg + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + GTK+ graphical interface for the git revision control system + Git sürüm kontrol sistemi için bir GTK tabanlı bir arayüz + GTK+ graphical interface for the git revision control system + Git sürüm kontrol sistemi için bir GTK tabanlı bir arayüz + gitg + mirrors://gnome/gitg/41/gitg-41.tar.xz + + gettext-devel + glib2-devel + gspell-devel + gtksourceview4-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + gtk3-devel + gtksourceview3-devel + gtkspell3-devel + json-glib-devel + meson + libdazzle-devel + libgee-devel + libgit2-glib-devel + libpeas-devel + libsecret-devel + libsoup-devel + python3-devel + vala-devel + webkit2gtk-devel + + desktop/gnome/apps/gitg/pspec.xml + + + gitg + + gtk3 + cairo + glib2 + pango + libgee + libpeas + libsoup + gspell + json-glib + gtksourceview4 + libxml2 + gtkspell3 + libdazzle + libsecret + gdk-pixbuf + libgit2-glib + gtksourceview3 + gobject-introspection + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/gitg + /usr/lib/lib*.so* + /usr/lib/python3* + /usr/share/applications + /usr/share/gitg + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/man + /usr/share/metainfo + /usr/share/doc + /usr/share/glade + /usr/share/locale + + + + gitg-devel + Development files for gitg + devhelp için geliştirme dosyaları + + gitg + gtk3-devel + glib2-devel + libgee-devel + libdazzle-devel + libgit2-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2021-12-28 + 41 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.32.1 Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-07-11 + 3.32.1 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-06-08 + 3.32.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + dconf-editor + http://live.gnome.org/dconf + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Gui editor for dconf; simple low-level configuration system + dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. + https://download.gnome.org/sources/dconf-editor/3.38/dconf-editor-3.38.3.tar.xz + + meson + dconf-devel + glib2-devel + libxml2-devel + gtk3-devel + pango-devel + docbook-xsl + libepoxy-devel + at-spi2-core-devel + vala-devel + libxslt + intltool + gtk-doc + + desktop/gnome/apps/dconf-editor/pspec.xml + + + dconf-editor + + dconf + glib2 + gtk3 + + + /usr/bin + /usr/share/applications + /usr/share/bash-completion + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + + 2021-05-24 + 3.38.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 3.34.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 3.27.3 + Rebuild. + erkan IŞIK + erkanisik@pisilinux.org + + + 2018-08-30 + 3.27.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 3.27.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-30 + 3.16.1 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.16.1 + Release Bump Pisi Linux Community admin@pisilinux.org + + 2015-08-12 + 3.16.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gnome-calculator + https://wiki.gnome.org/Apps/Calculator + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A desktop calculator for GNOME + gnome-calculator is an application that solves mathematical equations. + mirrors://gnome/gnome-calculator/42/gnome-calculator-42.2.tar.xz + + desktop-file-utils + itstool + gtk4-devel + gettext-devel + glib2-devel + gtksourceview4-devel + meson + mpfr-devel + libgee-devel + libmpc-devel + libsoup-devel + libhandy-devel + libxml2-devel + vala-devel + libadwaita-devel + gtksourceview5-devel + + desktop/gnome/apps/gnome-calculator/pspec.xml + + + gnome-calculator + + atk + glib2 + gtk4 + mpfr + libgee + libmpc + libsoup + libxml2 + libhandy + gtksourceview4 + libadwaita + gtksourceview5 + + + /usr/bin + /usr/lib/libgcalc* + /usr/lib/libgci* + /usr/lib/gnome-calculator-search-provider + /usr/lib/girepository-1.0 + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/vala + + + + gnome-calculator-devel + + gnome-calculator + gtk3-devel + glib2-devel + libgee-devel + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + + + + + 2022-07-02 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2018-02-11 - 2.0.4 + 2022-05-28 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-06 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-01 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-todo + https://git.gnome.org/browse/gnome-todo + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Personal task manager for GNOME + Gnome için kişisel görev yöneticisi + Personal task manager for GNOME + Gnome için kişisel görev yöneticisi + gnome-todo + https://gitlab.gnome.org/GNOME/gnome-todo/-/archive/ac1d540de63e2540b4eb8a642054862b5793b40a/gnome-todo-ac1d540de63e2540b4eb8a642054862b5793b40a.tar.bz2 + + git + meson + itstool + gtk-doc + gtk4-devel + glib2-devel + fribidi-devel + libsass-devel + librest-devel + gettext-devel + libpeas-devel + graphene-devel + libportal-devel + appstream-devel + json-glib-devel + gdk-pixbuf-devel + libadwaita-devel + icon-theme-adwaita + python-pygobject3-devel + gnome-online-accounts-devel + gnome-themes-extra-community + evolution-data-server-devel + + desktop/gnome/apps/gnome-todo/pspec.xml + + + gnome-todo + + gtk4 + glib2 + cairo + pango + fribidi + libical + libpeas + librest + libsass + graphene + json-glib + libportal + gdk-pixbuf + libadwaita + icon-theme-adwaita + evolution-data-server + gnome-online-accounts + gobject-introspection + gnome-themes-extra-community + + + /usr/bin + /usr/lib/gnome-todo + /usr/lib/girepository-1.0 + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-todo + /usr/share/icons + /usr/share/help + /usr/share/locale + /usr/share/metainfo + /usr/share/vala/vapi + /usr/lib/libadwaita-1.so* + + + + gnome-todo-devel + gnome-todo için geliştirme dosyaları + + gtk4-devel + gnome-todo + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-05-30 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 41.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.28.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-multi-writer + https://gitlab.gnome.org/GNOME/gnome-multi-writer + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Write an ISO file to multiple USB devices at once + GNOME MultiWriter can be used to write an ISO file to multiple USB devices simultaneously. + https://download.gnome.org/sources/gnome-multi-writer/3.35/gnome-multi-writer-3.35.90.tar.xz + + meson + gtk3-devel + libgusb-devel + udisks2-devel + polkit-devel + libgudev-devel + appstream-glib-devel + libcanberra-gtk3-devel + + desktop/gnome/apps/gnome-multi-writer/pspec.xml + + + gnome-multi-writer + + gtk3 + glib2 + polkit + libgusb + udisks2 + libgudev + libcanberra + libcanberra-gtk3 + + + /usr/bin + /usr/libexec + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/polkit-1 + + + + + 2021-08-24 + 3.35.90 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-text-editor + https://gitlab.gnome.org/GNOME/gnome-text-editor + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + desktop.gnome.apps + Text Editor is a simple text editor that focus on session management. + Text Editor is a simple text editor that focus on session management. + Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. + Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. + https://download.gnome.org/sources/gnome-text-editor/42/gnome-text-editor-42.2.tar.xz + + meson + itstool + gtk4-devel + glib2-devel + icu4c-devel + pango-devel + libpcre-devel + enchant2-devel + libadwaita-devel + desktop-file-utils + gtksourceview5-devel + appstream-glib-devel + + desktop/gnome/apps/gnome-text-editor/pspec.xml + + + gnome-text-editor + + gtk4 + glib2 + icu4c + pango + libpcre + enchant2 + libadwaita + gtksourceview5 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2022-06-15 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-22 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-07 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 41.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gupnp-dlna + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + gupnp-dlna + mirrors://gnome/gupnp-dlna/0.12/gupnp-dlna-0.12.0.tar.xz + + meson + glib2-devel + gobject-introspection-devel + gssdp-devel + gstreamer-devel + gst-plugins-base-devel + gupnp-devel + gupnp-av-devel + libxml2-devel + gtk-doc + vala-devel + + desktop/gnome/apps/gupnp-dlna/pspec.xml + + + gupnp-dlna + + glib2 + libxml2 + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib/libgupnp-dlna* + /usr/lib/girepository-1.0 + /usr/lib/gupnp-dlna + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-dlna-2.0 + /usr/share/vala + + + + gupnp-dlna-devel + gupnp-dlna için geliştirme dosyaları + + gupnp-dlna + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-09-18 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-27 + 0.10.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-disk-utility + https://gitlab.gnome.org/GNOME/gnome-disk-utility + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Disk Management Utility for GNOME + GNOME libraries and applications for dealing with storage devices + https://download.gnome.org/sources/gnome-disk-utility/42/gnome-disk-utility-42.0.tar.xz + + glib2-devel + gnome-settings-daemon-devel + libcanberra-gtk3-devel + libdvdread-devel + libnotify-devel + libpwquality-devel + libsecret-devel + udisks2-devel + libxslt-devel + libhandy-devel + xz-devel + meson + elogind-devel + + desktop/gnome/apps/gnome-disk-utility/pspec.xml + + + gnome-disk-utility + + xz + atk + gtk3 + cairo + glib2 + pango + elogind + udisks2 + libhandy + libnotify + libsecret + gdk-pixbuf + libdvdread + libpwquality + libcanberra-gtk3 + + + /etc/xdg/autostart + /usr/bin + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/man + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-12 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 40.1 + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + baobab + https://wiki.gnome.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.gnome.apps + A graphical directory tree analyzer + A graphical directory tree analyzer + Bir grafik dizin ağacı analizörü + Bir grafik dizin ağacı analizörü + https://download.gnome.org/sources/baobab/42/baobab-42.0.tar.xz + + meson + itstool + vala-devel + yelp-tools + gtk4-devel + cairo-devel + glib2-devel + pango-devel + librsvg-devel + libadwaita-devel + libhandy-devel + appstream-glib-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + + desktop/gnome/apps/baobab/pspec.xml + + + baobab + + gtk4 + cairo + glib2 + pango + libhandy + libadwaita + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/help + /usr/share/metainfo + /usr/share/man + /usr/share/doc + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-01 + 40.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-contacts + https://gitlab.gnome.org/GNOME/gnome-contacts + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Contacts Manager for GNOME + Contacts is GNOME's integrated address book. Contacts organizes your contacts information from all your online and offline sources, providing a centralized place for managing your contacts. + https://download.gnome.org/sources/gnome-contacts/42/gnome-contacts-42.0.tar.xz + + folks-devel + glib2-devel + vala-devel + cheese-devel + geocode-glib-devel + gnome-desktop-devel + libchamplain-devel + libnotify-devel + libhandy-devel + meson + desktop-file-utils + gnome-online-accounts-devel + appstream-glib-devel + gtk4-devel + libportal-devel + libadwaita-devel + + desktop/gnome/apps/gnome-contacts/pspec.xml + + + gnome-contacts + + atk + gtk4 + cairo + glib2 + pango + folks + cheese + libgee + libhandy + gdk-pixbuf + gnome-desktop + wayland-server + libportal + libadwaita + evolution-data-server + gnome-online-accounts + + + /usr/bin + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/man + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/gnome-shell + /usr/share/locale + /usr/share/metainfo + + + + + 2022-03-22 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-29 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 40.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-system-monitor + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Process and resource monitor + Sistem süreçleri ve kaynak izleyici + Process and resource monitor + Sistem süreçleri ve kaynak izleyici + gnome-system-monitor + mirrors://gnome/gnome-system-monitor/42/gnome-system-monitor-42.0.tar.xz + + libgtop-devel + gtk3-devel + gtkmm3-devel + libhandy-devel + librsvg-devel + libxml2-devel + desktop-file-utils + gettext-devel + itstool + meson + + desktop/gnome/apps/gnome-system-monitor/pspec.xml + + + gnome-system-monitor + + cairo + gdk-pixbuf + gtk3 + glib2 + glibmm + gtkmm3 + libgcc + libgtop + librsvg + libhandy + libsigc++ + pango + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.1 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-nettool + https://gitlab.gnome.org/GNOME/gnome-nettool + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Network information tool for GNOME + GNOME için ağ bilgi aracı + Network information tool for GNOME + GNOME için ağ bilgi aracı + gnome-nettool + mirrors://gnome/gnome-nettool/42/gnome-nettool-42.0.tar.xz + + desktop-file-utils + gtk3-devel + intltool + itstool + libgtop-devel + meson + yelp-tools + gnome-common + autoconf-archive + + desktop/gnome/apps/gnome-nettool/pspec.xml + + + gnome-nettool + + gtk3 + cairo + glib2 + pango + libgtop + gdk-pixbuf + + + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-nettool + /usr/share/help + /usr/share/icons + /usr/share/appdata/gnome-nettool.appdata.xml + /usr/share/locale + + + + + 2022-04-06 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 3.8.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-music + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Music player and management application for GNOME + Gnome için müzik çalar uygulaması + Music player and management application for GNOME + Gnome için müzik çalar uygulaması + gnome-music + mirrors://gnome/gnome-music/42/gnome-music-42.0.tar.xz + + appstream-glib-devel + desktop-file-utils + gettext-devel + git + itstool + gnome-online-accounts-devel + python3-pygobject3-devel + grilo-devel + gtk4-devel + libdazzle-devel + libmediaart-devel + libsoup-devel + meson + python3-cairo-devel + tracker-devel + python3-devel + avahi-ui-gtk3-devel + avahi-devel + avahi-glib-devel + gstreamer-devel + gperf + yelp-tools + lua-devel + libgdata-devel + totem-pl-parser-devel + liboauth-devel + gom-devel + libdmapsharing-devel + gst-plugins-base-devel + grilo-plugins-devel + tracker-miners + libhandy-devel + libadwaita-devel + + desktop/gnome/apps/gnome-music/pspec.xml + + + gnome-music + + gtk4 + cairo + glib2 + pango + libhandy + gdk-pixbuf + + + /usr/bin + /usr/lib/org.gnome.Music + /usr/lib/python3.* + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + /usr/share/org.gnome.Music + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 41.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-10 + 40.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-dictionary + https://wiki.gnome.org/Apps/Dictionary + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2+ + app:gui + desktop.gnome.apps + A dictionary application for GNOME + Gnome için bir sözlük uygulaması + A dictionary application for GNOME + Gnome için bir sözlük uygulaması + gnome-dictionary + mirrors://gnome/gnome-dictionary/40/gnome-dictionary-40.0.tar.xz + + appstream-glib-devel + desktop-file-utils + docbook-xsl + gettext-devel + gobject-introspection-devel + gtk3-devel + itstool + libxslt-devel + meson + + desktop/gnome/apps/gnome-dictionary/pspec.xml + + + gnome-dictionary + + gtk3 + cairo + glib2 + pango + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/gdict-1.0 + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + + 2021-06-10 + 40.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + rygel + https://wiki.gnome.org/Projects/Rygel + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A collection of UPnP/DLNA services + UPnP/DLNA hizmetleri koleksiyonu + A collection of UPnP/DLNA services + UPnP/DLNA hizmetleri koleksiyonu + rygel + mirrors://gnome/rygel/0.41/rygel-0.41.2.tar.xz + + desktop-file-utils + dbus-glib-devel + docbook-xsl + gettext-devel + gobject-introspection-devel + gstreamer-devel + gst-editing-services-devel + gtk-doc + gtk3-devel + gupnp-devel + libgee-devel + libmediaart-devel + libsoup3-devel + libunistring-devel + meson + sqlite-devel + tracker-devel + tracker-miners + vala-devel + gupnp-av-devel + gupnp-dlna-devel + + desktop/gnome/apps/rygel/pspec.xml + + + rygel + + gtk3 + glib2 + gssdp + gupnp + libgee + sqlite + libsoup3 + libxml2 + tracker + gupnp-av + gstreamer + libX11 + gdk-pixbuf + gupnp-dlna + libmediaart + libunistring + gst-plugins-base + gst-editing-services + + + /usr/bin + /usr/libexec + /etc/rygel.conf + /usr/lib + /usr/share + /usr/share/locale + + + + rygel-devel + rygel için geliştirme dosyaları + + rygel + libgee-devel + gupnp-av-devel + gstreamer-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-08 + 0.41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 0.41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-03 + 0.40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-22 + 0.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-13 + 0.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 0.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 0.40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-22 + 0.40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + evolution + https://gitlab.gnome.org/GNOME/evolution + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + LGPLv3 + app:gui + desktop.gnome.apps + Integrated mail, addressbook and calendaring for GNOME. + The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment. + evolution + https://download.gnome.org/sources/evolution/3.44/evolution-3.44.4.tar.xz + + gnome-desktop-devel + libcanberra-gtk3-devel + evolution-data-server-devel + gspell-devel + gnome-autoar-devel + libarchive-devel + intltool + itstool + docbook-xsl + cmark-devel + geocode-glib-devel + NetworkManager-devel + yelp-tools + libgdata-devel + webkit2gtk-devel + enchant2-devel + libgweather-devel + libnotify-devel + clutter-gtk-devel + geoclue-devel + geocode-glib-devel + libseccomp-devel + openldap-server + cmake + + desktop/gnome/apps/evolution/pspec.xml + + + evolution + + atk + gcr + nss + gtk3 + nspr + cairo + glib2 + pango + gspell + sqlite + libical + libsoup + libxml2 + enchant2 + libnotify + cmark + geocode-glib + libsecret + gdk-pixbuf + webkit2gtk + libcanberra + libgweather + gnome-autoar + gnome-desktop + openldap-client + evolution-data-server + + + /usr/bin + /usr/lib/evolution-data-server + /usr/lib/evolution + /usr/libexec + /usr/share/GConf + /usr/share/applications + /usr/share/doc + /usr/share/evolution + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/help + /usr/share/locale + /usr/share/man + /usr/share/metainfo + + + + evolution-devel + + evolution + gtk3-devel + glib2-devel + gnome-desktop-devel + evolution-data-server-devel + webkit2gtk-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-05 + 3.44.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-01 + 3.44.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 3.44.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-07 + 3.42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 3.42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 3.40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 3.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 3.40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + totem + https://wiki.gnome.org/Apps/Videos + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Movie player for GNOME + GNOME için film oynatıcı + Movie player for GNOME + GNOME için film oynatıcı + totem + mirrors://gnome/totem/42/totem-42.0.tar.xz + + cairo-devel + clutter-devel + clutter-gst-devel + clutter-gtk-devel + gnome-desktop-devel + gsettings-desktop-schemas-devel + gstreamer-devel + gst-plugins-base-devel + gtk3-devel + libpeas-devel + totem-pl-parser-devel + gst-plugins-good + gettext-devel + gtk-doc + itstool + python3-devel + meson + vala + appstream-glib-devel + grilo-devel + grilo-plugins-devel + desktop-file-utils + python3-pylint + python3-pygobject3-devel + libhandy-devel + + + 3.38.0-gst-inspect-sandbox.patch + + desktop/gnome/apps/totem/pspec.xml + + + totem + + atk + cogl + gtk3 + cairo + glib2 + grilo + pango + libX11 + clutter + libpeas + libhandy + gstreamer + gdk-pixbuf + clutter-gst + clutter-gtk + gnome-desktop + totem-pl-parser + gst-plugins-base + gobject-introspection + + + /usr/bin + /usr/lib/totem-gallery-thumbnailer + /usr/lib/libtotem* + /usr/lib/girepository-1.0 + /usr/lib/totem + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/gtk-doc + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/thumbnailers + /usr/share/totem + + + + totem-devel + totem için geliştirme dosyaları + + totem + gtk3-devel + glib2-devel + totem-pl-parser-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 3.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-21 + 3.38.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 3.38.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-control-center + https://gitlab.gnome.org/GNOME/gnome-control-center + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + GNOME's main interface to configure various aspects of the desktop + GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. + gnome-control-center + https://download.gnome.org/sources/gnome-control-center/42/gnome-control-center-42.3.tar.xz + + gcr-devel + glib2-devel + gsettings-desktop-schemas-devel + intltool + meson + polkit-devel + python3-devel + ModemManager-devel + accountsservice-devel + colord-gtk-devel + gnome-bluetooth-devel + gnome-desktop-devel + gnome-menus-devel + gnome-online-accounts-devel + NetworkManager-devel + gnome-settings-daemon-devel + grilo-devel + ibus-devel + libSM-devel + libXxf86misc-devel + libgtop-devel + libhandy-devel + libpwquality-devel + mit-kerberos-devel + e2fsprogs-devel + libnma-devel + pulseaudio-libs-devel + samba-devel + upower-devel + vala-devel + clutter-gtk-devel + libxml2-devel + libX11-devel + gtk3-devel + cups-devel + libgudev-devel + libwacom-devel + clutter-devel + libsecret-devel + libcanberra-devel + udisks2-devel + gsound-devel + libsoup-devel + cheese-devel + libseccomp-devel + libmm-glib-devel + docbook-xsl + gettext-devel + openssh + cyrus-sasl-devel + gnutls-devel + libadwaita-devel + + desktop/gnome/base/gnome-control-center/pspec.xml + + + gnome-control-center + + gcr + atk + cups + gtk4 + gtk3 + ibus + cairo + glib2 + libXi + pango + samba + grilo + cheese + colord + gsound + libX11 + libnma + polkit + upower + gnutls + libadwaita + libgtop + libsoup + libxml2 + udisks2 + libepoxy + libgudev + libhandy + libwacom + libsecret + colord-gtk + fontconfig + gdk-pixbuf + libmm-glib + cyrus-sasl + libpwquality + mit-kerberos + gnome-desktop + NetworkManager + wayland-server + accountsservice + gnome-bluetooth + pulseaudio-libs + gnome-online-accounts + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/gnome-control-center + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/dbus-1 + /usr/share/metainfo + /usr/share/gettext + /usr/share/gnome-shell + /usr/share/bash-completion + /usr/share/pixmaps + /usr/share/polkit-1 + /usr/share/sounds + + + + gnome-control-center-devel + + gnome-control-center + + + /usr/share/pkgconfig + + + + + 2022-07-29 + 42.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-01 + 42.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-14 + 41.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-04 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gjs + https://gitlab.gnome.org/GNOME/gjs + + Pisi Linux Admins + admins@pisilinux.org + + MIT + library + desktop.gnome.base + JavaScript bindings for GNOME + JavaScript bindings for GNOME + gjs + https://download.gnome.org/sources/gjs/1.72/gjs-1.72.2.tar.xz + + spidermonkey-devel + meson + gobject-introspection-devel + dbus-glib-devel + readline-devel + cairo-devel + systemtap-sdt-devel + + desktop/gnome/base/gjs/pspec.xml + + + gjs + + cairo + glib2 + libX11 + libffi + libgcc + readline + spidermonkey + gobject-introspection + + + /usr/bin + /usr/lib/gjs + /usr/lib/lib*.so* + /usr/share/gjs-1.0 + /usr/share/doc + + + + gjs-devel + Development files for gjs + + gjs + cairo-devel + glib2-devel + libffi-devel + spidermonkey-devel + gobject-introspection-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-08-08 + 1.72.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-05 + 1.72.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-22 + 1.72.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-11 + 1.70.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 1.70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 1.68.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-06 + 1.68.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 1.68.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-doc-utils + http://live.gnome.org/GnomeDocUtils + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + desktop.gnome.base + A collection of documentation utilities for the Gnome project + Gnome projesi için döküman araçları takımı + gnome-doc-utils is a collection of documentation utilities for the Gnome project + gnome-doc-utils Gnome projesinde kullanılan belgelendirme araçlarını içermektedir. + http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz + + gawk + intltool + pkgconfig + gettext-devel + docbook-xml + libxslt-devel + + + do-not-update-scrollkeeper-database.patch + + desktop/gnome/base/gnome-doc-utils/pspec.xml + + + gnome-doc-utils + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/omf + /usr/bin + /usr/share/xml + /usr/share/gnome + /usr/share/xml2po + /usr/share/aclocal + /usr/share/pkgconfig + /usr/share/locale + /usr/share/gnome-doc-utils + + + + + 2020-11-19 + 0.20.10 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + gspell + https://wiki.gnome.org/Projects/gspell + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + GTK+ Spell Checker Library + GTK imla denetimi kitaplığı + A flexible API to implement the spell checking in a GTK+ application + GTK uygulamalarında imla denetimi uygulamları için esnek bir API + mirrors://gnome/gspell/1.11/gspell-1.11.1.tar.xz + + enchant2-devel + gettext-devel + glib2-devel + gtk3-devel + gobject-introspection-devel + iso-codes-devel + python3-devel + vala-devel + + desktop/gnome/base/gspell/pspec.xml + + + gspell + + atk + cairo + enchant2 + gdk-pixbuf + glib2 + gtk3 + harfbuzz + icu4c + pango + + + /usr/share + /usr/lib + /usr/bin + + + + gspell-devel + Development files for gspell + gspell için geliştirme dosyaları + + gspell + enchant2-devel + gtk3-devel + glib2-devel + icu4c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-11 + 1.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-19 + 1.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 1.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + dconf + http://live.gnome.org/dconf + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:console + desktop.gnome.base + Simple low-level configuration system + Düşük seviyeli yapılandırma sistemi + dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. + FIXME + http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.40/dconf-0.40.0.tar.xz + + meson + ninja + vala-devel + dbus-devel + glib2-devel + docbook-xsl + libxslt + intltool + gtk-doc + bash-completion + + desktop/gnome/base/dconf/pspec.xml + + + dconf + + dbus + glib2 + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/libexec + + + + dconf-devel + Development files for dconf + + dconf + dbus-devel + glib2-devel + + + /usr/include + /usr/share/vala + /usr/lib/pkgconfig + + + + dconf-docs + Reference files for dconf + data:doc + + dconf + + + /usr/share/gtk-doc + + + + + 2021-05-24 + 0.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.35.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 0.34.0 + Version bump + Erkn IŞIK + erkanisik@pisilinux.org + + + 2019-07-13 + 0.32.0 + Rebuild + Erkn IŞIK + erkanisik@pisilinux.org + + + 2018-07-31 + 0.27.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 0.27.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-01 + 0.26.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.24.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-12 + 0.24.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libgnome-keyring + https://gitlab.gnome.org/GNOME/gnome-keyring + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + Compatibility library for accessing gnome-keyring + gnome-keyring is a program that keep password and other secrets for users. + https://download.gnome.org/sources/gnome-keyring/42/gnome-keyring-42.1.tar.xz + + dbus-devel + gcr-devel + pam-devel + libxslt-devel + openssh + libcap-ng-devel + gnupg + valgrind-devel + libgcrypt-devel + python3-devel + + desktop/gnome/base/libgnome-keyring/pspec.xml + + + libgnome-keyring + + gcr + pam + glib2 + libcap-ng + libgcrypt + libgpg-error + + + /lib + /usr/lib + /etc + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/dbus-1 + /usr/share/p11-kit + /usr/share/GConf + /usr/share/xdg-desktop-portal + /usr/share/man + + + + + 2022-05-23 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-30 + 40.0 + Version Bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-12-09 + 3.28.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 3.28.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-07-13 + 3.28.2 + Version Bump. + Erkan IŞIK + erkaanisik@pisilinux.org + + + 2018-08-14 + 3.20.1 Version Bump. Pisi Linux Community admin@pisilinux.org - 2017-02-06 - 2.0.2 - Rebuild + 2017-03-02 + 3.12 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 2.0.2 + 3.12 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-18 - 2.0.2 + 2015-08-25 + 3.12 First release - Serdar Soytetir - kaptan@pisilinux.org + Vedat Demir + vedat@pisilinux.org - openjade - http://openjade.sourceforge.net + libbonobo + http://www.gnome.org/ PisiLinux Community admins@pisilinux.org - as-is - app:console - office.docbook - An implementation of DSSSL - Bir DSSSL uyarlaması - OpenJade is an implementation of Document Style Semantics and Specification Language (DSSSL), a style language to format Standard Generalized Markup Language (SGML) or Extensible Markup Language (XML) documents. - OpenJade SGML ya da XML belgelerinin biçimlendirilmesine yarayan bir biçem lisanı olan DSSSL'nin bir uyarlamasıdır. - http://downloads.sourceforge.net/openjade/openjade-1.3.2.tar.gz + GPLv2 + LGPLv2 + library + desktop.gnome.base + GNOME CORBA framework + GNOME CORBA geliştirme ortamı + Bonobo is a component system based on CORBA, used by the GNOME desktop. + mirrors://gnome/libbonobo/2.32/libbonobo-2.32.1.tar.bz2 - sgml-common - opensp-devel - libgcc + orbit2-devel + glib2-devel + libxml2-devel + flex + grep + popt-devel + intltool + perl + gettext-devel + gtk-doc + python-six - openjade-1.3.2-ldflags.patch - openjade-1.3.2-respect-ldflags.patch - openjade-1.3.2-msggen.pl.patch + libbonobo-2.32.1-srcdir-macro.patch + libbonobo-multishlib.patch - office/docbook/openjade/pspec.xml + desktop/gnome/base/libbonobo/pspec.xml - openjade + libbonobo - sgml-common - opensp - libgcc + orbit2 + glib2 + libxml2 + /etc /usr/bin + /usr/sbin + /usr/libexec /usr/lib - /usr/share/doc/openjade - /usr/share/sgml + /usr/share/man + /usr/share/locale + /usr/share/doc + /usr/share/idl + + + + libbonobo-devel + Development files for libbonobo + libbonobo için geliştirme dosyaları + + libbonobo + orbit2-devel + glib2-devel + + + /usr/lib/pkgconfig + /usr/include + + + + libbonobo-docs + Bonobo referance documents + data:doc + + /usr/share/gtk-doc + + + + + 2020-02-07 + 2.32.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.32.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-30 + 2.32.1 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.32.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 2.32.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libpeas + https://wiki.gnome.org/Projects/Libpeas + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.gnome.base + A gobject-based plugins engine + Gobject tabanlı eklenti motoru + libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility. + mirrors://gnome/libpeas/1.32/libpeas-1.32.0.tar.xz + + meson + vala-devel + gtk-doc + gi-docgen + gtk3-devel + glade-devel + docbook-xsl + glib2-devel + python3-devel + python3-pygobject3-devel + python3-pygobject3-devel + gobject-introspection-devel + + desktop/gnome/base/libpeas/pspec.xml + + + libpeas + + gtk3 + glib2 + python3 + gobject-introspection + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/gir-1.0 + /usr/share/locale + + + + libpeas-devel + Development files for libpeas + + gtk3-devel + glib2-devel + gobject-introspection-devel + libpeas + + + /usr/include + /usr/lib/pkgconfig + + + + libpeas-doc + Document files for libpeas + + libpeas + + + /usr/share/doc/libpeas-* + + + + + 2022-03-21 + 1.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 1.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 1.24.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polkit-gnome + http://hal.freedesktop.org/docs/polkit + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + app:gui + library + desktop.gnome.base + Authentication agent for polkit + polkit için kimlik denetim yardımcısı + polkit-gnome package provides an authentication agent for polkit that integrates well with the GNOME desktop environment. + polkit-gnome paketi GNOME masaüstü ortamı ile bütünleşmiş bir kimlik denetim yardımcısı sağlar. + http://ftp.gnome.org/pub/GNOME/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz + + gtk3-devel + gnome-common + intltool + polkit-devel + + desktop/gnome/base/polkit-gnome/pspec.xml + + + polkit-gnome + + gtk3 + gdk-pixbuf + glib2 + polkit + + + /etc + /usr/lib + /usr/share/doc + /usr/libexec + /usr/share/locale - - System.Package - - openjade-1.3.2.dsssl-catalog - openjade-1.3.2.catalog + polkit-gnome-authentication-agent-1.desktop - 2020-01-08 - 1.3.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2021-05-05 + 105 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2018-07-25 - 1.3.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2020-02-16 + 105 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2017-02-06 - 1.3.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2018-08-30 + 105 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 1.3.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2017-03-19 + 105 + Release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2014-05-18 - 1.3.2 + 2014-12-08 + 105 First release - Serdar Soytetir - kaptan@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - opensp - http://openjade.sourceforge.net + gnome-shell + https://gitlab.gnome.org/GNOME/gnome-shell + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + GNOME Shell is the defining technology of the GNOME40 user experience + GNOME40 kullanıcı tecrübesinin belirleyici teknolojisi + GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications. + gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar. + gnome + https://download.gnome.org/sources/gnome-shell/42/gnome-shell-42.3.1.tar.xz + + at-spi2-atk-devel + evolution-data-server-devel + folks-devel + gcr-devel + gjs-devel + gnome-bluetooth-devel + gnome-control-center-devel + gnome-desktop-devel + libseccomp-devel + gnome-menus-devel + gsettings-desktop-schemas-devel + gstreamer-devel + gtk4-devel + ibus-devel + json-glib-devel + libcanberra-devel + libcroco-devel + libsecret-devel + libsoup-devel + libX11-devel + libxml2-devel + mutter-devel + libnma-devel + polkit-devel + pulseaudio-libs-devel + pipewire-devel + sassc + startup-notification-devel + telepathy-logger-devel + gnome-autoar-devel + libarchive-devel + gobject-introspection-devel + libxslt-devel + python3-devel + glib2-devel + gettext-devel + elogind-devel + network-manager-applet + meson + vulkan-devel + vulkan-headers + mesa-devel + + desktop/gnome/base/gnome-shell/pspec.xml + + + gnome-shell + + atk + gcr + gjs + gtk3 + gtk4 + cairo + glib2 + pango + libX11 + mutter + polkit + libical + graphene + json-glib + libXfixes + libsecret + gdk-pixbuf + at-spi2-atk + gnome-autoar + gnome-desktop + NetworkManager + wayland-server + pulseaudio-libs + network-manager-applet + evolution-data-server + gobject-introspection + libgdm + + + /etc + /usr/bin + /usr/libexec + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/dbus-1 + /usr/share/GConf + /usr/share/icons + /usr/share/bash-completion + /usr/share/metainfo + /usr/share/xdg-desktop-portal + /usr/share/gnome-control-center + + + + + 2022-07-04 + 42.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-29 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-11 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-05 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 40.3 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-07-12 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-12 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + geocode-glib + https://gitlab.gnome.org/GNOME/geocode-glib + + Pisi Linux Admins + admins@pisilinux.org + + GPLv1 + programming.misc + geocode-glib is a convenience library for the geocoding and reverse geocoding + geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load. + https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz + + meson + json-glib-devel + libsoup-devel + gtk-doc + gobject-introspection-devel + + desktop/gnome/base/geocode-glib/pspec.xml + + + geocode-glib + + json-glib + libsoup + glib2 + + + /usr/share/locale + /usr/lib + /usr/libexec + /usr/share/doc + /usr/share/gtk-doc + /usr/share/icons + + + + geocode-glib-devel + Development files for geocode-glib + + geocode-glib + + + /usr/include + /usr/lib/pkgconfig/geocode-glib-1.0.pc + /usr/share/gir-1.0/GeocodeGlib-1.0.gir + + + + + 2022-08-08 + 3.26.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-30 + 3.26.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-06 + 3.26.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libsecret + https://wiki.gnome.org/Projects/Libsecret PisiLinux Community admins@pisilinux.org - as-is - app:console - office.docbook - A SGML parsing and entity management toolkit - SGML ayrıştırma araç seti - OpenSP is a free, object-oriented toolkit for Standard Generalized Markup Language (SGML) parsing and entity management maintained by the OpenJade project. - OpenSP SGML sözdizimsel ayrıştırma ve içerik yönetimi için nesne-odaklı bir araç setidir ve OpenJade projesinin bir parçasıdır. - mirrors://sourceforge/openjade/OpenSP-1.5.2.tar.gz + GPLv2 + app:gui + desktop.gnome.base + The libsecret package contains a GObject based library + The libsecret package contains a GObject based library for accessing the Secret Service API. + https://ftp.gnome.org/pub/gnome/sources/libsecret/0.20/libsecret-0.20.5.tar.xz - docbook-xml - libgcc + meson + gtk-doc + vala-devel + libxslt-devel + libgcrypt-devel + glib2-devel + xmlto + intltool + python-six + gi-docgen + gobject-introspection-devel - - opensp-1.5-gcc34.patch - opensp-sigsegv.patch - - office/docbook/opensp/pspec.xml + desktop/gnome/base/libsecret/pspec.xml - opensp + libsecret - libgcc + libxslt + libgcrypt + glib2 + xmlto - /usr/bin - /usr/share/doc/opensp - /usr/share/man + /usr/share /usr/lib - /usr/share/locale - /usr/share/sgml + /usr/bin - opensp-devel - Development files for opensp - opensp için geliştirme dosyaları + libsecret-devel + Development files for libsecret + libsecret için geliştirme dosyaları - opensp + libsecret + glib2-devel + libgcrypt-devel /usr/include + /usr/lib/pkgconfig + + 2022-03-21 + 0.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-02 + 0.20.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 0.20.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 0.20.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-07-13 + 0.18.8 + version bump. + Erkan IŞIK + erkanisik@pisilinux.org + - 2020-01-08 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2018-08-03 + 0.18.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2018-07-25 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2017-05-22 + 0.18.6 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-02-06 - 1.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2017-03-02 + 0.18.5 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org 2016-06-09 - 1.5.2 + 0.18 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-05-18 - 1.5.2 + 2014-06-14 + 0.18 First release - Serdar Soytetir - kaptan@pisilinux.org + PisiLinux Community + admins@pisilinux.org + + + + + + gmime3 + http://spruce.sourceforge.net/gmime + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.base + Utilities for creating and parsing messages using MIME + GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME) + https://download.gnome.org/sources/gmime/3.2/gmime-3.2.7.tar.xz + + glib2-devel + gpgme-devel + zlib-devel + libidn2-devel + gobject-introspection-devel + vala-devel + gtk-doc + + desktop/gnome/base/gmime3/pspec.xml + + + gmime3 + + zlib + glib2 + gpgme + libidn2 + libassuan + libgpg-error + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + + + + gmime3-devel + + gmime3 + glib2-devel + + + /usr/include + /usr/share/vala + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + gmime3-docs + data:doc + + /usr/share/doc + /usr/share/gtk-doc + + + + + 2021-05-27 + 3.2.7 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libwacom + http://sourceforge.net/projects/linuxwacom/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. + This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers. + libwacom + https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.4.0/libwacom-2.4.0.tar.xz + + meson + glib2-devel + python3-devel + libgudev-devel + eudev-devel + + desktop/gnome/base/libwacom/pspec.xml + + + libwacom + + glib2 + libgudev + + + /usr/share + /lib/udev + /usr/lib + /usr/bin + + + + libwacom-devel + Development files for libwacom + libwacom için geliştirme dosyaları + + glib2-devel + libwacom + libgudev-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-04 + 1.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 1.10 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 0.33 + Version Bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-07-31 + 0.27 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 0.27 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-13 + 0.23 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-08 + 0.18 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gnome-color-manager + https://gitlab.gnome.org/GNOME/gnome-color-manager + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + Color profile manager for the GNOME desktop + GNOME Color Manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop. + https://download.gnome.org/sources/gnome-color-manager/3.36/gnome-color-manager-3.36.0.tar.xz + + meson + appstream-glib-devel + libcanberra-devel + libcanberra-gtk3-devel + desktop-file-utils + shared-color-profiles + colord-devel + colord-gtk-devel + libexif-devel + exiv2-devel + vte-devel + itstool + gtk4-update-icon-cache + + desktop/gnome/base/gnome-color-manager/pspec.xml + + + gnome-color-manager + + gtk3 + cairo + glib2 + lcms2 + pango + colord + gdk-pixbuf + + + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/icons + /usr/share/applications + /usr/share/help + /usr/share/gnome-color-manager + /usr/share/man + /usr/share/metainfo + + + + + 2021-05-27 + 3.36.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-user-docs + https://gitlab.gnome.org/GNOME/gnome-user-docs + + Pisi Linux Admins + admins@pisilinux.org + + CCPL-Attribution-3.0 + data:doc + desktop.gnome.base + GNOME User Documentation + This package contains documents which are packaged together and shipped as gnome-user-docs in the core GNOME distribution. + https://download.gnome.org/sources/gnome-user-docs/42/gnome-user-docs-42.0.tar.xz + + libxml2-devel + itstool + + desktop/gnome/base/gnome-user-docs/pspec.xml + + + gnome-user-docs + data:doc + + /usr/share/help + /usr/share/doc + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-07 + 40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com @@ -261292,17 +244113,17 @@ complete albums that you have purchased from Amazon. GPLv2 LGPLv2.1 data - office.docbook + desktop.gnome.base Yelp XSLT Stylesheets Yelp XSL biçim dosyaları Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser. yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır. - mirrors://gnome/yelp-xsl/41/yelp-xsl-41.1.tar.xz + mirrors://gnome/yelp-xsl/42/yelp-xsl-42.0.tar.xz libxml2-devel itstool - office/docbook/yelp-xsl/pspec.xml + desktop/gnome/base/yelp-xsl/pspec.xml yelp-xsl @@ -261317,13 +244138,20 @@ complete albums that you have purchased from Amazon. Development files for yelp-xsl yelp-xsl paketi için geliştirme dosyaları - yelp-xsl + yelp-xsl /usr/share/pkgconfig + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-12-05 41.1 @@ -261370,183 +244198,48909 @@ complete albums that you have purchased from Amazon. - focuswriter - https://gottcode.org/focuswriter/ + gnome-desktop + https://gitlab.gnome.org/GNOME/gnome-desktop - Stefan Gronewold (groni) + PisiLinux Community + admins@pisilinux.org + + GPL + library + desktop.gnome.base + Library with common API for various GNOME modules + Library with common API for various GNOME modules + Library with common API for various GNOME modules + Library with common API for various GNOME modules + gnome-desktop + https://download.gnome.org/sources/gnome-desktop/42/gnome-desktop-42.4.tar.xz + + meson + itstool + gtk-doc + docbook-xsl + gtk3-devel + gtk4-devel + bubblewrap + eudev-devel + glib2-devel + libX11-devel + iso-codes-devel + libxkbfile-devel + gdk-pixbuf-devel + xkeyboard-config + fontconfig-devel + libseccomp-devel + libxkbcommon-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + + desktop/gnome/base/gnome-desktop/pspec.xml + + + gnome-desktop + + gtk3 + gtk4 + cairo + eudev + dbus + glib2 + libX11 + iso-codes + gdk-pixbuf + libseccomp + libxkbcommon + xkeyboard-config + gsettings-desktop-schemas + + + /usr/lib + /usr/libexec + /usr/share + /usr/share/locale + /usr/share/doc + + + + gnome-desktop-devel + Development files for gnome-desktop + + gnome-desktop + dbus-devel + gtk3-devel + gtk4-devel + iso-codes-devel + eudev-devel + glib2-devel + gdk-pixbuf-devel + libseccomp-devel + libxkbcommon-devel + gsettings-desktop-schemas-devel + + + /usr/include + /usr/lib/pkgconfig + + + + gnome-desktop-docs + Development files for gnome-desktop + + gnome-desktop + + + /usr/share/gtk-doc + + + + + 2022-08-08 + 42.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-11 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-02 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-27 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-11 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-07 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-02 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-20 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-18 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-12 + 3.34.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gconf + https://developer.gnome.org/gconf/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.base + Gnome Configuration System + Gnome Konfigürasyon Sistemi + gconf is a Gnome Configuration System. + gconf, Gnome Konfigürasyon Sistemidir. + mirrors://gnome/GConf/3.2/GConf-3.2.6.tar.xz + + glib2-devel + gtk-doc + gettext-devel + gobject-introspection-devel + libxml2-devel + dbus-devel + dbus-glib-devel + polkit-devel + openldap-client + gtk3-devel + intltool + python-lxml + python-six + + + 01_xml-gettext-domain.patch + gconf-reload.patch + gconf-3.2.6-gsettings-data-convert-paths.patch + gconf-3.2.6-mconvert-crasher.patch + gconf-3.2.6-spew-console-error.patch + + desktop/gnome/base/gconf/pspec.xml + + + gconf + + dbus + glib2 + polkit + libxml2 + dbus-glib + openldap-client + + + /etc/dbus-1/system.d + /etc/gconf + /etc/xdg/autostart + /usr/bin + /usr/lib/libgconf* + /usr/lib/GConf + /usr/lib/gio + /usr/lib/girepository-1.0 + /usr/share/dbus-1 + /usr/share/doc + /usr/share/GConf + /usr/share/aclocal + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/man + /usr/share/polkit-1/actions + /usr/share/sgml/gconf + + + System.PackageHandler + + + gconf2.path + + + + gconf-docs + GConf reference documents + data:doc + + gconf + + + /usr/share/gtk-doc + + + + gconf-devel + Development files for gconf + gconf için geliştirme dosyaları + + gconf + glib2-devel + dbus-devel + python-lxml + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-13 + 3.2.6 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2018-09-16 + 3.2.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-01 + 3.2.6 + Rebuild for new toolchain. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-05 + 3.2.6 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + gnome-menus + https://gitlab.gnome.org/GNOME/gnome-menus + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + app + desktop.gnome.base + GNOME menu specifications + GNOME menu specifications + GNOME menu specifications + GNOME menu specifications + https://gitlab.gnome.org/GNOME/gnome-menus/-/archive/3.36.0/gnome-menus-3.36.0.tar.gz + + intltool + glib2-devel + gnome-common + python3-devel + gobject-introspection-devel + + desktop/gnome/base/gnome-menus/pspec.xml + + + gnome-menus + + glib2 + + + /etc + /usr/lib + /usr/share + /usr/share/gir-1.0 + /usr/share/desktop-directories + /usr/share/locale + /usr/share/doc + + + + gnome-menus-devel + Development files for gnome-menus + + gnome-menus + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-03-28 + 3.36.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-online-miners + https://gitlab.gnome.org/GNOME/gnome-online-miners + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + desktop.gnome.base + GNOME Online Miners - crawls through your online content + GNOME Online Miners provides a set of crawlers that go through your online content and index them locally in Tracker + https://download.gnome.org/sources/gnome-online-miners/3.34/gnome-online-miners-3.34.0.tar.xz + + intltool + libxslt-devel + docbook-xsl + glib2-devel + libgdata-devel + grilo-devel + tracker-devel + libgfbgraph-devel + gnome-online-accounts-devel + autoconf-archive + + + tracker3-support.patch + + desktop/gnome/base/gnome-online-miners/pspec.xml + + + gnome-online-miners + + glib2 + + + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/libexec + + + + + 2021-06-06 + 3.34.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libhandy0 + https://source.puri.sm/Librem5/libhandy + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + desktop.gnome.base + Library full of GTK+ widgets for mobile phones + libhandy0 provides GTK+ widgets and GObjects to ease developing applications for mobile phones. + https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2 + + gtk3-devel + glib2-devel + meson + vala-devel + gobject-introspection-devel + + desktop/gnome/base/libhandy0/pspec.xml + + + libhandy0 + Library full of GTK+ widgets for mobile phones + + gtk3 + glib2 + atk + cairo + pango + gdk-pixbuf + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/libhandy-0.0.so + /usr/lib/libhandy-0.0.so.0 + /usr/share/doc + + + + libhandy0-devel + Development files for libhandy0 + + libhandy0 + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2021-07-26 + 0.0.13 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-04-06 + 0.0.13 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + zenity + https://help.gnome.org/users/zenity/stable/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.gnome.base + A rewrite of gdialog + Zenity enables you to create the following types of simple dialog: + + Zenity is the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts. + Zenity enables you to create the following types of simple dialog: + + zenity + http://ftp.gnome.org/pub/gnome/sources/zenity/3.43/zenity-3.43.0.tar.xz + + meson + itstool + python3 + gtk3-devel + glib2-devel + gnome-common + libnotify-devel + gdk-pixbuf-devel + + desktop/gnome/base/zenity/pspec.xml + + + zenity + + gtk3 + glib2 + pango + libX11 + libnotify + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/help + + + + + 2022-07-03 + 3.43.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-27 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 3.32.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2019-07-13 + 3.32.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-30 + 3.26.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-24 + 3.26.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gsettings-desktop-schemas + https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas + + Berk Çakar + berk2238@hotmail.com + + LGPLv2.1 + desktop.gnome + gsettings-desktop-schemas contains a collection of GSettings schemas for +settings shared by various components of a desktop. + GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu + gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. + Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur. + https://download.gnome.org/sources/gsettings-desktop-schemas/42/gsettings-desktop-schemas-42.0.tar.xz + + meson + glib2-devel + gobject-introspection-devel + + desktop/gnome/base/gsettings-desktop-schemas/pspec.xml + + + gsettings-desktop-schemas + gsettings-desktop-schemas contains a collection of GSettings schemas for +settings shared by various components of a desktop. + + /usr/lib/girepository-1.0 + /usr/share/GConf/ + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/glib-2.0/schemas + /usr/share/locale + + + + gsettings-desktop-schemas-devel + gsettings-desktop-schemas contains a collection of GSettings schemas for +settings shared by various components of a desktop. + gsettings-desktop-schemas için geliştirme dosyaları + + gsettings-desktop-schemas + + + /usr/include + /usr/share/pkgconfig/ + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-06 + 3.38.0 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-01-31 + 3.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-23 + 3.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 3.33.1 + version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-12-03 + 3.10.1 + First Release + Kamil Atlı + suvari@pisilinux.org + + + + + + grilo-plugins + https://wiki.gnome.org/Projects/Grilo + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + Plugins for the Grilo framework + Grilo çerçevesi için eklentiler + Plugins for the Grilo framework + Grilo çerçevesi için eklentiler + grilo-plugins + mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.14.tar.xz + + meson + avahi-glib-devel + gettext-devel + grilo-devel + glib2-devel + gom-devel + gnome-online-accounts-devel + gstreamer-devel + gperf + libgcrypt-devel + libxml2-devel + itstool + libarchive-devel + libmediaart-devel + libsoup-devel + lua-devel + librest-devel + sqlite-devel + libgdata-devel + totem-pl-parser-devel + tracker-devel + json-glib-devel + libdmapsharing-devel + liboauth-devel + yelp-tools + gst-plugins-base-devel + + desktop/gnome/base/grilo-plugins/pspec.xml + + + grilo-plugins + + avahi-glib + avahi-libs + glib2 + gnome-online-accounts + gom + grilo + gstreamer + json-glib + libarchive + libdmapsharing + libgdata + libmediaart + liboauth + libsoup + libxml2 + lua + sqlite + totem-pl-parser + tracker + + + /usr/lib/grilo-0.3 + /usr/share/doc + /usr/share/grilo-plugins + /usr/share/help + /usr/share/locale + + + + grilo-plugins-devel + grilo-plugins için geliştirme dosyaları + + grilo-plugins + + + /usr/lib/pkgconfig + + + + + 2021-10-05 + 0.3.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-11 + 0.3.13 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + evolution-data-server + https://gitlab.gnome.org/GNOME/evolution-data-server + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. + The Evolution Data Server provides a single database for common, desktop-wide information, such as a user's address book or calendar events. + evolution + https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.4.tar.xz + + flex + glib2-devel + gperf + intltool + boost-devel + libical-devel + webkit2gtk-devel + libgweather-devel + mit-kerberos-devel + libsoup-devel + nspr-devel + nss-devel + gcr-devel + json-glib-devel + libsecret-devel + e2fsprogs-devel + libcanberra-gtk3-devel + gobject-introspection-devel + vala + cmake + + desktop/gnome/base/evolution-data-server/pspec.xml + + + evolution-data-server + The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. + + db + gcr + nss + gtk3 + nspr + zlib + cairo + glib2 + icu4c + pango + libgcc + sqlite + libical + libsoup + libxml2 + json-glib + libsecret + webkit2gtk + libcanberra + libgweather + libcanberra-gtk3 + mit-kerberos + + + /usr/libexec + /usr/lib/evolution-data-server + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/locale + /usr/share/pixmaps + /usr/share/glib-2.0 + /etc + /usr/share/GConf + /usr/share/applications + /usr/share/dbus-1 + /usr/share/evolution-data-server/icons + + + + evolution-data-server-docs + Help files and API documents for evolution-data-server + data:doc + + /usr/share/man + /usr/share/doc + /usr/share/gtk-doc + + + + evolution-data-server-devel + Development files for evolution-data-server + + evolution-data-server + nss-devel + gtk3-devel + nspr-devel + glib2-devel + sqlite-devel + libical-devel + libsoup-devel + libxml2-devel + libsecret-devel + + + /usr/share/installed-tests + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + Evolution.svg + + + + + 2022-08-05 + 3.44.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-01 + 3.44.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 3.44.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-07 + 3.42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 3.42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 3.40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 3.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 3.40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + file-roller + http://fileroller.sourceforge.net + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + GNOME archive manager + GNOME arşiv yöneticisi + File-manager is a archive manager that create, modify and extract various archive formats with compression support + File-roller çeşitli arşiv dosyalarını sıkıştırma desteği ile oluşturan, açan, düzenleyen bir arşiv yönetim uygulamasıdır. + file-roller + mirrors://gnome/file-roller/3.42/file-roller-3.42.0.tar.xz + + zip + unzip + p7zip + unrar + meson + gtk3-devel + zstd-devel + gconf-devel + intltool + itstool + yelp-tools + squashfs-tools + libnotify-devel + libhandy-devel + nautilus-devel + json-glib-devel + libarchive-devel + appstream-glib-devel + + desktop/gnome/base/file-roller/pspec.xml + + + file-roller + + atk + gtk3 + file + p7zip + glib2 + cairo + pango + gconf + libhandy + nautilus + json-glib + libnotify + gdk-pixbuf + libarchive + + + /usr/share/doc + /usr/bin + /usr/share/help + /usr/share/icons + /usr/share/GConf + /usr/share/metainfo + /usr/share/dbus-1 + /usr/share/pixmaps + /usr/lib/nautilus + /usr/share/file-roller + /usr/share/applications + /usr/share/locale + /usr/share/glib-2.0/schemas + /usr/libexec/file-roller + + + + + 2022-07-05 + 3.42.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-05 + 3.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-08-01 + 3.32.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 3.26.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 3.26.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-30 + 3.10.2.1 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-09-07 + 3.10.2.1 + First Release + Ergün Salman + poyraz76@pisilinux.org + + + + + + gnome-backgrounds + https://gitlab.gnome.org/GNOME/gnome-backgrounds + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + Default wallpaper set for GNOME. + This module contains a set of backgrounds packaged with the GNOME desktop. + https://download.gnome.org/sources/gnome-backgrounds/42/gnome-backgrounds-42.0.tar.xz + + meson + + desktop/gnome/base/gnome-backgrounds/pspec.xml + + + gnome-backgrounds + + /usr/share/locale + /usr/share/doc + /usr/share/pixmaps + /usr/share/backgrounds + /usr/share/gnome-background-properties + + + + + 2022-03-22 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-11 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-initial-setup + https://gitlab.gnome.org/GNOME/gnome-initial-setup + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + GNOME Initial Setup application. + After acquiring or installing a new system there are a few essential things to set up before use. gnome-initial-setup aims to provide a simple, easy, and safe way to prepare a new system. + https://download.gnome.org/sources/gnome-initial-setup/42/gnome-initial-setup-42.2.tar.xz + + git + glib2-devel + gettext-devel + NetworkManager-devel + accountsservice-devel + cheese-devel + libgweather4-devel + webkit2gtk-devel + gnome-online-accounts-devel + gdm-devel + libpwquality-devel + vala-devel + mit-kerberos-devel + libnma-devel + polkit-devel + librest-devel + libsecret-devel + ibus-devel + iso-codes-devel + geoclue-devel + pango-devel + libhandy-devel + geocode-glib-devel + meson + gnome-desktop-devel + libseccomp-devel + e2fsprogs-devel + + desktop/gnome/base/gnome-initial-setup/pspec.xml + + + gnome-initial-setup + + libgdm + gtk3 + ibus + cairo + glib2 + pango + cheese + libnma + polkit + geoclue + librest + libhandy + json-glib + libsecret + fontconfig + gdk-pixbuf + webkit2gtk + geocode-glib + libgweather4 + libpwquality + mit-kerberos + gnome-desktop + NetworkManager + accountsservice + gnome-online-accounts + + + /etc + /usr/libexec/gnome-initial-setup* + /usr/share/applications + /usr/share/gnome-session + /usr/share/gnome-shell + /usr/share/polkit-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/locale + + + + + 2022-06-19 + 42.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-11 + 41.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-02 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-16 + 40.3 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-07-13 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-21 + 40.1 + First release. + Berk Çakar + berk2238@hotmail.com + + + + + + libgweather + https://gitlab.gnome.org/GNOME/libgweather + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + programming.misc + libgweather is a library to access weather information from online +services for numerous locations. + libgweather is a library to access weather information from online services for numerous locations. + https://download.gnome.org/sources/libgweather/40/libgweather-40.0.tar.xz + + geocode-glib-devel + gtk3-devel + libsoup-devel + glib2-devel + intltool + python3-pygobject3-devel + glade-devel + gtk-doc + gobject-introspection-devel + meson + vala-devel + + desktop/gnome/base/libgweather/pspec.xml + + + libgweather + libgweather is a library to access weather information from online +services for numerous locations. + + geocode-glib + gtk3 + libsoup + libxml2 + glib2 + + + /etc/gconf + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/libgweather + /usr/share/glib-2.0 + /usr/share/vala + /usr/share/icons + /usr/share/glade + + + + libgweather-devel + + libgweather + gtk3-devel + glib2-devel + libsoup-devel + libxml2-devel + geocode-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-03-22 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-23 + 40.0 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2021-04-06 + 3.36.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libhandy + https://gitlab.gnome.org/GNOME/libhandy + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + desktop.gnome.base + Library full of GTK+ widgets for mobile phones + Library full of GTK+ widgets for mobile phones + Cep telefonları için GTK + gereçleriyle dolu kitaplık + Cep telefonları için GTK + gereçleriyle dolu kitaplık + gnome + https://download.gnome.org/sources/libhandy/1.7/libhandy-1.7.0.tar.xz + + meson + vala-devel + glade-devel + gtk3-devel + glib2-devel + gobject-introspection-devel + + desktop/gnome/base/libhandy/pspec.xml + + + libhandy + + atk + gtk3 + cairo + glade + glib2 + pango + fribidi + gdk-pixbuf + + + /usr/bin + /usr/lib + /usr/share/gir-1.0 + /usr/share/glade + /usr/share/locale + /usr/share/man + /usr/share/vala + /usr/share/doc + + + + libhandy-devel + Development files for libhandy + + libhandy + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-09 + 1.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-23 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 1.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-23 + 1.2.1 + First release. + Pisi Linux Admins + admin@pisilinux.org + + + + + + gvfs + https://www.gnome.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + GPLv3 + library + desktop.gnome.base + New generation gnome-virtual-file-system + Yeni nesil GNOME sanal dosya sistemi + GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications. + GVFS I/O soyutlamaları, özellikle HAL, için geliştirilmiş, sistem tabanlı bir sanal dosya sistemidir. Doğrudan fuse ile birlikle kendi bağlamlarına erişmesini destekler. GVFS, birçok modül ve sitem servisini uygulamaların otomatik kullanması için yükler. + https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.2.tar.xz + + meson + gtk-doc + gtk3-devel + fuse3-devel + avahi-devel + gconf-devel + libmtp-devel + intltool + automake + autoconf + itstool + autogen + libsoup3-devel + util-macros + unifdef + gettext-devel + m4 + openssh + gcr-devel + udisks2-devel + libgudev-devel + eudev-devel + libplist-devel + libproxy-devel + libbluray-devel + libsecret-devel + bluez-libs-devel + libarchive-devel + libgphoto2-devel + avahi-glib-devel + libcdio-paranoia-devel + libgnome-keyring + polkit-devel + libcap-devel + libgdata-devel + openldap-server + gnome-online-accounts-devel + gsettings-desktop-schemas-devel + samba-devel + libcdio-devel + libimobiledevice-devel + + desktop/gnome/base/gvfs/pspec.xml + + + gvfs-afc + AFC(Apple File Control) backend for GVFS + GVFS AFC (Apple Dosya Kontrolü) arkaucu + + polkit + libplist + gvfs + gnome-online-accounts + libimobiledevice + + + /usr/libexec/gvfs-afc-volume-monitor + /usr/libexec + /usr/share/gvfs/mounts + /usr/share/gvfs/remote-volume-monitors/afc.monitor + /usr/share/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service + + + + gvfs-afp + Apple Filing Protocol (AFP) backend for gvfs. + + libsecret + libgcrypt + gvfs + + + /usr/lib/gvfs/gvfsd-afp + /usr/libexec/gvfsd-afp + /usr/libexec/gvfsd-afp-browse + /usr/share/gvfs/mounts/afp-browse.mount + /usr/share/gvfs/mounts/afp.mount + + + + gvfs-archive + Compression backend for GVFS + GVFS sıkıştırma arkaucu + + libarchive + gvfs + + + /usr/libexec/gvfsd-archive + /usr/share/gvfs/mounts/archive.mount + /usr/share/applications/mount-archive.desktop + + + + gvfs-gphoto2 + Digital camera backend for GVFS + GVFS dijital kamera arkaucu + + libgphoto2 + gvfs + + + /usr/libexec/gvfs-gphoto2-volume-monitor + /usr/libexec/gvfsd-gphoto2 + /usr/share/gvfs/mounts/gphoto2.mount + /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor + /usr/share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service + + + + gvfs-fuse + FUSE backend for GVFS + GVFS FUSE arkaucu + + fuse3 + gvfs + + + /usr/libexec/gvfsd-fuse + + + + gvfs-smb + Samba backend for GVFS + GVFS Samba arkaucu + + gvfs + samba + + + /usr/libexec/gvfsd-smb + /usr/libexec/gvfsd-smb-browse + /usr/share/gvfs/mounts/smb.mount + /usr/share/GConf/gsettings/gvfs-smb.convert + /usr/share/gvfs/mounts/smb-browse.mount + /usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml + + + + gvfs-mtp + MTP backend for gvfs. + + libmtp + libusb + gvfs + + + /usr/libexec/gvfsd-mtp + /usr/libexec/gvfs-mtp-volume-monitor + /usr/lib/gvfs/gvfsd-mtp + /usr/share/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service + /usr/share/gvfs/mounts/mtp.mount + /usr/share/gvfs/remote-volume-monitors/mtp.monitor + + + + gvfs-goa + gvfs-goa - GNOME Online Accounts support for gvfs + + gvfs + + + /usr/lib/gvfs-goa-volume-monitor + /usr/share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service + /usr/share/gvfs/remote-volume-monitors/goa.monitor + + + + gvfs-google + Samba backend for GVFS + + gvfs + libgdata + + + /usr/libexec/gvfsd-google + /usr/share/gvfs/mounts/google.mount + + + + gvfs + gvfs package contains all GVFS backends and translations files + gvfs paketi tüm GVFS arkauçlarını ve çeviri dosyalarını içerir + + gcr + gtk3 + libsoup3 + udisks2 + libbluray + libsecret + avahi-libs + avahi-glib + eudev + glib2 + libxml2 + libgudev + libcdio-paranoia + libcdio + + + /usr/bin + /usr/libexec/gvfsd-ftp + /usr/libexec/gvfsd-metadata + /usr/libexec/gvfsd-computer + /usr/libexec/gvfsd + /usr/libexec/gvfsd-recent + /usr/libexec/gvfsd-sftp + /usr/libexec/gvfsd-burn + /usr/libexec/gvfs-udisks2-volume-monitor + /usr/libexec/gvfsd-http + /usr/libexec/gvfsd-dav + /usr/libexec/gvfsd-network + /usr/libexec/gvfsd-cdda + /usr/libexec/gvfsd-dnssd + /usr/libexec/gvfsd-trash + /usr/libexec/gvfsd-localtest + /usr/lib/gio/modules/libgioremote-volume-monitor.so + /usr/lib/gio/modules/libgvfsdbus.so + /usr/lib/gvfs/gvfsd + /usr/lib/gvfs/gvfsd-archive + /usr/lib/gvfs/gvfsd-burn + /usr/lib/gvfs/gvfsd-cdda + /usr/lib/gvfs/gvfsd-computer + /usr/lib/gvfs/gvfsd-dav + /usr/lib/gvfs/gvfsd-dnssd + /usr/lib/gvfs/gvfsd-ftp + /usr/lib/gvfs/gvfsd-fuse + /usr/lib/gvfs/gvfsd-http + /usr/lib/gvfs/gvfsd-localtest + /usr/lib/gvfs/gvfsd-metadata + /usr/lib/gvfs/gvfsd-network + /usr/lib/gvfs/gvfsd-recent + /usr/lib/gvfs/gvfsd-sftp + /usr/lib/gvfs/gvfsd-trash + /usr/lib/gvfs/libgvfsdaemon.so + /usr/lib/gvfs/libgvfscommon.so + /usr/lib/libgvfscommon.so + /usr/lib/libgvfscommon.so.0 + /usr/lib/libgvfscommon.so.0.0.0 + /usr/share/polkit-1 + /usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf + /usr/share/GConf/gsettings/gvfs-dns-sd.convert + /usr/share/bash-completion/completions/gvfs + /usr/share/bash-completion/completions/gvfs-trash + /usr/share/bash-completion/completions/gvfs-rm + /usr/share/bash-completion/completions/gvfs-copy + /usr/share/bash-completion/completions/gvfs-cat + /usr/share/bash-completion/completions/gvfs-info + /usr/share/bash-completion/completions/gvfs-set-attribute + /usr/share/bash-completion/completions/gvfs-less + /usr/share/bash-completion/completions/gvfs-move + /usr/share/bash-completion/completions/gvfs-tree + /usr/share/bash-completion/completions/gvfs-mount + /usr/share/bash-completion/completions/gvfs-mkdir + /usr/share/bash-completion/completions/gvfs-open + /usr/share/bash-completion/completions/gvfs-ls + /usr/share/bash-completion/completions/gvfs-rename + /usr/share/bash-completion/completions/gvfs-save + /usr/share/bash-completion/completions/gvfs-monitor-file + /usr/share/bash-completion/completions/gvfs-monitor-dir + /usr/share/dbus-1/services/gvfs-daemon.service + /usr/share/dbus-1/services/gvfs-metadata.service + /usr/share/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service + /usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service + /usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service + /usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service + /usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service + /usr/share/dbus-1/services/org.gtk.vfs.Metadata.service + /usr/share/dbus-1/services/org.gtk.vfs.Daemon.service + /usr/share/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml + /usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml + /usr/share/gvfs/mounts/burn.mount + /usr/share/gvfs/mounts/cdda.mount + /usr/share/gvfs/mounts/computer.mount + /usr/share/gvfs/mounts/dav+sd.mount + /usr/share/gvfs/mounts/dav.mount + /usr/share/gvfs/mounts/dns-sd.mount + /usr/share/gvfs/mounts/ftp.mount + /usr/share/gvfs/mounts/http.mount + /usr/share/gvfs/mounts/localtest.mount + /usr/share/gvfs/mounts/network.mount + /usr/share/gvfs/mounts/recent.mount + /usr/share/gvfs/mounts/sftp.mount + /usr/share/gvfs/mounts/trash.mount + /usr/share/gvfs/remote-volume-monitors/udisks2.monitor + /usr/share/locale/ + /usr/share/man/ + /usr/include + /usr/share/doc + + + + + 2022-05-26 + 1.50.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-07 + 1.49.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.48.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-24 + 1.45.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-11 + 1.36.3 + Rebuild. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-07-13 + 1.36.3 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-04-25 + 1.36.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-02 + 1.34.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.34.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-08 + 1.28.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 1.20.2 + Rebuild for new libgphoto2. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-04-08 + 1.20.2 + Release Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-03 + 1.20.2 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gdm + https://gitlab.gnome.org/GNOME/gdm + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + GNOME Graphical Display Manager + GNOME ekran yöneticisi + A graphical login manager for your desktop, integrated within the GNOME desktop environment + GDM, yerel veya uzak makinelerde farklı oturumlar açmayı sağlar. + https://download.gnome.org/sources/gdm/42/gdm-42.0.tar.xz + + dconf-devel + gettext-devel + itstool + accountsservice-devel + elogind-devel + glib2-devel + gtk3-devel + iso-codes-devel + libSM-devel + libcanberra-devel + libcanberra-gtk3-devel + nss-devel + pam-devel + audit-devel + upower-devel + libdaemon-devel + gobject-introspection-devel + meson + + + 0000-Force-Xorg-use-on-the-login-screen.patch + 0002-Xsession-Don-t-start-ssh-agent-by-default.patch + 0003-enable-elogind-build.patch + + desktop/gnome/base/gdm/pspec.xml + + + gdm + + pam + gtk3 + glib2 + libX11 + libXau + libxcb + elogind + libXdmcp + gdk-pixbuf + libcanberra + accountsservice + libcanberra-gtk3 + audit + keyutils + libgudev + libgdm + + + /etc + /lib + /usr/bin + /usr/lib/sysusers.d + /usr/libexec + /usr/sbin + /usr/share/dconf + /usr/share/doc + /usr/share/gdm + /usr/share/gnome-session + /usr/share/help + /usr/share/locale + + + lxdm + sddm + lightdm + + + System.Service + System.Package + + + gdm.sysusers + + + + gdm-devel + + gdm + glib2-devel + elogind-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + libgdm + + glib2 + elogind + + + /usr/lib/girepository-1.0 + /usr/lib/libgdm.so* + /usr/share/glib-2.0 + + + + + 2022-03-22 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-12 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 41.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-24 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-17 + 40.0 + Seperate libgdm + Berk Çakar + berk2238@hotmail.com + + + 2021-06-09 + 40.0 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-06-05 + 40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + yelp + https://wiki.gnome.org/Apps/Yelp + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + Help viewer for GNOME desktop + Gnome için Yardım görüntüleyici + Yelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer. + Yelp DocBook, man sayfaları ve info sayfaları için bir yardım belgeleri görüntüleyicidir. + mirrors://gnome/yelp/42/yelp-42.1.tar.xz + + itstool + gtk-doc + intltool + xz-devel + gtk3-devel + sqlite-devel + libxslt-devel + libxml2-devel + libhandy-devel + enchant2-devel + yelp-xsl-devel + webkit2gtk-devel + python-pyliblzma + libseccomp-devel + + desktop/gnome/base/yelp/pspec.xml + + + yelp + + xz + gtk3 + bzip2 + glib2 + sqlite + libsoup + libhandy + libxml2 + libxslt + webkit2gtk + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/yelp* + /usr/share/glib-2.0 + /usr/share/applications + /usr/share/metainfo + /usr/share/icons + /usr/share/locale + + + + yelp-devel + Development files for yelp + + yelp + + + /usr/include + /usr/share/gtk-doc + + + + + 2022-03-27 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-25 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 3.38.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-29 + 3.34.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + grilo + https://gitlab.gnome.org/GNOME/grilo + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.base + Grilo is a framework for browsing and searching media content from various sources using a single API. + Grilo is a framework for browsing and searching media content from various sources using a single API. + https://download.gnome.org/sources/grilo/0.3/grilo-0.3.14.tar.xz + + eudev-devel + gettext-devel + glib2-devel + gobject-introspection-devel + meson + gtk3-devel + libxml2-devel + libsoup-devel + liboauth-devel + totem-pl-parser-devel + meson + vala-devel + + desktop/gnome/base/grilo/pspec.xml + + + grilo + + gtk3 + glib2 + libsoup + liboauth + totem-pl-parser + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/man + /usr/share/doc + /usr/share/locale + + + + grilo-devel + Development files for grilo + + grilo + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala + /usr/share/gir-1.0 + + + + + 2021-10-05 + 0.3.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 0.3.13 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-bluetooth + https://gitlab.gnome.org/GNOME/gnome-bluetooth + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + gnome-bluetooth is a fork of bluez-gnome focused on integration with GNOME. + gnome-bluetooth is collection of widgets for applications that want +to select Bluetooth devices. It is also used by GNOME session +components such as the Settings and gnome-shell. + https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-42.2.tar.xz + + intltool + itstool + gobject-introspection-devel + glib2-devel + gtk3-devel + libnotify-devel + dconf-devel + gvfs + bluez-libs-devel + eudev-devel + libcanberra-devel + libcanberra-gtk3-devel + libXi-devel + meson + gtk4-devel + gsound-devel + upower-devel + libadwaita-devel + + desktop/gnome/base/gnome-bluetooth/pspec.xml + + + gnome-bluetooth + + atk + gtk4 + eudev + glib2 + libnotify + libcanberra + libcanberra-gtk3 + gsound + upower + libadwaita + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/man + /usr/share/doc + /usr/share/icons + /usr/share/locale + /usr/share/applications + /usr/share/gnome-bluetooth-3.0 + + + + gnome-bluetooth-devel + Development files for gnome-bluetooth + + gnome-bluetooth + gtk4-devel + glib2-devel + libadwaita-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-07-07 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-10 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 3.34.5 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-video-effects + https://gitlab.gnome.org/GNOME/gnome-video-effects + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + Collection of GStreamer effects for GNOME + The GNOME Video Effects package contains a collection of GStreamer effects. + https://download.gnome.org/sources/gnome-video-effects/0.5/gnome-video-effects-0.5.0.tar.xz + + intltool + gettext-devel + meson + + desktop/gnome/base/gnome-video-effects/pspec.xml + + + gnome-video-effects + + gst-plugins-good + gst-plugins-bad + frei0r-plugins + + + /usr/share/gnome-video-effects + /usr/share/doc + + + + gnome-video-effects-devel + + gnome-video-effects + + + /usr/share/pkgconfig + + + + + 2021-05-28 + 0.5.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libchamplain + https://gitlab.gnome.org/GNOME/libchamplain + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.base + A library aimed to provide a Clutter widget to display rasterized maps + libchamplain is a Gtk widget displaying zoomable and pannable maps that can be loaded from various network sources. + https://download.gnome.org/sources/libchamplain/0.12/libchamplain-0.12.20.tar.xz + + gtk3-devel + clutter-gtk-devel + glib2-devel + sqlite-devel + gobject-introspection-devel + vala-devel + libsoup-devel + meson + + desktop/gnome/base/libchamplain/pspec.xml + + + libchamplain + + cogl + gtk3 + cairo + glib2 + pango + sqlite + clutter + libsoup + gdk-pixbuf + clutter-gtk + + + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/doc + + + + libchamplain-devel + Development files for libchamplain + + libchamplain + gtk3-devel + cairo-devel + glib2-devel + sqlite-devel + clutter-devel + libsoup-devel + clutter-gtk-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala + /usr/share/gir-1.0 + + + + + 2021-06-13 + 0.12.20 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libgnomekbd + https://gitlab.gnome.org/GNOME/libgnomekbd + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + library + desktop.gnome.base + Keyboard management library + Keyboard management library + Keyboard management library + Keyboard management library + https://download.gnome.org/sources/libgnomekbd/3.26/libgnomekbd-3.26.1.tar.xz + + atk-devel + gtk3-devel + cairo-devel + glib2-devel + dconf-devel + pango-devel + libX11-devel + python3-devel + harfbuzz-devel + gdk-pixbuf-devel + libxklavier-devel + gobject-introspection-devel + + desktop/gnome/base/libgnomekbd/pspec.xml + + + libgnomekbd + + atk + gtk3 + cairo + glib2 + pango + libX11 + harfbuzz + gdk-pixbuf + libxklavier + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/libgnomekbd + /usr/share/locale + /usr/share/doc + + + + libgnomekbd-devel + Development files for libgnomekbd + + libgnomekbd + gtk3-devel + glib2-devel + libxklavier-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2021-09-23 + 3.26.1 + Rebuild + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-09 + 3.6.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + sushi + https://gitlab.gnome.org/GNOME/sushi + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + A file previewer for the GNOME desktop environment. + Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. + https://download.gnome.org/sources/sushi/42/sushi-42.0.tar.xz + + glib2-devel + intltool + gobject-introspection-devel + gjs-devel + clutter-gst-devel + clutter-gtk-devel + evince-devel + gtksourceview4-devel + musicbrainz5-devel + libsoup-gnome + webkit2gtk-devel + meson + + desktop/gnome/base/sushi/pspec.xml + + + sushi + + gtk3 + cairo + glib2 + pango + evince + freetype + harfbuzz + libepoxy + gstreamer + gdk-pixbuf + musicbrainz5 + gst-plugins-base + + + /usr/bin + /usr/libexec + /usr/lib/sushi + /usr/share/dbus-1 + /usr/share/glib-2.0 + /usr/share/sushi + /usr/share/locale + /usr/share/metainfo + /usr/share/doc + + + + + 2022-07-01 + 42.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-05 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 3.38.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 3.38.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gnome-online-accounts + https://gitlab.gnome.org/GNOME/gnome-online-accounts + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + desktop.gnome.base + Single sign-on framework for GNOME + The GNOME Online Accounts package contains a framework used to access the user's online accounts. + https://download.gnome.org/sources/gnome-online-accounts/3.44/gnome-online-accounts-3.44.0.tar.xz + + docbook-xsl + gettext-devel + glib2-devel + libxslt-devel + vala-devel + gtk3-devel + gobject-introspection-devel + gcr-devel + gtk3-devel + json-glib-devel + libnotify-devel + libsecret-devel + libsoup-devel + mit-kerberos-devel + e2fsprogs-devel + librest-devel + telepathy-glib-devel + webkit2gtk-devel + + desktop/gnome/base/gnome-online-accounts/pspec.xml + + + gnome-online-accounts + + gcr + atk + gtk3 + cairo + glib2 + pango + p11-kit + libxml2 + libsoup + librest + libsecret + json-glib + gdk-pixbuf + webkit2gtk + mit-kerberos + harfbuzz + + + /usr/libexec + /usr/lib/girepository-1.0 + /usr/lib/gnome-online-accounts + /usr/lib/goa-1.0 + /usr/lib/libgoa* + /usr/share/man + /usr/share/doc + /usr/share/icons + /usr/share/dbus-1 + /usr/share/glib-2.0 + /usr/share/locale + /usr/share/gnome-online-accounts + + + + gnome-online-accounts-devel + + gtk3-devel + glib2-devel + gnome-online-accounts + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-06-19 + 3.44.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-30 + 3.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-16 + 3.43.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 3.40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libcroco + https://gitlab.gnome.org/GNOME/libcroco + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.base + Boîte à outils générique d'analyse et de manipulation de Cascading Style Sheet (CSS - feuilles de style). + Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit + CSS ayıklama kitaplığı + libcroco is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. + libcroco GNOME uygulamaları tarafından CSS desteği için kullanılan genel bir CSS ayıklama kitaplığıdır. + https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz + + gtk-doc + libxml2-devel + glib2-devel + python-six + gobject-introspection-devel + + + multilib.patch + + desktop/gnome/base/libcroco/pspec.xml + + + libcroco + + glib2 + libxml2 + + + /usr/share + /usr/lib + /usr/bin + + + + libcroco-docs + libcroco reference documents + data:doc + + libcroco + + + /usr/share/gtk-doc + + + + libcroco-devel + Development files for libcroco + libcroco için geliştirme dosyaları + + libcroco + libxml2-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/bin/croco-*-config + + + + libcroco-32bit + 32-bit shared libraries for libcroco + emul32 + emul32 + + glib2-32bit + libxml2-32bit + + + glib2-32bit + libxml2-32bit + libcroco + + + /usr/lib32 + + + + + 2020-01-08 + 0.6.13 + Rebuild + Idris Kalp + idriskalp + + + 2019-07-13 + 0.6.13 + Version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-07-30 + 0.6.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 0.6.12 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-20 + 0.6.11 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.6.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 0.6.8 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-11 + 0.6.8 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + folks + https://wiki.gnome.org/Projects/Folks + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + desktop.gnome.base + Library to aggregates people into metacontacts + Library to aggregates people into metacontacts + https://download.gnome.org/sources/folks/0.15/folks-0.15.5.tar.xz + + evolution-data-server-devel + readline-devel + glib2-devel + intltool + libgee-devel + libxml2-devel + telepathy-glib-devel + readline-devel + meson + python3-dbusmock + gobject-introspection-devel + vala-devel + + desktop/gnome/base/folks/pspec.xml + + + folks + Library to aggregates people into metacontacts + + evolution-data-server + libgee + libxml2 + telepathy-glib + glib2 + readline + + + /usr/bin + /usr/lib/folks + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/GConf + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/locale + + + + folks-devel + Development files for folks + + folks + evolution-data-server-devel + libgee-devel + telepathy-glib-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-03-23 + 0.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-18 + 0.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-19 + 0.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-21 + 0.14.0 + First release. + Berk Çakar + berk2238@hotmail.com + + + + + + mutter + https://gitlab.gnome.org/GNOME/mutter + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome + Mutter is a Wayland display server and X11 window manager and compositor library. + Mutter is a Wayland display server and X11 window manager and compositor library. + gnome + https://download.gnome.org/sources/mutter/42/mutter-42.3.tar.xz + + gettext-devel + glib2-devel + zenity + sysprof-devel + wayland-devel + xorg-server-devel + xorg-xwayland-devel + elogind-devel + gnome-desktop-devel + graphene-devel + json-glib-devel + libSM-devel + libXtst-devel + libcanberra-devel + libinput-devel + pipewire-devel + startup-notification-devel + wayland-protocols-devel + gnome-settings-daemon-devel + libgudev-devel + upower-devel + libxkbfile-devel + libxkbcommon-devel + graphene-devel + libseccomp-devel + mesa-devel + libwacom-devel + meson + gobject-introspection-devel + gtk3-devel + cogl-devel + egl-wayland-devel + xorg-server-xvfb + + desktop/gnome/base/mutter/pspec.xml + + + mutter + Mutter is a Wayland display server and X11 window manager and compositor library. + + atk + gtk3 + mesa + cairo + eudev + glib2 + libSM + libXi + pango + libICE + libX11 + libXau + libdrm + libxcb + elogind + fribidi + libXext + libXtst + graphene + libglvnd + libgudev + libinput + libwacom + pipewire + json-glib + libXfixes + libXrandr + fontconfig + gdk-pixbuf + libXcursor + libXdamage + libxkbfile + libXinerama + libcanberra + libxkbcommon + gnome-desktop + gnome-settings-daemon + libXcomposite + wayland-client + wayland-server + xorg-server-xvfb + startup-notification + + + /lib/udev + /usr/bin + /usr/lib/lib*.so* + /usr/lib/mutter* + /usr/libexec + /usr/share/GConf + /usr/share/applications + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-control-center + /usr/share/locale + /usr/share/man + /usr/share/mutter* + + + + mutter-devel + Mutter is a Wayland display server and X11 window manager and compositor library. + + mutter + atk-devel + gtk3-devel + cairo-devel + glib2-devel + libXi-devel + libX11-devel + pango-devel + wayland-devel + graphene-devel + libglvnd-devel + json-glib-devel + libXfixes-devel + gsettings-desktop-schemas-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-29 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-04 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-29 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-11 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-05 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-12 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 40.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + yelp-tools + https://github.com/GNOME/yelp-tools + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + Tools for creating Yelp documentation + Mate için Çeşitli ağ araçları arayüzü uygulaması. + mirrors://gnome/yelp-tools/42/yelp-tools-42.0.tar.xz + + meson + itstool + libxslt-devel + yelp-xsl-devel + python3-lxml + + desktop/gnome/base/yelp-tools/pspec.xml + + + yelp-tools + + itstool + yelp-xsl + python3-lxml + + + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/share/yelp-tools + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 40.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 3.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 3.32.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gnome-settings-daemon + https://gitlab.gnome.org/GNOME/gnome-settings-daemon + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + desktop.gnome + The GNOME Settings Daemon is responsible for setting various parameters of a +GNOME Session and the applications that run under it. + The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it. + https://download.gnome.org/sources/gnome-settings-daemon/42/gnome-settings-daemon-42.2.tar.xz + + colord-devel + elogind-devel + fontconfig-devel + gcr-devel + geoclue-devel + geocode-glib-devel + gnome-desktop-devel + lcms2-devel + libcanberra-devel + libcanberra-gtk3-devel + libgweather4-devel + libnotify-devel + librsvg-devel + libwacom-devel + pulseaudio + pulseaudio-libs-devel + upower-devel + xorg-input-wacom-devel + alsa-lib-devel + cups-devel + libmm-glib-devel + libseccomp-devel + nss-devel + libnma-devel + meson + vala-devel + libXfixes-devel + + desktop/gnome/base/gnome-settings-daemon/pspec.xml + + + gnome-settings-daemon + The GNOME Settings Daemon is responsible for setting various parameters of a +GNOME Session and the applications that run under it. + + gcr + nss + cups + gcr + gtk3 + nspr + cairo + lcms2 + glib2 + libXi + pango + colord + libX11 + upower + geoclue + polkit + libXext + alsa-lib + libgudev + libwacom + libnotify + fontconfig + gdk-pixbuf + libmm-glib + libcanberra + geocode-glib + gnome-desktop + NetworkManager + wayland-client + pulseaudio-libs + libcanberra-gtk3 + libgweather4 + + + /etc + /lib + /usr/lib/gnome-settings-daemon-42 + /usr/libexec + /usr/share/GConf + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-settings-daemon + /usr/share/locale + /usr/share/polkit-1 + + + + gnome-settings-daemon-devel + + gnome-settings-daemon + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-01 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-17 + 40.0.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gamin + http://www.gnome.org/~veillard/gamin/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.gnome.base + File alteration monitor library + Dosya değişim izleme kitaplığı + Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. This is a serviceprovided by a library which allows to detect when a file or a directory has been modified. + Gamin bir dosya ve klasör izleme kitaplığıdır. FAM (Dosya değişim izleyicisi) sisteminin bir alt kolu olarak tanımlanmaktadır. Bir dosyanın veya bir klasörün değiştiğini anlamamıza yarayan bir kitaplığıdır. + mirrors://gnome/gamin/0.1/gamin-0.1.10.tar.bz2 + + glib2-devel + + + 18_gam_server_deadlocks.patch + explicitly-link-with-python.patch + fix-deprecated-const-01.patch + fix-deprecated-const-02.patch + fix-deprecated-const-03.patch + fix-deprecated-const-04.patch + + desktop/gnome/base/gamin/pspec.xml + + + gamin + File alteration monitor library + + glib2 + + + /usr/libexec + /usr/lib + /usr/share/doc + + + + gamin-devel + Development files for gamin + gamin için geliştirme dosyaları + gamin-devel, gamin için geliştirme dosyalarını içerir. + + gamin + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-02-26 + 0.1.10 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2016-02-25 + 0.1.10 + Rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-05-22 + 0.1.10 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-25 + 0.1.10 + Rebuild + Stefan Gronewold(groni) groni@pisilinux.org + + + 2012-10-02 + 0.1.10 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gnome-common + https://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + Common files for development of GNOME packages + GNOME uygulamalarının geliştirmede kullandığı yaygın dosyalar + gnome-common package contains aclocal macros, makefile headers and documents tools in order to build GNOME sources. + https://ftp.gnome.org/pub/gnome/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz + desktop/gnome/base/gnome-common/pspec.xml + + + gnome-common + + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/share/gnome-common + + + + + 2020-01-17 + 3.18.0 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2019-07-13 + 3.18.0 + Version Bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-07-31 + 3.18.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-11 + 3.18.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-30 + 3.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-14 + 3.10.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + librest + http://www.gtk.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + A helper library for RESTful services. + This library was designed to make it easier to access web services that claim to be "RESTful". + http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz + + gtk-doc + python-six + libsoup-devel + libsoup-gnome + + desktop/gnome/base/librest/pspec.xml + + + librest + + glib2 + libxml2 + libsoup + libsoup-gnome + + + /usr/share + /usr/lib + /usr/bin + + + + librest-devel + Development files for librest + librest için geliştirme dosyaları + + libsoup-devel + librest + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-19 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-30 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 0.8.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2015-03-18 + 0.7.92 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2015-03-18 + 0.7.92 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + gnome-session + https://gitlab.gnome.org/GNOME/gnome-session + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + GNOME session manager + GNOME oturum yöneticisi + gnome-session manages X11-compliant sessions with ConsoleKit daemon and starts GNOME core services + gnome-session, ConsoleKit ile birlikte X11-uyumlu oturumları yönetir ve temel GNOME servislerini başlatır. + https://download.gnome.org/sources/gnome-session/42/gnome-session-42.0.tar.xz + + glib2-devel + intltool + xmlto + elogind-devel + gnome-desktop-devel + gtk3-devel + json-glib-devel + libXtst-devel + libSM-devel + startup-notification-devel + upower-devel + libseccomp-devel + xtrans + meson + + + 0001-revert-autostart-app-Strip-blacklisted-variables-fro.patch + include-profile-env-variables.patch + no-systemd-dep.patch + support-elogind.patch + + desktop/gnome/base/gnome-session/pspec.xml + + + gnome-session + + gtk3 + glib2 + libSM + libICE + libX11 + libepoxy + libglvnd + json-glib + gnome-desktop + libXcomposite + elogind + + + /usr/bin + /usr/libexec + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share/wayland-sessions + /usr/share/gnome-session + /usr/share/xsessions + /usr/share/glib-2.0 + /usr/share/GConf + + + + + 2022-03-22 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-12 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-26 + 40.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.1.1 + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + nautilus + https://gitlab.gnome.org/GNOME/nautilus + + Pisi Linux Admins + admins@pisilinux.org GPLv3 app:gui - office - FocusWriter is a simple, distraction-free writing environment. - FocusWriter is a simple, distraction-free writing environment. - Focuswriter utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. - Focuswriter utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. - https://gottcode.org/focuswriter/focuswriter-1.7.6-src.tar.bz2 + desktop.gnome.base + A file browser for GNOME + Nautilus is a file manager that allows to browse directories, preview files and launch applications. + https://download.gnome.org/sources/nautilus/42/nautilus-42.2.tar.xz - qt5-base-devel - zlib-devel - hunspell-devel - qt5-multimedia-devel - qt5-linguist + gettext-devel + glib2-devel + libxslt-devel + gobject-introspection-devel + exempi-devel + gnome-autoar-devel + libarchive-devel + gnome-desktop-devel + gtk3-devel + libexif-devel + libgexiv2-devel + libnotify-devel + libseccomp-devel + libxml2-devel + gst-plugins-base-devel + tracker-devel + tracker-miners + harfbuzz-devel + libhandy-devel + libportal-devel + meson + appstream-glib-devel - office/focuswriter/pspec.xml + desktop/gnome/base/nautilus/pspec.xml - focuswriter + nautilus - qt5-base - qt5-multimedia - hunspell + atk + gtk3 + cairo + glib2 + pango + tracker + tracker-miners + libhandy + gstreamer + libgexiv2 + libportal + gdk-pixbuf + gnome-autoar + gnome-desktop + gst-plugins-base + desktop-file-utils + + + /usr/bin + /usr/lib/nautilus + /usr/lib/lib*.so* + /usr/lib/girepository-1.0 + /usr/libexec + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/icons + /usr/share/nautilus + /usr/share/dbus-1 + /usr/share/glib-2.0 + /usr/share/tracker3 + /usr/share/gnome-shell + /usr/share/metainfo + + + + nautilus-devel + Development files for nautilus + + nautilus + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-05-27 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-12 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.1 + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + libgweather4 + https://gitlab.gnome.org/GNOME/libgweather + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + programming.misc + libgweather is a library to access weather information from online +services for numerous locations. + libgweather is a library to access weather information from online services for numerous locations. + https://download.gnome.org/sources/libgweather/4.0/libgweather-4.0.0.tar.xz + + geocode-glib-devel + gtk3-devel + libsoup-devel + glib2-devel + intltool + python3-pygobject3-devel + glade-devel + gtk-doc + gobject-introspection-devel + meson + gi-docgen + vala-devel + + desktop/gnome/base/libgweather4/pspec.xml + + + libgweather4 + libgweather is a library to access weather information from online +services for numerous locations. + + geocode-glib + gtk3 + libsoup + libxml2 + glib2 + + + /etc/gconf + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/libgweather-4 + /usr/share/glib-2.0 + /usr/share/vala + /usr/share/icons + /usr/share/glade + + + + libgweather4-devel + + libgweather4 + gtk3-devel + glib2-devel + libsoup-devel + libxml2-devel + geocode-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-03-21 + 4.0.0 + First release for Pisi Linux + Mustafa Cinasal + muscnsl@gmail.com + + + + + + gnome-bluetooth3 + https://gitlab.gnome.org/GNOME/gnome-bluetooth + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + gnome-bluetooth is a fork of bluez-gnome focused on integration with GNOME. + gnome-bluetooth is collection of widgets for applications that want +to select Bluetooth devices. It is also used by GNOME session +components such as the Settings and gnome-shell. + gnome-bluetooth + https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.34.5.tar.xz + + intltool + itstool + gobject-introspection-devel + glib2-devel + gtk3-devel + libnotify-devel + dconf-devel + gvfs + bluez-libs-devel + eudev-devel + libcanberra-devel + libcanberra-gtk3-devel + libXi-devel + meson + + desktop/gnome/base/gnome-bluetooth3/pspec.xml + + + gnome-bluetooth3 + + atk + gtk3 + eudev + glib2 + libnotify + libcanberra + libcanberra-gtk3 + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/man + /usr/share/doc + /usr/share/icons + /usr/share/locale + /usr/share/applications + /usr/share/gnome-bluetooth + + + + gnome-bluetooth3-devel + Development files for gnome-bluetooth + development + + gnome-bluetooth3 + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-06-03 + 3.34.5 + Duplicated for budgie desktop. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-05-28 + 3.34.5 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gcr + https://gitlab.gnome.org/GNOME/gcr + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv2 + library + desktop.gnome.base + The Gcr package contains libraries used for displaying certificates and accessing key stores. + The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. + https://download.gnome.org/sources/gcr/3.41/gcr-3.41.1.tar.xz + + meson + gnupg + intltool + gtk-doc + gtk3-devel + vala-devel + glib2-devel + libxslt-devel + p11-kit-devel + python-six + openssh + gi-docgen + libsecret-devel + libgcrypt-devel + gobject-introspection-devel + + desktop/gnome/base/gcr/pspec.xml + + + gcr + + gtk3 + cairo + glib2 + pango + p11-kit + openssh + libsecret + libgcrypt + gdk-pixbuf + gobject-introspection + + + /etc + /usr/bin + /usr/lib/libgcr* + /usr/lib/libgck* + /usr/lib/girepository-1.0 + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/GConf + /usr/share/gcr-3 + /usr/share/gir-1.0 + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/mime + /usr/share/vala + + + 10-gcr.conf + + + + gcr-devel + Development files for gcr + gcr için geliştirme dosyaları + + glib2-devel + gtk3-devel + p11-kit-devel + gobject-introspection-devel + gcr + + + /usr/include + /usr/lib/pkgconfig + + + + gcr-docs + gcr reference documents + data:doc + + gcr + + + /usr/share/doc/gck-1 + /usr/share/doc/gcr-* + + + + + 2022-07-15 + 3.41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 3.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 3.28.1 + Rebuild. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-07-13 + 3.28.1 + Version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-09-16 + 3.28.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-21 + 3.28.0 + Release bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-30 + 3.20.0 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-05-17 + 3.20.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + accountsservice + http://www.freedesktop.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv3 + library + desktop.gnome.base + D-Bus Service to Manipulate User Account Information + accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information. + https://www.freedesktop.org/software/accountsservice/accountsservice-22.08.8.tar.xz + + meson + xmlto + intltool + gtk-doc + python-six + vala-devel + dbus-devel + glib2-devel + polkit-devel + docbook-xsl + libxslt-devel + elogind-devel + gettext-devel + gobject-introspection-devel + + desktop/gnome/base/accountsservice/pspec.xml + + + accountsservice + + polkit + shadow + glib2 + + + /usr/libexec + /usr/lib + /usr/share/doc + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/polkit-1 + /usr/share/vala/vapi + /etc/dbus-1/system.d + /usr/share/locale + /var/lib/AccountsService/ + /usr/share/accountsservice/user-templates/ + + + + accountsservice-docs + accountsservice reference documents + data:doc + + accountsservice + + + /usr/share/gtk-doc + + + + accountsservice-devel + accountsservice için geliştirme dosyaları + accountsservice için geliştirme dosyaları + + accountsservice + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-01 + 22.08.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.6.55 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.6.55 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 0.6.55 + Version Bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-08-13 + 0.6.50 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 0.6.45 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.6.43 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.6.40 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-11 + 0.6.40 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gnome-shell-extensions + https://gitlab.gnome.org/GNOME/gnome-shell-extensions + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.gnome.base + A collection of extensions providing additional and optional functionality to GNOME Shell + GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell + gnome + https://download.gnome.org/sources/gnome-shell-extensions/42/gnome-shell-extensions-42.3.tar.xz + + libgtop-devel + sassc + meson + + desktop/gnome/base/gnome-shell-extensions/pspec.xml + + + gnome-shell-extensions + + /usr/share/doc + /usr/share/gnome-shell + /usr/share/xsessions + /usr/share/glib-2.0 + /usr/share/locale + + + + + 2022-07-04 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-29 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 40.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-12 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.1 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + tracker + https://gitlab.gnome.org/GNOME/tracker + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + desktop.gnome.addons + Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. + Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. + https://download.gnome.org/sources/tracker/3.3/tracker-3.3.3.tar.xz + + meson + gettext-devel + glib2-devel + vala-devel + asciidoc + dbus-devel + icu4c-devel + json-glib-devel + libsoup-devel + libsoup3-devel + libxml2-devel + sqlite-devel + NetworkManager-devel + bash-completion + gobject-introspection-devel + libxslt-devel + python3-pygobject3-devel + + desktop/gnome/addons/tracker/pspec.xml + + + tracker + + glib2 + icu4c + sqlite + libsoup + libsoup3 + libxml2 + json-glib + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/lib/tracker* + /usr/libexec + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share/tracker3 + /usr/share/bash-completion + /usr/share/dbus-1 + + + + tracker-devel + + tracker + glib2-devel + icu4c-devel + sqlite-devel + libxml2-devel + libsoup-devel + json-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-08-09 + 3.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-06 + 3.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-01 + 3.3.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-31 + 3.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-15 + 3.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 3.1.1 + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + xdg-user-dirs-gtk + https://www.gnome.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.addons + Creates user dirs and asks to relocalize them + Creates user dirs and asks to relocalize them + Creates user dirs and asks to relocalize them + Creates user dirs and asks to relocalize them + https://download.gnome.org/sources/xdg-user-dirs-gtk/0.10/xdg-user-dirs-gtk-0.10.tar.xz + + intltool + gtk3-devel + glib2-devel + gnome-common + xdg-user-dirs + + desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml + + + xdg-user-dirs-gtk + + gtk3 + glib2 + + + /usr/bin + /etc + /usr/lib + /usr/share/locale + /usr/share/doc + + + + + 2021-06-01 + 0.10 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libmanette + https://gnome.pages.gitlab.gnome.org/libmanette/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2.1 + library + desktop.gnome.addons + Simple GObject game controller library + Simple GObject game controller library + Basit GObject oyun kumandası kitaplığı + Basit GObject oyun kumandası kitaplığı + https://download.gnome.org/sources/libmanette/0.2/libmanette-0.2.6.tar.xz + + meson + vala-devel + glib2-devel + libevdev-devel + libgudev-devel + gobject-introspection-devel + + desktop/gnome/addons/libmanette/pspec.xml + + + libmanette + + glib2-devel + libevdev-devel + libgudev-devel + + + /usr/bin + /usr/lib + /usr/share/vala + /usr/share/doc + + + + libmanette-devel + Development files for libmanette + + libmanette + glib2-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2021-06-08 + 0.2.6 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-photos + https://wiki.gnome.org/Apps/Photos + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + desktop.gnome.addons + Access, organize, and share your photos on GNOME + Access, organize, and share your photos on GNOME + GNOME'de fotoğraflarınıza erişin, düzenleyin ve paylaşın + GNOME'de fotoğraflarınıza erişin, düzenleyin ve paylaşın + https://download.gnome.org/sources/gnome-photos/42/gnome-photos-42.0.tar.xz + + git + meson + itstool + yelp-tools + atk-devel + atk-devel + gegl-devel + gtk3-devel + cairo-devel + glib2-devel + grilo-devel + pango-devel + libpng-devel + tracker-devel + libgdata-devel + libhandy-devel + libdazzle-devel + libgexiv2-devel + gdk-pixbuf-devel + libgfbgraph-devel + geocode-glib-devel + libjpeg-turbo-devel + gnome-online-accounts-devel + gsettings-desktop-schemas-devel + + desktop/gnome/addons/gnome-photos/pspec.xml + + + gnome-photos + + atk + atk + gegl + gtk3 + cairo + glib2 + grilo + pango + libpng + tracker + libgdata + libhandy + libdazzle + libgexiv2 + gdk-pixbuf + libgfbgraph + geocode-glib + libjpeg-turbo + gnome-online-accounts + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share/applications + /usr/share/dbus-1 + /usr/share/help + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/locale + /usr/share/metainfo + /usr/share/doc + + + + + 2022-03-21 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 40.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnome-tweaks + https://wiki.gnome.org/Apps/Tweaks + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.gnome.addons + Graphical interface for advanced GNOME 3 settings (Tweak Tool) + Graphical interface for advanced GNOME 3 settings (Tweak Tool) + Gelişmiş GNOME 3 ayarları için grafik arayüz + Gelişmiş GNOME 3 ayarları için grafik arayüz + gnome + https://download.gnome.org/sources/gnome-tweaks/40/gnome-tweaks-40.10.tar.xz + + meson + libhandy-devel + gnome-shell + gnome-desktop-devel + python3-pygobject3-devel + gnome-settings-daemon-devel + gsettings-desktop-schemas-devel + + + Notify-0.8.patch + + desktop/gnome/addons/gnome-tweaks/pspec.xml + + + gnome-tweaks + + /usr/bin + /usr/libexec + /usr/lib/python3.* + /usr/share/applications + /usr/share/icons + /usr/share/glib-2.0 + /usr/share/gnome-tweaks + /usr/share/locale + /usr/share/metainfo + /usr/share/doc + + + + + 2022-07-17 + 40.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-20 + 40.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 40.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-02 + 40.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + eog-plugins + https://wiki.gnome.org/Apps/EyeOfGnome/Plugins + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.addons + A collection of plugins for the eog image viewer + eog resim görüntüleyici için bir eklenti koleksiyonu + A collection of plugins for the eog image viewer + eog resim görüntüleyici için bir eklenti koleksiyonu + eog-plugins + mirrors://gnome/eog-plugins/42/eog-plugins-42.1.tar.xz + + meson + libchamplain-devel + clutter-gtk-devel + eog-devel + gsettings-desktop-schemas-devel + libexif-devel + libgdata-devel + libpeas-devel + intltool + python3-devel + + desktop/gnome/addons/eog-plugins/pspec.xml + + + eog-plugins + + atk + eog + cogl + gtk3 + mesa + cairo + glib2 + libXi + pango + libX11 + libdrm + clutter + libXext + libexif + libpeas + libsoup + libxml2 + wayland + harfbuzz + libgdata + libglvnd + json-glib + libXfixes + libXrandr + gdk-pixbuf + libXdamage + clutter-gtk + libchamplain + libxkbcommon + libXcomposite + wayland-client + wayland-cursor + wayland-server + gnome-online-accounts + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + + 2022-04-24 + 42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 3.26.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 3.26.7 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + eog + https://wiki.gnome.org/Apps/EyeOfGnome + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.addons + Eye of GNOME image viewer + GNOME resim gösterici + Eye of GNOME image viewer + GNOME resim gösterici + eog + mirrors://gnome/eog/42/eog-42.3.tar.xz + + glib2-devel + gtk3-devel + exempi-devel + gdk-pixbuf-devel + glib2-devel + gnome-desktop-devel + gobject-introspection-devel + gsettings-desktop-schemas-devel + lcms2-devel + libexif-devel + libpeas-devel + libportal-devel + librsvg-devel + shared-mime-info + libX11-devel + desktop-file-utils + gettext-devel + gtk-doc + itstool + libjpeg-turbo-devel + meson + zlib-devel + libhandy-devel + appstream-glib-devel + + desktop/gnome/addons/eog/pspec.xml + + + eog + + gtk3 zlib + cairo + glib2 + lcms2 + exempi + libX11 + libexif + libpeas + librsvg + libhandy + libportal + gdk-pixbuf + gnome-desktop + libjpeg-turbo + gobject-introspection + + + /usr/bin + /usr/lib/eog + /usr/share/applications + /usr/share/doc + /usr/share/eog + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/help + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + sleep + + + + eog-devel + eog için geliştirme dosyaları + + eog + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-06 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-05 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-16 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qtermwidget5 + https://github.com/lxqt/qtermwidget + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + app:gui + desktop.toolkit + Terminal widget for Qt5 + Qt tabanlı uygulamalar için basit bir terminal modulü + A simple terminal widget for using with Qt5 based applications + https://github.com/lxde/qtermwidget/releases/download/1.1.0/qtermwidget-1.1.0.tar.xz + + cmake + libgcc + lxqt-build-tools + qt5-base-devel + qt5-linguist + + desktop/toolkit/qtermwidget5/pspec.xml + + + qtermwidget5 + Development files for qtermwidget5 + + libgcc + qt5-base + + + /usr/bin/consoleq + /usr/lib + /usr/share + /usr/share/doc + + + + qtermwidget5-devel + Development files for qtermwidget5 + qtermwidget5 için geliştirme dosyaları + + qt5-base-devel + qtermwidget5 + + + /usr/share/cmake/qtermwidget5 + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-06 + 1.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-25 + 1.1.0 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-11-14 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.17.0 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-12-19 + 0.16.0 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-09-09 + 0.15.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.15.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-08 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 0.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-28 + 0.14.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-27 + 0.14.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-01-16 + 0.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 0.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 0.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 0.8.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-31 + 0.7.1 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-08 + 0.7.1 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-17 + 0.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + xsettingsd + https://github.com/derat/xsettingsd + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.toolkit + Provides settings to X11 applications via the XSETTINGS specification + Provides settings to X11 applications via the XSETTINGS specification + xsettingsd + https://github.com/derat/xsettingsd/archive/refs/tags/v1.0.2.tar.gz + + libX11-devel + extra-cmake-modules + + desktop/toolkit/xsettingsd/pspec.xml + + + xsettingsd + + libX11 libgcc /usr/bin - /usr/share/pixmaps - /usr/share/applications + /usr/lib + /usr/share + + + + + 2021-05-01 + 1.0.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + openmotif + http://www.motifzone.org/ + + PisiLinux Community + admins@pisilinux.org + + MOTIF + library + app + desktop.toolkit.motif + Open Motif implementation + Özgür Motif kitaplığı + Freely available version of the well known Motif user interface toolkit for Open Source operating systems. + Açık kaynak kodlu işletim sistemleri için yaygın olarak tanına Motif kullanıcı arabirimi araçlarının özgürce kullanılabilen sürümü. + mirrors://sourceforge/motif/motif-2.3.8.tar.gz + + libXmu-devel + libXft-devel + xbitmaps + fontconfig-devel + libXt-devel + libXext-devel + libjpeg-turbo-devel + libX11-devel + libpng-devel + + + openmotif-2.3.2-sanitise-paths.patch + 0003_fix_ftbfs_binutils-gold.patch + openmotif-uil.patch + openmotif-unaligned.patch + openMotif-2.3.0-no_X11R6.patch + motif-2.3.4-bindings.patch + motif-2.3.4-mwmrc_dir.patch + wmluiltok_fake_lex_main.patch + + desktop/toolkit/motif/openmotif/pspec.xml + + + openmotif + + libXmu + libXft + libXp + libSM + libICE + fontconfig + libXt + libXext + libjpeg-turbo + libX11 + libpng + freetype + + + /etc + /usr/bin + /usr/lib + /usr/share/X11/app-defaults + /usr/share/X11/bindings + /usr/share/doc + /usr/share/man + + + Mwm.defaults + + + + openmotif-devel + Development files for openmotif + openmotif için geliştirme dosyaları + + openmotif + libXft-devel + libXt-devel + libXmu-devel + libXext-devel + + + /usr/include + /usr/share/man/man3 + + + + openmotif-32bit + 32-bit shared libraries for openmotif + emul32 + emul32 + + libSM-32bit + libXt-32bit + libXp-32bit + libXmu-32bit + libpng-32bit + libX11-32bit + libICE-32bit + libXft-32bit + libXext-32bit + fontconfig-32bit + libjpeg-turbo-32bit + + + openmotif + libSM-32bit + libXt-32bit + libXp-32bit + libXmu-32bit + libpng-32bit + libX11-32bit + libICE-32bit + libXft-32bit + libXext-32bit + fontconfig-32bit + freetype-32bit + libjpeg-turbo-32bit + + + /usr/lib32 + + + + + 2020-01-28 + 2.3.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-31 + 2.3.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 2.3.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 2.3.7 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-08-17 + 2.3.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + fltk + https://www.fltk.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit + FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit + FLTK, platformlar arası C++ kullanıcı arayüzü için bir araç takımı + FLTK fournit les fonctionnalités IHM sans fioritures et supporte les graphiques 3D via OpenGL et son émulation GLUT intégrée. FLTK est conçue pour être petite et suffisamment modulaire pour être associée statiquement, tout en restant parfaitement utilisable en tant que librairie partagée. FLTK inclus également un excellent constructeur d'IHM appelé FLUID pouvant être utilisé pour créer des applications en quelques minutes. + FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes. + FLTK sistemi yormadan modern bir arayüzün işlevselliğini sağlar. OpenGL ve kendi içinde bulunan GLUT emülasyonu sayesinde 3B görüntü de sağlayabilir. FLTK statik kitaplık olabilecek kadar küçük ve modülerdir, fakat paylaşılmış kitaplık olarak da çalışabilir. Ayrıca FLUID adlı grafik arayüz tasarım aracı sayesinde çok kısa sürede FLTK uygulamaları geliştirilebilir. + FLTK provee una funcionalidad de un GUI moderno sin demasiado complejidad y soporta gráficos 3D via OpenGL y su emulación GLUT incluido. FLTK fue diseñado para ser pequeño y modular para enlace estático, pero funciona bien como librería compartida. FLTK también incluye un entorno de desarrollo UI llamado FLUID con el cual se puede crear aplicaciones en minutos. + https://www.fltk.org/pub/fltk/1.3.5/fltk-1.3.5-source.tar.bz2 + + x-fluid.desktop + + + zlib-devel + libX11-devel + libgcc + libpng-devel + libglvnd-devel + libXft-devel + libXext-devel + mesa-glu-devel + libXfixes-devel + libXcursor-devel + fontconfig-devel + libXinerama-devel + libjpeg-turbo-devel + + + fltk-config-dynlibs.patch + + desktop/toolkit/fltk/pspec.xml + + + fltk + + zlib + libX11 + libgcc + libpng + libglvnd + libXft + libXext + libXrender + mesa-glu + libXfixes + libXcursor + fontconfig + libXinerama + libjpeg-turbo + + + /usr/lib + /usr/share/doc + + + + fltk-32bit + emul32 + emul32 + + zlib-32bit + libX11-32bit + libgcc + libpng-32bit + libglvnd-32bit + libXft-32bit + libXext-32bit + mesa-glu-32bit + libXfixes-32bit + libXcursor-32bit + fontconfig-32bit + libXinerama-32bit + libjpeg-turbo-32bit + + + fltk + zlib-32bit + libX11-32bit + libpng-32bit + libglvnd-32bit + libXft-32bit + libXext-32bit + libXrender-32bit + mesa-glu-32bit + libXfixes-32bit + libXcursor-32bit + fontconfig-32bit + libXinerama-32bit + libjpeg-turbo-32bit + + + /usr/lib32 + + + + fltk-devel + Development files and utilities for FLTK + FLTK için geliştirme dosyaları ve yardımcı uygulamalar + app:console + app:gui + + fltk + libX11 + libgcc + libpng + + + /etc/env.d + /usr/share/man + /usr/bin + /usr/include + /usr/share/icons + /usr/share/mimelnk + /usr/share/doc/*/html + /usr/share/applications + + + 99fltk + + + + + 2020-01-19 + 1.3.5 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.3.4.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-07 + 1.3.4.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 1.3.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-09 + 1.3.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qtcreator + http://qt-project.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + app:gui + programming.environment + Lightweight, cross-platform integrated development environment + Hafif, çapraz platform tümleşik geliştirme ortamı + Lightweight, cross-platform integrated development environment + Hafif, çapraz platform tümleşik geliştirme ortamı + https://download.qt.io/official_releases/qtcreator/4.14/.4.14.1/qt-creator-opensource-src-4.14.1.tar.xz + + libgcc + libX11-devel + cmake + git + mesa-devel + openssh + qt5-quickcontrols + qt5-base-devel + qt5-declarative-devel + qt5-linguist + qt5-serialport-devel + qt5-quickcontrols2 + qt5-svg-devel + qt5-xmlpatterns + qt5-webkit-devel + qt5-x11extras-devel + qt5-assistant-devel + qt5-designer-devel + qt5-script-devel + qt5-webengine-devel + valgrind + llvm-clang-devel + llvm + + desktop/toolkit/qtcreator/pspec.xml + + + qtcreator + Lightweight, cross-platform integrated development environment + + elfutils + llvm-libs + llvm-clang + qt5-svg + qt5-base + qt5-base-devel + qt5-script + qt5-webkit + qt5-designer + qt5-assistant + qt5-serialport + qt5-declarative + qt5-webengine + + + /usr/bin + /usr/libexec/qtcreator + /usr/lib/qtcreator + /usr/share/applications + /usr/share/licenses + /usr/share/qtcreator + /usr/share/doc + /usr/share/icons + /etc + /usr/share/metainfo + + + + + 2021-02-24 + 4.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-14 + 4.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-25 + 4.12.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-01-20 + 4.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 4.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-15 + 4.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 4.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 4.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-30 + 4.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-07 + 4.5.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-13 + 4.3.0 + Version Bump + Ali Algul + aligulle3801@gmail.com + + + 2017-03-19 + 4.2.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 4.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-22 + 4.0.0 + version bump and fixed prefix path + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-21 + 3.6.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + colord-gtk + http://www.freedesktop.org/software/colord/ + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv3+ + app:gui + desktop.toolkit + GTK support library for colord + Colord için GTK destek kütüphanesi + colord-gtk is a GTK+ support library. + http://www.freedesktop.org/software/colord/releases/colord-gtk-0.3.0.tar.xz + + meson + atk-devel + gtk4-devel + gtk3-devel + cairo-devel + pango-devel + colord-devel + gdk-pixbuf-devel + gtk-doc + vala-devel + intltool + gobject-introspection-devel + glib2-devel + python-six + docbook-xsl + + desktop/toolkit/colord-gtk/pspec.xml + + + colord-gtk + + atk + gtk4 + gtk3 + cairo + pango + colord + gdk-pixbuf + lcms2 + glib2 + + + /usr/lib + /usr/share/doc + /usr/share + /usr/share/vala/vapi/ + /usr/share/gir-1.0 + /usr/share/locale + /usr/bin + /usr/share/man/man1 + + + + colord-gtk-devel + colord-gtk için geliştirme dosyaları + + colord-gtk + gtk3-devel + gtk4-devel + colord-devel + + + /usr/lib/pkgconfig/ + /usr/include/colord-1/ + + + + + 2022-05-31 + 0.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-05 + 0.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-24 + 0.1.26 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-30 + 0.1.26 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 0.1.26 + Release up + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-17 + 0.1.26 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + qscintilla2 + https://www.riverbankcomputing.com/software/qscintilla/intro + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + GPLv3 + library + desktop.toolkit + Qt port of Scintilla + QScintilla2, Neil Hodgson'un Scintilla C++ editör sınıfının bir Qt4 uyarlamasıdır. + Port do Qt klas C++ edytora Scintilla autorstwa Neila Hodgsona. + QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class. + QScintilla2, Neil Hodgson'un Scintilla C++ editör sınıfının bir Qt4 uyarlamasıdır. + QScintilla jest portem do Qt klas C++ edytora Scintilla autorstwa Neila Hodgsona. + https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.5/QScintilla-2.11.5.tar.gz + + chrpath + python-sip + python3-sip + python-devel + python3-devel + qscintilla2-python-common + mesa-devel + qt5-base-devel + qt5-script-devel + python-qt5-devel + python3-qt5-devel + qt5-designer-devel + qt5-xmlpatterns-devel + + desktop/toolkit/qscintilla2/pspec.xml + + + qscintilla2 + + libgcc + qt5-base + + + /usr/lib + /usr/lib/qt5/plugins + /usr/share/doc + /usr/share/qt5/mkspecs + /usr/share/qt5/translations + + + + qscintilla2-python-common + Common python qscintilla bindings files shared between qscintilla2-python and qscintilla2-python3 + + qscintilla2 + + + /usr/share/qt5/qsci + /usr/share/sip + + + + qscintilla2-python + Python 2.x bindings for qscintilla2 + qscintilla2 için Python bağlayıcıları + + qscintilla2 + qscintilla2-python-common + qt5-base + + + /usr/lib/python2* + + + + qscintilla2-python3 + Python 3.x bindings for qscintilla2 + + python3 + qscintilla2 + qscintilla2-python-common + qt5-base + libgcc + + + /usr/lib/python3* + + + + qscintilla2-doc + HTML documentation for qscintilla2 + qscintilla2 için HTML belgeleri + + /usr/share/doc/qscintilla2/Scintilla + /usr/share/doc/qscintilla2/html + + + + qscintilla2-devel + Development files for qscintilla2 + qscintilla2 için geliştirme dosyaları + Pliki nagłówkowe dla QScintilla + + qscintilla2 + + + /usr/include/qt5/Qsci + + + + + 2020-09-14 + 2.11.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 2.11.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 2.11.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 2.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-22 + 2.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-08 + 2.10.8 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 2.10.8 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 2.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 2.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-19 + 2.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 2.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-02 + 2.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-06 + 2.10.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-04 + 2.10 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 2.9.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-28 + 2.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + fox + http://www.fox-toolkit.org/ + + fury + uglyside@yandex.ru + + LGPL-3 + library + desktop.toolkit.fox + The FOX GUI Library. + FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects! + http://fox-toolkit.org/ftp/fox-1.7.79.tar.gz + + gcc + zlib-devel + mesa-devel + tiff-devel + libXi-devel + libSM-devel + libpng-devel + libXft-devel + libX11-devel + libICE-devel + freetype-devel + mesa-glu-devel + openjpeg2-devel + libXfixes-devel + libXrandr-devel + libXrender-devel + fontconfig-devel + libXcursor-devel + libjpeg-turbo-devel + + desktop/toolkit/fox/fox/pspec.xml + + + fox + + tiff + zlib + bzip2 + libSM + libXi + libICE + libX11 + libXft + libgcc + libpng + libXext + freetype + mesa-glu + libglvnd + libXfixes + libXrandr + fontconfig + libXcursor + libXrender + libjpeg-turbo + + + /usr/bin/fox-config + /usr/lib + /usr/share/doc/fox + + + + adie + Adie is an extremely fast and convenient programming text editor using the FOX Toolkit. + app:gui + GPL-3 + + fox + + + /usr/bin/adie + /usr/bin/Adie.stx + /usr/share/applications/adie.desktop + /usr/share/man/man1/adie.1 + + + adie.desktop + + + + calculator + The FOX Calculator is a simple desktop calculator geared toward the programmer. + app:gui + GPL-3 + + fox + + + /usr/bin/calculator + /usr/share/applications/calculator.desktop + /usr/share/man/man1/calculator.1 + + + calculator.desktop + + + + ControlPanel + Configure desktop settings for FOX Toolkit applications. + app:gui + GPL-3 + + fox + + + /usr/bin/ControlPanel + /usr/share/applications/ControlPanel.desktop + /usr/share/man/man1/ControlPanel.1 + + + ControlPanel.desktop + + + + PathFinder + Simple file manager written in FOX Toolkit. + app:gui + GPL-3 + + fox + + + /usr/bin/PathFinder + /usr/share/applications/PathFinder.desktop + /usr/share/man/man1/PathFinder.1 + + + PathFinder.desktop + + + + reswrap + Reswrap is a tool to turn binary files into C or C++ data arrays. + app:console + pass + + /usr/bin/reswrap + /usr/share/man/man1/reswrap.1 + + + + shutterbug + Shutterbug is a simple screen snapshot application inspired by SGI Snapshot. + app:gui + GPL-3 + + fox + + + /usr/bin/shutterbug + /usr/share/applications/shutterbug.desktop + /usr/share/man/man1/shutterbug.1 + + + shutterbug.desktop + + + + fox-devel + + fox + tiff-devel + zlib-devel + bzip2 + libXi-devel + libX11-devel + libXft-devel + libpng-devel + libXext-devel + freetype-devel + libXfixes-devel + libXrandr-devel + fontconfig-devel + libXcursor-devel + libXrender-devel + libjpeg-turbo-devel + + + /usr/include/fox-1.7 + /usr/lib/pkgconfig/fox17.pc + + + + fox-doc + + /usr/share/doc/fox-1.7 + + + + + 2022-04-14 + 1.7.79 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-25 + 1.7.77 + First release + fury + uglyside@yandex.ru + + + + + + glade + http://glade.gnome.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + library + app:gui + desktop.toolkit + GTK+ Form Designer + GTK+ form tasarımcısı + Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. + Glade, GTK+ araç kiti ve GNOME masaüstü ortamı için, rahat ve basit kullanıcı arayüzü tasarlamak amacıyla yazılmış, hızlı uygulama geliştirme aracıdır. + org.gnome.Glade + http://ftp.acc.umu.se/pub/GNOME/sources/glade/3.40/glade-3.40.0.tar.xz + + meson + gtk3-devel + python3-devel + gobject-introspection-devel + python-devel + python-pygobject3-devel + webkit2gtk-devel + intltool + gtk-doc + libxml2-devel + itstool + + desktop/toolkit/glade/pspec.xml + + + glade + + gtk3 + cairo + glib2 + gdk-pixbuf + python3 + libxml2 + pango + webkit2gtk + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/applications + /usr/share/gettext + /usr/share/glade + /usr/share/help + /usr/share/gir-1.0 + /usr/share/icons + /usr/share/gnome + /usr/share/doc /usr/share/appdata /usr/share/metainfo - /usr/share/focuswriter - /usr/share/icons/hicolor + + + + glade-devel + Glade development files + Glade geliştirme dosyaları + library + + glade + glib2-devel + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + glade-docs + Glade reference documents + Glade başvuru belgeleri + data:doc + + glade + + + /usr/share/gtk-doc + /usr/share/omf + /usr/share/man + + + + + 2022-08-11 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-22 + 3.38.2 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2021-04-05 + 3.38.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + granite + https://github.com/elementary/granite + + Berk Çakar + berk2238@hotmail.com + + LGPLv3 + desktop + Granite is a companion library for GTK and GLib. + Granite is a companion library for GTK and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for elementary OS. + https://github.com/elementary/granite/archive/refs/tags/6.2.0.tar.gz + + gobject-introspection-devel + gtk3-devel + libgee-devel + vala-devel + meson + + desktop/toolkit/granite/pspec.xml + + + granite + + cairo + gtk3 + glib2 + pango + libgee + gdk-pixbuf + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/libgranite*.so* + /usr/share/applications + /usr/share/doc + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + granite-devel + Development files for granite + + granite + gtk3-devel + glib2-devel + libgee-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-08-04 + 6.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-15 + 6.1.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + pango + http://www.pango.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + FTL + library + desktop.toolkit.gtk + Outil de positionnement et de rendu de texte. + Text rendering and layout library + Metin görüntüleme kitaplığı + Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x. + Pango, özellikle yerelleştirme ile birlikte metin düzenlemek ve biçimlendirmek için bir kitaplıktır. Pango metin biçimlendirmenin gerekli olduğu her yerde kullanılabilir ama şimdiye kadar ki birçok Pango çalışması GTK+ araç takımının parçası ile tamamlandı. Pango formları, GTK+-2.x. için temel metin ve yazı tipini yönetir. + mirrors://gnome/pango/1.50/pango-1.50.9.tar.xz + + libX11-devel + freetype-devel + cairo-devel + libXft-devel + harfbuzz-devel + graphite2-devel + fontconfig-devel + libXrender-devel + gtk-doc + python-six + gobject-introspection-devel + glib2-devel + fribidi-devel + meson + gi-docgen + help2man + + desktop/toolkit/gtk/pango/pspec.xml + + + pango + + glib2 + libX11 + freetype + cairo + libXft + fribidi + harfbuzz + fontconfig + libXrender + + + /etc/pango + /usr/bin + /usr/lib/libpango* + /usr/lib/girepository-1.0 + /usr/lib/pango + /usr/share/gir-1.0 + /usr/share/man + /usr/share/doc + + + System.Package + + + + pango-devel + Development files for pango + pango için geliştirme dosyaları + + pango + cairo-devel + libXft-devel + fribidi-devel + harfbuzz-devel + fontconfig-devel + freetype-devel + glib2-devel + libXrender-devel + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + + + + pango-docs + Pango reference documents + Pango referans dokümanları + data:doc + + /usr/share/doc/Pango* + + + + pango-32bit + 32-bit shared libraries for pango + pango için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + cairo-32bit + glib2-32bit + libX11-32bit + libXft-32bit + fribidi-32bit + freetype-32bit + libXrender-32bit + fontconfig-32bit + libffi-32bit + harfbuzz-32bit + + + pango + cairo-32bit + glib2-32bit + libX11-32bit + libXft-32bit + fribidi-32bit + freetype-32bit + libXrender-32bit + fontconfig-32bit + libffi-32bit + harfbuzz-32bit + + + /usr/bin/pango-querymodules-32 + /usr/lib32/libpango* + /usr/lib32/girepository-1.0 + /usr/lib32/pango + + + + + 2022-08-11 + 1.50.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 1.50.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 1.50.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-11 + 1.50.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-24 + 1.50.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 1.50.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 1.50.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-07 + 1.50.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-11 + 1.48.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 1.48.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-12 + 1.48.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 1.48.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-23 + 1.48.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 1.44.7 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-15 + 1.42.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.40.14 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-28 + 1.40.14 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-18 + 1.40.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.38.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.38.1 + Release bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2016-01-25 + 1.38.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + clutter + https://gitlab.gnome.org/GNOME/clutter + + Berk Çakar + berk2238@hotmail.com + + LGPLv2.1 + library + desktop.toolkit.gtk + OpenGL GUI toolkit + OpenGL grafik arabirim kitaplığı + clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example of potential usage is in media center type applications. + clutter görsel olarak zengin ve hızlı grafik arabirimler oluşturmak için hazırlanmış bir açık kodlu kitaplıktır. Kullanım alanlarına en belirgin örnek olarak çoklu ortam yazılımları gösterilebilir. + http://ftp.gnome.org/pub/gnome/sources/clutter/1.26/clutter-1.26.4.tar.xz + + pango-devel + cairo-devel + gtk3-devel + mesa-devel + libXext-devel + libXrandr-devel + libXfixes-devel + libXdamage-devel + libXcomposite-devel + json-glib-devel + gobject-introspection-devel + gdk-pixbuf-devel + cogl-devel + glib2-devel + gtk-doc + wayland-client + wayland-server + wayland-devel + valgrind + libdrm-devel + libxkbcommon-devel + + desktop/toolkit/gtk/clutter/pspec.xml + + + clutter + + cogl + pango + cairo + gtk3 + mesa + libXext + libXrandr + libXfixes + libXdamage + libXcomposite + json-glib + atk + libXi + gdk-pixbuf + glib2 + libX11 + libdrm + wayland + freetype + harfbuzz + libglvnd + libXrandr + fontconfig + libxkbcommon + wayland-client + wayland-cursor + wayland-server + + + /usr/lib + /usr/share/doc/clutter + /usr/share/gtk-doc + /usr/share/locale + /usr/share/clutter-1.0/valgrind/clutter.supp + + + + clutter-devel + Development files for clutter + + atk-devel + cogl-devel + gtk3-devel + gdk-pixbuf + mesa-devel + libXi-devel + pango-devel + cairo-devel + glib2-devel + libX11-devel + libXext-devel + wayland-devel + json-glib-devel + gdk-pixbuf-devel + libXdamage-devel + libxkbcommon-devel + libXcomposite-devel + clutter + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2021-09-23 + 1.26.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-10 + 1.26.2 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gtksourceview5 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + A text widget implementing syntax highlighting and other features + Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. + mirrors://gnome/gtksourceview/5.4/gtksourceview-5.4.2.tar.xz + + meson + python3 + itstool + valgrind + intltool + gtk-doc + vala-devel + gi-docgen + gtk4-devel + libpcre2-devel + fontconfig-devel + glib2-devel + yelp-tools + libxml2-devel + autoconf-archive + gobject-introspection-devel + sysprof-devel + glade-devel + gtk4-update-icon-cache + + desktop/toolkit/gtk/gtksourceview5/pspec.xml + + + gtksourceview5 + + gtk4 + libpcre2 + fontconfig + cairo + fribidi + glib2 + pango + libxml2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0/ + /usr/share/glade/ + /usr/share/vala/vapi + /usr/share/icons + /usr/share/gtksourceview-5 + + + + gtksourceview5-docs + Reference documents of gtksourceview + data:doc + + /usr/share/doc/gtksourceview5/*.html + + + + gtksourceview5-devel + Development files for gtksourceview + + gtksourceview5 + gtk4-devel + glib2-devel + pango-devel + fribidi-devel + libxml2-devel + libpcre2-devel + fontconfig-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-14 + 5.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-22 + 5.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-04 + 5.2.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + gtkdatabox + http://sourceforge.net/projects/gtkdatabox + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + desktop.toolkit.gtk + A Gtk+ Widget for Fast Data Display + Hızlı veri gösterimi sağlayan bir Gtk+ kitaplığı + GtkDatabox is a widget for the Gtk+ library designed to display large amounts of numerical data fast and easy. + gtkdatabox, yüksek miktarda veriyi hızlı ve kolayca görüntülemeyi sağlayan bir Gtk+ kitaplığıdır. + https://sourceforge.net/projects/gtkdatabox/files/gtkdatabox-1/gtkdatabox-1.0.0.tar.gz/download + + gtk3-devel + cairo-devel + pango-devel + glade-devel + gtk-doc + + desktop/toolkit/gtk/gtkdatabox/pspec.xml + + + gtkdatabox + + atk + gtk3 + cairo + pango + glib2 + gdk-pixbuf + fontconfig + + + /usr/lib + /usr/share/doc + /usr/share/icons + + + + gtkdatabox-devel + Development files for gtkdatabox + gtkdatabox için geliştirim dosyaları + + gtkdatabox + cairo-devel + gtk3-devel + pango-devel + + + /usr/include + /usr/lib/pkgconfig + + + + gtkdatabox-glade + Glade 2 support for gtkdatabox + gtkdatabox için Glade 3 desteği + + gtkdatabox + atk + gtk3 + cairo + pango + glade + gdk-pixbuf + fontconfig + + + /usr/lib/glade + /usr/share/glade/catalogs + + + + gtkdatabox-docs + Development files for gtkdatabox + gtkdatabox için belgelendirme dosyaları + + gtkdatabox + + + /usr/share/gtk-doc + + + + + 2021-10-14 + 1.0.0 + First release + Erkan IŞIK + erkanisik@pisilinux.org + + + + + + atk + https://developer.gnome.org/atk/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + GTK+ and GNOME Accessibility Toolkit + GTK+ ve GNOME erişilebilirlik kitaplığı + Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées. + These libraries provide tools for making software for people with disabilities. + Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir. + mirrors://gnome/atk/2.38/atk-2.38.0.tar.xz + + gobject-introspection-devel + glib2-devel + meson + + desktop/toolkit/gtk/atk/pspec.xml + + + atk + + glib2 + + + /usr/lib/libatk* + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/doc + + + + atk-devel + Development files for atk + atk için geliştirme dosyaları + + atk + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + atk-32bit + 32-bit shared libraries for atk + atk için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glib2-32bit + + + atk + glib2-32bit + + + /usr/lib32 + + + + + 2022-05-31 + 2.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-03 + 2.36.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-08 + 2.34.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-07-27 + 2.30.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 2.28.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-19 + 2.28.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-08 + 2.27.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-06 + 2.22.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.16.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.16.0 + release bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-04-17 + 2.16.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libwnck3 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + desktop.toolkit.gtk + A window navigation construction kit + libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. + http://ftp.gnome.org/pub/gnome/sources/libwnck/40/libwnck-40.1.tar.xz + + startup-notification-devel + gobject-introspection-devel + libXres-devel + pango-devel + gtk3-devel + glib2-devel + intltool + libXt-devel + gettext + meson + + + libwnck-2.18.0-above.patch + + desktop/toolkit/gtk/libwnck3/pspec.xml + + + libwnck3 + + startup-notification + gdk-pixbuf + libXrender + libXres + pango + libX11 + cairo + gtk3 + atk + glib2 + + + /usr/lib + /usr/share/locale + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + /usr/share/doc + + + + libwnck3-devel + Development files for libwnck3 + + libwnck3 + gtk3-devel + cairo-devel + pango-devel + libXres-devel + glib2-devel + libX11-devel + startup-notification-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-18 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 3.32.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-02-08 + 2.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-24 + 2.31.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.31.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 2.31.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-18 + 2.30.7 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gtk2 + https://www.gtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + gtk2 + desktop.toolkit.gtk + The GIMP Toolkit version 2 + GTK grafik arayüz kitaplığı versiyon 2 + GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. + GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. + GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. + gtk + mirrors://gnome/gtk+/2.24/gtk+-2.24.33.tar.xz + + cups-devel + libXi-devel + docbook-xsl + cairo-devel + libXext-devel + libXrandr-devel + libXfixes-devel + libXrender-devel + libXdamage-devel + libXcursor-devel + fontconfig-devel + libXinerama-devel + libXcomposite-devel + atk-devel + pango-devel + graphite2-devel + gdk-pixbuf-devel + gtk-doc + python-six + desktop-file-utils + librsvg-devel + shared-mime-info + icon-theme-hicolor + icon-theme-adwaita + gobject-introspection-devel + + + xid-collision-debug.patch + fedora/system-python.patch + fedora/icon-padding.patch + fedora/tooltip-positioning.patch + fedora/window-dragging.patch + + desktop/toolkit/gtk/gtk2/pspec.xml + + + gtk2 + + cups + libXi + cairo + libXext + libXrandr + libXfixes + libXrender + libXdamage + libXcursor + fontconfig + libXinerama + libXcomposite + glib2 + libX11 + atk + pango + gdk-pixbuf + dejavu-fonts + gtk-update-icon-cache + + + /etc + /usr/bin + /usr/share/themes + /usr/share/gtk-2.0 + /usr/share/man + /usr/share/doc + /usr/lib + /usr/share/locale + + + System.PackageHandler + + + gtkrc + + + + gtk2-demo + GTK demo application + GTK demo uyulaması + app:gui + + gtk2 + cairo + pango + gdk-pixbuf + glib2 + + + /usr/bin/gtk-demo + /usr/share/gtk-2.0/demo + + + + gtk-update-icon-cache + + /usr/bin/gtk-update-icon-cache + /usr/share/man/man1/gtk-update-icon-cache.1 + + + + gtk2-docs + GTK reference documents + GTK referans dökümanları + data:doc + + /usr/share/gtk-doc + + + + gtk2-devel + Development files for gtk2 + gtk2 için geliştirme dosyaları + + gtk2 + atk-devel + glib2-devel + pango-devel + cairo-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/gir-1.0 + + + + gtk2-32bit + 32-bit shared libraries for gtk2 + gtk2 için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + cairo-32bit + cups-32bit + fontconfig-32bit + pango-32bit + glib2-32bit + atk-32bit + libX11-32bit + gdk-pixbuf-32bit + libXcomposite-32bit + libXcursor-32bit + libXdamage-32bit + libXext-32bit + libXfixes-32bit + libXi-32bit + libXinerama-32bit + libXrandr-32bit + libXrender-32bit + + + gtk2 + cairo-32bit + pango-32bit + glib2-32bit + atk-32bit + libX11-32bit + cups-32bit + fontconfig-32bit + gdk-pixbuf-32bit + libXcomposite-32bit + libXcursor-32bit + libXdamage-32bit + libXext-32bit + libXfixes-32bit + libXi-32bit + libXinerama-32bit + libXrandr-32bit + libXrender-32bit + + + /usr/bin/*-32bit + /usr/lib32 + + + + + 2022-07-03 + 2.24.33 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-03 + 2.24.33 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-01 + 2.24.32 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-08 + 2.24.32 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-19 + 2.24.32 + Rebuild Cups enable. + Pisi Linux Community + admin@pisilinux.org + + + 2018-11-20 + 2.24.32 + Rebuild Cups remove. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 2.24.32 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 2.24.32 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-08 + 2.24.31 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-01 + 2.24.31 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-08-19 + 2.24.28 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.24.28 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-05 + 2.24.28 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + cairomm + http://cairographics.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + Bindings (liens) C++ pour Cairo. + C++ binding for Cairo + Cairo için C++ bağlayıcı + cairomm package is the C++ binding for Cairo (it makes possible using Cairo in C++). + https://www.cairographics.org/releases/cairomm-1.14.3.tar.xz + + grep + perl + doxygen + mm-common + cairo-devel + libsigc++-devel + + desktop/toolkit/gtk/cairomm/pspec.xml + + + cairomm + + cairo + libsigc++ + libgcc + + + /usr/share/doc + /usr/lib + + + + cairomm-devel + Development files for cairomm + cairomm için geliştirme dosyaları + + cairomm + cairo-devel + libsigc++-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cairomm-1.0/include + + + + cairomm-docs + Development documents for cairomm + cairomm için geliştirme belgeleri + + /usr/share/doc/cairomm/html + + + + + 2021-05-26 + 1.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 1.12.2 + Rebuild + Pisi Linux Community + suvari@pisilinux.org + + + 2018-09-16 + 1.12.2 + Rebuild + Pisi Linux Community + suvari@pisilinux.org + + + 2016-06-09 + 1.12.2 + Version Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 1.10.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libwnck2 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + desktop.toolkit.gtk + A window navigation construction kit + libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. + http://ftp.gnome.org/pub/gnome/sources/libwnck/2.31/libwnck-2.31.0.tar.xz + + startup-notification-devel + gobject-introspection-devel + libXres-devel + pango-devel + gtk2-devel + glib2-devel + intltool + libXt-devel + gettext + meson + + + libwnck-2.18.0-above.patch + + desktop/toolkit/gtk/libwnck2/pspec.xml + + + libwnck2 + + startup-notification + gdk-pixbuf + libXrender + libXres + pango + libX11 + cairo + gtk2 + atk + glib2 + + + /usr/lib + /usr/share/locale + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + /usr/share/doc + + + + libwnck2-devel + Development files for libwnck2 + + libwnck2 + gtk2-devel + cairo-devel + pango-devel + libXres-devel + glib2-devel + libX11-devel + startup-notification-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-01 + 2.31.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 2.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-24 + 2.31.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.31.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 2.31.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-18 + 2.30.7 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + cogl + https://gitlab.gnome.org/GNOME/cogl + + Berk Çakar + berk2238@hotmail.com + + LGPLv2.1 + library + desktop.toolkit.gtk + COGL is a low level OpenGL abstraction library developed for (and part of) Clutter. + COGL is a low level OpenGL abstraction library developed for (and part of) Clutter. + https://gitlab.gnome.org/GNOME/cogl/-/archive/1.22.8/cogl-1.22.8.tar.gz + + pango-devel + cairo-devel + mesa-devel + libXext-devel + libXfixes-devel + libXdamage-devel + libXcomposite-devel + json-glib-devel + gobject-introspection-devel + gdk-pixbuf-devel + gtk-doc + valgrind + libXrandr-devel + glib2-devel + libglvnd-devel + wayland-devel + harfbuzz-devel + libX11-devel + libdrm-devel + + desktop/toolkit/gtk/cogl/pspec.xml + + + cogl + + pango + cairo + mesa + libXext + libXfixes + libXdamage + libXcomposite + json-glib + gdk-pixbuf + libglvnd + libXrandr + glib2 + wayland-client + wayland-server + wayland + libX11 + libdrm + + + /usr/lib + /usr/share/doc/cogl + /usr/share/gtk-doc + /usr/share/locale + /usr/share/cogl + + + + cogl-devel + Development files for cogl + + cogl + mesa-devel + pango-devel + cairo-devel + glib2-devel + libX11-devel + libdrm-devel + libXext-devel + wayland-devel + libglvnd-devel + libXfixes-devel + libXrandr-devel + gdk-pixbuf-devel + libXdamage-devel + libXcomposite-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2021-05-25 + 1.22.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-10 + 1.22.6 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gtkmm3 + https://www.gtkmm.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + C++ binding for GTK+ + gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. + http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.24/gtkmm-3.24.6.tar.xz + + meson + doxygen + gtk3-devel + libxslt-devel + atkmm-devel + glibmm-devel + cairomm-devel + mm-common + gdk-pixbuf-devel + pangomm-devel + + desktop/toolkit/gtk/gtkmm3/pspec.xml + + + gtkmm3 + + gtk3 + atkmm + glib2 + glibmm + libgcc + cairomm + pangomm + libsigc++ + gdk-pixbuf + + + /usr/lib/libgdkmm* + /usr/lib/libgtkmm* + /usr/lib/gdkmm-3.0 + /usr/lib/gtkmm-3.0 + /usr/share/doc + /usr/share + + + + gtkmm3-devel + Development files for gtkmm + + gtkmm3 + atkmm-devel + pangomm-devel + glibmm-devel + gtk3-devel + cairomm-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-05-02 + 3.24.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 3.24.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 3.24.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gtksourceview4 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + A text widget implementing syntax highlighting and other features + Sözdizimi vurgulaması için araçlar + Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. + Gtksourceview, gtk+ metin kütüphanesini geliştiren ve bir kaynak kodu düzenleyicisinde olması gereken sözdizimi vurgulaması gibi özellikleri sağlayan bir araçtır. + mirrors://gnome/gtksourceview/4.8/gtksourceview-4.8.3.tar.xz + + intltool + python3 + python-six + itstool + valgrind + intltool + gtk-doc + vala-devel + gtk3-devel + glib2-devel + yelp-tools + libxml2-devel + autoconf-archive + gobject-introspection-devel + meson + glade-devel + + desktop/toolkit/gtk/gtksourceview4/pspec.xml + + + gtksourceview4 + + atk + gtk3 + cairo + fribidi + glib2 + pango + libxml2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0/ + /usr/share/glade/ + /usr/share/vala/vapi + /usr/share/gtksourceview-4 + + + + gtksourceview4-docs + Reference documents of gtksourceview + gtksourceview paketine ait referans belgeleri + data:doc + + /usr/share/gtk-doc + + + + gtksourceview4-devel + Development files for gtksourceview + gtksourceview için geliştirme dosyaları + + gtksourceview4 + fribidi-devel + gtk3-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-05-31 + 4.8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-12 + 4.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-05 + 4.8.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + gtkspell + http://gtkspell.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + Spell checking widget for GTK+ + GTK+ için yazım denetimi eklentisi + GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. + GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir. + mirrors://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz + + gtk2-devel + enchant-devel + intltool + + desktop/toolkit/gtk/gtkspell/pspec.xml + + + gtkspell + + atk + gtk2 + cairo + glib2 + pango + enchant + freetype + fontconfig + gdk-pixbuf + + + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/gtk-doc + + + + gtkspell-devel + Development files for gtkspell + gtkspell için geliştirme dosyaları + + gtkspell + gtk2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-15 + 2.0.16 + Rebuild + Pisi Linux Community + suvari@pisilinux.org + + + 2018-09-10 + 2.0.16 + Rebuild + Pisi Linux Community + suvari@pisilinux.org + + + 2017-04-11 + 2.0.16 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 2.0.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-20 + 2.0.16 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + goocanvas + https://wiki.gnome.org/Projects/GooCanvas + + PisiLinux Community + suvari@pisilinux.org + + LGPLv2+ + library + desktop.toolkit.gtk + A cairo canvas widget for GTK+ + GTK+ için bir cairo tuval parçacığı + GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. + GooCanvas, GTK+ için cairo 2B çizim kitaplığını kullanan bir tuval parçacığıdır. + http://ftp.gnome.org/pub/GNOME/sources/goocanvas/2.0/goocanvas-2.0.4.tar.xz + + atk-devel + gtk3-devel + glib2-devel + cairo-devel + pango-devel + glib2-devel + python3 + gettext-devel + gdk-pixbuf-devel + python-pygobject-devel + gobject-introspection-devel + + desktop/toolkit/gtk/goocanvas/pspec.xml + + + goocanvas + + atk + gtk3 + cairo + pango + glib2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/locale + + + + goocanvas-devel + Development files for goocanvas + goocanvas için geliştirme dosyaları + + gtk3-devel + cairo-devel + goocanvas + + + /usr/include + /usr/lib/pkgconfig + + + + goocanvas-docs + API documentation for goocanvas + goocanvas paketine ait API belgeleri + data:doc + + goocanvas + + + /usr/share/gtk-doc + + + + + 2020-02-08 + 2.0.4 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2019-06-21 + 2.0.4 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + spice-gtk + https://www.spice-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + desktop.toolkit.gtk + GTK+ client library for SPICE + GTK+ client library for SPICE + https://www.spice-space.org/download/gtk/spice-gtk-0.39.tar.xz + + meson + gtk-doc + valgrind + usbutils + lz4-devel + acl-devel + zlib-devel + gtk3-devel + cairo-devel + python3-six + spice-devel + glib2-devel + polkit-devel + phodav-devel + pixman-devel + libusb-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + + desktop/toolkit/gtk/spice-gtk/pspec.xml + + + spice-gtk + GTK+ client library for SPICE. + + lz4 + acl + gtk3 + zlib + cairo + glib2 + spice + libusb + polkit + phodav + pixman + python3 + libopus + openssl + libsoup + usbredir + libcap-ng + gstreamer + json-glib + libcacard + cyrus-sasl + python3-six + libjpeg-turbo + spice-protocol + gst-plugins-base + python3-pyparsing + gobject-introspection + + + /usr/bin + /usr/lib/libspice-client-gtk-3.0.so* + /usr/lib/libspice-client-glib-2.0.so* + /usr/share/doc/ + /usr/share/man + /usr/share/locale + /usr/share/polkit-1/actions + /usr/share/gtk-doc/html + /usr/lib/girepository-1.0 + /usr/libexec/spice-client-glib-usb-acl-helper + + + + spice-gtk-devel + Development files for spice-gtk + + lz4-devel + acl-devel + zlib-devel + gtk3-devel + glib2-devel + cairo-devel + python3-six + spice-devel + polkit-devel + phodav-devel + pixman-devel + libX11-devel + libusb-devel + wayland-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + libepoxy-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + spice-gtk + + + /usr/share/gir-1.0 + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 0.39 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + gtkspell3 + http://gtkspell.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + Spell checking widget for GTK+ + GTK+ için yazım denetimi eklentisi + GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. + GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir. + https://sourceforge.net/projects/gtkspell/files/3.0.10/gtkspell3-3.0.10.tar.xz + + intltool + gtk-doc + gtk2-devel + gtk3-devel + vala-devel + python-six + enchant2-devel + gobject-introspection-devel + + desktop/toolkit/gtk/gtkspell3/pspec.xml + + + gtkspell3 + + atk + gtk3 + cairo + glib2 + pango + enchant2 + freetype + fontconfig + gdk-pixbuf + + + /usr/lib + /usr/share/gir-1.0/GtkSpell-3.0.gir + /usr/share/vala/vapi + /usr/share/locale + /usr/share/doc + + + + gtkspell3-gtk2 + + atk + gtk2 + cairo + glib2 + pango + enchant2 + freetype + fontconfig + gdk-pixbuf + + + /usr/lib/libgtkspell3-2* + /usr/lib/girepository-1.0/GtkSpell-2.0.typelib + /usr/share/gir-1.0/GtkSpell-2.0.gir + /usr/share/vala/vapi/gtkspell3-2* + + + + gtkspell3-devel + Development files for gtkspell3 + gtkspell3 için geliştirme dosyaları + + gtkspell3 + gtk3-devel + glib2-devel + enchant2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + gtkspell3-gtk2-devel + Development files for gtkspell3-gtk2 + + gtkspell3-gtk2 + gtkspell3-devel + + + /usr/lib/pkgconfig/gtkspell3-2.0.pc + + + + gtkspell3-docs + Development files for gtkspell3 + + gtkspell3 + + + /usr/share/gtk-doc + + + + + 2020-02-08 + 3.0.10 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-04-06 + 3.0.10 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + pangox-compat + http://www.pangox-compat.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + desktop.toolkit.gtk + PangoX compatibility library + X Window System font support for Pango + mirrors://gnome/pangox-compat/0.0/pangox-compat-0.0.2.tar.xz + + pango-devel + + desktop/toolkit/gtk/pangox-compat/pspec.xml + + + pangox-compat + + pango + libX11 + + + /etc/pango + /usr/lib + /usr/share/doc + + + + pangox-compat-devel + Development files for pangox-compat + + pangox-compat + pango-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2020-02-08 + 0.0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-09 + 0.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-01 + 0.0.2 + First release. + Marcin Bojara + marcin@pisilinux.org + + + + + + cairo + https://cairographics.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + MPL-1.1 + library + desktop.toolkit.gtk + Cairo est une librairie graphique 2D supportant de nombreux périphériques de sortie. + 2D graphics library with bindings of many programming languages + Birden çok çıktı cihazına destek veren bir 2 boyutlu grafik kitaplığı + Cairo is a 2D graphics library with support for multiple output devices (and fileformats). + https://download.gnome.org/sources/cairo/1.17/cairo-1.17.6.tar.xz + + lzo-devel + zlib-devel + glib2-devel + libX11-devel + libpng-devel + libxcb-devel + freetype-devel + expat-devel + fontconfig-devel + libXrender-devel + pixman-devel + xcb-util-devel + libXext-devel + libglvnd-devel + gtk-doc + valgrind + + + cairo_script_interpreter_pkgconfig.patch + + desktop/toolkit/gtk/cairo/pspec.xml + + + cairo + + lzo + zlib + glib2 + libX11 + libpng + libxcb + freetype + fontconfig + libXrender + pixman + libXext + libglvnd + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share/gtk-doc + /usr/share/info + /usr/lib + + + + cairo-devel + Development files for cairo + cairo için geliştirme dosyaları + + cairo + glib2-devel + libX11-devel + libpng-devel + libxcb-devel + freetype-devel + pixman-devel + libXext-devel + fontconfig-devel + libXrender-devel + libglvnd-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + cairo-32bit + 32-bit shared libraries for cairo + cairo için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libglvnd-32bit + zlib-32bit + glib2-32bit + libX11-32bit + pixman-32bit + libpng-32bit + libxcb-32bit + libXext-32bit + freetype-32bit + fontconfig-32bit + libXrender-32bit + + + cairo + libglvnd-32bit + zlib-32bit + glib2-32bit + libX11-32bit + pixman-32bit + libpng-32bit + libxcb-32bit + libXext-32bit + freetype-32bit + fontconfig-32bit + libXrender-32bit + + + /usr/lib32/lib* + /usr/lib32/cairo + + + + + 2022-07-29 + 1.17.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 1.17.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 1.17.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-30 + 1.17.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 1.17.2 + version Bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-02-04 + 1.16.0 + version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.15.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-18 + 1.15.12 + version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-01-28 + 1.14.12 + version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 1.14.8 + version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.14.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.14.2 + Release Bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-04-18 + 1.14.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gtk4 + https://www.gtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + desktop.toolkit.gtk + The GIMP Toolkit version 4 + GTK grafik arayüz kitaplığı versiyon 4 + GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. + GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. + GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. + Wersja 4 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. + mirrors://gnome/gtk/4.6/gtk-4.6.6.tar.xz + + gettext-devel + glib2-devel + gtk-doc + gi-docgen + sassc + docutils + libcloudproviders-devel + colord-devel + cups-devel + mesa-devel + colord-devel + libxkbcommon-devel + libXcursor-devel + libXdamage-devel + libXext-devel + libXinerama-devel + libXi-devel + libXrandr-devel + libXcomposite-devel + at-spi2-atk-devel + gdk-pixbuf-devel + libepoxy-devel + pango-devel + iso-codes-devel + graphene-devel + ffmpeg-devel + gst-plugins-bad-devel + vulkan-devel + vulkan-headers + wayland-devel + wayland-protocols-devel + meson + gobject-introspection-devel + librsvg-devel + json-glib-devel + librest-devel + libjpeg-turbo-devel + python-docutils + + desktop/toolkit/gtk/gtk4/pspec.xml + + + gtk4 + + cups + tiff + cairo + glib2 + libXi + pango + colord + libpng + ffmpeg + libX11 + vulkan + fribidi + libXext + librest + wayland + graphene + harfbuzz + libepoxy + gstreamer + json-glib + libXfixes + libXrandr + fontconfig + gdk-pixbuf + libXcursor + libXdamage + libXinerama + libxkbcommon + libXcomposite + libjpeg-turbo + wayland-client + gst-plugins-bad + gst-plugins-base + libcloudproviders + + + /usr/bin + /usr/share/glib-2.0 + /usr/share/gtk-4.0 + /usr/share/gettext + /usr/share/man/man1/gtk4-broadwayd* + /usr/share/man/man1/gtk4-builder-tool* + /usr/share/man/man1/gtk4-encode-symbolic* + /usr/share/man/man1/gtk4-launch* + /usr/share/man/man1/gtk4-query-settings* + /usr/share/doc + /usr/lib/libgtk* + /usr/lib/gtk-4.0 + /usr/lib/girepository-1.0 + /usr/share/locale + + + + gtk4-demo + GTK4 demo applications + GTK4 demo uygulamaları + app:gui + + gtk4 + librsvg + + + /usr/bin/gtk4-demo* + /usr/bin/gtk4-icon-browser + /usr/bin/gtk4-print-editor + /usr/bin/gtk4-widget-factory + /usr/share/applications + /usr/share/glib-2.0/schemas/org.gtk.Demo4.gschema.xml + /usr/share/icons + /usr/share/man/man1/gtk4-demo* + /usr/share/man/man1/gtk4-icon-browser* + /usr/share/man/man1/gtk4-widget-factory* + /usr/share/metainfo + + + + gtk4-docs + GTK4 reference documents + GTK4 referans dökümanları + data:doc + + /usr/share/gtk-doc + + + + gtk4-devel + Development files for GTK4 + GTK4 için geliştirme dosyaları + Pliki nagłówkowe do gtk4 + + gtk4 + pango-devel + libX11-devel + libXi-devel + cairo-devel + glib2-devel + libXext-devel + libepoxy-devel + libXfixes-devel + libXrandr-devel + gdk-pixbuf-devel + fontconfig-devel + libXdamage-devel + libXcursor-devel + libXinerama-devel + libXcomposite-devel + vulkan-devel + vulkan-headers + graphene-devel + wayland-devel + libxkbcommon-devel + wayland-protocols-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + gtk4-update-icon-cache + GTK4 icon cache updater + GTK4 için simge önbelleği güncelleyicisi + + gtk4 + + + /usr/bin/gtk*-update-icon-cache + /usr/share/man/man1/gtk*-update-icon-cache* + + + + + 2022-07-02 + 4.6.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-24 + 4.6.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 4.6.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-03 + 4.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-02 + 4.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-23 + 4.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 4.2.1 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + ocrfeeder + https://gitlab.gnome.org/GNOME/ocrfeeder + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + desktop.toolkit.gtk + GTK+ document layout analysis and optical character recognition application + GTK+ document layout analysis and optical character recognition application + GTK + belge düzeni analizi ve optik karakter tanıma uygulaması + GTK + belge düzeni analizi ve optik karakter tanıma uygulaması + https://gitlab.gnome.org/GNOME/ocrfeeder/-/archive/0.8.5/ocrfeeder-0.8.5.tar.gz + + ocrad + itstool + intltool + gtk3-devel + glib2-devel + yelp-tools + gnome-common + gettext-devel + python3-sane + python3-devel + python3-odfpy + python3-reportlab + python3-enchant + python3-pillow-devel + python3-pygobject3-devel + goocanvas-devel + + desktop/toolkit/gtk/ocrfeeder/pspec.xml + + + ocrfeeder + + gtk3 + ocrad + glib2 + gtkspell3 + yelp-tools + gnome-common + python3-sane + python3 + python3-odfpy + python3-reportlab + python3-enchant + python3-pillow + python3-pygobject3 + goocanvas + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2022-04-05 + 0.8.5 + Version Bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2021-04-26 + 0.8.3 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gtksourceview3 + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + A text widget implementing syntax highlighting and other features + Sözdizimi vurgulaması için araçlar + Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. + Gtksourceview, gtk+ metin kütüphanesini geliştiren ve bir kaynak kodu düzenleyicisinde olması gereken sözdizimi vurgulaması gibi özellikleri sağlayan bir araçtır. + mirrors://gnome/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz + + intltool + python3 + python-six + itstool + valgrind + intltool + gtk-doc + vala-devel + gtk3-devel + glib2-devel + yelp-tools + libxml2-devel + autoconf-archive + gobject-introspection-devel + + desktop/toolkit/gtk/gtksourceview3/pspec.xml + + + gtksourceview3 + + atk + gtk3 + cairo + glib2 + pango + libxml2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0/ + /usr/share/vala/vapi + /usr/share/gtksourceview-3.0 + + + + gtksourceview3-docs + Reference documents of gtksourceview + gtksourceview paketine ait referans belgeleri + data:doc + + /usr/share/gtk-doc + + + + gtksourceview3-devel + Development files for gtksourceview + gtksourceview için geliştirme dosyaları + + gtksourceview3 + gtk3-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-02-09 + 3.24.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-02 + 3.24.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-25 + 3.24.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-10 + 3.24.10 + First release. + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gdk-pixbuf-xlib + https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + desktop.toolkit.gtk + Deprecated Xlib integration for GdkPixbuf. + GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with Xlib data types. + https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/2.40.2/gdk-pixbuf-xlib-2.40.2.tar.bz2 + + meson + libxcb-devel + libX11-devel + gdk-pixbuf-devel + + desktop/toolkit/gtk/gdk-pixbuf-xlib/pspec.xml + + + gdk-pixbuf-xlib + + glib2 + libX11 + gdk-pixbuf + + + /usr/lib + + + + gdk-pixbuf-xlib-devel + + libX11-devel + gdk-pixbuf-xlib + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-14 + 2.40.2 + fury + uglyside@yandex.ru + + + + + + clutter-gtk + https://github.com/GNOME/clutter-gtk + + Berk Çakar + berk2238@hotmail.com + + LGPLv2+ + library + desktop.toolkit.gtk + Clutter GTK support + Cluter GTK desteği + clutter-gtk provides GTK support for clutter. + clutter-gtk clutter için GTK desteği sağlar. + https://github.com/GNOME/clutter-gtk/archive/1.8.4.tar.gz + + meson + valgrind + cogl-devel + gtk3-devel + clutter-devel + gobject-introspection-devel + + desktop/toolkit/gtk/clutter-gtk/pspec.xml + + + clutter-gtk + clutter-gtk için geliştirme dosyaları + + cogl + gtk3 + cairo + glib2 + clutter + gdk-pixbuf + wayland-client + + + /usr/lib + /usr/share/doc/clutter-gtk + /usr/share/gtk-doc + /usr/share/locale + + + + clutter-gtk-devel + Development files for clutter-gtk + + cogl-devel + gtk3-devel + clutter-devel + clutter-gtk + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-04-10 + 1.8.4 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gtkmm + https://www.gtkmm.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + C++ binding for GTK+ + GTK+ için C++ bağlamı + gtkmm est l'interface C++ officiel de la librairie d'IHM GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage. + gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. + gtkmm, grafik kullanıcı arayüzü kitaplığı GTK+'nın resmi C++ arayüzüdür. Tip-güvenli geri çağırmalar ve mirasla genişleyebilen tutarlı parçacıklardan oluşması, en önemli özelliklerini oluşturur. + http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz + + gtk2-devel + atkmm-devel + glibmm-devel + cairomm-devel + pangomm-devel + libsigc++-devel + + desktop/toolkit/gtk/gtkmm/pspec.xml + + + gtkmm + + gtk2 + atkmm + glibmm + cairomm + pangomm + libsigc++ + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share + + + + gtkmm-devel + Development files for gtkmm + gtkmm için geliştirme dosyaları + + gtkmm + atkmm-devel + pangomm-devel + glibmm-devel + gtk2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-08 + 2.24.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-15 + 2.24.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.24.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-21 + 2.24.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.24.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 2.24.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + pangomm + http://www.gtkmm.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + desktop.toolkit.gtk + C++ interface for Pango + Pango için C++ arayüzü + Pangomm is a library that provides pango based C++ interface for object-oriented gtkmm applications. + Pangomm, nesne tabanlı gtkmm uygulamaları için C++ tabanlı pango arayüzü sağlayan bir kitaplıktır. + mirrors://gnome/pangomm/2.46/pangomm-2.46.2.tar.xz + + grep + meson + libtool + doxygen + mm-common + boost-devel + glib2-devel + pango-devel + glibmm-devel + cairomm-devel + libsigc++-devel + + desktop/toolkit/gtk/pangomm/pspec.xml + + + pangomm + + pango + glibmm + libgcc + glib2 + cairomm + libsigc++ + + + /usr/lib + /usr/share/doc + + + + pangomm-devel + Development files for pangomm + pangomm için geliştirme dosyaları + + pangomm + cairomm-devel + glibmm-devel + pango-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/pangomm-1.4 + + + + + 2021-12-05 + 2.46.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 2.46.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 2.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.40.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 2.40.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-21 + 2.40.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.34.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 2.34.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libglade + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + Glade interface builder + Glade arayüz oluşturucu + Libglade est une librairie effectuant un travail similaire aux routines de génération de source C dans le constructeur d'interface graphique GLADE. Là ou les routines de génération de GLADE génerent du code C à compiler, libglade construit l interface depuis un fichier XML (le format de sauvegarde de GLADE) à l'exécution. De cette manière, vous pouvez changer l'apparence de votre programme sans avoir à le recompiler. + Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. + Libglade, GLADE kullanıcı arayüzü yapıcısındaki C kaynak çıkışı yöntemine benzer iş yapan bir kitaplıktır. GLADE'in çıkış yöntemi derlenebilir C kodu oluştururken, libglade arayüzü bir XML dosyasında oluşturur. Böylece yeniden derlenmeye gerek kalmadan arayüz değiştirilebilir. + mirrors://gnome/libglade/2.6/libglade-2.6.4.tar.bz2 + + glib2-devel + libxml2-devel + atk-devel + pango-devel + gtk2-devel + python-devel + + + Makefile.in.am-2.4.2-xmlcatalog.patch + libglade-2.6.3-fix_tests-page_size.patch + libglade-2.0.1-nowarning.patch + + desktop/toolkit/gtk/libglade/pspec.xml + + + libglade + + glib2 + libxml2 + atk + pango + python + gtk2 + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/xml + + + System.Package + + + + libglade-docs + Libglade reference documents + Libglade referans belgeleri + data:doc + + libglade + + + /usr/share/gtk-doc + + + + libglade-devel + Development files for libglade + libglade için geliştirme dosyaları + + libglade + gtk2-devel + libxml2-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-08 + 2.6.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.6.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 2.6.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.6.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-03 + 2.6.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gtk3 + https://www.gtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + desktop.toolkit.gtk + The GIMP Toolkit version 3 + GTK grafik arayüz kitaplığı versiyon 3 + GTK+ est une boîte à outil multi-plateforme servant à créer des interfaces graphiques. Offrant un ensemble complet de widgets (objets graphiques), GTK+ convient aussi bien pour les petits projets que pour les suites complètes d'applications. + GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. + GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. + Wersja 3 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. + gtk + mirrors://gnome/gtk+/3.24/gtk+-3.24.34.tar.xz + + atk-devel + cups-devel + at-spi2-atk-devel + pango-devel + json-glib-devel + libXi-devel + cairo-devel + gobject-introspection-devel + libXext-devel + libXrandr-devel + libXfixes-devel + gdk-pixbuf-devel + fontconfig-devel + libXcursor-devel + libXdamage-devel + libXinerama-devel + libXcomposite-devel + at-spi2-core-devel + libepoxy-devel + gtk-doc + python-six + graphite2-devel + fribidi-devel + harfbuzz-devel + iso-codes-devel + libxkbcommon-devel + docbook-xsl + sassc + wayland-devel + wayland-cursor + wayland-client + wayland-protocols-devel + + desktop/toolkit/gtk/gtk3/pspec.xml + + + gtk3 + + cups + glib2 + libX11 + libepoxy + atk + pango + libXi + cairo + libXext + libXrandr + libXfixes + gdk-pixbuf + fontconfig + libXcursor + libXdamage + libXinerama + at-spi2-atk + libXcomposite + dejavu-fonts + graphite2 + icon-theme-adwaita + fribidi + freetype + harfbuzz + libxkbcommon + wayland + wayland-cursor + wayland-client + gtk-update-icon-cache + + + /etc + /usr/bin + /usr/share/themes + /usr/share/gtk-3.0 + /usr/share/ + /usr/share/man + /usr/share/doc + /usr/lib/libg* + /usr/lib/gtk-3.0 + /usr/lib/girepository-1.0 + /usr/share/locale + + + System.PackageHandler + + + settings.ini + + + + gtk3-demo + GTK demo application + GTK demo uyulaması + app:gui + + gtk3 + + + /usr/bin/gtk3-demo + /usr/bin/gtk3-demo-application + + + + gtk3-docs + GTK reference documents + GTK referans dökümanları + data:doc + + /usr/share/gtk-doc + + + + gtk3-devel + Development files for gtk3 + gtk3 için geliştirme dosyaları + Pliki nagłówkowe do gtk3 + + gtk3 + atk-devel + pango-devel + libX11-devel + libXi-devel + cairo-devel + glib2-devel + libXext-devel + libepoxy-devel + libXfixes-devel + libXrandr-devel + gdk-pixbuf-devel + fontconfig-devel + libXdamage-devel + libXcursor-devel + libXinerama-devel + at-spi2-atk-devel + libXcomposite-devel + fribidi-devel + wayland-devel + libxkbcommon-devel + wayland-protocols-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/gir-1.0 + + + + + 2022-07-04 + 3.24.34 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-21 + 3.24.31 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-15 + 3.24.30 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 3.24.29 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 3.24.29 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-03 + 3.24.20 + Rebuild Wayland + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-01 + 3.24.20 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-10 + 3.24.13 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-12-03 + 3.24.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-15 + 3.22.30 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-11-20 + 3.22.28 + Rebuild Cups eneble. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 3.22.28 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-30 + 3.22.26 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-08 + 3.22.8 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 3.22.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-08-19 + 3.20.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 3.20.4 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2016-04-30 + 3.18.6 + Release bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2016-01-25 + 3.18.6 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + atkmm + https://www.gtkmm.org/en/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + desktop.toolkit.gtk + C++ interface for the ATK library + ATK kitaplığı için C++ arayüzü + atkmm provides a C++ interface for the ATK library. + atkmm, ATK kitaplığı için bir C++ arayüzü sunar. + mirrors://gnome/atkmm/2.28/atkmm-2.28.3.tar.xz + + meson + atk-devel + glibmm-devel + libtool + doxygen + glib2-devel + libxslt-devel + mm-common + libsigc++-devel + + desktop/toolkit/gtk/atkmm/pspec.xml + + + atkmm + + atk + libgcc + glib2 + glibmm + libsigc++ + + + /usr/lib + /usr/share/doc + + + + atkmm-devel + Development files for atkmm + atkmm için geliştirme dosyaları + + atkmm + atk-devel + glibmm-devel + + + /usr/include + /usr/lib/atkmm-1.6/include + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/share/gtk-doc + + + + + 2022-07-21 + 2.28.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 2.28.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 2.28.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.24.2 + Rebuild + Pisi Linux Community + suvari@pisilinux.org + + + 2017-04-11 + 2.24.2 + Version Bump + Pisi Linux Community + suvari@pisilinux.org + + + 2016-06-09 + 2.22.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-27 + 2.22.7 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + clutter-gst + https://gitlab.gnome.org/GNOME/clutter-gst + + Berk Çakar + berk2238@hotmail.com + + LGPLv2.1 + desktop.toolkit.gtk + GStreamer bindings for clutter + GStreamer bindings for clutter + http://ftp.gnome.org/pub/gnome/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz + + gtk-doc + valgrind + glib2-devel + libX11-devel + clutter-devel + libgudev-devel + libgudev-devel + gstreamer-devel + gdk-pixbuf-devel + gst-plugins-good + libXdamage-devel + gst-plugins-base-devel + gobject-introspection-devel + + desktop/toolkit/gtk/clutter-gst/pspec.xml + + + clutter-gst + GStreamer bindings for clutter + + cogl + glib2 + libX11 + clutter + gdk-pixbuf + libgudev + gstreamer + gst-plugins-base + + + /usr/lib/girepository-1.0 + /usr/lib/gstreamer-1.0 + /usr/lib/libclutter-gst-3.0.so + /usr/lib/libclutter-gst-3.0.so.0 + /usr/lib/libclutter-gst-3.0.so.0.27.0 + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/gtk-doc + + + + clutter-gst-devel + + cogl-devel + glib2-devel + clutter-devel + gstreamer-devel + gst-plugins-base-devel + clutter-gst + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-04-21 + 3.0.27 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + nocsd + https://github.com/ZaWertun/gtk3-nocsd + + fury + uglyside@yandex.ru + + LGPLv2.1 + library + desktop.toolkit.gtk + A hack to disable gtk+ 3 client side decoration. + gtk3-nocsd is a small module used to disable the client side decoration of Gtk+ 3. + https://github.com/ZaWertun/gtk3-nocsd/archive/v3.0.4.tar.gz + + gtk3-devel + gobject-introspection-devel + + + Always_override_property_gtk-decoration-layout.patch + Fix_for_black_borders_around_some_application_windows.patch + + desktop/toolkit/gtk/nocsd/pspec.xml + + + nocsd + + /usr/bin/gtk3-nocsd + /usr/lib/libgtk3-nocsd.so.0 + /usr/share + /usr/share/man + /usr/share/doc/gtk3-nocsd + + + + + 2021-06-23 + 3.0.4 + First Beta release. + fury + uglyside@yandex.ru + + + + + + gdk-pixbuf + https://wiki.gnome.org/Projects/GdkPixbuf + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.toolkit.gtk + GDK pixbuf library + GDK pixbuf kitaplığı + gdk-pixbuf is a library that provides image loading and scaling support for gtk+ applications + gdk-pixbuf, gtk+ uygulamalarına resim açma ve ölçeklendirme desteği sağlayan bir kitaplıktır. + mirrors://gnome/gdk-pixbuf/2.42/gdk-pixbuf-2.42.9.tar.xz + + meson + gtk-doc + docutils + gi-docgen + glib2-devel + libX11-devel + tiff-devel + libjpeg-turbo-devel + libpng-devel + jasper-devel + shared-mime-info + python3-six + docbook-xsl + python-docutils + gobject-introspection-devel + + desktop/toolkit/gtk/gdk-pixbuf/pspec.xml + + + gdk-pixbuf + + glib2 + libpng + libX11 + tiff + jasper + libjpeg-turbo + shared-mime-info + + + /etc + /usr/bin + /usr/libexec + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share + /usr/share/gir-1.0 + + + System.PackageHandler + + + + gdk-pixbuf-devel + Development files for gdk-pixbuf + gdk-pixbuf için geliştirme dosyaları + + gdk-pixbuf + glib2-devel + tiff-devel + libpng-devel + libjpeg-turbo-devel + + + /usr/bin/gdk-pixbuf-csource + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + gdk-pixbuf-docs + Reference documents for gdk-pixbuf + gdk-pixbuf için başvuru belgeleri + + /usr/share/doc/gdk-pixbuf/*.html + /usr/share/doc/gdk-pixdata/*.html + + + + gdk-pixbuf-32bit + 32-bit shared libraries for gdk-pixbuf + gdk-pixbuf için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + tiff-32bit + libjpeg-turbo-32bit + glib2-32bit + libX11-32bit + libpng-32bit + jasper-32bit + libX11-32bit + + + gdk-pixbuf + tiff-32bit + glib2-32bit + libpng-32bit + libX11-32bit + jasper-32bit + libjpeg-turbo-32bit + + + /usr/bin/gdk-pixbuf-query-loaders-32 + /usr/lib32 + + + System.PackageHandler + + + + + 2022-08-09 + 2.42.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 2.42.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 2.42.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-01 + 2.40.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-17 + 2.36.12 + add runtime dep. + Pisi Linux Community + admin@pisilinux.org + + + 2019-03-24 + 2.36.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.36.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-17 + 2.36.12 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-28 + 2.36.11 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 2.36.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.31.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.31.4 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-03-25 + 2.31.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gtk-vnc + https://wiki.gnome.org/Projects/gtk-vnc + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + desktop.toolkit.gtk + A VNC viewer widget for GTK+ + GTK için VNC görüntüleyici aracı + gtk-vnc is a VNC viewer widget for GTK. This widget is also used for displaying guest operating system screens within virt-manager. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. + Tek görev parçası olmasına rağmen tamamen asenkron çalışabilmesine olanak tanıyan alt döngülerle geliştirilmiş bir vnc görüntüleyici uygulamadır. Özellikle sanallaştırma yönetim yazılımları bu yazılıma gereksinim duyabilir. + gtk-vnc + https://download.gnome.org/sources/gtk-vnc/1.3/gtk-vnc-1.3.1.tar.xz + + git + meson + gtk3-devel + zlib-devel + cairo-devel + glib2-devel + pango-devel + libX11-devel + gnutls-devel + python3-devel + perl-Text-CSV + libgcrypt-devel + cyrus-sasl-devel + gdk-pixbuf-devel + fontconfig-devel + python-gtk-devel + pulseaudio-libs-devel + gobject-introspection-devel + + desktop/toolkit/gtk/gtk-vnc/pspec.xml + + + gtk-vnc + + gtk3 + zlib + cairo + glib2 + gnutls + libX11 + python3 + libgcrypt + gdk-pixbuf + cyrus-sasl + pulseaudio-libs + + + /usr/share/doc + /usr/lib/libgvnc* + /usr/lib/libgtk-vnc* + /usr/lib/girepository-1.0* + /usr/share/man + /usr/bin + /usr/share/locale + /usr/share/vala + + + + gtk-vnc-devel + Development files for gtk-vnc + gtk-vnc için geliştirme dosyaları + + gtk3-devel + zlib-devel + glib2-devel + libX11-devel + gnutls-devel + libgcrypt-devel + cyrus-sasl-devel + gdk-pixbuf-devel + pulseaudio-libs-devel + gobject-introspection-devel + gtk-vnc + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + + + + + 2022-07-15 + 1.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-25 + 1.3 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + gtk-doc + http://www.gtk.org/gtk-doc + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + FDL-1.1 + app:console + desktop.toolkit.gtk + GTK+ API documentation generator + GTK+ API belge oluşturucusu + Gtk-Doc is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code. + gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir. + mirrors://gnome/gtk-doc/1.32/gtk-doc-1.32.tar.xz + + itstool + python3-devel + sgml-common + docbook-xml + docbook-xsl + libxslt-devel + + desktop/toolkit/gtk/gtk-doc/pspec.xml + + + gtk-doc + + docbook-xsl + sgml-common + python3 + python3-Pygments + python3-lxml + python3-anytree + + + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + /usr/share/omf + /var/lib + + + + + 2021-01-24 + 1.32 + Version Bump + Idris Kalp + idriskalp@gmail.com + + + 2018-07-25 + 1.28 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-09 + 1.27 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-06 + 1.25 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-06 + 1.21 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + newt + https://fedorahosted.org/newt/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + desktop.toolkit + A windowing toolkit for text mode + Metin tabanlı bir pencere araç seti. + newt is a windowing toolkit for text mode, which provides many widgets and stackable windows. + Newt, metin tabanlı bir pencere araç setidir. Pek çok alet ve istiflenebilir pencere sağlar. + https://releases.pagure.org/newt/newt-0.52.21.tar.gz + + tcl-devel + slang-devel + popt-devel + + desktop/toolkit/newt/pspec.xml + + + newt + + tcl + slang + popt + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + newt-devel + Development files for newt + newt için geliştirme dosyaları + + newt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-28 + 0.52.21 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.52.20 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 0.52.20 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-26 + 0.52.19 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.52.17 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-05 + 0.52.17 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + wxGTK2.8 + http://www.wxwidgets.org/ + + PisiLinux Community + admins@pisilinux.org + + wxWinLL-3 + GPLv2 + LGPLv2 + wxWinFDL-3 + library + desktop.toolkit + GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit + wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation. + mirrors://sourceforge/wxwindows/wxGTK-2.8.12.tar.bz2 + + gst-plugins-base-devel + gstreamer-devel + gtk2-devel + libjpeg-turbo-devel + libSM-devel + libXinerama-devel + libXxf86vm-devel + libsdl-devel + mesa-devel + mesa-glu-devel + pango-devel + tiff-devel + + + make-abicheck-non-fatal.patch + wxGTK-collision.patch + wxGTK-2.8.10-CVE-2009-XXXX.diff + wxGTK-2.8.12.1-r2-gcc6.patch + + desktop/toolkit/wxGTK2.8/pspec.xml + + + wxGTK2.8 + + gst-plugins-base + gstreamer + gtk2 + libjpeg-turbo + libSM + libXinerama + libXxf86vm + libsdl + mesa + pango + tiff + glib2 + libX11 + libgcc + libpng + gdk-pixbuf + wxBase + + + /usr/bin/wx-config-2.8 + /usr/bin/wxconfig + /usr/lib/libwx_gtk* + /usr/lib/wx/config/gtk2-unicode-release-2.8 + + + + wxGTK2.8-devel + wxGTK-devel is the development files for wxGTK + + wxBase-devel + wxGTK2.8 + + + /usr/lib/wx/include + + + + wxBase + wxBase is the GUI independent part of wxWidgets + wxWidgets/wxGTK için arayüz bağımsız olan kitaplıklar + + libunwind + zlib + expat + libgcc + + + /usr/bin/wxrc + /usr/bin/wxrc-2.8 + /usr/share/doc + /usr/share/bakefile + /usr/share/locale + /usr/lib/libwx_base* + + + + wxBase-devel + wxBase-devel is the development files for wxBase + wxBase sınıfları için geliştirme dosyaları + + wxGTK2.8 + wxBase + zlib-devel + expat-devel + + + /usr/include + + + + + 2020-01-19 + 2.8.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-30 + 2.8.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 2.8.12 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.8.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-05 + 2.8.12 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + wxGTK + http://www.wxwidgets.org/ + + PisiLinux Community + admins@pisilinux.org + + wxWinLL-3 + GPLv2 + LGPLv2 + wxWinFDL-3 + library + desktop.toolkit + GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit + Birçok platform için ortak C++ arayüz araç takımı olan wxWindows'un GTK+ sürümü + wxWidgets/GTK2 est le port GTK2 de la librairie graphique multi-plateforme wxWidgets, offrant des classes pour les contrôles IHM communs ainsi qu'un ensemble complet de classes d'aides pour les tâches applicatives habituelles, allant du réseau à l'affichage HTML en passant par la manipulation d'images. + wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation. + wxWidgets/GTK2 birçok platform için ortak bir C++ arayüz kitaplığı olan wxWidgets'ın GTK2 sürümüdür. Ağ araçları, HTML gösterimi ve resim işleme gibi en yaygın kullanılan uygulama görevleri için kapsamlı bir sınıf kümesinin yanında tüm genel GUI denetimlerini içerir. + wxWidgets/GTK2 es la versión portada a GTK2 de la librería GUI wxWidgets cross-plataforma en C++, con clases para todos los controles GUI comunes y tambien un conjunto de clases con ayudantes para la mayoría de las tareas comunes de aplicaciones, desde networking a visualización HTML y manipulación de imagenes. + wxlogo + https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxWidgets-3.2.0.tar.bz2 + + pkgconfig + zlib-devel + tiff-devel + gtk2-devel + gtk3-devel + expat-devel + libSM-devel + libpng-devel + libnotify-devel + libsdl2-devel + mesa-glu-devel + webkit2gtk-devel + libjpeg-turbo-devel + gconf-devel + gst-plugins-bad-devel + gst-plugins-base-devel + + desktop/toolkit/wxGTK/pspec.xml + + + wxGTK + + gtk2 + tiff + cairo + glib2 + pango + libSM + libsdl2 + libX11 + libXtst + libgcc + libpng + libglvnd + libnotify + gstreamer + gdk-pixbuf + libXxf86vm + fontconfig + webkit2gtk + libjpeg-turbo + libjpeg-turbo + gstreamer + gst-plugins-bad + wxGTK-common + + + /usr/lib/libwx_gtk2u* + /usr/lib/wx/include/gtk2-unicode-3.2/wx/setup.h + /usr/bin/wx-config + /usr/lib/wx/config/gtk2-unicode-3.2 + + + + wxGTK3 + + wxGTK-common + gtk3 + tiff + cairo + glib2 + libSM + pango + libX11 + wayland + libXtst + libgcc + libpng + libsdl2 + libnotify + libglvnd + gstreamer + gdk-pixbuf + libXxf86vm + fontconfig + webkit2gtk + wayland-client + libjpeg-turbo + gst-plugins-bad + + + /usr/lib/libwx_gtk3u* + /usr/lib/wx/include/gtk3-unicode-3.2/wx/setup.h + /usr/bin/wx-config-gtk3 + /usr/lib/wx/config/gtk3-unicode-3.2 + /usr/lib/wx/3.2/web-extensions/webkit2_extu-3.2.so + + + + wxGTK-common + + zlib + expat + glib2 + libgcc + + + /usr/bin/wxrc + /usr/bin/wxrc-3.2 + /usr/lib/libwx_baseu* + /usr/share/aclocal/ + /usr/share/bakefile/ + /usr/share/locale/ + /usr/share/doc/ + /usr/share/pixmaps/ + + + + wxGTK-devel + wxGTK-devel is the development files for wxGTK + wxGTK araç seti için geliştirme dosyaları + + wxGTK + + + /usr/include + + + + + 2022-07-26 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-20 + 3.0.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 3.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-28 + 3.0.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-12 + 3.0.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-08 + 3.0.4 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-20 + 3.0.3.1 + Release Bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-04-09 + 3.0.2 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 3.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-23 + 3.0.2 + First release + İbrahim KARAGÜZEL + ibrahimkaraguzel@windowslive.com + + + + + + qt5-graphicaleffects + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Graphical effects for use with Qt Quick 2 + Qt Quick2 ile kullanım için grafiksel efektler + Graphical effects for use with Qt Quick 2 + Qt Quick2 ile kullanım için grafiksel efektler + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz + + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml + + + qt5-graphicaleffects + + qt5-base + qt5-declarative + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/share/doc + + + + qt5-graphicaleffects-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-remoteobjects + https://www.qt.io + + Blue Devil + bluedevil@sctzine.com + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Inter-process communication (IPC) module developed for Qt + Qt için işlemler-arası iletişim modülü. + qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt + qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar. + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-sql-sqlite + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml + + + qt5-remoteobjects + Inter-process communication (IPC) module developed for Qt + + qt5-base + qt5-assistant + qt5-declarative + + + /usr/lib + /usr/bin + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-remoteobjects-devel + Development files for qt5-remoteobjects + qt5-remoteobjects için geliştirme dosyaları + qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir. + + qt5-remoteobjects + qt5-base-devel + qt5-declarative-devel + + + /usr/include/qt5 + /usr/lib/pkgconfig + + + + qt5-remoteobjects-docs + Documentation files for qt5-remoteobjects + qt5-remoteobjects için belgelendirme dosyaları + qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir. + + qt5-remoteobjects + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-26 + 5.14.2 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + qt5-keychain + https://github.com/frankosterfeld/qtkeychain + + Stefan Gronewold + groni@pisilinux.org + + BSD + desktop.toolkit.qt5 + Provides support for secure credentials storage + Qt5-Keychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform + https://github.com/frankosterfeld/qtkeychain/archive/v0.13.2.tar.gz + + libsecret-devel + extra-cmake-modules + qt5-assistant-devel + qt5-base-devel + qt5-designer-devel + qt5-linguist + + desktop/toolkit/qt5/qt5-keychain/pspec.xml + + + qt5-keychain + Provides support for secure credentials storage + + libgcc + libsecret + qt5-base + + + /usr/lib + /usr/share + /usr/share/doc + + + + qt5-keychain-devel + Development support for qt5-keychain + + qt5-keychain + + + /usr/lib/cmake + /usr/include + + + + + 2022-07-05 + 0.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 0.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 0.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 0.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.10.0 + Rebuild qt5-5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.10.0 + Rebuild qt5-5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 0.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 0.9.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 0.9.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 0.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 0.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 0.8.0 + Rebuild for qt5.12.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 0.8.0 + Rebuild for qt5.12.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 0.8.0 + Rebuild for qt5.11.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 0.8.0 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 0.8.0 + Rebuild for qt5.9.5. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 0.8.0 + Rebuild for qt5.9.3 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 0.7.0 + Rebuild for new Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2017-01-12 + 0.7.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-svg + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Classes for displaying the contents of SVG files + SVG dosyalarının içeriğini görüntüleme için sınıflar + Classes for displaying the contents of SVG files + SVG dosyalarının içeriğini görüntüleme için sınıflar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsvg-everywhere-opensource-src-5.15.5.tar.xz + + mesa-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + zlib-devel + + + qt_kde.patch + + desktop/toolkit/qt5/qt5-svg/pspec.xml + + + qt5-svg + + libgcc + qt5-base + zlib + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + qt5-svg-devel + Development files for qt5-svg + qt5-svg için geliştirme dosyaları + + qt5-base-devel + qt5-svg + + + /usr/include/qt5/ + /usr/lib/pkgconfig + + + + qt5-svg-docs + + qt5-base + + + /usr/share/doc + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-06 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-15 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First Release. + Ayhan yYalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-virtualkeyboard + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL3 + desktop.toolkit.qt5 + Qt module for general purpose serial bus access + Virtual keyboard framework + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz + + libxcb-devel + hunspell-devel + qt5-svg-devel + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-virtualkeyboard/pspec.xml + + + qt5-virtualkeyboard + Virtual keyboard framework + + qt5-svg + qt5-base + qt5-declarative + libgcc + libxcb + hunspell + + + /usr/lib + /usr/lib/qt5 + /usr/share/qt5 + /usr/share/doc + + + + qt5-virtualkeyboard-devel + Development headers for qt5-virtualkeyboard + + qt5-virtualkeyboard + + + /usr/include/qt5 + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-18 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-wayland + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides APIs for Wayland + Wayland için API'ler sağlar + Provides APIs for Wayland + Wayland için API'ler sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwayland-everywhere-opensource-src-5.15.5.tar.xz + + libgcc + libX11-devel + wayland-client + wayland-cursor + fontconfig-devel + libXrender-devel + libxkbcommon-devel + libXcomposite-devel + libxkbcommon-devel + vulkan-headers + eudev-devel + mesa-devel + glib2-devel + freetype-devel + qt5-base-devel + qt5-declarative-devel + + + qt_kde.patch + + desktop/toolkit/qt5/qt5-wayland/pspec.xml + + + qt5-wayland + + libX11 + libgcc + fontconfig + libXrender + libxkbcommon + libXcomposite + wayland-client + wayland-cursor + wayland-server + mesa + glib2 + freetype + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/lib/qt5/bin + /usr/bin + + + + qt5-wayland-devel + qt5-wayland için geliştirme dosyaları + + qt5-wayland + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include + + + + qt5-wayland-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Rebuild kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Rebuild kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-06 + 5.15.2 + Rebuild kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 5.15.2 + Rebuild kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.15.2 + Rebuild kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 5.15.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 5.13.1 + Rebuild libxkbcommon. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-29 + 5.6.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-06-03 + 5.4.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-05-09 + 5.4.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-gamepad + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + Adds support for getting events from gamepad devices + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz + + eudev-devel + libsdl2-devel + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-gamepad/pspec.xml + + + qt5-gamepad + Adds support for getting events from gamepad devices + + eudev + libgcc + libsdl2 + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share + / + + + + qt5-gamepad-devel + Development files for qt5-gamepad + + qt5-base-devel + qt5-gamepad + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 5.9.3 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-datavis3d + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL3 + desktop + Provides a set of easy to use chart components + Qt Data Visualization module + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdatavis3d-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-datavis3d/pspec.xml + + + qt5-datavis3d + Qt Data Visualization module + + qt5-base + qt5-declarative + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + qt5-datavis3d-devel + Development files for qt5-datavis3d + + qt5-base-devel + qt5-declarative-devel + qt5-datavis3d + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version Bump + Ayhan Yalçınsoy + ayhyanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-tools + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + A cross-platform application and UI framework (Development Tools, QtHelp) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). + A cross-platform application and UI framework (Development Tools, QtHelp) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttools-everywhere-opensource-src-5.15.5.tar.xz + + llvm + mesa-devel + llvm-clang-devel + lld-devel + qt5-base-devel + icon-theme-hicolor + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-tools/pspec.xml + + + qt5-assistant + + libgcc + llvm-libs + llvm-clang + qt5-base + qt5-declarative + + + /usr/bin/qdistancefieldgenerator + /usr/bin/assistant + /usr/bin/qhelpgenerator + /usr/bin/qhelpconverter + /usr/bin/qdoc + /usr/bin/qtattributionsscanner + /usr/lib/cmake/Qt5Help + /usr/lib/libQt5Help* + /usr/lib/libQt5CLucene* + /usr/lib/qt5/mkspecs/modules/qt_lib_clucene_private.pri + /usr/lib/qt5/mkspecs/modules/qt_lib_help* + /usr/share/applications/assistant5.desktop + /usr/share/qt5/translations/assistant_tr.qm + /usr/share/icons/hicolor/128x128/apps/assistant.png + /usr/share/icons/hicolor/32x32/apps/assistant.png + /usr/share/pixmaps/assistant5.png + /usr/lib/qt5/bin/qcollectiongenerator + /usr/bin/qcollectiongenerator + /usr/lib/cmake/Qt5DocTools/Qt5DocToolsConfig.cmake + /usr/lib/cmake/Qt5DocTools/Qt5DocToolsConfigVersion.cmake + /usr/lib/cmake/Qt5AttributionsScannerTools/Qt5AttributionsScannerToolsConfig.cmake + /usr/lib/cmake/Qt5AttributionsScannerTools/Qt5AttributionsScannerToolsConfigVersion.cmake + + + assistant.desktop + assistant.png + + + + qt5-assistant-devel + + qt5-base-devel + qt5-assistant + llvm-clang-devel + + + /usr/include/qt5/QtHelp + /usr/include/qt5/QtCLucene + /usr/lib/pkgconfig/Qt5Help.pc + /usr/lib/pkgconfig/Qt5CLucene.pc + + + + qt5-designer + + libgcc + qt5-base + qt5-declarative + + + /usr/bin/designer + /usr/bin/qtdiag + /usr/bin/qtpaths* + /usr/bin/pixeltool + /usr/bin/qtplugininfo + /usr/lib/cmake/Qt5Designer + /usr/lib/cmake/Qt5UiTools + /usr/lib/cmake/Qt5UiPlugin + /usr/lib/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfig.cmake + /usr/lib/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfigVersion.cmake + /usr/lib/qt5/plugins/designer + /usr/share/applications/designer5.desktop + /usr/share/qt5/translations/designer_tr.qm + /usr/share/icons/hicolor/128x128/apps/QtProject-designer.png + /usr/share/pixmaps/designer5.png + /usr/lib/libQt5Designer* + /usr/lib/libQt5UiPlugin.prl + /usr/lib/libQt5UiTools* + /usr/lib/qt5/mkspecs/modules/qt_lib_designer* + /usr/lib/qt5/mkspecs/modules/qt_lib_uitools* + /usr/lib/qt5/mkspecs/modules/qt_lib_uiplugin.pri + + + designer.desktop + designer.png + + + + qt5-designer-devel + + qt5-base-devel + qt5-designer + + + /usr/include/qt5/QtDesigner* + /usr/include/qt5/QtUiTools + /usr/include/qt5/QtUiPlugin + /usr/lib/pkgconfig/Qt5Designer* + /usr/lib/pkgconfig/Qt5UiTools.pc + /usr/lib/pkgconfig/Qt5UiPlugin.pc + + + + qt5-linguist + + libgcc + qt5-base + + + /usr/bin/lrelease* + /usr/bin/linguist + /usr/bin/lconvert + /usr/bin/lupdate* + /usr/bin/lprodump + /usr/lib/cmake/Qt5LinguistTools + /usr/share/applications/linguist5.desktop + /usr/share/icons/hicolor/128x128/apps/linguist.png + /usr/share/icons/hicolor/16x16/apps/linguist.png + /usr/share/icons/hicolor/32x32/apps/linguist.png + /usr/share/icons/hicolor/48x48/apps/linguist.png + /usr/share/icons/hicolor/64x64/apps/linguist.png + /usr/share/pixmaps/linguist5.png + /usr/share/qt5/phrasebooks + /usr/share/qt5/translations/linguist_tr.qm + + + linguist.desktop + linguist.png + + + + qt5-qdbusviewer + + libgcc + qt5-base + + + /usr/bin/qdbusviewer + /usr/bin/qdbus + /usr/share/applications/qdbusviewer5.desktop + /usr/share/icons/hicolor/128x128/apps/qdbusviewer.png + /usr/share/icons/hicolor/32x32/apps/qdbusviewer.png + /usr/share/pixmaps/qdbusviewer5.png + + + qdbusviewer.desktop + assistant.png + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-20 + 5.15.2 + Rebuild for mesa + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.15.2 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-30 + 5.15.2 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 5.15.2 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-08 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 5.15.1 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-28 + 5.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-29 + 5.12.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-19 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-18 + 5.11.2 + Rebuild llvm + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polkit-qt + http://www.kde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + desktop.toolkit.qt5 + A library that allows developers to access PolicyKit API with a nice Qt-style API + A library that allows developers to access PolicyKit API with a nice Qt-style API + https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz + + qt5-base-devel + glib2-devel + polkit-devel + mesa-devel + cmake + + desktop/toolkit/qt5/polkit-qt/pspec.xml + + + polkit-qt + + qt5-base + glib2 + polkit + libgcc + + + /usr/share/doc + /usr/lib + + + + polkit-qt-devel + + polkit-qt + qt5-base-devel + glib2-devel + polkit-devel + + + /usr/lib/pkgconfig + /usr/include/polkit-qt5-1 + + + + + 2022-07-05 + 0.114.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 0.114.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-02 + 0.114.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 0.113 + Rebuild for qt5.15.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 0.113 + Rebuild for qt5.15.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.113 + Rebuild for qt5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.113 + Rebuild for qt5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-16 + 0.113 + Rebuild for qt5.14.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 0.113 + Rebuild for qt5.13.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 0.113 + Rebuild for qt5.13.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 0.113 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 0.112 + Rebuild for qt5.13.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 0.112 + Rebuild for qt5.12.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 0.112 + Rebuild for qt5.12.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 0.112 + Rebuild for qt5.12.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-05 + 0.112 + Rebuild for qt5.11.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 0.112 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 0.112 + Rebuild for qt5.9.5 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 0.112 + Rebuild for qt5.9.3 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 0.112 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-21 + 0.112 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.112 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 0.112 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 0.112 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 0.112 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-speech + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop.toolkit.qt5 + Qt module to make text to speech and speech recognition easy + Qt module to make text to speech and speech recognition easy + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtspeech-everywhere-opensource-src-5.15.5.tar.xz + + flite-devel + qt5-base-devel + speech-dispatcher-devel + + desktop/toolkit/qt5/qt5-speech/pspec.xml + + + qt5-speech + Qt module to make text to speech and speech recognition easy + + flite + qt5-base + libgcc + speech-dispatcher + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + qt5-speech-devel + Development headers for qt5-speech + + qt5-speech + + + /usr/lib/cmake + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 5.9.5 + Rebuild for qt5.9.3 + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-01 + 5.9.3 + Rebuild for qt5.9.3 + Stefan Gronewold + groni@pisilinux.org + + + 2018-02-01 + 5.5.0 + Rebuild for qt5.9.3 + Stefan Gronewold + groni@pisilinux.org + + + 2017-02-20 + 5.5.0 + Rebuild for new Toolchain. + Stefan Gronewold + groni@pisilinux.org + + + 2016-12-26 + 5.5.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-webkit + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Classes for a WebKit2 based implementation and a new QML API + WebKit2 tabanlı uygulama ve yeni QML API için sınıflar + Classes for a WebKit2 based implementation and a new QML API + WebKit2 tabanlı uygulama ve yeni QML API için sınıflar + https://github.com/annulen/webkit/releases/download/qtwebkit-5.212.0-alpha4/qtwebkit-5.212.0-alpha4.tar.xz + + cmake + gperf + dbus-devel + ruby-devel + webp-devel + zlib-devel + libpng-devel + libpcre-devel + libxslt-devel + libxml2-devel + libX11-devel + libXtst-devel + python3-devel + gstreamer-devel + perl-Digest-MD5 + libXrender-devel + qt5-phonon-devel + fontconfig-devel + libXcomposite-devel + libjpeg-turbo-devel + perl-Text-ParseWords + flex + bison + icu4c-devel + eudev-devel + mesa-devel + leveldb-devel + glib2-devel + sqlite-devel + python-devel + qt5-linguist + qt5-base-devel + qt5-sql-sqlite + qt5-qdbusviewer + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-assistant-devel + qt5-multimedia-devel + qt5-webchannel-devel + qt5-declarative-devel + gst-plugins-base-devel + + + icu68.patch + glib-2.68.patch + 78360c01.patch + d92b11fe.patch + + desktop/toolkit/qt5/qt5-webkit/pspec.xml + + + qt5-webkit + + mesa + webp + zlib + glib2 + icu4c + libX11 + libgcc + libpng + sqlite + libxml2 + libxslt + libXrender + libXcomposite + libjpeg-turbo + gstreamer + gstreamer + gst-plugins-base + gst-plugins-base + qt5-base + qt5-location + qt5-sensors + qt5-webchannel + qt5-declarative + + + /usr/lib + /usr/lib/qt5/plugins/webkit + /usr/lib/qt5/ + /usr/lib/qt5/bin/ + /usr/bin + /usr/share/doc + + + + qt5-webkit-devel + qt5-webkit için geliştirme dosyaları + + mesa-devel + webp-devel + zlib-devel + glib2-devel + icu4c-devel + libX11-devel + libpng-devel + sqlite-devel + libxml2-devel + libxslt-devel + libXrender-devel + libXcomposite-devel + libjpeg-turbo-devel + gstreamer-devel + gst-plugins-base-devel + qt5-webkit + qt5-base-devel + qt5-sensors-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include/qt5/ + + + + + 2022-07-05 + 5.212.0 + Rebuild qt5-5.15.5 + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.212.0 + Rebuild qt5-5.15.3 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.212.0 + Rebuild qt5-5.15.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.212.0 + Rebuild qt5-5.15.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.212.0 + Rebuild qt5-5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-21 + 5.212.0 + Version bump alpha4 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.212.0 + Rebuild qt5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 5.212.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.212.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 5.212.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-04 + 5.9.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-02 + 5.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-02 + 5.9.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-26 + 5.7.1 + Release Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-base + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 'GPL3' 'LGPL3' 'FDL' 'custom' + desktop.toolkit.qt5 + Cross platform application and UI framework + Qt5 araç takımı, sürüm 5 + Qt est une boîte à outils graphique multi-plateforme. + Cross platform application and UI development framework + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır. + Qt es un toolkit para GUI multiplataforma. + https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 + + zstd-devel + at-spi2-core-devel + cups-devel + dbus-devel + zlib-devel + glib2-devel + libpcre2-devel + desktop-file-utils + fontconfig-devel + gperf + gtk3-devel + harfbuzz-devel + icon-theme-hicolor + leveldb-devel + firebird-superserver + libjpeg-turbo-devel + mariadb-lib + libxcb-devel + libXcomposite-devel + libxkbcommon-devel + libxslt-devel + mesa-devel + libmtdev-devel + nss-devel + pciutils-devel + postgresql-server + python-devel + DirectFB-devel + libinput-devel + sqlite-devel + xcb-proto + xcb-util-devel + xcb-util-image-devel + xcb-util-keysyms-devel + xcb-util-wm-devel + tiff-devel + libdrm-devel + libpng-devel + eudev-devel + libSM-devel + libICE-devel + libX11-devel + libXext-devel + firebird-devel + unixODBC-devel + libXrandr-devel + libXrender-devel + libXi-devel + xcb-util-renderutil-devel + openssl-devel + freetype-devel + pulseaudio-libs-devel + alsa-lib-devel + libproxy-devel + gst-plugins-base-devel + wayland-devel + wayland-protocols-devel + libXcursor-devel + tslib-devel + shared-mime-info + md4c-devel + libglvnd-devel + vulkan-headers + postgresql-pl + mit-kerberos-devel + icu4c-devel + + + mkspecs.patch + qt5-base-nostrip.patch + + desktop/toolkit/qt5/qt5-base/pspec.xml + + + qt5-base + + zstd + gtk3 + pango + libpcre2 + libgcc + cups + dbus + tslib + mesa + zlib + glib2 + icu4c + libSM + firebird-client + libproxy + libXi + libICE + libX11 + libdrm + libpng + libxcb + eudev + DirectFB + openssl + freetype + harfbuzz + libinput + libmtdev + fontconfig + libXrender + xcb-util-wm + libxkbcommon + libjpeg-turbo + xcb-util-image + xcb-util-keysyms + xcb-util-renderutil + md4c + mit-kerberos + libglvnd + + + /usr/lib + /usr/lib/qt5/imports + /usr/lib/qt5/qml + /usr/lib/qt5/plugins + /usr/share/qt5/translations + /usr/lib/qt5/bin + /usr/bin + /usr/share/doc + /usr/lib/qt5/mkspecs + + + + qt5-base-devel + Development files for Qt 5 + Qt5 için geliştirme dosyaları + Development files for Qt 5 + + qt5-base + libglvnd-devel + vulkan-headers + libxkbcommon-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/lib/*.prl + + + + qt5-sql-mysql + Qt5'in SQL sınıfları için MySQL sürücüsü + + qt5-base + libgcc + mariadb-lib + + + /usr/lib/qt5/plugins/sqldrivers/libqsqlmysql.so + + + + qt5-sql-postgresql + Qt5'in SQL sınıfları için PostgreSQL sürücüsü + + qt5-base + libgcc + postgresql-lib + + + /usr/lib/qt5/plugins/sqldrivers/libqsqlpsql.so + + + + qt5-sql-sqlite + Qt5'in SQL sınıfları için SQLite sürücüsü + + qt5-base + libgcc + sqlite + + + /usr/lib/qt5/plugins/sqldrivers/libqsqlite.so + + + + qt5-sql-odbc + Qt5'in SQL sınıfları için ODBC sürücüsü + + qt5-base + libgcc + unixODBC + + + /usr/lib/qt5/plugins/sqldrivers/libqsqlodbc.so + + + + + 2022-07-15 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-19 + 5.15.2 + Rebuild for libglvnd + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Rebuild for kde patch + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-06 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-15 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 5.15.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-03 + 5.15.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-17 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-25 + 5.13.1 + Rebuild libxkbcommon. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-16 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-23 + 5.12.1 + Rebuild Gtk3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-09 + 5.12.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-09 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-05 + 5.11.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-28 + 5.10.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 5.9.5 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-19 + 5.7.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-10-21 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-29 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-15 + 5.6.0 + Rebuild for new gst + PisiLinux Community + admin@pisilinux.org + + + 2016-05-04 + 5.6.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qt5-webengine + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides support for web applications using the Chromium browser project + Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar + Provides support for web applications using the Chromium browser project + Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar + https://sourceforge.net/projects/pisilinux/files/source/qtwebengine-everywhere-opensource-src-5.15.10.tar.xz/download + + qtwebengine-5.15.7-build_fixes-1.patch + qtwebengine-everywhere-src-5.15.5-TRUE.patch + + + qt5-base-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-location-devel + qt5-sensors-devel + qt5-webchannel-devel + qt5-designer-devel + bison + wget + nodejs + re2-devel + re2c + ninja + gperf + snappy-devel + gobject-introspection-devel + expat-devel + glib2-devel + fontconfig-devel + freetype-devel + mesa-devel + eudev-devel + libpng-devel + webp-devel + harfbuzz-devel + json-c-devel + protobuf-devel + libdrm-devel + libopus-devel + libevent-devel + zlib-devel + libxml2-devel + libxslt-devel + libX11-devel + libXi-devel + libXcursor-devel + libXext-devel + libXfixes-devel + libXrender-devel + libXdamage-devel + libXcomposite-devel + libXtst-devel + libXrandr-devel + libXScrnSaver-devel + libcap-devel + pulseaudio-libs-devel + alsa-lib-devel + pciutils-devel + dbus-devel + nss-devel + perl + python-devel + python3-devel + libvpx-devel + libjpeg-turbo-devel + x264-devel + minizip-devel + icu4c-devel + ffmpeg-devel + git + lcms2-devel + jsoncpp-devel + poppler-cpp-devel + python-Jinja2 + libxkbcommon-devel + libxkbfile-devel + pipewire-0.2-devel + mit-kerberos-devel + + desktop/toolkit/qt5/qt5-webengine/pspec.xml + + + qt5-webengine + + re2 + nss + dbus + nspr + webp + expat + icu4c + lcms2 + ffmpeg + libxcb + glib2 + libX11 + libgcc + libpng + snappy + freetype + libXi + libXext + libXtst + libxslt + libopus + libxml2 + libvpx + qt5-base + alsa-lib + harfbuzz + libevent + libXfixes + libXrandr + fontconfig + libXcursor + libXScrnSaver + libXdamage + libXrender + qt5-location + libXcomposite + libjpeg-turbo + qt5-webchannel + qt5-declarative + zlib + minizip + protobuf + pulseaudio-libs + libxkbcommon + libxkbfile + pipewire-0.2 + + + /usr/lib/qt5/bin/ + /usr/bin + /usr/lib/libQt5Pdf* + /usr/lib/libQt5WebEngine* + /usr/lib/libQt5WebEngineWidgets* + /usr/lib/qt5 + /usr/share/qt5 + /usr/share/qt5/translations + + + + qt5-webengine-devel + + qt5-webengine + qt5-base-devel + qt5-declarative-devel + qt5-location-devel + qt5-webchannel-devel + + + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/include/qt5 + + + + qt5-webengine-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-01 + 5.15.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-30 + 5.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-26 + 5.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-22 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 5.9.3 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-03-01 + 5.9.3 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 5.7.1 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-27 + 5.6.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-15 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-connectivity + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides access to Bluetooth hardware + Bluetooth donanımlarına bağlantı sağlar + Provides access to Bluetooth hardware + Bluetooth donanımlarına bağlantı sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtconnectivity-everywhere-opensource-src-5.15.5.tar.xz + + bluez-libs-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-connectivity/pspec.xml + + + qt5-connectivity + + qt5-base + qt5-declarative + bluez-libs + libgcc + + + /usr/bin + /usr/lib + /usr/share/licenses + /usr/lib/qt5 + /usr/lib/qt5/bin/ + + + + qt5-connectivity-devel + qt5-connectivity için geliştirme dosyaları + + qt5-connectivity + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-connectivity-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-quickcontrols2 + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Next generation user interface controls based on Qt Quick + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + Next generation user interface controls based on Qt Quick + QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri + https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.5.tar.xz + + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-graphicaleffects + qt5-xmlpatterns-devel + qt5-declarative-devel + + + qt_kde.patch + + desktop/toolkit/qt5/qt5-quickcontrols2/pspec.xml + + + qt5-quickcontrols2 + + libgcc + qt5-base + qt5-declarative + qt5-graphicaleffects + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + qt5-quickcontrols2-devel + + qt5-quickcontrols2 + qt5-base-devel + qt5-declarative-devel + + + /usr/include + /usr/lib/pkgconfig + + + + qt5-quickcontrols2-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-15 + 5.15.2 + Git Version 5.15.3 bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-04 + 5.11.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-11-05 + 5.7.1 + fix deps. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-09-20 + 5.7.1 + Release Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-translations + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + A cross-platform application and UI framework (Translations) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) + A cross-platform application and UI framework (Translations) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttranslations-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-linguist + + + qt_kde.patch + + desktop/toolkit/qt5/qt5-translations/pspec.xml + + + qt5-translations + + qt5-base + + + /usr/share/qt5 + /usr/share/licenses/ + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-20 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-accountsservice + https://github.com/hawaii-desktop/qt-accountsservice-addon + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Qt5 - AccountService addon + Qt5 - AccountService addon + https://github.com/lirios/qtaccountsservice/archive/v1.3.0.tar.gz + + liri-cmake-shared + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-accountsservice/pspec.xml + + + qt5-accountsservice + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/share/doc + /usr/lib/qt5/bin/ + /usr/bin + + + + qt5-accountsservice-devel + + qt5-base-devel + qt5-accountsservice + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 1.3.0 + Rebuild qt5-5.15.5 + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 1.3.0 + Rebuild qt5-5.15.3 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 1.3.0 + Rebuild qt5-5.15.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 1.3.0 + Rebuild qt5-5.15.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 1.3.0 + Rebuild qt5-5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 1.3.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.6.0 + Rebuild qt5-5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-02 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 0.6.0 + Rebuild for qt5.11.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 0.6.0 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 0.6.0 + Rebuild for qt5.9.5. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 0.6.0 + Rebuild for qt5.9.3. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 0.6.0 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-22 + 0.6.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 0.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 0.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 0.6.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qt5-xmlpatterns + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Support for XPath, XQuery, XSLT and XML schema validation + XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar + Support for XPath, XQuery, XSLT and XML schema validation + XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml + + + qt5-xmlpatterns + + qt5-base + qt5-declarative + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/lib/qt5/bin/ + /usr/bin + + + + qt5-xmlpatterns-devel + qt5-xmlpatterns için geliştirme dosyaları + + qt5-xmlpatterns + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-xmlpatterns-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-21 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.12.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-15 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-enginio + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + A Backend-as-a-Service solution to ease the backend development for connected and data-driven application + Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü + A Backend-as-a-Service solution to ease the backend development for connected and data-driven application + Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü + https://github.com/qt/qtenginio/archive/v5.6.3.tar.gz + + libgcc + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite + + + qtenginio-1.6.3-Qt-5.14.patch + + desktop/toolkit/qt5/qt5-enginio/pspec.xml + + + qt5-enginio + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5/ + /usr/share/licenses + /usr/lib/qt5/bin/ + /usr/bin/ + + + + qt5-enginio-devel + qt5-enginio için geliştirme dosyaları + + qt5-base-devel + qt5-enginio + + + /usr/lib/pkgconfig + /usr/include/qt5/ + + + + qt5-enginio-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2020-02-27 + 5.6.3 + Rebuild for qt5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.6.3 + Rebuild for qt5.14.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.6.3 + Rebuild for qt5.13.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.6.3 + Rebuild for qt5.13.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.6.3 + Rebuild for qt5.13.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.6.3 + Rebuild for qt5.12.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.6.3 + Rebuild for qt5.12.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.6.3 + Rebuild for qt5.12.0 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.6.3 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.6.3 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 5.6.3 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-22 + 5.6.3 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-20 + 5.6.2 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-quick1 + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. + Qt4 uyumluluğu için Qt Declarative sunar + Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. + Qt4 uyumluluğu için Qt Declarative sunar + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz + + mesa-devel + qt5-base-devel + qt5-script-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-declarative-devel + qt5-xmlpatterns-devel + + desktop/toolkit/qt5/qt5-quick1/pspec.xml + + + qt5-quick1 + + mesa + libgcc + qt5-base + qt5-xmlpatterns + qt5-script + qt5-declarative + qt5-xmlpatterns + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/lib/qt5/bin/ + /usr/bin + + + + qt5-quick1-devel + Development file for qt5-quick1 + Development file for qt5-quick1 + + qt5-base-devel + qt5-script-devel + qt5-quick1 + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + + 2017-03-19 + 5.5.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-22 + 5.5.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.5.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.5.1 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.5.1 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2015-10-16 + 5.5.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-x11extras + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides platform-specific APIs for X11 + X11 için platforma özgü API'ler sağlar + Provides platform-specific APIs for X11 + X11 için platforma özgü API'ler sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + mesa-devel + + desktop/toolkit/qt5/qt5-x11extras/pspec.xml + + + qt5-x11extras + + qt5-base + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-x11extras-devel + qt5-x11extras için geliştirme dosyaları + + qt5-x11extras + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/qt5/ + + + + qt5-x11extras-docs + + qt5-x11extras + qt5-base + + + /usr/share/doc/qt5/ + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-21 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-15 + 5.6.0 + Release Bump for gst + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-serialbus + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop.toolkit.qt5 + Qt module for general purpose serial bus access + Qt module for general purpose serial bus access + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-serialport-devel + + desktop/toolkit/qt5/qt5-serialbus/pspec.xml + + + qt5-serialbus + Qt module for general purpose serial bus access + + qt5-base + qt5-serialport + libgcc + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + qt5-serialbus-devel + Development files for qt5-serialbus + + qt5-base-devel + qt5-serialbus + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalçınsoy@pisilinux.org + + + 2017-02-18 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-websockets + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides WebSocket communication compliant with RFC 6455 + RFC 6455 ile yumuşak WebSocket iletişimi sağlar + Provides WebSocket communication compliant with RFC 6455 + RFC 6455 ile yumuşak WebSocket iletişimi sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz + + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-websockets/pspec.xml + + + qt5-websockets + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + + + + qt5-websockets-devel + qt5-websockets için geliştirme dosyaları + + qt5-websockets + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-websockets-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-charts + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL3 + desktop.toolkit.qt5 + Provides a set of easy to use chart components + Provides a set of easy to use chart components + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtcharts-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-charts/pspec.xml + + + qt5-charts + Provides a set of easy to use chart components + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + qt5-charts-devel + Development files for qt5-charts + + qt5-base-devel + qt5-charts + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-3d + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + C++ and QML APIs for easy inclusion of 3D graphics + C++ and QML APIs for easy inclusion of 3D graphics + https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qt3d-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-declarative-devel + assimp-devel + vulkan-headers + zlib-devel + + desktop/toolkit/qt5/qt5-3d/pspec.xml + + + qt5-3d + C++ and QML APIs for easy inclusion of 3D graphics + + qt5-base + qt5-declarative + libgcc + assimp + + + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + qt5-3d-devel + Development files for qt5-3d + + qt5-base-devel + qt5-declarative-devel + qt5-3d + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-20 + 5.15.2 + Version bump 5.15.3 kde. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-doc + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + A cross-platform application and UI framework (Documentation) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) + A cross-platform application and UI framework (Documentation) + Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) + assistant5 + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdoc-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-sql-sqlite + qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs + qt5-webkit-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs + + desktop/toolkit/qt5/qt5-doc/pspec.xml + + + qt5-doc + + qt5-base + qt5-script + qt5-svg + qt5-xmlpatterns + qt5-assistant + qt5-declarative + + + /usr/share/licenses + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-23 + 5.10.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-02 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-06-14 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-20 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-canvas3d + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + A JavaScript 3D rendering API for Qt Quick + https://github.com/qt/qtcanvas3d/archive/refs/tags/v5.12.12.tar.gz + + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-canvas3d/pspec.xml + + + qt5-canvas3d + A JavaScript 3D rendering API for Qt Quick + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/share/doc + + + + + 2022-07-05 + 5.12.12 + Rebuild qt-5.15.5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.12.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.12.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.12.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.12.7 + Rebuild qt5-5.14.2. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.12.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.12.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.12.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.12.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.12.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-networkauth + https://www.qt.io + + PisiLinux Community + admins@pisilinux.org + + 'GPL3' 'LGPL3' 'FDL' 'custom' + app:gui + desktop.toolkit.qt5 + Network authentication module + Ağ kimlik doğrulama modülü + Ağ kimlik doğrulama modülü + Ağ kimlik doğrulama modülü + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + + desktop/toolkit/qt5/qt5-networkauth/pspec.xml + + + qt5-networkauth + + qt5-base + + + /usr/lib + /usr/share + + + + qt5-networkauth-devel + Development files for qt5-networkauth + + qt5-networkauth + qt5-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + qt5-sensors + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides access to sensor hardware and motion gesture recognition + Donanım ve hareket algılama sensörüne erişim sağlar + Provides access to sensor hardware and motion gesture recognition + Donanım ve hareket algılama sensörüne erişim sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsensors-everywhere-opensource-src-5.15.5.tar.xz + + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-sensors/pspec.xml + + + qt5-sensors + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-sensors-devel + qt5-sensors için geliştirme dosyaları + + qt5-sensors + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-sensors-docs + + qt5-base + + + /usr/share/doc/qt5 + /usr/share/doc/qt5-sensors + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-location + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides access to position, satellite and area monitoring classes + Konum, uydu ve alan izleme sınıflarına erişim sağlar + Provides access to position, satellite and area monitoring classes + Konum, uydu ve alan izleme sınıflarına erişim sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtlocation-everywhere-opensource-src-5.15.5.tar.xz + + mesa-devel + zlib-devel + icu4c-devel + gypsy-devel + gconf-devel + glib2-devel + geoclue-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-location/pspec.xml + + + qt5-location + + glib2 + icu4c + gconf + zlib + gypsy + libgcc + geoclue + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-location-devel + qt5-location için geliştirme dosyaları + + qt5-location + qt5-base-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-location-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-18 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-declarative + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Classes for QML and JavaScript languages + QML ve JavaScript dilleri için sınıflar + Classes for QML and JavaScript languages + QML ve JavaScript dilleri için sınıflar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdeclarative-everywhere-opensource-src-5.15.5.tar.xz + + python3 + qt5-base-devel + libxkbcommon-devel + mesa-devel + qt5-sql-sqlite + + + qt_kde.patch + + desktop/toolkit/qt5/qt5-declarative/pspec.xml + + + qt5-declarative + + libgcc + qt5-base + libglvnd + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/lib/qt5/bin + /usr/bin/ + + + + qt5-declarative-devel + qt5-declarative için geliştirme dosyaları + + qt5-base-devel + qt5-declarative + + + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/include/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-02-18 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-06 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-11 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-04 + 5.15.2 + Rebuild kde patch. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-07 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 5.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-21 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.12.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.2 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.2 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-script + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility + Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar + Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility + Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar. + https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscript-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + mesa-devel + libgcc + + desktop/toolkit/qt5/qt5-script/pspec.xml + + + qt5-script + + qt5-base + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-script-devel + qt5-script için geliştirme dosyaları + + qt5-base-devel + qt5-script + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-script-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-15 + 5.15.2 + Version bump 5.15.7. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-28 + 5.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-22 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-20 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-multimedia + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Classes for audio, video, radio and camera functionality + Ses, video, radyo ve kamera işlevsellikleri için sınıflar + Classes for audio, video, radio and camera functionality + Ses, video, radyo ve kamera işlevsellikleri için sınıflar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz + + icu4c-devel + openal-devel + alsa-lib-devel + gstreamer-devel + pulseaudio-libs-devel + gst-plugins-bad-devel + mesa-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + gst-plugins-base-devel + + desktop/toolkit/qt5/qt5-multimedia/pspec.xml + + + qt5-multimedia + + glib2 + libgcc + openal + alsa-lib + gstreamer + gst-plugins-bad + pulseaudio-libs + mesa + qt5-base + qt5-declarative + gst-plugins-base + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-multimedia-devel + qt5-multimedia için geliştirme dosyaları + + qt5-multimedia + qt5-base-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-multimedia-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump. + PisiLinux Community + admin@pisilinux.org + + + 2016-05-08 + 5.6.0 + Release Bump. + PisiLinux Community + admin@pisilinux.org + + + 2015-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-webchannel + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients + HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar + Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients + HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz + + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-webchannel/pspec.xml + + + qt5-webchannel + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-webchannel-devel + qt5-webchannel için geliştirme dosyaları + + qt5-webchannel + qt5-base-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-webchannel-docs + + libgcc + qt5-base + qt5-declarative + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-serialport + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Provides access to hardware and virtual serial ports + Donanım ve sanal seri portlara erişim sağlar + Provides access to hardware and virtual serial ports + Donanım ve sanal seri portlara erişim sağlar + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialport-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + eudev-devel + + desktop/toolkit/qt5/qt5-serialport/pspec.xml + + + qt5-serialport + + qt5-base + eudev + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-serialport-devel + qt5-serialport için geliştirme dosyaları + + qt5-base-devel + qt5-serialport + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + qt5-serialport-docs + + qt5-base + + + /usr/share/doc/qt5 + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-configuration + https://github.com/hawaii-desktop/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Settings API with change notifications for Qt + Settings API with change notifications for Qt + Settings API with change notifications for Qt + Settings API with change notifications for Qt + https://github.com/hawaii-desktop/qtconfiguration/archive/v0.3.1.tar.gz + + cmake + dconf-devel + glib2-devel + qt5-declarative-devel + qt5-base-devel + + desktop/toolkit/qt5/qt5-configuration/pspec.xml + + + qt5-configuration + + dconf + libgcc + glib2 + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/share/doc + /usr/lib/qt5/bin/ + /usr/bin + + + + qt5-configuration-devel + + qt5-configuration + qt5-base-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-07-05 + 0.3.1 + Rebuild qt5-5.15.5 + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-18 + 0.3.1 + Rebuild qt5-5.15.3 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 0.3.1 + Rebuild qt5-5.15.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 0.3.1 + Rebuild qt5-5.15.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.3.1 + Rebuild qt5-5.14.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.3.1 + Rebuild qt5-5.14.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-02 + 0.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 0.3.1 + Rebuild for qt5.11.2 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 0.3.1 + Rebuild for qt5.10.1 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-01 + 0.3.1 + Rebuild for qt5.9.3 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 0.3.1 + Rebuild for qt5.9.3 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 0.3.1 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-22 + 0.3.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 0.3.1 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 0.3.1 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 0.3.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5ct + https://qt5ct.sourceforge.io/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Qt5 Configuration Utility + Qt5 Yapılandırma Yardımcı Programı + SThis program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. + Bu program, kullanıcıların Qt entegrasyonu olmadan DE/WM altında Qt5 ayarlarını (tema, yazı tipi, simgeler vb.) yapılandırmasına olanak tanır. + mirrors://sourceforge/qt5ct/qt5ct-1.5.tar.bz2 + + cmake + dconf-devel + qt5-linguist + qt5-svg-devel + qt5-base-devel + + desktop/toolkit/qt5/qt5ct/pspec.xml + + + qt5ct + + dconf + libgcc + qt5-svg + qt5-base + + + /usr/share/qt5ct + /usr/share/applications + /usr/lib/qt5 + /usr/share/doc + /usr/bin + + + + + 2022-07-05 + 1.5 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-06 + 1.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + qt5-scxml + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop.toolkit.qt5 + Provides a set of easy to use chart components + Provides a set of easy to use chart components + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscxml-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-scxml/pspec.xml + + + qt5-scxml + Provides a set of easy to use chart components + + qt5-base + qt5-declarative + libgcc + + + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + qt5-scxml-devel + Development files for qt5-scxml + + qt5-scxml + qt5-base-devel + qt5-declarative-devel + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-05 + 5.9.5 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 5.9.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-gstreamer + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.toolkit.qt5 + Qt5 bindings for GStreamer + QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications.The goal of this module is to allow easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop. + http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz + + cmake + doxygen + python3 + boost-devel + gstreamer-devel + gobject-introspection-devel + mesa-devel + glib2-devel + qt5-base-devel + gst-plugins-base-devel + qt5-declarative-devel + qt5-quickcontrols2-devel + + + qt-gstreamer-1.6.patch + 0001-Fix-build-with-GStreamer-1.16.0.patch + qt-gstreamer-1.18.patch + + desktop/toolkit/qt5/qt5-gstreamer/pspec.xml + + + qt5-gstreamer + + libgcc + gstreamer + libglvnd + glib2 + qt5-base + qt5-declarative + gst-plugins-base + + + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + qt5-gstreamer-devel + Development files for qt5-gstreamer + + glib2-devel + gstreamer-devel + qt5-gstreamer + qt5-base-devel + qt5-declarative-devel + gst-plugins-base-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-07-05 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2022-04-18 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-12 + 1.2.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-12-14 + 1.2.0 + Rebuild qt5-5.15.2 + Pisi Linux Community + admin@pisilinux.org + + + 2020-09-09 + 1.2.0 + Rebuild qt5-5.15.1 + Pisi Linux Community + admin@pisilinux.org + + + 2020-04-04 + 1.2.0 + Rebuild qt5-5.14.2 + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-27 + 1.2.0 + Rebuild qt5-5.14.1 + Pisi Linux Community + admin@pisilinux.org + + + 2019-12-22 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-11-02 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-05 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-06-20 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-03-14 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-02-01 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-05 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-15 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-04 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-01 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-01 + 1.2.0 + Rebuild for qt5.9.3 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-19 + 1.2.0 + Rebuild for new Toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-10-22 + 1.2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-03 + 1.2.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-03 + 1.2.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-21 + 1.2.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + qt5-imageformats + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Plugins for additional image formats: TIFF, MNG, TGA, WBMP + İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP + Plugins for additional image formats: TIFF, MNG, TGA, WBMP + İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz + + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + jasper-devel + libmng-devel + libjpeg-turbo-devel + zlib-devel + tiff-devel + webp-devel + + desktop/toolkit/qt5/qt5-imageformats/pspec.xml + + + qt5-imageformats + + qt5-base + libgcc + libmng + tiff + webp + jasper + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + + + + qt5-imageformats-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 5.9.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-15 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.6.0 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.6.0 + First Release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qt5-quickcontrols + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + desktop.toolkit.qt5 + Reusable Qt Quick based UI controls to create classic desktop-style user interfaces + Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri + Reusable Qt Quick based UI controls to create classic desktop-style user interfaces + Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri + http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols-everywhere-opensource-src-5.15.5.tar.xz + + mesa-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml + + + qt5-quickcontrols + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + qt5-quickcontrols-docs + + qt5-base + + + /usr/share/doc + + + + + 2022-07-05 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 5.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-09 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-02 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-05 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-20 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-14 + 5.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 5.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-05 + 5.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-15 + 5.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 5.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-02 + 5.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 5.9.3 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-20 + 5.7.1 + Release bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-22 + 5.6.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.5.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-16 + 5.5.6 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-05-01 + 5.5.6 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-04-17 + 5.5.6 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mlkstyle + http://azsky2.html.xdomain.jp/soft/mlkstyle.html + + fury + uglyside@yandex.ru + + MIT + app:gui + desktop.toolkit.mlk + mlk style editor. + mlk widget style editor. + https://gitlab.com/azelpg/mlkstyle/-/archive/v1.0.4/mlkstyle-v1.0.4.tar.bz2 + + zlib-devel + check-devel + libpng-devel + libX11-devel + libXext-devel + freetype-devel + fontconfig-devel + libXcursor-devel + + desktop/toolkit/mlk/mlkstyle/pspec.xml + + + mlkstyle + + zlib + libpng + libX11 + libXext + freetype + fontconfig + libXcursor + + + /usr/bin + /usr/share + /usr/share/doc/mlkstyle + + + + + 2021-12-11 + 1.0.4 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-25 + 1.0.3 + First build + fury + uglyside@yandex.ru + + + + + + fontconfig + http://fontconfig.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + desktop.font + A library for configuring and customizing font access + Yazıtiplerinin yapılandırılması ve özelleştirilmesi için bir kitaplık + Biblioteka do konfigurowania pospolitych czcionek - obsługa plików binarnych + Fontconfig est un librairie conçue pour fournir à tout le système accès à la possibilité de configurer, personnaliser et appliquer des fontes. + Fontconfig is a library designed to provide system-wide font configuration, customization and application access. + Fontconfig sistem genelindeki programlar için yazıtiplerinin ayarlanmasını, özelleştirilmesini ve programlar tarafından erişilmesini sağlar. + Fontconfig jest biblioteką do konfigurowania i dostosowywania do własnych potrzeb czcionek, które nie zależą od systemu X Window. Została zaprojektowana, aby znajdować czcionki w systemie i dobierać je do wymagań określanych przez aplikacje. + https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.94.tar.xz + + gperf + expat-devel + python3-devel + freetype-devel + libutil-linux-devel + + + use_legacy_lcdfilter_on_small_monospace.patch + fontconfig-2.8.0-sleep-less.patch + deprecated-user-conf.patch + + desktop/font/fontconfig/pspec.xml + + + fontconfig + + expat + freetype + libutil-linux + + + /etc/fonts + /usr/bin + /usr/lib + /usr/share/doc + /var/cache/fontconfig + /usr/share + + + System.Package + System.PackageHandler + + + + fontconfig-devel + Development files for fontconfig + fontconfig için geliştirme dosyaları + Pliki nagłówkowe fontconfig + + fontconfig + libutil-linux-devel + freetype-devel + expat-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/fontconfig/fontconfig-devel.txt + /usr/share/man + + + + fontconfig-32bit + 32-bit shared libraries for fontconfig + fontconfig için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + expat-32bit + freetype-32bit + libutil-linux-32bit + + + fontconfig + expat-32bit + freetype-32bit + libutil-linux-32bit + + + /usr/lib32 + + + + + 2021-06-29 + 2.13.94 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.13.93 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 2.13.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2019-11-09 + 2.13.1 + Version Bump symlinks fix + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 2.13.0 + Rebuild for New Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-10 + 2.13.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-13 + 2.12.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.12.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.11.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.11.1 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-17 + 2.11.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + noto-fonts + http://www.google.com/get/noto + + Osman Erkan + osman.erkan@pisilinux.org + + Apache + data:font + desktop.font + Google Noto TTF fonts + Google Noto TTF yazı tipleri + Noto fonts are open source. All Noto fonts are published under the SIL Open Font License, Version 1.1. Language data and some sample texts are from the Unicode CLDR project. + Tüm diller/karakterlerin desktelendiği yazı tipidir. + https://sourceforge.net/projects/pisilinux/files/source/noto-fonts-20190623.tar.xz + desktop/font/noto-fonts/pspec.xml + + + noto-fonts + + /etc/fonts + /usr/share/doc + /usr/share/fonts/noto + + + archlinux/66-noto-sans.conf + archlinux/66-noto-serif.conf + archlinux/66-noto-mono.conf + + + + noto-fonts-ttf-croscore + noto-fonts-ttf-croscore, Chrome OS core fonts + noto-fonts-ttf-croscore, Chrome OS için temel yazı tipleri + + /usr/share/fonts/TTF + + + + noto-fonts-extra + noto-fonts-ttf-croscore, Chrome OS core fonts Condensed SemiBold Medium Black Light + + /usr/share/fonts/noto/*-Condensed*.ttf + /usr/share/fonts/noto/*-SemiBold*.ttf + /usr/share/fonts/noto/*-SemiCondensed*.ttf + /usr/share/fonts/noto/*-Medium*.ttf + /usr/share/fonts/noto/*-Thin*.ttf + /usr/share/fonts/noto/*-Black*.ttf + /usr/share/fonts/noto/*-Light*.ttf + /usr/share/fonts/noto/*-Extra*.ttf + + + + + 2020-12-09 + 20190623 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-02-07 + 20190623 + Rebuild for New Toolchain + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2019-11-09 + 20190623 + Rebuild for New Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2018-07-31 + 20150929 + Rebuild for New Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2017-03-05 + 20150929 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 20150929 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-12 + 20150929 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + droid-fonts + https://www.droidfonts.com/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + Apache-2.0 + data:font + desktop.font + Droid, TrueType font ailesi + Droid is a TrueType font family intended for use on the small screens of mobile handsets + Droid is een TrueType font familie gemaakt voor gebruik op de kleine schermen van mobiele telefoons + Android platformunda kullanılmak üzere oluşturulmuş font ailesi. + Droid is a font family created by Ascender Corporation for use by the Open Handset Alliance platform, Android. The font families, known simply as Droid, are Droid Sans, Droid Serif, and Droid Sans Mono. + Droid is een TrueType font familie gemaakt voor gebruik op de kleine schermen van mobiele telefoons + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pardusarchives/droid_fonts_20100815.tar.gz + desktop/font/droid-fonts/pspec.xml + + + droid-fonts + + /etc/fonts + /usr/share/fonts + /usr/share/doc + + + 65-droid-fonts-sans-fontconfig.conf + 60-droid-fonts-sans-mono-fontconfig.conf + 59-droid-fonts-serif-fontconfig.conf + + + + + 2019-11-05 + 0.0_20100821 + Rebuild remove Ahem.ttf + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.0_20100821 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 0.0_20100821 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-09-18 + 0.0_20100821 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-28 + 0.0_20100821 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + terminus-font + http://terminus-font.sourceforge.net/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + OFL + GPLv2 + data + desktop.font + Fixed width bitmap font. + Sabit boyutlu yazıtipi + La fonte Terminus est conçue pour travailler longtemps (8 heures ou plus par jour) devant l'ordinateur. + Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. + Terminus yazıtipi bilgisayar karşısında uzun süreler (günde 8 saat ve fazlası) geçiren insanlar için tasarlanmıştır. + Die Terminus Schrift ist für lange Arbeitszeiten (8 Stunden und mehr pro Tag) ausgelegt + mirrors://sourceforge/terminus-font/terminus-font-4.49.1.tar.gz + + python3 + xorg-app + + desktop/font/terminus-font/pspec.xml + + + terminus-font + + /etc/fonts/conf.avail/75-yes-terminus.conf + /etc/fonts/conf.d/75-yes-terminus.conf + /usr/share/kbd/consolefonts + /usr/share/fonts/misc + /usr/share/doc + + + + + 2021-01-02 + 4.49.1 + Beta rebuild. + fury + uglyside@yandex.ru + + + + + + gnu-gs-fonts-std + https://www.ghostscript.com + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + GPLv2 + data + desktop.font + Ghostscript standard fonts + Ghostscript standard yazıtipleri + Ces fontes ont été construites à partir des fontes URW distribuées avec ghostcript. Il n'y AUCUN changemen dans leur partie latine. + gnu-gs-fonts-std contains fonts that were made from the free URW fonts distributed with ghostcript. There are no changes in the latin part of them. + Bu yazıtipleri ghostscript ile birlikte dağıtılan özgür URW yazıtiplerinden türetilmiştir. Latin bölümünde hiçbir değişiklik yapılmamıştır. + mirrors://sourceforge/ghostscript/ghostscript-fonts-std-8.11.tar.gz + desktop/font/gnu-gs-fonts-std/pspec.xml + + + gnu-gs-fonts-std + + /usr/share/fonts/default/ghostscript + /usr/share/doc + + + + + 2020-02-12 + 8.11 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 8.11 + Rebuild for new Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 8.11 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 8.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-23 + 8.11 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + zekton + http://www.myfonts.com/fonts/typodermic/zekton + + Osman Erkan + osman.erkan@pisilinux.org + + GPL + as-is + data:font + desktop.font + Zekton yazı fontu + Zekton yazı fontu + PiSiLinux için Zekton yazı fontu. + PiSiLinux için Zekton yazı fontu. + http://www.e17-stuff.org/CONTENT/content-files/50553-zekton.tar.gz + desktop/font/zekton/pspec.xml + + + zekton + + /usr/share/fonts/zekton + /usr/share/doc/zekton + + + + + 2021-12-04 + 061222 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + liberation-fonts + https://fedorahosted.org/liberation-fonts/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + GPLv2 + data:font + desktop.font + Font collection similar to ones found in Microsoft Windows + Microsoft Windows fontlarına benzeyen bir dizi font ailesi + A set of fonts similar to Microsoft Windows fonts. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). + liberation-fonts MS Windows fontlarına benzer bir yazı tipi ailesidir. Sans, serif ve mono olmak üzere 3 setten oluşur. + http://dev-www.libreoffice.org/src/cfbf1ac6f61bf6cf45342a0cc9381be5-liberation-fonts-ttf-2.00.0.tar.gz + + fontforge + + desktop/font/liberation-fonts/pspec.xml + + + liberation-fonts + + /usr/share/fonts + /usr/share/doc + + + + + 2018-07-31 + 2.00.0 + Rebuild for new toolchain. + Stefan Gronewold + groni@pisilinux.org + + + 2017-03-02 + 2.00.0 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.00.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-09 + 2.00.0 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + Orkhun-fonts + http://turkcesivarken.com/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + OFL + data:font + desktop.font + Old Turkic fonts + Eski Türk alfabesi Yazıtipleri + Orkhun-fonts package contains old Turkic (Gokturks or Celestial Turks) fonts. + Orkhun-fonts paketi Göktürk Alfabesi'ne ait yazıtiplerini içermektedir. + https://sourceforge.net/projects/pisilinux/files/source/orkhun.tar.gz + desktop/font/Orkhun-fonts/pspec.xml + + + Orkhun-fonts + + /usr/share/fonts + /usr/share/doc + + + + + 2018-12-14 + 0.1 + First release + Sezai Yeniay + sezaiyeniay@pisilinux.org + + + + + + adobe-source-code-pro-fonts + http://www.gnome.org + + Pisi Linux Admins + admins@pisilinux.org + + OFL + desktop.font + Monospaced font family for user interface and coding environments. + Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. + https://github.com/adobe-fonts/source-code-pro/archive/refs/tags/2.038R-ro/1.058R-it/1.018R-VAR.tar.gz + desktop/font/adobe-source-code-pro-fonts/pspec.xml + + + adobe-source-code-pro-fonts + + /usr/share/fonts + /usr/share/doc + + + + + 2021-06-05 + 2.038R + First release for Pisi Linux. + Berk Çakar + berk2238@hotmail.com + + + + + + msttcorefonts + http://corefonts.sourceforge.net/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + Microsoft + data:font + desktop.font + Web için Microsoft'un TrueType çekirdek yazı tipleri + Microsoft's TrueType Schriftarten für den Gebrauch im Web + Microsoft's TrueType core fonts for the Web + Core fonts for the Web war ein Projekt von Microsoft mit dem Ziel, eine Reihe von Schriftarten für den Gebrauch im Internet zu standardisieren. Folgende Schriftarten werden von diesem Paket bereitgestellt: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings + Core fonts for the Web was a project begun by Microsoft to make a standard pack of fonts for the Internet. Fonts included in this package are: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings. + https://root.cern.ch/download/ttf/ttf_fonts.tar.gz + + fontconfig-devel + + desktop/font/msttcorefonts/pspec.xml + + + msttcorefonts + + fontconfig + + + /usr/share/doc + /usr/share/fonts/msttcorefonts + + + + + 2021-12-04 + 1.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + open-sans-fonts + https://www.opensans.com/ + + Safa Arıman + safaariman@pisilinux.org + + Apache-2.0 + data:font + desktop.font + Open Sans is a humanist sans-serif typeface designed by Steve Matteson + Open Sans is a humanist sans-serif typeface designed by Steve Matteson + Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms. + Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms. + https://www.opensans.com/download/open-sans.zip + https://www.opensans.com/download/open-sans-condensed.zip + desktop/font/open-sans-fonts/pspec.xml + + + open-sans-fonts + + /usr/share/doc + /usr/share/fonts + + + + + 2020-03-20 + 1.10 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + dejavu-fonts + http://www.dejavu-fonts.org + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + as-is + data:font + desktop.font + DejaVu yazıtipleri + DejaVu fonts + DejaVu fonts + DejaVu yazıtipleri + Les fontes DejaVu basées sur des fontes Bitstream avec des améliorations. + Contains DejaVu fonts that are based on Bitstream fonts, with improvements. + Bevat de DejaVu fonts die zijn gebasserd op de Bitstream fonts, met verbeteringen. + mirrors://sourceforge/dejavu/2.37/dejavu-fonts-2.37.tar.bz2 + + xorg-app-devel + fontforge + fontconfig-devel + perl-Font-TTF + perl-IO-String + unicode-ucd + giflib-devel + + desktop/font/dejavu-fonts/pspec.xml + + + dejavu-fonts + + /etc/fonts + /etc/X11/fontpath.d/dejavu + /usr/share/fonts + /usr/share/doc + + + + + 2022-04-02 + 2.37 + Rebuild for fontforge + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 2.37 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-11 + 2.37 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.37 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-02-28 + 2.37 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-09-18 + 2.34 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-27 + 2.34 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + fontforge + http://fontforge.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + app:gui + desktop.font + Font editor and converter + Postscript yazı tipi düzenleyici ve çevirici + FontForge is a font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another. FontForge also has support for many macintosh font formats. + FontForge kendi postscript, truetype, opentype, cid-keyed, multi-master, cff, svg, bitmap (bdf, FON, NFNT) fontlarınızı yaratmanıza veya hali hazırda varolan fontlarınızı düzenlemenize olanak tanıyan bir font düzenleyicidir. FontForge Macintosh font formatlarının çoğunu da desteklemektedir. + fontforge + https://github.com/fontforge/fontforge/releases/download/20220308/fontforge-20220308.tar.xz + https://fontforge.github.io/cidmaps.tgz + + git + cmake + libtool + xdg-utils + gtk3-devel + tiff-devel + libXi-devel + cairo-devel + pango-devel + libtool-ltdl + libpng-devel + libXft-devel + giflib-devel + python3-devel + libxml2-devel + freetype-devel + readline-devel + python3-sphinx + libspiro-devel + fontconfig-devel + shared-mime-info + desktop-file-utils + libjpeg-turbo-devel + + desktop/font/fontforge/pspec.xml + + + fontforge + + gtk3 + zlib + tiff + cairo + libXi + pango + glib2 + libX11 + libpng + libXft + giflib + potrace + python3 + libxml2 + freetype + readline + libspiro + libtool-ltdl + libjpeg-turbo + + + /usr/lib/libfontforge.so* + /usr/lib/python3.9/site-packages + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/mime + /usr/share/pixmaps + /usr/share/icons + /usr/share/appdata + /usr/share/fontforge + /usr/share/metainfo + /usr/share/applications + /usr/share/locale + + + + + 2022-04-02 + 2.0.20220308 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 2.0.20190801 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-11 + 2.0.20190801 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 2.0.20190801 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.0.20170731 + Rebuild for new Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2018-03-26 + 2.0.20170731 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 2.0.20161005 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 2.0.20150824 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-28 + 2.0.20150824 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + sil-lateef-font + https://software.sil.org/lateef/ + + Stefan Gronewold + groni@pisilinux.org + + custom:OFL + data:font + desktop.font + OpenType Arabic font from SIL + Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and poet. It is intended to be an appropriate style for use in Sindhi and other languages of southern Asia.. + https://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip + desktop/font/sil-lateef-font/pspec.xml + + + sil-lateef-font + + /usr/share/doc + /usr/share/fonts/sil-lateef + /usr/share/sil-lateef/documentation + /usr/share/sil-lateef/web + + + + + 2018-07-31 + 1.200 + Rebuild for New Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2018-05-08 + 1.200 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + exo-fonts-1 + https://fonts.google.com/specimen/Exo + + Blue Devil + bluedevil@sctzine.com + + OFL + data:doc + desktop.font + Exo Font Family + Exo Yazıyüzü Ailesi + Exo is a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design. + exo-fonts paketi Google tarafından desteklenen çağdaş geometrik sans serif türü bir yazıyüzüdür. + https://sourceforge.net/projects/pisilinux/files/source/exo-font.tar.gz + desktop/font/exo-fonts-1/pspec.xml + + + exo-fonts-1 + Exo Font Family. + + /usr/share/doc + /usr/share/fonts + + + + + 2020-08-30 + 1.0 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + noto-fonts-cjk + http://www.google.com/get/noto + + Osman Erkan + osman.erkan@pisilinux.org + + CUSTOM:SIL + data:font + desktop.font + Google Noto CJK fonts + Google Noto CJK yazı tipleri + noto-fonts-cjk, Google Noto CJK fonts. + Google Noto CJK yazı tipleri. + https://github.com/googlei18n/noto-cjk/archive/v1.004.tar.gz + desktop/font/noto-fonts-cjk/pspec.xml + + + noto-fonts-cjk + noto-fonts-cjk, Google Noto CJK fonts + + /usr/share/fonts/noto/*.ttc + /usr/share/doc/noto-fonts-cjk/ + + + + + 2018-07-31 + 0.0_20100919 + Rebuild for New Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2017-03-05 + 0.0_20100919 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.0_20100919 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-22 + 0.0_20100919 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + oxygen-fonts + https://projects.kde.org/projects/playground/artwork/oxygen-fonts + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + OFL + data:font + desktop.font + Oxygen font family + Oxygen yazı tipi ailesi + Oxygen font family is a desktop / GUI font family for integrated use with KDE. + Oxygen, KDE için bir masaüstü ve grafik kullanıcı arayüzü yazı tipi ailesidir. + http://download.kde.org/stable/plasma/5.4.3/oxygen-fonts-5.4.3.tar.xz + + cmake + extra-cmake-modules + fontconfig-devel + qt5-base-devel + fontforge + + desktop/font/oxygen-fonts/pspec.xml + + + oxygen-fonts + + /usr/share/fonts + /usr/share/doc + /usr/lib + + + + + 2018-08-15 + 5.4.3 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 5.4.3 + Rebuild for new toolchain. + Stefan Gronewold + groni@pisilinux.org + + + 2017-03-09 + 5.4.3 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.4.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-11 + 5.4.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + harfbuzz + http://www.freedesktop.org/software/harfbuzz + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.font + OpenType text shaping engine + The Harfbuzz package contains an OpenType text shaping engine. + harfbuzz + https://github.com/harfbuzz/harfbuzz/archive/5.0.1.tar.gz + + git + meson + cairo-devel + glib2-devel + icu4c-devel + graphite2-devel + freetype-devel + expat-devel + python-six + gtk-doc + docbook-xsl + gobject-introspection-devel + + desktop/font/harfbuzz/pspec.xml + + + harfbuzz + + cairo + glib2 + icu4c + libgcc + freetype + graphite2 + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/gir-1.0 + + + + harfbuzz-devel + + glib2-devel + icu4c-devel + graphite2-devel + freetype-devel + harfbuzz + + + /usr/include/harfbuzz + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + harfbuzz-32bit + 32-bit shared libraries for harfbuzz + emul32 + emul32 + + icu4c-32bit + freetype-32bit + fontconfig-32bit + cairo-32bit + + + cairo-32bit + libgcc + glib2-32bit + icu4c-32bit + freetype-32bit + + + /usr/lib32 + + + + harfbuzz-docs + harfbuzz reference documents + data:doc + + /usr/share/gtk-doc + + + + + 2022-07-24 + 5.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-29 + 4.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-28 + 4.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-25 + 4.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-13 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 3.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-03 + 2.8.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 2.7.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-23 + 2.7.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 2.6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-31 + 2.3.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-12-13 + 2.0.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.8.3 + Rebuild and version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2018-01-29 + 1.7.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.4.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-02 + 1.2.6 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-06 + 1.2.6 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + noto-emoji-fonts + http://www.google.com/get/noto + + Sami BABAT + samibabat@gmail.com + + CUSTOM:SIL + data:font + desktop.font + Google Noto Emoji fonts + Google Noto Emoji yazı tipleri ve emojiler + noto-emoji-fonts, Google Noto Emoji fonts. + Google Noto Emoji yazı tipleri ve emoji + https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2020-09-16-unicode13_1.tar.gz + desktop/font/noto-emoji-fonts/pspec.xml + + + noto-emoji-fonts + noto-emoji, Google Noto Emoji fonts + + /usr/share/fonts/noto/*.ttf + /usr/share/doc/noto-emoji-fonts/ + + + + + 2021-05-16 + 2020.09.6 + First release + Sami BABAT + samibabat@gmail.com + + + + + + amiri-fonts + https://www.amirifont.org + + Stefan Gronewold + groni@pisilinux.org + + custom:OFL + data:font + desktop.font + Arabic TTF fonts + Arapça TTF yazı tipleri + Amiri is a classical Arabic typeface. + Amiri klasik bir Arap yazıdır. + https://github.com/khaledhosny/amiri-font/releases/download/0.111/amiri-0.111.zip + desktop/font/amiri-fonts/pspec.xml + + + amiri-fonts + + /usr/share/doc + /usr/share/fonts/amiri + /usr/share/amiri-fonts + + + + + 2018-07-31 + 0.111 + Rebuild for new Toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2018-05-08 + 0.111 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + cantarell-fonts + http://www.gnome.org + + Kamil Atlı + suvari@pisilinux.org + + GPLv2+ + desktop.font + GNOME Cantarell fonts + GNOME Cantarell fonts - required for GNOME 3 + https://download-fallback.gnome.org/sources/cantarell-fonts/0.303/cantarell-fonts-0.303.1.tar.xz + + meson + + desktop/font/cantarell-fonts/pspec.xml + + + cantarell-fonts + + /usr/share/fonts + /usr/share/fontconfig + /usr/share/doc + /usr/share/metainfo/org.gnome.cantarell.metainfo.xml + + + + + 2021-12-11 + 0.303.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-30 + 0.301 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + + + + unicode-ucd + http://www.unicode.org/ucd + + PisiLinux Community + admins@pisilinux.org + + MIT + desktop.font + Unicode Character Database + Unicode Karakter Veritabanı + The Unicode Character Database (UCD) consists of a number of data files listing Unicode character properties and related data. It also includes data files containing test data for conformance to several important Unicode algorithms. + Unicode karakter veritabanı, unicode karakter özelliklerini ve bilgilerini içeren birkaç veri dosyasından oluşur. + https://www.unicode.org/Public/zipped/12.1.0/UCD.zip + desktop/font/unicode-ucd/pspec.xml + + + unicode-ucd + + /usr/share/unicode/ucd + /usr/share/doc + + + copyright.html + + + + + 2020-01-18 + 12.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 11.0.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-14 + 11.0.0 + Rebuild and Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2017-03-01 + 9.0.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-27 + 6.3.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + lxdm + http://lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + LGPLv2 + app:gui + desktop.misc + LXDE Display Manager + LXDE Ekran Yöneticisi + LXDM is the future display manager of LXDE. + LXDM, LXDE için bir ekran yöneticisidir. + mirrors://sourceforge/lxdm/lxdm-0.5.3.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/lxdm-pisilinux-theme2.zip + + intltool + iso-codes-devel + gtk3-devel + gettext-devel + pam-devel + elogind-devel + cairo-devel + pango-devel + dbus-devel + glib2-devel + libX11-devel + libxcb-devel + gdk-pixbuf-devel + at-spi2-atk-devel + at-spi2-core-devel + + + onscreenkeyboard.patch + customization-for-pisilinux.patch + lxdm-0.5.3-upstream-fixes.patch + + desktop/misc/lxdm/pspec.xml + + + lxdm + + pam + gtk3 + cairo + pango + glib2 + gdk-pixbuf + libX11 + libxcb + elogind + + + /etc + /usr/sbin + /usr/bin + /usr/libexec + /usr/share/locale + /usr/share + /etc/conf.d/xdm + + + pisi-lightdm-greeter + lightdm + sddm + mdm + gdm + slim + + + System.Service + + + lxdm.desktop + lxdm + + + + + 2021-12-07 + 0.5.3 + Added new pisilinux theme + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-04 + 0.5.3 + LXDM rebuild + Berk Çakar + berk2238@hotmail.com + + + 2021-02-11 + 0.5.3 + Added new pisilinux theme + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-02-10 + 0.5.3 + Added new pisilinux theme + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-04-21 + 0.5.3 + Rebuild at-spi2. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-18 + 0.5.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-07 + 0.5.3 + Rebuild revert + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-10 + 0.5.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 0.5.3 + set default session KDE5 + Ayhan Yalçınsoy + ayhanyalcinsoy@gmail.com + + + 2017-11-19 + 0.5.3 + set default session KDE5 + Ayhan Yalçınsoy + ayhanyalcinsoy@gmail.com + + + 2017-09-23 + 0.5.3 + set background and icon + Ayhan Yalçınsoy + ayhanyalcinsoy@gmail.com + + + 2017-05-06 + 0.5.3 + Fix service start on virtual machine + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-09-29 + 0.5.1 + Fix service start on virtual machine + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-08-23 + 0.5.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lightdm-gtk-greeter + https://github.com/Xubuntu/lightdm-gtk-greeter + + Berk Çakar + berk2238@hotmail.com + + GPLv2 + app:gui + desktop.misc + Login screen using the LightDM framework. + Login screen using the LightDM framework. + https://github.com/Xubuntu/lightdm-gtk-greeter/archive/refs/tags/lightdm-gtk-greeter-2.0.8.tar.gz + + gtk3-devel + cairo-devel + gdk-pixbuf-devel + libxklavier-devel + exo-devel + xfce4-dev-tools + gobject-introspection-devel + lightdm-devel + + desktop/misc/lightdm-gtk-greeter/pspec.xml + + + lightdm-gtk-greeter + + lightdm + gtk3 + cairo + glib2 + libX11 + gdk-pixbuf + libxklavier + + + /usr/bin/lightdm-gtk-greeter + /usr/share/locale + /etc + /usr/share + + + + + 2021-04-20 + 2.0.8 + First release. + Berk Çakar + berk2238@hotmail.com + + + + + + diodon + https://github.com/diodon-dev/diodon + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.misc + Clipboard manager. + Aiming to be the best integrated clipboard manager for the Unity desktop. + https://launchpad.net/diodon/trunk/1.13.0/+download/diodon-1.13.0.tar.xz + + cmake + meson + gtk3-devel + vala-devel + glib2-devel + libpeas-devel + libxslt-devel + zeitgeist-devel + xorg-server-xvfb + desktop-file-utils + ayatana-libappindicator-devel + + desktop/misc/diodon/pspec.xml + + + diodon + + gtk3 + glib2 + libX11 + libXtst + libpeas + zeitgeist + gdk-pixbuf + ayatana-libappindicator + + + /etc/xdg + /etc/apport + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + + + + diodon-devel + + diodon + glib2-devel + gtk3-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-08-07 + 1.13.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-06-10 + 1.12.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-13 + 1.11.1 + First build + fury + uglyside@yandex.ru + + + + + + grub-customizer + https://launchpad.net/grub-customizer/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + desktop.misc + A graphical grub2 settings manager + A graphical grub2 settings manager + A graphical grub2 settings manager + A graphical grub2 settings manager + https://launchpad.net/grub-customizer/5.1/5.1.0/+download/grub-customizer_5.1.0.tar.gz + + cmake + gtk3-devel + atkmm-devel + glib2-devel + glibmm-devel + gtkmm3-devel + cairomm-devel + openssl-devel + pangomm-devel + libsigc++-devel + libarchive-devel + + desktop/misc/grub-customizer/pspec.xml + + + grub-customizer + + gtk3 + atkmm + glib2 + glibmm + gtkmm3 + libgcc + cairomm + openssl + pangomm + libsigc++ + libarchive + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/info + /usr/share/doc + + + grub.cfg + + + + + 2019-06-29 + 5.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ayatana-libindicator + https://github.com/AyatanaIndicators/libayatana-indicator + + fury + uglyside@yandex.ru + + GPL-3 + library + desktop.misc + Ayatana Indicators Shared Library. + The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. + https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.9.1.tar.gz + + cmake + gtk3-devel + glib2-devel + python3-devel + ayatana-ido-devel + + desktop/misc/ayatana-libindicator/pspec.xml + + + ayatana-libindicator + + gtk3 + glib2 + gdk-pixbuf + ayatana-ido + + + /usr/lib + /usr/libexec + /usr/share/doc + /usr/share + + + + ayatana-libindicator-devel + + gtk3-devel + glib2-devel + ayatana-ido-devel + ayatana-libindicator + + + /usr/include/ + /usr/lib/pkgconfig + + + + + 2022-08-07 + 0.9.1 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 0.9.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-13 + 0.8.4 + First build + fury + uglyside@yandex.ru + + + + + + picom + https://github.com/yshui/picom/ + + fury + uglyside@yandex.ru + + MIT + MPL-2 + app + desktop.misc + A compositor for X11. + This is forked from the original Compton because it seems to have become unmaintained. + https://github.com/yshui/picom/archive/refs/tags/v9.1.tar.gz + + cmake + meson + uthash + asciidoc + dbus-devel + mesa-devel + libev-devel + pixman-devel + libxcb-devel + libX11-devel + libpcre-devel + libxslt-devel + libglvnd-devel + libXext-devel + libconfig-devel + xcb-util-image-devel + xcb-util-renderutil-devel + + + config.patch + + desktop/misc/picom/pspec.xml + + + picom + + dbus + mesa + libev + libX11 + libxcb + pixman + libpcre + libglvnd + libconfig + xcb-util-image + xcb-util-renderutil + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2021-04-14 + 9.1 + First build. + fury + uglyside@yandex.ru + + + + + + grim + https://github.com/emersion/grim + + Idris Kalp + idriskalp@gmail.com + + MIT + app:console + desktop.misc + Screenshot utility for Wayland. + Wayland için ekran görüntüsü yardımcı programı. + grim is a tool to take screenshots on Wayland sessions. + grim, Wayland oturumlarında ekran görüntüsü almak için bir araçtır. + https://github.com/emersion/grim/releases/download/v1.4.0/grim-1.4.0.tar.gz + + meson + ninja + libpng-devel + pixman-devel + wayland-devel + wayland-client + bash-completion + libjpeg-turbo-devel + wayland-protocols-devel + + desktop/misc/grim/pspec.xml + + + grim + + libpng + pixman + libjpeg-turbo + wayland-client + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2022-02-22 + 1.4.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + volumeicon + https://github.com/Maato/volumeicon + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + desktop.misc + A lightweight volume control applet with support for global keybindings. + Volume Icon aims to be a lightweight volume control that sits in your systray. + http://nullwise.com/files/volumeicon/volumeicon-0.5.1.tar.gz + + intltool + gtk3-devel + glib2-devel + gettext-devel + alsa-lib-devel + libnotify-devel + + + turkish_translation.patch + ru_translation.patch + ukranian_translation.patch + notify_cflags_set.patch + languas_list.patch + + desktop/misc/volumeicon/pspec.xml + + + volumeicon + + gtk3 + glib2 + cairo + libX11 + alsa-lib + libnotify + gdk-pixbuf + + + /usr/bin/volumeicon + /usr/share + /usr/share/locale + + + + + 2022-05-02 + 0.5.1 + First build. + fury + uglyside@yandex.ru + + + + + + xdg-utils + https://www.freedesktop.org/wiki/Software/xdg-utils + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + desktop.misc + Utilitaires de bureaux communs. + Common desktop utilities + Ortak masaüstü komutları + Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks. About half of the tools focus on tasks commonly required during the installation of a desktop application and the other half focuses on integration with the desktop environment while the application is running. + https://portland.freedesktop.org/download/xdg-utils-1.1.3.tar.gz + + xmlto + docbook-xsl + util-linux + libxslt + lynx + + + 0001_better_pcmanfm_check.patch + + desktop/misc/xdg-utils/pspec.xml + + + xdg-utils + + /usr/bin + /usr/share/man + + + + + 2020-01-07 + 1.1.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-25 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 1.1.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-17 + 1.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-05 + 1.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-17 + 1.1.0_20140207 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.0_20140207 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-16 + 1.1.0_20140207 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + packagekit + https://www.freedesktop.org/software/PackageKit/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + desktop.misc + A system designed to make installation and updates of packages easier. + PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit. + http://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.1.5.tar.xz + + sqlite-devel + gtk3-devel + gtk2-devel + intltool + polkit-devel + python3-devel + elogind-devel + gobject-introspection-devel + + desktop/misc/packagekit/pspec.xml + + + packagekit + + atk + gtk2 + gtk3 + cairo + glib2 + pango + sqlite + freetype + harfbuzz + fontconfig + gdk-pixbuf + + + /var + /etc + /usr/bin + /usr/lib + /usr/libexec + /usr/share/locale + /usr/share/doc + /usr/share/gtk-doc + /usr/share/bash-completion + /usr/share/dbus-1 + /usr/share/PackageKit + /usr/share/polkit-1 + + + pisi.conf + + + + packagekit-devel + Development files for packagekit + + packagekit + glib2-devel + sqlite-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-05 + 1.1.5 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + startup-notification + http://www.freedesktop.org/software/startup-notification/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.misc + Application startup notification and feedback library + Uygulama başlangıç duyurusu ve geribildirim sistemi + startup-notification est un exemple d'implémentation de notification de démarrage (indiquant à l'environnement bureautique qu'une application a fini de démarrer). + startup-notification is a sample implementation of startup notification (telling the desktop environment when an app is done starting up). + startup-notification, bir program başlatıldığında bunu masaüstü ortamına bildirir. + http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz + + libX11-devel + libxcb-devel + xcb-util-devel + + desktop/misc/startup-notification/pspec.xml + + + startup-notification + + libX11 + libxcb + xcb-util + + + /usr/lib + /usr/share/doc + + + + startup-notification-devel + Development files for startup-notification + startup-notification için geliştirme dosyaları + + startup-notification + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/*/*.txt + + + + + 2020-02-02 + 0.12 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.12 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 0.12 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 0.12 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + azfontviewer + http://azsky2.html.xdomain.jp/soft/azfontviewer.html + + fury + uglyside@yandex.ru + + MIT + app:gui + desktop.misc + A font viewer that directly reads and previews font files. + A font viewer that directly reads and previews font files. It uses new mlk gui toolchain. + https://gitlab.com/azelpg/azfontviewer/-/archive/v1.0.2/azfontviewer-v1.0.2.tar.bz2 + + zlib-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + libXcursor-devel + fontconfig-devel + + desktop/misc/azfontviewer/pspec.xml + + + azfontviewer + + zlib + libpng + libX11 + libXext + freetype + libXcursor + fontconfig + + + /usr/bin + /usr/share + + + + + 2021-12-11 + 1.0.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-25 + 1.0.1 + First build + fury + uglyside@yandex.ru + + + + + + gromit-mpx + https://github.com/bk138/gromit-mpx + + fury + uglyside@yandex.ru + + GPL-2 + app + desktop.misc + Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool. + It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available. + https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.2.tar.gz + + cmake + gtk3-devel + libXi-devel + libX11-devel + libdbusmenu-devel + ayatana-libappindicator-devel + + desktop/misc/gromit-mpx/pspec.xml + + + gromit-mpx + + gtk3 + cairo + glib2 + libXi + libX11 + gdk-pixbuf + ayatana-libappindicator + + + /usr/bin + /etc/gromit-mpx + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-04-14 + 1.4.2 + Version bump. + fury + uglyside@yandex.ru + + + 2022-02-05 + 1.4.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-26 + 1.4 + First build. + fury + uglyside@yandex.ru + + + + + + at-spi2-atk + http://www.linuxfoundation.org/collaborate/workgroups/accessibility + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + service + desktop.misc + Protocol definitions and daemons for D-Bus at-spi + at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. + mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz + + meson + at-spi2-core-devel + glib2-devel + atk-devel + libX11-devel + dbus-devel + libXtst-devel + libxml2-devel + + desktop/misc/at-spi2-atk/pspec.xml + + + at-spi2-atk + + atk + dbus + glib2 + at-spi2-core + + + /usr/lib + /usr/share/doc + + + + at-spi2-atk-32bit + 32-bit shared libraries for at-spi2-atk + emul32 + emul32 + + at-spi2-core-32bit + atk-32bit + dbus-32bit + glib2-32bit + libxml2-32bit + + + atk-32bit + dbus-32bit + glib2-32bit + at-spi2-core-32bit + + + /usr/lib32 + + + + at-spi2-atk-devel + at-spi2-atk için geliştirme dosyaları + at-spi2-atk için geliştirme dosyaları + + at-spi2-atk + glib2-devel + at-spi2-core-devel + + + /usr/lib32/pkgconfig + /usr/lib/pkgconfig + /usr/include + + + + + 2022-04-27 + 2.38.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.38.0 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-02 + 2.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 2.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-21 + 2.30.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-26 + 2.26.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 2.26.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-19 + 2.26.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-17 + 2.26.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-28 + 2.22.0 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 2.18.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.18.1 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-01-26 + 2.18.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + at-spi2-core + http://www.linuxfoundation.org/collaborate/workgroups/accessibility + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + service + desktop.misc + Protocol definitions and daemons for D-Bus at-spi + D-Bus at-spi için protokol tanımları ve hizmetleri + at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. + at-spi2-core, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar. + mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz + + meson + gtk-doc + intltool + python-six + dbus-devel + glib2-devel + docbook-xsl + libXi-devel + libX11-devel + libXtst-devel + libxslt-devel + gettext-devel + gobject-introspection-devel + + desktop/misc/at-spi2-core/pspec.xml + + + at-spi2-core + + libXtst + libX11 + dbus + glib2 + + + /etc + /usr/lib + /usr/share/doc + /usr/share/dbus-1 + /usr/share/defaults/at-spi2 + /usr/libexec + /usr/share/gir-1.0 + /usr/share/locale + + + + at-spi2-core-32bit + 32-bit shared libraries for at-spi2-core + emul32 + emul32 + + dbus-32bit + glib2-32bit + libXi-32bit + libX11-32bit + libXtst-32bit + + + dbus-32bit + glib2-32bit + libXi-32bit + libX11-32bit + + + /usr/lib32 + + + + at-spi2-core-docs + at-spi2-core reference documents + data:doc + + at-spi2-core + + + /usr/share/gtk-doc + + + + at-spi2-core-devel + at-spi2-core için geliştirme dosyaları + at-spi2-core için geliştirme dosyaları + + at-spi2-core + dbus-devel + glib2-devel + libXi-devel + libX11-devel + libXtst-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-04-22 + 2.44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.42.0 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-19 + 2.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-10 + 2.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-02 + 2.40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-02 + 2.34.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 2.34.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-21 + 2.30.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-30 + 2.30.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-26 + 2.28.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 2.28.0 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-07 + 2.28.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-19 + 2.28.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-17 + 2.26.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-13 + 2.20.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.18.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.18.3 + Release Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-01-26 + 2.18.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + xdg-user-dirs + http://freedesktop.org/wiki/Software/xdg-user-dirs + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + desktop.misc + Utilities to handle user data directories + Kullanıcı veri dizinlerini idare etmek için yardımcı uygulamalar + xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. + xdg-user-dirs, masaüstü ve müzik klasörleri gibi belli başlı kullanıcı dizinlerini yönetmek için bir araçtır. Ayrıca dosya adlarının yerelleştirilmesini de (ör. metin çevirileri) idare eder. + http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz + + gettext-devel + docbook-xsl + libxml2-devel + libxslt-devel + + + defaults.patch + tr17.patch + xdg-user-dirs-0.15-libiconv.patch + + desktop/misc/xdg-user-dirs/pspec.xml + + + xdg-user-dirs + + /etc/X11 + /etc/xdg + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/man + + + xdg-user-dirs.sh + + + + + 2021-01-29 + 0.17 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 0.17 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-06 + 0.17 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 0.17 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-18 + 0.17 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-17 + 0.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.15 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 0.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-01 + 0.15 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + desktop-file-utils + http://www.freedesktop.org/software/desktop-file-utils/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.misc + Command line utilities to work with desktop menu entries + Masaüstü menü girdilerini yönetmek için komut satırı araçları + desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which checks whether a .desktop file complies with the specification and desktop-file-install which installs a desktop file to the standard directory, optionally fixing it up in the process. + http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.26.tar.xz + + glib2-devel + + desktop/misc/desktop-file-utils/pspec.xml + + + desktop-file-utils + + glib2 + + + /usr/bin + /usr/share/doc + /usr/share/man/man1/ + /usr/share/emacs/site-lisp/desktop-entry-mode.el + + + System.PackageHandler + + + + + 2021-09-22 + 0.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-16 + 0.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 0.23 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-18 + 0.23 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-13 + 0.23 + version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-09-07 + 0.21 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + ayatana-libappindicator + https://github.com/AyatanaIndicators/libayatana-appindicator + + fury + uglyside@yandex.ru + + LGPL-3 + library + desktop.misc + A library to allow applications to export a menu into the Unity Menu bar. + A library to allow applications to export a menu into the Unity Menu bar. + https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.91.tar.gz + + cmake + gtk-doc + gtk3-devel + vala-devel + python3-devel + libdbusmenu-gtk3 + libdbusmenu-devel + python3-pygobject3-devel + ayatana-libindicator-devel + gobject-introspection-devel + + desktop/misc/ayatana-libappindicator/pspec.xml + + + ayatana-libappindicator + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + libdbusmenu-gtk3 + libdbusmenu-glib + ayatana-libindicator + + + /usr/lib + /usr/share + /usr/share/doc + + + + ayatana-libappindicator-devel + + ayatana-libappindicator + gtk3-devel + libdbusmenu-gtk + libdbusmenu-glib + libdbusmenu-devel + ayatana-libindicator-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-08-07 + 0.5.91 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 0.5.90 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-13 + 0.5.5 + First build + fury + uglyside@yandex.ru + + + + + + pisi-appstream-data + https://github.com/pisilinux/pisi-appstream-data + + Pisi Linux Admins + admins@pisilinux.org + + CC-BY-SA 3.0 + data + desktop.misc + Appstream data for Pisi GNU/Linux + Appstream data for Pisi GNU/Linux in order to be used in applications such as GNOME Software, KDE Discover etc. + https://github.com/pisilinux/pisi-appstream-data/archive/refs/tags/20210710.tar.gz + + appstream-glib-devel + + desktop/misc/pisi-appstream-data/pspec.xml + + + pisi-appstream-data + + /usr/share/app-info/xmls + /usr/share/app-info/icons + + + + + 2021-07-10 + 20210710 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + dunst + https://dunst-project.org/ + + fury + uglyside@yandex.ru + + BSD-3-Clause + service + desktop.misc + Lightweight and customizable notification daemon. + Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection. + https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.0.tar.gz + + dbus-devel + glib2-devel + cairo-devel + pango-devel + libX11-devel + libXrandr-devel + libnotify-devel + libXinerama-devel + libXScrnSaver-devel + wayland-devel + wayland-cursor + wayland-client + wayland-protocols-devel + + desktop/misc/dunst/pspec.xml + + + dunst + + dbus + glib2 + cairo + pango + libX11 + libXext + libXrandr + libnotify + gdk-pixbuf + libXinerama + libXScrnSaver + wayland-cursor + wayland-client + + + /etc/dunst/dunstrc + /usr/bin + /usr/share/dbus-1 + /usr/share/man + /usr/share/doc + + + + + 2022-07-10 + 1.9.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-04-14 + 1.8.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-11 + 1.7.3 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-02 + 1.7.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-02 + 1.7.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-13 + 1.6.1 + First build + fury + uglyside@yandex.ru + + + + + + ayatana-ido + https://github.com/AyatanaIndicators/ayatana-ido + + fury + uglyside@yandex.ru + + LGPL-3 + library + desktop.misc + Ayatana Indicator Display Objects. + The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. + https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.9.2.tar.gz + + cmake + gtk-doc + gtk3-devel + vala-devel + gobject-introspection-devel + + desktop/misc/ayatana-ido/pspec.xml + + + ayatana-ido + + gtk3 + glib2 + cairo + pango + gdk-pixbuf + + + /usr/lib + /usr/share + + + + ayatana-ido-devel + + glib2-devel + gtk3-devel + ayatana-ido + + + /usr/include/ + /usr/lib/pkgconfig + + + + + 2022-08-07 + 0.9.2 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 0.9.1 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 0.9.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-13 + 0.8.2 + First build + fury + uglyside@yandex.ru + + + + + + shared-mime-info + http://freedesktop.org/wiki/Software/shared-mime-info + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + data + desktop.misc + The shared MIME info database + Paylaşımlı MIME veritabanı tanımlamaları + 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. + https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.2/shared-mime-info-2.2.tar.bz2 + https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/95e31875b257058e482342095c72050e4ed56ae3/xdgmime-95e31875b257058e482342095c72050e4ed56ae3.tar.bz2 + + libxml2-devel + glib2-devel + intltool + itstool + xmlto + meson + + desktop/misc/shared-mime-info/pspec.xml + + + shared-mime-info + + libxml2 + glib2 + + + /etc/X11/xinit + /usr/bin + /usr/share/applications + /usr/share/mime + /usr/share/gettext/its + /usr/share/pkgconfig + /usr/share/locale/ + /usr/share/doc + /usr/share/man + + + System.PackageHandler + System.Package + + + update-mime-database.sh + defaults.list + mimeapps.list + mimetypefixes.xml + + + + + 2022-05-07 + 2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-15 + 2.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-28 + 2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-19 + 2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-16 + 1.15 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2019-11-06 + 1.15 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-12-31 + 1.10 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.9 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-17 + 1.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 1.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-05 + 1.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + pisi-lightdm-greeter + https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + LGPLv3 + desktop.misc + Qt5 greeter for LightDM + LightDM için Qt tabanlı bir giriş ekranı + Qt5 greeter for LightDM + LightDM için Qt tabanlı bir giriş ekranı + lightdm + https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter/archive/refs/tags/v0.97.5.tar.gz + + lightdm-devel + liblightdm-qt5-devel + qt5-base-devel + extra-cmake-modules + qt5-webengine-devel + qt5-x11extras-devel + qt5-linguist + libXcursor-devel + libXrandr-devel + + desktop/misc/pisi-lightdm-greeter/pspec.xml + + + pisi-lightdm-greeter + + libX11 + libgcc + qt5-base + libXrandr + libXcursor + qt5-webengine + qt5-x11extras + liblightdm-qt5 + lightdm + + + /usr/bin + /etc + /usr/share/local + /usr/share/icons + /usr/share/xgreeters + /usr/share/doc + /usr/share/lightdm + + + + + 2022-01-22 + 0.97.5 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-06-04 + 0.97.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-30 + 0.97.4 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lightdm + https://github.com/CanonicalLtd/lightdm + + Berk Çakar + berk2238@hotmail.com + + GPL2 + app + desktop.misc + LightDM is a cross-desktop display manager. + LightDM Qt istemci kitaplığı. + LightDM is a cross-desktop display manager. + lightdm, LightDM Qt istemci kitaplıklarını içerir. + lightdm + https://github.com/CanonicalLtd/lightdm/releases/download/1.30.0/lightdm-1.30.0.tar.xz + + itstool + intltool + python3-devel + libxklavier-devel + gobject-introspection-devel + pam-devel + libgcrypt-devel + gtk3-devel + libxml2-devel + dbus-glib-devel + libxcb-devel + libXdmcp-devel + qt5-base-devel + vala-devel + libpcre-devel + accountsservice-devel + audit-devel + + + lightdm-default-config.patch + + desktop/misc/lightdm/pspec.xml + + + lightdm + + pam + audit + glib2 + libX11 + libxcb + libXdmcp + libgcrypt + libxklavier + + + /etc + /usr/bin + /usr/lib/liblightdm-gobject-1.so* + /usr/libexec + /usr/lib/lightdm/lightdm-guest-session + /usr/lib/tmpfiles.d + /usr/lib/girepository-1.0 + /usr/share/accountsservice + /usr/share/bash-completion + /usr/share/dbus-1 + /usr/share/gtk-doc + /usr/share/help + /usr/share/locale + /usr/share/man + /usr/share/polkit-1 + + + gdm + lxdm + sddm + + + System.Service + System.Package + + + + lightdm-devel + LightDM is a cross-desktop display manager. + development + + lightdm + glib2-devel + libX11-devel + libxklavier-devel + + + /usr/include/lightdm-gobject-1 + /usr/lib/pkgconfig/liblightdm-gobject-1.pc + /usr/share/gir-1.0 + /usr/share/vala + + + + liblightdm-qt5 + Qt5 library for LightDM. + lightdm + + libgcc + lightdm + qt5-base + + + /usr/lib/liblightdm-qt5-3.so* + + + + liblightdm-qt5-devel + LightDM is a cross-desktop display manager. + development + + liblightdm-qt5 + qt5-base-devel + + + /usr/include/lightdm-qt5-3 + /usr/lib/pkgconfig/liblightdm-qt5-3.pc + + + + + 2022-06-03 + 1.30.0 + Rebuild for qt5 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-06-05 + 1.30.0 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-05-04 + 1.30.0 + First Release. + Berk Çakar + berk2238@hotmail.com + + + + + + sddm + https://github.com/sddm/sddm + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.misc + QML based X11 and Wayland display manager + QML tabanlı X11 ve Wayland ekran yöneticisi. + KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings + https://github.com/sddm/sddm/releases/download/v0.19.0/sddm-0.19.0.tar.xz + https://github.com/sebo28/Sweet-Cat/archive/v0.1.tar.gz + https://gitlab.com/erkanisik/sddm-theme/-/archive/main/sddm-theme-main.tar.gz + + docutils + pam-devel + qt5-linguist + libxcb-devel + dejavu-fonts + elogind-devel + qt5-base-devel + python-docutils + fontconfig-devel + libxkbfile-devel + extra-cmake-modules + qt5-graphicaleffects + qt5-declarative-devel + qt5-quickcontrols2-devel + + + sddm-0.19.0-consolidate-1.patch + 0002-sddm-fix-build.patch + + desktop/misc/sddm/pspec.xml + + + sddm + + pam + libgcc + libxcb + elogind + qt5-base + fontconfig + dejavu-fonts + qt5-declarative + qt5-quickcontrols2 + qt5-graphicaleffects + + + /etc + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + gdm + lightdm + lxdm + mdm + gdm + slim + + + System.Service + System.Package + + + sddm.conf + 10-backlight.rules + + + + + 2022-08-09 + 0.19.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-17 + 0.19.0 + conf file move to /usr/lib/sddm/sddm.conf.d + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-02-27 + 0.19.0 + fix deps + Kamil Atlı + suvari@pisilinux.org + + + 2021-08-10 + 0.19.0 + fix deps + Kamil Atlı + suvari@pisilinux.org + + + 2021-06-04 + 0.19.0 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-01-09 + 0.19.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-07 + 0.19.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 0.18.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-29 + 0.18.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-12 + 0.18.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-02-22 + 0.18.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-18 + 0.14.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 0.14.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-04 + 0.14.0 + Rebuild. + Ali Algul + aligulle3801@gmail.com + + + 2017-06-19 + 0.14.0 + Rebuild. + Ali Algul + aligulle3801@gmail.com + + + 2017-03-05 + 0.14.0 + Rebuild. + Stefan Gronewold + groni@pisilinux.org + + + 2016-10-06 + 0.14.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-09-07 + 0.13.0 + Add conflict list + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-08-14 + 0.13.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-07-15 + 0.13.0 + Fix session authorization issue and add rules + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-18 + 0.13.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + nitrogen + https://github.com/l3ib/nitrogen + + fury + uglyside@yandex.ru + + GPL-2 + app + desktop.misc + Background browser and setter for X windows. + pass + https://github.com/l3ib/nitrogen/archive/5fe0018ddc6abccd119215d4222941940ada53a6.zip + + gtk2-devel + gtkmm-devel + libX11-devel + libXinerama-devel + + desktop/misc/nitrogen/pspec.xml + + + nitrogen + + gtk2 + atkmm + glib2 + gtkmm + glibmm + libX11 + libgcc + pangomm + libsigc++ + libXinerama + + + /usr/bin/nitrogen + /usr/share + /usr/share/locale + /usr/share/man/man1 + + + + + 2021-12-12 + 2021.03.31 + First build from git. + fury + uglyside@yandex.ru + + + + + + benchmark + https://github.com/google/benchmark + + Kamil Atlı + suvari@pisilinux.org + + Apache + library + programming.tool + A microbenchmark support library + Bir mikro kıyaslama destek kitaplığı + A library to benchmark code snippets, similar to unit tests. + Birim testlerine benzer şekilde kod parçacıklarını karşılaştırmak için bir kitaplık. + https://github.com/google/benchmark/archive/refs/tags/v1.6.1.tar.gz + + git + cmake + + programming/tool/benchmark/pspec.xml + + + benchmark + + libgcc + + + /usr/lib/libbenchmark.so* + /usr/lib/libbenchmark_main.so* + /usr/share/doc/benchmark + + + + benchmark-devel + + benchmark + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-11 + 1.6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + cmocka + https://cmocka.org/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.tool + Full unit testing framework for C with support for mock objects. + Sahte nesneler ile deskteklenmiş C için tam birim test çatısı + cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers. + cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar. + https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz + + doxygen + cmake + + programming/tool/cmocka/pspec.xml + + + cmocka + Full unit testing framework for C with support for mock objects. + + /usr/lib + /usr/share/doc + + + + cmocka-devel + Development files for cmocka + cmocka için geliştirme dosyaları + libssh-cmocka, cmocka için geliştirme dosyalarını içerir. + + cmocka + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-24 + 1.1.5 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + cppunit + http://www.freedesktop.org/wiki/Software/cppunit + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.tool + C++ port of the famous JUnit framework for unit testing + Popüler JUnit test çatısının C++ sürümü + cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. + cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır. + https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz + + grep + libtool + + programming/tool/cppunit/pspec.xml + + + cppunit + + /usr/lib + /usr/share/doc + + + + cppunit-devel + Contains the headers and other files necessary for developing programs that use cppunit + + cppunit + libgcc + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/share/man + + + + + 2020-01-15 + 1.15.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-29 + 1.14.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-08-01 + 1.14.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-11 + 1.13.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.13.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-21 + 1.13.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ctags + http://ctags.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.tool + Exuberant Ctags generates an index (or tag) file of objects found in source and header files + Kod ve başlık dosyalarında bulunan objeler için indeks dosyaları üretir + Exuberant Ctags génère un fichier d'index (ou tag) pour les objets trouvés dans les fichiers sources et d'entête permettant à ces entités d'être rapidement et facilement localisées par un éditeur de texte et d'autres utilitaires. Il gère actuellement 33 langages de programmation. + Exuberant Ctags generates an index (or tag) file of objects found in source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 33 programming languages. + Exuberant Ctags, kod ve başlık dosyalarında bulunan objeler için indeks dosyaları üretir. + Exuberant Ctags genera un archivo de índice (o tag) de objetos encontrados en archivos de fuente y cabeceras, para localizar fácilmente estos ítemes con un editor de texto u otra herramienta. Actualmente soporta 33 lenguajes de programación. + https://github.com/universal-ctags/ctags/archive/p5.9.20201129.0.tar.gz + + docutils + python3 + python3-Pygments + python-docutils + jansson-devel + libxml2-devel + libyaml-devel + libseccomp-devel + + programming/tool/ctags/pspec.xml + + + ctags + + jansson + libxml2 + libyaml + libseccomp + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2020-11-07 + 5.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-08 + 5.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-29 + 5.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-10 + 5.8 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 5.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-21 + 5.8 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + fcgi + http://www.fastcgi.com/drupal + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.tool + FastCGI development kit + FastCGI araç takımı + FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. + FastCGI; dil bağımsız, ölçeklenebilir, CGI sunucusunun sınırlamaları olmadan belirli API'leri yüksek performansda çalıştıran bir kitaplıktır. + https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz + programming/tool/fcgi/pspec.xml + + + fcgi + + /usr/bin + /usr/lib + /usr/share/doc/fcgi + /usr/share/man + + + + fcgi-devel + Development files for fcgi + fcgi için geliştirme dosyaları + + fcgi + + + /usr/include + /usr/share/man/man3 + + + + + 2020-03-21 + 2.4.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + dev86 + https://github.com/lkundrak/dev86 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.tool + Development environment for ELKS-86 and standalone 8086 code + ELKS-86 ve 8086 kodları için geliştirme ortamı + Entorno de desarrollo para ELKS-86 y código 8086 independiente + The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. + https://github.com/lkundrak/dev86/archive/v0.16.21.tar.gz + + fedora/dev86-noelks.patch + fedora/dev86-nostrip.patch + fedora/dev86-long.patch + dont-ask-anything.patch + 64bit-build-fix.patch + makefile-fix.patch + + programming/tool/dev86/pspec.xml + + + dev86 + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2020-11-07 + 0.16.21 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-26 + 0.16.21 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 0.16.21 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 0.16.19 + Release Bump. + Kamil Atlı + admin@pisilinux.org + + + 2017-05-15 + 0.16.19 + Release Bump. + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.16.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-17 + 0.16.19 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + cppcheck + https://cppcheck.sourceforge.io/ + + fury + uglyside@yandex.ru + + GPLv3 + app:gui + app:console + programming.tool + static analysis of C/C++ code. + Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). + mirrors://sourceforge/cppcheck/cppcheck-2.8.tar.bz2 + + cmake + z3-devel + zlib-devel + docbook-xsl + qt5-sql-odbc + qt5-linguist + libxslt-devel + libpcre-devel + python3-devel + qt5-sql-mysql + qt5-sql-sqlite + qt5-base-devel + tinyxml2-devel + qt5-charts-devel + qt5-sql-postgresql + python3-setuptools + qt5-assistant-devel + + + htmlreport_py3.patch + qm_install_path.patch + + programming/tool/cppcheck/pspec.xml + + + cppcheck + + z3 + libgcc + libpcre + python3 + tinyxml2 + qt5-base + qt5-charts + qt5-assistant + python3-Pygments + + + /usr/bin + /usr/share + /usr/share/Cppcheck + /usr/share/Cppcheck/lang + /usr/share/man + /usr/share/doc + + + + + 2022-05-28 + 2.8 + Ver. bump + fury + uglyside@yandex.ru + + + 2022-02-05 + 2.7 + Ver. bump + fury + uglyside@yandex.ru + + + 2021-10-11 + 2.6 + Ver. bump + fury + uglyside@yandex.ru + + + 2021-07-05 + 2.5 + Ver. bump + fury + uglyside@yandex.ru + + + 2021-03-24 + 2.4 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-12-20 + 2.3 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-10-06 + 2.2 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-06-27 + 2.1 + Ver. bump + fury + uglyside@yandex.ru + + + 2020-04-16 + 1.90 + Version Bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-12-19 + 1.89 + First build. + fury + uglyside@yandex.ru + + + + + + iucode-tool + https://gitlab.com/iucode-tool/iucode-tool + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + programming.tool + Tool to manipulate Intel® IA-32/X86-64 microcode bundles + Tool to manipulate Intel® IA-32/X86-64 microcode bundles + https://gitlab.com/iucode-tool/iucode-tool/-/archive/v2.3.1/iucode-tool-v2.3.1.tar.gz + programming/tool/iucode-tool/pspec.xml + + + iucode-tool + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2021-05-26 + 2.3.1 + First release + Berk Çakar + berk2238@hotmail.com + + + + + + ruby + http://www.ruby-lang.org/en/ + + PisiLinux Community + admins@pisilinux.org + + Ruby + app:console + programming.language.ruby + An object-oriented scripting language + Nesneye dayalı bir dil + Ruby est un langage de programmation dynamique, open source mettant l'accent sur la simplicité et la productivité. Il a une syntaxe élégante qui est naturelle à lire et facile à écrire. + Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. + Ruby, basitlik ve üretkenliğe odaklanan açık kaynaklı, dinamik bir betik dilidir. Okuması ve yazması kolay, şık bir sözdizime sahiptir. + Ruby es un lenguaje dinámico, de código abierto, y con enfoque en simplicidad y productividad. Tiene una sintaxis elegante que permite leer naturalmente y escribirlo de manera fácil. + https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.1.tar.xz + + tcl-devel + gmp-devel + zlib-devel + gdbm-devel + tcltk-devel + libffi-devel + openssl-devel + libyaml-devel + + programming/language/ruby/ruby/pspec.xml + + + ruby + An object-oriented language for quick and easy programming + + tcl + gmp + zlib + gdbm + tcltk + libffi + openssl + libyaml + readline + + + /usr/bin + /usr/lib/ruby/3.0.0/ + /usr/lib/libruby.so.3.0.1 + /usr/lib/libruby.so.3.0 + /usr/lib/libruby.so + /usr/lib/ruby/site_ruby/3.0.0/ + /usr/lib/ruby/vendor_ruby/3.0.0/ + /usr/share/man/man1 + /usr/share/doc/ruby/LEGAL + /usr/share/doc/ruby/LICENSE + /usr/share/doc/ruby/README* + /usr/share/doc/ruby/COPYING* + + + + ruby-devel + Development files for ruby + ruby için geliştirme dosyaları + ruby-devel, ruby için geliştirme dosyalarını içerir. + + ruby + + + /usr/lib/pkgconfig/ + /usr/include + + + + ruby-docs + Documentation files for ruby + ruby için belgelendirme dosyaları + ruby-docs, libnotify için belgelendirme dosyalarını içerir. + + ruby + + + /usr/share/ri/ + + + + rubygems + rubygems, The Ruby standard for packaging ruby libraries + ruby için standart kitaplık dosyaları + rubygems, ruby için standart kitaplık dosyalarını içerir. + + ruby + + + /usr/bin/gem + /usr/lib/ruby/gems/ + /usr/share/ri/3.0.0/system/Gem + /usr/share/man/man5 + + + + + 2021-06-28 + 3.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 2.7.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 2.6.5 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-01 + 2.6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 2.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-06 + 2.5.0 + Rebuild for gdbm. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-01-31 + 2.5.0 + Release Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 2.4.0 + Release Bump + Muhammet Dilmaç + m.dilmac@pisilinux.org + + + 2016-06-09 + 2.2.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-04 + 2.2.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-soupsieve + https://facelessuser.github.io/soupsieve/ + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A modern CSS selector implementation for Beautiful Soup. + Beautiful Soup için çağdaş bir CSS seçici uygulaması + Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). + Soup Sieve, Beautiful Soup 4 ile kullanılmak üzere geliştirilmiş bir CSS seçici python3 kitaplığıdır. + https://github.com/facelessuser/soupsieve/archive/2.2.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-soupsieve/pspec.xml + + + python3-soupsieve + A modern CSS selector implementation for Beautiful Soup. + + python3 + python3-backports.functools_lru_cache + + + /usr/lib/python3* + /usr/share/doc/python3-soupsieve + + + + + 2021-10-28 + 2.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 2.0.1 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-flask-gravatar + https://github.com/zzzsochi/Flask-Gravatar/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Small and simple gravatar usage in Flask. + Flask için küçük ve basit gravatar kullanımı. + python3-flask-gravatar provides small and simple integration gravatar into flask. + python3-flask-gravatar, flask için küçük ve basit gravatar kullanımı sağlar. + https://github.com/zzzsochi/Flask-Gravatar/archive/v0.5.0.tar.gz + + python3-setuptools + python3-devel + pip3 + + programming/language/python3/python3-flask-gravatar/pspec.xml + + + python3-flask-gravatar + Small and simple gravatar usage in Flask. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-gravatar + + + + + 2021-10-28 + 0.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 0.5.0 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-multidict + https://github.com/aio-libs/multidict + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + The multidict implementation. + Multidict uygulaması. + Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container. + python3-multidict, sözlük benzeri anahtar-değer ikilisinden oluşan ama konteynerde birden fazla aynı anahtar olmasına olanak verek python modülüdür. + https://github.com/aio-libs/multidict/archive/v5.1.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-multidict/pspec.xml + + + python3-multidict + The multidict implementation. + + python3 + + + /usr/share/doc/python3-multidict + /usr/bin + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 5.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 4.7.6 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-23 + 4.7.5 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 4.7.4 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-sqlalchemy + https://github.com/pallets/flask-sqlalchemy + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + Adds SQLAlchemy support to Flask. + Flask uygulamanıza SQLAlchemy desteği ekler. + Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. + python3-flask-sqlalchemy, flask uygulamalarınıza SQLAlchemy desteği ekler. + https://github.com/pallets/flask-sqlalchemy/archive/2.5.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-flask-sqlalchemy/pspec.xml + + + python3-flask-sqlalchemy + Adds SQLAlchemy support to Flask. + + python3 + python3-flask + python3-sqlalchemy + + + /usr/lib/python3* + /usr/share/doc/python3-flask-sqlalchemy + + + + + 2021-10-22 + 2.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 2.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-22 + 2.4.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2.4.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-email-validator + https://github.com/JoshData/python-email-validator + + PisiLinux Community + admins@pisilinux.org + + custom + app + programming.language.python3 + A robust email syntax and deliverability validation library for Python + A robust email syntax and deliverability validation library for Python + Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı + Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı + https://github.com/JoshData/python-email-validator/archive/refs/tags/v1.1.3.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-email-validator/pspec.xml + + + python3-email-validator + + python3 + python3-idna + python3-dnspython + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 1.1.3 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-06-29 + 1.1.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-colorama + https://pypi.python.org/pypi/colorama + + Alihan Öztürk + alihan@pisilinux.org + + BSD + library + programming.language.python3 + Cross-platform colored terminal text. + Uçbirim metinlerini renklendirebilen python3 modülüdür. + Python API for cross-platform colored terminal text. + python-colorama, uçbirim metinlerini renklendirebilen python3 modülüdür. + https://github.com/tartley/colorama/archive/0.4.4.tar.gz + + python3-devel + + programming/language/python3/python3-colorama/pspec.xml + + + python3-colorama + Cross-platform colored terminal text. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-colorama + + + + + 2021-10-22 + 0.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 0.4.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-29 + 0.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 0.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.3.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 0.3.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-extras + https://github.com/testing-cabal/extras + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Extra code that should be part of the standard library but isn't. + Standart python kitaplığında olması gereken ama olmayan kodlar. + extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. + python3-extras, standart python kitaplığında olması gereken ama olmayan (testtools) kodları sağlar. + https://github.com/testing-cabal/extras/archive/1.0.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-extras/pspec.xml + + + python3-extras + Extra code that should be part of the standard library but isn't. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-extras + + + + + 2021-10-28 + 1.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-20 + 1.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-wtf + https://github.com/lepture/flask-wtf/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + CSRF, dosya yükleme ve ReCaptcha bütünleşmesi dahil Flask ve WTForms'u bütünleştiren python modülü. + Flask-Wtf provides simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + python3-flask-wtf, CSRF, dosya yükleme ve ReCaptcha bütünlesmesi dahil Flask ve WTForms'u bütünleştiren python modülü sağlar. + https://github.com/wtforms/flask-wtf/archive/refs/tags/v0.15.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-wtf/pspec.xml + + + python3-flask-wtf + Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. + + python3-itsdangerous + python3-wtforms + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-wtf + + + + + 2021-10-22 + 0.15.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 0.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 0.14.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-qt5 + https://www.riverbankcomputing.com/software/pyqt/intro + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + GPLv3 + library + programming.language.python3 + A set of Python bindings for the Qt 5.x Toolkit + 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. + https://files.pythonhosted.org/packages/e1/57/2023316578646e1adab903caab714708422f83a57f97eb34a5d13510f4e1/PyQt5-5.15.7.tar.gz + + dbus-devel + dbus-python3 + dbus-python-common + python3-devel + python3-sip + qt5-svg-devel + qt5-base-devel + qt5-script-devel + qt5-webkit-devel + qt5-sensors-devel + qt5-location-devel + qt5-designer-devel + python3-pyqt5-sip + qt5-x11extras-devel + qt5-webengine-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-websockets-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-networkauth-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel + + + restore-sip4-support.patch + + programming/language/python3/python3-qt5/pspec.xml + + + python3-qt5 + A set of Python 3.x bindings for the Qt 5.x Toolkit + + libgcc + dbus + python3 + python3-sip + qt5-designer + qt5-webengine + qt5-svg + qt5-base + qt5-sensors + qt5-location + qt5-webkit + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + qt5-networkauth + python3-pyqt5-sip + + + /usr/bin/pyuic5 + /usr/lib/python3.9/site-packages + /usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so + /usr/lib/qt5/plugins/designer/libpyqt5.so + /usr/share/doc + /usr/share/qt5/qsci/api/python/PyQt5.api + /usr/bin/pyrcc5 + /usr/bin/pylupdate5 + + + + python3-qt5-devel + Development files for python3-qt5 + + libgcc + qt5-base + python3-qt5 + + + /usr/share/sip/PyQt5 + + + + + 2022-07-05 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-06 + 5.15.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-21 + 5.15.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-19 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-29 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-13 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-06 + 5.13.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 5.10.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-01 + 5.9.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-22 + 5.9.2 + version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-03 + 5.7.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 5.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-07 + 5.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-25 + 5.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-08 + 5.5.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-sniffio + https://github.com/python-trio/sniffio + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Sniff out which async library your code is running under + Yazdığınız kod hangi asenkron kitaplık altında koşuyor bunu dinleyen kitaplık. + This is a tiny package whose only purpose is to let you detect which async library your code is running under. + python3-sniffio, yazdığınız kod hangi asenkron kitaplık altında koşuyor, bunu dinleyen ve tespit edebilen bir python kitaplığıdır. + https://github.com/python-trio/sniffio/archive/v1.2.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-sniffio/pspec.xml + + + python3-sniffio + Sniff out which async library your code is running under + + python3 + python3-curio + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-sniffio + + + + + 2021-10-28 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 1.1.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pycparser + https://github.com/eliben/pycparser + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Complete C99 parser in pure Python + Python ile yazılmış C99 cözümleyicisi. + pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. + pycparser, C kaynak kodunu çözümlemesi gereken uygulamalara kolaylıkla bütünleşebilen bir python modülüdür. + https://github.com/eliben/pycparser/archive/release_v2.20.tar.gz + + python3-setuptools + python3 + + programming/language/python3/python3-pycparser/pspec.xml + + + python3-pycparser + Complete C99 parser in pure Python + + python3 + + + /usr/share/doc/python3-pycparser + /usr/lib/python3* + + + + + 2021-10-22 + 2.20 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 2.20 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 2.19 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-breathe + https://github.com/michaeljones/breathe + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + ReStructuredText and Sphinx bridge to Doxygen. + Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü. + python3-breathe is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output. + python3-breathe, Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü sunar. + https://github.com/michaeljones/breathe/archive/v4.31.0.tar.gz + + python3-devel + python3-sphinx + python3-setuptools + + programming/language/python3/python3-breathe/pspec.xml + + + python3-breathe + ReStructuredText and Sphinx bridge to Doxygen. + + python3 + python3-sphinx + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + /usr/bin/breathe-apidoc + + + + + 2021-10-26 + 4.31.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 4.22.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pgi + https://github.com/pygobject/pgi + + PisiLinux Community + admins@pisilinux.org + + LGPL 2.1+ + library + programming.language.python3 + GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. + GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. + GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. + GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. + https://github.com/pygobject/pgi/archive/refs/tags/0.0.11.2.tar.gz + + python3-devel + python3-setuptools + gobject-introspection-devel + + programming/language/python3/python3-pgi/pspec.xml + + + python3-pgi + GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. + + python3 + gobject-introspection + + + /usr/bin* + /usr/lib/python3* + /usr/share/doc* + + + + + 2022-05-01 + 0.0.11.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-jsonschema + https://pypi.python.org/pypi/jsonschema + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + An implementation of JSON Schema validation for Python + An implementation of JSON Schema validation for Python + http://repository.timesys.com/buildsources/p/python-jsonschema/python-jsonschema-3.2.0/jsonschema-3.2.0.tar.gz + + python3-devel + python3-setuptools-scm + + programming/language/python3/python-jsonschema/pspec.xml + + + python-jsonschema + + python3 + python3-idna + python3-setuptools + python3-pyrsistent + python3-importlib_metadata + python3-attrs + + + /usr/bin + /usr/lib/python3.9/site-packages + /usr/share/doc/python-jsonschema + + + + + 2022-01-09 + 3.2.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-imdbpy + https://imdbpy.sourceforge.io/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app + programming.language.python3 + Python bindings for the Internet Movie Database (IMDb) + Python bindings for the Internet Movie Database (IMDb) + Python bindings for the Internet Movie Database (IMDb) + Python bindings for the Internet Movie Database (IMDb) + https://github.com/alberanid/imdbpy/archive/refs/tags/2021.04.18.tar.gz + + python3-devel + python3-lxml + python3-pytest + python3-setuptools + + programming/language/python3/python3-imdbpy/pspec.xml + + + python3-imdbpy + + python3 + python3-lxml + python3-pytest + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 2021.04.18 + Rebuild + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-25 + 2021.04.18 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + py3game + http://www.pygame.org/ + + Blue Devil + bluedevil@sctzine.com + + LGPLv2.1 + library + programming.language.python3 + Python3 game library + Python3 oyun kütüphanesi + Liens (bindings) Python pour dsl et autres librairies facilitant la création de jeux. + Python bindings to sdl and other libs that facilitate game production. + Özellikle oyun programlamada kullanılan sdl ve benzeri kütüphaneler için python eklentileri içerir. + Acceso con Python a sdl y otras librerías que facilitan produccion de juegos + https://github.com/pygame/pygame/archive/2.0.1.tar.gz + + libjpeg-turbo-devel + python3-setuptools + sdl2-image-devel + sdl2-mixer-devel + portmidi-devel + freetype-devel + sdl2-ttf-devel + libpng-devel + libsdl2-devel + python3-devel + libX11-devel + + programming/language/python3/py3game/pspec.xml + + + py3game + Python3 game library + + libjpeg-turbo + sdl2-image + sdl2-mixer + freetype + portmidi + sdl2-ttf + python3 + libpng + libsdl2 + libX11 + + + /usr/lib + + + + py3game-devel + Development files for python3 game library + py3game için geliştirme dosyaları + py3game-devel, py3game için geliştirme dosyalarını içerir. + + py3game + sdl2-image-devel + sdl2-mixer-devel + sdl2-ttf-devel + + + /usr/include + /usr/share/doc/py3game/examples/* + + + + py3game-doc + Documentation files for python3 game library + + py3game + + + /usr/share/doc/py3game/README.rst + + + + + 2021-10-22 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 1.9.6 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-zappa + https://github.com/Miserlou/Zappa + + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + LGPLv2.1 + library + app:console + programming.language.python3 + Zappa - Serverless Python + Zappa - Sunucusuz Python + Server-less Python Web Services for AWS Lambda and API Gateway + python3-zappa, AWS Lambda ve API Ağ geçidi için sunucusuz Python ağ hizmetleri sunan python arayüzüdür. + https://files.pythonhosted.org/packages/38/d1/92037f8194028d720e4ab50aff0a0c6355aab1d5240e593e4797f2b4ada8/zappa-0.54.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-zappa/pspec.xml + + + python3-zappa + Zappa - Serverless Python + + python3 + + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 0.54.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-11 + 0.51.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 0.50.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 0.49.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 0.48.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 0.46.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-08-15 + 0.43.2 + First Release + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + + + + + python3-PyShellCode + https://github.com/thomaskeck/PyShellCode/ + + Blue Devil + bluedevil@sctzine.com + + GPL3 + library + programming.language.python3 + Execute ShellCode / "Inline-Assembler" in Python + Python3 ile shellcode koşmanızı sağlar + Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python. + python3-PyShellCode, python3 içerisinde assembly(NASM sözdizimi ile) ya da shellkod koşmanızı sağlar. + https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz + + python3-devel + cmake + + programming/language/python3/python3-PyShellCode/pspec.xml + + + python3-PyShellCode + Execute ShellCode / "Inline-Assembler" in Python + + python3 + + + /usr/lib + /usr/lib/python3* + /usr/share/doc/python3-PyShellCode + + + + python3-PyShellCode-devel + Development headers for the python3-PyShellCode module + + python3-PyShellCode + + + /usr/include/ + + + + + 2021-10-28 + 1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-09 + 1.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-click + https://palletsprojects.com/p/click/ + + Blue Devil + bluedevil@sctzine.com + + BSD-3 + library + programming.language.python3 + Python3 composable command line interface toolkit + Python3 için komut satırı yaratma arayüzü + Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. + Click, python3 için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir. + https://github.com/pallets/click/archive/8.0.3.tar.gz + + python3-setuptools + python3 + + programming/language/python3/python3-click/pspec.xml + + + python3-click + Python3 composable command line interface toolkit + + python3 + + + /usr/share/doc/python3-click + /usr/lib/python3* + + + + + 2021-10-25 + 8.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 7.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 7.1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-15 + 7.0 + Moved from contrib and rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-06 + 7.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pycryptodomex + https://pypi.org/project/pycryptodomex/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto. + Düşük seviye kriptografik ilkeler içeren python3 paketidir. + PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) + PyCrypto'dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. + https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.11.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pycryptodomex/pspec.xml + + + python3-pycryptodomex + A self-contained Python package of low-level cryptographic primitives + + python3 + gmp + + + /usr/lib/python3* + /usr/share/doc/python3-pycryptodomex + + + + + 2021-10-28 + 3.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 3.9.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-24 + 3.9.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + + + + gst-python3 + https://gstreamer.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python3 + GStreamer Python3 bindings + GStreamer Python bağlayıcıları + gst-python3 is a Python frontend to GStreamer. + gst-python3 GStreamer için Python arabirimidir. + https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.20.3.tar.xz + + meson + glib2-devel + python3-pygobject3-devel + gstreamer-devel + python3-devel + gst-plugins-base-devel + + programming/language/python3/gst-python3/pspec.xml + + + gst-python3 + + glib2 + python3 + gstreamer + gst-plugins-base + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2022-06-22 + 1.20.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-11 + 1.20.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-14 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 1.18.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.18.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-22 + 1.16.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.12.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.10.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.10.22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-21 + 0.10.22 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + python3-webencodings + https://github.com/gsnedders/python-webencodings + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Character encoding for the web. + Genel ağ icin karakter kodlaması. + python3-webencodings is a Python implementation of the WHATWG Encoding standard. + python3-webencodings, genel ağ için karakter kodlaması kitaplığı sunar. + https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-webencodings/pspec.xml + + + python3-webencodings + Character encoding for the web. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-webencodings + + + + + 2021-10-25 + 0.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-20 + 0.5.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-websockets + https://github.com/aaugustin/websockets + + Blue Devil + bluedevil@sctzine.com + + BSD3 + library + programming.language.python3 + Library for building WebSocket servers and clients in Python. + Websocket sunucu ve istemcileri inşa etmek için gerekli python kitaplığı + websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity. + python3-websockets, doğruluk ve sadeliği esas alarak, Websocket sunucu ve istemcileri yapmak için gerekli python kitaplığını içerir. + https://github.com/aaugustin/websockets/archive/9.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-websockets/pspec.xml + + + python3-websockets + Library for building WebSocket servers and clients in Python. + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-websockets + + + + + 2021-10-22 + 9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 8.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pyrsistent + https://github.com/tobgu/pyrsistent + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Persistent/Immutable/Functional data structures for Python. + Kalıcı/Değismez/İşlevsel veriyapıları kitaplığı. + Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. + python3-pyrsistent python için Kalıcı/Değişmez/İşlevsel veriyapıları kitaplığı sağlar. + https://github.com/tobgu/pyrsistent/archive/v0.18.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-pyrsistent/pspec.xml + + + python3-pyrsistent + Persistent/Immutable/Functional data structures for Python. + + python3-six + python3 + + + /usr/share/doc/python3-pyrsistent + /usr/lib/python3* + + + + + 2021-10-28 + 0.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 0.16.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-19 + 0.15.7 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-alembic + https://bitbucket.org/zzzeek/alembic + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A database migration tool for SQLAlchemy. + SQLAlchemy için bir veritabanı göç aracı. + Alembic is a database migrations tool written by the author of SQLAlchemy. + python3-alembic, SQLAlchemy için bir veritabanı göç aracı olan python kitaplığı sağlar. + https://pypi.org/packages/source/a/alembic/alembic-1.7.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-alembic/pspec.xml + + + python3-alembic + A database migration tool for SQLAlchemy. + + python3-setuptools + python3-sqlalchemy + python3-dateutil + python3-editor + python3-mako + python3 + + + /usr/share/doc/python3-alembic + /usr/bin/alembic + /usr/lib/python3* + + + + + 2021-10-28 + 1.7.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 1.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 1.4.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 1.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-Pygments + https://pygments.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + A syntax highlighting package written in Python + Python dilinde yazılmış bir sözdizimi belirtme aracı + python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. + python3-Pygments, kaynak kodunu güzelleştirmek ihtiyacı duyulan forum sistemleri, wikiler ve diğer uygulamalar gibi her çeşit yazılımda kullanılmak için yazılmış olan genel bir sözdizimi belirtme aracıdır. + https://github.com/pygments/pygments/archive/2.9.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-Pygments/pspec.xml + + + python3-Pygments + A syntax highlighting package written in Python + + python3-setuptools + + + /usr/lib/python3* + /usr/bin + /usr/share/man + + + + python3-Pygments-docs + Documentation files for python3-Pygments + + /usr/share/doc/python3-Pygments + + + + + 2021-10-22 + 2.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 2.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-11 + 2.6.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-29 + 2.5.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-01-27 + 2.2.0 + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + python3-pyttsx3 + https://github.com/nateshmbhat/pyttsx3 + + PisiLinux Community + admins@pisilinux.org + + MPL2 + library + programming.language.python3 + pyttsx3 is a text-to-speech conversion library in Python. + pyttsx3 is a text-to-speech conversion library in Python. + pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. + pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. + https://github.com/nateshmbhat/pyttsx3/archive/v.2.90.tar.gz + + python3-devel + python3-setuptools + espeak-devel + python3-sphinx + + programming/language/python3/python3-pyttsx3/pspec.xml + + + python3-pyttsx3 + pyttsx3 is a text-to-speech conversion library in Python. + + python3 + espeak + python3-sphinx + + + /usr/lib/python3* + /usr/share/doc/python3-pyttsx3 + + + + + 2022-01-23 + 2.90 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-more-itertools + https://github.com/erikrose/more-itertools + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + More routines for operating on iterables, beyond itertools. + itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler + Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. + python3-more-itertools, itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler sağlar. + https://github.com/more-itertools/more-itertools/archive/refs/tags/v8.8.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-more-itertools/pspec.xml + + + python3-more-itertools + More routines for operating on iterables, beyond itertools. + + python3 + + + /usr/share/doc/python3-more-itertools + /usr/lib/python3* + + + + + 2021-08-21 + 8.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 8.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-16 + 8.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 8.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-security + https://github.com/mattupstate/flask-security + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Quick and simple security for Flask applications. + Flask uygulamalarınız için hızlı ve basit güvenlik. + python3-flask-security, quickly adds security features to your Flask application. + python3-flask-security, flask uygulamalarınız için hızlı ve basit güvenlik bir şekilde güvenlik sunar. + https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz + + python3-setuptools + python3-devel + pip3 + + programming/language/python3/python3-flask-security/pspec.xml + + + python3-flask-security + Quick and simple security for Flask applications. + + python3-flask-principal + python3-flask-babelex + python3-flask-login + python3-flask-mail + python3-flask-wtf + python3-passlib + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-security + + + + + 2021-10-22 + 3.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 3.0.0 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python-discid + https://python-discid.readthedocs.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPL3 + library + programming.language.python3 + Python binding of MusicBrainz libdiscid + MusicBrainz libdiscid'in Python bağlanması + The main purpose is the calculation of an identifier for audio discs (Disc ID) to use for the MusicBrainz database. Additionally the disc MCN and track ISRCs can be extracted. + Temel amaç, MusicBrainz veritabanı için kullanılacak ses diskleri (Disk Kimliği) için bir tanımlayıcının hesaplanmasıdır. Ek olarak, disk MCN ve iz ISRC'leri çıkarılabilir. + https://github.com/JonnyJD/python-discid/archive/v1.2.0.tar.gz + + libdiscid-devel + python3-devel + + programming/language/python3/python-discid/pspec.xml + + + python-discid + Python Classes Without Boilerplate + + python3 + + + /usr/lib/python3* + /usr/share/doc/python-discid + + + + + 2021-10-24 + 1.2.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-11 + 1.2.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-defusedxml + https://pypi.org/project/defusedxml/ + + Pisi Linux Admins + admin@pisilinux.org + + Python + app + programming.language.python3 + XML bomb protection for Python stdlib modules + XML bomb protection for Python stdlib modules + XML bomb protection for Python stdlib modules + XML bomb protection for Python stdlib modules + https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-defusedxml/pspec.xml + + + python3-defusedxml + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-10-28 + 0.7.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-26 + 0.7.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-cycler + https://github.com/matplotlib/cycler + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + cycler: composable cycles. + cycler: birleştirilebilir döngüler. + python3-cycler provides composable style cycles. + python3-cycler, birleştirilebilir stil döngüler içeren python kitaplığı sunar. + https://github.com/matplotlib/cycler/archive/v0.10.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-cycler/pspec.xml + + + python3-cycler + cycler: composable cycles. + + python3-six + python3 + + + /usr/share/doc/python3-cycler + /usr/lib/python3* + + + + + 2021-10-28 + 0.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 0.10.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-PyYAML + https://pyyaml.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + The next generation YAML parser and emitter for Python3 + Python3 için yeni nesil YAML ayrıştırıcısı + python3-pyyaml is the next generation YAML parser and emitter for Python3. + python3-pyyaml python3 için yeni nesil YAML ayrıştırıcısıdır. + https://github.com/yaml/pyyaml/archive/5.4.1.1.tar.gz + + _yaml.c + + + libyaml-devel + python3-devel + python3-setuptools + + programming/language/python3/python3-PyYAML/pspec.xml + + + python3-PyYAML + The next generation YAML parser and emitter for Python + + python3 + libyaml + python3-setuptools + + + /usr/share/doc/python3-PyYAML + /usr/lib/python3* + + + + + 2021-10-22 + 5.4.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 5.3.1 + Patch version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-02-22 + 5.3 + Clean and rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ py3.8. + Blue Devil + bluedevil@sctzine.com + + + 2019-10-03 + 5.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 3.13 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 3.12 + Rebuild for py3.6.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-01-16 + 3.12 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-flask + https://palletsprojects.com/p/flask/ + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + The Python micro framework for building web applications. + Ağ uygulamaları geliştirmek için python mikroçatısı. + Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. + python3-flask, hafif bir WSGI ağ uygulamaları çatısıdır. Flask çabuk ve kolayca, aynı zamanda basitten zora doğru ağ uygulamaları geliştirmek için tasarlanmıştır. + https://github.com/pallets/flask/archive/1.1.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask/pspec.xml + + + python3-flask + The Python micro framework for building web applications. + + python3-itsdangerous + python3-setuptools + python3-werkzeug + python3-Jinja2 + python3-click + python3 + + + /usr/share/doc/python3-flask + /usr/bin/flask + /usr/lib/python3* + + + + + 2021-10-25 + 1.1.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 1.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-14 + 1.1.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pytz + https://pythonhosted.org/pytz/ + + PisiLinux Community + admins@pisilinux.org + + MIT + ZPL + library + programming.language.python3 + World Timezone Definitions for Python + Python için Dünya Saat Dilimi(World Time Zone) tanımları + python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported. + python3-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir. + https://pypi.org/packages/source/p/pytz/pytz-2021.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pytz/pspec.xml + + + python3-pytz + World Timezone Definitions for Python + + python3 + + + /usr/lib + /usr/share/doc/python3-pytz + + + + + 2021-10-22 + 2021.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 2020.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-27 + 2019.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-01-29 + 2018.4 + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + python3-pyparsing + https://github.com/pyparsing/pyparsing/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python3 parsing module + Python3 cözümleme modülü. + The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. + python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar. + https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-pyparsing/pspec.xml + + + python3-pyparsing + Python3 parsing module + + python3 + + + /usr/share/doc/python3-pyparsing + /usr/lib/python3* + + + + + 2021-10-22 + 2.4.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 2.4.7 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 2.4.6 + First Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-typing_extensions + https://pypi.org/project/typing-extensions/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz + + pip3 + python3-devel + python3-wheel + python3-flit-core + python3-setuptools + + programming/language/python3/python3-typing_extensions/pspec.xml + + + python3-typing_extensions + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-07-02 + 4.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-build + https://github.com/pypa/build + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + A simple, correct PEP517 package builder + A simple, correct PEP517 package builder + A simple, correct PEP517 package builder + A simple, correct PEP517 package builder + https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz + + python3 + python3-setuptools + + programming/language/python3/python3-build/pspec.xml + + + python3-build + + python3 + python3-pep517 + python3-packaging + python3-setuptools + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-06-28 + 0.8.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-six + http://pypi.python.org/pypi/six/ + + Alihan Öztürk + alihan@pisilinux.org + + MIT + app:console + programming.language.python3 + Python 2 and 3 compatibility utilities. + Python2 ve python3 uyumluluk programı. + python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. + python3-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar. + https://pypi.org/packages/source/s/six/six-1.16.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-six/pspec.xml + + + python3-six + Python 2 and 3 compatibility utilities. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-six + + + + + 2021-10-22 + 1.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-24 + 1.15.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-21 + 1.14.0 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-11 + 1.13.0 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-06 + 1.11.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-24 + 1.11.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-22 + 1.10.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 1.10.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.9.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.9.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-08 + 1.9.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python3-sphinx-alabaster-theme + https://github.com/bitprophet/alabaster + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Sphinx default theme. + Sphinx varsayılan teması. + Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible. + Alabaster, Sphinx dokümantasyon sistemi için görsel (c) yalın, duyarlı, yapılandırılabilir bir temadır. Python 2 + 3 uyumludur. + https://github.com/bitprophet/alabaster/archive/0.7.12.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml + + + python3-sphinx-alabaster-theme + Sphinx default theme. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinx-alabaster-theme + + + + + 2021-10-22 + 0.7.12 + Version bump. + Pisi Linux Admins + admins@pisilinux.org + + + 2019-12-30 + 0.7.12 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-01-28 + 0.7.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python3-gtts + https://github.com/pndurette/gTTS + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + Google Text to Speech (TTS) API + Google Text to Speech (TTS) API + Module and command line utility to save spoken text to mp3 via the Google Text to Speech (TTS) API + Module and command line utility to save spoken text to mp3 via the Google Text to Speech (TTS) API + https://github.com/pndurette/gTTS/archive/v2.2.3.tar.gz + + python3-devel + python3-setuptools + python3-click + python3-requests + + programming/language/python3/python3-gtts/pspec.xml + + + python3-gtts + Google Text to Speech (TTS) API + + python3 + + + /usr/bin* + /usr/lib/python3* + /usr/share/doc/python3-gtts + + + + + 2022-01-23 + 2.2.3 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-Babel + https://babel.pocoo.org + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + A collection of tools for internationalizing Python applications + Python uygulamalarını uluslararasılaştırmak için bir takım koleksiyonu + Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. + Babel temelde iki parçadan oluşur: 1) gettext mesaj kataloglarıyla çalışmak ve onları derlemek için araçlar 2) CLDR(Common Locale Data Repository), Genel Yerel Veri Deposuna, çeşitli yerel gösterim isimlerine ulaşımı sağlamak, yerelleştirilmiş numara ve tarih biçimlerini desteklemek gibi özellikler sağlayan bir python arayüzü. + https://github.com/python-babel/babel/archive/v2.9.1.tar.gz + https://www.unicode.org/Public/cldr/37/core.zip + + python3-setuptools + python3-devel + python3-pytz + + programming/language/python3/python3-Babel/pspec.xml + + + python3-Babel + A collection of tools for internationalizing Python applications + + python3-pytz + python3 + + + /usr/share/doc/python3-Babel + /usr/lib/python3* + /usr/bin + + + + + 2021-10-22 + 2.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-23 + 2.8.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 2.7.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-01-28 + 2.6.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python3-pycrypto + https://www.dlitz.net/software/pycrypto/ + + Blue DeviL + bluedevil@sctzine.com + + PD + library + programming.language.python3 + Python3 pycrypto module + Python3 pycrypto modülü + A collection of cryptographic algorithms and protocols, implemented for use from Python2. + python3-pycrypto, Python2 için kriptografik algoritmalar ve protokoller içeren bir kitaplıktır. + https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz + + gmp-devel + python3-devel + python3-setuptools + + programming/language/python3/python3-pycrypto/pspec.xml + + + python3-pycrypto + Python3 pycrypto module + + gmp + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pycrypto + + + + + 2021-10-28 + 2.6.1 + First pisi release + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-21 + 2.7a.1 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-sphinx-copybutton + https://pypi.org/project/sphinx-copybutton/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Add a copy button to code cells in Sphinx docs + Add a copy button to code cells in Sphinx docs + Add a copy button to code cells in Sphinx docs + Add a copy button to code cells in Sphinx docs + https://files.pythonhosted.org/packages/d0/79/d57ca42f4be2ac21f660300a5e1a285ce42b23c45b5a4b9a21ce973a3b2f/sphinx-copybutton-0.4.0.tar.gz + + python3-devel + python3-sphinx + python3-setuptools + + programming/language/python3/python3-sphinx-copybutton/pspec.xml + + + python3-sphinx-copybutton + + python3 + python3-sphinx + + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2021-10-14 + 0.4.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-22 + 0.4.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-sphinxcontrib-qthelp + https://github.com/sphinx-doc/sphinxcontrib-qthelp + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which outputs Qthelp document. + Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document + python3-sphinxcontrib-qthelp, Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/1.0.3.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-qthelp/pspec.xml + + + python3-sphinxcontrib-qthelp + sphinxcontrib-qthelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-qthelp + + + + + 2021-10-22 + 1.0.3 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2020-03-04 + 1.0.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 1.0.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-chardet + https://github.com/chardet/chardet + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app + programming.language.python3 + Chardet: The Universal Character Encoding Detector + Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) + Character encoding auto-detection in Python. As smart as your browser. Open source. + python3-chardet, python3 ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi saglayan bir python3 bağlayıcısıdır. + https://github.com/chardet/chardet/archive/4.0.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-chardet/pspec.xml + + + python3-chardet + Chardet: The Universal Character Encoding Detector + + python3 + + + /usr/bin/chardetect + /usr/lib/python3* + /usr/share/doc/python3-chardet + + + + + 2021-10-22 + 4.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 3.0.4 + Rebuilt w/ py3.8. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 3.0.4 + First release. + PisiLinux Community + admins@pisilinux.org + + + 2018-05-22 + 3.0.4 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + python3-pysol_cards + https://pypi.org/project/pysol-cards/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Deal PySol FC Cards + PySol FC Kartlarını Dağıtır + The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals. + python3-pysol_cards, pysol-cards python modülleri python geliştiricisine PySol FC oyunları için kart dağıtma yordamları sunar. + https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.12.0.tar.gz + + pip3 + python3-devel + python3-setuptools + + programming/language/python3/python3-pysol_cards/pspec.xml + + + python3-pysol_cards + Deal PySol FC Cards + + python3 + python3-pbr + + + /usr/share + /usr/lib + /usr/share/doc + + + + + 2021-10-28 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.10.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 0.8.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 0.8.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 0.8.7 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python-setproctitle + https://github.com/dvarrazzo/py-setproctitle + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + Allows a python process to change its process title + Allows a python process to change its process title + https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-setproctitle/pspec.xml + + + python-setproctitle + + python3 + + + /usr/share/doc/python-setproctitle + /usr/lib/python3.9/site-packages + + + + + 2022-01-09 + 1.2.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-decorator + https://github.com/micheles/decorator + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Python3 module to simplify the usage of decorators + Dekoratör kullanımını kolaylaştıran python modulü + python-decorator simplifies the usage of decorators for the average programmer. + python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. + https://github.com/micheles/decorator/archive/5.0.9.tar.gz + + python3-setuptools + python3-nose + + programming/language/python3/python3-decorator/pspec.xml + + + python3-decorator + Python3 module to simplify the usage of decorators + + python3 + + + /usr/share/doc/python3-decorator + /usr/lib/python3* + + + + + 2021-10-22 + 5.0.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 4.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-27 + 4.4.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 4.3.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 4.2.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 4.0.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 4.0.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-04 + 4.0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python3-pychromecast + https://github.com/balloob/pychromecast + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python3 module to talk to Google Chromecast. + YouTube Chromecast APIsi sağlayan python3 bağlayıcısı. + python3-pychromecast provides a way to talk with the Google Chromecast. + python3-pychromecast, Google Chromecast ile konuşmayı sağayan bir python3 kitaplığıdır. + https://github.com/home-assistant-libs/pychromecast/archive/9.3.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pychromecast/pspec.xml + + + python3-pychromecast + Python3 module to talk to Google Chromecast. + + python3 + python3-six + python3-requests + python3-zeroconf + python3-protobuf + python3-setuptools + + + /usr/lib/python3* + /usr/share/doc/python3-pychromecast + + + + + 2021-10-28 + 9.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 7.2.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-19 + 5.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-docker-py + https://github.com/dotcloud/docker-py + + Alihan Öztürk + alihan@pisilinux.org + + apache + app:console + programming.language.python3 + Python client for Docker. + A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc. + https://github.com/docker/docker-py/archive/1.8.1.tar.gz + + python3-devel + python3-setuptools + python3-websocket-client + python3-six + python3-requests + + programming/language/python3/python3-docker-py/pspec.xml + + + python3-docker-py + Python client for Docker. + + python3 + python3-websocket-client + python3-six + python3-requests + + + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 1.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-03-19 + 1.8.1 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-08-19 + 1.8.1 + Version Down to fix gonullu. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-21 + 1.8.1 + Version Down to fix gonullu. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-01 + 2.0.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.8.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.8.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-astroid + https://github.com/PyCQA/astroid + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Useful miscellaneous modules used by Logilab projects. + Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller. + python3-astrid provides a common base representation of python source code. It is currently the library powering pylint’s capabilities. + python3-astroid, Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller içerir. Pylınt yeteneklerini artırır. + https://github.com/PyCQA/astroid/archive/refs/tags/v2.8.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-astroid/pspec.xml + + + python3-astroid + Useful miscellaneous modules used by Logilab projects. + + python3 + python3-six + python3-wrapt + python3-setuptools + python3-lazy-object-proxy + + + /usr/share/doc/ + /usr/lib/python3* + + + python3-logilab-astng + + + python3-logilab-astng + + + + + 2021-10-13 + 2.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 2.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 2.4.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-editor + https://github.com/fmoo/python-editor + + Blue Devil + bluedevil@sctzine.com + + Apache2.0 + library + programming.language.python3 + Programmatically open an editor, capture the result. + Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı. + python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. + python3-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar. + https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-editor/pspec.xml + + + python3-editor + Programmatically open an editor, capture the result. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-editor + + + + + 2021-10-25 + 1.0.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 1.0.4 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-cffi + https://cffi.readthedocs.io/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Foreign Function Interface for Python calling C code + Python3 için C kodu çağıran dış fonksiyon arayüzü. + Foreign Function Interface for Python calling C code + python3-cffi, python3 için C kodu çağıran dış fonksiyon arayüzü sunar. + https://foss.heptapod.net/pypy/cffi/-/archive/v1.14.6/cffi-v1.14.6.tar.gz + + python3-setuptools + python3-devel + libffi-devel + + programming/language/python3/python3-cffi/pspec.xml + + + python3-cffi + Foreign Function Interface for Python calling C code + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-cffi + + + + + 2021-10-22 + 1.14.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 1.14.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 1.13.2 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 1.13.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-websocket-client + https://github.com/websocket-client/websocket-client + + Alihan Öztürk + alihan@pisilinux.org + + BSD + app:console + programming.language.python3 + WebSocket client library for Python + Python3 icin ag soketleri kitapligi + websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. + python3-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. + https://github.com/websocket-client/websocket-client/archive/v1.1.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-websocket-client/pspec.xml + + + python3-websocket-client + WebSocket client library for Python + + python3-six + python3 + + + /usr/bin/wsdump.py + /usr/lib/python3* + /usr/share/doc/python3-websocket-client + + + + + 2021-10-22 + 1.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-26 + 0.57.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 0.48.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 0.47.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 0.46.0 + Release Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 0.40.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.37.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 0.37.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-rfc3986 + https://pypi.org/project/rfc3986/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Validating URI References per RFC 3986. + Her RFC 3986 için URI referanslarını değerlendirir. + A Python implementation of RFC 3986 including validation and authority parsing. + python3-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır. + https://github.com/python-hyper/rfc3986/archive/1.5.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-rfc3986/pspec.xml + + + python3-rfc3986 + Validating URI References per RFC 3986. + + python3 + + + /usr/share/doc/python3-rfc3986 + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 1.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 1.3.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-mako + https://www.makotemplates.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + library + programming.language.python3 + A python3 templating language + Python şablonlama dili + python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. + python3-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. + https://pypi.org/packages/source/m/mako/Mako-1.1.5.tar.gz + + python3-devel + python3-beaker + python3-setuptools + python3-MarkupSafe + + programming/language/python3/python3-mako/pspec.xml + + + python3-mako + A python3 templating language + + python3 + python3-beaker + python3-MarkupSafe + + + /usr/lib + /usr/share/doc + /usr/bin + + + + python3-mako-docs + Documentation files for python3-mako + python3-mako için belgelendirme dosyaları + python3-mako-docs, python3-mako için belgelendirme dosyalarını içerir. + + python3-mako + + + /usr/share/doc/*/html + /usr/share/doc/*/build + /usr/share/doc/*/examples + + + + + 2021-10-29 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 1.1.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 1.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.1.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-08 + 1.1.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2019-04-08 + 1.0.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-28 + 1.0.7 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + python3-pyzmq + https://github.com/zeromq/pyzmq/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + PyZMQ: Python3 bindings for zeromq + PyZMQ: ZeroMQ için Python3 bağlayıcıları + This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. + python3-pyzmq, ZeroMQ için Python3 bağlayıcıları içerir. + https://github.com/zeromq/pyzmq/archive/v22.3.0.tar.gz + + python3-setuptools + python3-devel + zeromq-devel + cython3 + + programming/language/python3/python3-pyzmq/pspec.xml + + + python3-pyzmq + PyZMQ: Python3 bindings for zeromq + + python3 + zeromq + + + /usr/share/doc/python3-pyzmq + /usr/lib/python3* + + + + + 2021-10-28 + 22.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 19.0.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 19.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-31 + 18.1.1 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-htmlhelp + https://github.com/sphinx-doc/sphinxcontrib-htmlhelp + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which renders HTML help files. + python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilir/görüntüleyebilir. + sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. + python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilen/görüntüleyebilen sphinx genişleme modülüdür. + https://files.pythonhosted.org/packages/eb/85/93464ac9bd43d248e7c74573d58a791d48c475230bcf000df2b2700b9027/sphinxcontrib-htmlhelp-2.0.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-htmlhelp/pspec.xml + + + python3-sphinxcontrib-htmlhelp + sphinxcontrib-htmlhelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-htmlhelp + + + + + 2021-10-22 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-23 + 1.0.3 + version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 1.0.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-mail + https://github.com/mattupstate/flask-mail + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Flask-Mail adds SMTP mail sending to your Flask applications. + Flask uygulamalarınız için SMTP posta uygulaması. + Flask-Mail is a Flask extension providing simple email sending capabilities. + python3-flask-login, flask uygulamalarınız için SMTP posta uygulaması kitaplığı sağlar. + https://github.com/mattupstate/flask-mail/archive/0.9.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-mail/pspec.xml + + + python3-flask-mail + Flask-Mail adds SMTP mail sending to your Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-mail + + + + + 2021-10-28 + 0.9.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 0.9.1 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-lazy-object-proxy + https://github.com/ionelmc/python-lazy-object-proxy + + Blue Devil + bluedevil@sctzine.com + + BSDv2 + library + programming.language.python3 + A fast and thorough lazy object proxy. + Hızlı ve esaslı tembel proxy nesnesi. + python3-lazy-object-proxy provides a fast and thorough lazy object proxy. + python3-lazy-object-proxy, hızlı ve esaslı tembel proxy nesnesi sunar. + https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.6.0.tar.gz + + pip3 + python3-devel + python3-setuptools + + programming/language/python3/python3-lazy-object-proxy/pspec.xml + + + python3-lazy-object-proxy + A fast and thorough lazy object proxy. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + + + + + 2021-10-13 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 1.5.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-keyutils + https://github.com/sassoftware/python-keyutils + + Kamil Atlı + suvari@pisilinux.org + + Apache + library + programming.language.python3 + A set of python bindings for keyutils + Keyutils için bir dizi python bağlayıcısı + Un ensemble de liaisons python pour keyutils + A set of python bindings for keyutils + Keyutils için bir dizi python bağlayıcısı + https://github.com/sassoftware/python-keyutils/archive/refs/tags/0.6.tar.gz + + pip3 + keyutils + python3-devel + python3-wheel + python3-setuptools + + programming/language/python3/python-keyutils/pspec.xml + + + python-keyutils + + python3 + keyutils + python3-wheel + + + /usr/lib/python3* + /usr/share/doc/python-keyutils + + + + + 2021-10-27 + 0.6 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-09-25 + 0.6 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-sphinx_rtd_theme + https://github.com/readthedocs/sphinx_rtd_theme + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Sphinx theme for readthedocs.org. + readthedocs.org için sphinx teması. + This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. + Hem mobil hem masaüstü belgelendirme kullanıcılarına çok iyi bir okuma deneyimi sunmak amacıyla tasarlanmış bir sphinx teması. + https://github.com/readthedocs/sphinx_rtd_theme/archive/0.5.2.tar.gz + + nodejs + python3-devel + python3-setuptools + + + python-sphinx_rtd_theme-unbundle-fonts.patch + python-sphinx_rtd_theme-html5shiv.patch + 2ab605a455.patch + + programming/language/python3/python3-sphinx_rtd_theme/pspec.xml + + + python3-sphinx_rtd_theme + Sphinx theme for readthedocs.org. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinx_rtd_theme + + + + + 2021-10-22 + 0.5.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 0.4.3 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-certifi + https://certifi.io/ + + Blue DeviL + bluedevil@sctzine.com + + MPL-2.0 + library + programming.language.python3 + Python3 package for providing Mozilla's CA Bundle + Certifi, Mozillanın sertifikalarını sağlayan python3 kitaplığıdır. + Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. + Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. + https://pypi.org/packages/source/c/certifi/certifi-2021.5.30.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-certifi/pspec.xml + + + python3-certifi + certifi module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-certifi + + + + + 2021-10-22 + 2021.5.30 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 2020.6.20 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 2020.4.5.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 2019.11.28 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 2019.9.11 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-flask-paranoid + https://github.com/miguelgrinberg/flask-paranoid/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Simple user session protection. + Basit kullanıcı oturumu koruması. + python3-flask-paranoid provides simple user session protection. + python3-flask-paranoid, flask uygulamalarınız basit kullanıcı oturumu koruması kitaplığı sağlar. + https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-paranoid/pspec.xml + + + python3-flask-paranoid + Simple user session protection. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-paranoid + + + + + 2021-10-22 + 0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 0.2 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pallets-sphinx-themes + https://github.com/pallets/pallets-sphinx-themes + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + Sphinx themes for Pallets and related projects. + Pallets ve benzeri projeler için sphinx teması. + python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. + python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. + https://files.pythonhosted.org/packages/da/ff/dc403f870b3e7886aabc4abab24feeeae0ca8b6278cca2a402d3249ed4f3/Pallets-Sphinx-Themes-2.0.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-pallets-sphinx-themes/pspec.xml + + + python3-pallets-sphinx-themes + Sphinx themes for Pallets and related projects. + + python3-importlib_metadata + python3-sphinx + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pallets-sphinx-themes + + + + + 2021-10-22 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 1.2.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pylibacl + https://pylibacl.k1024.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python3 + This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations + POSIX.1e Access Control Listelerini manipüle eden bir python 2.2+ eklentisi. + Ce module d'extension de python 2.2+ permet de manipuler les Listes de Contrôle d'Accès POSIX.1e présentes dans certaines combinaisons de systèmes d'exploitations/systèmes de fichiers. + python-libacl is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library. + Bu python 2.2+ eklentisi sayesinde bazı işletim sistemi/dosya sistemi kombinasyonlarındaki POSIX.1e Erişim Kontrol Listeleri işlenebilir. + https://pylibacl.k1024.org/downloads/pylibacl-0.6.0.tar.gz + + acl-devel + python3-devel + python3-setuptools + + programming/language/python3/python3-pylibacl/pspec.xml + + + python3-pylibacl + This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pylibacl + + + + + 2021-10-28 + 0.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-13 + 0.5.4 + Rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-21 + 0.5.4 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-03 + 0.5.3 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-11-16 + 0.5.1 + Rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2010-04-30 + 0.5.1 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python3-pyasn1-modules + https://github.com/etingof/pyasn1-modules/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A collection of ASN.1-based protocols modules. + Python3 için ASN.1-temelli protokol modülleri kolleksiyonu + A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). + python3-pyasn1-modules Python3 için ASN.1-temelli protokol modülleri kolleksiyonunu içerir. + https://github.com/etingof/pyasn1-modules/archive/v0.2.8.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pyasn1-modules/pspec.xml + + + python3-pyasn1-modules + A collection of ASN.1-based protocols modules. + + python3 + python3-pyasn1 + + + /usr/lib/python3* + /usr/share/doc/python3-pyasn1-modules + + + + + 2021-10-28 + 0.2.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-23 + 0.2.8 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-charset-normalizer + https://pypi.org/project/charset-normalizer/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Like Chardet. Package for encoding language detection. Charset detection + Like Chardet. Package for encoding language detection. Charset detection + Like Chardet. Package for encoding language detection. Charset detection + Like Chardet. Package for encoding language detection. Charset detection + https://files.pythonhosted.org/packages/e7/4e/2af0238001648ded297fb54ceb425ca26faa15b341b4fac5371d3938666e/charset-normalizer-2.0.4.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-charset-normalizer/pspec.xml + + + python3-charset-normalizer + + python3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2021-10-14 + 2.0.4 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-22 + 2.0.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + cython3 + https://cython.org/ + + Blue DeviL + bluedevil@sctzine.com + + Apache-2.0 + app:console + library + programming.language.python3 + C extensions for the Python3 + Python3 için C eklentileri + Cython is a language that makes writing C extensions for the Python language as easy as Python itself. + Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir. + https://github.com/cython/cython/archive/0.29.30.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/cython3/pspec.xml + + + cython3 + C extensions for the Python3 + + python3 + python3-setuptools + + + /usr/bin + /usr/lib/python3* + /usr/share/doc/cython3 + + + + + 2022-06-27 + 0.29.30 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 0.29.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 0.29.23 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 0.29.21 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.29.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 0.29.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-14 + 0.29.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 0.29.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 0.29.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-10 + 0.29.14 + Rebuilt w/ py3.8. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-10 + 0.29.14 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-11 + 0.29.14 + rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-11 + 0.29.14 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.24 + First release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + python3-zeroconf + https://github.com/jstasiak/python-zeroconf + + Blue Devil + bluedevil@sctzine.com + + LGPLv2 + library + programming.language.python3 + A pure python3 implementation of multicast DNS service discovery. + Python3 için çoklu dağıtımı destekleyen DNS hizmeti keşfi uygulaması + python3-zeroconf is a pure Python3 Multicast DNS Service Discovery Library (Bonjour/Avahi compatible). + python3-zeroconf, çoklu dağıtım(multicast) DNS hizmetlerini python üzerinden bulabilmenize olanak sağlayan bir python kitaplığıdır. + https://github.com/jstasiak/python-zeroconf/archive/0.36.9.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-zeroconf/pspec.xml + + + python3-zeroconf + A pure python3 implementation of multicast DNS service discovery. + + python3 + python3-ifaddr + + + /usr/lib/python3* + /usr/share/doc/python3-zeroconf + + + + + 2021-10-28 + 0.36.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 0.28.3 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-19 + 0.26.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pypdf2 + https://mstamy2.github.com/PyPDF2 + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A utility to read and write pdfs with Python + Python3 pypdf2 modülü + PyPDF2 is a pure-python PDF toolkit originating from the pyPdf project. PyPDF2 can extract data from PDF files, or manipulate existing PDFs to produce a new file. PyPDF2 is compatible with Python versions 2.6, 2.7, and 3.2 - 3.5. + PyPDF2 artık güncellenmeyen pypdf aracının devam projesidir. PyPDF2 PDF dosyalarından veri çıkartabilir veya eski PDF'i değistirerek yeni bir PDF oluşturabilir. + https://github.com/mstamy2/PyPDF2/archive/1.26.0.tar.gz + + python3-devel + + programming/language/python3/python3-pypdf2/pspec.xml + + + python3-pypdf2 + Python3 pyPDF2 module + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pypdf2 + + + + + 2021-10-28 + 1.26.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-13 + 1.26.0 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sane + https://python-sane.readthedocs.io/en/latest/ + + Pisi Linux Admins + admin@pisilinux.org + + MIT + app + programming.language.python3 + Python interface to the SANE scanner and frame grabber. + Python interface to the SANE scanner and frame grabber. + Python interface to the SANE scanner and frame grabber. + Python interface to the SANE scanner and frame grabber. + https://github.com/python-pillow/Sane/archive/refs/tags/v2.9.1.tar.gz + + python3-devel + python3-setuptools + sane-backends-devel + + programming/language/python3/python3-sane/pspec.xml + + + python3-sane + + python3 + sane-backends + + + /usr/lib + /usr/share/doc + + + + + 2021-04-26 + 2.9.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-passlib + https://passlib.readthedocs.io/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Passlib is a password hashing library for Python 2 and 3. + Passlib python 2 ve 3 için parola hashleri kitaplığıdır. + Passlib is a password hashing library for Python 2 and 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. + python3-passlib, python 2 ve 3 için 30dan fazla parola hashleri algoritmaları kitaplığı sağlar. + https://files.pythonhosted.org/packages/b6/06/9da9ee59a67fae7761aab3ccc84fa4f3f33f125b370f1ccdb915bf967c11/passlib-1.7.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-passlib/pspec.xml + + + python3-passlib + Passlib is a password hashing library for Python 2 and 3. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-passlib + + + + + 2021-10-28 + 1.7.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-19 + 1.7.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-cppy + https://github.com/nucleic/cppy + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + A collection of C++ headers which make it easier to write Python C extension modules. + Python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları. + A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations. + python3-cppy, python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları sunar. + https://github.com/nucleic/cppy/archive/1.1.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-cppy/pspec.xml + + + python3-cppy + A collection of C++ headers which make it easier to write Python C extension modules. + + python3 + + + /usr/share/doc/python3-cppy + /usr/lib/python3* + + + + + 2021-10-28 + 1.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-29 + 1.1.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pyinotify + https://github.com/seb-m/pyinotify + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + Monitoring filesystems events with inotify on Linux. + Monitoring filesystems events with inotify on Linux. + Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities. + Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities. + https://github.com/seb-m/pyinotify/archive/refs/tags/0.9.6.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pyinotify/pspec.xml + + + python3-pyinotify + Monitoring filesystems events with inotify on Linux. + + python3 + + + /usr/bin* + /usr/lib/python3* + /usr/share/doc* + + + + + 2022-01-23 + 0.9.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-typogrify + https://pypi.org/project/typogrify/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + programming.language.python3 + filters to make caring about typography on the web a bit easier + filters to make caring about typography on the web a bit easier + filters to make caring about typography on the web a bit easier + filters to make caring about typography on the web a bit easier + https://files.pythonhosted.org/packages/8a/bf/64959d6187d42472acb846bcf462347c9124952c05bd57e5769d5f28f9a6/typogrify-2.0.7.tar.gz + + python3-devel + python3-setuptools + python3-smartypants + + programming/language/python3/python3-typogrify/pspec.xml + + + python3-typogrify + + python3 + python3-smartypants + + + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 2.0.7 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-26 + 2.0.7 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-setuptools-scm + https://github.com/pypa/setuptools_scm + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python3 setuptools-scm module + Python3 setuptools-scm modülü + Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. + setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python3 modülüdür. + https://files.pythonhosted.org/packages/03/b6/052aacb07081ef5d4cae2daaae19c5d11e25b1122087af4710963cb25867/setuptools_scm-7.0.4.tar.gz + + pip3 + python3-pytest + python3-devel + python3-setuptools + python3-iniconfig + python3-packaging + + programming/language/python3/python3-setuptools-scm/pspec.xml + + + python3-setuptools-scm + Python3 setuptools-scm module + + python3 + python3-tomli + python3-setuptools + python3-iniconfig + python3-packaging + + + /usr/lib/python3* + /usr/share/doc/python3-setuptools-scm + + + + + 2022-07-02 + 7.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-24 + 7.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 6.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 6.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 4.1.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 3.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 3.4.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 3.3.3 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-28 + 3.3.3 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-kiwisolver + https://github.com/nucleic/kiwi + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Efficient C++ implementation of the Cassowary constraint solving algorithm. + Python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı. + Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. + python3-kiwisolver, python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı sunar. + https://github.com/nucleic/kiwi/archive/1.3.2.tar.gz + + python3-setuptools + python3-devel + python3-cppy + + programming/language/python3/python3-kiwisolver/pspec.xml + + + python3-kiwisolver + Efficient C++ implementation of the Cassowary constraint solving algorithm. + + python3 + + + /usr/share/doc/python3-kiwisolver + /usr/lib/python3* + + + + + 2021-10-28 + 1.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 1.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-03 + 1.1.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-iniconfig + https://pypi.org/project/iniconfig/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + brain-dead simple config-ini parsing + brain-dead simple config-ini parsing + brain-dead simple config-ini parsing + brain-dead simple config-ini parsing + https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-iniconfig/pspec.xml + + + python3-iniconfig + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 1.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-psutil + https://github.com/giampaolo/psutil + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + A cross-platform process utilities module for Python + Platform bağımsız, süreçler hakkında bilgi sağlayan bir Python modülü + python3-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. + python3-psutil, bütün çalışan süreçler ve sistem kullanımı (MİB - Merkezi İşlem Birim(CPU) ve hafıza gibi) hakkında bilgilere erişimek için arayüz sunan bir Python modülüdür. ps, top, kill, lsof, netstat gibi bir çok komut satırı araçlarının sunduğu işlevselliği sağlamaktadır. + https://github.com/giampaolo/psutil/archive/release-5.8.0.tar.gz + + python3-devel + + programming/language/python3/python3-psutil/pspec.xml + + + python3-psutil + A cross-platform process utilities module for Python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-psutil + + + + + 2021-10-22 + 5.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 5.7.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 5.7.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 5.6.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 5.4.6 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-23 + 5.4.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 5.0.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 4.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 4.0.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python3-httpcore + https://github.com/encode/httpcore + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + A minimal HTTP client. + Minimal bir HTTP istemcisi + The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests. + python3-httpcore, python3 için minimal düşük seviyeli bir HTTP istemcisidir. Sadece HTTP istekleri gönderir. + https://github.com/encode/httpcore/archive/0.13.7.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-httpcore/pspec.xml + + + python3-httpcore + The next generation HTTP client. + + python3 + python3-h2 + python3-h11 + python3-sniffio + + + /usr/lib/python3* + /usr/share/doc/python3-httpcore + + + + + 2021-10-28 + 0.13.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 0.10.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 0.9.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-compress + http://pypi.python.org/pypi/Flask-Compress/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Compress responses in your Flask app. + Flask uygulamanızdaki yanıtları sıkıştırır. + Flask-Compress allows you to easily compress your Flask application's responses with gzip. + python3-flask-compress, flask uygulamanızdaki yanıtları gzip kullanarak kolayca sıkıştırmanıza olanak verir. + https://github.com/colour-science/flask-compress/archive/v1.10.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-compress/pspec.xml + + + python3-flask-compress + Compress responses in your Flask app. + + python3-brotli + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-compress + + + + + 2021-10-28 + 1.10.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 1.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-17 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-14 + 1.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sshtunnel + https://github.com/pahaz/sshtunnel + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + SSH tunnels to remote server. + Python icin ssh uygulaması. + python3-sshtunnel provides pure python SSH tunnels. + python3-sshtunnel, python ile ssh tüneli açarak uzak sunucuya bağlanmanızı sağlayan modülleri sunar. + https://github.com/pahaz/sshtunnel/archive/0.4.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sshtunnel/pspec.xml + + + python3-sshtunnel + SSH tunnels to remote server. + + python3-setuptools + python3-pycparser + python3-paramiko + python3 + + + /usr/share/doc/python3-sshtunnel + /usr/bin/sshtunnel + /usr/lib/python3* + + + + + 2021-10-28 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-19 + 0.1.5 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pexpect + https://pexpect.readthedocs.org/en/stable/ + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + programming.language.python3 + For controlling and automating applications + For controlling and automating applications + For controlling and automating applications + For controlling and automating applications + https://github.com/pexpect/pexpect/archive/4.8.0.tar.gz + + python3-devel + python3-ptyprocess + python3-setuptools + + programming/language/python3/python3-pexpect/pspec.xml + + + python3-pexpect + + python3 + python3-ptyprocess + + + /usr/lib/python3* + /usr/share/doc + + + + + 2021-10-22 + 4.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-03 + 4.8.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-zipp + https://github.com/jaraco/zipp + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A pathlib-compatible Zipfile object wrapper. + pathlib-uyumlu ZipDosyası sarmalayıcı python modülü + A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + python3-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. + https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + python3-toml + + programming/language/python3/python3-zipp/pspec.xml + + + python3-zipp + Python development support library (note: maintenance only) + + python3 + + + /usr/share/doc/python3-zipp + /usr/lib/python3* + + + + + 2021-10-22 + 3.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 3.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 3.1.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 3.0.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 2.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + gi-docgen + https://gitlab.gnome.org/GNOME/gi-docgen + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + programming.language.python3 + Documentation generator for GObject-based libraries + Documentation generator for GObject-based libraries + GObject tabanlı kitaplıklar için belge oluşturucu + GObject tabanlı kitaplıklar için belge oluşturucu + https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2022.1/gi-docgen-2022.1.tar.gz + + python3-devel + python3-toml + python3-Jinja2 + python3-markdown + python3-Pygments + python3-MarkupSafe + python3-typogrify + python3-setuptools + + programming/language/python3/gi-docgen/pspec.xml + + + gi-docgen + + python3 + python3-toml + python3-Jinja2 + python3-markdown + python3-Pygments + python3-MarkupSafe + python3-typogrify + + + /usr/bin + /usr/lib + /usr/share /usr/share/man /usr/share/doc - 2021-08-08 - 1.7.6 - version bump. - Erkan IŞIK - erkanisik@pisilinux.org + 2022-05-31 + 2022.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-02-21 - 1.6.10 - version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2021-11-02 + 2021.8 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com - 2017-03-21 - 1.6.4 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2021-08-16 + 2021.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2016-11-10 - 1.6.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org + 2021-10-21 + 2021.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-07-18 - 1.5.7 + 2021-05-26 + 2021.6 First release - Stefan Gronewold (groni) - groni@pisilinux.org + Pisi Linux Admins + admin@pisilinux.org - homebank - http://homebank.free.fr + python3-distutils-extra + https://launchpad.net/python-distutils-extra - Stefan Gronewold (groni) - groni@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - GPLv2 - app:gui - office - Free, easy, personal accounting for everyone - Protein dizi analizi için profil SMM (Saklı Markov Modeli) yazılımı - «HomeBank» is free software that will assist you to manage your personal accounting. - HomeBank ("serbest konuşma" olarak ve "bedava bira" gibi) kişisel muhasebe yönetmek için yardımcı olacak ücretsiz bir yazılımdır.. - homebank - http://homebank.free.fr/public/homebank-5.2.tar.gz + LGPLv2+ + app:console + programming.language.python3 + Enhancements to the Python build system + Enhancements to the Python build system + https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz - cairo-devel - pango-devel - gdk-pixbuf-devel - pixman-devel - gtk3-devel - glib2-devel - gettext-devel - pkgconfig - libofx-devel - intltool - libsoup-devel - at-spi2-core-devel + python3-setuptools + python3-devel - office/homebank/pspec.xml + programming/language/python3/python3-distutils-extra/pspec.xml - homebank + python3-distutils-extra - cairo - libofx - pango - gdk-pixbuf - gtk3 - glib2 - libsoup + python3 - /usr/bin - /usr/share/applications - /usr/share/application-registry - /usr/lib - /usr/share /usr/share/doc - /usr/share/locale - /usr/share/icons/hicolor - - - - homebank-data - Data Files for Homebank - - /usr/share/homebank/datas - /usr/share/mime-info + /usr/lib/python3* - - 2018-09-10 - 5.2 - Version Bump. + + 2021-10-22 + 2.39 + Rebuild Mustafa Cinasal muscnsl@gmail.com - - 2018-04-15 - 5.1.8 + + 2021-04-11 + 2.39 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-23 + 2.39 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + py3parted + https://github.com/dcantrell/pyparted + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + programming.language.python3 + Python3 bindings for parted + Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü. + pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus. + pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them. + pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir. + https://github.com/dcantrell/pyparted/archive/v3.12.0.tar.gz + + parted-devel + python3-decorator + python3-devel + python3-setuptools + + programming/language/python3/py3parted/pspec.xml + + + py3parted + Python3 bindings for parted + + python3-decorator + python3 + parted + + + /usr/lib + /usr/share/doc + + + + + 2022-06-06 + 3.12.0 Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 3.11.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-11 + 3.11.6 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 3.11.4 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 3.11.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-04-26 + 3.11.2 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 3.11.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-15 + 3.10.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2017-01-21 - 5.1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2017-01-25 + 3.10.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 5.0.5 + 3.10.5 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-01-03 - 5.0.5 + 2016-01-10 + 3.10.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python3-sphinx-removed-in + https://pypi.org/project/sphinx-removed-in/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app + programming.language.python3 + versionremoved and removed-in directives for Sphinx + versionremoved and removed-in directives for Sphinx + versionremoved and removed-in directives for Sphinx + versionremoved and removed-in directives for Sphinx + https://files.pythonhosted.org/packages/85/cc/69f0d8a3cef9fed0faa0c103500d6fd8b2dc1d53e98095fc9b1ac9268e38/sphinx-removed-in-0.2.1.tar.gz + + python3-devel + python3-sphinx + python3-setuptools + + programming/language/python3/python3-sphinx-removed-in/pspec.xml + + + python3-sphinx-removed-in + + python3 + python3-sphinx + + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2021-10-14 + 0.2.1 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2021-10-22 + 0.2.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-h11 + https://pypi.org/project/h11/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + Sadece python ile hazırlanmış, HTTP/1.1 için kendi-giriş-çıkış-uygulamanı-getir uygulaması. + This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. + python3-h11, hyper-h2'den esınlenen bu kitaplık sıfırdan yazılmış bir HTTP/1.1 kitaplığıdır. + https://files.pythonhosted.org/packages/bd/e9/72c3dc8f7dd7874812be6a6ec788ba1300bfe31570963a7e788c86280cb9/h11-0.12.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-h11/pspec.xml + + + python3-h11 + A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-h11 + + + + + 2021-10-28 + 0.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 0.9.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + dbus-python3 + https://dbus.freedesktop.org/doc/dbus-python/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + AFL-2.1 + library + programming.language.python3 + D-Bus Python bindings + D-Bus için Python bağlayıcıları + dbus-python provides a Python module which wraps the D-Bus programming API. + dbus-python, D-Bus için Python bağlayıcılarını içerir. + https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz + + dbus-glib-devel + libpcre-devel + python3-devel + glib2-devel + dbus-devel + + programming/language/python3/dbus-python3/pspec.xml + + + dbus-python3 + D-Bus Python3 bindings + programming.language.python3 + + dbus-glib + python3 + glib2 + dbus + + + /usr/lib/python3* + + + + + 2021-10-22 + 1.2.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-05 + 1.2.16 + Rebuild dbus. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-12 + 1.2.16 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-12 + 1.2.14 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 1.2.4 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-05-01 + 1.2.4 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.2.4 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 1.2.0 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + python3-reportlab + https://pypi.org/project/reportlab/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + programming.language.python3 + A proven industry-strength PDF generating solution + A proven industry-strength PDF generating solution + A proven industry-strength PDF generating solution + A proven industry-strength PDF generating solution + https://files.pythonhosted.org/packages/16/31/81ff7e3f9fd345cd4685f964fbc3d89a06f39a4f552ab1c2a5769a0f9013/reportlab-3.6.9.tar.gz + + python3-devel + freetype-devel + python3-pillow-devel + + programming/language/python3/python3-reportlab/pspec.xml + + + python3-reportlab + + python3 + freetype + + + /usr/lib + /usr/share/doc + + + + + 2022-05-05 + 3.6.9 + version Bump + Pisi Linux Admins + admin@pisilinux.org + + + 2021-04-26 + 3.5.67 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-pocketsphinx + https://github.com/AzatAI/pocketsphinx-python + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. + This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. + https://files.pythonhosted.org/packages/13/6f/280431fc903d7bc1a0b7efe5dc837602f0f193e382b36006bf23178acab5/pocketsphinx2-0.1.17.tar.gz + + python3-devel + swig + alsa-lib-devel + pulseaudio-libs-devel + python-setuptools + python3-setuptools + + programming/language/python3/python3-pocketsphinx/pspec.xml + + + python3-pocketsphinx + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + + python3 + python3-soupsieve + + + /usr/lib/python3* + /usr/share/doc/python3-pocketsphinx + + + + python-pocketsphinx + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + + python + + + /usr/lib/python* + /usr/share/doc/python-pocketsphinx + + + + + 2022-01-23 + 0.1.17 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python-configobj + https://github.com/DiffSK/configobj + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + Simple config file reader and writer + Simple config file reader and writer + https://github.com/DiffSK/configobj/archive/refs/heads/master.zip + + python3-devel + python3-setuptools + + programming/language/python3/python-configobj/pspec.xml + + + python-configobj + + python3 + python3-six + + + /usr/lib/python3.9/site-packages + /usr/share/doc/python-configobj + + + + + 2022-01-09 + 5.0.6 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-idna + https://github.com/kjd/idna + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Internationalized Domain Names in Applications (IDNA) + IDNA protokolünü desktekleyen python kitaplığıdır. + Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. + RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. + https://github.com/kjd/idna/archive/v3.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-idna/pspec.xml + + + python3-idna + Internationalized Domain Names in Applications (IDNA) + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-idna + + + + + 2021-10-22 + 3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-22 + 2.10 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2.9 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-24 + 2.8 + Version bump and built w/ py3.8 + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-15 + 2.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-22 + 2.6 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + python3-hyperframe + https://github.com/python-hyper/hyperframe + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Pure-Python HTTP/2 framing + Pure-Python HTTP/2 çatısı. + This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. + python3-hyperframe, bu kitaplık "hyper" projelerinde kullanılmak üzere "HTTP/2" çerçeveleri içerir. İkilik bir akışı HTTP/2 çerçevelerine çözebilen python kod tabanı sunar. + https://github.com/python-hyper/hyperframe/archive/v6.0.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-hyperframe/pspec.xml + + + python3-hyperframe + Pure-Python HTTP/2 framing + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-hyperframe + + + + + 2021-10-28 + 6.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 6.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 5.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-xapp + https://github.com/linuxmint/python3-xapp + + PisiLinux Developers + admin@pisilinux.org + + LGPL + library + programming.language.python3 + Python Xapp Library + Python Xapp Library + python + https://github.com/linuxmint/python3-xapp/archive/refs/tags/2.2.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-xapp/pspec.xml + + + python3-xapp + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-05-15 + 2.2.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-pbr + https://pypi.org/project/pbr/ + + Blue Devil + bluedevil@sctzine.com + + Apache + app:console + library + programming.language.python3 + Python Build Reasonableness + Python İnşa Uygunluğu + PBR is a library that injects some useful and sensible default behaviors into your setuptools run. + python3-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. + https://pypi.org/packages/source/p/pbr/pbr-5.6.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-pbr/pspec.xml + + + python3-pbr + Python Build Reasonableness + + python3-setuptools + python3 + + + /usr/bin + /usr/share/doc + /usr/lib + /usr/share + + + + + 2021-10-28 + 5.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 5.4.5 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 5.4.4 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-odfpy + https://pypi.org/project/odfpy/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + programming.language.python3 + Python API and tools to manipulate OpenDocument files + Python API and tools to manipulate OpenDocument files + Python API and tools to manipulate OpenDocument files + Python API and tools to manipulate OpenDocument files + https://files.pythonhosted.org/packages/97/73/8ade73f6749177003f7ce3304f524774adda96e6aaab30ea79fd8fda7934/odfpy-1.4.1.tar.gz + + python3-devel + python3-defusedxml + python3-setuptools + + programming/language/python3/python3-odfpy/pspec.xml + + + python3-odfpy + + python3 + python3-defusedxml + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-10-28 + 1.4.1 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-04-26 + 1.4.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-dbusmock + https://github.com/martinpitt/python-dbusmock + + Berk Çakar + berk2238@hotmail.com + + LGPLv3 + programming.language.python3 + Mock D-Bus objects for tests + Mock D-Bus objects for tests + https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz + + dbus-python3 + python-pygobject3 + python3-setuptools + + programming/language/python3/python3-dbusmock/pspec.xml + + + python3-dbusmock + Mock D-Bus objects for tests + + dbus-python3 + python-pygobject3 + + + /usr/lib/python3* + /usr/share/doc + + + + + 2021-08-21 + 0.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-21 + 0.23.0 + First release + Berk Çakar + berk2238@hotmail.com + + + + + + python3-argparse + https://pypi.python.org/pypi/argparse + + Alihan Öztürk + alihan@pisilinux.org + + apache + app:console + programming.language.python3 + Python command-line parsing library + Python için komut satırı çözümleme kitaplığı + The argparse module makes it easy to write user friendly command line interfaces. + python3-argparse, Python için komut satırı çözümleme kitaplığı sunar. + https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-argparse/pspec.xml + + + python3-argparse + Python command-line parsing library + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-argparse + + + + + 2021-10-22 + 1.4.0 + Rebuild py3.9. + Pisi Linux Community + admin@pisilinux.org + + + 2019-12-30 + 1.4.0 + Rebuilt w/ py3.8 and clean. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 1.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-01 + 1.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-pytest-runner + https://pytest.org/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Invoke py.test as distutils command with dependency resolution + Bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. + python3-pytest-runner invokes py.test as distutils command with dependency resolution. + python3-pytest-runner, bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. + https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-pytest-runner/pspec.xml + + + python3-pytest-runner + Simple powerful testing with Python + + python3 + python3-pytest + + + /usr/lib/python3* + /usr/share/doc/python3-pytest-runner + + + + + 2021-10-22 + 5.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 5.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 5.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-docopt + https://github.com/docopt/docopt + + Kamil Atlı + suvari@pisilinux.org + + MIT + app:gui + programming.language.python3 + Pythonic argument parser, that will make you smile + docopt güzel komut satırı arayüzleri oluşturur + docopt crée de belles interfaces de ligne de commande + docopt creates beautiful command-line interfaces + docopt güzel komut satırı arayüzleri oluşturur + https://github.com/docopt/docopt/archive/refs/tags/0.6.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-docopt/pspec.xml + + + python-docopt + + python3 + + + /usr/bin + /usr/lib/python3* + /usr/share/locale + /usr/share/doc/python-docopt + + + + + 2021-10-28 + 0.6.2 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2021-09-25 + 0.6.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-pyudev + https://pypi.org/project/pyudev/ + + Blue Devil + bluedevil@sctzine.com + + LGPLv2.1 + library + programming.language.python3 + Python3 bindings for libudev library + libudev için Python3 bağlayıcısı + These bindings enable using of udev library in Python programs. + Bu bağlayıcı, Python3 programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar. + https://github.com/pyudev/pyudev/archive/v0.22.tar.gz + + python3-setuptools + python3-devel + eudev-devel + + programming/language/python3/python3-pyudev/pspec.xml + + + python3-pyudev + Python3 bindings for libudev library + + python3-six + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-10-28 + 0.22 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-29 + 0.22 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 0.21.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-paramiko + https://github.com/paramiko/paramiko/ + + PisiLinux Community + admins@pisilinux.org + + LGPL + library + programming.language.python3 + SSH2 implementation for Python + Python3 için SSH2 Protokolü Uygulaması + python-paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. + Paramiko, python 2.2 ya da üzeri için, uzak makinelere güvenli (şifrelenmiş ve doğrulanmış) bağlantılar kurmak amacıyla SSH2 protokolünü uygulayan bir Python Modülüdür. + paramiko es un módulo para python 2.2 (o posterior) que implementa el protocolo SSH2 para conexiones seguras (encriptado y autenticado) con equipos remotos. + https://github.com/paramiko/paramiko/archive/2.8.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-paramiko/pspec.xml + + + python3-paramiko + Paramiko module for python3 + + python3-cryptography + python3-pynacl + python3-bcrypt + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-paramiko + + + + + 2021-10-28 + 2.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-13 + 2.7.1 + Version bump and Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-22 + 2.6.0 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-03-31 + 1.16.0 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-11-19 + 1.12.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-15 + 1.7.7.1 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python3-cairo + http://cairographics.org/pycairo + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python3 + wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. + Python3 wrapper for cairo graphics library + Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları + Pycairo is set of Python3 bindings for the cairo graphics library. + python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. + https://github.com/pygobject/pycairo/archive/v1.20.1.tar.gz + + python3-devel + cairo-devel + + programming/language/python3/python3-cairo/pspec.xml + + + python3-cairo + Python3 wrapper for cairo graphics library + + python3 + cairo + + + /usr/lib + /usr/share/doc + + + + python3-cairo-devel + Development files for python3-cairo + python3-cairo için geliştirme dosyaları + python3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir. + + python3-cairo + cairo-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/pkgconfig + + + + + 2021-10-22 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 1.19.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 1.19.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 1.18.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 1.17.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-25 + 1.16.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 1.15.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-16 + 1.10.0 + Release Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 1.10.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-appdirs + https://github.com/ActiveState/appdirs + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + Platforma özel dizin belirleyebilen küçük bir python3 kitaplığı. + What directory should your app use for storing user data? This small Python module is for determining appropriate platform-specific dirs, e.g. a "user data dir". + python3-appdirs, yazdığınız uygulama kullanıcı verisini nerede saklamalı sorusuna yanıt vermeye çalışan küçük bir python3 kitaplığıdır. + https://pypi.org/packages/source/a/appdirs/appdirs-1.4.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-appdirs/pspec.xml + + + python3-appdirs + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3 + + + /usr/share/doc/python3-appdirs + /usr/lib/python3* + + + + + 2021-10-28 + 1.4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 1.4.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 1.4.3 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pycryptodome + https://www.pycryptodome.org/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A self-contained Python package of low-level cryptographic primitives + Düşük seviye kriptografik ilkeler içeren python3 paketidir. + PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) + PyCrypto'dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. + https://github.com/Legrandin/pycryptodome/archive/v3.11.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pycryptodome/pspec.xml + + + python3-pycryptodome + A self-contained Python package of low-level cryptographic primitives + + gmp + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pycryptodome + + + + + 2021-10-25 + 3.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 3.9.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 3.9.7 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-log-cabinet + https://github.com/davidism/sphinxcontrib-log-cabinet + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Organize changelog directives in Sphinx docs. + Sphinx belgesinde "changelog" etkinliğini düzenler. + Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. + python3-sphinxcontrib-log-cabinet, sphinx belgesinde "changelog" etkinliğini düzenlemeye yarayan python kitaplığını içerir. + https://github.com/davidism/sphinxcontrib-log-cabinet/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-log-cabinet/pspec.xml + + + python3-sphinxcontrib-log-cabinet + Organize changelog directives in Sphinx docs. + + python3 + + + /usr/share/doc/python3-sphinxcontrib-log-cabinet + /usr/lib/python3* + + + + + 2021-10-22 + 1.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pyserial + https://pyserial.readthedocs.io/en/latest/shortintro.html + + fury + uglyside@yandex.ru + + BSD-3-Clause + library + programming.language.python3 + This module encapsulates the access for the serial port. + This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named “serial” automatically selects the appropriate backend. + https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-3.5.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pyserial/pspec.xml + + + python3-pyserial + + python3 + python3-urllib3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 3.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-03 + 3.5 + First build + fury + uglyside@yandex.ru + + + + + + python3-mutagen + https://github.com/quodlibet/mutagen + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python3 + An audio tag editing library + Müzik dosyalarının etiketlerini düzenlemek için bir python3 kitaplığı + Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. + python3-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. + https://github.com/quodlibet/mutagen/archive/release-1.45.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-mutagen/pspec.xml + + + python3-mutagen + An audio tag editing library + + python3 + + + /usr/bin/mid3cp + /usr/bin/mid3v2 + /usr/bin/moggsplit + /usr/bin/mid3iconv + /usr/bin/mutagen-pony + /usr/bin/mutagen-inspect + /usr/lib/python3* + /usr/share/man/man1/mid3cp.1 + /usr/share/man/man1/mid3v2.1 + /usr/share/man/man1/mid3iconv.1 + /usr/share/man/man1/moggsplit.1 + /usr/share/man/man1/mutagen-pony.1 + /usr/share/man/man1/mutagen-inspect.1 + /usr/share/doc/python3-mutagen + + + + + 2021-10-28 + 1.45.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 1.45.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 1.44.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 1.43.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pycountry + https://github.com/flyingcircusio/pycountry + + Blue DeviL + bluedevil@sctzine.com + + LGPLv2.1 + library + programming.language.python3 + ISO country, subdivision, language, currency and script definitions and their translations. + Python3 pycountry modülü + This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations. + python3-pycountry modülü ISO ülke, kur bilgisi ve bunların çevirilerine ait kitaplık sunar. + https://github.com/flyingcircusio/pycountry/archive/20.7.3.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pycountry/pspec.xml + + + python3-pycountry + ISO country, subdivision, language, currency and script definitions and their translations. + + python3 + python3-setuptools + + + /usr/lib/python3* + /usr/share/doc/python3-pycountry + + + + + 2021-10-28 + 20.7.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 20.7.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-10 + 19.8.18 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-lxml + https://lxml.de/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + BSD + library + programming.language.python3 + The lxml XML toolkit for Python. + Zengin içerikli ve kolay kullanımlı bir kütüphane. + lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. + Python dilinde xml ve html ile çalışmak için, zengin içerikli ve kolay kullanımlı bir kütüphane. + https://github.com/lxml/lxml/archive/lxml-4.6.3.tar.gz + + cython3 + python3-devel + libxslt-devel + libxml2-devel + python3-sphinx + python3-Pygments + python3-setuptools + + programming/language/python3/python3-lxml/pspec.xml + + + python3-lxml + The lxml XML toolkit for Python. + + libxml2 + libxslt + python3 + + + /usr/lib/python3* + + + + python3-lxml-docs + API documentation of python3-lxml + python3-lxml paketine ait API belgeleri + python3-lxml-docs, python3-lxml için belgelendirme dosyalarını içerir. + + python3-lxml + + + /usr/share/doc/python3-lxml + + + + + 2021-10-22 + 4.6.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 4.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-13 + 4.6.2 + Version bump + Pisi Linux Admins + admin@pisilinux.org + + + 2020-07-21 + 4.5.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 4.5.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 4.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 4.4.2 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + python3-flit-core + https://github.com/pypa/flit + + PisiLinux Community + admins@pisilinux.org + + BSD + app + programming.language.python3 + Simplified packaging of Python modules + Simplified packaging of Python modules + Simplified packaging of Python modules + Simplified packaging of Python modules + https://github.com/pypa/flit/archive/refs/tags/3.7.1.tar.gz + + pip3 + python3-devel + python3-requests + python3-docutils + python3-setuptools + + programming/language/python3/python3-flit-core/pspec.xml + + + python3-flit-core + + python3 + python3-requests + python3-docutils + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-06-29 + 3.7.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-netifaces + https://alastairs-place.net/netifaces/ + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + Portable module to access network interface information in Python + Portable module to access network interface information in Python + https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73/netifaces-0.11.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-netifaces/pspec.xml + + + python-netifaces + + python3 + + + /usr/lib/python3.9/site-packages + /usr/share/doc/python-netifaces + + + + + 2022-01-09 + 0.11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python-py3c + https://github.com/encukou/py3c + + Kamil Atlı + suvari@pisilinux.org + + MIT + library + programming.language.python3 + py3c helps you port C extensions to Python 3 + It provides a detailed guide, and a set of macros to make porting easy and reduce boilerplate. + https://github.com/encukou/py3c/archive/v1.3.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python-py3c/pspec.xml + + + python-py3c + + python3 + + + /usr/lib/python3* + /usr/share/doc + + + + python-py3c-devel + Development files for python-py3c + + python-py3c + + + /usr/include + /usr/share/pkgconfig/py3c.pc + + + + + 2021-10-22 + 1.3.1 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2021-03-11 + 1.3.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-Jinja2 + https://palletsprojects.com/p/jinja/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + programming.language.python3 + A small but fast and easy to use stand-alone template engine written in pure python + Küçük, hızlı ve kullanımı kolay, sadece python ile yazılmış bir bağımsız şablon üreteci + Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. + Jinja2, sadece python ile yazılmış bir şablon üreteci olan Jinja'nın yeniden yazılmış bir versiyonudur. Django benzeri XML-olmayan bir sözdizimi sağlar ve şablonları derleyip çalıştırılabilir python programları haline getirir. Temel olarak Django şablonları ve python kodunun birleşimi bir programdır. + https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-3.0.3.tar.gz + + python3-MarkupSafe + python3-setuptools + python3-devel + python3-pytest + python3-sphinxcontrib-log-cabinet + python3-pallets-sphinx-themes + python3-sphinx-issues + python3-sphinx + python3-charset-normalizer + + programming/language/python3/python3-Jinja2/pspec.xml + + + python3-Jinja2 + A small but fast and easy to use stand-alone template engine written in pure python + + python3-MarkupSafe + python3 + + + /usr/share/doc/python3-Jinja2/LICENSE.rst + /usr/share/doc/python3-Jinja2/README.rst + /usr/share/doc/python3-Jinja2/PKG-INFO + /usr/lib/python3* + + + + python3-Jinja2-docs + Documentation files for python3-Jinja2 + python3-Jinja2 için belgelendirme dosyaları + python3-Jinja2-docs, python3-Jinja2 için belgelendirme dosyaları içerir. + + /usr/share/doc/python3-Jinja2/html + + + + + 2021-11-11 + 3.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 3.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 2.11.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 2.11.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 2.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 2.10.3 + Rebuilt w/ py3.8 and clean. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-04 + 2.10.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-28 + 2.10 + First release. + Pisi Linux Community + admin@pisilinux.org + + + + + + python3-parso + https://github.com/davidhalter/parso + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A Python Parser. + Bir python çözümleyicisi. + Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. + python3-parso, python ile yazdığınız kodlardaki sözdizim hatalarını bulabilen hata düzeltmelerini destekleyen bir python kitaplığıdır. + https://github.com/davidhalter/parso/archive/refs/tags/v0.8.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-parso/pspec.xml + + + python3-parso + A Python Parser. + + python3 + + + /usr/share/doc/python3-parso + /usr/lib/python3* + + + + + 2021-08-21 + 0.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 0.7.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-06 + 0.6.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-speaklater + https://github.com/mitsuhiko/speaklater/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Implements a lazy string for python useful for use with gettext. + Gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması. + A module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide. + python3-speaklater, gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması sunar. + https://files.pythonhosted.org/packages/03/47/eaa6a52849915456aa144fea9e41332ae9b1a246a899095a231c995aab7e/speaklater3-1.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-speaklater/pspec.xml + + + python3-speaklater + Implements a lazy string for python useful for use with gettext. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-speaklater + + + + + 2021-10-28 + 1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-19 + 1.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-markups + https://github.com/retext-project/pymarkups + + Stefan Gronewold + groni@pisilinux.org + + BSD + library + programming.language.python3 + Wrapper around various text markups + Çesitli metin "markup"ları için sarmalayıcı python yordamları. + This module provides a wrapper around various text markup languages. + python3-markups, çesitli markup dilleri için sarmalayıcı python yordamları sunar. + https://github.com/retext-project/pymarkups/archive/3.1.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-markups/pspec.xml + + + python3-markups + Wrapper around various text markups + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 3.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 3.0.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 2.6.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-01 + 2.6.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-01 + 2.6.8 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-11-21 + 2.6.7 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + python3-jedi + https://github.com/davidhalter/jedi + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Awesome autocompletion and static analysis library for python. + Python için otomatik tamamlama ve durağan çözümleme kitaplığı. + Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level. + python3-jedi, python için otomatik tamamlama ve durağan çözümleme kitaplığı sunar. + https://github.com/davidhalter/jedi/archive/v0.18.0.tar.gz + https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz + https://github.com/davidhalter/django-stubs/archive/refs/tags/1.7.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-jedi/pspec.xml + + + python3-jedi + Awesome autocompletion and static analysis library for python. + + python3 + python3-parso + + + /usr/lib/python3* + /usr/share/doc/python3-jedi + + + + + 2021-08-21 + 0.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.17.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 0.17.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-06 + 0.16.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinx + https://www.sphinx-doc.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + library + programming.language.python3 + Python documentation generator. It can generate HTML or Latex outputs + Python için döküman üreticisi. HTML, Latex gibi çıktılar üretebiliyor + It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support. + Özellikle python için hazırlanan dökümanları yorumlamak için kullanılan yaygın bir döoküman üreticisi. Başta HTML olmak üzere Latex ile birlikte PDF, Ps gibi doküman çıktıları üretebiliyor. + https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-sphinx/pspec.xml + + + python3-sphinx + Python documentation generator. It can generate HTML or Latex outputs + + python3 + python3-six + python3-Babel + python3-Jinja2 + python3-certifi + python3-requests + python3-Pygments + python3-docutils + python3-pyparsing + python3-imagesize + python3-packaging + python3-setuptools + python3-charset-normalizer + python3-snowballstemmer + python3-sphinx_rtd_theme + python3-sphinxcontrib-qthelp + python3-sphinxcontrib-jsmath + python3-sphinxcontrib-devhelp + python3-sphinxcontrib-htmlhelp + python3-sphinx-alabaster-theme + python3-sphinxcontrib-applehelp + python3-sphinxcontrib-serializinghtml + + + /usr/bin + /usr/lib/python3* + /usr/share/doc/python3-sphinx/LICENSE + + + + python3-sphinx-docs + Documentation files for python3-sphinx + python3-sphinx için belgelendirme dosyaları + python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir. + + python3-sphinx + + + /usr/share/doc/python3-sphinx + + + + + 2022-06-03 + 5.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 5.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-23 + 4.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-11 + 4.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 4.1.2 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 4.1.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 4.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-28 + 3.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 3.2.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-16 + 3.0.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 3.0.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 3.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 2.4.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-24 + 2.4.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 2.4.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 2.4.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 2.3.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 1.6.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-28 + 1.6.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-blinker + https://github.com/jek/blinker + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A fast Python in-process signal/event dispatching system. + Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi + Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". + python3-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar. + https://github.com/jek/blinker/archive/rel-1.4.tar.gz + + python3-setuptools + python3-devel + python3-nose + + programming/language/python3/python3-blinker/pspec.xml + + + python3-blinker + A fast Python in-process signal/event dispatching system. + + python3 + + + /usr/share/doc/python3-blinker + /usr/lib/python3* + + + + + 2021-10-25 + 1.4 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-02-12 + 1.4 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-youtube_dl + https://ytdl-org.github.io/youtube-dl/index.html + + Pisi Linux Admins + admins@pisilinux.org + + GPLv3 + app:console + programming.language.python3 + Youtube Video Downloader + Youtube video indirici. + Youtube Video Downloader + Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama. + youtube_dl + https://github.com/ytdl-org/youtube-dl/archive/2021.12.17.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-youtube_dl/pspec.xml + + + python3-youtube_dl + Youtube Video Downloader + + python3-setuptools + python3 + + + /etc/fish + /usr/share/doc/ + /usr/bin + /usr/lib/python3* + /usr/share/man/man1 + /etc/bash_completion.d + /usr/share/applications + + + + + 2022-01-04 + 2021.12.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2021.06.06 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-17 + 2021.06.06 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-04 + 2021.05.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-17 + 2021.01.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 2020.07.28 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-06-28 + 2020.06.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 2020.05.08 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 2020.03.24 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 2020.03.08 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 2020.03.01 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2020.02.16 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 2020.01.24 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 2020.01.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-10 + 2020.01.01 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-26 + 2019.12.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-10-28 + 2019.10.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-24 + 2019.06.21 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 2018.12.17 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 2018.12.17 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-21 + 2018.11.18 + version bump + Aydin Atmaca + aydinatmaca@gmail.com + + + 2018-10-03 + 2018.09.26 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 2018.08.04 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 2018.01.21 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 2017.01.31 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-08-26 + 2016.08.24.1 + version bump + Metehan Özbek + mthnzbk@gmail.com + + + 2016-08-06 + 2016.08.06 + version bump + Metehan Özbek + admins@pisilinux.org + + + 2016-07-21 + 2016.07.17 + First release + Metehan Özbek + admins@pisilinux.org + + + + + + python3-fuzzywuzzy + https://github.com/seatgeek/fuzzywuzzy + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + library + programming.language.python3 + Fuzzy String Matching in Python. + Python3 ile sözcük karşılaştırma/bulma modülü + Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package. + python3-fuzzywuzzy Levenshtein uzaklığını kullanarak bölümler arası ayrımları hesaplayan kullanımı basit bir python3 modülüdür. + https://github.com/seatgeek/fuzzywuzzy/archive/0.18.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-fuzzywuzzy/pspec.xml + + + python3-fuzzywuzzy + Fuzzy String Matching in Python + + python3-Levenshtein + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-fuzzywuzzy + + + + + 2021-10-28 + 0.18.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 0.18.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + 2019-12-26 + 0.17.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-dnspython + https://pypi.org/project/dnspython/ + + Pisi Linux Admins + admin@pisilinux.org + + ISC + app + programming.language.python3 + A DNS toolkit for Python + A DNS toolkit for Python + A DNS toolkit for Python + A DNS toolkit for Python + https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip + + python3-devel + python3-setuptools + python3-ecdsa + python3-idna + python3-pycryptodome + + programming/language/python3/python3-dnspython/pspec.xml + + + python3-dnspython + + python3 + python3-setuptools + python3-ecdsa + python3-idna + python3-pycryptodome + + + /usr/lib + /usr/share/doc + + + + + 2021-10-25 + 2.1.0 + Rebuild + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-20 + 2.1.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-ecdsa + https://github.com/warner/python-ecdsa + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python + ECDSA implementation for Python + Python3 için ECDSA Kriptografi Uygulaması + This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. + Python3 için kolay kullanımlı, MIT lisanslı ECDSA kriptografi (Elliptic Curve Digital Signature Algorithm) modülü. Bu kitaplık ile hızlıca anahtar oluşturabilir (giriş ahahtarı ve doğrulama anahtarı), iletileri imzalayabilir ve imzalarınızı doğrulayabilirsiniz. Anahtar ile imzalar çok kısadır ve diğer protokollere bütünlleştirmek oldukça kolaydır. + https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.17.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-ecdsa/pspec.xml + + + python3-ecdsa + ECDSA module for python + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-ecdsa + + + + + 2021-10-25 + 0.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-23 + 0.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-21 + 0.14.1 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-01 + 0.13 + First Pisi Release, built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + python3-bs4 + https://www.crummy.com/software/BeautifulSoup/index.html + + PisiLinux Community + admins@pisilinux.org + + custom:unknown + library + programming.language.python3 + This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. g + This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. g + The official name of PyPI’s Beautiful Soup Python package is beautifulsoup4. This package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup. + The official name of PyPI’s Beautiful Soup Python package is beautifulsoup4. This package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup. + https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.1.tar.gz + + python3-devel + python3-setuptools + python3-beautifulsoup4 + + programming/language/python3/python3-bs4/pspec.xml + + + python3-bs4 + This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-bs4 + + + + + 2022-01-23 + 0.0.1 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-wtforms + https://github.com/wtforms/wtforms + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A flexible forms validation and rendering library for Python. + Esnek bir form değerlendirme ve render kitaplığı. + WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose. + python3-wtforms, python icin esnek bir form değerlendirme ve render kitaplığı sağlar. + https://github.com/wtforms/wtforms/archive/2.3.3.tar.gz + + python3-Babel + python3-devel + python3-setuptools + + programming/language/python3/python3-wtforms/pspec.xml + + + python3-wtforms + A flexible forms validation and rendering library for Python. + + python3 + python3-MarkupSafe + + + /usr/lib/python3* + /usr/share/doc/python3-wtforms + + + + + 2021-10-25 + 2.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 2.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 2.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2.2.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-cups + http://cyberelk.net/tim/software/pycups + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python3 + Python3 interface to the CUPS API + CUPS programlama arayüzü için Python3 desteği + python3-cups contains python3 bindings to wrap the CUPS API. + python3-cups, CUPS programlama arayüzü için Python3 bağlayıcıları içeren bir pakettir. + https://pypi.org/packages/source/p/pycups/pycups-2.0.1.tar.gz + + cups-devel + python3-devel + + programming/language/python3/python3-cups/pspec.xml + + + python3-cups + Python3 interface to the CUPS API + + cups + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-10-13 + 2.0.1 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-13 + 2.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 2.0.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-15 + 1.9.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-19 + 1.9.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 1.9.73 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.9.73 + First Relase. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-gtts-token + https://github.com/Boudewijn26/gTTS-token + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + Google Text to Speech token + Google Text to Speech token + A python implementation of the token validation of Google Translate. + A python implementation of the token validation of Google Translate. + https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-1.1.4.tar.gz + + python3-devel + python3-setuptools + python3-requests + + programming/language/python3/python3-gtts-token/pspec.xml + + + python3-gtts-token + Google Text to Speech token + + python3 + + + /usr/bin* + /usr/lib/python3* + /usr/share/doc/python3-gtts-token + + + + + 2022-01-23 + 1.1.4 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-sip + https://www.riverbankcomputing.com/news + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:console + programming.language.python3 + SIP is a tool for generating bindings for C++ classes so that they can be used by Python3 + C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç + Generator powiązań Pythona z bibliotekami klas C++ + SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules. + SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür. + Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. + https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.tar.gz + + python3-devel + + programming/language/python3/python3-sip/pspec.xml + + + python3-sip + Python 3.x SIP bindings for C and C++ libraries + + libgcc + python3 + + + /usr/bin + /usr/lib + /usr/include + /usr/share/licenses + + + + python3-pyqt5-sip + Python 3.x pyqt5 SIP bindings for C and C++ libraries + C ve C++ kütüphaneleri için python PyQt5 bağlayıcıları oluşturan bir araç + SIP3 C ve C++ kütüphanelerini Python'da PyQt5 ile kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python PyQt5 genişletme modülüne dönüştürür. + + libgcc + + + /usr/lib/python3*/site-packages/PyQt5* + + + + python3-sip-docs + Documentation files for python3-sip + python3-sip için belgelendirme dosyaları + python3-sip-docs, python3-sip için belgelendirme dosyalarını içerir. + + python3-sip + + + /usr/share/doc/python3-sip + + + + + 2021-10-22 + 4.19.25 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-19 + 4.19.24 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-10 + 4.19.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 4.19.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 4.19.21 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 4.19.20 + Rebuild bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 4.19.20 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-09-13 + 4.19.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 4.19.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 4.19.14 + Rebuild pyqt5 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 4.19.12 + Rebuild pyqt5 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 4.19.12 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-10 + 4.19.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 4.19.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-18 + 4.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-11 + 4.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-20 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-08 + 4.16.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-scour + https://github.com/scour-project/scour + + Blue Devil + bluedevil@sctzine.com + + Apachev2.0 + library + programming.language.python3 + Scour - An SVG Optimizer / Cleaner + SVG iyileştirici/temizleyici. + Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data written in Python. + python3-scour, SVG çizim dosyalarının yapısını düzelten, bunu yaparken boyutlarını da düşürerek iyileştirme yapan bir python kitaplığıdır. + https://github.com/scour-project/scour/archive/refs/tags/v0.38.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-scour/pspec.xml + + + python3-scour + Scour - An SVG Optimizer / Cleaner + + python3 + + + /usr/bin/scour + /usr/lib/python3* + /usr/share/doc/python3-scour + + + + + 2021-10-28 + 0.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-15 + 0.38.1 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-jsmath + https://github.com/sphinx-doc/sphinxcontrib-jsmath + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which renders display math in HTML via JavaScript. + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlar. + sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript. + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlayan sphinx genisleme modülüdür. + https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml + + + python3-sphinxcontrib-jsmath + sphinxcontrib-jsmath module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-jsmath + + + + + 2021-10-22 + 1.0.1 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-setproctitle + https://github.com/dvarrazzo/py-setproctitle + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + MIT + library + programming.language.python3 + Allows a python process to change its process title + Allows a python process to change its process title + https://github.com/dvarrazzo/py-setproctitle/archive/refs/tags/version-1.2.2.tar.gz + + procps + python3-devel + python3-pytest + python3-setuptools + + programming/language/python3/python3-setproctitle/pspec.xml + + + python3-setproctitle + + procps + python3 + python3-pytest + + + /usr/lib + /usr/share/doc + + + + + 2021-10-25 + 1.2.2 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-25 + 1.2.2 + Version bump + Pisi Linux Admins + admin@pisilinux.org + + + 2020-03-23 + 1.1.10 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-imagesize + https://github.com/shibukawa/imagesize_py + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Getting image size from png/jpeg/jpeg2000/gif file. + Png / jpeg / jpeg2000 / gif dosyasından görüntü boyutu elde etme. + This module analyzes jpeg/jpeg2000/png/gif image header and return image size. + Bu modül jpeg / jpeg2000 / png / gif resim başlığını ve dönüş resim boyutunu analiz eder. + https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-imagesize/pspec.xml + + + python3-imagesize + Getting image size from png/jpeg/jpeg2000/gif file. + + python3 + + + /usr/bin + /usr/lib/python3* + /usr/share/doc/python3-imagesize + + + + + 2021-10-22 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-30 + 1.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-01-28 + 1.0.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python3-pylint + https://pylint.org/ + + Blue Devil + bluedevil@sctzine.com + + GPL + library + programming.language.python3 + A python code static checker tools. + Python kaynak kodlarını hatalara karşı tarayan bir araç. + python3-pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions. + python3-pylint, bir Python modülünün standartlara uyup uymadığını, hatalar içerip içermediğini analiz eden bir uygulamadır. + https://github.com/PyCQA/pylint/archive/refs/tags/v2.11.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pylint/pspec.xml + + + python3-pylint + A Python module for decorators, wrappers and monkey patching. + + python3 + python3-toml + python3-isort + python3-mccabe + python3-astroid + python3-setuptools + + + /usr/share/doc/ + /usr/bin + /usr/lib/python3* + + + + + 2021-10-13 + 2.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 2.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 2.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-nose + https://readthedocs.org/docs/nose/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + programming.language.python3 + A unittest extension offering automatic test suite discovery and easy test authoring + Python için unittest genişlemesi + python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. + python3-nose alternatif test tanıtma ve keşif kitaplığı. + https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-nose/pspec.xml + + + python3-nose + A unittest extension offering automatic test suite discovery and easy test authoring + + python3 + + + /usr/share/man + /usr/bin + /usr/lib/python3* + /usr/share/doc/python3-nose + + + + + 2021-10-22 + 1.3.7 + Rebuilt. + Pisi Linux Community + admin@pisilinux.org + + + 2019-12-12 + 1.3.7 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-30 + 1.3.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-01 + 1.3.7 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.3.7 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-04 + 1.3.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python3-testtools + https://github.com/testing-cabal/testtools + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Testtools - tasteful testing for python. + testtools, python standart kitaplığındaki birim test çatısına eklentiler içerir. + testtools is a set of extensions to the Python standard library's unit testing framework. + python3-testtools, python standart kitaplığındaki birim test çatısına eklentiler sağlayan python modüllerini içerir. + https://pypi.io/packages/source/t/testtools/testtools-2.5.0.tar.gz + + python3-setuptools + python3-devel + python3-pbr + + programming/language/python3/python3-testtools/pspec.xml + + + python3-testtools + Testtools - tasteful testing for python. + + python3-setuptools + python3-extras + python3-six + python3-pbr + python3 + + + /usr/share/doc/python3-testtools + /usr/lib/python3* + + + + + 2021-10-28 + 2.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-17 + 2.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-20 + 2.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-wcwidth + https://github.com/jquast/wcwidth + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Measures number of Terminal column cells of wide-character codes. + Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı. + Python library that measures the width of unicode strings rendered to a terminal + python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar. + https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-wcwidth/pspec.xml + + + python3-wcwidth + Measures number of Terminal column cells of wide-character codes. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-wcwidth + + + + + 2021-10-22 + 0.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.2.5 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 0.1.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 0.1.8 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-httpx + https://github.com/encode/httpx + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + The next generation HTTP client. + Gelecek nesil HTTP istemcisi + HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. + python3-httpx, tam donanımlı python3 için HTTP istemcisidir. Asenkron APIler sunar ve hem HTT11/1'i hem de http/2'yi destekler. + https://github.com/encode/httpx/archive/0.20.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-httpx/pspec.xml + + + python3-httpx + The next generation HTTP client. + + python3 + python3-certifi + python3-chardet + python3-rfc3986 + python3-sniffio + python3-urllib3 + python3-httpcore + python3-hstspreload + + + /usr/bin/httpx + /usr/share/man + /usr/lib/python3* + /usr/share/doc/python3-httpx + + + + + 2021-10-28 + 0.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 0.14.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 0.13.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 0.12.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 0.12.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 0.11.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 0.11.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-script + https://github.com/smurfix/flask-script + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Flask extension to help writing external scripts for Flask applications. + Flask uygulamalarınız için harici betikler geliştirmenizi/yazmanızı sağlayan flask eklentisi. + A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands. + python3-flask-script, flask uygulamalarınız için harici betikler geliştirmenizi/yazmanızı sağlayan flask eklentisi sağlar. + https://github.com/smurfix/flask-script/archive/v2.0.6.tar.gz + + python3-setuptools + python3-devel + + + Usingflask_scriptEverywhereInsteadOfflask.ext.script.patch + + programming/language/python3/python3-flask-script/pspec.xml + + + python3-flask-script + Flask extension to help writing external scripts for Flask applications. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-script + + + + + 2021-10-22 + 2.0.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 2.0.6 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pytest + https://pytest.org/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Simple powerful testing with Python + Basit ve güçlü python3 için test modülü. + The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. + python3-pytest, python3 için güçlü ve basit test modülü içerir. + https://files.pythonhosted.org/packages/5b/98/92bbda5f83ed995ef8953349ef30c77c934abcc251c42ab3d7787a40c49c/pytest-6.2.4.tar.gz + + python3-six + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-pytest/pspec.xml + + + python3-pytest + Simple powerful testing with Python + + python3 + python3-py + python3-attrs + python3-pluggy + python3-wcwidth + python3-packaging + python3-setuptools + python3-more-itertools + + + /usr/lib/python3* + /usr/bin/pytest + /usr/bin/py.test + /usr/share/doc/python3-pytest + + + + + 2021-10-22 + 6.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 6.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 6.0.2 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 5.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-17 + 5.4.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-13 + 5.3.5 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-wrapt + https://github.com/GrahamDumpleton/wrapt + + Blue Devil + bluedevil@sctzine.com + + BSDv2 + library + programming.language.python3 + A Python module for decorators, wrappers and monkey patching. + Çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü. + python3-wrapt provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. + python3-wrapt, çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü sağlar. + https://github.com/GrahamDumpleton/wrapt/archive/1.13.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-wrapt/pspec.xml + + + python3-wrapt + A Python module for decorators, wrappers and monkey patching. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + + + + + 2021-10-13 + 1.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 1.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 1.12.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-cryptography + https://cryptography.io/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Cryptographic recipes for Python3 + Python için kriptografik tarifler. + A package designed to expose cryptographic recipes and primitives to Python developers + python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. + https://github.com/pyca/cryptography/archive/3.1.tar.gz + + pip3 + python3-devel + openssl-devel + python3-setuptools + python3-sphinx + python3-sphinx_rtd_theme + + programming/language/python3/python3-cryptography/pspec.xml + + + python3-cryptography + Cryptographic recipes for Python3 + + python3 + python3-cffi + + + /usr/lib/python3* + /usr/share/doc/python3-cryptography/LICENSE + /usr/share/doc/python3-cryptography/README.rst + + + + python3-cryptography-docs + Documentation files for python3-cryptography + python3-cryptography için belgelendirme dosyaları + python3-cryptography-docs, python3-cryptography için belgelendirme dosyaları içerir. + + python3-cryptography + + + /usr/share/doc/python3-cryptography/html + + + + + 2021-10-28 + 3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 3.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-16 + 2.9.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 2.9.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 2.9 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-06 + 2.8 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-devhelp + https://github.com/sphinx-doc/sphinxcontrib-devhelp + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which outputs Devhelp document. + Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. + python3-sphinxcontrib-devhelp, Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/1.0.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-devhelp/pspec.xml + + + python3-sphinxcontrib-devhelp + sphinxcontrib-devhelp module for python + + python3 + + + /usr/share/doc/python3-sphinxcontrib-devhelp + /usr/lib/python3* + + + + + 2021-10-22 + 1.0.2 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2020-03-04 + 1.0.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-PyAudio + http://people.csail.mit.edu/hubert/pyaudio/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + Python Bindings for PortAudio. + Python Bindings for PortAudio. + ython bindings for PortAudio (Fork to fix PY_SSIZE_T_CLEAN error) + ython bindings for PortAudio (Fork to fix PY_SSIZE_T_CLEAN error) + https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-0.2.11.tar.gz + + python3-devel + portaudio-devel + + programming/language/python3/python3-PyAudio/pspec.xml + + + python3-PyAudio + Python Bindings for PortAudio. + + python3 + portaudio + + + /usr/lib/python3* + /usr/share/doc/python3-PyAudio + + + + + 2022-01-23 + 0.2.11 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-numpy + https://numpy.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + The fundamental package needed for scientific computing with Python + Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket + Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. + Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir. + Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios. + https://github.com/numpy/numpy/archive/v1.21.2.tar.gz + + cython3 + libgfortran + cblas-devel + lapack-devel + python3-nose + python3-devel + python3-setuptools + + programming/language/python3/python3-numpy/pspec.xml + + + python3-numpy + The fundamental package needed for scientific computing with Python + + blas + cblas + lapack + python3 + libquadmath + python3-setuptools + + + /usr/lib + /usr/bin + /usr/share/doc/python3-numpy/README* + /usr/share/doc/python3-numpy/LICENSE* + + + + python3-numpy-docs + Documentation files for python3-numpy + python3-numpy için belgelendirme dosyaları + python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir. + + python3-numpy + + + /usr/share/doc/python3-numpy/doc + + + + + 2021-10-22 + 1.21.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-22 + 1.19.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 1.19.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 1.18.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 1.18.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-24 + 1.18.2 + Patch version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 1.18.1 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-08-14 + 1.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-24 + 1.14.1 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + python3-pyelftools + https://github.com/eliben/pyelftools + + Blue DeviL + bluedevil@sctzine.com + + Public Domain + library + app:console + programming.language.python3 + Python3 library for analyzing ELF files and DWARF debugging information + Python3 için pyelftools modülü + pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. + pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır. + https://github.com/eliben/pyelftools/archive/v0.27.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pyelftools/pspec.xml + + + python3-pyelftools + Python3 library for analyzing ELF files and DWARF debugging information + + python3 + + + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2021-10-28 + 0.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-12 + 0.26 + First pisi release. + Blue DeviL + bluedevil@sctzine.com + + + + + + pip3 + https://pypi.python.org/pypi/pip + + Pisi Linux Community + admin@pisilinux.org + + MIT + programming.language.python3 + The PyPA recommended tool for installing Python packages + Python3 paketleri yükleme aracı + The PyPA recommended tool for installing Python packages + pip3, pypa tarafından önerilen python3 modülleri yükleme aracıdır. + https://github.com/pypa/pip/archive/22.1.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/pip3/pspec.xml + + + pip3 + The PyPA recommended tool for installing Python packages + + python3 + python3-setuptools + + + /usr/bin/pip + /usr/bin/pip3* + /usr/lib/python3* + /usr/share/doc + + + + + 2022-06-03 + 22.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-20 + 21.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 21.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 20.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 20.0.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 19.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-09 + 19.0.3 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-29 + 18.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-01 + 9.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-18 + 8.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 8.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 8.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-30 + 8.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-28 + 8.1.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-docker + https://github.com/docker/docker-py + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + A Python library for the Docker Engine API. + Docker motoru apileri için python kitaplığı. + A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. + python3-docker, docker motoru apileri için python kitaplığı sunar. + https://github.com/docker/docker-py/archive/5.0.0.tar.gz + + python3-devel + python3-websocket-client + python3-setuptools + python3-requests + python3-six + + programming/language/python3/python3-docker/pspec.xml + + + python3-docker + A Python library for the Docker Engine API. + + python3 + python3-websocket-client + python3-requests + python3-six + + + /usr/lib + /usr/share/doc + + + python3-docker-py + + + + + 2021-10-22 + 5.0.0 + Rebu'ld. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 5.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 5.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 4.10 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-oauthlib + https://python-oauthlib.io + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + A generic, spec-compliant, thorough implementation of the OAuth request-signing logic + A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. + https://files.pythonhosted.org/packages/9e/84/001a3f8d9680f3b26d5e7711e13d5ff92e4b511766a72ac6b4a4e5f06796/oauthlib-3.1.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-oauthlib/pspec.xml + + + python-oauthlib + + python3 + python3-cryptography + + + /usr/lib/python3.9/site-packages + /usr/share/doc/python-oauthlib + + + + + 2022-01-09 + 3.1.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-pkgconfig + https://github.com/matze/pkgconfig + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A Python interface to the pkg-config command line tool. + pkg-config komut satırı aracı için python arayüzü. + pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 2.6+ and 3.3+.. + python3-pkgconfig, pkg-config komut satırı aracı için python arayüzü sunar. + https://pypi.io/packages/source/p/pkgconfig/pkgconfig-1.5.5.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pkgconfig/pspec.xml + + + python3-pkgconfig + A Python interface to the pkg-config command line tool. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pkgconfig + + + + + 2021-10-28 + 1.5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-20 + 1.5.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-anytree + https://github.com/c0fec0de/anytree + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Powerful and Lightweight Python Tree Data Structure + AnyTree için Python bağlayıcıları. + Simple, lightweight and extensible Tree data structure. + python3-anytree, anytree için Python bağlayıcılarını içerir. + https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz + + python3-setuptools + python3-devel + python3-six + + programming/language/python3/python3-anytree/pspec.xml + + + python3-anytree + Powerful and Lightweight Python Tree Data Structure + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-anytree + + + + + 2021-10-22 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 2.8.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-23 + 2.8.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 2.7.3 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + python3-smartypants + https://github.com/leohemsted/smartypants.py + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + programming.language.python3 + Python with the SmartyPants + Python with the SmartyPants + Python with the SmartyPants + Python with the SmartyPants + https://github.com/leohemsted/smartypants.py/archive/refs/tags/v2.0.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-smartypants/pspec.xml + + + python3-smartypants + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 2.0.1 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-26 + 2.0.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-enchant + https://github.com/pyenchant/pyenchant + + Blue Devil + bluedevil@sctzine.com + + LGPLv3 + library + programming.language.python3 + Python bindings for the Enchant spellchecking system + Enchant yazım denetleyicisi için hızlı bir Python modulü + python3-enchant is an efficient Python module for Enchant spellchecker. + python3-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür. + https://github.com/pyenchant/pyenchant/archive/v3.2.2.tar.gz + + python3-devel + enchant2-devel + python3-setuptools + + programming/language/python3/python3-enchant/pspec.xml + + + python3-enchant + Python bindings for the Enchant spellchecking system + + python3 + enchant2 + + + /usr/lib/python3* + /usr/share/doc/python3-enchant + + + + + 2021-10-28 + 3.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-22 + 3.1.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 3.1.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 3.0.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-18 + 2.0.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-requests + http://www.python-requests.org/ + + Ergün Salman + ergunsalman@hotmail.com + + MIT + library + programming.language.python3 + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + Requests insanlar için yapılmış basit bir HTTP kitaplığıdır. + Python’s standard urllib2 module provides most of the HTTP capabilities you need + Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır. + https://github.com/psf/requests/archive/v2.28.1.tar.gz + + python3-devel + python3-setuptools + + + certs.patch + + programming/language/python3/python3-requests/pspec.xml + + + python3-requests + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + + python3 + python3-idna + python3-chardet + python3-urllib3 + + + /usr/share/doc/python3-requests + /usr/lib/python3* + + + + + 2022-07-08 + 2.28.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-24 + 2.28.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 2.26.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 2.24.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 2.23.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 2.22.0 + Rebuilt w/ py3.8 and added translations. + Blue Devil + bluedevil@sctzine.com + + + 2019-07-11 + 2.22.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-21 + 2.19.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-21 + 2.18.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 2.13.0 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.9.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 2.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-08 + 2.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-distro + https://github.com/nir0s/distro + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2+ + app:console + programming.language.python3 + Linux Distribution - a Linux OS platform information API + Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi + Linux Distribution - a Linux OS platform information API + python3-distro, Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi olabılecek uygulama ve python kitaplığı sunarç + https://github.com/nir0s/distro/archive/v1.5.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-distro/pspec.xml + + + python3-distro + Linux Distribution - a Linux OS platform information API + + python3-setuptools + python3 + + + /usr/share/doc/python3-distro + /usr/bin/distro + /usr/lib/python3* + + + + + 2021-10-22 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-27 + 1.4.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-filelock + https://github.com/benediktschmitt/py-filelock + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A platform independent file lock for Python. + Python için platform bağımsız dosya kilidi. + python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. + python3-filelock, python için platform bağımsız dosya kilidi olan tek bir modül içerir. + https://github.com/tox-dev/py-filelock/archive/refs/tags/3.3.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-filelock/pspec.xml + + + python3-filelock + A platform independent file lock for Python. + + python3 + + + /usr/share/doc/python3-filelock + /usr/lib/python3* + + + + + 2021-10-28 + 3.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-03 + 3.0.12 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-websupport + https://www.sphinx-doc.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx API for Web Apps + python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. + python3-sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. + python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. + https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml + + + python3-sphinxcontrib-websupport + sphinxcontrib-websupport module for python + + python3 + python3-Jinja2 + python3-docutils + python3-setuptools + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-websupport + + + + + 2021-10-22 + 1.2.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 1.2.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-16 + 1.2.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.2.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-08 + 1.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-13 + 1.1.2 + Rebuilt w/ py3.8 + Blue Devil + bluedevil@sctzine.com + + + 2019-11-13 + 1.1.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-matplotlib + https://github.com/matplotlib/matplotlib + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python3 + matplotlib: plotting with Python. + matplotlib: python grafik çizim kitaplığı. + Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. + python3-matplotlib, python ile hareketli, durağan ve etkileşimli çizgeler yapılmasını sağlayan kapsamlı bir python kitaplığı sunar. + https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz + + pip3 + python3-devel + python3-numpy + freetype-devel + python3-setuptools + + programming/language/python3/python3-matplotlib/pspec.xml + + + python3-matplotlib + matplotlib: plotting with Python. + + libpng + python3 + freetype + python3-numpy + python3-cycler + python3-dateutil + python3-pyparsing + python3-kiwisolver + + + /usr/lib/python3* + /usr/share/doc/python3-matplotlib + + + + + 2021-10-28 + 3.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 3.3.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-18 + 3.2.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-05 + 3.2.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-ipaddress + https://github.com/phihag/ipaddress + + Blue DeviL + bluedevil@sctzine.com + + PSFL + library + programming.language.python3 + Python 3.3+'s ipaddress for older Python versions + Python3.2 ve daha düşük sürümler için ipaddress modülü + python-ipaddress ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. This module is a backport for python 2.7 and python versions up to 3.2. + python-ipaddress modülü Python3.3 ile gelen ipaddress modülünün python 2.7 ve python 3.2'ye kadar olan sürümlerinde de çalışmasını sağlar. + https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-ipaddress/pspec.xml + + + python3-ipaddress + ipaddress module for python3.2- + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-08-21 + 1.0.23 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-25 + 1.0.23 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-dateutil + https://github.com/dateutil/dateutil + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + python3-dateutil provides powerful extensions to datetime + Python3 datetime için güçlü genişletmeler içeren python3 modülü + The dateutil module provides powerful extensions to the standard datetime module, available in Python. + python3-dateutil, Python3 standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. + https://github.com/dateutil/dateutil/archive/2.8.2.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + programming/language/python3/python3-dateutil/pspec.xml + + + python3-dateutil + python3-dateutil provides powerful extensions to datetime + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-dateutil + + + + + 2021-10-28 + 2.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 2.8.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-commonmark + https://pypi.org/project/commonmark/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + programming.language.python3 + Python parser for the CommonMark Markdown spec + Python parser for the CommonMark Markdown spec + CommonMark Markdown spesifikasyonu için Python ayrıştırıcısı + CommonMark Markdown spesifikasyonu için Python ayrıştırıcısı + https://files.pythonhosted.org/packages/60/48/a60f593447e8f0894ebb7f6e6c1f25dafc5e89c5879fdc9360ae93ff83f0/commonmark-0.9.1.tar.gz + + python3-devel + python3-future + python3-sphinx + python3-setuptools + + programming/language/python3/python3-commonmark/pspec.xml + + + python3-commonmark + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-25 + 0.9.1 + Rebuild + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-16 + 0.9.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-isort + https://github.com/PyCQA/isort + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A Python utility / library to sort imports. + Python importlarını sıralamak için python kitaplık ve araçları. + python3-isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. + python3-isort, python importlarını sıralamak için python kitaplık ve araçları sağlar. + https://pypi.org/packages/source/i/isort/isort-5.9.3.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-isort/pspec.xml + + + python3-isort + A Python utility / library to sort imports. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + /usr/bin/isort + /usr/bin/isort-identify-imports + + + + + 2021-10-13 + 5.9.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 5.9.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 5.5.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-importlib_resources + https://gitlab.com/python-devs/importlib_resources + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Design and implementation for a planned importlib.resources + Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. + The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. + python3-importlib_resources, Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı sunar. Ana amacı pkg_resources madülünün yerini almaktır. + https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz + + pip3 + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-importlib_resources/pspec.xml + + + python3-importlib_resources + Design and implementation for a planned importlib.resources + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-importlib_resources + + + + + 2021-10-28 + 3.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-22 + 3.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 8020-03-18 + 1.3.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pynacl + https://github.com/pyca/pynacl/ + + Blue DeviL + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Python3 binding to the Networking and Cryptography (NaCl) library + Python3 için NaCl modülü + python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. + PyNaCl, ağ ve kriptografi kitaplığından geliştirilen libsodium kitaplığının python3 modülüdür. + https://github.com/pyca/pynacl/archive/1.4.0.tar.gz + + pip3 + python3-devel + python3-setuptools + + programming/language/python3/python3-pynacl/pspec.xml + + + python3-pynacl + PyNaCl module for python3 + + python3 + python3-cffi + + + /usr/lib/python3* + /usr/share/doc/python3-pynacl + + + + + 2021-10-28 + 1.4.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 1.3.0 + Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-25 + 1.3.0 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-tomli + https://pypi.org/project/tomli/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + A lil' TOML parser + A lil' TOML parser + A lil' TOML parser + A lil' TOML parser + https://github.com/hukkin/tomli/archive/refs/tags/2.0.1.tar.gz + + pip3 + python3-devel + python3-build + python3-flit-core + python3-wheel + python3-tomli + python3-pyparsing + python3-setuptools + + programming/language/python3/python3-tomli/pspec.xml + + + python3-tomli + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-06-25 + 2.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-shiboken2 + https://www.pyside.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + app:console + programming.language.python3 + Shiboken the Binding Generator + Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang. + https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz + + llvm + cmake + libxslt-devel + python3-devel + qt5-base-devel + llvm-clang-devel + qt5-xmlpatterns-devel + + programming/language/python3/python3-shiboken2/pspec.xml + + + shiboken2 + Shiboken2 is the binding generator used to create the PySide2 bindings. + + libxslt + qt5-base + llvm-clang + + + /usr/share/doc + /usr/bin/shiboken2 + /usr/lib/libshiboken2* + /usr/share/man/man1/shiboken2.1 + /usr/bin/shiboken_tool.py + + + + python3-shiboken2 + Python3 shared library files used by shiboken2. + Python3 için shiboken2 bağlayıcı modülü + python3-shiboken2, Python3 için shiboken2 bağlayıcı modülü içerir. + + python3 + shiboken2 + + + /usr/lib/python3*/site-packages/shiboken2* + /usr/lib/libshiboken2.cpython-36m-x86_64-linux-gnu.so* + + + + python3-shiboken2-devel + Development headers for the shiboken2 library. + python3-shiboken2 için geliştime dosyaları + python3-shiboken2-devel, python3-shiboken2 için geliştime dosyaları içerir. + + python3-shiboken2 + + + /usr/lib/cmake/ + /usr/include/shiboken2/ + /usr/lib/pkgconfig/shiboken2.pc + + + + + 2021-10-28 + 5.15.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 5.15.2 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-11-13 + 5.15.1 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-05-25 + 5.14.2 + Patch version bump. + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-xlib + https://github.com/python-xlib/python-xlib + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2+ + library + programming.language.python3 + X client library for Python3. + Python için X istemci kitaplığı. + The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib. + python3-xlib, python için X istemci kitaplığı sunar. + https://github.com/python-xlib/python-xlib/archive/0.31.tar.gz + + pip3 + python3-setuptools + python3-devel + + programming/language/python3/python3-xlib/pspec.xml + + + python3-xlib + X client library for Python3. + + python3-six + python3 + + + /usr/share/doc/python3-xlib + /usr/lib/python3* + + + + + 2021-10-02 + 0.31 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 0.27 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-27 + 0.26 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-flask-babelex + https://github.com/mrjoes/flask-babelex + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + i18n and l10n support for Flask based on Babel and pytz. + Flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği. + Implements i18n and l10n support for Flask. This is fork of the official Flask-Babel extension with additional features. + python3-flask-babelex, flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği sunar. + https://github.com/mrjoes/flask-babelex/archive/0.9.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-babelex/pspec.xml + + + python3-flask-babelex + i18n and l10n support for Flask based on Babel and pytz. + + python3-speaklater + python3-Jinja2 + python3-Babel + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-babelex + + + + + 2021-10-28 + 0.9.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.9.4 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-h2 + https://github.com/python-hyper/hyper-h2 + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + HTTP/2 State-Machine based protocol implementation + HTTP/2 Durum-Makinesi temelli protokol uygulanaması + This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. + python3-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır. + https://github.com/python-hyper/hyper-h2/archive/v4.1.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-h2/pspec.xml + + + python3-h2 + HTTP/2 State-Machine based protocol implementation + + python3 + python3-hpack + python3-hyperframe + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-h2 + + + + + 2021-10-28 + 4.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 3.2.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 3.1.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-future + http://python-future.org/ + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Clean single-source support for Python 3 and 2 + Python3 future modülü + python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. + python3-future python2 ile python3 arasındaki kayıp uyumluluk katmanıdır. Python2 ile Python3 arasında python3 uyumlu bir kod katmanı kullanabilmenizi sağlar. + https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-future/pspec.xml + + + python3-future + Clean single-source support for Python 3 and 2 + + python3-setuptools + python3 + + + /usr/bin/futurize + /usr/bin/pasteurize + /usr/lib/python3* + /usr/share/doc/python3-future + + + + + 2021-10-25 + 0.18.2 + Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-13 + 0.18.2 + Rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-20 + 0.18.2 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.15.2 + First Pisi Release Built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + python3-wheel + https://github.com/pypa/wheel + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + The official binary distribution format for Python. + Python için resmi ikilik dosya dağıtım biçimi + This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. + python3-wheel, PEP427'de tanımlanan Python için "wheel" paketleme standardı uygulamasıdır. + https://github.com/pypa/wheel/archive/0.36.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-wheel/pspec.xml + + + python3-wheel + The official binary distribution format for Python. + + python3 + + + /usr/bin/wheel + /usr/lib/python3* + /usr/share/doc/python3-wheel + + + + + 2021-10-22 + 0.36.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 0.35.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-validictory + https://github.com/jamesturk/validictory + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A general purpose Python3 data validator. + Python3 için genel maksatlı veri onaylama kitaplığı + python3-validictory is a general purpose Python3 data validator. + python3-validictory, Python için genel maksatlı veri onaylama kitaplığı sunar. + https://github.com/jamesturk/validictory/archive/1.1.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-validictory/pspec.xml + + + python3-validictory + A general purpose Python3 data validator. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-validictory + + + + + 2021-10-28 + 1.1.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-23 + 1.1.2 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pyasn1 + https://github.com/etingof/pyasn1 + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Python bindings for ASN.1 types and codecs + Python3 için ASN.1 kitaplığı + Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) + python3-pyasn1 ASN.1 türleri ve DER/BER/CER kodekleri (X.208) içeren bir python kitaplığıdır. + https://github.com/etingof/pyasn1/archive/v0.4.8.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pyasn1/pspec.xml + + + python3-pyasn1 + Python bindings for ASN.1 types and codecs + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pyasn1 + + + + + 2021-10-28 + 0.4.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-23 + 0.4.8 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-attrs + https://www.attrs.org/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python Classes Without Boilerplate + Şablonsuz python sınıfları. + attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). + python3-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar. + https://files.pythonhosted.org/packages/ed/d6/3ebca4ca65157c12bd08a63e20ac0bdc21ac7f3694040711f9fd073c0ffb/attrs-21.2.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-attrs/pspec.xml + + + python3-attrs + Python Classes Without Boilerplate + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-attrs + + + + + 2021-10-22 + 21.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 21.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 3020-09-23 + 20.2.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-13 + 19.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-werkzeug + https://palletsprojects.com/p/werkzeug/ + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + The comprehensive WSGI web application library. + WSGI ağ uygulamaları kitaplığı. + Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. + python3-werkzeug, WSGI ağ uygulamaları kitaplığı içerir. + https://github.com/pallets/werkzeug/archive/2.0.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-werkzeug/pspec.xml + + + python3-werkzeug + The comprehensive WSGI web application library + + python3 + + + /usr/share/doc/python3-werkzeug + /usr/lib/python3* + + + + + 2021-10-25 + 2.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 1.0.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-13 + 1.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-httptools + https://github.com/MagicStack/httptools + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A collection of framework independent HTTP protocol utils. + Toplu Özgür HTTP protokol araçları + httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. + python3-httptools, nodejs HTTP çözümleyicisi için python3 bağlayıcılarını içerir. + https://github.com/MagicStack/httptools/archive/v0.1.1.tar.gz + https://github.com/nodejs/http-parser/archive/v2.9.3.tar.gz + + pip3 + python3-wheel + python3-setuptools + python3-devel + + programming/language/python3/python3-httptools/pspec.xml + + + python3-httptools + A collection of framework independent HTTP protocol utils. + + python3 + + + /usr/share/doc/python3-httptools + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 0.1.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 0.1.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 0.1.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 0.0.13 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-Unidecode + http://pypi.python.org/pypi/Unidecode/ + + PisiLinux Community + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.python3 + US-ASCII transliterations of Unicode text + Unicode karakterlerinin US-ASCII harf çevirileri + python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module. + python3-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir. + https://files.pythonhosted.org/packages/cd/31/245d8a384939aa0ee152c76fc62890f79f35fc41cd12839f5df268d9081d/Unidecode-1.2.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-Unidecode/pspec.xml + + + python3-Unidecode + US-ASCII transliterations of Unicode text + + python3 + + + /usr/bin/unidecode + /usr/lib/python3* + /usr/share/doc/python3-Unidecode + + + + + 2021-10-24 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 1.1.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-bcrypt + https://github.com/pyca/bcrypt + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Modern(-ish) password hashing for your software and your servers + Yazılımlarınız ve sunucularınız için bir parola hashi üreten python3 modülüdür. + python-bcrypt is a good password hashing for your software and your servers + python3-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir. + https://github.com/pyca/bcrypt/archive/3.2.0.tar.gz + + python3-setuptools + python3-devel + pip3 + + programming/language/python3/python3-bcrypt/pspec.xml + + + python3-bcrypt + Modern(-ish) password hashing for your software and your servers + + python3-cffi + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-bcrypt + + + + + 2021-10-28 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-13 + 3.1.7 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 3.1.7 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-beaker + https://github.com/bbangert/beaker + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + A Session and Caching library with WSGI Middleware + Oturum ve önbellekleme kitaplığı + python3-beaker is a web session and general caching library that includes WSGI middleware for use in web applications. + python3-beaker, web programları için oturum ve genel önbellekleme fonksiyonlarını içeren bir kitaplıktır. + https://github.com/bbangert/beaker/archive/1.11.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-beaker/pspec.xml + + + python3-beaker + + /usr/lib/ + /usr/share/doc + + + + + 2021-10-22 + 1.11.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-01-08 + 1.11.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-08 + 1.10.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-28 + 1.10.0 + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + python3-isodate + https://github.com/gweis/isodate/ + + fury + uglyside@yandex.ru + + BSD + library + programming.language.python3 + ISO 8601 date/time parser. + This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. + https://github.com/gweis/isodate/archive/refs/tags/0.6.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-isodate/pspec.xml + + + python3-isodate + + python3 + + + /usr/lib + /usr/share + + + + + 2022-01-18 + 0.6.1 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-28 + 0.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-18 + 0.6.0 + First build + fury + uglyside@yandex.ru + + + + + + python3-MarkupSafe + https://pypi.python.org/pypi/MarkupSafe + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Implements a XML/HTML/XHTML Markup safe string for Python + XML/HTML/XHTML markup dilleri için güvenli python karakter dizeleri gerçekleştirimi + python3-MarkupSafe, implements a unicode subclass that supports HTML strings. + python3-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar. + https://files.pythonhosted.org/packages/bf/10/ff66fea6d1788c458663a84d88787bae15d45daa16f6b3ef33322a51fc7e/MarkupSafe-2.0.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-MarkupSafe/pspec.xml + + + python3-MarkupSafe + + /usr/lib/python3.* + /usr/share/doc + + + + + 2021-10-22 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 1.1.1 + Rebuild for new python + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-08 + 1.1.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-01-20 + 1.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + + + + python3-pep517 + https://pypi.org/project/pep517/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + Wrappers to build Python packages using PEP 517 hooks + Wrappers to build Python packages using PEP 517 hooks + PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar + PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar + https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pep517/pspec.xml + + + python3-pep517 + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2022-06-26 + 0.12.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-pyatspi + http://www.linuxfoundation.org/collaborate/workgroups/accessibility + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2+ + library + programming.language.python3 + Python bindings for at-spi2-core + at-spi2-core altyapısı için Python bağlayıcısı + python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure. + python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır. + http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz + + python3-pygobject3-devel + python-pygobject3-devel + at-spi2-core-devel + + programming/language/python3/python3-pyatspi/pspec.xml + + + python3-pyatspi + Python bindings for at-spi2-core + + python3-pygobject3 + at-spi2-core + python3 + + + /usr/lib/python* + /usr/share/doc + + + + + 2021-12-10 + 2.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.38.1 + Rebuild py3. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-04 + 2.38.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-17 + 2.36.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 2.34.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 2.30.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-backports-ssl-match-hostname + https://pypi.python.org/pypi/backports.ssl_match_hostname + + Alihan Öztürk + alihan@pisilinux.org + + PSF-2.2 + library + programming.language.python3 + The ssl.match_hostname() function from Python 3.7 + Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı + The ssl.match_hostname() function from Python 3.7 + python3-backports-ssl-match-hostname, Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar. + https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml + + + python3-backports-ssl-match-hostname + The ssl.match_hostname() function from Python 3.7 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-backports-ssl-match-hostname + + + + + 2021-10-22 + 3.7.0.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-12-30 + 3.7.0.1 + Built w/ py3.8 and version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 3.5.0.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-01 + 3.5.0.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-15 + 3.4.0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + yt-dlp + https://github.com/yt-dlp/yt-dlp + + Kamil Atlı + suvari@pisilinux.org + + as-is + library + programming.language.python3 + A youtube-dl fork with additional features and fixes + Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı + A youtube-dl fork with additional features and fixes + Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı + https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2022.03.08.1.tar.gz + + aria2-devel + ffmpeg-devel + python3-wheel + python3-devel + rtmpdump-devel + python3-mutagen + python3-setuptools + python3-websockets + python3-pycryptodomex + + programming/language/python3/yt-dlp/pspec.xml + + + yt-dlp + A youtube-dl fork with additional features and fixes + + aria2 + ffmpeg + python3 + rtmpdump + python3-wheel + python3-mutagen + python3-websockets + python3-pycryptodomex + + + /usr/bin + /usr/share/man/man1 + /usr/share/bash-completion/completions + /usr/share/fish/vendor_completions.d + /usr/share/zsh/site-functions + /usr/share/doc/yt_dlp + /usr/share/doc/yt-dlp + /usr/lib/python3.9/site-packages/yt_dlp + + + + + 2022-03-29 + 2022.03.08.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + wxPython3 + https://www.wxpython.org/ + + fury + uglyside@yandex.ru + + wxWinLL-3 + library + programming.language.python3 + Python bindings for wxGTK + wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++. + https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz + + wxGTK3 + gtk3-devel + tiff-devel + mesa-devel + wxGTK-devel + pango-devel + libSM-devel + python3-devel + mesa-glu-devel + gstreamer-devel + gdk-pixbuf-devel + libXxf86vm-devel + libXinerama-devel + python3-setuptools + libjpeg-turbo-devel + gst-plugins-base-devel + + programming/language/python3/wxPython3/pspec.xml + + + wxPython3 + + bzip2 + python3 + wxGTK3 + wxGTK-common + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-07-29 + 4.1.1 + Rebuild python3. + fury + uglyside@yandex.ru + + + + + + python3-psycopg2 + https://www.psycopg.org/ + + Blue Devil + bluedevil@sctzine.com + + LGPL3 + library + programming.language.python3 + PostgreSQL database adapter for the Python programming language. + Python programlama dili için PostgreSQL veritabanı adaptörü. + Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). + python3-psycopg2, python programlama dili için PostgreSQL veritabanı adaptörü sunar. + https://github.com/psycopg/psycopg2/archive/2_9_1.tar.gz + + python3-setuptools + postgresql-lib + python3-devel + + programming/language/python3/python3-psycopg2/pspec.xml + + + python3-psycopg2 + PostgreSQL database adapter for the Python programming language. + + postgresql-lib + python3 + + + /usr/share/doc/python3-psycopg2 + /usr/lib/python3* + + + + + 2021-10-28 + 2.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 2.8.5 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-20 + 2.8.4 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-urllib3 + https://github.com/shazow/urllib3 + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + urllib3 is a powerful, sanity-friendly HTTP client for Python. + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. + urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir. + https://github.com/urllib3/urllib3/archive/1.26.10.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-urllib3/pspec.xml + + + python3-urllib3 + urllib3 is a powerful, sanity-friendly HTTP client for Python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-urllib3 + + + + + 2022-07-08 + 1.26.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 1.26.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-24 + 1.25.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.25.8 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 1.25.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 1.23 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-22 + 1.22 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-aiofiles + https://github.com/Tinche/aiofiles + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + File support for asyncio. + Asyncio için dosya desteği + aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications. + python3-aiofiles, asyncio uygulamalarında yerel disk işlemlerini yönetebilen python ile yazılmış Apache lisanslı python kitaplığıdır. + https://files.pythonhosted.org/packages/06/f0/af90f3fb4066b0707b6a5af3ffd5fd9b3809bbb52f0153a3c7550e594de3/aiofiles-0.7.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-aiofiles/pspec.xml + + + python3-aiofiles + File support for asyncio. + + python3 + + + /usr/share/doc/python3-aiofiles + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 0.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 0.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 0.4.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-curio + https://github.com/dabeaz/curio + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Curio - Concurrent I/O + Curio - Concurrent I/O - Eşzamanlı G/Ç + Curio is a library for performing concurrent I/O with coroutines in Python 3. + python3-curio,Curio python3 ile eşzamanlı giriş/çıkış eşrutinleri yapabileceğiniz python3 kitaplığıdır. + https://github.com/dabeaz/curio/archive/1.5.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-curio/pspec.xml + + + python3-curio + Curio - Concurrent I/O + + python3 + + + /usr/share/doc/python3-curio + /usr/share/man + /usr/lib + + + + + 2021-10-28 + 1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 1.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 1.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 0.9 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-Levenshtein + https://pypi.org/project/python-Levenshtein/ + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + library + programming.language.python + Python extension for computing string edit distances and similarities + Sözcük katarı düzenleme uzaklıkları ve benzerliklerini çok hızlı işleyebilen bir pyton kitaplığıdır. + The Levenshtein Python C extension module contains functions for fast computation of: Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity.It supports both normal and Unicode strings. + Levenshtein Python kitaplığı, Levenshtein (düzenleme) uzaklığı ve düzenleme işlemleri, sözcük katarı benzerlikleri, genel olarak söz dizisi ortalaması ve sözcük sırası gibi konuları hızlıca işleyebilen bir python kitaplığıdır. + https://files.pythonhosted.org/packages/2a/dc/97f2b63ef0fa1fd78dcb7195aca577804f6b2b51e712516cc0e902a9a201/python-Levenshtein-0.12.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-Levenshtein/pspec.xml + + + python3-Levenshtein + Python extension for computing string edit distances and similarities + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-Levenshtein + + + + + 2021-10-28 + 0.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-23 + 0.12.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-distlib + https://bitbucket.org/pypa/distlib/ + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python3 + Low-level components of distutils2/packaging. + distutils2/packaging'in düşük seviye bileşenleri. + python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more. + python3-distlib, distutils2/packaging'in düşük seviye bileşenlerini içerir. + https://bitbucket.org/pypa/distlib/get/0.3.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-distlib/pspec.xml + + + python3-distlib + Low-level components of distutils2/packaging. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-distlib + + + + + 2021-10-22 + 0.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-22 + 0.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-03 + 0.3.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-lit + https://pypi.org/project/lit/ + + Pisi Linux Admins + admin@pisilinux.org + + Apache + app + programming.language.python3 + lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. + lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. + lit, LLVM ve Clang tarzı test takımlarını yürütmek, sonuçlarını özetlemek ve arızaların göstergesini sağlamak için taşınabilir bir araçtır. + lit, LLVM ve Clang tarzı test takımlarını yürütmek, sonuçlarını özetlemek ve arızaların göstergesini sağlamak için taşınabilir bir araçtır. + https://files.pythonhosted.org/packages/f7/fc/aba44ef618619519d4fb56e604163fd85f4b598a4fd8a105e32e4e456798/lit-13.0.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-lit/pspec.xml + + + python3-lit + + python3-devel + python3-setuptools + + + /usr/bin + /usr/lib/python* + /usr/share/doc + + + + + 2021-10-28 + 13.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-05 + 12.0.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-pypcap + https://github.com/pynetwork/pypcap + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Python3 pcap module + Python3 pcap modülü + This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows. + python3-pypcap, python3 için basitleştirilmiş, nesne tabanlı bir sarmalayıcı modüldür. + https://pypi.org/packages/source/p/pypcap/pypcap-1.2.3.tar.gz + + pip3 + libpcap-devel + python3-devel + python3-setuptools + + + pypcap-python3.9.patch + + programming/language/python3/python3-pypcap/pspec.xml + + + python3-pypcap + Python3 pcap module + + libpcap + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pypcap + + + + + 2021-10-28 + 1.2.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-13 + 1.2.3 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-flask-migrate + https://github.com/miguelgrinberg/Flask-Migrate/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + SQLAlchemy database migrations for Flask applications using Alembic. + Alembic kullanarak Flask uygulamalarınız için SQLAlchemy veritabanı göç aracı. + Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command. + python3-flask-migrate, flask uygulamalarınız için alembic kullanarak sqlalchemy veritabanınızı göç ettirmenizi sağlayan betikleri sunar. + https://github.com/miguelgrinberg/Flask-Migrate/archive/v3.1.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-migrate/pspec.xml + + + python3-flask-migrate + SQLAlchemy database migrations for Flask applications using Alembic. + + python3-alembic + python3-flask + python3 + + + /usr/share/doc/python3-flask-migrate + /usr/lib/python3* + + + + + 2021-10-28 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-29 + 3.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-18 + 2.5.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-19 + 2.5.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pygobject3 + http://www.pygtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python3 + Bindings (liens) glib pour Python3. + Python Bindings for GLib/GObject/GIO/GTK+ + GLib/GObject/GIO/GTK+ için python3 bağlayıcıları. + pygobject is GLib's GObject library bindings for Python3. + python3-pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. + http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.42/pygobject-3.42.2.tar.xz + + meson + glib2-devel + libffi-devel + python3-devel + python3-cairo-devel + gobject-introspection-devel + + programming/language/python3/python3-pygobject3/pspec.xml + + + python3-pygobject3 + Python Bindings for GLib/GObject/GIO/GTK+ + + cairo + glib2 + libffi + python3 + python3-cairo + gobject-introspection + + + /usr/share/doc + /usr/share/pygobject + /usr/lib/python3* + /usr/lib/libpyglib-gi-2.0-python3*.so* + + + + python3-pygobject3-devel + Development files for python3-pygobject3 + python3-pygobject3 için geliştirme dosyaları + python3-pygobject3-devel, python3-pygobject3 için geliştirme dosyalarını içerir. + + glib2-devel + libffi-devel + gobject-introspection-devel + python3-pygobject3 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-16 + 3.42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 3.42.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 3.40.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-31 + 3.40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 3.36.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 3.36.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 3.34.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-05 + 3.32.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-14 + 3.32.2 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 3.27.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 3.27.1 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-08-01 + 3.22.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 3.22.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 3.22.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.18.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 3.18.2 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-08 + 3.18.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python3 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. + python-contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-contextlib2/pspec.xml + + + python3-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + python3 + + + /usr/share/doc/python3-contextlib2 + /usr/lib/python3* + + + + + 2021-10-28 + 0.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 0.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-fixtures + https://launchpad.net/python-fixtures + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python3 + Python fixtures for testing / resource management. + Test ve kaynak yöçetimi icin python fikstürleri. + python3-fixtures provides python fixtures for testing / resource management. + python3-fixtures, test ve kaynak yönetimi için python fikstürleri sağlar. + https://files.pythonhosted.org/packages/84/be/94ecbc3f2487bd14aa8b44852f498086219b7cc0c8250ee65a03e2c63119/fixtures-3.0.0.tar.gz + + python3-setuptools + python3-devel + python3-pbr + pip3 + + programming/language/python3/python3-fixtures/pspec.xml + + + python3-fixtures + Python fixtures for testing / resource management. + + python3-setuptools + python3-testtools + python3-extras + python3-pbr + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-fixtures + + + + + 2021-10-28 + 3.0.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-20 + 3.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-tqdm + https://github.com/tqdm/tqdm + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A Fast, Extensible Progress Bar for Python and CLI. + Python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı + python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! + python3-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz. + https://files.pythonhosted.org/packages/e3/c1/b3e42d5b659ca598508e2a9ef315d5eef0a970f874ef9d3b38d4578765bd/tqdm-4.62.3.tar.gz + + pip3 + python3-devel + python3-setuptools + + programming/language/python3/python3-tqdm/pspec.xml + + + python3-tqdm + A Fast, Extensible Progress Bar for Python and CLI. + + python3 + python3-setuptools + + + /usr/share/doc/python3-tqdm + /usr/lib/python3* + /usr/bin/tqdm + + + + + 2021-10-28 + 4.62.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 4.48.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 4.46.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 4.45.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 4.44.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 4.43.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-05 + 4.42.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-27 + 4.42.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 4.41.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-25 + 4.41.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pysmbc + http://cyberelk.net/tim/software/pysmbc + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + library + programming.language.python3 + Python interface to the libsmbclient library + libsmbclient kitaplığı için Python arayüzü + python-smbc is a Python binding for the libsmbclient library. + python3-pysmbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır. + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.23.tar.gz + + samba-devel + python3-devel + python3-setuptools + + programming/language/python3/python3-pysmbc/pspec.xml + + + python3-pysmbc + Python3 interface to the libsmbclient library + + samba + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pysmbc + + + + + 2021-10-22 + 1.0.23 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-24 + 1.0.22 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 1.0.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 1.0.20 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.0.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 1.0.18 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-markdown + https://pypi.org/project/Markdown/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + programming.language.python3 + Python implementation of John Gruber's Markdown + Python implementation of John Gruber's Markdown + Python implementation of John Gruber's Markdown + Python implementation of John Gruber's Markdown + https://files.pythonhosted.org/packages/49/02/37bd82ae255bb4dfef97a4b32d95906187b7a7a74970761fca1360c4ba22/Markdown-3.3.4.tar.gz + + python3-devel + python3-PyYAML + python3-setuptools + + programming/language/python3/python3-markdown/pspec.xml + + + python3-markdown + + python3 + python3-PyYAML + python3-setuptools + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 3.3.4 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-26 + 3.3.4 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-kappa + https://github.com/garnaat/kappa + + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + LGPLv2.1 + library + app:console + programming.language.python3 + A CLI tool for AWS Lambda developers + AWS Lambda geliştiricileri için komut satırı arayüzü + Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda. + python3-kappa, AWS Lambdayı güncelleme, çalıştırma, test yapmayı kolaylaştıran bir komut satırı arayüzüdür. + https://pypi.python.org/packages/9e/67/c064a0b48f3aaee38aa810e09e6c3c97857e9c9a69cb2e6f79da650ec054/kappa-0.7.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-kappa/pspec.xml + + + python3-kappa + A CLI tool for AWS Lambda developers + + python3 + + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2021-10-28 + 0.7.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 0.7.0 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 0.7.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-15 + 0.7.0 + First Release + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + + + + + python3-flask-principal + https://github.com/mattupstate/flask-principal + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Identity management for Flask applications. + Flask uygulamaları için kimlik yönetim sistemi. + python3-flask-principal provides identity management for Flask applications. + python3-flask-principal, flask uygulamalarınız için kimlik yönetim sistemi sağlar. + https://github.com/mattupstate/flask-principal/archive/0.4.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-principal/pspec.xml + + + python3-flask-principal + Identity management for Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-principal + + + + + 2021-10-22 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 0.4.0 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pyalsaaudio + http://larsimmisch.github.io/pyalsaaudio/ + + PisiLinux Community + admins@pisilinux.org + + PSF + library + programming.language.python3 + This package contains wrappers for accessing the ALSA API from Python. + This package contains wrappers for accessing the ALSA API from Python. + It is fairly complete for PCM devices and Mixer access. + It is fairly complete for PCM devices and Mixer access. + https://files.pythonhosted.org/packages/a9/bd/24f576c07953671edfeba2545c3c92c46e97384f622957ecf95967c2b456/pyalsaaudio-0.9.2.tar.gz + + python3-devel + python-setuptools + python-devel + python3-setuptools + alsa-lib-devel + + programming/language/python3/python3-pyalsaaudio/pspec.xml + + + python3-pyalsaaudio + This package contains wrappers for accessing the ALSA API from Python. + + python3 + alsa-lib + + + /usr/lib/python3* + /usr/share/doc/python3-pyalsaaudio + + + + python-pyalsaaudio + This package contains wrappers for accessing the ALSA API from Python. + + python + alsa-lib + + + /usr/lib/python2.7 + + + + + 2022-06-03 + 0.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-23 + 0.9.0 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + gonullu + https://github.com/PisiLinuxNew/gonullu + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:console + programming.language.python3 + Volunteer application is developed to compile the packages for Pisi distributions + Gonullu uygulamasi, pisi linux dağıtımının paketlerini derlemek üzere hazırlanmıştır. + Application build the packages waiting at queue of build system as PISI packages using docker images and again, sent them to build system. + Uygulama docker imajlarını kullanarak, derleme sisteminin kuyruğundan bekleyen paketleri pisi paketi haline getirir ve derleme sistemine gönderir. + https://github.com/PisiLinuxNew/gonullu/archive/v1.2.2.tar.gz + + python3-devel + python3-setuptools + + + python-docker.patch + + programming/language/python3/gonullu/pspec.xml + + + gonullu + + docker + python3 + python3-argparse + python3-backports-ssl-match-hostname + python3-colorama + python3 + python3-docker + python3-psutil + python3-PyYAML + python3-requests + python3-sip + python3-six + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-22 + 1.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-19 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-03 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-28 + 1.2.0 + Version bump nasm. + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-16 + 1.1.9 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-01-31 + 1.1.7 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-12-31 + 1.1.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-08 + 1.1.6 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-08 + 1.1.6 + Added runtime dependency + Erdem Ersoy + erdemersoy@live.com + + + 2017-05-27 + 1.1.6 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-27 + 1.1.4 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-15 + 1.1.3 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-14 + 1.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python3-simplejson + https://github.com/simplejson/simplejson + + Blue Devil + bluedevil@sctzine.com + + AFL + MIT + library + programming.language.python3 + Simple, fast, extensible JSON encoder/decoder for Python. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. + simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. + https://github.com/simplejson/simplejson/archive/v3.17.5.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-simplejson/pspec.xml + + + python3-simplejson + Simple, fast, extensible JSON encoder/decoder for Python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-simplejson + + + + + 2021-10-28 + 3.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 3.17.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-24 + 3.17.0 + First Pisi Release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-mccabe + https://github.com/PyCQA/mccabe + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + McCabe complexity checker for Python + Python kod denetleyicisi, flake8 için bir eklenti. + python3-mccabe, provides a plugin for flake8, the Python code checker. + python3-mccabe, Python kod denetleyicisi, flake8 için bir eklenti sağlar. + https://github.com/PyCQA/mccabe/archive/0.6.1.tar.gz + + pip3 + python3-devel + python3-setuptools + + programming/language/python3/python3-mccabe/pspec.xml + + + python3-mccabe + McCabe complexity checker for Python + + python3 + + + /usr/share/doc/ + /usr/lib/python3* + + + + + 2021-10-13 + 0.6.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 0.6.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pillow + https://python-pillow.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. + PIL is the fork of Python Imaging Library. + Python Görsel Kitaplığı (PIL - Python Imaging Library) çatalıdır. + Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. + python3-pillow, özgür python PIL(Python Imaging Library - Python Görsel Kitaplığı) kütüphanesinin özgür yazılımcılar tarafından geliştirilen çatalıdır. + https://github.com/python-pillow/Pillow/archive/8.3.1.tar.gz + + tiff-devel + webp-devel + zlib-devel + lcms2-devel + libxcb-devel + python3-devel + freetype-devel + python3-Jinja2 + openjpeg2-devel + python3-setuptools + libjpeg-turbo-devel + libimagequant-devel + python3-tk + python3-cffi + python3-sphinx + python3-olefile + python3-pycparser + python3-sphinx-removed-in + python3-sphinx_rtd_theme + python3-charset-normalizer + python3-sphinx-copybutton + + + python-pillow_spinxwarn.patch + python-pillow_sphinx.patch + + programming/language/python3/python3-pillow/pspec.xml + + + python3-pillow + PIL is the fork of Python Imaging Library. + + tiff + webp + zlib + lcms2 + libxcb + python3 + freetype + openjpeg2 + libjpeg-turbo + libimagequant + python3-Jinja2 + python3-sphinx-removed-in + python3-sphinx-copybutton + python3-charset-normalizer + + + /usr/share/doc + /usr/lib + + + + python3-pillow-devel + Development files for python3-pillow + python3-pillow için geliştirme dosyaları + python3-pillow-devel, python3-pillow için geliştirme dosyalarını içerir. + + zlib-devel + python3-devel + libjpeg-turbo-devel + python3-pillow + + + /usr/include + + + + python3-pillow-docs + Documentation files for python3-pillow + python3-pillow için belgelendirme dosyaları + python3-pillow-docs, python3-pillow için belgelendirme dosyaları içerir. + + python3-pillow + + + /usr/share/doc/python3-pillow/html + + + + + 2021-10-22 + 8.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 7.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 7.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 7.1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 7.0.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 5.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-10 + 4.3.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-25 + 4.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-18 + 3.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + python3-sqlalchemy + https://www.sqlalchemy.org/ + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + The Python SQL Toolkit and Object Relational Mapper + Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı + SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. + SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür. + https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_4_26.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sqlalchemy/pspec.xml + + + python3-sqlalchemy + The Python SQL Toolkit and Object Relational Mapper + + python3 + + + /usr/share/doc + /usr/lib + + + + + 2021-10-25 + 1.4.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 1.3.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 1.3.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 1.3.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-18 + 1.3.15 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 1.3.14 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.3.13 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-08 + 1.3.11 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-hstspreload + https://github.com/sethmlarson/hstspreload + + Blue Devil + bluedevil@sctzine.com + + BSD3 + library + programming.language.python3 + Chromium HSTS Preload list as a Python package and updated daily. + Chromium HSTS Preload listesi python paketi gibi günlük güncellenir. + Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS. + python3-hstspreload, "in_hsts_preload()" adında tek bir yordam sağlar. Bu yordam IDNA-kodlanmış alanı alır ve HTTPS ile erişilip erişilmeme durumuna göre doğru/yanlış bilgisi döndürür. + https://github.com/sethmlarson/hstspreload/archive/2021.10.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-hstspreload/pspec.xml + + + python3-hstspreload + Chromium HSTS Preload list as a Python package and updated daily. + + python3 + + + /usr/share/man + /usr/lib/python3* + /usr/share/doc/python3-hstspreload + + + + + 2021-10-28 + 2021.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-30 + 2020.8.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 2020.4.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 2020.4.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 2020.3.25 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-18 + 2020.3.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 2020.3.4 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-22 + 2020.2.21 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 2020.2.20 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2020.2.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 2020.2.5 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 2020.1.22 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 2020.1.15 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sanic + https://pypi.org/project/sanic/ + + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + MIT + library + app:console + programming.language.python3 + A web server and web framework that's written to go fast. Build fast. Run fast. + python3-sanic, hızlı çalışması, hızlı inşa etmesi ve hızlı yazılması üzerinde özellikleri geliştirilmiş bir ağ sunucu ve çatısıdır. + Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. + python3-sanic, hızlı çalışması için tasarlanmış bir python3 ağ sunucu ve çatısıdır. + https://github.com/huge-success/sanic/archive/v21.9.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-sanic/pspec.xml + + + python3-sanic + A web server and web framework that's written to go fast. Build fast. Run fast. + + python3 + python3-httpx + python3-aiofiles + python3-httptools + python3-multidict + python3-websockets + + + /usr/lib + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2021-10-28 + 21.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 20.6.3 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 20.3.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 19.12.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 0.7.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 0.7.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-08-15 + 0.6.0 + First Release + Ismet Sezer Simsek + ismetsezer1996@gmail.com + + + + + + python3-html5lib + https://github.com/html5lib/html5lib-python + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Standards-compliant library for parsing and serializing HTML documents and fragments in Python + Python ile HTML belgeleri ve parçalerinin çözümleyebilen standart-uyumlu kitaplik. + python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. + python3-html5lib python ile yazilmis HTML cozumleme kitapligidir. Neredeyse tum buyun ag gozaticilari tarafindan kullanilan, WHATWG HTML ile belirlenen ozelliklere uymak uzere tasarlanmistir. + https://github.com/html5lib/html5lib-python/archive/1.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-html5lib/pspec.xml + + + python3-html5lib + Standards-compliant library for parsing and serializing HTML documents and fragments in Python + + python3 + python3-six + python3-webencodings + + + /usr/lib/python3* + /usr/share/doc/python3-html5lib + + + + + 2021-10-22 + 1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-07-22 + 1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 1.0.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sqlparse + https://github.com/andialbrecht/sqlparse + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + A non-validating SQL parser module for Python. + Python için doğrulamasız SQL çözümleyici. + sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. + python3-sqlparse, python ile doğrulamasız sql çözümleme yapmanıza yarayacak python modülleri sunar. + https://github.com/andialbrecht/sqlparse/archive/0.4.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sqlparse/pspec.xml + + + python3-sqlparse + A non-validating SQL parser module for Python. + + python3-setuptools + python3 + + + /usr/share/doc/python3-sqlparse + /usr/bin/sqlformat + /usr/lib/python3* + + + + + 2021-10-28 + 0.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 0.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-19 + 0.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-toml + https://github.com/uiri/toml + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python lib for parsing TOML + TOML çözümleyen python kitaplığı. + A Python library for parsing and creating TOML. + python3-toml, TOML çözümleyen python kitaplığı sunar. + https://github.com/uiri/toml/archive/0.10.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-toml/pspec.xml + + + python3-toml + Python lib for parsing TOML + + python3 + + + /usr/share/doc/ + /usr/lib/python3* + + + + + 2021-10-22 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-24 + 0.10.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-itsdangerous + https://palletsprojects.com/p/itsdangerous/ + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + Safely pass trusted data to untrusted environments and back. + Güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiir. + python3-itsdangerous provides safely pass trusted data to untrusted environments and back. + python3-itsdangerous,güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiren python kitaplığı sunar. + https://github.com/pallets/itsdangerous/archive/2.0.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-itsdangerous/pspec.xml + + + python3-itsdangerous + Safely pass trusted data to untrusted environments and back. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-itsdangerous + + + + + 2021-10-25 + 2.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 1.1.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-virtualenv + https://github.com/pypa/virtualenv/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + app:console + programming.language.python3 + Virtual Python Environment builder. + Sanal Python ortamı üreteci. + python3-virtualenv is a a tool and library for creating isolated virtual python environments. + python3-virtualenv, sanal bir python çalışma ortamı yaratan araç ve kitaplıkları sunar. + https://github.com/pypa/virtualenv/archive/20.8.0.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-virtualenv/pspec.xml + + + python3-virtualenv + Virtual Python Environment builder. + + python3 + python3-six + python3-appdirs + python3-distlib + python3-filelock + python3-setuptools + + + /usr/lib/python3* + /usr/bin/virtualenv + /usr/share/doc/python3-virtualenv + + + + + 2021-10-28 + 20.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-31 + 20.0.31 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 20.0.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 20.0.20 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 20.0.18 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 20.0.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 20.0.15 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 20.0.14 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 20.0.10 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-03 + 20.0.7 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-rdflib + https://pypi.org/project/rdflib/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app + programming.language.python3 + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-6.1.1.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-rdflib/pspec.xml + + + python3-rdflib + + python3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2021-01-18 + 6.1.1 + Version bump + Pisilinux Community + admins@pisilinux.org + + + 2021-10-14 + 6.0.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-09 + 6.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-jsonpatch + https://github.com/stefankoegl/python-json-patch + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + An implementation of the JSON Patch format + An implementation of the JSON Patch format + https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v1.32.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-jsonpatch/pspec.xml + + + python-jsonpatch + + python3 + python3-six + + + /usr/bin + /usr/lib/python3.9/site-packages + /usr/share/doc/python-jsonpatch + + + + + 2022-01-09 + 1.32 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python3-hpack + https://github.com/python-hyper/hpack + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + HTTP/2 Header Encoding for Python. + Python için HTTP/2 başlık kodlaması. + This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. + python3-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar. + https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-hpack/pspec.xml + + + python3-hpack + HTTP/2 Header Encoding for Python. + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-hpack + + + + + 2021-10-28 + 4.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 3.0.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-olefile + https://github.com/decalage2/olefile + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Python package to parse, read and write Microsoft OLE2 files. + Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı. + python3-olefile (formerly OleFileIO_PL) is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. + python3-olefile, Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı sunar. + https://github.com/decalage2/olefile/archive/v0.46.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-olefile/pspec.xml + + + python3-olefile + Python package to parse, read and write Microsoft OLE2 files. + + python3 + + + /usr/share/doc/python3-olefile + /usr/lib/python3* + + + + + 2021-10-22 + 0.46 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-07 + 0.46 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pam + https://github.com/linuxmint/python3-xapp + + PisiLinux Developers + admin@pisilinux.org + + LGPL + library + programming.language.python3 + Pure Python interface to the Pluggable Authentication Modules system on Linux + Pure Python interface to the Pluggable Authentication Modules system on Linux + python + https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v1.8.4.tar.gz + + python3-devel + python3-setuptools + python3-toml + + programming/language/python3/python3-pam/pspec.xml + + + python3-pam + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2022-05-15 + 1.8.4 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-pluggy + https://github.com/pytest-dev/pluggy + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + A minimalist production ready plugin system + Minimalist bir hazır üretim eklenti sistemi. + pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. + python3-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. + https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz + + pip3 + python3-setuptools-scm + python3-setuptools + python3-devel + + programming/language/python3/python3-pluggy/pspec.xml + + + python3-pluggy + A minimalist production ready plugin system + + python3-importlib_metadata + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pluggy + + + + + 2021-10-22 + 0.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 0.13.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-idle + https://www.python.org/ + + PisiLinux Community + admins@pisilinux.org + + custom + programming.language + An Integrated Development Environment for Python + An Integrated Development Environment for Python + https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tar.xz + + bzip2 + xz-devel + tcl-devel + gdbm-devel + zlib-devel + tcltk-devel + expat-devel + libffi-devel + sqlite-devel + python3-devel + ncurses-devel + openssl-devel + readline-devel + mpdecimal-devel + + programming/language/python3/python3-idle/pspec.xml + + + python3-tk + Python modules for Tk + library + programming.language.python3 + python + + tcl + tcltk + python3 + + + /usr/lib/python3*/tkinter + /usr/lib/python3.9/turtledemo + /usr/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so + + + + idle3 + An Integrated Development Environment for Python + Python için bütünleşik geliştirme ortamı + idle3, Python için bütünleşik geliştirme ortamı sunar. + app:gui + programming.environment + idle + + python3 + python3-tk + + + /usr/share/pixmaps + /usr/bin/idle3* + /usr/share/applications + /usr/lib/python*/idlelib + + + idle.desktop + + + + + 2022-06-11 + 3.9.13 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2021-12-14 + 3.9.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 3.9.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-20 + 3.8.9 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-08-30 + 3.8.5 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-07-22 + 3.8.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-28 + 3.8.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-10 + 3.8.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + python3-configobj + https://github.com/DiffSK/configobj + + fury + uglyside@yandex.ru + + BSD + library + programming.language.python3 + An ini file round tripper. + Ayar(ini) dosyalarını okuyup yazabilen python modülü + ConfigObj is a simple but powerful config file reader and writer. + python3-configobj, basit ama güçlü bir ayar dosyaları okuyup yazabilen bir python modülüdür. + https://files.pythonhosted.org/packages/source/c/configobj/configobj-5.0.6.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-configobj/pspec.xml + + + python3-configobj + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2021-11-04 + 5.0.6 + First build. + fury + uglyside@yandex.ru + + + + + + python3-snowballstemmer + https://snowballstem.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Snowball stemming library collection for Python3 + Snowball, python3 için sözcük kökeni bulma kitaplığıdır. + Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. + Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. + https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.1.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-snowballstemmer/pspec.xml + + + python3-snowballstemmer + snowballstemmer module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-snowballstemmer + + + + + 2021-10-22 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-06 + 2.0.0 + Rebuilt w/ py3.8 + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 2.0.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-ptyprocess + https://github.com/pexpect/ptyprocess + + Pisi Linux Admins + admin@pisilinux.org + + ISC + library + programming.language.python3 + Run a subprocess in a pseudo terminal + Run a subprocess in a pseudo terminal + Run a subprocess in a pseudo terminal + Run a subprocess in a pseudo terminal + https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-ptyprocess/pspec.xml + + + python3-ptyprocess + + python3 + + + /usr/lib/python3* + /usr/share/doc + + + + + 2021-10-22 + 0.7.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-03 + 0.7.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-pafy + https://github.com/mps-youtube/pafy + + Blue Devil + bluedevil@sctzine.com + + LGPLv3 + library + programming.language.python3 + Python library to download YouTube content and retrieve metadata. + Youtube için Python APIsi + python3-pafy can retrieve YouTube content and metadata. + python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. + https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + + python3-setuptools + python3-youtube_dl + python3-devel + + programming/language/python3/python3-pafy/pspec.xml + + + python3-pafy + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3-youtube_dl + python3 + + + /usr/bin/ytdl + /usr/lib/python3* + /usr/share/doc/python3-pafy + + + + + 2021-10-28 + 0.5.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-26 + 0.5.5 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-importlib_metadata + https://gitlab.com/python-devs/importlib_metadata + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + importlib_metadata is a library to access the metadata for a Python package. + Python paketlerinin metaverisine erişmek için python kitaplığı + importlib_metadata is a library to access the metadata for a Python package. + python3-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar. + https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-importlib_metadata/pspec.xml + + + python3-importlib_metadata + Python development support library (note: maintenance only) + + python3 + python3-zipp + + + /usr/lib/python3* + /usr/share/doc/python3-importlib_metadata + + + + + 2021-10-22 + 2.0.0 + Rebuild + Pisi Linux Admins + admin@pisilinux.org + + + 2020-09-23 + 2.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-07-21 + 1.7.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 1.6.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.5.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 1.5.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-recommonmark + https://github.com/readthedocs/recommonmark + + Pisi Linux Admins + admin@pisilinux.org + + MIT + app + programming.language.python3 + Markdown parser for docutils + Markdown parser for docutils + Belgeler için Markdown ayrıştırıcısı + Belgeler için Markdown ayrıştırıcısı + https://github.com/readthedocs/recommonmark/archive/refs/tags/0.7.1.tar.gz + + python3-devel + python3-sphinx + python3-pytest + python3-docutils + python3-commonmark + python3-setuptools + + programming/language/python3/python3-recommonmark/pspec.xml + + + python3-recommonmark + + python3 + python3-sphinx + python3-commonmark + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2021-10-25 + 0.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-16 + 0.6.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python3-beautifulsoup4 + https://www.crummy.com/software/BeautifulSoup/index.html + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + HTML/XML parser for quick-turnaround applications like screen-scraping + Ekran çıktısından ayıklama gibi uygulamalarda kolaylık sağlayan HTML/XML ayıklayıcısı + Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree. + Beautiful Soup, geçersiz SGML'leri keyfi bir şekilde ayıklar ve ayıklanmış ağaç üzerinden ilerleme ve arama işlemleri için çeşitli Python deyimleri ve metodları sağlar. + https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-4.10.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-beautifulsoup4/pspec.xml + + + python3-beautifulsoup4 + HTML/XML parser for quick-turnaround applications like screen-scraping + + python3 + python3-soupsieve + + + /usr/lib/python3* + /usr/share/doc/python3-beautifulsoup4 + + + + + 2021-10-28 + 4.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-19 + 4.9.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 4.9.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 4.8.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 4.8.1 + Rebuilt, split packages and fix dependency + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-21 + 4.8.1 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-05 + 4.4.1 + Version bump. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-11-05 + 4.3.2 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-09-04 + 4.3.1 + First release + Fatih Turgel + hitaf@pisilinux.org + + + + + + python3-py + https://github.com/pytest-dev/py + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python development support library (note: maintenance only) + Python geliştirme destek kitaplığı + The python3-py lib is a Python development support library. + python3-py kitaplığı python geliştirmek icin destek kitaplığı sunar. + https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71/py-1.10.0.tar.gz + + pip3 + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-py/pspec.xml + + + python3-py + Python development support library (note: maintenance only) + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-py + + + + + 2021-10-22 + 1.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 1.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 1.9.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 1.8.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-atomicwrites + https://github.com/untitaker/python-atomicwrites + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Powerful Python library for atomic file writes. + Atomik dosya yazma için çok güçlü python kitaplığı. + python3-atomicwrites provides powerful Python library for atomic file writes. + python3-atomicwrites, atomik dosya yazma için çok güçlü python kitaplığı sunar. + https://github.com/untitaker/python-atomicwrites/archive/1.4.0.tar.gz + + python3-setuptools + python3-devel + python3-pytest + python3-iniconfig + + programming/language/python3/python3-atomicwrites/pspec.xml + + + python3-atomicwrites + Powerful Python library for atomic file writes. + + python3 + + + /usr/share/doc/python3-atomicwrites + /usr/lib/python3* + + + + + 2021-10-28 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 1.3.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python3-aiml + https://github.com/ArtificialIntelligenceToolkit/aiml + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python3 + aiml implements an interpreter for AIML + aiml implements an interpreter for AIML + aiml implements an interpreter for AIML, the Artificial Intelligence Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation. It can be used to implement a conversational AI program. + aiml implements an interpreter for AIML, the Artificial Intelligence Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation. It can be used to implement a conversational AI program. + https://github.com/paulovn/python-aiml/archive/0.9.3.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-aiml/pspec.xml + + + python3-aiml + aiml implements an interpreter for AIML + + python3 + + + /usr/bin* + /usr/lib/python3* + /usr/share/doc/python3-aiml + + + + + 2022-01-23 + 0.9.3 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-xdg + https://gitlab.freedesktop.org/xdg + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2+ + app:console + programming.language.python3 + X client library for Python3. + X client library for Python3. + https://gitlab.freedesktop.org/xdg/pyxdg/-/archive/rel-0.28/pyxdg-rel-0.28.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-xdg/pspec.xml + + + python3-xdg + X client library for Python3. + + python3 + + + /usr/share/doc/python3-xdg + /usr/lib/python3* + + + + + 2022-06-07 + 0.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 0.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-27 + 0.26 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3-sphinxcontrib-serializinghtml + https://github.com/sphinx-doc/sphinxcontrib-serializinghtml + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which outputs "serialized" HTML files (json and pickle). + python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişletmesi. + sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). + python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişleme modülüdür. + https://files.pythonhosted.org/packages/b5/72/835d6fadb9e5d02304cf39b18f93d227cd93abd3c41ebf58e6853eeb1455/sphinxcontrib-serializinghtml-1.1.5.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-serializinghtml/pspec.xml + + + python3-sphinxcontrib-serializinghtml + sphinxcontrib-serializinghtml module for python + + python3 + + + /usr/share/doc/python3-sphinxcontrib-serializinghtml + /usr/lib/python3* + + + + + 2021-10-22 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 1.1.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 1.1.3 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-random2 + https://pypi.org/project/random2/ + + PisiLinux Community + admins@pisilinux.org + + PSF + app + programming.language.python3 + Python 3 compatible port of Python 2 random module + Python2 rastgele modülünün Python 3'e uygun olan portu. + Python 3 compatible port of Python 2 random module + python3-random2, Python2 rastgele modülünün Python 3'e uygun olan bir port sağlar. + https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip + + python3-six + python3-devel + python3-setuptools + + programming/language/python3/python3-random2/pspec.xml + + + python3-random2 + Python 3 compatible port of Python 2 random module + + python3 + + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2021-10-28 + 1.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.0.1 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-11-11 + 1.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-backports.functools_lru_cache + https://github.com/jaraco/backports.functools_lru_cache + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Backport of functools.lru_cache from Python 3.3 + Python 3.3'ten functions.lru_cache modülünün backportu + Backport of functools.lru_cache from Python 3.3 as published at ActiveState. + ActiveState tarafından yayımlandığı gibi Python 3.3'teki functools.lru_cache modülünün geriye dönüklüğünü sağlayan python3 kitaplığıdır. + https://github.com/jaraco/backports.functools_lru_cache/archive/v1.6.4.tar.gz + + pip3 + python3-devel + python3-setuptools + python3-setuptools-scm + + programming/language/python3/python3-backports.functools_lru_cache/pspec.xml + + + python3-backports.functools_lru_cache + Backport of functools.lru_cache from Python 3.3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-backports.functools_lru_cache + + + + + 2021-10-28 + 1.6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 1.6.1 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python3-PLY + https://www.dabeaz.com/ply/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.python3 + Implementation of lex and yacc parsing tools + PLY is an implementation of lex and yacc parsing tools for Python. + https://sourceforge.net/projects/pisilinux/files/source/ply-3.11.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-PLY/pspec.xml + + + python3-PLY + + python3 + + + /usr/bin + /usr/lib + /usr/include + /usr/share/doc + + + + + 2021-10-28 + 3.11 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-01-15 + 3.11 + First release + İdris Kalp + idriskalp@gmail.com + + + + + + python3-ifaddr + https://github.com/pydron/ifaddr + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Python3 Library to enumerate all network interfaces. + Sistemdeki tüm ağ kartlarının IP addreslerini numaralandırıp sıralayabilen bir python3 kitaplığıdır. + python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer. + python3-ifaddr, bilgisayarınızda bulunan tüm ağ kartlarının ip adreslerini döndürebilen bir python3 kitaplığıdır. + https://github.com/pydron/ifaddr/archive/0.1.7.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-ifaddr/pspec.xml + + + python3-ifaddr + Python3 Library to enumerate all network interfaces. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-ifaddr + + + + + 2020-07-21 + 0.1.7 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 0.1.7 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-25 + 0.1.6 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-flask-login + https://github.com/maxcountryman/flask-login/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Flask user session management. + Flask için kullanıcı oturumu yönetimi. + Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.. + python3-flask-login, flask için kullanıcı oturumu yönetimi kitaplığı sağlar. + https://github.com/maxcountryman/flask-login/archive/0.5.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-login/pspec.xml + + + python3-flask-login + Flask user session management. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-login + + + + + 2021-10-28 + 0.5.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-17 + 0.5.0 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinx-issues + https://github.com/sloria/sphinx-issues + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A Sphinx extension for linking to your project's issue tracker. + Projeniz için olay izleme sphinx genişlemesi. + A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services). + python3-sphinx-issues, projeniz için olay izleme sphinx genişlemesi sunar. + https://github.com/sloria/sphinx-issues/archive/1.2.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinx-issues/pspec.xml + + + python3-sphinx-issues + A Sphinx extension for linking to your project's issue tracker. + + python3-docutils + python3-sphinx + python3 + + + /usr/share/doc/python3-sphinx-issues + /usr/lib/python3* + + + + + 2021-10-22 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 1.2.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-sphinxcontrib-applehelp + https://github.com/sphinx-doc/sphinxcontrib-applehelp + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Sphinx extension which outputs Apple help books. + Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. + sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. + python3-sphinxcontrib-applehelp, Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. + https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/1.0.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sphinxcontrib-applehelp/pspec.xml + + + python3-sphinxcontrib-applehelp + sphinxcontrib-applehelp module for python + + python3 + + + /usr/share/doc/python3-sphinxcontrib-applehelp + /usr/lib/python3* + + + + + 2021-10-22 + 1.0.2 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2020-03-04 + 1.0.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-mimeparse + https://github.com/dbtsai/python-mimeparse + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Basic functions for handling mime-types in python. + Python ile mime-türlerini işleyebilmek için python kitaplığı. + python3-mimeparse, provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. + python3-mimeparse, python ile mime-türlerini işleyebilmek için python kitaplığı sunar. + https://github.com/dbtsai/python-mimeparse/archive/1.6.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-mimeparse/pspec.xml + + + python3-mimeparse + Basic functions for handling mime-types in python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-mimeparse + + + + + 2021-10-28 + 1.6.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-20 + 1.6.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + cargo-c + https://github.com/lu-zero/cargo-c + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language + A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries + A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries + A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries + A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries + https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.5-deploy.tar.gz + + rust + curl-devel + zlib-devel + openssl-devel + + programming/language/cargo-c/pspec.xml + + + cargo-c + + /usr/bin + /usr/share/doc + + + + + 2021-11-02 + 0.9.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ocaml + https://ocaml.org/ + + Serdar Soytetir + kaptan@pisilinux.org + + OPL + app:console + programming.language.ocaml + Fast modern type-inferring functional programming language + Hızlı ve modern bir programlama dili + A fast modern type-inferring functional programming language descended from the ML (Meta Language) family. + OcaML, ML dilinin soyundan gelen fonksiyonel bir programlama dilidir + https://caml.inria.fr/distrib/ocaml-4.11/ocaml-4.11.1.tar.xz + + zlib-devel + ncurses-devel + libX11-devel + chrpath + + + fedora/0001-Don-t-add-rpaths-to-libraries.patch + fedora/0003-configure-Allow-user-defined-C-compiler-flags.patch + fedora/0003-configure-Remove-incorrect-assumption-about-cross-co.patch + fedora/0004-Remove-configure-from-.gitattributes.patch + fedora/0005-Fix-type-mismatches-between-definition-and-declarati.patch + + programming/language/ocaml/ocaml/pspec.xml + + + ocaml + + zlib + ncurses + libX11 + + + /usr/bin/ + /usr/lib/ + /usr/share/doc/ + /usr/share/man/ + + + + ocaml-compiler-libs + ocaml-derleyici kütüphaneleri + + ocaml + + + /usr/lib/ocaml/compiler-libs/*.mli + /usr/lib/ocaml/compiler-libs/*.cmi + /usr/lib/ocaml/compiler-libs/*.cmo + /usr/lib/ocaml/compiler-libs/*.cma + /usr/lib/ocaml/compiler-libs/*.a + /usr/lib/ocaml/compiler-libs/*.cmxa + /usr/lib/ocaml/compiler-libs/*.cmx + /usr/lib/ocaml/compiler-libs/*.o + /usr/lib/ocaml/compiler-libs/*.cmt + /usr/lib/ocaml/compiler-libs/*.cmti + + + + + 2020-11-07 + 4.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 4.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-13 + 4.09.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-25 + 4.09.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-25 + 4.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-29 + 4.07.0 + Version bump, add fedora's patches. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-08 + 4.04.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.02.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-04 + 4.02.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + clisp + http://clisp.cons.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.language.lisp + Implémente de manière conforme à ANSI Common Lisp. + An ANSI Common Lisp Implementation + Bir ANSI Common Lisp Uygulaması + ANSI Common Lisp is a high-level, general-purpose programming language. + ANSI Common Lisp üst düzey, genel amaçlı programlama dili. + https://haible.de/bruno/gnu/clisp-2.49.92.tar.bz2 + + dbus-devel + gdbm-devel + libsigsegv-devel + ffcall-devel + libglade-devel + fcgi-devel + gtk2-devel + postgresql-lib + libSM-devel + libXaw-devel + libXft-devel + libXmu-devel + libXrender-devel + libXt-devel + libXpm-devel + libXext-devel + gdk-pixbuf-devel + + + clisp-2.49.92-after_glibc_cfree_bdb.patch + + programming/language/lisp/clisp/pspec.xml + + + clisp + + atk + gtk2 + dbus + gdbm + zlib + fcgi + cairo + glib2 + libSM + pango + ffcall + libICE + libX11 + libXau + libpcre + libxml2 + ncurses + libXpm + libXext + freetype + harfbuzz + readline + fontconfig + libglade + libsigsegv + gdk-pixbuf + postgresql-lib + + + /usr/bin + /usr/lib + /usr/share/vim + /usr/share/emacs + /usr/share/doc + /usr/share/locale + /usr/share/man + + + + clisp-devel + Development files for clisp + clisp için geliştirme dosyaları + + clisp + + + /usr/share/aclocal + + + + + 2014-01-20 + 2.49.92 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + icedtea-web-java7 + https://www.x.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.java + Java web browser plugin + Web tarayıcıları için Java eklentisi + Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. + Java uygulamacıklarını (applet) çalıştıran, Java Web Start'ın özgür yazılım sürümü. + http://icedtea.wildebeest.org/download/source/icedtea-web-1.6.2.tar.gz + + firefox + jdk7-openjdk + rhino + libXtst-devel + npapi-sdk-devel + desktop-file-utils + glib2-devel + + programming/language/java/icedtea-web-java7/pspec.xml + + + icedtea-web-java7 + + glib2 + libgcc + desktop-file-utils + jre7-openjdk + + + /usr/lib + /usr/lib/mozilla + /usr/lib/browser-plugins + /usr/share + /usr/share/doc + /usr/share/man + /usr/share/applications + + + + + 2020-01-15 + 1.6.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-22 + 1.6.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-30 + 1.6.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2018-08-17 + 1.6.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2017-01-08 + 1.6.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + eclipse-ecj + http://www.eclipse.org + + PisiLinux Community + admins@pisilinux.org + + EPL + app:web + programming.language.java + Eclipse java bytecode compiler + Eclipse java bytecode compiler + https://sourceforge.net/projects/pisilinux/files/source/ecjsrc-4.6.3.jar + + ant + jdk8-openjdk + + + 01-ecj-include-props.patch + 02-buildxml-fix-manifest.patch + + programming/language/java/eclipse-ecj/pspec.xml + + + eclipse-ecj + + jdk7-openjdk + + + /usr/share/man + /usr/bin + /usr/share/java + + + ecj + + + + + 2021-03-10 + 4.6.3_201703010400 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-06-04 + 4.6.3_201703010400 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 4.4.2_201502041700 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-22 + 4.4.2_201502041700 + Rebuild jdk7-2.6.19 + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-29 + 4.4.2_201502041700 + Rebuild jdk7-2.6.17 + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-16 + 4.4.2_201502041700 + Rebuild New T.jdk7-2.6.14 + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 4.4.2_201502041700 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-10 + 4.4.2_201502041700 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-03 + 4.4.2_201502041700 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + rhino + http://www.mozilla.org/rhino/ + + PisiLinux Community + admins@pisilinux.org + + GPL2 + programming.language.java + Open-source implementation of JavaScript written entirely in Java + Open-source implementation of JavaScript written entirely in Java + https://github.com/mozilla/rhino/archive/Rhino1_7_7_2_Release.tar.gz + http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz + + rhino + rhino.1 + rhino-jsc + rhino-jsc.1 + rhino-debugger + rhino-debugger.1 + + + ant + jdk8-openjdk + + programming/language/java/rhino/pspec.xml + + + rhino + + jdk8-openjdk + + + /usr/share/man + /usr/bin + /usr/share/java/ + + + + + 201-03-10 + 1.7.7.2 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-06-04 + 1.7.7.2 + Rebuild ant. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 1.7.7.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-22 + 1.7.7.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-28 + 1.7.7.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-16 + 1.7.7.1 + Rebuild New T.jdk7-2.6.14 + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-11 + 1.7.7.1 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.7.7.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.7.7.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + java8-openjdk + http://icedtea.classpath.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + programming.language.java + Open Java Development Kit + OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE). + http://icedtea.wildebeest.org/download/source/icedtea-3.19.0.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/corba.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/hotspot.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxp.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxws.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jdk.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/langtools.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/nashorn.tar.xz + http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/openjdk.tar.xz + + wget + p7zip + fastjar + nss-devel + zlib-devel + attr-devel + xorg-proto + gtk2-devel + cups-devel + libffi-devel + libXt-devel + libSM-devel + lcms2-devel + jdk8-openjdk + libICE-devel + libpng-devel + giflib-devel + libxslt-devel + libXtst-devel + alsa-lib-devel + libXinerama-devel + libjpeg-turbo-devel + libXcomposite-devel + chrpath + jre8-openjdk-headless + zip + cpio + unzip + libXp-devel + + programming/language/java/java8-openjdk/pspec.xml + + + jre8-openjdk-headless + Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Minimal Java runtime - needed for executing non GUI Java programs + + atk + cups + gtk2 + zlib + cairo + glib2 + lcms2 + libXi + pango + libX11 + libgcc + libXext + libXtst + freetype + fontconfig + gdk-pixbuf + libXrender + libXcomposite + libjpeg-turbo + + + /usr/bin/jfr + /usr/bin/hsdb + /usr/bin/clhsdb + /usr/bin/orbd + /usr/bin/rmid + /usr/bin/java + /usr/bin/jjs + /usr/bin/jdeps + /etc/env.d/25java_jre.csh + /etc/env.d/25java_jre + /etc/java-8-openjdk/ + /usr/bin/pack200 + /usr/bin/keytool + /usr/bin/tnameserv + /usr/bin/unpack200 + /usr/share/man/man1/rmid.1 + /usr/share/man/man1/orbd.1 + /usr/share/man/man1/java.1 + /usr/bin/servertool + /usr/bin/rmiregistry + /usr/share/doc/java8-openjdk/ + /usr/share/man/ja/man1/rmid.1 + /usr/share/man/ja/man1/java.1 + /usr/share/man/man1/pack200.1 + /usr/share/man/man1/keytool.1 + /usr/share/man/ja/man1/orbd.1 + /usr/share/man/man1/tnameserv.1 + /usr/share/man/man1/unpack200.1 + /usr/share/man/ja/man1/pack200.1 + /usr/share/man/man1/servertool.1 + /usr/share/man/ja/man1/keytool.1 + /usr/share/man/man1/rmiregistry.1 + /usr/share/man/ja/man1/tnameserv.1 + /usr/share/man/ja/man1/unpack200.1 + /usr/share/man/ja/man1/servertool.1 + /usr/share/doc/jre8-openjdk-headless + /usr/share/man/ja/man1/rmiregistry.1 + /usr/lib/jvm/java-8-openjdk/jre/lib + /usr/lib/jvm/java-8-openjdk/bin/jfr + /usr/lib/jvm/java-8-openjdk/bin/hsdb + /usr/lib/jvm/java-8-openjdk/bin/clhsdb + /usr/lib/jvm/java-8-openjdk/bin/jdeps + /usr/lib/jvm/java-8-openjdk/bin/jjs + /usr/lib/jvm/java-8-openjdk/jre/java + /usr/lib/jvm/java-8-openjdk/jre/orbd + /usr/lib/jvm/java-8-openjdk/jre/rmid + /usr/lib/jvm/java-8-openjdk/jre/bin/ + /usr/lib/jvm/java-8-openjdk/jre/keytool + /usr/lib/jvm/java-8-openjdk/jre/pack200 + /usr/lib/jvm/java-8-openjdk/jre/bin/orbd + /usr/lib/jvm/java-8-openjdk/jre/bin/java + /usr/lib/jvm/java-8-openjdk/jre/bin/rmid + /usr/lib/jvm/java-8-openjdk/jre/tnameserv + /usr/lib/jvm/java-8-openjdk/jre/unpack200 + /usr/lib/jvm/java-8-openjdk/jre/servertool + /usr/lib/jvm/java-8-openjdk/jre/policytool + /usr/lib/jvm/java-8-openjdk/jre/rmiregistry + /usr/lib/jvm/java-8-openjdk/jre/bin/keytool + /usr/lib/jvm/java-8-openjdk/jre/bin/pack200 + /usr/lib/jvm/java-8-openjdk/lib/*/jli/libjli.so + /usr/lib/jvm/java-8-openjdk/jre/bin/tnameserv + /usr/lib/jvm/java-8-openjdk/jre/bin/unpack200 + /usr/lib/jvm/java-8-openjdk/jre/bin/servertool + /usr/lib/jvm/java-8-openjdk/jre/bin/rmiregistry + /usr/lib/jvm/java-8-openjdk/lib/amd64/libjawt.so + /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/xawt/libmawt.so + /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/headless/libmawt.so + + + 25java_jre + 25java_jre.csh + + + + jre8-openjdk + Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs + + zlib + giflib + libX11 + libpng + libXext + alsa-lib + libjpeg-turbo + jre8-openjdk-headless + + + /usr/share/doc/openjdk + /usr/bin/policytool + /usr/share/icons/hicolor/ + /usr/share/man/man1/policytool.1 + /usr/share/man/ja/man1/policytool.1 + /usr/share/applications/policytool-jdk8.desktop + /usr/lib/jvm/java-8-openjdk/jre/bin/policytool + /usr/lib/jvm/java-8-openjdk/jre/lib/*/libjsoundalsa.so + /usr/lib/jvm/java-8-openjdk/jre/lib/*/libpulse-java.so + /usr/lib/jvm/java-8-openjdk/jre/lib/*/libsplashscreen.so + /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libjsoundalsa.so + /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libpulse-java.so + /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libsplashscreen.so + + + sun-jre + + + sun-jre + + + + jdk8-openjdk + Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - SDK + + zlib + libX11 + libgcc + jre8-openjdk-headless + + + /etc/env.d/25java_jdk.csh + /etc/env.d/25java_jdk + /usr/share/man/man1/ + /usr/share/man/ja/man1/ + /usr/bin/jar + /usr/bin/xjc + /usr/bin/apt + /usr/bin/jdb + /usr/bin/jps + /usr/bin/jmap + /usr/bin/idlj + /usr/bin/jcmd + /usr/bin/jhat + /usr/bin/rmic + /usr/bin/javac + /usr/bin/javah + /usr/bin/javap + /usr/bin/jinfo + /usr/bin/wsgen + /usr/bin/jstat + /usr/bin/jstack + /usr/bin/jstatd + /usr/bin/javadoc + /usr/bin/extcheck + /usr/bin/jconsole + /usr/bin/wsimport + /usr/bin/jarsigner + /usr/bin/jsadebugd + /usr/bin/schemagen + /usr/bin/serialver + /usr/bin/jrunscript + /usr/bin/appletviewer + /usr/bin/native2ascii + /usr/share/applications/jconsole-jdk8.desktop + /usr/lib/jvm/java-8-openjdk/include + /usr/lib/jvm/java-8-openjdk/bin/apt + /usr/lib/jvm/java-8-openjdk/bin/jar + /usr/lib/jvm/java-8-openjdk/bin/jdb + /usr/lib/jvm/java-8-openjdk/bin/jps + /usr/lib/jvm/java-8-openjdk/bin/xjc + /usr/lib/jvm/java-8-openjdk/bin/rmic + /usr/lib/jvm/java-8-openjdk/bin/rmid + /usr/lib/jvm/java-8-openjdk/bin/idlj + /usr/lib/jvm/java-8-openjdk/bin/orbd + /usr/lib/jvm/java-8-openjdk/bin/java + /usr/lib/jvm/java-8-openjdk/bin/jhat + /usr/lib/jvm/java-8-openjdk/bin/jmap + /usr/lib/jvm/java-8-openjdk/bin/jcmd + /usr/lib/jvm/java-8-openjdk/bin/javac + /usr/lib/jvm/java-8-openjdk/bin/javah + /usr/lib/jvm/java-8-openjdk/bin/javap + /usr/lib/jvm/java-8-openjdk/bin/jinfo + /usr/lib/jvm/java-8-openjdk/bin/jstat + /usr/lib/jvm/java-8-openjdk/bin/wsgen + /usr/lib/jvm/java-8-openjdk/bin/jstatd + /usr/lib/jvm/java-8-openjdk/bin/jstack + /usr/lib/jvm/java-8-openjdk/bin/pack200 + /usr/lib/jvm/java-8-openjdk/bin/javadoc + /usr/lib/jvm/java-8-openjdk/bin/keytool + /usr/lib/jvm/java-8-openjdk/bin/wsimport + /usr/lib/jvm/java-8-openjdk/bin/extcheck + /usr/lib/jvm/java-8-openjdk/bin/jconsole + /usr/lib/jvm/java-8-openjdk/bin/tnameserv + /usr/lib/jvm/java-8-openjdk/bin/unpack200 + /usr/lib/jvm/java-8-openjdk/bin/schemagen + /usr/lib/jvm/java-8-openjdk/bin/serialver + /usr/lib/jvm/java-8-openjdk/bin/jarsigner + /usr/lib/jvm/java-8-openjdk/bin/jsadebugd + /usr/lib/jvm/java-8-openjdk/bin/jrunscript + /usr/lib/jvm/java-8-openjdk/bin/policytool + /usr/lib/jvm/java-8-openjdk/bin/servertool + /usr/lib/jvm/java-8-openjdk/bin/rmiregistry + /usr/lib/jvm/java-8-openjdk/bin/java-rmi.cgi + /usr/lib/jvm/java-8-openjdk/bin/native2ascii + /usr/lib/jvm/java-8-openjdk/bin/appletviewer + /usr/lib/jvm/java-8-openjdk/lib/jexec + /usr/lib/jvm/java-8-openjdk/lib/ct.sym + /usr/lib/jvm/java-8-openjdk/lib/dt.jar + /usr/lib/jvm/java-8-openjdk/lib/ir.idl + /usr/lib/jvm/java-8-openjdk/lib/orb.idl + /usr/lib/jvm/java-8-openjdk/lib/tools.jar + /usr/lib/jvm/java-8-openjdk/lib/sa-jdi.jar + /usr/lib/jvm/java-8-openjdk/lib/jconsole.jar + + + sun-jdk + + + sun-jdk + + + 25java_jdk.csh + 25java_jdk + + + + openjdk8-src + Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - sources + + jdk8-openjdk + + + /usr/lib/jvm/java-8-openjdk/src.zip + + + + openjdk8-doc + Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - documentation + + jdk8-openjdk + + + /usr/share/doc/openjdk8-doc/ + + + + + 2021-11-27 + 8u_292.3.19.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-09 + 8u_282.3.18.0 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-12-18 + 8u_275.3.17.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-01 + 8u_252.3.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-26 + 8u_242.3.15.0 + Version Bump devir 3. + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-20 + 8u_222.3.13.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-06-17 + 8u_212.3.12.0 + First release devir 3. + Pisi Linux Community + admin@pisilinux.org + + + + + + mozjs-78 + http://www.mozilla.org/js/spidermonkey/ + + PisiLinux Community + admins@pisilinux.org + + NPL-1.1 + library + programming.language.java + Stand-alone JavaScript C Library + Mozjs is Mozilla's C implementation of JavaScript. + mozilla-firefox + https://ftp.mozilla.org/pub/firefox/releases/78.12.0esr/source/firefox-78.12.0esr.source.tar.xz + + python3-devel + zlib-devel + nspr-devel + readline-devel + autoconf213 + rust + llvm + + + mozjs78-silence-sandbox-violations.patch + mozjs78-fix-soname.patch + + programming/language/java/mozjs-78/pspec.xml + + + mozjs-78 + + nspr + zlib + libgcc + readline + + + /usr/bin + /usr/lib + /usr/share/doc + + + + mozjs-78-devel + Development files for mozjs-78 + system.devel + development + + mozjs-78 + nspr-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-08-07 + 78.12.0 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + fastjar + http://savannah.nongnu.org/projects/fastjar + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:web + programming.language.java + Sun java jar compatible archiver + Sun java jar compatible archiver + Sun java jar compatible archiver + Sun java jar compatible archiver. + http://download.savannah.gnu.org/releases/fastjar/fastjar-0.98.tar.gz + + zlib-devel + + programming/language/java/fastjar/pspec.xml + + + fastjar + + zlib + + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/info + + + + + 2020-06-04 + 0.98 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-16 + 0.98 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-16 + 0.98 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-11 + 0.98 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.98 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-05 + 0.98 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + npapi-sdk + http://code.google.com/p/npapi-sdk/ + + Osman Erkan + osman.erkan@pisilinux.org + + MPLv1.1 + app:gui + programming.language.java + NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla. + NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla. This package provides a clear way to install those headers and depend on them. + https://ftp.osuosl.org/pub/blfs/conglomeration/npapi-sdk/npapi-sdk-0.27.2.tar.bz2 + programming/language/java/npapi-sdk/pspec.xml + + + npapi-sdk + + /usr/share/doc + + + + npapi-sdk-devel + Development files for nnapi-sdk + npapi-sdk için geliştirme dosyaları + + npapi-sdk + + + /usr/lib/pkgconfig + /usr/include/npapi-sdk + + + + + 2020-01-16 + 0.27.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-16 + 0.27.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-08 + 0.27.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + java-openjdk + https://openjdk.java.net/ + + Safa Arıman + safa@ariman.gen.tr + + GPLv2 + app:gui + programming.language.java + OpenJDK Java development kit + OpenJDK Java 13 development kit + OpenJDK is a development environment for building applications, applets, and components using the Java programming language. + OpenJDK is a development environment for building applications, applets, and components using the Java programming language. + https://hg.openjdk.java.net/jdk-updates/jdk15u/archive/jdk-15.0.3+0.tar.gz + + cpio + zip + unzip + cups-devel + libX11-devel + libXrender-devel + libXtst-devel + libXt-devel + libXext-devel + libXrandr-devel + alsa-lib-devel + freetype-devel + libjpeg-turbo-devel + giflib-devel + libpng-devel + lcms2-devel + fontconfig-devel + jdk-openjdk + + programming/language/java/java-openjdk/pspec.xml + + + jre-openjdk-headless + OpenJDK Java headless runtime environment + + lcms2 + freetype + libjpeg-turbo + + + /usr/lib/jvm/java-openjdk/bin/jaotc + /usr/lib/jvm/java-openjdk/bin/java + /usr/lib/jvm/java-openjdk/bin/jfr + /usr/lib/jvm/java-openjdk/bin/jjs + /usr/lib/jvm/java-openjdk/bin/jrunscript + /usr/lib/jvm/java-openjdk/bin/keytool + /usr/lib/jvm/java-openjdk/bin/pack200 + /usr/lib/jvm/java-openjdk/bin/rmid + /usr/lib/jvm/java-openjdk/bin/rmiregistry + /usr/lib/jvm/java-openjdk/bin/unpack200 + /usr/lib/jvm/java-openjdk/conf + /etc/java-openjdk + /usr/share/licenses/java-openjdk/java.base* + /usr/share/licenses/java-openjdk/java.compiler* + /usr/share/licenses/java-openjdk/java.datatransfer* + /usr/share/licenses/java-openjdk/java.desktop* + /usr/share/licenses/java-openjdk/java.instrument* + /usr/share/licenses/java-openjdk/java.logging* + /usr/share/licenses/java-openjdk/java.management* + /usr/share/licenses/java-openjdk/java.naming* + /usr/share/licenses/java-openjdk/java.net.http* + /usr/share/licenses/java-openjdk/java.prefs* + /usr/share/licenses/java-openjdk/java.rmi* + /usr/share/licenses/java-openjdk/java.scripting* + /usr/share/licenses/java-openjdk/java.se* + /usr/share/licenses/java-openjdk/java.security* + /usr/share/licenses/java-openjdk/java.smartcardio* + /usr/share/licenses/java-openjdk/java.sql* + /usr/share/licenses/java-openjdk/java.transaction.xa* + /usr/share/licenses/java-openjdk/java.xml* + /usr/share/licenses/java-openjdk/jdk.accessibility* + /usr/share/licenses/java-openjdk/jdk.aot* + /usr/share/licenses/java-openjdk/jdk.charsets* + /usr/share/licenses/java-openjdk/jdk.crypto* + /usr/share/licenses/java-openjdk/jdk.dynalink* + /usr/share/licenses/java-openjdk/jdk.httpserver* + /usr/share/licenses/java-openjdk/jdk.internal* + /usr/share/licenses/java-openjdk/jdk.jdwp.agent* + /usr/share/licenses/java-openjdk/jdk.jfr* + /usr/share/licenses/java-openjdk/jdk.jsobject* + /usr/share/licenses/java-openjdk/jdk.localedata* + /usr/share/licenses/java-openjdk/jdk.management* + /usr/share/licenses/java-openjdk/jdk.naming* + /usr/share/licenses/java-openjdk/jdk.net* + /usr/share/licenses/java-openjdk/jdk.pack* + /usr/share/licenses/java-openjdk/jdk.scripting.nashorn* + /usr/share/licenses/java-openjdk/jdk.sctp* + /usr/share/licenses/java-openjdk/jdk.security* + /usr/share/licenses/java-openjdk/jdk.unsupported* + /usr/share/licenses/java-openjdk/jdk.xml.dom* + /usr/share/licenses/java-openjdk/jdk.zipfs* + /usr/lib/jvm/java-openjdk/legal + /usr/share/licenses/jre-openjdk-headless + /usr/lib/jvm/java-openjdk/man + /usr/lib/jvm/java-openjdk/release + /usr/lib/jvm/java-openjdk/lib/modules + /usr/lib/jvm/java-openjdk/lib/security + /usr/lib/jvm/java-openjdk/lib/server + /usr/lib/jvm/java-openjdk/lib/tzdb.dat + /usr/lib/jvm/java-openjdk/lib/jvm.cfg + /usr/lib/jvm/java-openjdk/lib/jrt-fs.jar + /usr/lib/jvm/java-openjdk/lib/classlist + /usr/lib/jvm/java-openjdk/lib/jexec* + /usr/lib/jvm/java-openjdk/lib/jfr* + /usr/lib/jvm/java-openjdk/lib/jspawnhelper* + /usr/lib/jvm/java-openjdk/lib/libawt.* + /usr/lib/jvm/java-openjdk/lib/libawt_headless.* + /usr/lib/jvm/java-openjdk/lib/libdtcket* + /usr/lib/jvm/java-openjdk/lib/libextnet* + /usr/lib/jvm/java-openjdk/lib/libfontmanager* + /usr/lib/jvm/java-openjdk/lib/libinstrument* + /usr/lib/jvm/java-openjdk/lib/libj2gss* + /usr/lib/jvm/java-openjdk/lib/libj2pcsc* + /usr/lib/jvm/java-openjdk/lib/libj2pkcs11* + /usr/lib/jvm/java-openjdk/lib/libjaas* + /usr/lib/jvm/java-openjdk/lib/libjava* + /usr/lib/jvm/java-openjdk/lib/libjavajpeg* + /usr/lib/jvm/java-openjdk/lib/libjdwp* + /usr/lib/jvm/java-openjdk/lib/libjimage* + /usr/lib/jvm/java-openjdk/lib/libjli* + /usr/lib/jvm/java-openjdk/lib/libjsig* + /usr/lib/jvm/java-openjdk/lib/liblcms* + /usr/lib/jvm/java-openjdk/lib/libmanagement* + /usr/lib/jvm/java-openjdk/lib/libmlib_image* + /usr/lib/jvm/java-openjdk/lib/libnet* + /usr/lib/jvm/java-openjdk/lib/libnio* + /usr/lib/jvm/java-openjdk/lib/libprefs* + /usr/lib/jvm/java-openjdk/lib/librmi* + /usr/lib/jvm/java-openjdk/lib/libsctp* + /usr/lib/jvm/java-openjdk/lib/libsunec* + /usr/lib/jvm/java-openjdk/lib/libunpack* + /usr/lib/jvm/java-openjdk/lib/libverify* + /usr/lib/jvm/java-openjdk/lib/libzip* + /usr/lib/jvm/java-openjdk/lib/psfont* + /usr/share/man/man1/jaotc-openjdk15.1 + /usr/share/man/man1/java-openjdk15.1 + /usr/share/man/man1/jfr-openjdk15.1 + /usr/share/man/man1/jjs-openjdk15.1 + /usr/share/man/man1/jrunscript-openjdk15.1 + /usr/share/man/man1/keytool-openjdk15.1 + /usr/share/man/man1/pack200-openjdk15.1 + /usr/share/man/man1/rmid-openjdk15.1 + /usr/share/man/man1/rmiregistry-openjdk15.1 + /usr/share/man/man1/unpack200-openjdk15.1 + + + System.Package + + + freedesktop-java.desktop + freedesktop-jconsole.desktop + freedesktop-jshell.desktop + + + + jre-openjdk + OpenJDK Java full runtime environment + + jre-openjdk-headless + libXi + giflib + libX11 + libpng + libXext + libXtst + alsa-lib + libXrender + libjpeg-turbo + + + /usr/lib/jvm/java-openjdk/lib/libawt_xawt* + /usr/lib/jvm/java-openjdk/lib/libjawt* + /usr/lib/jvm/java-openjdk/lib/libjsound* + /usr/lib/jvm/java-openjdk/lib/libsplashscreen* + + + + jdk-openjdk + OpenJDK Java development kit + + jre-openjdk-headless + + + /usr/lib/jvm/java-openjdk/bin/jstatd + /usr/lib/jvm/java-openjdk/bin/jshell + /usr/lib/jvm/java-openjdk/bin/jarsigner + /usr/lib/jvm/java-openjdk/bin/javap + /usr/lib/jvm/java-openjdk/bin/jstack + /usr/lib/jvm/java-openjdk/bin/javadoc + /usr/lib/jvm/java-openjdk/bin/jdeprscan + /usr/lib/jvm/java-openjdk/bin/jmap + /usr/lib/jvm/java-openjdk/bin/jconsole + /usr/lib/jvm/java-openjdk/bin/jmod + /usr/lib/jvm/java-openjdk/bin/jcmd + /usr/lib/jvm/java-openjdk/bin/jar + /usr/lib/jvm/java-openjdk/bin/javac + /usr/lib/jvm/java-openjdk/bin/rmic + /usr/lib/jvm/java-openjdk/bin/jps + /usr/lib/jvm/java-openjdk/bin/jpackage + /usr/lib/jvm/java-openjdk/bin/serialver + /usr/lib/jvm/java-openjdk/bin/jstat + /usr/lib/jvm/java-openjdk/bin/jdb + /usr/lib/jvm/java-openjdk/bin/jinfo + /usr/lib/jvm/java-openjdk/bin/jhsdb + /usr/lib/jvm/java-openjdk/bin/jlink + /usr/lib/jvm/java-openjdk/bin/jimage + /usr/lib/jvm/java-openjdk/bin/jdeps + /usr/lib/jvm/java-openjdk/include + /usr/lib/jvm/java-openjdk/demo + /usr/lib/jvm/java-openjdk/jmods + /usr/lib/jvm/java-openjdk/lib/ct.sym + /usr/lib/jvm/java-openjdk/lib/libsaproc* + /usr/lib/jvm/java-openjdk/lib/libdt_socket* + /usr/lib/jvm/java-openjdk/lib/libattach* + /usr/share/man/man1/jstatd-openjdk15.1 + /usr/share/man/man1/jshell-openjdk15.1 + /usr/share/man/man1/jarsigner-openjdk15.1 + /usr/share/man/man1/javap-openjdk15.1 + /usr/share/man/man1/jstack-openjdk15.1 + /usr/share/man/man1/javadoc-openjdk15.1 + /usr/share/man/man1/jdeprscan-openjdk15.1 + /usr/share/man/man1/jmap-openjdk15.1 + /usr/share/man/man1/jconsole-openjdk15.1 + /usr/share/man/man1/jmod-openjdk15.1 + /usr/share/man/man1/jcmd-openjdk15.1 + /usr/share/man/man1/jar-openjdk15.1 + /usr/share/man/man1/javac-openjdk15.1 + /usr/share/man/man1/rmic-openjdk15.1 + /usr/share/man/man1/jps-openjdk15.1 + /usr/share/man/man1/serialver-openjdk15.1 + /usr/share/man/man1/jstat-openjdk15.1 + /usr/share/man/man1/jdb-openjdk15.1 + /usr/share/man/man1/jinfo-openjdk15.1 + /usr/share/man/man1/jhsdb-openjdk15.1 + /usr/share/man/man1/jlink-openjdk15.1 + /usr/share/man/man1/jimage-openjdk15.1 + /usr/share/man/man1/jdeps-openjdk15.1 + /usr/share/man/man1/jpackage-openjdk15.1 + /usr/share/icons + /usr/share/applications + /usr/share/licenses/java-openjdk + + + System.Package + + + + openjdk-src + OpenJDK Java sources + + /usr/lib/jvm/java-openjdk/lib/src.zip + + + + openjdk-doc + OpenJDK Java documentation + + /usr/share/doc + + + + + 2021-03-10 + 15.0.3.0 + First release. + Safa Arıman + safa@ariman.gen.tr + + + + + + expect + https://core.tcl-lang.org/expect/index + + Kamil Atlı + suvari@pisilinux.org + + BSD + app:console + library + programming.language + Outil pour automatiser les applications interactives + A tool for automating interactive applications + İnteraktif uygulamaları otomatikleştirmek için kullanılan bir araç. + Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications. + mirrors://sourceforge/expect/Expect/5.45.4/expect5.45.4.tar.gz + + tcl-devel + + + expect-5.44.1.15-ldflags.patch + expect-5.43.0-fixformatsecurity.patch + expect-fedora-5.32.2-random.patch + expect-fedora-5.43.0-log_file.patch + + programming/language/expect/pspec.xml + + + expect + + tcl + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2022-05-01 + 5.45.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + vala + http://live.gnome.org/Vala + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + programming.language + A modern programming language for GNOME + GNOME için modern bir programlama dili + Kompilator języka opartego na bibliotece GObject + Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. + Vala, ek bir çalışma zamanı bağımlılığı olmayan ve C kitaplıklarının olduğu gibi kullanılabilmesini sağlayan modern bir programlama dilidir. + Vala to nowy język programowania, którego celem jest udostępnienie cech nowoczesnych języków programowania programistom GNOME bez wymuszania dodatkowych wymagań co do środowiska uruchomieniowego i używania API innego niż w aplikacjach i bibliotekach napisanych w C. + mirrors://gnome/vala/0.56/vala-0.56.2.tar.xz + + help2man + glib2-devel + gobject-introspection-devel + libxslt-devel + dbus-devel + + programming/language/vala/pspec.xml + + + vala + app:console + library + + glib2 + + + /usr/lib/vala + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/vala-*/vapi + /usr/share/vala/vapi/libvala-*.vapi + /usr/share/vim/vimfiles + + + vim/vala.syntax + vim/vala.ftdetect + + + + vala-docs + GNOME devhelp documentation for Vala + Vala için GNOME devhelp kitabı + Pliki dokumentacji dla kompilatora vala + data:doc + + /usr/share/devhelp + + + + vala-devel + Development files for vala + vala için geliştirme dosyaları + Pliki nagłówkowe dla kompilatora vala + + vala + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/pkgconfig + /usr/share/aclocal + /usr/share/vala/Makefile.vapigen + /usr/share/man/man3 + + + + + 2022-07-15 + 0.56.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-02 + 0.56.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 0.54.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-09 + 0.54.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-16 + 0.54.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-29 + 0.54.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 0.54.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 0.54.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-04 + 0.54.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-23 + 0.54.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-16 + 0.52.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 0.52.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 0.52.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-15 + 0.48.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.44.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-05 + 0.40.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 0.40.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-29 + 0.36.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-27 + 0.36.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-19 + 0.34.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 0.28.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-05-22 + 0.28.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + R-lang + http://www.r-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + app:console + programming.language + A free software environment for statistical computing and graphics + This package includes the core R userspace and all R development components. + http://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz + + libXmu-devel + icu4c-devel + jdk7-openjdk + xdg-utils + blas-devel + lapack-devel + libXt-devel + libSM-devel + cairo-devel + pango-devel + libjpeg-turbo-devel + tiff-devel + libgfortran + xz-devel + readline-devel + curl-devel + minizip-devel + + + R-3.4.1-parallel.patch + R-3.4.1-rmath-shared.patch + + programming/language/R-lang/pspec.xml + + + R + + blas + make + tiff + libXt + icu4c + libSM + cairo + pango + libXmu + lapack + xdg-utils + libgfortran + jre7-openjdk + libjpeg-turbo + xz + curl + zlib + bzip2 + glib2 + libX11 + libpng + libpcre + readline + + + /etc + /usr/bin + /usr/lib/R + /usr/share/man + /usr/share/R + + + System.Package + + + 99R + ld.so.conf + + + + R-mathlib + Math library for R + R Mathlib kitaplığı + library + + R + + + /usr/lib + /usr/include/Rmath.h + /usr/include/R/Rmath.h + /usr/lib/pkgconfig/libRmath.pc + + + + R-docs + Documents for R + R belgeleri + data:doc + + /usr/share/doc/R + + + + R-devel + Development files for R + R için geliştirme dosyaları + + R + + + /usr/include + /usr/lib/pkgconfig/libR.pc + + + + + 2021-02-27 + 3.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-15 + 3.5.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-06 + 3.5.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-23 + 3.5.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-09-09 + 3.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-08 + 3.5.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-01 + 3.4.3 + Release bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-01 + 3.4.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-06-08 + 3.4.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-27 + 3.3.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + go + https://golang.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + BSD + app:console + programming.language + Compiler and tools for the Go programming language from Google + Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. + https://github.com/golang/go/archive/go1.15.tar.gz + https://dl.google.com/go/go1.15.linux-amd64.tar.gz + programming/language/go/pspec.xml + + + golang + Compiler and tools for the Go programming language from Google + + git + + + /etc + /usr/share/ + /usr/lib/ + /usr/bin/ + + + + + 2020-08-30 + 1.15 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 1.14.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.14.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-24 + 1.13.8 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-04-14 + 1.11.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-19 + 1.10.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-08 + 1.10.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-31 + 1.9.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-08-21 + 1.7.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 1.7.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-08-06 + 1.6.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.6.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-07 + 1.6.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-09 + 1.4.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + scratch + https://scratch.mit.edu + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + app:gui + programming.language + Programming language learning environment for stories, games, music and art. + Çocuklar için, sanat, müzik ve öyküler ile geliştirme yapılan programlama dili ve ortamı. + Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web. + Scratch, çcuklar için sanat, müzik ve öyküler ile geliştirme yapılan programlama dili ve ortamı sunar. + https://download.scratch.mit.edu/scratch-1.4.0.7.src.tar.gz + + gtk2-devel + pango-devel + + programming/language/scratch/pspec.xml + + + scratch + Programming language learning environment for stories, games, music and art. + + gtk2 + pango + squeak-vm + shared-mime-info + desktop-file-utils + + + /usr/share/ + /usr/lib/ + /usr/bin + /usr/share/doc/fplll + + + + + 2020-05-21 + 1.4.0.7 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-pyatspi + http://www.linuxfoundation.org/collaborate/workgroups/accessibility + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2+ + library + programming.language.python + Python bindings for at-spi2-core + at-spi2-core altyapısı için Python bağlayıcısı + python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure. + python-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır. + http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz + + at-spi2-core-devel + python-pygobject3-devel + python3-pygobject3-devel + + programming/language/python/python-pyatspi/pspec.xml + + + python-pyatspi + Python bindings for at-spi2-core + + at-spi2-core + python-pygobject3 + + + /usr/share/doc/python-pyatspi + /usr/lib/python* + + + + + 2022-07-02 + 2.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-27 + 2.36.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 2.34.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 2.26.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + 2018-05-06 + 2.26.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python-enum34 + https://bitbucket.org/stoneleaf/enum34/ + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + programming.language.python + An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. + python-enum34, python3.4'ten python2.4ye kadar ger'ye dönüklüğü sağlar. + python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+ + Bir numaralandırma, benzersiz, sabit değerlere bağlı bir dizi sembolik isimdir (üyeler). Bir numaralandırmada, üyeler kimlikle karşılaştırılabilir ve numaralandırma kendisi üzerinde yinelenebilir. + https://bitbucket.org/stoneleaf/enum34/get/1.1.10.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-enum34/pspec.xml + + + python-enum34 + The enum module from Python3.4 backported from 3.3 - 2.4 + + /usr/share/doc + /usr/lib + + + + + 2020-03-11 + 1.1.10 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 1.1.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-23 + 1.1.8 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 1.1.6 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-10-18 + 1.1.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-mutagen + https://github.com/quodlibet/mutagen + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + An audio tag editing library + Müzik dosyalarının etiketlerini düzenlemek için bir python kitaplığı + Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. + python-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. + https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-mutagen/pspec.xml + + + python-mutagen + An audio tag editing library + + /usr/bin/mid3cp-py2 + /usr/bin/mid3v2-py2 + /usr/bin/moggsplit-py2 + /usr/bin/mid3iconv-py2 + /usr/bin/mutagen-pony-py2 + /usr/bin/mutagen-inspect-py2 + /usr/lib/python2* + /usr/share/man/man1/mid3cp-py2.1 + /usr/share/man/man1/mid3iconv-py2.1 + /usr/share/man/man1/mid3v2-py2.1 + /usr/share/man/man1/moggsplit-py2.1 + /usr/share/man/man1/mutagen-inspect-py2.1 + /usr/share/man/man1/mutagen-pony-py2.1 + /usr/share/doc/python-mutagen + + + + + 2019-12-24 + 1.43.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 1.41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 1.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.36.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-18 + 1.32 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + python-wheel + https://github.com/pypa/wheel + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + The official binary distribution format for Python. + This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. + https://github.com/pypa/wheel/archive/0.35.1.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-wheel/pspec.xml + + + python-wheel + The official binary distribution format for Python. + + python-setuptools + + + /usr/lib/python2* + /usr/bin/wheel-py2 + /usr/share/doc/python-wheel + + + + + 2020-08-30 + 0.35.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-itsdangerous + https://palletsprojects.com/p/itsdangerous/ + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python + Safely pass trusted data to untrusted environments and back. + Güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiir. + python3-itsdangerous provides safely pass trusted data to untrusted environments and back. + python-itsdangerous,güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiren python kitaplığı sunar. + https://github.com/pallets/itsdangerous/archive/1.1.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-itsdangerous/pspec.xml + + + python-itsdangerous + Safely pass trusted data to untrusted environments and back. + + /usr/lib/python2* + /usr/share/doc/python-itsdangerous + + + + + 2020-02-15 + 1.1.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-path-py + https://pypi.org/project/path.py/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A module wrapper for os.path. + python-path-py (aka path pie) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.. + https://pypi.org/packages/source/p/path.py/path.py-11.5.2.tar.gz + + python-devel + python-setuptools + python-setuptools-scm + + programming/language/python/python-path-py/pspec.xml + + + python-path-py + A module wrapper for os.path. + + python + + + /usr/lib/python2* + /usr/share/doc/python-path-py + + + + + 2020-05-24 + 11.5.2 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + pyparted + https://github.com/dcantrell/pyparted + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + programming.language.python + Python bindings for parted + Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü. + pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus. + pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them. + pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir. + https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz + + parted-devel + python-decorator + python-devel + + + gcc10-pedmodule.patch + + programming/language/python/pyparted/pspec.xml + + + pyparted + Python bindings for parted + + python-decorator + parted + + + /usr/lib/python2* + /usr/share/doc/pyparted + + + + + 2022-06-05 + 3.11.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-12 + 3.11.4 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-10-17 + 3.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 3.11.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 3.11.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-21 + 3.10.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 3.10.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.10.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-10 + 3.10.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python-reportlab + http://www.reportlab.com/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + PDF generator library + PDF üretim kitaplığı + ReportLab is an PDF generation library with extensive features. + python-reportlab gelişmiş özellikleri olan bir PDF üretim kitaplığıdır ve PDF dosyaları oluşturmada kullanılır. + https://files.pythonhosted.org/packages/2a/02/078c875d81f231fc11ecda3158a2e2cfccc390a534c316e2524db007e245/reportlab-3.5.67.tar.gz + + mercurial + python-pillow + freetype-devel + python-devel + + programming/language/python/python-reportlab/pspec.xml + + + python-reportlab + + python + freetype + + + /usr/lib + + + + python-reportlab-docs + + python-reportlab + + + /usr/share/doc + + + + + 2021-04-26 + 3.5.67 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + python-tqdm + https://github.com/tqdm/tqdm + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A Fast, Extensible Progress Bar for Python and CLI. + Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı + python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! + python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz. + https://github.com/tqdm/tqdm/archive/v4.46.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-tqdm/pspec.xml + + + python-tqdm + A Fast, Extensible Progress Bar for Python and CLI. + + python-setuptools + + + /usr/lib/python2* + /usr/bin/tqdm-py2 + /usr/share/doc/python-tqdm + + + + + 2020-05-18 + 4.46.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 4.45.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 4.44.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 4.43.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-05 + 4.42.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-27 + 4.42.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 4.41.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-25 + 4.41.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-argparse + https://pypi.python.org/pypi/argparse + + Alihan Öztürk + alihan@pisilinux.org + + apache + app:console + programming.language.python + Python command-line parsing library + Python için komut satırı çözümleme kitaplığı + The argparse module makes it easy to write user friendly command line interfaces. + python-argparse, Python için komut satırı çözümleme kitaplığı sunar. + https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-argparse/pspec.xml + + + python-argparse + Python command-line parsing library + + /usr/lib/python2* + /usr/share/doc/python-argparse + + + + + 2019-12-30 + 1.4.0 + Rebuilt,translate and clean. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 1.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-01 + 1.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 1.4.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-toml + https://github.com/uiri/toml + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Python lib for parsing TOML + TOML çözümleyen python kitaplığı. + A Python library for parsing and creating TOML. + python-toml, TOML çözümleyen python kitaplığı sunar. + https://github.com/uiri/toml/archive/0.10.1.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-toml/pspec.xml + + + python-toml + Python lib for parsing TOML + + python + + + /usr/lib/python2* + /usr/share/doc/python-toml + + + + + 2020-05-18 + 0.10.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + telepathy-python + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + programming.language.python + Python libraries for Telepathy + Telepathy için Python kitaplıkları + telepathy-python is the Python libraries for use in Telepathy client and connection managers. + telepathy-pyhon Telepathy istemcileri ve bağlantı yöneticilerinde kullanılmak üzere tasarlanmış Python kitaplığıdır. + http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.19.tar.gz + + libxslt-devel + + + telepathy-python-0.15.19-mkdir_p.patch + dont-compile-py.patch + python-telepathy-no_double_errors-py.patch + + programming/language/python/telepathy-python/pspec.xml + + + telepathy-python + + /usr/lib + /usr/share/doc + + + + + 2018-08-30 + 0.15.19 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.15.19 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.15.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 0.15.19 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-pynacl + https://github.com/pyca/pynacl/ + + Blue DeviL + bluedevil@sctzine.com + + Apache + library + programming.language.python + Python binding to the Networking and Cryptography (NaCl) library + Python için NaCl modülü + python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. + PyNaCl, ağ ve kriptografi kitaplığınından geliştirilen libsodium kitaplığının python modülüdür. + https://github.com/pyca/pynacl/archive/1.3.0.tar.gz + + python-cffi + python-devel + python-pycparser + python-setuptools + + programming/language/python/python-pynacl/pspec.xml + + + python-pynacl + PyNaCl module for python + + python + python-cffi + + + /usr/lib + /usr/share/doc + + + + + 2019-11-25 + 1.3.0 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python-certifi + https://certifi.io/ + + Blue DeviL + bluedevil@sctzine.com + + MPL-2.0 + library + programming.language.python + Python package for providing Mozilla's CA Bundle + Certifi, Mozillanın sertifikalarını sağlayan python kitaplığıdır. + Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. + Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. + https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-certifi/pspec.xml + + + python-certifi + Python package for providing Mozilla's CA Bundle + + /usr/lib + /usr/share/doc + + + + + 2020-07-21 + 2020.6.20 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-07 + 2020.4.5.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-28 + 2019.11.28 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 2019.9.11 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + python-pillow + https://python-pillow.org/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.python + The friendly PIL fork (Python Imaging Library) + Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. + https://github.com/python-pillow/Pillow/archive/6.2.2.tar.gz + + libjpeg-turbo-devel + libimagequant-devel + python-setuptools + openjpeg2-devel + freetype-devel + python-devel + lcms2-devel + tiff-devel + webp-devel + zlib-devel + + programming/language/python/python-pillow/pspec.xml + + + python-pillow + The friendly PIL fork (Python Imaging Library) + + libjpeg-turbo + libimagequant + openjpeg2 + freetype + lcms2 + tiff + webp + zlib + + + /usr/bin + /usr/share/doc + /usr/lib + + + + python-pillow-devel + Development files for python-pillow + python-pillow için geliştirme dosyaları + python-pillow-devel, python-pillow için geliştirme dosyalarını içerir. + + python-pillow + libjpeg-turbo-devel + python-devel + zlib-devel + + + /usr/include + + + + + 2020-01-20 + 6.2.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 5.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-03 + 4.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 4.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-18 + 3.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + python-sphinxcontrib-websupport + https://www.sphinx-doc.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Sphinx API for Web Apps + python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. + sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. + python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. + https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-sphinxcontrib-websupport/pspec.xml + + + python-sphinxcontrib-websupport + sphinxcontrib-websupport module for python + + python-Jinja2 + python-docutils + python-setuptools + + + /usr/lib/python2* + /usr/share/doc/python-sphinxcontrib-websupport + + + + + 2020-05-18 + 1.2.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.2.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-24 + 1.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-13 + 1.1.2 + Rebuilt and clean + Blue Devil + bluedevil@sctzine.com + + + 2019-11-13 + 1.1.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + pygame + http://www.pygame.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + Python game library + Python oyun kütüphanesi + Liens (bindings) Python pour dsl et autres librairies facilitant la création de jeux. + Python bindings to sdl and other libs that facilitate game production. + Özellikle oyun programlamada kullanılan sdl ve benzeri kütüphaneler için python eklentileri içerir. + Acceso con Python a sdl y otras librerías que facilitan produccion de juegos + https://github.com/pygame/pygame/archive/1.9.6.tar.gz + + libjpeg-turbo-devel + python-setuptools + sdl-image-devel + sdl-mixer-devel + portmidi-devel + freetype-devel + sdl-ttf-devel + libpng-devel + libsdl-devel + python-devel + + programming/language/python/pygame/pspec.xml + + + pygame + Python game library + + libjpeg-turbo + sdl-image + sdl-mixer + freetype + portmidi + sdl-ttf + python + libpng + libsdl + + + /usr/lib + + + + pygame-devel + Development files for python game library + pygame için geliştirme dosyaları + pygame-devel, pygame için geliştirme dosyalarını içerir. + + pygame + sdl-image-devel + sdl-mixer-devel + sdl-ttf-devel + + + /usr/include + /usr/share/doc/pygame/examples/* + + + + pygame-doc + Documentation files for python game library + + pygame + + + /usr/share/doc/pygame/README.rst + + + + + 2020-01-20 + 1.9.6 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 1.9.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-09 + 1.9.3 + Rebuild and version bump + Stefan Gronewold + groni@pisilinux.org + + + 2013-11-03 + 1.9.1 + Rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2011-05-06 + 1.9.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python-pyblock + http://git.fedoraproject.org/git/pyblock.git + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + GPLv3 + library + programming.language.python + Python modules for dealing with block devices + Blok aygıtları ile ilgili python modülleri içerir. + The pyblock contains Python modules for dealing with block devices. + Pyblock blok aygıtları ile ilgili python modülleri içerir. + http://pkgs.fedoraproject.org/repo/pkgs/python-pyblock/pyblock-0.53.tar.bz2/f6d33a8362dee358517d0a9e2ebdd044/pyblock-0.53.tar.bz2 + + device-mapper-devel + python-devel + dmraid-devel + + + fix-underlinking.patch + build.patch + + programming/language/python/python-pyblock/pspec.xml + + + python-pyblock + Python modules for dealing with block devices + + device-mapper + dmraid + python + + + /usr/lib + /usr/share/doc + + + + + 2020-01-20 + 0.53 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 0.53 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.53 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.53 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.53 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 0.53 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python-pluggy + https://github.com/pytest-dev/pluggy + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A minimalist production ready plugin system + Minimalist bir hazır üretim eklenti sistemi. + pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. + python-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. + https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-pluggy/pspec.xml + + + python-pluggy + A minimalist production ready plugin system + + python-importlib_metadata + + + /usr/lib/python2* + /usr/share/doc/python-pluggy + + + + + 2020-02-18 + 0.13.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-Unidecode + http://pypi.python.org/pypi/Unidecode/ + + PisiLinux Community + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.python + US-ASCII transliterations of Unicode text + Unicode karakterlerinin US-ASCII harf çevirileri + python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module. + python-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir. + https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-Unidecode/pspec.xml + + + python-Unidecode + US-ASCII transliterations of Unicode text + + /usr/bin/unidecode-py2 + /usr/lib/python2* + /usr/share/doc/python-Unidecode + + + + + 2020-01-18 + 1.1.1 + Version bump. + GMK + metehankaraguzel@gmail.com + + + 2018-08-29 + 1.0.22 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-26 + 1.0.22 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.04.20 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.04.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 0.04.18 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-numpy + https://numpy.org/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.python + The fundamental package needed for scientific computing with Python + Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket + Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. + Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir. + Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios. + https://github.com/numpy/numpy/archive/v1.16.6.tar.gz + + python-setuptools + lapack-devel + python-devel + cblas-devel + libgfortran + cython + cblas + libquadmath + + programming/language/python/python-numpy/pspec.xml + + + python-numpy + The fundamental package needed for scientific computing with Python + + lapack + cblas + blas + libquadmath + + + /usr/bin/f2py-py2 + /usr/bin/f2py2 + /usr/bin/f2py2.7 + /usr/share/doc + /usr/share/man + /usr/lib + + + + python-numpy-docs + Documentation files for python-numpy + python-numpy için belgelendirme dosyaları + python-numpy-docs, python-numpy için belgelendirme dosyalarını içerir. + + python-numpy + + + /usr/share/doc/python-numpy/doc + + + + + 2020-11-07 + 1.16.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-01 + 1.16.6 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-14 + 1.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 1.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-17 + 1.12.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.8.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-29 + 1.8.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + pyqtermwidget5 + https://github.com/Rmys/pyqtermwidget5 + + Harun Gültekin + hrngultekin@gmail.com + + GPLv2 + library + programming.language.python + Python binding of terminal widget for Qt + PyQt5 tabanlı uygulamalar için basit bir terminal modulü + A simple terminal widget for using with PyQt based applications + https://github.com/Rmys/pyqtermwidget5/archive/v0.1.2.tar.gz + + python-sip + python-devel + qtermwidget5-devel + qt5-base-devel + python-qt5-devel + + + py2config.patch + qtermwidget5-1.0.0.patch + + programming/language/python/pyqtermwidget5/pspec.xml + + + pyqtermwidget5 + Python binding of terminal widget for Qt + + libgcc + qt5-base + qtermwidget5 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2022-07-06 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-14 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-19 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-26 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-09 + 0.1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 0.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-09 + 0.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-16 + 0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-17 + 0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-10 + 0.1 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-21 + 0.1 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-28 + 0.1 + Rebuild + Harun Gültekin + hrngultekin@gmail.com + + + 2014-06-19 + 0.1 + First release + Harun Gültekin + hrngultekin@gmail.com + + + + + + python-nose + https://nose.readthedocs.io/en/latest/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + programming.language.python + A unittest extension offering automatic test suite discovery and easy test authoring + Python için unittest genişlemesi + python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. + python-nose alternatif test tanıtma ve keşif kitaplığı. + https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz + + python-devel + + programming/language/python/python-nose/pspec.xml + + + python-nose + A unittest extension offering automatic test suite discovery and easy test authoring + + python + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + + 2019-12-29 + 1.3.7 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-05 + 1.3.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.3.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-04 + 1.3.7 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python-configparser + https://github.com/jaraco/configparser/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Backport of configparser from Python 3. + Python3'ten geriye dönüklüğü sağlamak için configparser modülü. + The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. + python-configparser, python3'te gelen configparser modülünün geriye dönüklüğünü sağlar. + https://github.com/jaraco/configparser/archive/v5.0.0.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-configparser/pspec.xml + + + python-configparser + Backport of configparser from Python 3 + + /usr/share/doc/python-configparser + /usr/lib/python2* + + + + + 2020-03-27 + 5.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-17 + 4.0.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-snowballstemmer + https://snowballstem.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Snowball stemming library collection for Python + Snowball, python için sözcük kökeni bulma kitaplığıdır. + Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. + Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. + https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-snowballstemmer/pspec.xml + + + python-snowballstemmer + Snowball stemming library collection for Python + + /usr/share/doc/python-snowballstemmer + /usr/lib/python2* + + + + + 2019-12-06 + 2.0.0 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 2.0.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-qt5 + https://www.riverbankcomputing.com/software/pyqt/intro + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + GPLv3 + library + programming.language.python + A set of Python bindings for the Qt 5.x Toolkit + Qt5.x araçları için python bağlayıcıları + 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. + 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. + https://files.pythonhosted.org/packages/e1/57/2023316578646e1adab903caab714708422f83a57f97eb34a5d13510f4e1/PyQt5-5.15.7.tar.gz + + dbus-devel + dbus-python + python-devel + python-enum34 + dbus-python-common + python-sip + qt5-svg-devel + qt5-base-devel + python-pyqt5-sip + qt5-script-devel + qt5-webkit-devel + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-websockets-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-declarative-devel + qt5-networkauth-devel + qt5-xmlpatterns-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel + + + restore-sip4-support.patch + + programming/language/python/python-qt5/pspec.xml + + + python-qt5 + A set of Python 2.x bindings for the Qt 5.x Toolkit + + libgcc + dbus + python + python-enum34 + python-sip + qt5-webengine + qt5-svg + qt5-base + qt5-sensors + qt5-webkit + qt5-location + qt5-designer + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + python-pyqt5-sip + qt5-networkauth + + + /usr/bin/py2uic5 + /usr/lib/python2.7/site-packages + /usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so + /usr/lib/qt5/plugins/designer/libpy2qt5.so + /usr/share/qt5/qsci/api/python/Py2Qt5.api + /usr/bin/py2rcc5 + /usr/bin/py2lupdate5 + + + + python-qt5-devel + Development files for python-qt5 + + libgcc + qt5-base + python-qt5 + + + /usr/share/sip/Py2Qt5 + + + + + 2022-07-05 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-18 + 5.15.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-06 + 5.15.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-21 + 5.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 5.15.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-12 + 5.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-19 + 5.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 5.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 5.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-29 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-04 + 5.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-13 + 5.13.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-06 + 5.13.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-02 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 5.11.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 5.11.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 5.10.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-01 + 5.9.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-02 + 5.9.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-03 + 5.7.1 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-08 + 5.7.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 5.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-07 + 5.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-25 + 5.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-08 + 5.5.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python-cairo + http://cairographics.org/pycairo + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + wrapper (version enrobée) Python de la librairie de graphisme vectoriel cairo. + Python wrapper for cairo graphics library + Cairo vektörel grafik kitaplığı için Python bağlayıcıları + Pycairo is set of Python bindings for the cairo graphics library. + python-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. + https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz + + python-devel + cairo-devel + + programming/language/python/python-cairo/pspec.xml + + + python-cairo + Python wrapper for cairo graphics library + + cairo + + + /usr/lib + /usr/share/doc + + + + python-cairo-devel + Development files for python-cairo + python-cairo için geliştirme dosyaları + python-cairo-devel, python-cairo için geliştirme dosyalarını içerir. + + python-cairo + cairo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-17 + 1.18.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-31 + 1.17.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-25 + 1.16.2 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.10.0 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-01 + 1.10.0 + First release + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + + + + python-pyzmq + https://github.com/zeromq/pyzmq/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python + PyZMQ: Python bindings for zeromq + PyZMQ: ZeroMQ için Python bağlayıcıları + This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. + python-pyzmq, ZeroMQ için Python bağlayıcıları içerir. + https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz + + cython + python-devel + zeromq-devel + python-setuptools + + programming/language/python/python-pyzmq/pspec.xml + + + python-pyzmq + PyZMQ: Python bindings for zeromq + + python + zeromq + + + /usr/lib/python2* + /usr/share/doc/python-pyzmq + + + + + 2020-05-18 + 19.0.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 19.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-31 + 18.1.1 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + cython + https://cython.org/ + + Blue DeviL + bluedevil@sctzine.com + + Apache-2.0 + app:console + library + programming.language.python + C extensions for the Python + Python için C eklentileri + Cython is a language that makes writing C extensions for the Python language as easy as Python itself. + Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir. + https://github.com/cython/cython/archive/0.29.21.tar.gz + + python-devel + python-setuptools + + programming/language/python/cython/pspec.xml + + + cython + C extensions for the Python + + python + python-setuptools + + + /usr/share/doc/cython + /usr/lib/python2* + /usr/bin/cygdb-py2 + /usr/bin/cython-py2 + /usr/bin/cythonize-py2 + + + + + 2020-07-21 + 0.29.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 0.29.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-14 + 0.29.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 0.29.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 0.29.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-31 + 0.29.14 + Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 0.29.14 + Split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-11 + 0.29.14 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.24 + First release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + python-pathlib2 + https://github.com/mcmtroffaes/pathlib2 + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Fork of pathlib aiming to support the full stdlib Python API. + Python API standart kitaplığındaki pathlib çatalı. + Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported. + python-pathlib2, Python API standart kitaplığındaki pathlib çatalıdır ve geriye dönüklüğü sağlar. + https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-pathlib2/pspec.xml + + + python-pathlib2 + Fork of pathlib aiming to support the full stdlib Python API. + + python-scandir + + + /usr/share/doc/python-pathlib2 + /usr/lib/python2* + + + + + 2020-02-18 + 2.3.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-gtk + http://www.pygtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + GTK+ bindings for Python + Python için GTK+ bağlayıcıları + Bindings (liens) GTK+2 pour Python. + python-gtk lets you to easily create programs with a graphical user interface using the Python programming language and GTK+ library. + python-gtk, Python programlama diliyle GTK+ kitaplığını kullanarak, basit grafiksel kullanıcı arayüzü oluşturmanızı sağlar. + mirrors://gnome/pygtk/2.24/pygtk-2.24.0.tar.bz2 + + cairo-devel + pango-devel + gtk2-devel + glib2-devel + python-devel + libglade-devel + python-pygobject-devel + python-numpy + python-cairo-devel + + + 0001-Fix-leaks-of-Pango-objects.patch + pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch + python27.patch + + programming/language/python/python-gtk/pspec.xml + + + python-gtk + + atk + gtk2 + cairo + glib2 + pango + libglade + gdk-pixbuf + + + /usr/lib + /usr/share/doc + + + + python-gtk-demo + Demo applications for python-gtk + python-gtk için demo uygulamalar + app:gui + + python-gtk + + + /usr/bin/pygtk-demo + /usr/lib/pygtk/2.0/pygtk-demo.py + /usr/lib/pygtk/2.0/demos + + + + python-gtk-docs + Reference documents for python-gtk + python-gtk için referans belgeleri + data:doc + + python-gtk + + + /usr/share/gtk-doc + + + + python-gtk-devel + Development files for python-gtk + python-gtk için geliştirme dosyaları + + python-gtk + python-pygobject-devel + gtk2-devel + libglade-devel + + + /usr/bin/pygtk-codegen-2.0 + /usr/include + /usr/lib/pkgconfig + /usr/share/pygtk + + + + + 2021-08-10 + 2.24.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-04 + 2.24.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-12 + 2.24.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-25 + 2.24.0 + Rebuild for brokens + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.24.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 2.24.0 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.24.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-04 + 2.24.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-pygobject3 + http://www.pygtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + Bindings (liens) GLib/GObject/GIO/GTK+ pour Python. + Python Bindings for GLib/GObject/GIO/GTK+ + GLib/GObject/GIO/GTK+ için python bağlayıcıları + pygobject is GLib's GObject library bindings for Python3. + pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. + http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.tar.xz + + meson + glib2-devel + libffi-devel + python-devel + python-cairo-devel + gobject-introspection-devel + + programming/language/python/python-pygobject3/pspec.xml + + + python-pygobject3 + Python Bindings for GLib/GObject/GIO/GTK+ + + glib2 + cairo + libffi + python-cairo + gobject-introspection + + + /usr/share/doc + /usr/share/pygobject + /usr/lib/python2.7 + /usr/lib/libpyglib-gi-2.0-python2.7.so* + + + + python-pygobject3-devel + Development files for python3-pygobject3 + python-pygobject3 için geliştirme dosyaları + python-pygobject3-devel, python-pygobject3 için geliştirme dosyalarını içerir. + + glib2-devel + libffi-devel + gobject-introspection-devel + python-pygobject3 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-18 + 3.36.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 3.36.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-19 + 3.34.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-14 + 3.32.2 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-13 + 3.27.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-25 + 3.27.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 3.22.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 3.22.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.18.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 3.18.2 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-08 + 3.18.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-chardet + https://github.com/chardet/chardet + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:console + programming.language.python + Chardet: The Universal Character Encoding Detector + Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) + Character encoding auto-detection in Python. As smart as your browser. Open source. + python-chardet, python ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi sağlayan bir python bağlayıcısıdır. + https://github.com/chardet/chardet/archive/3.0.4.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-chardet/pspec.xml + + + python-chardet + Chardet: The Universal Character Encoding Detector + + /usr/bin/chardetect-py2 + /usr/lib/python2* + /usr/share/doc/python-chardet + + + + + 2020-12-09 + 3.0.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-24 + 3.0.4 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 3.0.4 + First release. + PisiLinux Community + admins@pisilinux.org + + + 2018-05-22 + 3.0.4 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + python-decorator + http://www.phyast.pitt.edu/~micheles/python/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + Python module to simplify the usage of decorators + Dekoratör kullanımını kolaylaştıran python modulü + python-decorator simplifies the usage of decorators for the average programmer. + python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. + https://github.com/micheles/decorator/archive/4.4.2.tar.gz + + python-setuptools + python-nose + + programming/language/python/python-decorator/pspec.xml + + + python-decorator + Python module to simplify the usage of decorators + + /usr/share/doc/python-decorator + /usr/lib/python2* + + + + + 2020-03-04 + 4.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-27 + 4.4.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 4.3.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 4.2.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 4.0.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 4.0.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-04 + 4.0.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + python-packaging + https://github.com/pypa/packaging + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Core utilities for Python packages + Python paketleri için çekirdek araçları. + Core utilities for Python packages + python-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir. + https://github.com/pypa/packaging/archive/20.4.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-packaging/pspec.xml + + + python-packaging + Core utilities for Python packages + + python + + + /usr/lib/python2* + /usr/share/doc/python-packaging + + + + + 2020-05-24 + 20.4 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 20.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 20.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 20.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-30 + 19.2 + First Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-typing + https://pypi.org/project/typing/ + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python + Backport of the standard library typing module + Geriye dönük Python 2.7 typing bağlayıcıları + This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. + Python 3.5'dan önceki sürümler için geriye dönüklük destegi saglayan pyton2 bağlayıcısıdır. + https://pypi.io/packages/source/t/typing/typing-3.7.4.1.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-typing/pspec.xml + + + python-typing + Backport of the standard library typing module + + /usr/share/doc/python-typing + /usr/lib + + + + + 2019-11-13 + 3.7.4.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-enchant + https://github.com/pyenchant/pyenchant + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + programming.language.python + Python bindings for the Enchant spellchecking system + Enchant yazım denetleyicisi için hızlı bir Python modulü + python-enchant is an efficient Python module for Enchant spellchecker. + python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür. + https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz + + python-setuptools + enchant2-devel + python-devel + + + enchant-2.patch + + programming/language/python/python-enchant/pspec.xml + + + python-enchant + Python bindings for the Enchant spellchecking system + + enchant2 + + + /usr/lib/python2* + /usr/share/doc/python-enchant + + + + + 2020-01-18 + 2.0.0 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.6.8 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-24 + 1.6.8 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + python-backports + http://bitbucket.org/brandon/backports + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Namespace for backported Python features. + Geriye dönüklüğü olan python modülleri için alan adı. + python-backports provides namespace for backported Python features. + python-backport, geriye dönüklüğü olan python modülleri için alan adı sağlar. + https://bitbucket.org/brandon/backports/get/tip.tar.gz + + __init__.py + + + python-setuptools + python-devel + + programming/language/python/python-backports/pspec.xml + + + python-backports + Namespace for backported Python features + + /usr/share/doc/python-backports + /usr/lib/python2* + + + + + 2020-02-17 + 1.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-mako + http://www.makotemplates.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + library + programming.language.python + A python templating language + Python şablonlama dili + python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. + python-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. + https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz + + python-MarkupSafe + python-setuptools + python-beaker + python-devel + + programming/language/python/python-mako/pspec.xml + + + python-mako + A python templating language + + python-MarkupSafe + python-beaker + + + /usr/bin + /usr/share/doc + /usr/lib + + + + python-mako-docs + Documentation files for python-mako + python-mako için belgelendirme dosyaları + python-mako-docs, python-mako için belgelendirme dosyalarını içerir. + + python-mako + + + /usr/share/doc/*/html + /usr/share/doc/*/build + /usr/share/doc/*/examples + + + + + 2020-03-04 + 1.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.1.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 1.0.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 1.0.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.0.6 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-09-22 + 0.9.1 + Release Bump + Oğuzhan BÖLÜKBAŞ + oguzhan.bolukbas18@gmail.com + + + 2014-04-16 + 0.9.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + python-werkzeug + https://palletsprojects.com/p/werkzeug/ + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python + The comprehensive WSGI web application library. + WSGI ağ uygulamaları kitaplığı. + Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. + python-werkzeug, WSGI ağ uygulamaları kitaplığı içerir. + https://github.com/pallets/werkzeug/archive/1.0.1.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-werkzeug/pspec.xml + + + python-werkzeug + The comprehensive WSGI web application library + + /usr/share/doc/python-werkzeug + /usr/lib/python2* + + + + + 2020-04-07 + 1.0.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-15 + 1.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-pygobject + http://www.pygtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + Bindings (liens) glib pour Python. + Glib bindings for Python + glib için python bağlayıcıları + pygobject is GLib's GObject library bindings for Python. + pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. + http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.7.tar.xz + + glib2-devel + python-devel + python-cairo-devel + + + pygobject-2.16.1-fixdetection.patch + + programming/language/python/python-pygobject/pspec.xml + + + python-pygobject + + python-cairo + libffi + glib2 + + + /usr/lib + /usr/share/doc + + + + python-pygobject-devel + pygobject development files + pygobject geliştirme dosyaları + pygobject-devel, pygobject için geliştirme dosyalarını içerir. + + python-pygobject + libffi-devel + glib2-devel + + + /usr/bin/pygobject-codegen-2.0 + /usr/share/pygobject + /usr/lib/pkgconfig + /usr/include + + + + python-pygobject-docs + API documents for pygobject + pygobject için API dökümanları + pygobject-docs, pygobject için belgelendirme dosyalarını içerir. + data:doc + + /usr/share/gtk-doc + + + + + 2020-01-20 + 2.28.7 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-14 + 2.28.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 2.28.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-06 + 2.28.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 2.28.6 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.28.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-04 + 2.28.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-cups + http://cyberelk.net/tim/software/pycups + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + Python interface to the CUPS API + CUPS programlama arayüzü için Python desteği + python-cups contains python bindings to wrap the CUPS API. + python-cups, CUPS programlama arayüzü için Python bağlayıcıları içeren bir pakettir. + https://files.pythonhosted.org/packages/00/ce/836a0deb8b24bcd5f850f8fb97f99fb4abd7374e078b9e6df5a0838f8eb5/pycups-1.9.74.tar.bz2 + + cups-devel + python-devel + + programming/language/python/python-cups/pspec.xml + + + python-cups + + cups + + + /usr/lib + /usr/share/doc + + + + + 2019-10-19 + 1.9.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.9.73 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 1.9.73 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.9.72 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-21 + 1.9.72 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + python-idna + https://github.com/kjd/idna + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + Internationalized Domain Names in Applications (IDNA) + IDNA protokolünü desktekleyen python kitaplığıdır. + Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. + RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. + https://github.com/kjd/idna/archive/v2.9.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-idna/pspec.xml + + + python-idna + Internationalized Domain Names in Applications (IDNA) + + /usr/lib/python2* + /usr/share/doc/python-idna + + + + + 2020-12-09 + 2.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-18 + 2.9 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-24 + 2.8 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-29 + 2.7 + First release + PisiLinux Community + admins@pisilinux.org + + + 2018-05-22 + 2.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-setuptools-scm + https://github.com/pypa/setuptools_scm + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python + Python setuptools-scm module + Python setuptools-scm modülü + Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. + setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python modülüdür. + https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-setuptools-scm/pspec.xml + + + python-setuptools-scm + Python setuptools-scm module + + python-setuptools + + + /usr/lib/python2* + /usr/share/doc/python-setuptools-scm + + + + + 2020-02-18 + 3.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 3.4.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-28 + 3.3.3 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + python-websocket-client + https://github.com/websocket-client/websocket-client + + Alihan Öztürk + alihan@pisilinux.org + + BSD + app:console + programming.language.python + WebSocket client library for Python + Python icin ag soketleri kitapligi + websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. + python-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. + https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-websocket-client/pspec.xml + + + python-websocket-client + WebSocket client library for Python + + python-six + python + + + /usr/bin/wsdump-py2.py + /usr/lib/python2* + /usr/share/doc/python-websocket-client + + + + + 2019-12-26 + 0.57.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 0.48.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 0.47.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 0.40.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.37.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 0.37.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-pyaspects + https://github.com/ionelmc/python-aspectlib + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + Aspect-Oriented development for Python + Aspect-Oriented Development modules for Python. + https://github.com/baris/pyaspects/archive/0.4.4.tar.gz + programming/language/python/python-pyaspects/pspec.xml + + + python-pyaspects + Aspect-Oriented development for Python + + /usr/lib/python2* + /usr/share/doc/python-pyaspects + + + + + 2020-01-20 + 0.4.4 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 0.4.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.4.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.4.4 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-12-07 + 0.4.4 + First release + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + + + + notify-python + http://galago-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.language.python + Python bindings for libnotify + libnotify'ın Python bağlayıcıları + Galago est un framework (cadre de développement) de présence bureautique, conçu pour transmettre des informations de présences entre programmes. Pour faire simple, il recense les présents et agrège les informations concernant leur état depuis un logiciel de messagerie instantannée (tel que gaim) ou de programmes similaires et permet à d'autre logiciels (tels que Evolution) d'avoir accès à cette information. + notify-python are Python bindings for the Galago project's notification library libnotify. +  Galago programlar arası duruş/görünüm bilgisini iletecek şekilde dizayn edilmiş bir masaüstü görüntü çerçevesidir. Daha basitçe açıklamak gerekirse, bir anlık ileti programından (gaim gibi) veya benzeri başka programlardan kimlerin çevrimiçi, boş/uzakta olduğu bilgisini alıp diğer programların (örn. Evolution) bu bilgiyi kullanmasını sağlar. + Galego es un entorno de presencia de escritorio, diseñado para transmitir informaciones entre programas. En términos sencillos: Puede tomar información sobre quien está en linea, y el estado ausente/inactivo de un programa de mensajería instantánea, como pidgin o similar, y pasar la información a otros programas (ejemplo Evolution) para hacer uso de ello. + http://galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz + + libnotify-devel + python-devel + python-gtk-devel + gtk2-devel + + + link-with-python.patch + notify-python-0.1.1-fix-GTK-symbols.patch + libnotify0.7.patch + + programming/language/python/notify-python/pspec.xml + + + notify-python + Python bindings for libnotify + + atk + gtk2 + cairo + glib2 + pango + python + freetype + libnotify + fontconfig + gdk-pixbuf + + + /usr/lib + /usr/lib/pkgconfig + /usr/share/pygtk/2.0/defs + + + + + 2020-01-17 + 0.1.1 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 0.1.1 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.1.1 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 0.1.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-hpack + https://github.com/python-hyper/hpack + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + HTTP/2 Header Encoding for Python. + Python için HTTP/2 başlık kodlaması. + This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. + python-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar. + https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-hpack/pspec.xml + + + python-hpack + HTTP/2 Header Encoding for Python. + + /usr/lib + /usr/share/man + /usr/share/doc/python-hpack + + + + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 3.0.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-urllib3 + https://github.com/shazow/urllib3 + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python + urllib3 is a powerful, sanity-friendly HTTP client for Python. + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. + urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir. + https://github.com/urllib3/urllib3/archive/1.25.9.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-urllib3/pspec.xml + + + python-urllib3 + urllib3 is a powerful, sanity-friendly HTTP client for Python. + + /usr/lib/python2* + /usr/share/doc/python-urllib3 + + + + + 2020-12-09 + 1.25.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-24 + 1.25.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.25.8 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 1.25.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 1.23 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-22 + 1.22 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gst-python + https://gstreamer.freedesktop.org/modules/gst-python.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + GStreamer Python bindings + GStreamer Python bağlayıcıları + gst-python is a Python frontend to GStreamer. + gst-python GStreamer için Python arabirimidir. + https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.16.2.tar.xz + + python-pygobject3-devel + python3-pygobject3-devel + glib2-devel + gstreamer-devel + python-devel + gst-plugins-base-devel + + programming/language/python/gst-python/pspec.xml + + + gst-python + + glib2 + python + gstreamer + gst-plugins-base + python3-pygobject3 + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2022-06-30 + 1.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-13 + 1.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-19 + 1.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-14 + 1.16.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.16.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-05 + 1.16.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 1.14.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.12.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-25 + 1.10.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.10.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.10.22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-21 + 0.10.22 First release Stefan Gronewold (groni) groni@pisilinux.org @@ -261555,121 +293109,31896 @@ complete albums that you have purchased from Amazon. - kexi - http://www.kexi-project.org/ + python-h11 + https://pypi.org/project/h11/ - Alihan Öztürk - alihan@pisilinux.org + Blue Devil + bluedevil@sctzine.com - GPLv2+ - app:gui - office - A visual database applications creator. - Görsel bir veritabanı uygulaması yaratıcısı. - Kexi is an open source visual database applications creator,a long-awaited competitor for programs like MS Access or Filemaker. - Kexi açık kaynaklı bir görsel veritabanı uygulaması yaratıcısıdır. MS Access veya Filemaker gibi programlar için uzun süredir beklenen bir rakip. - http://download.kde.org/stable/kexi/src/kexi-3.1.0.tar.xz + MIT + library + programming.language.python + A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + Sadece python ile hazırlanmış, HTTP/1.1 için kendi-giriş-çıkış-uygulamanı-getir uygulaması. + This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. + python-h11, hyper-h2'den esınlenen bu kitaplık sıfırdan yazılmış bir HTTP/1.1 kitaplığıdır. + https://files.pythonhosted.org/packages/34/5a/abaa557d20b210117d8c3e6b0b817ce9b329b2e81f87612e60102a924323/h11-0.9.0.tar.gz - extra-cmake-modules - kxmlgui-devel - kwidgetsaddons-devel - ktextwidgets-devel - ktexteditor-devel - kio-devel - kitemviews-devel - kiconthemes-devel - ki18n-devel - kguiaddons-devel - kcoreaddons-devel - kconfigwidgets-devel - kconfig-devel - kcompletion-devel - kcodecs-devel - karchive-devel - qt5-base-devel - kdb-devel - kreport-devel - qt5-webkit-devel - breeze-icons - marble-devel - kproperty-devel - kcrash-devel - qt5-designer + python-devel + python-setuptools - - 0001-fix-build-with-qt-5-11.patch - - office/kexi/pspec.xml + programming/language/python/python-h11/pspec.xml - kexi - A visual database applications creator. + python-h11 + A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + + /usr/lib + /usr/share/man + /usr/share/doc/python-h11 + + + + + 2020-01-15 + 0.9.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-beaker + https://github.com/bbangert/beaker + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + A Session and Caching library with WSGI Middleware + Oturum ve önbellekleme kitaplığı + python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications. + python-beaker, web programları için oturum ve genel önbellekleme fonksiyonlarını içeren bir kitaplıktır. + https://github.com/bbangert/beaker/archive/1.11.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-beaker/pspec.xml + + + python-beaker + A Session and Caching library with WSGI Middleware + + /usr/lib/ + /usr/share/doc + + + + + 2020-01-17 + 1.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 1.10.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 1.9.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.8.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.6.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-11-04 + 1.6.4 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-importlib_metadata + https://gitlab.com/python-devs/importlib_metadata + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + importlib_metadata is a library to access the metadata for a Python package. + Python paketlerinin metaverisine erişmek için python kitaplığı + importlib_metadata is a library to access the metadata for a Python package. + python-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar. + https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz + + python-devel + python-setuptools + python-setuptools-scm + + programming/language/python/python-importlib_metadata/pspec.xml + + + python-importlib_metadata + Python development support library (note: maintenance only) + + python-zipp + python-pathlib2 + python-contextlib2 + python-configparser + + + /usr/lib/python2* + /usr/share/doc/python-importlib_metadata + + + + + 2020-09-23 + 2.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 1.6.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.5.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-17 + 1.5.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-pbr + https://pypi.org/project/pbr/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Python Build Reasonableness + Python İnşa Uygunluğu + PBR is a library that injects some useful and sensible default behaviors into your setuptools run. + python-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. + https://pypi.org/packages/source/p/pbr/pbr-5.4.5.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-pbr/pspec.xml + + + python-pbr + Python Build Reasonableness + + python-setuptools + + + /usr/bin/pbr-py2 + /usr/share/doc + /usr/lib + /usr/share + + + + + 2020-04-08 + 5.4.5 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 5.4.4 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + python-importlib_resources + https://gitlab.com/python-devs/importlib_resources + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Design and implementation for a planned importlib.resources + Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. + The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. + python-importlib_resources, Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı sunar. Ana amacı pkg_resources madülünün yerini almaktır. + https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz + + python-toml + python-devel + python-setuptools + python-setuptools-scm + + programming/language/python/python-importlib_resources/pspec.xml + + + python-importlib_resources + Design and implementation for a planned importlib.resources + + python-pathlib2 + python-contextlib2 + python-singledispatch + python-importlib_metadata + + + /usr/lib/python2* + /usr/share/doc/python-importlib_resources + + + + + 2020-05-18 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-18 + 1.3.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-docker + https://github.com/docker/docker-py + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + A Python library for the Docker Engine API. + Docker motoru apileri için python kitaplığı. + A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. + python-docker, docker motoru apileri için python kitaplığı sunar. + https://github.com/docker/docker-py/archive/4.1.0.tar.gz + + python-websocket-client + python-setuptools + python-requests + python-devel + python-six + + programming/language/python/python-docker/pspec.xml + + + python-docker + A Python library for the Docker Engine API. + + python-backports-ssl-match-hostname + python-websocket-client + python-requests + python-six + + + /usr/lib/python2* + /usr/share/doc/python-docker + + + + + 2020-01-15 + 4.10 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-pycparser + https://github.com/eliben/pycparser + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Complete C99 parser in pure Python + Python ile yazilmis C99 cozumleyicisi + pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. + pycparser, C kaynak kodunu çözümlemesi gereken uygulamalara kolaylıkla bütünleşebilen bir python modülüdür. + https://github.com/eliben/pycparser/archive/release_v2.20.tar.gz + + python-setuptools + python + + programming/language/python/python-pycparser/pspec.xml + + + python-pycparser + Complete C99 parser in pure Python + + /usr/share/doc/python-pycparser + /usr/lib/python2* + + + + + 2020-03-04 + 2.20 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 2.19 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-blinker + https://github.com/jek/blinker + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A fast Python in-process signal/event dispatching system. + Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi + Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". + python-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar. + https://github.com/jek/blinker/archive/rel-1.4.tar.gz + + python-setuptools + python-devel + python-nose + + programming/language/python/python-blinker/pspec.xml + + + python-blinker + A fast Python in-process signal/event dispatching system. + + /usr/share/doc/python-blinker + /usr/lib/python2* + + + + + 2020-02-12 + 1.4 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + pip + https://pypi.python.org/pypi/pip + + Yusuf Aydemir + Yusuf.aydemir@istanbul.com + + MIT + programming.language.python + The PyPA recommended tool for installing Python packages + Python paketleri yükleme aracı + The PyPA recommended tool for installing Python packages + pip, pypa tarafından önerilen python modülleri yükleme aracıdır. + https://github.com/pypa/pip/archive/20.1.tar.gz + + python-devel + python-setuptools + + programming/language/python/pip/pspec.xml + + + pip + The PyPA recommended tool for installing Python packages + + python-setuptools + + + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2020-05-16 + 20.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-23 + 20.0.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 19.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 18.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 9.0.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-24 + 9.0.1 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-08-22 + 8.1.2 + Release Bump + Ali Şafak + aliemresafak@gmail.com + + + 2016-06-06 + 8.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-30 + 8.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-04-28 + 8.1.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + sip + https://www.riverbankcomputing.com/software/sip/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:console + programming.language.python + SIP is a tool for generating bindings for C++ classes so that they can be used by Python + SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules. + https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.tar.gz + + python-devel + + programming/language/python/sip/pspec.xml + + + python-sip + Python 2.x SIP bindings for C and C++ libraries - kdb - kio - glib2 - ki18n - kcrash libgcc - kcodecs - kconfig - kreport - kxmlgui - qt5-base - kproperty - kguiaddons - kitemviews - qt5-webkit - kcompletion - kcoreaddons - kiconthemes - ktexteditor - ktextwidgets - kconfigwidgets - kwidgetsaddons + python /usr/bin /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/locale - /usr/share/metainfo - /usr/share/kexi - /usr/share/applications + /usr/include + + + + python-pyqt5-sip + Python 2.x pyqt5 SIP bindings for C and C++ libraries + + libgcc + + + /usr/lib/python2.7/site-packages/PyQt5* + + + + + 2021-10-21 + 4.19.25 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-19 + 4.19.24 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-10 + 4.19.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 4.19.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 4.19.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-29 + 4.19.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-13 + 4.19.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 4.19.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 4.19.14 + Rebuild pyqt5 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 4.19.12 + Rebuild pyqt5 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 4.19.12 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-18 + 4.19.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-18 + 4.19 + Release Bump + Stefan Gronewold + groni@pisilinux.org + + + 2017-02-25 + 4.19 + Release Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 4.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-20 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-08 + 4.16.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python-cffi + https://cffi.readthedocs.io/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Foreign Function Interface for Python calling C code + Python için C kodu cağıran dış fonksiyon arayüzü + Foreign Function Interface for Python calling C code + Python için C kodu cağıran dış fonksiyon arayüzü kitaplığıdır. + https://bitbucket.org/cffi/cffi/get/v1.14.0.tar.gz + + python-setuptools + python-devel + libffi-devel + + programming/language/python/python-cffi/pspec.xml + + + python-cffi + Foreign Function Interface for Python calling C code + + python-enum34 + python-six + + + /usr/lib + /usr/share/doc/python-cffi + + + + + 2020-02-08 + 1.14.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.13.2 + Rebuilt, clean and fix flags + Blue Devil + bluedevil@sctzine.com + + + 2019-12-11 + 1.13.2 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 1.13.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-imaging + http://www.pythonware.com/products/pil/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.python + Python Imaging Library (PIL) + Python Görüntü İşleme Kitaplığı + The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. + python-imaging, python2 görüntü işleme kitaplığı dosyalarını sunar. + La librería Python Imaging Library (PIL) facilita el procesamiento de imágenes desde Python. Esta librería soporta muchos formatos de archivos y provee potentes facilidades de procesamiento de gráficos. + http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz + + sane-backends-devel + libjpeg-turbo-devel + freetype-devel + python-devel + lcms-devel + zlib-devel + + + local_only_initial_value.patch + gentoo-imaging-sane.patch + anka-imaging-tiffendian.patch + gentoo-imaging-giftrans.patch + + programming/language/python/python-imaging/pspec.xml + + + python-imaging + Python Imaging Library (PIL) + + libjpeg-turbo + sane-backends + xdg-utils + freetype + tcltk + lcms + tcl + + + /usr/bin + /usr/lib + /usr/include + /usr/share/doc + + + + + 2020-01-20 + 1.1.7 + Clean and rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-30 + 1.1.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.1.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-08 + 1.1.7 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + python-ecdsa + https://github.com/warner/python-ecdsa + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python + ECDSA implementation for Python + Python için ECDSA Kriptografi Uygulaması + This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. + Python için kolay kullanımlı, MIT lisanslı ECDSA kriptografi (Elliptic Curve Digital Signature Algorithm) modülü. Bu kitaplık ile hızlıca anahtar oluşturabilir (giriş ahahtarı ve doğrulama anahtarı), iletileri imzalayabilir ve imzalarınızı doğrulayabilirsiniz. Anahtar ile imzalar çok kısadır ve diğer protokollere bütünlleştirmek oldukça kolaydır. + https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.15.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-ecdsa/pspec.xml + + + python-ecdsa + ECDSA module for python + + python-six + + + /usr/share/doc/python-ecdsa + /usr/lib/python2* + + + + + 2020-01-23 + 0.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-21 + 0.14.1 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-01 + 0.13 + First Pisi Release, built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + python-scandir + https://github.com/benhoyt/scandir + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + Standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü. + scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. + python-scandir, standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü sağlar. + https://github.com/benhoyt/scandir/archive/v1.10.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-scandir/pspec.xml + + + python-scandir + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + + /usr/share/doc/python-scandir + /usr/lib/python2* + + + + + 2020-02-18 + 1.10.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-hyperframe + https://github.com/python-hyper/hyperframe + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Pure-Python HTTP/2 framing + Pure-Python HTTP/2 çatısı. + This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. + python-hyperframe, bu kitaplık "hyper" projelerinde kullanılmak üzere "HTTP/2" çerçeveleri içerir. İkilik bir akışı HTTP/2 çerçevelerine çözebilen python kod tabanı sunar. + https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-hyperframe/pspec.xml + + + python-hyperframe + Pure-Python HTTP/2 framing + + /usr/lib + /usr/share/man + /usr/share/doc/python-hyperframe + + + + + 2020-09-23 + 6.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 5.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. + python-contextlib2, contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-contextlib2/pspec.xml + + + python-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + /usr/share/doc/python-contextlib2 + /usr/lib/python2* + + + + + 2020-02-17 + 0.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-zipp + https://github.com/jaraco/zipp + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A pathlib-compatible Zipfile object wrapper. + pathlib-uyumlu ZipDosyası sarmalayıcı python modülü + A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. + https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-zipp/pspec.xml + + + python-zipp + A pathlib-compatible Zipfile object wrapper. + + /usr/share/doc/python-zipp + /usr/lib/python2* + + + + + 2020-02-18 + 3.0.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-17 + 2.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-docker-py + https://github.com/dotcloud/docker-py + + Alihan Öztürk + alihan@pisilinux.org + + apache + app:console + programming.language.python + Python client for Docker. + A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc. + https://github.com/docker/docker-py/archive/2.0.2.tar.gz + + python-devel + python-setuptools + python-websocket-client + python-six + python-requests + pip + + programming/language/python/python-docker-py/pspec.xml + + + python-docker-py + Python client for Docker. + + python + python-websocket-client + python-six + python-requests + + + /usr/lib + /usr/share/doc - 2019-01-20 - 3.1.0 + 2018-08-29 + 2.0.2 Rebuild. - Mustafa Cinasl - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2018-09-10 - 3.1.0 - Version bump - Mustafa Cinasl - muscnsl@gmail.com + 2017-01-25 + 2.0.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org - 2017-10-14 - 3.0.2 - Version bump - Mustafa Cinasl - muscnsl@gmail.com + 2016-06-09 + 1.8.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2017-01-07 - 3.0.0 + 2016-06-06 + 1.8.1 First release Alihan Öztürk alihan@pisilinux.org + + + python-editor + https://github.com/fmoo/python-editor + + Blue Devil + bluedevil@sctzine.com + + Apache2.0 + library + programming.language.python + Programmatically open an editor, capture the result. + Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı. + python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. + python-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar. + https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-editor/pspec.xml + + + python-editor + Programmatically open an editor, capture the result. + + /usr/lib/python2* + /usr/share/doc/python-editor + + + + + 2020-02-18 + 1.0.4 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-colorama + https://pypi.python.org/pypi/colorama + + Alihan Öztürk + alihan@pisilinux.org + + BSD + library + programming.language.python + Cross-platform colored terminal text. + Uçbirim metinlerini renklendirebilen python modülüdür. + Python API for cross-platform colored terminal text. + python-colorama, uçbirim metinlerini renklendirebilen python modülüdür. + https://github.com/tartley/colorama/archive/0.4.3.tar.gz + + python-devel + + programming/language/python/python-colorama/pspec.xml + + + python-colorama + Cross-platform colored terminal text. + + /usr/lib/python2* + /usr/share/doc/python-colorama + + + + + 2019-12-24 + 0.4.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-29 + 0.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 0.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.3.7 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 0.3.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-attrs + https://www.attrs.org/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Python Classes Without Boilerplate + Şablonsuz python sınıfları. + attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). + python-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar. + https://github.com/python-attrs/attrs/archive/20.2.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-attrs/pspec.xml + + + python-attrs + Python Classes Without Boilerplate + + /usr/lib/python2* + /usr/share/doc/python-attrs + + + + + 3020-09-23 + 20.2.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-15 + 19.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-cryptography + https://cryptography.io/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Cryptographic recipes for Python + Python için kriptografik tarifler + A package designed to expose cryptographic recipes and primitives to Python developers + python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. + https://github.com/pyca/cryptography/archive/3.1.tar.gz + + python-cffi + python-devel + openssl-devel + python-pycparser + python-setuptools + + programming/language/python/python-cryptography/pspec.xml + + + python-cryptography + Cryptographic recipes for Python + + python + python-cffi + + + /usr/lib/python2* + /usr/share/doc/python-cryptography/LICENSE + /usr/share/doc/python-cryptography/README.rst + + + + + 2020-08-30 + 3.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 2.9.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 2.9.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 2.9 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-06 + 2.8 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-udev + https://pypi.org/project/pyudev/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.language.python + Python bindings for libudev library + libudev için Python bağlayıcısı + These bindings enable using of udev library in Python programs. + Bu bağlayıcı, Python programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar. + https://github.com/pyudev/pyudev/archive/v0.22.tar.gz + + python-setuptools + eudev-devel + + programming/language/python/python-udev/pspec.xml + + + python-udev + Python bindings for libudev library + + /usr/lib + /usr/share/doc + + + + + 2020-01-29 + 0.22 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 0.21.0 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 0.21.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.21.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 0.21.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.16.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-02 + 0.16.1 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + python-lxml + https://lxml.de/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + BSD + library + programming.language.python + lxml is the most feature-rich and easy-to-use library + Zengin içerikli ve kolay kullanımlı bir kütüphane. + lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. + Python dilinde xml ve html ile çalışmak için, zengin içerikli ve kolay kullanımlı bir kütüphane. + https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz + + cython + python-devel + libxslt-devel + libxml2-devel + + programming/language/python/python-lxml/pspec.xml + + + python-lxml + lxml is the most feature-rich and easy-to-use library + + python + libxml2 + libxslt + + + /usr/lib/python2* + + + + python-lxml-docs + API documentation of python-lxml + python-lxml paketine ait API belgeleri + python-lxml-docs, python-lxml paketine ait API belgeleri içerir. + + python-lxml + + + /usr/share/doc + + + + + 2020-05-24 + 4.5.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 4.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 4.4.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-07 + 4.1.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 4.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 3.7.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.3.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-05 + 3.3.5 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + python-smbc + http://cyberelk.net/tim/software/pysmbc + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + Python interface to the libsmbclient library + libsmbclient kitaplığı için Python arayüzü + python-smbc is a Python binding for the libsmbclient library. + python-smbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır. + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz + + samba-devel + python-devel + python-setuptools + + programming/language/python/python-smbc/pspec.xml + + + python-smbc + Python interface to the libsmbclient library + + samba + python + + + /usr/lib/python2* + /usr/share/doc/python-smbc + + + + + 2020-05-24 + 1.0.22 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 1.0.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-29 + 1.0.20 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 1.0.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-20 + 1.0.18 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-15 + 1.0.15.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 1.0.13 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-09 + 1.0.13 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-backports-ssl-match-hostname + https://pypi.python.org/pypi/backports.ssl_match_hostname + + Alihan Öztürk + alihan@pisilinux.org + + PSF-2.2 + app + programming.language.python + The ssl.match_hostname() function from Python 3.4 + Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı + The ssl.match_hostname() function from Python 3.4 + python-backports-ssl-match-hostname, Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar. + https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-backports-ssl-match-hostname/pspec.xml + + + python-backports-ssl-match-hostname + The ssl.match_hostname() function from Python 3.4 + + /usr/lib/python* + /usr/share/doc + + + + + 2020-01-20 + 3.7.0.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 3.5.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 3.5.0.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-06-15 + 3.4.0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-anytree + https://github.com/c0fec0de/anytree + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Powerful and Lightweight Python Tree Data Structure + AnyTree için Python bağlayıcıları. + Simple, lightweight and extensible Tree data structure. + python-anytree, python için güçlü ve hafif ağaç veri yapıları sunan bir python kitaplığıdır. + https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz + + python-setuptools + python-devel + python-six + + programming/language/python/python-anytree/pspec.xml + + + python-anytree + Powerful and Lightweight Python Tree Data Structure + + python-six + + + /usr/lib/python2* + /usr/share/doc/python-anytree + + + + + 2020-01-23 + 2.8.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-ipaddress + https://github.com/phihag/ipaddress + + Blue DeviL + bluedevil@sctzine.com + + PSFL + library + programming.language.python + Python 3.3+'s ipaddress for older Python versions + Python için ipaddress modülü + python-ipaddress ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. This module is a backport for python 2.7 and python versions up to 3.2. + python-ipaddress modülü Python3.3 ile gelen ipaddress modülünün python 2.7 ve python 3.2'ye kadar olan sürümlerinde de çalışmasını sağlar. + https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-ipaddress/pspec.xml + + + python-ipaddress + ipaddress module for python + + /usr/lib + /usr/share/doc + + + + + 2019-11-25 + 1.0.23 + First release + Blue DeviL + bluedevil@sctzine.com + + + + + + wxPython + https://www.wxpython.org/ + + PisiLinux Community + admin@pisilinux.org + + wxWinLL-3 + library + programming.language.python + Python bindings for wxGTK + wxGTK için Python bağlayıcıları. + wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++. + https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz + + wxGTK3 + gtk3-devel + tiff-devel + mesa-devel + wxGTK-devel + pango-devel + libSM-devel + python-devel + mesa-glu-devel + gstreamer-devel + gdk-pixbuf-devel + libXxf86vm-devel + libXinerama-devel + python-setuptools + libjpeg-turbo-devel + gst-plugins-base-devel + + programming/language/python/wxPython/pspec.xml + + + wxPython + + bzip2 + python + wxGTK3 + wxGTK-common + + + /usr/lib + /usr/share/doc + + + + + 2022-07-29 + 4.1.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-31 + 3.0.2.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2018-08-30 + 3.0.2.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2018-02-03 + 3.0.2.0 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2017-01-25 + 3.0.2.0 + Rebuild for new toolchain + Pisi Linux Admins + admin@pisilinux.org + + + 2016-07-02 + 3.0.2.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + python-bcrypt + https://github.com/pyca/bcrypt + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Modern(-ish) password hashing for your software and your servers + Yazılımlarınız ve sunucularınız için bir parola hashi üreten python modülüdür. + python-bcrypt is a good password hashing for your software and your servers + python-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir. + https://github.com/pyca/bcrypt/archive/3.1.7.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-bcrypt/pspec.xml + + + python-bcrypt + Modern(-ish) password hashing for your software and your servers + + python-cffi + + + /usr/lib/python2* + /usr/share/doc/python-bcrypt + + + + + 2019-12-13 + 3.1.7 + Rebuilt and split packages + Blue Devil + bluedevil@sctzine.com + + + 2019-11-07 + 3.1.7 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-PyYAML + https://pyyaml.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.language.python + The next generation YAML parser and emitter for Python + Python için yeni nesil YAML ayrıştırıcısı + python-pyyaml is the next generation YAML parser and emitter for Python. + python-pyyaml python için yeni nesil YAML ayrıştırıcısıdır. + https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz + + _yaml.c + + + libyaml-devel + python-devel + + programming/language/python/python-PyYAML/pspec.xml + + + python-PyYAML + The next generation YAML parser and emitter for Python + + libyaml + + + /usr/share/doc/python-PyYAML + /usr/lib/python2* + + + + + 2020-04-07 + 5.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-22 + 5.3 + Clean and rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ gcc9. + Blue Devil + bluedevil@sctzine.com + + + 2019-10-03 + 5.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 3.13 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-25 + 3.12 + Rebuild for new toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-16 + 3.12 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-27 + 3.11 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python-h2 + https://github.com/python-hyper/hyper-h2 + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + HTTP/2 State-Machine based protocol implementation + HTTP/2 Durum-Makinesi temelli protokol uygulanaması + This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. + python-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır. + https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-h2/pspec.xml + + + python-h2 + HTTP/2 State-Machine based protocol implementation + + python-hpack + python-enum34 + python-hyperframe + + + /usr/lib + /usr/share/man + /usr/share/doc/python-h2 + + + + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-23 + 3.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 3.1.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-dateutil + https://github.com/dateutil/dateutil + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + python-dateutil provides powerful extensions to datetime + Python datetime için güçlü genişletmeler içeren python modülü + The dateutil module provides powerful extensions to the standard datetime module, available in Python. + python-dateutil, Python standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. + https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-dateutil/pspec.xml + + + python-dateutil + python-dateutil provides powerful extensions to datetime + + python-six + + + /usr/lib/python2* + /usr/share/doc/python-dateutil + + + + + 2019-12-24 + 2.8.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python-click + https://palletsprojects.com/p/click/ + + Blue Devil + bluedevil@sctzine.com + + BSD-3 + library + programming.language.python3 + Python composable command line interface toolkit + Python için komut satırı yaratma arayüzü + Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. + Click, python için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir. + https://github.com/pallets/click/archive/7.1.2.tar.gz + + python + python-setuptools + + programming/language/python/python-click/pspec.xml + + + python-click + Python composable command line interface toolkit + + /usr/lib/python2* + /usr/share/doc/python-click + + + + + 2020-05-24 + 7.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 7.1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-15 + 7.0 + Moved from contrib and rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-06 + 7.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + python-rfc3986 + https://pypi.org/project/rfc3986/ + + Blue Devil + bluedevil@sctzine.com + + Apache + library + programming.language.python + Validating URI References per RFC 3986. + Her RFC 3986 için URI referanslarını değerlendirir. + A Python implementation of RFC 3986 including validation and authority parsing. + python-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır. + https://github.com/python-hyper/rfc3986/archive/1.4.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-rfc3986/pspec.xml + + + python-rfc3986 + Validating URI References per RFC 3986. + + /usr/share/doc/python-rfc3986 + /usr/share/man + /usr/lib + + + + + 2020-04-08 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-15 + 1.3.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-singledispatch + https://pypi.org/project/singledispatch/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + This library is a backport of functools.singledispatch to Python 2.6 - 3.3. + functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplık. + This library is a backport of this functionality to Python 2.6 - 3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. + python-singledispatch, functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplığı sağlar. + https://bitbucket.org/ambv/singledispatch/get/3.4.0.3.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-singledispatch/pspec.xml + + + python-singledispatch + This library is a backport of functools.singledispatch to Python 2.6 - 3.3. + + /usr/share/doc/python-singledispatch + /usr/lib/python2* + + + + + 2020-03-18 + 3.4.0.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + tcltk + http://www.tcl.tk + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.tcl + Tk est une boîte à outils X11 implémentée avec le langage de script Tcl. + An X11 toolkit implemented with the Tcl scripting language + Tcl betik dili ile yazılmış X11 araç ve kitaplıkları + Tk is an X Windows widget set designed to work closely with the tcl scripting language. It allows you to write simple programs with full featured GUIs in only a little more time then it takes to write a text based interface. + Tk, tcl betik dili ile birlikte kullanılması için tasarlanmış bir X Windows araç setidir. Metin tabanlı arayüzlere oranla daha kısa sürede tam özellikli grafik arayüzlere sahip basit programlar yazmanızı sağlar. + mirrors://sourceforge/tcl/tk8.6.10-src.tar.gz + + tcl-devel + libX11-devel + libXft-devel + fontconfig-devel + + + tk-8.6.9-conf.patch + tk-8.6.4-no-fonts-fix.patch + tk-8.6.1-make.patch + + programming/language/tcl/tcltk/pspec.xml + + + tcltk + + tcl + libX11 + libXft + fontconfig + + + /usr/bin + /usr/lib + /usr/lib/tk8.6 + /usr/share/doc + /usr/share/man + + + + tcltk-devel + Development files for tcltk + tcltk için geliştirme dosyaları + + tcltk + libX11-devel + tcl-devel + + + /usr/include + /usr/lib/*.a + /usr/lib/tkConfig.sh + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-01-18 + 8.6.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-27 + 8.6.8 + Rebuild for New Toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-27 + 8.6.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-31 + 8.6.6 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 8.6.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-14 + 8.6.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + tcl + http://www.tcl.tk + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + programming.language.tcl + Tcl programming language + Tcl programlama dili + Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. + Tcl, çeşitli uygulamalar geliştirmek için kullanılabilen bir programlama dilidir. + Tcl provee una plataforma potente para crear aplicaciones de integración de diversos aplicaciones, protocolos, dispositivos y frameworks + mirrors://sourceforge/tcl/tcl8.6.10-src.tar.gz + + zlib-devel + + programming/language/tcl/tcl/pspec.xml + + + tcl + + zlib + + + /usr/bin + /usr/lib + /usr/lib/tcl8.6 + /usr/share/doc + /usr/share/man + + + + tcl-devel + Development files for tcl + tcl için geliştirme dosyaları + + tcl + zlib-devel + + + /usr/include + /usr/lib/*.a + /usr/lib/pkgconfig + /usr/lib/tclConfig.sh + /usr/share/man/man3 + + + + sqlite-tcl + files for sqlite-tcl + + tcl + + + /usr/lib/sqlite3.13.0/libsqlite* + /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm + /usr/share/man/mann/tdbc_sqlite3.n + /usr/share/man/mann/sqlite3.n + + + + + 2020-01-15 + 8.6.10 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 8.6.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-30 + 8.6.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-26 + 8.6.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 8.6.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-11 + 8.6.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + perl-Net-DNS-Resolver-Programmable + https://metacpan.org/pod/Net::DNS::Resolver::Programmable + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + programmable DNS resolver class for offline emulation of DNS. + Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. + https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Net-DNS-Resolver-Programmable-0.009.tar.gz + + perl + perl-Net-DNS + perl-Module-Build + + programming/language/perl/perl-Net-DNS-Resolver-Programmable/pspec.xml + + + perl-Net-DNS-Resolver-Programmable + + perl + perl-Net-DNS + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.009 + First build + fury + uglyside@yandex.ru + + + + + + perl-Image-ExifTool + https://exiftool.org/index.html + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + A command-line application for reading, writing and editing meta information in image, audio and video files + Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması + ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. + ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır. + https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz + + perl + + programming/language/perl/perl-Image-ExifTool/pspec.xml + + + perl-Image-ExifTool + A command-line application for reading, writing and editing meta information in image, audio and video files + + perl + + + /usr/lib + /usr/share/man + /usr/bin + /usr/share/doc/perl-Image-ExifTool/Changes + + + + perl-Image-ExifTool-docs + Documentation of perl-Image-ExifTool + perl-Image-ExifTool için belgelendirme dosyaları + perl-Image-ExifTool-docs, perl-Image-ExifTool için belgelendirme dosyaları içerir + + perl-Image-ExifTool + + + /usr/share/doc + + + + + 2020-07-20 + 12.00 + Major version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 11.91 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 11.86 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 11.84 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 11.01 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 10.40 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 10.00 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-27 + 10.00 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + perl-Test-Needs + https://metacpan.org/pod/Test::Needs + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + library + programming.language.perl + Test::Needs - Skip tests when modules not available + Bu perl modülü, olmayan perl modülü için hata vermez. + Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip. + perl-Test-Needs, olmayan perl modülü için hata vermeyen bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz + + perl + + programming/language/perl/perl-Test-Needs/pspec.xml + + + perl-Test-Needs + Test::Needs - Skip tests when modules not available + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-12-17 + 0.002006 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 0.002006 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Probe-Perl + https://metacpan.org/pod/Probe::Perl + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Information about the currently running perl + Çalışan Perl hakkında bilgi verir + perl-Probe-Perl is a Perl module for getting information about the currently running perl. + perl-Probe-Perl çalışan Perl hakkında bilgi veren bir Perl modülüdür. + http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz + + perl + + programming/language/perl/perl-Probe-Perl/pspec.xml + + + perl-Probe-Perl + + perl + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 0.03 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Devel-CheckLib + https://metacpan.org/pod/Devel::CheckLib + + fury + uglyside@yandex.ru + + perl_5 + library + programming.language.perl + Devel::CheckLib - check that a library is available. + Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available. + https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz + + perl + perl-Mock-Config + perl-Capture-Tiny + + programming/language/perl/perl-Devel-CheckLib/pspec.xml + + + perl-Devel-CheckLib + + perl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 1.14 + First build. + fury + uglyside@yandex.ru + + + + + + perl-File-chdir + https://metacpan.org/pod/File::chdir + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl module for changing directories + Dizin değiştirmek için bir Perl modülü. + Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program. + Dizin değiştirmek için bir Perl modülü. + http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-chdir-0.1011.tar.gz + + perl + + programming/language/perl/perl-File-chdir/pspec.xml + + + perl-File-chdir + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-09 + 0.1011 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Sub-Identify + https://metacpan.org/pod/Sub::Identify + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Perl module to retrieve names of code references + Kod referanslarının adlarını almak için Perl modülü + perl-Sub-Identify is a Perl module allowing you to retrieve the real name of code references through the introspection mechanism. + perl-Sub-Identify, introspection mekanizmasıyla kod referanslarının adlarını almaya yarayan bir Perl modülüdür. + http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz + + perl + perl-Test-Pod + + programming/language/perl/perl-Sub-Identify/pspec.xml + + + perl-Sub-Identify + Perl module to retrieve names of code references + + perl + perl-Test-Pod + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 0.14 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.14 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.12 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-LWP-Protocol-https + https://metacpan.org/release/LWP-Protocol-https + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + LWP::Protocol::https - Provide https support for LWP::UserAgent + LWP::Protocol::https - LWP::UserAgent için https desteği + The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. + The LWP::Protocol::https LWP::UserAgent için https desteği sunar. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz + + perl + perl-NET-HTTP + perl-Mozilla-CA + perl-IO-Socket-SSL + + programming/language/perl/perl-LWP-Protocol-https/pspec.xml + + + perl-LWP-Protocol-https + LWP::Protocol::https - Provide https support for LWP::UserAgent + + perl + perl-libwww + perl-Try-Tiny + ca-certificates + perl-Mozilla-CA + perl-IO-Socket-SSL + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-07-20 + 6.09 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 6.07 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.07 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.06 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.06 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 6.06 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Font-TTF + https://metacpan.org/pod/Font::TTF + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + Perl module for TrueType Font hacking + TrueType yazıtipleri için Perl modülü + perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables. + perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz + + perl + perl-IO-String + + programming/language/perl/perl-Font-TTF/pspec.xml + + + perl-Font-TTF + Perl module for TrueType Font hacking + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-11 + 1.06 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.05 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.05 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.05 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.05 + First release + Ayhan Yalçınsoy + ayhanyalcinoys@pisilinux.org + + + + + + perl-parse-yapp + https://search.cpan.org/dist/Parse-Yapp + + Pisi Linux Admins + admin@pisilinux.org + + PerlArtistic + library + programming.language.perl + Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules + Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules + Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules + Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules + https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.06.tar.gz + programming/language/perl/perl-parse-yapp/pspec.xml + + + perl-parse-yapp + + /usr/bin + /usr/lib/perl5 + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-12-18 + 1.21 + First release. + Pisi Linux Admins + admin@pisilinux.org + + + + + + perl-Mail-SPF + https://metacpan.org/pod/Mail::SPF + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Mail::SPF - An object-oriented implementation of Sender Policy Framework. + Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). + https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v2.9.0.tar.gz + + perl + perl-URI + perl-Error + perl-NetAddr-IP + perl-Module-Build + perl-Net-DNS-Resolver-Programmable + + programming/language/perl/perl-Mail-SPF/pspec.xml + + + perl-Mail-SPF + + perl + perl-URI + perl-Error + perl-Net-DNS + perl-NetAddr-IP + perl-Net-DNS-Resolver-Programmable + + + /usr/bin + /usr/sbin + /usr/lib/perl5 + /usr/share/man + + + + + 2021-10-14 + 2.9.0 + First build + fury + uglyside@yandex.ru + + + + + + perl-importer + https://metacpan.org/release/Importer + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Alternative but compatible interface to modules that export symbols. + Sembol üreten modüllere bir alternatif. + Alternative but compatible interface to modules that export symbols. + perl-importer, sembol üreten modüllere alternatif bir perl modülü sunar. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-0.026.tar.gz + + perl + + programming/language/perl/perl-importer/pspec.xml + + + perl-importer + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-08-30 + 0.026 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-09 + 0.025 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Bytes-Random-Secure + https://metacpan.org/release/Bytes-Random-Secure + + PisiLinux Community + admins@pisilinux.org + + PerlArtistic + library + programming.language.perl + Perl extension to generate cryptographically-secure random bytes. + Perl extension to generate cryptographically-secure random bytes. + Perl extension to generate cryptographically-secure random bytes. + Perl extension to generate cryptographically-secure random bytes. + https://cpan.metacpan.org/authors/id/D/DA/DAVIDO/Bytes-Random-Secure-0.29.tar.gz + + perl-Crypt-Random-Seed + perl-Math-Random-ISAAC + perl + + programming/language/perl/perl-Bytes-Random-Secure/pspec.xml + + + perl-Bytes-Random-Secure + + perl-Crypt-Random-Seed + perl-Math-Random-ISAAC + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-10-14 + 0.29 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Moo + https://metacpan.org/release/Moo + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Moo - Minimalist Object Orientation (with Moose compatibility) + Moo - Minimalist Nesne Yönelim Sistemi. + perl-Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup. + perl-Moo, minimalist nesne yönelim sistemi olan bir perl modülü sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz + + perl + perl-Role-Tiny + perl-Sub-Quote + perl-Module-Runtime + perl-Class-Method-Modifiers + perl-Test-Fatal + + programming/language/perl/perl-Moo/pspec.xml + + + perl-Moo + Moo - Minimalist Object Orientation (with Moose compatibility) + + perl + perl-Role-Tiny + perl-Sub-Quote + perl-Import-Into + perl-Module-Runtime + perl-Class-Method-Modifiers + perl-Devel-GlobalDestruction + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 2.004000 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-return-multilevel + https://metacpan.org/release/Data-Munge/ + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Various utility functions + Various utility functions + https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Return-MultiLevel-0.05.tar.gz + + perl + perl-data-munge + perl-Test-Fatal + + programming/language/perl/perl-return-multilevel/pspec.xml + + + perl-return-multilevel + + perl + perl-data-munge + perl-Test-Fatal + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 0.05 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-HTML-Form + https://metacpan.org/release/HTML-Form + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTML::Form - Bir HTML Form elemanını temsil eden perl sınıfı + HTML::Form sınıfının nesneleri tek bir <form> ... </form> örneğini temsil edebilirler. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz + + perl-LWP-Mediatypes + perl-HTTP-Message + perl-HTML-Parser + perl-URI + perl + + programming/language/perl/perl-HTML-Form/pspec.xml + + + perl-HTML-Form + HTML::Form - Class that represents an HTML form element + + perl-LWP-Mediatypes + perl-HTTP-Message + perl-HTML-Parser + perl-URI + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + /usr/share + + + + + 2020-02-22 + 6.07 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 6.06 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 6.05 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.03 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.03 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 6.03 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Data-Dump + https://metacpan.org/pod/Data::Dump + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + Perl Module for pretty printing of data structures + Perl veri yapılarının hoş bir şekilde bastırılması + perl-Data-Dump is a perl module which provides a few functions that traverse their argument and produces a string as its result. + perl-Data-Dump argümanları takip edip sonucunu bir karakter dizisi olarak bastıran fonksiyonlar sağlayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz + + perl + + programming/language/perl/perl-Data-Dump/pspec.xml + + + perl-Data-Dump + Perl Module for pretty printing of data structures + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-07 + 1.23 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2014-09-10 + 1.22 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.22 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-01 + 1.22 + Rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-11-08 + 1.22 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 1.21 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Test-Exception + https://metacpan.org/pod/Test::Exception + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Module for testing exception based codes + Perl için exception tabanlı kod denetleme modülü + This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. + perl-Test-Exception, perl için exception tabanlı kod denetleme modülü içerir. + http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz + + perl + perl-Sub-Uplevel + + programming/language/perl/perl-Test-Exception/pspec.xml + + + perl-Test-Exception + Module for testing exception based codes + + perl + perl-Sub-Uplevel + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Test-Exception + + + + + 2020-01-12 + 0.43 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.43 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.43 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.43 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 0.43 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Sub-Exporter-Progressive + https://metacpan.org/release/Sub-Exporter-Progressive + + Blue Devil + bluedevil@sctzine.com + + Artistic + GPLv2 + library + programming.language.perl + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper + Sub-Exporter için sarmalayıcı perl modülü + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. + perl-Sub-Exporter-Progressive, Sub-Exporter için sarmalayıcı perl modülü içerir. + https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz + + perl + + programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml + + + perl-Sub-Exporter-Progressive + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.001013 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Try-Tiny + https://metacpan.org/pod/Try::Tiny + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Perl module to implement minimal try/catch + Perl için basit bir try/catch gerçeklemesi + perl-Try-Tiny is a Perl module which implements a minimal try/catch with proper localization of $@. + perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir. + http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz + + perl + perl-Capture-Tiny + + programming/language/perl/perl-Try-Tiny/pspec.xml + + + perl-Try-Tiny + Perl module to implement minimal try/catch + + perl + perl-Capture-Tiny + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-07 + 0.30 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.30 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.28 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.24 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.24 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Role-Tiny + https://metacpan.org/release/Role-Tiny + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose + Minimal rol kompozisyon aracı + Role::Tiny is a minimalist role composition tool. + perl-Role-Tiny, minimal rol kompozisyon aracı olan perl modülü sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.001004.tar.gz + + perl + perl-Test-Fatal + + programming/language/perl/perl-Role-Tiny/pspec.xml + + + perl-Role-Tiny + Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 2.001004 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-IO-HTML + https://metacpan.org/release/IO-HTML + + Blue Devil + bluedevil@sctzine.com + + Artistic + GPLv2 + library + programming.language.perl + IO::HTML Opens an HTML file with automatic charset detection + IO::HTML bir HTML dosyasını otomatik karakter seti tespiti ile açar. + IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. + perl-IO-HTML, HTML içeren dosyayı açarken otomatik karakter seti sunarak açmayı kolaylaştıran bir yol sunar. + https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz + + perl + + programming/language/perl/perl-IO-HTML/pspec.xml + + + perl-IO-HTML + IO::HTML Opens an HTML file with automatic charset detection + + perl + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-10-01 + 1.004 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 1.001 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Sub-Exporter + https://metacpan.org/release/Sub-Exporter + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + A sophisticated exporter written in Perl for custom-built routines + Özelleştirilmiş karmaşık inşa yordamları için Perl dilinde yazılmış bir dışa aktarıcı + perl-Sub-Exporter is a Perl module that is a sophisticated exporter for custom-built routines. + perl-Sub-Exporter özelleştirilmiş karmaşık inşa yordamları için dışa aktarıcı bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz + + perl + perl-Params-Util + perl-Sub-Install + perl-Data-OptList + + programming/language/perl/perl-Sub-Exporter/pspec.xml + + + perl-Sub-Exporter + A sophisticated exporter written in Perl for custom-built routines + + perl + perl-Params-Util + perl-Sub-Install + perl-Data-OptList + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.987 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-NET-HTTP + https://metacpan.org/pod/Net::HTTP + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Low-level HTTP connection (client) + Düşük-seviye HTTP bağlantı istemcisi + The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. + Net::HTTP düşük-seviye HTTP bağlantı istemcisi sınıfı sunar. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.19.tar.gz + + perl + perl-URI + + programming/language/perl/perl-NET-HTTP/pspec.xml + + + perl-NET-HTTP + Low-level HTTP connection (client) + + perl + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-13 + 6.19 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.09 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.09 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.09 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 6.09 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-ExtUtils-Depends + https://metacpan.org/pod/ExtUtils::Depends + + Pisilinux Community + admins@pisilinux.org + + GPL-2 + library + programming.language.perl + A library for easily build XS extensions that depend on XS extensions + This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other Perl extensions. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz + + perl + + programming/language/perl/perl-ExtUtils-Depends/pspec.xml + + + perl-ExtUtils-Depends + + perl + + + /usr/lib/perl5 + /usr/share/doc + /usr/share/man/man3 + + + + + 2021-12-21 + 0.8001 + First build. + fury + uglyside@yandex.ru + + + + + + perl-Net-DNS + https://metacpan.org/release/Net-DNS + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl interface to the DNS resolver + Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur. + Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. + Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur. Programcıya isim ile bağlantı sağlama (gethostbyname) ve adres ile bağlantı sağlamanın (gethostbyaddr) ötesinde olan DNS sorgularının çalışması için izin verir. + Net::DNS es una collección de módulos Perl con funciones de un servidor de nombres de dominio (DNS). Permite al programador realizar consultas DNS más allá de las facilidades de gethostbyname y gethostbyaddr. + https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.27.tar.gz + + perl + perl-Test-Pod + perl-Digest-HMAC + perl-Net-LibIDN2 + + programming/language/perl/perl-Net-DNS/pspec.xml + + + perl-Net-DNS + Perl interface to the DNS resolver + + perl + perl-Net-LibIDN2 + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2020-10-01 + 1.27 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-07-20 + 1.26 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-06-02 + 1.24 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Font-AFM + https://metacpan.org/pod/Font::AFM + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + A Perl module that is a interface to Adobe Font Metrics files + Adobe Font Metrics dosyaları için bir Perl arayüz modülü + perl-Font-AFM is interface to Adobe Font Metrics files. It allows you to obtain information about the font and the metrics of the various glyphs in the font. + Adobe Font Metrics dosyaları için bir Perl arayüz mödülü. Bu modül ile yazı tipi ve biçimi hakkında bilgilere ulaşabilirsiniz. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Font-AFM-1.20.tar.gz + + perl + + programming/language/perl/perl-Font-AFM/pspec.xml + + + perl-Font-AFM + A Perl module that is a interface to Adobe Font Metrics files + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-11 + 1.20 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.20 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.20 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.20 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-FFI-CheckLib + https://metacpan.org/release/FFI-CheckLib + + Blue Devil + bluedevil@sctzine.com + + Artistic + GPLv2 + library + programming.language.perl + Check that a library is available for FFI + FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü. + perl-FFI-CheckLib, checks if a library is available for FFI + perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.27.tar.gz + + perl + perl-test-exit + perl-test2-suite + + programming/language/perl/perl-FFI-CheckLib/pspec.xml + + + perl-FFI-CheckLib + Check that a library is available for FFI + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-05-18 + 0.27 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-10 + 0.26 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-XML-SAX-Base + https://metacpan.org/pod/XML::SAX::Base + + PisiLinux Community + admins@pisilinux.org + + Artistic + app:console + programming.language.perl + Base class SAX Drivers and Filters + SAX sürücü ve süzgeçleri içeren perl modülü. + This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. + perl-XML-SAX-BASE, SAX sürücü ve süzgeçleri içeren perl modülüdür. + https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz + + perl + + programming/language/perl/perl-XML-SAX-Base/pspec.xml + + + perl-XML-SAX-Base + Base class SAX Drivers and Filters + + perl + + + /usr/lib/perl5/vendor_perl + /usr/share/doc + + + + + 2020-04-09 + 1.09 + Remove man. + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-13 + 1.09 + Rebuild + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.09 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-12 + 1.09 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-AnyEvent-I3 + https://metacpan.org/release/AnyEvent-I3 + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + programming.language.perl + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır. + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies. + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz. + https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz + + perl + perl-Event + perl-JSON-XS + perl-AnyEvent + + programming/language/perl/perl-AnyEvent-I3/pspec.xml + + + perl-AnyEvent-I3 + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. + + perl + perl-JSON-XS + perl-AnyEvent + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 0.17 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2019-06-21 + 0.17 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-Pod + https://metacpan.org/pod/Test::Pod + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + A perl module to check for errors in POD files + Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü + Check POD files for errors or warnings in a test file, using Pod::Simple. + Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz + + perl + + programming/language/perl/perl-Test-Pod/pspec.xml + + + perl-Test-Pod + A perl module to check for errors in POD files + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 1.52 + Rebuild + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 1.52 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.51 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.51 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.51 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Devel-Symdump + https://metacpan.org/pod/Devel::Symdump + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Dump symbol names or the symbol table + Sembol isimlerinin veya sembol tablosunun dökümünü verir + perl-Devel-Symdump is a Perl module that dumps symbol names or the symbol table. + perl-Devel-Symdump sembol isimlerinin veya sembol tablosunun dökümünü veren bir Perl modülüdür. + http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-2.18.tar.gz + + perl + + programming/language/perl/perl-Devel-Symdump/pspec.xml + + + perl-Devel-Symdump + Dump symbol names or the symbol table + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 2.18 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.18 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.17 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.15 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Clone + https://metacpan.org/pod/Clone + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Clone - recursively copy Perl datatypes. + This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz + + perl + perl-B-COW + + programming/language/perl/perl-Clone/pspec.xml + + + perl-Clone + + perl + perl-B-COW + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.45 + First build + fury + uglyside@yandex.ru + + + + + + perl-HTML-Parser + https://metacpan.org/release/HTML-Parser + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + HTML Parser + HTML ayrıştırmak için kütüphane + The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. + HTML-Parser yazılımı, HTML dökümanlarından bilgi ayrıştıran ve seçip çıkaran bir modüller kolleksiyonudur. + La distribución HTML-Parser es una colección de módulos que analizan la sintaxis y extraen información de documentos HTML. + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz + + perl + perl-URI + perl-Test-Pod + perl-HTML-Tagset + perl-HTTP-Message + + programming/language/perl/perl-HTML-Parser/pspec.xml + + + perl-HTML-Parser + HTML Parser + + perl + perl-URI + perl-HTML-Tagset + perl-HTTP-Message + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-HTML-Parser + + + + + 2020-08-30 + 3.75 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-08-30 + 3.73 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 3.72 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 3.72 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 3.72 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.71 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 3.71 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-JSON + https://metacpan.org/pod/JSON + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + JSON (JavaScript Object Notation) encoder/decoder + JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü + This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/. + Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/. + https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz + + perl + perl-JSON-XS + perl-Test-Pod + + programming/language/perl/perl-JSON/pspec.xml + + + perl-JSON + JSON (JavaScript Object Notation) encoder/decoder + + perl + perl-JSON-XS + perl-Test-Pod + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-13 + 4.02 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.90 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.90 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.90 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.90 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Digest-HMAC + https://metacpan.org/pod/Digest::HMAC + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Keyed-Hashing for Message Authentication + HMAC-MD5 şifrelemesi sağlayan bir Perl modülü + This Perl module provides HMAC-MD5 hashing. + Bu Perl modülü HMAC-MD5 şifrelemesi sağlar. + Este módulo Perl facilita hashing HMAC-MD5 + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz + + perl + perl-Digest-SHA1 + + programming/language/perl/perl-Digest-HMAC/pspec.xml + + + perl-Digest-HMAC + Keyed-Hashing for Message Authentication + + perl + perl-Digest-SHA1 + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Digest-HMAC + + + + + 2020-01-02 + 1.03 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.03 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.03 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.03 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Pod-Coverage + https://metacpan.org/pod/Pod::Coverage + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + app:console + programming.language.perl + Checks if the documentation of a module is comprehensive + Bir modülün belgelendirmesinin kapsamını kontrol eder + perl-Pod-Coverage checks if the documentation of a module is comprehensive. + perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür. + http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz + + perl + perl-Test-Pod + perl-Devel-Symdump + + programming/language/perl/perl-Pod-Coverage/pspec.xml + + + perl-Pod-Coverage + Checks if the documentation of a module is comprehensive + + perl + perl-Test-Pod + perl-Devel-Symdump + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 0.23 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 0.23 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.23 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.23 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.23 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Tagset + https://metacpan.org/pod/HTML::Tagset + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Data tables useful in parsing HTML + HTML ayrıştırmak için yararlı bilgi tabloları + HTML-Tagset contains several data tables useful in various kinds of HTML parsing operations. + HTML-Tagset HTML ayrıştırmak için yararlı birçok bilgi tablosunu barındırır. + HTML-Tagset contiene varios tablas de datos útiles para varias operaciones de parsear HTML. + http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz + + perl + + programming/language/perl/perl-HTML-Tagset/pspec.xml + + + perl-HTML-Tagset + Data tables useful in parsing HTML + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-HTML-Tagset + + + + + 2020-01-02 + 3.20 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2018-09-08 + 3.20 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 3.20 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 3.20 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Digest-MD5 + https://metacpan.org/pod/Digest::MD5 + + PisiLinux Community + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl interface to the MD5 Algorithm + MD5 Algoritmasına perl arayüzü + Perl interface to the MD5 Algorithm + perl-Digest-MD5, MD5 Algoritmasına perl arayüzü sunar. + http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.55.tar.gz + + perl + + programming/language/perl/perl-Digest-MD5/pspec.xml + + + perl-Digest-MD5 + Perl interface to the MD5 Algorithm + + perl + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 2.55 + Rebuilt for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.55 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.55 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.53 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 2.53 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Module-Build + https://metacpan.org/pod/Module::Build + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Build and install Perl modules. + Per modüllerini inşa eder ve sisteme yükler + perl-Module-Build Module::Build is a system for building, testing, and installing Perl modules. + perl-Module-Find, Module::Build Perl modüllerini yapan, test eden ve yükleyen bir sistemdir. + https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz + + perl + + programming/language/perl/perl-Module-Build/pspec.xml + + + perl-Module-Build + + perl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 0.4229 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-09-02 + 0.4220 + Remove unneded dependency + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-26 + 0.4220 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.4220 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4216 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 0.4216 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-module-pluggable + https://metacpan.org/pod/Module::Pluggable + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + automatically give your module the ability to have plugins + Modülünüze otomatik olarak eklenti kullanma yeteneği verin + automatically give your module the ability to have plugins + https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz + + perl + + programming/language/perl/perl-module-pluggable/pspec.xml + + + perl-module-pluggable + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-09 + 5.2 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Sub-Quote + https://metacpan.org/release/Sub-Quote + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Sub::Quote - Efficient generation of subroutines via string eval + string eval ile verimli alt-rutin üretimi. + perl-Sub-Quote provides performant ways to generate subroutines from strings. + perl-Sub-Quote, string eval ile verimli alt-rutin üretimi yapan bir perl modülü sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.006006.tar.gz + + perl + perl-Test-Fatal + + programming/language/perl/perl-Sub-Quote/pspec.xml + + + perl-Sub-Quote + Sub::Quote - Efficient generation of subroutines via string eval + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 2.006006 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Net-Pcap + https://metacpan.org/release/Net-Pcap + + Blue Devil + bluedevil@sctzine.com + + GPL + app:console + library + programming.language.perl + Interface to pcap(3) LBL packet capture library + pcap(3) LBL paket yakalama kitaplığı arayüzü + The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library. + Net::Pcap modülü, pcap(3) LBL paket yakalama kitaplığı için bir Perl arayüzüdür. + https://cpan.metacpan.org/authors/id/S/SA/SAPER/Net-Pcap-0.18.tar.gz + + perl + libpcap-devel + + + Net-Pcap-0.18-Adapt-a-test-to-libpcap-1.8.0.patch + Net-Pcap-0.18-Fix-build-with-libpcap-1.9.0.patch + + programming/language/perl/perl-Net-Pcap/pspec.xml + + + perl-Net-Pcap + Interface to pcap(3) LBL packet capture library + + perl + libpcap + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-08 + 0.18 + Version bump + Blue Devil + bluedevil@sctzine.com + + + + + + perl-ExtUtils-MakeMaker + https://metacpan.org/release/ExtUtils-MakeMaker + + Blue DeviL + bluedevil@sctzine.com + + Perl 5 + library + programming.language.perl + Perl extension for creating a module Makefile + Makefile modülü yaratabilen bir perl eklentisi + This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. + Bu araç bir Makefile.PL dosyasından bir eklenti modülüne Makefile yaratmak için tasarlanmıstır. + https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz + + perl + + programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml + + + perl-ExtUtils-MakeMaker + Perl extension for creating a module Makefile + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/perl + + + + + 2020-07-20 + 7.46 + Version bump + Blue DeviL + bluedevil@sctzine.com + + + 2020-01-29 + 7.44 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2020-01-07 + 7.42 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-12 + 7.38 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + perl-DBI + https://dbi.perl.org/ + + Blue Devil + bluedevil@sctzine.com + + GPL + app:console + library + programming.language.perl + Database independent interface for Perl + Perl için veritabanından bağımsız arayüz. + The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used. + DBI Perl için standart veritabanı arayüzüdür. Birçok yordam, değişken ve kural tanımlar. + https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz + + perl + + programming/language/perl/perl-DBI/pspec.xml + + + perl-DBI + Database independent interface for Perl + + perl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-02-05 + 1.643 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-08 + 1.642 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2016-04-22 + 1.634 + First release, built with docker. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + perl-XML-Simple + https://metacpan.org/pod/XML::Simple + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + XML::Simple Perl module + XML::Simple Perl kütüphanesi + XML::Simple is an easy API to read/write XML. This package provides XML::Simple's Perl module. + XML::Simple, XML okumak ve yazmak için kolay bir API'dir. Bu paket de, XML::Simple'in Perl kütüphanesini içermektedir. + http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz + + perl + perl-XML-Parser + perl-XML-SAX + + programming/language/perl/perl-XML-Simple/pspec.xml + + + perl-XML-Simple + + perl + perl-XML-Parser + perl-XML-SAX + + + /usr/lib + /usr/share/man + + + + + 2020-02-13 + 2.25 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTTP-Date + https://metacpan.org/pod/HTTP::Date + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP::Date - Provides date conversion routines + HTTP::Date tarih-zaman dönüşümleri sağlayan perl modülüdür + This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. + perl-HTTP-Date modülü, HTTP protokolü tarafından kullnaılan tarih biçemlerini tanımak ve dönüştürmek ile ilgilenen bir perl modülüdür. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz + + perl + + programming/language/perl/perl-HTTP-Date/pspec.xml + + + perl-HTTP-Date + HTTP::Date - Provides date conversion routines + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-11 + 6.05 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 6.02 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-Number-Delta + https://metacpan.org/pod/Test::Number::Delta + + Pisilinux Community + admins@pisilinux.org + + Apache_2 + library + programming.language.perl + Compare the difference between numbers against a given tolerance. + At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz + + perl + + programming/language/perl/perl-Test-Number-Delta/pspec.xml + + + perl-Test-Number-Delta + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 1.06 + First build. + fury + uglyside@yandex.ru + + + + + + perl-HTML-Template-Pro + https://metacpan.org/pod/HTML::Template::Pro + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + LGPLv2 + library + programming.language.perl + Perl/XS module to use HTML Templates from CGI scripts + CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modülü + A fast and lightweight C/Perl+XS HTML Template engine implementation. + perl-HTML-Template-Pro, CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modüldür. + http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz + + perl + perl-JSON + libpcre-devel + + programming/language/perl/perl-HTML-Template-Pro/pspec.xml + + + perl-HTML-Template-Pro + Perl/XS module to use HTML Templates from CGI scripts + + perl + libpcre + perl-JSON + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-14 + 0.9510 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.9510 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.9510 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.9510 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 0.9510 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-path-tiny + https://metacpan.org/release/Path-Tiny + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.language.perl + File path utility + Dosya yolu aracı + This module provides a small, fast utility for working with file paths. + Bu modül dosya yolları ile çalışabilmek için hızlı ve küçük bir araç takımı sunar. + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.114.tar.gz + + perl + + programming/language/perl/perl-path-tiny/pspec.xml + + + perl-path-tiny + File path utility + + perl + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-05-18 + 0.114 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 0.112 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 0.110 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 0.108 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-11-15 + 0.108 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-data-munge + https://metacpan.org/release/Data-Munge/ + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Various utility functions + Çeşitli yardımcı fonksiyonlar + Various utility functions + Çeşitli yardımcı fonksiyonlar + https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Data-Munge-0.097.tar.gz + + perl + perl-test2-suite + perl-Capture-Tiny + perl-Test-Warnings + + programming/language/perl/perl-data-munge/pspec.xml + + + perl-data-munge + + perl + perl-test2-suite + perl-Capture-Tiny + perl-Test-Warnings + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 0.097 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-Requires + https://metacpan.org/release/Test-Requires + + Blue Devil + bluedevil@sctzine.com + + Artistic-2 + GPLv1 + library + programming.language.perl + Checks to see if the module can be loaded. + Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü + perl-Test-Requires is a Perl module to check if the module can be loaded. + perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz + + perl + + programming/language/perl/perl-Test-Requires/pspec.xml + + + perl-Test-Requires + Checks to see if the module can be loaded. + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.11 + First Pisi Release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-HTTP-Negotiate + https://metacpan.org/pod/HTTP::Negotiate + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + A complete implementation of the HTTP content negotiation algorithm + HTTP içerik sorgulama algoritması uygulaması + This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. + Bu modül tam bir HTTP içerik sorgulama algoritması uygulaması içermektedir + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz + + perl + perl-HTTP-Date + perl-HTTP-Message + + programming/language/perl/perl-HTTP-Negotiate/pspec.xml + + + perl-HTTP-Negotiate + A complete implementation of the HTTP content negotiation algorithm + + perl + perl-HTTP-Date + perl-HTTP-Message + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-13 + 6.01 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.01 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.01 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Crypt-SSLeay + https://metacpan.org/pod/Crypt::SSLeay + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Crypt::SSLeay - OpenSSL support for LWP. + Crypt::SSLeay - OpenSSL support for LWP. + https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.73_06.tar.gz + + perl + openssl-devel + perl-Try-Tiny + perl-Path-Class + perl-LWP-Protocol-https + perl-Bytes-Random-Secure + + programming/language/perl/perl-Crypt-SSLeay/pspec.xml + + + perl-Crypt-SSLeay + + perl + openssl + perl-Try-Tiny + perl-Path-Class + perl-LWP-Protocol-https + perl-Bytes-Random-Secure + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-12-20 + 0.73_06 + Rebuild + fury + uglyside@yandex.ru + + + 2021-09-18 + 0.73_04 + First build + fury + uglyside@yandex.ru + + + + + + perl-HTML-Scrubber + https://metacpan.org/pod/HTML::Scrubber + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl extension for scrubbing/sanitizing html + HTML dosyalarını düzenlemek için bir perl modülü + If you wanna scrub or sanitize html input in a reliable an flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works directly with HTML::Parser. + perl-HTML-Scrubber, HTML dosyalarını düzenlemek için bir perl modülüdür. + https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-0.19.tar.gz + + perl-Module-Build + perl-HTML-Parser + perl + + programming/language/perl/perl-HTML-Scrubber/pspec.xml + + + perl-HTML-Scrubber + Perl extension for scrubbing/sanitizing html + + perl-HTML-Parser + perl + + + /usr/lib + /usr/share/man + + + + + 2020-01-14 + 0.19 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.15 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.15 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 0.11 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Test-Deep + https://metacpan.org/release/Test-Deep + + Pisi Linux Admins + admin@pisilinux.org + + as-is + library + programming.language.perl + A Perl module that gives you lots of flexibility when testing deep structures + Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü + perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures. + perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz + + perl + + programming/language/perl/perl-Test-Deep/pspec.xml + + + perl-Test-Deep + A Perl module that gives you lots of flexibility when testing deep structures + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-03-05 + 1.130 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 1.128 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.127 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.126 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.120 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.120 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-JSON-XS + https://metacpan.org/release/JSON-XS + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + programming.language.perl + JSON serialising/deserialising, done correctly and fast + Doğru ve hızlı, JSON serileştirme/geri elde etme kitaplığı + This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be *fast*. To reach the latter goal it was written in C. + Bu modül Perl veri yapılarını JSON'a çevirir, tam tersini de yapabilir. Birincil amacı doğru çalışmak, ikincil amacı ise hızlı olmaktır. İkinciyi sağlamak için C dilinde yazılmıştır. + http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz + + perl + perl-common-sense + perl-Canary-Stability + perl-Types-Serialiser + + programming/language/perl/perl-JSON-XS/pspec.xml + + + perl-JSON-XS + JSON serialising/deserialising, done correctly and fast + + perl + perl-common-sense + perl-Canary-Stability + perl-Types-Serialiser + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 4.02 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2019-06-22 + 4.02 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-26 + 3.03 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 3.03 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 3.02 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-File-Which + https://metacpan.org/pod/File::Which + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + app:console + programming.language.perl + Portable Perl implementation of the "which" utility + Which komutunun Perl dilinde taşınabilir bir gerçekleştirimi + perl-File-Which is a Perl module that is portable implementation of the "which" utility. + perl-File-Which, which komutunun Perl dilinde taşınabilir bir gerçekleştirimi olan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz + + perl + perl-Test-Script + + programming/language/perl/perl-File-Which/pspec.xml + + + perl-File-Which + + perl + perl-Test-Script + + + /usr/bin + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 1.23 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-scope-guard + https://metacpan.org/pod/Scope::Guard + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Lexically-scoped resource management + Sözcüksel olarak kapsamlı kaynak yönetimi + Lexically-scoped resource management + https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz + + perl + + programming/language/perl/perl-scope-guard/pspec.xml + + + perl-scope-guard + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-09 + 0.21 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-File-Listing + https://metacpan.org/release/File-Listing + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + File::Listing - Dosya sistemi dizin listesini çözümler. + Bu modül "parse_dir()" adında dosya sistemi dizin listesini çözümleyebilen bir yordamı dışa aktarır. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz + + perl + perl-HTTP-Date + + programming/language/perl/perl-File-Listing/pspec.xml + + + perl-File-Listing + File::Listing - parse directory listing + + perl + perl-HTTP-Date + + + /usr/share + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-10-01 + 6.07 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 6.04 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.04 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.04 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Text-CSV + http://search.cpan.org/dist/Text-CSV + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + programming.language.perl + Perl Module as a comma-separated values manipulator + Virgülle ayrılmış değerleri işleyen bir Perl modülü + Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. + Text::CSV, virgülle ayrılmış değerlerin bileşimi ve ayrıştırılması için olanaklar sağlar. Text::CSV sınıfının bir örneği, alanları bir CSV dizesinde birleştirebilir ve bir CSV dizesini alanlara ayrıştırabilir. + https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz + + perl + perl-Test-Pod + + programming/language/perl/perl-Text-CSV/pspec.xml + + + perl-Text-CSV + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2022-06-25 + 2.01 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Capture-Tiny + https://metacpan.org/pod/Capture::Tiny + + Pisi Linux Admins + admins@pisilinux.org + + Apache-2.0 + library + programming.language.perl + Perl module to capture stdout and stderr from Perl, XS or external programs + Standart çıktı ve hata akışlarını yakalamaya yarayan Perl modülü + perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs. + perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz + + perl + + programming/language/perl/perl-Capture-Tiny/pspec.xml + + + perl-Capture-Tiny + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 0.48 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.46 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.44 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.36 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.36 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-IO-Socket-IP + https://metacpan.org/release/IO-Socket-IP + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + Family-neutral IP socket supporting both IPv4 and IPv6 + Hem IPv4 hem de IPv6 soketlerini destekleyen perl modülü + This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. + IO::Socket::IP, Bu modül hem IPv4 hem de IPv6 soketlerini protokolden bağımsız kullanmayı destekler. + https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.41.tar.gz + + perl + perl-Module-Build + + programming/language/perl/perl-IO-Socket-IP/pspec.xml + + + perl-IO-Socket-IP + Family-neutral IP socket supporting both IPv4 and IPv6 + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2020-10-01 + 0.41 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-08 + 0.39 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Encode-Locale + https://metacpan.org/release/Encode-Locale + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2+ + app:console + programming.language.perl + NAME::Encode::Locale - Determine the locale encoding + NAME::Encode::Locale - yerel kodlamayi tespit eder. + In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. + Birçok uygulamada perl'ün söz katarları için unikod kullanmasını sağlamak akıllıca olur. Bu perl betiği unikod kullanmayı kolaylaştırır. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz + + perl + + programming/language/perl/perl-Encode-Locale/pspec.xml + + + perl-Encode-Locale + NAME::Encode::Locale - Determine the locale encoding + + perl + + + /usr/lib + /usr/share + + + + + 2020-01-07 + 1.05 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.05 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.05 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.05 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.05 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Mail-DKIM + https://metacpan.org/pod/Mail::DKIM + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Signs/verifies Internet mail with DKIM/DomainKey signatures. + This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. + https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20220408.tar.gz + + perl + perl-Clone + perl-Net-DNS + perl-mailtools + perl-YAML-LibYAML + perl-Crypt-OpenSSL-RSA + perl-Test-RequiresInternet + perl-Net-DNS-Resolver-Mock + perl-Mail-AuthenticationResults + + programming/language/perl/perl-Mail-DKIM/pspec.xml + + + perl-Mail-DKIM + + perl-Net-DNS + perl-mailtools + perl-Crypt-OpenSSL-RSA + perl-Mail-AuthenticationResults + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2022-04-14 + 1.20220408 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-18 + 1.20200907 + First build + fury + uglyside@yandex.ru + + + + + + perl-Data-OptList + https://metacpan.org/release/Data-OptList + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Perl module that parses and validates simple name/value option pairs + Basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülü + perl-Data-OptList is a Perl module that parses and validates simple name/value option pairs. + perl-Data-OptList basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz + + perl + perl-Params-Util + perl-Sub-Install + + programming/language/perl/perl-Data-OptList/pspec.xml + + + perl-Data-OptList + Perl module that parses and validates simple name/value option pairs + + perl + perl-Params-Util + perl-Sub-Install + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.110 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-HTML-Format + https://metacpan.org/release/NIGELM/HTML-Format-2.12 + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + A Perl module that format HTML as plaintext, RTF and PostScript + HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. + perl-HTML-Format HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz + + perl-Module-Build + perl-HTML-Tree + perl-Font-AFM + perl + + programming/language/perl/perl-HTML-Format/pspec.xml + + + perl-HTML-Format + A Perl module that format HTML as plaintext, RTF and PostScript + + perl-Module-Build + perl-HTML-Tree + perl-Font-AFM + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-14 + 2.12 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.12 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.12 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.12 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Types-Serialiser + https://metacpan.org/pod/Types::Serialiser + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + programming.language.perl + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. + JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar. + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. + perl-Types-Serialiser, JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar.. + http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz + + perl + perl-common-sense + + programming/language/perl/perl-Types-Serialiser/pspec.xml + + + perl-Types-Serialiser + + perl + perl-common-sense + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 1.0 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.0 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.0 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Cairo + https://metacpan.org/pod/Cairo + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + Perl bindings to the cairo graphics library + Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo produces identical output on all those targets. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz + + perl + cairo-devel + perl-Font-FreeType + perl-ExtUtils-Depends + perl-Test-Number-Delta + perl-ExtUtils-PkgConfig + perl-ExtUtils-MakeMaker + + programming/language/perl/perl-Cairo/pspec.xml + + + perl-Cairo + + perl + cairo + freetype + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 1.109 + First build. + fury + uglyside@yandex.ru + + + + + + perl-HTTP-Server-Simple + https://metacpan.org/pod/HTTP::Server::Simple + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Lightweight HTTP Server + Basit bir HTTP Sunucusu + HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools. + HTTP::Server::Simple basit, perl çekirdek modülleri dışında bağımlılığı olmadan tek başına çalışabilen bir HTTP hizmetidir. Tek başına çalışan, HTTP temelli bir uygulama yazmak istiyorsanız idealdir. + http://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz + + perl + perl-URI + + programming/language/perl/perl-HTTP-Server-Simple/pspec.xml + + + perl-HTTP-Server-Simple + Lightweight HTTP Server + + perl + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-14 + 0.52 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.52 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.51 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.51 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.51 + First release + Alihan Öztürk + alhan@pisilinux.org + + + + + + perl-AnyEvent + https://metacpan.org/release/AnyEvent + + Kamil Atlı + suvari@pisilinux.org + + unknown + library + programming.language.perl + AnyEvent - provide framework for multiple event loops + Çoklu olay döngüleri için çatı sağlayan bir Perl modülü + AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). + AnyEvent, çoklu olay döngülerine (multiple event loop) özdeş arayüz sağlamaktadır. Modülü kullananların aynı anda tek olay döngüsü çalışıyormuş gibi aynı olay döngüsünü kullanmalarına zorlamadan, bir olay döngüsü kullanılmasına olanak sağlayan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz + + perl + perl-Event + + programming/language/perl/perl-AnyEvent/pspec.xml + + + perl-AnyEvent + + perl + perl-Event + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 7.17 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-06-21 + 7.15 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-term-table + https://metacpan.org/pod/Term::Table + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Format a header and rows into a table + Üstbilgi ve satırları tabloya biçimlendirme + Format a header and rows into a table + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-0.015.tar.gz + + perl + perl-importer + + programming/language/perl/perl-term-table/pspec.xml + + + perl-term-table + + perl + perl-importer + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-09 + 0.015 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Alien-Libxml2 + https://metacpan.org/release/Alien-Libxml2 + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + Installs the C libxml2 library on your system. + Diğer modüllerin libxml2 kullanabilmesi için Perl bağlayıcıları. + This module provides libxml2 for other modules to use. + perl-Alien-Libxml2, diğer modüllerın lıbxml2 modülünü kullanabilmesi için gerekli modülleri sağlar. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.16.tar.gz + + perl-Alien-Build + libxml2-devel + perl + + programming/language/perl/perl-Alien-Libxml2/pspec.xml + + + perl-Alien-Libxml2 + Installs the C libxml2 library on your system. + + perl-Alien-Build + libxml2 + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-22 + 0.16 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-10 + 0.15 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Config-Tiny + https://metacpan.org/release/Config-Tiny + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + A module for reading and writing .ini style files with as little code as possible + Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül + perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. + perl-Config-Tiny, mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan perl modülü sunar. + https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.24.tgz + + perl + + programming/language/perl/perl-Config-Tiny/pspec.xml + + + perl-Config-Tiny + A module for reading and writing .ini style files with as little code as possible + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-04-22 + 2.24 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-09 + 2.23 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Super + https://metacpan.org/pod/SUPER + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Control superclass method dispatch. + Üst sınıf yönteminin gönderilmesini denetle. + Control superclass method dispatch. + perl-Super, ust sınıf yönteminin gönderilmesini denetler. + https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz + + perl + perl-Sub-Identify + perl-Module-Build + + programming/language/perl/perl-Super/pspec.xml + + + perl-Super + Control superclass method dispatch. + + perl + perl-Sub-Identify + perl-Module-Build + + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2020-01-02 + 20190531 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 20141117 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 20141117 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-XML-LibXML + https://metacpan.org/release/XML-LibXML + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl Binding for libxml2 + libxml2 için Perl bağlayıcıları + This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM. + perl-XML-LibXML, libxml2 için Perl bağlayıcıları içerir. + https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0206.tar.gz + + perl + perl-XML-SAX + libxml2-devel + perl-Alien-Build + perl-Alien-Libxml2 + Perl-XML-SAX-BASE + perl-XML-NamespaceSupport + + programming/language/perl/perl-XML-LibXML/pspec.xml + + + perl-XML-LibXML + Perl Binding for libxml2 + + perl + perl-XML-SAX + perl-XML-NamespaceSupport + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-12-17 + 2.0206 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 2.0205 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-10 + 2.0204 + Fix dependencies and rpath analysis + Blue Devil + bluedevil@sctzine.com + + + 2020-04-09 + 2.0204 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-ExtUtils-PkgConfig + https://metacpan.org/pod/ExtUtils::PkgConfig + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + A library which converts Perl XS code into C code + The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz + + perl + + programming/language/perl/perl-ExtUtils-PkgConfig/pspec.xml + + + perl-ExtUtils-PkgConfig + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 1.16 + First build. + fury + uglyside@yandex.ru + + + + + + perl-Crypt-Random-Seed + https://metacpan.org/pod/Crypt::Random::Seed + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Simple method to get strong randomness. + Crypt::Random::Seed provides a simple interface to get the strongest source of randomness on the current platform, typically for use in seeding a CSPRNG such as Math::Random::ISAAC. + https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-Seed-0.03.tar.gz + + perl + + programming/language/perl/perl-Crypt-Random-Seed/pspec.xml + + + perl-Crypt-Random-Seed + + perl + perl-Crypt-Random-TESHA2 + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.03 + First build + fury + uglyside@yandex.ru + + + + + + perl-Net-SSLeay + https://metacpan.org/pod/Net::SSLeay + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Net::SSLeay - Perl extension for using OpenSSL + OpenSSL erişimi için Perl modülü + Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). + Net::SMPP, TCP üzerinden kısa mesaj gönderimi gerçeklemesidir. Bu iletişim kuralı genelde telekom alanında kısa mesaj servisini (SMS) gerçekleştirmek için kullanılır. + Net::SMPP es una implementación del protocolo TCP de mensajes cortos sobre Peer to Peer. Este protocolo está frecuentemente usado por operadoras de telecom y móviles para pasar mensajes cortos entre sistemas que implementan el servicio de mensajes cortos (SMS). + perl + https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.93_01.tar.gz + + perl + openssl-devel + perl-Test-Exception + + programming/language/perl/perl-Net-SSLeay/pspec.xml + + + perl-Net-SSLeay + Net::SSLeay - Perl extension for using OpenSSL + + perl + zlib + openssl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Net-SSLeay + + + + + 2022-07-30 + 1.93_01 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-13 + 1.88 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.85 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.80 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.72 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.72 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-NetAddr-IP + https://metacpan.org/pod/NetAddr::IP + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Manages IPv4 and IPv6 addresses and subnets. + This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. + https://cpan.metacpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz + + perl + + programming/language/perl/perl-NetAddr-IP/pspec.xml + + + perl-NetAddr-IP + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 4.079 + First build + fury + uglyside@yandex.ru + + + + + + perl-IO-String + https://metacpan.org/pod/IO::String + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + IO::File interface for in-core strings in Perl + Perl için çekirdek içi metinler için bir G/Ç Dosya arayüzü + perl-IO-String is an IO::File interface for in-core strings in Perl. + perl-IO-String, Perl dili için çekirdek içi metinlere yönelik bir G/Ç Dosya arayüzüdür. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz + + perl + + programming/language/perl/perl-IO-String/pspec.xml + + + perl-IO-String + IO::File interface for in-core strings in Perl + + perl + + + /usr/lib + /usr/share/man + + + + + 2020-01-11 + 1.08 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.08 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.08 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.08 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 1.08 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Digest-Nilsimsa + https://metacpan.org/pod/Digest::Nilsimsa + + fury + uglyside@yandex.ru + + LGPL-2 + library + programming.language.perl + Perl version of Nilsimsa code. + A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax. + https://cpan.metacpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-0.06.tar.gz + + perl + + programming/language/perl/perl-Digest-Nilsimsa/pspec.xml + + + perl-Digest-Nilsimsa + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.06 + First build + fury + uglyside@yandex.ru + + + + + + perl-Glib + https://metacpan.org/pod/Glib + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + Perl wrappers for the GLib utility and Object libraries + This module provides perl access to Glib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz + + perl + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + gobject-introspection-devel + + programming/language/perl/perl-Glib/pspec.xml + + + perl-Glib + + perl + glib2 + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-12-21 + 1.3293 + First build. + fury + uglyside@yandex.ru + + + + + + perl-GSSAPI + https://metacpan.org/pod/GSSAPI + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl extension providing access to the GSSAPIv2 library + GSSAPI kitaplığına erişim sağlayan perl modülü + perl-GSSAPI module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. + perl-GSSAPI, RFC 2744'de açıklandığı gibi GSSAPI C bağlayıcılarını kullanan bir perl eklentisidir. + http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-0.28.tar.gz + + perl + mit-kerberos + e2fsprogs-devel + + + disable_failing_test.patch + + programming/language/perl/perl-GSSAPI/pspec.xml + + + perl-GSSAPI + Perl extension providing access to the GSSAPIv2 library + + perl + mit-kerberos + e2fsprogs + + + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-01-11 + 0.28 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.28 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.28 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.28 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 0.28 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-common-sense + https://metacpan.org/release/common-sense + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Implements some sane defaults for Perl programs + Perl programları için kabul edilebilir öntanımlar içerir + This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: + perl-common-sense, perl programları için kabul edilebilir öntanımlar içeren bir perl kütüphanesidir. + https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz + + perl + + programming/language/perl/perl-common-sense/pspec.xml + + + perl-common-sense + Implements some sane defaults for Perl programs + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-04-08 + 3.75 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 3.74 + Rebuilt and translation fix + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 3.74 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 3.74 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.74 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 3.74 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Crypt-OpenSSL-RSA + https://metacpan.org/pod/Crypt::OpenSSL::RSA + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + RSA encoding and decoding, using the openSSL libraries. + Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key. + https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.32.tar.gz + + openssl-devel + perl-Crypt-OpenSSL-Guess + perl-Crypt-OpenSSL-Random + + programming/language/perl/perl-Crypt-OpenSSL-RSA/pspec.xml + + + perl-Crypt-OpenSSL-RSA + + openssl + perl-Crypt-OpenSSL-Guess + perl-Crypt-OpenSSL-Random + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.32 + First build + fury + uglyside@yandex.ru + + + + + + perl-Net-RawIP + https://metacpan.org/pod/Net::RawIP + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + Perl extension to manipulate raw IP packets with interface to libpcap + Raw IP adreslerini libpcap ile değiştirmeye yarayan perl eklentisi. + Net::RawIP, a perl module can to manipulate raw IP packets, with an optional feature for manipulating Ethernet headers. + Net::RawIP, ham IP paketlerini ve ethernet başlıklarını değiştirebilen bir perl modülüdür. + http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-RawIP-0.25.tar.gz + + perl + libpcap-devel + + programming/language/perl/perl-Net-RawIP/pspec.xml + + + perl-Net-RawIP + Perl extension to manipulate raw IP packets with interface to libpcap + + perl + libpcap + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-08 + 0.25 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-HTTP-Message + https://metacpan.org/release/HTTP-Message + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP::Message - HTTP tarzı mesaj (ana sınıf) + HTTP::Message nesnesi bazı HTTP başlıkları ve içerik gövdesi içerir. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.26.tar.gz + + perl + perl-IO-HTML + perl-HTTP-Date + perl-LWP-Mediatypes + perl-URI + perl-Try-Tiny + perl-Encode-Locale + + programming/language/perl/perl-HTTP-Message/pspec.xml + + + perl-HTTP-Message + HTTP::Message - HTTP style message (base class) + + perl + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man/man3 + + + + + 2020-10-01 + 6.26 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-07-20 + 6.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 6.24 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 6.22 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 6.18 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.13 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.06 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.06 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.06 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Math-Random-ISAAC + https://metacpan.org/pod/Math::Random::ISAAC + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Perl interface to the ISAAC PRNG algorithm. + Perl interface to the ISAAC PRNG algorithm. + https://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-1.004.tar.gz + + perl + perl-Test-NoWarnings + + programming/language/perl/perl-Math-Random-ISAAC/pspec.xml + + + perl-Math-Random-ISAAC + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 1.004 + First build + fury + uglyside@yandex.ru + + + + + + perl-HTTP-Body + https://metacpan.org/pod/HTTP::Body + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP Body Parser + HTTP Gövde Çözümleyici + HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data. + HTTP::Body, HTTP POST verisini çözümler ve application/octet-stream, application/x-www-form-urlencoded, ile multipart/form-data verilerini destekler. + http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.22.tar.gz + + perl + perl-Test-Pod + perl-Test-Deep + perl-HTTP-Message + perl-Test-Pod-Coverage + + programming/language/perl/perl-HTTP-Body/pspec.xml + + + perl-HTTP-Body + HTTP Body Parser + + perl + perl-HTTP-Message + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-14 + 1.22 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.22 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.22 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.22 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-File-Slurp + https://metacpan.org/release/File-Slurp + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + A Perl module that is efficient in reading/writing of Complete Files + Complete dosyalarını verimli bir şekilde yazma/okuma olanağı + Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call. + perl-File-Slurp Complete dosyalarını verimli bir şekilde yazma/okuma olanağı sunan bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz + + perl + + programming/language/perl/perl-File-Slurp/pspec.xml + + + perl-File-Slurp + A Perl module that is efficient in reading/writing of Complete Files + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-12-17 + 9999.32 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-20 + 9999.32 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 9999.30 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 9999.29 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 9999.19 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-14 + 9999.19 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTML-Template + https://metacpan.org/pod/HTML::Template + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Perl module to use HTML-like templating language + HTML benzeri taslak oluşturup kullanmak için perl modülü + This module attempts to make using HTML templates simple and natural. + Bu modül sayesinde oluşturduğunuz HTML taslaklarını perl ile kullanabilirsiniz. + https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-2.97.tar.gz + + perl + perl-CGI + + programming/language/perl/perl-HTML-Template/pspec.xml + + + perl-HTML-Template + Perl module to use HTML-like templating language + + perl + perl-CGI + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-14 + 2.97 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-04-20 + 2.95 + Rebuild perl-CGI + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-26 + 2.95 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.95 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.95 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 2.95 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Mock-Config + https://metacpan.org/pod/Mock::Config + + fury + uglyside@yandex.ru + + Artistic_2 + library + programming.language.perl + Mock::Config - temporarily set Config or XSConfig values. + Mock::Config - temporarily set Config or XSConfig values. + https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz + + perl + + programming/language/perl/perl-Mock-Config/pspec.xml + + + perl-Mock-Config + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 0.03 + First release + fury + uglyside@yandex.ru + + + + + + perl-Event + https://metacpan.org/release/Event + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + Artistic + library + programming.language.perl + Event loop processing module in Perl + Perl için olay döngüsü işleme modülü + The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute. + Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır. + https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.27.tar.gz + + perl + + programming/language/perl/perl-Event/pspec.xml + + + perl-Event + Event loop processing module in Perl + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Event + + + + + 2020-01-07 + 1.27 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2012-09-06 + 1.27 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-HTML-Formatter + https://metacpan.org/release/HTML-Formatter + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + library + programming.language.perl + A Perl module that format HTML as plaintext, RTF and PostScript + HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. + perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz + + perl-Module-Build + perl-File-Slurper + perl-HTML-Tree + perl-Font-AFM + perl + perl-Test-Warnings + + programming/language/perl/perl-HTML-Formatter/pspec.xml + + + perl-HTML-Formatter + A Perl module that format HTML as plaintext, RTF and PostScript + + perl-HTML-Tree + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-02-12 + 2.16 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Crypt-PasswdMD5 + https://metacpan.org/pod/Crypt::PasswdMD5 + + Selim Ok + admins@pisilinux.org + + Artistic + library + programming.language.perl + Crypt::PasswdMD5 module for perl + Perl için Crypt::PasswdMD5 modülü + Provides various crypt()-compatible interfaces to the MD5-based crypt() function. + MD5 tabanlı crypt() fonksiyonu için, crypt() uyumlu çeşitli arayüzler sağlar. + http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.40.tgz + + perl + perl-Module-Build + + programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml + + + perl-Crypt-PasswdMD5 + Crypt::PasswdMD5 module for perl + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 1.40 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.40 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.40 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.40 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 1.40 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Mozilla-CA + https://metacpan.org/release/Mozilla-CA + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Mozilla::CA - Mozilla's CA cert bundle in PEM format + Mozilla::CA - PEM biçeminde Mozilla CA sertifikaları + Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL. + Mozilla::CA, OpenSSL,e bağlı kitaplik ve modüller tarafından kullanılabilecek olan Mozilla Certificate Authority sertifikalarını toplu şekilde sunar. + https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20200520.tar.gz + + perl + + programming/language/perl/perl-Mozilla-CA/pspec.xml + + + perl-Mozilla-CA + Mozilla::CA - Mozilla's CA cert bundle in PEM format + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-05-24 + 20200520 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 20180117 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-09-08 + 20180117 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 20160104 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 20160104 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 20160104 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTTP-Daemon + https://metacpan.org/release/HTTP-Daemon + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + A simple http server class + Basit bir HTTP sunucu sınıfı + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. + HTTP::Daemon sınıfı örnekleri HTTP/1.1 sunucusu üzerinden gelen istekleri dinler. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz + + perl + perl-Module-Build + + + HTTP-Daemon-6.04-EU-MM-is-not-deprecated.patch + + programming/language/perl/perl-HTTP-Daemon/pspec.xml + + + perl-HTTP-Daemon + A simple http server class + + perl + perl-HTTP-Date + perl-HTTP-Message + perl-LWP-Mediatypes + + + /usr/share + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-07-20 + 6.12 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 6.06 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.01 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.01 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Sub-Uplevel + https://metacpan.org/pod/Sub::Uplevel + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Module to apparently run a function in a higher stack frame + Bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmak için perl modülü + Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided. + perl-Sub-Uplevel modülü, bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmaktadır. + http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz + + perl + + programming/language/perl/perl-Sub-Uplevel/pspec.xml + + + perl-Sub-Uplevel + Module to apparently run a function in a higher stack frame + + perl + + + /usr/lib + /usr/share/doc/perl-Sub-Uplevel + /usr/share/man + + + + + 2020-01-02 + 0.2800 + Rebuilt + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.2800 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.2600 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 0.25 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-IO-Socket-INET6 + https://metacpan.org/pod/IO::Socket::INET6 + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Object interface for AF_INET|AF_INET6 domain sockets + AF_INET|AF_INET6 domain soketleri için nesne arayüzü + IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. + IO::Socket::INET6, AF_INET ya da AF_INET6 domainleri kullanılarak soket kullanma veya yaratmaya yarayan nesne arayüzü sağlar. + IO::Socket::INET6 facilita una interfaz a objetos para la creación y uso de sockets en dominios AF_INET o AF_INET6. Está construido sobre la interfaz IO::Socket y hereda todos los métodos definidos en IO::Socket. + http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.72.tar.gz + + perl-Socket6 + perl-Test-Pod + perl-Module-Build + perl-Test-Pod-Coverage + perl-IO-Socket-SSL + perl + + programming/language/perl/perl-IO-Socket-INET6/pspec.xml + + + perl-IO-Socket-INET6 + + perl-Socket6 + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2016-04-24 + 2.72 + Docker built. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-09-10 + 2.72 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 2.72 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 2.69 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 2.69 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Import-Into + https://metacpan.org/release/Import-Into + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Import::Into - Import packages into other packages. + Paketleri diğer paketlere içe aktaran perl modülü + Import::Into provides global methods to import packages into other packages. + perl-Import-Into, paketleri diğer paketlere içe aktaran perl modülü sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz + + perl + perl-Module-Runtime + + programming/language/perl/perl-Import-Into/pspec.xml + + + perl-Import-Into + Import::Into - Import packages into other packages. + + perl + perl-Module-Runtime + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 1.002005 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-File-Slurper + https://metacpan.org/release/File-Slurper + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + A simple, sane and efficient module to slurp a file + Bir dosyayı indirmek için iyi ve verimli bir perl modülüdür. + perl-File-Slurper, provides a simple, sane and efficient module to slurp a file. + perl-File-Slurper Bir dosyayı indirmek için iyi ve verimli bir perl modülü sunar. + https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz + + perl + perl-Test-Warnings + + programming/language/perl/perl-File-Slurper/pspec.xml + + + perl-File-Slurper + A simple, sane and efficient module to slurp a file + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-02-12 + 0.012 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Crypt-OpenSSL-Random + https://metacpan.org/pod/Crypt::OpenSSL::Random + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + OpenSSL/LibreSSL pseudo-random number generator access. + Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators. + https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-0.15.tar.gz + + openssl-devel + perl-Crypt-OpenSSL-Guess + + programming/language/perl/perl-Crypt-OpenSSL-Random/pspec.xml + + + perl-Crypt-OpenSSL-Random + + openssl + perl-Crypt-OpenSSL-Guess + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.15 + First build + fury + uglyside@yandex.ru + + + + + + perl-Pango + https://metacpan.org/pod/Pango + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Layout and render international text. + Pango is a library for laying out and rendering text, with an emphasis on internationalization. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Pango-1.227.tar.gz + + perl-Glib + perl-Cairo + pango-devel + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + + programming/language/perl/perl-Pango/pspec.xml + + + perl-Pango + + pango + perl-Glib + perl-Cairo + + + /usr/lib/perl5 + /usr/share/man/man3 + /usr/share/doc + + + + + 2021-12-21 + 1.227 + First release + fury + uglyside@yandex.ru + + + + + + perl-B-COW + https://metacpan.org/pod/B::COW + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + B::COW additional B helpers to check COW status. + B::COW provides some naive additional B helpers to check the COW status of one SvPV. + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz + + perl + + programming/language/perl/perl-B-COW/pspec.xml + + + perl-B-COW + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.004 + First build + fury + uglyside@yandex.ru + + + + + + perl-Class-Method-Modifiers + https://metacpan.org/release/Class-Method-Modifiers + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Provides Moose-like method modifiers + Moose benzeri yordam düzenleyici. + Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. + perl-Class-Method-Modifiers, moose benzeri yordam düzenleyici perl modülü sunar. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz + + perl + perl-Test-Fatal + perl-Test-Needs + perl-Test-Requires + + programming/language/perl/perl-Class-Method-Modifiers/pspec.xml + + + perl-Class-Method-Modifiers + Provides Moose-like method modifiers + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 2.13 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Net-LibIDN2 + https://metacpan.org/release/Net-LibIDN2 + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + Net::LibIDN2 - Perl bindings for GNU Libidn2 + GNU Libidn2 için perl bağlayıcıları. + Provides bindings for GNU Libidn2, a C library for handling internationalized domain names based on IDNA 2008, Punycode and TR46. + perl-Net-LibIDN2, GNU Libidn2 için perl bağlayıcıları sunar. + https://cpan.metacpan.org/authors/id/T/TH/THOR/Net-LibIDN2-1.01.tar.gz + + perl + libidn2-devel + perl-Module-Build + + programming/language/perl/perl-Net-LibIDN2/pspec.xml + + + perl-Net-LibIDN2 + Net::LibIDN2 - Perl bindings for GNU Libidn2 + + perl + libidn2 + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2020-02-22 + 1.01 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-IO-Socket-SSL + https://metacpan.org/release/IO-Socket-SSL + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Nearly transparent SSL encapsulation for IO::Socket::INET + IO::Socket::INET için neredeyse saydam SSL kapsülleme desteği + IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET. + IO::Socket::SSL, SSL soketlerine nesne yönelimli arayüz sağlayan bir sınıftır. IO::Socket::INET'in gelişmişidir. + IO::Socket::SSL es una clase que implementa una inerfaz a sockets SSL, orientado a objetos. La clase es descendiente de IO::Socket::INET. + perl + https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz + + perl-Net-SSLeay + perl + + programming/language/perl/perl-IO-Socket-SSL/pspec.xml + + + perl-IO-Socket-SSL + Nearly transparent SSL encapsulation for IO::Socket::INET + + perl-Net-SSLeay + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-IO-Socket-SSL + + + + + 2022-07-30 + 2.074 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-08 + 2.068 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-02-18 + 2.067 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 2.066 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.052 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 2.047 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.043 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.024 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 2.024 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Digest-SHA1 + https://metacpan.org/pod/Digest::SHA1 + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + SHA1 message digest algorithm + NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlayan bir Perl modülü + The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. + Bu modül NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlar. Farklı uzunluklardaki mesajları alan algoritma, çıktı olarak 160 bitlik parmakizi veya mesaj özeti üretir. + El módulo Digest::SHA1 permite usar el algoritmo NIST SHA-1 desde programas Perl. El algoritmo acepta como entrada un mensaje de longitud arbitraria y produce un "fingerprint" (huella digital) o "message digest" de 160-bit. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz + + perl + + programming/language/perl/perl-Digest-SHA1/pspec.xml + + + perl-Digest-SHA1 + + perl + + + /usr/lib + /usr/share/doc/perl-Digest-SHA1 + /usr/share/man + + + + + 2020-01-02 + 2.13 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.13 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.13 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 2.13 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-XML-SAX + https://metacpan.org/pod/XML::SAX + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl module for using and building Perl SAX2 XML parsers, filters, and drivers + Perl SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülü + This module consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. + perl-XML-SAX, SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülüdür. + El módulo consiste de varias clases de framework para usar y construir (build) parsers, filtros y controladores SAX2 XML + https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz + + perl + libxml2-devel + perl-XML-SAX-Base + perl-XML-NamespaceSupport + + programming/language/perl/perl-XML-SAX/pspec.xml + + + perl-XML-SAX + Perl module for using and building Perl SAX2 XML parsers, filters, and drivers + + perl + libxml2 + perl-XML-SAX-Base + perl-XML-NamespaceSupport + + + /usr/lib + /usr/share/doc + /usr/share/man + + + System.Package + + + + + 2020-01-13 + 1.02 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.00 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-12 + 0.99 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-test-exit + https://metacpan.org/release/Test-Exit + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Test whether code exits without terminating testing. + Testi sonlandırmadan kodun çıkıp çıkmadığını test edin. + Test whether code exits without terminating testing. + Testi sonlandırmadan kodun çıkıp çıkmadığını test edin. + https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz + + perl + perl-return-multilevel + + programming/language/perl/perl-test-exit/pspec.xml + + + perl-test-exit + + perl + perl-return-multilevel + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 0.097 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-HTML-FormatText-WithLinks-AndTables + https://metacpan.org/pod/HTML::FormatText::WithLinks::AndTables + + Osman Erkan + osman.erkan@pisilinux.org + + PerlArtistic GPL + library + programming.language.perl + Converts HTML to Text with tables in tact. + HTML'i metne tablolar ile beraber çeviren perl modülü + This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. + Bu modül HTML'i metne içersindeki tablolar ile beraber dönüştürür. + http://www.cpan.org/authors/id/D/DA/DALEEVANS/HTML-FormatText-WithLinks-AndTables-0.07.tar.gz + + perl + perl-URI + perl-HTML-FormatText-WithLinks + + programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml + + + perl-HTML-FormatText-WithLinks-AndTables + Converts HTML to Text with tables in tact. + + perl + perl-URI + perl-HTML-FormatText-WithLinks + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-14 + 0.07 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.07 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.07 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.06 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.06 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Net-DNS-Resolver-Mock + https://metacpan.org/release/Net-DNS-Resolver-Mock + + PisiLinux Community + admins@pisilinux.org + + PerlArtistic + library + programming.language.perl + Mock a DNS Resolver object for testing + Mock a DNS Resolver object for testing + Mock a DNS Resolver object for testing + Mock a DNS Resolver object for testing + https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Net-DNS-Resolver-Mock-1.20200215.tar.gz + + perl + perl-Net-DNS + perl-Test-Exception + + programming/language/perl/perl-Net-DNS-Resolver-Mock/pspec.xml + + + perl-Net-DNS-Resolver-Mock + + perl + perl-Net-DNS + perl-Test-Exception + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-10-14 + 1.20200215 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-XML-NamespaceSupport + https://metacpan.org/pod/XML::NamespaceSupport + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + A Perl module that offers a simple to process namespaced XML names + XML adlarını işleyebilen bir perl modülü + This module offers a simple way to process namespaced XML names (unames) from within any application that may need them. + Gerek duyan uygulamalar tarafından kullanılabilen ve XML adlarını işleyebilen bir perl modülüdür. + Módulo Perl para procesamiento sencillo de nombres de espacio de nombres XML (unames) desde cualquier programa + http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12_9.tar.gz + + perl + + programming/language/perl/perl-XML-NamespaceSupport/pspec.xml + + + perl-XML-NamespaceSupport + A Perl module that offers a simple to process namespaced XML names + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-13 + 1.12 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2017-12-12 + 1.12 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Devel-GlobalDestruction + https://metacpan.org/release/Devel-GlobalDestruction + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. + Devel::GlobalDestruction eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam döndürür. + perl-Devel-GlobalDestruction provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. + perl-Devel-GlobalDestruction, eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz + + perl + perl-Sub-Exporter-Progressive + + programming/language/perl/perl-Devel-GlobalDestruction/pspec.xml + + + perl-Devel-GlobalDestruction + Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. + + perl + perl-Sub-Exporter-Progressive + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 0.14 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-sub-info + https://metacpan.org/pod/Sub::Info + + Kamil Atlı + suvari@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Tool for inspecting subroutines. + Altyordamları denetleme aracı. + Tool for inspecting subroutines. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Sub-Info-0.002.tar.gz + + perl + perl-importer + + programming/language/perl/perl-sub-info/pspec.xml + + + perl-sub-info + + perl + perl-importer + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-09 + 0.002 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-URI + https://metacpan.org/release/URI + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl module for Uniform Resource Identifiers (absolute and relative) + Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri) icin perl arayüzü + A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). + Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri), soyut veya fiziki bir kaynağı belirleyen bir tekparça karakter dizgesidir. Bir URI, bir URL (Uniform Resource Locator – Tektip Kaynak Bulucu) veya bir URN (Uniform Resource Name – Tektip Kaynak Adı)’den daha ötede sınıflandırılabilir. + Un identificador de recurso uniformado (URI) es una cadena de caracteres compacta que identifica un recurso físico o abstracto. Se puede clasificar los URI en Uniform Resource Locator (URL) o Uniform Resource Name (URN). + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.05.tar.gz + + perl + perl-Test-Needs + + programming/language/perl/perl-URI/pspec.xml + + + perl-URI + Perl module for Uniform Resource Identifiers (absolute and relative) + + perl + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-12-13 + 5.05 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 1.76 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.71 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.71 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.71 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.71 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Crypt-OpenSSL-Guess + https://metacpan.org/pod/Crypt::OpenSSL::Guess + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Guess OpenSSL include path. + Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms. + https://cpan.metacpan.org/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-0.15.tar.gz + + perl-ExtUtils-MakeMaker + + programming/language/perl/perl-Crypt-OpenSSL-Guess/pspec.xml + + + perl-Crypt-OpenSSL-Guess + + perl + perl-ExtUtils-MakeMaker + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2022-04-14 + 0.15 + Version bump + fury + uglyside@yandex.ru + + + 2021-12-20 + 0.14 + Version bump + fury + uglyside@yandex.ru + + + 2021-09-18 + 0.13 + First build + fury + uglyside@yandex.ru + + + + + + perl-IPC-Run3 + https://metacpan.org/pod/IPC::Run3 + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + BSD + library + programming.language.perl + Perl module to run a subprocess with input/ouput redirection + Girdi/Çıktı yönlendirmeli bir alt süreç çalıştıran Perl Modülü + perl-IPC-Run3 is a Perl module that runs a subprocess with input/ouput redirection. + perl-IPC-Run3, Girdi/Çıktı yönlendirmeli bir alt süreç çalıştıran bir Perl modülüdür. + http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz + + perl + perl-Test-Pod + perl-Test-Pod-Coverage + + programming/language/perl/perl-IPC-Run3/pspec.xml + + + perl-IPC-Run3 + + perl + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 0.048 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Module-Runtime + https://metacpan.org/release/Module-Runtime + + Blue Devil + bluedevil@sctzine.com + + Perlv5 + library + programming.language.perl + Module::Runtime - runtime module handling + Çalışma zamanında modülleri idare eden perl modülü + The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. + perl-Module-Runtime, çalışma zamanında modülleri idare eden perl modülü sunar. + https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz + + perl + perl-Module-Build + perl-Test-Pod + perl-Test-Pod-Coverage + + programming/language/perl/perl-Module-Runtime/pspec.xml + + + perl-Module-Runtime + Module::Runtime - runtime module handling + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-09-23 + 0.016 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-template-toolkit + https://metacpan.org/release/Template-Toolkit + + PisiLinux Community + admins@pisilinux.org + + PerlArtistic + library + programming.language.perl + Perl template processing system + Perl taslak işleme sistemi + The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. + perl-template-toolkit, hızlı, esnek, genişletilebilir ve güçlü taslak işleme sistemi sunan perl modülleri kolleksiyonudur. + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz + + perl + perl-AppConfig + + programming/language/perl/perl-template-toolkit/pspec.xml + + + perl-template-toolkit + Perl template processing system + + perl + perl-AppConfig + + + /usr/share + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + + + + + 2020-07-20 + 3.009 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 3.008 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 3.007 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 3.003 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-11-16 + 2.28 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Sub-Install + https://metacpan.org/release/Sub-Install + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Sub::Install - install subroutines into packages easily + Paketlere altyordamları kolayca yüklemeye yarayan bir Perl Modülü + perl-Sub-Install is a Perl module that installs subroutines into packages easily. + perl-Sub-Install, paketlere altyordamları kolayca yükleyen bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz + + perl + + programming/language/perl/perl-Sub-Install/pspec.xml + + + perl-Sub-Install + Sub::Install - install subroutines into packages easily + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.928 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Params-Util + https://metacpan.org/release/Params-Util + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Simple, compact and correct param-checking functions + Basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları + perl-Params-Util is a Perl module that has simple, compact and correct param-checking functions. + perl-Params-Util basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları içeren bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz + + perl + + programming/language/perl/perl-Params-Util/pspec.xml + + + perl-Params-Util + Simple, compact and correct param-checking functions + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 1.07 + First release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Test-NoWarnings + https://metacpan.org/pod/Test::NoWarnings + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Make sure you didn't emit any warnings while testing. + Make sure you didn't emit any warnings while testing. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-NoWarnings-1.06.tar.gz + + perl + + programming/language/perl/perl-Test-NoWarnings/pspec.xml + + + perl-Test-NoWarnings + + perl-test-simple + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 1.06 + First build + fury + uglyside@yandex.ru + + + + + + perl-Alien-Build + https://metacpan.org/release/Alien-Build + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + A perl module to build external dependencies for use in CPAN + CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü + perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. + Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.33.tar.gz + + perl + perl-path-tiny + perl-File-chdir + perl-File-Which + perl-FFI-CheckLib + + programming/language/perl/perl-Alien-Build/pspec.xml + + + perl-Alien-Build + A perl module to build external dependencies for use in CPAN + + perl + perl-path-tiny + perl-File-chdir + perl-File-Which + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-10-01 + 2.33 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-07-20 + 2.29 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 2.23 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 2.21 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-10 + 2.19 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-Path-Class + https://metacpan.org/pod/Path::Class + + fury + uglyside@yandex.ru + + GPL-1 + library + programming.language.perl + Cross-platform path specification manipulation for Perl. + Cross-platform path specification manipulation for Perl. + https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.37.tar.gz + + perl + perl-Module-Build + + programming/language/perl/perl-Path-Class/pspec.xml + + + perl-Path-Class + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.37 + First build + fury + uglyside@yandex.ru + + + + + + perl-WWW-Robotrules + https://metacpan.org/pod/WWW::RobotRules + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + database of robots.txt-derived permissions + robots.txt-turevi izinler veritabanı + This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. + Bu modÜl robots.txt dosyasının ayarlarını çözümleyebilen perl yordamları sunar. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz + + perl + perl-URI + + programming/language/perl/perl-WWW-Robotrules/pspec.xml + + + perl-WWW-Robotrules + database of robots.txt-derived permissions + + perl + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-13 + 6.02 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 6.02 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Mail-AuthenticationResults + https://metacpan.org/pod/Mail::AuthenticationResults + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Object Oriented Authentication-Results Headers. + This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. + https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz + + perl + perl-JSON + perl-Clone + perl-Test-Exception + + programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml + + + perl-Mail-AuthenticationResults + + perl-JSON + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 2.20210915 + First build + fury + uglyside@yandex.ru + + + + + + perl-Test-MockModule + https://metacpan.org/release/Test-MockModule + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Override subroutines in a module for unit testing. + Birim test için bir modüldeki altprogramları geçersiz kılın. + Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. + perl-Test-MockModule birim test amaçları için diğer paketlerdeki altprogramları geçici olarak yeniden tanımlamanıza izin verir. + https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.175.0.tar.gz + + perl + perl-Super + perl-Module-Build + perl-Test-Warnings + perl-Test-Pod-Coverage + + programming/language/perl/perl-Test-MockModule/pspec.xml + + + perl-Test-MockModule + Override subroutines in a module for unit testing. + + perl + perl-Super + + + /usr/share + /usr/lib + /usr/share/doc + + + + + 2020-10-01 + 0.175.0 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-07-20 + 0.173.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-21 + 0.172.0 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 0.171.0 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.11 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Font-FreeType + https://metacpan.org/pod/Font::FreeType + + fury + uglyside@yandex.ru + + perl_5 + library + programming.language.perl + Font::FreeType - read font files and render glyphs from Perl using FreeType2. + This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. + https://cpan.metacpan.org/authors/id/D/DM/DMOL/Font-FreeType-0.16.tar.gz + + perl + freetype-devel + perl-File-Which + perl-Test-Warnings + perl-Devel-CheckLib + perl-ExtUtils-MakeMaker + + programming/language/perl/perl-Font-FreeType/pspec.xml + + + perl-Font-FreeType + + perl + freetype + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2021-12-21 + 0.16 + First build. + fury + uglyside@yandex.ru + + + + + + perl-AppConfig + https://metacpan.org/pod/AppConfig + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.language.perl + Perl/CPAN AppConfig module - Read configuration files and parse command line arguments + Perl/CPAN AppConfig modülü + Perl/CPAN AppConfig module - Read configuration files and parse command line arguments + Perl/CPAN AppConfig modülü - Komut satırı argümanlarını ve ayar dosyalarını okuyabilen ve çözümleyebilen bir perl betiğidir. + https://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz + + perl + + programming/language/perl/perl-AppConfig/pspec.xml + + + perl-AppConfig + + perl + + + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2020-01-07 + 1.71 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-11-16 + 1.71 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Sort-Versions + https://metacpan.org/release/Sort-Versions + + Blue Devil + bluedevil@sctzine.com + + Artistic + library + programming.language.perl + Sort::Versions - a perl 5 module for sorting of revision-like numbers. + Revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür. + Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use.l. + Bu modül revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür. + https://cpan.metacpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz + + perl + + programming/language/perl/perl-Sort-Versions/pspec.xml + + + perl-Sort-Versions + Sort::Versions - a perl 5 module for sorting of revision-like numbers. + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-04-10 + 1.62 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-libwww + https://metacpan.org/release/libwww-perl + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Application programming interface to the World-Wide Web + Perl için dünya çapında ağ programlama arayüzü + libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. + libwww-perl, perl ile dünya çapında ağ (www) programlama yapabilmek için çesitli perl arayüzleri sunar. + La colección libwww-perl es un conjunto de módulos Perl que facilitan una interfaz de programación de aplicación, simple y consistente para la Web. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz + + perl + perl-NET-HTTP + perl-HTTP-Daemon + perl-HTML-Parser + perl-HTTP-Cookies + perl-File-Listing + perl-Encode-Locale + perl-HTTP-Negotiate + perl-WWW-Robotrules + perl-Test-Needs + perl-Test-Fatal + perl-Test-RequiresInternet + + programming/language/perl/perl-libwww/pspec.xml + + + perl-libwww + Application programming interface to the World-Wide Web + + perl + perl-NET-HTTP + perl-Try-Tiny + perl-Data-Dump + perl-HTTP-Daemon + perl-HTML-Parser + perl-HTTP-Cookies + perl-File-Listing + perl-Encode-Locale + perl-HTTP-Negotiate + perl-WWW-Robotrules + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2020-10-01 + 6.49 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-07-20 + 6.47 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 6.44 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 6.43 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.15 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.15 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 6.15 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-CGI + https://metacpan.org/release/CGI + + Alihan Öztürk + alihan@pisilinux.org + + Artistic + GPLv1 + library + programming.language.perl + Handle Common Gateway Interface requests and responses. + CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesi + Handle Common Gateway Interface requests and responses. + perl-CGI, CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesidir. + https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.50.tar.gz + + perl + perl-Test-Deep + perl-Test-Warn + perl-HTML-Parser + + programming/language/perl/perl-CGI/pspec.xml + + + perl-CGI + Handle Common Gateway Interface requests and responses. + + perl + perl-Test-Deep + perl-Test-Warn + perl-HTML-Parser + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-07-20 + 4.50 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 4.49 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 4.47 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-06 + 4.46 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-29 + 4.45 + Version bump and translations added + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 4.44 + Version bump and translations added + Blue Devil + bluedevil@sctzine.com + + + 2019-04-20 + 4.40 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-26 + 4.38 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 4.35 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.28 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 4.28 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Test-Warnings + https://metacpan.org/release/Test-Warnings + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + library + programming.language.perl + Perl module to test for warnings and the lack of them + Bu perl modülü, perl için uyarılar üretir. + perl-Test-Warnings is a Perl module to test for warnings and the lack of them. + perl-Test-Warnings, perl için uyarılar üreten bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.030.tar.gz + + perl + + programming/language/perl/perl-Test-Warnings/pspec.xml + + + perl-Test-Warnings + Perl module to test for warnings and the lack of them + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-03-27 + 0.030 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-03 + 0.028 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + perl-String-ShellQuote + https://metacpan.org/pod/String::ShellQuote + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + programming.language.perl + Quote strings for passing through the shell + Kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine alma yordamları + This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. + Bu modül kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine almak için fonksiyonlar içerir. + El módulo contiene algunas funciones útiles para encerrar cadenas de texto entre comillas, para pasarlo a una shell o a un objeto similar. + http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz + + perl + + programming/language/perl/perl-String-ShellQuote/pspec.xml + + + perl-String-ShellQuote + Quote strings for passing through the shell + + perl + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc/perl-String-ShellQuote + + + + + 2020-01-13 + 1.04 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.04 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.04 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-Pod-Coverage + https://metacpan.org/pod/Test::Pod::Coverage + + Pisi Linux Admins + admin@pisilinux.org + + as-is + library + programming.language.perl + Check for pod coverage in your distribution + Dağıtımınızın POD kapsamını kontrol eder + perl-Test-Pod-Coverage checks for pod coverage in your distribution. + perl-Test-Pod-Coverage dağıtımınızın POD kapsamını kontrol eden Perl modülüdür. + http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.10.tar.gz + + perl + perl-Pod-Coverage + + programming/language/perl/perl-Test-Pod-Coverage/pspec.xml + + + perl-Test-Pod-Coverage + Check for pod coverage in your distribution + + perl + perl-Pod-Coverage + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-02 + 1.10 + Rebuild + Blue Devil + bluedevil@sctzine.com + + + 2018-09-08 + 1.10 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.10 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 1.10 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Text-ParseWords + https://metacpan.org/pod/Text::ParseWords + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + library + app:console + programming.language.perl + Text::ParseWords - parse text into an array of tokens or array of arrays + Text::ParseWords - verilen metni çözümleyerek bir dizi oluşturur. + The nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. + perl-Text-ParseWords, verilen metni çözümleyerek bir dizi oluşturabilen bir perl modülüdür. + http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz + + perl + + programming/language/perl/perl-Text-ParseWords/pspec.xml + + + perl-Text-ParseWords + Text::ParseWords - parse text into an array of tokens or array of arrays + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-13 + 3.30 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 3.30 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 3.30 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.30 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-26 + 3.30 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + perl-test-simple + https://metacpan.org/release/Test-Simple + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Basic utilities for writing tests. + Test yazmak için temel araçlar. + This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). + perl-test-simple, CPAN'a uygun testler yazabilmek için çok uygun ve basit perl modülleri sunar. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302181.tar.gz + + perl + + programming/language/perl/perl-test-simple/pspec.xml + + + perl-test-simple + Basic utilities for writing tests. + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-12-17 + 1.302181 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-08-30 + 1.302177 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-22 + 1.302175 + Minor version bump, fix translation + Blue Devil + bluedevil@sctzine.com + + + 2020-04-09 + 1.302174 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-Fatal + https://metacpan.org/release/Test-Fatal + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + programming.language.perl + Perl module to test code with exceptions + İstisna içeren kodları test etmek için Perl modülü + perl-Test-Fatal provides incredible simple helpers for testing Perl code with exceptions. + perl-Test-Fatal, istisna (exception) içeren kodları test etmek için çok basit bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz + + perl + perl-Try-Tiny + + programming/language/perl/perl-Test-Fatal/pspec.xml + + + perl-Test-Fatal + Perl module to test code with exceptions + + perl + perl-Try-Tiny + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-11 + 0.016 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 0.014 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.14 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.14 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.14 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-YAML-LibYAML + https://metacpan.org/pod/YAML::LibYAML + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Perl Binding to libyaml. + Perl YAML Serialization using XS and libyaml. + https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.83.tar.gz + + perl + + programming/language/perl/perl-YAML-LibYAML/pspec.xml + + + perl-YAML-LibYAML + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.83 + First build + fury + uglyside@yandex.ru + + + + + + perl-Test-Warn + https://metacpan.org/pod/Test::Warn + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Perl extension to test methods for warnings + Test uyarıları için Perl eklentisi + perl-Test-Warn module provides a few convenience methods for testing warning based code. + perl-Test-Warn modülü, uyarı temelli kodları test etmeye yarayan birkaç kolaylık metodu sağlamaktadır. + https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz + + perl + perl-Test-Pod + perl-Sub-Uplevel + + programming/language/perl/perl-Test-Warn/pspec.xml + + + perl-Test-Warn + Perl extension to test methods for warnings + + perl + perl-Sub-Uplevel + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-02 + 0.36 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.30 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.30 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.30 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.30 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Net-SMTP-SSL + https://metacpan.org/pod/Net::SMTP::SSL + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + SSL Support for Net::SMTP + Net::SMTP için SSL desteği + perl-NET-SMTP-SSL implements the same API as Net::SMTP but uses IO::Socket::SSL for its network operations. + perl-Net-SMTP-SSL, SMTP protokolüne SSL desteği katarak güvenli e-posta gönderimi sağlar. + http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz + + perl + perl-IO-Socket-SSL + + programming/language/perl/perl-Net-SMTP-SSL/pspec.xml + + + perl-Net-SMTP-SSL + SSL Support for Net::SMTP + + perl + perl-IO-Socket-SSL + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2020-01-13 + 1.04 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-09-08 + 1.04 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.04 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 1.03 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-NetPacket + https://metacpan.org/release/NetPacket + + Blue Devil + bluedevil@sctzine.com + + GPL + app:console + library + programming.language.perl + assemble/disassemble network packets at the protocol level + Protokol seviyesinde ağ paketlerini assemble/disassemble etmeye yarayan bir araç. + "NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation. + NetPacket" ağ protokollerini encode/decode etmeye yarayan bir çok temel sınıf sağlayan bir perl kitaplığıdır. + https://cpan.metacpan.org/authors/id/Y/YA/YANICK/NetPacket-1.7.2.tar.gz + + perl + + programming/language/perl/perl-NetPacket/pspec.xml + + + perl-NetPacket + assemble/disassemble network packets at the protocol level + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-08 + 1.7.2 + Version bump + Blue Devil + bluedevil@sctzine.com + + + + + + perl-timedate + https://metacpan.org/dist/TimeDate + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + time and date parsing and formatting perl library. + This is the perl5 TimeDate distribution. + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz + + perl + + programming/language/perl/perl-timedate/pspec.xml + + + perl-timedate + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 2.33 + First build + fury + uglyside@yandex.ru + + + + + + perl-Socket6 + https://search.cpan.org/dist/Socket6 + + PisiLinux Community + admins@pisilinux.org + + PerlArtistic + library + programming.language.perl + A getaddrinfo/getnameinfo support module + A getaddrinfo/getnameinfo support module + A getaddrinfo/getnameinfo support module + A getaddrinfo/getnameinfo support module + https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz + + perl + + programming/language/perl/perl-Socket6/pspec.xml + + + perl-Socket6 + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2021-10-14 + 0.29 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-LWP-Mediatypes + https://metacpan.org/pod/LWP::MediaTypes + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + LWP::Mediatypes can guess media type for a file or a URL + Dosya veya URL'in ortam türünü öngörmeye yarayan perl modülü. + This module provides functions for handling media (also known as MIME) types and encodings. + Bu modül ortam türleri ve kodlaması hakkında yordamlar sağlar. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz + + perl-Test-Fatal + perl + + programming/language/perl/perl-LWP-Mediatypes/pspec.xml + + + perl-LWP-Mediatypes + LWP::MediaTypes can guess media type for a file or a URL + + perl + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2020-01-11 + 6.04 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.02 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.02 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-Archive-Zip + https://metacpan.org/release/Archive-Zip + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + app:console + library + programming.language.perl + Perl interface to ZIP archive files + ZIP arşivlerine erişim için Perl modülü + The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files. + Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır. + El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos. + https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz + + perl-Test-MockModule + perl + + programming/language/perl/perl-Archive-Zip/pspec.xml + + + perl-Archive-Zip + Perl interface to ZIP archive files + + perl + + + /usr/lib/perl5 + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2020-03-27 + 1.68 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-02 + 1.67 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 1.60 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 1.59 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.49 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-15 + 1.49 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Test-Script + https://metacpan.org/pod/Test::Script + + Pisi Linux Admins + admin@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Basic cross-platform tests for Perl scripts + Perl için temel çoklu platform test araçlarını içeren modül + perl-Test-Script is a Perl module that has basic cross-platform tests for scripts. + perl-Test-Script temel çoklu platform test araçlarını içeren bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-1.26.tar.gz + + perl + perl-IPC-Run3 + perl-Probe-Perl + perl-test2-suite + perl-Capture-Tiny + + programming/language/perl/perl-Test-Script/pspec.xml + + + perl-Test-Script + + perl + perl-IPC-Run3 + perl-Probe-Perl + perl-test2-suite + perl-Capture-Tiny + + + /usr/lib + /usr/share/man + + + + + 2020-04-09 + 1.26 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Test-RequiresInternet + https://metacpan.org/pod/Test::RequiresInternet + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + library + programming.language.perl + Test::RequiresInternet - Easily test network connectivity + Test::RequiresInternet - Kolay bir şekilde ağ baglantı durumunu denetler. + This module is intended to easily test network connectivity before functional tests begin to non-local Internet resources. It does not require any modules beyond those supplied in core Perl. + perl-Test-RequiresInternet, herhangi fazladan modül gerektirmeden internet bağlantısını denetleyebilen bir perl modülüdür. + https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz + + perl + + programming/language/perl/perl-Test-RequiresInternet/pspec.xml + + + perl-Test-RequiresInternet + Test::RequiresInternet - Easily test network connectivity + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-14 + 0.05 + First Pisi Release. + Blue Devil + bluedevil@sctzine.com + + + + + + perl-mailtools + https://metacpan.org/pod/MailTools + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + MailTools - bundle of ancient email modules. + MailTools is a bundle: an ancient form of combining packages into one distribution. + https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-2.21.tar.gz + + perl-timedate + + programming/language/perl/perl-mailtools/pspec.xml + + + perl-mailtools + + perl-timedate + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 2.21 + First build + fury + uglyside@yandex.ru + + + + + + perl-test2-suite + https://metacpan.org/release/Test2-Suite + + Kamil Atlı + suvari@pisilinux.org + + Artistic + library + programming.language.perl + Distribution with a rich set of tools built upon the Test2 framework. + Test2 çerçevesi üzerine inşa edilmiş zengin araçlarla dağıtım. + Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. + Test2 test kitaplığı üzerine kurulmuş araçlar ve eklentiler sunan bir perl araç takımıdır. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000135.tar.gz + + perl + perl-sub-info + perl-importer + perl-term-table + perl-test-simple + perl-scope-guard + perl-module-pluggable + + programming/language/perl/perl-test2-suite/pspec.xml + + + perl-test2-suite + Distribution with a rich set of tools built upon the Test2 framework. + + perl + perl-sub-info + perl-importer + perl-term-table + perl-test-simple + perl-scope-guard + perl-module-pluggable + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-07-20 + 0.000135 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-04-09 + 0.000129 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-Canary-Stability + https://metacpan.org/release/Canary-Stability + + Alihan Öztürk + alihan@pisilinux.org + + GPLv1 + library + programming.language.perl + CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules + Schmorp modülleri için perl uyumluluğunu deneteleyebilen Perl modülü + CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules + Bu modül, schmorp modülleri için perl uyumluluğunu deneteleyebilmektedir. + https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz + + perl + + programming/language/perl/perl-Canary-Stability/pspec.xml + + + perl-Canary-Stability + CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules + + perl + + + /usr/lib + /usr/share + /usr/share/man + + + + + 2020-01-02 + 2013 + Version bump, translation added + Blue Devil + bluedevil@sctzine.com + + + 2019-04-20 + 2012 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-26 + 2012 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2012 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2011 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2011 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Error + https://metacpan.org/release/Error + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Error/exception handling in an OO-ish way + Hata/istisna yakalama ve işlemeye yarayan Nesne yönelimli mantıkla yazılmış bir perl modülü + The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. + perl-Error, Hata/istisna yakalama ve işleme işlerini gören, Nesne yönelimli mantıkla yazılmış bir perl modülüdür. + https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17029.tar.gz + + perl + perl-Module-Build + + programming/language/perl/perl-Error/pspec.xml + + + perl-Error + Error/exception handling in an OO-ish way + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-01-29 + 0.17029 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 0.17028 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.17024 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.17024 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.17024 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.17024 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Crypt-Random-TESHA2 + https://metacpan.org/pod/Crypt::Random::TESHA2 + + fury + uglyside@yandex.ru + + PerlArtistic + library + programming.language.perl + Random numbers using timer/schedule entropy. + Crypt::Random::TESHA2 produces "userspace voodoo entropy" for people that do not have or don't want to use O/S supplied sources. + https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-TESHA2-0.01.tar.gz + + perl + + programming/language/perl/perl-Crypt-Random-TESHA2/pspec.xml + + + perl-Crypt-Random-TESHA2 + + perl + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-09-18 + 0.01 + First build + fury + uglyside@yandex.ru + + + + + + perl-Authen-SASL + https://metacpan.org/pod/Authen::SASL + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + A Perl SASL interface + Perl için SASL modülü + SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. The framework allows different implementations of the connection class to be plugged in. + SASL, ağ protokolleri tarafından kullanılan genel bir kimlik doğrulama tekniğidir. Authen::SASL, bütün protokollerin paylaşabileceği bir yapı sağlar. Bu yapı, kullanılacak bağlantı sınıfının farklı şekillerde uygulamalarına izin verir. + SASL es un mecanismo genérico de autenticación usado en varios protocolos de red. Authen::SASL facilita un capa de implementación, que todos los protocolos deberían poder compartir. El framework permite adjuntar implementaciones diferentes de la clase de conexión. + http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz + + perl + perl-GSSAPI + perl-Digest-HMAC + + programming/language/perl/perl-Authen-SASL/pspec.xml + + + perl-Authen-SASL + A Perl SASL interface + + perl + perl-GSSAPI + perl-Digest-HMAC + + + /usr/lib + /usr/share/doc/perl-Authen-SASL + /usr/share/man + + + + + 2020-01-02 + 2.16 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-09-08 + 2.16 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.16 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 2.16 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + perl-HTTP-Cookies + https://metacpan.org/pod/HTTP::Cookies + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP cookie jars + HTTP cerez veritabanı işlemleri + This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. + Bu modül "cookie jar - çerez kavanozu" olarak da adlandırılan içinde HTTP çerezlerinin bulunduğu bir veritabanı nesnesi sınıfı sağlar. + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.08.tar.gz + + perl + perl-HTTP-Date + perl-HTTP-Message + + programming/language/perl/perl-HTTP-Cookies/pspec.xml + + + perl-HTTP-Cookies + HTTP cookie jars + + perl + perl-HTTP-Date + perl-HTTP-Message + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2020-01-13 + 6.08 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 6.01 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.01 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-09-10 + 6.01 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + perl-HTML-FormatText-WithLinks + https://metacpan.org/pod/HTML::FormatText::WithLinks + + Osman Erkan + osman.erkan@pisilinux.org + + PerlArtistic GPL + library + programming.language.perl + HTML to text conversion with links as footnotes. + Bağlantıları dipnot olarak alan HTML'den metine dönüşüm modülü + HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. + HTML::FormatText::WithLinks HTML'i alıp düz metne çevirebilen ve bunu yaparken tüm bağlantıları da dipnot olarak verebilen perl modülüdür. + http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz + + perl + perl-URI + perl-Module-Build + perl-HTML-Formatter + perl-Test-Pod + perl-Test-Pod-Coverage + + programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml + + + perl-HTML-FormatText-WithLinks + HTML to text conversion with links as footnotes. + + perl + perl-URI + perl-HTML-Format + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-02-12 + 0.15 + Fix deps + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 0.15 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 0.15 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 0.15 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.15 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 0.15 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-HTML-Tree + https://metacpan.org/pod/HTML::Tree + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + app:console + programming.language.perl + A Perl module that build and scan parse-trees of HTML + HTML etiketlerin ayrıştırıcı ağaçlarını inşa etmeye yarayan bir Perl modülü + Build and scan parse-trees of HTML. It allows to represent,create and extract information from HTML syntax trees. + HTML etiketlerin ayrıştırıcı ağaçlarını inşa etmeye yarayan bir Perl modülüdür. HTML ağaçlarındaki bilgileri oluşturmaya, çıkartmaya ve sunmaya yarar. + https://cpan.metacpan.org/authors/id/K/KE/KENTNL/HTML-Tree-5.07.tar.gz + + perl + perl-HTML-Parser + perl-Module-Build + perl-Test-Fatal + + programming/language/perl/perl-HTML-Tree/pspec.xml + + + perl-HTML-Tree + A Perl module that build and scan parse-trees of HTML + + perl + perl-libwww + perl-HTML-Parser + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2020-01-14 + 5.07 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 5.06 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 5.03 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.03 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 5.03 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + perl-Gtk2 + https://metacpan.org/pod/Gtk2 + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Perl interface to the 2.x series of the Gimp Toolkit library. + This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-1.24993.tar.gz + + gtk2-devel + perl-Pango + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + + programming/language/perl/perl-Gtk2/pspec.xml + + + perl-Gtk2 + + gtk2 + perl-Pango + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + 2021-12-21 + 1.24993 + First build. + fury + uglyside@yandex.ru + + + + + + rust + https://www.rust-lang.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language + Systems programming language focused on safety, speed and concurrency + Güvenlik, hız ve eşzamanlılık odaklı sistem programlama dili + Język programowania systemów skoncentrowany na bezpieczeństwie, szybkości i współbieżności + Systems programming language focused on safety, speed and concurrency + Rust inanılmaz hızlı ve bellek tasarrufludur. Çöp toplayıcısı veya çalışma zamanı olmadan performans açısından kritik öneme sahip servisleri çalıştırabilir, gömülü cihazlarda çalışabilir ve diğer dillerle kolayca entegre olabilir. + Rust jest niesamowicie szybki i wydajny w pamięci. Może uruchamiać usługi krytyczne pod względem wydajności bez modułu odśmiecania pamięci lub środowiska wykonawczego, działać na urządzeniach osadzonych i łatwo integrować się z innymi językami. + https://static.rust-lang.org/dist/rustc-1.62.1-src.tar.gz + https://static.rust-lang.org/dist/rust-1.62.1-x86_64-unknown-linux-gnu.tar.gz + + bootstrap-config.toml + + + rust + perl + llvm + cmake + ninja + ocaml + valgrind-devel + zlib-devel + glibc-devel + libxml2-devel + openssl-devel + libssh2-devel + gdb-devel + curl-devel + python3-devel + libffi-devel + + programming/language/rust/pspec.xml + + + rust + + curl + zlib + libgcc + libssh2 + openssl + llvm-libs + + + /usr/bin + /usr/libexec + /etc + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + /usr/share/zsh + + + + rust-docs + Development files for rust + + rust + + + /usr/share/doc/rust/html + + + + + 2022-07-25 + 1.62.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-04 + 1.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-01 + 1.60.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-02-14 + 1.58.1 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-10-25 + 1.56.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-16 + 1.55.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-06 + 1.52.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-24 + 1.50.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-12-26 + 1.48.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-09-22 + 1.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-02 + 1.44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-05 + 1.43.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 1.42.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-10-21 + 1.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-29 + 1.35.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2019-05-27 + 1.34.2 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2019-04-17 + 1.34.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2019-02-11 + 1.32.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-12-19 + 1.31.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-10-29 + 1.30.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-10-29 + 1.29.2 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2018-08-30 + 1.27.0 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-04-17 + 1.25.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2017-11-13 + 1.21.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2017-09-26 + 1.20.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libgdiplus + https://www.mono-project.com/docs/gui/libgdiplus/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + library + programming.language.dotnet + Librairie pour utiliser System.Drawing avec Mono. + Open Source Implementation of the GDI+ API + GDI+ API'sinin Açık Kaynak Uygulaması + Libgdiplus is an open source implementation of the GDI+ API. This is part of the Mono project. + Libgdiplus, GDI+ API'sinin açık kaynak uygulamasıdır ve aynı zamanda Mono Projesi'nin bir parçası olarak geliştirilmektedir. + https://download.mono-project.com/sources/libgdiplus/libgdiplus-6.1.tar.gz + + tiff-devel + cairo-devel + glib2-devel + libX11-devel + giflib-devel + libpng-devel + libexif-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + programming/language/dotnet/libgdiplus/pspec.xml + + + libgdiplus + + tiff + cairo + glib2 + libX11 + libpng + giflib + libexif + freetype + fontconfig + libjpeg-turbo + + + /usr/lib/libgdiplus* + /usr/share/doc + + + + libgdiplus-devel + + libgdiplus + glib2-devel + + + /usr/lib/pkgconfig + + + + + 2022-07-12 + 6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + mono + http://www.mono-project.com + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + X11 + app:console + library + programming.language.dotnet + Librairie de classe et environnement d'exécution (runtime) de Mono, un compilateur/interpréteur C#. + Mono runtime and class libraries, a C# compiler/interpreter + C# derleyici ve yorumlayıcı + Librairie de classe et environnement d'exécution (runtime) de Mono, un compilateur/interpréteur C#. + Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. + Mono, geliştiricilerin kolayca çapraz platform uygulamaları oluşturmasına olanak sağlamak için tasarlanmış bir yazılım platformudur. C# ve Common Language Runtime için ECMA standartlarına dayanan Microsoft'un .NET Framework'ünün açık kaynaklı bir uygulamasıdır. + mono + https://download.mono-project.com/sources/mono/mono-6.12.0.182.tar.xz + + bash + cmake + zlib-devel + python3-devel + ca-certificates + libgdiplus-devel + + programming/language/dotnet/mono/pspec.xml + + + mono-runtime + + zlib + libgcc + + + /etc/mono + /usr/bin + /usr/bin/mono + /usr/bin/mono-test-install + /usr/bin/csharp + /usr/bin/certmgr + /usr/bin/chktrust + /usr/bin/gacutil* + /usr/bin/gmcs + /usr/bin/mcs* + /usr/bin/mozroots + /usr/bin/setreg + /usr/bin/sn + /usr/lib/mono/*/csharp* + /usr/lib/mono/*/certmgr* + /usr/lib/mono/*/chktrust* + /usr/lib/mono/*/gacutil* + /usr/lib/mono/*/gmcs* + /usr/lib/mono/*/mcs* + /usr/lib/mono/*/mozroots* + /usr/lib/mono/*/setreg* + /usr/lib/mono/*/sn* + /usr/lib/libMono*.so + /usr/lib/libikvm*.so + /usr/lib/mono/*/mscorlib* + /usr/lib/mono/*/cscompmgd* + /usr/lib/mono/*/I18N.West.dll* + /usr/lib/mono/gac/I18N.West + /usr/lib/mono/*/I18N.dll* + /usr/lib/mono/gac/I18N + /usr/lib/mono/*/Mono.CompilerServices.SymbolWriter* + /usr/lib/mono/*/Mono.CSharp* + /usr/lib/mono/*/Mono.GetOptions* + /usr/lib/mono/*/Mono.Management* + /usr/lib/mono/*/Mono.Security* + /usr/lib/mono/*/Mono.Simd* + /usr/lib/mono/*/Mono.Tasklets* + /usr/lib/mono/*/System.Core* + /usr/lib/mono/*/System.Security* + /usr/lib/mono/*/System.Xml.dll* + /usr/lib/mono/gac/System.Xml + /usr/lib/mono/*/System.Xml.Linq* + /usr/lib/mono/*/System.dll* + /usr/lib/mono/gac/System + /usr/lib/mono/*/System.Configuration.dll* + /usr/lib/mono/gac/System.Configuration + /usr/lib/mono/*/Mono.C5* + /usr/lib/mono/*/System.Drawing.dll* + /usr/lib/mono/gac/System.Drawing + /usr/lib/mono/*/Mono.Posix* + /usr/lib/mono/*/Mono.Cairo* + /usr/lib/mono/*/ICSharpCode.SharpZipLib* + /usr/lib/mono/*/Microsoft.VisualC* + /usr/lib/mono/*/Commons.Xml.Relaxng* + /usr/lib/mono/*/CustomMarshalers* + /usr/lib/mono/*/OpenSystem.C* + /usr/share/locale + /usr/share/man/man1/csharp.1 + /usr/share/man/man1/certmgr.1 + /usr/share/man/man1/chktrust.1 + /usr/share/man/man1/gacutil.1 + /usr/share/man/man1/gmcs.1 + /usr/share/man/man1/mcs.1 + /usr/share/man/man1/mono.1 + /usr/share/man/man1/mozroots.1 + /usr/share/man/man1/setreg.1 + /usr/share/man/man1/sn.1 + /usr/share/man/ + /usr/share/doc + /usr/lib/*.a + /usr/lib/*.la + /usr/lib/libmono*.so* + /usr/lib/mono + /usr/lib/mono-source-libs + /usr/share/mono-2.0 + /usr/share/libgc-mono + /usr/share/jay + /usr/lib/binfmt.d + + + mono.binfmt.d + + + + mono-devel + Header files and libraries used to embed the Mono runtime in an application + Mono uygulamalarının derlenip çalışabilir hale gelmesi için gerekli geliştirme paketi + + mono-runtime + monodoc-core + mono-data + mono-data-sqlite + mono-data-oracle + mono-ibm-data-db2 + mono-winforms + mono-web + mono-wcf + mono-winfxcore + mono-extras + mono-locale-extras + + + /usr/include + /usr/lib/pkgconfig + + + + monodoc-core + Mono documentation tools + + mono-runtime + + + /usr/bin/mdoc* + /usr/bin/monodoc* + /usr/lib/mono/monodoc + /usr/lib/monodoc + /usr/lib/mono/*/mdoc* + /usr/lib/mono/*/monodoc + /usr/share/man/man1/mdoc* + /usr/share/man/man5/mdoc.5 + /usr/share/man/man1/monodoc* + + + + mono-data + Database connectivity for Mono + Mono için veritabanı bağlantısı + + mono-runtime + + + /usr/bin/sql* + /usr/lib/mono/*/sql*.ex* + /usr/lib/mono/*/System.Data.dll + /usr/lib/mono/*/System.Data.DataSetExtensions.dll + /usr/lib/mono/*/System.Data.Linq.dll + /usr/lib/mono/*/System.Data.EnterpriseServices.dll + /usr/lib/mono/*/System.Data.DirectoryServices.dll + /usr/lib/mono/*/System.Data.Transactions.dll + /usr/lib/mono/*/Mono.Data.dll + /usr/lib/mono/*/Mono.Data.Tds.dll + /usr/lib/mono/*/Mono.Data.TdsClient.dll + /usr/lib/mono/*/Novell.Directory.Ldap.dll + /usr/lib/mono/gac/System.Data + /usr/lib/mono/gac/System.Data.DataSetExtensions + /usr/lib/mono/gac/System.Data.Linq + /usr/lib/mono/gac/System.Data.Services + /usr/lib/mono/gac/System.Data.EnterpriseServices + /usr/lib/mono/gac/System.Data.DirectoryServices + /usr/lib/mono/gac/System.Data.Transactions + /usr/lib/mono/gac/Mono.Data + /usr/lib/mono/gac/Mono.Data.Tds + /usr/lib/mono/gac/Mono.Data.TdsClient + /usr/lib/mono/gac/Novell.Directory.Ldap + /usr/share/man/man1/sqlsharp.1 + + + + mono-data-sqlite + Sqlite database connectivity for Mono + Mono için Sqlite veritabanı bağlantısı + library + + mono-runtime + + + /usr/lib/mono/*/Mono.Data.Sqlit* + + + + mono-data-oracle + Oracle database connectivity for Mono + Mono için Oracle veritabanı bağlantısı + library + + mono-runtime + + + /usr/lib/mono/*/System.Data.OracleClient* + + + + mono-ibm-data-db2 + IBM DB2 database connectivity for Mono + Mono için IBM DB2 veritabanı bağlantısı + library + + mono-runtime + + + /usr/lib/mono/*/IBM.Data.DB2* + + + + mono-winforms + Windows forms implementation for Mono + Mono için Windows formları uygulaması + library + + mono-runtime + + + /usr/lib/mono/*/System.Design* + /usr/lib/mono/*/System.Drawing.Design* + /usr/lib/mono/*/System.Windows.Forms* + /usr/lib/mono/*/Accessibility* + /usr/lib/mono/*/Mono.WebBrowser* + + + + mono-web + ASP.NET, remoting, and web services for Mono + Mono için ASP.NET, uzaktan bağlantı ve web servisleri + + mono-runtime + + + /etc/mono/mconfig/config.xml + /etc/mono/browscap.ini + /etc/mono/*/Browsers/Compat.browser + /etc/mono/*/DefaultWsdlHelpGenerator.aspx + /etc/mono/*/web.config + /usr/bin/disco + /usr/bin/mconfig + /usr/bin/soapsuds + /usr/bin/wsdl* + /usr/bin/xsd* + /usr/lib/mono/*/disco* + /usr/lib/mono/*/mconfig* + /usr/lib/mono/*/soapsuds* + /usr/lib/mono/*/wsdl* + /usr/lib/mono/*/xsd* + /usr/lib/mono/*/Mono.Http* + /usr/lib/mono/*/Mono.Web.dll* + /usr/lib/mono/gac/Mono.Web + /usr/lib/mono/*/System.ComponentModel.DataAnnotations* + /usr/lib/mono/*/System.Web* + /usr/lib/mono/*/System.Runtime.Remoting* + /usr/lib/mono/*/System.Runtime.Serialization.Formatters.Soap* + /usr/share/man/man1/disco.1 + /usr/share/man/man1/mconfig.1 + /usr/share/man/man1/soapsuds.1 + /usr/share/man/man1/wsdl.1 + /usr/share/man/man1/xsd.1 + + + + mono-wcf + Mono implementation of WCF (Windows Communication Foundation) + WCF'nin (Windows İletişim Vakfı) Mono uygulaması + + mono-runtime + + + /usr/bin/svcutil + /usr/lib/mono/*/svcutil* + /usr/lib/mono/*/System.IdentityModel* + /usr/lib/mono/*/System.IdentityModel.Selectors* + /usr/lib/mono/*/System.Runtime.Serialization.dll* + /usr/lib/mono/gac/System.Runtime.Serialization + /usr/lib/mono/*/System.ServiceModel* + /usr/lib/mono/*/System.ServiceModel.Web* + + + + mono-winfxcore + Mono implementation of core WinFX APIs + WinFX API'lerinin Mono uygulaması + library + + mono-runtime + + + /usr/lib/mono/*/WindowsBase* + + + + mono-extras + Infrastructure for running and building daemons and services + Servisleri çalıştırmak ve inşa etmek için altyapı + + mono-runtime + + + /usr/bin/mono-service* + /usr/lib/mono/*/mono-service* + /usr/lib/mono/*/System.Management* + /usr/lib/mono/*/RabbitMQ.Client* + /usr/lib/mono/*/System.Messaging* + /usr/lib/mono/*/Mono.Messaging* + /usr/lib/mono/*/Mono.Messaging.RabbitMQ* + /usr/lib/mono/*/System.ServiceProcess* + /usr/lib/mono/*/System.Configuration.Install* + /usr/lib/mono/*/Microsoft.Vsa* + /usr/share/man/man1/mono-service.1 + + + + mono-locale-extras + Extra locale information for Mono + Mono için ek yerel bilgi + library + + mono-runtime + + + /usr/lib/mono/*/I18N.MidEast* + /usr/lib/mono/*/I18N.Rare* + /usr/lib/mono/*/I18N.CJK* + /usr/lib/mono/*/I18N.Other* + + + + + 2022-07-12 + 6.12.0.182 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + gtk-sharp + https://www.mono-project.com/docs/gui/gtksharp/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + programming.language.dotnet + Gtk# 3 est un lien (binding) en langage C# pour la boîte à outils GTK2. + A C# language binding for the GTK+ 3 + Gtk3 için C# bağlayıcıları + Gtk-sharp is a C# language binding for the GTK+ 3 toolkit. + Gtk-sharp, GTK+ 3 araç kiti için yazılmış C# bağlayıcılarıdır. + gtk-sharp + https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz + + atk-devel + mono-devel + gtk3-devel + pango-devel + + + fix-build.patch + + programming/language/dotnet/gtk-sharp/pspec.xml + + + gtk-sharp + + atk + gtk3 + glib2 + pango + fontconfig + mono-runtime + + + /usr/bin + /usr/lib/mono/gac/gtk-sharp + /usr/lib/libgiosharpglue* + /usr/lib/libatksharpglue* + /usr/lib/libgtksharpglue* + /usr/lib/libpangosharpglue* + /usr/lib/libmono-profiler* + /usr/lib/monodoc + /usr/lib/gapi-3* + /usr/lib/mono/gac + /usr/lib/mono/gtk-sharp-3.0 + /usr/share/gapi-* + /usr/share/doc/ + + + + gtk-sharp-devel + Development files for gtk-sharp + gtk-sharp için geliştirme dosyaları + + gtk-sharp + + + /usr/lib/pkgconfig + + + + + 2022-0-12 + 2.99.3 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + lua + http://www.lua.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.language + A light-weight programming language + Hafif bir programlama dili + lua is a powerful light-weight programming language designed for extending applications. + lua, uygulamaları genişletmek için tasarlanmış hafif ve güçlü bir programlama dilidir. + Lua es un lenguaje de programación liviano y potente con todas las herramientas imaginables + http://www.lua.org/ftp/lua-5.3.6.tar.gz + + lua.pc + + + readline-devel + + + liblua.so.patch + + programming/language/lua/pspec.xml + + + lua + + readline + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/pixmaps + + + lua.png + + + + lua-devel + Development files for lua + lua için geliştirme dosyaları + + lua + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-05 + 5.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 5.3.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-03 + 5.3.5 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 5.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 5.3.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-02 + 5.3.4 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-14 + 5.3.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-03 + 5.2.4 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + lua51 + http://www.lua.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.language + A light-weight programming language + Hafif bir programlama dili + lua51 is a powerful light-weight programming language designed for extending applications. + lua51, uygulamaları genişletmek için tasarlanmış hafif ve güçlü bir programlama dilidir. + Lua51 es un lenguaje de programación liviano y potente con todas las herramientas imaginables + http://www.lua.org/ftp/lua-5.1.5.tar.gz + + readline-devel + + + lua-5.1-cflags.diff + lua-arch.patch + + programming/language/lua51/pspec.xml + + + lua51 + + readline + + + /usr/lib + /usr/share/man/man1 + /usr/share/doc + /usr/bin + /sbin/lsmod + /usr/share/pixmaps + /usr/share/lua5.1 + /luac5.1.1/luac.1 + /lua5.1.1/lua.1 + + + lua.png + lua.pc + + + + lua51-devel + Development files for lua51 + lua51 için geliştirme dosyaları + + lua51 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-15 + 5.1.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-06 + 5.1.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-16 + 5.1.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-05-09 + 5.1.5 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + lua52 + http://www.lua.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.language + A light-weight programming language + lua is a powerful light-weight programming language designed for extending applications. + http://www.lua.org/ftp/lua-5.2.4.tar.gz + + lua.pc + + + readline-devel + + + liblua.so.patch + + programming/language/lua52/pspec.xml + + + lua52 + + readline + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/pixmaps + + + lua.png + lua.pc + + + + lua52-devel + Development files for lua52 + + lua52 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-22 + 5.2.4 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2018-08-06 + 5.2.4 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2018-03-27 + 5.2.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + php + http://www.php.net + + Fatih Turgel + turgelfatih@gmail.com + + PHP + library + programming.language.php + PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly + Dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dili + PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. + PHP7, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir. + PHP7 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico. + https://www.php.net/distributions/php-7.4.25.tar.xz + + gd-devel + re2c + libzip-devel + harfbuzz-devel + apr-devel + apr-util-devel + apache + postfix + libxslt-devel + db-devel + mariadb-lib + libmcrypt-devel + mit-kerberos-devel + libc-client + postgresql-server + libjpeg-turbo-devel + zlib-devel + curl-devel + gdbm-devel + libpng-devel + freetype-devel + openssl-devel + sqlite-devel + oniguruma-devel + + + db6.patch + debian/052-phpinfo_no_configure.patch + + programming/php/php/pspec.xml + + + php-cli + + php-common + gd + curl + zlib + bzip2 + libpng + libxslt + libxml2 + freetype + mariadb-lib + libmcrypt + mit-kerberos + postgresql-lib + openldap-client + libjpeg-turbo + oniguruma + sqlite + openssl + + + /etc/php/cli + /usr/bin + /usr/share/man + + + go-pear + + + + php-common + Common config files for PHP + PHP için genel yapılandırma dosyaları + + db + gd + pam + gdbm + mit-kerberos + + + /usr/lib/php/modules + /usr/share/php7 + /etc/php/ext + + + + php-devel + Development files for PHP + + php-common + + + /usr/bin/php-config + /usr/bin/phpize + /usr/include + /usr/lib/php/build + /usr/share/man/man1/php-config* + /usr/share/man/man1/phpize* + + + + php-pear + Development files for PHP + + php-common + + + /etc/pear.conf + /usr/bin/pear + /usr/bin/go-pear + /usr/lib/php/PEAR/ + /usr/lib/php/Structures + /usr/lib/php/.lock + /usr/lib/php/peclcmd.php + /usr/lib/php/pearcmd.php + /usr/lib/php/System.php + /usr/lib/php/PEAR.php + /usr/lib/php/.filemap + /usr/lib/php/.registry/ + /usr/lib/php/Console/Getopt.php + /usr/lib/php/XML/Util.php + /usr/lib/php/Archive/Tar.php + /usr/lib/php/test/XML_Util + /usr/lib/php/test/Structures_Graph + /usr/lib/php/test/Console_Getopt + /usr/lib/php/.channels + /usr/lib/php/doc/ + /usr/lib/php/data/PEAR/ + /usr/lib/php/OS/Guess.php + + + + mod_php + server.web + + xz + pam + curl + zlib + bzip2 + libnsl + libpng + apache + libxml2 + freetype + libtool-ltdl + mariadb-lib + postgresql-lib + gd + libxslt + mit-kerberos + openldap-client + cyrus-sasl + harfbuzz + php-common + libmcrypt + libjpeg-turbo + sqlite + openssl + e2fsprogs + oniguruma + + + /usr/lib/apache2/modules/libphp7.so + /etc/apache2 + /etc/php/apache2 + + + 70_mod_php7.conf + + + + php-zip + Zip extension for PHP + + php-common + pam + libzip + mit-kerberos + + + /usr/lib/php/modules/zip.so + /etc/php/cli/ext/10-php-zip.ini + /etc/php/ext/10-php-zip.ini + + + 10-php-zip.ini + + + + php-imap + Module for PHP to enable IMAP support + + pam + openssl + e2fsprogs + php-common + libc-client + mit-kerberos + + + /usr/lib/php/modules/imap.so + /etc/php/ext/11-php-imap.ini + /etc/php/cli/ext/11-php-imap.ini + /etc/php/apache2/ext/11-php-imap.ini + + + 11-php-imap.ini + + + + php-fpm + FPM for PHP + + libxslt + libmcrypt + php-common + libjpeg-turbo + postgresql-lib + openldap-client + curl + zlib + bzip2 + sqlite + libxml2 + openssl + oniguruma + + + /usr/sbin/php-fpm + /usr/share/man/man8/php-fpm.8 + /etc/php/ext/php-fpm.conf + /etc/php-fpm.d/www.conf.default + /usr/share/fpm + /run + /var/log + + + System.Service + + + php-fpm.conf + + + + + 2021-10-31 + 7.4.25 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-06 + 7.4.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-22 + 7.4.3 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2019-10-11 + 7.3.10 + Version bump and OpenSSL fix + İdris Kalp + idriskalp@gmail.com + + + 2019-08-01 + 7.3.8 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-11-26 + 7.2.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 7.2.9 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-06-17 + 7.2.6 + Version Bump + Erkan IŞIK + info@erkanisik.com + + + 2017-12-24 + 7.2.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-06 + 5.6.30 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 5.6.20 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-20 + 5.6.20 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + eric6 + http://eric-ide.python-projects.org/index.html + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + programming.environment.eric + Full featured Python IDE + Eric is a full featured Python and Ruby editor and IDE, written in python. + It is based on the cross platform Qt4 gui toolkit, integrating the highly flexible + Scintilla editor control. It is designed to be usable as everdays' quick and dirty + editor as well as being usable as a professional project management tool integrating + many advanced features Python offers the professional coder. + eric5 + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-cs-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-de-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-es-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-fr-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-it-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-ru-17.12.tar.gz + https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-tr-17.12.tar.gz + + qt5-base-devel + qt5-sql-mysql + python3-devel + qt5-sql-sqlite + python3-qt5 + qscintilla2-devel + qscintilla2-python3 + qt5-webkit-devel + qt5-svg-devel + python3-sip + + programming/environment/eric6/pspec.xml + + + eric6 + + qt5-base + python3 + python3-qt5 + qscintilla2-python3 + qt5-webkit + qt5-svg + + + /usr/bin + /usr/lib/python3.6/site-packages + /usr/share/qt5/qsci/api + /usr/share/applications + /usr/share/appdata + /usr/share/doc + /usr/share/pixmaps + /usr/share/metainfo + + + + + 2018-09-09 + 17.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-01 + 17.12 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-05 + 17.05 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 6.1.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-10 + 6.1.4 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + codeblocks + http://www.codeblocks.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv3 + app:gui + programming.environment + A free C++ IDE built to meet the most demanding needs of its users + C++ için bütünleşik geliştirme araçlarını barındıran özgür yazılım + Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. + Code::Blocks, yazılımcıların en çok ihtiyaç duydukları özellikleri sağlayan, tamamen kişiselleştirilebilen ve geliştirilebilen C++ editörüdür. + codeblocks + https://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.xz + + bzip2 + zlib-devel + tinyxml-devel + boost-devel + fontconfig-devel + gamin-devel + glib2-devel + gtk3-devel + hunspell-devel + wxGTK-devel + wxGTK3 + + + codeblocks-gcc11.patch + 04b7c50fb8c6a29b2d84579ee448d2498414d855.patch + 2345b020b862ec855038dd32a51ebb072647f28d.patch + 40eb88e3f2b933f19f9933e06c8d0899c54f5e25.patch + 46720043319758cb0e798eb23520063583c40eaa.patch + 8035dfdff321754819f79e3165401aa59bd8c7f7.patch + a4aacc92640b587ad049cd6aa68c637e536e9ab5.patch + c28746f4887f10e6f9f10eeafae0fb22ecdbf9c7.patch + dbdf5c5ea9e3161233f0588a7616b7e4fedc7870.patch + f2f127cf5cd97c7da6a957a3f7764cb25cc9017e.patch + 29315df024251850832583f73e67e515dae10830.patch + 9a9c6a9d5e3e0f6eff5594ecd61a2222f073be9c.patch + b2e4f1279804e1d11b71bc75eeb37072c3589296.patch + sc_wxtypes-normalize.patch + + programming/environment/codeblocks/pspec.xml + + + codeblocks + A free C++ IDE built to meet the most demanding needs of its users + + bzip2 + zlib + tinyxml + fontconfig + gamin + glib2 + gtk3 + hunspell + wxBase + wxGTK + wxGTK-common + wxGTK3 + + + /usr/bin + /usr/lib + /usr/share/appdata + /usr/share/applications + /usr/share/codeblocks + /usr/share/doc + /usr/share/icons + /usr/share/man + /usr/share/mime + /usr/share/pixmaps + /usr/share/metainfo + + + + codeblocks-devel + Development files of codeblocks + codeblocks paketlerine ait geliştirme dosyaları + + codeblocks + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 20.03 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-24 + 17.12 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2017-05-10 + 16.01 + First release. + Erdinç Gültekin + admins@pisilinux.org + + + + + + git + https://git-scm.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + programming.scm + Fast Version Control System + Hızlı Sürüm Denetim Sistemi + Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. + Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir. + GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos. + git + https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.37.1.tar.xz + + libpcre2-devel + openssl-devel + libpcre-devel + libxslt-devel + expat-devel + tcltk-devel + curl-devel + perl-Error + util-linux + zlib-devel + asciidoc + xmlto + perl + + programming/scm/git/pspec.xml + + + git + Fast Version Control System + app:console + + perl-Git + perl-String-ShellQuote + perl-Net-SMTP-SSL + perl-Authen-SASL + perl-libwww + libpcre + libpcre2 + openssh + openssl + rsync + expat + zlib + curl + + + /usr/bin + /usr/libexec/git-core + /etc/bash_completion.d + /usr/share/pixmaps + /usr/share/git-core + /usr/share/locale + /usr/share/man/man1/git.1* + /usr/share/man/man1/git-a* + /usr/share/man/man1/git-b* + /usr/share/man/man1/git-ca* + /usr/share/man/man1/git-ch* + /usr/share/man/man1/git-cl* + /usr/share/man/man1/git-co* + /usr/share/man/man1/git-credential-c* + /usr/share/man/man1/git-credential-s* + /usr/share/man/man1/git-credential.* + /usr/share/man/man1/git-cv* + /usr/share/man/man1/git-di* + /usr/share/man/man1/git-de* + /usr/share/man/man1/git-f* + /usr/share/man/man1/git-gc* + /usr/share/man/man1/git-ge* + /usr/share/man/man1/git-gr* + /usr/share/man/man1/git-h* + /usr/share/man/man1/git-i* + /usr/share/man/man1/git-l* + /usr/share/man/man1/git-m* + /usr/share/man/man1/git-n* + /usr/share/man/man1/git-p* + /usr/share/man/man1/git-q* + /usr/share/man/man1/git-r* + /usr/share/man/man1/git-s* + /usr/share/man/man1/git-t* + /usr/share/man/man1/git-u* + /usr/share/man/man1/git-v* + /usr/share/man/man1/git-w* + /usr/share/man/man5/ + /usr/share/man/man7/ + /usr/share/doc + + + + git-daemon + GIT protocol daemon + GIT protokolü hizmeti + git-daemon, GIT protokolü hizmeti sunar. + service + + zlib + libpcre + git + + + /etc/conf.d/git-daemon + /usr/libexec/git-core/git-daemon + /usr/share/man/man1/git-daemon*.1* + /pub/scm + + + System.Service + + + git-daemon.confd + + + + perl-Git + Perl interface to GIT + GIT için perl arayüzü + perl-Git, GIT için perl arayüzü sunar. + library + programming.language.perl + + perl-Error + perl + + + /usr/lib/perl5 + /usr/share/perl5 + /usr/share/man/man3/Git.3pm + + + + gitk + Git revision tree visualiser + Git sürüm ağacı görüntüleyici + gitk, Git sürüm ağacı görüntüleyicisi sunar. + app:gui + + git + tcltk + + + /usr/bin/gitk + /usr/share/gitk + /usr/share/man/man1/*gitk*.1* + + + + git-gui + Git GUI tool + GIT için basit bir grafik arayüz + git-gui, GIT için basit bir grafik arayüz sunar. + app:gui + + git + gitk + tcltk + + + /usr/libexec/git-core/git-gui* + /usr/libexec/git-core/git-citool + /usr/share/git-gui + /usr/share/man/man1/git-gui.1* + /usr/share/man/man1/git-citool.1* + /usr/share/applications/git-gui.desktop + + + git-gui.desktop + + + + gitweb + Simple web interface to GIT repositories + GIT için Web arayüzü + interfaz web para GIT + gitweb, GIT için Web arayüzü sunar. + app:web + server.web + + git + + + /var/www/localhost + /etc/conf.d/gitweb + /etc/apache2/conf.d + /usr/share/man/man1/gitweb.1* + + + gitweb.confd + git.conf.httpd + + + + + 2022-08-05 + 2.37.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-28 + 2.37.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-07 + 2.36.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 2.33.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-13 + 2.33.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 2.32.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 2.25.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-18 + 2.23.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.16.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-20 + 2.16.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 2.12.0 + Version bump. + Alihan Öztürk + alihan@pisilnux.org + + + 2016-11-12 + 2.10.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilnux.org + + + 2016-06-09 + 2.7.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-26 + 2.7.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qgit + http://digilander.libero.it/mcostalba/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + programming.scm + A git GUI viewer built on Qt5/C++ + Qt5/C++ üzerine inşa edilmiş git grafik arayüzü + With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches. + Qgit ile sürüm geçmişlerine göz atabilecek, yama içeriklerini ve değişen dosyaları değişik geliştirme dallarında grafiksel olarak görebileceksiniz. + Con qgit se puede navegar por los históricos de revisiones, ver contenido de parches y archivos modificados, siguiendo de manera gráfica las diferentes ramificaciones de desarrollo. + qgit + https://github.com/tibirna/qgit/archive/qgit-2.9.tar.gz + + qt5-base-devel + + programming/scm/qgit/pspec.xml + + + qgit + + qt5-base + libgcc + + + /usr/bin + /usr/share + + + qgit.desktop + + + + + 2019-08-28 + 2.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + subversion + http://subversion.apache.org/ + + PisiLinux Community + admins@pisilinux.org + + Subversion + app:console + service + programming.scm + A compelling replacement for CVS + Bir sürüm kontrol sistemi + SVN est un gestionnaire de configuration permettant de stocker des fichiers et de contrôler leur historique de changement dans un dépôt. + SVN is a version controlling system to store files and control their change history in a repository. + Daha gelişmiş özellikleri olan ve önceki CVS yerine kullanılan, bir sürüm yönetim sistemidir. + http://archive.apache.org/dist/subversion/subversion-1.14.1.tar.bz2 + + apache + expat-devel + zlib-devel + ruby-devel + serf-devel + sqlite-devel + jdk8-openjdk + apr-util-devel + cyrus-sasl-devel + python-devel + dbus-devel + glib2-devel + openssl-devel + swig + python3-devel + python-py3c-devel + + + subversion-swig-perl-install_vendor.patch + subversion.rpath.fix.patch + dont_compile_pyc.patch + + programming/scm/subversion/pspec.xml + + + subversion + + file + zlib + expat + libgcc + sqlite + apr + serf + apr-util + cyrus-sasl + python-py3c + + + /etc/conf.d + /etc/subversion + /etc/bash_completion.d + /usr/share/build + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/locale + /usr/share/man + /var/svn + + + System.Service + System.Package + + + svnserve.confd + subversion.config + + + + subversion-devel + Development files for subversion + Subversion için geliştirme dosyaları + + openssl-devel + apr-devel + serf-devel + sqlite-devel + apr-util-devel + subversion + + + /usr/include + /usr/share/pkgconfig + + + + mod_dav_svn + server.web + + apr + apache + apr-util + subversion + + + /usr/lib/apache2 + /usr/libexec/mod_dav_svn.so + /usr/libexec/mod_authz_svn.so + /etc/apache2/modules.d + /var/www/localhost/htdocs + + + System.Package + + + 47_mod_dav_svn.conf + + + + + 2022-06-11 + 1.14.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.14.1 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-09-16 + 1.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-20 + 1.9.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 1.9.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.9.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-06 + 1.9.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libgit2 + https://libgit2.github.com + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + programming.scm + git c dili kütüphanesi + A linkable library for Git + git için c kütüphanesi + A plain C library to interface with the git version control system + libgit2 + https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz + + zlib-devel + libpcre-devel + openssl-devel + http-parser + libssh2-devel + python3-devel + cmake + + programming/scm/libgit2/pspec.xml + + + libgit2 + + zlib + openssl + libpcre + libssh2 + http-parser + + + /usr/lib + + + + libgit2-devel + + libgit2 + zlib-devel + openssl-devel + libpcre-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2021-07-17 + 1.1.0 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2021-06-15 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 1.0.1 + Rebuild. + Berk Çakar + berk2238@hotmail.com + + + 2020-09-21 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-15 + 0.28.4 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-04-22 + 0.28.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-20 + 0.27.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-20 + 0.26.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.25.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.23.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-01 + 0.23.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + mercurial + https://www.mercurial-scm.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.scm + A distributed SCM tool + Dağıtık bir kaynak kod yönetim aracı + Système de gestion de code source, rapide et léger conçu pour gérer de manière efficace les projets distribués de très grande taille. + A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. + Çok büyük dağıtık projelerin verimli bir şekilde idare edilmesi amacıyla geliştirilmiş hızlı, hafif bir kaynak kod kontrol yönetimi sistemi + Un sistema rápido y liviano de administración de fuentes (Source Control Management) diseñado para manejo eficaz de proyectos muy largos y distribuidos. + https://www.mercurial-scm.org/release/mercurial-5.3.tar.gz + + python-devel + + programming/scm/mercurial/pspec.xml + + + mercurial + A distributed SCM tool + + python + + + /etc/bash_completion.d + /usr/bin + /usr/share/doc + /usr/share/man + /usr/lib + + + + + 2020-02-25 + 5.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-09-09 + 4.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-20 + 4.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 4.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 3.8.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-04 + 3.3.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + github-cli + https://github.com/cli/cli + + Blue Devil + bluedevil@sctzine.com + + MIT + app:console + programming.scm + The GitHub CLI + Github komut satırı arayüzü. + gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. + gh, resmi Github komut satırı arayüzüdür. + https://github.com/cli/cli/archive/v0.5.7.tar.gz + + golang + + programming/scm/github-cli/pspec.xml + + + github-cli + The GitHub CLI + + /usr/bin/gh + /usr/share/doc + + + + + 2020-02-24 + 0.5.7 + First release + Blue Devil + bluedevil@sctzine.com + + + + + + libgit2-glib + https://gitlab.gnome.org/GNOME/libgit2-glib + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + programming.misc + libgit2-glib is a glib wrapper library around the libgit2 git access library. + libgit2-glib is a glib wrapper library around the libgit2 git access library. + https://download.gnome.org/sources/libgit2-glib/1.0/libgit2-glib-1.0.0.1.tar.xz + + meson + libssh2-devel + glib2-devel + gobject-introspection-devel + libgit2-devel + python3-devel + vala-devel + + programming/scm/libgit2-glib/pspec.xml + + + libgit2-glib + libgit2-glib is a glib wrapper library around the libgit2 git access library. + + glib2 + libgit2 + libssh2 + + + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/lib/python3* + /usr/share/doc + + + + libgit2-glib-devel + libgit2-glib is a glib wrapper library around the libgit2 git access library. + + glib2-devel + libgit2-devel + libgit2-glib + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2021-12-24 + 1.0.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-08 + 0.99.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 0.99.0.1 + Version bump + Berk Çakar + berk2238@hotmail.com + + + 2021-04-07 + 0.99.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + gdb + http://www.gnu.org/software/gdb/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + programming.debug + GNU debugger + GNU hata ayıklayıcısı + Depurador GNU + GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed. + GDB, GNU Proje hata ayıklama aracı, çalışır durumdaki başka bir programın `içinde' olan biteni görmenizi, veya başka bir programın çöktüğü anda ne yapıyor olduğunu bilmenizi sağlar. + GDB, el depurador del proyecto GNU permite ver lo que está pasando 'en el interior de' otro programa mientras ejecuta -- o lo que estaba haciendo cuando quedó colgado. + https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz + + texinfo + xz-devel + mpfr-devel + expat-devel + python-devel + xxhash-devel + ncurses-devel + guile2.0-devel + readline-devel + source-highlight-devel + + + 0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch + + programming/debug/gdb/pspec.xml + + + gdb + GNU debugger + + xz + mpfr + expat + libgcc + xxhash + python + ncurses + guile2.0 + readline + source-highlight + + + /usr/lib + /usr/share/man + /usr/share/gdb + /usr/bin + /usr/share/info + /usr/share/doc/gdb + + + + gdb-devel + Development files for gdb + gdb için geliştirme dosyaları + gdb-devel, provides development files for gdb. + + gdb + + + /usr/include + + + + + 2021-11-30 + 11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-15 + 10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 9.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-07 + 9.2 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-07 + 8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 8.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 8.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 7.12.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 7.9.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 7.9.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + valgrind + http://www.valgrind.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + programming.profiler + Memory access debugger for X86 and PPC Linux platforms + X86 ve PPC Linux platformları için bellek erişimi hata ayıklayıcı + Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. + Valgrind, bu konuda ödül kazanmış Linux için çizge ve hata ayıklama araçları takımıdır. Valgrind ile gelen araçlar yardımıyla, birçok hafıza yönetimi ve iş parçacığı hatalarını otomatik olarak yakalayabilir, boşa geçen hata ayıklama saatlerinizi kazanabilir, programlarınızı daha kararlı bir hale getirebilirsiniz. Ayrıca programlarınızı daha hızlı çalışır yapmak ve kullandıkları hafızayı azaltmak için iş parçacıklarını detaylı olarak inceleyebilirsiniz. + ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2 + + glibc-devel + boost-devel + gdb-devel + docbook-xsl + + + valgrind-3.7.0-respect-flags.patch + + programming/profiler/valgrind/pspec.xml + + + valgrind + + glibc + perl + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share/doc/valgrind + /usr/share/man + + + + valgrind-devel + Development files for valgrind + + valgrind + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-22 + 3.18.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 3.18.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-15 + 3.16.1 + Rebu'ld + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-21 + 3.16.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 3.15.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 3.13.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 3.13.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-31 + 3.13.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 3.12.0 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.11.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-29 + 3.11.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mhash + http://mhash.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + A uniform interface to several hash algorithms. + Hash algoritmaları için ortak arayüz + mhash is a free library which provides a uniform interface to a large number of hash algorithms. + mhash, çeşitli hash algoritmalarını kolayca kullanabilmek için ortak arayüz sağlayan özgür bir kitaplıktır. + mirrors://sourceforge/mhash/mhash-0.9.9.9.tar.bz2 + + mhash-0.9.9.9-keygen_test_fix.patch + + programming/library/mhash/pspec.xml + + + mhash + + /usr/lib + /usr/share/doc + + + + mhash-devel + Development files for mhash + mhash paketine ait geliştirme dosyaları + + mhash + + + /usr/include + /usr/share/man/man3 + + + + + 2020-12-20 + 0.9.9.9 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + cdk + https://invisible-island.net/cdk/cdk.html + + fury + uglyside@yandex.ru + + custom + library + programming.library + This is a modified/enhanced version of Cdk. + Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. This little project of mine started as a test to see how compatible my Linux machine was to other UNIX breeds. While doing this I discovered Ncurses, and played with it. These widgets are the result of over a years worth of playing. + https://invisible-mirror.net/archives/cdk/cdk-5.0-20211216.tgz + + Xaw3d-devel + ncurses-devel + + programming/library/cdk/pspec.xml + + + cdk + + ncurses + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + cdk-devel + + ncurses-devel + perl + cdk + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-17 + 5.0.20211216 + Version bump. + fury + uglyside@yandex.ru + + + 2020-11-28 + 5.0.20200923 + First build. + fury + uglyside@yandex.ru + + + + + + rinutils + https://www.shlomifish.org/open-source/projects/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.library + A C11 / gnu11 utilities C library + Bir C11 / gnu11 aracları bulunan C kitaplığı + This is a set of C headers containing macros and static functions that are expected to work on Unix-like systems and MS Windows that have been extracted from Shlomi Fish´s projects. + Shlomi Fish'in projelerinden çıkartılmış hem *nix hem ms windows platformlarında çalışması beklenen C başlık makro ve durağan yordamları içeren C kitaplığıdır. + https://github.com/shlomif/rinutils/archive/0.8.0.tar.gz + + cmake + + programming/library/rinutils/pspec.xml + + + rinutils + A C11 / gnu11 utilities C library + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + rinutils-devel + Development files for rinutils + + rinutils + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-05-10 + 0.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 0.2.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + wimlib + https://wimlib.net/index.html + + PisiLinux Community + admins@pisilinux.org + + custom + app + programming.library + A library and program to extract, create, and modify WIM files + A library and program to extract, create, and modify WIM files + WIM dosyalarını ayıklamak, oluşturmak ve değiştirmek için bir kitaplık ve program + WIM dosyalarını ayıklamak, oluşturmak ve değiştirmek için bir kitaplık ve program + https://wimlib.net/downloads/wimlib-1.13.5.tar.gz + + attr-devel + fuse-devel + libxml2-devel + ntfs-3g + openssl-devel + + programming/library/wimlib/pspec.xml + + + wimlib + + fuse + cdrkit + mtools + cabextract + libxml2 + ntfs-3g + openssl + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + wimlib-devel + Development files for wimlib + + wimlib + fuse-devel + libxml2-devel + openssl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-06 + 1.13.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-27 + 1.13.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libdmapsharing + http://www.flyn.org/projects/libdmapsharing/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2 + app:gui + programming.library + A DMAP client and server library + Bir DMAP istemci ve sunucu kitaplığı + A DMAP client and server library + Bir DMAP istemci ve sunucu kitaplığı + libdmapsharing + http://www.flyn.org/projects/libdmapsharing/libdmapsharing-3.9.9.tar.gz + + glib2-devel + libgee-devel + libsoup-devel + gdk-pixbuf-devel + gstreamer-devel + gst-plugins-base-devel + avahi-glib-devel + gtk-doc + vala-devel + + programming/library/libdmapsharing/pspec.xml + + + libdmapsharing + + zlib + glib2 + libsoup + avahi-glib + avahi-libs + gdk-pixbuf + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + + + + libdmapsharing-devel + libdmapsharing için geliştirme dosyaları + + libdmapsharing + glib2-devel + gstreamer-devel + libsoup-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-11 + 3.9.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + xdg-utils-cxx + https://github.com/azubieta/xdg-utils-cxx + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + programming.library + Implementation of the FreeDesktop specifications to be used in C++ projects + Implementation of the FreeDesktop specifications to be used in C++ projects + Implementation of the FreeDesktop specifications to be used in C++ projects + Implementation of the FreeDesktop specifications to be used in C++ projects + https://github.com/azubieta/xdg-utils-cxx/archive/refs/tags/v1.0.1.tar.gz + + cmake + + programming/library/xdg-utils-cxx/pspec.xml + + + xdg-utils-cxx + + /usr/lib + /usr/share/doc + + + + xdg-utils-cxx-devel + Development files for xdg-utils-cxx + + xdg-utils-cxx + + + /usr/include + /usr/lib/cmake + + + + + 2021-05-19 + 1.0.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + accounts-qml-module + https://launchpad.net/ubuntu/ + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv3 + library + programming.library + Expose the Online Accounts API to QML applications + Expose the Online Accounts API to QML applications + Expose the Online Accounts API to QML applications + Expose the Online Accounts API to QML applications + https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_0.7/accounts-qml-module-VERSION_0.7.tar.gz + + signon-devel + libaccounts-qt5-devel + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel + + + Build-add-qmltypes-file-to-repository.patch + Fix-compilation-with-Qt-5.13.patch + + programming/library/accounts-qml-module/pspec.xml + + + accounts-qml-module + + signon + libaccounts-qt5 + qt5-base + qt5-declarative + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2020-04-08 + 0.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + totem-pl-parser + https://gitlab.gnome.org/GNOME/totem-pl-parser + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + programming.library + Totem playlist parser + totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those + https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.5.tar.xz + + glib2-devel + intltool + libarchive-devel + libgcrypt-devel + libxml2-devel + gobject-introspection-devel + meson + + programming/library/totem-pl-parser/pspec.xml + + + totem-pl-parser + + libarchive + glib2 + libxml2 + libgcrypt + + + /usr/lib/girepository-1.0/ + /usr/lib/lib*.so* + /usr/share/doc + /usr/share/locale + + + + totem-pl-parser-devel + Development files for totem-pl-aprser + + totem-pl-parser + libarchive-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-05-28 + 3.26.5 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + pisi-timedate + https://github.com/friberk/pisi-timedate + + Berk Çakar + berk2238@hotmail.com + + GPLv3 + programming.library + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + https://github.com/friberk/pisi-timedate/archive/refs/tags/1.2.0.tar.gz + + dbus-devel + glib2-devel + + programming/library/pisi-timedate/pspec.xml + + + pisi-timedate + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + + dbus + glib2 + + + /etc/dbus-1 + /usr/libexec + /usr/share/dbus-1 + /usr/share/doc + + + + + 2021-04-17 + 1.2.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + squashfuse + https://github.com/vasi/squashfuse + + Pisi Linux Admins + admin@pisilinux.org + + custom + app + programming.library + FUSE filesystem to mount squashfs archives + FUSE filesystem to mount squashfs archives + FUSE filesystem to mount squashfs archives + FUSE filesystem to mount squashfs archives + https://github.com/vasi/squashfuse/archive/refs/tags/0.1.104.tar.gz + + xz-devel + lz4-devel + lzo-devel + zlib-devel + zstd-devel + fuse-devel + squashfs-tools + + programming/library/squashfuse/pspec.xml + + + squashfuse + + xz + lz4 + lzo + zlib + zstd + fuse + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + squashfuse-devel + Development files for squashfuse + + squashfuse + xz-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-05-19 + 0.1.104 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + gnu-efi + https://sourceforge.net/projects/gnu-efi/ + + Ergün Salman + Poyraz76@pisilinux.org + + LGPLv2 + Libry + programming.library + Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment.. + GNU toolchain and the EFI development environment.. + yalm-cpp + https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.14.tar.bz2 + programming/library/gnu-efi/pspec.xml + + + gnu-efi + + /usr/lib/ + /usr/include/ + /usr/share/ + + + + + 2021-11-21 + 3.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 3.0.11 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-15 + 3.0.11 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-10-21 + 3.0.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-10 + 3.0.8 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-05-15 + 3.0.4 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-08-16 + 3.0.4 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + libcloudproviders + http://live.gnome.org/libcloudproviders + + Berk Çakar + berk2238@hotmail.com + + LGPLv3 + library + programming.library + libcloudproviders is a DBus API that allows cloud storage sync clients to expose +their services. + libcloudproviders is a DBus API that allows cloud storage sync clients to expose +their services. Clients such as file managers and desktop environments can then +provide integrated access to the cloud providers services. + https://gitlab.gnome.org/World/libcloudproviders/-/archive/0.3.1/libcloudproviders-0.3.1.tar.gz + + meson + vala-devel + glib2-devel + gobject-introspection-devel + + programming/library/libcloudproviders/pspec.xml + + + libcloudproviders + + glib2 + gobject-introspection + + + /usr/lib + /usr/share/doc + + + + libcloudproviders-devel + Development files for libcloudproviders + + libcloudproviders + + + /usr/include + /usr/lib/girepository-1.0 + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/share/vala/vapi + /usr/share/gir-1.0 + + + + + 2021-05-27 + 0.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-10 + 0.3.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libcacard + https://gitlab.freedesktop.org/spice/libcacard + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + science.misc + CAC (Common Access Card) library + CAC (Ortak Erişim Kartı) kitaplığı + This library provides emulation of smart cards to a virtual card +reader running in a guest virtual machine. + Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar +Konuk sanal makinede çalışan okuyucu. + https://www.spice-space.org/download/libcacard/libcacard-2.8.1.tar.xz + + meson + nss-devel + nspr-devel + glib2-devel + pcsc-lite-devel + + programming/library/libcacard/pspec.xml + + + libcacard + CAC (Common Access Card) library + + nss + nspr + glib2 + pcsc-lite + + + /usr/bin + /usr/share/doc/ + /usr/lib/libcacard.so* + + + + libcacard-devel + Development files for libcacard + libcacard için geliştirme dosyaları + Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar +Konuk sanal makinede çalışan okuyucu. + + nss-devel + glib2-devel + pcsc-lite-devel + libcacard + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-02-10 + 2.8.1 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + libunibreak + http://vimgadgets.sourceforge.net/libunibreak/ + + Pisi Linux Community + admin@pisilinux.org + + zlib + library + programming.library + An Implementation of the line breaking and word breaking algorithms + Satır kırılma ve kelime kırılma algoritmalarının bir uygulaması + Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29 + libunibreak Unicode Standard Annex 14 ve Unicode Standard Annex 29 içinde tanımlandığı gibi satır kırılma ve kelime kırılma algoritmalarının bir uygulamasıdır. + https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_0/libunibreak-5.0.tar.gz + programming/library/libunibreak/pspec.xml + + + libunibreak + + /usr/lib + /usr/share/doc + + + + libunibreak-devel + + libunibreak + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-22 + 5.0 + First release. + Pisi Linux Community + admin@pisilinux.org + + + + + + jsoncpp + https://github.com/open-source-parsers/jsoncpp + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + C++ library for interacting with JSON + JSON ile etkileşim için C ++ kütüphanesi + C++ library for interacting with JSON + JSON ile etkileşim için C ++ kütüphanesi + https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz + + meson + + programming/library/jsoncpp/pspec.xml + + + jsoncpp + + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + jsoncpp-devel + Development files for jsoncpp + + jsoncpp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-03-01 + 1.9.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-11-30 + 1.8.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + liburcu + http://liburcu.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + Userspace RCU (read-copy-update) library + Userspace RCU (read-copy-update) library + Userspace RCU (read-copy-update) library + Userspace RCU (read-copy-update) library + https://lttng.org/files/urcu/userspace-rcu-0.13.0.tar.bz2 + programming/library/liburcu/pspec.xml + + + liburcu + + /usr/lib + /usr/share/doc + + + + liburcu-devel + Development files for liburcu + + liburcu + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-21 + 0.13.0 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + libmaxminddb + https://maxmind.github.io/libmaxminddb + + Pisi Linux Admins + admins@pisilinux.org + + Apache-2.0 + library + programming.library + C library for the MaxMind DB file format + The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. + https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz + + glibc-devel + geoip-devel + cmake + + programming/library/libmaxminddb/pspec.xml + + + libmaxminddb + + /usr/bin + /usr/lib + /usr/share/doc + + + + libmaxminddb-devel + + libmaxminddb + + + /usr/include + + + + + 2021-08-10 + 1.6.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + template-glib + https://gitlab.gnome.org/GNOME/template-glib + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + programming.library + template-glib is a library for template expansion which supports calling into GObject Introspection from templates. + Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language. + https://download.gnome.org/sources/template-glib/3.34/template-glib-3.34.1.tar.xz + + meson + vala-devel + glib2-devel + gobject-introspection-devel + + programming/library/template-glib/pspec.xml + + + template-glib + library + + glib2 + gobject-introspection + + + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/doc + /usr/share/locale + + + + template-glib-devel + Development files for template-glib + + template-glib + glib2-devel + gobject-introspection-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-03-21 + 3.34.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 3.34.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libpsl + https://github.com/rockdaboot/libpsl + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + Public Suffix List library + Public Suffix List library + Genel Ek Listesi kitaplığı + Genel Ek Listesi kitaplığı + https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz + + gtk-doc + glib2-devel + icu4c-devel + python-six + gettext-devel + libidn2-devel + libxslt-devel + libunistring-devel + + programming/library/libpsl/pspec.xml + + + libpsl + + libidn2 + libunistring + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libpsl-devel + Development files for libpsl + + libpsl + + + /usr/include + /usr/lib/pkgconfig + + + + libpsl-docs + Development files for libpsl + + libpsl + + + /usr/share/gtk-doc + + + + + 2020-01-28 + 0.21.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-08-03 + 0.21.0 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-09-04 + 0.20.2 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-03-04 + 0.20.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + z3 + https://github.com/Z3Prover/z3 + + fury + uglyside@yandex.ru + + MIT + library + programming.library + The Z3 Theorem Prover. + Z3 is a theorem prover from Microsoft Research. + https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.17.tar.gz + + cmake + ninja + gmp-devel + python3-devel + python3-setuptools + + programming/library/z3/pspec.xml + + + z3 + + gmp + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + python3-z3 + programming.language.python3 + + z3 + python3 + + + /usr/lib/python* + + + + z3-devel + + z3 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2022-05-28 + 4.8.17 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-11 + 4.8.12 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-05 + 4.8.11 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-24 + 4.8.10 + Version bump. + fury + uglyside@yandex.ru + + + 2020-10-08 + 4.8.9 + First build. + fury + uglyside@yandex.ru + + + + + + libportal + https://github.com/flatpak/libportal + + Berk Çakar + berk2238@hotmail.com + + GPLv3 + library + programming.library + GIO-style async APIs for most Flatpak portals. + GIO-style async APIs for most Flatpak portals. + https://github.com/flatpak/libportal/releases/download/0.6/libportal-0.6.tar.xz + + glib2-devel + git + gtk-doc + meson + vala + gtk3-devel + gtk4-devel + qt5-base-devel + qt5-x11extras-devel + glib2-devel + gi-docgen + gobject-introspection-devel + + programming/library/libportal/pspec.xml + + + libportal + + glib2 + git + gtk-doc + gtk3 + gtk4 + qt5-base + qt5-x11extras + + + /etc/gconf + /usr/lib + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/libportal + /usr/share/glib-2.0 + /usr/share/vala + /usr/share/icons + + + + libportal-docs + libportal reference documents + data:doc + + /usr/share/doc/libportal-1 + + + + libportal-devel + Development files for libportal + + libportal + gtk3-devel + gtk4-devel + qt5-base-devel + qt5-x11extras-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-03-22 + 0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-18 + 0.4 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + amtk + https://wiki.gnome.org/Projects/Amtk + + PisiLinux Community + admins@pisilinux.org + + LGPL2 + app:gui + programming.library + Actions, Menus and Toolbars Kit for GTK+ applications + Gtk uygulamları için eylem, menü ve araç çubuğu kiti + Actions, Menus and Toolbars Kit for GTK+ applications + Gtk uygulamları için eylem, menü ve araç çubuğu kiti + mirrors://gnome/amtk/5.5/amtk-5.5.1.tar.xz + + gettext-devel + glib2-devel + gtk-doc + gtk3-devel + gobject-introspection-devel + meson + + programming/library/amtk/pspec.xml + + + amtk + + gtk3 + glib2 + + + /usr + /usr/share + /usr/share/man + + + + amtk-devel + amtk için geliştirme dosyaları + + amtk + glib2-devel + gtk3-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-11 + 5.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-25 + 5.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 5.3.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + lucene++ + https://github.com/luceneplusplus/LucenePlusPlus + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + Apache-2.0 + library + programming.library + An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. + Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. + https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.8.tar.gz + + cmake + boost-devel + + + fix_various_cmake_issues.patch + use_correct_libdir.patch + fix_typo.patch + + programming/library/lucene++/pspec.xml + + + lucene++ + + boost + libgcc + + + /usr/lib + /usr/share/doc + + + + lucene++-devel + + lucene++ + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-27 + 3.0.8 + Rebuild boost. + fury + uglyside@yandex.ru + + + 2021-04-29 + 3.0.8 + Version bump. + fury + uglyside@yandex.ru + + + 2020-11-26 + 3.0.7 + First Release. + fury + uglyside@yandex.ru + + + + + + double-conversion + https://github.com/google/double-conversion + + fury + uglyside@yandex.ru + + BSD-3-Clause + library + programming.library + Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. + IEEE çiftleri için ikilik-onluk ve onluk-ikilik sayı tabanları arasında verimli dönüşüm yordamları. + double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles. + double-conversion, IEEE çiftleri için ikilik-onluk ve onluk-ikilik sayı tabanları arasında verimli dönüşüm yordamları sunar. + https://github.com/google/double-conversion/archive/refs/tags/v3.2.1.tar.gz + + cmake + + programming/library/double-conversion/pspec.xml + + + double-conversion + + libgcc + + + /usr/lib + /usr/share/doc + + + + double-conversion-devel + double-conversion için geliştirme dosyaları + double-conversion-devel, double-conversion için geliştirme dosyalarını içerir. + + double-conversion + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-07 + 3.2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2022-01-04 + 3.1.7 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-20 + 3.1.6 + Version bump. + fury + uglyside@yandex.ru + + + 2020-04-30 + 3.1.5 + First build. + fury + uglyside@yandex.ru + + + + + + libwpe + https://wpewebkit.org + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + programming.library + General-purpose library for WPE WebKit + General-purpose library for WPE WebKit + WPE WebKit için genel amaçlı kitaplık + WPE WebKit için genel amaçlı kitaplık + https://github.com/WebPlatformForEmbedded/libwpe/archive/1.13.2.tar.gz + + meson + libxkbcommon-devel + mesa-devel + + programming/library/libwpe/pspec.xml + + + libwpe + + libgcc + libxkbcommon + + + /usr/lib + /usr/share + /usr/share/doc + + + + libwpe-devel + Development files for libwpe + + libwpe + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-02 + 1.13.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 1.9.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libmediaart + https://gitlab.gnome.org/GNOME/libmediaart + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + programming.library + Library for managing media art caches + ortam sanat önbelleğini yönetmek için bir kitaplık + Library for managing media art caches + ortam sanat önbelleğini yönetmek için bir kitaplık + libmediaart + mirrors://gnome/libmediaart/1.9/libmediaart-1.9.6.tar.xz + + glib2-devel + gdk-pixbuf-devel + gobject-introspection-devel + gtk-doc + meson + vala-devel + + programming/library/libmediaart/pspec.xml + + + libmediaart + + glib2 + gdk-pixbuf + + + /usr/bin + /usr/lib/libmediaart* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/vala + + + + libmediaart-devel + libmediaart için geliştirme dosyaları + + libmediaart + glib2-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-06-02 + 1.9.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-10 + 1.9.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + rapidjson + http://rapidjson.org/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + app + programming.library + A fast JSON parser/generator for C++ with both SAX/DOM style API. + Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu + A fast JSON parser/generator for C++ with both SAX/DOM style API. + Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu + https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz + + cmake + + programming/library/rapidjson/pspec.xml + + + rapidjson + + /usr/lib + /usr/share/doc + + + + rapidjson-devel + Development files for rapidjson + rapidjson için geliştirme dosyaları + + rapidjson + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-05-01 + 1.1.0 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + cpp-utilities + https://github.com/Martchus/cpp-utilities + + fury + uglyside@yandex.ru + + GPL-2 + library + programming.library + Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities. + Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities. + https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.17.0.tar.gz + + cmake + doxygen + boost-devel + cppunit-devel + + programming/library/cpp-utilities/pspec.xml + + + cpp-utilities + + boost + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + cpp-utilities-devel + + cpp-utilities + + + /usr/include + /usr/lib/pkgconfig + /usr/share/c++-utilities + + + + + 2022-07-10 + 5.17.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 5.14.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 5.12.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-04 + 5.11.1 + First build + fury + uglyside@yandex.ru + + + + + + appstream + https://www.freedesktop.org/wiki/Distributions/AppStream/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.library + Provides a standard for creating app stores across distributions + Provides a standard for creating app stores across distributions + Provides a standard for creating app stores across distributions + Provides a standard for creating app stores across distributions + appstream-logo + https://www.freedesktop.org/software/appstream/releases/AppStream-0.15.4.tar.xz + + cmake + meson + xmlto + gtk-doc + vala-devel + itstool + docbook-xsl + docbook-xml + libsoup-devel + lmdb-devel + libxmlb-devel + glib2-devel + python-six + python3-devel + libxslt-devel + libyaml-devel + libxml2-devel + qt5-base-devel + qt5-linguist + gperf + curl-devel + gobject-introspection-devel + + programming/library/appstream/pspec.xml + + + appstream + + curl + libxml2 + libyaml + glib2 + libsoup + lmdb + libxmlb + + + /usr/bin + /etc + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/doc + /usr/share/gettext + /usr/share/vala + /usr/share/gir-1.0 + /usr/share/libalpm + /usr/share/pixmaps + /usr/share/installed-tests/appstream/metainfo-validate.test + + + System.Package + + + + appstream-qt5 + + qt5-base + libgcc + appstream + glib2 + + + /usr/lib/libAppStreamQt.* + + + + appstream-qt5-devel + Development files for appstream + + appstream-qt5 + + + /usr/include/AppStreamQt + /usr/lib/cmake + + + + appstream-devel + Development files for appstream + + appstream + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-10 + 0.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-01 + 0.14.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-11 + 0.14.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-31 + 0.14.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-26 + 0.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-11 + 0.12.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 0.12.10 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-04-14 + 0.12.5 + Rebuild qt5. + PisiLinux Community + admins@pisilinux.org + + + 2019-02-13 + 0.12.5 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-11-09 + 0.12.3 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-10-20 + 0.12.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + md4c + https://github.com/mity/md4c + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + C Markdown parser + C Markdown parser + C Markdown parser + C Markdown parser + https://github.com/mity/md4c/archive/release-0.4.2.tar.gz + + cmake + + programming/library/md4c/pspec.xml + + + md4c + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + md4c-devel + Development files for md4c + + md4c + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-01-15 + 0.4.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + freecell-solver + https://fc-solve.shlomifish.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program + This is Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell, and Seahaven Towers, as well as Simple Simon boards. + Freecell Çözücüsü: Eight Off, Forecell, Seahaven Towers, Simple Simon gibi Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir programdır. + https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.0.1.tar.xz + + cmake + gperf + perl-Moo + python3-six + perl-path-tiny + rinutils-devel + python3-random2 + python3-pysol_cards + perl-template-toolkit + + programming/library/freecell-solver/pspec.xml + + + freecell-solver + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + + rinutils + + + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + freecell-solver-devel + Development files for freecell-solver + freecell-solver için geliştirme dosyaları + freecell-solver-devel, freecell-solver için geliştirme dosyalarını içerir. + + freecell-solver + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-09-23 + 6.0.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-13 + 5.16.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-11-11 + 5.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + fmt + https://fmt.dev/latest/index.html + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.library + Open-source formatting library for C++ + C++ için açık kaynak kodlu biçimlendirme kitaplığı. Open-source formatting library for C++ + {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. + fmt, C++ için açık kaynak kodlu biçimlendirme kitaplığı sunar. + https://github.com/fmtlib/fmt/archive/refs/tags/9.0.0.tar.gz + + cmake + + programming/library/fmt/pspec.xml + + + fmt + Open-source formatting library for C++ + + libgcc + + + /usr/lib + /usr/share/doc/fmt + + + + fmt-devel + Development files for fmt + fmt için geliştirme dosyaları + fmt-devel, fmt için geliştirme dosyalarını içerir. + + fmt + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-06 + 9.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-17 + 8.0.1 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-23 + 7.0.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-18 + 6.2.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + libdispatch + https://apple.github.io/swift-corelibs-libdispatch/ + + Pisilinux Community + admin@pisilinux.org + + Apache-2 + library + programming.library + Grand Central Dispatch. + Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. + https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.4.2-RELEASE.tar.gz + + cmake + llvm-clang + llvm-clang-devel + + + avoid-libkqueue.patch + remove-werror.patch + + programming/library/libdispatch/pspec.xml + + + libdispatch + + llvm-libs + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + libdispatch-devel + + libdispatch + + + /usr/include + + + + + 2021-09-12 + 5.4.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-02-24 + 5.3 + Rebuild for llvm. + Kamil Atlı + suvari@pisilinux.org + + + 2020-12-31 + 5.3 + First build. + fury + uglyside@yandex.ru + + + + + + re2 + https://github.com/google/re2 + + Mustafa Cinasal + muscnsl@gmail.com + + BSD + library + programming.library + Fast, safe, thread-friendly regular expression engine + Fast, safe, thread-friendly regular expression engine + Fast, safe, thread-friendly regular expression engine + Fast, safe, thread-friendly regular expression engine + https://github.com/google/re2/archive/2020-11-01.tar.gz + programming/library/re2/pspec.xml + + + re2 + + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + re2-devel + Development files for re2 + + re2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-12-18 + 20201101 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 20200303 + version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-19 + 20180801 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-21 + 20180401 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + utf8proc + https://github.com/JuliaStrings/utf8proc + + fury + uglyside@yandex.ru + + MIT + library + programming.library + a clean C library for processing UTF-8 Unicode data. + utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding. + https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.7.0.tar.gz + + cmake + + programming/library/utf8proc/pspec.xml + + + utf8proc + + /usr/lib + + + + utf8proc-devel + + utf8proc + + + /usr/include/utf8proc.h + /usr/lib/pkgconfig + + + + + 2021-12-20 + 2.7.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-22 + 2.6.1 + First build + fury + uglyside@yandex.ru + + + + + + stellarsolver + https://github.com/rlancaste/stellarsolver + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + library + app:console + programming.library + The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver + Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü + The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver. + Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü. + https://github.com/rlancaste/stellarsolver/archive/2.2.tar.gz + + cmake + gsl-devel + wcslib-devel + cfitsio-devel + qt5-base-devel + + programming/library/stellarsolver/pspec.xml + + + stellarsolver + + gsl + libgcc + wcslib + cfitsio + qt5-base + + + /usr/share/doc + /usr/lib/libstellarsolver.so + /usr/lib/libstellarsolver.so.2 + /usr/lib/libstellarsolver.so.2.2 + + + + stellarsolver-devel + Development files for stellarsolver + stellarsolver için geliştirme dosyaları + + stellarsolver + + + /usr/lib/pkgconfig/stellarsolver.pc + /usr/lib/cmake/StellarSolver + /usr/include/libstellarsolver + + + + + 2022-05-08 + 2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-16 + 1.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + tpm2-tss + https://github.com/tpm2-software/tpm2-tss + + PisiLinux Community + admins@pisilinux.org + + BSDv2 + library + programming.library + OSS implementation of the TCG TPM2 Software Stack (TSS2) + TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanması + Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2) + tpm2-tss, TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanmasını içeren kitaplıkları sunar. + https://github.com/tpm2-software/tpm2-tss/archive/3.2.0.tar.gz + + doxygen + iproute2 + curl-devel + json-c-devel + gettext-devel + openssl-devel + autoconf-archive + + programming/library/tpm2-tss/pspec.xml + + + tpm2-tss + OSS implementation of the TCG TPM2 Software Stack (TSS2) + + curl + json-c + openssl + + + /etc + /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /var/lib/tpm2-tss + /var/run/tpm2-tss + + + + tpm2-tss-devel + Development files for tpm2-tss + tpm2-tss için geliştirme dosyaları + tpm2-tss-devel, tpm2-tss için geliştirme dosyalarını içerir. + + curl-devel + json-c-devel + openssl-devel + tpm2-tss + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-10 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-14 + 3.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 3.0.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-09-23 + 3.0.0 + Major version bump. Fix translation + Blue Devil + bluedevil@sctzine.com + + + 2020-04-02 + 2.4.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libjcat + https://github.com/hughsie/libjcat + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + Library for reading and writing Jcat files + Library for reading and writing Jcat files + Jcat dosyalarını okumak ve yazmak için kitaplık + Jcat dosyalarını okumak ve yazmak için kitaplık + https://github.com/hughsie/libjcat/archive/refs/tags/0.1.8.tar.gz + + meson + gtk-doc + help2man + vala-devel + glib2-devel + gpgme-devel + gnutls-devel + json-glib-devel + libgpg-error-devel + gobject-introspection-devel + + programming/library/libjcat/pspec.xml + + + libjcat + + glib2 + gpgme + gnutls + json-glib + libgpg-error + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share/vala + /usr/share/man + /usr/share/installed-tests + /usr/share/doc + + + + libjcat-devel + Development files for libjcat + + glib2-devel + gnutls-devel + json-glib-devel + libjcat + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + libjcat-docs + Development files for libjcat + + libjcat + + + /usr/share/gtk-doc + + + + + 2021-10-20 + 0.1.8 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libgfbgraph + https://wiki.gnome.org/Projects/GFBGraph + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv3 + app + programming.library + GLib/GObject wrapper for the Facebook Graph API + GLib/GObject wrapper for the Facebook Graph API + Facebook Graph API için GLib/GObject sarmalayıcı + Facebook Graph API için GLib/GObject sarmalayıcı + https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.5.tar.xz + + gtk-doc + glib2-devel + librest-devel + libsoup-devel + libxml2-devel + json-glib-devel + gnome-online-accounts-devel + + programming/library/libgfbgraph/pspec.xml + + + libgfbgraph + + glib2 + librest + libsoup + libxml2 + json-glib + gnome-online-accounts + + + /usr/lib + /usr/share/doc + + + + libgfbgraph-devel + Development files for libgfbgraph + + libgfbgraph + glib2-devel + librest-devel + libsoup-devel + libxml2-devel + json-glib-devel + gnome-online-accounts-devel + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + libgfbgraph-docs + Development files for libgfbgraph + + libgfbgraph + + + /usr/share/gtk-doc + + + + + 2022-06-19 + 0.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-30 + 0.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 0.2.4 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + spdlog + https://spdlog.docsforge.com/ + + fury + uglyside@yandex.ru + + MIT + library + programming.library + Fast C++ logging library. + Very fast, header-only/compiled, C++ logging library. + https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gz + + cmake + fmt-devel + + programming/library/spdlog/pspec.xml + + + spdlog + + fmt + libgcc + + + /usr/lib + + + + spdlog-devel + + fmt-devel + spdlog + + + /usr/lib/cmake + /usr/include/spdlog + /usr/lib/pkgconfig + + + + + 2021-12-14 + 1.9.2 + First build. + fury + uglyside@yandex.ru + + + + + + libaccounts-glib + https://code.google.com/p/accounts-sso + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + programming.library + Accounts and SSO (Single Sign-On) framework + Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. + https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.24.tar.gz + + meson + vala-devel + glib2-devel + check-devel + libxml2-devel + sqlite-devel + gtk-doc + docbook-xsl + dbus-glib-devel + gobject-introspection-devel + python3-pygobject3-devel + + programming/library/libaccounts-glib/pspec.xml + + + libaccounts-glib + library + + glib2 + sqlite + libxml2 + + + /usr/bin + /usr/lib + /usr/share/backup-framework/applications/accounts.conf + /usr/share/xml + /usr/share/gettext/its/ + /usr/share/libaccounts-glib/testdata + /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml + /usr/share/man/man1 + /usr/share/gir-1.0/Accounts-1.0.gir + /usr/share/vala + + + + libaccounts-glib-devel + Development files for libaccounts-glib + + libaccounts-glib + glib2-devel + libxml2-devel + sqlite-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libaccounts-glib-docs + Help files and API documents for libaccounts-glib + data:doc + + libaccounts-glib + + + /usr/share/gtk-doc + /usr/share/doc + + + + + 2021-08-08 + 1.24 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-04 + 1.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.21 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 1.21 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-11 + 1.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-30 + 1.21 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + wpebackend-fdo + https://wpewebkit.org + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + programming.library + Freedesktop.org backend for WPE WebKit + Freedesktop.org backend for WPE WebKit + WPE WebKit için Freedesktop.org arka ucu + WPE WebKit için Freedesktop.org arka ucu + https://github.com/Igalia/WPEBackend-fdo/archive/1.9.1.tar.gz + + meson + mesa-devel + glib2-devel + wayland-devel + libwpe-devel + libglvnd-devel + libepoxy-devel + wayland-protocols-devel + wayland-client + wayland-server + libxkbcommon-devel + + programming/library/wpebackend-fdo/pspec.xml + + + wpebackend-fdo + + glib2 + libgcc + libwpe + wayland + libepoxy + wayland-client + wayland-server + + + /usr/lib + /usr/share + /usr/share/doc + + + + wpebackend-fdo-devel + Development files for wpebackend-fdo + + wpebackend-fdo + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-02-27 + 1.9.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libgringotts + https://directory.fsf.org/wiki/LibGringotts + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.library + A small, thread-safe C library. + Küçük ve evreli bir C kitaplığı + libgringotts is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. + libgringotts programcının belirli bir dosya biçiminde veri kaydetmeseine imkan veren küçük ve evreli bir C kitaplığıdır. Veriyi şifrelenmiş ve sıkıştırılmış bir şekilde kapsüllemeyi hedefler. + mirrors://sourceforge/gringotts.berlios/libgringotts-1.2.1.tar.bz2 + + libmcrypt-devel + mhash-devel + zlib-devel + + + fix-doc-dir.patch + + programming/library/libgringotts/pspec.xml + + + libgringotts + + libmcrypt + mhash + + + /usr/lib + /usr/share/doc/libgringotts + + + + libgringotts-devel + Development files for libgringotts + + libgringotts + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-12-20 + 1.2.1 + First release + fury + uglyside@yandex.ru + + + + + + rpcsvc-proto + https://github.com/thkukuk/rpcsvc-proto + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + app:console + programming.library + This package contains rpcsvc proto.x files from glibc, which are +missing in libtirpc. + Glibc'den gelen rpcsvc proto.x dosyalarını içerir. + This package contains rpcsvc proto.x files from glibc, which are +missing in libtirpc. Additional it contains rpcgen, which is needed +to create header files and sources from protocol files. + Bu paket, glibc'den gelen, libtirpc'de eksik olan rpcsvc proto.x dosyalarını içerir. Ek olarak protokol dosyalarından başlık dosyaları ve kaynaklar oluşturmak için gerekli olan rpcgen içerir. +. + https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4/rpcsvc-proto-1.4.tar.xz + + glibc-devel + + programming/library/rpcsvc-proto/pspec.xml + + + rpcsvc-proto + + /usr/bin + /usr/share/doc + /usr/share/man/man1/rpcgen.1 + + + + rpcsvc-proto-devel + Development headers for rpcsvc-proto + rpcsvc-proto kitaplığı için geliştirme başlıkları + + rpcsvc-proto + + + /usr/include + /usr/share/pkgconfig + + + + + 2020-01-19 + 1.4 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2019-03-29 + 1.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + sassc + https://github.com/sass/sassc + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.library + Sass CSS ön işlemcisinin C uygulaması + Sass CSS ön işlemcisinin C uygulamas + C implementation of Sass CSS preprocessor + C implementation of Sass CSS preprocessor + https://github.com/sass/sassc/archive/3.6.2.tar.gz + + libsass-devel + + programming/library/sassc/pspec.xml + + + sassc + + libsass + + + /usr/bin + /usr/share/doc + + + + + 2021-08-02 + 3.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-04 + 3.6.1 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-01-17 + 3.5.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + liburing + https://git.kernel.dk/cgit/liburing/ + + fury + uglyside@yandex.ru + + GPL + LGPL + MIT + library + programming.library + This is the io_uring library, liburing. + liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. + https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.2.tar.bz2 + programming/library/liburing/pspec.xml + + + liburing + + /usr/lib + /usr/share/man + /usr/share/doc + + + + liburing-devel + + liburing + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-06-29 + 2.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-15 + 2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-10 + 2.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-13 + 0.7 + First build. + fury + uglyside@yandex.ru + + + + + + libconfig + https://hyperrealm.github.io/libconfig/ + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.library + C/C++ library for processing configuration files. + C/C++ Yapılandırma Dosyası Kitaplığı + Libconfig is a simple library for manipulating structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. + Libconfig, yapılandırma dosyalarını düzenlemek için basit bir kitaplıktır. Dosya biçimi XML'den daha basit ve okunabilirdir. XML'den farklı olarak tip bilgisi de tutulur. Böylece, uygulama kodlarında katar ayrıştırmaya gerek kalmaz. + https://github.com/hyperrealm/libconfig/releases/download/v1.7.3/libconfig-1.7.3.tar.gz + + texinfo + + programming/library/libconfig/pspec.xml + + + libconfig + + libgcc + + + /usr/lib + /usr/share/doc + + + + libconfig-devel + Development files for libconfig + libconfig için geliştirme dosyaları + + libconfig + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-14 + 1.7.3 + Version bump. + Pisilinux Community + admins@pisilinux.org + + + 2020-11-07 + 1.7.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-12 + 1.7.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 1.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 1.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-03-04 + 1.4.9 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + tepl + https://wiki.gnome.org/Projects/Tepl + + PisiLinux Community + admins@pisilinux.org + + LGPL3 + app:gui + programming.library + Library that eases the development of GtkSourceView-based text editors and IDEs + GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık + Library that eases the development of GtkSourceView-based text editors and IDEs + GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık + mirrors://gnome/tepl/6.1/tepl-6.1.1.tar.xz + + amtk-devel + gobject-introspection-devel + gtksourceview4-devel + icu4c-devel + meson + gtk-doc + pango-devel + gsettings-desktop-schemas-devel + + programming/library/tepl/pspec.xml + + + tepl + + amtk + cairo + glib2 + gtk3 + gtksourceview4 + icu4c + pango + gsettings-desktop-schemas + + + /usr/lib/libtepl* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/locale + + + + tepl-devel + tepl için geliştirme dosyaları + + tepl + amtk-devel + glib2-devel + gtk3-devel + gtksourceview4-devel + icu4c-devel + gsettings-desktop-schemas-devel + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + + + + + 2022-06-11 + 6.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-27 + 6.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-02 + 6.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 6.00.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libadwaita + https://gitlab.gnome.org/GNOME/libadwaita + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + Building blocks for modern GNOME applications. + Building blocks for modern GNOME applications. + Modern GNOME uygulamaları için yapı taşları. + Modern GNOME uygulamaları için yapı taşları. + org.gnome.Adwaita1.Demo + https://download.gnome.org/sources/libadwaita/1.1/libadwaita-1.1.4.tar.xz + + meson + sassc + gtk4-devel + cairo-devel + glib2-devel + pango-devel + libsass-devel + fribidi-devel + graphene-devel + gobject-introspection-devel + + programming/library/libadwaita/pspec.xml + + + libadwaita + + gtk4 + cairo + glib2 + pango + libsass + fribidi + graphene + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/vala + /usr/share/gir-1.0 + /usr/share/doc + + + + libadwaita-devel + Development files for libadwaita + + libadwaita + glib2-devel + gtk4-devel + fribidi-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-06 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-09 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-02 + 1.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 1.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-02 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-02 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 1.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libnih + https://launchpad.net/libnih + + Aydın Demirel + aydin.demirel@pisilinux.org + + GPL + app:library + programming.library + Small library for C application development + C uygulama geliştirme için küçük bir kütüphane + Small library for C application development. + C uygulama geliştirme için küçük bir kütüphane. + https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz + + dbus-devel + expat-devel + + programming/library/libnih/pspec.xml + + + libnih + + dbus + expat + + + /usr/bin + /usr/share/man + /usr/share/aclocal + /usr/lib/ + + + + libnih-devel + + libnih + dbus-devel + expat-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-01 + 1.0.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.0.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 1.0.3 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-27 + 1.0.3 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + + + + black-hole-solver + https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + programming.library + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz + + cmake + perl-path-tiny + python3-devel + rinutils-devel + + programming/library/black-hole-solver/pspec.xml + + + black-hole-solver + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + black-hole-solver-devel + Development files for black-hole-solver + + black-hole-solver + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-05-10 + 1.10.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + signon + https://code.google.com/p/accounts-sso + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + programming.library + A framework for centrally storing authentication credentials + Single Sign-On is a framework for centrally storing authentication credentials and handling authentication on behalf of applications as requested by applicationsIt consists of + a secure storage of login credentials (for example usernames and passwords), plugins for different authentication systems and a client library for applications to communicate with this system. + https://gitlab.com/accounts-sso/signond/-/archive/VERSION_8.60/signond-VERSION_8.60.tar.bz2 + + qt5-base-devel + doxygen + + + qt5.5.diff + use_keyring.patch + + programming/library/signon/pspec.xml + + + signon + + qt5-base + libgcc + doxygen + + + /usr/bin + /usr/lib + /etc + /usr/share/dbus-1 + + + + signon-devel + Development files for signon + Signon için kütüphaneler + Signon geliştirme paketi, Signon için geliştirme dosyaları sunar. + + signon + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + + + + signon-docs + Help files and API documents for signon + data:doc + + signon + + + /usr/share/doc + + + + + 2020-03-04 + 8.60 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-08 + 8.58 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 8.58 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 8.58 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-10 + 8.58 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-14 + 8.58 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libgdata + https://wiki.gnome.org/Projects/libgdata + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + programming.library + GLib-based library for accessing online service APIs using the GData protocol + GLib-based library for accessing online service APIs using the GData protocol + GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık + GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık + https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz + + meson + gcr-devel + vala-devel + glib2-devel + libsoup-devel + libxml2-devel + json-glib-devel + libuhttpmock-devel + gnome-online-accounts-devel + + programming/library/libgdata/pspec.xml + + + libgdata + + gcr + glib2 + libsoup + libxml2 + json-glib + libuhttpmock + gnome-online-accounts + + + /usr/lib + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/vala + /usr/share/doc + + + + libgdata-devel + Development files for libgdata + + libgdata + gcr-devel + glib2-devel + libsoup-devel + libxml2-devel + json-glib-devel + libuhttpmock-devel + gnome-online-accounts-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-06-02 + 0.18.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libgee + https://wiki.gnome.org/Projects/Libgee + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app + programming.library + A collection library providing GObject-based interfaces and classes for commonly used data structures + Sık kullanılan veri yapıları için GObject tabanlı arabirimler ve sınıflar sağlayan bir koleksiyon kitaplığı + Yaygın olarak kullanılan veri yapıları için GObject tabanlı arayüzler ve sınıflar sağlayan bir koleksiyon kütüphanesi + Yaygın olarak kullanılan veri yapıları için GObject tabanlı arayüzler ve sınıflar sağlayan bir koleksiyon kütüphanesi + mirrors://gnome/libgee/0.20/libgee-0.20.5.tar.xz + + vala-devel + glib2-devel + gobject-introspection-devel + + programming/library/libgee/pspec.xml + + + libgee + + glib2 + + + /usr/lib + /usr/share + /usr/share/vapi + /usr/share/doc + + + + libgee-devel + Development files for libgee + + glib2-devel + libgee + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-11 + 0.20.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 0.20.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-15 + 0.20.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + abseil-cpp + https://abseil.io/ + + PisiLinux Community + admins@pisilinux.org + + Apache + library + programming.library + Collection of C++ library code designed to augment the C++ standard library + Collection of C++ library code designed to augment the C++ standard library + Collection of C++ library code designed to augment the C++ standard library + Collection of C++ library code designed to augment the C++ standard library + https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.0.tar.gz + + cmake + + programming/library/abseil-cpp/pspec.xml + + + abseil-cpp + + libgcc + + + /usr/lib + /usr/share/doc + + + + abseil-cpp-devel + Development files for abseil-cpp + + abseil-cpp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-08-05 + 20220623.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-10 + 20211102.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libsignon-glib + https://gitlab.com/accounts-sso/libsignon-glib + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + programming.library + Authorization and authentication management for glib + libsignon-glib provides authorization and authentication management for GLib applications. + https://gitlab.com/accounts-sso/libgsignon-glib/-/archive/2.4.1/libgsignon-glib-2.4.1.tar.gz + + meson + glib2-devel + gobject-introspection-devel + signon-devel + gtk-doc + + programming/library/libsignon-glib/pspec.xml + + + libsignon-glib + + gobject-introspection + glib2 + signon + + + /usr/bin + /usr/lib/ + /usr/share/gir-1.0 + /usr/share/vala/vapi/signon.vapi + + + + libsignon-glib-devel + Development files for libsignon-glib + libsignon-glib için kütüphaneler + libsignon-glib geliştirme paketi, libsignon-glib için geliştirme dosyaları sunar. + + libsignon-glib + glib2-devel + signon-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libsignon-glib-doc + Document files for libsignon-glib + + libsignon-glib + + + /usr/share/doc + /usr/share/gtk-doc/html + + + + + 2020-03-04 + 2.4.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-07 + 1.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.13 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-29 + 1.13 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + range-v3 + https://github.com/ericniebler/range-v3 + + Safa Arıman + safaariman@pisilinux.org + + BSLv1 + library + programming.library + Range algorithms, views, and actions for C++11/14/17 + Range algorithms, views, and actions for C++11/14/17 + Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience. + Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience. + https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz + + cmake + + programming/library/range-v3/pspec.xml + + + range-v3-devel + + /usr/include + /usr/lib/cmake + /usr/share/doc + + + + + 2021-09-24 + 0.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-18 + 0.10.0 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + gom + https://wiki.gnome.org/Projects/Gom + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + programming.library + GObject to SQLite object mapper library + GObject'den SQLite nesne eşleyici kitaplığı + GObject to SQLite object mapper library + GObject'den SQLite nesne eşleyici kitaplığı + gom + mirrors://gnome/gom/0.4/gom-0.4.tar.xz + + gobject-introspection-devel + gdk-pixbuf-devel + python3-pygobject3-devel + sqlite-devel + python3-devel + meson + + programming/library/gom/pspec.xml + + + gom + + glib2 + sqlite + + + /usr/bin + /usr/lib/libgom* + /usr/lib/girepository-1.0 + /usr/lib/python3* + /usr/share/doc + + + + gom-devel + gom için geliştirme dosyaları + + gom + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-10-24 + 0.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-10 + 0.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + yad + https://github.com/v1cont/yad + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.library + Yet Another Dialog - display graphical dialogs from shell scripts or command line. + Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlar. + Yad allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only. + Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlayan kitaplığı içerir. + https://github.com/v1cont/yad/archive/v7.1.tar.gz + + intltool + gtk3-devel + glib2-devel + gettext-devel + gtkspell3-devel + shared-mime-info + + programming/library/yad/pspec.xml + + + yad + Yet Another Dialog - display graphical dialogs from shell scripts or command line. + + gtk3 + cairo + glib2 + pango + gtkspell3 + gdk-pixbuf + + + /usr/share + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/locale + + + yad-gtk2 + + + + + 2020-09-23 + 7.1 + Major version bump. Fix translation + Blue Devil + bluedevil@sctzine.com + + + 2020-04-27 + 6.0 + version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-04-05 + 0.42.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libappindicator + https://lazka.github.io/pgi-docs/AppIndicator3-0.1/index.html + + Pisilinux Community + admin@pisilinux.org + + LGPL + library + programming.library + A library to allow applications to export a menu into the Unity Menu bar. + A library to allow applications to export a menu into the Unity Menu bar. + https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz + + gtk2-devel + gtk3-devel + python-devel + python3-devel + libdbusmenu-gtk3 + libdbusmenu-devel + libindicator-devel + libindicator-gtk2-devel + python3-pygobject3-devel + gobject-introspection-devel + + + incompatible_pointer_build_fix.patch + nopython.patch + + programming/library/libappindicator/pspec.xml + + + libappindicator + + atk + gtk3 + glib2 + cairo + pango + gdk-pixbuf + libindicator + libdbusmenu-glib + libdbusmenu-gtk3 + + + /usr/lib + /usr/share + /usr/share/doc + + + + libappindicator-devel + + libappindicator + gtk3-devel + libdbusmenu-gtk + libdbusmenu-glib + libdbusmenu-devel + + + /usr/lib/pkgconfig + /usr/include + + + + libappindicator-gtk2 + + gtk2 + libindicator-gtk2 + libdbusmenu-gtk + + + /usr/lib/libappindicator.so* + + + + libappindicator-gtk2-devel + + libappindicator-gtk2 + gtk2-devel + + + /usr/lib/pkgconfig/appindicator-0.1.pc + /usr/include/libappindicator-0.1/libappindicator + + + + libappindicator-docs + + libappindicator + + + /usr/share/gtk-doc + + + + + 2021-07-04 + 12.10.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-28 + 12.10.0 + First build. + fury + uglyside@yandex.ru + + + + + + libwlocate + https://sourceforge.net/projects/libwlocate/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + library + programming.library + A shared library that can be used for location-based services + libwlocate is a shared library that can be used for location-based services. + http://sourceforge.net/projects/pisilinux/files/source/libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac.tar.gz + + wireless-tools-devel + + programming/library/libwlocate/pspec.xml + + + libwlocate + A shared library that can be used for location-based services + + wireless-tools + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libwlocate-devel + Development files for libwlocate + + libwlocate + + + /usr/include + + + + + 2020-03-04 + 0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-04 + 0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-11 + 0.2 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-03 + 0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + xxhash + https://cyan4973.github.io/xxHash/ + + Safa Arıman + safaariman@pisilinux.org + + BSD + GPLv2 + library + programming.library + Extremely fast hash algorithm + Aşırı hızlı çırpı yordamları algoritması + xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). + xxHash RAM hız sınırlarında aşırı hızlı çırpı yordamları koşabilen bir kitaplıktır. + https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz + + make + + programming/library/xxhash/pspec.xml + + + xxhash + Extremely fast hash algorithm + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + xxhash-devel + Development files for xxhash + xxhash için geliştirme dosyaları + xxhash-devel, xxhash için geliştirme dosyalarını içerir. + + xxhash + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-30 + 0.8.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-07 + 0.8.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-19 + 0.7.3 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + libgepub + https://gitlab.gnome.org/GNOME/libgepub + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + programming.library + Simple library to read epub files using glib + glib kullaranak epub dosyalarını okumak için basit bir kitaplık + Simple library to read epub files using glib + glib kullaranak epub dosyalarını okumak için basit bir kitaplık + libgepub + mirrors://gnome/libgepub/0.6/libgepub-0.6.0.tar.xz + + gobject-introspection-devel + glib2-devel + gtk3-devel + libarchive-devel + glib2-devel + libxml2-devel + meson + webkit2gtk-devel + + programming/library/libgepub/pspec.xml + + + libgepub + + gtk3 + glib2 + libsoup + libxml2 + libarchive + webkit2gtk + + + /usr/lib/libgepub* + /usr/lib/girepository-1.0 + /usr/share/gir + /usr/share/doc + + + + libgepub-devel + libgepub için geliştirme dosyaları + + libgepub + glib2-devel + libsoup-devel + libxml2-devel + libarchive-devel + webkit2gtk-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-08 + 0.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libqaccessibilityclient + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + Helper library to make writing accessibility tools easier + Helper library to make writing accessibility tools easier + Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık + Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık + https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-0.4.1.tar.xz + + extra-cmake-modules + qt5-base-devel + + programming/library/libqaccessibilityclient/pspec.xml + + + libqaccessibilityclient + + libgcc + qt5-base + + + /usr/lib + /usr/share/doc + + + + libqaccessibilityclient-devel + Development files for libqaccessibilityclient + + libqaccessibilityclient + + + /usr/include + /usr/lib/cmake + + + + + 2021-10-15 + 0.4.1 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + uthash + http://troydhanson.github.io/uthash/ + + fury + uglyside@yandex.ru + + BSD-2 + library + programming.library + A hash table for C structures. + Any C structure can be stored in a hash table using uthash. Just add a UT_hash_handle to the structure and choose one or more fields in your structure to act as the key. Then use these macros to store, retrieve or delete items from the hash table. + https://github.com/troydhanson/uthash/archive/refs/tags/v2.3.0.tar.gz + programming/library/uthash/pspec.xml + + + uthash + + /usr/include + + + + + 2022-04-14 + 2.3.0 + First build. + fury + uglyside@yandex.ru + + + + + + jemalloc + https://github.com/jemalloc/jemalloc/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.library + General-purpose scalable concurrent malloc implementation + General-purpose scalable concurrent malloc implementation + Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması + Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması + https://github.com/jemalloc/jemalloc/archive/refs/tags/5.2.1.tar.gz + programming/library/jemalloc/pspec.xml + + + jemalloc + + libgcc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + jemalloc-devel + Development files for jemalloc + + jemalloc + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-20 + 5.2.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + qtutilities + https://github.com/Martchus/qtutilities + + fury + uglyside@yandex.ru + + GPL-2 + library + programming.library + Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. + Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. + https://github.com/Martchus/qtutilities/archive/refs/tags/v6.6.2.tar.gz + + cmake + doxygen + qt5-linguist + qt5-base-devel + cpp-utilities-devel + + programming/library/qtutilities/pspec.xml + + + qtutilities + + libgcc + qt5-base + cpp-utilities + + + /usr/lib + /usr/share + /usr/share/doc + + + + qtutilities-devel + + qtutilities + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/qtutilities/cmake + + + + + 2022-07-10 + 6.6.2 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 6.6.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 6.5.3 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-04 + 6.5.0 + First build + fury + uglyside@yandex.ru + + + + + + libsocket + https://github.com/dermesser/libsocket + + fury + uglyside@yandex.ru + + BSD + library + programming.library + libsocket is a library written in C for the purpose of simplifying the usage of AF_INET/AF_INET6 (internet domain) and AF_UNIX (unix domain) sockets. + libsocket is a library written in C for the purpose of simplifying the usage of AF_INET/AF_INET6 (internet domain) and AF_UNIX (unix domain) sockets. libsocket++ is an object-oriented wrapper around libsocket. + https://github.com/dermesser/libsocket/archive/v2.5.0.tar.gz + + cmake + + programming/library/libsocket/pspec.xml + + + libsocket + + libgcc + + + /usr/lib + /usr/share/doc + + + + libsocket-devel + + libsocket + + + /usr/include + + + + + 2020-12-22 + 2.5.0 + First build + fury + uglyside@yandex.ru + + + + + + cbindgen + https://github.com/eqrion/cbindgen + + PisiLinux Community + admins@pisilinux.org + + MPL2 + library + programming.library + A tool for generating C bindings to Rust code + A tool for generating C bindings to Rust code + Rust koduna C bağlamaları oluşturmak için bir araç + Rust koduna C bağlamaları oluşturmak için bir araç + https://github.com/eqrion/cbindgen/archive/v0.24.3.tar.gz + + rust + llvm + curl-devel + + programming/library/cbindgen/pspec.xml + + + cbindgen + + /usr/bin + /usr/share/doc + + + + + 2022-08-01 + 0.24.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-30 + 0.23.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-27 + 0.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-06 + 0.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-27 + 0.18.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-26 + 0.17.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-12-27 + 0.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-02 + 0.15.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-09-24 + 0.14.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-02 + 0.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-29 + 0.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-05 + 0.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-16 + 0.14.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 0.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 0.13.2 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-11 + 0.12.1 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-12-03 + 0.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-21 + 0.9.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-09-03 + 0.9.1 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-05-20 + 0.8.7 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-03-19 + 0.8.2 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-02-11 + 0.7.1 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-11-16 + 0.6.7 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-10-29 + 0.6.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libinih + https://github.com/benhoyt/inih + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + programming.library + A simple .INI file parser written in C + A simple .INI file parser written in C + C ile yazılmış basit bir .INI dosyası ayrıştırıcısı + C ile yazılmış basit bir .INI dosyası ayrıştırıcısı + https://github.com/benhoyt/inih/archive/r53.tar.gz + + meson + + programming/library/libinih/pspec.xml + + + libinih + + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + libinih-devel + Development files for libinih + + libinih + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-02-27 + 53 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + guidelines-support-library + https://github.com/Microsoft/GSL + + Safa Arıman + safaariman@pisilinux.org + + MIT + library + programming.library + Microsoft Guidelines Support Library + Microsoft Kılavuz Destek Kitaplığı + The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL. + Kılavuz Destek Kitaplığı (GSL), Standart C++ Vakfı tarafından sürdürülen C++ Çekirdek Kılavuzu tarafından kullanılması için önerilen yordam ve yapıları içerir. + https://github.com/microsoft/GSL/archive/v3.1.0.tar.gz + + cmake + + programming/library/guidelines-support-library/pspec.xml + + + guidelines-support-library-devel + Development files of Microsoft Guidelines Support Library + guidelines-support-library için geliştirme dosyaları + guidelines-support-library-devel, guidelines-support-library için geliştirme dosyalarını içerir. + + /usr/share/doc + /usr/include + /usr/share/cmake + + + + + 2020-09-23 + 3.1.0 + Major version bump. Translations fixed. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-18 + 2.1.0 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + libgovirt + https://gitlab.gnome.org/GNOME/libgovirt + + Kamil Atlı + suvari@pisilinux.org + + LGPL + library + programming.library + GObject-based library to access oVirt REST API + oVirt REST API'sine erişmek için GObject tabanlı kitaplık + GoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings. + oVirt REST API'sine erişmek için GObject tabanlı kitaplık + https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v0.3.8/libgovirt-v0.3.8.tar.gz + + git + glib2-devel + libsoup-devel + python3-devel + librest-devel + gobject-introspection-devel + + programming/library/libgovirt/pspec.xml + + + libgovirt + + glib2 + python3 + librest + libsoup + gobject-introspection + + + /usr/share/doc + /usr/lib/libgovirt* + /usr/lib/girepository-1.0/GoVirt-1.0.typelib + /usr/share/locale + + + + libgovirt-devel + Development files for libgovirt + libgovirt için geliştirme dosyaları + + glib2-devel + librest-devel + libgovirt + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + 2022-06-24 + 0.3.8 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libdazzle + https://gitlab.gnome.org/GNOME/libdazzle + + Berk Çakar + berk2238@hotmail.com + + GPLv3 + programming.misc + The libdazzle library is a companion library to GObject and Gtk+ + The libdazzle library is a companion library to GObject and Gtk+ + https://download.gnome.org/sources/libdazzle/3.44/libdazzle-3.44.0.tar.xz + + gtk3-devel + gobject-introspection-devel + gtk-doc + meson + vala-devel + glib2-devel + cairo-devel + + programming/library/libdazzle/pspec.xml + + + libdazzle + The libdazzle library is a companion library to GObject and Gtk+ + + glib2 + gtk3 + cairo + pango + gdk-pixbuf + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/libdazzle*.so* + /usr/share/doc + /usr/share/vala + /usr/share/locale + + + + libdazzle-devel + + libdazzle + gtk3-devel + + + /usr/include/libdazzle-1.0 + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-03-21 + 3.44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-22 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 3.40.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libptytty + http://software.schmorp.de/pkg/libptytty.html + + fury + uglyside@yandex.ru + + GPL-2 + library + programming.library + OS independent and secure pty/tty and utmp/wtmp/lastlog handling. + Libptytty is a small library that offers pseudo-tty management in an OS-independent way. It was created out of frustration over the many differences of pty/tty handling in different operating systems for the use inside "rxvt-unicode". + https://ftp.osuosl.org/pub/blfs/conglomeration/libptytty/libptytty-2.0.tar.gz + + cmake + + programming/library/libptytty/pspec.xml + + + libptytty + + libgcc + + + /usr/lib + /usr/share/man/man3 + /usr/share/doc/libptytty + + + + libptytty-devel + + libptytty + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-12-21 + 2.0 + First build. + fury + uglyside@yandex.ru + + + + + + libxml++26 + https://libxmlplusplus.github.io/libxmlplusplus/ + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.library + C++ wrapper for the libxml2 XML parser library. + Old ABI. Uses Glib::ustring from the glibmm-2.4 ABI. + https://download.gnome.org/sources/libxml++/2.42/libxml++-2.42.1.tar.xz + + cmake + meson + glibmm-devel + libxml2-devel + libsigc++-devel + + programming/library/libxml++26/pspec.xml + + + libxml++26 + + libgcc + glibmm + libxml2 + + + /usr/lib + /usr/share/doc + + + + libxml++26-devel + + libxml++26 + glibmm-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/libxml++-2.6 + + + + + 2021-12-18 + 2.42.1 + Fixed. + fury + uglyside@yandex.ru + + + + + + glm + http://glm.g-truc.net/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + C++ mathematics library + C++ matematik kitaplığı + C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification + GLM, OpenGL Shading Language (GLSL) spesifikasyonuna dayanan 3D yazılımlar için bir C + + matematik kitaplığıdır. + https://github.com/g-truc/glm/archive/0.9.9.6.tar.gz + + cmake + + + glm-0.9.9.6-install.patch + + programming/library/glm/pspec.xml + + + glm + + /usr/include + /usr/lib + + + + glm-doc + + /usr/share/doc + + + + + 2020-02-21 + 0.9.9.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 0.9.8.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + 2017-01-01 + 0.9.8.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gypsy + https://gypsy.freedesktop.org/ + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv2 + library + programming.library + GPS multiplexing daemon + GPS multiplexing daemon + GPS multiplexing daemon + GPS multiplexing daemon + https://gypsy.freedesktop.org/releases/gypsy-0.9.tar.gz + + gtk-doc + dbus-devel + python-six + glib2-devel + libxslt-devel + libgudev-devel + dbus-glib-devel + bluez-libs-devel + gobject-introspection-devel + + + g_type_init_deprecation.patch + gypsy-0.9-format.patch + gypsy-0.9-mga-no-werror.patch + gypsy-0.9-gcc7.patch + + programming/library/gypsy/pspec.xml + + + gypsy + + dbus + glib2 + libgudev + dbus-glib + bluez-libs + + + /etc + /usr/lib + /usr/share + /usr/share/doc + /usr/libexec/gypsy-daemon + + + + gypsy-devel + + gypsy + + + /usr/lib/pkgconfig + /usr/include + + + + gypsy-docs + Reference documents for gypsy + + /usr/share/gtk-doc + + + + + 2020-01-18 + 0.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-03 + 0.9 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + pystring + https://github.com/imageworks/pystring + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.library + Pystring is a collection of C++ functions which match the interface and behavior of python + Pystring is a collection of C++ functions which match the interface and behavior of python + Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur. + Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur. + https://github.com/imageworks/pystring/archive/refs/heads/master.zip + + fedora/CMakeLists.txt + + + cmake + + programming/library/pystring/pspec.xml + + + pystring + + libgcc + + + /usr/lib + /usr/share/doc + + + + pystring-devel + Development files for pystring + + pystring + + + /usr/include + + + + + 2021-06-30 + 1.1.3 + First release. + PisiLinux Community + admins@pisilinux.org + + + + + + libsass + https://github.com/sass/libsass + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.library + LibSass is a C++ port of the original Ruby Sass CSS compiler with a C API. + Sass CSS ön işlemcisinin C uygulaması (kütüphane) + C implementation of Sass CSS preprocessor (library) + C implementation of Sass CSS preprocessor (library) + https://github.com/sass/libsass/archive/3.6.5.tar.gz + programming/library/libsass/pspec.xml + + + libsass + + libgcc + + + /usr/lib + /usr/share + /usr/share/doc + + + + libsass-devel + Development files for libsass + + libsass + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-08-02 + 3.6.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 3.6.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-17 + 3.5.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libev + http://software.schmorp.de/pkg/libev.html + + Ertuğrul Erata + ertugrulerata@gmail.com + + BSD + GPLv2 + programming.library + Full-featured and high performance event loop library + FA high-performance event loop/event model with lots of feature + http://dist.schmorp.de/libev/libev-4.31.tar.gz + programming/library/libev/pspec.xml + + + libev + + /usr/lib + + + + libev-devel + Development files for libev + system.devel + + libev + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-03-01 + 4.31 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-09-12 + 4.24 + Rebuild for new toolchain. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-16 + 4.24 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libaccounts-qt5 + https://gitlab.com/accounts-sso/libaccounts-qt + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + library + programming.library + Qt5-based client library for accessing the online accounts database + Qt5-based client library for accessing the online accounts database + https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.16.tar.gz + + doxygen + qt5-base-devel + qt5-assistant-devel + glib2-devel + libaccounts-glib-devel + + programming/library/libaccounts-qt5/pspec.xml + + + libaccounts-qt5 + + glib2 + libgcc + qt5-base + libaccounts-glib + + + /usr/lib/libaccounts-qt5* + /usr/share/doc/libaccounts-qt5 + /usr/lib/cmake + + + + libaccounts-qt5-devel + Development files for libaccounts-qt5 + + libaccounts-qt5 + qt5-base-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libaccounts-qt5-docs + Help files and API documents for libaccounts-qt5 + data:doc + + libaccounts-qt5 + + + /usr/share/doc + + + + libaccounts-qt5-tools + This package contains the tools for the libaccounts-qt5 library + data:doc + + libaccounts-qt5 + libgcc + qt5-base + + + /usr/bin + /usr/share/libaccounts-qt-tests + + + + + 2020-02-04 + 1.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-22 + 1.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 1.14 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.14 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-15 + 1.14 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-11 + 1.14 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-20 + 1.13 + Rebuild for qt5 + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-30 + 1.14 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + yaml-cpp + https://github.com/jbeder/yaml-cpp + + Ergün Salman + Poyraz76@pisilinux.org + + LGPLv2 + Libry + programming.library + yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. + To get a feel for how it can be used, see the Tutorial or How to Emit YAML. + yalm-cpp + https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz + + cmake + python-devel + boost-devel + + programming/library/yaml-cpp/pspec.xml + + + yaml-cpp + + /usr/lib/ + /usr/include/yaml-cpp/* + /usr/lib/pkgconfig/ + /usr/share/doc/ + + + + + 2020-03-04 + 0.6.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-19 + 0.5.3 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.5.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-05-11 + 0.5.2 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-09-01 + 0.5.2 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + libthai + https://linux.thai.net/projects/libthai/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.library + LibThai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications. + It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. + https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz + + doxygen + trietool + libdatrie-devel + + programming/library/libthai/pspec.xml + + + libthai + + libdatrie + + + /usr/lib + /usr/share/libthai/thbrk.tri + + + + libthai-devel + + libthai + + + /usr/lib/pkgconfig + /usr/include + + + + libthai-html-doc + + /usr/share/doc + /usr/share/doc/libthai/html + + + + + 2022-04-14 + 0.1.29 + First build + fury + uglyside@yandex.ru + + + + + + libosinfo + https://libosinfo.org/ + + PisiLinux Community + admins@pisilinux.org + + GPL + LGPL + library + programming.library + GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support + GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support + GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support + GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support + https://releases.pagure.org/libosinfo/libosinfo-1.10.0.tar.xz + + meson + gtk-doc + intltool + vala-devel + python3-six + docbook-xsl + glib2-devel + libxslt-devel + libxml2-devel + libsoup-devel + gobject-introspection-devel + + programming/library/libosinfo/pspec.xml + + + libosinfo + + glib2 + libgcc + libxml2 + libxslt + libsoup + + + /usr/bin + /usr/lib + /usr/share + /usr/share/vala + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + libosinfo-devel + osinfo headers. + + glib2-devel + libosinfo + + + /usr/include + /usr/lib/pkgconfig + + + + libosinfo-docs + + libosinfo + + + /usr/share/gtk-doc + + + + + 2022-06-30 + 1.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-1-27 + 1.9.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2020-03-01 + 1.7.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2019-03-18 + 1.4.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + appstream-glib + https://people.freedesktop.org/~hughsient/appstream-glib/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + programming.library + Provides GObjects and helper methods to read and write AppStream metadata + Provides GObjects and helper methods to read and write AppStream metadata + https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.8.1.tar.xz + + meson + autoconf-archive + gperf + gcap-devel + curl-devel + libxslt-devel + docbook-xsl + glib2-devel + libarchive-devel + libsoup-devel + json-glib-devel + gdk-pixbuf-devel + libpng-devel + gtk3-devel + libyaml-devel + libutil-linux-devel + gobject-introspection-devel + libxml2-devel + + + 0001-builder-Implement-support-for-.pisi-format.patch + 0002-pisi-Enable-comparison-by-release-field-highest-win.patch + + programming/library/appstream-glib/pspec.xml + + + appstream-glib + + gtk3 + curl + cairo + pango + libyaml + freetype + glib2 + libsoup + json-glib + gdk-pixbuf + libarchive + fontconfig + libutil-linux + libxml2 + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/locale + /usr/share/bash-completion/ + /usr/share/aclocal + /usr/share/gettext + /usr/share/installed-tests/appstream-glib + /usr/share/doc + + + + appstream-glib-devel + + appstream-glib + libutil-linux-devel + libarchive-devel + glib2-devel + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2022-08-10 + 0.8.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 0.7.18 + Added PiSi Support. + Berk Çakar + berk2238@hotmail.com + + + 2020-10-10 + 0.7.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 0.7.16 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-02-13 + 0.7.14 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-04 + 0.7.12 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-10 + 0.7.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libxdg-basedir + https://github.com/devnev/libxdg-basedir + + fury + uglyside@yandex.ru + + MIT + library + programming.library + libxdg-basedir is an implementation of the XDG Base Directory specifications. + libxdg-basedir is an implementation of the XDG Base Directory specifications. + https://github.com/devnev/libxdg-basedir/archive/refs/tags/libxdg-basedir-1.2.3.tar.gz + programming/library/libxdg-basedir/pspec.xml + + + libxdg-basedir + + /usr/lib + /usr/share/doc + + + + libxdg-basedir-devel + + libxdg-basedir + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-06-19 + 1.2.3 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-23 + 1.2.2 + First Beta build. + fury + uglyside@yandex.ru + + + + + + binaryen + https://github.com/WebAssembly/binaryen + + Blue Devil + bluedevil@sctzine.com + + Apache2.0 + app:console + library + programming.library + Compiler infrastructure and toolchain library for WebAssembly + C++ ile WebAssembly için yazılış derleyici altyapısı ve araç zinciri. + Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. It aims to make compiling to WebAssembly easy, fast, and effective. + binaryen, C++ ile WebAssembly için yazılış derleyici altyapısı ve araç zinciri sunar. Binaryen, WebAssembly ile derlemeyi kolay, hızlı ve verimli yapmayı amaçlar. + https://github.com/WebAssembly/binaryen/archive/version_96.tar.gz + + cmake + meson + + + b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch + + programming/library/binaryen/pspec.xml + + + binaryen + Extremely fast hash algorithm + + /usr/lib + /usr/share/doc + /usr/bin + /etc/profile.d/binaryen.sh + + + binaryen.sh + + + + binaryen-devel + Development files for binaryen + binaryen için geliştirme dosyaları + binaryen-devel, binaryen için geliştirme dosyalarını içerir. + + binaryen + + + /usr/include + + + + + 2020-09-07 + 96 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + libdatrie + https://linux.thai.net/~thep/datrie/datrie.html + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.library + An Implementation of Double-Array Trie. + This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. + https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz + + glibc-devel + + programming/library/libdatrie/pspec.xml + + + trietool + + libdatrie + + + /usr/bin + /usr/share/man/man1 + /usr/share/doc + + + + libdatrie + + /usr/lib + + + + libdatrie-devel + + libdatrie + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-04-14 + 0.2.13 + First build. + fury + uglyside@yandex.ru + + + + + + libgudev + https://wiki.gnome.org/Projects/libgudev + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL2 + library + programming.library + GObject bindings for Udev (Eudev) + libudev için GObject bağlayıcıları + GObject bindings for Udev (Eudev) + libgudev, ibudev için GObject bağlayıcıları içeren kitaplıklar sunar. + eudev + https://download.gnome.org/sources/libgudev/237/libgudev-237.tar.xz + + meson + gtk-doc + libxslt + vala-devel + python-six + docbook-xsl + eudev-devel + glib2-devel + gobject-introspection-devel + + programming/library/libgudev/pspec.xml + + + libgudev + GObject bindings for Udev (Eudev) + + eudev + glib2 + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/vala/vapi + /usr/share/gtk-doc + + + + libgudev-32bit + libgudev için 32-bit paylaşımlı kitaplıklar + libgudev-32bit, libgudev için 32-bit paylaşımlı kitaplıklar sunar. + emul32 + emul32 + + eudev-32bit + glib2-32bit + glib2-devel + + + eudev-32bit + glib2-32bit + + + /usr/lib32 + + + + libgudev-devel + Development files for libgudev + libgudev için geliştirme dosyaları + libgudev-devel, libgudev için geliştirme dosyalarını içerir. + system.devel + + eudev-devel + glib2-devel + libgudev + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include/gudev-1.0 + + + + + 2021-12-04 + 237 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-15 + 237 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-03 + 236 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-23 + 234 + Major version bump. Translations added. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-21 + 233 + Add 32 bit. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 233 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 232 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-13 + 231 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 230 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-24 + 230 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libappimage + https://appimage.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + programming.library + Reference implementation of the AppImage specification + Reference implementation of the AppImage specification + Reference implementation of the AppImage specification + Reference implementation of the AppImage specification + https://github.com/AppImage/libappimage/archive/refs/tags/v1.0.3.tar.gz + + vim + wget + cmake + boost-devel + cairo-devel + glib2-devel + librsvg-devel + desktop-file-utils + libarchive-devel + squashfuse-devel + xdg-utils-cxx-devel + + + libappimage-gcc10.patch + + programming/library/libappimage/pspec.xml + + + libappimage + + boost + cairo + glib2 + libgcc + librsvg + libarchive + squashfuse + xdg-utils-cxx + + + /usr/lib + /usr/share/doc + + + + libappimage-devel + Development files for libappimage + + libappimage + boost-devel + cairo-devel + glib2-devel + librsvg-devel + desktop-file-utils + libarchive-devel + squashfuse-devel + xdg-utils-cxx-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-10-21 + 1.0.3 + Rebuild boost + Pisi Linux Admins + admin@pisilinux.org + + + 2021-05-19 + 1.0.3 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + catch2 + https://github.com/catchorg/catch2 + + Safa Arıman + safaariman@pisilinux.org + + BSLv1 + library + programming.library + C++ Automated Test Cases in Headers + C++ Automated Test Cases in Headers + Catch2 is a multi-paradigm test framework for C++, which also supports Objective-C. It is primarily distributed as a single header file, although certain extensions may require additional headers. + Catch2 is a multi-paradigm test framework for C++, which also supports Objective-C. It is primarily distributed as a single header file, although certain extensions may require additional headers. + https://github.com/catchorg/Catch2/archive/v2.11.1.tar.gz + + cmake + python3-devel + + programming/library/catch2/pspec.xml + + + catch2 + + /usr/include + /usr/lib + /usr/share/doc + /usr/share + + + + + 2020-03-17 + 2.11.1 + First release + Safa Arıman + safaariman@pisilinux.org + + + + + + swig + http://www.swig.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + BSD + app:console + library + programming.library + Connects C/C++/Objective C to some high-level programming languages + Basitleştirilmiş arayüz oluşturucu + Simplified Wrapper and Interface Generator (Générateur d'interface de scripts d'enrobage simplifié), SWIG est un outil de développement qui connecte des programmes écrits en C et C++ avec divers langages de programmation de haut niveau. SWIG est utilisé avec différents type de langages incluant les langages de script habituels tels que Perl, PHP, Python, Tcl, Ruby. + Simplified Wrapper and Interface Generator, SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby and PHP + SWIG, C ve C++ ile yazılmış uygulamaları çeşitli üst düzey programlama dilleri ile bağlayan bir yazılım geliştirme aracıdır. SWIG, genel betik dilleri olan Perl, PHP, Python, Tcl, Ruby gibi farklı diller ile kullanılır. + mirrors://sourceforge/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz + + perl + zlib-devel + ruby-devel + boost-devel + libpcre-devel + python3-devel + + + swig-Upgrade-to-support-newer-NodeJS.patch + + programming/library/swig/pspec.xml + + + swig + Connects C/C++/Objective C to some high-level programming languages + + zlib + libgcc + libpcre + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/swig + + + + + 2021-03-11 + 4.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-11 + 4.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 4.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 4.0.1 + Rebuild due to new ruby version + Blue Devil + bluedevil@sctzine.com + + + 2020-01-09 + 4.0.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-25 + 3.0.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-22 + 3.0.11 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-28 + 3.0.11 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-22 + 3.0.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + msgpack-c + https://msgpack.org/ + + fury + uglyside@yandex.ru + + Boost + library + programming.library + It's like JSON but smaller and faster. + MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. + https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz + + cmake + + programming/library/msgpack-c/pspec.xml + + + msgpack-c + + /usr/lib + + + + msgpack-c-devel + + msgpack-c + + + /usr/lib/pkgconfig + /usr/include + + + + + 2022-04-14 + 4.0.0 + First build. + fury + uglyside@yandex.ru + + + + + + expected + https://github.com/TartanLlama/expected + + Safa Arıman + safa@ariman.gen.tr + + CC0 + library + programming.library + Single header implementation of std::expected with functional-style extensions. + Single header implementation of std::expected with functional-style extensions. + std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner. + std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner. + https://github.com/TartanLlama/expected/archive/v1.0.0.tar.gz + + cmake + git + catch2 + + programming/library/expected/pspec.xml + + + expected-devel + + /usr/include + /usr/share/doc + /usr/share/cmake + + + + + 2020-03-17 + 1.0.0 + First release + Safa Arıman + safa@ariman.gen.tr + + + + + + gumbo-parser + https://github.com/google/gumbo-parser + + pisilinux community + admins@pisilinux.org + + Apache-2 + library + programming.library + An HTML5 parsing library in pure C99. + Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. + https://github.com/google/gumbo-parser/archive/refs/tags/v0.10.1.tar.gz + programming/library/gumbo-parser/pspec.xml + + + gumbo-parser + + /usr/lib + + + + gumbo-parser-devel + + gumbo-parser + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-20 + 0.10.1 + First build + pisilinux community + admins@pisilinux.org + + + + + + liri-cmake-shared + https://liri.io/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.library + Extra imports and modules for Cmake + Extra imports and modules for Cmake + Extra imports and modules for Cmake + Extra imports and modules for Cmake + https://github.com/lirios/cmake-shared/releases/download/v1.1.0/liri-cmake-shared-1.1.0.tar.xz + + extra-cmake-modules + + programming/library/liri-cmake-shared/pspec.xml + + + liri-cmake-shared + + /usr/share + /usr/share/doc + + + + + 2020-04-04 + 1.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gtksourceviewmm3 + https://wiki.gnome.org/Projects/GtkSourceView + + PisiLinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.library + GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+ widget for multiline text editing. + GtkSourceView adds support for syntax highlighting, undo/redo, file loading and saving, search and replace, a completion system, printing, displaying line numbers, and other features typical of a source code editor. + https://download.gnome.org/sources/gtksourceviewmm/3.18/gtksourceviewmm-3.18.0.tar.xz + + atk-devel + gtk3-devel + atkmm-devel + cairo-devel + glib2-devel + pango-devel + glibmm-devel + gtkmm3-devel + cairomm-devel + pangomm-devel + libsigc++-devel + gdk-pixbuf-devel + gtksourceview3-devel + + programming/library/gtksourceviewmm3/pspec.xml + + + gtksourceviewmm3 + + atk + gtk3 + atkmm + cairo + glib2 + pango + glibmm + gtkmm3 + cairomm + pangomm + libsigc++ + gdk-pixbuf + gtksourceview3 + + + /usr/lib + /usr/share + /usr/share/doc + + + + gtksourceviewmm3-devel + + gtksourceviewmm3 + glibmm-devel + gtkmm3-devel + gtksourceview3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + gtksourceviewmm3-docs + + gtksourceviewmm3 + + + /usr/share/doc/gtksourceviewmm-3.0 + + + + + 2021-12-18 + 3.18.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libconfuse + https://github.com/libconfuse/libconfuse + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.library + Configuration file parser library. + Yapılandırma dosyası ayrıştırıcısı + libconfuse is a configuration file parser library. + libconfuse bir yapılandırma dosyası ayrıştırıcısıdır. + https://github.com/libconfuse/libconfuse/releases/download/v3.3/confuse-3.3.tar.xz + programming/library/libconfuse/pspec.xml + + + libconfuse + + /usr/lib + /usr/share/doc/confuse + /usr/share/locale + + + + libconfuse-devel + Development headers for libconfuse + libconfuse için geliştirme başlıkları + libconfuse-devel provides development headers for libconfuse. + libconfuse için geliştirme başlıklarını içerir. + + libconfuse + + + /usr/include + /usr/share/man/man3 + /usr/lib/pkgconfig + + + + + 2021-10-17 + 3.3 + Version bump. + fury + uglyside@yandex.ru + + + 2020-03-01 + 3.2.2 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-10 + 3.2.1 + Rebuild for new toolchain. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-17 + 3.2.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + editorconfig-core-c + https://editorconfig.org/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + programming.library + EditorConfig core library written in + EditorConfig core library written in + EditorConfig çekirdek kitaplığı + EditorConfig çekirdek kitaplığı + https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.4.tar.gz + + cmake + doxygen + libpcre2-devel + + programming/library/editorconfig-core-c/pspec.xml + + + editorconfig-core-c + + libpcre2 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + editorconfig-core-c-devel + Development files for editorconfig-core-c + + editorconfig-core-c + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-09-21 + 0.12.4 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + jsonrpc-glib + https://gitlab.gnome.org/GNOME/jsonrpc-glib + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + programming.library + jsonrpc-glib is a library to communicate using the JSON-RPC 2.0 specification. + Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in either a synchronous or asynchronous fashion. It also allows communicating using the GVariant serialization format instead of JSON when both peers support it. + https://download.gnome.org/sources/jsonrpc-glib/3.42/jsonrpc-glib-3.42.0.tar.xz + + meson + vala-devel + glib2-devel + gobject-introspection-devel + json-glib-devel + + programming/library/jsonrpc-glib/pspec.xml + + + jsonrpc-glib + library + + glib2 + json-glib + + + /usr/lib/girepository-1.0 + /usr/lib/lib*.so* + /usr/share/doc + + + + jsonrpc-glib-devel + Development files for jsonrpc-glib + + jsonrpc-glib + glib2-devel + json-glib-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + /usr/share/vala + + + + + 2022-03-21 + 3.42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-07 + 3.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-23 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-13 + 3.38.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + ant + http://ant.apache.org + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + app:console + programming.build + Java-based build tool + Java tabanlı inşa aracı + Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. + Apache ant Java tabanlı bir inşa aracıdır. Teorik olarak make'e benzemektedir ancak make'in kırışıksız halidir + Apache Ant es una herramienta de compilación (build) basado en Java. Teróricamente se puede comparar con Make, pero sin las vueltas que tiene aquel. + http://archive.apache.org/dist/ant/source/apache-ant-1.10.9-src.tar.xz + + jdk8-openjdk + + programming/build/ant/pspec.xml + + + ant + + /etc + /usr/share/ + /usr/bin + + + ant.conf + ant.sh + ant.csh + + + + ant-docs + Documentation package for ant build system + + /usr/share/doc + + + + + 2021-03-10 + 1.10.9 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-06-04 + 1.9.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 1.9.14 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-22 + 1.9.14 + Rebuild jdk7-2.6.19. + Pisi Linux Community + admin@pisilinux.org + + + 2019-04-29 + 1.9.14 + Rebuild jdk7-2.6.14. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-16 + 1.9.9 + Rebuild jdk7-2.6.14. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-16 + 1.9.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-28 + 1.9.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.9.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-25 + 1.9.6 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gn + https://gn.googlesource.com/gn/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.build + Meta-build system that generates build files for Ninja + Meta-build system that generates build files for Ninja + Ninja için derleme dosyaları oluşturan meta-build sistemi + Ninja için derleme dosyaları oluşturan meta-build sistemi + https://sourceforge.net/projects/pisilinux/files/source/gn-2018.12.01.tar.gz + + git + ninja + + programming/build/gn/pspec.xml + + + gn + + libgcc + + + /usr/bin + /usr/share/doc + + + + + 2018-12-01 + 2018.12.01 + First release + PisiLinux Community + admins@pisilinux.org + + + 2018-09-21 + 0.1468 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + samurai + https://github.com/michaelforney/samurai + + PisiLinux Community + admins@pisilinux.org + + Apache + app + programming.build + ninja-compatible build tool written in C + ninja-compatible build tool written in C + ninja-compatible build tool written in C + ninja-compatible build tool written in C + https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz + programming/build/samurai/pspec.xml + + + samurai + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-06-09 + 1.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + luajit + http://luajit.org/ + + Alihan Öztürk + alihan@pisilinux.org + + MIT + app:gui + programming.build + Just-in-time compiler and drop-in replacement for Lua 5.1 + Lua için Just-in-Time derleyici + Just-in-time compiler and drop-in replacement for Lua 5.1 + LuaJIT, Lua için bir Just-in-Time derleyicidir. + http://luajit.org/download/LuaJIT-2.0.5.tar.gz + + gcc + + programming/build/luajit/pspec.xml + + + luajit + + libgcc + + + /usr/bin + /usr/share/doc + /usr/lib + /usr/lib/lua + /usr/share/luajit-2.0.2 + /usr/share/lua + /usr/share + /usr/share/man + + + + luajit-devel + Development files for luajit + luajit için geliştirme başlıkları + + luajit + + + /usr/include + /usr/lib/pkgconfig/luajit.pc + + + + + 2021-05-18 + 2.0.5 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2020-01-26 + 2.0.5 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-10-13 + 2.0.5 + First Release + Kamil Atlı + suvari@pisilinux.org + + + + + + llvm + http://www.llvm.org/ + + Serdar Soytetir + kaptan@pisilinux.org + + NCSA + programming.build + The Low Level Virtual Machine + Derleyici altyapısı + The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. + LLVM projesi, modüler ve tekrar tekrar kullanılabilir derleyici teknolojileri koleksiyonudur. Adının aksine geleneksel sanal makinelerden çok farklıdır; ancak sanal makineleri oluşturmak için faydalı kitaplıklar içerir. + https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz + + ninja + zlib-devel + libxml2-devel + ncurses-devel + ocaml + libffi-devel + groff + swig + libedit-devel + cmake + python3-devel + + programming/build/llvm/pspec.xml + + + llvm + app:console + library + + llvm-libs + zlib + libgcc + ncurses + llvm-polly + + + /usr/bin + /usr/bin/llvm-config + /usr/include/llvm* + /usr/lib/llvm + /usr/lib + /etc/ld.so.conf.d + /etc/llvm + /usr/share/doc + /usr/share/vim + /usr/share/llvm/cmake + /usr/share/man + + + 51-llvm.conf + + + + llvm-libs + LLVM çalışma zamanı kitaplıkları + library + + zlib + libffi + libedit + libgcc + ncurses + libxml2 + llvm-polly + + + /usr/lib/libLLVM*.so + /usr/lib/libLLVM*.so.14* + /usr/lib/LLVMgold.* + /usr/lib/libLTO.* + /usr/lib/libRemarks.so* + /usr/lib/bfd-plugins/LLVMgold.so + /usr/share/licenses/llvm-libs/LICENSE + + + + lldb + Next generation, high-performance debugger + Yeni nesil, yüksek performanslı hata ayıklayıcı + + llvm-libs + llvm-clang + libgcc + libedit + libxml2 + ncurses + python3 + llvm-polly + + + /usr/bin/argdumper + /usr/bin/lldb* + /usr/bin/liblldb* + /usr/lib/liblldb.so* + /usr/lib/liblldb* + /usr/lib/python2.7/site-packages/readline.so + /usr/lib/python3.9/site-packages/lldb/* + /usr/lib/liblldbIntelFeatures.so* + /usr/lib/liblldbPluginExpressionParserClang.a + /usr/lib/liblldbPluginObjCLanguage.a + + + + lldb-devel + Development headers lldb + lldb geliştirme dosyaları + + lldb + + + /usr/include/lldb/* + + + + lld + Linker from the LLVM project + LLVM projesinden bağlayıcı + + llvm-libs + libgcc + llvm-polly + + + /usr/bin/ld.lld + /usr/bin/ld64.lld + /usr/bin/lld + /usr/bin/lld-link + /usr/bin/wasm-ld + /usr/lib/liblldMachO2.so* + /usr/lib/liblldCOFF.* + /usr/lib/liblldCommon.* + /usr/lib/liblldCore.* + /usr/lib/liblldDriver.* + /usr/lib/liblldELF.* + /usr/lib/liblldMachO.* + /usr/lib/liblldMinGW.* + /usr/lib/liblldReaderWriter.* + /usr/lib/liblldWasm.* + /usr/lib/liblldYAML.* + /usr/lib/liblldMachO2.* + /usr/share/doc/lld + + + + lld-devel + Development headers lld + lld geliştirme dosyaları + + lld + libgcc + + + /usr/include/lld/* + /usr/lib/cmake/lld/* + + + + llvm-clang-analyzer + A source code analysis framework + C ve Objective-C için kod analiz altyapısı + 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. + app:console + + llvm-clang + + + /usr/lib/clang-analyzer + /usr/bin/scan-* + /usr/share/scan* + /usr/share/opt-viewer + /usr/libexec/ccc-* + /usr/libexec/c++-* + /usr/libexec/intercept-c++ + /usr/libexec/analyze-c++ + /usr/libexec/intercept-cc + /usr/libexec/analyze-cc + /usr/share/man/man1/scan-build.1 + + + + compiler-rt + Various runtime libraries used by Clang + Clang tarafından kullanılan çeşitli çalışma zamanı kitaplıkları + + libgcc + + + /usr/lib/clang/14.0.6/lib/linux/*.so + + + + llvm-unwind + LLVM unwinding library + + /usr/lib/libllvm-unwind* + /usr/lib/llvm-libunwind + + + + llvm-clang + A C language family front-end for LLVM + LLVM için C dili ailesi ön ucu + The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. + + llvm-libs + libxml2 + libgcc + llvm-polly + + + /usr/bin/diagtool + /usr/bin/pp-trace + /usr/bin/modularize + /usr/bin/find-all-symbols + /usr/bin/git-clang* + /usr/bin/clang* + /usr/bin/c-index-test + /usr/bin/tblgen + /usr/lib/libclang* + /usr/lib/clang/ + /usr/lib/libfindAllSymbols.so* + /usr/share/man/man1/clang.1 + /usr/lib/cmake/clang/Clang* + /usr/share/clang + + + + llvm-clang-32bit + A C language family front-end for LLVM + LLVM 32bit için AC dil ailesi ön ucu + The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. + + /usr/lib32/libclang* + /usr/lib32/clang/ + /usr/lib32/libfindAllSymbols.so* + /usr/lib32/cmake/clang/Clang* + + + + llvm-clang-devel + Development headers for llvm-clang + llvm-clang için başlık dosyaları + + llvm-clang + + + /usr/include/clang + /usr/lib/clang/14.0.6/include + /usr/include/clang-c + /usr/include/clang-tidy + + + + llvm-mlir + MLIR is intended to be a hybrid IR which can support multiple different requirements in a unified infrastructure + MLIR, birleşik bir altyapıda birden fazla farklı gereksinimi destekleyebilen hibrit bir IR olmayı amaçlamaktadır. + + llvm-libs + libgcc + ncurses + llvm-polly + + + /usr/bin/mlir* + /usr/lib/libMLIR* + /usr/lib/libmlir* + /usr/include/mlir* + /usr/lib/cmake/mlir + + + + llvm-polly + High-level loop and data-locality optimizer and optimization infrastructure for LLVM + LLVM için üst düzey döngü ve veri konumu optimize edici ve optimizasyon altyapısı + + libgcc + + + /usr/lib/LLVMPolly.so + /usr/lib/libPolly*.so* + /usr/include/polly + /usr/lib/cmake/polly + + + + llvm-32bit + 32-bit shared libraries for llvm + llvm için 32 bit paylaşılan kitaplıklar + emul32 + emul32 + + zlib-32bit + libffi-32bit + libxml2-32bit + ncurses-32bit + + + llvm + llvm-clang-32bit + libgcc + libxml2-32bit + ncurses-32bit + zlib-32bit + libffi-32bit + + + /usr/bin/llvm-config-32 + /usr/lib32 + + + + + 2022-06-27 + 14.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-29 + 14.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-24 + 13.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 13.0.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-07-10 + 12.0.1 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2021-07-07 + 12.0.1 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-06-03 + 12.0.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-05-15 + 11.1.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-11-12 + 11.0.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-09-23 + 10.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-04 + 10.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-24 + 10.0.0 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-05-23 + 7.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-18 + 6.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-15 + 6.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-23 + 5.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-25 + 5.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-09-04 + 3.8.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 3.8.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.8.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 3.8.0 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2016-04-06 + 3.8.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + ccache + https://ccache.samba.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + app:console + programming.build + Fast C/C++ compiler cache + Hızlı C/C++ derleme önbelleği + Cache veloz de compilador + Cache de Compilation rapide + ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done. + ccache bir derleme önbelleğidir. Önceki derlemeleri önbelleğinde saklayıp, aynı derlemelerde bu önbelleği kullanarak C/C++ kodlarının yeniden derlenmelerini hızlandırır. + https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz + + zlib-devel + + programming/build/ccache/pspec.xml + + + ccache + + zlib + + + /usr/bin + /usr/lib/ccache/bin + /usr/share/doc + /usr/share/man + + + + + 2021-05-18 + 3.7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-26 + 3.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-06 + 3.7.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-09-12 + 3.4.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + npth + http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + New portable threads library + Yeni GNU Taşınabilir iş parçacıkları kitaplığı + Un librairie de threads portable pour les plateformes Unix. Elle permet la synchronisation non-préemptive pour l'exécution de threads ("multithreading") au sein d'applications serveur. + is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. + Pth Unix platformları için derlenmiş taşınabilir kitaplığıdır. Bir çok iç sunucu uygulamalarının yerine getirilmesi işlerinin öncelikli olmayan planlamasını yapar. + ftp://ftp.gnupg.org/gcrypt/npth/npth-1.6.tar.bz2 + programming/misc/npth/pspec.xml + + + npth + + /usr/lib + /usr/share/doc + + + + npth-devel + Development files for pth + npth için geliştirme dosyaları + + npth + + + /usr/bin/npth-config + /usr/include + /usr/share/aclocal + /usr/share/man + + + + + 2020-01-19 + 1.6 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 1.5 + Rebuild. + Mustafa Cianasal + muscnsl@gmail.com + + + 2018-02-21 + 1.5 + Version Bump + Mustafa Cianasal + muscnsl@gmail.com + + + 2017-03-05 + 1.3 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-04-12 + 1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + json-glib + http://live.gnome.org/JsonGlib + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + programming.misc + Library for JavaScript Object Notation format + JavaScript Nesne Notasyon biçimi için bir kitaplık + json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format. + json-glib JavaScript Nesne Notasyon (JSON) biçimi için serileştirme ve ters serileştirme sağlayan bir kitaplıktır. + mirrors://gnome/json-glib/1.6/json-glib-1.6.6.tar.xz + + meson + gtk-doc + glib2-devel + gobject-introspection-devel + + programming/misc/json-glib/pspec.xml + + + json-glib + + gobject-introspection + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/gir* + /usr/lib/girepository-1.0 + /usr/libexec/installed-tests/json-glib-1.0 + /usr/share/installed-tests/json-glib-1.0 + /usr/share/locale + + + + json-glib-devel + Development files for json-glib + json-glib için geliştirme dosyaları + + json-glib + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + json-glib-32bit + 32-bit shared libraries for json-glib + json-glib için 32-bit paylaşımlı kitaplıklar + emul32 + _emul32 + + glib2-32bit + + + glib2-32bit + json-glib + + + /usr/lib32 + /usr/lib32/girepository-1.0 + + + + + 2021-10-02 + 1.6.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-24 + 1.6.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-19 + 1.6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-07 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.4.4 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-01-17 + 1.4.4 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-07-27 + 1.4.2 + Rebuild for New Toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-28 + 1.4.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-06 + 1.2.2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 1.0.2 + Release bump + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-18 + 1.0.2 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + libwps + http://sourceforge.net/projects/libwps + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + programming.misc + Microsoft Works format import library + Microsoft Works biçimi için bir kitaplık + libwps is a Microsoft Works file format import filter based on top of the libwpd (which is already used in three word processors). + libwps, (halihazırda 3 kelime işlemci tarafından kullanılan) libwpd tabanlı bir Microsoft Works dosya biçimi ithal filtresidir. + https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.12/libwps-0.4.12.tar.xz + + boost-devel + libwpd-devel + librevenge-devel + + programming/misc/libwps/pspec.xml + + + libwps + + libgcc + librevenge + + + /usr/lib + /usr/share/doc + /usr/bin + + + + libwps-devel + Development files for libwps + libwps için geliştirme dosyaları + + librevenge-devel + libwps + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-21 + 0.4.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2021-03-10 + 0.4.12 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2020-02-22 + 0.4.10 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2018-09-16 + 0.4.10 + First release + PisiLinux Community + admins@pisilinux.org + + + 2018-03-22 + 0.4.8 + First release + PisiLinux Community + admins@pisilinux.org + + + 2017-01-01 + 0.4.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + oniguruma + https://github.com/kkos/oniguruma/ + + İdris Kalp + idriskalp@gmail.com + + BSD + library + programming.misc + A regular expressions library + Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. + https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz + + gettext-devel + + programming/misc/oniguruma/pspec.xml + + + oniguruma + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/ + /usr/share/man/man1 + + + + oniguruma-devel + Development files for oniguruma + + oniguruma + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-09 + 6.9.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-08 + 6.9.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-22 + 6.9.4 + First release. + İdris Kalp + idriskalp@gmail.com + + + + + + physfs + http://icculus.org/physfs/ + + PisiLinux Community + admins@pisilinux.org + + ZLIB + library + programming.misc + Filesystem library + Dosya sistemi kitaplığı + Warstwa abstrakcji plików dla gier + Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux. + Abstraction layer for filesystems. + physfs dosya sistemi katmanı kitaplığıdır. + Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos + PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów. + http://icculus.org/physfs/downloads/physfs-3.0.1.tar.bz2 + + cmake + zlib + + programming/misc/physfs/pspec.xml + + + physfs + + /usr/lib + /usr/share/doc + + + + physfs-devel + Development files for physfs + physfs için geliştirme dosyaları + + physfs + + + /usr/include + + + + + 2018-09-09 + 3.0.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-08 + 2.0.3 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 2.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-11 + 2.0.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + gtkglext + https://sourceforge.net/projects/gtkglext/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + programming.misc + OpenGL extension to GTK+ + GTK+ için OpenGL eklentisi + GtkGLExt is an OpenGL extension to GTK+ 2.0 or later + GTK+ 2.0 veya sonraki sürümler için OpenGL eklentisi + mirrors://sourceforge/gtkglext/gtkglext-1.2.0.tar.bz2 + + python3-devel + gtk2-devel + freeglut-devel + mesa-devel + mesa-glu-devel + libXmu-devel + libXt-devel + atk-devel + cairo-devel + fontconfig-devel + pango-devel + pangox-compat-devel + libSM-devel + libICE-devel + + + support-pango.diff + 01_fix_fontcache_nullderef.dpatch + gtkglext-1.2.0-bz677457.diff + gtkglext-gcc8.patch + + programming/misc/gtkglext/pspec.xml + + + gtkglext + + gtk2 + freeglut + mesa + mesa-glu + libXmu + libXt + atk + cairo + fontconfig + pango + pangox-compat + libSM + libICE + gdk-pixbuf + + + /usr/lib + /usr/share/doc + + + + gtkglext-devel + Development headers for gtkglext + gtkglext için geliştirme başlıkları + gtkglext-devel provides development headers for gtkglext. + gtkglext için geliştirme başlıklarını içerir. + + gtkglext + gtk2-devel + pango-devel + pangox-compat-devel + + + /usr/include + /usr/lib/gtkglext-1.0/include/ + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2020-03-06 + 1.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-07 + 1.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-04 + 1.2.0 + First release. + Marcin Bojara + marci@pisilinux.org + + + + + + libical + https://github.com/libical/libical + + Berk Çakar + berk2238@hotmail.com + + MPL-1.1 + LGPLv2 + library + programming.misc + An open source reference implementation of the icalendar data type and serialization format + icalendar veri tipi ve serileştirme biçiminin açık kaynak referans gerçeklemesi + libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. + libical IETF'in iCalendar Takvim ve Planlama protokülün açık kaynak gerçeklemesidir. (RFC 2445, 2446, 2447) Kitaplık, iCal bileşenlerini ayrıştırır ve bileşen özelliklerini, parametrelerini ve alt bileşenlerini işlemek için bir C programlama arayüzü sunar. + https://github.com/libical/libical/releases/download/v3.0.9/libical-3.0.9.tar.gz + + cmake + db-devel + docbook-xsl + doxygen + glib2-devel + gobject-introspection-devel + gtk-doc + libxml2-devel + libxslt-devel + perl + python-six + vala + + programming/misc/libical/pspec.xml + + + libical + The Evolution Data Server package provides a unified backend for programs that work with +contacts, tasks, and calendar information. + + db + glib2 + icu4c + libgcc + gobject-introspection + + + /usr/lib + /usr/libexec/libical/ical-glib-src-generator + /usr/share/gir-1.0/* + /usr/share/libical/zoneinfo + /usr/share/vala/* + + + + libical-devel + Development files for libical + libical için geliştirme dosyaları + + db-devel + glib2-devel + icu4c-devel + libical + + + /usr/include + /usr/lib/pkgconfig + + + + libical-docs + libical reference documents + + /usr/share/gtk-doc + + + + + 2021-04-10 + 3.0.9 + Version bump. + Berk Çakar + berk2238@hotmail.com + + + 2020-01-14 + 3.0.7 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-01-31 + 3.0.1 + Version Bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-12-26 + 3.0.1 + Version Bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-02-17 + 2.0.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-06 + 1.0.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + raptor2 + http://librdf.org/raptor + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + programming.misc + The RDF Parser Toolkit + RDF ayrıştırıcı araç kiti + Raptor est une boîte à outils d'analyse RDF pour Redland fournissant un ensemble d'analyseurs et de sérialiseurs (serializers) pour Resource Description Framework (RDF - Cadre de Développement pour description de ressource). + Raptor2 is the RDF Parser Toolkit for Redland that provides a set of Resource Description Framework (RDF) parsers and serializers. + librdf, RDF ayrıştırıcılar ve yorumlayıcılar için gerekli kitaplığı ve araçları içerir. + http://download.librdf.org/source/raptor2-2.0.15.tar.gz + + gtk-doc + python-six + curl-devel + icu4c-devel + glib2-devel + libxslt-devel + + programming/misc/raptor2/pspec.xml + + + raptor2 + library + + curl + icu4c + libxml2 + libxslt + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/man/man1 + + + + raptor2-devel + Development headers for raptor2 + Raptor için başlık dosyaları + raptor2-devel raptor2 için başlık dosyalarını içerir. + library + + raptor2 + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/bin/raptor-config + /usr/share/man/man1/raptor-config.1 + + + + raptor2-docs + Documentation files for raptor + Raptor için belgelendirme dosyaları + raptor2-docs raptor2 için belgelendirme dosyalarını içerir. + data:doc + + raptor2 + + + /usr/share/doc/raptor2/html + + + + + 2020-02-26 + 2.0.15 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-16 + 2.0.15 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-02-01 + 2.0.15 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libxklavier + http://www.freedesktop.org/Software/LibXklavier + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.misc + High level XKB library + Yüksek seviyeli bir XKB kitaplığı + libxklavier is a library can be used to develop XKB-based applications. + libxklavier, XKB tabanlı uygulamalar geliştirmek için kullanılabilen bir kitaplığıdır. + http://cgit.freedesktop.org/libxklavier/snapshot/libxklavier-5.4.zip + + libxkbfile-devel + libxkbcommon-devel + libXfixes-devel + xkeyboard-config + gobject-introspection-devel + libXi-devel + iso-codes-devel + vala-devel + glib2-devel + libX11-devel + libxml2-devel + gtk-doc + intltool + python-six + + programming/misc/libxklavier/pspec.xml + + + libxklavier + + libxkbfile + libXi + iso-codes + glib2 + libX11 + libxml2 + + + /usr/lib + /usr/share/doc + /usr/share + /usr/share/libxklavier + + + + libxklavier-devel + Development files for libxklavier + libxklavier için geliştirme dosyaları + + glib2-devel + libxml2-devel + libxklavier + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-15 + 5.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-20 + 5.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-05 + 5.4 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-30 + 5.4 + Rebuild + Kamil Atlı + admin@pisilinux.org + + + 2016-07-02 + 5.4 + First release + PisiLinux Community + admin@pisilinux.org + + + + + + qml-box2d + https://github.com/qml-box2d/qml-box2d + + Berk Çakar + berk2238@hotmail.com + + BSD + programming.misc + Box2D QML plugin + Box2D QML plugin + https://github.com/qml-box2d/qml-box2d/archive/1b37be7d9dfb44ec6d520595a4e4f45f63717822.zip + + qt5-declarative-devel + + programming/misc/qml-box2d/pspec.xml + + + qml-box2d + Box2D QML plugin + + qt5-declarative + qt5-base + libgcc + + + /usr/lib + + + + + 2021-04-24 + 20160102 + First release + Berk Çakar + berk2238@hotmail.com + + + + + + gtest + http://code.google.com/p/googletest/ + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.misc + GoogleTest - Google Testing and Mocking Framework + Google C++ test çatısı + Google's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation. + gtest, birçok platformda C++ testleri yazmayı sağlayan bir test çatısıdır. + https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz + + cmake + python3-devel + + programming/misc/gtest/pspec.xml + + + gtest + + libgcc + python3 + + + /usr/lib/libgtest* + /usr/lib/libgmock* + + + + gtest-devel + Development files for gtest + gtest için geliştirme dosyaları + + gtest + + + /usr/lib/cmake + /usr/lib/pkgconfig + /usr/include + + + + + 2022-05-03 + 1.11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + vigra + http://ukoethe.github.io/vigra + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.misc + Generic programming library for computer vision + Bilgisayarlı görü (computer vision) için genel programlama kitaplığı + vigra stands for "Vision with Generic Algorithms". It's a novel computer vision library that puts its main emphasis on customizable algorithms and data structures. + vigra, "Genel Algoritmalarla Görü (Vision with Generic Algorithms)" anlamına gelir. Özelleştirilebilir algoritma ve veri yapılarını vurgulayan yeni bir bilgisayarlı görü kitaplığıdır. + https://github.com/ukoethe/vigra/archive/Version-1-11-1.tar.gz + + cmake + doxygen + tiff-devel + hdf5-devel + fftw3-devel + boost-devel + python-nose + python-sphinx + libpng-devel + python-numpy + python-devel + openexr-devel + libjpeg-turbo-devel + docutils + mesa-glu-devel + python-Pygments + python-Jinja2 + blas-devel + lapack-devel + + + disable-doc.patch + fix-incorrect-template-parameter-type.patch + vigra-openexr3.patch + + programming/misc/vigra/pspec.xml + + + vigra + + hdf5 + tiff + boost + fftw3 + libgcc + libpng + python + openexr-libs + libjpeg-turbo + + + /usr/lib + /usr/share/doc + /usr/bin + + + + vigra-devel + Development files for vigra + vigra için geliştirme dosyaları + + vigra + + + /usr/include + /usr/lib/vigra/*.cmake + + + + + 2021-11-27 + 1.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-20 + 1.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-05 + 1.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-07 + 1.11.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-03 + 1.11.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.11.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 1.11.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-14 + 1.11.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-17 + 1.11.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-02-03 + 1.10.0 + First release + Yusuf Aydemir + yusuf.aydemir@gmail.com + + + + + + liboauth + http://liboauth.sourceforge.net + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + MIT + library + programming.misc + C library implementing the OAuth secure authentication protocol + liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. + mirrors://sourceforge/liboauth/liboauth-1.0.3.tar.gz + + curl-devel + nss-devel + + + liboauth-1.0.1-doxygen-out-of-tree.patch + liboauth-1.0.3-openssl-1.1.patch + liboauth-1.0.3-openssl-1.1_2.patch + + programming/misc/liboauth/pspec.xml + + + liboauth + + nss + curl + nspr + + + /usr/lib/lib*.so* + /usr/share/licenses + /usr/share/man + /usr/share/doc + + + + liboauth-devel + Development files for liboauth + + liboauth + nss-devel + curl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-05-28 + 1.0.3 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + libgsf + http://www.gnome.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + GPLv2 + programming.misc + Gnome structured file library + Gnome yapılandırılmış dosya kitaplığı + The libgsf is a library for reading and writing structured files (eg MS OLE and Zip). + Libgsf MS, OLE ve Zip gibi yapılandırılmış dosyaları okuyup yazmaya yarayan bir kitaplığıdır. + mirrors://gnome/libgsf/1.14/libgsf-1.14.50.tar.xz + + libbonobo-devel + gtk2-devel + python-gtk-devel + orbit2-devel + glib2-devel + libxml2-devel + intltool + gettext-devel + perl + gobject-introspection-devel + gtk-doc + python-six + gdk-pixbuf-devel + + programming/misc/libgsf/pspec.xml + + + libgsf + app:console + library + + zlib + bzip2 + glib2 + libxml2 + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/thumbnailers/gsf-office.thumbnailer + /usr/share/gir-1.0/Gsf-1.gir + /usr/share/man + + + + libgsf-gnome + Gnome support for libgsf + libgsf için Gnome desteği + app:console + library + + libgsf + gdk-pixbuf + + + /etc + /usr/bin/gsf-office-thumbnailer + /usr/lib/libgsf-gnome* + /usr/lib/python*/site-packages/gsf/gnome* + /usr/share/man/man1/gst-office-thumbnailer* + + + + libgsf-docs + Libgsf reference documents + libgsf referans belgeleri + data:doc + + libgsf + + + /usr/share/doc + /usr/share/gtk-doc + + + + libgsf-devel + Development files for libgsf + libgsf paketi geliştirme dosyaları + library + + libgsf + libgsf-gnome + libbonobo-devel + glib2-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-15 + 1.14.50 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-01 + 1.14.49 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-28 + 1.14.48 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-25 + 1.14.47 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 1.14.44 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-01 + 1.14.41 + Version Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.14.31 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-02-07 + 1.14.31 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + libsigc++ + https://libsigcplusplus.github.io/libsigcplusplus/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + Système de rappels à types sûrs (typesafe callback) pour C++. + Typesafe signal framework for C++ + C++ için sinyal altyapısı + libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. + libsigc++, widget kitaplıkları, soyut arabirimlerde ve genel programlama esnasında kullanılmak üzere tasarlanmış bir sinyal ve callback altyapısıdır. + mirrors://gnome/libsigc++/2.10/libsigc++-2.10.8.tar.xz + + mm-common + + programming/misc/libsigc++/pspec.xml + + + libsigc++ + + libgcc + + + /usr/lib + /usr/share/doc + + + + libsigc++-devel + Development files for libsigc++ + libsigc++ için geliştirme dosyaları + + libsigc++ + + + /usr/include + /usr/lib/sigc++*/include + /usr/lib/pkgconfig + + + + libsigc++-docs + Development documents for libsigc++ + libsigc++ için geliştirme belgeleri + + /usr/share/doc/libsigc++/html + + + + + 2022-06-01 + 2.10.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 2.10.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 2.10.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-12 + 2.10.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 2.10.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.10.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.4.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-21 + 2.4.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libdbusmenu + https://launchpad.net/dbusmenu + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + programming.misc + Library for applications to pass a menu scructure accross DBus + Uygulamaların DBus üzerinden menü yapılarını gönderebilmelerini sağlayan bir kitaplık + libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. + libdbusmenu, indicator-applet uygulamasında kullanılan bazı genel kodların ayrı bir kitaplık haline getirilmesiyle oluşturulmuş bir kitaplıktır. Bu kitaplık ile uygulamaların menü yapısı DBus ile başka uygulamalara iletilebilir, bu sayede uygulamalar karşı tarafta menünün nasıl gösterileceğini dikkate almadan menüler oluşturabilirler. + https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz + + intltool + gtk2-devel + gtk3-devel + gnome-doc-utils + json-glib-devel + gtk-doc + gobject-introspection-devel + + + 0001_autoconf.patch + + programming/misc/libdbusmenu/pspec.xml + + + libdbusmenu-glib + GLIB bindings for libdbusmenu + libdbusmenu için GLIB bağlayıcıları + + libdbusmenu-common + json-glib + + + /usr/lib/libdbusmenu-glib* + /usr/lib/libdbusmenu-json* + /usr/share/libdbusmenu + /usr/share/gtk-doc/html/libdbusmenu-glib + + + + libdbusmenu-common + Common files for libdbusmenu libraries + libdbusmenu kitaplıkları için ortak dosyalar + + /usr/share/doc + /usr/share/vala/vapi/Dbusmenu-*.vapi + /usr/share/gir-1.0/Dbusmenu-*.gir + /usr/lib/girepository-1.0/Dbusmenu-*.typelib + + + + libdbusmenu-gtk + GTK 2.x libraries for libdbusmenu + libdbusmenu için GTK 2.x kitaplıkları + + libdbusmenu-glib + libdbusmenu-common + gtk2 + atk + cairo + pango + freetype + harfbuzz + gdk-pixbuf + fontconfig + + + /usr/lib/libdbusmenu-gtk.so* + /usr/share/vala/vapi/DbusmenuGtk-*.vapi + /usr/share/gir-1.0/DbusmenuGtk-*.gir + /usr/lib/girepository-1.0/DbusmenuGtk-*.typelib + /usr/share/gtk-doc/html/libdbusmenu-gtk + + + + libdbusmenu-gtk3 + GTK 3.x libraries for libdbusmenu + libdbusmenu için GTK 3.x kitaplıkları + + libdbusmenu-glib + libdbusmenu-common + gtk3 + atk + cairo + pango + gdk-pixbuf + + + /usr/lib/libdbusmenu-gtk3.so* + /usr/share/vala/vapi/DbusmenuGtk3-*.vapi + /usr/share/gir-1.0/DbusmenuGtk3-*.gir + /usr/lib/girepository-1.0/DbusmenuGtk3-*.typelib + + + + libdbusmenu-tools + Some examples for testing libdbusmenu + libdbusmenu testleri için çeşitli örnekler + + libdbusmenu-glib + libdbusmenu-common + json-glib + + + /usr/libexec + /usr/share/doc/libdbusmenu/*dbusmenu-bench* + + + + libdbusmenu-devel + Development files for libdbusmenu + libdbusmenu için geliştirme dosyaları + + libdbusmenu-glib + libdbusmenu-gtk + gtk2-devel + gdk-pixbuf-devel + dbus-glib-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-11-19 + 16.04.0 + Rebuild.For Beta System + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + icu4c + http://site.icu-project.org/home + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.misc + International Components for Unicode + Unicode desteği için uluslarası bileşenler + ICU est un ensemble mature de librairies C/C++ et Java pour le support de l'Unicode, l'internationalisation et la globalisation de logiciel (i18n/g11n). Ce paquet contient les librairies C/C++. + ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries. + ICU, Unicode desteği, yazılım uluslararasılaştırma ve yerelleştirme konusunda yaygın olarak kullanılan gelişmiş bir kitaplıktır. ICU, Unicode ve u10a desteği için C/C++ ve Java kitaplıklarını içerir. + ICU es un conjunto maduro y muy utilizado de librerías C/C++ y Java para soporte Unicode, internacionalización y globalización de software (i18n/g11n). Este paque te contiene las librerías C/C++. + https://github.com/unicode-org/icu/releases/download/release-68-2/icu4c-68_2-src.tgz + + libgcc + + programming/misc/icu4c/pspec.xml + + + icu4c + + libgcc + + + /usr/bin + /usr/sbin + /usr/lib + /usr/share/man + /usr/share/doc/icu4c/html + + + + icu4c-devel + Development files for icu4c + icu4c için geliştirme dosyaları + + icu4c + + + /usr/bin/icu-config + /usr/lib/icu + /usr/share/icu + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig/ + + + + icu4c-32bit + 32-bit shared libraries for icu4c + emul32 + _emul32 + + libgcc + + + icu4c + libgcc + + + /usr/lib32/libicu* + /usr/lib32/icu + + + + + 2021-02-26 + 68.2 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-11-07 + 65.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 65.1 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-06 + 64.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-06 + 60.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-23 + 60.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-24 + 60.2 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-29 + 60.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-31 + 58.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 55.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 55.1 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 55.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libinput + http://www.freedesktop.org/wiki/Software/libinput/ + + Alihan Öztürk + alihan@pisilinux.org + + X11 + app:console + programming.misc + library that handles input devices for display servers and other applications that need to directly deal with input devices. + 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. + 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. + 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. + xorg + https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.21.0/libinput-1.21.0.tar.bz2 + + meson + gtk3-devel + valgrind-devel + libevdev-devel + check-devel + libunwind-devel + eudev-devel + libmtdev-devel + libwacom-devel + libXtst-devel + wayland-client + wayland-devel + wayland-protocols-devel + + programming/misc/libinput/pspec.xml + + + libinput + + gtk3 + eudev + cairo + glib2 + libevdev + libmtdev + libwacom + libX11 + wayland-client + + + /etc + /usr/bin + /usr/libexec/libinput + /usr/lib + /lib/udev + /usr/share/doc + /usr/share/libinput + /usr/share/zsh + /usr/share/man/man1 + + + + libinput-devel + Development files for libinput + + libinput + eudev-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-28 + 1.21.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-12 + 1.19.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-14 + 1.19.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-09 + 1.19.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-19 + 1.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-04 + 1.18.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-06 + 1.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-16 + 1.15.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-16 + 1.14.901 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-18 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-04 + 1.12.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 1.11.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-06 + 1.10.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-12 + 1.10.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-22 + 1.10.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-24 + 1.9.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-21 + 1.6.3 + fix pisi check. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-11 + 1.6.3 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-13 + 1.6.1 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-11-03 + 1.5.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-02 + 1.2.4 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-04-08 + 1.2.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + mm-common + https://www.gtkmm.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + programming.misc + Common build files of the C++ bindings + Common build files of the C++ bindings + Common build files of the C++ bindings + Common build files of the C++ bindings + https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.4.tar.xz + + meson + doxygen + libxslt-devel + + programming/misc/mm-common/pspec.xml + + + mm-common + + doxygen + libxslt + + + /usr/bin + /usr/share + /usr/share/aclocal + /usr/share/man + /usr/share/doc + /usr/share/pkgconfig + + + + + 2022-02-13 + 1.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-26 + 1.0.3 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libIDL + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + Constructeur d'arbre CORBA + CORBA tree builder + CORBA ağacı inşa aracı + libIDL provides parsing .idl files and generate errors and warning messages in gcc-like format. + libIDL .idl dosyalarını ayrıştırmayı sağlar ve gcc biçimine benzer hata ve uyarı mesajları üretir. + mirrors://gnome/libIDL/0.8/libIDL-0.8.14.tar.bz2 + + glib2-devel + + programming/misc/libIDL/pspec.xml + + + libIDL + + glib2 + + + /usr/bin + /usr/lib + /usr/share/info + /usr/share/doc + + + + libIDL-devel + Development files for libIDL + + libIDL + + + /usr/bin/libIDL-config-2 + /usr/lib/pkgconfig + /usr/include + + + + + 2020-01-26 + 0.8.14 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 0.8.14 + Release Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-18 + 0.8.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.8.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.8.14 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + google-sparsehash + http://code.google.com/p/google-sparsehash + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.misc + An extremely memory-efficient hash_map implementation + Son derece verimli bellek kullanımına sahip hash-map uyarlaması + The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. + SparseHash kitaplığı hıza veya boyuta göre eniyileştirilebilecek çeşitli hash-map uyarlamalarını içerir. + https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz + programming/misc/google-sparsehash/pspec.xml + + + google-sparsehash + + /usr/lib + /usr/include + /usr/share/doc + + + + + 2018-09-09 + 2.0.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-04 + 2.0.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + autoconf213 + http://www.gnu.org/software/autoconf/autoconf.html + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + programming.misc + Used to create autoconfiguration files version 2.13 + Used to create autoconfiguration files, Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. + mirrors://gnu/autoconf/autoconf-2.13.tar.gz + + texinfo + m4 + perl + + + autoconf-2.13-consolidated_fixes-1.patch + + programming/misc/autoconf213/pspec.xml + + + autoconf213 + + texinfo + m4 + + + /usr/bin + /usr/share/doc + /usr/share + /usr/share/info + /usr/share/autoconf + + + + + 2020-12-09 + 2.13 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-29 + 2.13 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-07 + 2.13 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-30 + 2.13 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2016-03-13 + 2.13 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libcxx + http://libcxx.llvm.org/ + + Idris Kalp + idriskalp@gmail.com + + MIT + library + programming.misc + LLVM C++ standard library. + libcxx provides standard c++ library by LLVM + https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-project-11.1.0.src.tar.xz + + llvm + llvm-libs + llvm-clang + lld + cmake + python3-devel + + programming/misc/libcxx/pspec.xml + + + libcxx + + /usr/lib + /usr/share/doc + + + + libcxx-32bit + libcxx 32bit shared libraries. + emul32 + emul32 + + libcxx + + + /usr/lib32 + + + + libcxx-devel + Development files for libcxx + + libcxx + + + /usr/include + + + + + 2021-02-20 + 11.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-2 + 11.0.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2020-03-26 + 10.0.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + libofa + https://code.google.com/archive/p/musicip-libofa/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + The Open Fingerprint Architecture library + Müzik dosyaları için akustik parmak izi oluşturma kitaplığı + libofa is a library for generating acoustic fingerprints that can be used to identify music files using the MusicDNS service. + libofa, MısicDNS servisini kullanarak müzik dosyalarının akustik parmak izini oluşturmak için kullanılan bir kitaplığıdır. + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-0.9.3.tar.gz + + fftw3-devel + expat-devel + curl-devel + + + compile.patch + gcc44.patch + pkgconfig.patch + libofa-0.9.3-gcc47.patch + libofa-0.9.3-curl.patch + + programming/misc/libofa/pspec.xml + + + libofa + + fftw3 + expat + libgcc + + + /usr/lib + /usr/share/doc + + + + libofa-devel + Development files for libofa + libofa için geliştirme dosyaları + + libofa + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-08 + 0.9.3 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2018-08-19 + 0.9.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + 2017-01-07 + 0.9.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libunique + https://wiki.gnome.org/Attic/LibUnique + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A library for writing single instance applications + Basit ve örnek uygulamalar yazmak için kitaplığı + Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. + Unique, basit ve örnek uygulamalar yazmak için bir kitaplığıdır. Eğer örnek uygulama iki kere başlatılırsa; ikincisi ya kapanacak, ya da birincisine mesaj gönderecektir. + https://download.gnome.org/sources/libunique/1.1/libunique-1.1.6.tar.bz2 + + dbus-glib-devel + gtk2-devel + gtk-doc + intltool + libxslt-devel + docbook-xsl + python-six + gobject-introspection-devel + + + libunique-1.1.6-upstream_fixes-1.patch + 99_ltmain_as-needed.patch + fix-disable-deprecated.patch + + programming/misc/libunique/pspec.xml + + + libunique + + gtk2 + glib2 + libX11 + dbus-glib + + + /usr/lib + /usr/share + /usr/share/doc + + + + libunique-devel + libunique development files + libunique geliştirme dosyaları + + libunique + gtk2-devel + + + /usr/lib/pkgconfig + /usr/include + + + + libunique-docs + Unique reference documents + libunique belgeleri + data:doc + + libunique + + + /usr/share/gtk-doc + + + + + 2021-05-25 + 1.1.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-30 + 1.1.6 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 1.1.6 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + geoip + https://dev.maxmind.com/geoip + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + C library for country/city/organization to IP address or hostname mapping + Ülke/şehir/organizasyon adı ile IP adresi veya makine adı eşleştirmesi için C kitaplığı + GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. + 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. + https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz + https://sourceforge.net/projects/pisilinux/files/source/GeoIP-data.tar.xz + programming/misc/geoip/pspec.xml + + + geoip + + /etc + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/GeoIP + + + + geoip-devel + Geoip için geliştirme dosyaları + + geoip + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-15 + 1.6.12 + Version Bump and fix + Idris Kalp + idriskalp@gmail.com + + + 2018-08-10 + 1.6.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-09-20 + 1.6.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.6.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-14 + 1.6.2 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + libxmlpp + http://libxmlplusplus.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + C++ wrapper for the libxml2 XML parser library + libxml++ is a C++ wrapper for the libxml XML parser library. + http://ftp.acc.umu.se/pub/GNOME/sources/libxml++/3.2/libxml++-3.2.0.tar.xz + + glibmm-devel + libsigc++-devel + libxml2-devel + + programming/misc/libxmlpp/pspec.xml + + + libxmlpp + + libgcc + libxml2 + glibmm + + + /usr/lib + /usr/share/doc + + + + libxmlpp-devel + Development files for libxmlpp + libxmlpp için geliştirme dosyaları + + libxmlpp + glibmm-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/libxml++-2.6 + + + + libxmlpp-docs + Development documents for libxmlpp in HTML + libxmlpp için HTML formatında geliştirme belgeleri + + /usr/share/doc/libxmlpp/html + /usr/share/devhelp + + + + + 2020-01-12 + 3.2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 3.0.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.40.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.38.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-05-21 + 2.38.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + http-parser + https://github.com/nodejs/http-parser + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.misc + A http request/response parser for c. + C için HTTP istek/yanıt çözümleyicisi + This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. + HTTP mesajları için C ile yazılmış bu kitaplık, HTTP istek ve yanıtlarını çözümleyen bir C kitaplığıdır. + https://github.com/nodejs/http-parser/archive/v2.9.4.tar.gz + + meson.build + + + meson + + programming/misc/http-parser/pspec.xml + + + http-parser + A http request/response parser for c. + + /usr/share/doc/http-parser + /usr/include + /usr/lib + + + + + 2021-10-28 + 2.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-08 + 2.9.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + liblrdf + http://lrdf.sourceforge.net + + Serdar Soytetir + kaptan@pisilinux.org + + GPLv2 + library + programming.misc + A lightweight RDF library with special support for LADSPA plugins + LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığı + Une librairie RDF légère avec un support spécial pour les plugins (greffons) LADSPA. + A lightweight RDF library with special support for LADSPA plugins. + LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığıdır. + Librería RDF liviana, con soporte especial para plugins LADSPA + https://github.com/swh/LRDF/archive/refs/tags/v0.6.1.tar.gz + + ladspa-sdk + raptor2-devel + + programming/misc/liblrdf/pspec.xml + + + liblrdf + + raptor2 + ladspa-sdk + + + /usr/lib + /usr/share/doc + /usr/share/ladspa + + + + liblrdf-devel + Development files for liblrdf + liblrdf için geliştirme dosyaları + + liblrdf + + + /usr/include + /usr/lib/pkgconfig + + + + + 2012-10-09 + 0.6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libevent + http://monkey.org/~provos/libevent + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.misc + Une librairie pour exécuter une fonction lorsqu'un événement spécifique a lieu sur un descripteur (descriptor) de fichier. + A library to execute a function when a specific event occurs on a file descriptor + Dosya tanımlayıcıları üzerindeki belirli değişiklerde belirli fonksiyonların çalıştırılmasını sağlayan bir kitaplığı + The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop. + libevent dosya tanımlayıcısında tanımlı bir olay oluştuğunda ya da zamanaşımı olduğunda belirlenmiş fonksiyonların çalıştırılma mekanizmasını sağlar. Olay güdümlü(event-driven) ağ sunucularının bulundurduğu asenkron olay döngülerinin(event-loop) yerine alması anlamına gelir. Uygulamanın olay döngüsünü degiştirmek zorunda kalmadan dinamik olarak olay ekleme ve silme işlemlerini yapabilmek için yalnızca event_dispatch() fonksiyonunu çağırması yeterli olur. + https://github.com/libevent/libevent/archive/release-2.1.11-stable.tar.gz + + openssl-devel + zlib-devel + + + libevent-linkage_fix.diff + libevent-2.0.13-manpages-on.patch + + programming/misc/libevent/pspec.xml + + + libevent + + openssl + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libevent-devel + Development files for libevent + libevent için geliştirme dosyaları + + libevent + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2021-09-15 + 2.1.11 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-12 + 2.1.11 + Version bump + İdris Kalp + aidriskalp@gmail.com + + + 2018-08-05 + 2.1.8 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-02 + 2.1.8 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.0.22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 2.0.22 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + ffcall + http://www.haible.de/bruno/packages-ffcall.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + Foreign function call libraries + Dış işlev fonksiyonları çağırma kitaplıkları + Collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. + ffcall inşa sırasında yabancı fonksiyonları çağırmak için kullanılan, 4 kitaplıktan oluşan, bir kitaplığıdır. + https://ftp.gnu.org/gnu/libffcall/libffcall-2.2.tar.gz + programming/misc/ffcall/pspec.xml + + + ffcall + + /usr/lib + /usr/share/doc + + + + ffcall-devel + Development files for ffcall + ffcall için geliştirme dosyaları + + ffcall + + + /usr/include + /usr/share/man/man3 + + + + + 2020-03-20 + 2.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + guile2.0 + https://www.gnu.org/software/guile/ + + Blue Devil + bluedevil@sctzine.com + + GPL + app:console + library + programming.misc + Interpréteur et librairie GNU Scheme. + GNU Scheme interpreter and library + GNU Scheme yorumlayıcısı ve kitaplığı + Język GNU Extension language. + GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. + https://ftp.gnu.org/pub/gnu/guile/guile-2.0.14.tar.xz + + gc-devel + gmp-devel + libffi-devel + gettext-devel + readline-devel + libunistring-devel + + programming/misc/guile2.0/pspec.xml + + + guile2.0 + GNU Scheme interpreter and library + + gc + gmp + + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/guile + /usr/lib/guile/2.0 + /usr/lib/libguile-2.0* + /usr/lib/libguilereadline-v-18* + + + + guile2.0-devel + Development files for guile2.0 + guile2.0 için geliştirme dosyaları + Pliki nagłówkowe guile2.0. + guile2.0-devel, guile2.0 için geliştirme dosyalarını içerir. + + gc-devel + gmp-devel + guile2.0 + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2020-12-09 + 2.0.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-07 + 2.0.14 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + rasqal + http://librdf.org/rasqal + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2 + Apache-2.0 + app:console + library + programming.misc + Library that handles Resource Description Framework (RDF) + RDF (Resource Description Framework) işleme kitaplığı + Rasqal is a C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL. + Rasqal RDF (Resource Description Framework) sözdizimindeki sorguları işleyebilen bir C kitaplığıdır. SPARQL ve RDQL biçimlerini destekler. + http://download.librdf.org/source/rasqal-0.9.33.tar.gz + + raptor2-devel + libpcre-devel + libxml2-devel + mpfr-devel + + programming/misc/rasqal/pspec.xml + + + rasqal + + raptor2 + libpcre + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + rasqal-devel + Development files for rasqal + rasqal için geliştirme dosyaları + library + + rasqal + raptor2-devel + + + /usr/bin/rasqal-config + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/share/man/man1/rasqal-config* + + + + rasqal-docs + Development documents for rasqal in HTML format + rasqal için HTML formatında geliştirme belgeleri + data:doc + + /usr/share/doc/rasqal/html + + + + + 2020-02-26 + 0.9.33 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-02 + 0.9.33 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-03 + 0.9.33 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + htmlcxx + http://htmlcxx.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPL + app:library + programming.misc + htmlcxx is a simple non-validating css1 and html parser for C++ + htmlcxx is the name of both the library and the utility application that comes with this package. Although the htmlcxx (the application) is mostly useless for programming, you can use it to easily see how htmlcxx (the library) would parse your html code. + http://sourceforge.net/projects/htmlcxx/files/htmlcxx/0.86/htmlcxx-0.86.tar.gz + + flex + bison + libtool + + + fix-gcc-4.6-ftbfs.patch + reduce-linking.patch + + programming/misc/htmlcxx/pspec.xml + + + htmlcxx + + libgcc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + htmlcxx-devel + Development files for htmlcxx + + htmlcxx + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-09-16 + 0.86 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-23 + 0.86 + Rebuild with new toolchain + Stefan Gronewold + groni@pisilinux.org + + + 2016-11-20 + 0.86 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + log4c + http://log4c.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A C library for flexible logging + C için bir günlük kitaplığı + log4c is a C language library for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (log4j), staying as close to their API as is reasonable. + log4c, dosyalara, syslog hizmetine ve diğer hedeflere kolayca günlük tutmayı sağlayan bir C kitaplığıdır. + mirrors://sourceforge/log4c/log4c-1.2.4.tar.gz + programming/misc/log4c/pspec.xml + + + log4c + A C library for flexible logging + + /usr/lib + /usr/share/doc + /usr/share/man + + + + log4c-devel + Development files for log4c + log4c için geliştirme dosyaları + log4c-devel, log4c için geliştirme dosyalarını içerir. + + log4c + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + + + + + 2020-01-23 + 1.2.4 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + + + + libqjson + http://qjson.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + Qt-based library that maps JSON data to QVariant objects + Qt tabanlı bu kitaplığı JSON data haritalarını QVariant nesnelere dönüştürür + Implementacja Qt formatu JSON + libqjson, (JavaScript Object Notation) is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs. + libqjson, (JavaScript Object Notation) bir veri değişim biçimidir. JSON haritalarını QVariant nesnelere dönüştürür.. + http://source.pisilinux.org/1.0/qjson-0.82_d0f62e65.tar.gz + + qt5-base-devel + cmake + + programming/misc/libqjson/pspec.xml + + + libqjson + + qt5-base + libgcc + + + /usr/lib + /usr/share/doc + + + + libqjson-devel + Development files for libqjson + libqjson için geliştirme dosyaları + Pliki nagłówkowe do libqjson + + libqjson + qt5-base-devel + + + /usr/include/qjson + /usr/lib/pkgconfig + /usr/lib/cmake/qjson + + + + + 2018-08-07 + 0.82_p1 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2017-04-30 + 0.82_p1 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.82_p1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-18 + 0.82_p1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + apr + http://apr.apache.org/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + programming.misc + Apache portable runtime library + Apache portatif çalışma ortamı kitaplığı (eski sürüm) + Apache Portable Runtime – przenośna biblioteka uruchomieniowa + L'Apache Portable Runtime (APR) a pour mission de fournir une librairie libre C de structures de donnés et de routines. Le numéro de version majeur commence par un 0. + The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines. + Apache portatif çalışma ortamı kitaplığı (APR), C data yapıları için özgür kitaplığı sağlar. Bu sürüm 0 ile başlar. + APR to Przenośna Biblioteka Fazy Wykonywania Apache, zaprojektowana jako biblioteka wspomagająca, która udostępnia przewidywalny i spójny interfejs do podstawowych, specyficznych dla platformy implementacji. + mirrors://apache/apr/apr-1.7.0.tar.gz + + libutil-linux-devel + + programming/misc/apr/pspec.xml + + + apr + + libutil-linux + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/lib/apr-1/build + + + + apr-devel + Development files for apr + Development files for apr + + apr + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-27 + 1.7.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 1.6.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-20 + 1.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-09-01 + 1.5.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ragel + http://www.complang.org/ragel/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + programming.misc + Ragel compiles executable finite state machines from regular languages. + Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. + http://www.colm.net/files/ragel/ragel-6.10.tar.gz + programming/misc/ragel/pspec.xml + + + ragel + + libgcc + + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/vim/ + + + + + 2018-09-09 + 6.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-30 + 6.10 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 6.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-19 + 6.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libctemplate + https://github.com/OlafvdSpek/ctemplate + + Pisi Linux Community + admins@pisilinux.org + + BSD + library + programming.misc + CTemplate is a simple but powerful template language for C++. + CTemplate C++ için basit ama çok güçlü bır taslak/şablon kitaplığıdır. + It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. + libctemplate, C++ için basit ama çok güçlü bır taslak/şablon kitaplığı sunar. + https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.4.tar.gz + + python3-devel + glibc-devel + + programming/misc/libctemplate/pspec.xml + + + libctemplate + CTemplate is a simple but powerful template language for C++. + + libgcc + + + /usr/bin/diff_tpl_auto_escape + /usr/bin/make_tpl_varnames_h + /usr/bin/template-converter + /usr/share/doc + /usr/lib + + + + libctemplate-devel + Development files for libctemplate + + libctemplate + + + /usr/include + + + + + 2020-03-18 + 2.4 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-09-09 + 2.3 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2017-04-30 + 2.3 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 2.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-22 + 2.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + clucene + http://clucene.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + Apache-2.0 + library + programming.misc + A high-performance indexing and searching API + Yüksek performanslı bir indeksleme ve arama API'si + CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. It is written in C++. + CLucene yüksek performanslı, ölçeklenebilir, platform bağımsız, çok özellikli, açık kaynak arama ve indeksleme programlama arayüzüdür. C++ ile yazılmıştır. + CLucene es una API para indexación y búsqueda de alta performance, escalable, cross plataforma, full-featured, código abierto. Está escrito en C++. + http://downloads.sourceforge.net/clucene/clucene-core-2.3.3.4.tar.gz + + boost-devel + cmake + zlib-devel + + + clucene-2.3.3.4-gcc6.patch + clucene-core-2.3.3.4-pkgconfig.patch + clucene-2.3.3.4-contribs_lib-1.patch + fix_zlib_detections.diff + clucene-core-2.3.3.4-usleep.patch + clucene-warnings.patch + clucene-gcc-atomics.patch + clucene-debug.patch + clucene-narrowing-conversions.patch + clucene-multimap-put.patch + + programming/misc/clucene/pspec.xml + + + clucene + + /usr/lib + /usr/share + + + + clucene-devel + Development files for clucene + clucene için geliştirme dosyaları + + clucene + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-26 + 2.3.3.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-02 + 2.3.3.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 2.3.3.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 2.3.3.4 + First Release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + apr-util + http://apr.apache.org/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + programming.misc + Apache portable runtime utils + Apache çalışma ortamı araçları (eski sürüm) + L'Apache Portable Runtime Utils (APR-Utils) contient des interfaces utilitaires supplémentaires pour APR fournissant un support pour, XML, LDAP,des interfaces pour les bases de données, d'analyse d'URI, et plus encore. La numéro de version majeur commence par un 1. + Apache portable runtime utils (APR-Util) contains additional utility interfaces for APR; including support for XML, database interfaces, URI parsing and more. + Apache portatif çalışma ortamı araçları (APR-Util) ek arabirimleri içerir; XML, LDAP, veritabanı, URI ve diğer arabirimler. Bu sürüm 0 ile başlar. + Narzędzie APR to biblioteka narzędziowa zaimplementowana na bazie apr, oferująca dostęp do bazy danych, przetwarzanie XML oraz inne przydatne funkcje. + mirrors://apache/apr/apr-util-1.6.1.tar.bz2 + + db-devel + zlib-devel + expat-devel + sqlite-devel + libutil-linux-devel + openssl-devel + unixODBC-devel + apr-devel + mariadb-lib + postgresql-lib + cyrus-sasl-devel + openldap-client + + programming/misc/apr-util/pspec.xml + + + apr-util + + db + zlib + expat + sqlite + libutil-linux + openssl + apr + unixODBC + mariadb-lib + postgresql-lib + cyrus-sasl + openldap-client + + + /usr/lib + /usr/share/doc + /usr/bin + + + + apr-util-devel + Development files for apr-util + + apr-util + apr-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-27 + 1.6.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-09 + 1.6.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-20 + 1.5.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-06 + 1.5.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + qrencode + http://fukuchi.org/works/qrencode/index.en.html + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2.1 + library + programming.misc + A C library for encoding data in a QR code symbol + QR kod sembolüne veri gömmek için bir kitaplık + qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. + qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır. + http://fukuchi.org/works/qrencode/qrencode-4.0.2.tar.gz + + libsdl-devel + m4 + gettext-devel + libpng-devel + + programming/misc/qrencode/pspec.xml + + + qrencode + + libpng + + + /usr/lib + /usr/bin/qrencode + /usr/share/man/man1 + /usr/share/doc + + + + qrencode-devel + Development files for qrencode + qrencode için geliştirme dosyaları + + qrencode + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-09-02 + 4.0.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-01 + 3.4.4 + Rebuild for new Toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2016-05-22 + 3.4.4 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-22 + 3.4.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + jq + https://github.com/stedolan/jq + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.misc + lightweight and flexible command-line JSON processor + lightweight and flexible command-line JSON processor + lightweight and flexible command-line JSON processor + lightweight and flexible command-line JSON processor + https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz + + oniguruma-devel + + programming/misc/jq/pspec.xml + + + jq + + oniguruma + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + jq-devel + Development files for jq + + jq + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-09 + 1.6 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2020-06-07 + 1.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + grantlee-qt5 + https://github.com/steveire/grantlee + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + programming.misc + Qt string template engine based on the Django template system + Django şablon sistemi benzeri bir Qt metin şablon motoru + grantlee is a plugin based String Template system written using the Qt framework. The goals of the project are to make it easier for application developers to separate the structure of documents from the data they contain, opening the door for theming. + grantlee, Qt çatısı kullanılarak yazılmış bir eklenti destekli metin şablon sistemidir. Projenin amaçları; belgelerin yapısını, içerdikleri veriden ayırarak uygulama geliştiricilerinin işini kolaylaştırmak ve tema desteği için imkan sağlamaktır. + https://github.com/steveire/grantlee/archive/v5.2.0.tar.gz + + mesa-devel + qt5-base-devel + qt5-declarative-devel + cmake + + programming/misc/grantlee-qt5/pspec.xml + + + grantlee-qt5 + + qt5-base + qt5-declarative + libgcc + + + /usr/lib + /usr/share/doc + + + + grantlee-qt5-devel + Development files for grantlee + grantlee için geliştirme dosyaları + + grantlee-qt5 + qt5-base-devel + + + /usr/include + /usr/lib/cmake + + + + + 2022-01-11 + 5.2.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 5.2.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-20 + 5.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-05 + 5.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-28 + 5.1.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-12-25 + 5.1.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-09 + 5.1.0 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-10 + 5.1.0 + Release bump. + Kamil Atlı + suvari@pisilinux.org + + + 2016-08-13 + 5.1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-06-09 + 5.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-18 + 5.0.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libnotify + http://www.galago-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + Desktop notification library + Masaüstü bildirim kitaplığı + Envoie les notifications bureautiques à un daemon de notification. + libnotify sends desktop notifications to a notification daemon. + Libnotify, masaüstü uyarılarını uyarı birimine gönderir. + Envía notificaciones de escritorio al demonio de notificaciones + https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.0.tar.xz + + gobject-introspection-devel + gdk-pixbuf-devel + python-pyatspi + libXtst-devel + gnome-common + gtk3-devel + gtk-doc + xmlto + meson + + programming/misc/libnotify/pspec.xml + + + libnotify + Desktop notification library + + gdk-pixbuf + libXtst + glib2 + + + /usr/share/doc/libnotify/COPYING + /usr/share/gir-1.0/ + /usr/bin + /usr/lib + + + + libnotify-devel + Development files for libnotify + libnotify için geliştirme dosyaları + libnotify-devel, libnotify için geliştirme dosyalarını içerir. + + libnotify + gdk-pixbuf-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libnotify-docs + Documentation files for libnotify + libnotify için belgelendirme dosyaları + libnotify-docs, libnotify için belgelendirme dosyalarını içerir. + + libnotify + + + /usr/share/doc/libnotify/SPECIFICATION + /usr/share/doc/libnotify/README* + /usr/share/doc/libnotify/spec + /usr/share/gtk-doc/html + + + + + 2022-07-15 + 0.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 0.7.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 0.7.8 + Clean and split docs. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-17 + 0.7.8 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-07-31 + 0.7.7 + Rebuild New T + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.7.7 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.7.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-31 + 0.7.6 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + boost + http://boost.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + Peer-reviewed portable C++ source libraries + Açık kaynak kodlu ve taşınabilir C++ kaynak kitaplıkları + Boost propose des librairies C++ gratuites, portables et relues en comité. L'accent est porté sur les librairies portables qui fonctionnent bien avec la Librairie Standard C++. + Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. + Boost, kaynak kodları gözden geçirilmiş C++ kitaplıklarını içerir. + https://boostorg.jfrog.io/ui/native/main/release/1.77.0/source/boost_1_77_0.tar.bz2 + + bzip2 + xz-devel + zstd-devel + zlib-devel + icu4c-devel + python3-devel + libxslt-devel + openmpi-devel + python3-numpy + + programming/misc/boost/pspec.xml + + + boost + Peer-reviewed portable C++ source libraries + + xz + zlib + zstd + bzip2 + icu4c + libgcc + openmpi + + + /usr/share/boostbook + /usr/share/boost-build + /usr/bin + /usr/share/doc + /usr/lib + + + + boost-devel + Headers and library documentation for boost + boost için başlık dosyaları ve kitaplık belgeleri + boost-devel, boost için geliştirme ve başlık dosyalarını içerir. + data:doc + + boost + + + /usr/share/doc/*/html + /usr/include + /usr/lib/cmake + + + + boost-python3 + A C++ library which enables seamless interoperability between C++ and the Python3 + boost için python3 kitaplık belgeleri + boost-python3, boost için python3 kitaplık belgelerini içerir. + + boost + libgcc + openmpi + + + /usr/lib/python3.9 + /usr/lib/libboost_numpy39.so* + /usr/lib/libboost_python39.so* + /usr/lib/libboost_mpi_python39.so* + + + + + 2021-10-21 + 1.77.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-21 + 1.77.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-07-07 + 1.75.0 + Rebuild boost-build + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 1.75.0 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-11-07 + 1.72.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-06 + 1.72.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-10 + 1.72.0 + Symlink and translations fix + Blue Devil + bluedevil@sctzine.com + + + 2020-01-12 + 1.72.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 1.66.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 1.66.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-19 + 1.63.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-09 + 1.63.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-08 + 1.63.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-01 + 1.63.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.60.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.60.0 + Release bump. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2016-05-08 + 1.60.0 + First release + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + + + + redland + http://librdf.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + Apache-2.0 + library + programming.misc + High-level interface for the Resource Description Framework + RDF (Resource Description Framework) için üst seviye katman kitaplıkları + Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF). + Redland, RDF (Resource Description Framework) desteği sağlayan C kitaplıklarından oluşur. + http://download.librdf.org/source/redland-1.0.17.tar.gz + + rasqal-devel + unixODBC-devel + + programming/misc/redland/pspec.xml + + + redland + + rasqal + raptor2 + unixODBC + libtool-ltdl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/gtk-doc/html/redland/ + /usr/share/man + /usr/share/redland + + + + redland-devel + Development files for redland + redland için geliştirme dosyaları + + redland + raptor2-devel + rasqal-devel + + + /usr/include + /usr/bin/redland-config + /usr/lib/pkgconfig + /usr/share/man/man1/redland-config* + + + + + 2020-02-26 + 1.0.17 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-02 + 1.0.17 + First Relase + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-04 + 1.0.17 + First Relase + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + acorn + https://github.com/acornjs/acorn + + Blue Devil + bluedevil@sctzine.com + + MIT + app:console + library + programming.misc + A tiny, fast JavaScript parser, written completely in JavaScript. + Tamamen javascript ile yazılmış küçük ve hızlı bir Javascript çözümleyicisi. + acorn is a tiny, fast JavaScript parser, written completely in JavaScript. + acorn kitaplığı, tamamen javascript ile yazılmış küçük ve hızlı bir Javascript çözümleyicisi sunar. + https://registry.npmjs.org/acorn/-/acorn-8.0.1.tgz + + rsync + nodejs + + programming/misc/acorn/pspec.xml + + + acorn + A tiny, fast JavaScript parser, written completely in JavaScript + + nodejs + + + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2020-09-08 + 8.0.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + tinyxml2 + http://www.grinninglizard.com/tinyxml2/ + + Pisi Linux Admins + admins@pisilinux.org + + zlib + library + programming.misc + Simple XML parser made for easy integration + Simple XML parser made for easy integration + Simple XML parser made for easy integration + Simple XML parser made for easy integration + https://github.com/leethomason/tinyxml2/archive/7.1.0.tar.gz + + cmake + + programming/misc/tinyxml2/pspec.xml + + + tinyxml2 + + libgcc + + + /usr/lib + /usr/share/doc + + + + tinyxml2-devel + Development files for tinyxml2 + + tinyxml2 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2020-01-15 + 7.1.0 + Version bump + Pisi Linux Admins + admins@pisilinux.org + + + 2018-08-13 + 6.2.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + 2017-10-18 + 5.0.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + ctpl + https://ctpl.tuxfamily.org/ + + fury + uglyside@yandex.ru + + GPL-3 + library + programming.misc + CTPL − C Template (Parser) Library. + CTPL is a template engine library written in C and distributed under the terms of the GNU GPLv3+ + http://download.tuxfamily.org/ctpl/releases/ctpl-0.3.4.tar.gz + + gtk-doc + python-six + glib2-devel + + programming/misc/ctpl/pspec.xml + + + ctpl + + glib2 + gtk-doc + python-six + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/man/man1 + /usr/share/doc + + + + ctpl-docs + GTK reference documents for ctpl + + /usr/share/gtk-doc + + + + ctpl-devel + Development files for ctpl + + glib2-devel + ctpl + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-15 + 0.3.4 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-10-18 + 0.3.4 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-04-21 + 0.3.4 + First build + fury + uglyside@yandex.ru + + + + + + libgtop + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + System monitoring library + Sistem izleme kitaplığı + libgtop is a library to get system specific data such as CPU and Memory Usage and information about running processes. + libgtop, çalışan süreçler hakkında CPU ve bellek kullanımı gibi sistem bilgisini almak için bir kitaplığıdır. + mirrors://gnome/libgtop/2.40/libgtop-2.40.0.tar.xz + + gtk-doc + yelp-devel + glib2-devel + gobject-introspection-devel + + programming/misc/libgtop/pspec.xml + + + libgtop + + glib2 + libXau + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/gir-1.0 + + + + libgtop-docs + libgtop reference documents + libgtop başvuru belgeleri + data:doc + + /usr/share/gtk-doc + + + + libgtop-devel + Development files for libgtop + libgtop için geliştirme dosyaları + + glib2-devel + libgtop + + + /usr/include + /usr/lib/pkgconfig + /usr/share/info + + + + + 2020-02-29 + 2.40.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + dotconf + https://github.com/williamh/dotconf + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A library to parse configuration files + Yapılandırma dosyası ayıklama kitaplığı + dotconf is a simple-to-use and powerful configuration file parser library written in C. + dotconf C dilinde yazılmış, basit kullanımlı ve güçlü bir yapılandırma dosyası ayıklama kitaplığıdır. + https://src.fedoraproject.org/lookaside/extras/dotconf/dotconf-1.3.tar.gz/35c19ec9b96648f53e987e47e52dbc4c/dotconf-1.3.tar.gz + programming/misc/dotconf/pspec.xml + + + dotconf + + /usr/lib + /usr/share/doc + + + + dotconf-devel + Development headers and documentation for dotconf + dotconf kitaplığı için geliştirme başlıkları ve belgeleri + + dotconf + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/dotconf/examples + /usr/share/doc/dotconf/dotconf-api.txt + + + + + 2020-02-02 + 1.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-10 + 1.3 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-25 + 1.3 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + rnnoise + https://gitlab.xiph.org/xiph/rnnoise + + Pisi Linux Admins + admin@pisilinux.org + + custom + library + programming.misc + Recurrent neural network for audio noise reduction + Recurrent neural network for audio noise reduction + Ses gürültüsünü azaltmak için tekrarlayan sinir ağı + Ses gürültüsünü azaltmak için tekrarlayan sinir ağı + https://gitlab.xiph.org/xiph/rnnoise/-/archive/7f449bf8bd3b933891d12c30112268c4090e4d59/rnnoise-7f449bf8bd3b933891d12c30112268c4090e4d59.tar.gz + programming/misc/rnnoise/pspec.xml + + + rnnoise + + /usr/lib + /usr/share + /usr/share/doc + + + + rnnoise-devel + Development files for rnnoise + + rnnoise + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-09-23 + 0.4.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + libsigc++3 + https://libsigcplusplus.github.io/libsigcplusplus/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + Typesafe signal framework for C++ + libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. + mirrors://gnome/libsigc++/3.0/libsigc++-3.0.7.tar.xz + + mm-common + + programming/misc/libsigc++3/pspec.xml + + + libsigc++3 + + libgcc + + + /usr/lib + /usr/share/doc + + + + libsigc++3-devel + Development files for libsigc++3 + + libsigc++3 + + + /usr/include + /usr/lib/sigc++*/include + /usr/lib/pkgconfig + + + + libsigc++3-docs + Development documents for libsigc++ + + /usr/share/doc/libsigc++-3.0/ + + + + + 2021-07-25 + 3.0.7 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + libyaml + http://pyyaml.org/wiki/LibYAML + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + YAML 1.1 parser and emitter written in C + C ile yazılmış YAML 1.1 ayrıştırıcısı + libyaml is a YAML 1.1 parser and emitter written in C. + libyaml C ile yazılmış bir YAML 1.1 ayrıştırıcısıdır. + http://pyyaml.org/download/libyaml/yaml-0.2.2.tar.gz + programming/misc/libyaml/pspec.xml + + + libyaml + YAML 1.1 parser and emitter written in C + + /usr/lib + /usr/share/doc + + + + libyaml-devel + Development headers for libyaml + libyaml için başlık dosyaları + libyaml-devel provides development headers for libyaml. + libyaml-devel, libyaml için başlık dosyalarını içerir. + + libyaml + + + /usr/include + /usr/lib/pkgconfig + + + + libyaml-docs + Documentation files for libyaml + libyaml için belgelendirme dosyaları + libyaml-docs, libyaml için belgelendirme dosyalarını içerir. + + libyaml + + + /usr/share/doc/libyaml/html/ + + + + + 2020-11-07 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 0.2.2 + Rebuilt for the new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2019-10-03 + 0.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.1.7 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-09-20 + 0.1.7 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-22 + 0.1.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libtevent + http://tevent.samba.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + programming.misc + Event system based on the talloc memory management library + talloc bellek yönetim kitaplığına dayanan olay sistemi kitaplığı + libtevent is an event system based on the talloc memory management library. It is the core event system used in Samba. Tevent has support for many event types, including timers, signals, and the classic file descriptor events. + libtevent Samba uygulamasının en temel olay sistem kitaplığıdır. Zamanlayıcı, dosya tanımlayıcı gibi çeşitli olay türlerini desteklemektedir. + https://www.samba.org/ftp/tevent/tevent-0.12.1.tar.gz + + python-devel + python3-devel + libbsd-devel + gdb-devel + libtalloc-devel + libxslt + docbook-xsl + libtirpc-devel + rpcsvc-proto-devel + cmocka-devel + + programming/misc/libtevent/pspec.xml + + + libtevent + + libtalloc + libbsd + python + python3 + + + /usr/lib + + + + libtevent-devel + Development files for libtevent + libtevent için geliştirme dosyaları + + libtevent + libtalloc-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-10 + 0.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 0.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-19 + 0.10.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 0.10.2 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2019-04-04 + 0.9.39 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 0.9.37 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 0.9.36 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-27 + 0.9.34 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.9.31 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 0.9.28 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-09 + 0.9.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-30 + 0.9.25 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libtalloc + https://talloc.samba.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + programming.misc + Hierarchical pool based memory allocator + Bellek yönetim kitaplığı + libtalloc is a library which implements a hierarchical allocator with destructors which is the core memory allocator in samba. + libtalloc, samba hizmetinin temel bellek ayırıcısını oluşturan hiyerarşik havuz tabanlı ayırıcıyı gerçekleyen kitaplıktır. + https://www.samba.org/ftp/talloc/talloc-2.3.4.tar.gz + + docbook-xsl + libxslt-devel + python-devel + python3-devel + libbsd-devel + attr-devel + libtirpc-devel + rpcsvc-proto-devel + + programming/misc/libtalloc/pspec.xml + + + libtalloc + + python + python3 + libbsd + attr + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + libtalloc-devel + Development files for libtalloc + libtalloc için geliştirme dosyaları + + libtalloc + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + /usr/share/man/man3 + + + + libtalloc-32bit + 32-bit shared libraries for libtalloc + libtalloc için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxslt-32bit + attr-32bit + + + attr-32bit + libtalloc + + + /usr/lib32 + + + + + 2022-06-10 + 2.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-23 + 2.3.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-20 + 2.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.3.1 + Version Bump + İdris Kalp + idriskalp@gmail.com + + + 2019-04-04 + 2.1.16 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 2.1.14 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-08 + 2.1.13 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-27 + 2.1.10 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-02 + 2.1.8 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-07-25 + 2.1.6 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-09 + 2.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-28 + 2.1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + intel-tbb + http://www.threadingbuildingblocks.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + Intel Threading Building Blocks Library + Intel Threading kitaplığı + Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. + https://github.com/intel/tbb/archive/v2020.3.tar.gz + + install.sh + + + cmake + + programming/misc/intel-tbb/pspec.xml + + + intel-tbb + + /usr/lib + /usr/share/doc + + + + intel-tbb-devel + Development files for intel-tbb + intel-tbb için geliştirme dosyaları + + intel-tbb + + + /usr/include + + + + + 2021-06-30 + 2020.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-12 + 2020.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2020.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-09 + 2018_20180618 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-30 + 44_20160128 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 44_20160128 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-08 + 44_20160128 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + dbus-c++ + https://sourceforge.net/projects/dbus-cplusplus/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + C++ bindings for DBus library + DBus kitaplığı için C++ bağlayıcıları + dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop. + dbus-c++, DBus kitaplığı için C++ programlama arayüzü sunan bir kitaplıktır. + https://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/0.9.0/libdbus-c%2B%2B-0.9.0.tar.gz + + dbus-devel + expat-devel + glib2-devel + + + disable-threading.patch + fix-writechar.patch + gcc47.patch + + programming/misc/dbus-c++/pspec.xml + + + dbus-c++ + + dbus + libgcc + expat + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + dbus-c++-devel + + dbus-c++ + dbus-devel + expat-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-11-07 + 0.9.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 0.0_20090907 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.0_20090907 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.0_20090907 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-28 + 0.0_20090907 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + yajl + http://lloyd.github.com/yajl + + PisiLinux Community + admins@pisilinux.org + + BSD + library + app:console + programming.misc + Yet Another JSON Library (YAJL) + JSON kitaplığı + yajl is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. + yajl, ANSI C ile yazılmış olay-tabanlı (SAX tarzı) ufak bir JSON ayıklayıcıdır. + http://github.com/lloyd/yajl/tarball/2.1.0/lloyd-yajl-2.1.0.tar.gz + + cmake + + programming/misc/yajl/pspec.xml + + + yajl + + /usr/bin + /usr/lib + /usr/share/doc + + + + yajl-devel + Development headers for yajl + yajl kitaplığı için geliştirme başlıkları + + yajl + + + /usr/include + /usr/share/pkgconfig + + + + + 2020-03-13 + 2.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 2.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-21 + 2.1.0 + Release Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 2.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-31 + 2.1.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + btyacc + https://www.siber.com/btyacc + + PisiLinux Community + admins@pisilinux.org + + freedist + app:console + programming.misc + Backtracking YACC - modified from Berkeley YACC + This is original Berkeley Yacc modified to better fit production environment (and to have less bugs, too). + http://www.siber.com/btyacc/btyacc-3-0.tar.gz + + btyacc-3.0-includes.patch + btyacc-3.0-makefile.patch + + programming/misc/btyacc/pspec.xml + + + btyacc + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2020-01-16 + 3.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 3.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-14 + 3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-11 + 3.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libdaemon + http://0pointer.de/lennart/projects/libdaemon + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + Library for writing UNIX daemons + UNIX hizmetleri yazmak için bir kitaplığı + libdaemon is a lightweight C library which eases the writing of UNIX daemons. + libdaemon, UNIX hizmetleri yazmayı kolaylaştıran hafif bir C kitaplığıdır. + http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz + programming/misc/libdaemon/pspec.xml + + + libdaemon + + /usr/lib + /usr/share/doc + + + + libdaemon-devel + Development files for libdaemon + libdaemon için geliştirme dosyaları + + libdaemon + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man/man3 + + + + libdaemon-32bit + 32-bit shared libraries for libdaemon + emul32 + emul32 + + libdaemon + + + /usr/lib32 + + + + + 2020-01-18 + 0.14 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 0.14 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.14 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-09 + 0.14 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + openmp + https://openmp.llvm.org/ + + Idris Kalp + idriskalp@gmail.com + + MIT + library + programming.misc + LLVM OpenMP runtime library + LLVM OpenMP çalışma zamanı kitaplığı + openmp provides runtime for OpenMP by LLVM + openmp, LLVM tarafından OpenMP çalışma zamanı kitaplıklarını içerir + https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/openmp-11.0.0.src.tar.xz + + cmake + libffi-devel + elfutils-devel + + programming/misc/openmp/pspec.xml + + + openmp + + llvm-libs + libcxx + + + /usr/lib + /usr/share/doc + + + + openmp-32bit + openmp 32-bit libraries + openmp 32-bit kitaplıkları + emul32 + emul32 + + libffi-32bit + elfutils-32bit + + + openmp + libcxx-32bit + + + /usr/lib32 + + + + openmp-devel + Development files for openmp + openmp için geliştirme dosyaları + + openmp + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2020-11-14 + 11.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-28 + 10.0.0 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + libnice + https://nice.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + MPL-1.1 + LGPLv2.1 + app:console + library + programming.misc + GLib ICE library + GLIB ICE kitaplığı + Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). + Nice, IETF'ye ait bir taslak olan Etkileşimli Bağlanırlık Birliği standardı uygulamasıdır. + http://nice.freedesktop.org/releases/libnice-0.1.15.tar.gz + + glib2-devel + gnutls-devel + gobject-introspection-devel + gstreamer-devel + + programming/misc/libnice/pspec.xml + + + libnice + + glib2 + gnutls + libxml2 + gstreamer + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + libnice-devel + Development files for libnice + libnice için geliştirme dosyaları + + libnice + glib2-devel + gnutls-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-04-22 + 0.1.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-06-09 + 0.1.14 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.1.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-27 + 0.1.13 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libsoup + http://live.gnome.org/LibSoup + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.misc + An HTTP library implementation in C + C için HTTP kitaplık gerçekleyicisi + libsoup is an HTTP client/server library for GNOME. + libsoup, GNOME için HTTP istemci / sunucu kitaplığıdır. + mirrors://gnome/libsoup/2.74/libsoup-2.74.2.tar.xz + + meson + libgcrypt-devel + gtk-doc + mit-kerberos + python3-devel + glib2-devel + libxml2-devel + sqlite-devel + intltool + gettext-devel + vala-devel + libpsl-devel + zlib-devel + mit-kerberos-devel + python-six + glib-networking + sysprof-devel + gobject-introspection-devel + + programming/misc/libsoup/pspec.xml + + + libsoup + + glib2 + libxml2 + sqlite + libpsl + zlib + mit-kerberos + glib-networking + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/vala + /usr/share/locale/ + /usr/lib/girepository-1.0/Soup-2.4.typelib + + + + libsoup-gnome + + glib2 + libsoup + + + /usr/lib/lib*gnome* + /usr/lib/girepository-1.0/SoupGNOME-2.4.typelib + + + + libsoup-docs + libsoup reference documents + libsoup başvuru belgeleri + data:doc + + libsoup + + + /usr/share/gtk-doc + + + + libsoup-devel + Development files for libsoup + libsoup için geliştirme dosyaları + + zlib-devel + glib2-devel + sqlite-devel + libpsl-devel + libxml2-devel + sysprof-devel + gobject-introspection-devel + libsoup + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-02 + 2.74.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-25 + 2.74.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 2.74.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-17 + 2.74.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-23 + 2.74.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 2.72.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.68.3 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-01-19 + 2.62.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 2.61.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-07 + 2.61.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 2.56.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.54.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 2.54.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-14 + 2.50.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + unixODBC + http://www.unixodbc.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + app:console + programming.misc + ODBC Interface for Linux + The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms. + ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz + + libtool-ltdl + + programming/misc/unixODBC/pspec.xml + + + unixODBC + + libtool-ltdl + + + /etc + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc/unixODBC/AUTHORS + /usr/share/doc/unixODBC/README + + + + unixODBC-devel + Development files for unixODBC + unixODBC için geliştirme dosyaları. + + unixODBC + + + /usr/bin/odbc_config + /usr/include + + + + unixODBC-docs + Documentation for unixODBC + unixODBC için belgelendirme dosyaları. + data:doc + + /usr/share/doc/unixODBC + + + + + 2020-01-12 + 2.3.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 2.3.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-15 + 2.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.3.4 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libassuan + http://www.gnupg.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.misc + Librairie IPC (communication inter-processus) auto-suffisante utilisée par gpg, gpgme et newpg. + IPC library for GnuPG related projects + GnuPG, GPGME ve newpg tarafından kullanılan IPC kitaplığı + This is the IPC library used by GnuPG 2, GPGME and a few other packages. + https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2 + + libgpg-error-devel + + programming/misc/libassuan/pspec.xml + + + libassuan + + libgpg-error + + + /usr/bin + /usr/lib + /usr/share/info + + + + libassuan-devel + Development files for libassuan + libassuan için geliştirme dosyaları + + libassuan + + + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + + + + + 2021-05-28 + 2.5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 2.5.3 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-06-03 + 2.5.3 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 2.5.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 2.5.1 + Release bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 2.4.3 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-12-24 + 2.4.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 2.2.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-21 + 2.2.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + tinyxml + http://www.grinninglizard.com/tinyxml + + PisiLinux Community + admins@pisilinux.org + + ZLIB + library + programming.misc + A simple, small, C++ XML parser + Basit ve hafif bir XML ayrıştırıcı + TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. + TinyXML, C++ için basit ve hafif bir XML ayrıştırıcıdır. Diğer programlara kolayca entegre edilebilir. + mirrors://sourceforge/tinyxml/tinyxml/2.6.2/tinyxml_2_6_2.zip + + setconf + + + enforce-use-stl.patch + entity.patch + + programming/misc/tinyxml/pspec.xml + + + tinyxml + + libgcc + + + /usr/lib + /usr/share/doc + /usr/share/doc/tinyxml/html + + + + tinyxml-devel + Development files for tinyxml + tinyxml için geliştirme başlıkları + + tinyxml + + + /usr/include + /usr/lib/pkgconfig + + + tinyxml.pc + + + + + 2020-01-15 + 2.6.2 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-09-09 + 2.6.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-06 + 2.6.2 + Rebuild for Pisi Linux 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2014-07-04 + 2.6.2 + version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 2.6.1 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2011-01-19 + 2.6.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + xerces-c + http://xml.apache.org/xerces-c + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + programming.misc + Xerces-C++ is a validating XML parser written in a portable subset of C++ + C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcı + Xerces-C++ est un analyseur XML validant écrit dans un sous-ensemble portable du C++. + Xerces-C++ is a validating XML parser written in a portable subset of C++. + Xerces-C++, C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcıdır. + Xerces-C++ es un analizador XML con validación, escrito con un subconjunto portable de C++ + http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.3.tar.gz + + icu4c-devel + curl-devel + libgcc + + programming/misc/xerces-c/pspec.xml + + + xerces-c + + icu4c + curl + libgcc + + + /usr/bin + /usr/lib + + + + xerces-c-devel + Development files for xerces-c + xerces-c için geliştirme dosyaları + + xerces-c + + + /usr/include + /usr/lib/pkgconfig + + + + xerces-c-docs + Document files for xerces-c + xerces-c için yardım dosyaları ve API belgeleri + + xerces-c + + + /usr/share/doc + + + + + 2021-03-12 + 3.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-25 + 3.2.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 3.2.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-31 + 3.2.0 + Version bump for icu4c + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-17 + 3.1.2 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 3.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 3.1.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gdl + https://gitlab.gnome.org/GNOME/gdl + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.misc + Gnome Docking library + GNOME geliştirme kitaplıkları + Provides docking features for gtk+. + Bu paket, GNOME geliştirme araçları arasında paylaşılan kitaplıkları ve bileşenleri içerir. + https://download.gnome.org/sources/gdl/3.40/gdl-3.40.0.tar.xz + + gtk-doc + intltool + gtk3-devel + python3-six + libxml2-devel + gobject-introspection-devel + + programming/misc/gdl/pspec.xml + + + gdl + Provides docking features for gtk+. + + atk + gtk3 + cairo + glib2 + pango + libxml2 + gdk-pixbuf + + + /usr/lib + /usr/share/locale + /usr/share/doc/gdl/README + /usr/share/doc/gdl/COPYING + /usr/share/gir-1.0/Gdl-3.gir + + + + gdl-devel + Development files for gdl + gdl için geliştirme dosyaları + gdl-devel, gdl için geliştirme dosyalarını içerir. + + gtk3-devel + libxml2-devel + gdl + + + /usr/include + /usr/lib/pkgconfig + + + + gdl-docs + Documentation files for gdl + gdl için başvuru belgeleri + gdl-docs provides documentation files for gdl. + gdl-docs, gdl için belgelendirme dosyalarını içerir. + data:doc + + gdl + + + /usr/share/gtk-doc/html + + + + + 2021-08-27 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-30 + 3.34.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2013-10-29 + 3.8.1 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-31 + 3.8.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 2.31.3 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-22 + 2.31.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + qd + https://www.davidhbailey.com/dhbsoftware/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + app:console + programming.misc + C++/Fortran-90 double-double and quad-double library. + C++/Fortran-90 double-double ve quad-double için C kitaplığı. + A double-double and quad-double package for Fortran and C++. + qd, C++/Fortran-90 double-double ve quad-double için C kitaplığı sunar. + https://www.davidhbailey.com/dhbsoftware/qd-2.3.22.tar.gz + programming/misc/qd/pspec.xml + + + qd + C++/Fortran-90 double-double and quad-double library. + + /usr/share + /usr/lib + /usr/bin + /usr/share/doc/qd + + + + qd-devel + Development files for qd + qd için geliştirme dosyaları + qd-devel, qd için geliştirme dosyalarını içerir. + + qd + + + /usr/include + + + + + 2020-05-20 + 2.3.22 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + libspectre + http://libspectre.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + A small library for rendering Postscript documents + Postscript belgeleri görüntüleştirme için küçük bir kitaplığı + libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents. + libspectre, postscript belgeleri görüntüleştirme için kullanımı kolay bir API sağlar. + http://libspectre.freedesktop.org/releases/libspectre-0.2.8.tar.gz + + ghostscript-devel + cairo-devel + + + libspectre-0.2.7-gs918.patch + + programming/misc/libspectre/pspec.xml + + + libspectre + + ghostscript + + + /usr/lib + /usr/share/doc + + + + libspectre-devel + Development files for libspectre + libspectre için geliştirme dosyaları + + libspectre + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libspectre-32bit + 32-bit shared libraries for libspectre + emul32 + emul32 + + ghostscript-32bit + cairo-32bit + + + libspectre + ghostscript-32bit + + + /usr/lib32 + + + + + 2018-08-08 + 0.2.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 0.2.8 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.2.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-02 + 0.2.7 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xapian-core + http://www.oligarchy.co.uk/xapian + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + programming.misc + Probabilistic Information Retrieval library + İstatistiksel Bilgi Çıkarma kitaplığı + Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. + Xapian, Açık Kaynak Kodlu bir İstatistiksel Bilgi Çıkarma kitaplığıdır. Geliştiricilerin uygulamalara kolaylıkla gelişmiş kataloglama ve arama becerileri eklemelerini sağlayan hayli uyumlu bir araç takımına sahiptir. + https://oligarchy.co.uk/xapian/1.4.20/xapian-core-1.4.20.tar.xz + + libutil-linux-devel + zlib-devel + + programming/misc/xapian-core/pspec.xml + + + xapian-core + Probabilistic Information Retrieval library + + libutil-linux + libgcc + zlib + + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/lib + /usr/share + + + + xapian-core-devel + Development headers for xapian-core + xapian-core için geliştirme başlıkları + xapian-core-devel provides development headers for xapian-core. + xapian-core-devel, xapian-core için geliştirme başlıklarını içerir. + library + + xapian-core + + + /usr/bin/xapian-config* + /usr/lib/cmake/xapian + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/include + + + + xapian-core-docs + Documentation files for xapian-core + xapian-core için belgelendirme dosyaları + xapian-core-docs provides documentation files for xapian-core. + xapian-core-docs, xapian-core için belgelendirme dosyalarını içerir. + data:doc + + xapian-core + + + /usr/share/doc/xapian-core/apidoc.pdf + /usr/share/doc/xapian-core/apidoc/ + /usr/share/doc/xapian-core/*html + + + + + 2022-07-06 + 1.4.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-22 + 1.4.18 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-03-11 + 1.4.15 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-08 + 1.4.14 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-09-09 + 1.4.7 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-20 + 1.4.3 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-03 + 1.12.18 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.12.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + critical + 2014-09-02 + 1.12.18 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libdbusmenu-qt + https://launchpad.net/libdbusmenu-qt + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.misc + Qt implementation of the DBusMenu spec + DBusMenu spesifikasyonunun Qt gerçeklemesi + libdbusmenu-qt library provides a Qt implementation of the DBusMenu spec. + libdbusmenu-qt kitaplığı DBusMenu spesifikasyonunun Qt gerçeklemesini sağlar. + http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_0.9.3+16.04.20160218.orig.tar.gz + + libqjson-devel + mesa-devel + qt5-base-devel + doxygen + cmake + + programming/misc/libdbusmenu-qt/pspec.xml + + + libdbusmenu-qt + + qt5-base + libgcc + + + /usr/lib + /usr/share/doc + + + + libdbusmenu-qt-devel + Development files for libdbusmenu-qt + libdbusmenu-qt için geliştirme dosyaları + + libdbusmenu-qt + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-02 + 0.9.3_16.04.20160218 + Rebuild New qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.9.3_16.04.20160218 + Rebuild New qt5. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.9.3_16.04.20160218 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.9.3_16.04.20160218 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.9.3_20150604 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-18 + 0.9.3_20150604 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + xsd + http://www.codesynthesis.com/products/xsd + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.misc + An open-source, cross-platform W3C XML Schema to C++ data binding compiler + Kompilator schematów W3C XML do wiązań danych C++ + CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML. + CodeSynthesis XSD to mający otwarte źródła wieloplatformowy kompilator schematów W3C XML do wiązań danych C++. Na podstawie specyfikacji instancji XML (schematu XML) generuje klasy C++ reprezentujące podany słownik, a także kod analizujący i serializujący. Następnie można odwoływać się do danych zapisanych w XML-u przy użyciu typów i funkcji semantycznie odpowiadających działaniu aplikacji, bez zajmowania się skomplikowaniem odczytu i zapisu XML-a. + https://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/xsd-4.1.0.a11+dep.tar.bz2 + + xerces-c-devel + boost-devel + ghostscript-devel + + programming/misc/xsd/pspec.xml + + + xsd + + xerces-c + boost + + + /usr/bin + /usr/share/man + + + + xsd-devel + Development files for xsd + xsd için geliştirme dosyaları + Pliki nagłówkowe xsd + + xsd + + + /usr/include + /usr/lib/pkgconfig + + + + xsd-docs + Document files for xsd + + xsd + + + /usr/share/doc + + + + + 2021-03-12 + 4.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-09 + 4.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 4.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-14 + 4.0.0 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-17 + 4.0.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 4.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-24 + 4.0.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libsoup3 + http://live.gnome.org/LibSoup + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + programming.misc + An HTTP library implementation in C + libsoup is an HTTP client/server library for GNOME. + https://download.gnome.org/sources/libsoup/3.0/libsoup-3.0.7.tar.xz + + meson + libgcrypt-devel + gtk-doc + mit-kerberos + python3-devel + glib2-devel + libxml2-devel + sqlite-devel + intltool + gettext-devel + vala-devel + libpsl-devel + zlib-devel + mit-kerberos-devel + python-six + glib-networking + sysprof-devel + libnghttp2-devel + gobject-introspection-devel + + programming/misc/libsoup3/pspec.xml + + + libsoup3 + + glib2 + libxml2 + sqlite + libpsl + zlib + libnghttp2 + mit-kerberos + glib-networking + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/vala + /usr/share/locale/ + /usr/lib/girepository-1.0/Soup-2.4.typelib + + + + libsoup3-docs + libsoup reference documents + data:doc + + libsoup3 + + + /usr/share/gtk-doc + + + + libsoup3-devel + Development files for libsoup3 + + zlib-devel + glib2-devel + sqlite-devel + libpsl-devel + libxml2-devel + sysprof-devel + libnghttp2-devel + gobject-introspection-devel + libsoup3 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2022-06-30 + 3.0.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-31 + 3.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-06 + 3.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 3.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-26 + 3.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-08 + 2.99.8 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + iniparser + http://ndevilla.free.fr/iniparser/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + app:console + programming.misc + A free ini file parsing library + Bir ini dosyası ayrıştırma kitaplığı + iniparser is a free stand-alone ini file parsing library written in portable ANSI C. + iniparser, ücretsiz ve ANSI C ile taşınabilir bir şekilde yazılmış INI dosyası ayrıştırma kitaplığıdır. + https://github.com/ndevilla/iniparser/archive/v4.1.tar.gz + programming/misc/iniparser/pspec.xml + + + iniparser + + /usr/share/doc + /usr/lib + + + + iniparser-devel + Development files for iniparser + iniparser için geliştirme dosyaları + + iniparser + + + /usr/include + + + + + 2020-01-19 + 4.1 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-08-06 + 4.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 4.0 + Version Bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-05-22 + 3.1 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + flann + https://github.com/mariusmuja/flann + + Osman Erkan + osman.erkan@pisilinux.org + + BSD + library + programming.misc + FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional space. + FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset. + https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz + + cmake + hdf5-devel + + + flann-1.9.1-cmake-3.11.patch + + programming/misc/flann/pspec.xml + + + flann + + libgcc + libgomp + hdf5-devel + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/flann + + + + flann-devel + Development files for flann + + flann + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-03-05 + 1.9.1 + Rebuild. + Kamil Atlı + admin@pisilinux.org + + + 2019-02-07 + 1.9.1 + Rebuild. + Kamil Atlı + admin@pisilinux.org + + + 2018-09-02 + 1.9.1 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2017-04-30 + 1.8.4 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.8.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-25 + 1.8.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + setconf + http://setconf.roboticoverlords.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + console + programming.misc + Utility to easily change settings in configuration files + setconf, Utility to easily change settings in configuration files + http://setconf.roboticoverlords.org/setconf-0.7.5.tar.xz + programming/misc/setconf/pspec.xml + + + setconf + + /usr/share/man + /usr/share/doc + /usr/bin + + + + + 2020-01-15 + 0.7.5 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2018-09-08 + 0.7.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-06 + 0.7.5 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2014-07-04 + 0.6.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libwpd + http://libwpd.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A C++ library designed to help process WordPerfect documents + WordPerfect belgeleri oluşturmak için yardımcı C++ kitaplığı + Library that handles Word Perfect documents. + Libwpd WordPerfect belgeleri oluşturmak için yardımcı C++ kitaplığıdır. + mirrors://sourceforge/libwpd/libwpd-0.10.3.tar.xz + + doxygen + libgsf-devel + boost-devel + librevenge-devel + libtool + grep + pkgconfig + + programming/misc/libwpd/pspec.xml + + + libwpd + + librevenge + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + + + + libwpd-devel + Development files for libwpd + libwpd için geliştirme dosyaları + + libwpd + librevenge-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libwpd-docs + Documentation for libwpd + + /usr/share/doc/libwpd/html + + + + + 2021-10-21 + 0.10.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-10 + 0.10.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-22 + 0.10.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 0.10.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-16 + 0.10.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.10.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-06 + 0.10.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libedit + https://www.thrysoee.dk/editline + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.misc + An autotool and libtoolized port of the NetBSD Editline library + NetBSD Editline kitaplığının Linux portu + libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. + libedit, geçmiş bilgisini ve komut satırı düzenleme işlerini kolaylaştıran bir kitaplıktır. + https://thrysoee.dk/editline/libedit-20210910-3.1.tar.gz + + ncurses-devel + + programming/misc/libedit/pspec.xml + + + libedit + + ncurses + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + libedit-devel + Development files for libedit + libedit için geliştirme dosyaları + + libedit + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2022-07-30 + 3.1.20210910 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 3.1.20191231 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-10 + 3.1.20191231 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-07-25 + 3.1.20180525 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-02 + 3.1.20170329 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-02 + 3.1_20160903 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.1_20150325 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-06-25 + 3.1_20150325 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libwpg + http://libwpg.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A C++ library designed to help process WordPerfect Graphics documents + WordPerfect grafik belgelerini oluşturmak için yardımcı C++ kitaplığı + Libwpg project is a library and to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect and Presentations. + Libwpg WordPerfect grafik belgelerini oluşturmak için yardımcı C++ kitaplığıdır. + https://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.3.3/libwpg-0.3.3.tar.xz + + doxygen + libwpd-devel + libtool + grep + pkgconfig + + programming/misc/libwpg/pspec.xml + + + libwpg + + libwpd + librevenge + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + + + + libwpg-devel + Development files for libwpg + libwpg için geliştirme dosyaları + + libwpd-devel + librevenge-devel + libwpg + + + /usr/include + /usr/lib/pkgconfig + + + + libwpg-docs + Documentation for libwpg + + /usr/share/doc/libwpg/html + + + + + 2021-10-21 + 0.3.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-10 + 0.3.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-22 + 0.3.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 0.3.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-16 + 0.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-02 + 0.3.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + source-highlight + https://www.gnu.org/software/src-highlite/ + + Blue DeviL + bluedevil@sctzine.com + + GPL + app::console + programming.misc + Source code to syntax highlighted document converter. + Kaynak koddan sözdizim renklendirmesi olan belgeye çeviriciç + source-highlight, given a source file, produces a document with syntax highlighting. It also provides a C++ highlight library. + source-highlight, verilen kaynak kodu sözdizim kurallarına göre renklendirip belgeye çeviren yazılımdır. + https://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.9.tar.gz + + ctags + boost-devel + + programming/misc/source-highlight/pspec.xml + + + source-highlight + Source code to syntax highlighted document converter. + app::console + + boost + + + /usr/share/man + /usr/bin + /usr/share/info + /usr/share/source-highlight + /usr/lib/libsource-highlight* + /usr/share/bash-completion/completions/source-highlight + + + + source-highlight-devel + Development headers for source-highlight + source-highlight için geliştirme dosyaları + source-highlight-devel provides development headers for source-highlight. + source-highlight-devel, source-highlight için geliştirme dosyalarını içerir. + library + + source-highlight + + + /usr/include + /usr/lib/pkgconfig + + + + source-highlight-docs + Documentation files for source-highlight + source-highlight için belgelendirme dosyaları + source-highlight-docs provides documentation files for source-highlight. + source-highlight-docs, source-highlight için belgelendirme dosyalarını içerir. + data:doc + + source-highlight + + + /usr/share/doc/source-highlight + + + + + 2021-10-21 + 3.1.9 + Rebuild boost. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 3.1.9 + Rebuild boost. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 3.1.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-07 + 3.1.9 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + + + + libxmlb + https://github.com/hughsie/libxmlb + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + programming.library + Library for querying compressed XML metadata + A library to help create and query binary XML blobs + Library for querying compressed XML metadata + A library to help create and query binary XML blobs + https://people.freedesktop.org/~hughsient/releases/libxmlb-0.3.9.tar.xz + + meson + gtk-doc + xz-devel + docbook-xsl + glib2-devel + shared-mime-info + gobject-introspection-devel + + programming/misc/libxmlb/pspec.xml + + + libxmlb + Library for querying compressed XML metadata + + xz + glib2 + + + /usr/bin/xb-tool + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/gtk-doc + /usr/lib/libxmlb.* + /usr/lib/xb-tool + /usr/share/girepository-1.0 + /usr/lib/girepository-1.0 + /usr/share/man + + + + libxmlb-devel + Development files for libxmlb + libxmlb için geliştirme dosyaları + libxmlb-devel, libxmlb için geliştirme dosyalarını içerir. + + xz-devel + glib2-devel + libxmlb + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-10 + 0.3.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-02 + 0.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-01 + 0.1.14 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + mindforger + https://github.com/dvorka/mindforger + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + office + MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security. + MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security. + MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir. + MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir. + https://github.com/dvorka/mindforger/releases/download/1.48.0/mindforger_1.48.2.tgz + + ccache + zlib-devel + qt5-base-devel + qt5-webkit-devel + icon-theme-hicolor + + office/mindforger/pspec.xml + + + mindforger + + qt5-base + qt5-webkit + zlib + libgcc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/icons + /usr/share/applications + /usr/share/man + /usr/share/doc + + + + + 2019-02-25 + 1.48.2 + remove static discount libs. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-01-28 + 1.48.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ghostscript + https://www.ghostscript.com + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + library + office.postscript + A PostScript interpreter and renderer + Bir PostScript yorumlayıcısı ve üreticisi + ghostscript is a set of software that provides a PostScript interpreter, a set of C procedures and an interpreter for PDF files. ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. + ghostscript, PostScript yorumlayıcısı, C kitaplığı ve PDF yorumlayıcısı içeren bir yazılım paketidir. ghostscript, PostScript dosyalarının görüntülenmesi ve PostScript olmayan yazıcılardan PostScript dosyalarının çıktılarının alınması için kullanılmaktadır. + https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/ghostpdl-9.53.0.tar.xz + + cups-devel + dbus-devel + tiff-devel + zlib-devel + gtk3-devel + libSM-devel + libXt-devel + libX11-devel + libpng-devel + gnutls-devel + libidn-devel + libXext-devel + freetype-devel + freeglut-devel + libpaper-devel + openjpeg2-devel + fontconfig-devel + libjpeg-turbo-devel + lcms2-devel + + + fedora/ghostscript-sys-zlib.patch + + office/postscript/ghostscript/pspec.xml + + + ghostscript + A PostScript interpreter and renderer + + cups + tiff + zlib + libXt + libidn + libX11 + libpng + freetype + libpaper + openjpeg2 + fontconfig + libjpeg-turbo + lcms2 + poppler-data + gnu-gs-fonts-std + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/cups + /usr/share/ghostscript + + + + ghostscript-docs + Documentation for ghostscript + ghostscript için çeşitli belgeler + ghostscript-docs, ghostscript için belgelendirme dosyalarını içerir. + data:doc + + /usr/share/doc/ghostscript/9.27 + /usr/share/doc/ghostscript/html + /usr/share/doc/ghostscript/examples + + + + ghostscript-devel + Development files for ghostscript + ghostscript için geliştirme dosyaları + ghostscript-devel, ghostscript için geliştirme dosyalarını içerir. + + ghostscript + + + /usr/lib/pkgconfig + /usr/include/ijs + /usr/bin/ijs-config + /usr/include/ghostscript + + + + ghostscript-32bit + 32-bit shared libraries for ghostscript + emul32 + emul32 + + zlib-32bit + tiff-32bit + lcms2-32bit + libXt-32bit + libX11-32bit + libpng-32bit + libidn-32bit + libXext-32bit + freetype-32bit + openjpeg2-32bit + fontconfig-32bit + libjpeg-turbo-32bit + + + zlib-32bit + tiff-32bit + lcms2-32bit + libXt-32bit + libidn-32bit + libX11-32bit + libpng-32bit + freetype-32bit + openjpeg2-32bit + fontconfig-32bit + libjpeg-turbo-32bit + ghostscript + + + /usr/lib32 + + + + + 2020-09-14 + 9.53 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 9.50 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-07 + 9.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-09 + 9.22 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 9.22 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-12 + 9.22 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-05 + 9.20 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 9.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-01 + 9.19 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-10 + 9.15 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + poppler + http://poppler.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + office.postscript + PDF rendering library + Xpdf koduna dayanan bir PDF kitaplığı + Biblioteka renderująca PDF + Poppler est une librairie de rendu PDF basée sur le code source de xpdf-3.0. + poppler is a PDF rendering library based on xpdf. + Poppler, xpdf koduna dayanan bir PDF hazırlama kitaplığıdır. + Wspólna biblioteka renderująca PDF do integrowania oglądania PDF w aplikacjach desktopowych (oparta na kodzie xpdf-3.0). + poppler + https://poppler.freedesktop.org/poppler-22.07.0.tar.xz + + cmake + python3 + boost-devel + lcms2-devel + curl-devel + cairo-devel + gobject-introspection-devel + libjpeg-turbo-devel + freetype-devel + libpng-devel + tiff-devel + zlib-devel + fontconfig-devel + openjpeg2-devel + qt5-base-devel + + office/postscript/poppler/pspec.xml + + + poppler + + zlib + lcms2 + curl + freetype + libgcc + libjpeg-turbo + libpng + tiff + openjpeg2 + fontconfig + poppler-data + + + /usr/lib + /usr/share/doc + + + + poppler-utils + Command line utilities for converting PDF files + PDF dönüşüm araçları + + poppler + cairo + lcms2 + freetype + libgcc + + + /usr/bin + /usr/share/man/man1 + + + + poppler-qt5 + Qt wrapper for poppler + + qt5-base + libgcc + lcms2 + freetype + poppler + + + /usr/lib/libpoppler-qt5.so* + + + + poppler-qt5-devel + Development files for poppler-qt + + poppler-qt5 + poppler-devel + + + /usr/lib/pkgconfig/poppler-qt5.pc + + + + poppler-cpp + Pure C++ wrapper for poppler + Poppler için C++ bağlayıcısı + + libgcc + poppler + + + /usr/lib/libpoppler-cpp.so* + + + + poppler-cpp-devel + Development files for poppler-cpp + poppler-cpp için geliştirme dosyaları + + poppler-cpp + poppler-devel + + + /usr/lib/pkgconfig/poppler-cpp.pc + + + + poppler-glib + Glib wrapper for poppler + Poppler için Glib bağlayıcısı + + libgcc + cairo + glib2 + freetype + poppler + + + /usr/lib/libpoppler-glib.so* + /usr/lib/girepository-1.0/Poppler-0.18.typelib + /usr/share/gir-1.0/Poppler-0.18.gir + + + + poppler-glib-devel + Development files for poppler-glib + poppler-glib için geliştirme dosyaları + + gtk2-devel + glib2-devel + cairo-devel + poppler-glib + poppler-devel + + + /usr/lib/pkgconfig/poppler-glib.pc + /usr/lib/pkgconfig/poppler-cairo.pc + /usr/lib32/pkgconfig/poppler-glib.pc + + + + poppler-devel + Development files for poppler + poppler için geliştirme dosyaları + + poppler + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig/poppler.pc + + + + poppler-32bit + 32-bit shared libraries for poppler + emul32 + emul32 + + zlib-32bit + openjpeg2-32bit + lcms2-32bit + libjpeg-turbo-32bit + libpng-32bit + tiff-32bit + freetype-32bit + fontconfig-32bit + + + poppler + libgcc + zlib-32bit + lcms2-32bit + libjpeg-turbo-32bit + libpng-32bit + openjpeg2-32bit + tiff-32bit + freetype-32bit + fontconfig-32bit + + + /usr/lib32/libpoppler.so* + /usr/lib32/libpoppler-cpp.so.0.10.0 + /usr/lib32/libpoppler-cpp.so + /usr/lib32/libpoppler-cpp.so.0 + /usr/lib32/girepository-1.0/Poppler-0.18.typelib + /usr/lib32/pkgconfig + + + + poppler-glib-32bit + 32-bit shared libraries for poppler-glib + emul32 + emul32 + + glib2-32bit + cairo-32bit + freetype-32bit + + + poppler-32bit + libgcc + glib2-32bit + cairo-32bit + freetype-32bit + + + /usr/lib32/libpoppler-glib.so* + + + + + 2022-07-05 + 22.07.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-10 + 21.03.0 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-02-21 + 0.85.0 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2020-02-05 + 0.74.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-31 + 0.74.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-24 + 0.62.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-23 + 0.62.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-16 + 0.62.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-08 + 0.62.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-21 + 0.51.0 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.34.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 0.34.0 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-01 + 0.34.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + poppler-data + http://poppler.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + BSD + data + office.postscript + Poppler encoding files + Poppler kodlama dosyaları + poppler-data consists of encoding files for poppler. When installed, the encoding files enables poppler to correctly render CJK and Cyrillic properly. + poppler-data, poppler için CJK ve Kiril harflerini düzgünce gösterebilmek için gerekli kodlama dosyalarını içerir. + http://poppler.freedesktop.org/poppler-data-0.4.10.tar.gz + office/postscript/poppler-data/pspec.xml + + + poppler-data + + /usr/share/doc + /usr/share/poppler + /usr/share/pkgconfig + + + + + 2021-03-10 + 0.4.10 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-02-05 + 0.4.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-31 + 0.4.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 0.4.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-12 + 0.4.8 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-05 + 0.4.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.4.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-03-05 + 0.4.7 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + libreoffice @@ -265424,422 +328753,1497 @@ complete albums that you have purchased from Amazon. - mindforger - https://github.com/dvorka/mindforger + goldendict + http://goldendict.org/ PisiLinux Community admins@pisilinux.org - GPLv2 - library - office - MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security. - MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security. - MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir. - MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir. - https://github.com/dvorka/mindforger/releases/download/1.48.0/mindforger_1.48.2.tgz + GPLv3 + app:gui + office.dictionary + An advanced multiple language translator with built-in encyclopedia and custom-made dictionary support + Birden çok dil destekleyen gelişmiş bir sözlük ve ansiklopedi uygulaması. + GoldenDict is an advanced multiple language translator that can use Babylon, StarDict, Dictd, ABBYY Lingvo and Wikipedia sources. + GoldenDict, Babylon, StarDict, Dictd, ABBYY Lingvo, Wikipedia gibi sözlüklerin kaynaklarını kullanabilen birden çok dil destekleyen bir sözlük ve ansiklopedi uygulamasıdır. + goldendict + https://github.com/goldendict/goldendict/archive/1.5.0-RC2.tar.gz - ccache - zlib-devel + hunspell-devel + qt5-phonon-devel + libvorbis-devel + libXtst-devel qt5-base-devel qt5-webkit-devel - icon-theme-hicolor + qt5-x11extras-devel + libao-devel + ffmpeg-devel + qt5-svg-devel + qt5-assistant-devel + qt5-linguist + lzo-devel + tiff-devel - office/mindforger/pspec.xml + + goldendict-qt-5.11-1.patch + goldendict-qt-5.11-2.patch + ffmpeg4.patch + + office/dictionary/goldendict/pspec.xml - mindforger + goldendict + hunspell + libvorbis + libXtst + qt5-phonon qt5-base qt5-webkit + lzo + tiff zlib + bzip2 + libao + ffmpeg + libX11 libgcc + qt5-svg + qt5-assistant + qt5-x11extras /usr/bin - /usr/lib + /usr/share/pixmaps /usr/share - /usr/share/icons - /usr/share/applications - /usr/share/man - /usr/share/doc + /usr/share/locale - - 2019-02-25 - 1.48.2 - remove static discount libs. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-01-28 - 1.48.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - librevenge - http://dev-www.libreoffice.org/src/ - - PisiLinux Community - admins@pisilinux.org - - MPL-1.0 - library - office.misc - A base library for writing document import filters - librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. - http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 - - boost-devel - cppunit-devel - zlib-devel - doxygen - libtool - - office/misc/librevenge/pspec.xml - - - librevenge - - zlib - libgcc - - - /usr/share - /usr/lib - - - - librevenge-devel - Development files for librevenge - librevenge için geliştirme dosyaları - - librevenge - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-10 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-20 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - 2017-02-20 - 0.0.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-08-09 + 1.5.0 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2016-06-11 - 0.0.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-05-13 + 1.5.0 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2015-01-06 - 0.0.1 - First release - PisiLinux Community - admins@pisilinux.org + 2018-01-02 + 1.5.0 + First release. + Ali Cengiz Kurt + alicengizkurt@pisilinux.org - cauchy - https://bitbucket.org/cyrille/cauchy + hunspell-dict-fr + http://dico.savant.free.fr/ - Kamil Atlı - suvari@pisilinux.org + PisiLinux Community + admins@pisilinux.org GPLv2 - app:gui - library - office.misc - A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab - Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık - A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab - Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık - https://sourceforge.net/projects/pisilinux/files/source/cauchy-0.9.0.tar.bz2 - - cmake - eigen3 - - office/misc/cauchy/pspec.xml + LGPLv2 + MPL-1.1 + locale:fr + data + office.dictionary + French hunspell dictionaries + Fransızca hunspell sözlükleri + hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries. + hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir. + http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip + office/dictionary/hunspell-dict-fr/pspec.xml - cauchy - - libgcc - + hunspell-dict-fr - /usr/lib/libCauchy.so* + /usr/share/hunspell /usr/share/doc - /usr/bin - /usr/lib/libm2mml.so* - /usr/lib/libCauchyXUnit.so* - - - - cauchy-devel - Development files for cauchy - cauchy için geliştirme başlıkları - - cauchy - - - /usr/include + + 2018-08-09 + 2.3.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 2.3.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.3.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2021-11-30 - 0.9.0 + 2014-01-27 + 2.3.2 First release - Kamil Atlı - suvari@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - chmlib - http://www.jedrea.com/chmlib/ + hunspell-dict-en + http://wordlist.sourceforge.net/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - app:console - office.misc - A library for dealing with Microsoft ITSS/CHM format files - Microsoft ITSS/CHM tipindeki dosyalar için gereken kütüphane - Chmlib est une librairie s'occupant des formats de fichiers Microsoft ITSS/CHM. Pour l'instant, il s'agit d'une librairie toute simple, mais suffisante pour gérer tout les fichiers .chm. - Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files. - Chmlib, Microsoft ITSS/CHM tipindeki dosyalar için gereken bir kütüphanedir. Şimdilik çok basit bir kütüphanedir ancak tüm .chm dosyalarına erişmek konusunda başarılıdır. - Chmlib es una librería para manejar archivos del formato Microsoft ITSS/CHM. Actualmente es una librería muy simple, pero suficiente para manejar todo tipo de archivos .chm. - http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2 - office/misc/chmlib/pspec.xml + LGPLv2+ + BSD + locale:en + data + office.dictionary + English hunspell dictionaries + İngilizce hunspell sözlükleri + hunspell-dict-en includes English (US, UK, etc.) hunspell dictionaries. + hunspell-dict-en İngilizce (US, UK vs.) hunspell sözlüklerini içerir. + https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_US-2020.12.07.zip + https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_CA-2020.12.07.zip + https://sourceforge.net/projects/wordlist/files/speller/2020.12.07/hunspell-en_GB-large-2020.12.07.zip + office/dictionary/hunspell-dict-en/pspec.xml - chmlib + hunspell-dict-en - /usr/lib - /usr/bin + /usr/share /usr/share/doc - - chmlib-devel - Development files for chmlib - chmlib için geliştirme dosyaları - - chmlib - - - /usr/include - - - 2018-08-07 - 0.40 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2021-05-25 + 2020.12.07 + Version bump. + Pisi Linux Community + admin@pisilinux.org - 2017-03-10 - 0.40 + 2018-08-09 + 2018.04.16 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 2017.01.22 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2015.05.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-05 + 2015.05.18 + First release + Ayhan Yalcinsoy + ayhanyalcinsoy@pisilinux.org + + + + + + hunspell-dict-sv + http://dsso.se/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + locale:sv + data + office.dictionary + Swedish hunspell dictionaries + İsveççe hunspell sözlükleri + hunspell-dict-sv includes Swedish hunspell dictionaries. + hunspell-dict-sv İsveççe hunspell sözlüklerini içerir. + https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/2.40/@@download/file/ooo_swedish_dict_2-40.oxt + office/dictionary/hunspell-dict-sv/pspec.xml + + + hunspell-dict-sv + + /usr/share + /usr/share/doc + + + + + 2018-08-09 + 2.40 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-07 + 2.40 Release Bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org 2016-06-09 - 0.40 + 2.40 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-01-20 - 0.40 + 2014-02-17 + 1.29 First release - Stefan Gronewold(groni) + Osman Erkan + osman.erkan@pisilinux.org + + + + + + hunspell-dict-it + http://linguistico.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + locale:it + data + office.dictionary + Italian hunspell dictionaries + İtalyanca hunspell sözlükleri + hunspell-dict-it includes Italian hunspell dictionaries. + hunspell-dict-it İtalyanca hunspell sözlüklerini içerir. + http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip + office/dictionary/hunspell-dict-it/pspec.xml + + + hunspell-dict-it + + /usr/share/hunspell + /usr/share/doc + + + + + 2018-08-09 + 2.4 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 2.4 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-26 + 2.4 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + hunspell-dict-de + http://www.j3e.de/ispell/igerman98 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + GPLv3 + locale:de + data + office.dictionary + German hunspell dictionaries + Almanca hunspell sözlüğü + hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries. + hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir. + https://www.j3e.de/ispell/igerman98/dict/igerman98-20161207.tar.bz2 + office/dictionary/hunspell-dict-de/pspec.xml + + + hunspell-dict-de + + /usr/share/hunspell + /usr/share/doc + + + + + 2018-08-09 + 0.0_20161207 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 0.0_20161207 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-11 + 0.0_20131216 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-26 + 0.0_20131216 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + hunspell-dict-ca + http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + locale:ca + data + office.dictionary + Catalan hunspell dictionaries + Katalanca hunspell sözlüğü + hunspell-dict-ca includes Catalan hunspell dictionaries. + hunspell-dict-ca Katalanca hunspell sözlüğünü içermektedir. + http://source.pisilinux.org/1.0/hunspell-dict-ca-20090319.tar.bz2 + office/dictionary/hunspell-dict-ca/pspec.xml + + + hunspell-dict-ca + + /usr/share/hunspell + /usr/share/doc + + + + + 2018-08-09 + 0.0_20090319 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 0.0_20090319 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.0_20090319 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-26 + 0.0_20090319 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + hunspell-dict-nl + http://www.opentaal.org/english.php + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + locale:nl + data + office.dictionary + Dutch hunspell dictionaries + Flemenkçe hunspell sözlükleri + hunspell-dict-nl includes Dutch hunspell dictionaries. + hunspell-dict-nl Flemenkçe hunspell sözlüklerini içerir. + http://pkgs.fedoraproject.org/repo/pkgs/hunspell-nl/OpenTaal-210G-LO.oxt/3c96686c2555e3ae23b5de06ba08631b/OpenTaal-210G-LO.oxt + office/dictionary/hunspell-dict-nl/pspec.xml + + + hunspell-dict-nl + + /usr/share + /usr/share/doc + + + + + 2018-08-09 + 2.10g + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 2.10g + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.10g + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-05 + 2.10g + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + hunspell-dict-ru + ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell + + PisiLinux Community + admins@pisilinux.org + + BSD + locale:ru + data + office.dictionary + Russian hunspell dictionaries + Rusça hunspell sözlükleri + hunspell-dict-ru includes Russian hunspell dictionaries. + hunspell-dict-ru Rusça hunspell sözlüklerini içerir. + http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz + office/dictionary/hunspell-dict-ru/pspec.xml + + + hunspell-dict-ru + + /usr/share + /usr/share/doc + + + + + 2018-08-09 + 0.99f_7 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 0.99f_7 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.99f_7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-17 + 0.99f_7 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + hunspell-dict-tr + http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + locale:en + data + office.dictionary + Turkish hunspell dictionaries + Turkish hunspell dictionaries + https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v1-2.oxt + + hunspell + + office/dictionary/hunspell-dict-tr/pspec.xml + + + hunspell-dict-tr + + /usr/lib/libreoffice/share/extensions/hunspell_tr/ + /usr/share/hunspell + + + + + 2021-05-25 + 1.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 1.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-07 + 1.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-03 + 1.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + hunspell-dict-pl + http://www.kurnik.pl/dictionary/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + GPLv2+ + MPL-1.1 + locale:pl + data + office.dictionary + Polish hunspell dictionaries + Polonya dili için hunspell sözlükleri + hunspell-dict-pl includes Polish hunspell dictionaries. + hunspell-dict-pl Polonya dili için hunspell sözlükleri içerir. + https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-20160801.zip + office/dictionary/hunspell-dict-pl/pspec.xml + + + hunspell-dict-pl + + /usr/share/hunspell + /usr/share/doc + + + + + 2018-08-09 + 20160801 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 20160801 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 20100428 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-05 + 20100428 + First release + Alihanh Öztürk + alihan@pisilinux.org + + + + + + hunspell-dict-es + https://pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + GPLv3+ + MPL-1.1 + locale:es + data + office.dictionary + Spanish hunspell dictionaries + İspanyolca hunspell sözlükleri + hunspell-dict-es includes Spanish (Spain, Mexico, etc.) hunspell dictionaries. + hunspell-dict-es İspanyolca (İspanya, Meksika vs.) hunspell sözlüklerini içerir. + http://pkgs.fedoraproject.org/repo/pkgs/hunspell-es/es_ANY.zip/a88e2244de48c0ff42f1b77c4a80c8a0/es_ANY.zip + office/dictionary/hunspell-dict-es/pspec.xml + + + hunspell-dict-es + + /usr/share + /usr/share/doc + + + + + 2018-08-09 + 0.0_20081215 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 0.0_20081215 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.0_20081215 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-17 + 0.0_20081215 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + stardict-essential-turkish + http://www.pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + office.dictionary + Stardict essential dictionaries for Turkish users + Türkçe konuşan insanlar için Stardict sözlükleri + Stardict essential dictionaries for Turkish users. + Türkçe konuşan insanlar için Stardict uygulamasının kullanabileceği seçilmiş sözlükler. + http://source.pisilinux.org/1.0/stardict-essential-turkish-0.2.tar.xz + office/dictionary/stardict-essential-turkish/pspec.xml + + + stardict-essential-turkish + + goldendict + + + /usr/share/stardict/dic + + + + + 2018-08-09 + 0.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2018-05-02 + 0.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + hunspell-dict-pt + http://www.broffice.org/verortografico/baixar + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + GPLv2+ + locale:pt + data + office.dictionary + Portuguese hunspell dictionaries + Portekizce hunspell sözlükleri + hunspell-dict-pt includes Portuguese hunspell dictionaries. + hunspell-dict-pt Portekizce hunspell sözlükleri içerir. + http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20171225.tar.gz + office/dictionary/hunspell-dict-pt/pspec.xml + + + hunspell-dict-pt + + /usr/share/hunspell + /usr/share/doc + + + + + 2018-08-09 + 20171225 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 20170227 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 20150704 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-05 + 20150704 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + zanshin + http://zanshin.kde.org/ + + Stefan Gronewold + groni@pisilinux.org + + GPL + office + To-do management application for KDE 5 based on Akonadi + Zanshin is a powerful yet simple application for managing your day to day actions. It helps you organize and reduce the cognitive pressure of what one has to do in his job and personal life. You'll never forget anything anymore, getting your mind like water. + https://download.kde.org/stable/release-service/22.04.2/src/zanshin-22.04.2.tar.xz + + boost-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + krunner-devel + qt5-base-devel + kldap-devel + akonadi-calendar-devel + kontactinterface-devel + akonadi-notes-devel + akonadi-search-devel + kidentitymanagement-devel + cyrus-sasl-devel + akonadi-devel + kitemmodels-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + akonadi-contacts-devel + akonadi-mime-devel + + office/zanshin/pspec.xml + + + zanshin + To-do management application for KDE 5 based on Akonadi + + kio + ki18n + kldap + kmime + kparts + libgcc + akonadi + kcodecs + kconfig + krunner + kwallet + kxmlgui + qt5-base + kcontacts + kitemviews + kcompletion + kcoreaddons + kitemmodels + kjobwidgets + akonadi-notes + akonadi-search + kconfigwidgets + kwidgetsaddons + akonadi-calendar + akonadi-contacts + kdelibs4-support + kontactinterface + kidentitymanagement + kdepim-runtime + + + /usr/bin + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2022-06-21 + 22.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-16 + 0.5.71 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-10 + 0.5.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.5.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-06 + 0.5.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-08 + 0.4.1 + First Release + Stefan Gronewold groni@pisilinux.org - coolreader-qt - https://github.com/buggins/coolreader + focuswriter + https://gottcode.org/focuswriter/ - Pisi Linux Community - admin@pisilinux.org + Stefan Gronewold (groni) + groni@pisilinux.org - GPL-2 + GPLv3 app:gui - office.misc - CoolReader 3 - cross platform open source e-book reader. - CoolReader 3 - cross platform open source e-book reader. - https://github.com/buggins/coolreader/archive/refs/tags/cr3.2.59.tar.gz + office + FocusWriter is a simple, distraction-free writing environment. + FocusWriter is a simple, distraction-free writing environment. + Focuswriter utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. + Focuswriter utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. + https://gottcode.org/focuswriter/focuswriter-1.7.6-src.tar.bz2 - cmake - zlib-devel - zstd-devel - libxcb-devel - libpng-devel - qt5-linguist - fribidi-devel qt5-base-devel - freetype-devel - harfbuzz-devel - utf8proc-devel - fontconfig-devel - libunibreak-devel - libjpeg-turbo-devel + zlib-devel + hunspell-devel + qt5-multimedia-devel + qt5-linguist - office/misc/coolreader-qt/pspec.xml + office/focuswriter/pspec.xml - coolreader-qt + focuswriter - zlib - zstd - libgcc - libpng - fribidi - freetype - harfbuzz - utf8proc qt5-base - fontconfig - libunibreak - libjpeg-turbo + qt5-multimedia + hunspell + zlib + libgcc /usr/bin - /usr/share - /usr/share/cr3 + /usr/share/pixmaps + /usr/share/applications + /usr/share/appdata + /usr/share/metainfo + /usr/share/focuswriter + /usr/share/icons/hicolor + /usr/share/man + /usr/share/doc + + 2021-08-08 + 1.7.6 + version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-02-21 + 1.6.10 + version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-03-21 + 1.6.4 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + - 2022-07-30 - 3.2.59 - Rebuild - fury - uglyside@yandex.ru + 2016-11-10 + 1.6.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org - 2021-12-21 - 3.2.59 - First build - fury - uglyside@yandex.ru + 2016-07-18 + 1.5.7 + First release + Stefan Gronewold (groni) + groni@pisilinux.org - djvu - http://djvu.sourceforge.net + homebank + http://homebank.free.fr + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + app:gui + office + Free, easy, personal accounting for everyone + Protein dizi analizi için profil SMM (Saklı Markov Modeli) yazılımı + «HomeBank» is free software that will assist you to manage your personal accounting. + HomeBank ("serbest konuşma" olarak ve "bedava bira" gibi) kişisel muhasebe yönetmek için yardımcı olacak ücretsiz bir yazılımdır.. + homebank + http://homebank.free.fr/public/homebank-5.2.tar.gz + + cairo-devel + pango-devel + gdk-pixbuf-devel + pixman-devel + gtk3-devel + glib2-devel + gettext-devel + pkgconfig + libofx-devel + intltool + libsoup-devel + at-spi2-core-devel + + office/homebank/pspec.xml + + + homebank + + cairo + libofx + pango + gdk-pixbuf + gtk3 + glib2 + libsoup + + + /usr/bin + /usr/share/applications + /usr/share/application-registry + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + /usr/share/icons/hicolor + + + + homebank-data + Data Files for Homebank + + /usr/share/homebank/datas + /usr/share/mime-info + + + + + 2018-09-10 + 5.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-15 + 5.1.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2017-01-21 + 5.1.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 5.0.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-03 + 5.0.5 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + aspell + http://aspell.net/ PisiLinux Community admins@pisilinux.org - GPLv2 - app:gui - library - office.misc - DjVu viewers, encoders and utilities - DjVu görüntüleyicileri, sıkıştırıcı ve ekipmanları - DjVu is a web-centric format and software platform to distribute documents and images. - Belgeleri, kitapları bilinen formatlardan çok daha yüksek sıkıştırma oranlarında sıkıştıran DjVu formatı ekipmanları. - mirrors://sourceforge/djvu/djvulibre-3.5.27.tar.gz + LGPLv2 + app:console + office.spellcheck + A multi-language spellchecker + Bir yazım kontrol aracı + Ce programme rend possible de vérifier facilement les documents en UTF-8 sans avoir à utiliser un dictionnaire spécial. + Aspell is a spellchecker that has dictionaries for more than one language and is written as a replacement to ispell. + GNU Aspell birden fazla dil destekleyen bir yazım kontrol aracıdır. + mirrors://gnu/aspell/aspell-0.60.8.tar.gz - libjpeg-turbo-devel - tiff-devel - xdg-utils - libXt-devel + ncurses-devel - no-pthread.diff - djvulibre-3.5.22-cdefs.patch + fedora/aspell-0.60.7-fileconflict.patch + fedora/aspell-0.60.7-mp.patch + fedora/aspell-0.60.7-pspell_conf.patch - office/misc/djvu/pspec.xml + office/spellcheck/aspell/pspec.xml - djvu + aspell - shared-mime-info - libjpeg-turbo - tiff + libgcc + ncurses /usr/bin /usr/lib - /usr/share/icons - /usr/share/applications - /usr/share/djvu - /usr/share/mime - /opt/netscape + /usr/share/aspell /usr/share/doc /usr/share/man + /usr/share/info + /usr/share/locale - djvu-devel - Development files for djvu - djvu için geliştirme dosyaları + aspell-devel + Development files for aspell + aspell için geliştirme dosyaları - djvu + aspell + + + /usr/include + /usr/share/info/aspell-dev.info + + + + + 2021-05-25 + 0.60.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-15 + 0.60.8 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 0.60.6.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-28 + 0.60.6.1 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.60.6.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.60.6.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + zemberek-office + http://code.google.com/p/zemberek/ + + PisiLinux Community + admins@pisilinux.org + + BSD + data + office.spellcheck + Zemberek integration package for LibreOffice office suite + LibreOffice Türkçe ofis yazılımı için Zemberek uyumu + zemberek-openoffice integrates Zemberek into LibreOffice. + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/zemberek/zemberek-ooo-1.0_rc4.oxt + office/spellcheck/zemberek-office/pspec.xml + + + zemberek-office + + jre8-openjdk + libreoffice + + + /usr/lib/libreoffice/share/extensions + + + + + 2019-09-29 + 1.0_rc4 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-05-29 + 1.0_rc4 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2019-04-26 + 1.0_rc4 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-03-23 + 1.0_rc4 + Fist release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + hunspell + http://hunspell.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + MPL-1.1 + GPLv2 + LGPLv2.1 + library + app:console + office.spellcheck + An improved spell checker + Gelişmiş imla denetleyici + hunspell spell checker is an improved replacement for myspell in Openoffice.org. It is also used in Firefox and Thunderbird as spell checker. + hunspell, OpenOffice.org'daki myspell yerine kullanılabilen gelişmiş bir imla denetleyicidir. Aynı zamanda, Firefox ve Thunderbird'de imla denetleyici olarak kullanılmaktadır. + https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz + + gettext-devel + ncurses-devel + readline-devel + + office/spellcheck/hunspell/pspec.xml + + + hunspell + + ncurses + libgcc + readline + + + /usr/lib + /usr/bin + /usr/share/locale + /usr/share/man + /usr/share/doc + + + ispellaff2myspell + wordlist2hunspell + + + + hunspell-devel + Development files for hunspell + hunspell için geliştirme dosyaları + + hunspell + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/*.a + /usr/share/man/man3 + + + + + 2020-01-15 + 1.7.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-06 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-16 + 1.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.6.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-07-10 + 1.3.3 + First release + Vedat Demir + vedat@pisilinux.com + + + + + + enchant2 + https://abiword.github.io/enchant/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + office.spellcheck + Spellchecker wrapping library + İmla denetimi kitaplığı + enchant is a library that wraps other spell checking backends. + enchant2, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır. + https://github.com/AbiWord/enchant/archive/v2.3.0.tar.gz + + dbus-glib-devel + hunspell-devel + aspell-devel + glib2-devel + gnupg + git + + office/spellcheck/enchant2/pspec.xml + + + enchant2 + Spellchecker wrapping library + + glib2 + hunspell + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/enchant + + + + enchant2-aspell + aspell backend for Enchant + Enchant2 için aspell arkaucu + enchant2-aspell, enchant2 için aspell arkaucu sağlar. + + enchant2 + aspell + + + /usr/lib/enchant-2/enchant_aspell.so + + + + enchant2-zemberek + zemberek backend for Enchant + Enchant2 için zemberek arkaucu + enchant2-zemberek, enchant2 için zemberek arkaucu sağlar. + + enchant2 + zemberek-office + + + /usr/lib/enchant-2/enchant_zemberek.so + + + + enchant2-devel + Development files for enchant2 + enchant2 için geliştirme dosyaları + enchant2-devel, enchant2 için geliştirme dosyaları sağlar. + + enchant2 + glib2-devel /usr/include @@ -265847,36 +330251,1558 @@ complete albums that you have purchased from Amazon. - - 2018-08-08 - 3.5.27 + + 2021-06-30 + 2.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 2.2.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-04-06 + 2.2.3 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + + + + enchant + https://www.abisource.com/enchant/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + office.spellcheck + Spellchecker wrapping library + İmla denetimi kitaplığı + enchant is a library that wraps other spell checking backends. + enchant, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır. + http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz + + aspell-devel + hunspell-devel + glib2-devel + dbus-glib-devel + + office/spellcheck/enchant/pspec.xml + + + enchant + + glib2 + hunspell + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/enchant + + + + enchant-aspell + aspell backend for Enchant + Enchant için aspell arkaucu + + enchant + aspell + + + /usr/lib/enchant/libenchant_aspell.so + + + + enchant-zemberek + zemberek backend for Enchant + Enchant için zemberek arkaucu + + enchant + zemberek-office + + + /usr/lib/enchant/libenchant_zemberek.so + + + + enchant-devel + Development files for enchant + enchant için geliştirme dosyaları + + enchant + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-15 + 1.6.0 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2019-01-26 + 1.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.6.0 Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - + 2017-02-28 - 3.5.27 + 1.6.0 Rebuild for new Toolchain. Stefan Gronewold(groni) groni@pisilinux.org 2016-06-09 - 3.5.27 + 1.6.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-11-02 - 3.5.27 + 2014-05-25 + 1.6.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + qtspell + https://github.com/manisandro/qtspell + + Stefan Gronewold + groni@pisilinux.org + + GPL3 + office.spellcheck + Spell checking for Qt text widgets + QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library. + https://github.com/manisandro/qtspell/archive/0.8.5.tar.gz + + cmake + doxygen + enchant2-devel + pkgconfig + qt5-assistant-devel + qt5-base-devel + qt5-designer-devel + qt5-linguist + glib2-devel + + office/spellcheck/qtspell/pspec.xml + + + qtspell + Spell checking for Qt text widgets + + qt5-base + enchant2 + libgcc + + + /usr/lib + /usr/share/qt5/translations + /usr/include/QtSpell-qt5 + /usr/share/doc + + + + + 2019-04-24 + 0.8.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-16 + 0.8.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-09 + 0.8.2 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + kexi + http://www.kexi-project.org/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + office + A visual database applications creator. + Görsel bir veritabanı uygulaması yaratıcısı. + Kexi is an open source visual database applications creator,a long-awaited competitor for programs like MS Access or Filemaker. + Kexi açık kaynaklı bir görsel veritabanı uygulaması yaratıcısıdır. MS Access veya Filemaker gibi programlar için uzun süredir beklenen bir rakip. + http://download.kde.org/stable/kexi/src/kexi-3.1.0.tar.xz + + extra-cmake-modules + kxmlgui-devel + kwidgetsaddons-devel + ktextwidgets-devel + ktexteditor-devel + kio-devel + kitemviews-devel + kiconthemes-devel + ki18n-devel + kguiaddons-devel + kcoreaddons-devel + kconfigwidgets-devel + kconfig-devel + kcompletion-devel + kcodecs-devel + karchive-devel + qt5-base-devel + kdb-devel + kreport-devel + qt5-webkit-devel + breeze-icons + marble-devel + kproperty-devel + kcrash-devel + qt5-designer + + + 0001-fix-build-with-qt-5-11.patch + + office/kexi/pspec.xml + + + kexi + A visual database applications creator. + + kdb + kio + glib2 + ki18n + kcrash + libgcc + kcodecs + kconfig + kreport + kxmlgui + qt5-base + kproperty + kguiaddons + kitemviews + qt5-webkit + kcompletion + kcoreaddons + kiconthemes + ktexteditor + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/locale + /usr/share/metainfo + /usr/share/kexi + /usr/share/applications + + + + + 2019-01-20 + 3.1.0 + Rebuild. + Mustafa Cinasl + muscnsl@gmail.com + + + 2018-09-10 + 3.1.0 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-10-14 + 3.0.2 + Version bump + Mustafa Cinasl + muscnsl@gmail.com + + + 2017-01-07 + 3.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cherrytree + https://www.giuspen.com/cherrytree/ + + Pisilinux Community + admins@pisilinux.org + + GPL-3 + app:gui + office + Cherrytree A hierarchical note taking application. + A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. + https://github.com/giuspen/cherrytree/releases/download/0.99.44/cherrytree_0.99.44.tar.xz + + cmake + ninja + fmt-devel + curl-devel + spdlog-devel + gtkmm3-devel + glibmm-devel + gspell-devel + sqlite-devel + python3-devel + uchardet-devel + libxml++26-devel + gtksourceviewmm3-devel + + office/cherrytree/pspec.xml + + + cherrytree + + curl + gtk3 + atkmm + cairo + glib2 + pango + glibmm + gspell + gtkmm3 + libgcc + sqlite + cairomm + libxml2 + pangomm + uchardet + libsigc++ + libxml++26 + gtksourceviewmm3 + + + /usr/bin + /usr/share + /usr/share/cherrytree + /usr/share/locale + /usr/share/man + + + + + 2021-12-18 + 0.99.44 + First 2.2 Beta build. + fury + uglyside@yandex.ru + + + + + + zim + https://zim-wiki.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + office + A Desktop Wiki. + Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control. + https://zim-wiki.org/downloads/zim-0.74.3.tar.gz + + xdg-utils + gtk3-devel + python3-xdg + python3-devel + python3-pygobject3-devel + + office/zim/pspec.xml + + + zim + + gtk3 + python3 + xdg-utils + python3-xdg + python3-pygobject3 + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share + /usr/share/zim + /usr/share/locale + /usr/share/man/man1 + + + + + 2021-12-14 + 0.74.3 + First build. + fury + uglyside@yandex.ru + + + + + + itstool + http://itstool.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + office.docbook + XML to PO and back again + XML to PO and back again + http://files.itstool.org/itstool/itstool-2.0.6.tar.bz2 + office/docbook/itstool/pspec.xml + + + itstool + + /usr + + + + + 2020-02-07 + 2.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-25 + 2.0.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 2.0.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 2.0.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 2.0.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + opensp + http://openjade.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + office.docbook + A SGML parsing and entity management toolkit + SGML ayrıştırma araç seti + OpenSP is a free, object-oriented toolkit for Standard Generalized Markup Language (SGML) parsing and entity management maintained by the OpenJade project. + OpenSP SGML sözdizimsel ayrıştırma ve içerik yönetimi için nesne-odaklı bir araç setidir ve OpenJade projesinin bir parçasıdır. + mirrors://sourceforge/openjade/OpenSP-1.5.2.tar.gz + + docbook-xml + libgcc + + + opensp-1.5-gcc34.patch + opensp-sigsegv.patch + + office/docbook/opensp/pspec.xml + + + opensp + + libgcc + + + /usr/bin + /usr/share/doc/opensp + /usr/share/man + /usr/lib + /usr/share/locale + /usr/share/sgml + + + + opensp-devel + Development files for opensp + opensp için geliştirme dosyaları + + opensp + + + /usr/include + + + + + 2020-01-08 + 1.5.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-25 + 1.5.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.5.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 1.5.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + yelp-xsl + http://www.gnome.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + data + office.docbook + Yelp XSLT Stylesheets + Yelp XSL biçim dosyaları + Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser. + yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır. + mirrors://gnome/yelp-xsl/41/yelp-xsl-41.1.tar.xz + + libxml2-devel + itstool + + office/docbook/yelp-xsl/pspec.xml + + + yelp-xsl + + /usr/share/locale + /usr/share/doc + /usr/share/yelp-xsl + + + + yelp-xsl-devel + Development files for yelp-xsl + yelp-xsl paketi için geliştirme dosyaları + + yelp-xsl + + + /usr/share/pkgconfig + + + + + 2021-12-05 + 41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-14 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 3.38.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-13 + 3.34.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + docbook2x + http://docbook2x.sourceforge.net + + Osman Erkan + osman.erkan@pisilinux.org + + MIT + app:gui + office.docbook + docbook2X converts DocBook documents to man and Texinfo format. + docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format. + docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format. + http://downloads.sourceforge.net/project/docbook2x/docbook2x/0.8.8/docbook2X-0.8.8.tar.gz + + docbook-xml + libxml2-devel + libxslt-devel + perl-XML-SAX + + + docbook2X-0.8.8-error_on_missing_refentry.patch + docbook2X-0.8.8-filename_whitespace_handling.patch + docbook2X-0.8.8-preprocessor_declaration_syntax.patch + + office/docbook/docbook2x/pspec.xml + + + docbook2x + + docbook-xml + libxml2 + libxslt + perl-XML-SAX + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share + + + + + 2021-06-29 + 0.8.8 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-27 + 0.8.8 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-12 + 0.8.8 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + docbook-sgml4_5 + http://www.docbook.org/sgml/ + + PisiLinux Community + admins@pisilinux.org + + X11 + data + office.docbook + Docbook SGML DTD 4.5 + Docbook SGML DTD 4.5 + Contains Docbook SGML DTD version 4.5. + Docbook SGML DTD sürüm 4.5 belgelerini içerir. + http://www.docbook.org/sgml/4.5/docbook-4.5.zip + + catalog.patch + + office/docbook/docbook-sgml4_5/pspec.xml + + + docbook-sgml4_5 + + sgml-common + + + /usr/share/doc/docbook-sgml4_5 + /usr/share + + + System.Package + + + + + 2021-06-29 + 4.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-25 + 4.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 4.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 4.5 First release Stefan Gronewold(groni) groni@pisilinux.org + + + openjade + http://openjade.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + office.docbook + An implementation of DSSSL + Bir DSSSL uyarlaması + OpenJade is an implementation of Document Style Semantics and Specification Language (DSSSL), a style language to format Standard Generalized Markup Language (SGML) or Extensible Markup Language (XML) documents. + OpenJade SGML ya da XML belgelerinin biçimlendirilmesine yarayan bir biçem lisanı olan DSSSL'nin bir uyarlamasıdır. + http://downloads.sourceforge.net/openjade/openjade-1.3.2.tar.gz + + sgml-common + opensp-devel + libgcc + + + openjade-1.3.2-ldflags.patch + openjade-1.3.2-respect-ldflags.patch + openjade-1.3.2-msggen.pl.patch + + office/docbook/openjade/pspec.xml + + + openjade + + sgml-common + opensp + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc/openjade + /usr/share/sgml + + + System.Package + + + openjade-1.3.2.dsssl-catalog + openjade-1.3.2.catalog + + + + + 2020-01-08 + 1.3.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-25 + 1.3.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.3.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-18 + 1.3.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + calligra-plan + https://www.calligra-suite.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPL FDL1.2 + app:gui + office.calligra + A project management application intended for managing moderately large projects with multiple resources + A project management application intended for managing moderately large projects with multiple resources + Birden fazla kaynağa sahip ılımlı büyük projeleri yönetmek için tasarlanmış bir proje yönetimi uygulaması + Birden fazla kaynağa sahip ılımlı büyük projeleri yönetmek için tasarlanmış bir proje yönetimi uygulaması + https://download.kde.org/stable/calligra/3.3.0/calligraplan-3.3.0.tar.xz + + extra-cmake-modules + qca2-qt5-devel + kholidays-devel + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + qt5-x11extras-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kio-devel + kitemviews-devel + kjobwidgets-devel + knotifyconfig-devel + kross-devel + ktextwidgets-devel + kwallet-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + sonnet-devel + akonadi-contacts-devel + kdbusaddons-devel + akonadi-devel + kactivities-devel + knotifications-devel + karchive-devel + kproperty-devel + kreport-devel + kcodecs-devel + kdiagram-devel + kparts-devel + libX11-devel + zlib-devel + perl + + office/calligra/calligra-plan/pspec.xml + + + calligra-plan + + kio + ki18n + kparts + libgcc + kconfig + kwallet + kxmlgui + karchive + kdiagram + kservice + qt5-base + qca2-qt5 + kholidays + kitemviews + kactivities + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + kwindowsystem + qt5-x11extras + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /etc/xdg + /usr/lib + /usr/share + /usr/share/locale + /usr/share/metainfo + /usr/share/doc + + + + + 2021-03-10 + 3.3.0 + Version bump. + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2020-04-12 + 3.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-01 + 3.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-25 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 3.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-28 + 3.1.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-07 + 3.1.0 + Release bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-23 + 3.0.1 + Release bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-04-05 + 3.0.0.1 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-07 + 3.0.0.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-06 + 3.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + calligra + http://www.calligra-suite.org + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + LGPL + FDL1.2 + app:gui + office.calligra + Office and graphic art suite by KDE + KDE'den ofis ve grafik sanatı paketi + Calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more. + Calligra, KDE için ücretsiz, entegre bir ofis paketidir. Uygulama paketi, bir kelime işlemci, bir elektronik tablo uygulaması, bir sunum oluşturucu ve görüntüleyici uygulaması, bir düzenleyici ve daha fazlasını içerir. + https://invent.kde.org/office/calligra/-/archive/master/calligra-master.tar.gz + + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel + qt5-x11extras-devel + qt5-quickcontrols2-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + qt5-webkit-devel + extra-cmake-modules + karchive-devel + kcodecs-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kdelibs4-support-devel + kio-devel + kross-devel + kparts-devel + sonnet-devel + kholidays-devel + ktexteditor-devel + ktextwidgets-devel + threadweaver-devel + kwallet-devel + kwidgetsaddons-devel + kwindowsystem-devel + kjobwidgets-devel + kxmlgui-devel + knotifyconfig-devel + knotifications-devel + kcmutils-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kactivities-devel + khtml-devel + kcontacts-devel + akonadi-contacts-devel + akonadi-devel + kdiagram-devel + kreport-devel + kproperty-devel + qca2-qt5-devel + marble-devel + lcms2-devel + okular-devel + libwpg-devel + libvisio-devel + libwpd-devel + poppler-devel + poppler-qt5-devel + libspnav-devel + eigen3 + fontconfig-devel + freetype-devel + openjpeg-devel + gsl-devel + boost-devel + libetonyek-devel + libodfgen-devel + libvc-devel + libwps-devel + openexr-devel + pstoedit-devel + libX11-devel + libgit2-devel + zlib-devel + imath-devel + djvu-devel + cauchy-devel + libzip-devel + libspectre-devel + ebook-tools-devel + + office/calligra/calligra/pspec.xml + + + calligra + + fontconfig + freetype + gsl + imath + kactivities + karchive + kcmutils + kcodecs + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdelibs4-support + kdiagram + kguiaddons + khtml + ki18n + kiconthemes + kio + kitemviews + kjobwidgets + knotifications + knotifyconfig + kross + kservice + ktextwidgets + kwallet + kwidgetsaddons + kwindowsystem + kxmlgui + pstoedit + lcms2 + libetonyek + libgcc + libodfgen + librevenge + libspnav + libvisio + libwpg + okular + poppler-qt5 + poppler + qca2-qt5 + qt5-base + qt5-declarative + qt5-phonon + qt5-quickcontrols2 + qt5-svg + qt5-webkit + qt5-x11extras + sonnet + zlib + kcrash + libwpd + libwps + libgit2 + djvu + cauchy + libzip + libspectre + ebook-tools + + + /etc/xdg/braindump + /etc/xdg/calligra_stencils.knsrc + /etc/xdg/calligrasheetsrc + /etc/xdg/calligrastagerc + /etc/xdg/calligrawordsrc + /etc/xdg/karbonrc + /usr/share/calligrasheets/dtd + /usr/share/calligrasheets/functions + /usr/share/calligrasheets/icons/hicolor/*/actions + /usr/share/calligrasheets/icons/hicolor/scalable/actions + /usr/share/calligrasheets/icons/hicolor/scalable + /usr/share/calligrasheets/scripts/docker + /usr/share/calligrasheets/scripts/extensions + /usr/share/calligrasheets/scripts/functions + /usr/share/calligrasheets/scripts + /usr/share/calligrasheets/sheetstyles + /usr/share/calligrasheets/templates/Business + /usr/share/calligrasheets/templates/General + /usr/share/calligrasheets/templates/HomeFamily + /usr/share/calligrasheets/templates + /usr/share/calligrasheets/viewplugins + /usr/share/calligrasheets + /usr/share/calligrastage/animations + /usr/share/calligrastage/cursors + /usr/share/calligrastage/icons/hicolor/*/actions + /usr/share/calligrastage/icons/hicolor/scalable/actions + /usr/share/calligrastage/icons/hicolor/scalable + /usr/share/calligrastage/pics + /usr/share/calligrastage/styles + /usr/share/calligrastage/templates/Screen + /usr/share/calligrastage/templates/exportHTML/templates + /usr/share/calligrastage/templates/exportHTML + /usr/share/calligrastage/templates/odf + /usr/share/calligrastage/templates + /usr/share/calligrastage + /usr/share/calligrawords/icons/hicolor/*/actions + /usr/share/calligrawords/icons/hicolor/scalable/actions + /usr/share/calligrawords/icons/hicolor/scalable + /usr/share/calligrawords/styles + /usr/share/calligrawords/templates/Normal + /usr/share/calligrawords/templates + /usr/share/calligrawords + /usr/share/color/icc/calligra + /usr/share/color/icc + /usr/share/color + /usr/share/configkcfg + /usr/share/doc/HTML/*/calligra + /usr/share/doc/HTML/*/sheets + /usr/share/doc/HTML/*/stage + /usr/share/doc/calligra + /usr/share/doc + /usr/share/icons/hicolor/*/apps + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/lib/qt5/plugins/calligra/colorspaces + /usr/lib/qt5/plugins/calligra/devices + /usr/lib/qt5/plugins/calligra/dockers + /usr/lib/qt5/plugins/calligra/formatfilters + /usr/lib/qt5/plugins/calligra/parts + /usr/lib/qt5/plugins/calligra/presentationeventactions + /usr/lib/qt5/plugins/calligra/shapefiltereffects + /usr/lib/qt5/plugins/calligra/shapes + /usr/lib/qt5/plugins/calligra/textediting + /usr/lib/qt5/plugins/calligra/textinlineobjects + /usr/lib/qt5/plugins/calligra/tools + /usr/lib/qt5/plugins/calligra + /usr/lib/qt5/plugins/calligrasheets/extensions + /usr/lib/qt5/plugins/calligrasheets/functions + /usr/lib/qt5/plugins/calligrasheets + /usr/lib/qt5/plugins/calligrastage/pageeffects + /usr/lib/qt5/plugins/calligrastage/shapeanimations + /usr/lib/qt5/plugins/calligrastage/tools + /usr/lib/qt5/plugins/calligrastage + /usr/lib/qt5/plugins/karbon/extensions + /usr/lib/qt5/plugins/karbon + /usr/lib/qt5/plugins/okular/generators + /usr/lib/qt5/plugins/okular + /usr/lib/qt5/plugins + /usr/lib/qt5/qml/Calligra/Gemini/Dropbox + /usr/lib/qt5/qml/Calligra/Gemini/Git + /usr/lib/qt5/qml/Calligra/Gemini + /usr/lib/qt5/qml/Calligra + /usr/lib/qt5/qml/org/kde/calligra + /usr/lib/qt5/qml/org/kde + /usr/lib/qt5/qml/org + /usr/lib/qt5/qml + /usr/share/applications + /usr/share/calligra/autocorrect + /usr/share/calligra/cursors + /usr/share/calligra/icons/hicolor/*/actions + /usr/share/calligra/icons/hicolor/*/mimetypes + /usr/share/calligra/icons/hicolor/scalable + /usr/share/calligra/icons/hicolor/scalable/actions + /usr/share/calligra/palettes + /usr/share/calligra/pics + /usr/share/calligra/stencils/Assorted + /usr/share/calligra/stencils/BPMN + /usr/share/calligra/stencils/Basic_Flowchart + /usr/share/calligra/stencils/Building_Site + /usr/share/calligra/stencils/CMOS + /usr/share/calligra/stencils/Central_Data_Processing + /usr/share/calligra/stencils/ChemEng + /usr/share/calligra/stencils/Circuit2 + /usr/share/calligra/stencils/Circuit + /usr/share/calligra/stencils/Cisco + /usr/share/calligra/stencils/Civil + /usr/share/calligra/stencils/Contact + /usr/share/calligra/stencils/Cybernetics + /usr/share/calligra/stencils/Digital + /usr/share/calligra/stencils/Edpc + /usr/share/calligra/stencils/Electric2 + /usr/share/calligra/stencils/Electric + /usr/share/calligra/stencils/Electronic + /usr/share/calligra/stencils/Flags + /usr/share/calligra/stencils/Gane_and_Sarson + /usr/share/calligra/stencils/Jigsaw + /usr/share/calligra/stencils/LST + /usr/share/calligra/stencils/Lights + /usr/share/calligra/stencils/Logic + /usr/share/calligra/stencils/MSE + /usr/share/calligra/stencils/Map + /usr/share/calligra/stencils/Misc + /usr/share/calligra/stencils/Network + /usr/share/calligra/stencils/Optics + /usr/share/calligra/stencils/Pneumatic + /usr/share/calligra/stencils/RDP + /usr/share/calligra/stencils/Racks + /usr/share/calligra/stencils/Renewable_Energy + /usr/share/calligra/stencils/SDL + /usr/share/calligra/stencils/Scenegraph + /usr/share/calligra/stencils/Sybase + /usr/share/calligra/stencils/Value_Stream_Mapping + /usr/share/calligra/stencils + /usr/share/calligra/styles + /usr/share/calligra/thesaurus + /usr/share/calligra + /usr/share/calligra_shape_music/fonts + /usr/share/calligra_shape_music + /usr/share/calligragemini/qml/components + /usr/share/calligragemini/qml/panels/notespanelpages + /usr/share/calligragemini/qml/panels + /usr/share/calligragemini/qml/welcomepages/cloud/dropbox + /usr/share/calligragemini/qml/welcomepages/cloud/git + /usr/share/calligragemini/qml/welcomepages/cloud + /usr/share/calligragemini/qml/welcomepages + /usr/share/calligragemini/qml + /usr/share/calligragemini/themes/default/fonts + /usr/share/calligragemini/themes/default/icons + /usr/share/calligragemini/themes/default/images + /usr/share/calligragemini/themes/default + /usr/share/calligragemini/themes + /usr/share/calligragemini + /usr/share/icons/hicolor/scalable/apps + /usr/share/icons/hicolor/scalable + /usr/share/karbon/gradients + /usr/share/karbon/icons/hicolor/*/actions + /usr/share/karbon/palettes + /usr/share/karbon/plugins + /usr/share/karbon/templates/Basic + /usr/share/karbon/templates + /usr/share/karbon + /usr/share/kservices5/ServiceMenus/calligra + /usr/share/kservices5/ServiceMenus + /usr/share/kservices5 + /usr/share/kxmlgui5/calligrasheets + /usr/share/kxmlgui5/calligrastage + /usr/share/kxmlgui5/calligrawords + /usr/share/kxmlgui5/karbon + /usr/share/kxmlgui5 + /usr/share/locale/*/LC_MESSAGES + /usr/share/metainfo + /usr/share/mime + /usr/share/mime/packages + /usr/share/templates + /usr/share + + + + + 2021-11-30 + 3.2.1 + Fix build + Kamil Atlı + suvari@pisilinux.org + + + 2021-03-05 + 3.2.1 + Version Bump + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2018-09-10 + 3.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-21 + 3.1.0 + Release bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-07-23 + 3.0.1 + Release bump. + Ali Algul + aligulle3801@gmail.com + + + 2017-04-05 + 3.0.0.1 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-07 + 3.0.0.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-06 + 3.0.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + zathura-djvu + https://git.pwmt.org/pwmt/zathura-djvu + + fury + uglyside@yandex.ru + + ZLib + library + office.misc + DjVu support for zathura. + pass + https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.bz2 + + meson + djvu-devel + zathura-devel + + office/misc/zathura-djvu/pspec.xml + + + zathura-djvu + + djvu + cairo + zathura + + + /usr/lib/zathura + /usr/share + + + + + 2022-06-11 + 0.2.9 + First build. + fury + uglyside@yandex.ru + + + docutils @@ -266017,1627 +331943,160 @@ complete albums that you have purchased from Amazon. - dos2unix - http://www.xs4all.nl/~waterlan/dos2unix.html + zathura-comicbook + https://git.pwmt.org/pwmt/zathura-cb - PisiLinux Community - admins@pisilinux.org + fury + uglyside@yandex.ru - freedist - app:console + ZLib + library office.misc - Convert DOS and MAC text files to UNIX format - DOS ve MAC metin dosyalarını UNIX biçimine dönüştürme uygulaması - dos2unix can convert DOS and MAC files to UNIX format, processing character encoding and line ending characters. - dos2unix DOS ve MAC düzmetin dosyalarını karakter kodlamalarını ve satırsonu karakterlerini değiştirerek UNIX biçimine çevirir. - http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3.tar.gz - office/misc/dos2unix/pspec.xml - - - dos2unix - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2022-06-06 - 7.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-08 - 7.4.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-11 - 7.4.0 - Version Bump - PisiLinux Community - admin@pisilinux.org - - - 2017-04-04 - 7.3 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 7.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 7.3 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - doxygen - http://www.doxygen.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - office.misc - Documentation and analysis tool for C++, C, Java, IDL, PHP and C# - C, C++, Java, IDL, PHP ve C# için döküman ve analiz aracı - Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. - Doxygen C++, C, Java, Objective-C, Python, IDL (Corba ve Microsoft ile ilgili diğerleri ) ve PHP, C# ve D'yi de kapsayan diller için bir dokümantasyon sistemidir. - Doxygen es un sistema de documentación para C++, C, Java, Objective-C, Python, IDL (versiones Corba y Microsoft) y hasta cierto punto también PHP, C#, y D. - http://doxygen.nl/files/doxygen-1.8.20.src.tar.gz + Comic book support for zathura. + The zathura-comicbook plugin adds comic book support to zathura. + https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.bz2 - git - cmake + meson + zathura-devel + libarchive-devel - office/misc/doxygen/pspec.xml + office/misc/zathura-comicbook/pspec.xml - doxygen + zathura-comicbook - libgcc + gtk3 + cairo + zathura + gdk-pixbuf + libarchive - /usr/share/doc - /usr/bin/doxygen - /usr/share/man/man1/doxygen.1 + /usr/lib/zathura + /usr/share - - 2020-12-17 - 1.8.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-23 - 1.8.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.8.17 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-09-18 - 1.8.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-29 - 1.8.14 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 1.8.14 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 1.8.13 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.8.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-03-24 - 1.8.11 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2022-06-11 + 0.1.10 + First build. + fury + uglyside@yandex.ru - ebook-tools - https://sourceforge.net/projects/ebook-tools/ + mdds + http://sourceforge.net/projects/hunspell PisiLinux Community admins@pisilinux.org MIT - library - app:console + app:gui office.misc - A tool for accessing and converting various ebook file formats - Çeşitli e-kitap dosya biçimlerine erişmek için bir araç - ebook-tools is a programming library for accessing and converting various ebook file formats. It also contains a console application. - ebook-tools, çeşitli e-kitap dosya biçimleri arasında dönüştürme yapmak, bu biçimlere erişmek için kullanılan bir programlama kitaplığıdır. Kitaplığın yanında ayrıca bir terminal aracı da içerir. - mirrors://sourceforge/project/ebook-tools/ebook-tools/0.2.2/ebook-tools-0.2.2.tar.gz + Multi-dimensional data index algorithm + A collection of multi-dimensional data structure and indexing algorithm. + mdds + https://dev-www.libreoffice.org/src/mdds-2.0.1.tar.bz2 - libzip-devel - libxml2-devel - doxygen - cmake + boost-devel - - ebook-tools-0.2.1-libzip_pkgconfig.patch - - office/misc/ebook-tools/pspec.xml + office/misc/mdds/pspec.xml - ebook-tools + mdds - libzip - libxml2 + boost - /usr/bin /usr/share/doc - /usr/lib + /usr/share/pkgconfig - ebook-tools-devel - Development files for ebook-tools - ebook-tools için geliştirme dosyaları + mdds-devel + mdds için geliştirme dosyaları + mdds için geliştirme dosyaları - libxml2-devel - ebook-tools + mdds /usr/include - - ebook-tools-docs - Documentation for ebook-tools - ebook-tools kitaplığı için belgelendirme - - /usr/share/doc/ebook-tools/html - - - 2018-08-08 - 0.2.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 0.2.2 - Rebuild for new libzip - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.2.2 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.2.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-22 - 0.2.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - enca - http://cihar.com/software/enca - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - office.misc - Charset analyzer - Karakter seti yorumlayıcı - enca is a character set analyzer that can detect and convert character set of text files. - enca, metin dosyalarının karakter setini tanımlama ve dönüştürme aracıdır. - http://dl.cihar.com/enca/enca-1.19.tar.xz - - recode-devel - gettext-devel - intltool - gtk-doc - - office/misc/enca/pspec.xml - - - enca - - recode - - - /usr/bin - /usr/lib - /usr/libexec/enca - /usr/share/doc/enca - /usr/share/man - - - - enca-devel - Development files for enca - enca için geliştirme dosyaları - - enca - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2020-03-17 - 1.19 - Rebuild. + 2022-05-05 + 2.0.1 + Ver bump İdris Kalp idriskalp@gmail.com - - 2018-08-06 - 1.19 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 1.19 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-01 - 1.16 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - evince - http://projects.gnome.org/evince/ - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.addons - A document viewer, built without GConf and GNOME keyring support - Hafif ve özgür bir PDF görüntüleyici - Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. - evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır. - https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz - - meson - itstool - gtk-doc - atk-devel - gi-docgen - t1lib-devel - libgxps-devel - gtk3-devel - tiff-devel - cairo-devel - pango-devel - libSM-devel - libsecret-devel - libspectre-devel - djvu-devel - libICE-devel - gnome-desktop-devel - gdk-pixbuf-devel - poppler-glib-devel - intltool - libhandy-devel - libxml2-devel - python3-devel - gobject-introspection-devel - gspell-devel - nautilus-devel - gstreamer-devel - gst-plugins-base-devel - gsettings-desktop-schemas-devel - - office/misc/evince/pspec.xml - - - evince - - atk - zlib - glib2 - libgcc - djvu - gtk3 - tiff - cairo - t1lib - pango - libSM - libxml2 - libarchive - libICE - libgxps - libhandy - libsecret - gdk-pixbuf - libspectre - poppler-glib - gspell - nautilus - gstreamer - gnome-desktop - gst-plugins-base - - - /usr/bin - /usr/lib - /usr/lib/evince - /usr/share/applications - /usr/share/dbus-1 - /usr/share/evince - /usr/share/evince/icons - /usr/share/GConf - /usr/share/glib-2.0 - /usr/share/doc - /usr/share/help - /usr/share/icons - /usr/share/gir-1.0 - /usr/libexec/evinced - /usr/share/locale - /usr/share/man - /usr/share - - - - evince-devel - Development files for evince - evince için geliştirme dosyaları - - evince - glib2-devel - gtk3-devel - - - /usr/include - /usr/lib/pkgconfig - - - - evince-docs - Documentation files for evince - evince için belgelendirme dosyaları - - /usr/share/doc/libevdocument/ - /usr/share/doc/libevview/ - - - - - 2022-07-05 - 42.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-23 - 42.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-11-21 - 41.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-10 - 41.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 40.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-05 - 40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-23 - 3.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 3.26.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 3.26.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 3.20.1 - Rebuild with new toolchain - Pisi Gnu/Linux Community - admin@pisilinux.org - - - 2016-09-07 - 3.20.1 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - goffice - https://git.gnome.org/browse/goffice - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - office.misc - A GLib/GTK+ set of document-centric objects and charting library - A GLib/GTK+ set of document-centric objects and charting library - A GLib/GTK+ set of document-centric objects and charting library - A GLib/GTK+ set of document-centric objects and charting library - http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/goffice-0.10.52.tar.xz - - intltool - gtk-doc - atk-devel - gtk3-devel - python-six - cairo-devel - glib2-devel - pango-devel - libgsf-devel - librsvg-devel - libxml2-devel - libxslt-devel - gdk-pixbuf-devel - libspectre-devel - gobject-introspection-devel - - office/misc/goffice/pspec.xml - - - goffice - - atk - gtk3 - cairo - glib2 - pango - libgsf - librsvg - libxml2 - libxslt - harfbuzz - gdk-pixbuf - libspectre - - - /usr/lib - /usr/share - /usr/share/goffice - /usr/share/locale - /usr/share/doc - - - - goffice-devel - Development files for goffice - - goffice - gtk3-devel - cairo-devel - glib2-devel - pango-devel - libgsf-devel - librsvg-devel - libxml2-devel - libxslt-devel - libspectre-devel - - - /usr/include - /usr/lib/pkgconfig - - - - goffice-docs - Development files for goffice - - goffice - - - /usr/share/gtk-doc - - - - - 2022-04-19 - 0.10.52 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-21 - 0.10.51 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 0.10.50 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 0.10.49 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-01 - 0.10.44 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - graphite2 - https://scripts.sil.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:gui - office.misc - SILGraphite: rendering non-roman scripts - Graphite is a project within SIL's scripts and software dev groups to provide cross-platform rendering for complex writing systems. - graphite2 - mirrors://sourceforge/silgraphite/graphite2-1.3.14.tgz - - cmake - freetype-devel - - office/misc/graphite2/pspec.xml - - - graphite2 - - /usr/bin - /usr/share/doc - /usr/share/graphite2 - /usr/lib/ - - - - graphite2-devel - graphite2 için geliştirme dosyaları - graphite2 için geliştirme dosyaları - - graphite2 - - - /usr/include - /usr/lib/pkgconfig/ - - - - - 2021-01-23 - 1.3.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.3.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-26 - 1.3.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 1.3.10 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 1.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-17 - 1.2.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gsoap - http://www.cs.fsu.edu/~engelen/soap.html - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - office.misc - Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++ - The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. - https://sourceforge.net/projects/gsoap2/files/gsoap_2.8.116.zip/download - - zlib-devel - openssl-devel - - office/misc/gsoap/pspec.xml - - - gsoap - - zlib - openssl - libgcc - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/gsoap - - - - gsoap-devel - Development files for gsoap - gsoap için geliştirme dosyaları - - gsoap - zlib-devel - openssl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-22 - 2.8.116 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 2.8.109 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-08 - 2.8.103 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.8.97 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 2.8.69 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 2.8.61 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 2.8.44 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.8.22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-12 - 2.8.22 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - iso-codes - https://salsa.debian.org/iso-codes-team/iso-codes - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - office.misc - International country codes - Uluslararası ülke kodları - iso-codes provides IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standards. - iso-codes IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standartlarını sağlar. - http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_4.10.0.orig.tar.xz - - python3-devel - - office/misc/iso-codes/pspec.xml - - - iso-codes - - /usr/share/locale - /usr/share/doc - /usr/share/xml - /usr/share/iso-codes - - - - iso-codes-devel - Development files for iso-codes - - iso-codes - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-03 - 4.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-21 - 4.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-01 - 4.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 4.4 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-01-15 - 3.79 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 3.77 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-11 - 3.77 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-19 - 3.74 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 3.53 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-21 - 3.53 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - libetonyek - http://www.freedesktop.org/wiki/Software/libetonyek/ - - PisiLinux Community - admins@pisilinux.org - - MPL-1.0 - app:console - office.misc - A library for import of Apple Keynote presentations - Apple keynote sunumları için bir kütüphane - Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. You can find it being used in libreoffice. - Libetonyek çeşitli uygulamalar içine Apple Keynote sunumları yorumlamak ve eklemek için bir kütüphane . Bunu LibreOffice içerisinde zaten kullanılıyor olabilirsiniz. - https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.10.tar.xz - - doxygen - zlib-devel - libxml2-devel - boost-devel - cppunit-devel - librevenge-devel - glm - gperf - liblangtag-devel - mdds-devel - - office/misc/libetonyek/pspec.xml - - - libetonyek - - zlib - libgcc - libxml2 - liblangtag - librevenge - - - /usr/bin - /usr/lib - /usr/share - - - - libetonyek-devel - Development files for libetonyek - libetonyek için geliştirme dosyaları - - zlib-devel - libxml2-devel - liblangtag-devel - librevenge-devel - libetonyek - - - /usr/share/doc - /usr/include - /usr/lib/pkgconfig - - - - - 2022-05-05 - 0.1.10 - Ver bump. - Pisi Linux Community - admin@pisilinux.org - - 2021-10-21 - 0.1.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-10 - 0.1.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-22 - 0.1.9 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 0.1.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.1.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 0.1.7 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-14 - 0.1.6 + 1.7.0 Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - - - - libgxps - https://live.gnome.org/libgxps - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GPLv2 - library - office.misc - XPS Documents library - libgxps işleme ve render XPS belgeleri için bir gobject tabanlı bir kütüphanedir. - libgxps is a GObject based library for handling and rendering XPS documents. - XPS dosyaları genellikle Windows ortamlarında "Microsoft XPS Document Writer" kullanılarak oluşturulur. Şimdi açık bir standart belge biçimi olarak standardize edilmiştir. - http://ftp.gnome.org/pub/gnome/sources/libgxps/0.3/libgxps-0.3.2.tar.xz - - cairo-devel - meson - gtk-doc - gtk3-devel - python-six - lcms2-devel - libsecret-devel - libarchive-devel - libjpeg-turbo-devel - tiff-devel - glib2-devel - gobject-introspection-devel - - office/misc/libgxps/pspec.xml - - - libgxps - - cairo - glib2 - lcms2 - libpng - freetype - libarchive - libjpeg-turbo - tiff - - - /usr/bin - /usr/lib - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/doc - - - - libgxps-devel - Development files for libgxps - libgxps için geliştirme dosyaları - - cairo-devel - glib2-devel - libarchive-devel - libgxps - - - /usr/include - /usr/lib/pkgconfig - - - - libgxps-doc - Documentation files for libgxps - libgxps için belgelendirme dosyaları - - /usr/share/gtk-doc/html - - - - - 2021-05-27 - 0.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-08 - 0.3.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-11 - 0.3.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 0.2.5 - Rebuild with new toolchain - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-09-28 - 0.2.2 - Release bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-07-26 - 0.2.2 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - - - - - libodfgen - http://sf.net/p/libwpd/libodfgen/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - office.misc - Library for generating documents - Döküman oluşturmak için bir kütüphane. - Library for generating documents in Open Document Format - ODF formatında, döküman oluşturmak için birkütüphane. - https://dev-www.libreoffice.org/src/libodfgen-0.1.8.tar.xz - - boost-devel - libwpd-devel - libwpg-devel - libetonyek-devel - librevenge-devel - libxml2-devel - zlib-devel - gperf - - office/misc/libodfgen/pspec.xml - - - libodfgen - - libgcc - librevenge - - - /usr/lib - - - - libodfgen-devel - Development files for libodfgen - - librevenge-devel - libetonyek-devel - libodfgen - - - /usr/share/doc - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 0.1.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-10 - 0.1.8 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-22 - 0.1.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-09 - 0.1.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.1.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 0.1.6 - release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-01-01 - 0.1.6 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libofx - http://libofx.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - library - office.misc - A library for supporting Open Financial Exchange (OFX) format - Açık Finansal Takas (OXF) dosya biçimi kitaplığı - libofx is a library designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. - libofx, uygulamaların finansal kuruluşlar tarafından sağlanan OFX yapılarını desteklemesini sağlayan bir kitaplıktır. - https://sourceforge.net/projects/libofx/files/libofx/libofx-0.9.13.tar.gz - - opensp-devel - - - libofx-0.9.5-gcc47.patch - - office/misc/libofx/pspec.xml - - - libofx - - opensp - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/libofx - /usr/share/man/man1 - - - - libofx-devel - Development files for libofx - libofx için geliştirme dosyaları - - libofx - - - /usr/include - /usr/lib/pkgconfig - - - - libofx-docs - Documentation for libofx - libofx için belgelendirme - - /usr/share/doc/libofx/html - - - - - 2018-08-09 - 0.9.13 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 0.9.10 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.9.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-02-06 - 0.9.10 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libpagemaker - https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - MPL2 - library - office.misc - a library that parses the file format of Aldus/Adobe PageMaker documents - a library that parses the file format of Aldus/Adobe PageMaker documents - libpagemaker - http://dev-www.libreoffice.org/src/libpagemaker/libpagemaker-0.0.4.tar.gz - - boost-devel - doxygen - help2man - librevenge-devel - - office/misc/libpagemaker/pspec.xml - - - libpagemaker - - libgcc - librevenge - - - /usr/bin - /usr/share - /usr/lib/libpagemaker-* - /usr/share/doc - - - - libpagemaker-devel - - librevenge-devel - libpagemaker - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + İdris Kalp + idriskalp@gmail.com 2021-03-10 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + 1.7.0 + Version bump + İdris Kalp + idriskalp@gmail.com - 2020-02-22 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + 2020-02-21 + 1.6.0 + Version bump + İdris Kalp + idriskalp@gmail.com - 2018-08-09 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.0.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 0.0.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 0.0.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-24 - 0.0.2 - First release + 2019-02-12 + 1.4.3 + Version bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - - - - - libvc - https://github.com/VcDevel/Vc - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv3 - library - office.misc - A library to ease explicit vectorization of C++ code. - C + + ile yazılmış vektörizasyon kolaylaştırmak için bir kütüphane. - Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. - Vc, C + + ile yazılmış vektörizasyon kolaylaştırmak için ücretsiz bir yazılım kütüphanesi. Bu sezgisel bir API ve farklı derleyiciler ve derleyici sürümleri arasında taşınabilirliği yanı sıra farklı vektör komut setleri arasında taşınabilirlik sağlar. - https://github.com/VcDevel/Vc/releases/download/1.3.3/Vc-1.3.3.tar.gz - - cmake - - office/misc/libvc/pspec.xml - - - libvc - - /usr/lib/libVc.a - /usr/share/doc - - - - libvc-devel - Development files for libvc - libvc için geliştirme dosyaları - - libvc - - - /usr/include - /usr/lib/cmake - - - - + 2018-08-09 - 1.3.3 - Version Bump. + 1.3.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.3.1 + Rebuild. Pisi Linux Community admin@pisilinux.org 2018-02-11 - 1.3.3 + 1.3.1 Version Bump. Pisi Linux Community admin@pisilinux.org 2017-04-11 - 1.3.1 - Version bump - Kamil Atlı - suvari@pisilinux.org + 1.2.2 + Version Bump Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2016-12-31 - 1.3.0 + 2017-01-01 + 1.1.0 First release - Alihan Öztürk - alihan@pisilinux.org + PisiLinux Community + admins@pisilinux.org @@ -267764,6 +332223,134 @@ complete albums that you have purchased from Amazon. + + + zekr + http://sourceforge.net/projects/zekr + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + office.misc + Quran study software + Kur'an-ı Kerim eğitim uygulaması + Zekr is an open source Quran study software that is designed to ease access to the content of the Quran. It provides translations, recitation, search and some other features. + Zekr, Kur'an-ı Kerim'in içeriğine erişimi kolaylaştıran ve çeviri, ezberleme gibi çeşitli özellikler sunan bir çalışma uygulamasıdır. + zekr + http://sourceforge.net/projects/zekr/files/Zekr/zekr-1.1.0/zekr-1.1.0-linux_64.tar.gz + + use-webkitgtk.patch + + office/misc/zekr/pspec.xml + + + zekr + + jre8-openjdk + webkit-gtk2 + gsettings-desktop-schemas + + + /usr/share + /usr/share/doc + /usr/bin + /usr/share/java + + + zekr.png + zekr.desktop + + + + zekr-trans-de + Quran translation in German + Almanca Kur'an-ı Kerim çevirisi + + zekr + + + /usr/share/java/zekr/res/text/trans/de.* + + + translations/de.bubenheim.trans.zip + + + + zekr-trans-es + Quran translation in Spanish + İspanyolca Kur'an-ı Kerim çevirisi + + zekr + + + /usr/share/java/zekr/res/text/trans/es.* + + + translations/es.asad.trans.zip + + + + zekr-trans-fr + Quran translation in French + Fransızca Kur'an-ı Kerim çevirisi + + zekr + + + /usr/share/java/zekr/res/text/trans/fr.* + + + translations/fr.hamidullah.trans.zip + + + + zekr-trans-it + Quran translation in Italian + İtalyanca Kur'an-ı Kerim çevirisi + + zekr + + + /usr/share/java/zekr/res/text/trans/it.* + + + translations/it.piccardo.trans.zip + + + + zekr-trans-tr + Quran translation in Turkish + Türkçe Kur'an-ı Kerim çevirisi + + zekr + + + /usr/share/java/zekr/res/text/trans/tr.* + + + translations/tr.diyanet.trans.zip + translations/tr.yazir.trans.zip + + + + + 2021-03-10 + 1.1.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2018-12-03 + 1.1.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + mdbtools @@ -267851,1036 +332438,122 @@ complete albums that you have purchased from Amazon. - mdds - http://sourceforge.net/projects/hunspell + libgxps + https://live.gnome.org/libgxps - PisiLinux Community - admins@pisilinux.org - - MIT - app:gui - office.misc - Multi-dimensional data index algorithm - A collection of multi-dimensional data structure and indexing algorithm. - mdds - https://dev-www.libreoffice.org/src/mdds-2.0.1.tar.bz2 - - boost-devel - - office/misc/mdds/pspec.xml - - - mdds - - boost - - - /usr/share/doc - /usr/share/pkgconfig - - - - mdds-devel - mdds için geliştirme dosyaları - mdds için geliştirme dosyaları - - mdds - - - /usr/include - - - - - 2022-05-05 - 2.0.1 - Ver bump - İdris Kalp - idriskalp@gmail.com - - - 2021-10-21 - 1.7.0 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2021-03-10 - 1.7.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-02-21 - 1.6.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-02-12 - 1.4.3 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-09 - 1.3.1 - Rebuild. - Pisi Linux Community + Pisi Gnu/Linux Community admin@pisilinux.org - - - 2018-03-22 - 1.3.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 1.3.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 1.2.2 - Version Bump Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-01-01 - 1.1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - mupdf - https://mupdf.com/ - - Kamil Atlı - suvari@pisilinux.org - - AGPL3 - app:gui - office.misc - Lightweight PDF and XPS viewer. - Hafif bir PDF ve XPS görüntüleyicisi - MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents. - MuPDF; PDF, XPS ve E-kitap belgelerini görüntüleme ve dönüştürme için hafif açık kaynaklı bir yazılım çerçevesidir. - https://mupdf.com/downloads/archive/mupdf-1.20.0-source.tar.gz - - zlib-devel - curl-devel - libXi-devel - libX11-devel - libXext-devel - openssl-devel - freetype-devel - harfbuzz-devel - mesa-glu-devel - libglvnd-devel - openjpeg2-devel - libXrandr-devel - leptonica-devel - tesseract-devel - libXcursor-devel - libXinerama-devel - libjpeg-turbo-devel - - - shared-lib.patch - fix-build-on-big-endian.patch - - office/misc/mupdf/pspec.xml - - - mupdf - - curl - mesa - zlib - libX11 - openssl - libXext - freetype - harfbuzz - libglvnd - libXrandr - openjpeg2 - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/man - - - - mupdf-devel - Development files for mupdf - mupdf için geliştirme dosyaları - - mupdf - - - /usr/include/mupdf - /usr/include/mupdf/fitz - /usr/include/mupdf/pdf - - - - mupdf-doc - mupdf html documentation. - - /usr/share/doc/mupdf - - - - - 2022-07-06 - 1.20.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 1.19.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-15 - 1.19.0 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-14 - 1.18.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-02-22 - 1.16.1 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2019-09-28 - 1.16.1 - Version bump. - fury - uglyside@yandex.ru - - - 2019-06-04 - 1.15.0 - Version bump. - fury - uglyside@yandex.ru - - - 2019-04-25 - 1.14.0 - Version bump. - fury - uglyside@yandex.ru - - - 2018-08-09 - 1.12.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 1.12.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-07-13 - 1.11 - First Release - Kamil Atlı - suvari@pisilinux.org - - - - - - ocrad - https://www.gnu.org/software/ocrad/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - office.misc - OCR (Optical Character Recognition) program based on a feature extraction method - OCR (Optical Character Recognition) program based on a feature extraction method - OCR (Optical Character Recognition) program based on a feature extraction method - OCR (Optical Character Recognition) program based on a feature extraction method - https://sourceforge.net/projects/pisilinux/files/source/ocrad-0.27.tar.gz - office/misc/ocrad/pspec.xml - - - ocrad - - libgcc - - - /usr/bin - /usr/lib - /usr/include - /usr/share - /usr/share/man - /usr/share/info - /usr/share/doc - - - - - 2021-04-26 - 0.27 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - osmo - http://osmo-pim.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org GPLv2 - app:gui - office.misc - Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. - Hızlı bir kişisel bilgi yöneticisi - Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. In its current state the organizer is quite convenient to use - for example, the user can perform nearly all operations using the keyboard. Also, a lot of parameters are configurable to meet the user's preferences. On the technical side, Osmo is GTK+ based tool which uses a plain XML database to store all personal data. - Osmo, kişisel randevularınızı, önemli günlerinizi ve kişilerin adreslerini düzenlemeye yarayan ufak ve hızlı çalışan bir programdır. - mirrors://sourceforge/osmo-pim/osmo-0.4.4.tar.gz - - db-devel - gtk3-devel - libical-devel - libxml2-devel - libnotify-devel - webkit2gtk-devel - libarchive-devel - libgringotts-devel - - office/misc/osmo/pspec.xml - - - osmo - - gtk3 - glib2 - cairo - pango - libical - libxml2 - libnotify - gdk-pixbuf - libarchive - webkit2gtk - libgringotts - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc - - - - - 2021-03-01 - 0.4.4 - First Beta build. - fury - uglyside@yandex.ru - - - - - - podofo - http://podofo.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - LGPLv3 library - app:console office.misc - A library to work with the PDF file format - PDF dosya biçimiyle çalışmak için bir kütüphane - Biblioteka do obsługi PDF-ów - The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo. - podofo, PDF dosyalarını ayıklamak ve düzenlemek için geliştirilmiş, ücretsiz bir C++ kütüphanesidir. - mirrors://sourceforge/podofo/podofo-0.9.6.tar.gz + XPS Documents library + libgxps işleme ve render XPS belgeleri için bir gobject tabanlı bir kütüphanedir. + libgxps is a GObject based library for handling and rendering XPS documents. + XPS dosyaları genellikle Windows ortamlarında "Microsoft XPS Document Writer" kullanılarak oluşturulur. Şimdi açık bir standart belge biçimi olarak standardize edilmiştir. + http://ftp.gnome.org/pub/gnome/sources/libgxps/0.3/libgxps-0.3.2.tar.xz - cmake - zlib-devel + cairo-devel + meson + gtk-doc + gtk3-devel + python-six + lcms2-devel + libsecret-devel + libarchive-devel libjpeg-turbo-devel tiff-devel - libpng-devel - freetype-devel - fontconfig-devel - lua51-devel - cppunit-devel - libidn-devel - boost-devel - openssl-devel + glib2-devel + gobject-introspection-devel - - podofo-0.9.4-freetype.patch - - office/misc/podofo/pspec.xml + office/misc/libgxps/pspec.xml - podofo + libgxps - tiff - zlib - lua51 - libgcc - libidn + cairo + glib2 + lcms2 libpng - openssl freetype - fontconfig + libarchive libjpeg-turbo + tiff /usr/bin /usr/lib + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 /usr/share/doc - /usr/share/man - podofo-devel - Development files for podofo - podofo için geliştirme dosyaları + libgxps-devel + Development files for libgxps + libgxps için geliştirme dosyaları - podofo - boost-devel - - - /usr/include - - - - - 2020-01-15 - 0.9.6 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-09 - 0.9.6 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.9.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-04 - 0.9.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.9.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-30 - 0.9.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - reverseDependencyUpdate - - - - - - - pstoedit - http://www.pstoedit.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - library - office.misc - Translates PostScript and PDF graphics into other vector formats - Postscript ve PDF grafiklerini diğer vektor formatlarına dönüştüren bir araç - Pstoedit converts PostScript and PDF files to various vector graphic formats. The resulting files can be edited or imported into various drawing packages. - Pstoedit, PDF ve Postscript dosyalarını diğer vektör formatlarına dönüştürür. Sonuçta oluşan düzenlenebilir ya da çeşitli çizim paketlerine eklenebilir. - mirrors://sourceforge/pstoedit/pstoedit-3.73.tar.gz - - plotutils-devel - gd-devel - imagemagick-devel - ghostscript-devel - libzip-devel - - office/misc/pstoedit/pspec.xml - - - pstoedit - - libgcc - imagemagick - gd - plotutils - libzip - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/pstoedit - - - - pstoedit-devel - Development files for pstoedit - pstoedit için geliştirme dosyaları - - pstoedit - - - /usr/include - /usr/share/aclocal - /usr/lib/pkgconfig - - - - - 2018-08-09 - 3.73 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-10 - 3.70 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-01 - 3.70 - First release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qpdf - http://qpdf.sourceforge.net - - Marcin Bojara - marcin@pisilinux.org - - Artistic-2 - app:console - office.misc - A Content-Preserving PDF Transformation System - A command-line program that does structural, content-preserving transformations on PDF files - mirrors://sourceforge/qpdf/qpdf-9.1.0.tar.gz - - libjpeg-turbo-devel - libpcre-devel - libxslt-devel - zlib-devel - - office/misc/qpdf/pspec.xml - - - qpdf - - zlib - libgcc - libpcre - libjpeg-turbo - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - qpdf-devel - qpdf için geliştirme dosyaları - - libjpeg-turbo-devel - libpcre-devel - zlib-devel - qpdf + cairo-devel + glib2-devel + libarchive-devel + libgxps /usr/include /usr/lib/pkgconfig + + libgxps-doc + Documentation files for libgxps + libgxps için belgelendirme dosyaları + + /usr/share/gtk-doc/html + + - - 2019-11-24 - 9.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-23 - 8.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-31 - 8.4.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - 2018-10-07 - 8.2.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org + 2021-05-27 + 0.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-09 - 7.1.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org + 2018-08-08 + 0.3.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com 2018-02-11 - 7.1.1 - Version Bump. + 0.3.0 + Version Bump Pisi Linux Community admin@pisilinux.org - 2017-03-30 - 6.0.0 + 2017-04-04 + 0.2.5 Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org + Burak Ertürk + burakerturk@pisilinux.org - 2016-06-09 - 6.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2016-09-28 + 0.2.2 + Release bump + Burak Ertürk + burakerturk@pisilinux.org - 2016-03-23 - 6.0.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qpdfview - https://launchpad.net/qpdfview - - Stefan Gronewold (groni) - groni@pisilinux.org - - GNU GPL v2 - office.misc - qpdfview is a tabbed document viewer - It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface - https://launchpad.net/qpdfview/trunk/0.4.18/+download/qpdfview-0.4.18.tar.gz - - djvu-devel - cups-devel - poppler-qt5-devel - qt5-base-devel - qt5-xmlpatterns-devel - libspectre-devel - zlib-devel - pkgconfig - qt5-svg-devel - - office/misc/qpdfview/pspec.xml - - - qpdfview - qpdfview is a tabbed document viewer. - - qt5-base - cups - djvu - libgcc - zlib - libspectre - poppler-qt5 - - - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - - - - - 2019-11-20 - 0.4.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 0.4.16 - Release Bump - Rebuild with new toolchain + 2016-07-26 + 0.2.2 + First Release + Pisi Gnu/Linux Community admin@pisilinux.org - - 2017-03-30 - 0.4.16 - Release Bump - Rebuild with new toolchain - admin@pisilinux.org - - - 2016-06-09 - 0.4.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-04 - 0.4.14 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - recode - http://www.gnu.org/software/recode/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - office.misc - File character set converter - Karakter kümesi dönüşümü aracı - Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..). - Recode dosyaların bir karakter kümesinden bir başkasına dönüştürülmesine imkân verir. Çok sayıda karakter kümesini destekler. - https://github.com/rrthomas/recode/releases/download/v3.7.6/recode-3.7.6.tar.gz - - texinfo - python3-devel - gettext-devel - - office/misc/recode/pspec.xml - - - recode - - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/info - /usr/share/man - /usr/share/locale - - - - recode-devel - Development files for recode - recode için geliştirme dosyaları - - recode - - - /usr/include - - - - - 2020-01-22 - 3.7.6 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-06 - 3.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-11 - 3.7 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 3.6 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-01 - 3.6 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - scribus - http://www.scribus.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - office.misc - Desktop Publishing (DTP) and Layout program - Masaüstü yayıncılık uygulaması - Scribus is an opensource desktop publishing application with features like CMYK colorspace and PDF output. - Scribus, açık kaynak kodlu bir DTP (masaüstü yayıncılık) programıdır. Renk ayrımından PDF dönüşümlerine, PDF form elementleri yaratmadan Preflight Check gibi işlemlere kadar, profesyonel bir DTP paketinde bulabileceğiniz her fonksiyona sahiptir. - scribusicon - http://sourceforge.net/projects/scribus/files/scribus-devel/1.5.6.1/scribus-1.5.6.1.tar.xz - - cmake - cups-devel - desktop-file-utils - lcms2-devel - libmspub-devel - libart_lgpl-devel - libjpeg-turbo-devel - libpng-devel - tiff-devel - libxml2-devel - openssl-devel - python-devel - python3-devel - ghostscript-devel - gnutls-devel - poppler-devel - qt5-base-devel - qt5-webkit-devel - qt5-location-devel - qt5-linguist - zlib-devel - freetype-devel - gnutls-devel - cairo-devel - hunspell-devel - boost-devel - libwpg-devel - podofo-devel - libvisio-devel - libcdr-devel - poppler-qt5-devel - poppler-cpp-devel - GraphicsMagick-devel - libpagemaker-devel - harfbuzz-devel - - - scribus-1.5.3-fpic.patch - PisiLinux-correctly_link_to_libxml2.patch - poppler-21.3.0.patch - - office/misc/scribus/pspec.xml - - - scribus - - icu4c - cups - tiff - zlib - cairo - lcms2 - libgcc - podofo - python - libxml2 - poppler - libmspub - freetype - hunspell - qt5-base - fontconfig - librevenge - qt5-webkit - libjpeg-turbo - qt5-declarative - libpagemaker - libcdr - GraphicsMagick - libvisio - libmspub - harfbuzz - - - /usr/bin - /usr/lib - /usr/share - - - - scribus-docs - Documentation files for scribus - scribus için belgelendirme dosyaları - - /usr/share/doc/scribus - - - - - 2021-03-12 - 1.5.6.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 1.5.4 - Rebuild. - Mustafa Cinasal - admin@pisilinux.org - - - 2018-03-22 - 1.5.3 - Rebuild. - Mustafa Cinasal - admin@pisilinux.org - - - 2018-02-03 - 1.5.3 - Rebuild. - Mustafa Cinasal - admin@pisilinux.org - - - 2017-08-23 - 1.5.3 - Version bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-04-17 - 1.5.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 1.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-18 - 1.5.2 - First release - Stefan Gronewold - groni@pisilinux.org - @@ -269168,265 +332841,650 @@ complete albums that you have purchased from Amazon. - t1utils - http://www.lcdf.org/type/#t1utils + gsoap + http://www.cs.fsu.edu/~engelen/soap.html - Blue Devil - bluedevil@sctzine.com + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + office.misc + Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++ + The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. + https://sourceforge.net/projects/gsoap2/files/gsoap_2.8.116.zip/download + + zlib-devel + openssl-devel + + office/misc/gsoap/pspec.xml + + + gsoap + + zlib + openssl + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/gsoap + + + + gsoap-devel + Development files for gsoap + gsoap için geliştirme dosyaları + + gsoap + zlib-devel + openssl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-07-22 + 2.8.116 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-14 + 2.8.109 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-08 + 2.8.103 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.8.97 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 2.8.69 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 2.8.61 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 2.8.44 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.8.22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-12 + 2.8.22 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libodfgen + http://sf.net/p/libwpd/libodfgen/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + office.misc + Library for generating documents + Döküman oluşturmak için bir kütüphane. + Library for generating documents in Open Document Format + ODF formatında, döküman oluşturmak için birkütüphane. + https://dev-www.libreoffice.org/src/libodfgen-0.1.8.tar.xz + + boost-devel + libwpd-devel + libwpg-devel + libetonyek-devel + librevenge-devel + libxml2-devel + zlib-devel + gperf + + office/misc/libodfgen/pspec.xml + + + libodfgen + + libgcc + librevenge + + + /usr/lib + + + + libodfgen-devel + Development files for libodfgen + + librevenge-devel + libetonyek-devel + libodfgen + + + /usr/share/doc + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-21 + 0.1.8 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-10 + 0.1.8 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-22 + 0.1.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-09 + 0.1.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.1.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 0.1.6 + release bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-01-01 + 0.1.6 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + osmo + http://osmo-pim.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + office.misc + Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. + Hızlı bir kişisel bilgi yöneticisi + Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. In its current state the organizer is quite convenient to use - for example, the user can perform nearly all operations using the keyboard. Also, a lot of parameters are configurable to meet the user's preferences. On the technical side, Osmo is GTK+ based tool which uses a plain XML database to store all personal data. + Osmo, kişisel randevularınızı, önemli günlerinizi ve kişilerin adreslerini düzenlemeye yarayan ufak ve hızlı çalışan bir programdır. + mirrors://sourceforge/osmo-pim/osmo-0.4.4.tar.gz + + db-devel + gtk3-devel + libical-devel + libxml2-devel + libnotify-devel + webkit2gtk-devel + libarchive-devel + libgringotts-devel + + office/misc/osmo/pspec.xml + + + osmo + + gtk3 + glib2 + cairo + pango + libical + libxml2 + libnotify + gdk-pixbuf + libarchive + webkit2gtk + libgringotts + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man/man1 + /usr/share/doc + + + + + 2021-03-01 + 0.4.4 + First Beta build. + fury + uglyside@yandex.ru + + + + + + zathura-pdf-poppler + https://git.pwmt.org/pwmt/zathura-pdf-poppler + + fury + uglyside@yandex.ru + + ZLib + library + office.misc + PDF support (poppler backend) for zathura. + The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler rendering library. + https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.bz2 + + meson + zathura-devel + poppler-glib-devel + + office/misc/zathura-pdf-poppler/pspec.xml + + + zathura-pdf-poppler + + cairo + zathura + poppler-glib + + + /usr/lib/zathura + /usr/share + + + + + 2022-06-11 + 0.3.0 + First build. + fury + uglyside@yandex.ru + + + + + + iso-codes + https://salsa.debian.org/iso-codes-team/iso-codes + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + office.misc + International country codes + Uluslararası ülke kodları + iso-codes provides IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standards. + iso-codes IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standartlarını sağlar. + http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_4.10.0.orig.tar.xz + + python3-devel + + office/misc/iso-codes/pspec.xml + + + iso-codes + + /usr/share/locale + /usr/share/doc + /usr/share/xml + /usr/share/iso-codes + + + + iso-codes-devel + Development files for iso-codes + + iso-codes + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-03 + 4.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-21 + 4.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-01 + 4.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 4.4 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-01-15 + 3.79 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 3.77 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-11 + 3.77 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-19 + 3.74 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 3.53 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-21 + 3.53 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + coolreader-qt + https://github.com/buggins/coolreader + + Pisi Linux Community + admin@pisilinux.org + + GPL-2 + app:gui + office.misc + CoolReader 3 - cross platform open source e-book reader. + CoolReader 3 - cross platform open source e-book reader. + https://github.com/buggins/coolreader/archive/refs/tags/cr3.2.59.tar.gz + + cmake + zlib-devel + zstd-devel + libxcb-devel + libpng-devel + qt5-linguist + fribidi-devel + qt5-base-devel + freetype-devel + harfbuzz-devel + utf8proc-devel + fontconfig-devel + libunibreak-devel + libjpeg-turbo-devel + + office/misc/coolreader-qt/pspec.xml + + + coolreader-qt + + zlib + zstd + libgcc + libpng + fribidi + freetype + harfbuzz + utf8proc + qt5-base + fontconfig + libunibreak + libjpeg-turbo + + + /usr/bin + /usr/share + /usr/share/cr3 + + + + + 2022-07-30 + 3.2.59 + Rebuild + fury + uglyside@yandex.ru + + + 2021-12-21 + 3.2.59 + First build + fury + uglyside@yandex.ru + + + + + + ocrad + https://www.gnu.org/software/ocrad/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + library + office.misc + OCR (Optical Character Recognition) program based on a feature extraction method + OCR (Optical Character Recognition) program based on a feature extraction method + OCR (Optical Character Recognition) program based on a feature extraction method + OCR (Optical Character Recognition) program based on a feature extraction method + https://sourceforge.net/projects/pisilinux/files/source/ocrad-0.27.tar.gz + office/misc/ocrad/pspec.xml + + + ocrad + + libgcc + + + /usr/bin + /usr/lib + /usr/include + /usr/share + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + 2021-04-26 + 0.27 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + doxygen + http://www.doxygen.org/ + + PisiLinux Community + admins@pisilinux.org GPLv2 app:console office.misc - Type 1 Font utilities - Tip 1 fontlar için araçlar - t1utils contains six tools (t1ascii, t1binary, t1disasm, t1asm, t1unmac and t1mac) for dealing with Type 1 fonts. - t1utils Tip 1 fontları dönüştürmek için 6 araç (t1ascii, t1binary, t1disasm, t1asm, t1unmac ve t1mac) içerir. - https://github.com/kohler/t1utils/archive/v1.41.tar.gz - - 3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch - - office/misc/t1utils/pspec.xml - - - t1utils - Type 1 Font utilities - - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2020-06-03 - 1.41 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - tellico - http://tellico-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - office.misc - A collection manager for KDE - KDE için koleksiyon yönetim uygulaması - Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. - Tellico, koleksiyonlarınızı düzenlemek için kullanabileceğiniz bir KDE uygulamasıdır. Öntanımlı olarak; kitaplar, biyografiler, videolar, müzikler, oyunlar gibi bir çok şemayı destekler. - tellico - http://tellico-project.org/files/tellico-3.3.tar.xz + Documentation and analysis tool for C++, C, Java, IDL, PHP and C# + C, C++, Java, IDL, PHP ve C# için döküman ve analiz aracı + Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. + Doxygen C++, C, Java, Objective-C, Python, IDL (Corba ve Microsoft ile ilgili diğerleri ) ve PHP, C# ve D'yi de kapsayan diller için bir dokümantasyon sistemidir. + Doxygen es un sistema de documentación para C++, C, Java, Objective-C, Python, IDL (versiones Corba y Microsoft) y hasta cierto punto también PHP, C#, y D. + http://doxygen.nl/files/doxygen-1.8.20.src.tar.gz - libkcddb - khtml-devel - exempi-devel - taglib-devel - libxslt-devel - libxml2-devel - libcdio-devel - libksane-devel - kdoctools-devel - knewstuff-devel - kitemmodels-devel - poppler-qt5-devel - extra-cmake-modules - kfilemetadata-devel - libkcompactdisc-devel + git + cmake - office/misc/tellico/pspec.xml + office/misc/doxygen/pspec.xml - tellico + doxygen - kio - khtml - ki18n - solid - exempi - kcrash - kparts libgcc - sonnet - taglib - kcodecs - kconfig - kwallet - kxmlgui - libcdio - libxml2 - libxslt - karchive - kservice - libkcddb - libksane - qt5-base - knewstuff - kguiaddons - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - poppler-qt5 - ktextwidgets - kfilemetadata - kwindowsystem - kconfigwidgets - kwidgetsaddons - /usr/bin - /usr/share/applications - /etc/xdg /usr/share/doc - /usr/share/kxmlgui5 - /usr/share/icons - /usr/share/tellico - /usr/share/locale - /usr/share/kconf_update - /usr/share/config.kcfg - /usr/share/metainfo - /usr/share/mime + /usr/bin/doxygen + /usr/share/man/man1/doxygen.1 + + 2020-12-17 + 1.8.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-23 + 1.8.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.8.17 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-09-18 + 1.8.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-29 + 1.8.14 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 1.8.14 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + - 2020-04-25 - 3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2017-04-04 + 1.8.13 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org - 2018-11-27 - 3.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2016-06-09 + 1.8.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2018-05-05 - 3.1.2 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - tesseract - https://github.com/tesseract-ocr/tesseract - - PisiLinux Community - admins@pisilinux.org - - APACHE - app:console - office.misc - Tesseract OCR Engine - Tesseract OCR Motoru - This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess - tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir. - https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz - - leptonica-devel - cairo-devel - icu4c-devel - pango-devel - tiff-devel - libgomp - libxslt-devel - asciidoc - - office/misc/tesseract/pspec.xml - - - tesseract - Tesseract OCR Engine - - leptonica - libgomp - tiff - - - /usr/lib/libtesseract.so.4.0.1 - /usr/lib/libtesseract.so.4 - /usr/lib/libtesseract.so - /usr/bin/tesseract - /usr/share/tessdata - /usr/share/doc - /usr/share - - - - tesseract-devel - Development files for tesseract - tesseract için geliştirme dosyaları - tesseract-devel, tesseract için geliştirme dosyaları içerir. - - tesseract - - - /usr/lib/pkgconfig/tesseract.pc - /usr/include/tesseract - - - - tesseract-tools - Tools for tesseract - tesseract için araçlar - tesseract-tools, tesseract için araçlar içerir. - - tesseract - fontconfig - leptonica - cairo - icu4c - pango - - - /usr/bin/set_unicharset_properties - /usr/bin/language-specific.sh - /usr/bin/unicharset_extractor - /usr/bin/tesstrain_utils.sh - /usr/bin/combine_lang_model - /usr/bin/classifier_tester - /usr/bin/merge_unicharsets - /usr/bin/combine_tessdata - /usr/bin/shapeclustering - /usr/bin/ambiguous_words - /usr/bin/dawg2wordlist - /usr/bin/wordlist2dawg - /usr/bin/tesstrain.sh - /usr/bin/lstmtraining - /usr/bin/cntraining - /usr/bin/mftraining - /usr/bin/text2image - /usr/bin/lstmeval - - - - - 2020-01-19 - 4.1.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-25 - 4.0.0 + 2016-03-24 + 1.8.11 First release - PisiLinux Community - admins@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com @@ -269585,6 +333643,1968 @@ complete albums that you have purchased from Amazon. + + + goffice + https://git.gnome.org/browse/goffice + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + office.misc + A GLib/GTK+ set of document-centric objects and charting library + A GLib/GTK+ set of document-centric objects and charting library + A GLib/GTK+ set of document-centric objects and charting library + A GLib/GTK+ set of document-centric objects and charting library + http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/goffice-0.10.52.tar.xz + + intltool + gtk-doc + atk-devel + gtk3-devel + python-six + cairo-devel + glib2-devel + pango-devel + libgsf-devel + librsvg-devel + libxml2-devel + libxslt-devel + gdk-pixbuf-devel + libspectre-devel + gobject-introspection-devel + + office/misc/goffice/pspec.xml + + + goffice + + atk + gtk3 + cairo + glib2 + pango + libgsf + librsvg + libxml2 + libxslt + harfbuzz + gdk-pixbuf + libspectre + + + /usr/lib + /usr/share + /usr/share/goffice + /usr/share/locale + /usr/share/doc + + + + goffice-devel + Development files for goffice + + goffice + gtk3-devel + cairo-devel + glib2-devel + pango-devel + libgsf-devel + librsvg-devel + libxml2-devel + libxslt-devel + libspectre-devel + + + /usr/include + /usr/lib/pkgconfig + + + + goffice-docs + Development files for goffice + + goffice + + + /usr/share/gtk-doc + + + + + 2022-04-19 + 0.10.52 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-21 + 0.10.51 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-23 + 0.10.50 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-27 + 0.10.49 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-01 + 0.10.44 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + mupdf + https://mupdf.com/ + + Kamil Atlı + suvari@pisilinux.org + + AGPL3 + app:gui + office.misc + Lightweight PDF and XPS viewer. + Hafif bir PDF ve XPS görüntüleyicisi + MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents. + MuPDF; PDF, XPS ve E-kitap belgelerini görüntüleme ve dönüştürme için hafif açık kaynaklı bir yazılım çerçevesidir. + https://mupdf.com/downloads/archive/mupdf-1.20.0-source.tar.gz + + zlib-devel + curl-devel + libXi-devel + libX11-devel + libXext-devel + openssl-devel + freetype-devel + harfbuzz-devel + mesa-glu-devel + libglvnd-devel + openjpeg2-devel + libXrandr-devel + leptonica-devel + tesseract-devel + libXcursor-devel + libXinerama-devel + libjpeg-turbo-devel + + + shared-lib.patch + fix-build-on-big-endian.patch + + office/misc/mupdf/pspec.xml + + + mupdf + + curl + mesa + zlib + libX11 + openssl + libXext + freetype + harfbuzz + libglvnd + libXrandr + openjpeg2 + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/man + + + + mupdf-devel + Development files for mupdf + mupdf için geliştirme dosyaları + + mupdf + + + /usr/include/mupdf + /usr/include/mupdf/fitz + /usr/include/mupdf/pdf + + + + mupdf-doc + mupdf html documentation. + + /usr/share/doc/mupdf + + + + + 2022-07-06 + 1.20.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-04-14 + 1.19.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-15 + 1.19.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-14 + 1.18.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-02-22 + 1.16.1 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2019-09-28 + 1.16.1 + Version bump. + fury + uglyside@yandex.ru + + + 2019-06-04 + 1.15.0 + Version bump. + fury + uglyside@yandex.ru + + + 2019-04-25 + 1.14.0 + Version bump. + fury + uglyside@yandex.ru + + + 2018-08-09 + 1.12.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 1.12.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-07-13 + 1.11 + First Release + Kamil Atlı + suvari@pisilinux.org + + + + + + djvu + http://djvu.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + library + office.misc + DjVu viewers, encoders and utilities + DjVu görüntüleyicileri, sıkıştırıcı ve ekipmanları + DjVu is a web-centric format and software platform to distribute documents and images. + Belgeleri, kitapları bilinen formatlardan çok daha yüksek sıkıştırma oranlarında sıkıştıran DjVu formatı ekipmanları. + mirrors://sourceforge/djvu/djvulibre-3.5.27.tar.gz + + libjpeg-turbo-devel + tiff-devel + xdg-utils + libXt-devel + + + no-pthread.diff + djvulibre-3.5.22-cdefs.patch + + office/misc/djvu/pspec.xml + + + djvu + + shared-mime-info + libjpeg-turbo + tiff + + + /usr/bin + /usr/lib + /usr/share/icons + /usr/share/applications + /usr/share/djvu + /usr/share/mime + /opt/netscape + /usr/share/doc + /usr/share/man + + + + djvu-devel + Development files for djvu + djvu için geliştirme dosyaları + + djvu + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-08-08 + 3.5.27 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 3.5.27 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 3.5.27 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-02 + 3.5.27 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + dos2unix + http://www.xs4all.nl/~waterlan/dos2unix.html + + PisiLinux Community + admins@pisilinux.org + + freedist + app:console + office.misc + Convert DOS and MAC text files to UNIX format + DOS ve MAC metin dosyalarını UNIX biçimine dönüştürme uygulaması + dos2unix can convert DOS and MAC files to UNIX format, processing character encoding and line ending characters. + dos2unix DOS ve MAC düzmetin dosyalarını karakter kodlamalarını ve satırsonu karakterlerini değiştirerek UNIX biçimine çevirir. + http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3.tar.gz + office/misc/dos2unix/pspec.xml + + + dos2unix + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2022-06-06 + 7.4.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-08 + 7.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-11 + 7.4.0 + Version Bump + PisiLinux Community + admin@pisilinux.org + + + 2017-04-04 + 7.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 7.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-14 + 7.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libofx + http://libofx.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + library + office.misc + A library for supporting Open Financial Exchange (OFX) format + Açık Finansal Takas (OXF) dosya biçimi kitaplığı + libofx is a library designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. + libofx, uygulamaların finansal kuruluşlar tarafından sağlanan OFX yapılarını desteklemesini sağlayan bir kitaplıktır. + https://sourceforge.net/projects/libofx/files/libofx/libofx-0.9.13.tar.gz + + opensp-devel + + + libofx-0.9.5-gcc47.patch + + office/misc/libofx/pspec.xml + + + libofx + + opensp + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/libofx + /usr/share/man/man1 + + + + libofx-devel + Development files for libofx + libofx için geliştirme dosyaları + + libofx + + + /usr/include + /usr/lib/pkgconfig + + + + libofx-docs + Documentation for libofx + libofx için belgelendirme + + /usr/share/doc/libofx/html + + + + + 2018-08-09 + 0.9.13 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 0.9.10 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.9.10 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-02-06 + 0.9.10 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libpagemaker + https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + MPL2 + library + office.misc + a library that parses the file format of Aldus/Adobe PageMaker documents + a library that parses the file format of Aldus/Adobe PageMaker documents + libpagemaker + http://dev-www.libreoffice.org/src/libpagemaker/libpagemaker-0.0.4.tar.gz + + boost-devel + doxygen + help2man + librevenge-devel + + office/misc/libpagemaker/pspec.xml + + + libpagemaker + + libgcc + librevenge + + + /usr/bin + /usr/share + /usr/lib/libpagemaker-* + /usr/share/doc + + + + libpagemaker-devel + + librevenge-devel + libpagemaker + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-21 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-10 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-22 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-09 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 0.0.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 0.0.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.0.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-24 + 0.0.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + recode + http://www.gnu.org/software/recode/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + office.misc + File character set converter + Karakter kümesi dönüşümü aracı + Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..). + Recode dosyaların bir karakter kümesinden bir başkasına dönüştürülmesine imkân verir. Çok sayıda karakter kümesini destekler. + https://github.com/rrthomas/recode/releases/download/v3.7.6/recode-3.7.6.tar.gz + + texinfo + python3-devel + gettext-devel + + office/misc/recode/pspec.xml + + + recode + + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/info + /usr/share/man + /usr/share/locale + + + + recode-devel + Development files for recode + recode için geliştirme dosyaları + + recode + + + /usr/include + + + + + 2020-01-22 + 3.7.6 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-06 + 3.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 3.7 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 3.6 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-01 + 3.6 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + scribus + http://www.scribus.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + office.misc + Desktop Publishing (DTP) and Layout program + Masaüstü yayıncılık uygulaması + Scribus is an opensource desktop publishing application with features like CMYK colorspace and PDF output. + Scribus, açık kaynak kodlu bir DTP (masaüstü yayıncılık) programıdır. Renk ayrımından PDF dönüşümlerine, PDF form elementleri yaratmadan Preflight Check gibi işlemlere kadar, profesyonel bir DTP paketinde bulabileceğiniz her fonksiyona sahiptir. + scribusicon + http://sourceforge.net/projects/scribus/files/scribus-devel/1.5.6.1/scribus-1.5.6.1.tar.xz + + cmake + cups-devel + desktop-file-utils + lcms2-devel + libmspub-devel + libart_lgpl-devel + libjpeg-turbo-devel + libpng-devel + tiff-devel + libxml2-devel + openssl-devel + python-devel + python3-devel + ghostscript-devel + gnutls-devel + poppler-devel + qt5-base-devel + qt5-webkit-devel + qt5-location-devel + qt5-linguist + zlib-devel + freetype-devel + gnutls-devel + cairo-devel + hunspell-devel + boost-devel + libwpg-devel + podofo-devel + libvisio-devel + libcdr-devel + poppler-qt5-devel + poppler-cpp-devel + GraphicsMagick-devel + libpagemaker-devel + harfbuzz-devel + + + scribus-1.5.3-fpic.patch + PisiLinux-correctly_link_to_libxml2.patch + poppler-21.3.0.patch + + office/misc/scribus/pspec.xml + + + scribus + + icu4c + cups + tiff + zlib + cairo + lcms2 + libgcc + podofo + python + libxml2 + poppler + libmspub + freetype + hunspell + qt5-base + fontconfig + librevenge + qt5-webkit + libjpeg-turbo + qt5-declarative + libpagemaker + libcdr + GraphicsMagick + libvisio + libmspub + harfbuzz + + + /usr/bin + /usr/lib + /usr/share + + + + scribus-docs + Documentation files for scribus + scribus için belgelendirme dosyaları + + /usr/share/doc/scribus + + + + + 2021-03-12 + 1.5.6.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 1.5.4 + Rebuild. + Mustafa Cinasal + admin@pisilinux.org + + + 2018-03-22 + 1.5.3 + Rebuild. + Mustafa Cinasal + admin@pisilinux.org + + + 2018-02-03 + 1.5.3 + Rebuild. + Mustafa Cinasal + admin@pisilinux.org + + + 2017-08-23 + 1.5.3 + Version bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-04-17 + 1.5.2 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 1.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-18 + 1.5.2 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + librevenge + http://dev-www.libreoffice.org/src/ + + PisiLinux Community + admins@pisilinux.org + + MPL-1.0 + library + office.misc + A base library for writing document import filters + librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. + http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 + + boost-devel + cppunit-devel + zlib-devel + doxygen + libtool + + office/misc/librevenge/pspec.xml + + + librevenge + + zlib + libgcc + + + /usr/share + /usr/lib + + + + librevenge-devel + Development files for librevenge + librevenge için geliştirme dosyaları + + librevenge + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-21 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2021-03-10 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-02-20 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-09-16 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.0.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-20 + 0.0.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-11 + 0.0.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-06 + 0.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + graphite2 + https://scripts.sil.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:gui + office.misc + SILGraphite: rendering non-roman scripts + Graphite is a project within SIL's scripts and software dev groups to provide cross-platform rendering for complex writing systems. + graphite2 + mirrors://sourceforge/silgraphite/graphite2-1.3.14.tgz + + cmake + freetype-devel + + office/misc/graphite2/pspec.xml + + + graphite2 + + /usr/bin + /usr/share/doc + /usr/share/graphite2 + /usr/lib/ + + + + graphite2-devel + graphite2 için geliştirme dosyaları + graphite2 için geliştirme dosyaları + + graphite2 + + + /usr/include + /usr/lib/pkgconfig/ + + + + + 2021-01-23 + 1.3.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 1.3.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-26 + 1.3.11 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 1.3.10 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-17 + 1.2.4 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + evince + http://projects.gnome.org/evince/ + + Pisi Gnu/Linux Community + admin@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.addons + A document viewer, built without GConf and GNOME keyring support + Hafif ve özgür bir PDF görüntüleyici + Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. + evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır. + https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz + + meson + itstool + gtk-doc + atk-devel + gi-docgen + t1lib-devel + libgxps-devel + gtk3-devel + tiff-devel + cairo-devel + pango-devel + libSM-devel + libsecret-devel + libspectre-devel + djvu-devel + libICE-devel + gnome-desktop-devel + gdk-pixbuf-devel + poppler-glib-devel + intltool + libhandy-devel + libxml2-devel + python3-devel + gobject-introspection-devel + gspell-devel + nautilus-devel + gstreamer-devel + gst-plugins-base-devel + gsettings-desktop-schemas-devel + + office/misc/evince/pspec.xml + + + evince + + atk + zlib + glib2 + libgcc + djvu + gtk3 + tiff + cairo + t1lib + pango + libSM + libxml2 + libarchive + libICE + libgxps + libhandy + libsecret + gdk-pixbuf + libspectre + poppler-glib + gspell + nautilus + gstreamer + gnome-desktop + gst-plugins-base + + + /usr/bin + /usr/lib + /usr/lib/evince + /usr/share/applications + /usr/share/dbus-1 + /usr/share/evince + /usr/share/evince/icons + /usr/share/GConf + /usr/share/glib-2.0 + /usr/share/doc + /usr/share/help + /usr/share/icons + /usr/share/gir-1.0 + /usr/libexec/evinced + /usr/share/locale + /usr/share/man + /usr/share + + + + evince-devel + Development files for evince + evince için geliştirme dosyaları + + evince + glib2-devel + gtk3-devel + + + /usr/include + /usr/lib/pkgconfig + + + + evince-docs + Documentation files for evince + evince için belgelendirme dosyaları + + /usr/share/doc/libevdocument/ + /usr/share/doc/libevview/ + + + + + 2022-07-05 + 42.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-23 + 42.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 41.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-10 + 41.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-08 + 40.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-23 + 3.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 3.26.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 3.26.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 3.20.1 + Rebuild with new toolchain + Pisi Gnu/Linux Community + admin@pisilinux.org + + + 2016-09-07 + 3.20.1 + First Release + Pisi Gnu/Linux Community + admin@pisilinux.org + + + + + + tellico + http://tellico-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + office.misc + A collection manager for KDE + KDE için koleksiyon yönetim uygulaması + Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. + Tellico, koleksiyonlarınızı düzenlemek için kullanabileceğiniz bir KDE uygulamasıdır. Öntanımlı olarak; kitaplar, biyografiler, videolar, müzikler, oyunlar gibi bir çok şemayı destekler. + tellico + http://tellico-project.org/files/tellico-3.3.tar.xz + + libkcddb + khtml-devel + exempi-devel + taglib-devel + libxslt-devel + libxml2-devel + libcdio-devel + libksane-devel + kdoctools-devel + knewstuff-devel + kitemmodels-devel + poppler-qt5-devel + extra-cmake-modules + kfilemetadata-devel + libkcompactdisc-devel + + office/misc/tellico/pspec.xml + + + tellico + + kio + khtml + ki18n + solid + exempi + kcrash + kparts + libgcc + sonnet + taglib + kcodecs + kconfig + kwallet + kxmlgui + libcdio + libxml2 + libxslt + karchive + kservice + libkcddb + libksane + qt5-base + knewstuff + kguiaddons + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + poppler-qt5 + ktextwidgets + kfilemetadata + kwindowsystem + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /etc/xdg + /usr/share/doc + /usr/share/kxmlgui5 + /usr/share/icons + /usr/share/tellico + /usr/share/locale + /usr/share/kconf_update + /usr/share/config.kcfg + /usr/share/metainfo + /usr/share/mime + + + + + 2020-04-25 + 3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-27 + 3.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-05 + 3.1.2 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + libvc + https://github.com/VcDevel/Vc + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + library + office.misc + A library to ease explicit vectorization of C++ code. + C + + ile yazılmış vektörizasyon kolaylaştırmak için bir kütüphane. + Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. + Vc, C + + ile yazılmış vektörizasyon kolaylaştırmak için ücretsiz bir yazılım kütüphanesi. Bu sezgisel bir API ve farklı derleyiciler ve derleyici sürümleri arasında taşınabilirliği yanı sıra farklı vektör komut setleri arasında taşınabilirlik sağlar. + https://github.com/VcDevel/Vc/releases/download/1.3.3/Vc-1.3.3.tar.gz + + cmake + + office/misc/libvc/pspec.xml + + + libvc + + /usr/lib/libVc.a + /usr/share/doc + + + + libvc-devel + Development files for libvc + libvc için geliştirme dosyaları + + libvc + + + /usr/include + /usr/lib/cmake + + + + + 2018-08-09 + 1.3.3 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 1.3.3 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-11 + 1.3.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-31 + 1.3.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ebook-tools + https://sourceforge.net/projects/ebook-tools/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + app:console + office.misc + A tool for accessing and converting various ebook file formats + Çeşitli e-kitap dosya biçimlerine erişmek için bir araç + ebook-tools is a programming library for accessing and converting various ebook file formats. It also contains a console application. + ebook-tools, çeşitli e-kitap dosya biçimleri arasında dönüştürme yapmak, bu biçimlere erişmek için kullanılan bir programlama kitaplığıdır. Kitaplığın yanında ayrıca bir terminal aracı da içerir. + mirrors://sourceforge/project/ebook-tools/ebook-tools/0.2.2/ebook-tools-0.2.2.tar.gz + + libzip-devel + libxml2-devel + doxygen + cmake + + + ebook-tools-0.2.1-libzip_pkgconfig.patch + + office/misc/ebook-tools/pspec.xml + + + ebook-tools + + libzip + libxml2 + + + /usr/bin + /usr/share/doc + /usr/lib + + + + ebook-tools-devel + Development files for ebook-tools + ebook-tools için geliştirme dosyaları + + libxml2-devel + ebook-tools + + + /usr/include + + + + ebook-tools-docs + Documentation for ebook-tools + ebook-tools kitaplığı için belgelendirme + + /usr/share/doc/ebook-tools/html + + + + + 2018-08-08 + 0.2.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-24 + 0.2.2 + Rebuild for new libzip + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 0.2.2 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.2.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-22 + 0.2.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + qpdfview + https://launchpad.net/qpdfview + + Stefan Gronewold (groni) + groni@pisilinux.org + + GNU GPL v2 + office.misc + qpdfview is a tabbed document viewer + It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface + https://launchpad.net/qpdfview/trunk/0.4.18/+download/qpdfview-0.4.18.tar.gz + + djvu-devel + cups-devel + poppler-qt5-devel + qt5-base-devel + qt5-xmlpatterns-devel + libspectre-devel + zlib-devel + pkgconfig + qt5-svg-devel + + office/misc/qpdfview/pspec.xml + + + qpdfview + qpdfview is a tabbed document viewer. + + qt5-base + cups + djvu + libgcc + zlib + libspectre + poppler-qt5 + + + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + + + + + 2019-11-20 + 0.4.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 0.4.16 + Release Bump + Rebuild with new toolchain + admin@pisilinux.org + + + 2017-03-30 + 0.4.16 + Release Bump + Rebuild with new toolchain + admin@pisilinux.org + + + 2016-06-09 + 0.4.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-04 + 0.4.14 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + zathura + https://pwmt.org/projects/zathura/ + + fury + uglyside@yandex.ru + + ZLib + app:gui + office.misc + A document viewer. + zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. + https://pwmt.org/projects/zathura/download/zathura-0.4.9.tar.xz + + git + file + meson + cmake + gtk3-devel + glib2-devel + sqlite-devel + python3-sphinx + libseccomp-devel + + office/misc/zathura/pspec.xml + + + zathura + + file + gtk3 + cairo + glib2 + pango + sqlite + libseccomp + + + /usr/bin/zathura + /usr/lib + /usr/share + /usr/share/locale + + + + zathura-devel + + zathura + gtk3-devel + glib2-devel + cairo-devel + pango-devel + + + /usr/lib/pkgconfig + /usr/include/girara + /usr/include/zathura + + + + + 2022-06-11 + 0.4.9 + First build. + fury + uglyside@yandex.ru + + + + + + cauchy + https://bitbucket.org/cyrille/cauchy + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + library + office.misc + A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab + Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık + A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab + Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık + https://sourceforge.net/projects/pisilinux/files/source/cauchy-0.9.0.tar.bz2 + + cmake + eigen3 + + office/misc/cauchy/pspec.xml + + + cauchy + + libgcc + + + /usr/lib/libCauchy.so* + /usr/share/doc + /usr/bin + /usr/lib/libm2mml.so* + /usr/lib/libCauchyXUnit.so* + + + + cauchy-devel + Development files for cauchy + cauchy için geliştirme başlıkları + + cauchy + + + /usr/include + + + + + 2021-11-30 + 0.9.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + enca + http://cihar.com/software/enca + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + office.misc + Charset analyzer + Karakter seti yorumlayıcı + enca is a character set analyzer that can detect and convert character set of text files. + enca, metin dosyalarının karakter setini tanımlama ve dönüştürme aracıdır. + http://dl.cihar.com/enca/enca-1.19.tar.xz + + recode-devel + gettext-devel + intltool + gtk-doc + + office/misc/enca/pspec.xml + + + enca + + recode + + + /usr/bin + /usr/lib + /usr/libexec/enca + /usr/share/doc/enca + /usr/share/man + + + + enca-devel + Development files for enca + enca için geliştirme dosyaları + + enca + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc + + + + + 2020-03-17 + 1.19 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-08-06 + 1.19 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-28 + 1.19 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-01 + 1.16 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + chmlib + http://www.jedrea.com/chmlib/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + office.misc + A library for dealing with Microsoft ITSS/CHM format files + Microsoft ITSS/CHM tipindeki dosyalar için gereken kütüphane + Chmlib est une librairie s'occupant des formats de fichiers Microsoft ITSS/CHM. Pour l'instant, il s'agit d'une librairie toute simple, mais suffisante pour gérer tout les fichiers .chm. + Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files. + Chmlib, Microsoft ITSS/CHM tipindeki dosyalar için gereken bir kütüphanedir. Şimdilik çok basit bir kütüphanedir ancak tüm .chm dosyalarına erişmek konusunda başarılıdır. + Chmlib es una librería para manejar archivos del formato Microsoft ITSS/CHM. Actualmente es una librería muy simple, pero suficiente para manejar todo tipo de archivos .chm. + http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2 + office/misc/chmlib/pspec.xml + + + chmlib + + /usr/lib + /usr/bin + /usr/share/doc + + + + chmlib-devel + Development files for chmlib + chmlib için geliştirme dosyaları + + chmlib + + + /usr/include + + + + + 2018-08-07 + 0.40 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-10 + 0.40 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.40 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-20 + 0.40 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + texi2html @@ -269655,65 +335675,81 @@ complete albums that you have purchased from Amazon. - txt2man - http://mvertes.free.fr/ + pstoedit + http://www.pstoedit.net PisiLinux Community admins@pisilinux.org - GPLv2 + GPLv2+ app:console + library office.misc - A converter from flat ASCII text to man page format - Düz ASCII metinleri man sayfası formatına dönüştürücü - txt2man converts flat ASCII text to man page format. - txt2man düz ASCII metinleri man sayfası formatına dönüştürür. - https://github.com/mvertes/txt2man/archive/txt2man-1.6.0.tar.gz - office/misc/txt2man/pspec.xml + Translates PostScript and PDF graphics into other vector formats + Postscript ve PDF grafiklerini diğer vektor formatlarına dönüştüren bir araç + Pstoedit converts PostScript and PDF files to various vector graphic formats. The resulting files can be edited or imported into various drawing packages. + Pstoedit, PDF ve Postscript dosyalarını diğer vektör formatlarına dönüştürür. Sonuçta oluşan düzenlenebilir ya da çeşitli çizim paketlerine eklenebilir. + mirrors://sourceforge/pstoedit/pstoedit-3.73.tar.gz + + plotutils-devel + gd-devel + imagemagick-devel + ghostscript-devel + libzip-devel + + office/misc/pstoedit/pspec.xml - txt2man + pstoedit + + libgcc + imagemagick + gd + plotutils + libzip + /usr/bin + /usr/lib /usr/share/man /usr/share/doc + /usr/share/pstoedit + + + + pstoedit-devel + Development files for pstoedit + pstoedit için geliştirme dosyaları + + pstoedit + + + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig - - 2020-02-11 - 1.5.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-09 - 1.5.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2017-03-30 - 1.5.6 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org + 2018-08-09 + 3.73 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 1.5.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-02-10 + 3.70 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2014-05-25 - 1.5.6 - First release - Osman Erkan - osman.erkan@pisilinux.org + 2017-01-01 + 3.70 + First release. + Stefan Gronewold(groni) + groni@pisilinux.org @@ -269800,202 +335836,237 @@ complete albums that you have purchased from Amazon. - zathura - https://pwmt.org/projects/zathura/ + podofo + http://podofo.sourceforge.net - fury - uglyside@yandex.ru + PisiLinux Community + admins@pisilinux.org - ZLib - app:gui + GPLv3 + LGPLv3 + library + app:console office.misc - A document viewer. - zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. - https://pwmt.org/projects/zathura/download/zathura-0.4.9.tar.xz + A library to work with the PDF file format + PDF dosya biçimiyle çalışmak için bir kütüphane + Biblioteka do obsługi PDF-ów + The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo. + podofo, PDF dosyalarını ayıklamak ve düzenlemek için geliştirilmiş, ücretsiz bir C++ kütüphanesidir. + mirrors://sourceforge/podofo/podofo-0.9.6.tar.gz - git - file - meson cmake - gtk3-devel - glib2-devel - sqlite-devel - python3-sphinx - libseccomp-devel + zlib-devel + libjpeg-turbo-devel + tiff-devel + libpng-devel + freetype-devel + fontconfig-devel + lua51-devel + cppunit-devel + libidn-devel + boost-devel + openssl-devel - office/misc/zathura/pspec.xml + + podofo-0.9.4-freetype.patch + + office/misc/podofo/pspec.xml - zathura + podofo - file - gtk3 - cairo - glib2 - pango - sqlite - libseccomp + tiff + zlib + lua51 + libgcc + libidn + libpng + openssl + freetype + fontconfig + libjpeg-turbo - /usr/bin/zathura + /usr/bin /usr/lib - /usr/share - /usr/share/locale + /usr/share/doc + /usr/share/man - zathura-devel + podofo-devel + Development files for podofo + podofo için geliştirme dosyaları - zathura - gtk3-devel - glib2-devel - cairo-devel - pango-devel + podofo + boost-devel - /usr/lib/pkgconfig - /usr/include/girara - /usr/include/zathura + /usr/include + + 2020-01-15 + 0.9.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-09 + 0.9.6 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 0.9.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-04 + 0.9.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.9.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2022-06-11 - 0.4.9 - First build. - fury - uglyside@yandex.ru + 2014-12-30 + 0.9.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + reverseDependencyUpdate + - zathura-comicbook - https://git.pwmt.org/pwmt/zathura-cb + qpdf + http://qpdf.sourceforge.net - fury - uglyside@yandex.ru + Marcin Bojara + marcin@pisilinux.org - ZLib - library + Artistic-2 + app:console office.misc - Comic book support for zathura. - The zathura-comicbook plugin adds comic book support to zathura. - https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.bz2 + A Content-Preserving PDF Transformation System + A command-line program that does structural, content-preserving transformations on PDF files + mirrors://sourceforge/qpdf/qpdf-9.1.0.tar.gz - meson - zathura-devel - libarchive-devel + libjpeg-turbo-devel + libpcre-devel + libxslt-devel + zlib-devel - office/misc/zathura-comicbook/pspec.xml + office/misc/qpdf/pspec.xml - zathura-comicbook + qpdf - gtk3 - cairo - zathura - gdk-pixbuf - libarchive + zlib + libgcc + libpcre + libjpeg-turbo - /usr/lib/zathura - /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + qpdf-devel + qpdf için geliştirme dosyaları + + libjpeg-turbo-devel + libpcre-devel + zlib-devel + qpdf + + + /usr/include + /usr/lib/pkgconfig - - 2022-06-11 - 0.1.10 - First build. - fury - uglyside@yandex.ru + + 2019-11-24 + 9.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - - - - - zathura-djvu - https://git.pwmt.org/pwmt/zathura-djvu - - fury - uglyside@yandex.ru - - ZLib - library - office.misc - DjVu support for zathura. - pass - https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.bz2 - - meson - djvu-devel - zathura-devel - - office/misc/zathura-djvu/pspec.xml - - - zathura-djvu - - djvu - cairo - zathura - - - /usr/lib/zathura - /usr/share - - - - - 2022-06-11 - 0.2.9 - First build. - fury - uglyside@yandex.ru + + 2019-09-23 + 8.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-31 + 8.4.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-10-07 + 8.2.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-09 + 7.1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-11 + 7.1.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-30 + 6.0.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.0.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org - - - - - zathura-pdf-poppler - https://git.pwmt.org/pwmt/zathura-pdf-poppler - - fury - uglyside@yandex.ru - - ZLib - library - office.misc - PDF support (poppler backend) for zathura. - The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler rendering library. - https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.bz2 - - meson - zathura-devel - poppler-glib-devel - - office/misc/zathura-pdf-poppler/pspec.xml - - - zathura-pdf-poppler - - cairo - zathura - poppler-glib - - - /usr/lib/zathura - /usr/share - - - - 2022-06-11 - 0.3.0 - First build. - fury - uglyside@yandex.ru + 2016-03-23 + 6.0.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org @@ -270044,1585 +336115,183 @@ complete albums that you have purchased from Amazon. - zekr - http://sourceforge.net/projects/zekr - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - app:gui - office.misc - Quran study software - Kur'an-ı Kerim eğitim uygulaması - Zekr is an open source Quran study software that is designed to ease access to the content of the Quran. It provides translations, recitation, search and some other features. - Zekr, Kur'an-ı Kerim'in içeriğine erişimi kolaylaştıran ve çeviri, ezberleme gibi çeşitli özellikler sunan bir çalışma uygulamasıdır. - zekr - http://sourceforge.net/projects/zekr/files/Zekr/zekr-1.1.0/zekr-1.1.0-linux_64.tar.gz - - use-webkitgtk.patch - - office/misc/zekr/pspec.xml - - - zekr - - jre8-openjdk - webkit-gtk2 - gsettings-desktop-schemas - - - /usr/share - /usr/share/doc - /usr/bin - /usr/share/java - - - zekr.png - zekr.desktop - - - - zekr-trans-de - Quran translation in German - Almanca Kur'an-ı Kerim çevirisi - - zekr - - - /usr/share/java/zekr/res/text/trans/de.* - - - translations/de.bubenheim.trans.zip - - - - zekr-trans-es - Quran translation in Spanish - İspanyolca Kur'an-ı Kerim çevirisi - - zekr - - - /usr/share/java/zekr/res/text/trans/es.* - - - translations/es.asad.trans.zip - - - - zekr-trans-fr - Quran translation in French - Fransızca Kur'an-ı Kerim çevirisi - - zekr - - - /usr/share/java/zekr/res/text/trans/fr.* - - - translations/fr.hamidullah.trans.zip - - - - zekr-trans-it - Quran translation in Italian - İtalyanca Kur'an-ı Kerim çevirisi - - zekr - - - /usr/share/java/zekr/res/text/trans/it.* - - - translations/it.piccardo.trans.zip - - - - zekr-trans-tr - Quran translation in Turkish - Türkçe Kur'an-ı Kerim çevirisi - - zekr - - - /usr/share/java/zekr/res/text/trans/tr.* - - - translations/tr.diyanet.trans.zip - translations/tr.yazir.trans.zip - - - - - 2021-03-10 - 1.1.0 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-12-03 - 1.1.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ghostscript - https://www.ghostscript.com + libetonyek + http://www.freedesktop.org/wiki/Software/libetonyek/ PisiLinux Community admins@pisilinux.org - GPLv3+ - library - office.postscript - A PostScript interpreter and renderer - Bir PostScript yorumlayıcısı ve üreticisi - ghostscript is a set of software that provides a PostScript interpreter, a set of C procedures and an interpreter for PDF files. ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. - ghostscript, PostScript yorumlayıcısı, C kitaplığı ve PDF yorumlayıcısı içeren bir yazılım paketidir. ghostscript, PostScript dosyalarının görüntülenmesi ve PostScript olmayan yazıcılardan PostScript dosyalarının çıktılarının alınması için kullanılmaktadır. - https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/ghostpdl-9.53.0.tar.xz - - cups-devel - dbus-devel - tiff-devel - zlib-devel - gtk3-devel - libSM-devel - libXt-devel - libX11-devel - libpng-devel - gnutls-devel - libidn-devel - libXext-devel - freetype-devel - freeglut-devel - libpaper-devel - openjpeg2-devel - fontconfig-devel - libjpeg-turbo-devel - lcms2-devel - - - fedora/ghostscript-sys-zlib.patch - - office/postscript/ghostscript/pspec.xml - - - ghostscript - A PostScript interpreter and renderer - - cups - tiff - zlib - libXt - libidn - libX11 - libpng - freetype - libpaper - openjpeg2 - fontconfig - libjpeg-turbo - lcms2 - poppler-data - gnu-gs-fonts-std - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/cups - /usr/share/ghostscript - - - - ghostscript-docs - Documentation for ghostscript - ghostscript için çeşitli belgeler - ghostscript-docs, ghostscript için belgelendirme dosyalarını içerir. - data:doc - - /usr/share/doc/ghostscript/9.27 - /usr/share/doc/ghostscript/html - /usr/share/doc/ghostscript/examples - - - - ghostscript-devel - Development files for ghostscript - ghostscript için geliştirme dosyaları - ghostscript-devel, ghostscript için geliştirme dosyalarını içerir. - - ghostscript - - - /usr/lib/pkgconfig - /usr/include/ijs - /usr/bin/ijs-config - /usr/include/ghostscript - - - - ghostscript-32bit - 32-bit shared libraries for ghostscript - emul32 - emul32 - - zlib-32bit - tiff-32bit - lcms2-32bit - libXt-32bit - libX11-32bit - libpng-32bit - libidn-32bit - libXext-32bit - freetype-32bit - openjpeg2-32bit - fontconfig-32bit - libjpeg-turbo-32bit - - - zlib-32bit - tiff-32bit - lcms2-32bit - libXt-32bit - libidn-32bit - libX11-32bit - libpng-32bit - freetype-32bit - openjpeg2-32bit - fontconfig-32bit - libjpeg-turbo-32bit - ghostscript - - - /usr/lib32 - - - - - 2020-09-14 - 9.53 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 9.50 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-07 - 9.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-09 - 9.22 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 9.22 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-12 - 9.22 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-05 - 9.20 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 9.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-01 - 9.19 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-10 - 9.15 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - poppler - http://poppler.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - office.postscript - PDF rendering library - Xpdf koduna dayanan bir PDF kitaplığı - Biblioteka renderująca PDF - Poppler est une librairie de rendu PDF basée sur le code source de xpdf-3.0. - poppler is a PDF rendering library based on xpdf. - Poppler, xpdf koduna dayanan bir PDF hazırlama kitaplığıdır. - Wspólna biblioteka renderująca PDF do integrowania oglądania PDF w aplikacjach desktopowych (oparta na kodzie xpdf-3.0). - poppler - https://poppler.freedesktop.org/poppler-22.07.0.tar.xz - - cmake - python3 - boost-devel - lcms2-devel - curl-devel - cairo-devel - gobject-introspection-devel - libjpeg-turbo-devel - freetype-devel - libpng-devel - tiff-devel - zlib-devel - fontconfig-devel - openjpeg2-devel - qt5-base-devel - - office/postscript/poppler/pspec.xml - - - poppler - - zlib - lcms2 - curl - freetype - libgcc - libjpeg-turbo - libpng - tiff - openjpeg2 - fontconfig - poppler-data - - - /usr/lib - /usr/share/doc - - - - poppler-utils - Command line utilities for converting PDF files - PDF dönüşüm araçları - - poppler - cairo - lcms2 - freetype - libgcc - - - /usr/bin - /usr/share/man/man1 - - - - poppler-qt5 - Qt wrapper for poppler - - qt5-base - libgcc - lcms2 - freetype - poppler - - - /usr/lib/libpoppler-qt5.so* - - - - poppler-qt5-devel - Development files for poppler-qt - - poppler-qt5 - poppler-devel - - - /usr/lib/pkgconfig/poppler-qt5.pc - - - - poppler-cpp - Pure C++ wrapper for poppler - Poppler için C++ bağlayıcısı - - libgcc - poppler - - - /usr/lib/libpoppler-cpp.so* - - - - poppler-cpp-devel - Development files for poppler-cpp - poppler-cpp için geliştirme dosyaları - - poppler-cpp - poppler-devel - - - /usr/lib/pkgconfig/poppler-cpp.pc - - - - poppler-glib - Glib wrapper for poppler - Poppler için Glib bağlayıcısı - - libgcc - cairo - glib2 - freetype - poppler - - - /usr/lib/libpoppler-glib.so* - /usr/lib/girepository-1.0/Poppler-0.18.typelib - /usr/share/gir-1.0/Poppler-0.18.gir - - - - poppler-glib-devel - Development files for poppler-glib - poppler-glib için geliştirme dosyaları - - gtk2-devel - glib2-devel - cairo-devel - poppler-glib - poppler-devel - - - /usr/lib/pkgconfig/poppler-glib.pc - /usr/lib/pkgconfig/poppler-cairo.pc - /usr/lib32/pkgconfig/poppler-glib.pc - - - - poppler-devel - Development files for poppler - poppler için geliştirme dosyaları - - poppler - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig/poppler.pc - - - - poppler-32bit - 32-bit shared libraries for poppler - emul32 - emul32 - - zlib-32bit - openjpeg2-32bit - lcms2-32bit - libjpeg-turbo-32bit - libpng-32bit - tiff-32bit - freetype-32bit - fontconfig-32bit - - - poppler - libgcc - zlib-32bit - lcms2-32bit - libjpeg-turbo-32bit - libpng-32bit - openjpeg2-32bit - tiff-32bit - freetype-32bit - fontconfig-32bit - - - /usr/lib32/libpoppler.so* - /usr/lib32/libpoppler-cpp.so.0.10.0 - /usr/lib32/libpoppler-cpp.so - /usr/lib32/libpoppler-cpp.so.0 - /usr/lib32/girepository-1.0/Poppler-0.18.typelib - /usr/lib32/pkgconfig - - - - poppler-glib-32bit - 32-bit shared libraries for poppler-glib - emul32 - emul32 - - glib2-32bit - cairo-32bit - freetype-32bit - - - poppler-32bit - libgcc - glib2-32bit - cairo-32bit - freetype-32bit - - - /usr/lib32/libpoppler-glib.so* - - - - - 2022-07-05 - 22.07.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 21.03.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-02-21 - 0.85.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-02-05 - 0.74.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-31 - 0.74.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-24 - 0.62.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-23 - 0.62.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 0.62.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-08 - 0.62.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-21 - 0.51.0 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.34.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 0.34.0 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-01 - 0.34.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - poppler-data - http://poppler.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - BSD - data - office.postscript - Poppler encoding files - Poppler kodlama dosyaları - poppler-data consists of encoding files for poppler. When installed, the encoding files enables poppler to correctly render CJK and Cyrillic properly. - poppler-data, poppler için CJK ve Kiril harflerini düzgünce gösterebilmek için gerekli kodlama dosyalarını içerir. - http://poppler.freedesktop.org/poppler-data-0.4.10.tar.gz - office/postscript/poppler-data/pspec.xml - - - poppler-data - - /usr/share/doc - /usr/share/poppler - /usr/share/pkgconfig - - - - - 2021-03-10 - 0.4.10 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-02-05 - 0.4.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-31 - 0.4.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-14 - 0.4.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-12 - 0.4.8 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-05 - 0.4.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-03-05 - 0.4.7 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - aspell - http://aspell.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 + MPL-1.0 app:console - office.spellcheck - A multi-language spellchecker - Bir yazım kontrol aracı - Ce programme rend possible de vérifier facilement les documents en UTF-8 sans avoir à utiliser un dictionnaire spécial. - Aspell is a spellchecker that has dictionaries for more than one language and is written as a replacement to ispell. - GNU Aspell birden fazla dil destekleyen bir yazım kontrol aracıdır. - mirrors://gnu/aspell/aspell-0.60.8.tar.gz + office.misc + A library for import of Apple Keynote presentations + Apple keynote sunumları için bir kütüphane + Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. You can find it being used in libreoffice. + Libetonyek çeşitli uygulamalar içine Apple Keynote sunumları yorumlamak ve eklemek için bir kütüphane . Bunu LibreOffice içerisinde zaten kullanılıyor olabilirsiniz. + https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.10.tar.xz - ncurses-devel + doxygen + zlib-devel + libxml2-devel + boost-devel + cppunit-devel + librevenge-devel + glm + gperf + liblangtag-devel + mdds-devel - - fedora/aspell-0.60.7-fileconflict.patch - fedora/aspell-0.60.7-mp.patch - fedora/aspell-0.60.7-pspell_conf.patch - - office/spellcheck/aspell/pspec.xml + office/misc/libetonyek/pspec.xml - aspell + libetonyek + zlib libgcc - ncurses + libxml2 + liblangtag + librevenge /usr/bin /usr/lib - /usr/share/aspell - /usr/share/doc - /usr/share/man - /usr/share/info - /usr/share/locale + /usr/share - aspell-devel - Development files for aspell - aspell için geliştirme dosyaları + libetonyek-devel + Development files for libetonyek + libetonyek için geliştirme dosyaları - aspell + zlib-devel + libxml2-devel + liblangtag-devel + librevenge-devel + libetonyek + /usr/share/doc /usr/include - /usr/share/info/aspell-dev.info + /usr/lib/pkgconfig + + 2022-05-05 + 0.1.10 + Ver bump. + Pisi Linux Community + admin@pisilinux.org + + + 2021-10-21 + 0.1.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + - 2021-05-25 - 0.60.8 + 2021-03-10 + 0.1.9 Rebuild. Pisi Linux Community admin@pisilinux.org - 2020-01-15 - 0.60.8 - Version bump + 2020-02-22 + 0.1.9 + Version bump. Pisi Linux Community admin@pisilinux.org 2018-09-16 - 0.60.6.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 0.60.6.1 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.60.6.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 0.60.6.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - enchant - https://www.abisource.com/enchant/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - office.spellcheck - Spellchecker wrapping library - İmla denetimi kitaplığı - enchant is a library that wraps other spell checking backends. - enchant, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır. - http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz - - aspell-devel - hunspell-devel - glib2-devel - dbus-glib-devel - - office/spellcheck/enchant/pspec.xml - - - enchant - - glib2 - hunspell - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/enchant - - - - enchant-aspell - aspell backend for Enchant - Enchant için aspell arkaucu - - enchant - aspell - - - /usr/lib/enchant/libenchant_aspell.so - - - - enchant-zemberek - zemberek backend for Enchant - Enchant için zemberek arkaucu - - enchant - zemberek-office - - - /usr/lib/enchant/libenchant_zemberek.so - - - - enchant-devel - Development files for enchant - enchant için geliştirme dosyaları - - enchant - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-15 - 1.6.0 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2019-01-26 - 1.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.6.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 1.6.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 1.6.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - enchant2 - https://abiword.github.io/enchant/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - office.spellcheck - Spellchecker wrapping library - İmla denetimi kitaplığı - enchant is a library that wraps other spell checking backends. - enchant2, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır. - https://github.com/AbiWord/enchant/archive/v2.3.0.tar.gz - - dbus-glib-devel - hunspell-devel - aspell-devel - glib2-devel - gnupg - git - - office/spellcheck/enchant2/pspec.xml - - - enchant2 - Spellchecker wrapping library - - glib2 - hunspell - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/enchant - - - - enchant2-aspell - aspell backend for Enchant - Enchant2 için aspell arkaucu - enchant2-aspell, enchant2 için aspell arkaucu sağlar. - - enchant2 - aspell - - - /usr/lib/enchant-2/enchant_aspell.so - - - - enchant2-zemberek - zemberek backend for Enchant - Enchant2 için zemberek arkaucu - enchant2-zemberek, enchant2 için zemberek arkaucu sağlar. - - enchant2 - zemberek-office - - - /usr/lib/enchant-2/enchant_zemberek.so - - - - enchant2-devel - Development files for enchant2 - enchant2 için geliştirme dosyaları - enchant2-devel, enchant2 için geliştirme dosyaları sağlar. - - enchant2 - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-06-30 - 2.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 2.2.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-04-06 - 2.2.3 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - hunspell - http://hunspell.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - MPL-1.1 - GPLv2 - LGPLv2.1 - library - app:console - office.spellcheck - An improved spell checker - Gelişmiş imla denetleyici - hunspell spell checker is an improved replacement for myspell in Openoffice.org. It is also used in Firefox and Thunderbird as spell checker. - hunspell, OpenOffice.org'daki myspell yerine kullanılabilen gelişmiş bir imla denetleyicidir. Aynı zamanda, Firefox ve Thunderbird'de imla denetleyici olarak kullanılmaktadır. - https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz - - gettext-devel - ncurses-devel - readline-devel - - office/spellcheck/hunspell/pspec.xml - - - hunspell - - ncurses - libgcc - readline - - - /usr/lib - /usr/bin - /usr/share/locale - /usr/share/man - /usr/share/doc - - - ispellaff2myspell - wordlist2hunspell - - - - hunspell-devel - Development files for hunspell - hunspell için geliştirme dosyaları - - hunspell - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/*.a - /usr/share/man/man3 - - - - - 2020-01-15 - 1.7.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2018-08-06 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-16 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.6.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-10 - 1.3.3 - First release - Vedat Demir - vedat@pisilinux.com - - - - - - qtspell - https://github.com/manisandro/qtspell - - Stefan Gronewold - groni@pisilinux.org - - GPL3 - office.spellcheck - Spell checking for Qt text widgets - QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library. - https://github.com/manisandro/qtspell/archive/0.8.5.tar.gz - - cmake - doxygen - enchant2-devel - pkgconfig - qt5-assistant-devel - qt5-base-devel - qt5-designer-devel - qt5-linguist - glib2-devel - - office/spellcheck/qtspell/pspec.xml - - - qtspell - Spell checking for Qt text widgets - - qt5-base - enchant2 - libgcc - - - /usr/lib - /usr/share/qt5/translations - /usr/include/QtSpell-qt5 - /usr/share/doc - - - - - 2019-04-24 - 0.8.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-16 - 0.8.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-09 - 0.8.2 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - zemberek-office - http://code.google.com/p/zemberek/ - - PisiLinux Community - admins@pisilinux.org - - BSD - data - office.spellcheck - Zemberek integration package for LibreOffice office suite - LibreOffice Türkçe ofis yazılımı için Zemberek uyumu - zemberek-openoffice integrates Zemberek into LibreOffice. - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/zemberek/zemberek-ooo-1.0_rc4.oxt - office/spellcheck/zemberek-office/pspec.xml - - - zemberek-office - - jre8-openjdk - libreoffice - - - /usr/lib/libreoffice/share/extensions - - - - - 2019-09-29 - 1.0_rc4 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-05-29 - 1.0_rc4 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2019-04-26 - 1.0_rc4 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2018-03-23 - 1.0_rc4 - Fist release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - zanshin - http://zanshin.kde.org/ - - Stefan Gronewold - groni@pisilinux.org - - GPL - office - To-do management application for KDE 5 based on Akonadi - Zanshin is a powerful yet simple application for managing your day to day actions. It helps you organize and reduce the cognitive pressure of what one has to do in his job and personal life. You'll never forget anything anymore, getting your mind like water. - https://download.kde.org/stable/release-service/22.04.2/src/zanshin-22.04.2.tar.xz - - boost-devel - extra-cmake-modules - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - krunner-devel - qt5-base-devel - kldap-devel - akonadi-calendar-devel - kontactinterface-devel - akonadi-notes-devel - akonadi-search-devel - kidentitymanagement-devel - cyrus-sasl-devel - akonadi-devel - kitemmodels-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - akonadi-contacts-devel - akonadi-mime-devel - - office/zanshin/pspec.xml - - - zanshin - To-do management application for KDE 5 based on Akonadi - - kio - ki18n - kldap - kmime - kparts - libgcc - akonadi - kcodecs - kconfig - krunner - kwallet - kxmlgui - qt5-base - kcontacts - kitemviews - kcompletion - kcoreaddons - kitemmodels - kjobwidgets - akonadi-notes - akonadi-search - kconfigwidgets - kwidgetsaddons - akonadi-calendar - akonadi-contacts - kdelibs4-support - kontactinterface - kidentitymanagement - kdepim-runtime - - - /usr/bin - /usr/lib/qt5 - /usr/share - /usr/share/doc - - - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-16 - 0.5.71 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-10 - 0.5.0 + 0.1.8 Rebuild. Pisi Linux Community admin@pisilinux.org 2018-03-22 - 0.5.0 + 0.1.7 Rebuild. Pisi Linux Community admin@pisilinux.org - 2018-02-06 - 0.5.0 + 2018-02-11 + 0.1.7 Version Bump. - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2017-01-08 - 0.4.1 - First Release - Stefan Gronewold - groni@pisilinux.org + 2017-04-14 + 0.1.6 + Rebuild + Alihan Öztürk + alihan@pisilinux.org - zim - https://zim-wiki.org/ - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - office - A Desktop Wiki. - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control. - https://zim-wiki.org/downloads/zim-0.74.3.tar.gz - - xdg-utils - gtk3-devel - python3-xdg - python3-devel - python3-pygobject3-devel - - office/zim/pspec.xml - - - zim - - gtk3 - python3 - xdg-utils - python3-xdg - python3-pygobject3 - gobject-introspection - - - /usr/bin - /usr/lib - /usr/share - /usr/share/zim - /usr/share/locale - /usr/share/man/man1 - - - - - 2021-12-14 - 0.74.3 - First build. - fury - uglyside@yandex.ru - - - - - - ant - http://ant.apache.org + txt2man + http://mvertes.free.fr/ PisiLinux Community admins@pisilinux.org - Apache-2.0 + GPLv2 app:console - programming.build - Java-based build tool - Java tabanlı inşa aracı - Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. - Apache ant Java tabanlı bir inşa aracıdır. Teorik olarak make'e benzemektedir ancak make'in kırışıksız halidir - Apache Ant es una herramienta de compilación (build) basado en Java. Teróricamente se puede comparar con Make, pero sin las vueltas que tiene aquel. - http://archive.apache.org/dist/ant/source/apache-ant-1.10.9-src.tar.xz - - jdk8-openjdk - - programming/build/ant/pspec.xml + office.misc + A converter from flat ASCII text to man page format + Düz ASCII metinleri man sayfası formatına dönüştürücü + txt2man converts flat ASCII text to man page format. + txt2man düz ASCII metinleri man sayfası formatına dönüştürür. + https://github.com/mvertes/txt2man/archive/txt2man-1.6.0.tar.gz + office/misc/txt2man/pspec.xml - ant + txt2man - /etc - /usr/share/ /usr/bin - - - ant.conf - ant.sh - ant.csh - - - - ant-docs - Documentation package for ant build system - + /usr/share/man /usr/share/doc - - 2021-03-10 - 1.10.9 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-06-04 - 1.9.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.9.14 + + 2020-02-11 + 1.5.6 Rebuild. Pisi Linux Community admin@pisilinux.org - - 2019-09-22 - 1.9.14 - Rebuild jdk7-2.6.19. - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-29 - 1.9.14 - Rebuild jdk7-2.6.14. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-16 - 1.9.9 - Rebuild jdk7-2.6.14. - Pisi Linux Community - admin@pisilinux.org - - 2018-01-16 - 1.9.9 - Release Bump + 2018-08-09 + 1.5.6 + Version Bump Pisi Linux Community admin@pisilinux.org - 2017-01-28 - 1.9.8 - Release Bump + 2017-03-30 + 1.5.6 + Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2016-06-09 - 1.9.6 + 1.5.6 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-01-25 - 1.9.6 + 2014-05-25 + 1.5.6 First release Osman Erkan osman.erkan@pisilinux.org @@ -271631,64 +336300,108 @@ complete albums that you have purchased from Amazon. - ccache - https://ccache.samba.org/ + tesseract + https://github.com/tesseract-ocr/tesseract PisiLinux Community admins@pisilinux.org - GPLv3+ + APACHE app:console - programming.build - Fast C/C++ compiler cache - Hızlı C/C++ derleme önbelleği - Cache veloz de compilador - Cache de Compilation rapide - ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done. - ccache bir derleme önbelleğidir. Önceki derlemeleri önbelleğinde saklayıp, aynı derlemelerde bu önbelleği kullanarak C/C++ kodlarının yeniden derlenmelerini hızlandırır. - https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz + office.misc + Tesseract OCR Engine + Tesseract OCR Motoru + This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess + tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir. + https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz - zlib-devel + leptonica-devel + cairo-devel + icu4c-devel + pango-devel + tiff-devel + libgomp + libxslt-devel + asciidoc - programming/build/ccache/pspec.xml + office/misc/tesseract/pspec.xml - ccache + tesseract + Tesseract OCR Engine - zlib + leptonica + libgomp + tiff - /usr/bin - /usr/lib/ccache/bin + /usr/lib/libtesseract.so.4.0.1 + /usr/lib/libtesseract.so.4 + /usr/lib/libtesseract.so + /usr/bin/tesseract + /usr/share/tessdata /usr/share/doc - /usr/share/man + /usr/share + + + + tesseract-devel + Development files for tesseract + tesseract için geliştirme dosyaları + tesseract-devel, tesseract için geliştirme dosyaları içerir. + + tesseract + + + /usr/lib/pkgconfig/tesseract.pc + /usr/include/tesseract + + + + tesseract-tools + Tools for tesseract + tesseract için araçlar + tesseract-tools, tesseract için araçlar içerir. + + tesseract + fontconfig + leptonica + cairo + icu4c + pango + + + /usr/bin/set_unicharset_properties + /usr/bin/language-specific.sh + /usr/bin/unicharset_extractor + /usr/bin/tesstrain_utils.sh + /usr/bin/combine_lang_model + /usr/bin/classifier_tester + /usr/bin/merge_unicharsets + /usr/bin/combine_tessdata + /usr/bin/shapeclustering + /usr/bin/ambiguous_words + /usr/bin/dawg2wordlist + /usr/bin/wordlist2dawg + /usr/bin/tesstrain.sh + /usr/bin/lstmtraining + /usr/bin/cntraining + /usr/bin/mftraining + /usr/bin/text2image + /usr/bin/lstmeval - - 2021-05-18 - 3.7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-26 - 3.7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2019-05-06 - 3.7.1 + 2020-01-19 + 4.1.1 Version bump. - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - 2018-09-12 - 3.4.3 + 2019-01-25 + 4.0.0 First release PisiLinux Community admins@pisilinux.org @@ -271697,18453 +336410,980 @@ complete albums that you have purchased from Amazon. - gn - https://gn.googlesource.com/gn/ + t1utils + http://www.lcdf.org/type/#t1utils - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - BSD - library - programming.build - Meta-build system that generates build files for Ninja - Meta-build system that generates build files for Ninja - Ninja için derleme dosyaları oluşturan meta-build sistemi - Ninja için derleme dosyaları oluşturan meta-build sistemi - https://sourceforge.net/projects/pisilinux/files/source/gn-2018.12.01.tar.gz + GPLv2 + app:console + office.misc + Type 1 Font utilities + Tip 1 fontlar için araçlar + t1utils contains six tools (t1ascii, t1binary, t1disasm, t1asm, t1unmac and t1mac) for dealing with Type 1 fonts. + t1utils Tip 1 fontları dönüştürmek için 6 araç (t1ascii, t1binary, t1disasm, t1asm, t1unmac ve t1mac) içerir. + https://github.com/kohler/t1utils/archive/v1.41.tar.gz + + 3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch + + office/misc/t1utils/pspec.xml + + + t1utils + Type 1 Font utilities + + /usr/share/doc + /usr/share/man + /usr/bin + + + + + 2020-06-03 + 1.41 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + perf + http://www.kernel.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:gui + kernel.tools + Performance analyser tool that makes full use of the Linux performance counter subsystem + perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem. + https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.gz git - ninja - - programming/build/gn/pspec.xml - - - gn - - libgcc - - - /usr/bin - /usr/share/doc - - - - - 2018-12-01 - 2018.12.01 - First release - PisiLinux Community - admins@pisilinux.org - - - 2018-09-21 - 0.1468 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - llvm - http://www.llvm.org/ - - Serdar Soytetir - kaptan@pisilinux.org - - NCSA - programming.build - The Low Level Virtual Machine - Derleyici altyapısı - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. - LLVM projesi, modüler ve tekrar tekrar kullanılabilir derleyici teknolojileri koleksiyonudur. Adının aksine geleneksel sanal makinelerden çok farklıdır; ancak sanal makineleri oluşturmak için faydalı kitaplıklar içerir. - https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz - - ninja - zlib-devel - libxml2-devel - ncurses-devel - ocaml - libffi-devel - groff - swig - libedit-devel - cmake - python3-devel - - programming/build/llvm/pspec.xml - - - llvm - app:console - library - - llvm-libs - zlib - libgcc - ncurses - llvm-polly - - - /usr/bin - /usr/bin/llvm-config - /usr/include/llvm* - /usr/lib/llvm - /usr/lib - /etc/ld.so.conf.d - /etc/llvm - /usr/share/doc - /usr/share/vim - /usr/share/llvm/cmake - /usr/share/man - - - 51-llvm.conf - - - - llvm-libs - LLVM çalışma zamanı kitaplıkları - library - - zlib - libffi - libedit - libgcc - ncurses - libxml2 - llvm-polly - - - /usr/lib/libLLVM*.so - /usr/lib/libLLVM*.so.14* - /usr/lib/LLVMgold.* - /usr/lib/libLTO.* - /usr/lib/libRemarks.so* - /usr/lib/bfd-plugins/LLVMgold.so - /usr/share/licenses/llvm-libs/LICENSE - - - - lldb - Next generation, high-performance debugger - Yeni nesil, yüksek performanslı hata ayıklayıcı - - llvm-libs - llvm-clang - libgcc - libedit - libxml2 - ncurses - python3 - llvm-polly - - - /usr/bin/argdumper - /usr/bin/lldb* - /usr/bin/liblldb* - /usr/lib/liblldb.so* - /usr/lib/liblldb* - /usr/lib/python2.7/site-packages/readline.so - /usr/lib/python3.9/site-packages/lldb/* - /usr/lib/liblldbIntelFeatures.so* - /usr/lib/liblldbPluginExpressionParserClang.a - /usr/lib/liblldbPluginObjCLanguage.a - - - - lldb-devel - Development headers lldb - lldb geliştirme dosyaları - - lldb - - - /usr/include/lldb/* - - - - lld - Linker from the LLVM project - LLVM projesinden bağlayıcı - - llvm-libs - libgcc - llvm-polly - - - /usr/bin/ld.lld - /usr/bin/ld64.lld - /usr/bin/lld - /usr/bin/lld-link - /usr/bin/wasm-ld - /usr/lib/liblldMachO2.so* - /usr/lib/liblldCOFF.* - /usr/lib/liblldCommon.* - /usr/lib/liblldCore.* - /usr/lib/liblldDriver.* - /usr/lib/liblldELF.* - /usr/lib/liblldMachO.* - /usr/lib/liblldMinGW.* - /usr/lib/liblldReaderWriter.* - /usr/lib/liblldWasm.* - /usr/lib/liblldYAML.* - /usr/lib/liblldMachO2.* - /usr/share/doc/lld - - - - lld-devel - Development headers lld - lld geliştirme dosyaları - - lld - libgcc - - - /usr/include/lld/* - /usr/lib/cmake/lld/* - - - - llvm-clang-analyzer - A source code analysis framework - C ve Objective-C için kod analiz altyapısı - 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. - app:console - - llvm-clang - - - /usr/lib/clang-analyzer - /usr/bin/scan-* - /usr/share/scan* - /usr/share/opt-viewer - /usr/libexec/ccc-* - /usr/libexec/c++-* - /usr/libexec/intercept-c++ - /usr/libexec/analyze-c++ - /usr/libexec/intercept-cc - /usr/libexec/analyze-cc - /usr/share/man/man1/scan-build.1 - - - - compiler-rt - Various runtime libraries used by Clang - Clang tarafından kullanılan çeşitli çalışma zamanı kitaplıkları - - libgcc - - - /usr/lib/clang/14.0.6/lib/linux/*.so - - - - llvm-unwind - LLVM unwinding library - - /usr/lib/libllvm-unwind* - /usr/lib/llvm-libunwind - - - - llvm-clang - A C language family front-end for LLVM - LLVM için C dili ailesi ön ucu - The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. - - llvm-libs - libxml2 - libgcc - llvm-polly - - - /usr/bin/diagtool - /usr/bin/pp-trace - /usr/bin/modularize - /usr/bin/find-all-symbols - /usr/bin/git-clang* - /usr/bin/clang* - /usr/bin/c-index-test - /usr/bin/tblgen - /usr/lib/libclang* - /usr/lib/clang/ - /usr/lib/libfindAllSymbols.so* - /usr/share/man/man1/clang.1 - /usr/lib/cmake/clang/Clang* - /usr/share/clang - - - - llvm-clang-32bit - A C language family front-end for LLVM - LLVM 32bit için AC dil ailesi ön ucu - The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. - - /usr/lib32/libclang* - /usr/lib32/clang/ - /usr/lib32/libfindAllSymbols.so* - /usr/lib32/cmake/clang/Clang* - - - - llvm-clang-devel - Development headers for llvm-clang - llvm-clang için başlık dosyaları - - llvm-clang - - - /usr/include/clang - /usr/lib/clang/14.0.6/include - /usr/include/clang-c - /usr/include/clang-tidy - - - - llvm-mlir - MLIR is intended to be a hybrid IR which can support multiple different requirements in a unified infrastructure - MLIR, birleşik bir altyapıda birden fazla farklı gereksinimi destekleyebilen hibrit bir IR olmayı amaçlamaktadır. - - llvm-libs - libgcc - ncurses - llvm-polly - - - /usr/bin/mlir* - /usr/lib/libMLIR* - /usr/lib/libmlir* - /usr/include/mlir* - /usr/lib/cmake/mlir - - - - llvm-polly - High-level loop and data-locality optimizer and optimization infrastructure for LLVM - LLVM için üst düzey döngü ve veri konumu optimize edici ve optimizasyon altyapısı - - libgcc - - - /usr/lib/LLVMPolly.so - /usr/lib/libPolly*.so* - /usr/include/polly - /usr/lib/cmake/polly - - - - llvm-32bit - 32-bit shared libraries for llvm - llvm için 32 bit paylaşılan kitaplıklar - emul32 - emul32 - - zlib-32bit - libffi-32bit - libxml2-32bit - ncurses-32bit - - - llvm - llvm-clang-32bit - libgcc - libxml2-32bit - ncurses-32bit - zlib-32bit - libffi-32bit - - - /usr/bin/llvm-config-32 - /usr/lib32 - - - - - 2022-06-27 - 14.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-29 - 14.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-24 - 13.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 13.0.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-07-10 - 12.0.1 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2021-07-07 - 12.0.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-06-03 - 12.0.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-05-15 - 11.1.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-11-12 - 11.0.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-09-23 - 10.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-04 - 10.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-24 - 10.0.0 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-05-23 - 7.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-18 - 6.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-15 - 6.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-23 - 5.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-25 - 5.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-09-04 - 3.8.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-12 - 3.8.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.8.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 3.8.0 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2016-04-06 - 3.8.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - luajit - http://luajit.org/ - - Alihan Öztürk - alihan@pisilinux.org - - MIT - app:gui - programming.build - Just-in-time compiler and drop-in replacement for Lua 5.1 - Lua için Just-in-Time derleyici - Just-in-time compiler and drop-in replacement for Lua 5.1 - LuaJIT, Lua için bir Just-in-Time derleyicidir. - http://luajit.org/download/LuaJIT-2.0.5.tar.gz - - gcc - - programming/build/luajit/pspec.xml - - - luajit - - libgcc - - - /usr/bin - /usr/share/doc - /usr/lib - /usr/lib/lua - /usr/share/luajit-2.0.2 - /usr/share/lua - /usr/share - /usr/share/man - - - - luajit-devel - Development files for luajit - luajit için geliştirme başlıkları - - luajit - - - /usr/include - /usr/lib/pkgconfig/luajit.pc - - - - - 2021-05-18 - 2.0.5 - rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-26 - 2.0.5 - rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-10-13 - 2.0.5 - First Release - Kamil Atlı - suvari@pisilinux.org - - - - - - samurai - https://github.com/michaelforney/samurai - - PisiLinux Community - admins@pisilinux.org - - Apache - app - programming.build - ninja-compatible build tool written in C - ninja-compatible build tool written in C - ninja-compatible build tool written in C - ninja-compatible build tool written in C - https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz - programming/build/samurai/pspec.xml - - - samurai - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-06-09 - 1.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gdb - http://www.gnu.org/software/gdb/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - programming.debug - GNU debugger - GNU hata ayıklayıcısı - Depurador GNU - GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed. - GDB, GNU Proje hata ayıklama aracı, çalışır durumdaki başka bir programın `içinde' olan biteni görmenizi, veya başka bir programın çöktüğü anda ne yapıyor olduğunu bilmenizi sağlar. - GDB, el depurador del proyecto GNU permite ver lo que está pasando 'en el interior de' otro programa mientras ejecuta -- o lo que estaba haciendo cuando quedó colgado. - https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz - - texinfo + libunwind-devel + audit-devel xz-devel - mpfr-devel - expat-devel + gtk2-devel + unifdef + elfutils-devel + diffutils + newt-devel + xmlto + asciidoc + pciutils-devel + numactl-devel python-devel - xxhash-devel - ncurses-devel - guile2.0-devel - readline-devel - source-highlight-devel - - - 0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch - - programming/debug/gdb/pspec.xml - - - gdb - GNU debugger - - xz - mpfr - expat - libgcc - xxhash - python - ncurses - guile2.0 - readline - source-highlight - - - /usr/lib - /usr/share/man - /usr/share/gdb - /usr/bin - /usr/share/info - /usr/share/doc/gdb - - - - gdb-devel - Development files for gdb - gdb için geliştirme dosyaları - gdb-devel, provides development files for gdb. - - gdb - - - /usr/include - - - - - 2021-11-30 - 11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-15 - 10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 9.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-07 - 9.2 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 8.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 8.0.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 7.12.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 7.9.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 7.9.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - codeblocks - http://www.codeblocks.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv3 - app:gui - programming.environment - A free C++ IDE built to meet the most demanding needs of its users - C++ için bütünleşik geliştirme araçlarını barındıran özgür yazılım - Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. - Code::Blocks, yazılımcıların en çok ihtiyaç duydukları özellikleri sağlayan, tamamen kişiselleştirilebilen ve geliştirilebilen C++ editörüdür. - codeblocks - https://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.xz - - bzip2 - zlib-devel - tinyxml-devel - boost-devel - fontconfig-devel - gamin-devel + slang-devel glib2-devel - gtk3-devel - hunspell-devel - wxGTK-devel - wxGTK3 - - - codeblocks-gcc11.patch - 04b7c50fb8c6a29b2d84579ee448d2498414d855.patch - 2345b020b862ec855038dd32a51ebb072647f28d.patch - 40eb88e3f2b933f19f9933e06c8d0899c54f5e25.patch - 46720043319758cb0e798eb23520063583c40eaa.patch - 8035dfdff321754819f79e3165401aa59bd8c7f7.patch - a4aacc92640b587ad049cd6aa68c637e536e9ab5.patch - c28746f4887f10e6f9f10eeafae0fb22ecdbf9c7.patch - dbdf5c5ea9e3161233f0588a7616b7e4fedc7870.patch - f2f127cf5cd97c7da6a957a3f7764cb25cc9017e.patch - 29315df024251850832583f73e67e515dae10830.patch - 9a9c6a9d5e3e0f6eff5594ecd61a2222f073be9c.patch - b2e4f1279804e1d11b71bc75eeb37072c3589296.patch - sc_wxtypes-normalize.patch - - programming/environment/codeblocks/pspec.xml - - - codeblocks - A free C++ IDE built to meet the most demanding needs of its users - - bzip2 - zlib - tinyxml - fontconfig - gamin - glib2 - gtk3 - hunspell - wxBase - wxGTK - wxGTK-common - wxGTK3 - - - /usr/bin - /usr/lib - /usr/share/appdata - /usr/share/applications - /usr/share/codeblocks - /usr/share/doc - /usr/share/icons - /usr/share/man - /usr/share/mime - /usr/share/pixmaps - /usr/share/metainfo - - - - codeblocks-devel - Development files of codeblocks - codeblocks paketlerine ait geliştirme dosyaları - - codeblocks - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 20.03 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-24 - 17.12 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2017-05-10 - 16.01 - First release. - Erdinç Gültekin - admins@pisilinux.org - - - - - - eric6 - http://eric-ide.python-projects.org/index.html - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:gui - programming.environment.eric - Full featured Python IDE - Eric is a full featured Python and Ruby editor and IDE, written in python. - It is based on the cross platform Qt4 gui toolkit, integrating the highly flexible - Scintilla editor control. It is designed to be usable as everdays' quick and dirty - editor as well as being usable as a professional project management tool integrating - many advanced features Python offers the professional coder. - eric5 - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-cs-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-de-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-es-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-fr-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-it-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-ru-17.12.tar.gz - https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/eric6-i18n-tr-17.12.tar.gz - - qt5-base-devel - qt5-sql-mysql - python3-devel - qt5-sql-sqlite - python3-qt5 - qscintilla2-devel - qscintilla2-python3 - qt5-webkit-devel - qt5-svg-devel - python3-sip - - programming/environment/eric6/pspec.xml - - - eric6 - - qt5-base - python3 - python3-qt5 - qscintilla2-python3 - qt5-webkit - qt5-svg - - - /usr/bin - /usr/lib/python3.6/site-packages - /usr/share/qt5/qsci/api - /usr/share/applications - /usr/share/appdata - /usr/share/doc - /usr/share/pixmaps - /usr/share/metainfo - - - - - 2018-09-09 - 17.12 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-01 - 17.12 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-05 - 17.05 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 6.1.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-10 - 6.1.4 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - cargo-c - https://github.com/lu-zero/cargo-c - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language - A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries - A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries - A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries - A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries - https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.5-deploy.tar.gz - - rust - curl-devel zlib-devel + perl + util-linux + libxslt openssl-devel - - programming/language/cargo-c/pspec.xml - - - cargo-c - - /usr/bin - /usr/share/doc - - - - - 2021-11-02 - 0.9.5 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gtk-sharp - https://www.mono-project.com/docs/gui/gtksharp/ - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2.1 - library - programming.language.dotnet - Gtk# 3 est un lien (binding) en langage C# pour la boîte à outils GTK2. - A C# language binding for the GTK+ 3 - Gtk3 için C# bağlayıcıları - Gtk-sharp is a C# language binding for the GTK+ 3 toolkit. - Gtk-sharp, GTK+ 3 araç kiti için yazılmış C# bağlayıcılarıdır. - gtk-sharp - https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz - - atk-devel - mono-devel - gtk3-devel - pango-devel + systemtap-sdt-devel + zstd-devel + libcap-devel + python3 - fix-build.patch + patches/linux/patch-5.15.50.xz + patches/aufs5/aufs5.15.41-20220530.patch + patches/aufs5/aufs5-base.patch + patches/aufs5/aufs5-kbuild.patch + patches/aufs5/aufs5-loopback.patch + patches/aufs5/aufs5-mmap.patch + patches/aufs5/tmpfs-idr.patch + patches/aufs5/vfs-ino.patch + patches/aufs5/aufs5-standalone.patch + patches/mageia/fs-procfs-do-not-list-TID-0-in-proc-pid-task.patch + patches/mageia/CVE-2019-12379.patch + patches/mageia/CVE-2020-16119-DCCP-CCID-structure-use-after-free.patch + patches/mageia/platform-x86-add-shuttle-wmi-driver.patch + patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch + patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch + patches/mageia/platform-x86-shuttle-wmi-4.13-buildfix.patch + patches/mageia/platform-x86-shuttle-wmi-kernel-5.5.patch + patches/mageia/3rd-3rdparty-tree.patch + patches/mageia/3rd-3rdparty-merge.patch + patches/mageia/3rd-ndiswrapper-1.63.patch + patches/mageia/3rd-ndiswrapper-Kconfig.patch + patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch + patches/mageia/3rd-niswrapper-Kconfig-Makefile.patch + patches/mageia/3rd-rtl8812au.patch + patches/mageia/3rd-rtl8812au-Kconfig-Makefile.patch + patches/mageia/3rd-rtl8812au-rename.patch + patches/mageia/3rd-rtl8812au-kernel-5.12.patch + patches/mageia/3rd-rtl8812au-kernel-5.15.patch + patches/mageia/3rd-rtl8723de.patch + patches/mageia/3rd-rtl8723de-Kconfig-Makefile.patch + patches/mageia/3rd-rtl8723de-fix-redefine.patch + patches/mageia/3rd-rtl8723de-nodebug.patch + patches/mageia/3rd-rtl8223de-kernel-5.6.patch + patches/mageia/3rd-rtl8723de-add-kernel-5.8-support.patch + patches/mageia/3rd-viahss-0.92.patch + patches/mageia/3rd-viahss-config.patch + patches/mageia/3rd-viahss-module-license.patch + patches/mageia/3rd-viahss-2.6.35-buildfix.patch + patches/mageia/3rd-viahss-3.0-buildfix.patch + patches/mageia/3rd-viahss-Kconfig-Makefile.patch + patches/mageia/3rd-rtl8821ce.patch + patches/mageia/3rd-rtl8821ce-Kconfig-Makefile.patch + patches/mageia/3rd-rtl8821ce-5.8-fix.patch + patches/mageia/3rd-rtl8821ce-kernel-5.10.patch + patches/mageia/3rd-rtl8821ce-kernel-5.12.patch + patches/mageia/3rd-rtl8821ce-kernel-5.15.patch + patches/mageia/3rd-fix-kconfig.patch - programming/language/dotnet/gtk-sharp/pspec.xml + kernel/tools/perf/pspec.xml - gtk-sharp + perf - atk - gtk3 + audit + xz + newt + elfutils + gtk2 + numactl + libunwind + python + slang glib2 - pango - fontconfig - mono-runtime - - - /usr/bin - /usr/lib/mono/gac/gtk-sharp - /usr/lib/libgiosharpglue* - /usr/lib/libatksharpglue* - /usr/lib/libgtksharpglue* - /usr/lib/libpangosharpglue* - /usr/lib/libmono-profiler* - /usr/lib/monodoc - /usr/lib/gapi-3* - /usr/lib/mono/gac - /usr/lib/mono/gtk-sharp-3.0 - /usr/share/gapi-* - /usr/share/doc/ - - - - gtk-sharp-devel - Development files for gtk-sharp - gtk-sharp için geliştirme dosyaları - - gtk-sharp - - - /usr/lib/pkgconfig - - - - - 2022-0-12 - 2.99.3 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libgdiplus - https://www.mono-project.com/docs/gui/libgdiplus/ - - Kamil Atlı - suvari@pisilinux.org - - MIT - library - programming.language.dotnet - Librairie pour utiliser System.Drawing avec Mono. - Open Source Implementation of the GDI+ API - GDI+ API'sinin Açık Kaynak Uygulaması - Libgdiplus is an open source implementation of the GDI+ API. This is part of the Mono project. - Libgdiplus, GDI+ API'sinin açık kaynak uygulamasıdır ve aynı zamanda Mono Projesi'nin bir parçası olarak geliştirilmektedir. - https://download.mono-project.com/sources/libgdiplus/libgdiplus-6.1.tar.gz - - tiff-devel - cairo-devel - glib2-devel - libX11-devel - giflib-devel - libpng-devel - libexif-devel - freetype-devel - fontconfig-devel - libjpeg-turbo-devel - - programming/language/dotnet/libgdiplus/pspec.xml - - - libgdiplus - - tiff - cairo - glib2 - libX11 - libpng - giflib - libexif - freetype - fontconfig - libjpeg-turbo - - - /usr/lib/libgdiplus* - /usr/share/doc - - - - libgdiplus-devel - - libgdiplus - glib2-devel - - - /usr/lib/pkgconfig - - - - - 2022-07-12 - 6.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - mono - http://www.mono-project.com - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - X11 - app:console - library - programming.language.dotnet - Librairie de classe et environnement d'exécution (runtime) de Mono, un compilateur/interpréteur C#. - Mono runtime and class libraries, a C# compiler/interpreter - C# derleyici ve yorumlayıcı - Librairie de classe et environnement d'exécution (runtime) de Mono, un compilateur/interpréteur C#. - Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. - Mono, geliştiricilerin kolayca çapraz platform uygulamaları oluşturmasına olanak sağlamak için tasarlanmış bir yazılım platformudur. C# ve Common Language Runtime için ECMA standartlarına dayanan Microsoft'un .NET Framework'ünün açık kaynaklı bir uygulamasıdır. - mono - https://download.mono-project.com/sources/mono/mono-6.12.0.182.tar.xz - - bash - cmake - zlib-devel - python3-devel - ca-certificates - libgdiplus-devel - - programming/language/dotnet/mono/pspec.xml - - - mono-runtime - zlib - libgcc - - - /etc/mono - /usr/bin - /usr/bin/mono - /usr/bin/mono-test-install - /usr/bin/csharp - /usr/bin/certmgr - /usr/bin/chktrust - /usr/bin/gacutil* - /usr/bin/gmcs - /usr/bin/mcs* - /usr/bin/mozroots - /usr/bin/setreg - /usr/bin/sn - /usr/lib/mono/*/csharp* - /usr/lib/mono/*/certmgr* - /usr/lib/mono/*/chktrust* - /usr/lib/mono/*/gacutil* - /usr/lib/mono/*/gmcs* - /usr/lib/mono/*/mcs* - /usr/lib/mono/*/mozroots* - /usr/lib/mono/*/setreg* - /usr/lib/mono/*/sn* - /usr/lib/libMono*.so - /usr/lib/libikvm*.so - /usr/lib/mono/*/mscorlib* - /usr/lib/mono/*/cscompmgd* - /usr/lib/mono/*/I18N.West.dll* - /usr/lib/mono/gac/I18N.West - /usr/lib/mono/*/I18N.dll* - /usr/lib/mono/gac/I18N - /usr/lib/mono/*/Mono.CompilerServices.SymbolWriter* - /usr/lib/mono/*/Mono.CSharp* - /usr/lib/mono/*/Mono.GetOptions* - /usr/lib/mono/*/Mono.Management* - /usr/lib/mono/*/Mono.Security* - /usr/lib/mono/*/Mono.Simd* - /usr/lib/mono/*/Mono.Tasklets* - /usr/lib/mono/*/System.Core* - /usr/lib/mono/*/System.Security* - /usr/lib/mono/*/System.Xml.dll* - /usr/lib/mono/gac/System.Xml - /usr/lib/mono/*/System.Xml.Linq* - /usr/lib/mono/*/System.dll* - /usr/lib/mono/gac/System - /usr/lib/mono/*/System.Configuration.dll* - /usr/lib/mono/gac/System.Configuration - /usr/lib/mono/*/Mono.C5* - /usr/lib/mono/*/System.Drawing.dll* - /usr/lib/mono/gac/System.Drawing - /usr/lib/mono/*/Mono.Posix* - /usr/lib/mono/*/Mono.Cairo* - /usr/lib/mono/*/ICSharpCode.SharpZipLib* - /usr/lib/mono/*/Microsoft.VisualC* - /usr/lib/mono/*/Commons.Xml.Relaxng* - /usr/lib/mono/*/CustomMarshalers* - /usr/lib/mono/*/OpenSystem.C* - /usr/share/locale - /usr/share/man/man1/csharp.1 - /usr/share/man/man1/certmgr.1 - /usr/share/man/man1/chktrust.1 - /usr/share/man/man1/gacutil.1 - /usr/share/man/man1/gmcs.1 - /usr/share/man/man1/mcs.1 - /usr/share/man/man1/mono.1 - /usr/share/man/man1/mozroots.1 - /usr/share/man/man1/setreg.1 - /usr/share/man/man1/sn.1 - /usr/share/man/ - /usr/share/doc - /usr/lib/*.a - /usr/lib/*.la - /usr/lib/libmono*.so* - /usr/lib/mono - /usr/lib/mono-source-libs - /usr/share/mono-2.0 - /usr/share/libgc-mono - /usr/share/jay - /usr/lib/binfmt.d - - - mono.binfmt.d - - - - mono-devel - Header files and libraries used to embed the Mono runtime in an application - Mono uygulamalarının derlenip çalışabilir hale gelmesi için gerekli geliştirme paketi - - mono-runtime - monodoc-core - mono-data - mono-data-sqlite - mono-data-oracle - mono-ibm-data-db2 - mono-winforms - mono-web - mono-wcf - mono-winfxcore - mono-extras - mono-locale-extras - - - /usr/include - /usr/lib/pkgconfig - - - - monodoc-core - Mono documentation tools - - mono-runtime - - - /usr/bin/mdoc* - /usr/bin/monodoc* - /usr/lib/mono/monodoc - /usr/lib/monodoc - /usr/lib/mono/*/mdoc* - /usr/lib/mono/*/monodoc - /usr/share/man/man1/mdoc* - /usr/share/man/man5/mdoc.5 - /usr/share/man/man1/monodoc* - - - - mono-data - Database connectivity for Mono - Mono için veritabanı bağlantısı - - mono-runtime - - - /usr/bin/sql* - /usr/lib/mono/*/sql*.ex* - /usr/lib/mono/*/System.Data.dll - /usr/lib/mono/*/System.Data.DataSetExtensions.dll - /usr/lib/mono/*/System.Data.Linq.dll - /usr/lib/mono/*/System.Data.EnterpriseServices.dll - /usr/lib/mono/*/System.Data.DirectoryServices.dll - /usr/lib/mono/*/System.Data.Transactions.dll - /usr/lib/mono/*/Mono.Data.dll - /usr/lib/mono/*/Mono.Data.Tds.dll - /usr/lib/mono/*/Mono.Data.TdsClient.dll - /usr/lib/mono/*/Novell.Directory.Ldap.dll - /usr/lib/mono/gac/System.Data - /usr/lib/mono/gac/System.Data.DataSetExtensions - /usr/lib/mono/gac/System.Data.Linq - /usr/lib/mono/gac/System.Data.Services - /usr/lib/mono/gac/System.Data.EnterpriseServices - /usr/lib/mono/gac/System.Data.DirectoryServices - /usr/lib/mono/gac/System.Data.Transactions - /usr/lib/mono/gac/Mono.Data - /usr/lib/mono/gac/Mono.Data.Tds - /usr/lib/mono/gac/Mono.Data.TdsClient - /usr/lib/mono/gac/Novell.Directory.Ldap - /usr/share/man/man1/sqlsharp.1 - - - - mono-data-sqlite - Sqlite database connectivity for Mono - Mono için Sqlite veritabanı bağlantısı - library - - mono-runtime - - - /usr/lib/mono/*/Mono.Data.Sqlit* - - - - mono-data-oracle - Oracle database connectivity for Mono - Mono için Oracle veritabanı bağlantısı - library - - mono-runtime - - - /usr/lib/mono/*/System.Data.OracleClient* - - - - mono-ibm-data-db2 - IBM DB2 database connectivity for Mono - Mono için IBM DB2 veritabanı bağlantısı - library - - mono-runtime - - - /usr/lib/mono/*/IBM.Data.DB2* - - - - mono-winforms - Windows forms implementation for Mono - Mono için Windows formları uygulaması - library - - mono-runtime - - - /usr/lib/mono/*/System.Design* - /usr/lib/mono/*/System.Drawing.Design* - /usr/lib/mono/*/System.Windows.Forms* - /usr/lib/mono/*/Accessibility* - /usr/lib/mono/*/Mono.WebBrowser* - - - - mono-web - ASP.NET, remoting, and web services for Mono - Mono için ASP.NET, uzaktan bağlantı ve web servisleri - - mono-runtime - - - /etc/mono/mconfig/config.xml - /etc/mono/browscap.ini - /etc/mono/*/Browsers/Compat.browser - /etc/mono/*/DefaultWsdlHelpGenerator.aspx - /etc/mono/*/web.config - /usr/bin/disco - /usr/bin/mconfig - /usr/bin/soapsuds - /usr/bin/wsdl* - /usr/bin/xsd* - /usr/lib/mono/*/disco* - /usr/lib/mono/*/mconfig* - /usr/lib/mono/*/soapsuds* - /usr/lib/mono/*/wsdl* - /usr/lib/mono/*/xsd* - /usr/lib/mono/*/Mono.Http* - /usr/lib/mono/*/Mono.Web.dll* - /usr/lib/mono/gac/Mono.Web - /usr/lib/mono/*/System.ComponentModel.DataAnnotations* - /usr/lib/mono/*/System.Web* - /usr/lib/mono/*/System.Runtime.Remoting* - /usr/lib/mono/*/System.Runtime.Serialization.Formatters.Soap* - /usr/share/man/man1/disco.1 - /usr/share/man/man1/mconfig.1 - /usr/share/man/man1/soapsuds.1 - /usr/share/man/man1/wsdl.1 - /usr/share/man/man1/xsd.1 - - - - mono-wcf - Mono implementation of WCF (Windows Communication Foundation) - WCF'nin (Windows İletişim Vakfı) Mono uygulaması - - mono-runtime - - - /usr/bin/svcutil - /usr/lib/mono/*/svcutil* - /usr/lib/mono/*/System.IdentityModel* - /usr/lib/mono/*/System.IdentityModel.Selectors* - /usr/lib/mono/*/System.Runtime.Serialization.dll* - /usr/lib/mono/gac/System.Runtime.Serialization - /usr/lib/mono/*/System.ServiceModel* - /usr/lib/mono/*/System.ServiceModel.Web* - - - - mono-winfxcore - Mono implementation of core WinFX APIs - WinFX API'lerinin Mono uygulaması - library - - mono-runtime - - - /usr/lib/mono/*/WindowsBase* - - - - mono-extras - Infrastructure for running and building daemons and services - Servisleri çalıştırmak ve inşa etmek için altyapı - - mono-runtime - - - /usr/bin/mono-service* - /usr/lib/mono/*/mono-service* - /usr/lib/mono/*/System.Management* - /usr/lib/mono/*/RabbitMQ.Client* - /usr/lib/mono/*/System.Messaging* - /usr/lib/mono/*/Mono.Messaging* - /usr/lib/mono/*/Mono.Messaging.RabbitMQ* - /usr/lib/mono/*/System.ServiceProcess* - /usr/lib/mono/*/System.Configuration.Install* - /usr/lib/mono/*/Microsoft.Vsa* - /usr/share/man/man1/mono-service.1 - - - - mono-locale-extras - Extra locale information for Mono - Mono için ek yerel bilgi - library - - mono-runtime - - - /usr/lib/mono/*/I18N.MidEast* - /usr/lib/mono/*/I18N.Rare* - /usr/lib/mono/*/I18N.CJK* - /usr/lib/mono/*/I18N.Other* - - - - - 2022-07-12 - 6.12.0.182 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - expect - https://core.tcl-lang.org/expect/index - - Kamil Atlı - suvari@pisilinux.org - - BSD - app:console - library - programming.language - Outil pour automatiser les applications interactives - A tool for automating interactive applications - İnteraktif uygulamaları otomatikleştirmek için kullanılan bir araç. - Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications. - mirrors://sourceforge/expect/Expect/5.45.4/expect5.45.4.tar.gz - - tcl-devel - - - expect-5.44.1.15-ldflags.patch - expect-5.43.0-fixformatsecurity.patch - expect-fedora-5.32.2-random.patch - expect-fedora-5.43.0-log_file.patch - - programming/language/expect/pspec.xml - - - expect - - tcl - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2022-05-01 - 5.45.4 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - go - https://golang.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - BSD - app:console - programming.language - Compiler and tools for the Go programming language from Google - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - https://github.com/golang/go/archive/go1.15.tar.gz - https://dl.google.com/go/go1.15.linux-amd64.tar.gz - programming/language/go/pspec.xml - - - golang - Compiler and tools for the Go programming language from Google - - git + perl + zstd + libcap /etc - /usr/share/ - /usr/lib/ - /usr/bin/ - - - - - 2020-08-30 - 1.15 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 1.14.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.14.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-24 - 1.13.8 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-04-14 - 1.11.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-19 - 1.10.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-08 - 1.10.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-31 - 1.9.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-08-21 - 1.7.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-20 - 1.7.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-08-06 - 1.6.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 1.6.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-07 - 1.6.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-09 - 1.4.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - eclipse-ecj - http://www.eclipse.org - - PisiLinux Community - admins@pisilinux.org - - EPL - app:web - programming.language.java - Eclipse java bytecode compiler - Eclipse java bytecode compiler - https://sourceforge.net/projects/pisilinux/files/source/ecjsrc-4.6.3.jar - - ant - jdk8-openjdk - - - 01-ecj-include-props.patch - 02-buildxml-fix-manifest.patch - - programming/language/java/eclipse-ecj/pspec.xml - - - eclipse-ecj - - jdk7-openjdk - - - /usr/share/man - /usr/bin - /usr/share/java - - - ecj - - - - - 2021-03-10 - 4.6.3_201703010400 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-06-04 - 4.6.3_201703010400 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 4.4.2_201502041700 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-22 - 4.4.2_201502041700 - Rebuild jdk7-2.6.19 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-29 - 4.4.2_201502041700 - Rebuild jdk7-2.6.17 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-16 - 4.4.2_201502041700 - Rebuild New T.jdk7-2.6.14 - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-15 - 4.4.2_201502041700 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-10 - 4.4.2_201502041700 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-03 - 4.4.2_201502041700 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - fastjar - http://savannah.nongnu.org/projects/fastjar - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:web - programming.language.java - Sun java jar compatible archiver - Sun java jar compatible archiver - Sun java jar compatible archiver - Sun java jar compatible archiver. - http://download.savannah.gnu.org/releases/fastjar/fastjar-0.98.tar.gz - - zlib-devel - - programming/language/java/fastjar/pspec.xml - - - fastjar - - zlib - - - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/info - - - - - 2020-06-04 - 0.98 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-16 - 0.98 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-16 - 0.98 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-11 - 0.98 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.98 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-05 - 0.98 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - icedtea-web-java7 - https://www.x.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.java - Java web browser plugin - Web tarayıcıları için Java eklentisi - Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. - Java uygulamacıklarını (applet) çalıştıran, Java Web Start'ın özgür yazılım sürümü. - http://icedtea.wildebeest.org/download/source/icedtea-web-1.6.2.tar.gz - - firefox - jdk7-openjdk - rhino - libXtst-devel - npapi-sdk-devel - desktop-file-utils - glib2-devel - - programming/language/java/icedtea-web-java7/pspec.xml - - - icedtea-web-java7 - - glib2 - libgcc - desktop-file-utils - jre7-openjdk - - - /usr/lib - /usr/lib/mozilla - /usr/lib/browser-plugins - /usr/share - /usr/share/doc - /usr/share/man - /usr/share/applications - - - - - 2020-01-15 - 1.6.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-22 - 1.6.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-30 - 1.6.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2018-08-17 - 1.6.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2017-01-08 - 1.6.2 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - java-openjdk - https://openjdk.java.net/ - - Safa Arıman - safa@ariman.gen.tr - - GPLv2 - app:gui - programming.language.java - OpenJDK Java development kit - OpenJDK Java 13 development kit - OpenJDK is a development environment for building applications, applets, and components using the Java programming language. - OpenJDK is a development environment for building applications, applets, and components using the Java programming language. - https://hg.openjdk.java.net/jdk-updates/jdk15u/archive/jdk-15.0.3+0.tar.gz - - cpio - zip - unzip - cups-devel - libX11-devel - libXrender-devel - libXtst-devel - libXt-devel - libXext-devel - libXrandr-devel - alsa-lib-devel - freetype-devel - libjpeg-turbo-devel - giflib-devel - libpng-devel - lcms2-devel - fontconfig-devel - jdk-openjdk - - programming/language/java/java-openjdk/pspec.xml - - - jre-openjdk-headless - OpenJDK Java headless runtime environment - - lcms2 - freetype - libjpeg-turbo - - - /usr/lib/jvm/java-openjdk/bin/jaotc - /usr/lib/jvm/java-openjdk/bin/java - /usr/lib/jvm/java-openjdk/bin/jfr - /usr/lib/jvm/java-openjdk/bin/jjs - /usr/lib/jvm/java-openjdk/bin/jrunscript - /usr/lib/jvm/java-openjdk/bin/keytool - /usr/lib/jvm/java-openjdk/bin/pack200 - /usr/lib/jvm/java-openjdk/bin/rmid - /usr/lib/jvm/java-openjdk/bin/rmiregistry - /usr/lib/jvm/java-openjdk/bin/unpack200 - /usr/lib/jvm/java-openjdk/conf - /etc/java-openjdk - /usr/share/licenses/java-openjdk/java.base* - /usr/share/licenses/java-openjdk/java.compiler* - /usr/share/licenses/java-openjdk/java.datatransfer* - /usr/share/licenses/java-openjdk/java.desktop* - /usr/share/licenses/java-openjdk/java.instrument* - /usr/share/licenses/java-openjdk/java.logging* - /usr/share/licenses/java-openjdk/java.management* - /usr/share/licenses/java-openjdk/java.naming* - /usr/share/licenses/java-openjdk/java.net.http* - /usr/share/licenses/java-openjdk/java.prefs* - /usr/share/licenses/java-openjdk/java.rmi* - /usr/share/licenses/java-openjdk/java.scripting* - /usr/share/licenses/java-openjdk/java.se* - /usr/share/licenses/java-openjdk/java.security* - /usr/share/licenses/java-openjdk/java.smartcardio* - /usr/share/licenses/java-openjdk/java.sql* - /usr/share/licenses/java-openjdk/java.transaction.xa* - /usr/share/licenses/java-openjdk/java.xml* - /usr/share/licenses/java-openjdk/jdk.accessibility* - /usr/share/licenses/java-openjdk/jdk.aot* - /usr/share/licenses/java-openjdk/jdk.charsets* - /usr/share/licenses/java-openjdk/jdk.crypto* - /usr/share/licenses/java-openjdk/jdk.dynalink* - /usr/share/licenses/java-openjdk/jdk.httpserver* - /usr/share/licenses/java-openjdk/jdk.internal* - /usr/share/licenses/java-openjdk/jdk.jdwp.agent* - /usr/share/licenses/java-openjdk/jdk.jfr* - /usr/share/licenses/java-openjdk/jdk.jsobject* - /usr/share/licenses/java-openjdk/jdk.localedata* - /usr/share/licenses/java-openjdk/jdk.management* - /usr/share/licenses/java-openjdk/jdk.naming* - /usr/share/licenses/java-openjdk/jdk.net* - /usr/share/licenses/java-openjdk/jdk.pack* - /usr/share/licenses/java-openjdk/jdk.scripting.nashorn* - /usr/share/licenses/java-openjdk/jdk.sctp* - /usr/share/licenses/java-openjdk/jdk.security* - /usr/share/licenses/java-openjdk/jdk.unsupported* - /usr/share/licenses/java-openjdk/jdk.xml.dom* - /usr/share/licenses/java-openjdk/jdk.zipfs* - /usr/lib/jvm/java-openjdk/legal - /usr/share/licenses/jre-openjdk-headless - /usr/lib/jvm/java-openjdk/man - /usr/lib/jvm/java-openjdk/release - /usr/lib/jvm/java-openjdk/lib/modules - /usr/lib/jvm/java-openjdk/lib/security - /usr/lib/jvm/java-openjdk/lib/server - /usr/lib/jvm/java-openjdk/lib/tzdb.dat - /usr/lib/jvm/java-openjdk/lib/jvm.cfg - /usr/lib/jvm/java-openjdk/lib/jrt-fs.jar - /usr/lib/jvm/java-openjdk/lib/classlist - /usr/lib/jvm/java-openjdk/lib/jexec* - /usr/lib/jvm/java-openjdk/lib/jfr* - /usr/lib/jvm/java-openjdk/lib/jspawnhelper* - /usr/lib/jvm/java-openjdk/lib/libawt.* - /usr/lib/jvm/java-openjdk/lib/libawt_headless.* - /usr/lib/jvm/java-openjdk/lib/libdtcket* - /usr/lib/jvm/java-openjdk/lib/libextnet* - /usr/lib/jvm/java-openjdk/lib/libfontmanager* - /usr/lib/jvm/java-openjdk/lib/libinstrument* - /usr/lib/jvm/java-openjdk/lib/libj2gss* - /usr/lib/jvm/java-openjdk/lib/libj2pcsc* - /usr/lib/jvm/java-openjdk/lib/libj2pkcs11* - /usr/lib/jvm/java-openjdk/lib/libjaas* - /usr/lib/jvm/java-openjdk/lib/libjava* - /usr/lib/jvm/java-openjdk/lib/libjavajpeg* - /usr/lib/jvm/java-openjdk/lib/libjdwp* - /usr/lib/jvm/java-openjdk/lib/libjimage* - /usr/lib/jvm/java-openjdk/lib/libjli* - /usr/lib/jvm/java-openjdk/lib/libjsig* - /usr/lib/jvm/java-openjdk/lib/liblcms* - /usr/lib/jvm/java-openjdk/lib/libmanagement* - /usr/lib/jvm/java-openjdk/lib/libmlib_image* - /usr/lib/jvm/java-openjdk/lib/libnet* - /usr/lib/jvm/java-openjdk/lib/libnio* - /usr/lib/jvm/java-openjdk/lib/libprefs* - /usr/lib/jvm/java-openjdk/lib/librmi* - /usr/lib/jvm/java-openjdk/lib/libsctp* - /usr/lib/jvm/java-openjdk/lib/libsunec* - /usr/lib/jvm/java-openjdk/lib/libunpack* - /usr/lib/jvm/java-openjdk/lib/libverify* - /usr/lib/jvm/java-openjdk/lib/libzip* - /usr/lib/jvm/java-openjdk/lib/psfont* - /usr/share/man/man1/jaotc-openjdk15.1 - /usr/share/man/man1/java-openjdk15.1 - /usr/share/man/man1/jfr-openjdk15.1 - /usr/share/man/man1/jjs-openjdk15.1 - /usr/share/man/man1/jrunscript-openjdk15.1 - /usr/share/man/man1/keytool-openjdk15.1 - /usr/share/man/man1/pack200-openjdk15.1 - /usr/share/man/man1/rmid-openjdk15.1 - /usr/share/man/man1/rmiregistry-openjdk15.1 - /usr/share/man/man1/unpack200-openjdk15.1 - - - System.Package - - - freedesktop-java.desktop - freedesktop-jconsole.desktop - freedesktop-jshell.desktop - - - - jre-openjdk - OpenJDK Java full runtime environment - - jre-openjdk-headless - libXi - giflib - libX11 - libpng - libXext - libXtst - alsa-lib - libXrender - libjpeg-turbo - - - /usr/lib/jvm/java-openjdk/lib/libawt_xawt* - /usr/lib/jvm/java-openjdk/lib/libjawt* - /usr/lib/jvm/java-openjdk/lib/libjsound* - /usr/lib/jvm/java-openjdk/lib/libsplashscreen* - - - - jdk-openjdk - OpenJDK Java development kit - - jre-openjdk-headless - - - /usr/lib/jvm/java-openjdk/bin/jstatd - /usr/lib/jvm/java-openjdk/bin/jshell - /usr/lib/jvm/java-openjdk/bin/jarsigner - /usr/lib/jvm/java-openjdk/bin/javap - /usr/lib/jvm/java-openjdk/bin/jstack - /usr/lib/jvm/java-openjdk/bin/javadoc - /usr/lib/jvm/java-openjdk/bin/jdeprscan - /usr/lib/jvm/java-openjdk/bin/jmap - /usr/lib/jvm/java-openjdk/bin/jconsole - /usr/lib/jvm/java-openjdk/bin/jmod - /usr/lib/jvm/java-openjdk/bin/jcmd - /usr/lib/jvm/java-openjdk/bin/jar - /usr/lib/jvm/java-openjdk/bin/javac - /usr/lib/jvm/java-openjdk/bin/rmic - /usr/lib/jvm/java-openjdk/bin/jps - /usr/lib/jvm/java-openjdk/bin/jpackage - /usr/lib/jvm/java-openjdk/bin/serialver - /usr/lib/jvm/java-openjdk/bin/jstat - /usr/lib/jvm/java-openjdk/bin/jdb - /usr/lib/jvm/java-openjdk/bin/jinfo - /usr/lib/jvm/java-openjdk/bin/jhsdb - /usr/lib/jvm/java-openjdk/bin/jlink - /usr/lib/jvm/java-openjdk/bin/jimage - /usr/lib/jvm/java-openjdk/bin/jdeps - /usr/lib/jvm/java-openjdk/include - /usr/lib/jvm/java-openjdk/demo - /usr/lib/jvm/java-openjdk/jmods - /usr/lib/jvm/java-openjdk/lib/ct.sym - /usr/lib/jvm/java-openjdk/lib/libsaproc* - /usr/lib/jvm/java-openjdk/lib/libdt_socket* - /usr/lib/jvm/java-openjdk/lib/libattach* - /usr/share/man/man1/jstatd-openjdk15.1 - /usr/share/man/man1/jshell-openjdk15.1 - /usr/share/man/man1/jarsigner-openjdk15.1 - /usr/share/man/man1/javap-openjdk15.1 - /usr/share/man/man1/jstack-openjdk15.1 - /usr/share/man/man1/javadoc-openjdk15.1 - /usr/share/man/man1/jdeprscan-openjdk15.1 - /usr/share/man/man1/jmap-openjdk15.1 - /usr/share/man/man1/jconsole-openjdk15.1 - /usr/share/man/man1/jmod-openjdk15.1 - /usr/share/man/man1/jcmd-openjdk15.1 - /usr/share/man/man1/jar-openjdk15.1 - /usr/share/man/man1/javac-openjdk15.1 - /usr/share/man/man1/rmic-openjdk15.1 - /usr/share/man/man1/jps-openjdk15.1 - /usr/share/man/man1/serialver-openjdk15.1 - /usr/share/man/man1/jstat-openjdk15.1 - /usr/share/man/man1/jdb-openjdk15.1 - /usr/share/man/man1/jinfo-openjdk15.1 - /usr/share/man/man1/jhsdb-openjdk15.1 - /usr/share/man/man1/jlink-openjdk15.1 - /usr/share/man/man1/jimage-openjdk15.1 - /usr/share/man/man1/jdeps-openjdk15.1 - /usr/share/man/man1/jpackage-openjdk15.1 - /usr/share/icons - /usr/share/applications - /usr/share/licenses/java-openjdk - - - System.Package - - - - openjdk-src - OpenJDK Java sources - - /usr/lib/jvm/java-openjdk/lib/src.zip - - - - openjdk-doc - OpenJDK Java documentation - - /usr/share/doc - - - - - 2021-03-10 - 15.0.3.0 - First release. - Safa Arıman - safa@ariman.gen.tr - - - - - - java8-openjdk - http://icedtea.classpath.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - programming.language.java - Open Java Development Kit - OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE). - http://icedtea.wildebeest.org/download/source/icedtea-3.19.0.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/corba.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/hotspot.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxp.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxws.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jdk.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/langtools.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/nashorn.tar.xz - http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/openjdk.tar.xz - - wget - p7zip - fastjar - nss-devel - zlib-devel - attr-devel - xorg-proto - gtk2-devel - cups-devel - libffi-devel - libXt-devel - libSM-devel - lcms2-devel - jdk8-openjdk - libICE-devel - libpng-devel - giflib-devel - libxslt-devel - libXtst-devel - alsa-lib-devel - libXinerama-devel - libjpeg-turbo-devel - libXcomposite-devel - chrpath - jre8-openjdk-headless - zip - cpio - unzip - libXp-devel - - programming/language/java/java8-openjdk/pspec.xml - - - jre8-openjdk-headless - Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Minimal Java runtime - needed for executing non GUI Java programs - - atk - cups - gtk2 - zlib - cairo - glib2 - lcms2 - libXi - pango - libX11 - libgcc - libXext - libXtst - freetype - fontconfig - gdk-pixbuf - libXrender - libXcomposite - libjpeg-turbo - - - /usr/bin/jfr - /usr/bin/hsdb - /usr/bin/clhsdb - /usr/bin/orbd - /usr/bin/rmid - /usr/bin/java - /usr/bin/jjs - /usr/bin/jdeps - /etc/env.d/25java_jre.csh - /etc/env.d/25java_jre - /etc/java-8-openjdk/ - /usr/bin/pack200 - /usr/bin/keytool - /usr/bin/tnameserv - /usr/bin/unpack200 - /usr/share/man/man1/rmid.1 - /usr/share/man/man1/orbd.1 - /usr/share/man/man1/java.1 - /usr/bin/servertool - /usr/bin/rmiregistry - /usr/share/doc/java8-openjdk/ - /usr/share/man/ja/man1/rmid.1 - /usr/share/man/ja/man1/java.1 - /usr/share/man/man1/pack200.1 - /usr/share/man/man1/keytool.1 - /usr/share/man/ja/man1/orbd.1 - /usr/share/man/man1/tnameserv.1 - /usr/share/man/man1/unpack200.1 - /usr/share/man/ja/man1/pack200.1 - /usr/share/man/man1/servertool.1 - /usr/share/man/ja/man1/keytool.1 - /usr/share/man/man1/rmiregistry.1 - /usr/share/man/ja/man1/tnameserv.1 - /usr/share/man/ja/man1/unpack200.1 - /usr/share/man/ja/man1/servertool.1 - /usr/share/doc/jre8-openjdk-headless - /usr/share/man/ja/man1/rmiregistry.1 - /usr/lib/jvm/java-8-openjdk/jre/lib - /usr/lib/jvm/java-8-openjdk/bin/jfr - /usr/lib/jvm/java-8-openjdk/bin/hsdb - /usr/lib/jvm/java-8-openjdk/bin/clhsdb - /usr/lib/jvm/java-8-openjdk/bin/jdeps - /usr/lib/jvm/java-8-openjdk/bin/jjs - /usr/lib/jvm/java-8-openjdk/jre/java - /usr/lib/jvm/java-8-openjdk/jre/orbd - /usr/lib/jvm/java-8-openjdk/jre/rmid - /usr/lib/jvm/java-8-openjdk/jre/bin/ - /usr/lib/jvm/java-8-openjdk/jre/keytool - /usr/lib/jvm/java-8-openjdk/jre/pack200 - /usr/lib/jvm/java-8-openjdk/jre/bin/orbd - /usr/lib/jvm/java-8-openjdk/jre/bin/java - /usr/lib/jvm/java-8-openjdk/jre/bin/rmid - /usr/lib/jvm/java-8-openjdk/jre/tnameserv - /usr/lib/jvm/java-8-openjdk/jre/unpack200 - /usr/lib/jvm/java-8-openjdk/jre/servertool - /usr/lib/jvm/java-8-openjdk/jre/policytool - /usr/lib/jvm/java-8-openjdk/jre/rmiregistry - /usr/lib/jvm/java-8-openjdk/jre/bin/keytool - /usr/lib/jvm/java-8-openjdk/jre/bin/pack200 - /usr/lib/jvm/java-8-openjdk/lib/*/jli/libjli.so - /usr/lib/jvm/java-8-openjdk/jre/bin/tnameserv - /usr/lib/jvm/java-8-openjdk/jre/bin/unpack200 - /usr/lib/jvm/java-8-openjdk/jre/bin/servertool - /usr/lib/jvm/java-8-openjdk/jre/bin/rmiregistry - /usr/lib/jvm/java-8-openjdk/lib/amd64/libjawt.so - /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/xawt/libmawt.so - /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/headless/libmawt.so - - - 25java_jre - 25java_jre.csh - - - - jre8-openjdk - Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs - - zlib - giflib - libX11 - libpng - libXext - alsa-lib - libjpeg-turbo - jre8-openjdk-headless - - - /usr/share/doc/openjdk - /usr/bin/policytool - /usr/share/icons/hicolor/ - /usr/share/man/man1/policytool.1 - /usr/share/man/ja/man1/policytool.1 - /usr/share/applications/policytool-jdk8.desktop - /usr/lib/jvm/java-8-openjdk/jre/bin/policytool - /usr/lib/jvm/java-8-openjdk/jre/lib/*/libjsoundalsa.so - /usr/lib/jvm/java-8-openjdk/jre/lib/*/libpulse-java.so - /usr/lib/jvm/java-8-openjdk/jre/lib/*/libsplashscreen.so - /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libjsoundalsa.so - /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libpulse-java.so - /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libsplashscreen.so - - - sun-jre - - - sun-jre - - - - jdk8-openjdk - Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - SDK - - zlib - libX11 - libgcc - jre8-openjdk-headless - - - /etc/env.d/25java_jdk.csh - /etc/env.d/25java_jdk - /usr/share/man/man1/ - /usr/share/man/ja/man1/ - /usr/bin/jar - /usr/bin/xjc - /usr/bin/apt - /usr/bin/jdb - /usr/bin/jps - /usr/bin/jmap - /usr/bin/idlj - /usr/bin/jcmd - /usr/bin/jhat - /usr/bin/rmic - /usr/bin/javac - /usr/bin/javah - /usr/bin/javap - /usr/bin/jinfo - /usr/bin/wsgen - /usr/bin/jstat - /usr/bin/jstack - /usr/bin/jstatd - /usr/bin/javadoc - /usr/bin/extcheck - /usr/bin/jconsole - /usr/bin/wsimport - /usr/bin/jarsigner - /usr/bin/jsadebugd - /usr/bin/schemagen - /usr/bin/serialver - /usr/bin/jrunscript - /usr/bin/appletviewer - /usr/bin/native2ascii - /usr/share/applications/jconsole-jdk8.desktop - /usr/lib/jvm/java-8-openjdk/include - /usr/lib/jvm/java-8-openjdk/bin/apt - /usr/lib/jvm/java-8-openjdk/bin/jar - /usr/lib/jvm/java-8-openjdk/bin/jdb - /usr/lib/jvm/java-8-openjdk/bin/jps - /usr/lib/jvm/java-8-openjdk/bin/xjc - /usr/lib/jvm/java-8-openjdk/bin/rmic - /usr/lib/jvm/java-8-openjdk/bin/rmid - /usr/lib/jvm/java-8-openjdk/bin/idlj - /usr/lib/jvm/java-8-openjdk/bin/orbd - /usr/lib/jvm/java-8-openjdk/bin/java - /usr/lib/jvm/java-8-openjdk/bin/jhat - /usr/lib/jvm/java-8-openjdk/bin/jmap - /usr/lib/jvm/java-8-openjdk/bin/jcmd - /usr/lib/jvm/java-8-openjdk/bin/javac - /usr/lib/jvm/java-8-openjdk/bin/javah - /usr/lib/jvm/java-8-openjdk/bin/javap - /usr/lib/jvm/java-8-openjdk/bin/jinfo - /usr/lib/jvm/java-8-openjdk/bin/jstat - /usr/lib/jvm/java-8-openjdk/bin/wsgen - /usr/lib/jvm/java-8-openjdk/bin/jstatd - /usr/lib/jvm/java-8-openjdk/bin/jstack - /usr/lib/jvm/java-8-openjdk/bin/pack200 - /usr/lib/jvm/java-8-openjdk/bin/javadoc - /usr/lib/jvm/java-8-openjdk/bin/keytool - /usr/lib/jvm/java-8-openjdk/bin/wsimport - /usr/lib/jvm/java-8-openjdk/bin/extcheck - /usr/lib/jvm/java-8-openjdk/bin/jconsole - /usr/lib/jvm/java-8-openjdk/bin/tnameserv - /usr/lib/jvm/java-8-openjdk/bin/unpack200 - /usr/lib/jvm/java-8-openjdk/bin/schemagen - /usr/lib/jvm/java-8-openjdk/bin/serialver - /usr/lib/jvm/java-8-openjdk/bin/jarsigner - /usr/lib/jvm/java-8-openjdk/bin/jsadebugd - /usr/lib/jvm/java-8-openjdk/bin/jrunscript - /usr/lib/jvm/java-8-openjdk/bin/policytool - /usr/lib/jvm/java-8-openjdk/bin/servertool - /usr/lib/jvm/java-8-openjdk/bin/rmiregistry - /usr/lib/jvm/java-8-openjdk/bin/java-rmi.cgi - /usr/lib/jvm/java-8-openjdk/bin/native2ascii - /usr/lib/jvm/java-8-openjdk/bin/appletviewer - /usr/lib/jvm/java-8-openjdk/lib/jexec - /usr/lib/jvm/java-8-openjdk/lib/ct.sym - /usr/lib/jvm/java-8-openjdk/lib/dt.jar - /usr/lib/jvm/java-8-openjdk/lib/ir.idl - /usr/lib/jvm/java-8-openjdk/lib/orb.idl - /usr/lib/jvm/java-8-openjdk/lib/tools.jar - /usr/lib/jvm/java-8-openjdk/lib/sa-jdi.jar - /usr/lib/jvm/java-8-openjdk/lib/jconsole.jar - - - sun-jdk - - - sun-jdk - - - 25java_jdk.csh - 25java_jdk - - - - openjdk8-src - Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - sources - - jdk8-openjdk - - - /usr/lib/jvm/java-8-openjdk/src.zip - - - - openjdk8-doc - Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - documentation - - jdk8-openjdk - - - /usr/share/doc/openjdk8-doc/ - - - - - 2021-11-27 - 8u_292.3.19.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-09 - 8u_282.3.18.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-12-18 - 8u_275.3.17.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-01 - 8u_252.3.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-26 - 8u_242.3.15.0 - Version Bump devir 3. - Pisi Linux Community - admin@pisilinux.org - - - 2019-09-20 - 8u_222.3.13.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-06-17 - 8u_212.3.12.0 - First release devir 3. - Pisi Linux Community - admin@pisilinux.org - - - - - - mozjs-78 - http://www.mozilla.org/js/spidermonkey/ - - PisiLinux Community - admins@pisilinux.org - - NPL-1.1 - library - programming.language.java - Stand-alone JavaScript C Library - Mozjs is Mozilla's C implementation of JavaScript. - mozilla-firefox - https://ftp.mozilla.org/pub/firefox/releases/78.12.0esr/source/firefox-78.12.0esr.source.tar.xz - - python3-devel - zlib-devel - nspr-devel - readline-devel - autoconf213 - rust - llvm - - - mozjs78-silence-sandbox-violations.patch - mozjs78-fix-soname.patch - - programming/language/java/mozjs-78/pspec.xml - - - mozjs-78 - - nspr - zlib - libgcc - readline - - /usr/bin /usr/lib - /usr/share/doc - - - - mozjs-78-devel - Development files for mozjs-78 - system.devel - development - - mozjs-78 - nspr-devel - - + /usr/libexec /usr/include - /usr/lib/pkgconfig - - - - - 2021-08-07 - 78.12.0 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - npapi-sdk - http://code.google.com/p/npapi-sdk/ - - Osman Erkan - osman.erkan@pisilinux.org - - MPLv1.1 - app:gui - programming.language.java - NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla. - NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla. This package provides a clear way to install those headers and depend on them. - https://ftp.osuosl.org/pub/blfs/conglomeration/npapi-sdk/npapi-sdk-0.27.2.tar.bz2 - programming/language/java/npapi-sdk/pspec.xml - - - npapi-sdk - - /usr/share/doc - - - - npapi-sdk-devel - Development files for nnapi-sdk - npapi-sdk için geliştirme dosyaları - - npapi-sdk - - - /usr/lib/pkgconfig - /usr/include/npapi-sdk - - - - - 2020-01-16 - 0.27.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-16 - 0.27.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-08 - 0.27.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - rhino - http://www.mozilla.org/rhino/ - - PisiLinux Community - admins@pisilinux.org - - GPL2 - programming.language.java - Open-source implementation of JavaScript written entirely in Java - Open-source implementation of JavaScript written entirely in Java - https://github.com/mozilla/rhino/archive/Rhino1_7_7_2_Release.tar.gz - http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz - - rhino - rhino.1 - rhino-jsc - rhino-jsc.1 - rhino-debugger - rhino-debugger.1 - - - ant - jdk8-openjdk - - programming/language/java/rhino/pspec.xml - - - rhino - - jdk8-openjdk - - - /usr/share/man - /usr/bin - /usr/share/java/ - - - - - 201-03-10 - 1.7.7.2 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-06-04 - 1.7.7.2 - Rebuild ant. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 1.7.7.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-22 - 1.7.7.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-28 - 1.7.7.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-16 - 1.7.7.1 - Rebuild New T.jdk7-2.6.14 - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-11 - 1.7.7.1 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.7.7.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.7.7.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - clisp - http://clisp.cons.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - programming.language.lisp - Implémente de manière conforme à ANSI Common Lisp. - An ANSI Common Lisp Implementation - Bir ANSI Common Lisp Uygulaması - ANSI Common Lisp is a high-level, general-purpose programming language. - ANSI Common Lisp üst düzey, genel amaçlı programlama dili. - https://haible.de/bruno/gnu/clisp-2.49.92.tar.bz2 - - dbus-devel - gdbm-devel - libsigsegv-devel - ffcall-devel - libglade-devel - fcgi-devel - gtk2-devel - postgresql-lib - libSM-devel - libXaw-devel - libXft-devel - libXmu-devel - libXrender-devel - libXt-devel - libXpm-devel - libXext-devel - gdk-pixbuf-devel - - - clisp-2.49.92-after_glibc_cfree_bdb.patch - - programming/language/lisp/clisp/pspec.xml - - - clisp - - atk - gtk2 - dbus - gdbm - zlib - fcgi - cairo - glib2 - libSM - pango - ffcall - libICE - libX11 - libXau - libpcre - libxml2 - ncurses - libXpm - libXext - freetype - harfbuzz - readline - fontconfig - libglade - libsigsegv - gdk-pixbuf - postgresql-lib - - - /usr/bin - /usr/lib - /usr/share/vim - /usr/share/emacs - /usr/share/doc - /usr/share/locale - /usr/share/man - - - - clisp-devel - Development files for clisp - clisp için geliştirme dosyaları - - clisp - - - /usr/share/aclocal - - - - - 2014-01-20 - 2.49.92 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - lua - http://www.lua.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.language - A light-weight programming language - Hafif bir programlama dili - lua is a powerful light-weight programming language designed for extending applications. - lua, uygulamaları genişletmek için tasarlanmış hafif ve güçlü bir programlama dilidir. - Lua es un lenguaje de programación liviano y potente con todas las herramientas imaginables - http://www.lua.org/ftp/lua-5.3.6.tar.gz - - lua.pc - - - readline-devel - - - liblua.so.patch - - programming/language/lua/pspec.xml - - - lua - - readline - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/pixmaps - - - lua.png - - - - lua-devel - Development files for lua - lua için geliştirme dosyaları - - lua - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-05 - 5.3.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 5.3.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-03 - 5.3.5 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 5.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 5.3.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-02 - 5.3.4 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-14 - 5.3.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-06-03 - 5.2.4 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - lua51 - http://www.lua.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.language - A light-weight programming language - Hafif bir programlama dili - lua51 is a powerful light-weight programming language designed for extending applications. - lua51, uygulamaları genişletmek için tasarlanmış hafif ve güçlü bir programlama dilidir. - Lua51 es un lenguaje de programación liviano y potente con todas las herramientas imaginables - http://www.lua.org/ftp/lua-5.1.5.tar.gz - - readline-devel - - - lua-5.1-cflags.diff - lua-arch.patch - - programming/language/lua51/pspec.xml - - - lua51 - - readline - - - /usr/lib - /usr/share/man/man1 - /usr/share/doc - /usr/bin - /sbin/lsmod - /usr/share/pixmaps - /usr/share/lua5.1 - /luac5.1.1/luac.1 - /lua5.1.1/lua.1 - - - lua.png - lua.pc - - - - lua51-devel - Development files for lua51 - lua51 için geliştirme dosyaları - - lua51 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-15 - 5.1.5 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-06 - 5.1.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-16 - 5.1.5 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-05-09 - 5.1.5 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - lua52 - http://www.lua.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.language - A light-weight programming language - lua is a powerful light-weight programming language designed for extending applications. - http://www.lua.org/ftp/lua-5.2.4.tar.gz - - lua.pc - - - readline-devel - - - liblua.so.patch - - programming/language/lua52/pspec.xml - - - lua52 - - readline - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/pixmaps - - - lua.png - lua.pc - - - - lua52-devel - Development files for lua52 - - lua52 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-22 - 5.2.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2018-08-06 - 5.2.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2018-03-27 - 5.2.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ocaml - https://ocaml.org/ - - Serdar Soytetir - kaptan@pisilinux.org - - OPL - app:console - programming.language.ocaml - Fast modern type-inferring functional programming language - Hızlı ve modern bir programlama dili - A fast modern type-inferring functional programming language descended from the ML (Meta Language) family. - OcaML, ML dilinin soyundan gelen fonksiyonel bir programlama dilidir - https://caml.inria.fr/distrib/ocaml-4.11/ocaml-4.11.1.tar.xz - - zlib-devel - ncurses-devel - libX11-devel - chrpath - - - fedora/0001-Don-t-add-rpaths-to-libraries.patch - fedora/0003-configure-Allow-user-defined-C-compiler-flags.patch - fedora/0003-configure-Remove-incorrect-assumption-about-cross-co.patch - fedora/0004-Remove-configure-from-.gitattributes.patch - fedora/0005-Fix-type-mismatches-between-definition-and-declarati.patch - - programming/language/ocaml/ocaml/pspec.xml - - - ocaml - - zlib - ncurses - libX11 - - - /usr/bin/ - /usr/lib/ - /usr/share/doc/ /usr/share/man/ - - - - ocaml-compiler-libs - ocaml-derleyici kütüphaneleri - - ocaml - - - /usr/lib/ocaml/compiler-libs/*.mli - /usr/lib/ocaml/compiler-libs/*.cmi - /usr/lib/ocaml/compiler-libs/*.cmo - /usr/lib/ocaml/compiler-libs/*.cma - /usr/lib/ocaml/compiler-libs/*.a - /usr/lib/ocaml/compiler-libs/*.cmxa - /usr/lib/ocaml/compiler-libs/*.cmx - /usr/lib/ocaml/compiler-libs/*.o - /usr/lib/ocaml/compiler-libs/*.cmt - /usr/lib/ocaml/compiler-libs/*.cmti - - - - - 2020-11-07 - 4.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-23 - 4.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-13 - 4.09.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-25 - 4.09.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-25 - 4.08.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-29 - 4.07.0 - Version bump, add fedora's patches. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-08 - 4.04.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.02.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-04 - 4.02.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - perl-Alien-Build - https://metacpan.org/release/Alien-Build - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - A perl module to build external dependencies for use in CPAN - CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü - perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. - Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.33.tar.gz - - perl - perl-path-tiny - perl-File-chdir - perl-File-Which - perl-FFI-CheckLib - - programming/language/perl/perl-Alien-Build/pspec.xml - - - perl-Alien-Build - A perl module to build external dependencies for use in CPAN - - perl - perl-path-tiny - perl-File-chdir - perl-File-Which - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-10-01 - 2.33 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-07-20 - 2.29 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 2.23 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 2.21 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-10 - 2.19 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Alien-Libxml2 - https://metacpan.org/release/Alien-Libxml2 - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - Installs the C libxml2 library on your system. - Diğer modüllerin libxml2 kullanabilmesi için Perl bağlayıcıları. - This module provides libxml2 for other modules to use. - perl-Alien-Libxml2, diğer modüllerın lıbxml2 modülünü kullanabilmesi için gerekli modülleri sağlar. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.16.tar.gz - - perl-Alien-Build - libxml2-devel - perl - - programming/language/perl/perl-Alien-Libxml2/pspec.xml - - - perl-Alien-Libxml2 - Installs the C libxml2 library on your system. - - perl-Alien-Build - libxml2 - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-22 - 0.16 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-10 - 0.15 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-AnyEvent - https://metacpan.org/release/AnyEvent - - Kamil Atlı - suvari@pisilinux.org - - unknown - library - programming.language.perl - AnyEvent - provide framework for multiple event loops - Çoklu olay döngüleri için çatı sağlayan bir Perl modülü - AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). - AnyEvent, çoklu olay döngülerine (multiple event loop) özdeş arayüz sağlamaktadır. Modülü kullananların aynı anda tek olay döngüsü çalışıyormuş gibi aynı olay döngüsünü kullanmalarına zorlamadan, bir olay döngüsü kullanılmasına olanak sağlayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz - - perl - perl-Event - - programming/language/perl/perl-AnyEvent/pspec.xml - - - perl-AnyEvent - - perl - perl-Event - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 7.17 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2019-06-21 - 7.15 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-AnyEvent-I3 - https://metacpan.org/release/AnyEvent-I3 - - Kamil Atlı - suvari@pisilinux.org - - GPL - library - programming.language.perl - This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. - Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır. - This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies. - Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz. - https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz - - perl - perl-Event - perl-JSON-XS - perl-AnyEvent - - programming/language/perl/perl-AnyEvent-I3/pspec.xml - - - perl-AnyEvent-I3 - This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. - - perl - perl-JSON-XS - perl-AnyEvent - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 0.17 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2019-06-21 - 0.17 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-AppConfig - https://metacpan.org/pod/AppConfig - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - programming.language.perl - Perl/CPAN AppConfig module - Read configuration files and parse command line arguments - Perl/CPAN AppConfig modülü - Perl/CPAN AppConfig module - Read configuration files and parse command line arguments - Perl/CPAN AppConfig modülü - Komut satırı argümanlarını ve ayar dosyalarını okuyabilen ve çözümleyebilen bir perl betiğidir. - https://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz - - perl - - programming/language/perl/perl-AppConfig/pspec.xml - - - perl-AppConfig - - perl - - - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2020-01-07 - 1.71 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-11-16 - 1.71 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Archive-Zip - https://metacpan.org/release/Archive-Zip - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - app:console - library - programming.language.perl - Perl interface to ZIP archive files - ZIP arşivlerine erişim için Perl modülü - The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files. - Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır. - El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos. - https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz - - perl-Test-MockModule - perl - - programming/language/perl/perl-Archive-Zip/pspec.xml - - - perl-Archive-Zip - Perl interface to ZIP archive files - - perl - - - /usr/lib/perl5 - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2020-03-27 - 1.68 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 1.67 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.60 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.59 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.49 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-15 - 1.49 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Authen-SASL - https://metacpan.org/pod/Authen::SASL - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - A Perl SASL interface - Perl için SASL modülü - SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. The framework allows different implementations of the connection class to be plugged in. - SASL, ağ protokolleri tarafından kullanılan genel bir kimlik doğrulama tekniğidir. Authen::SASL, bütün protokollerin paylaşabileceği bir yapı sağlar. Bu yapı, kullanılacak bağlantı sınıfının farklı şekillerde uygulamalarına izin verir. - SASL es un mecanismo genérico de autenticación usado en varios protocolos de red. Authen::SASL facilita un capa de implementación, que todos los protocolos deberían poder compartir. El framework permite adjuntar implementaciones diferentes de la clase de conexión. - http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz - - perl - perl-GSSAPI - perl-Digest-HMAC - - programming/language/perl/perl-Authen-SASL/pspec.xml - - - perl-Authen-SASL - A Perl SASL interface - - perl - perl-GSSAPI - perl-Digest-HMAC - - - /usr/lib - /usr/share/doc/perl-Authen-SASL - /usr/share/man - - - - - 2020-01-02 - 2.16 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-08 - 2.16 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.16 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 2.16 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-B-COW - https://metacpan.org/pod/B::COW - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - B::COW additional B helpers to check COW status. - B::COW provides some naive additional B helpers to check the COW status of one SvPV. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz - - perl - - programming/language/perl/perl-B-COW/pspec.xml - - - perl-B-COW - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.004 - First build - fury - uglyside@yandex.ru - - - - - - perl-Bytes-Random-Secure - https://metacpan.org/release/Bytes-Random-Secure - - PisiLinux Community - admins@pisilinux.org - - PerlArtistic - library - programming.language.perl - Perl extension to generate cryptographically-secure random bytes. - Perl extension to generate cryptographically-secure random bytes. - Perl extension to generate cryptographically-secure random bytes. - Perl extension to generate cryptographically-secure random bytes. - https://cpan.metacpan.org/authors/id/D/DA/DAVIDO/Bytes-Random-Secure-0.29.tar.gz - - perl-Crypt-Random-Seed - perl-Math-Random-ISAAC - perl - - programming/language/perl/perl-Bytes-Random-Secure/pspec.xml - - - perl-Bytes-Random-Secure - - perl-Crypt-Random-Seed - perl-Math-Random-ISAAC - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-10-14 - 0.29 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Cairo - https://metacpan.org/pod/Cairo - - Pisilinux Community - admins@pisilinux.org - - LGPL-2.1 - library - programming.language.perl - Perl bindings to the cairo graphics library - Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo produces identical output on all those targets. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz - - perl - cairo-devel - perl-Font-FreeType - perl-ExtUtils-Depends - perl-Test-Number-Delta - perl-ExtUtils-PkgConfig - perl-ExtUtils-MakeMaker - - programming/language/perl/perl-Cairo/pspec.xml - - - perl-Cairo - - perl - cairo - freetype - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 1.109 - First build. - fury - uglyside@yandex.ru - - - - - - perl-Canary-Stability - https://metacpan.org/release/Canary-Stability - - Alihan Öztürk - alihan@pisilinux.org - - GPLv1 - library - programming.language.perl - CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules - Schmorp modülleri için perl uyumluluğunu deneteleyebilen Perl modülü - CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules - Bu modül, schmorp modülleri için perl uyumluluğunu deneteleyebilmektedir. - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz - - perl - - programming/language/perl/perl-Canary-Stability/pspec.xml - - - perl-Canary-Stability - CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules - - perl - - - /usr/lib - /usr/share - /usr/share/man - - - - - 2020-01-02 - 2013 - Version bump, translation added - Blue Devil - bluedevil@sctzine.com - - - 2019-04-20 - 2012 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-26 - 2012 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2012 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2011 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2011 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-Capture-Tiny - https://metacpan.org/pod/Capture::Tiny - - Pisi Linux Admins - admins@pisilinux.org - - Apache-2.0 - library - programming.language.perl - Perl module to capture stdout and stderr from Perl, XS or external programs - Standart çıktı ve hata akışlarını yakalamaya yarayan Perl modülü - perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs. - perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz - - perl - - programming/language/perl/perl-Capture-Tiny/pspec.xml - - - perl-Capture-Tiny - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 0.48 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.46 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.44 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.36 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.36 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-CGI - https://metacpan.org/release/CGI - - Alihan Öztürk - alihan@pisilinux.org - - Artistic - GPLv1 - library - programming.language.perl - Handle Common Gateway Interface requests and responses. - CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesi - Handle Common Gateway Interface requests and responses. - perl-CGI, CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesidir. - https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.50.tar.gz - - perl - perl-Test-Deep - perl-Test-Warn - perl-HTML-Parser - - programming/language/perl/perl-CGI/pspec.xml - - - perl-CGI - Handle Common Gateway Interface requests and responses. - - perl - perl-Test-Deep - perl-Test-Warn - perl-HTML-Parser - - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-07-20 - 4.50 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 4.49 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 4.47 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 4.46 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 4.45 - Version bump and translations added - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 4.44 - Version bump and translations added - Blue Devil - bluedevil@sctzine.com - - - 2019-04-20 - 4.40 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-26 - 4.38 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 4.35 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.28 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 4.28 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-Class-Method-Modifiers - https://metacpan.org/release/Class-Method-Modifiers - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Provides Moose-like method modifiers - Moose benzeri yordam düzenleyici. - Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. - perl-Class-Method-Modifiers, moose benzeri yordam düzenleyici perl modülü sunar. - https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz - - perl - perl-Test-Fatal - perl-Test-Needs - perl-Test-Requires - - programming/language/perl/perl-Class-Method-Modifiers/pspec.xml - - - perl-Class-Method-Modifiers - Provides Moose-like method modifiers - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 2.13 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Clone - https://metacpan.org/pod/Clone - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Clone - recursively copy Perl datatypes. - This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz - - perl - perl-B-COW - - programming/language/perl/perl-Clone/pspec.xml - - - perl-Clone - - perl - perl-B-COW - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.45 - First build - fury - uglyside@yandex.ru - - - - - - perl-common-sense - https://metacpan.org/release/common-sense - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Implements some sane defaults for Perl programs - Perl programları için kabul edilebilir öntanımlar içerir - This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: - perl-common-sense, perl programları için kabul edilebilir öntanımlar içeren bir perl kütüphanesidir. - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz - - perl - - programming/language/perl/perl-common-sense/pspec.xml - - - perl-common-sense - Implements some sane defaults for Perl programs - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-04-08 - 3.75 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 3.74 - Rebuilt and translation fix - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 3.74 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 3.74 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.74 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 3.74 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Crypt-OpenSSL-Guess - https://metacpan.org/pod/Crypt::OpenSSL::Guess - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Guess OpenSSL include path. - Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms. - https://cpan.metacpan.org/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-0.15.tar.gz - - perl-ExtUtils-MakeMaker - - programming/language/perl/perl-Crypt-OpenSSL-Guess/pspec.xml - - - perl-Crypt-OpenSSL-Guess - - perl - perl-ExtUtils-MakeMaker - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2022-04-14 - 0.15 - Version bump - fury - uglyside@yandex.ru - - - 2021-12-20 - 0.14 - Version bump - fury - uglyside@yandex.ru - - - 2021-09-18 - 0.13 - First build - fury - uglyside@yandex.ru - - - - - - perl-Crypt-OpenSSL-Random - https://metacpan.org/pod/Crypt::OpenSSL::Random - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - OpenSSL/LibreSSL pseudo-random number generator access. - Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators. - https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-0.15.tar.gz - - openssl-devel - perl-Crypt-OpenSSL-Guess - - programming/language/perl/perl-Crypt-OpenSSL-Random/pspec.xml - - - perl-Crypt-OpenSSL-Random - - openssl - perl-Crypt-OpenSSL-Guess - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.15 - First build - fury - uglyside@yandex.ru - - - - - - perl-Crypt-OpenSSL-RSA - https://metacpan.org/pod/Crypt::OpenSSL::RSA - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - RSA encoding and decoding, using the openSSL libraries. - Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key. - https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.32.tar.gz - - openssl-devel - perl-Crypt-OpenSSL-Guess - perl-Crypt-OpenSSL-Random - - programming/language/perl/perl-Crypt-OpenSSL-RSA/pspec.xml - - - perl-Crypt-OpenSSL-RSA - - openssl - perl-Crypt-OpenSSL-Guess - perl-Crypt-OpenSSL-Random - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.32 - First build - fury - uglyside@yandex.ru - - - - - - perl-Crypt-PasswdMD5 - https://metacpan.org/pod/Crypt::PasswdMD5 - - Selim Ok - admins@pisilinux.org - - Artistic - library - programming.language.perl - Crypt::PasswdMD5 module for perl - Perl için Crypt::PasswdMD5 modülü - Provides various crypt()-compatible interfaces to the MD5-based crypt() function. - MD5 tabanlı crypt() fonksiyonu için, crypt() uyumlu çeşitli arayüzler sağlar. - http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.40.tgz - - perl - perl-Module-Build - - programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml - - - perl-Crypt-PasswdMD5 - Crypt::PasswdMD5 module for perl - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 1.40 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.40 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.40 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.40 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 1.40 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-Crypt-Random-Seed - https://metacpan.org/pod/Crypt::Random::Seed - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Simple method to get strong randomness. - Crypt::Random::Seed provides a simple interface to get the strongest source of randomness on the current platform, typically for use in seeding a CSPRNG such as Math::Random::ISAAC. - https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-Seed-0.03.tar.gz - - perl - - programming/language/perl/perl-Crypt-Random-Seed/pspec.xml - - - perl-Crypt-Random-Seed - - perl - perl-Crypt-Random-TESHA2 - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.03 - First build - fury - uglyside@yandex.ru - - - - - - perl-Crypt-Random-TESHA2 - https://metacpan.org/pod/Crypt::Random::TESHA2 - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Random numbers using timer/schedule entropy. - Crypt::Random::TESHA2 produces "userspace voodoo entropy" for people that do not have or don't want to use O/S supplied sources. - https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-TESHA2-0.01.tar.gz - - perl - - programming/language/perl/perl-Crypt-Random-TESHA2/pspec.xml - - - perl-Crypt-Random-TESHA2 - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.01 - First build - fury - uglyside@yandex.ru - - - - - - perl-Crypt-SSLeay - https://metacpan.org/pod/Crypt::SSLeay - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Crypt::SSLeay - OpenSSL support for LWP. - Crypt::SSLeay - OpenSSL support for LWP. - https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.73_06.tar.gz - - perl - openssl-devel - perl-Try-Tiny - perl-Path-Class - perl-LWP-Protocol-https - perl-Bytes-Random-Secure - - programming/language/perl/perl-Crypt-SSLeay/pspec.xml - - - perl-Crypt-SSLeay - - perl - openssl - perl-Try-Tiny - perl-Path-Class - perl-LWP-Protocol-https - perl-Bytes-Random-Secure - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-12-20 - 0.73_06 - Rebuild - fury - uglyside@yandex.ru - - - 2021-09-18 - 0.73_04 - First build - fury - uglyside@yandex.ru - - - - - - perl-Data-Dump - https://metacpan.org/pod/Data::Dump - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - Perl Module for pretty printing of data structures - Perl veri yapılarının hoş bir şekilde bastırılması - perl-Data-Dump is a perl module which provides a few functions that traverse their argument and produces a string as its result. - perl-Data-Dump argümanları takip edip sonucunu bir karakter dizisi olarak bastıran fonksiyonlar sağlayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz - - perl - - programming/language/perl/perl-Data-Dump/pspec.xml - - - perl-Data-Dump - Perl Module for pretty printing of data structures - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-07 - 1.23 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2014-09-10 - 1.22 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.22 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-01 - 1.22 - Rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-11-08 - 1.22 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 1.21 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-data-munge - https://metacpan.org/release/Data-Munge/ - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Various utility functions - Çeşitli yardımcı fonksiyonlar - Various utility functions - Çeşitli yardımcı fonksiyonlar - https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Data-Munge-0.097.tar.gz - - perl - perl-test2-suite - perl-Capture-Tiny - perl-Test-Warnings - - programming/language/perl/perl-data-munge/pspec.xml - - - perl-data-munge - - perl - perl-test2-suite - perl-Capture-Tiny - perl-Test-Warnings - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 0.097 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Data-OptList - https://metacpan.org/release/Data-OptList - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Perl module that parses and validates simple name/value option pairs - Basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülü - perl-Data-OptList is a Perl module that parses and validates simple name/value option pairs. - perl-Data-OptList basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz - - perl - perl-Params-Util - perl-Sub-Install - - programming/language/perl/perl-Data-OptList/pspec.xml - - - perl-Data-OptList - Perl module that parses and validates simple name/value option pairs - - perl - perl-Params-Util - perl-Sub-Install - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 0.110 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-DBI - https://dbi.perl.org/ - - Blue Devil - bluedevil@sctzine.com - - GPL - app:console - library - programming.language.perl - Database independent interface for Perl - Perl için veritabanından bağımsız arayüz. - The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used. - DBI Perl için standart veritabanı arayüzüdür. Birçok yordam, değişken ve kural tanımlar. - https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz - - perl - - programming/language/perl/perl-DBI/pspec.xml - - - perl-DBI - Database independent interface for Perl - - perl - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-02-05 - 1.643 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-08 - 1.642 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2016-04-22 - 1.634 - First release, built with docker. - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - perl-Devel-CheckLib - https://metacpan.org/pod/Devel::CheckLib - - fury - uglyside@yandex.ru - - perl_5 - library - programming.language.perl - Devel::CheckLib - check that a library is available. - Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available. - https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz - - perl - perl-Mock-Config - perl-Capture-Tiny - - programming/language/perl/perl-Devel-CheckLib/pspec.xml - - - perl-Devel-CheckLib - - perl - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 1.14 - First build. - fury - uglyside@yandex.ru - - - - - - perl-Devel-GlobalDestruction - https://metacpan.org/release/Devel-GlobalDestruction - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. - Devel::GlobalDestruction eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam döndürür. - perl-Devel-GlobalDestruction provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. - perl-Devel-GlobalDestruction, eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz - - perl - perl-Sub-Exporter-Progressive - - programming/language/perl/perl-Devel-GlobalDestruction/pspec.xml - - - perl-Devel-GlobalDestruction - Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. - - perl - perl-Sub-Exporter-Progressive - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 0.14 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Devel-Symdump - https://metacpan.org/pod/Devel::Symdump - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Dump symbol names or the symbol table - Sembol isimlerinin veya sembol tablosunun dökümünü verir - perl-Devel-Symdump is a Perl module that dumps symbol names or the symbol table. - perl-Devel-Symdump sembol isimlerinin veya sembol tablosunun dökümünü veren bir Perl modülüdür. - http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-2.18.tar.gz - - perl - - programming/language/perl/perl-Devel-Symdump/pspec.xml - - - perl-Devel-Symdump - Dump symbol names or the symbol table - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 2.18 - Rebuilt - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.18 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.17 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.15 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Digest-HMAC - https://metacpan.org/pod/Digest::HMAC - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Keyed-Hashing for Message Authentication - HMAC-MD5 şifrelemesi sağlayan bir Perl modülü - This Perl module provides HMAC-MD5 hashing. - Bu Perl modülü HMAC-MD5 şifrelemesi sağlar. - Este módulo Perl facilita hashing HMAC-MD5 - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz - - perl - perl-Digest-SHA1 - - programming/language/perl/perl-Digest-HMAC/pspec.xml - - - perl-Digest-HMAC - Keyed-Hashing for Message Authentication - - perl - perl-Digest-SHA1 - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-Digest-HMAC - - - - - 2020-01-02 - 1.03 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.03 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.03 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.03 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Digest-MD5 - https://metacpan.org/pod/Digest::MD5 - - PisiLinux Community - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl interface to the MD5 Algorithm - MD5 Algoritmasına perl arayüzü - Perl interface to the MD5 Algorithm - perl-Digest-MD5, MD5 Algoritmasına perl arayüzü sunar. - http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.55.tar.gz - - perl - - programming/language/perl/perl-Digest-MD5/pspec.xml - - - perl-Digest-MD5 - Perl interface to the MD5 Algorithm - - perl - - - /usr/bin - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 2.55 - Rebuilt for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.55 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.55 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.53 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 2.53 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-Digest-Nilsimsa - https://metacpan.org/pod/Digest::Nilsimsa - - fury - uglyside@yandex.ru - - LGPL-2 - library - programming.language.perl - Perl version of Nilsimsa code. - A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax. - https://cpan.metacpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-0.06.tar.gz - - perl - - programming/language/perl/perl-Digest-Nilsimsa/pspec.xml - - - perl-Digest-Nilsimsa - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.06 - First build - fury - uglyside@yandex.ru - - - - - - perl-Encode-Locale - https://metacpan.org/release/Encode-Locale - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2+ - app:console - programming.language.perl - NAME::Encode::Locale - Determine the locale encoding - NAME::Encode::Locale - yerel kodlamayi tespit eder. - In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. - Birçok uygulamada perl'ün söz katarları için unikod kullanmasını sağlamak akıllıca olur. Bu perl betiği unikod kullanmayı kolaylaştırır. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz - - perl - - programming/language/perl/perl-Encode-Locale/pspec.xml - - - perl-Encode-Locale - NAME::Encode::Locale - Determine the locale encoding - - perl - - - /usr/lib - /usr/share - - - - - 2020-01-07 - 1.05 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.05 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.05 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.05 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.05 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Error - https://metacpan.org/release/Error - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Error/exception handling in an OO-ish way - Hata/istisna yakalama ve işlemeye yarayan Nesne yönelimli mantıkla yazılmış bir perl modülü - The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. - perl-Error, Hata/istisna yakalama ve işleme işlerini gören, Nesne yönelimli mantıkla yazılmış bir perl modülüdür. - https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17029.tar.gz - - perl - perl-Module-Build - - programming/language/perl/perl-Error/pspec.xml - - - perl-Error - Error/exception handling in an OO-ish way - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-29 - 0.17029 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 0.17028 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.17024 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.17024 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.17024 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.17024 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-Event - https://metacpan.org/release/Event - - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - Artistic - library - programming.language.perl - Event loop processing module in Perl - Perl için olay döngüsü işleme modülü - The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute. - Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır. - https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.27.tar.gz - - perl - - programming/language/perl/perl-Event/pspec.xml - - - perl-Event - Event loop processing module in Perl - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-Event - - - - - 2020-01-07 - 1.27 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2012-09-06 - 1.27 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-ExtUtils-Depends - https://metacpan.org/pod/ExtUtils::Depends - - Pisilinux Community - admins@pisilinux.org - - GPL-2 - library - programming.language.perl - A library for easily build XS extensions that depend on XS extensions - This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other Perl extensions. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz - - perl - - programming/language/perl/perl-ExtUtils-Depends/pspec.xml - - - perl-ExtUtils-Depends - - perl - - - /usr/lib/perl5 - /usr/share/doc - /usr/share/man/man3 - - - - - 2021-12-21 - 0.8001 - First build. - fury - uglyside@yandex.ru - - - - - - perl-ExtUtils-MakeMaker - https://metacpan.org/release/ExtUtils-MakeMaker - - Blue DeviL - bluedevil@sctzine.com - - Perl 5 - library - programming.language.perl - Perl extension for creating a module Makefile - Makefile modülü yaratabilen bir perl eklentisi - This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. - Bu araç bir Makefile.PL dosyasından bir eklenti modülüne Makefile yaratmak için tasarlanmıstır. - https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz - - perl - - programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml - - - perl-ExtUtils-MakeMaker - Perl extension for creating a module Makefile - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/perl - - - - - 2020-07-20 - 7.46 - Version bump - Blue DeviL - bluedevil@sctzine.com - - - 2020-01-29 - 7.44 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2020-01-07 - 7.42 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-12 - 7.38 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - perl-ExtUtils-PkgConfig - https://metacpan.org/pod/ExtUtils::PkgConfig - - Pisilinux Community - admins@pisilinux.org - - LGPL-2.1 - library - programming.language.perl - A library which converts Perl XS code into C code - The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz - - perl - - programming/language/perl/perl-ExtUtils-PkgConfig/pspec.xml - - - perl-ExtUtils-PkgConfig - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 1.16 - First build. - fury - uglyside@yandex.ru - - - - - - perl-FFI-CheckLib - https://metacpan.org/release/FFI-CheckLib - - Blue Devil - bluedevil@sctzine.com - - Artistic - GPLv2 - library - programming.language.perl - Check that a library is available for FFI - FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü. - perl-FFI-CheckLib, checks if a library is available for FFI - perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.27.tar.gz - - perl - perl-test-exit - perl-test2-suite - - programming/language/perl/perl-FFI-CheckLib/pspec.xml - - - perl-FFI-CheckLib - Check that a library is available for FFI - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-05-18 - 0.27 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-10 - 0.26 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-File-chdir - https://metacpan.org/pod/File::chdir - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl module for changing directories - Dizin değiştirmek için bir Perl modülü. - Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program. - Dizin değiştirmek için bir Perl modülü. - http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-chdir-0.1011.tar.gz - - perl - - programming/language/perl/perl-File-chdir/pspec.xml - - - perl-File-chdir - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-09 - 0.1011 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-File-Listing - https://metacpan.org/release/File-Listing - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - File::Listing - Dosya sistemi dizin listesini çözümler. - Bu modül "parse_dir()" adında dosya sistemi dizin listesini çözümleyebilen bir yordamı dışa aktarır. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz - - perl - perl-HTTP-Date - - programming/language/perl/perl-File-Listing/pspec.xml - - - perl-File-Listing - File::Listing - parse directory listing - - perl - perl-HTTP-Date - - - /usr/share - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-10-01 - 6.07 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 6.04 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.04 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.04 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-File-Slurp - https://metacpan.org/release/File-Slurp - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - A Perl module that is efficient in reading/writing of Complete Files - Complete dosyalarını verimli bir şekilde yazma/okuma olanağı - Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call. - perl-File-Slurp Complete dosyalarını verimli bir şekilde yazma/okuma olanağı sunan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz - - perl - - programming/language/perl/perl-File-Slurp/pspec.xml - - - perl-File-Slurp - A Perl module that is efficient in reading/writing of Complete Files - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-12-17 - 9999.32 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-20 - 9999.32 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 9999.30 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 9999.29 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 9999.19 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-14 - 9999.19 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-File-Slurper - https://metacpan.org/release/File-Slurper - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - A simple, sane and efficient module to slurp a file - Bir dosyayı indirmek için iyi ve verimli bir perl modülüdür. - perl-File-Slurper, provides a simple, sane and efficient module to slurp a file. - perl-File-Slurper Bir dosyayı indirmek için iyi ve verimli bir perl modülü sunar. - https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz - - perl - perl-Test-Warnings - - programming/language/perl/perl-File-Slurper/pspec.xml - - - perl-File-Slurper - A simple, sane and efficient module to slurp a file - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-02-12 - 0.012 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-File-Which - https://metacpan.org/pod/File::Which - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - app:console - programming.language.perl - Portable Perl implementation of the "which" utility - Which komutunun Perl dilinde taşınabilir bir gerçekleştirimi - perl-File-Which is a Perl module that is portable implementation of the "which" utility. - perl-File-Which, which komutunun Perl dilinde taşınabilir bir gerçekleştirimi olan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz - - perl - perl-Test-Script - - programming/language/perl/perl-File-Which/pspec.xml - - - perl-File-Which - - perl - perl-Test-Script - - - /usr/bin - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 1.23 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Font-AFM - https://metacpan.org/pod/Font::AFM - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - A Perl module that is a interface to Adobe Font Metrics files - Adobe Font Metrics dosyaları için bir Perl arayüz modülü - perl-Font-AFM is interface to Adobe Font Metrics files. It allows you to obtain information about the font and the metrics of the various glyphs in the font. - Adobe Font Metrics dosyaları için bir Perl arayüz mödülü. Bu modül ile yazı tipi ve biçimi hakkında bilgilere ulaşabilirsiniz. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Font-AFM-1.20.tar.gz - - perl - - programming/language/perl/perl-Font-AFM/pspec.xml - - - perl-Font-AFM - A Perl module that is a interface to Adobe Font Metrics files - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-11 - 1.20 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.20 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.20 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.20 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Font-FreeType - https://metacpan.org/pod/Font::FreeType - - fury - uglyside@yandex.ru - - perl_5 - library - programming.language.perl - Font::FreeType - read font files and render glyphs from Perl using FreeType2. - This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. - https://cpan.metacpan.org/authors/id/D/DM/DMOL/Font-FreeType-0.16.tar.gz - - perl - freetype-devel - perl-File-Which - perl-Test-Warnings - perl-Devel-CheckLib - perl-ExtUtils-MakeMaker - - programming/language/perl/perl-Font-FreeType/pspec.xml - - - perl-Font-FreeType - - perl - freetype - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 0.16 - First build. - fury - uglyside@yandex.ru - - - - - - perl-Font-TTF - https://metacpan.org/pod/Font::TTF - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - Perl module for TrueType Font hacking - TrueType yazıtipleri için Perl modülü - perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables. - perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz - - perl - perl-IO-String - - programming/language/perl/perl-Font-TTF/pspec.xml - - - perl-Font-TTF - Perl module for TrueType Font hacking - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-11 - 1.06 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.05 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.05 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.05 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.05 - First release - Ayhan Yalçınsoy - ayhanyalcinoys@pisilinux.org - - - - - - perl-Glib - https://metacpan.org/pod/Glib - - Pisilinux Community - admins@pisilinux.org - - LGPL-2.1 - library - programming.language.perl - Perl wrappers for the GLib utility and Object libraries - This module provides perl access to Glib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz - - perl - perl-ExtUtils-Depends - perl-ExtUtils-PkgConfig - gobject-introspection-devel - - programming/language/perl/perl-Glib/pspec.xml - - - perl-Glib - - perl - glib2 - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-12-21 - 1.3293 - First build. - fury - uglyside@yandex.ru - - - - - - perl-Gtk2 - https://metacpan.org/pod/Gtk2 - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - programming.language.perl - Perl interface to the 2.x series of the Gimp Toolkit library. - This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-1.24993.tar.gz - - gtk2-devel - perl-Pango - perl-ExtUtils-Depends - perl-ExtUtils-PkgConfig - - programming/language/perl/perl-Gtk2/pspec.xml - - - perl-Gtk2 - - gtk2 - perl-Pango - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-12-21 - 1.24993 - First build. - fury - uglyside@yandex.ru - - - - - - perl-HTML-Form - https://metacpan.org/release/HTML-Form - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTML::Form - Bir HTML Form elemanını temsil eden perl sınıfı - HTML::Form sınıfının nesneleri tek bir <form> ... </form> örneğini temsil edebilirler. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz - - perl-LWP-Mediatypes - perl-HTTP-Message - perl-HTML-Parser - perl-URI - perl - - programming/language/perl/perl-HTML-Form/pspec.xml - - - perl-HTML-Form - HTML::Form - Class that represents an HTML form element - - perl-LWP-Mediatypes - perl-HTTP-Message - perl-HTML-Parser - perl-URI - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - /usr/share - - - - - 2020-02-22 - 6.07 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 6.06 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 6.05 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.03 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.03 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 6.03 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTML-Format - https://metacpan.org/release/NIGELM/HTML-Format-2.12 - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - A Perl module that format HTML as plaintext, RTF and PostScript - HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. - perl-HTML-Format HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz - - perl-Module-Build - perl-HTML-Tree - perl-Font-AFM - perl - - programming/language/perl/perl-HTML-Format/pspec.xml - - - perl-HTML-Format - A Perl module that format HTML as plaintext, RTF and PostScript - - perl-Module-Build - perl-HTML-Tree - perl-Font-AFM - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-14 - 2.12 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.12 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.12 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.12 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTML-Formatter - https://metacpan.org/release/HTML-Formatter - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - library - programming.language.perl - A Perl module that format HTML as plaintext, RTF and PostScript - HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. - perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz - - perl-Module-Build - perl-File-Slurper - perl-HTML-Tree - perl-Font-AFM - perl - perl-Test-Warnings - - programming/language/perl/perl-HTML-Formatter/pspec.xml - - - perl-HTML-Formatter - A Perl module that format HTML as plaintext, RTF and PostScript - - perl-HTML-Tree - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-02-12 - 2.16 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-HTML-FormatText-WithLinks - https://metacpan.org/pod/HTML::FormatText::WithLinks - - Osman Erkan - osman.erkan@pisilinux.org - - PerlArtistic GPL - library - programming.language.perl - HTML to text conversion with links as footnotes. - Bağlantıları dipnot olarak alan HTML'den metine dönüşüm modülü - HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. - HTML::FormatText::WithLinks HTML'i alıp düz metne çevirebilen ve bunu yaparken tüm bağlantıları da dipnot olarak verebilen perl modülüdür. - http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz - - perl - perl-URI - perl-Module-Build - perl-HTML-Formatter - perl-Test-Pod - perl-Test-Pod-Coverage - - programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml - - - perl-HTML-FormatText-WithLinks - HTML to text conversion with links as footnotes. - - perl - perl-URI - perl-HTML-Format - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-02-12 - 0.15 - Fix deps - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 0.15 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.15 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.15 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.15 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTML-FormatText-WithLinks-AndTables - https://metacpan.org/pod/HTML::FormatText::WithLinks::AndTables - - Osman Erkan - osman.erkan@pisilinux.org - - PerlArtistic GPL - library - programming.language.perl - Converts HTML to Text with tables in tact. - HTML'i metne tablolar ile beraber çeviren perl modülü - This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. - Bu modül HTML'i metne içersindeki tablolar ile beraber dönüştürür. - http://www.cpan.org/authors/id/D/DA/DALEEVANS/HTML-FormatText-WithLinks-AndTables-0.07.tar.gz - - perl - perl-URI - perl-HTML-FormatText-WithLinks - - programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml - - - perl-HTML-FormatText-WithLinks-AndTables - Converts HTML to Text with tables in tact. - - perl - perl-URI - perl-HTML-FormatText-WithLinks - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-14 - 0.07 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.07 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.07 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.06 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.06 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTML-Parser - https://metacpan.org/release/HTML-Parser - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - HTML Parser - HTML ayrıştırmak için kütüphane - The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. - HTML-Parser yazılımı, HTML dökümanlarından bilgi ayrıştıran ve seçip çıkaran bir modüller kolleksiyonudur. - La distribución HTML-Parser es una colección de módulos que analizan la sintaxis y extraen información de documentos HTML. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz - - perl - perl-URI - perl-Test-Pod - perl-HTML-Tagset - perl-HTTP-Message - - programming/language/perl/perl-HTML-Parser/pspec.xml - - - perl-HTML-Parser - HTML Parser - - perl - perl-URI - perl-HTML-Tagset - perl-HTTP-Message - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-HTML-Parser - - - - - 2020-08-30 - 3.75 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-08-30 - 3.73 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 3.72 - Rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 3.72 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 3.72 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.71 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 3.71 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTML-Scrubber - https://metacpan.org/pod/HTML::Scrubber - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl extension for scrubbing/sanitizing html - HTML dosyalarını düzenlemek için bir perl modülü - If you wanna scrub or sanitize html input in a reliable an flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works directly with HTML::Parser. - perl-HTML-Scrubber, HTML dosyalarını düzenlemek için bir perl modülüdür. - https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-0.19.tar.gz - - perl-Module-Build - perl-HTML-Parser - perl - - programming/language/perl/perl-HTML-Scrubber/pspec.xml - - - perl-HTML-Scrubber - Perl extension for scrubbing/sanitizing html - - perl-HTML-Parser - perl - - - /usr/lib - /usr/share/man - - - - - 2020-01-14 - 0.19 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.15 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.15 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 0.11 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTML-Tagset - https://metacpan.org/pod/HTML::Tagset - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Data tables useful in parsing HTML - HTML ayrıştırmak için yararlı bilgi tabloları - HTML-Tagset contains several data tables useful in various kinds of HTML parsing operations. - HTML-Tagset HTML ayrıştırmak için yararlı birçok bilgi tablosunu barındırır. - HTML-Tagset contiene varios tablas de datos útiles para varias operaciones de parsear HTML. - http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz - - perl - - programming/language/perl/perl-HTML-Tagset/pspec.xml - - - perl-HTML-Tagset - Data tables useful in parsing HTML - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-HTML-Tagset - - - - - 2020-01-02 - 3.20 - Rebuilt - Blue Devil - bluedevil@sctzine.com - - - 2018-09-08 - 3.20 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 3.20 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 3.20 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-HTML-Template - https://metacpan.org/pod/HTML::Template - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Perl module to use HTML-like templating language - HTML benzeri taslak oluşturup kullanmak için perl modülü - This module attempts to make using HTML templates simple and natural. - Bu modül sayesinde oluşturduğunuz HTML taslaklarını perl ile kullanabilirsiniz. - https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-2.97.tar.gz - - perl - perl-CGI - - programming/language/perl/perl-HTML-Template/pspec.xml - - - perl-HTML-Template - Perl module to use HTML-like templating language - - perl - perl-CGI - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-14 - 2.97 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2019-04-20 - 2.95 - Rebuild perl-CGI - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-26 - 2.95 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.95 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.95 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 2.95 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTML-Template-Pro - https://metacpan.org/pod/HTML::Template::Pro - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - LGPLv2 - library - programming.language.perl - Perl/XS module to use HTML Templates from CGI scripts - CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modülü - A fast and lightweight C/Perl+XS HTML Template engine implementation. - perl-HTML-Template-Pro, CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modüldür. - http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz - - perl - perl-JSON - libpcre-devel - - programming/language/perl/perl-HTML-Template-Pro/pspec.xml - - - perl-HTML-Template-Pro - Perl/XS module to use HTML Templates from CGI scripts - - perl - libpcre - perl-JSON - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-14 - 0.9510 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.9510 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.9510 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.9510 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 0.9510 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTML-Tree - https://metacpan.org/pod/HTML::Tree - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - library - app:console - programming.language.perl - A Perl module that build and scan parse-trees of HTML - HTML etiketlerin ayrıştırıcı ağaçlarını inşa etmeye yarayan bir Perl modülü - Build and scan parse-trees of HTML. It allows to represent,create and extract information from HTML syntax trees. - HTML etiketlerin ayrıştırıcı ağaçlarını inşa etmeye yarayan bir Perl modülüdür. HTML ağaçlarındaki bilgileri oluşturmaya, çıkartmaya ve sunmaya yarar. - https://cpan.metacpan.org/authors/id/K/KE/KENTNL/HTML-Tree-5.07.tar.gz - - perl - perl-HTML-Parser - perl-Module-Build - perl-Test-Fatal - - programming/language/perl/perl-HTML-Tree/pspec.xml - - - perl-HTML-Tree - A Perl module that build and scan parse-trees of HTML - - perl - perl-libwww - perl-HTML-Parser - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-14 - 5.07 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 5.06 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 5.03 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 5.03 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTTP-Body - https://metacpan.org/pod/HTTP::Body - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP Body Parser - HTTP Gövde Çözümleyici - HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data. - HTTP::Body, HTTP POST verisini çözümler ve application/octet-stream, application/x-www-form-urlencoded, ile multipart/form-data verilerini destekler. - http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.22.tar.gz - - perl - perl-Test-Pod - perl-Test-Deep - perl-HTTP-Message - perl-Test-Pod-Coverage - - programming/language/perl/perl-HTTP-Body/pspec.xml - - - perl-HTTP-Body - HTTP Body Parser - - perl - perl-HTTP-Message - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-14 - 1.22 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.22 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.22 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.22 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-HTTP-Cookies - https://metacpan.org/pod/HTTP::Cookies - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP cookie jars - HTTP cerez veritabanı işlemleri - This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. - Bu modül "cookie jar - çerez kavanozu" olarak da adlandırılan içinde HTTP çerezlerinin bulunduğu bir veritabanı nesnesi sınıfı sağlar. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.08.tar.gz - - perl - perl-HTTP-Date - perl-HTTP-Message - - programming/language/perl/perl-HTTP-Cookies/pspec.xml - - - perl-HTTP-Cookies - HTTP cookie jars - - perl - perl-HTTP-Date - perl-HTTP-Message - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-13 - 6.08 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.01 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.01 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTTP-Daemon - https://metacpan.org/release/HTTP-Daemon - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - A simple http server class - Basit bir HTTP sunucu sınıfı - Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. - HTTP::Daemon sınıfı örnekleri HTTP/1.1 sunucusu üzerinden gelen istekleri dinler. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz - - perl - perl-Module-Build - - - HTTP-Daemon-6.04-EU-MM-is-not-deprecated.patch - - programming/language/perl/perl-HTTP-Daemon/pspec.xml - - - perl-HTTP-Daemon - A simple http server class - - perl - perl-HTTP-Date - perl-HTTP-Message - perl-LWP-Mediatypes - - - /usr/share - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-07-20 - 6.12 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 6.06 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.01 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.01 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTTP-Date - https://metacpan.org/pod/HTTP::Date - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP::Date - Provides date conversion routines - HTTP::Date tarih-zaman dönüşümleri sağlayan perl modülüdür - This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. - perl-HTTP-Date modülü, HTTP protokolü tarafından kullnaılan tarih biçemlerini tanımak ve dönüştürmek ile ilgilenen bir perl modülüdür. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz - - perl - - programming/language/perl/perl-HTTP-Date/pspec.xml - - - perl-HTTP-Date - HTTP::Date - Provides date conversion routines - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-11 - 6.05 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.02 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 6.02 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Config-Tiny - https://metacpan.org/release/Config-Tiny - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - A module for reading and writing .ini style files with as little code as possible - Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül - perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. - perl-Config-Tiny, mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan perl modülü sunar. - https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.24.tgz - - perl - - programming/language/perl/perl-Config-Tiny/pspec.xml - - - perl-Config-Tiny - A module for reading and writing .ini style files with as little code as possible - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-04-22 - 2.24 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-09 - 2.23 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Digest-SHA1 - https://metacpan.org/pod/Digest::SHA1 - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - SHA1 message digest algorithm - NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlayan bir Perl modülü - The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. - Bu modül NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlar. Farklı uzunluklardaki mesajları alan algoritma, çıktı olarak 160 bitlik parmakizi veya mesaj özeti üretir. - El módulo Digest::SHA1 permite usar el algoritmo NIST SHA-1 desde programas Perl. El algoritmo acepta como entrada un mensaje de longitud arbitraria y produce un "fingerprint" (huella digital) o "message digest" de 160-bit. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz - - perl - - programming/language/perl/perl-Digest-SHA1/pspec.xml - - - perl-Digest-SHA1 - - perl - - - /usr/lib - /usr/share/doc/perl-Digest-SHA1 - /usr/share/man - - - - - 2020-01-02 - 2.13 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.13 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.13 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 2.13 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-GSSAPI - https://metacpan.org/pod/GSSAPI - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl extension providing access to the GSSAPIv2 library - GSSAPI kitaplığına erişim sağlayan perl modülü - perl-GSSAPI module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. - perl-GSSAPI, RFC 2744'de açıklandığı gibi GSSAPI C bağlayıcılarını kullanan bir perl eklentisidir. - http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-0.28.tar.gz - - perl - mit-kerberos - e2fsprogs-devel - - - disable_failing_test.patch - - programming/language/perl/perl-GSSAPI/pspec.xml - - - perl-GSSAPI - Perl extension providing access to the GSSAPIv2 library - - perl - mit-kerberos - e2fsprogs - - - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2020-01-11 - 0.28 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.28 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.28 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.28 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 0.28 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-HTTP-Message - https://metacpan.org/release/HTTP-Message - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP::Message - HTTP tarzı mesaj (ana sınıf) - HTTP::Message nesnesi bazı HTTP başlıkları ve içerik gövdesi içerir. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.26.tar.gz - - perl - perl-IO-HTML - perl-HTTP-Date - perl-LWP-Mediatypes - perl-URI - perl-Try-Tiny - perl-Encode-Locale - - programming/language/perl/perl-HTTP-Message/pspec.xml - - - perl-HTTP-Message - HTTP::Message - HTTP style message (base class) - - perl - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man/man3 - - - - - 2020-10-01 - 6.26 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-07-20 - 6.25 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 6.24 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 6.22 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 6.18 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.13 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.06 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.06 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.06 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-Mail-SPF - https://metacpan.org/pod/Mail::SPF - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Mail::SPF - An object-oriented implementation of Sender Policy Framework. - Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). - https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v2.9.0.tar.gz - - perl - perl-URI - perl-Error - perl-NetAddr-IP - perl-Module-Build - perl-Net-DNS-Resolver-Programmable - - programming/language/perl/perl-Mail-SPF/pspec.xml - - - perl-Mail-SPF - - perl - perl-URI - perl-Error - perl-Net-DNS - perl-NetAddr-IP - perl-Net-DNS-Resolver-Programmable - - - /usr/bin - /usr/sbin - /usr/lib/perl5 - /usr/share/man - - - - - 2021-10-14 - 2.9.0 - First build - fury - uglyside@yandex.ru - - - - - - perl-Pango - https://metacpan.org/pod/Pango - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - programming.language.perl - Layout and render international text. - Pango is a library for laying out and rendering text, with an emphasis on internationalization. - https://cpan.metacpan.org/authors/id/X/XA/XAOC/Pango-1.227.tar.gz - - perl-Glib - perl-Cairo - pango-devel - perl-ExtUtils-Depends - perl-ExtUtils-PkgConfig - - programming/language/perl/perl-Pango/pspec.xml - - - perl-Pango - - pango - perl-Glib - perl-Cairo - - - /usr/lib/perl5 - /usr/share/man/man3 - /usr/share/doc - - - - - 2021-12-21 - 1.227 - First release - fury - uglyside@yandex.ru - - - - - - perl-Test-Exception - https://metacpan.org/pod/Test::Exception - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Module for testing exception based codes - Perl için exception tabanlı kod denetleme modülü - This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. - perl-Test-Exception, perl için exception tabanlı kod denetleme modülü içerir. - http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz - - perl - perl-Sub-Uplevel - - programming/language/perl/perl-Test-Exception/pspec.xml - - - perl-Test-Exception - Module for testing exception based codes - - perl - perl-Sub-Uplevel - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-Test-Exception - - - - - 2020-01-12 - 0.43 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.43 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.43 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.43 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 0.43 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-HTTP-Negotiate - https://metacpan.org/pod/HTTP::Negotiate - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - A complete implementation of the HTTP content negotiation algorithm - HTTP içerik sorgulama algoritması uygulaması - This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. - Bu modül tam bir HTTP içerik sorgulama algoritması uygulaması içermektedir - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz - - perl - perl-HTTP-Date - perl-HTTP-Message - - programming/language/perl/perl-HTTP-Negotiate/pspec.xml - - - perl-HTTP-Negotiate - A complete implementation of the HTTP content negotiation algorithm - - perl - perl-HTTP-Date - perl-HTTP-Message - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-13 - 6.01 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.01 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.01 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.01 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-HTTP-Server-Simple - https://metacpan.org/pod/HTTP::Server::Simple - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Lightweight HTTP Server - Basit bir HTTP Sunucusu - HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools. - HTTP::Server::Simple basit, perl çekirdek modülleri dışında bağımlılığı olmadan tek başına çalışabilen bir HTTP hizmetidir. Tek başına çalışan, HTTP temelli bir uygulama yazmak istiyorsanız idealdir. - http://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz - - perl - perl-URI - - programming/language/perl/perl-HTTP-Server-Simple/pspec.xml - - - perl-HTTP-Server-Simple - Lightweight HTTP Server - - perl - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-14 - 0.52 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.52 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.51 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.51 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.51 - First release - Alihan Öztürk - alhan@pisilinux.org - - - - - - perl-Image-ExifTool - https://exiftool.org/index.html - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - A command-line application for reading, writing and editing meta information in image, audio and video files - Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması - ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. - ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır. - https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz - - perl - - programming/language/perl/perl-Image-ExifTool/pspec.xml - - - perl-Image-ExifTool - A command-line application for reading, writing and editing meta information in image, audio and video files - - perl - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/doc/perl-Image-ExifTool/Changes - - - - perl-Image-ExifTool-docs - Documentation of perl-Image-ExifTool - perl-Image-ExifTool için belgelendirme dosyaları - perl-Image-ExifTool-docs, perl-Image-ExifTool için belgelendirme dosyaları içerir - - perl-Image-ExifTool - - - /usr/share/doc - - - - - 2020-07-20 - 12.00 - Major version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 11.91 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 11.86 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 11.84 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 11.01 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 10.40 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 10.00 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-27 - 10.00 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - perl-Import-Into - https://metacpan.org/release/Import-Into - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Import::Into - Import packages into other packages. - Paketleri diğer paketlere içe aktaran perl modülü - Import::Into provides global methods to import packages into other packages. - perl-Import-Into, paketleri diğer paketlere içe aktaran perl modülü sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz - - perl - perl-Module-Runtime - - programming/language/perl/perl-Import-Into/pspec.xml - - - perl-Import-Into - Import::Into - Import packages into other packages. - - perl - perl-Module-Runtime - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 1.002005 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-importer - https://metacpan.org/release/Importer - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Alternative but compatible interface to modules that export symbols. - Sembol üreten modüllere bir alternatif. - Alternative but compatible interface to modules that export symbols. - perl-importer, sembol üreten modüllere alternatif bir perl modülü sunar. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-0.026.tar.gz - - perl - - programming/language/perl/perl-importer/pspec.xml - - - perl-importer - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-08-30 - 0.026 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-09 - 0.025 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-IO-HTML - https://metacpan.org/release/IO-HTML - - Blue Devil - bluedevil@sctzine.com - - Artistic - GPLv2 - library - programming.language.perl - IO::HTML Opens an HTML file with automatic charset detection - IO::HTML bir HTML dosyasını otomatik karakter seti tespiti ile açar. - IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. - perl-IO-HTML, HTML içeren dosyayı açarken otomatik karakter seti sunarak açmayı kolaylaştıran bir yol sunar. - https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz - - perl - - programming/language/perl/perl-IO-HTML/pspec.xml - - - perl-IO-HTML - IO::HTML Opens an HTML file with automatic charset detection - - perl - - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-10-01 - 1.004 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 1.001 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-IO-Socket-INET6 - https://metacpan.org/pod/IO::Socket::INET6 - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Object interface for AF_INET|AF_INET6 domain sockets - AF_INET|AF_INET6 domain soketleri için nesne arayüzü - IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. - IO::Socket::INET6, AF_INET ya da AF_INET6 domainleri kullanılarak soket kullanma veya yaratmaya yarayan nesne arayüzü sağlar. - IO::Socket::INET6 facilita una interfaz a objetos para la creación y uso de sockets en dominios AF_INET o AF_INET6. Está construido sobre la interfaz IO::Socket y hereda todos los métodos definidos en IO::Socket. - http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.72.tar.gz - - perl-Socket6 - perl-Test-Pod - perl-Module-Build - perl-Test-Pod-Coverage - perl-IO-Socket-SSL - perl - - programming/language/perl/perl-IO-Socket-INET6/pspec.xml - - - perl-IO-Socket-INET6 - - perl-Socket6 - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2016-04-24 - 2.72 - Docker built. - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2014-09-10 - 2.72 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 2.72 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 2.69 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 2.69 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-IO-Socket-IP - https://metacpan.org/release/IO-Socket-IP - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - Family-neutral IP socket supporting both IPv4 and IPv6 - Hem IPv4 hem de IPv6 soketlerini destekleyen perl modülü - This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. - IO::Socket::IP, Bu modül hem IPv4 hem de IPv6 soketlerini protokolden bağımsız kullanmayı destekler. - https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.41.tar.gz - - perl - perl-Module-Build - - programming/language/perl/perl-IO-Socket-IP/pspec.xml - - - perl-IO-Socket-IP - Family-neutral IP socket supporting both IPv4 and IPv6 - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2020-10-01 - 0.41 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-08 - 0.39 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-IO-Socket-SSL - https://metacpan.org/release/IO-Socket-SSL - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Nearly transparent SSL encapsulation for IO::Socket::INET - IO::Socket::INET için neredeyse saydam SSL kapsülleme desteği - IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET. - IO::Socket::SSL, SSL soketlerine nesne yönelimli arayüz sağlayan bir sınıftır. IO::Socket::INET'in gelişmişidir. - IO::Socket::SSL es una clase que implementa una inerfaz a sockets SSL, orientado a objetos. La clase es descendiente de IO::Socket::INET. - perl - https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz - - perl-Net-SSLeay - perl - - programming/language/perl/perl-IO-Socket-SSL/pspec.xml - - - perl-IO-Socket-SSL - Nearly transparent SSL encapsulation for IO::Socket::INET - - perl-Net-SSLeay - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-IO-Socket-SSL - - - - - 2022-07-30 - 2.074 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 2.068 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2.067 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 2.066 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.052 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 2.047 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.043 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.024 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 2.024 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-IO-String - https://metacpan.org/pod/IO::String - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - IO::File interface for in-core strings in Perl - Perl için çekirdek içi metinler için bir G/Ç Dosya arayüzü - perl-IO-String is an IO::File interface for in-core strings in Perl. - perl-IO-String, Perl dili için çekirdek içi metinlere yönelik bir G/Ç Dosya arayüzüdür. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz - - perl - - programming/language/perl/perl-IO-String/pspec.xml - - - perl-IO-String - IO::File interface for in-core strings in Perl - - perl - - - /usr/lib - /usr/share/man - - - - - 2020-01-11 - 1.08 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.08 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.08 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.08 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 1.08 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-IPC-Run3 - https://metacpan.org/pod/IPC::Run3 - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - BSD - library - programming.language.perl - Perl module to run a subprocess with input/ouput redirection - Girdi/Çıktı yönlendirmeli bir alt süreç çalıştıran Perl Modülü - perl-IPC-Run3 is a Perl module that runs a subprocess with input/ouput redirection. - perl-IPC-Run3, Girdi/Çıktı yönlendirmeli bir alt süreç çalıştıran bir Perl modülüdür. - http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz - - perl - perl-Test-Pod - perl-Test-Pod-Coverage - - programming/language/perl/perl-IPC-Run3/pspec.xml - - - perl-IPC-Run3 - - perl - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 0.048 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-JSON - https://metacpan.org/pod/JSON - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - JSON (JavaScript Object Notation) encoder/decoder - JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü - This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/. - Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/. - https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz - - perl - perl-JSON-XS - perl-Test-Pod - - programming/language/perl/perl-JSON/pspec.xml - - - perl-JSON - JSON (JavaScript Object Notation) encoder/decoder - - perl - perl-JSON-XS - perl-Test-Pod - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-13 - 4.02 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 2.90 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 2.90 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.90 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.90 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-JSON-XS - https://metacpan.org/release/JSON-XS - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - app:console - programming.language.perl - JSON serialising/deserialising, done correctly and fast - Doğru ve hızlı, JSON serileştirme/geri elde etme kitaplığı - This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be *fast*. To reach the latter goal it was written in C. - Bu modül Perl veri yapılarını JSON'a çevirir, tam tersini de yapabilir. Birincil amacı doğru çalışmak, ikincil amacı ise hızlı olmaktır. İkinciyi sağlamak için C dilinde yazılmıştır. - http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz - - perl - perl-common-sense - perl-Canary-Stability - perl-Types-Serialiser - - programming/language/perl/perl-JSON-XS/pspec.xml - - - perl-JSON-XS - JSON serialising/deserialising, done correctly and fast - - perl - perl-common-sense - perl-Canary-Stability - perl-Types-Serialiser - - - /usr/bin - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 4.02 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2019-06-22 - 4.02 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-07-26 - 3.03 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 3.03 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.02 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 3.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-libwww - https://metacpan.org/release/libwww-perl - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Application programming interface to the World-Wide Web - Perl için dünya çapında ağ programlama arayüzü - libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. - libwww-perl, perl ile dünya çapında ağ (www) programlama yapabilmek için çesitli perl arayüzleri sunar. - La colección libwww-perl es un conjunto de módulos Perl que facilitan una interfaz de programación de aplicación, simple y consistente para la Web. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz - - perl - perl-NET-HTTP - perl-HTTP-Daemon - perl-HTML-Parser - perl-HTTP-Cookies - perl-File-Listing - perl-Encode-Locale - perl-HTTP-Negotiate - perl-WWW-Robotrules - perl-Test-Needs - perl-Test-Fatal - perl-Test-RequiresInternet - - programming/language/perl/perl-libwww/pspec.xml - - - perl-libwww - Application programming interface to the World-Wide Web - - perl - perl-NET-HTTP - perl-Try-Tiny - perl-Data-Dump - perl-HTTP-Daemon - perl-HTML-Parser - perl-HTTP-Cookies - perl-File-Listing - perl-Encode-Locale - perl-HTTP-Negotiate - perl-WWW-Robotrules - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2020-10-01 - 6.49 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-07-20 - 6.47 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 6.44 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 6.43 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.15 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.15 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 6.15 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-LWP-Mediatypes - https://metacpan.org/pod/LWP::MediaTypes - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - LWP::Mediatypes can guess media type for a file or a URL - Dosya veya URL'in ortam türünü öngörmeye yarayan perl modülü. - This module provides functions for handling media (also known as MIME) types and encodings. - Bu modül ortam türleri ve kodlaması hakkında yordamlar sağlar. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz - - perl-Test-Fatal - perl - - programming/language/perl/perl-LWP-Mediatypes/pspec.xml - - - perl-LWP-Mediatypes - LWP::MediaTypes can guess media type for a file or a URL - - perl - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2020-01-11 - 6.04 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.02 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-09-10 - 6.02 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-LWP-Protocol-https - https://metacpan.org/release/LWP-Protocol-https - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - LWP::Protocol::https - Provide https support for LWP::UserAgent - LWP::Protocol::https - LWP::UserAgent için https desteği - The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. - The LWP::Protocol::https LWP::UserAgent için https desteği sunar. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz - - perl - perl-NET-HTTP - perl-Mozilla-CA - perl-IO-Socket-SSL - - programming/language/perl/perl-LWP-Protocol-https/pspec.xml - - - perl-LWP-Protocol-https - LWP::Protocol::https - Provide https support for LWP::UserAgent - - perl - perl-libwww - perl-Try-Tiny - ca-certificates - perl-Mozilla-CA - perl-IO-Socket-SSL - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-07-20 - 6.09 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 6.07 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.07 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.06 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.06 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 6.06 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Mail-AuthenticationResults - https://metacpan.org/pod/Mail::AuthenticationResults - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Object Oriented Authentication-Results Headers. - This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. - https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz - - perl - perl-JSON - perl-Clone - perl-Test-Exception - - programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml - - - perl-Mail-AuthenticationResults - - perl-JSON - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 2.20210915 - First build - fury - uglyside@yandex.ru - - - - - - perl-Mail-DKIM - https://metacpan.org/pod/Mail::DKIM - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Signs/verifies Internet mail with DKIM/DomainKey signatures. - This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. - https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20220408.tar.gz - - perl - perl-Clone - perl-Net-DNS - perl-mailtools - perl-YAML-LibYAML - perl-Crypt-OpenSSL-RSA - perl-Test-RequiresInternet - perl-Net-DNS-Resolver-Mock - perl-Mail-AuthenticationResults - - programming/language/perl/perl-Mail-DKIM/pspec.xml - - - perl-Mail-DKIM - - perl-Net-DNS - perl-mailtools - perl-Crypt-OpenSSL-RSA - perl-Mail-AuthenticationResults - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2022-04-14 - 1.20220408 - Version bump. - fury - uglyside@yandex.ru - - - 2021-09-18 - 1.20200907 - First build - fury - uglyside@yandex.ru - - - - - - perl-mailtools - https://metacpan.org/pod/MailTools - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - MailTools - bundle of ancient email modules. - MailTools is a bundle: an ancient form of combining packages into one distribution. - https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-2.21.tar.gz - - perl-timedate - - programming/language/perl/perl-mailtools/pspec.xml - - - perl-mailtools - - perl-timedate - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 2.21 - First build - fury - uglyside@yandex.ru - - - - - - perl-Math-Random-ISAAC - https://metacpan.org/pod/Math::Random::ISAAC - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Perl interface to the ISAAC PRNG algorithm. - Perl interface to the ISAAC PRNG algorithm. - https://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-1.004.tar.gz - - perl - perl-Test-NoWarnings - - programming/language/perl/perl-Math-Random-ISAAC/pspec.xml - - - perl-Math-Random-ISAAC - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 1.004 - First build - fury - uglyside@yandex.ru - - - - - - perl-Mock-Config - https://metacpan.org/pod/Mock::Config - - fury - uglyside@yandex.ru - - Artistic_2 - library - programming.language.perl - Mock::Config - temporarily set Config or XSConfig values. - Mock::Config - temporarily set Config or XSConfig values. - https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz - - perl - - programming/language/perl/perl-Mock-Config/pspec.xml - - - perl-Mock-Config - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 0.03 - First release - fury - uglyside@yandex.ru - - - - - - perl-Module-Build - https://metacpan.org/pod/Module::Build - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Build and install Perl modules. - Per modüllerini inşa eder ve sisteme yükler - perl-Module-Build Module::Build is a system for building, testing, and installing Perl modules. - perl-Module-Find, Module::Build Perl modüllerini yapan, test eden ve yükleyen bir sistemdir. - https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz - - perl - - programming/language/perl/perl-Module-Build/pspec.xml - - - perl-Module-Build - - perl - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 0.4229 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-09-02 - 0.4220 - Remove unneded dependency - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-26 - 0.4220 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.4220 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4216 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 0.4216 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-module-pluggable - https://metacpan.org/pod/Module::Pluggable - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - automatically give your module the ability to have plugins - Modülünüze otomatik olarak eklenti kullanma yeteneği verin - automatically give your module the ability to have plugins - https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz - - perl - - programming/language/perl/perl-module-pluggable/pspec.xml - - - perl-module-pluggable - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-09 - 5.2 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Module-Runtime - https://metacpan.org/release/Module-Runtime - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Module::Runtime - runtime module handling - Çalışma zamanında modülleri idare eden perl modülü - The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. - perl-Module-Runtime, çalışma zamanında modülleri idare eden perl modülü sunar. - https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz - - perl - perl-Module-Build - perl-Test-Pod - perl-Test-Pod-Coverage - - programming/language/perl/perl-Module-Runtime/pspec.xml - - - perl-Module-Runtime - Module::Runtime - runtime module handling - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 0.016 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Moo - https://metacpan.org/release/Moo - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Moo - Minimalist Object Orientation (with Moose compatibility) - Moo - Minimalist Nesne Yönelim Sistemi. - perl-Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup. - perl-Moo, minimalist nesne yönelim sistemi olan bir perl modülü sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz - - perl - perl-Role-Tiny - perl-Sub-Quote - perl-Module-Runtime - perl-Class-Method-Modifiers - perl-Test-Fatal - - programming/language/perl/perl-Moo/pspec.xml - - - perl-Moo - Moo - Minimalist Object Orientation (with Moose compatibility) - - perl - perl-Role-Tiny - perl-Sub-Quote - perl-Import-Into - perl-Module-Runtime - perl-Class-Method-Modifiers - perl-Devel-GlobalDestruction - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 2.004000 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Mozilla-CA - https://metacpan.org/release/Mozilla-CA - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Mozilla::CA - Mozilla's CA cert bundle in PEM format - Mozilla::CA - PEM biçeminde Mozilla CA sertifikaları - Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL. - Mozilla::CA, OpenSSL,e bağlı kitaplik ve modüller tarafından kullanılabilecek olan Mozilla Certificate Authority sertifikalarını toplu şekilde sunar. - https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20200520.tar.gz - - perl - - programming/language/perl/perl-Mozilla-CA/pspec.xml - - - perl-Mozilla-CA - Mozilla::CA - Mozilla's CA cert bundle in PEM format - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-05-24 - 20200520 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 20180117 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-09-08 - 20180117 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 20160104 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 20160104 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 20160104 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Net-DNS - https://metacpan.org/release/Net-DNS - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl interface to the DNS resolver - Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur. - Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. - Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur. Programcıya isim ile bağlantı sağlama (gethostbyname) ve adres ile bağlantı sağlamanın (gethostbyaddr) ötesinde olan DNS sorgularının çalışması için izin verir. - Net::DNS es una collección de módulos Perl con funciones de un servidor de nombres de dominio (DNS). Permite al programador realizar consultas DNS más allá de las facilidades de gethostbyname y gethostbyaddr. - https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.27.tar.gz - - perl - perl-Test-Pod - perl-Digest-HMAC - perl-Net-LibIDN2 - - programming/language/perl/perl-Net-DNS/pspec.xml - - - perl-Net-DNS - Perl interface to the DNS resolver - - perl - perl-Net-LibIDN2 - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2020-10-01 - 1.27 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-07-20 - 1.26 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-06-02 - 1.24 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Net-DNS-Resolver-Mock - https://metacpan.org/release/Net-DNS-Resolver-Mock - - PisiLinux Community - admins@pisilinux.org - - PerlArtistic - library - programming.language.perl - Mock a DNS Resolver object for testing - Mock a DNS Resolver object for testing - Mock a DNS Resolver object for testing - Mock a DNS Resolver object for testing - https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Net-DNS-Resolver-Mock-1.20200215.tar.gz - - perl - perl-Net-DNS - perl-Test-Exception - - programming/language/perl/perl-Net-DNS-Resolver-Mock/pspec.xml - - - perl-Net-DNS-Resolver-Mock - - perl - perl-Net-DNS - perl-Test-Exception - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-10-14 - 1.20200215 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Net-DNS-Resolver-Programmable - https://metacpan.org/pod/Net::DNS::Resolver::Programmable - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - programmable DNS resolver class for offline emulation of DNS. - Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. - https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Net-DNS-Resolver-Programmable-0.009.tar.gz - - perl - perl-Net-DNS - perl-Module-Build - - programming/language/perl/perl-Net-DNS-Resolver-Programmable/pspec.xml - - - perl-Net-DNS-Resolver-Programmable - - perl - perl-Net-DNS - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.009 - First build - fury - uglyside@yandex.ru - - - - - - perl-NET-HTTP - https://metacpan.org/pod/Net::HTTP - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Low-level HTTP connection (client) - Düşük-seviye HTTP bağlantı istemcisi - The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. - Net::HTTP düşük-seviye HTTP bağlantı istemcisi sınıfı sunar. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.19.tar.gz - - perl - perl-URI - - programming/language/perl/perl-NET-HTTP/pspec.xml - - - perl-NET-HTTP - Low-level HTTP connection (client) - - perl - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-13 - 6.19 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.09 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.09 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.09 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 6.09 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-Net-LibIDN2 - https://metacpan.org/release/Net-LibIDN2 - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - Net::LibIDN2 - Perl bindings for GNU Libidn2 - GNU Libidn2 için perl bağlayıcıları. - Provides bindings for GNU Libidn2, a C library for handling internationalized domain names based on IDNA 2008, Punycode and TR46. - perl-Net-LibIDN2, GNU Libidn2 için perl bağlayıcıları sunar. - https://cpan.metacpan.org/authors/id/T/TH/THOR/Net-LibIDN2-1.01.tar.gz - - perl - libidn2-devel - perl-Module-Build - - programming/language/perl/perl-Net-LibIDN2/pspec.xml - - - perl-Net-LibIDN2 - Net::LibIDN2 - Perl bindings for GNU Libidn2 - - perl - libidn2 - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2020-02-22 - 1.01 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Net-Pcap - https://metacpan.org/release/Net-Pcap - - Blue Devil - bluedevil@sctzine.com - - GPL - app:console - library - programming.language.perl - Interface to pcap(3) LBL packet capture library - pcap(3) LBL paket yakalama kitaplığı arayüzü - The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library. - Net::Pcap modülü, pcap(3) LBL paket yakalama kitaplığı için bir Perl arayüzüdür. - https://cpan.metacpan.org/authors/id/S/SA/SAPER/Net-Pcap-0.18.tar.gz - - perl - libpcap-devel - - - Net-Pcap-0.18-Adapt-a-test-to-libpcap-1.8.0.patch - Net-Pcap-0.18-Fix-build-with-libpcap-1.9.0.patch - - programming/language/perl/perl-Net-Pcap/pspec.xml - - - perl-Net-Pcap - Interface to pcap(3) LBL packet capture library - - perl - libpcap - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-08 - 0.18 - Version bump - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Net-RawIP - https://metacpan.org/pod/Net::RawIP - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - Perl extension to manipulate raw IP packets with interface to libpcap - Raw IP adreslerini libpcap ile değiştirmeye yarayan perl eklentisi. - Net::RawIP, a perl module can to manipulate raw IP packets, with an optional feature for manipulating Ethernet headers. - Net::RawIP, ham IP paketlerini ve ethernet başlıklarını değiştirebilen bir perl modülüdür. - http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-RawIP-0.25.tar.gz - - perl - libpcap-devel - - programming/language/perl/perl-Net-RawIP/pspec.xml - - - perl-Net-RawIP - Perl extension to manipulate raw IP packets with interface to libpcap - - perl - libpcap - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-08 - 0.25 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Net-SMTP-SSL - https://metacpan.org/pod/Net::SMTP::SSL - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - SSL Support for Net::SMTP - Net::SMTP için SSL desteği - perl-NET-SMTP-SSL implements the same API as Net::SMTP but uses IO::Socket::SSL for its network operations. - perl-Net-SMTP-SSL, SMTP protokolüne SSL desteği katarak güvenli e-posta gönderimi sağlar. - http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz - - perl - perl-IO-Socket-SSL - - programming/language/perl/perl-Net-SMTP-SSL/pspec.xml - - - perl-Net-SMTP-SSL - SSL Support for Net::SMTP - - perl - perl-IO-Socket-SSL - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-13 - 1.04 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-09-08 - 1.04 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.04 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.03 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Net-SSLeay - https://metacpan.org/pod/Net::SSLeay - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Net::SSLeay - Perl extension for using OpenSSL - OpenSSL erişimi için Perl modülü - Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). - Net::SMPP, TCP üzerinden kısa mesaj gönderimi gerçeklemesidir. Bu iletişim kuralı genelde telekom alanında kısa mesaj servisini (SMS) gerçekleştirmek için kullanılır. - Net::SMPP es una implementación del protocolo TCP de mensajes cortos sobre Peer to Peer. Este protocolo está frecuentemente usado por operadoras de telecom y móviles para pasar mensajes cortos entre sistemas que implementan el servicio de mensajes cortos (SMS). - perl - https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.93_01.tar.gz - - perl - openssl-devel - perl-Test-Exception - - programming/language/perl/perl-Net-SSLeay/pspec.xml - - - perl-Net-SSLeay - Net::SSLeay - Perl extension for using OpenSSL - - perl - zlib - openssl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-Net-SSLeay - - - - - 2022-07-30 - 1.93_01 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-13 - 1.88 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.85 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.80 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.72 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.72 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-NetAddr-IP - https://metacpan.org/pod/NetAddr::IP - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Manages IPv4 and IPv6 addresses and subnets. - This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. - https://cpan.metacpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz - - perl - - programming/language/perl/perl-NetAddr-IP/pspec.xml - - - perl-NetAddr-IP - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 4.079 - First build - fury - uglyside@yandex.ru - - - - - - perl-NetPacket - https://metacpan.org/release/NetPacket - - Blue Devil - bluedevil@sctzine.com - - GPL - app:console - library - programming.language.perl - assemble/disassemble network packets at the protocol level - Protokol seviyesinde ağ paketlerini assemble/disassemble etmeye yarayan bir araç. - "NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation. - NetPacket" ağ protokollerini encode/decode etmeye yarayan bir çok temel sınıf sağlayan bir perl kitaplığıdır. - https://cpan.metacpan.org/authors/id/Y/YA/YANICK/NetPacket-1.7.2.tar.gz - - perl - - programming/language/perl/perl-NetPacket/pspec.xml - - - perl-NetPacket - assemble/disassemble network packets at the protocol level - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-08 - 1.7.2 - Version bump - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Params-Util - https://metacpan.org/release/Params-Util - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Simple, compact and correct param-checking functions - Basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları - perl-Params-Util is a Perl module that has simple, compact and correct param-checking functions. - perl-Params-Util basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları içeren bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz - - perl - - programming/language/perl/perl-Params-Util/pspec.xml - - - perl-Params-Util - Simple, compact and correct param-checking functions - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 1.07 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-parse-yapp - https://search.cpan.org/dist/Parse-Yapp - - Pisi Linux Admins - admin@pisilinux.org - - PerlArtistic - library - programming.language.perl - Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules - Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules - Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules - Perl/CPAN Module Parse::Yapp : Generates OO LALR parser modules - https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.06.tar.gz - programming/language/perl/perl-parse-yapp/pspec.xml - - - perl-parse-yapp - - /usr/bin - /usr/lib/perl5 - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2020-12-18 - 1.21 - First release. - Pisi Linux Admins - admin@pisilinux.org - - - - - - perl-Path-Class - https://metacpan.org/pod/Path::Class - - fury - uglyside@yandex.ru - - GPL-1 - library - programming.language.perl - Cross-platform path specification manipulation for Perl. - Cross-platform path specification manipulation for Perl. - https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.37.tar.gz - - perl - perl-Module-Build - - programming/language/perl/perl-Path-Class/pspec.xml - - - perl-Path-Class - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.37 - First build - fury - uglyside@yandex.ru - - - - - - perl-path-tiny - https://metacpan.org/release/Path-Tiny - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - programming.language.perl - File path utility - Dosya yolu aracı - This module provides a small, fast utility for working with file paths. - Bu modül dosya yolları ile çalışabilmek için hızlı ve küçük bir araç takımı sunar. - https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.114.tar.gz - - perl - - programming/language/perl/perl-path-tiny/pspec.xml - - - perl-path-tiny - File path utility - - perl - - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-05-18 - 0.114 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 0.112 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 0.110 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 0.108 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-11-15 - 0.108 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Pod-Coverage - https://metacpan.org/pod/Pod::Coverage - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - app:console - programming.language.perl - Checks if the documentation of a module is comprehensive - Bir modülün belgelendirmesinin kapsamını kontrol eder - perl-Pod-Coverage checks if the documentation of a module is comprehensive. - perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür. - http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz - - perl - perl-Test-Pod - perl-Devel-Symdump - - programming/language/perl/perl-Pod-Coverage/pspec.xml - - - perl-Pod-Coverage - Checks if the documentation of a module is comprehensive - - perl - perl-Test-Pod - perl-Devel-Symdump - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 0.23 - Rebuilt - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 0.23 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.23 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.23 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.23 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Probe-Perl - https://metacpan.org/pod/Probe::Perl - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Information about the currently running perl - Çalışan Perl hakkında bilgi verir - perl-Probe-Perl is a Perl module for getting information about the currently running perl. - perl-Probe-Perl çalışan Perl hakkında bilgi veren bir Perl modülüdür. - http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz - - perl - - programming/language/perl/perl-Probe-Perl/pspec.xml - - - perl-Probe-Perl - - perl - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 0.03 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-return-multilevel - https://metacpan.org/release/Data-Munge/ - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Various utility functions - Various utility functions - https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Return-MultiLevel-0.05.tar.gz - - perl - perl-data-munge - perl-Test-Fatal - - programming/language/perl/perl-return-multilevel/pspec.xml - - - perl-return-multilevel - - perl - perl-data-munge - perl-Test-Fatal - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 0.05 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Role-Tiny - https://metacpan.org/release/Role-Tiny - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose - Minimal rol kompozisyon aracı - Role::Tiny is a minimalist role composition tool. - perl-Role-Tiny, minimal rol kompozisyon aracı olan perl modülü sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.001004.tar.gz - - perl - perl-Test-Fatal - - programming/language/perl/perl-Role-Tiny/pspec.xml - - - perl-Role-Tiny - Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 2.001004 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-scope-guard - https://metacpan.org/pod/Scope::Guard - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Lexically-scoped resource management - Sözcüksel olarak kapsamlı kaynak yönetimi - Lexically-scoped resource management - https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz - - perl - - programming/language/perl/perl-scope-guard/pspec.xml - - - perl-scope-guard - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-09 - 0.21 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Socket6 - https://search.cpan.org/dist/Socket6 - - PisiLinux Community - admins@pisilinux.org - - PerlArtistic - library - programming.language.perl - A getaddrinfo/getnameinfo support module - A getaddrinfo/getnameinfo support module - A getaddrinfo/getnameinfo support module - A getaddrinfo/getnameinfo support module - https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz - - perl - - programming/language/perl/perl-Socket6/pspec.xml - - - perl-Socket6 - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-10-14 - 0.29 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Sort-Versions - https://metacpan.org/release/Sort-Versions - - Blue Devil - bluedevil@sctzine.com - - Artistic - library - programming.language.perl - Sort::Versions - a perl 5 module for sorting of revision-like numbers. - Revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür. - Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use.l. - Bu modül revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür. - https://cpan.metacpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz - - perl - - programming/language/perl/perl-Sort-Versions/pspec.xml - - - perl-Sort-Versions - Sort::Versions - a perl 5 module for sorting of revision-like numbers. - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-10 - 1.62 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-String-ShellQuote - https://metacpan.org/pod/String::ShellQuote - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - app:console - programming.language.perl - Quote strings for passing through the shell - Kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine alma yordamları - This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. - Bu modül kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine almak için fonksiyonlar içerir. - El módulo contiene algunas funciones útiles para encerrar cadenas de texto entre comillas, para pasarlo a una shell o a un objeto similar. - http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz - - perl - - programming/language/perl/perl-String-ShellQuote/pspec.xml - - - perl-String-ShellQuote - Quote strings for passing through the shell - - perl - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc/perl-String-ShellQuote - - - - - 2020-01-13 - 1.04 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.04 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.04 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Sub-Exporter - https://metacpan.org/release/Sub-Exporter - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - A sophisticated exporter written in Perl for custom-built routines - Özelleştirilmiş karmaşık inşa yordamları için Perl dilinde yazılmış bir dışa aktarıcı - perl-Sub-Exporter is a Perl module that is a sophisticated exporter for custom-built routines. - perl-Sub-Exporter özelleştirilmiş karmaşık inşa yordamları için dışa aktarıcı bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz - - perl - perl-Params-Util - perl-Sub-Install - perl-Data-OptList - - programming/language/perl/perl-Sub-Exporter/pspec.xml - - - perl-Sub-Exporter - A sophisticated exporter written in Perl for custom-built routines - - perl - perl-Params-Util - perl-Sub-Install - perl-Data-OptList - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 0.987 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Sub-Exporter-Progressive - https://metacpan.org/release/Sub-Exporter-Progressive - - Blue Devil - bluedevil@sctzine.com - - Artistic - GPLv2 - library - programming.language.perl - perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper - Sub-Exporter için sarmalayıcı perl modülü - perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. - perl-Sub-Exporter-Progressive, Sub-Exporter için sarmalayıcı perl modülü içerir. - https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz - - perl - - programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml - - - perl-Sub-Exporter-Progressive - perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 0.001013 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Sub-Identify - https://metacpan.org/pod/Sub::Identify - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Perl module to retrieve names of code references - Kod referanslarının adlarını almak için Perl modülü - perl-Sub-Identify is a Perl module allowing you to retrieve the real name of code references through the introspection mechanism. - perl-Sub-Identify, introspection mekanizmasıyla kod referanslarının adlarını almaya yarayan bir Perl modülüdür. - http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz - - perl - perl-Test-Pod - - programming/language/perl/perl-Sub-Identify/pspec.xml - - - perl-Sub-Identify - Perl module to retrieve names of code references - - perl - perl-Test-Pod - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 0.14 - Rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.14 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.12 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-sub-info - https://metacpan.org/pod/Sub::Info - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Tool for inspecting subroutines. - Altyordamları denetleme aracı. - Tool for inspecting subroutines. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Sub-Info-0.002.tar.gz - - perl - perl-importer - - programming/language/perl/perl-sub-info/pspec.xml - - - perl-sub-info - - perl - perl-importer - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-09 - 0.002 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Sub-Install - https://metacpan.org/release/Sub-Install - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Sub::Install - install subroutines into packages easily - Paketlere altyordamları kolayca yüklemeye yarayan bir Perl Modülü - perl-Sub-Install is a Perl module that installs subroutines into packages easily. - perl-Sub-Install, paketlere altyordamları kolayca yükleyen bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz - - perl - - programming/language/perl/perl-Sub-Install/pspec.xml - - - perl-Sub-Install - Sub::Install - install subroutines into packages easily - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 0.928 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Sub-Quote - https://metacpan.org/release/Sub-Quote - - Blue Devil - bluedevil@sctzine.com - - Perlv5 - library - programming.language.perl - Sub::Quote - Efficient generation of subroutines via string eval - string eval ile verimli alt-rutin üretimi. - perl-Sub-Quote provides performant ways to generate subroutines from strings. - perl-Sub-Quote, string eval ile verimli alt-rutin üretimi yapan bir perl modülü sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.006006.tar.gz - - perl - perl-Test-Fatal - - programming/language/perl/perl-Sub-Quote/pspec.xml - - - perl-Sub-Quote - Sub::Quote - Efficient generation of subroutines via string eval - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-09-23 - 2.006006 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Sub-Uplevel - https://metacpan.org/pod/Sub::Uplevel - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Module to apparently run a function in a higher stack frame - Bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmak için perl modülü - Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided. - perl-Sub-Uplevel modülü, bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmaktadır. - http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz - - perl - - programming/language/perl/perl-Sub-Uplevel/pspec.xml - - - perl-Sub-Uplevel - Module to apparently run a function in a higher stack frame - - perl - - - /usr/lib - /usr/share/doc/perl-Sub-Uplevel - /usr/share/man - - - - - 2020-01-02 - 0.2800 - Rebuilt - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.2800 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.2600 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 0.25 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Super - https://metacpan.org/pod/SUPER - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Control superclass method dispatch. - Üst sınıf yönteminin gönderilmesini denetle. - Control superclass method dispatch. - perl-Super, ust sınıf yönteminin gönderilmesini denetler. - https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz - - perl - perl-Sub-Identify - perl-Module-Build - - programming/language/perl/perl-Super/pspec.xml - - - perl-Super - Control superclass method dispatch. - - perl - perl-Sub-Identify - perl-Module-Build - - - /usr/lib - /usr/share - /usr/share/doc - - - - - 2020-01-02 - 20190531 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 20141117 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 20141117 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-template-toolkit - https://metacpan.org/release/Template-Toolkit - - PisiLinux Community - admins@pisilinux.org - - PerlArtistic - library - programming.language.perl - Perl template processing system - Perl taslak işleme sistemi - The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. - perl-template-toolkit, hızlı, esnek, genişletilebilir ve güçlü taslak işleme sistemi sunan perl modülleri kolleksiyonudur. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz - - perl - perl-AppConfig - - programming/language/perl/perl-template-toolkit/pspec.xml - - - perl-template-toolkit - Perl template processing system - - perl - perl-AppConfig - - - /usr/share - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2020-07-20 - 3.009 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-08 - 3.008 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 3.007 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 3.003 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-11-16 - 2.28 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-term-table - https://metacpan.org/pod/Term::Table - - Kamil Atlı - suvari@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Format a header and rows into a table - Üstbilgi ve satırları tabloya biçimlendirme - Format a header and rows into a table - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-0.015.tar.gz - - perl - perl-importer - - programming/language/perl/perl-term-table/pspec.xml - - - perl-term-table - - perl - perl-importer - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-04-09 - 0.015 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Test-Deep - https://metacpan.org/release/Test-Deep - - Pisi Linux Admins - admin@pisilinux.org - - as-is - library - programming.language.perl - A Perl module that gives you lots of flexibility when testing deep structures - Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü - perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures. - perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz - - perl - - programming/language/perl/perl-Test-Deep/pspec.xml - - - perl-Test-Deep - A Perl module that gives you lots of flexibility when testing deep structures - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-03-05 - 1.130 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 1.128 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.127 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.126 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.120 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.120 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-test-exit - https://metacpan.org/release/Test-Exit - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Test whether code exits without terminating testing. - Testi sonlandırmadan kodun çıkıp çıkmadığını test edin. - Test whether code exits without terminating testing. - Testi sonlandırmadan kodun çıkıp çıkmadığını test edin. - https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz - - perl - perl-return-multilevel - - programming/language/perl/perl-test-exit/pspec.xml - - - perl-test-exit - - perl - perl-return-multilevel - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 0.097 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Test-Fatal - https://metacpan.org/release/Test-Fatal - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Perl module to test code with exceptions - İstisna içeren kodları test etmek için Perl modülü - perl-Test-Fatal provides incredible simple helpers for testing Perl code with exceptions. - perl-Test-Fatal, istisna (exception) içeren kodları test etmek için çok basit bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz - - perl - perl-Try-Tiny - - programming/language/perl/perl-Test-Fatal/pspec.xml - - - perl-Test-Fatal - Perl module to test code with exceptions - - perl - perl-Try-Tiny - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-11 - 0.016 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 0.014 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.14 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.14 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.14 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Test-MockModule - https://metacpan.org/release/Test-MockModule - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Override subroutines in a module for unit testing. - Birim test için bir modüldeki altprogramları geçersiz kılın. - Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. - perl-Test-MockModule birim test amaçları için diğer paketlerdeki altprogramları geçici olarak yeniden tanımlamanıza izin verir. - https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.175.0.tar.gz - - perl - perl-Super - perl-Module-Build - perl-Test-Warnings - perl-Test-Pod-Coverage - - programming/language/perl/perl-Test-MockModule/pspec.xml - - - perl-Test-MockModule - Override subroutines in a module for unit testing. - - perl - perl-Super - - - /usr/share - /usr/lib - /usr/share/doc - - - - - 2020-10-01 - 0.175.0 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-07-20 - 0.173.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 0.172.0 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-02 - 0.171.0 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.11 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.11 - First release. - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-Test-Needs - https://metacpan.org/pod/Test::Needs - - Blue Devil - bluedevil@sctzine.com - - Perl 5 - library - programming.language.perl - Test::Needs - Skip tests when modules not available - Bu perl modülü, olmayan perl modülü için hata vermez. - Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip. - perl-Test-Needs, olmayan perl modülü için hata vermeyen bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz - - perl - - programming/language/perl/perl-Test-Needs/pspec.xml - - - perl-Test-Needs - Test::Needs - Skip tests when modules not available - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-12-17 - 0.002006 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 0.002006 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Test-NoWarnings - https://metacpan.org/pod/Test::NoWarnings - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - programming.language.perl - Make sure you didn't emit any warnings while testing. - Make sure you didn't emit any warnings while testing. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-NoWarnings-1.06.tar.gz - - perl - - programming/language/perl/perl-Test-NoWarnings/pspec.xml - - - perl-Test-NoWarnings - - perl-test-simple - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 1.06 - First build - fury - uglyside@yandex.ru - - - - - - perl-Test-Number-Delta - https://metacpan.org/pod/Test::Number::Delta - - Pisilinux Community - admins@pisilinux.org - - Apache_2 - library - programming.language.perl - Compare the difference between numbers against a given tolerance. - At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. - https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz - - perl - - programming/language/perl/perl-Test-Number-Delta/pspec.xml - - - perl-Test-Number-Delta - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2021-12-21 - 1.06 - First build. - fury - uglyside@yandex.ru - - - - - - perl-Test-Pod - https://metacpan.org/pod/Test::Pod - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - A perl module to check for errors in POD files - Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü - Check POD files for errors or warnings in a test file, using Pod::Simple. - Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz - - perl - - programming/language/perl/perl-Test-Pod/pspec.xml - - - perl-Test-Pod - A perl module to check for errors in POD files - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 1.52 - Rebuild - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 1.52 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.51 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.51 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.51 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Test-Pod-Coverage - https://metacpan.org/pod/Test::Pod::Coverage - - Pisi Linux Admins - admin@pisilinux.org - - as-is - library - programming.language.perl - Check for pod coverage in your distribution - Dağıtımınızın POD kapsamını kontrol eder - perl-Test-Pod-Coverage checks for pod coverage in your distribution. - perl-Test-Pod-Coverage dağıtımınızın POD kapsamını kontrol eden Perl modülüdür. - http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.10.tar.gz - - perl - perl-Pod-Coverage - - programming/language/perl/perl-Test-Pod-Coverage/pspec.xml - - - perl-Test-Pod-Coverage - Check for pod coverage in your distribution - - perl - perl-Pod-Coverage - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-02 - 1.10 - Rebuild - Blue Devil - bluedevil@sctzine.com - - - 2018-09-08 - 1.10 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.10 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.10 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Test-Requires - https://metacpan.org/release/Test-Requires - - Blue Devil - bluedevil@sctzine.com - - Artistic-2 - GPLv1 - library - programming.language.perl - Checks to see if the module can be loaded. - Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü - perl-Test-Requires is a Perl module to check if the module can be loaded. - perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz - - perl - - programming/language/perl/perl-Test-Requires/pspec.xml - - - perl-Test-Requires - Checks to see if the module can be loaded. - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-09-23 - 0.11 - First Pisi Release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Test-RequiresInternet - https://metacpan.org/pod/Test::RequiresInternet - - Blue Devil - bluedevil@sctzine.com - - Perl 5 - library - programming.language.perl - Test::RequiresInternet - Easily test network connectivity - Test::RequiresInternet - Kolay bir şekilde ağ baglantı durumunu denetler. - This module is intended to easily test network connectivity before functional tests begin to non-local Internet resources. It does not require any modules beyond those supplied in core Perl. - perl-Test-RequiresInternet, herhangi fazladan modül gerektirmeden internet bağlantısını denetleyebilen bir perl modülüdür. - https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz - - perl - - programming/language/perl/perl-Test-RequiresInternet/pspec.xml - - - perl-Test-RequiresInternet - Test::RequiresInternet - Easily test network connectivity - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-14 - 0.05 - First Pisi Release. - Blue Devil - bluedevil@sctzine.com - - - - - - perl-Test-Script - https://metacpan.org/pod/Test::Script - - Pisi Linux Admins - admin@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Basic cross-platform tests for Perl scripts - Perl için temel çoklu platform test araçlarını içeren modül - perl-Test-Script is a Perl module that has basic cross-platform tests for scripts. - perl-Test-Script temel çoklu platform test araçlarını içeren bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-1.26.tar.gz - - perl - perl-IPC-Run3 - perl-Probe-Perl - perl-test2-suite - perl-Capture-Tiny - - programming/language/perl/perl-Test-Script/pspec.xml - - - perl-Test-Script - - perl - perl-IPC-Run3 - perl-Probe-Perl - perl-test2-suite - perl-Capture-Tiny - - - /usr/lib - /usr/share/man - - - - - 2020-04-09 - 1.26 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-test-simple - https://metacpan.org/release/Test-Simple - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Basic utilities for writing tests. - Test yazmak için temel araçlar. - This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). - perl-test-simple, CPAN'a uygun testler yazabilmek için çok uygun ve basit perl modülleri sunar. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302181.tar.gz - - perl - - programming/language/perl/perl-test-simple/pspec.xml - - - perl-test-simple - Basic utilities for writing tests. - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-12-17 - 1.302181 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-08-30 - 1.302177 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 1.302175 - Minor version bump, fix translation - Blue Devil - bluedevil@sctzine.com - - - 2020-04-09 - 1.302174 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Test-Warn - https://metacpan.org/pod/Test::Warn - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Perl extension to test methods for warnings - Test uyarıları için Perl eklentisi - perl-Test-Warn module provides a few convenience methods for testing warning based code. - perl-Test-Warn modülü, uyarı temelli kodları test etmeye yarayan birkaç kolaylık metodu sağlamaktadır. - https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz - - perl - perl-Test-Pod - perl-Sub-Uplevel - - programming/language/perl/perl-Test-Warn/pspec.xml - - - perl-Test-Warn - Perl extension to test methods for warnings - - perl - perl-Sub-Uplevel - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 0.36 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.30 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.30 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.30 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.30 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Test-Warnings - https://metacpan.org/release/Test-Warnings - - Blue Devil - bluedevil@sctzine.com - - Perl 5 - library - programming.language.perl - Perl module to test for warnings and the lack of them - Bu perl modülü, perl için uyarılar üretir. - perl-Test-Warnings is a Perl module to test for warnings and the lack of them. - perl-Test-Warnings, perl için uyarılar üreten bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.030.tar.gz - - perl - - programming/language/perl/perl-Test-Warnings/pspec.xml - - - perl-Test-Warnings - Perl module to test for warnings and the lack of them - - perl - - - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-03-27 - 0.030 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-03 - 0.028 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - perl-test2-suite - https://metacpan.org/release/Test2-Suite - - Kamil Atlı - suvari@pisilinux.org - - Artistic - library - programming.language.perl - Distribution with a rich set of tools built upon the Test2 framework. - Test2 çerçevesi üzerine inşa edilmiş zengin araçlarla dağıtım. - Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. - Test2 test kitaplığı üzerine kurulmuş araçlar ve eklentiler sunan bir perl araç takımıdır. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000135.tar.gz - - perl - perl-sub-info - perl-importer - perl-term-table - perl-test-simple - perl-scope-guard - perl-module-pluggable - - programming/language/perl/perl-test2-suite/pspec.xml - - - perl-test2-suite - Distribution with a rich set of tools built upon the Test2 framework. - - perl - perl-sub-info - perl-importer - perl-term-table - perl-test-simple - perl-scope-guard - perl-module-pluggable - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-07-20 - 0.000135 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-04-09 - 0.000129 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Text-CSV - http://search.cpan.org/dist/Text-CSV - - Kamil Atlı - suvari@pisilinux.org - - GPL - library - programming.language.perl - Perl Module as a comma-separated values manipulator - Virgülle ayrılmış değerleri işleyen bir Perl modülü - Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. - Text::CSV, virgülle ayrılmış değerlerin bileşimi ve ayrıştırılması için olanaklar sağlar. Text::CSV sınıfının bir örneği, alanları bir CSV dizesinde birleştirebilir ve bir CSV dizesini alanlara ayrıştırabilir. - https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz - - perl - perl-Test-Pod - - programming/language/perl/perl-Text-CSV/pspec.xml - - - perl-Text-CSV - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc + /usr/share/perf-core + /usr/share/doc/perf-tip - + 2022-06-25 - 2.01 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-Text-ParseWords - https://metacpan.org/pod/Text::ParseWords - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - library - app:console - programming.language.perl - Text::ParseWords - parse text into an array of tokens or array of arrays - Text::ParseWords - verilen metni çözümleyerek bir dizi oluşturur. - The nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. - perl-Text-ParseWords, verilen metni çözümleyerek bir dizi oluşturabilen bir perl modülüdür. - http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz - - perl - - programming/language/perl/perl-Text-ParseWords/pspec.xml - - - perl-Text-ParseWords - Text::ParseWords - parse text into an array of tokens or array of arrays - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-13 - 3.30 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 3.30 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 3.30 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.30 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-26 - 3.30 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - perl-timedate - https://metacpan.org/dist/TimeDate - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - time and date parsing and formatting perl library. - This is the perl5 TimeDate distribution. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz - - perl - - programming/language/perl/perl-timedate/pspec.xml - - - perl-timedate - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 2.33 - First build - fury - uglyside@yandex.ru - - - - - - perl-Try-Tiny - https://metacpan.org/pod/Try::Tiny - - Pisi Linux Admins - admins@pisilinux.org - - Artistic-2 - GPLv1 - library - programming.language.perl - Perl module to implement minimal try/catch - Perl için basit bir try/catch gerçeklemesi - perl-Try-Tiny is a Perl module which implements a minimal try/catch with proper localization of $@. - perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir. - http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz - - perl - perl-Capture-Tiny - - programming/language/perl/perl-Try-Tiny/pspec.xml - - - perl-Try-Tiny - Perl module to implement minimal try/catch - - perl - perl-Capture-Tiny - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-01-07 - 0.30 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 0.30 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.28 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.24 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 0.24 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Types-Serialiser - https://metacpan.org/pod/Types::Serialiser - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - app:console - programming.language.perl - This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. - JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar. - This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. - perl-Types-Serialiser, JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar.. - http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz - - perl - perl-common-sense - - programming/language/perl/perl-Types-Serialiser/pspec.xml - - - perl-Types-Serialiser - - perl - perl-common-sense - - - /usr/bin - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-01-02 - 1.0 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 1.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-URI - https://metacpan.org/release/URI - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl module for Uniform Resource Identifiers (absolute and relative) - Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri) icin perl arayüzü - A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). - Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri), soyut veya fiziki bir kaynağı belirleyen bir tekparça karakter dizgesidir. Bir URI, bir URL (Uniform Resource Locator – Tektip Kaynak Bulucu) veya bir URN (Uniform Resource Name – Tektip Kaynak Adı)’den daha ötede sınıflandırılabilir. - Un identificador de recurso uniformado (URI) es una cadena de caracteres compacta que identifica un recurso físico o abstracto. Se puede clasificar los URI en Uniform Resource Locator (URL) o Uniform Resource Name (URN). - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.05.tar.gz - - perl - perl-Test-Needs - - programming/language/perl/perl-URI/pspec.xml - - - perl-URI - Perl module for Uniform Resource Identifiers (absolute and relative) - - perl - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2020-12-13 - 5.05 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 1.76 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.71 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.71 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.71 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-14 - 1.71 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - perl-WWW-Robotrules - https://metacpan.org/pod/WWW::RobotRules - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - database of robots.txt-derived permissions - robots.txt-turevi izinler veritabanı - This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. - Bu modÜl robots.txt dosyasının ayarlarını çözümleyebilen perl yordamları sunar. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz - - perl - perl-URI - - programming/language/perl/perl-WWW-Robotrules/pspec.xml - - - perl-WWW-Robotrules - database of robots.txt-derived permissions - - perl - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2020-01-13 - 6.02 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 6.02 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 6.02 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 6.02 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - perl-XML-LibXML - https://metacpan.org/release/XML-LibXML - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl Binding for libxml2 - libxml2 için Perl bağlayıcıları - This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM. - perl-XML-LibXML, libxml2 için Perl bağlayıcıları içerir. - https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0206.tar.gz - - perl - perl-XML-SAX - libxml2-devel - perl-Alien-Build - perl-Alien-Libxml2 - Perl-XML-SAX-BASE - perl-XML-NamespaceSupport - - programming/language/perl/perl-XML-LibXML/pspec.xml - - - perl-XML-LibXML - Perl Binding for libxml2 - - perl - perl-XML-SAX - perl-XML-NamespaceSupport - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2020-12-17 - 2.0206 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 2.0205 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-10 - 2.0204 - Fix dependencies and rpath analysis - Blue Devil - bluedevil@sctzine.com - - - 2020-04-09 - 2.0204 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - perl-XML-NamespaceSupport - https://metacpan.org/pod/XML::NamespaceSupport - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - A Perl module that offers a simple to process namespaced XML names - XML adlarını işleyebilen bir perl modülü - This module offers a simple way to process namespaced XML names (unames) from within any application that may need them. - Gerek duyan uygulamalar tarafından kullanılabilen ve XML adlarını işleyebilen bir perl modülüdür. - Módulo Perl para procesamiento sencillo de nombres de espacio de nombres XML (unames) desde cualquier programa - http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12_9.tar.gz - - perl - - programming/language/perl/perl-XML-NamespaceSupport/pspec.xml - - - perl-XML-NamespaceSupport - A Perl module that offers a simple to process namespaced XML names - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2020-01-13 - 1.12 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.12 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2017-12-12 - 1.12 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-XML-SAX - https://metacpan.org/pod/XML::SAX - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl module for using and building Perl SAX2 XML parsers, filters, and drivers - Perl SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülü - This module consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. - perl-XML-SAX, SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülüdür. - El módulo consiste de varias clases de framework para usar y construir (build) parsers, filtros y controladores SAX2 XML - https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz - - perl - libxml2-devel - perl-XML-SAX-Base - perl-XML-NamespaceSupport - - programming/language/perl/perl-XML-SAX/pspec.xml - - - perl-XML-SAX - Perl module for using and building Perl SAX2 XML parsers, filters, and drivers - - perl - libxml2 - perl-XML-SAX-Base - perl-XML-NamespaceSupport - - - /usr/lib - /usr/share/doc - /usr/share/man - - - System.Package - - - - - 2020-01-13 - 1.02 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.00 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-12 - 0.99 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-XML-SAX-Base - https://metacpan.org/pod/XML::SAX::Base - - PisiLinux Community - admins@pisilinux.org - - Artistic - app:console - programming.language.perl - Base class SAX Drivers and Filters - SAX sürücü ve süzgeçleri içeren perl modülü. - This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. - perl-XML-SAX-BASE, SAX sürücü ve süzgeçleri içeren perl modülüdür. - https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz - - perl - - programming/language/perl/perl-XML-SAX-Base/pspec.xml - - - perl-XML-SAX-Base - Base class SAX Drivers and Filters - - perl - - - /usr/lib/perl5/vendor_perl - /usr/share/doc - - - - - 2020-04-09 - 1.09 - Remove man. - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-13 - 1.09 - Rebuild - Blue Devil - bluedevil@sctzine.com - - - 2018-07-26 - 1.09 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-12-12 - 1.09 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-XML-Simple - https://metacpan.org/pod/XML::Simple - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.perl - XML::Simple Perl module - XML::Simple Perl kütüphanesi - XML::Simple is an easy API to read/write XML. This package provides XML::Simple's Perl module. - XML::Simple, XML okumak ve yazmak için kolay bir API'dir. Bu paket de, XML::Simple'in Perl kütüphanesini içermektedir. - http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz - - perl - perl-XML-Parser - perl-XML-SAX - - programming/language/perl/perl-XML-Simple/pspec.xml - - - perl-XML-Simple - - perl - perl-XML-Parser - perl-XML-SAX - - - /usr/lib - /usr/share/man - - - - - 2020-02-13 - 2.25 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - perl-YAML-LibYAML - https://metacpan.org/pod/YAML::LibYAML - - fury - uglyside@yandex.ru - - PerlArtistic - library - programming.language.perl - Perl Binding to libyaml. - Perl YAML Serialization using XS and libyaml. - https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.83.tar.gz - - perl - - programming/language/perl/perl-YAML-LibYAML/pspec.xml - - - perl-YAML-LibYAML - - perl - - - /usr/lib/perl5 - /usr/share/man/man3 - - - - - 2021-09-18 - 0.83 - First build - fury - uglyside@yandex.ru - - - - - - python-certifi - https://certifi.io/ - - Blue DeviL - bluedevil@sctzine.com - - MPL-2.0 - library - programming.language.python - Python package for providing Mozilla's CA Bundle - Certifi, Mozillanın sertifikalarını sağlayan python kitaplığıdır. - Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. - Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. - https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-certifi/pspec.xml - - - python-certifi - Python package for providing Mozilla's CA Bundle - - /usr/lib - /usr/share/doc - - - - - 2020-07-21 - 2020.6.20 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 2020.4.5.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-28 - 2019.11.28 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-07 - 2019.9.11 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python-h11 - https://pypi.org/project/h11/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 - Sadece python ile hazırlanmış, HTTP/1.1 için kendi-giriş-çıkış-uygulamanı-getir uygulaması. - This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. - python-h11, hyper-h2'den esınlenen bu kitaplık sıfırdan yazılmış bir HTTP/1.1 kitaplığıdır. - https://files.pythonhosted.org/packages/34/5a/abaa557d20b210117d8c3e6b0b817ce9b329b2e81f87612e60102a924323/h11-0.9.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-h11/pspec.xml - - - python-h11 - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 - - /usr/lib - /usr/share/man - /usr/share/doc/python-h11 - - - - - 2020-01-15 - 0.9.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-pbr - https://pypi.org/project/pbr/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Python Build Reasonableness - Python İnşa Uygunluğu - PBR is a library that injects some useful and sensible default behaviors into your setuptools run. - python-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. - https://pypi.org/packages/source/p/pbr/pbr-5.4.5.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-pbr/pspec.xml - - - python-pbr - Python Build Reasonableness - - python-setuptools - - - /usr/bin/pbr-py2 - /usr/share/doc - /usr/lib - /usr/share - - - - - 2020-04-08 - 5.4.5 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 5.4.4 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - cython - https://cython.org/ - - Blue DeviL - bluedevil@sctzine.com - - Apache-2.0 - app:console - library - programming.language.python - C extensions for the Python - Python için C eklentileri - Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir. - https://github.com/cython/cython/archive/0.29.21.tar.gz - - python-devel - python-setuptools - - programming/language/python/cython/pspec.xml - - - cython - C extensions for the Python - - python - python-setuptools - - - /usr/share/doc/cython - /usr/lib/python2* - /usr/bin/cygdb-py2 - /usr/bin/cython-py2 - /usr/bin/cythonize-py2 - - - - - 2020-07-21 - 0.29.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 0.29.19 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-14 - 0.29.17 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 0.29.16 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 0.29.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-31 - 0.29.14 - Rebuilt - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-07 - 0.29.14 - Split packages - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-11 - 0.29.14 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-22 - 0.24 - First release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - gst-python - https://gstreamer.freedesktop.org/modules/gst-python.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python - GStreamer Python bindings - GStreamer Python bağlayıcıları - gst-python is a Python frontend to GStreamer. - gst-python GStreamer için Python arabirimidir. - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.16.2.tar.xz - - python-pygobject3-devel - python3-pygobject3-devel - glib2-devel - gstreamer-devel - python-devel - gst-plugins-base-devel - - programming/language/python/gst-python/pspec.xml - - - gst-python - - glib2 - python - gstreamer - gst-plugins-base - python3-pygobject3 - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2022-06-30 - 1.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 1.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-19 - 1.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.16.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.16.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 + 5.15.50 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2019-04-24 - 1.14.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 1.12.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-25 - 1.10.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 1.10.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.10.22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-21 - 0.10.22 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - notify-python - http://galago-project.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - programming.language.python - Python bindings for libnotify - libnotify'ın Python bağlayıcıları - Galago est un framework (cadre de développement) de présence bureautique, conçu pour transmettre des informations de présences entre programmes. Pour faire simple, il recense les présents et agrège les informations concernant leur état depuis un logiciel de messagerie instantannée (tel que gaim) ou de programmes similaires et permet à d'autre logiciels (tels que Evolution) d'avoir accès à cette information. - notify-python are Python bindings for the Galago project's notification library libnotify. -  Galago programlar arası duruş/görünüm bilgisini iletecek şekilde dizayn edilmiş bir masaüstü görüntü çerçevesidir. Daha basitçe açıklamak gerekirse, bir anlık ileti programından (gaim gibi) veya benzeri başka programlardan kimlerin çevrimiçi, boş/uzakta olduğu bilgisini alıp diğer programların (örn. Evolution) bu bilgiyi kullanmasını sağlar. - Galego es un entorno de presencia de escritorio, diseñado para transmitir informaciones entre programas. En términos sencillos: Puede tomar información sobre quien está en linea, y el estado ausente/inactivo de un programa de mensajería instantánea, como pidgin o similar, y pasar la información a otros programas (ejemplo Evolution) para hacer uso de ello. - http://galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz - - libnotify-devel - python-devel - python-gtk-devel - gtk2-devel - - - link-with-python.patch - notify-python-0.1.1-fix-GTK-symbols.patch - libnotify0.7.patch - - programming/language/python/notify-python/pspec.xml - - - notify-python - Python bindings for libnotify - - atk - gtk2 - cairo - glib2 - pango - python - freetype - libnotify - fontconfig - gdk-pixbuf - - - /usr/lib - /usr/lib/pkgconfig - /usr/share/pygtk/2.0/defs - - - - - 2020-01-17 - 0.1.1 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 0.1.1 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-24 - 0.1.1 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 0.1.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - pip - https://pypi.python.org/pypi/pip - - Yusuf Aydemir - Yusuf.aydemir@istanbul.com - - MIT - programming.language.python - The PyPA recommended tool for installing Python packages - Python paketleri yükleme aracı - The PyPA recommended tool for installing Python packages - pip, pypa tarafından önerilen python modülleri yükleme aracıdır. - https://github.com/pypa/pip/archive/20.1.tar.gz - - python-devel - python-setuptools - - programming/language/python/pip/pspec.xml - - - pip - The PyPA recommended tool for installing Python packages - - python-setuptools - - - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2020-05-16 - 20.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-23 - 20.0.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 19.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 18.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 9.0.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-24 - 9.0.1 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-08-22 - 8.1.2 - Release Bump - Ali Şafak - aliemresafak@gmail.com - - - 2016-06-06 - 8.1.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-30 - 8.1.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-28 - 8.1.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pygame - http://www.pygame.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python - Python game library - Python oyun kütüphanesi - Liens (bindings) Python pour dsl et autres librairies facilitant la création de jeux. - Python bindings to sdl and other libs that facilitate game production. - Özellikle oyun programlamada kullanılan sdl ve benzeri kütüphaneler için python eklentileri içerir. - Acceso con Python a sdl y otras librerías que facilitan produccion de juegos - https://github.com/pygame/pygame/archive/1.9.6.tar.gz - - libjpeg-turbo-devel - python-setuptools - sdl-image-devel - sdl-mixer-devel - portmidi-devel - freetype-devel - sdl-ttf-devel - libpng-devel - libsdl-devel - python-devel - - programming/language/python/pygame/pspec.xml - - - pygame - Python game library - - libjpeg-turbo - sdl-image - sdl-mixer - freetype - portmidi - sdl-ttf - python - libpng - libsdl - - - /usr/lib - - - - pygame-devel - Development files for python game library - pygame için geliştirme dosyaları - pygame-devel, pygame için geliştirme dosyalarını içerir. - - pygame - sdl-image-devel - sdl-mixer-devel - sdl-ttf-devel - - - /usr/include - /usr/share/doc/pygame/examples/* - - - - pygame-doc - Documentation files for python game library - - pygame - - - /usr/share/doc/pygame/README.rst - - - - - 2020-01-20 - 1.9.6 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 1.9.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 1.9.3 - Rebuild and version bump - Stefan Gronewold - groni@pisilinux.org - - - 2013-11-03 - 1.9.1 - Rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2011-05-06 - 1.9.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - pyparted - https://github.com/dcantrell/pyparted - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - programming.language.python - Python bindings for parted - Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü. - pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus. - pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them. - pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir. - https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz - - parted-devel - python-decorator - python-devel - - - gcc10-pedmodule.patch - - programming/language/python/pyparted/pspec.xml - - - pyparted - Python bindings for parted - - python-decorator - parted - - - /usr/lib/python2* - /usr/share/doc/pyparted - - - - - 2022-06-05 - 3.11.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-12 - 3.11.4 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-10-17 - 3.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 3.11.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-26 - 3.11.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-21 - 3.10.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 3.10.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.10.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-10 - 3.10.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - pyqtermwidget5 - https://github.com/Rmys/pyqtermwidget5 - - Harun Gültekin - hrngultekin@gmail.com - - GPLv2 - library - programming.language.python - Python binding of terminal widget for Qt - PyQt5 tabanlı uygulamalar için basit bir terminal modulü - A simple terminal widget for using with PyQt based applications - https://github.com/Rmys/pyqtermwidget5/archive/v0.1.2.tar.gz - - python-sip - python-devel - qtermwidget5-devel - qt5-base-devel - python-qt5-devel - - - py2config.patch - qtermwidget5-1.0.0.patch - - programming/language/python/pyqtermwidget5/pspec.xml - - - pyqtermwidget5 - Python binding of terminal widget for Qt - - libgcc - qt5-base - qtermwidget5 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2022-07-06 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-14 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-19 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-09 - 0.1.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 0.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-09 - 0.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-16 - 0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-10 - 0.1 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-21 - 0.1 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-28 - 0.1 - Rebuild - Harun Gültekin - hrngultekin@gmail.com - - - 2014-06-19 - 0.1 - First release - Harun Gültekin - hrngultekin@gmail.com - - - - - - python-anytree - https://github.com/c0fec0de/anytree - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python - Powerful and Lightweight Python Tree Data Structure - AnyTree için Python bağlayıcıları. - Simple, lightweight and extensible Tree data structure. - python-anytree, python için güçlü ve hafif ağaç veri yapıları sunan bir python kitaplığıdır. - https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz - - python-setuptools - python-devel - python-six - - programming/language/python/python-anytree/pspec.xml - - - python-anytree - Powerful and Lightweight Python Tree Data Structure - - python-six - - - /usr/lib/python2* - /usr/share/doc/python-anytree - - - - - 2020-01-23 - 2.8.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-argparse - https://pypi.python.org/pypi/argparse - - Alihan Öztürk - alihan@pisilinux.org - - apache - app:console - programming.language.python - Python command-line parsing library - Python için komut satırı çözümleme kitaplığı - The argparse module makes it easy to write user friendly command line interfaces. - python-argparse, Python için komut satırı çözümleme kitaplığı sunar. - https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-argparse/pspec.xml - - - python-argparse - Python command-line parsing library - - /usr/lib/python2* - /usr/share/doc/python-argparse - - - - - 2019-12-30 - 1.4.0 - Rebuilt,translate and clean. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 1.4.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-01 - 1.4.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-attrs - https://www.attrs.org/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Python Classes Without Boilerplate - Şablonsuz python sınıfları. - attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). - python-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar. - https://github.com/python-attrs/attrs/archive/20.2.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-attrs/pspec.xml - - - python-attrs - Python Classes Without Boilerplate - - /usr/lib/python2* - /usr/share/doc/python-attrs - - - - - 3020-09-23 - 20.2.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-15 - 19.3.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-backports - http://bitbucket.org/brandon/backports - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Namespace for backported Python features. - Geriye dönüklüğü olan python modülleri için alan adı. - python-backports provides namespace for backported Python features. - python-backport, geriye dönüklüğü olan python modülleri için alan adı sağlar. - https://bitbucket.org/brandon/backports/get/tip.tar.gz - - __init__.py - - - python-setuptools - python-devel - - programming/language/python/python-backports/pspec.xml - - - python-backports - Namespace for backported Python features - - /usr/share/doc/python-backports - /usr/lib/python2* - - - - - 2020-02-17 - 1.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-backports-ssl-match-hostname - https://pypi.python.org/pypi/backports.ssl_match_hostname - - Alihan Öztürk - alihan@pisilinux.org - - PSF-2.2 - app - programming.language.python - The ssl.match_hostname() function from Python 3.4 - Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı - The ssl.match_hostname() function from Python 3.4 - python-backports-ssl-match-hostname, Python3.4 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar. - https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-backports-ssl-match-hostname/pspec.xml - - - python-backports-ssl-match-hostname - The ssl.match_hostname() function from Python 3.4 - - /usr/lib/python* - /usr/share/doc - - - - - 2020-01-20 - 3.7.0.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 3.5.0.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 3.5.0.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-15 - 3.4.0.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-bcrypt - https://github.com/pyca/bcrypt - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Modern(-ish) password hashing for your software and your servers - Yazılımlarınız ve sunucularınız için bir parola hashi üreten python modülüdür. - python-bcrypt is a good password hashing for your software and your servers - python-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir. - https://github.com/pyca/bcrypt/archive/3.1.7.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-bcrypt/pspec.xml - - - python-bcrypt - Modern(-ish) password hashing for your software and your servers - - python-cffi - - - /usr/lib/python2* - /usr/share/doc/python-bcrypt - - - - - 2019-12-13 - 3.1.7 - Rebuilt and split packages - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 3.1.7 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-beaker - https://github.com/bbangert/beaker - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - A Session and Caching library with WSGI Middleware - Oturum ve önbellekleme kitaplığı - python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications. - python-beaker, web programları için oturum ve genel önbellekleme fonksiyonlarını içeren bir kitaplıktır. - https://github.com/bbangert/beaker/archive/1.11.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-beaker/pspec.xml - - - python-beaker - A Session and Caching library with WSGI Middleware - - /usr/lib/ - /usr/share/doc - - - - - 2020-01-17 - 1.11.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 1.10.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-26 - 1.9.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.8.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.6.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-11-04 - 1.6.4 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-blinker - https://github.com/jek/blinker - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - A fast Python in-process signal/event dispatching system. - Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi - Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". - python-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar. - https://github.com/jek/blinker/archive/rel-1.4.tar.gz - - python-setuptools - python-devel - python-nose - - programming/language/python/python-blinker/pspec.xml - - - python-blinker - A fast Python in-process signal/event dispatching system. - - /usr/share/doc/python-blinker - /usr/lib/python2* - - - - - 2020-02-12 - 1.4 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-cairo - http://cairographics.org/pycairo - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - wrapper (version enrobée) Python de la librairie de graphisme vectoriel cairo. - Python wrapper for cairo graphics library - Cairo vektörel grafik kitaplığı için Python bağlayıcıları - Pycairo is set of Python bindings for the cairo graphics library. - python-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. - https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz - - python-devel - cairo-devel - - programming/language/python/python-cairo/pspec.xml - - - python-cairo - Python wrapper for cairo graphics library - - cairo - - - /usr/lib - /usr/share/doc - - - - python-cairo-devel - Development files for python-cairo - python-cairo için geliştirme dosyaları - python-cairo-devel, python-cairo için geliştirme dosyalarını içerir. - - python-cairo - cairo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-17 - 1.18.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-07-31 - 1.17.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-25 - 1.16.2 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.10.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-01 - 1.10.0 - First release - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - - - - python-cffi - https://cffi.readthedocs.io/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Foreign Function Interface for Python calling C code - Python için C kodu cağıran dış fonksiyon arayüzü - Foreign Function Interface for Python calling C code - Python için C kodu cağıran dış fonksiyon arayüzü kitaplığıdır. - https://bitbucket.org/cffi/cffi/get/v1.14.0.tar.gz - - python-setuptools - python-devel - libffi-devel - - programming/language/python/python-cffi/pspec.xml - - - python-cffi - Foreign Function Interface for Python calling C code - - python-enum34 - python-six - - - /usr/lib - /usr/share/doc/python-cffi - - - - - 2020-02-08 - 1.14.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.13.2 - Rebuilt, clean and fix flags - Blue Devil - bluedevil@sctzine.com - - - 2019-12-11 - 1.13.2 - Rebuilt and split packages - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 1.13.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-chardet - https://github.com/chardet/chardet - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:console - programming.language.python - Chardet: The Universal Character Encoding Detector - Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) - Character encoding auto-detection in Python. As smart as your browser. Open source. - python-chardet, python ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi sağlayan bir python bağlayıcısıdır. - https://github.com/chardet/chardet/archive/3.0.4.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-chardet/pspec.xml - - - python-chardet - Chardet: The Universal Character Encoding Detector - - /usr/bin/chardetect-py2 - /usr/lib/python2* - /usr/share/doc/python-chardet - - - - - 2020-12-09 - 3.0.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 3.0.4 - Rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 3.0.4 - First release. - PisiLinux Community - admins@pisilinux.org - - - 2018-05-22 - 3.0.4 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - python-click - https://palletsprojects.com/p/click/ - - Blue Devil - bluedevil@sctzine.com - - BSD-3 - library - programming.language.python3 - Python composable command line interface toolkit - Python için komut satırı yaratma arayüzü - Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. - Click, python için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir. - https://github.com/pallets/click/archive/7.1.2.tar.gz - - python - python-setuptools - - programming/language/python/python-click/pspec.xml - - - python-click - Python composable command line interface toolkit - - /usr/lib/python2* - /usr/share/doc/python-click - - - - - 2020-05-24 - 7.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 7.1.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-15 - 7.0 - Moved from contrib and rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-06 - 7.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-colorama - https://pypi.python.org/pypi/colorama - - Alihan Öztürk - alihan@pisilinux.org - - BSD - library - programming.language.python - Cross-platform colored terminal text. - Uçbirim metinlerini renklendirebilen python modülüdür. - Python API for cross-platform colored terminal text. - python-colorama, uçbirim metinlerini renklendirebilen python modülüdür. - https://github.com/tartley/colorama/archive/0.4.3.tar.gz - - python-devel - - programming/language/python/python-colorama/pspec.xml - - - python-colorama - Cross-platform colored terminal text. - - /usr/lib/python2* - /usr/share/doc/python-colorama - - - - - 2019-12-24 - 0.4.3 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-29 - 0.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-26 - 0.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.3.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 0.3.7 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-configparser - https://github.com/jaraco/configparser/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Backport of configparser from Python 3. - Python3'ten geriye dönüklüğü sağlamak için configparser modülü. - The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. - python-configparser, python3'te gelen configparser modülünün geriye dönüklüğünü sağlar. - https://github.com/jaraco/configparser/archive/v5.0.0.tar.gz - - python-setuptools-scm - python-setuptools - python-devel - - programming/language/python/python-configparser/pspec.xml - - - python-configparser - Backport of configparser from Python 3 - - /usr/share/doc/python-configparser - /usr/lib/python2* - - - - - 2020-03-27 - 5.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-17 - 4.0.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-contextlib2 - https://github.com/jazzband/contextlib2 - - Blue Devil - bluedevil@sctzine.com - - PSF - library - programming.language.python - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. - contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. - python-contextlib2, contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. - https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-contextlib2/pspec.xml - - - python-contextlib2 - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. - - /usr/share/doc/python-contextlib2 - /usr/lib/python2* - - - - - 2020-02-17 - 0.6.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-cryptography - https://cryptography.io/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Cryptographic recipes for Python - Python için kriptografik tarifler - A package designed to expose cryptographic recipes and primitives to Python developers - python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. - https://github.com/pyca/cryptography/archive/3.1.tar.gz - - python-cffi - python-devel - openssl-devel - python-pycparser - python-setuptools - - programming/language/python/python-cryptography/pspec.xml - - - python-cryptography - Cryptographic recipes for Python - - python - python-cffi - - - /usr/lib/python2* - /usr/share/doc/python-cryptography/LICENSE - /usr/share/doc/python-cryptography/README.rst - - - - - 2020-08-30 - 3.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 2.9.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 2.9.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-08 - 2.9 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-06 - 2.8 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-cups - http://cyberelk.net/tim/software/pycups - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - Python interface to the CUPS API - CUPS programlama arayüzü için Python desteği - python-cups contains python bindings to wrap the CUPS API. - python-cups, CUPS programlama arayüzü için Python bağlayıcıları içeren bir pakettir. - https://files.pythonhosted.org/packages/00/ce/836a0deb8b24bcd5f850f8fb97f99fb4abd7374e078b9e6df5a0838f8eb5/pycups-1.9.74.tar.bz2 - - cups-devel - python-devel - - programming/language/python/python-cups/pspec.xml - - - python-cups - - cups - - - /usr/lib - /usr/share/doc - - - - - 2019-10-19 - 1.9.74 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.9.73 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.9.73 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.9.72 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-06-21 - 1.9.72 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - python-dateutil - https://github.com/dateutil/dateutil - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python - python-dateutil provides powerful extensions to datetime - Python datetime için güçlü genişletmeler içeren python modülü - The dateutil module provides powerful extensions to the standard datetime module, available in Python. - python-dateutil, Python standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. - https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz - - python-setuptools-scm - python-setuptools - python-devel - - programming/language/python/python-dateutil/pspec.xml - - - python-dateutil - python-dateutil provides powerful extensions to datetime - - python-six - - - /usr/lib/python2* - /usr/share/doc/python-dateutil - - - - - 2019-12-24 - 2.8.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python-decorator - http://www.phyast.pitt.edu/~micheles/python/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - Python module to simplify the usage of decorators - Dekoratör kullanımını kolaylaştıran python modulü - python-decorator simplifies the usage of decorators for the average programmer. - python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. - https://github.com/micheles/decorator/archive/4.4.2.tar.gz - - python-setuptools - python-nose - - programming/language/python/python-decorator/pspec.xml - - - python-decorator - Python module to simplify the usage of decorators - - /usr/share/doc/python-decorator - /usr/lib/python2* - - - - - 2020-03-04 - 4.4.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-27 - 4.4.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 4.3.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-26 - 4.2.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 4.0.11 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 4.0.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-04 - 4.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python-docker - https://github.com/docker/docker-py - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - A Python library for the Docker Engine API. - Docker motoru apileri için python kitaplığı. - A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. - python-docker, docker motoru apileri için python kitaplığı sunar. - https://github.com/docker/docker-py/archive/4.1.0.tar.gz - - python-websocket-client - python-setuptools - python-requests - python-devel - python-six - - programming/language/python/python-docker/pspec.xml - - - python-docker - A Python library for the Docker Engine API. - - python-backports-ssl-match-hostname - python-websocket-client - python-requests - python-six - - - /usr/lib/python2* - /usr/share/doc/python-docker - - - - - 2020-01-15 - 4.10 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python-docker-py - https://github.com/dotcloud/docker-py - - Alihan Öztürk - alihan@pisilinux.org - - apache - app:console - programming.language.python - Python client for Docker. - A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc. - https://github.com/docker/docker-py/archive/2.0.2.tar.gz - - python-devel - python-setuptools - python-websocket-client - python-six - python-requests - pip - - programming/language/python/python-docker-py/pspec.xml - - - python-docker-py - Python client for Docker. - - python - python-websocket-client - python-six - python-requests - - - /usr/lib - /usr/share/doc - - - - - 2018-08-29 - 2.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 2.0.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.8.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.8.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-ecdsa - https://github.com/warner/python-ecdsa - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python - ECDSA implementation for Python - Python için ECDSA Kriptografi Uygulaması - This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. - Python için kolay kullanımlı, MIT lisanslı ECDSA kriptografi (Elliptic Curve Digital Signature Algorithm) modülü. Bu kitaplık ile hızlıca anahtar oluşturabilir (giriş ahahtarı ve doğrulama anahtarı), iletileri imzalayabilir ve imzalarınızı doğrulayabilirsiniz. Anahtar ile imzalar çok kısadır ve diğer protokollere bütünlleştirmek oldukça kolaydır. - https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.15.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-ecdsa/pspec.xml - - - python-ecdsa - ECDSA module for python - - python-six - - - /usr/share/doc/python-ecdsa - /usr/lib/python2* - - - - - 2020-01-23 - 0.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-21 - 0.14.1 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-01 - 0.13 - First Pisi Release, built with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - python-editor - https://github.com/fmoo/python-editor - - Blue Devil - bluedevil@sctzine.com - - Apache2.0 - library - programming.language.python - Programmatically open an editor, capture the result. - Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı. - python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. - python-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar. - https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-editor/pspec.xml - - - python-editor - Programmatically open an editor, capture the result. - - /usr/lib/python2* - /usr/share/doc/python-editor - - - - - 2020-02-18 - 1.0.4 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-enchant - https://github.com/pyenchant/pyenchant - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - programming.language.python - Python bindings for the Enchant spellchecking system - Enchant yazım denetleyicisi için hızlı bir Python modulü - python-enchant is an efficient Python module for Enchant spellchecker. - python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür. - https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz - - python-setuptools - enchant2-devel - python-devel - - - enchant-2.patch - - programming/language/python/python-enchant/pspec.xml - - - python-enchant - Python bindings for the Enchant spellchecking system - - enchant2 - - - /usr/lib/python2* - /usr/share/doc/python-enchant - - - - - 2020-01-18 - 2.0.0 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 2.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 2.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.6.8 - Rebuild for new toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-24 - 1.6.8 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - python-enum34 - https://bitbucket.org/stoneleaf/enum34/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - programming.language.python - An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. - python-enum34, python3.4'ten python2.4ye kadar ger'ye dönüklüğü sağlar. - python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+ - Bir numaralandırma, benzersiz, sabit değerlere bağlı bir dizi sembolik isimdir (üyeler). Bir numaralandırmada, üyeler kimlikle karşılaştırılabilir ve numaralandırma kendisi üzerinde yinelenebilir. - https://bitbucket.org/stoneleaf/enum34/get/1.1.10.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-enum34/pspec.xml - - - python-enum34 - The enum module from Python3.4 backported from 3.3 - 2.4 - - /usr/share/doc - /usr/lib - - - - - 2020-03-11 - 1.1.10 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 1.1.9 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-23 - 1.1.8 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 1.1.6 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-10-18 - 1.1.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python-gtk - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python - GTK+ bindings for Python - Python için GTK+ bağlayıcıları - Bindings (liens) GTK+2 pour Python. - python-gtk lets you to easily create programs with a graphical user interface using the Python programming language and GTK+ library. - python-gtk, Python programlama diliyle GTK+ kitaplığını kullanarak, basit grafiksel kullanıcı arayüzü oluşturmanızı sağlar. - mirrors://gnome/pygtk/2.24/pygtk-2.24.0.tar.bz2 - - cairo-devel - pango-devel - gtk2-devel - glib2-devel - python-devel - libglade-devel - python-pygobject-devel - python-numpy - python-cairo-devel - - - 0001-Fix-leaks-of-Pango-objects.patch - pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch - python27.patch - - programming/language/python/python-gtk/pspec.xml - - - python-gtk - - atk - gtk2 - cairo - glib2 - pango - libglade - gdk-pixbuf - - - /usr/lib - /usr/share/doc - - - - python-gtk-demo - Demo applications for python-gtk - python-gtk için demo uygulamalar - app:gui - - python-gtk - - - /usr/bin/pygtk-demo - /usr/lib/pygtk/2.0/pygtk-demo.py - /usr/lib/pygtk/2.0/demos - - - - python-gtk-docs - Reference documents for python-gtk - python-gtk için referans belgeleri - data:doc - - python-gtk - - - /usr/share/gtk-doc - - - - python-gtk-devel - Development files for python-gtk - python-gtk için geliştirme dosyaları - - python-gtk - python-pygobject-devel - gtk2-devel - libglade-devel - - - /usr/bin/pygtk-codegen-2.0 - /usr/include - /usr/lib/pkgconfig - /usr/share/pygtk - - - - - 2021-08-10 - 2.24.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-04 - 2.24.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-12 - 2.24.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-25 - 2.24.0 - Rebuild for brokens - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.24.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 2.24.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.24.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-04 - 2.24.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-h2 - https://github.com/python-hyper/hyper-h2 - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - HTTP/2 State-Machine based protocol implementation - HTTP/2 Durum-Makinesi temelli protokol uygulanaması - This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. - python-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır. - https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-h2/pspec.xml - - - python-h2 - HTTP/2 State-Machine based protocol implementation - - python-hpack - python-enum34 - python-hyperframe - - - /usr/lib - /usr/share/man - /usr/share/doc/python-h2 - - - - - 2020-09-23 - 4.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-23 - 3.2.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 3.1.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-hpack - https://github.com/python-hyper/hpack - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - HTTP/2 Header Encoding for Python. - Python için HTTP/2 başlık kodlaması. - This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. - python-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar. - https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-hpack/pspec.xml - - - python-hpack - HTTP/2 Header Encoding for Python. - - /usr/lib - /usr/share/man - /usr/share/doc/python-hpack - - - - - 2020-09-23 - 4.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 3.0.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-hyperframe - https://github.com/python-hyper/hyperframe - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Pure-Python HTTP/2 framing - Pure-Python HTTP/2 çatısı. - This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. - python-hyperframe, bu kitaplık "hyper" projelerinde kullanılmak üzere "HTTP/2" çerçeveleri içerir. İkilik bir akışı HTTP/2 çerçevelerine çözebilen python kod tabanı sunar. - https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-hyperframe/pspec.xml - - - python-hyperframe - Pure-Python HTTP/2 framing - - /usr/lib - /usr/share/man - /usr/share/doc/python-hyperframe - - - - - 2020-09-23 - 6.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 5.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-idna - https://github.com/kjd/idna - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - Internationalized Domain Names in Applications (IDNA) - IDNA protokolünü desktekleyen python kitaplığıdır. - Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. - RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. - https://github.com/kjd/idna/archive/v2.9.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-idna/pspec.xml - - - python-idna - Internationalized Domain Names in Applications (IDNA) - - /usr/lib/python2* - /usr/share/doc/python-idna - - - - - 2020-12-09 - 2.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 2.9 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-24 - 2.8 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-29 - 2.7 - First release - PisiLinux Community - admins@pisilinux.org - - - 2018-05-22 - 2.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python-imaging - http://www.pythonware.com/products/pil/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - programming.language.python - Python Imaging Library (PIL) - Python Görüntü İşleme Kitaplığı - The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. - python-imaging, python2 görüntü işleme kitaplığı dosyalarını sunar. - La librería Python Imaging Library (PIL) facilita el procesamiento de imágenes desde Python. Esta librería soporta muchos formatos de archivos y provee potentes facilidades de procesamiento de gráficos. - http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz - - sane-backends-devel - libjpeg-turbo-devel - freetype-devel - python-devel - lcms-devel - zlib-devel - - - local_only_initial_value.patch - gentoo-imaging-sane.patch - anka-imaging-tiffendian.patch - gentoo-imaging-giftrans.patch - - programming/language/python/python-imaging/pspec.xml - - - python-imaging - Python Imaging Library (PIL) - - libjpeg-turbo - sane-backends - xdg-utils - freetype - tcltk - lcms - tcl - - - /usr/bin - /usr/lib - /usr/include - /usr/share/doc - - - - - 2020-01-20 - 1.1.7 - Clean and rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 1.1.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.1.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.1.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-08 - 1.1.7 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - python-importlib_metadata - https://gitlab.com/python-devs/importlib_metadata - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - importlib_metadata is a library to access the metadata for a Python package. - Python paketlerinin metaverisine erişmek için python kitaplığı - importlib_metadata is a library to access the metadata for a Python package. - python-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar. - https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz - - python-devel - python-setuptools - python-setuptools-scm - - programming/language/python/python-importlib_metadata/pspec.xml - - - python-importlib_metadata - Python development support library (note: maintenance only) - - python-zipp - python-pathlib2 - python-contextlib2 - python-configparser - - - /usr/lib/python2* - /usr/share/doc/python-importlib_metadata - - - - - 2020-09-23 - 2.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 1.6.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.5.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-17 - 1.5.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-importlib_resources - https://gitlab.com/python-devs/importlib_resources - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Design and implementation for a planned importlib.resources - Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. - The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. - python-importlib_resources, Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı sunar. Ana amacı pkg_resources madülünün yerini almaktır. - https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz - - python-toml - python-devel - python-setuptools - python-setuptools-scm - - programming/language/python/python-importlib_resources/pspec.xml - - - python-importlib_resources - Design and implementation for a planned importlib.resources - - python-pathlib2 - python-contextlib2 - python-singledispatch - python-importlib_metadata - - - /usr/lib/python2* - /usr/share/doc/python-importlib_resources - - - - - 2020-05-18 - 1.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-18 - 1.3.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-ipaddress - https://github.com/phihag/ipaddress - - Blue DeviL - bluedevil@sctzine.com - - PSFL - library - programming.language.python - Python 3.3+'s ipaddress for older Python versions - Python için ipaddress modülü - python-ipaddress ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. This module is a backport for python 2.7 and python versions up to 3.2. - python-ipaddress modülü Python3.3 ile gelen ipaddress modülünün python 2.7 ve python 3.2'ye kadar olan sürümlerinde de çalışmasını sağlar. - https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-ipaddress/pspec.xml - - - python-ipaddress - ipaddress module for python - - /usr/lib - /usr/share/doc - - - - - 2019-11-25 - 1.0.23 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python-itsdangerous - https://palletsprojects.com/p/itsdangerous/ - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python - Safely pass trusted data to untrusted environments and back. - Güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiir. - python3-itsdangerous provides safely pass trusted data to untrusted environments and back. - python-itsdangerous,güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiren python kitaplığı sunar. - https://github.com/pallets/itsdangerous/archive/1.1.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-itsdangerous/pspec.xml - - - python-itsdangerous - Safely pass trusted data to untrusted environments and back. - - /usr/lib/python2* - /usr/share/doc/python-itsdangerous - - - - - 2020-02-15 - 1.1.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-lxml - https://lxml.de/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - BSD - library - programming.language.python - lxml is the most feature-rich and easy-to-use library - Zengin içerikli ve kolay kullanımlı bir kütüphane. - lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. - Python dilinde xml ve html ile çalışmak için, zengin içerikli ve kolay kullanımlı bir kütüphane. - https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz - - cython - python-devel - libxslt-devel - libxml2-devel - - programming/language/python/python-lxml/pspec.xml - - - python-lxml - lxml is the most feature-rich and easy-to-use library - - python - libxml2 - libxslt - - - /usr/lib/python2* - - - - python-lxml-docs - API documentation of python-lxml - python-lxml paketine ait API belgeleri - python-lxml-docs, python-lxml paketine ait API belgeleri içerir. - - python-lxml - - - /usr/share/doc - - - - - 2020-05-24 - 4.5.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 4.5.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 4.4.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-07 - 4.1.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 4.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 3.7.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.3.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-05 - 3.3.5 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - python-mako - http://www.makotemplates.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - library - programming.language.python - A python templating language - Python şablonlama dili - python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. - python-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. - https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz - - python-MarkupSafe - python-setuptools - python-beaker - python-devel - - programming/language/python/python-mako/pspec.xml - - - python-mako - A python templating language - - python-MarkupSafe - python-beaker - - - /usr/bin - /usr/share/doc - /usr/lib - - - - python-mako-docs - Documentation files for python-mako - python-mako için belgelendirme dosyaları - python-mako-docs, python-mako için belgelendirme dosyalarını içerir. - - python-mako - - - /usr/share/doc/*/html - /usr/share/doc/*/build - /usr/share/doc/*/examples - - - - - 2020-03-04 - 1.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.1.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 1.0.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 1.0.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.0.6 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-09-22 - 0.9.1 - Release Bump - Oğuzhan BÖLÜKBAŞ - oguzhan.bolukbas18@gmail.com - - - 2014-04-16 - 0.9.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - python-mutagen - https://github.com/quodlibet/mutagen - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - An audio tag editing library - Müzik dosyalarının etiketlerini düzenlemek için bir python kitaplığı - Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. - python-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. - https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-mutagen/pspec.xml - - - python-mutagen - An audio tag editing library - - /usr/bin/mid3cp-py2 - /usr/bin/mid3v2-py2 - /usr/bin/moggsplit-py2 - /usr/bin/mid3iconv-py2 - /usr/bin/mutagen-pony-py2 - /usr/bin/mutagen-inspect-py2 - /usr/lib/python2* - /usr/share/man/man1/mid3cp-py2.1 - /usr/share/man/man1/mid3iconv-py2.1 - /usr/share/man/man1/mid3v2-py2.1 - /usr/share/man/man1/moggsplit-py2.1 - /usr/share/man/man1/mutagen-inspect-py2.1 - /usr/share/man/man1/mutagen-pony-py2.1 - /usr/share/doc/python-mutagen - - - - - 2019-12-24 - 1.43.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 1.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 1.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.36.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-18 - 1.32 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - python-nose - https://nose.readthedocs.io/en/latest/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - programming.language.python - A unittest extension offering automatic test suite discovery and easy test authoring - Python için unittest genişlemesi - python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. - python-nose alternatif test tanıtma ve keşif kitaplığı. - https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz - - python-devel - - programming/language/python/python-nose/pspec.xml - - - python-nose - A unittest extension offering automatic test suite discovery and easy test authoring - - python - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - - 2019-12-29 - 1.3.7 - Rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-05 - 1.3.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.3.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-04 - 1.3.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python-numpy - https://numpy.org/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - programming.language.python - The fundamental package needed for scientific computing with Python - Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket - Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir. - Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios. - https://github.com/numpy/numpy/archive/v1.16.6.tar.gz - - python-setuptools - lapack-devel - python-devel - cblas-devel - libgfortran - cython - cblas - libquadmath - - programming/language/python/python-numpy/pspec.xml - - - python-numpy - The fundamental package needed for scientific computing with Python - - lapack - cblas - blas - libquadmath - - - /usr/bin/f2py-py2 - /usr/bin/f2py2 - /usr/bin/f2py2.7 - /usr/share/doc - /usr/share/man - /usr/lib - - - - python-numpy-docs - Documentation files for python-numpy - python-numpy için belgelendirme dosyaları - python-numpy-docs, python-numpy için belgelendirme dosyalarını içerir. - - python-numpy - - - /usr/share/doc/python-numpy/doc - - - - - 2020-11-07 - 1.16.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-01 - 1.16.6 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-14 - 1.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 1.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-17 - 1.12.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.8.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-29 - 1.8.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - python-packaging - https://github.com/pypa/packaging - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Core utilities for Python packages - Python paketleri için çekirdek araçları. - Core utilities for Python packages - python-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir. - https://github.com/pypa/packaging/archive/20.4.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-packaging/pspec.xml - - - python-packaging - Core utilities for Python packages - - python - - - /usr/lib/python2* - /usr/share/doc/python-packaging - - - - - 2020-05-24 - 20.4 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 20.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 20.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 20.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 19.2 - First Release - Blue Devil - bluedevil@sctzine.com - - - - - - python-path-py - https://pypi.org/project/path.py/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - A module wrapper for os.path. - python-path-py (aka path pie) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.. - https://pypi.org/packages/source/p/path.py/path.py-11.5.2.tar.gz - - python-devel - python-setuptools - python-setuptools-scm - - programming/language/python/python-path-py/pspec.xml - - - python-path-py - A module wrapper for os.path. - - python - - - /usr/lib/python2* - /usr/share/doc/python-path-py - - - - - 2020-05-24 - 11.5.2 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python-pathlib2 - https://github.com/mcmtroffaes/pathlib2 - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - Fork of pathlib aiming to support the full stdlib Python API. - Python API standart kitaplığındaki pathlib çatalı. - Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported. - python-pathlib2, Python API standart kitaplığındaki pathlib çatalıdır ve geriye dönüklüğü sağlar. - https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-pathlib2/pspec.xml - - - python-pathlib2 - Fork of pathlib aiming to support the full stdlib Python API. - - python-scandir - - - /usr/share/doc/python-pathlib2 - /usr/lib/python2* - - - - - 2020-02-18 - 2.3.5 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-pillow - https://python-pillow.org/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - programming.language.python - The friendly PIL fork (Python Imaging Library) - Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. - https://github.com/python-pillow/Pillow/archive/6.2.2.tar.gz - - libjpeg-turbo-devel - libimagequant-devel - python-setuptools - openjpeg2-devel - freetype-devel - python-devel - lcms2-devel - tiff-devel - webp-devel - zlib-devel - - programming/language/python/python-pillow/pspec.xml - - - python-pillow - The friendly PIL fork (Python Imaging Library) - - libjpeg-turbo - libimagequant - openjpeg2 - freetype - lcms2 - tiff - webp - zlib - - - /usr/bin - /usr/share/doc - /usr/lib - - - - python-pillow-devel - Development files for python-pillow - python-pillow için geliştirme dosyaları - python-pillow-devel, python-pillow için geliştirme dosyalarını içerir. - - python-pillow - libjpeg-turbo-devel - python-devel - zlib-devel - - - /usr/include - - - - - 2020-01-20 - 6.2.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 5.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-03 - 4.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 4.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-18 - 3.1.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - python-pluggy - https://github.com/pytest-dev/pluggy - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - A minimalist production ready plugin system - Minimalist bir hazır üretim eklenti sistemi. - pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. - python-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. - https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz - - python-setuptools-scm - python-setuptools - python-devel - - programming/language/python/python-pluggy/pspec.xml - - - python-pluggy - A minimalist production ready plugin system - - python-importlib_metadata - - - /usr/lib/python2* - /usr/share/doc/python-pluggy - - - - - 2020-02-18 - 0.13.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-pyaspects - https://github.com/ionelmc/python-aspectlib - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - Aspect-Oriented development for Python - Aspect-Oriented Development modules for Python. - https://github.com/baris/pyaspects/archive/0.4.4.tar.gz - programming/language/python/python-pyaspects/pspec.xml - - - python-pyaspects - Aspect-Oriented development for Python - - /usr/lib/python2* - /usr/share/doc/python-pyaspects - - - - - 2020-01-20 - 0.4.4 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 0.4.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.4.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.4.4 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.4.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-12-07 - 0.4.4 - First release - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - - - - python-pyatspi - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2+ - library - programming.language.python - Python bindings for at-spi2-core - at-spi2-core altyapısı için Python bağlayıcısı - python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure. - python-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır. - http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz - - at-spi2-core-devel - python-pygobject3-devel - python3-pygobject3-devel - - programming/language/python/python-pyatspi/pspec.xml - - - python-pyatspi - Python bindings for at-spi2-core - - at-spi2-core - python-pygobject3 - - - /usr/share/doc/python-pyatspi - /usr/lib/python* - - - - - 2022-07-02 - 2.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 2.36.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 2.34.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 2.26.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - 2018-05-06 - 2.26.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-pyblock - http://git.fedoraproject.org/git/pyblock.git - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - GPLv3 - library - programming.language.python - Python modules for dealing with block devices - Blok aygıtları ile ilgili python modülleri içerir. - The pyblock contains Python modules for dealing with block devices. - Pyblock blok aygıtları ile ilgili python modülleri içerir. - http://pkgs.fedoraproject.org/repo/pkgs/python-pyblock/pyblock-0.53.tar.bz2/f6d33a8362dee358517d0a9e2ebdd044/pyblock-0.53.tar.bz2 - - device-mapper-devel - python-devel - dmraid-devel - - - fix-underlinking.patch - build.patch - - programming/language/python/python-pyblock/pspec.xml - - - python-pyblock - Python modules for dealing with block devices - - device-mapper - dmraid - python - - - /usr/lib - /usr/share/doc - - - - - 2020-01-20 - 0.53 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 0.53 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.53 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.53 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.53 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-23 - 0.53 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python-pycparser - https://github.com/eliben/pycparser - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python - Complete C99 parser in pure Python - Python ile yazilmis C99 cozumleyicisi - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. - pycparser, C kaynak kodunu çözümlemesi gereken uygulamalara kolaylıkla bütünleşebilen bir python modülüdür. - https://github.com/eliben/pycparser/archive/release_v2.20.tar.gz - - python-setuptools - python - - programming/language/python/python-pycparser/pspec.xml - - - python-pycparser - Complete C99 parser in pure Python - - /usr/share/doc/python-pycparser - /usr/lib/python2* - - - - - 2020-03-04 - 2.20 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 2.19 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-pygobject - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python - Bindings (liens) glib pour Python. - Glib bindings for Python - glib için python bağlayıcıları - pygobject is GLib's GObject library bindings for Python. - pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. - http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.7.tar.xz - - glib2-devel - python-devel - python-cairo-devel - - - pygobject-2.16.1-fixdetection.patch - - programming/language/python/python-pygobject/pspec.xml - - - python-pygobject - - python-cairo - libffi - glib2 - - - /usr/lib - /usr/share/doc - - - - python-pygobject-devel - pygobject development files - pygobject geliştirme dosyaları - pygobject-devel, pygobject için geliştirme dosyalarını içerir. - - python-pygobject - libffi-devel - glib2-devel - - - /usr/bin/pygobject-codegen-2.0 - /usr/share/pygobject - /usr/lib/pkgconfig - /usr/include - - - - python-pygobject-docs - API documents for pygobject - pygobject için API dökümanları - pygobject-docs, pygobject için belgelendirme dosyalarını içerir. - data:doc - - /usr/share/gtk-doc - - - - - 2020-01-20 - 2.28.7 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-14 - 2.28.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 2.28.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 2.28.6 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 2.28.6 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.28.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-04 - 2.28.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python-pygobject3 - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python - Bindings (liens) GLib/GObject/GIO/GTK+ pour Python. - Python Bindings for GLib/GObject/GIO/GTK+ - GLib/GObject/GIO/GTK+ için python bağlayıcıları - pygobject is GLib's GObject library bindings for Python3. - pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. - http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.tar.xz - - meson - glib2-devel - libffi-devel - python-devel - python-cairo-devel - gobject-introspection-devel - - programming/language/python/python-pygobject3/pspec.xml - - - python-pygobject3 - Python Bindings for GLib/GObject/GIO/GTK+ - - glib2 - cairo - libffi - python-cairo - gobject-introspection - - - /usr/share/doc - /usr/share/pygobject - /usr/lib/python2.7 - /usr/lib/libpyglib-gi-2.0-python2.7.so* - - - - python-pygobject3-devel - Development files for python3-pygobject3 - python-pygobject3 için geliştirme dosyaları - python-pygobject3-devel, python-pygobject3 için geliştirme dosyalarını içerir. - - glib2-devel - libffi-devel - gobject-introspection-devel - python-pygobject3 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-18 - 3.36.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 3.36.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-19 - 3.34.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-09-14 - 3.32.2 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-13 - 3.27.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-25 - 3.27.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 3.22.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 3.22.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.18.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 3.18.2 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-08 - 3.18.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-pynacl - https://github.com/pyca/pynacl/ - - Blue DeviL - bluedevil@sctzine.com - - Apache - library - programming.language.python - Python binding to the Networking and Cryptography (NaCl) library - Python için NaCl modülü - python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. - PyNaCl, ağ ve kriptografi kitaplığınından geliştirilen libsodium kitaplığının python modülüdür. - https://github.com/pyca/pynacl/archive/1.3.0.tar.gz - - python-cffi - python-devel - python-pycparser - python-setuptools - - programming/language/python/python-pynacl/pspec.xml - - - python-pynacl - PyNaCl module for python - - python - python-cffi - - - /usr/lib - /usr/share/doc - - - - - 2019-11-25 - 1.3.0 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python-PyYAML - https://pyyaml.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python - The next generation YAML parser and emitter for Python - Python için yeni nesil YAML ayrıştırıcısı - python-pyyaml is the next generation YAML parser and emitter for Python. - python-pyyaml python için yeni nesil YAML ayrıştırıcısıdır. - https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz - - _yaml.c - - - libyaml-devel - python-devel - - programming/language/python/python-PyYAML/pspec.xml - - - python-PyYAML - The next generation YAML parser and emitter for Python - - libyaml - - - /usr/share/doc/python-PyYAML - /usr/lib/python2* - - - - - 2020-04-07 - 5.3.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-22 - 5.3 - Clean and rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 5.3 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2019-01-02 - 5.2 - Version bump and rebuilt w/ gcc9. - Blue Devil - bluedevil@sctzine.com - - - 2019-10-03 - 5.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-29 - 3.13 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 3.12 - Rebuild for new toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-16 - 3.12 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 3.11 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-27 - 3.11 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python-pyzmq - https://github.com/zeromq/pyzmq/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - programming.language.python - PyZMQ: Python bindings for zeromq - PyZMQ: ZeroMQ için Python bağlayıcıları - This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. - python-pyzmq, ZeroMQ için Python bağlayıcıları içerir. - https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz - - cython - python-devel - zeromq-devel - python-setuptools - - programming/language/python/python-pyzmq/pspec.xml - - - python-pyzmq - PyZMQ: Python bindings for zeromq - - python - zeromq - - - /usr/lib/python2* - /usr/share/doc/python-pyzmq - - - - - 2020-05-18 - 19.0.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 19.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-31 - 18.1.1 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python-qt5 - https://www.riverbankcomputing.com/software/pyqt/intro - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - GPLv3 - library - programming.language.python - A set of Python bindings for the Qt 5.x Toolkit - Qt5.x araçları için python bağlayıcıları - 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. - 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. - https://files.pythonhosted.org/packages/e1/57/2023316578646e1adab903caab714708422f83a57f97eb34a5d13510f4e1/PyQt5-5.15.7.tar.gz - - dbus-devel - dbus-python - python-devel - python-enum34 - dbus-python-common - python-sip - qt5-svg-devel - qt5-base-devel - python-pyqt5-sip - qt5-script-devel - qt5-webkit-devel - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-x11extras-devel - qt5-webengine-devel - qt5-websockets-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-declarative-devel - qt5-networkauth-devel - qt5-xmlpatterns-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel - - - restore-sip4-support.patch - - programming/language/python/python-qt5/pspec.xml - - - python-qt5 - A set of Python 2.x bindings for the Qt 5.x Toolkit - - libgcc - dbus - python - python-enum34 - python-sip - qt5-webengine - qt5-svg - qt5-base - qt5-sensors - qt5-webkit - qt5-location - qt5-designer - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - python-pyqt5-sip - qt5-networkauth - - - /usr/bin/py2uic5 - /usr/lib/python2.7/site-packages - /usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so - /usr/lib/qt5/plugins/designer/libpy2qt5.so - /usr/share/qt5/qsci/api/python/Py2Qt5.api - /usr/bin/py2rcc5 - /usr/bin/py2lupdate5 - - - - python-qt5-devel - Development files for python-qt5 - - libgcc - qt5-base - python-qt5 - - - /usr/share/sip/Py2Qt5 - - - - 2022-07-05 - 5.15.7 + 2022-05-21 + 5.15.41 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-04-18 - 5.15.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-06 - 5.15.6 + 2021-06-19 + 5.10.45 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2021-06-02 + 5.10.41 + Version bump. + İdris Kalp + idriskalp@gmail.com + - 2021-10-21 - 5.15.5 + 2020-12-27 + 5.10.19 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-03-01 - 5.15.2 + 2020-12-27 + 5.10.3 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-08-07 + 5.7.14 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-06-18 + 5.6.19 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-06-01 + 5.6.15 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-05-04 + 5.6.10 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-04-13 + 5.6.4 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2020-01-30 + 5.4.16 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-06-09 + 4.19.49 + Version bump. + Idris Kalp + idriskalp@gmail.com + + + 2019-04-06 + 4.19.34 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-12-22 + 4.14.90 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-06 + 4.14.73 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-04 + 4.14.61 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-13 + 4.14.55 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-11 + 4.9.86 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-03 + 4.9.80 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-01-06 + 4.9.75 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-20 + 4.9.70 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-12-07 + 4.9.66 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-11-19 + 4.9.63 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-13 + 4.7.0 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-13 + 4.6.3 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-02 + 4.4.8 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-03-06 + 4.4.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + module-nvidia-current + http://www.nvidia.com + + Marcin Bojara + marcin@pisilinux.org + + NVIDIA + kernel.drivers + NVIDIA drivers for GeForce 6xxx and newer GPUs + GeForce 6xxx ve daha yeni NVIDIA ekran kartları için sürücüler + Controladores nVIDIA de kernel y glx para tarjetas NV3 o mejor (Geforce FX o mejor) + NVIDIA graphics drivers provide optimized 2D/3D performance. + NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar. + Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor). + http://http.download.nvidia.com/XFree86/Linux-x86_64/510.68.02/NVIDIA-Linux-x86_64-510.68.02.run + + dkms.conf + + + kernel-module-headers + libX11-devel + gtk2-devel + gtk3-devel + + kernel/drivers/module-nvidia-current/pspec.xml + + + module-nvidia-current + Kernel module for current NVIDIA graphics driver releases + Güncel NVIDIA grafik sürücüleri için çekirdek modülü + driver + + noDelta + + + kernel + + + /lib/modules + /etc/modprobe.d + + + nvidia-current-dkms + + + modprobe.conf + + + + nvidia-settings + Settings for nvidia-current kernel driver + app:gui + hardware.graphics + + atk + gtk2 + gtk3 + cairo + glib2 + pango + libX11 + libXext + gdk-pixbuf + + module-nvidia-current + nvidia-current-dkms + + + + /usr/bin/nvidia-settings + /usr/share/man/man1/nvidia-settings.1 + /usr/lib/libnvidia-gtk* + /usr/share/applications + /usr/share/pixmaps + /usr/share/nvidia + + + nvidia-settings.desktop + + + + nvidia-xconfig + Xconfig file for nvidia-current kernel driver + app:console + hardware.graphics + + + module-nvidia-current + nvidia-current-dkms + + + + /usr/bin/nvidia-xconfig + /usr/share/man/man1/nvidia-xconfig.1 + + + + xorg-video-nvidia-current + Güncel NVIDIA userspace sürücüleri ve ikili dosyaları + driver + + noDelta + + + libXext + libX11 + mesa + xorg-server + opencl-icd + vulkan + + module-nvidia-current + nvidia-current-dkms + + + + /etc/OpenCL + /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf + /usr/bin + /usr/lib + /usr/share/X11 + /usr/share/nvidia-current + /usr/share/doc + /usr/share/man + /usr/share/glvnd/egl_vendor.d/10_nvidia.json + /etc/vulkan/icd.d + + + System.Package + + + + xorg-video-nvidia-current-32bit + 32-bit shared libraries for xorg-video-nvidia-current + xorg-video-nvidia-current için 32-bit paylaşımlı kitaplıklar + emul32 + + noDelta + + emul32 + + libvdpau-32bit + + + zlib-32bit + mesa-32bit + libX11-32bit + libXext-32bit + vulkan-32bit + opencl-icd-32bit + xorg-video-nvidia-current + + + /usr/lib32 + /usr/share/nvidia-current/32bit-ld.so.conf + + + + nvidia-current-dkms + NVIDIA driver sources for linux + driver + + noDelta + + + dkms + + + /etc/modprobe.d/nvidia-current-dkms.conf + /usr/src/nvidia-510.68.02 + /usr/src/nvidia-510.68.02/dkms.conf + + + module-nvidia-current + nvidia430-dkms + nvidia390-dkms + nvidia340-dkms + + + modprobe.conf + xorg.conf + + + + nvidia + Meata package for nvidia-current drivers + driver + + noDelta + + + module-nvidia-current + xorg-video-nvidia-current + + + /var/tmp/nvidia + + + nvidia-dkms + + + nvidia.txt + + + + nvidia-dkms + Meata package for nvidia-current dkms drivers + driver + + noDelta + + + nvidia-current-dkms + xorg-video-nvidia-current + + + /var/tmp/nvidia-dkms + + + nvidia + + + nvidia.txt + + + + + 2022-07-22 + 510.68.02 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2022-06-25 + 510.68.02 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2022-05-24 + 510.68.02 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2022-05-22 + 510.68.02 Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2022-05-05 + 510.68.02 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2022-04-15 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-23 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-31 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-15 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-19 + 495.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 495.44 + Rebuild with new kernel and add missing libraries + İdris Kalp + idriskalp@gmail.com + + + 2021-11-08 + 495.44 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 465.31 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-10 + 465.31 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 465.31 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 465.31 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-05-14 + 460.27.04 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-29 + 460.27.04 + Rebuild bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 460.27.04 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2020-09-29 + 455.23.04 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-05 + 440.82 + Add comar script and meta packages + Marcin Bojara + marcin.bojara@gmail.com + + + 2020-06-01 + 440.82 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 440.64 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 440.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 440.44 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 440.44 + Add dkms support + Marcin Bojara + marcin.bojara@gmail.com + + + 2019-12-28 + 440.44 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2019-08-14 + 390.116 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2019-06-09 + 390.116 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2019-05-27 + 390.116 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-06 + 390.87 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2020-09-12 - 5.15.1 - Version bump. + 2019-01-20 + 390.87 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2020-06-19 - 5.15.0 - Version bump. + 2018-12-22 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2020-04-04 - 5.14.2 - Version bump. + 2018-10-06 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2020-03-01 - 5.14.1 - Version bump. + 2018-09-01 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-12-29 - 5.14.0 - Version bump. + 2018-07-13 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-11-04 - 5.13.2 - Version bump. + 2018-04-29 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-09-13 - 5.13.1 - Version bump. + 2018-03-11 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-07-06 - 5.13.0 - Rebuild. + 2018-03-03 + 390.25 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-04-14 - 5.11.3 - Rebuild. + 2018-01-06 + 387.34 + Rebuild for new kernel Mustafa Cinasal muscnsl@gmail.com - 2019-02-02 - 5.11.3 - Rebuild. + 2017-12-20 + 387.34 + Rebuild for new kernel. Mustafa Cinasal muscnsl@gmail.com - 2019-01-14 - 5.11.3 + 2017-12-06 + 387.34 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-23 + 384.59 Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2018-12-11 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2017-08-22 + 384.59 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2018-10-16 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2017-07-08 + 381.22 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2018-08-07 - 5.10.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com + 2017-03-11 + 378.13 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2018-03-01 - 5.9.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + 2017-01-31 + 375.26 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2018-02-02 - 5.9.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com + 2016-12-11 + 375.20 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2017-06-03 - 5.7.1 - Rebuild. + 2016-11-05 + 375.10 + Version Bump Kamil Atlı suvari@pisilinux.org - 2017-03-08 - 5.7.1 + 2016-08-28 + 370.23 Version Bump Kamil Atlı suvari@pisilinux.org - 2016-06-09 - 5.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-07 - 5.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-25 - 5.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-08 - 5.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python-reportlab - http://www.reportlab.com/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - PDF generator library - PDF üretim kitaplığı - ReportLab is an PDF generation library with extensive features. - python-reportlab gelişmiş özellikleri olan bir PDF üretim kitaplığıdır ve PDF dosyaları oluşturmada kullanılır. - https://files.pythonhosted.org/packages/2a/02/078c875d81f231fc11ecda3158a2e2cfccc390a534c316e2524db007e245/reportlab-3.5.67.tar.gz - - mercurial - python-pillow - freetype-devel - python-devel - - programming/language/python/python-reportlab/pspec.xml - - - python-reportlab - - python - freetype - - - /usr/lib - - - - python-reportlab-docs - - python-reportlab - - - /usr/share/doc - - - - - 2021-04-26 - 3.5.67 - First release + 2016-08-06 + 367.27 + Rebuild for kernel4.7.0 Kamil Atlı suvari@pisilinux.org - - - - - python-rfc3986 - https://pypi.org/project/rfc3986/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python - Validating URI References per RFC 3986. - Her RFC 3986 için URI referanslarını değerlendirir. - A Python implementation of RFC 3986 including validation and authority parsing. - python-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır. - https://github.com/python-hyper/rfc3986/archive/1.4.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-rfc3986/pspec.xml - - - python-rfc3986 - Validating URI References per RFC 3986. - - /usr/share/doc/python-rfc3986 - /usr/share/man - /usr/lib - - - - - 2020-04-08 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 1.3.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-scandir - https://github.com/benhoyt/scandir - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python - Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. - Standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü. - scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. - python-scandir, standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü sağlar. - https://github.com/benhoyt/scandir/archive/v1.10.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-scandir/pspec.xml - - - python-scandir - Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. - - /usr/share/doc/python-scandir - /usr/lib/python2* - - - - - 2020-02-18 - 1.10.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-setuptools-scm - https://github.com/pypa/setuptools_scm - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python - Python setuptools-scm module - Python setuptools-scm modülü - Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. - setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python modülüdür. - https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-setuptools-scm/pspec.xml - - - python-setuptools-scm - Python setuptools-scm module - - python-setuptools - - - /usr/lib/python2* - /usr/share/doc/python-setuptools-scm - - - - 2020-02-18 - 3.5.0 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2016-04-30 + 367.27 + Rebuild for new kernel, ver. bump + Kamil Atlı + suvari@pisilinux.org - 2020-01-23 - 3.4.3 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2016-04-30 + 361.28 + Rebuild for new kernel + Alihan Öztürk + alihan@pisilinux.org - 2019-11-28 - 3.3.3 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python-singledispatch - https://pypi.org/project/singledispatch/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - This library is a backport of functools.singledispatch to Python 2.6 - 3.3. - functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplık. - This library is a backport of this functionality to Python 2.6 - 3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. - python-singledispatch, functools.singledispatch yordamının python 3.4'ten geriye dönüklüğünü sağlayan kitaplığı sağlar. - https://bitbucket.org/ambv/singledispatch/get/3.4.0.3.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-singledispatch/pspec.xml - - - python-singledispatch - This library is a backport of functools.singledispatch to Python 2.6 - 3.3. - - /usr/share/doc/python-singledispatch - /usr/lib/python2* - - - - - 2020-03-18 - 3.4.0.3 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-smbc - http://cyberelk.net/tim/software/pysmbc - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - Python interface to the libsmbclient library - libsmbclient kitaplığı için Python arayüzü - python-smbc is a Python binding for the libsmbclient library. - python-smbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır. - https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz - - samba-devel - python-devel - python-setuptools - - programming/language/python/python-smbc/pspec.xml - - - python-smbc - Python interface to the libsmbclient library - - samba - python - - - /usr/lib/python2* - /usr/share/doc/python-smbc - - - - - 2020-05-24 - 1.0.22 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 1.0.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 1.0.20 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.0.19 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 1.0.18 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-15 - 1.0.15.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 1.0.13 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 1.0.13 + 2016-03-06 + 361.28 First release Alihan Öztürk alihan@pisilinux.org @@ -290152,1305 +337392,1388 @@ complete albums that you have purchased from Amazon. - python-snowballstemmer - https://snowballstem.org/ + module-nvidia390 + http://www.nvidia.com - Blue Devil - bluedevil@sctzine.com + Marcin Bojara + marcin@pisilinux.org - BSD - library - programming.language.python - Snowball stemming library collection for Python - Snowball, python için sözcük kökeni bulma kitaplığıdır. - Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. - Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. - https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz + NVIDIA + kernel.drivers + NVIDIA drivers for GeForce 6xxx and newer GPUs + NVIDIA graphics drivers provide optimized 2D/3D performance. + nvidia + http://http.download.nvidia.com/XFree86/Linux-x86/390.154/NVIDIA-Linux-x86-390.154.run + http://http.download.nvidia.com/XFree86/Linux-x86_64/390.154/NVIDIA-Linux-x86_64-390.154.run + + dkms.conf + kernel-5.14-pdev.patch + kernel-5.14-state.patch + - python-setuptools - python-devel + kernel-module-headers + libX11-devel + gtk2-devel + gtk3-devel - programming/language/python/python-snowballstemmer/pspec.xml + kernel/drivers/module-nvidia390/pspec.xml - python-snowballstemmer - Snowball stemming library collection for Python - - /usr/share/doc/python-snowballstemmer - /usr/lib/python2* - - - - - 2019-12-06 - 2.0.0 - Rebuilt - Blue Devil - bluedevil@sctzine.com - - - 2019-12-06 - 2.0.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python-sphinxcontrib-websupport - https://www.sphinx-doc.org/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python - Sphinx API for Web Apps - python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. - sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. - python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. - https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-sphinxcontrib-websupport/pspec.xml - - - python-sphinxcontrib-websupport - sphinxcontrib-websupport module for python + module-nvidia390 + Kernel module for current NVIDIA graphics driver releases + driver + + noDelta + - python-Jinja2 - python-docutils - python-setuptools + kernel - /usr/lib/python2* - /usr/share/doc/python-sphinxcontrib-websupport + /lib/modules + /etc/modprobe.d + + + nvidia390-dkms + + + modprobe.conf + + + + nvidia-xconfig390 + Xconfig file for nvidia390 kernel driver + app:console + hardware.graphics + + + module-nvidia390 + nvidia390-dkms + + + + /usr/bin/nvidia-xconfig + /usr/share/man/man1/nvidia-xconfig.1 + + xorg-video-nvidia390 + driver + + noDelta + + + libXext + libX11 + mesa + xorg-server + vulkan + opencl-icd + libglvnd + + module-nvidia390 + nvidia390-dkms + + + + /etc/OpenCL + /usr/bin + /usr/lib + /usr/share/X11 + /usr/share/nvidia390 + /usr/share/pixmaps + /usr/share/doc + /usr/share/man + + + xorg-video-nvidia-current + xorg-video-nvidia304 + xorg-video-nvidia340 + + + System.Package + + + + xorg-video-nvidia390-32bit + 32-bit shared libraries for xorg-video-nvidia390 + emul32 + + noDelta + + emul32 + + libvdpau-32bit + + + zlib-32bit + mesa-32bit + libX11-32bit + libXext-32bit + opencl-icd-32bit + vulkan-32bit + libglvnd-32bit + xorg-video-nvidia390 + atk + gtk2 + gtk3 + cairo + glib2 + pango + gdk-pixbuf + + + /usr/lib32 + /usr/share/nvidia390/32bit-ld.so.conf + + + xorg-video-nvidia-current-32bit + xorg-video-nvidia304-32bit + xorg-video-nvidia340-32bit + + + + nvidia390-dkms + NVIDIA driver sources for linux + driver + + noDelta + + + dkms + xorg-video-nvidia390 + + + /etc/modprobe.d/nvidia390-dkms.conf + /usr/src/nvidia* + + + module-nvidia390 + nvidia340-dkms + nvidia430-dkms + nvidia-current-dkms + nvidia390 + + + modprobe.conf + xorg.conf + + + + nvidia390 + Meata package for nvidia390 drivers + driver + + noDelta + + + module-nvidia390 + xorg-video-nvidia390 + + + /var/tmp/nvidia + + + nvidia390-dkms + + + nvidia.txt + + + + 2022-08-06 + 390.154 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-22 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-25 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-22 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-15 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-23 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-31 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-15 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-19 + 390.144 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-11 + 390.144 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 390.143 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-10 + 390.143 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 390.143 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-02 + 390.143 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2021-05-14 + 390.141 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-14 + 390.141 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-29 + 390.141 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 390.141 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-29 + 390.138 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-06 + 390.138 + Add comar script and meta package + Marcin Bojara + marcin.bojara@gmail.com + + + 2020-07-05 + 390.132 + Add comar script and meta package + Marcin Bojara + marcin.bojara@gmail.com + + + 2020-06-01 + 390.132 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 390.132 + Rebuild. + Mustafa Cinasal Bojara + muscnsl@gmail.com + + + 2020-01-31 + 390.132 + Rebuild. + Mustafa Cinasal Bojara + muscnsl@gmail.com + - 2020-05-18 - 1.2.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com + 2020-01-09 + 390.132 + Add dkms support. + Marcin Bojara + marcin.bojara@gmail.com - 2020-03-27 - 1.2.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-24 - 1.2.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-13 - 1.1.2 - Rebuilt and clean - Blue Devil - bluedevil@sctzine.com - - - 2019-11-13 - 1.1.2 - First pisi release - Blue Devil - bluedevil@sctzine.com + 2019-12-12 + 390.132 + First release + İdris Kalp + idriskalp@gmail.com - python-toml - https://github.com/uiri/toml + module-nvidia340 + https://www.nvidia.com/ - Blue Devil - bluedevil@sctzine.com + Pisi Linux Community + admins@pisilinux.org - MIT - library - programming.language.python - Python lib for parsing TOML - TOML çözümleyen python kitaplığı. - A Python library for parsing and creating TOML. - python-toml, TOML çözümleyen python kitaplığı sunar. - https://github.com/uiri/toml/archive/0.10.1.tar.gz + NVIDIA + kernel.drivers + NVIDIA drivers for GeForce 6xxx and newer GPUs + GeForce 340xx NVIDIA ekran kartları için sürücüler + Controladores nVIDIA de kernel y glx para tarjetas NV3 o mejor (Geforce FX o mejor) + NVIDIA graphics drivers provide optimized 2D/3D performance. + NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar. + Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor). + http://http.download.nvidia.com/XFree86/Linux-x86/340.108/NVIDIA-Linux-x86-340.108.run + http://http.download.nvidia.com/XFree86/Linux-x86_64/340.108/NVIDIA-Linux-x86_64-340.108.run + + dkms.conf + 0001-kernel-5.7.patch + 0002-kernel-5.8.patch + 0003-kernel-5.9.patch + 0004-kernel-5.10.patch + 0005-kernel-5.11.patch + 0006-kernel-5.14.patch + 0008-fix-5.15.patch + - python-devel - python-setuptools + kernel-module-headers - programming/language/python/python-toml/pspec.xml + kernel/drivers/module-nvidia340/pspec.xml - python-toml - Python lib for parsing TOML + module-nvidia340 + Kernel module for NVIDIA driver 340.xx releases + GeForce 340xx NVIDIA grafik sürücüleri için çekirdek modülü + driver + + noDelta + - python + kernel - /usr/lib/python2* - /usr/share/doc/python-toml + /lib/modules + + nvidia340-dkms + + + + xorg-video-nvidia340 + GeForce 340xx NVIDIA userspace sürücüleri ve ikili dosyaları + driver + + noDelta + + + libXext + xorg-server + libX11 + opencl-icd + + module-nvidia340 + nvidia340-dkms + + + + /etc/OpenCL + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man + + + xorg-video-nvidia-current + xorg-video-nvidia304 + + + System.Package + + + + xorg-video-nvidia340-32bit + 32-bit shared libraries for xorg-video-nvidia340 + xorg-video-nvidia340 için 32-bit paylaşımlı kitaplıklar + emul32 + + noDelta + + emul32 + + libvdpau-32bit + + + zlib-32bit + libX11-32bit + libXext-32bit + opencl-icd-32bit + xorg-video-nvidia340 + + + /usr/lib32 + /usr/share/nvidia-current/32bit-ld.so.conf + + + xorg-video-nvidia-current-32bit + xorg-video-nvidia304-32bit + + + + nvidia340-dkms + NVIDIA driver sources for linux + driver + + noDelta + + + dkms + xorg-video-nvidia340 + + + /etc/modprobe.d/nvidia340-dkms.conf + /usr/src/nvidia* + + + module-nvidia340 + nvidia-current-dkms + nvidia430-dkms + nvidia390-dkms + nvidia340 + + + modprobe.conf + xorg.conf + + + + nvidia340 + Meata package for nvidia340 drivers + driver + + noDelta + + + module-nvidia340 + xorg-video-nvidia340 + + + /var/tmp/nvidia + + + nvidia340-dkms + + + nvidia.txt + + + + + 2022-07-22 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-25 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-22 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-15 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-23 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-31 + 340.108 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-15 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-17 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-27 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-19 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-12 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-10 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-10 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-13 + 340.108 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2021-06-02 + 340.108 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2021-05-12 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-29 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-01 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-05 + 340.108 + Add comar script and meta package + Marcin Bojara + marcin.bojara@gmail.com + + + 2020-06-01 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-03 + 340.108 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 340.108 + Rebuild. + Mustafa Cinasal Bojara + muscnsl@gmail.com + + + 2020-01-09 + 340.108 + Add dkms support. Version bump + Marcin Bojara + marcin.bojara@gmail.com + + + 2019-12-28 + 340.107 + Rebuild for new kernel. + Idris Kalp + idriskalp@gmail.com + + + 2019-08-14 + 340.107 + Rebuild for new kernel. + Idris Kalp + idriskalp@gmail.com + + + 2019-06-09 + 340.107 + Rebuild for new kernel. + Idris Kalp + idriskalp@gmail.com + + + 2019-12-05 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-06 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-20 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-22 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-06 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-13 + 340.107 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-29 + 340.106 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-11 + 340.106 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 340.106 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-06 + 340.104 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-20 + 340.104 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-06 + 340.104 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-24 + 340.102 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-22 + 340.102 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-07-07 + 340.102 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-11 + 340.101 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-01-31 + 340.101 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-12-11 + 340.98 + Rebuild for kernel 4.8.13 + Kamil Atlı + suvari@pisilinux.org + + + 2016-11-05 + 340.98 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-08-28 + 340.96 + Rebuild for kernel 4.7.2 + Kamil Atlı + suvari@pisilinux.org + + + 2016-08-06 + 340.96 + Rebuild for kernel 4.7.0 + Kamil Atlı + suvari@pisilinux.org + + + 2016-07-17 + 340.96 + Rebuild for new kernel + Kamil Atlı + suvari@pisilinux.org + + + 2016-04-30 + 340.96 + Rebuild for new kernel + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-03-06 + 340.96 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + module-fglrx + http://ati.amd.com/support/driver.html + + PisiLinux Community + admins@pisilinux.org + + ATI + kernel.drivers + Pilote d'affichage ATI + ATI display drivers. + ATI ekran kartı sürücüleri + Controlador display ATI + Fglrx is a driver written by AMD(ATI) for ATI graphics cards.Radeons HD 2 3 4 X series are not supported + AMD(ATI) tarafından ATI ekran kartları için yazılmış sürücüler.Radeon HD 2 3 4 X serisi ekran kartlarını desteklememektedir. + http://archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer/fglrx-installer_15.201.orig.tar.gz + + desktop-files.patch + makefile_compat.patch + fglrx_gpl_symbol.patch + kolasa_4.0-cr4-strn.patch + lano1106_fglrx_intel_iommu.patch + lano1106_kcl_agp_13_4.patch + LICENSE.TXT + 4.4-manjaro-xstate.patch + + + kernel-module-headers + kernel + + kernel/drivers/module-fglrx/pspec.xml + + + module-fglrx + Kernel module for ATI display drivers + ATI ekran sürücüleri için çekirdek modülü + driver + + noDelta + + + kernel + + + /lib/modules + /etc/conf.d + /etc/modprobe.d + + + module-fglrx-legacy + + + blacklist-fglrx.conf + modprobe.conf + atieventsd + + + + xorg-video-fglrx + ATI ekran kartı sürücüleri için paylaşımlı kitaplıklar ve araçlar + driver + x11.driver + + noDelta + + + qt + mesa + libSM + libICE + uClibc + libXext + libXrandr + libXfixes + libXcursor + libXrender + fontconfig + libXxf86vm + libXinerama + xorg-server + + module-fglrx + + + + /usr/share + /etc + /usr/bin + /usr/sbin + /usr/X11R6 + /usr/lib + /usr/share/doc + /usr/share/man + + + xorg-video-fglrx-legacy + + + System.Package + System.Service + + + + xorg-video-fglrx-32bit + 32-bit shared libraries for xorg-video-fglrx + xorg-video-fglrx için 32-bit paylaşımlı kitaplıklar + emul32 + + noDelta + + emul32 + + xvba-video-32bit + fontconfig-32bit + freetype-32bit + libXcursor-32bit + libXext-32bit + libXfixes-32bit + libXinerama-32bit + libXrandr-32bit + libXrender-32bit + libXxf86vm-32bit + libX11-32bit + + + xorg-video-fglrx + libXext-32bit + libX11-32bit + mesa-32bit + libgcc + + + /usr/lib32 + + + xorg-video-fglrx-legacy-32bit + + + System.Package + - 2020-05-18 - 0.10.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com + 2016-03-06 + 15.201 + First release + Ertuğrul Erata + ertugrulerata@gmail.com - python-tqdm - https://github.com/tqdm/tqdm + libffado + http://www.ffado.org - Blue Devil - bluedevil@sctzine.com + PisiLinux Community + admins@pisilinux.org - MIT - library - programming.language.python - A Fast, Extensible Progress Bar for Python and CLI. - Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı - python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! - python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz. - https://github.com/tqdm/tqdm/archive/v4.46.0.tar.gz + GPLv2 + GPLv3 + hardware.firewire + Free firewire audio drivers + Ücretsiz firewire ses sürücüleri + libffado tries to provide open-source drivers for all FireWire based pro-audio devices. + libffado, firewire arabirimli profesyonel ses kartları için ücretsiz sürücü desteği sağlayan bir projedir. + http://www.ffado.org/files/libffado-2.4.4.tgz - python-devel - python-setuptools + xdg-utils + glibmm-devel + libxmlpp-devel + alsa-lib-devel + dbus-c++-devel + libsigc++-devel + libconfig-devel + libraw1394-devel + libiec61883-devel + scons + doxygen + dbus-python + dbus-python3 + python-qt5-devel + python3-qt5-devel + jack-audio-connection-kit-devel - programming/language/python/python-tqdm/pspec.xml + hardware/firewire/libffado/pspec.xml - python-tqdm - A Fast, Extensible Progress Bar for Python and CLI. + libffado + library + glibmm + libgcc + dbus-c++ + libxmlpp + libconfig + libsigc++ + xdg-utils + libraw1394 + libiec61883 python-setuptools - /usr/lib/python2* - /usr/bin/tqdm-py2 - /usr/share/doc/python-tqdm + /usr/bin + /etc/dbus-1 + /usr/lib + /usr/share/locale + /lib/udev/rules.d + /usr/share/libffado + /usr/share/dbus-1 + /usr/share/man + /usr/share/doc + + libffado-devel + Development files for libffado + libffado için geliştirme dosyaları + library + + libffado + + + /usr/include + /usr/lib/pkgconfig + + + + ffado-mixer + Graphical User Interface for FFADO + FFADO için grafik arayüzü + app:gui + hardware.sound + ffado-mixer + + libffado + python-setuptools + + + /usr/bin/ffado-mixer* + /usr/share/applications + /usr/share/metainfo/ffado-mixer.appdata.xml + /usr/share/pixmaps + + + pisilinux-ffadomixer.desktop + + - 2020-05-18 - 4.46.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + 2021-10-22 + 2.4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2020-04-08 - 4.45.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + 2020-11-19 + 2.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2020-03-29 - 4.44.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + 2020-01-22 + 2.4.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org - 2020-02-21 - 4.43.0 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2018-08-03 + 2.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2020-02-05 - 4.42.1 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2018-02-22 + 2.4.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org - 2020-01-27 - 4.42.0 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2017-02-17 + 2.3.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org - 2020-01-23 - 4.41.1 - Version bump. - Blue Devil - bluedevil@sctzine.com + 2016-06-10 + 2.2.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2019-12-25 - 4.41.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com + 2015-04-28 + 2.2.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com - python-typing - https://pypi.org/project/typing/ - - Blue Devil - bluedevil@sctzine.com - - PSF - library - programming.language.python - Backport of the standard library typing module - Geriye dönük Python 2.7 typing bağlayıcıları - This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. - Python 3.5'dan önceki sürümler için geriye dönüklük destegi saglayan pyton2 bağlayıcısıdır. - https://pypi.io/packages/source/t/typing/typing-3.7.4.1.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-typing/pspec.xml - - - python-typing - Backport of the standard library typing module - - /usr/share/doc/python-typing - /usr/lib - - - - - 2019-11-13 - 3.7.4.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python-udev - https://pypi.org/project/pyudev/ + libdc1394 + http://sourceforge.net/projects/libdc1394/ PisiLinux Community admins@pisilinux.org LGPLv2.1 library - programming.language.python - Python bindings for libudev library - libudev için Python bağlayıcısı - These bindings enable using of udev library in Python programs. - Bu bağlayıcı, Python programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar. - https://github.com/pyudev/pyudev/archive/v0.22.tar.gz + hardware.firewire + Programming interface for IEEE 1394 based cameras + IEEE 1394 tabanlı kameralar için programlama kitaplığı + libdc1394 est une librairie dont l'objectif est de fournir une interface de programmation d'application de haut niveau pour les développeur désirant contrôler les caméras basées sur le IEEE 1394 se conformant aux spécifications des Caméras Digitales basées sur 1394 (que l'on trouve sur http://www.1394ta.org/). + libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). + Bu kütüphane IEEE 1394 tabanlı kameraların kontrolü için yüksek seviyeli bir arayüz oluşturur. + libdc1394 es una librería con intención de facilitar una interfaz de programación de alto nivel para programadores de aplicaciones, que desean controlar camaras basados en IEEE 1394, conforme la especificación de camaras digitales basados en 1394 (véase http://www.1394ta.org/). + https://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.6/libdc1394-2.2.6.tar.gz - python-setuptools - eudev-devel + libraw1394-devel + libusb-devel - programming/language/python/python-udev/pspec.xml + hardware/firewire/libdc1394/pspec.xml - python-udev - Python bindings for libudev library + libdc1394 + + libraw1394 + libusb + + /usr/bin /usr/lib /usr/share/doc + /usr/share/man - - - 2020-01-29 - 0.22 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 0.21.0 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 0.21.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 0.21.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.21.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.16.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-02 - 0.16.1 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - python-Unidecode - http://pypi.python.org/pypi/Unidecode/ - - PisiLinux Community - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.python - US-ASCII transliterations of Unicode text - Unicode karakterlerinin US-ASCII harf çevirileri - python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module. - python-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir. - https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-Unidecode/pspec.xml - - python-Unidecode - US-ASCII transliterations of Unicode text + libdc1394-devel + Development files for libdc1394 + libdc1394 için geliştirme dosyaları + + libdc1394 + - /usr/bin/unidecode-py2 - /usr/lib/python2* - /usr/share/doc/python-Unidecode + /usr/include + /usr/lib/pkgconfig 2020-01-18 - 1.1.1 - Version bump. - GMK - metehankaraguzel@gmail.com + 2.2.6 + Version bump + Pisi Linux Community + admin@pisilinux.org - 2018-08-29 - 1.0.22 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-26 - 1.0.22 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.04.20 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.04.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-09 - 0.04.18 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python-urllib3 - https://github.com/shazow/urllib3 - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python - urllib3 is a powerful, sanity-friendly HTTP client for Python. - urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. - urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. - urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir. - https://github.com/urllib3/urllib3/archive/1.25.9.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-urllib3/pspec.xml - - - python-urllib3 - urllib3 is a powerful, sanity-friendly HTTP client for Python. - - /usr/lib/python2* - /usr/share/doc/python-urllib3 - - - - - 2020-12-09 - 1.25.9 + 2018-08-01 + 2.2.5 Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-24 - 1.25.9 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.25.8 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 1.25.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 1.23 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-22 - 1.22 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python-websocket-client - https://github.com/websocket-client/websocket-client - - Alihan Öztürk - alihan@pisilinux.org - - BSD - app:console - programming.language.python - WebSocket client library for Python - Python icin ag soketleri kitapligi - websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. - python-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. - https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-websocket-client/pspec.xml - - - python-websocket-client - WebSocket client library for Python - - python-six - python - - - /usr/bin/wsdump-py2.py - /usr/lib/python2* - /usr/share/doc/python-websocket-client - - - - - 2019-12-26 - 0.57.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 0.48.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 0.47.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 0.40.0 - Version Bump Pisi Linux Community admin@pisilinux.org + + 2017-02-17 + 2.2.5 + Update. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-11-27 + 2.2.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2016-06-09 - 0.37.0 + 2.2.3 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-06-06 - 0.37.0 + 2014-09-13 + 2.2.3 First release - Alihan Öztürk - alihan@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - python-werkzeug - https://palletsprojects.com/p/werkzeug/ + libiec61883 + http://www.linux1394.org - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python - The comprehensive WSGI web application library. - WSGI ağ uygulamaları kitaplığı. - Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. - python-werkzeug, WSGI ağ uygulamaları kitaplığı içerir. - https://github.com/pallets/werkzeug/archive/1.0.1.tar.gz - - python-setuptools - python-devel - - programming/language/python/python-werkzeug/pspec.xml - - - python-werkzeug - The comprehensive WSGI web application library - - /usr/share/doc/python-werkzeug - /usr/lib/python2* - - - - - 2020-04-07 - 1.0.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-15 - 1.0.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-wheel - https://github.com/pypa/wheel - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - The official binary distribution format for Python. - This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. - https://github.com/pypa/wheel/archive/0.35.1.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-wheel/pspec.xml - - - python-wheel - The official binary distribution format for Python. - - python-setuptools - - - /usr/lib/python2* - /usr/bin/wheel-py2 - /usr/share/doc/python-wheel - - - - - 2020-08-30 - 0.35.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-zipp - https://github.com/jaraco/zipp - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python - A pathlib-compatible Zipfile object wrapper. - pathlib-uyumlu ZipDosyası sarmalayıcı python modülü - A pathlib-compatible Zipfile object wrapper. A backport of the Path object. - python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. - https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz - - python-setuptools-scm - python-setuptools - python-devel - - programming/language/python/python-zipp/pspec.xml - - - python-zipp - A pathlib-compatible Zipfile object wrapper. - - /usr/share/doc/python-zipp - /usr/lib/python2* - - - - - 2020-02-18 - 3.0.0 - Ver. bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-17 - 2.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - sip - https://www.riverbankcomputing.com/software/sip/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + PisiLinux Community + admins@pisilinux.org + LGPLv2.1 GPLv2 - app:console - programming.language.python - SIP is a tool for generating bindings for C++ classes so that they can be used by Python - SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules. - https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.tar.gz - - python-devel - - programming/language/python/sip/pspec.xml - - - python-sip - Python 2.x SIP bindings for C and C++ libraries - - libgcc - python - - - /usr/bin - /usr/lib - /usr/include - - - - python-pyqt5-sip - Python 2.x pyqt5 SIP bindings for C and C++ libraries - - libgcc - - - /usr/lib/python2.7/site-packages/PyQt5* - - - - - 2021-10-21 - 4.19.25 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-19 - 4.19.24 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-10 - 4.19.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 4.19.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 4.19.21 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-29 - 4.19.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-13 - 4.19.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 4.19.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 4.19.14 - Rebuild pyqt5 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-14 - 4.19.12 - Rebuild pyqt5 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 4.19.12 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-18 - 4.19.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-18 - 4.19 - Release Bump - Stefan Gronewold - groni@pisilinux.org - - - 2017-02-25 - 4.19 - Release Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 4.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-20 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-08 - 4.16.9 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - telepathy-python - http://telepathy.freedesktop.org/wiki - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ library - programming.language.python - Python libraries for Telepathy - Telepathy için Python kitaplıkları - telepathy-python is the Python libraries for use in Telepathy client and connection managers. - telepathy-pyhon Telepathy istemcileri ve bağlantı yöneticilerinde kullanılmak üzere tasarlanmış Python kitaplığıdır. - http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.19.tar.gz + hardware.firewire + A library for capturing video (DV, MPEG2 or AMDTP) over the IEEE 1394 bus + IEEE 1394 veriyolundan video dosyalarını aktarmak için kullanılan bir kütüphane + Cette librairie fournit aux les médias de troisième génération la réception et la transmission pour DV, MPEG2-TS et AMDTP (audio et musique) en n'utilisant que raw1394 sans nécessiter une configuration et une maintenance compliquées d'autres modules du noyau et de leurs nodes dans /dev. + libiec61883 is a library providing third generation media reception and transmission for DV, MPEG2-TS, and AMDTP (audio and music) using only raw1394 and not the complicated setup and maintenance of other kernel modules and their /dev nodes. + IEEE 1394 veriyolundan video dosyalarını aktarmak için kullanılan bir kütüphane + La librería facilita recepción y transmisión de media de tercera generación para DV, MPEG2-TS, y AMDTP (audio y music), usando solamente la interfaz 1394 en crudo, sin configuración complicada y mantenimiento de otros módulos de kernel y nodos /dev correspondientes. + http://www.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.gz - libxslt-devel + libraw1394-devel - telepathy-python-0.15.19-mkdir_p.patch - dont-compile-py.patch - python-telepathy-no_double_errors-py.patch + libiec61883-1.2.0-installtests.patch + libiec61883-channel-allocation-without-local-node-rw.patch - programming/language/python/telepathy-python/pspec.xml + hardware/firewire/libiec61883/pspec.xml - telepathy-python - - /usr/lib - /usr/share/doc - - - - - 2018-08-30 - 0.15.19 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.15.19 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.15.19 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 0.15.19 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - wxPython - https://www.wxpython.org/ - - PisiLinux Community - admin@pisilinux.org - - wxWinLL-3 - library - programming.language.python - Python bindings for wxGTK - wxGTK için Python bağlayıcıları. - wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++. - https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz - - wxGTK3 - gtk3-devel - tiff-devel - mesa-devel - wxGTK-devel - pango-devel - libSM-devel - python-devel - mesa-glu-devel - gstreamer-devel - gdk-pixbuf-devel - libXxf86vm-devel - libXinerama-devel - python-setuptools - libjpeg-turbo-devel - gst-plugins-base-devel - - programming/language/python/wxPython/pspec.xml - - - wxPython + libiec61883 - bzip2 - python - wxGTK3 - wxGTK-common - - - /usr/lib - /usr/share/doc - - - - - 2022-07-29 - 4.1.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-31 - 3.0.2.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2018-08-30 - 3.0.2.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2018-02-03 - 3.0.2.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2017-01-25 - 3.0.2.0 - Rebuild for new toolchain - Pisi Linux Admins - admin@pisilinux.org - - - 2016-07-02 - 3.0.2.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - cython3 - https://cython.org/ - - Blue DeviL - bluedevil@sctzine.com - - Apache-2.0 - app:console - library - programming.language.python3 - C extensions for the Python3 - Python3 için C eklentileri - Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir. - https://github.com/cython/cython/archive/0.29.30.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/cython3/pspec.xml - - - cython3 - C extensions for the Python3 - - python3 - python3-setuptools + libraw1394 /usr/bin - /usr/lib/python3* - /usr/share/doc/cython3 + /usr/lib + /usr/share/doc + /usr/share/man - - - 2022-06-27 - 0.29.30 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 0.29.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 0.29.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 0.29.21 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.29.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 0.29.19 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-14 - 0.29.17 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 0.29.16 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 0.29.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-10 - 0.29.14 - Rebuilt w/ py3.8. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-10 - 0.29.14 - Rebuilt. - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-11 - 0.29.14 - rebuilt and split packages - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-11 - 0.29.14 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-22 - 0.24 - First release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - dbus-python3 - https://dbus.freedesktop.org/doc/dbus-python/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - AFL-2.1 - library - programming.language.python3 - D-Bus Python bindings - D-Bus için Python bağlayıcıları - dbus-python provides a Python module which wraps the D-Bus programming API. - dbus-python, D-Bus için Python bağlayıcılarını içerir. - https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz - - dbus-glib-devel - libpcre-devel - python3-devel - glib2-devel - dbus-devel - - programming/language/python3/dbus-python3/pspec.xml - - dbus-python3 - D-Bus Python3 bindings - programming.language.python3 + libiec61883-devel + Development files for libiec61883 + libiec61883 için geliştirme dosyaları - dbus-glib - python3 - glib2 - dbus + libiec61883 + libraw1394-devel - /usr/lib/python3* + /usr/include + /usr/lib/pkgconfig - - 2021-10-22 - 1.2.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-05 - 1.2.16 - Rebuild dbus. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-12 - 1.2.16 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-12 - 1.2.14 - Version bump - Idris Kalp - idriskalp@gmail.com - - 2018-08-03 - 1.2.4 + 2020-01-12 + 1.2.0 Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Pisi Linux Community + admin@pisilinux.org - 2017-05-01 - 1.2.4 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2018-08-03 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2016-06-09 - 1.2.4 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2017-02-17 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org 2016-06-09 @@ -291460,7 +338783,7 @@ complete albums that you have purchased from Amazon. admin@pisilinux.org - 2016-05-08 + 2014-03-09 1.2.0 First release Kamil Atlı @@ -291470,17405 +338793,365 @@ complete albums that you have purchased from Amazon. - gi-docgen - https://gitlab.gnome.org/GNOME/gi-docgen - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - programming.language.python3 - Documentation generator for GObject-based libraries - Documentation generator for GObject-based libraries - GObject tabanlı kitaplıklar için belge oluşturucu - GObject tabanlı kitaplıklar için belge oluşturucu - https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2022.1/gi-docgen-2022.1.tar.gz - - python3-devel - python3-toml - python3-Jinja2 - python3-markdown - python3-Pygments - python3-MarkupSafe - python3-typogrify - python3-setuptools - - programming/language/python3/gi-docgen/pspec.xml - - - gi-docgen - - python3 - python3-toml - python3-Jinja2 - python3-markdown - python3-Pygments - python3-MarkupSafe - python3-typogrify - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-05-31 - 2022.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 - 2021.8 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 2021.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-21 - 2021.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 2021.6 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - gonullu - https://github.com/PisiLinuxNew/gonullu - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:console - programming.language.python3 - Volunteer application is developed to compile the packages for Pisi distributions - Gonullu uygulamasi, pisi linux dağıtımının paketlerini derlemek üzere hazırlanmıştır. - Application build the packages waiting at queue of build system as PISI packages using docker images and again, sent them to build system. - Uygulama docker imajlarını kullanarak, derleme sisteminin kuyruğundan bekleyen paketleri pisi paketi haline getirir ve derleme sistemine gönderir. - https://github.com/PisiLinuxNew/gonullu/archive/v1.2.2.tar.gz - - python3-devel - python3-setuptools - - - python-docker.patch - - programming/language/python3/gonullu/pspec.xml - - - gonullu - - docker - python3 - python3-argparse - python3-backports-ssl-match-hostname - python3-colorama - python3 - python3-docker - python3-psutil - python3-PyYAML - python3-requests - python3-sip - python3-six - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 1.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 1.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-19 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-03 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-28 - 1.2.0 - Version bump nasm. - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-16 - 1.1.9 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-01-31 - 1.1.7 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-12-31 - 1.1.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-08 - 1.1.6 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-08 - 1.1.6 - Added runtime dependency - Erdem Ersoy - erdemersoy@live.com - - - 2017-05-27 - 1.1.6 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-27 - 1.1.4 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-15 - 1.1.3 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-14 - 1.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gst-python3 - https://gstreamer.freedesktop.org/ + libavc1394 + http://sourceforge.net/projects/libavc1394/ PisiLinux Community admins@pisilinux.org LGPLv2.1 library - programming.language.python3 - GStreamer Python3 bindings - GStreamer Python bağlayıcıları - gst-python3 is a Python frontend to GStreamer. - gst-python3 GStreamer için Python arabirimidir. - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.20.3.tar.xz + hardware.firewire + Librairie pour l'ensemble de commande de l'interface digitale AV/C (Audio/Vidéo Control) de l'association pour le commerce 1394 (1394 Trade Association). + library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set + 1394 Trade Association AV/C (Ses/Görüntü kontrol) sayısal arayüz komut seti için bir kütüphane + The libavc1394 library allows utilities to control IEEE-1394 devices using the AV/C specification. Audio/Video Control allows applications to control devices like the tape on a VCR or camcorder. + mirrors://sourceforge/libavc1394/libavc1394-0.5.4.tar.gz - meson - glib2-devel - python3-pygobject3-devel - gstreamer-devel - python3-devel - gst-plugins-base-devel + libraw1394-devel - programming/language/python3/gst-python3/pspec.xml + + libavc1394-0.5.3-librom.patch + + hardware/firewire/libavc1394/pspec.xml - gst-python3 + libavc1394 - glib2 - python3 - gstreamer - gst-plugins-base + libraw1394 + /usr/bin /usr/lib + /usr/share/man /usr/share/doc - /usr/share + + + + libavc1394-devel + Development files for libavc1394 + libavc1394 için geliştirme dosyaları + + libavc1394 + libraw1394-devel + + + /usr/include + /usr/lib/pkgconfig - - 2022-06-22 - 1.20.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-11 - 1.20.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-14 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 1.18.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-18 - 1.18.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-14 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-22 - 1.16.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2019-04-24 - 1.14.2 - Version Bump + 2020-01-17 + 0.5.4 + Rebuild Pisi Linux Community admin@pisilinux.org 2018-08-03 - 1.12.4 - Version Bump + 0.5.4 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org - 2017-01-24 - 1.10.2 - Version Bump + 2017-02-17 + 0.5.4 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.10.22 + 0.5.4 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-10-21 - 0.10.22 + 2014-05-31 + 0.5.4 First release - Stefan Gronewold (groni) - groni@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - pip3 - https://pypi.python.org/pypi/pip + libraw1394 + http://www.linux1394.org/ - Pisi Linux Community - admin@pisilinux.org - - MIT - programming.language.python3 - The PyPA recommended tool for installing Python packages - Python3 paketleri yükleme aracı - The PyPA recommended tool for installing Python packages - pip3, pypa tarafından önerilen python3 modülleri yükleme aracıdır. - https://github.com/pypa/pip/archive/22.1.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/pip3/pspec.xml - - - pip3 - The PyPA recommended tool for installing Python packages - - python3 - python3-setuptools - - - /usr/bin/pip - /usr/bin/pip3* - /usr/lib/python3* - /usr/share/doc - - - - - 2022-06-03 - 22.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-20 - 21.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 21.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 20.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 20.0.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 19.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-09 - 19.0.3 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-29 - 18.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-01 - 9.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-18 - 8.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 8.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 8.1.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-30 - 8.1.2 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-28 - 8.1.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - py3game - http://www.pygame.org/ - - Blue Devil - bluedevil@sctzine.com + PisiLinux Community + admins@pisilinux.org LGPLv2.1 - library - programming.language.python3 - Python3 game library - Python3 oyun kütüphanesi - Liens (bindings) Python pour dsl et autres librairies facilitant la création de jeux. - Python bindings to sdl and other libs that facilitate game production. - Özellikle oyun programlamada kullanılan sdl ve benzeri kütüphaneler için python eklentileri içerir. - Acceso con Python a sdl y otras librerías que facilitan produccion de juegos - https://github.com/pygame/pygame/archive/2.0.1.tar.gz - - libjpeg-turbo-devel - python3-setuptools - sdl2-image-devel - sdl2-mixer-devel - portmidi-devel - freetype-devel - sdl2-ttf-devel - libpng-devel - libsdl2-devel - python3-devel - libX11-devel - - programming/language/python3/py3game/pspec.xml - - - py3game - Python3 game library - - libjpeg-turbo - sdl2-image - sdl2-mixer - freetype - portmidi - sdl2-ttf - python3 - libpng - libsdl2 - libX11 - - - /usr/lib - - - - py3game-devel - Development files for python3 game library - py3game için geliştirme dosyaları - py3game-devel, py3game için geliştirme dosyalarını içerir. - - py3game - sdl2-image-devel - sdl2-mixer-devel - sdl2-ttf-devel - - - /usr/include - /usr/share/doc/py3game/examples/* - - - - py3game-doc - Documentation files for python3 game library - - py3game - - - /usr/share/doc/py3game/README.rst - - - - - 2021-10-22 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 1.9.6 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - py3parted - https://github.com/dcantrell/pyparted - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - programming.language.python3 - Python3 bindings for parted - Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü. - pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus. - pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them. - pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir. - https://github.com/dcantrell/pyparted/archive/v3.12.0.tar.gz - - parted-devel - python3-decorator - python3-devel - python3-setuptools - - programming/language/python3/py3parted/pspec.xml - - - py3parted - Python3 bindings for parted - - python3-decorator - python3 - parted - - - /usr/lib - /usr/share/doc - - - - - 2022-06-06 - 3.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 3.11.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-11 - 3.11.6 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 3.11.4 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 3.11.3 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-04-26 - 3.11.2 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 3.11.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-15 - 3.10.7 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 3.10.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.10.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-10 - 3.10.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python-configobj - https://github.com/DiffSK/configobj - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - Simple config file reader and writer - Simple config file reader and writer - https://github.com/DiffSK/configobj/archive/refs/heads/master.zip - - python3-devel - python3-setuptools - - programming/language/python3/python-configobj/pspec.xml - - - python-configobj - - python3 - python3-six - - - /usr/lib/python3.9/site-packages - /usr/share/doc/python-configobj - - - - - 2022-01-09 - 5.0.6 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-discid - https://python-discid.readthedocs.org/ - - Kamil Atlı - suvari@pisilinux.org - - LGPL3 - library - programming.language.python3 - Python binding of MusicBrainz libdiscid - MusicBrainz libdiscid'in Python bağlanması - The main purpose is the calculation of an identifier for audio discs (Disc ID) to use for the MusicBrainz database. Additionally the disc MCN and track ISRCs can be extracted. - Temel amaç, MusicBrainz veritabanı için kullanılacak ses diskleri (Disk Kimliği) için bir tanımlayıcının hesaplanmasıdır. Ek olarak, disk MCN ve iz ISRC'leri çıkarılabilir. - https://github.com/JonnyJD/python-discid/archive/v1.2.0.tar.gz - - libdiscid-devel - python3-devel - - programming/language/python3/python-discid/pspec.xml - - - python-discid - Python Classes Without Boilerplate - - python3 - - - /usr/lib/python3* - /usr/share/doc/python-discid - - - - - 2021-10-24 - 1.2.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-11 - 1.2.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-docopt - https://github.com/docopt/docopt - - Kamil Atlı - suvari@pisilinux.org - - MIT - app:gui - programming.language.python3 - Pythonic argument parser, that will make you smile - docopt güzel komut satırı arayüzleri oluşturur - docopt crée de belles interfaces de ligne de commande - docopt creates beautiful command-line interfaces - docopt güzel komut satırı arayüzleri oluşturur - https://github.com/docopt/docopt/archive/refs/tags/0.6.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python-docopt/pspec.xml - - - python-docopt - - python3 - - - /usr/bin - /usr/lib/python3* - /usr/share/locale - /usr/share/doc/python-docopt - - - - - 2021-10-28 - 0.6.2 - Rebuild - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2021-09-25 - 0.6.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-jsonpatch - https://github.com/stefankoegl/python-json-patch - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - An implementation of the JSON Patch format - An implementation of the JSON Patch format - https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v1.32.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python-jsonpatch/pspec.xml - - - python-jsonpatch - - python3 - python3-six - - - /usr/bin - /usr/lib/python3.9/site-packages - /usr/share/doc/python-jsonpatch - - - - - 2022-01-09 - 1.32 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-jsonschema - https://pypi.python.org/pypi/jsonschema - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - An implementation of JSON Schema validation for Python - An implementation of JSON Schema validation for Python - http://repository.timesys.com/buildsources/p/python-jsonschema/python-jsonschema-3.2.0/jsonschema-3.2.0.tar.gz - - python3-devel - python3-setuptools-scm - - programming/language/python3/python-jsonschema/pspec.xml - - - python-jsonschema - - python3 - python3-idna - python3-setuptools - python3-pyrsistent - python3-importlib_metadata - python3-attrs - - - /usr/bin - /usr/lib/python3.9/site-packages - /usr/share/doc/python-jsonschema - - - - - 2022-01-09 - 3.2.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-keyutils - https://github.com/sassoftware/python-keyutils - - Kamil Atlı - suvari@pisilinux.org - - Apache - library - programming.language.python3 - A set of python bindings for keyutils - Keyutils için bir dizi python bağlayıcısı - Un ensemble de liaisons python pour keyutils - A set of python bindings for keyutils - Keyutils için bir dizi python bağlayıcısı - https://github.com/sassoftware/python-keyutils/archive/refs/tags/0.6.tar.gz - - pip3 - keyutils - python3-devel - python3-wheel - python3-setuptools - - programming/language/python3/python-keyutils/pspec.xml - - - python-keyutils - - python3 - keyutils - python3-wheel - - - /usr/lib/python3* - /usr/share/doc/python-keyutils - - - - - 2021-10-27 - 0.6 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-09-25 - 0.6 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-netifaces - https://alastairs-place.net/netifaces/ - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - Portable module to access network interface information in Python - Portable module to access network interface information in Python - https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73/netifaces-0.11.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python-netifaces/pspec.xml - - - python-netifaces - - python3 - - - /usr/lib/python3.9/site-packages - /usr/share/doc/python-netifaces - - - - - 2022-01-09 - 0.11.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-oauthlib - https://python-oauthlib.io - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. - https://files.pythonhosted.org/packages/9e/84/001a3f8d9680f3b26d5e7711e13d5ff92e4b511766a72ac6b4a4e5f06796/oauthlib-3.1.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python-oauthlib/pspec.xml - - - python-oauthlib - - python3 - python3-cryptography - - - /usr/lib/python3.9/site-packages - /usr/share/doc/python-oauthlib - - - - - 2022-01-09 - 3.1.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python-setproctitle - https://github.com/dvarrazzo/py-setproctitle - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.language.python3 - Allows a python process to change its process title - Allows a python process to change its process title - https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python-setproctitle/pspec.xml - - - python-setproctitle - - python3 - - - /usr/share/doc/python-setproctitle - /usr/lib/python3.9/site-packages - - - - - 2022-01-09 - 1.2.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python3-aiml - https://github.com/ArtificialIntelligenceToolkit/aiml - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - aiml implements an interpreter for AIML - aiml implements an interpreter for AIML - aiml implements an interpreter for AIML, the Artificial Intelligence Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation. It can be used to implement a conversational AI program. - aiml implements an interpreter for AIML, the Artificial Intelligence Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation. It can be used to implement a conversational AI program. - https://github.com/paulovn/python-aiml/archive/0.9.3.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-aiml/pspec.xml - - - python3-aiml - aiml implements an interpreter for AIML - - python3 - - - /usr/bin* - /usr/lib/python3* - /usr/share/doc/python3-aiml - - - - - 2022-01-23 - 0.9.3 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-aiofiles - https://github.com/Tinche/aiofiles - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - File support for asyncio. - Asyncio için dosya desteği - aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications. - python3-aiofiles, asyncio uygulamalarında yerel disk işlemlerini yönetebilen python ile yazılmış Apache lisanslı python kitaplığıdır. - https://files.pythonhosted.org/packages/06/f0/af90f3fb4066b0707b6a5af3ffd5fd9b3809bbb52f0153a3c7550e594de3/aiofiles-0.7.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-aiofiles/pspec.xml - - - python3-aiofiles - File support for asyncio. - - python3 - - - /usr/share/doc/python3-aiofiles - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 0.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 0.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 0.4.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-alembic - https://bitbucket.org/zzzeek/alembic - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A database migration tool for SQLAlchemy. - SQLAlchemy için bir veritabanı göç aracı. - Alembic is a database migrations tool written by the author of SQLAlchemy. - python3-alembic, SQLAlchemy için bir veritabanı göç aracı olan python kitaplığı sağlar. - https://pypi.org/packages/source/a/alembic/alembic-1.7.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-alembic/pspec.xml - - - python3-alembic - A database migration tool for SQLAlchemy. - - python3-setuptools - python3-sqlalchemy - python3-dateutil - python3-editor - python3-mako - python3 - - - /usr/share/doc/python3-alembic - /usr/bin/alembic - /usr/lib/python3* - - - - - 2021-10-28 - 1.7.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 1.4.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 1.4.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 1.4.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-anytree - https://github.com/c0fec0de/anytree - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Powerful and Lightweight Python Tree Data Structure - AnyTree için Python bağlayıcıları. - Simple, lightweight and extensible Tree data structure. - python3-anytree, anytree için Python bağlayıcılarını içerir. - https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz - - python3-setuptools - python3-devel - python3-six - - programming/language/python3/python3-anytree/pspec.xml - - - python3-anytree - Powerful and Lightweight Python Tree Data Structure - - python3-six - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-anytree - - - - - 2021-10-22 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 2.8.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-23 - 2.8.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 2.7.3 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - python3-appdirs - https://github.com/ActiveState/appdirs - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". - Platforma özel dizin belirleyebilen küçük bir python3 kitaplığı. - What directory should your app use for storing user data? This small Python module is for determining appropriate platform-specific dirs, e.g. a "user data dir". - python3-appdirs, yazdığınız uygulama kullanıcı verisini nerede saklamalı sorusuna yanıt vermeye çalışan küçük bir python3 kitaplığıdır. - https://pypi.org/packages/source/a/appdirs/appdirs-1.4.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-appdirs/pspec.xml - - - python3-appdirs - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". - - python3 - - - /usr/share/doc/python3-appdirs - /usr/lib/python3* - - - - - 2021-10-28 - 1.4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 1.4.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 1.4.3 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-argparse - https://pypi.python.org/pypi/argparse - - Alihan Öztürk - alihan@pisilinux.org - - apache - app:console - programming.language.python3 - Python command-line parsing library - Python için komut satırı çözümleme kitaplığı - The argparse module makes it easy to write user friendly command line interfaces. - python3-argparse, Python için komut satırı çözümleme kitaplığı sunar. - https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-argparse/pspec.xml - - - python3-argparse - Python command-line parsing library - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-argparse - - - - - 2021-10-22 - 1.4.0 - Rebuild py3.9. - Pisi Linux Community - admin@pisilinux.org - - - 2019-12-30 - 1.4.0 - Rebuilt w/ py3.8 and clean. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 1.4.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-01 - 1.4.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.4.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-astroid - https://github.com/PyCQA/astroid - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Useful miscellaneous modules used by Logilab projects. - Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller. - python3-astrid provides a common base representation of python source code. It is currently the library powering pylint’s capabilities. - python3-astroid, Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller içerir. Pylınt yeteneklerini artırır. - https://github.com/PyCQA/astroid/archive/refs/tags/v2.8.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-astroid/pspec.xml - - - python3-astroid - Useful miscellaneous modules used by Logilab projects. - - python3 - python3-six - python3-wrapt - python3-setuptools - python3-lazy-object-proxy - - - /usr/share/doc/ - /usr/lib/python3* - - - python3-logilab-astng - - - python3-logilab-astng - - - - - 2021-10-13 - 2.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 2.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 2.4.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-atomicwrites - https://github.com/untitaker/python-atomicwrites - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Powerful Python library for atomic file writes. - Atomik dosya yazma için çok güçlü python kitaplığı. - python3-atomicwrites provides powerful Python library for atomic file writes. - python3-atomicwrites, atomik dosya yazma için çok güçlü python kitaplığı sunar. - https://github.com/untitaker/python-atomicwrites/archive/1.4.0.tar.gz - - python3-setuptools - python3-devel - python3-pytest - python3-iniconfig - - programming/language/python3/python3-atomicwrites/pspec.xml - - - python3-atomicwrites - Powerful Python library for atomic file writes. - - python3 - - - /usr/share/doc/python3-atomicwrites - /usr/lib/python3* - - - - - 2021-10-28 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 1.3.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-attrs - https://www.attrs.org/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python Classes Without Boilerplate - Şablonsuz python sınıfları. - attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). - python3-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar. - https://files.pythonhosted.org/packages/ed/d6/3ebca4ca65157c12bd08a63e20ac0bdc21ac7f3694040711f9fd073c0ffb/attrs-21.2.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-attrs/pspec.xml - - - python3-attrs - Python Classes Without Boilerplate - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-attrs - - - - - 2021-10-22 - 21.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 21.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 3020-09-23 - 20.2.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-13 - 19.3.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-Babel - https://babel.pocoo.org - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - A collection of tools for internationalizing Python applications - Python uygulamalarını uluslararasılaştırmak için bir takım koleksiyonu - Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. - Babel temelde iki parçadan oluşur: 1) gettext mesaj kataloglarıyla çalışmak ve onları derlemek için araçlar 2) CLDR(Common Locale Data Repository), Genel Yerel Veri Deposuna, çeşitli yerel gösterim isimlerine ulaşımı sağlamak, yerelleştirilmiş numara ve tarih biçimlerini desteklemek gibi özellikler sağlayan bir python arayüzü. - https://github.com/python-babel/babel/archive/v2.9.1.tar.gz - https://www.unicode.org/Public/cldr/37/core.zip - - python3-setuptools - python3-devel - python3-pytz - - programming/language/python3/python3-Babel/pspec.xml - - - python3-Babel - A collection of tools for internationalizing Python applications - - python3-pytz - python3 - - - /usr/share/doc/python3-Babel - /usr/lib/python3* - /usr/bin - - - - - 2021-10-22 - 2.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-23 - 2.8.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 2.7.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-28 - 2.6.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python3-backports-ssl-match-hostname - https://pypi.python.org/pypi/backports.ssl_match_hostname - - Alihan Öztürk - alihan@pisilinux.org - - PSF-2.2 - library - programming.language.python3 - The ssl.match_hostname() function from Python 3.7 - Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı - The ssl.match_hostname() function from Python 3.7 - python3-backports-ssl-match-hostname, Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar. - https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml - - - python3-backports-ssl-match-hostname - The ssl.match_hostname() function from Python 3.7 - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-backports-ssl-match-hostname - - - - - 2021-10-22 - 3.7.0.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-12-30 - 3.7.0.1 - Built w/ py3.8 and version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 3.5.0.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-01 - 3.5.0.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-15 - 3.4.0.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-backports.functools_lru_cache - https://github.com/jaraco/backports.functools_lru_cache - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Backport of functools.lru_cache from Python 3.3 - Python 3.3'ten functions.lru_cache modülünün backportu - Backport of functools.lru_cache from Python 3.3 as published at ActiveState. - ActiveState tarafından yayımlandığı gibi Python 3.3'teki functools.lru_cache modülünün geriye dönüklüğünü sağlayan python3 kitaplığıdır. - https://github.com/jaraco/backports.functools_lru_cache/archive/v1.6.4.tar.gz - - pip3 - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-backports.functools_lru_cache/pspec.xml - - - python3-backports.functools_lru_cache - Backport of functools.lru_cache from Python 3.3 - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-backports.functools_lru_cache - - - - - 2021-10-28 - 1.6.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 1.6.1 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-bcrypt - https://github.com/pyca/bcrypt - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Modern(-ish) password hashing for your software and your servers - Yazılımlarınız ve sunucularınız için bir parola hashi üreten python3 modülüdür. - python-bcrypt is a good password hashing for your software and your servers - python3-bcrypt, yazılımlarınız ve sunucularınız için iyi bir parola hashi üretecisidir. - https://github.com/pyca/bcrypt/archive/3.2.0.tar.gz - - python3-setuptools - python3-devel - pip3 - - programming/language/python3/python3-bcrypt/pspec.xml - - - python3-bcrypt - Modern(-ish) password hashing for your software and your servers - - python3-cffi - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-bcrypt - - - - - 2021-10-28 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-13 - 3.1.7 - Rebuilt and split packages - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 3.1.7 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-beaker - https://github.com/bbangert/beaker - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - A Session and Caching library with WSGI Middleware - Oturum ve önbellekleme kitaplığı - python3-beaker is a web session and general caching library that includes WSGI middleware for use in web applications. - python3-beaker, web programları için oturum ve genel önbellekleme fonksiyonlarını içeren bir kitaplıktır. - https://github.com/bbangert/beaker/archive/1.11.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-beaker/pspec.xml - - - python3-beaker - - /usr/lib/ - /usr/share/doc - - - - - 2021-10-22 - 1.11.0 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2020-01-08 - 1.11.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-08 - 1.10.1 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-28 - 1.10.0 - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - python3-beautifulsoup4 - https://www.crummy.com/software/BeautifulSoup/index.html - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - HTML/XML parser for quick-turnaround applications like screen-scraping - Ekran çıktısından ayıklama gibi uygulamalarda kolaylık sağlayan HTML/XML ayıklayıcısı - Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree. - Beautiful Soup, geçersiz SGML'leri keyfi bir şekilde ayıklar ve ayıklanmış ağaç üzerinden ilerleme ve arama işlemleri için çeşitli Python deyimleri ve metodları sağlar. - https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-4.10.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-beautifulsoup4/pspec.xml - - - python3-beautifulsoup4 - HTML/XML parser for quick-turnaround applications like screen-scraping - - python3 - python3-soupsieve - - - /usr/lib/python3* - /usr/share/doc/python3-beautifulsoup4 - - - - - 2021-10-28 - 4.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-19 - 4.9.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-08 - 4.9.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 4.8.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 4.8.1 - Rebuilt, split packages and fix dependency - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-21 - 4.8.1 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-05 - 4.4.1 - Version bump. - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2013-11-05 - 4.3.2 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-09-04 - 4.3.1 - First release - Fatih Turgel - hitaf@pisilinux.org - - - - - - python3-blinker - https://github.com/jek/blinker - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A fast Python in-process signal/event dispatching system. - Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi - Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". - python3-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar. - https://github.com/jek/blinker/archive/rel-1.4.tar.gz - - python3-setuptools - python3-devel - python3-nose - - programming/language/python3/python3-blinker/pspec.xml - - - python3-blinker - A fast Python in-process signal/event dispatching system. - - python3 - - - /usr/share/doc/python3-blinker - /usr/lib/python3* - - - - - 2021-10-25 - 1.4 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2020-02-12 - 1.4 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-bs4 - https://www.crummy.com/software/BeautifulSoup/index.html - - PisiLinux Community - admins@pisilinux.org - - custom:unknown - library - programming.language.python3 - This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. g - This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. g - The official name of PyPI’s Beautiful Soup Python package is beautifulsoup4. This package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup. - The official name of PyPI’s Beautiful Soup Python package is beautifulsoup4. This package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup. - https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.1.tar.gz - - python3-devel - python3-setuptools - python3-beautifulsoup4 - - programming/language/python3/python3-bs4/pspec.xml - - - python3-bs4 - This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-bs4 - - - - - 2022-01-23 - 0.0.1 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-build - https://github.com/pypa/build - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - A simple, correct PEP517 package builder - A simple, correct PEP517 package builder - A simple, correct PEP517 package builder - A simple, correct PEP517 package builder - https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz - - python3 - python3-setuptools - - programming/language/python3/python3-build/pspec.xml - - - python3-build - - python3 - python3-pep517 - python3-packaging - python3-setuptools - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-06-28 - 0.8.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-cairo - http://cairographics.org/pycairo - - PisiLinux Community - admins@pisilinux.org - GPLv2 library - programming.language.python3 - wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. - Python3 wrapper for cairo graphics library - Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları - Pycairo is set of Python3 bindings for the cairo graphics library. - python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. - https://github.com/pygobject/pycairo/archive/v1.20.1.tar.gz - - python3-devel - cairo-devel - - programming/language/python3/python3-cairo/pspec.xml + hardware.firewire + A library that provides direct access to the IEEE 1394 bus + IEEE 1394 veriyoluna direk erişim sağlayan bir kütüphane + IEEE 1394 est un standard définissant un bus de série très rapide. Ce bus est également appelé FireWire par Apple ou i.Link par Sony. + libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user interface. Support for both the classic ieee1394 and new firewire linux driver stacks is included. + IEEE 1394 yüksek hızlı bir seri veriyolu tanımlayan standarttır. Bu veriyolu Apple, i.Link ve Sony tarafından FireWire olarak adlandırılmıştır. Bu kütüphane IEEE 1394 veriyoluna direkt erişim sağlar. + IEEE 1394 es un estándar que define un bus serial de alta velocidad. Este bus lleva también el nombre FireWire por Apple o i.Link por Sony. + https://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz + hardware/firewire/libraw1394/pspec.xml - python3-cairo - Python3 wrapper for cairo graphics library - - python3 - cairo - + libraw1394 + /usr/bin /usr/lib /usr/share/doc + /usr/share/man - python3-cairo-devel - Development files for python3-cairo - python3-cairo için geliştirme dosyaları - python3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir. + libraw1394-devel + Development files for libraw1394 + libraw1394 için geliştirme dosyaları - python3-cairo - cairo-devel + libraw1394 /usr/include /usr/lib/pkgconfig - /usr/share/pkgconfig - - 2021-10-22 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 1.19.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 1.19.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 1.18.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2018-07-31 - 1.17.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2020-01-12 + 2.1.2 + Rebuild for new toolchain. + Idris Kalp + idriskalp@gmail.com - 2018-02-25 - 1.16.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2018-08-01 + 2.1.2 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org - 2018-01-31 - 1.15.4 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com + 2017-02-17 + 2.1.2 + Rebuild for new toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org - 2017-02-16 - 1.10.0 - Release Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2016-11-27 + 2.1.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org 2016-06-09 - 1.10.0 + 2.1.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-05-08 - 1.10.0 + 2014-05-20 + 2.1.0 First release - Alihan Öztürk - alihan@pisilinux.org + Serdar Soytetir + kaptan@pisilinux.org - python3-certifi - https://certifi.io/ - - Blue DeviL - bluedevil@sctzine.com - - MPL-2.0 - library - programming.language.python3 - Python3 package for providing Mozilla's CA Bundle - Certifi, Mozillanın sertifikalarını sağlayan python3 kitaplığıdır. - Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. - Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. - https://pypi.org/packages/source/c/certifi/certifi-2021.5.30.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-certifi/pspec.xml - - - python3-certifi - certifi module for python3 - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-certifi - - - - - 2021-10-22 - 2021.5.30 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 2020.6.20 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 2020.4.5.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-11 - 2019.11.28 - Rebuilt. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-07 - 2019.9.11 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-cffi - https://cffi.readthedocs.io/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Foreign Function Interface for Python calling C code - Python3 için C kodu çağıran dış fonksiyon arayüzü. - Foreign Function Interface for Python calling C code - python3-cffi, python3 için C kodu çağıran dış fonksiyon arayüzü sunar. - https://foss.heptapod.net/pypy/cffi/-/archive/v1.14.6/cffi-v1.14.6.tar.gz - - python3-setuptools - python3-devel - libffi-devel - - programming/language/python3/python3-cffi/pspec.xml - - - python3-cffi - Foreign Function Interface for Python calling C code - - python3-six - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-cffi - - - - - 2021-10-22 - 1.14.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 1.14.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-11 - 1.13.2 - Rebuilt and split packages - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 1.13.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-chardet - https://github.com/chardet/chardet - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app - programming.language.python3 - Chardet: The Universal Character Encoding Detector - Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) - Character encoding auto-detection in Python. As smart as your browser. Open source. - python3-chardet, python3 ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi saglayan bir python3 bağlayıcısıdır. - https://github.com/chardet/chardet/archive/4.0.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-chardet/pspec.xml - - - python3-chardet - Chardet: The Universal Character Encoding Detector - - python3 - - - /usr/bin/chardetect - /usr/lib/python3* - /usr/share/doc/python3-chardet - - - - - 2021-10-22 - 4.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 3.0.4 - Rebuilt w/ py3.8. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-29 - 3.0.4 - First release. - PisiLinux Community - admins@pisilinux.org - - - 2018-05-22 - 3.0.4 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - python3-charset-normalizer - https://pypi.org/project/charset-normalizer/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - Like Chardet. Package for encoding language detection. Charset detection - Like Chardet. Package for encoding language detection. Charset detection - Like Chardet. Package for encoding language detection. Charset detection - Like Chardet. Package for encoding language detection. Charset detection - https://files.pythonhosted.org/packages/e7/4e/2af0238001648ded297fb54ceb425ca26faa15b341b4fac5371d3938666e/charset-normalizer-2.0.4.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-charset-normalizer/pspec.xml - - - python3-charset-normalizer - - python3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-10-14 - 2.0.4 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-10-22 - 2.0.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-click - https://palletsprojects.com/p/click/ - - Blue Devil - bluedevil@sctzine.com - - BSD-3 - library - programming.language.python3 - Python3 composable command line interface toolkit - Python3 için komut satırı yaratma arayüzü - Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. - Click, python3 için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir. - https://github.com/pallets/click/archive/8.0.3.tar.gz - - python3-setuptools - python3 - - programming/language/python3/python3-click/pspec.xml - - - python3-click - Python3 composable command line interface toolkit - - python3 - - - /usr/share/doc/python3-click - /usr/lib/python3* - - - - - 2021-10-25 - 8.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 7.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 7.1.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-15 - 7.0 - Moved from contrib and rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-06 - 7.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-colorama - https://pypi.python.org/pypi/colorama - - Alihan Öztürk - alihan@pisilinux.org - - BSD - library - programming.language.python3 - Cross-platform colored terminal text. - Uçbirim metinlerini renklendirebilen python3 modülüdür. - Python API for cross-platform colored terminal text. - python-colorama, uçbirim metinlerini renklendirebilen python3 modülüdür. - https://github.com/tartley/colorama/archive/0.4.4.tar.gz - - python3-devel - - programming/language/python3/python3-colorama/pspec.xml - - - python3-colorama - Cross-platform colored terminal text. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-colorama - - - - - 2021-10-22 - 0.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 0.4.3 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-29 - 0.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-26 - 0.3.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 0.3.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 0.3.7 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-commonmark - https://pypi.org/project/commonmark/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - programming.language.python3 - Python parser for the CommonMark Markdown spec - Python parser for the CommonMark Markdown spec - CommonMark Markdown spesifikasyonu için Python ayrıştırıcısı - CommonMark Markdown spesifikasyonu için Python ayrıştırıcısı - https://files.pythonhosted.org/packages/60/48/a60f593447e8f0894ebb7f6e6c1f25dafc5e89c5879fdc9360ae93ff83f0/commonmark-0.9.1.tar.gz - - python3-devel - python3-future - python3-sphinx - python3-setuptools - - programming/language/python3/python3-commonmark/pspec.xml - - - python3-commonmark - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-25 - 0.9.1 - Rebuild - Pisi Linux Admins - admin@pisilinux.org - - - 2021-05-16 - 0.9.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-configobj - https://github.com/DiffSK/configobj - - fury - uglyside@yandex.ru - - BSD - library - programming.language.python3 - An ini file round tripper. - Ayar(ini) dosyalarını okuyup yazabilen python modülü - ConfigObj is a simple but powerful config file reader and writer. - python3-configobj, basit ama güçlü bir ayar dosyaları okuyup yazabilen bir python modülüdür. - https://files.pythonhosted.org/packages/source/c/configobj/configobj-5.0.6.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-configobj/pspec.xml - - - python3-configobj - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-11-04 - 5.0.6 - First build. - fury - uglyside@yandex.ru - - - - - - python3-contextlib2 - https://github.com/jazzband/contextlib2 - - Blue Devil - bluedevil@sctzine.com - - PSF - library - programming.language.python3 - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. - contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. - python-contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. - https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-contextlib2/pspec.xml - - - python3-contextlib2 - contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. - - python3 - - - /usr/share/doc/python3-contextlib2 - /usr/lib/python3* - - - - - 2021-10-28 - 0.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 0.6.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-cppy - https://github.com/nucleic/cppy - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - A collection of C++ headers which make it easier to write Python C extension modules. - Python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları. - A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations. - python3-cppy, python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları sunar. - https://github.com/nucleic/cppy/archive/1.1.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-cppy/pspec.xml - - - python3-cppy - A collection of C++ headers which make it easier to write Python C extension modules. - - python3 - - - /usr/share/doc/python3-cppy - /usr/lib/python3* - - - - - 2021-10-28 - 1.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-29 - 1.1.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-cryptography - https://cryptography.io/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Cryptographic recipes for Python3 - Python için kriptografik tarifler. - A package designed to expose cryptographic recipes and primitives to Python developers - python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. - https://github.com/pyca/cryptography/archive/3.1.tar.gz - - pip3 - python3-devel - openssl-devel - python3-setuptools - python3-sphinx - python3-sphinx_rtd_theme - - programming/language/python3/python3-cryptography/pspec.xml - - - python3-cryptography - Cryptographic recipes for Python3 - - python3 - python3-cffi - - - /usr/lib/python3* - /usr/share/doc/python3-cryptography/LICENSE - /usr/share/doc/python3-cryptography/README.rst - - - - python3-cryptography-docs - Documentation files for python3-cryptography - python3-cryptography için belgelendirme dosyaları - python3-cryptography-docs, python3-cryptography için belgelendirme dosyaları içerir. - - python3-cryptography - - - /usr/share/doc/python3-cryptography/html - - - - - 2021-10-28 - 3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 3.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-16 - 2.9.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 2.9.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 2.9 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-06 - 2.8 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-cups - http://cyberelk.net/tim/software/pycups + irqbalance + https://github.com/Irqbalance/irqbalance PisiLinux Community admins@pisilinux.org GPLv2 - library - programming.language.python3 - Python3 interface to the CUPS API - CUPS programlama arayüzü için Python3 desteği - python3-cups contains python3 bindings to wrap the CUPS API. - python3-cups, CUPS programlama arayüzü için Python3 bağlayıcıları içeren bir pakettir. - https://pypi.org/packages/source/p/pycups/pycups-2.0.1.tar.gz + service + hardware.cpu + Distribute hardware interrupts across processors + Donanım kesmelerini işlemciler arasında dağıtır + Daemon to balance IRQs across multiple CPUs on systems.This can lead to better performance and I/O balance on SMP systems. + Birden fazla işlemcili sistemlerde donanım kesmelerini (hardware interrupt) işlemciler arasında dağıtarak dengeleme sağlayan artalan süreci. Bu SMP (simetrik çoklu işlemcili) sistemlerde daha iyi performans ve G/Ç dengesi sağlar. + https://github.com/Irqbalance/irqbalance/archive/v1.6.0.tar.gz - cups-devel - python3-devel - - programming/language/python3/python3-cups/pspec.xml - - - python3-cups - Python3 interface to the CUPS API - - cups - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-10-13 - 2.0.1 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-13 - 2.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 2.0.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-15 - 1.9.74 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-19 - 1.9.74 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 1.9.73 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.9.73 - First Relase. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-curio - https://github.com/dabeaz/curio - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Curio - Concurrent I/O - Curio - Concurrent I/O - Eşzamanlı G/Ç - Curio is a library for performing concurrent I/O with coroutines in Python 3. - python3-curio,Curio python3 ile eşzamanlı giriş/çıkış eşrutinleri yapabileceğiniz python3 kitaplığıdır. - https://github.com/dabeaz/curio/archive/1.5.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-curio/pspec.xml - - - python3-curio - Curio - Concurrent I/O - - python3 - - - /usr/share/doc/python3-curio - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 1.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 1.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 1.0 - Ver. bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 0.9 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-cycler - https://github.com/matplotlib/cycler - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - cycler: composable cycles. - cycler: birleştirilebilir döngüler. - python3-cycler provides composable style cycles. - python3-cycler, birleştirilebilir stil döngüler içeren python kitaplığı sunar. - https://github.com/matplotlib/cycler/archive/v0.10.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-cycler/pspec.xml - - - python3-cycler - cycler: composable cycles. - - python3-six - python3 - - - /usr/share/doc/python3-cycler - /usr/lib/python3* - - - - - 2021-10-28 - 0.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 0.10.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-dbusmock - https://github.com/martinpitt/python-dbusmock - - Berk Çakar - berk2238@hotmail.com - - LGPLv3 - programming.language.python3 - Mock D-Bus objects for tests - Mock D-Bus objects for tests - https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz - - dbus-python3 - python-pygobject3 - python3-setuptools - - programming/language/python3/python3-dbusmock/pspec.xml - - - python3-dbusmock - Mock D-Bus objects for tests - - dbus-python3 - python-pygobject3 - - - /usr/lib/python3* - /usr/share/doc - - - - - 2021-08-21 - 0.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-21 - 0.23.0 - First release - Berk Çakar - berk2238@hotmail.com - - - - - - python3-decorator - https://github.com/micheles/decorator - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Python3 module to simplify the usage of decorators - Dekoratör kullanımını kolaylaştıran python modulü - python-decorator simplifies the usage of decorators for the average programmer. - python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. - https://github.com/micheles/decorator/archive/5.0.9.tar.gz - - python3-setuptools - python3-nose - - programming/language/python3/python3-decorator/pspec.xml - - - python3-decorator - Python3 module to simplify the usage of decorators - - python3 - - - /usr/share/doc/python3-decorator - /usr/lib/python3* - - - - - 2021-10-22 - 5.0.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 4.4.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-27 - 4.4.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 4.3.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 4.2.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-05 - 4.0.11 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 4.0.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-04 - 4.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python3-defusedxml - https://pypi.org/project/defusedxml/ - - Pisi Linux Admins - admin@pisilinux.org - - Python - app - programming.language.python3 - XML bomb protection for Python stdlib modules - XML bomb protection for Python stdlib modules - XML bomb protection for Python stdlib modules - XML bomb protection for Python stdlib modules - https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-defusedxml/pspec.xml - - - python3-defusedxml - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-10-28 - 0.7.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-26 - 0.7.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-distlib - https://bitbucket.org/pypa/distlib/ - - Blue Devil - bluedevil@sctzine.com - - PSF - library - programming.language.python3 - Low-level components of distutils2/packaging. - distutils2/packaging'in düşük seviye bileşenleri. - python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more. - python3-distlib, distutils2/packaging'in düşük seviye bileşenlerini içerir. - https://bitbucket.org/pypa/distlib/get/0.3.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-distlib/pspec.xml - - - python3-distlib - Low-level components of distutils2/packaging. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-distlib - - - - - 2021-10-22 - 0.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-22 - 0.3.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-03 - 0.3.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-distro - https://github.com/nir0s/distro - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2+ - app:console - programming.language.python3 - Linux Distribution - a Linux OS platform information API - Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi - Linux Distribution - a Linux OS platform information API - python3-distro, Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi olabılecek uygulama ve python kitaplığı sunarç - https://github.com/nir0s/distro/archive/v1.5.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-distro/pspec.xml - - - python3-distro - Linux Distribution - a Linux OS platform information API - - python3-setuptools - python3 - - - /usr/share/doc/python3-distro - /usr/bin/distro - /usr/lib/python3* - - - - - 2021-10-22 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 1.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-27 - 1.4.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-distutils-extra - https://launchpad.net/python-distutils-extra - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2+ - app:console - programming.language.python3 - Enhancements to the Python build system - Enhancements to the Python build system - https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-distutils-extra/pspec.xml - - - python3-distutils-extra - - python3 - - - /usr/share/doc - /usr/lib/python3* - - - - - 2021-10-22 - 2.39 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-11 - 2.39 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-23 - 2.39 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-dnspython - https://pypi.org/project/dnspython/ - - Pisi Linux Admins - admin@pisilinux.org - - ISC - app - programming.language.python3 - A DNS toolkit for Python - A DNS toolkit for Python - A DNS toolkit for Python - A DNS toolkit for Python - https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip - - python3-devel - python3-setuptools - python3-ecdsa - python3-idna - python3-pycryptodome - - programming/language/python3/python3-dnspython/pspec.xml - - - python3-dnspython - - python3 - python3-setuptools - python3-ecdsa - python3-idna - python3-pycryptodome - - - /usr/lib - /usr/share/doc - - - - - 2021-10-25 - 2.1.0 - Rebuild - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-20 - 2.1.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-docker - https://github.com/docker/docker-py - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - A Python library for the Docker Engine API. - Docker motoru apileri için python kitaplığı. - A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. - python3-docker, docker motoru apileri için python kitaplığı sunar. - https://github.com/docker/docker-py/archive/5.0.0.tar.gz - - python3-devel - python3-websocket-client - python3-setuptools - python3-requests - python3-six - - programming/language/python3/python3-docker/pspec.xml - - - python3-docker - A Python library for the Docker Engine API. - - python3 - python3-websocket-client - python3-requests - python3-six - - - /usr/lib - /usr/share/doc - - - python3-docker-py - - - - - 2021-10-22 - 5.0.0 - Rebu'ld. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 5.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 5.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 4.10 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-docker-py - https://github.com/dotcloud/docker-py - - Alihan Öztürk - alihan@pisilinux.org - - apache - app:console - programming.language.python3 - Python client for Docker. - A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc. - https://github.com/docker/docker-py/archive/1.8.1.tar.gz - - python3-devel - python3-setuptools - python3-websocket-client - python3-six - python3-requests - - programming/language/python3/python3-docker-py/pspec.xml - - - python3-docker-py - Python client for Docker. - - python3 - python3-websocket-client - python3-six - python3-requests - - - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 1.8.1 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-03-19 - 1.8.1 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-08-19 - 1.8.1 - Version Down to fix gonullu. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-04-21 - 1.8.1 - Version Down to fix gonullu. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-01 - 2.0.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.8.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.8.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-ecdsa - https://github.com/warner/python-ecdsa - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python - ECDSA implementation for Python - Python3 için ECDSA Kriptografi Uygulaması - This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. - Python3 için kolay kullanımlı, MIT lisanslı ECDSA kriptografi (Elliptic Curve Digital Signature Algorithm) modülü. Bu kitaplık ile hızlıca anahtar oluşturabilir (giriş ahahtarı ve doğrulama anahtarı), iletileri imzalayabilir ve imzalarınızı doğrulayabilirsiniz. Anahtar ile imzalar çok kısadır ve diğer protokollere bütünlleştirmek oldukça kolaydır. - https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.17.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-ecdsa/pspec.xml - - - python3-ecdsa - ECDSA module for python - - python3-six - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-ecdsa - - - - - 2021-10-25 - 0.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-23 - 0.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-21 - 0.14.1 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-01 - 0.13 - First Pisi Release, built with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - python3-editor - https://github.com/fmoo/python-editor - - Blue Devil - bluedevil@sctzine.com - - Apache2.0 - library - programming.language.python3 - Programmatically open an editor, capture the result. - Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı. - python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. - python3-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar. - https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-editor/pspec.xml - - - python3-editor - Programmatically open an editor, capture the result. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-editor - - - - - 2021-10-25 - 1.0.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 1.0.4 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-email-validator - https://github.com/JoshData/python-email-validator - - PisiLinux Community - admins@pisilinux.org - - custom - app - programming.language.python3 - A robust email syntax and deliverability validation library for Python - A robust email syntax and deliverability validation library for Python - Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı - Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı - https://github.com/JoshData/python-email-validator/archive/refs/tags/v1.1.3.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-email-validator/pspec.xml - - - python3-email-validator - - python3 - python3-idna - python3-dnspython - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 1.1.3 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-06-29 - 1.1.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-enchant - https://github.com/pyenchant/pyenchant - - Blue Devil - bluedevil@sctzine.com - - LGPLv3 - library - programming.language.python3 - Python bindings for the Enchant spellchecking system - Enchant yazım denetleyicisi için hızlı bir Python modulü - python3-enchant is an efficient Python module for Enchant spellchecker. - python3-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür. - https://github.com/pyenchant/pyenchant/archive/v3.2.2.tar.gz - - python3-devel - enchant2-devel - python3-setuptools - - programming/language/python3/python3-enchant/pspec.xml - - - python3-enchant - Python bindings for the Enchant spellchecking system - - python3 - enchant2 - - - /usr/lib/python3* - /usr/share/doc/python3-enchant - - - - - 2021-10-28 - 3.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-22 - 3.1.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 3.1.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 3.0.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-18 - 2.0.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-extras - https://github.com/testing-cabal/extras - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Extra code that should be part of the standard library but isn't. - Standart python kitaplığında olması gereken ama olmayan kodlar. - extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. - python3-extras, standart python kitaplığında olması gereken ama olmayan (testtools) kodları sağlar. - https://github.com/testing-cabal/extras/archive/1.0.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-extras/pspec.xml - - - python3-extras - Extra code that should be part of the standard library but isn't. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-extras - - - - - 2021-10-28 - 1.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-20 - 1.0.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-filelock - https://github.com/benediktschmitt/py-filelock - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A platform independent file lock for Python. - Python için platform bağımsız dosya kilidi. - python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. - python3-filelock, python için platform bağımsız dosya kilidi olan tek bir modül içerir. - https://github.com/tox-dev/py-filelock/archive/refs/tags/3.3.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-filelock/pspec.xml - - - python3-filelock - A platform independent file lock for Python. - - python3 - - - /usr/share/doc/python3-filelock - /usr/lib/python3* - - - - - 2021-10-28 - 3.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-03 - 3.0.12 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-fixtures - https://launchpad.net/python-fixtures - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Python fixtures for testing / resource management. - Test ve kaynak yöçetimi icin python fikstürleri. - python3-fixtures provides python fixtures for testing / resource management. - python3-fixtures, test ve kaynak yönetimi için python fikstürleri sağlar. - https://files.pythonhosted.org/packages/84/be/94ecbc3f2487bd14aa8b44852f498086219b7cc0c8250ee65a03e2c63119/fixtures-3.0.0.tar.gz - - python3-setuptools - python3-devel - python3-pbr - pip3 - - programming/language/python3/python3-fixtures/pspec.xml - - - python3-fixtures - Python fixtures for testing / resource management. - - python3-setuptools - python3-testtools - python3-extras - python3-pbr - python3-six - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-fixtures - - - - - 2021-10-28 - 3.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-20 - 3.0.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask - https://palletsprojects.com/p/flask/ - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - The Python micro framework for building web applications. - Ağ uygulamaları geliştirmek için python mikroçatısı. - Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. - python3-flask, hafif bir WSGI ağ uygulamaları çatısıdır. Flask çabuk ve kolayca, aynı zamanda basitten zora doğru ağ uygulamaları geliştirmek için tasarlanmıştır. - https://github.com/pallets/flask/archive/1.1.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask/pspec.xml - - - python3-flask - The Python micro framework for building web applications. - - python3-itsdangerous - python3-setuptools - python3-werkzeug - python3-Jinja2 - python3-click - python3 - - - /usr/share/doc/python3-flask - /usr/bin/flask - /usr/lib/python3* - - - - - 2021-10-25 - 1.1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 1.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-14 - 1.1.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python-py3c - https://github.com/encukou/py3c - - Kamil Atlı - suvari@pisilinux.org - - MIT - library - programming.language.python3 - py3c helps you port C extensions to Python 3 - It provides a detailed guide, and a set of macros to make porting easy and reduce boilerplate. - https://github.com/encukou/py3c/archive/v1.3.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python-py3c/pspec.xml - - - python-py3c - - python3 - - - /usr/lib/python3* - /usr/share/doc - - - - python-py3c-devel - Development files for python-py3c - - python-py3c - - - /usr/include - /usr/share/pkgconfig/py3c.pc - - - - - 2021-10-22 - 1.3.1 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2021-03-11 - 1.3.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python3-breathe - https://github.com/michaeljones/breathe - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - ReStructuredText and Sphinx bridge to Doxygen. - Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü. - python3-breathe is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output. - python3-breathe, Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü sunar. - https://github.com/michaeljones/breathe/archive/v4.31.0.tar.gz - - python3-devel - python3-sphinx - python3-setuptools - - programming/language/python3/python3-breathe/pspec.xml - - - python3-breathe - ReStructuredText and Sphinx bridge to Doxygen. - - python3 - python3-sphinx - python3-setuptools - - - /usr/share/doc/ - /usr/lib/python3* - /usr/bin/breathe-apidoc - - - - - 2021-10-26 - 4.31.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 4.22.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-dateutil - https://github.com/dateutil/dateutil - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - python3-dateutil provides powerful extensions to datetime - Python3 datetime için güçlü genişletmeler içeren python3 modülü - The dateutil module provides powerful extensions to the standard datetime module, available in Python. - python3-dateutil, Python3 standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. - https://github.com/dateutil/dateutil/archive/2.8.2.tar.gz - - python3-setuptools-scm - python3-setuptools - python3-devel - - programming/language/python3/python3-dateutil/pspec.xml - - - python3-dateutil - python3-dateutil provides powerful extensions to datetime - - python3-six - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-dateutil - - - - - 2021-10-28 - 2.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 2.8.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-babelex - https://github.com/mrjoes/flask-babelex - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - i18n and l10n support for Flask based on Babel and pytz. - Flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği. - Implements i18n and l10n support for Flask. This is fork of the official Flask-Babel extension with additional features. - python3-flask-babelex, flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği sunar. - https://github.com/mrjoes/flask-babelex/archive/0.9.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-babelex/pspec.xml - - - python3-flask-babelex - i18n and l10n support for Flask based on Babel and pytz. - - python3-speaklater - python3-Jinja2 - python3-Babel - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-babelex - - - - - 2021-10-28 - 0.9.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.9.4 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-h11 - https://pypi.org/project/h11/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 - Sadece python ile hazırlanmış, HTTP/1.1 için kendi-giriş-çıkış-uygulamanı-getir uygulaması. - This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. - python3-h11, hyper-h2'den esınlenen bu kitaplık sıfırdan yazılmış bir HTTP/1.1 kitaplığıdır. - https://files.pythonhosted.org/packages/bd/e9/72c3dc8f7dd7874812be6a6ec788ba1300bfe31570963a7e788c86280cb9/h11-0.12.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-h11/pspec.xml - - - python3-h11 - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 - - python3 - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-h11 - - - - - 2021-10-28 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 0.9.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-isodate - https://github.com/gweis/isodate/ - - fury - uglyside@yandex.ru - - BSD - library - programming.language.python3 - ISO 8601 date/time parser. - This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. - https://github.com/gweis/isodate/archive/refs/tags/0.6.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-isodate/pspec.xml - - - python3-isodate - - python3 - - - /usr/lib - /usr/share - - - - - 2022-01-18 - 0.6.1 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-28 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-18 - 0.6.0 - First build - fury - uglyside@yandex.ru - - - - - - python3-more-itertools - https://github.com/erikrose/more-itertools - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - More routines for operating on iterables, beyond itertools. - itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler - Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. - python3-more-itertools, itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler sağlar. - https://github.com/more-itertools/more-itertools/archive/refs/tags/v8.8.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-more-itertools/pspec.xml - - - python3-more-itertools - More routines for operating on iterables, beyond itertools. - - python3 - - - /usr/share/doc/python3-more-itertools - /usr/lib/python3* - - - - - 2021-08-21 - 8.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 8.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-16 - 8.3.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 8.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pluggy - https://github.com/pytest-dev/pluggy - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A minimalist production ready plugin system - Minimalist bir hazır üretim eklenti sistemi. - pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. - python3-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. - https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz - - pip3 - python3-setuptools-scm - python3-setuptools - python3-devel - - programming/language/python3/python3-pluggy/pspec.xml - - - python3-pluggy - A minimalist production ready plugin system - - python3-importlib_metadata - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pluggy - - - - - 2021-10-22 - 0.13.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 0.13.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyelftools - https://github.com/eliben/pyelftools - - Blue DeviL - bluedevil@sctzine.com - - Public Domain - library - app:console - programming.language.python3 - Python3 library for analyzing ELF files and DWARF debugging information - Python3 için pyelftools modülü - pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. - pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır. - https://github.com/eliben/pyelftools/archive/v0.27.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyelftools/pspec.xml - - - python3-pyelftools - Python3 library for analyzing ELF files and DWARF debugging information - - python3 - - - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2021-10-28 - 0.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-12 - 0.26 - First pisi release. - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pytz - https://pythonhosted.org/pytz/ - - PisiLinux Community - admins@pisilinux.org - - MIT - ZPL - library - programming.language.python3 - World Timezone Definitions for Python - Python için Dünya Saat Dilimi(World Time Zone) tanımları - python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported. - python3-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir. - https://pypi.org/packages/source/p/pytz/pytz-2021.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pytz/pspec.xml - - - python3-pytz - World Timezone Definitions for Python - - python3 - - - /usr/lib - /usr/share/doc/python3-pytz - - - - - 2021-10-22 - 2021.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 2020.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-27 - 2019.3 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-29 - 2018.4 - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - python3-simplejson - https://github.com/simplejson/simplejson - - Blue Devil - bluedevil@sctzine.com - - AFL - MIT - library - programming.language.python3 - Simple, fast, extensible JSON encoder/decoder for Python. - Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. - simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. - Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. - https://github.com/simplejson/simplejson/archive/v3.17.5.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-simplejson/pspec.xml - - - python3-simplejson - Simple, fast, extensible JSON encoder/decoder for Python. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-simplejson - - - - - 2021-10-28 - 3.17.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 3.17.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-24 - 3.17.0 - First Pisi Release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-jsmath - https://github.com/sphinx-doc/sphinxcontrib-jsmath - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which renders display math in HTML via JavaScript. - python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlar. - sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript. - python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlayan sphinx genisleme modülüdür. - https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/1.0.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml - - - python3-sphinxcontrib-jsmath - sphinxcontrib-jsmath module for python - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-sphinxcontrib-jsmath - - - - - 2021-10-22 - 1.0.1 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2019-12-30 - 1.0.1 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-validictory - https://github.com/jamesturk/validictory - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A general purpose Python3 data validator. - Python3 için genel maksatlı veri onaylama kitaplığı - python3-validictory is a general purpose Python3 data validator. - python3-validictory, Python için genel maksatlı veri onaylama kitaplığı sunar. - https://github.com/jamesturk/validictory/archive/1.1.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-validictory/pspec.xml - - - python3-validictory - A general purpose Python3 data validator. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-validictory - - - - - 2021-10-28 - 1.1.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-23 - 1.1.2 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-compress - http://pypi.python.org/pypi/Flask-Compress/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Compress responses in your Flask app. - Flask uygulamanızdaki yanıtları sıkıştırır. - Flask-Compress allows you to easily compress your Flask application's responses with gzip. - python3-flask-compress, flask uygulamanızdaki yanıtları gzip kullanarak kolayca sıkıştırmanıza olanak verir. - https://github.com/colour-science/flask-compress/archive/v1.10.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-compress/pspec.xml - - - python3-flask-compress - Compress responses in your Flask app. - - python3-brotli - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-compress - - - - - 2021-10-28 - 1.10.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 1.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-17 - 1.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-14 - 1.4.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-gravatar - https://github.com/zzzsochi/Flask-Gravatar/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Small and simple gravatar usage in Flask. - Flask için küçük ve basit gravatar kullanımı. - python3-flask-gravatar provides small and simple integration gravatar into flask. - python3-flask-gravatar, flask için küçük ve basit gravatar kullanımı sağlar. - https://github.com/zzzsochi/Flask-Gravatar/archive/v0.5.0.tar.gz - - python3-setuptools - python3-devel - pip3 - - programming/language/python3/python3-flask-gravatar/pspec.xml - - - python3-flask-gravatar - Small and simple gravatar usage in Flask. - - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-gravatar - - - - - 2021-10-28 - 0.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 0.5.0 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-login - https://github.com/maxcountryman/flask-login/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Flask user session management. - Flask için kullanıcı oturumu yönetimi. - Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.. - python3-flask-login, flask için kullanıcı oturumu yönetimi kitaplığı sağlar. - https://github.com/maxcountryman/flask-login/archive/0.5.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-login/pspec.xml - - - python3-flask-login - Flask user session management. - - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-login - - - - - 2021-10-28 - 0.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 0.5.0 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-mail - https://github.com/mattupstate/flask-mail - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Flask-Mail adds SMTP mail sending to your Flask applications. - Flask uygulamalarınız için SMTP posta uygulaması. - Flask-Mail is a Flask extension providing simple email sending capabilities. - python3-flask-login, flask uygulamalarınız için SMTP posta uygulaması kitaplığı sağlar. - https://github.com/mattupstate/flask-mail/archive/0.9.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-mail/pspec.xml - - - python3-flask-mail - Flask-Mail adds SMTP mail sending to your Flask applications. - - python3-blinker - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-mail - - - - - 2021-10-28 - 0.9.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 0.9.1 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-migrate - https://github.com/miguelgrinberg/Flask-Migrate/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - SQLAlchemy database migrations for Flask applications using Alembic. - Alembic kullanarak Flask uygulamalarınız için SQLAlchemy veritabanı göç aracı. - Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command. - python3-flask-migrate, flask uygulamalarınız için alembic kullanarak sqlalchemy veritabanınızı göç ettirmenizi sağlayan betikleri sunar. - https://github.com/miguelgrinberg/Flask-Migrate/archive/v3.1.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-migrate/pspec.xml - - - python3-flask-migrate - SQLAlchemy database migrations for Flask applications using Alembic. - - python3-alembic - python3-flask - python3 - - - /usr/share/doc/python3-flask-migrate - /usr/lib/python3* - - - - - 2021-10-28 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 3.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-18 - 2.5.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-19 - 2.5.2 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-paranoid - https://github.com/miguelgrinberg/flask-paranoid/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Simple user session protection. - Basit kullanıcı oturumu koruması. - python3-flask-paranoid provides simple user session protection. - python3-flask-paranoid, flask uygulamalarınız basit kullanıcı oturumu koruması kitaplığı sağlar. - https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-paranoid/pspec.xml - - - python3-flask-paranoid - Simple user session protection. - - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-paranoid - - - - - 2021-10-22 - 0.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 0.2 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-principal - https://github.com/mattupstate/flask-principal - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Identity management for Flask applications. - Flask uygulamaları için kimlik yönetim sistemi. - python3-flask-principal provides identity management for Flask applications. - python3-flask-principal, flask uygulamalarınız için kimlik yönetim sistemi sağlar. - https://github.com/mattupstate/flask-principal/archive/0.4.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-principal/pspec.xml - - - python3-flask-principal - Identity management for Flask applications. - - python3-blinker - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-principal - - - - - 2021-10-22 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 0.4.0 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-script - https://github.com/smurfix/flask-script - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Flask extension to help writing external scripts for Flask applications. - Flask uygulamalarınız için harici betikler geliştirmenizi/yazmanızı sağlayan flask eklentisi. - A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands. - python3-flask-script, flask uygulamalarınız için harici betikler geliştirmenizi/yazmanızı sağlayan flask eklentisi sağlar. - https://github.com/smurfix/flask-script/archive/v2.0.6.tar.gz - - python3-setuptools - python3-devel - - - Usingflask_scriptEverywhereInsteadOfflask.ext.script.patch - - programming/language/python3/python3-flask-script/pspec.xml - - - python3-flask-script - Flask extension to help writing external scripts for Flask applications. - - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-script - - - - - 2021-10-22 - 2.0.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 2.0.6 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-security - https://github.com/mattupstate/flask-security - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Quick and simple security for Flask applications. - Flask uygulamalarınız için hızlı ve basit güvenlik. - python3-flask-security, quickly adds security features to your Flask application. - python3-flask-security, flask uygulamalarınız için hızlı ve basit güvenlik bir şekilde güvenlik sunar. - https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz - - python3-setuptools - python3-devel - pip3 - - programming/language/python3/python3-flask-security/pspec.xml - - - python3-flask-security - Quick and simple security for Flask applications. - - python3-flask-principal - python3-flask-babelex - python3-flask-login - python3-flask-mail - python3-flask-wtf - python3-passlib - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-security - - - - - 2021-10-22 - 3.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 3.0.0 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-sqlalchemy - https://github.com/pallets/flask-sqlalchemy - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - Adds SQLAlchemy support to Flask. - Flask uygulamanıza SQLAlchemy desteği ekler. - Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. - python3-flask-sqlalchemy, flask uygulamalarınıza SQLAlchemy desteği ekler. - https://github.com/pallets/flask-sqlalchemy/archive/2.5.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-flask-sqlalchemy/pspec.xml - - - python3-flask-sqlalchemy - Adds SQLAlchemy support to Flask. - - python3 - python3-flask - python3-sqlalchemy - - - /usr/lib/python3* - /usr/share/doc/python3-flask-sqlalchemy - - - - - 2021-10-22 - 2.5.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 2.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-22 - 2.4.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2.4.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flask-wtf - https://github.com/lepture/flask-wtf/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. - CSRF, dosya yükleme ve ReCaptcha bütünleşmesi dahil Flask ve WTForms'u bütünleştiren python modülü. - Flask-Wtf provides simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. - python3-flask-wtf, CSRF, dosya yükleme ve ReCaptcha bütünlesmesi dahil Flask ve WTForms'u bütünleştiren python modülü sağlar. - https://github.com/wtforms/flask-wtf/archive/refs/tags/v0.15.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-flask-wtf/pspec.xml - - - python3-flask-wtf - Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration. - - python3-itsdangerous - python3-wtforms - python3-flask - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-flask-wtf - - - - - 2021-10-22 - 0.15.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-29 - 0.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 0.14.3 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-flit-core - https://github.com/pypa/flit - - PisiLinux Community - admins@pisilinux.org - - BSD - app - programming.language.python3 - Simplified packaging of Python modules - Simplified packaging of Python modules - Simplified packaging of Python modules - Simplified packaging of Python modules - https://github.com/pypa/flit/archive/refs/tags/3.7.1.tar.gz - - pip3 - python3-devel - python3-requests - python3-docutils - python3-setuptools - - programming/language/python3/python3-flit-core/pspec.xml - - - python3-flit-core - - python3 - python3-requests - python3-docutils - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-06-29 - 3.7.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-future - http://python-future.org/ - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Clean single-source support for Python 3 and 2 - Python3 future modülü - python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. - python3-future python2 ile python3 arasındaki kayıp uyumluluk katmanıdır. Python2 ile Python3 arasında python3 uyumlu bir kod katmanı kullanabilmenizi sağlar. - https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-future/pspec.xml - - - python3-future - Clean single-source support for Python 3 and 2 - - python3-setuptools - python3 - - - /usr/bin/futurize - /usr/bin/pasteurize - /usr/lib/python3* - /usr/share/doc/python3-future - - - - - 2021-10-25 - 0.18.2 - Rebuilt - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-13 - 0.18.2 - Rebuilt and split packages - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-20 - 0.18.2 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-22 - 0.15.2 - First Pisi Release Built with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - python3-fuzzywuzzy - https://github.com/seatgeek/fuzzywuzzy - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - library - programming.language.python3 - Fuzzy String Matching in Python. - Python3 ile sözcük karşılaştırma/bulma modülü - Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package. - python3-fuzzywuzzy Levenshtein uzaklığını kullanarak bölümler arası ayrımları hesaplayan kullanımı basit bir python3 modülüdür. - https://github.com/seatgeek/fuzzywuzzy/archive/0.18.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-fuzzywuzzy/pspec.xml - - - python3-fuzzywuzzy - Fuzzy String Matching in Python - - python3-Levenshtein - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-fuzzywuzzy - - - - - 2021-10-28 - 0.18.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 0.18.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - 2019-12-26 - 0.17.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-gtts - https://github.com/pndurette/gTTS - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - Google Text to Speech (TTS) API - Google Text to Speech (TTS) API - Module and command line utility to save spoken text to mp3 via the Google Text to Speech (TTS) API - Module and command line utility to save spoken text to mp3 via the Google Text to Speech (TTS) API - https://github.com/pndurette/gTTS/archive/v2.2.3.tar.gz - - python3-devel - python3-setuptools - python3-click - python3-requests - - programming/language/python3/python3-gtts/pspec.xml - - - python3-gtts - Google Text to Speech (TTS) API - - python3 - - - /usr/bin* - /usr/lib/python3* - /usr/share/doc/python3-gtts - - - - - 2022-01-23 - 2.2.3 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-gtts-token - https://github.com/Boudewijn26/gTTS-token - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - Google Text to Speech token - Google Text to Speech token - A python implementation of the token validation of Google Translate. - A python implementation of the token validation of Google Translate. - https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-1.1.4.tar.gz - - python3-devel - python3-setuptools - python3-requests - - programming/language/python3/python3-gtts-token/pspec.xml - - - python3-gtts-token - Google Text to Speech token - - python3 - - - /usr/bin* - /usr/lib/python3* - /usr/share/doc/python3-gtts-token - - - - - 2022-01-23 - 1.1.4 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-h2 - https://github.com/python-hyper/hyper-h2 - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - HTTP/2 State-Machine based protocol implementation - HTTP/2 Durum-Makinesi temelli protokol uygulanaması - This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. - python3-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır. - https://github.com/python-hyper/hyper-h2/archive/v4.1.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-h2/pspec.xml - - - python3-h2 - HTTP/2 State-Machine based protocol implementation - - python3 - python3-hpack - python3-hyperframe - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-h2 - - - - - 2021-10-28 - 4.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-23 - 4.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 3.2.0 - Ver. bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 3.1.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-hpack - https://github.com/python-hyper/hpack - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - HTTP/2 Header Encoding for Python. - Python için HTTP/2 başlık kodlaması. - This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. - python3-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar. - https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-hpack/pspec.xml - - - python3-hpack - HTTP/2 Header Encoding for Python. - - python3 - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-hpack - - - - - 2021-10-28 - 4.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-23 - 4.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 3.0.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-hstspreload - https://github.com/sethmlarson/hstspreload - - Blue Devil - bluedevil@sctzine.com - - BSD3 - library - programming.language.python3 - Chromium HSTS Preload list as a Python package and updated daily. - Chromium HSTS Preload listesi python paketi gibi günlük güncellenir. - Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS. - python3-hstspreload, "in_hsts_preload()" adında tek bir yordam sağlar. Bu yordam IDNA-kodlanmış alanı alır ve HTTPS ile erişilip erişilmeme durumuna göre doğru/yanlış bilgisi döndürür. - https://github.com/sethmlarson/hstspreload/archive/2021.10.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-hstspreload/pspec.xml - - - python3-hstspreload - Chromium HSTS Preload list as a Python package and updated daily. - - python3 - - - /usr/share/man - /usr/lib/python3* - /usr/share/doc/python3-hstspreload - - - - - 2021-10-28 - 2021.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 2020.8.25 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 2020.4.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 2020.4.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 2020.3.25 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-18 - 2020.3.17 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 2020.3.4 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-22 - 2020.2.21 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 2020.2.20 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2020.2.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 2020.2.5 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 2020.1.22 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 2020.1.15 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-html5lib - https://github.com/html5lib/html5lib-python - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Standards-compliant library for parsing and serializing HTML documents and fragments in Python - Python ile HTML belgeleri ve parçalerinin çözümleyebilen standart-uyumlu kitaplik. - python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. - python3-html5lib python ile yazilmis HTML cozumleme kitapligidir. Neredeyse tum buyun ag gozaticilari tarafindan kullanilan, WHATWG HTML ile belirlenen ozelliklere uymak uzere tasarlanmistir. - https://github.com/html5lib/html5lib-python/archive/1.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-html5lib/pspec.xml - - - python3-html5lib - Standards-compliant library for parsing and serializing HTML documents and fragments in Python - - python3 - python3-six - python3-webencodings - - - /usr/lib/python3* - /usr/share/doc/python3-html5lib - - - - - 2021-10-22 - 1.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2020-07-22 - 1.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 1.0.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-httpcore - https://github.com/encode/httpcore - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - A minimal HTTP client. - Minimal bir HTTP istemcisi - The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests. - python3-httpcore, python3 için minimal düşük seviyeli bir HTTP istemcisidir. Sadece HTTP istekleri gönderir. - https://github.com/encode/httpcore/archive/0.13.7.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-httpcore/pspec.xml - - - python3-httpcore - The next generation HTTP client. - - python3 - python3-h2 - python3-h11 - python3-sniffio - - - /usr/lib/python3* - /usr/share/doc/python3-httpcore - - - - - 2021-10-28 - 0.13.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 0.10.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 0.9.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-httptools - https://github.com/MagicStack/httptools - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A collection of framework independent HTTP protocol utils. - Toplu Özgür HTTP protokol araçları - httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. - python3-httptools, nodejs HTTP çözümleyicisi için python3 bağlayıcılarını içerir. - https://github.com/MagicStack/httptools/archive/v0.1.1.tar.gz - https://github.com/nodejs/http-parser/archive/v2.9.3.tar.gz - - pip3 - python3-wheel - python3-setuptools - python3-devel - - programming/language/python3/python3-httptools/pspec.xml - - - python3-httptools - A collection of framework independent HTTP protocol utils. - - python3 - - - /usr/share/doc/python3-httptools - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 0.1.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 0.1.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 0.1.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 0.0.13 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-httpx - https://github.com/encode/httpx - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - The next generation HTTP client. - Gelecek nesil HTTP istemcisi - HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. - python3-httpx, tam donanımlı python3 için HTTP istemcisidir. Asenkron APIler sunar ve hem HTT11/1'i hem de http/2'yi destekler. - https://github.com/encode/httpx/archive/0.20.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-httpx/pspec.xml - - - python3-httpx - The next generation HTTP client. - - python3 - python3-certifi - python3-chardet - python3-rfc3986 - python3-sniffio - python3-urllib3 - python3-httpcore - python3-hstspreload - - - /usr/bin/httpx - /usr/share/man - /usr/lib/python3* - /usr/share/doc/python3-httpx - - - - - 2021-10-28 - 0.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 0.14.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 0.13.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 0.12.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 0.12.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 0.11.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 0.11.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-hyperframe - https://github.com/python-hyper/hyperframe - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Pure-Python HTTP/2 framing - Pure-Python HTTP/2 çatısı. - This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. - python3-hyperframe, bu kitaplık "hyper" projelerinde kullanılmak üzere "HTTP/2" çerçeveleri içerir. İkilik bir akışı HTTP/2 çerçevelerine çözebilen python kod tabanı sunar. - https://github.com/python-hyper/hyperframe/archive/v6.0.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-hyperframe/pspec.xml - - - python3-hyperframe - Pure-Python HTTP/2 framing - - python3 - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-hyperframe - - - - - 2021-10-28 - 6.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-23 - 6.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 5.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-idle - https://www.python.org/ - - PisiLinux Community - admins@pisilinux.org - - custom - programming.language - An Integrated Development Environment for Python - An Integrated Development Environment for Python - https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tar.xz - - bzip2 - xz-devel - tcl-devel - gdbm-devel - zlib-devel - tcltk-devel - expat-devel - libffi-devel - sqlite-devel - python3-devel + numactl-devel + glib2-devel + libcap-ng-devel ncurses-devel - openssl-devel - readline-devel - mpdecimal-devel - programming/language/python3/python3-idle/pspec.xml + hardware/cpu/irqbalance/pspec.xml - python3-tk - Python modules for Tk - library - programming.language.python3 - python + irqbalance - tcl - tcltk - python3 - - - /usr/lib/python3*/tkinter - /usr/lib/python3.9/turtledemo - /usr/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so - - - - idle3 - An Integrated Development Environment for Python - Python için bütünleşik geliştirme ortamı - idle3, Python için bütünleşik geliştirme ortamı sunar. - app:gui - programming.environment - idle - - python3 - python3-tk - - - /usr/share/pixmaps - /usr/bin/idle3* - /usr/share/applications - /usr/lib/python*/idlelib - - - idle.desktop - - - - - 2022-06-11 - 3.9.13 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-12-14 - 3.9.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 3.9.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-20 - 3.8.9 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-08-30 - 3.8.5 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-07-22 - 3.8.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-28 - 3.8.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-10 - 3.8.0 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - python3-idna - https://github.com/kjd/idna - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Internationalized Domain Names in Applications (IDNA) - IDNA protokolünü desktekleyen python kitaplığıdır. - Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. - RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. - https://github.com/kjd/idna/archive/v3.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-idna/pspec.xml - - - python3-idna - Internationalized Domain Names in Applications (IDNA) - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-idna - - - - - 2021-10-22 - 3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-22 - 2.10 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2.9 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-24 - 2.8 - Version bump and built w/ py3.8 - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-15 - 2.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-22 - 2.6 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - python3-ifaddr - https://github.com/pydron/ifaddr - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python3 Library to enumerate all network interfaces. - Sistemdeki tüm ağ kartlarının IP addreslerini numaralandırıp sıralayabilen bir python3 kitaplığıdır. - python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer. - python3-ifaddr, bilgisayarınızda bulunan tüm ağ kartlarının ip adreslerini döndürebilen bir python3 kitaplığıdır. - https://github.com/pydron/ifaddr/archive/0.1.7.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-ifaddr/pspec.xml - - - python3-ifaddr - Python3 Library to enumerate all network interfaces. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-ifaddr - - - - - 2020-07-21 - 0.1.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.1.7 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-25 - 0.1.6 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-imagesize - https://github.com/shibukawa/imagesize_py - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Getting image size from png/jpeg/jpeg2000/gif file. - Png / jpeg / jpeg2000 / gif dosyasından görüntü boyutu elde etme. - This module analyzes jpeg/jpeg2000/png/gif image header and return image size. - Bu modül jpeg / jpeg2000 / png / gif resim başlığını ve dönüş resim boyutunu analiz eder. - https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-imagesize/pspec.xml - - - python3-imagesize - Getting image size from png/jpeg/jpeg2000/gif file. - - python3 - - - /usr/bin - /usr/lib/python3* - /usr/share/doc/python3-imagesize - - - - - 2021-10-22 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-30 - 1.2.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-28 - 1.0.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python3-imdbpy - https://imdbpy.sourceforge.io/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app - programming.language.python3 - Python bindings for the Internet Movie Database (IMDb) - Python bindings for the Internet Movie Database (IMDb) - Python bindings for the Internet Movie Database (IMDb) - Python bindings for the Internet Movie Database (IMDb) - https://github.com/alberanid/imdbpy/archive/refs/tags/2021.04.18.tar.gz - - python3-devel - python3-lxml - python3-pytest - python3-setuptools - - programming/language/python3/python3-imdbpy/pspec.xml - - - python3-imdbpy - - python3 - python3-lxml - python3-pytest - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 2021.04.18 - Rebuild - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-25 - 2021.04.18 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-importlib_metadata - https://gitlab.com/python-devs/importlib_metadata - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - importlib_metadata is a library to access the metadata for a Python package. - Python paketlerinin metaverisine erişmek için python kitaplığı - importlib_metadata is a library to access the metadata for a Python package. - python3-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar. - https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz - - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-importlib_metadata/pspec.xml - - - python3-importlib_metadata - Python development support library (note: maintenance only) - - python3 - python3-zipp - - - /usr/lib/python3* - /usr/share/doc/python3-importlib_metadata - - - - - 2021-10-22 - 2.0.0 - Rebuild - Pisi Linux Admins - admin@pisilinux.org - - - 2020-09-23 - 2.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-07-21 - 1.7.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 1.6.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.5.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 1.5.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-importlib_resources - https://gitlab.com/python-devs/importlib_resources - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Design and implementation for a planned importlib.resources - Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. - The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. - python3-importlib_resources, Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı sunar. Ana amacı pkg_resources madülünün yerini almaktır. - https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz - - pip3 - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-importlib_resources/pspec.xml - - - python3-importlib_resources - Design and implementation for a planned importlib.resources - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-importlib_resources - - - - - 2021-10-28 - 3.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-22 - 3.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 1.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 8020-03-18 - 1.3.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-iniconfig - https://pypi.org/project/iniconfig/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - brain-dead simple config-ini parsing - brain-dead simple config-ini parsing - brain-dead simple config-ini parsing - brain-dead simple config-ini parsing - https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz - - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-iniconfig/pspec.xml - - - python3-iniconfig - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 1.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.1.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-ipaddress - https://github.com/phihag/ipaddress - - Blue DeviL - bluedevil@sctzine.com - - PSFL - library - programming.language.python3 - Python 3.3+'s ipaddress for older Python versions - Python3.2 ve daha düşük sürümler için ipaddress modülü - python-ipaddress ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. This module is a backport for python 2.7 and python versions up to 3.2. - python-ipaddress modülü Python3.3 ile gelen ipaddress modülünün python 2.7 ve python 3.2'ye kadar olan sürümlerinde de çalışmasını sağlar. - https://github.com/phihag/ipaddress/archive/v1.0.23.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-ipaddress/pspec.xml - - - python3-ipaddress - ipaddress module for python3.2- - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-08-21 - 1.0.23 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-25 - 1.0.23 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-isort - https://github.com/PyCQA/isort - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A Python utility / library to sort imports. - Python importlarını sıralamak için python kitaplık ve araçları. - python3-isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. - python3-isort, python importlarını sıralamak için python kitaplık ve araçları sağlar. - https://pypi.org/packages/source/i/isort/isort-5.9.3.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-isort/pspec.xml - - - python3-isort - A Python utility / library to sort imports. - - python3 - python3-setuptools - - - /usr/share/doc/ - /usr/lib/python3* - /usr/bin/isort - /usr/bin/isort-identify-imports - - - - - 2021-10-13 - 5.9.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 5.9.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 5.5.3 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-itsdangerous - https://palletsprojects.com/p/itsdangerous/ - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - Safely pass trusted data to untrusted environments and back. - Güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiir. - python3-itsdangerous provides safely pass trusted data to untrusted environments and back. - python3-itsdangerous,güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiren python kitaplığı sunar. - https://github.com/pallets/itsdangerous/archive/2.0.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-itsdangerous/pspec.xml - - - python3-itsdangerous - Safely pass trusted data to untrusted environments and back. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-itsdangerous - - - - - 2021-10-25 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-13 - 1.1.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-jedi - https://github.com/davidhalter/jedi - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Awesome autocompletion and static analysis library for python. - Python için otomatik tamamlama ve durağan çözümleme kitaplığı. - Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level. - python3-jedi, python için otomatik tamamlama ve durağan çözümleme kitaplığı sunar. - https://github.com/davidhalter/jedi/archive/v0.18.0.tar.gz - https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz - https://github.com/davidhalter/django-stubs/archive/refs/tags/1.7.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-jedi/pspec.xml - - - python3-jedi - Awesome autocompletion and static analysis library for python. - - python3 - python3-parso - - - /usr/lib/python3* - /usr/share/doc/python3-jedi - - - - - 2021-08-21 - 0.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.17.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 0.17.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-06 - 0.16.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-Jinja2 - https://palletsprojects.com/p/jinja/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - programming.language.python3 - A small but fast and easy to use stand-alone template engine written in pure python - Küçük, hızlı ve kullanımı kolay, sadece python ile yazılmış bir bağımsız şablon üreteci - Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. - Jinja2, sadece python ile yazılmış bir şablon üreteci olan Jinja'nın yeniden yazılmış bir versiyonudur. Django benzeri XML-olmayan bir sözdizimi sağlar ve şablonları derleyip çalıştırılabilir python programları haline getirir. Temel olarak Django şablonları ve python kodunun birleşimi bir programdır. - https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-3.0.3.tar.gz - - python3-MarkupSafe - python3-setuptools - python3-devel - python3-pytest - python3-sphinxcontrib-log-cabinet - python3-pallets-sphinx-themes - python3-sphinx-issues - python3-sphinx - python3-charset-normalizer - - programming/language/python3/python3-Jinja2/pspec.xml - - - python3-Jinja2 - A small but fast and easy to use stand-alone template engine written in pure python - - python3-MarkupSafe - python3 - - - /usr/share/doc/python3-Jinja2/LICENSE.rst - /usr/share/doc/python3-Jinja2/README.rst - /usr/share/doc/python3-Jinja2/PKG-INFO - /usr/lib/python3* - - - - python3-Jinja2-docs - Documentation files for python3-Jinja2 - python3-Jinja2 için belgelendirme dosyaları - python3-Jinja2-docs, python3-Jinja2 için belgelendirme dosyaları içerir. - - /usr/share/doc/python3-Jinja2/html - - - - - 2021-11-11 - 3.0.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 3.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 2.11.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 2.11.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-29 - 2.11.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 2.10.3 - Rebuilt w/ py3.8 and clean. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-04 - 2.10.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-28 - 2.10 - First release. - Pisi Linux Community - admin@pisilinux.org - - - - - - python3-kappa - https://github.com/garnaat/kappa - - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - LGPLv2.1 - library - app:console - programming.language.python3 - A CLI tool for AWS Lambda developers - AWS Lambda geliştiricileri için komut satırı arayüzü - Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda. - python3-kappa, AWS Lambdayı güncelleme, çalıştırma, test yapmayı kolaylaştıran bir komut satırı arayüzüdür. - https://pypi.python.org/packages/9e/67/c064a0b48f3aaee38aa810e09e6c3c97857e9c9a69cb2e6f79da650ec054/kappa-0.7.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-kappa/pspec.xml - - - python3-kappa - A CLI tool for AWS Lambda developers - - python3 - - - /usr/lib - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2021-10-28 - 0.7.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 0.7.0 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 0.7.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-15 - 0.7.0 - First Release - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - - - - - python3-kiwisolver - https://github.com/nucleic/kiwi - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Efficient C++ implementation of the Cassowary constraint solving algorithm. - Python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı. - Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. - python3-kiwisolver, python3 için Cassowary kısıtı hesaplama uygulaması kitaplığı sunar. - https://github.com/nucleic/kiwi/archive/1.3.2.tar.gz - - python3-setuptools - python3-devel - python3-cppy - - programming/language/python3/python3-kiwisolver/pspec.xml - - - python3-kiwisolver - Efficient C++ implementation of the Cassowary constraint solving algorithm. - - python3 - - - /usr/share/doc/python3-kiwisolver - /usr/lib/python3* - - - - - 2021-10-28 - 1.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 1.2.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-03 - 1.1.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-lazy-object-proxy - https://github.com/ionelmc/python-lazy-object-proxy - - Blue Devil - bluedevil@sctzine.com - - BSDv2 - library - programming.language.python3 - A fast and thorough lazy object proxy. - Hızlı ve esaslı tembel proxy nesnesi. - python3-lazy-object-proxy provides a fast and thorough lazy object proxy. - python3-lazy-object-proxy, hızlı ve esaslı tembel proxy nesnesi sunar. - https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.6.0.tar.gz - - pip3 - python3-devel - python3-setuptools - - programming/language/python3/python3-lazy-object-proxy/pspec.xml - - - python3-lazy-object-proxy - A fast and thorough lazy object proxy. - - python3 - python3-setuptools - - - /usr/share/doc/ - /usr/lib/python3* - - - - - 2021-10-13 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 1.5.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-Levenshtein - https://pypi.org/project/python-Levenshtein/ - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - library - programming.language.python - Python extension for computing string edit distances and similarities - Sözcük katarı düzenleme uzaklıkları ve benzerliklerini çok hızlı işleyebilen bir pyton kitaplığıdır. - The Levenshtein Python C extension module contains functions for fast computation of: Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity.It supports both normal and Unicode strings. - Levenshtein Python kitaplığı, Levenshtein (düzenleme) uzaklığı ve düzenleme işlemleri, sözcük katarı benzerlikleri, genel olarak söz dizisi ortalaması ve sözcük sırası gibi konuları hızlıca işleyebilen bir python kitaplığıdır. - https://files.pythonhosted.org/packages/2a/dc/97f2b63ef0fa1fd78dcb7195aca577804f6b2b51e712516cc0e902a9a201/python-Levenshtein-0.12.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-Levenshtein/pspec.xml - - - python3-Levenshtein - Python extension for computing string edit distances and similarities - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-Levenshtein - - - - - 2021-10-28 - 0.12.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-23 - 0.12.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-lit - https://pypi.org/project/lit/ - - Pisi Linux Admins - admin@pisilinux.org - - Apache - app - programming.language.python3 - lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. - lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. - lit, LLVM ve Clang tarzı test takımlarını yürütmek, sonuçlarını özetlemek ve arızaların göstergesini sağlamak için taşınabilir bir araçtır. - lit, LLVM ve Clang tarzı test takımlarını yürütmek, sonuçlarını özetlemek ve arızaların göstergesini sağlamak için taşınabilir bir araçtır. - https://files.pythonhosted.org/packages/f7/fc/aba44ef618619519d4fb56e604163fd85f4b598a4fd8a105e32e4e456798/lit-13.0.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-lit/pspec.xml - - - python3-lit - - python3-devel - python3-setuptools - - - /usr/bin - /usr/lib/python* - /usr/share/doc - - - - - 2021-10-28 - 13.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 12.0.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-lxml - https://lxml.de/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - BSD - library - programming.language.python3 - The lxml XML toolkit for Python. - Zengin içerikli ve kolay kullanımlı bir kütüphane. - lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. - Python dilinde xml ve html ile çalışmak için, zengin içerikli ve kolay kullanımlı bir kütüphane. - https://github.com/lxml/lxml/archive/lxml-4.6.3.tar.gz - - cython3 - python3-devel - libxslt-devel - libxml2-devel - python3-sphinx - python3-Pygments - python3-setuptools - - programming/language/python3/python3-lxml/pspec.xml - - - python3-lxml - The lxml XML toolkit for Python. - - libxml2 - libxslt - python3 - - - /usr/lib/python3* - - - - python3-lxml-docs - API documentation of python3-lxml - python3-lxml paketine ait API belgeleri - python3-lxml-docs, python3-lxml için belgelendirme dosyalarını içerir. - - python3-lxml - - - /usr/share/doc/python3-lxml - - - - - 2021-10-22 - 4.6.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 4.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-13 - 4.6.2 - Version bump - Pisi Linux Admins - admin@pisilinux.org - - - 2020-07-21 - 4.5.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 4.5.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 4.5.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 4.4.2 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - python3-mako - https://www.makotemplates.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - library - programming.language.python3 - A python3 templating language - Python şablonlama dili - python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. - python3-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. - https://pypi.org/packages/source/m/mako/Mako-1.1.5.tar.gz - - python3-devel - python3-beaker - python3-setuptools - python3-MarkupSafe - - programming/language/python3/python3-mako/pspec.xml - - - python3-mako - A python3 templating language - - python3 - python3-beaker - python3-MarkupSafe - - - /usr/lib - /usr/share/doc - /usr/bin - - - - python3-mako-docs - Documentation files for python3-mako - python3-mako için belgelendirme dosyaları - python3-mako-docs, python3-mako için belgelendirme dosyalarını içerir. - - python3-mako - - - /usr/share/doc/*/html - /usr/share/doc/*/build - /usr/share/doc/*/examples - - - - - 2021-10-29 - 1.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 1.1.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 1.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.1.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-08 - 1.1.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-04-08 - 1.0.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-28 - 1.0.7 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - python3-markdown - https://pypi.org/project/Markdown/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - programming.language.python3 - Python implementation of John Gruber's Markdown - Python implementation of John Gruber's Markdown - Python implementation of John Gruber's Markdown - Python implementation of John Gruber's Markdown - https://files.pythonhosted.org/packages/49/02/37bd82ae255bb4dfef97a4b32d95906187b7a7a74970761fca1360c4ba22/Markdown-3.3.4.tar.gz - - python3-devel - python3-PyYAML - python3-setuptools - - programming/language/python3/python3-markdown/pspec.xml - - - python3-markdown - - python3 - python3-PyYAML - python3-setuptools - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 3.3.4 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-05-26 - 3.3.4 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-markups - https://github.com/retext-project/pymarkups - - Stefan Gronewold - groni@pisilinux.org - - BSD - library - programming.language.python3 - Wrapper around various text markups - Çesitli metin "markup"ları için sarmalayıcı python yordamları. - This module provides a wrapper around various text markup languages. - python3-markups, çesitli markup dilleri için sarmalayıcı python yordamları sunar. - https://github.com/retext-project/pymarkups/archive/3.1.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-markups/pspec.xml - - - python3-markups - Wrapper around various text markups - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 3.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 3.0.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 2.6.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-01 - 2.6.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-01 - 2.6.8 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-11-21 - 2.6.7 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - python3-MarkupSafe - https://pypi.python.org/pypi/MarkupSafe - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Implements a XML/HTML/XHTML Markup safe string for Python - XML/HTML/XHTML markup dilleri için güvenli python karakter dizeleri gerçekleştirimi - python3-MarkupSafe, implements a unicode subclass that supports HTML strings. - python3-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar. - https://files.pythonhosted.org/packages/bf/10/ff66fea6d1788c458663a84d88787bae15d45daa16f6b3ef33322a51fc7e/MarkupSafe-2.0.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-MarkupSafe/pspec.xml - - - python3-MarkupSafe - - /usr/lib/python3.* - /usr/share/doc - - - - - 2021-10-22 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 1.1.1 - Rebuild for new python - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-08 - 1.1.1 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-20 - 1.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - - - - python3-matplotlib - https://github.com/matplotlib/matplotlib - - Blue Devil - bluedevil@sctzine.com - - PSF - library - programming.language.python3 - matplotlib: plotting with Python. - matplotlib: python grafik çizim kitaplığı. - Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. - python3-matplotlib, python ile hareketli, durağan ve etkileşimli çizgeler yapılmasını sağlayan kapsamlı bir python kitaplığı sunar. - https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz - - pip3 - python3-devel - python3-numpy - freetype-devel - python3-setuptools - - programming/language/python3/python3-matplotlib/pspec.xml - - - python3-matplotlib - matplotlib: plotting with Python. - - libpng - python3 - freetype - python3-numpy - python3-cycler - python3-dateutil - python3-pyparsing - python3-kiwisolver - - - /usr/lib/python3* - /usr/share/doc/python3-matplotlib - - - - - 2021-10-28 - 3.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 3.3.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-18 - 3.2.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-05 - 3.2.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-mccabe - https://github.com/PyCQA/mccabe - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - McCabe complexity checker for Python - Python kod denetleyicisi, flake8 için bir eklenti. - python3-mccabe, provides a plugin for flake8, the Python code checker. - python3-mccabe, Python kod denetleyicisi, flake8 için bir eklenti sağlar. - https://github.com/PyCQA/mccabe/archive/0.6.1.tar.gz - - pip3 - python3-devel - python3-setuptools - - programming/language/python3/python3-mccabe/pspec.xml - - - python3-mccabe - McCabe complexity checker for Python - - python3 - - - /usr/share/doc/ - /usr/lib/python3* - - - - - 2021-10-13 - 0.6.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 0.6.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-mimeparse - https://github.com/dbtsai/python-mimeparse - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Basic functions for handling mime-types in python. - Python ile mime-türlerini işleyebilmek için python kitaplığı. - python3-mimeparse, provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. - python3-mimeparse, python ile mime-türlerini işleyebilmek için python kitaplığı sunar. - https://github.com/dbtsai/python-mimeparse/archive/1.6.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-mimeparse/pspec.xml - - - python3-mimeparse - Basic functions for handling mime-types in python. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-mimeparse - - - - - 2021-10-28 - 1.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-20 - 1.6.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-multidict - https://github.com/aio-libs/multidict - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - The multidict implementation. - Multidict uygulaması. - Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container. - python3-multidict, sözlük benzeri anahtar-değer ikilisinden oluşan ama konteynerde birden fazla aynı anahtar olmasına olanak verek python modülüdür. - https://github.com/aio-libs/multidict/archive/v5.1.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-multidict/pspec.xml - - - python3-multidict - The multidict implementation. - - python3 - - - /usr/share/doc/python3-multidict - /usr/bin - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 5.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 4.7.6 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-23 - 4.7.5 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 4.7.4 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-mutagen - https://github.com/quodlibet/mutagen - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python3 - An audio tag editing library - Müzik dosyalarının etiketlerini düzenlemek için bir python3 kitaplığı - Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. - python3-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. - https://github.com/quodlibet/mutagen/archive/release-1.45.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-mutagen/pspec.xml - - - python3-mutagen - An audio tag editing library - - python3 - - - /usr/bin/mid3cp - /usr/bin/mid3v2 - /usr/bin/moggsplit - /usr/bin/mid3iconv - /usr/bin/mutagen-pony - /usr/bin/mutagen-inspect - /usr/lib/python3* - /usr/share/man/man1/mid3cp.1 - /usr/share/man/man1/mid3v2.1 - /usr/share/man/man1/mid3iconv.1 - /usr/share/man/man1/moggsplit.1 - /usr/share/man/man1/mutagen-pony.1 - /usr/share/man/man1/mutagen-inspect.1 - /usr/share/doc/python3-mutagen - - - - - 2021-10-28 - 1.45.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 1.45.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 1.44.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 1.43.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-nose - https://readthedocs.org/docs/nose/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - programming.language.python3 - A unittest extension offering automatic test suite discovery and easy test authoring - Python için unittest genişlemesi - python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. - python3-nose alternatif test tanıtma ve keşif kitaplığı. - https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-nose/pspec.xml - - - python3-nose - A unittest extension offering automatic test suite discovery and easy test authoring - - python3 - - - /usr/share/man - /usr/bin - /usr/lib/python3* - /usr/share/doc/python3-nose - - - - - 2021-10-22 - 1.3.7 - Rebuilt. - Pisi Linux Community - admin@pisilinux.org - - - 2019-12-12 - 1.3.7 - Rebuilt. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-30 - 1.3.7 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-01 - 1.3.7 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.3.7 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-04 - 1.3.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python3-numpy - https://numpy.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - The fundamental package needed for scientific computing with Python - Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket - Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir. - Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios. - https://github.com/numpy/numpy/archive/v1.21.2.tar.gz - - cython3 - libgfortran - cblas-devel - lapack-devel - python3-nose - python3-devel - python3-setuptools - - programming/language/python3/python3-numpy/pspec.xml - - - python3-numpy - The fundamental package needed for scientific computing with Python - - blas - cblas - lapack - python3 - libquadmath - python3-setuptools - - - /usr/lib - /usr/bin - /usr/share/doc/python3-numpy/README* - /usr/share/doc/python3-numpy/LICENSE* - - - - python3-numpy-docs - Documentation files for python3-numpy - python3-numpy için belgelendirme dosyaları - python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir. - - python3-numpy - - - /usr/share/doc/python3-numpy/doc - - - - - 2021-10-22 - 1.21.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-22 - 1.19.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 1.19.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 1.18.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 1.18.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-24 - 1.18.2 - Patch version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 1.18.1 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2018-08-14 - 1.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-24 - 1.14.1 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - python3-odfpy - https://pypi.org/project/odfpy/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - programming.language.python3 - Python API and tools to manipulate OpenDocument files - Python API and tools to manipulate OpenDocument files - Python API and tools to manipulate OpenDocument files - Python API and tools to manipulate OpenDocument files - https://files.pythonhosted.org/packages/97/73/8ade73f6749177003f7ce3304f524774adda96e6aaab30ea79fd8fda7934/odfpy-1.4.1.tar.gz - - python3-devel - python3-defusedxml - python3-setuptools - - programming/language/python3/python3-odfpy/pspec.xml - - - python3-odfpy - - python3 - python3-defusedxml - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-10-28 - 1.4.1 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-04-26 - 1.4.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-olefile - https://github.com/decalage2/olefile - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Python package to parse, read and write Microsoft OLE2 files. - Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı. - python3-olefile (formerly OleFileIO_PL) is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. - python3-olefile, Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı sunar. - https://github.com/decalage2/olefile/archive/v0.46.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-olefile/pspec.xml - - - python3-olefile - Python package to parse, read and write Microsoft OLE2 files. - - python3 - - - /usr/share/doc/python3-olefile - /usr/lib/python3* - - - - - 2021-10-22 - 0.46 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 0.46 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pafy - https://github.com/mps-youtube/pafy - - Blue Devil - bluedevil@sctzine.com - - LGPLv3 - library - programming.language.python3 - Python library to download YouTube content and retrieve metadata. - Youtube için Python APIsi - python3-pafy can retrieve YouTube content and metadata. - python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. - https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz - - python3-setuptools - python3-youtube_dl - python3-devel - - programming/language/python3/python3-pafy/pspec.xml - - - python3-pafy - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". - - python3-youtube_dl - python3 - - - /usr/bin/ytdl - /usr/lib/python3* - /usr/share/doc/python3-pafy - - - - - 2021-10-28 - 0.5.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-26 - 0.5.5 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pallets-sphinx-themes - https://github.com/pallets/pallets-sphinx-themes - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - Sphinx themes for Pallets and related projects. - Pallets ve benzeri projeler için sphinx teması. - python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. - python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. - https://files.pythonhosted.org/packages/da/ff/dc403f870b3e7886aabc4abab24feeeae0ca8b6278cca2a402d3249ed4f3/Pallets-Sphinx-Themes-2.0.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pallets-sphinx-themes/pspec.xml - - - python3-pallets-sphinx-themes - Sphinx themes for Pallets and related projects. - - python3-importlib_metadata - python3-sphinx - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pallets-sphinx-themes - - - - - 2021-10-22 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 1.2.3 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pam - https://github.com/linuxmint/python3-xapp - - PisiLinux Developers - admin@pisilinux.org - - LGPL - library - programming.language.python3 - Pure Python interface to the Pluggable Authentication Modules system on Linux - Pure Python interface to the Pluggable Authentication Modules system on Linux - python - https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v1.8.4.tar.gz - - python3-devel - python3-setuptools - python3-toml - - programming/language/python3/python3-pam/pspec.xml - - - python3-pam - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-05-15 - 1.8.4 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-paramiko - https://github.com/paramiko/paramiko/ - - PisiLinux Community - admins@pisilinux.org - - LGPL - library - programming.language.python3 - SSH2 implementation for Python - Python3 için SSH2 Protokolü Uygulaması - python-paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. - Paramiko, python 2.2 ya da üzeri için, uzak makinelere güvenli (şifrelenmiş ve doğrulanmış) bağlantılar kurmak amacıyla SSH2 protokolünü uygulayan bir Python Modülüdür. - paramiko es un módulo para python 2.2 (o posterior) que implementa el protocolo SSH2 para conexiones seguras (encriptado y autenticado) con equipos remotos. - https://github.com/paramiko/paramiko/archive/2.8.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-paramiko/pspec.xml - - - python3-paramiko - Paramiko module for python3 - - python3-cryptography - python3-pynacl - python3-bcrypt - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-paramiko - - - - - 2021-10-28 - 2.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-13 - 2.7.1 - Version bump and Rebuilt - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-22 - 2.6.0 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-03-31 - 1.16.0 - Version bump, rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2013-11-19 - 1.12.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-11-15 - 1.7.7.1 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python3-parso - https://github.com/davidhalter/parso - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A Python Parser. - Bir python çözümleyicisi. - Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. - python3-parso, python ile yazdığınız kodlardaki sözdizim hatalarını bulabilen hata düzeltmelerini destekleyen bir python kitaplığıdır. - https://github.com/davidhalter/parso/archive/refs/tags/v0.8.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-parso/pspec.xml - - - python3-parso - A Python Parser. - - python3 - - - /usr/share/doc/python3-parso - /usr/lib/python3* - - - - - 2021-08-21 - 0.8.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 0.7.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-06 - 0.6.2 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-passlib - https://passlib.readthedocs.io/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Passlib is a password hashing library for Python 2 and 3. - Passlib python 2 ve 3 için parola hashleri kitaplığıdır. - Passlib is a password hashing library for Python 2 and 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. - python3-passlib, python 2 ve 3 için 30dan fazla parola hashleri algoritmaları kitaplığı sağlar. - https://files.pythonhosted.org/packages/b6/06/9da9ee59a67fae7761aab3ccc84fa4f3f33f125b370f1ccdb915bf967c11/passlib-1.7.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-passlib/pspec.xml - - - python3-passlib - Passlib is a password hashing library for Python 2 and 3. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-passlib - - - - - 2021-10-28 - 1.7.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-19 - 1.7.2 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pbr - https://pypi.org/project/pbr/ - - Blue Devil - bluedevil@sctzine.com - - Apache - app:console - library - programming.language.python3 - Python Build Reasonableness - Python İnşa Uygunluğu - PBR is a library that injects some useful and sensible default behaviors into your setuptools run. - python3-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır. - https://pypi.org/packages/source/p/pbr/pbr-5.6.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pbr/pspec.xml - - - python3-pbr - Python Build Reasonableness - - python3-setuptools - python3 - - - /usr/bin - /usr/share/doc - /usr/lib - /usr/share - - - - - 2021-10-28 - 5.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 5.4.5 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 5.4.4 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pep517 - https://pypi.org/project/pep517/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - Wrappers to build Python packages using PEP 517 hooks - Wrappers to build Python packages using PEP 517 hooks - PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar - PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar - https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pep517/pspec.xml - - - python3-pep517 - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2022-06-26 - 0.12.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-pexpect - https://pexpect.readthedocs.org/en/stable/ - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - programming.language.python3 - For controlling and automating applications - For controlling and automating applications - For controlling and automating applications - For controlling and automating applications - https://github.com/pexpect/pexpect/archive/4.8.0.tar.gz - - python3-devel - python3-ptyprocess - python3-setuptools - - programming/language/python3/python3-pexpect/pspec.xml - - - python3-pexpect - - python3 - python3-ptyprocess - - - /usr/lib/python3* - /usr/share/doc - - - - - 2021-10-22 - 4.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-03 - 4.8.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-pgi - https://github.com/pygobject/pgi - - PisiLinux Community - admins@pisilinux.org - - LGPL 2.1+ - library - programming.language.python3 - GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. - GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. - GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. - GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. - https://github.com/pygobject/pgi/archive/refs/tags/0.0.11.2.tar.gz - - python3-devel - python3-setuptools - gobject-introspection-devel - - programming/language/python3/python3-pgi/pspec.xml - - - python3-pgi - GObject Introspection bindings written in pure Python using ctypes and cffi (optional). API compatible with PyGObject. - - python3 - gobject-introspection - - - /usr/bin* - /usr/lib/python3* - /usr/share/doc* - - - - - 2022-05-01 - 0.0.11.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-pillow - https://python-pillow.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. - PIL is the fork of Python Imaging Library. - Python Görsel Kitaplığı (PIL - Python Imaging Library) çatalıdır. - Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. - python3-pillow, özgür python PIL(Python Imaging Library - Python Görsel Kitaplığı) kütüphanesinin özgür yazılımcılar tarafından geliştirilen çatalıdır. - https://github.com/python-pillow/Pillow/archive/8.3.1.tar.gz - - tiff-devel - webp-devel - zlib-devel - lcms2-devel - libxcb-devel - python3-devel - freetype-devel - python3-Jinja2 - openjpeg2-devel - python3-setuptools - libjpeg-turbo-devel - libimagequant-devel - python3-tk - python3-cffi - python3-sphinx - python3-olefile - python3-pycparser - python3-sphinx-removed-in - python3-sphinx_rtd_theme - python3-charset-normalizer - python3-sphinx-copybutton - - - python-pillow_spinxwarn.patch - python-pillow_sphinx.patch - - programming/language/python3/python3-pillow/pspec.xml - - - python3-pillow - PIL is the fork of Python Imaging Library. - - tiff - webp - zlib - lcms2 - libxcb - python3 - freetype - openjpeg2 - libjpeg-turbo - libimagequant - python3-Jinja2 - python3-sphinx-removed-in - python3-sphinx-copybutton - python3-charset-normalizer - - - /usr/share/doc - /usr/lib - - - - python3-pillow-devel - Development files for python3-pillow - python3-pillow için geliştirme dosyaları - python3-pillow-devel, python3-pillow için geliştirme dosyalarını içerir. - - zlib-devel - python3-devel - libjpeg-turbo-devel - python3-pillow - - - /usr/include - - - - python3-pillow-docs - Documentation files for python3-pillow - python3-pillow için belgelendirme dosyaları - python3-pillow-docs, python3-pillow için belgelendirme dosyaları içerir. - - python3-pillow - - - /usr/share/doc/python3-pillow/html - - - - - 2021-10-22 - 8.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 7.2.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 7.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 7.1.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 7.0.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 5.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-10 - 4.3.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-25 - 4.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-18 - 3.1.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - python3-pkgconfig - https://github.com/matze/pkgconfig - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A Python interface to the pkg-config command line tool. - pkg-config komut satırı aracı için python arayüzü. - pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 2.6+ and 3.3+.. - python3-pkgconfig, pkg-config komut satırı aracı için python arayüzü sunar. - https://pypi.io/packages/source/p/pkgconfig/pkgconfig-1.5.5.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pkgconfig/pspec.xml - - - python3-pkgconfig - A Python interface to the pkg-config command line tool. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pkgconfig - - - - - 2021-10-28 - 1.5.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-20 - 1.5.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-PLY - https://www.dabeaz.com/ply/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - programming.language.python3 - Implementation of lex and yacc parsing tools - PLY is an implementation of lex and yacc parsing tools for Python. - https://sourceforge.net/projects/pisilinux/files/source/ply-3.11.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-PLY/pspec.xml - - - python3-PLY - - python3 - - - /usr/bin - /usr/lib - /usr/include - /usr/share/doc - - - - - 2021-10-28 - 3.11 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-01-15 - 3.11 - First release - İdris Kalp - idriskalp@gmail.com - - - - - - python3-pocketsphinx - https://github.com/AzatAI/pocketsphinx-python - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. - This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. - https://files.pythonhosted.org/packages/13/6f/280431fc903d7bc1a0b7efe5dc837602f0f193e382b36006bf23178acab5/pocketsphinx2-0.1.17.tar.gz - - python3-devel - swig - alsa-lib-devel - pulseaudio-libs-devel - python-setuptools - python3-setuptools - - programming/language/python3/python3-pocketsphinx/pspec.xml - - - python3-pocketsphinx - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - - python3 - python3-soupsieve - - - /usr/lib/python3* - /usr/share/doc/python3-pocketsphinx - - - - python-pocketsphinx - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - - python - - - /usr/lib/python* - /usr/share/doc/python-pocketsphinx - - - - - 2022-01-23 - 0.1.17 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-psutil - https://github.com/giampaolo/psutil - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - A cross-platform process utilities module for Python - Platform bağımsız, süreçler hakkında bilgi sağlayan bir Python modülü - python3-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. - python3-psutil, bütün çalışan süreçler ve sistem kullanımı (MİB - Merkezi İşlem Birim(CPU) ve hafıza gibi) hakkında bilgilere erişimek için arayüz sunan bir Python modülüdür. ps, top, kill, lsof, netstat gibi bir çok komut satırı araçlarının sunduğu işlevselliği sağlamaktadır. - https://github.com/giampaolo/psutil/archive/release-5.8.0.tar.gz - - python3-devel - - programming/language/python3/python3-psutil/pspec.xml - - - python3-psutil - A cross-platform process utilities module for Python - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-psutil - - - - - 2021-10-22 - 5.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 5.7.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 5.7.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 5.6.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 5.4.6 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-23 - 5.4.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 5.0.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 4.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 4.0.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python3-psycopg2 - https://www.psycopg.org/ - - Blue Devil - bluedevil@sctzine.com - - LGPL3 - library - programming.language.python3 - PostgreSQL database adapter for the Python programming language. - Python programlama dili için PostgreSQL veritabanı adaptörü. - Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). - python3-psycopg2, python programlama dili için PostgreSQL veritabanı adaptörü sunar. - https://github.com/psycopg/psycopg2/archive/2_9_1.tar.gz - - python3-setuptools - postgresql-lib - python3-devel - - programming/language/python3/python3-psycopg2/pspec.xml - - - python3-psycopg2 - PostgreSQL database adapter for the Python programming language. - - postgresql-lib - python3 - - - /usr/share/doc/python3-psycopg2 - /usr/lib/python3* - - - - - 2021-10-28 - 2.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 2.8.5 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-20 - 2.8.4 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-ptyprocess - https://github.com/pexpect/ptyprocess - - Pisi Linux Admins - admin@pisilinux.org - - ISC - library - programming.language.python3 - Run a subprocess in a pseudo terminal - Run a subprocess in a pseudo terminal - Run a subprocess in a pseudo terminal - Run a subprocess in a pseudo terminal - https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-ptyprocess/pspec.xml - - - python3-ptyprocess - - python3 - - - /usr/lib/python3* - /usr/share/doc - - - - - 2021-10-22 - 0.7.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-03 - 0.7.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-py - https://github.com/pytest-dev/py - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python development support library (note: maintenance only) - Python geliştirme destek kitaplığı - The python3-py lib is a Python development support library. - python3-py kitaplığı python geliştirmek icin destek kitaplığı sunar. - https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71/py-1.10.0.tar.gz - - pip3 - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-py/pspec.xml - - - python3-py - Python development support library (note: maintenance only) - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-py - - - - - 2021-10-22 - 1.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 1.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 1.9.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 1.8.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyalsaaudio - http://larsimmisch.github.io/pyalsaaudio/ - - PisiLinux Community - admins@pisilinux.org - - PSF - library - programming.language.python3 - This package contains wrappers for accessing the ALSA API from Python. - This package contains wrappers for accessing the ALSA API from Python. - It is fairly complete for PCM devices and Mixer access. - It is fairly complete for PCM devices and Mixer access. - https://files.pythonhosted.org/packages/a9/bd/24f576c07953671edfeba2545c3c92c46e97384f622957ecf95967c2b456/pyalsaaudio-0.9.2.tar.gz - - python3-devel - python-setuptools - python-devel - python3-setuptools - alsa-lib-devel - - programming/language/python3/python3-pyalsaaudio/pspec.xml - - - python3-pyalsaaudio - This package contains wrappers for accessing the ALSA API from Python. - - python3 - alsa-lib - - - /usr/lib/python3* - /usr/share/doc/python3-pyalsaaudio - - - - python-pyalsaaudio - This package contains wrappers for accessing the ALSA API from Python. - - python - alsa-lib - - - /usr/lib/python2.7 - - - - - 2022-06-03 - 0.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-23 - 0.9.0 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-pyasn1 - https://github.com/etingof/pyasn1 - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Python bindings for ASN.1 types and codecs - Python3 için ASN.1 kitaplığı - Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) - python3-pyasn1 ASN.1 türleri ve DER/BER/CER kodekleri (X.208) içeren bir python kitaplığıdır. - https://github.com/etingof/pyasn1/archive/v0.4.8.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyasn1/pspec.xml - - - python3-pyasn1 - Python bindings for ASN.1 types and codecs - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pyasn1 - - - - - 2021-10-28 - 0.4.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-23 - 0.4.8 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyasn1-modules - https://github.com/etingof/pyasn1-modules/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A collection of ASN.1-based protocols modules. - Python3 için ASN.1-temelli protokol modülleri kolleksiyonu - A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.). - python3-pyasn1-modules Python3 için ASN.1-temelli protokol modülleri kolleksiyonunu içerir. - https://github.com/etingof/pyasn1-modules/archive/v0.2.8.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyasn1-modules/pspec.xml - - - python3-pyasn1-modules - A collection of ASN.1-based protocols modules. - - python3 - python3-pyasn1 - - - /usr/lib/python3* - /usr/share/doc/python3-pyasn1-modules - - - - - 2021-10-28 - 0.2.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-23 - 0.2.8 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyatspi - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - Kamil Atlı - suvari@pisilinux.org - - LGPLv2+ - library - programming.language.python3 - Python bindings for at-spi2-core - at-spi2-core altyapısı için Python bağlayıcısı - python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure. - python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır. - http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz - - python3-pygobject3-devel - python-pygobject3-devel - at-spi2-core-devel - - programming/language/python3/python3-pyatspi/pspec.xml - - - python3-pyatspi - Python bindings for at-spi2-core - - python3-pygobject3 - at-spi2-core - python3 - - - /usr/lib/python* - /usr/share/doc - - - - - 2021-12-10 - 2.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.38.1 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-04 - 2.38.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-17 - 2.36.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 2.34.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 2.30.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-PyAudio - http://people.csail.mit.edu/hubert/pyaudio/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - Python Bindings for PortAudio. - Python Bindings for PortAudio. - ython bindings for PortAudio (Fork to fix PY_SSIZE_T_CLEAN error) - ython bindings for PortAudio (Fork to fix PY_SSIZE_T_CLEAN error) - https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-0.2.11.tar.gz - - python3-devel - portaudio-devel - - programming/language/python3/python3-PyAudio/pspec.xml - - - python3-PyAudio - Python Bindings for PortAudio. - - python3 - portaudio - - - /usr/lib/python3* - /usr/share/doc/python3-PyAudio - - - - - 2022-01-23 - 0.2.11 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-pychromecast - https://github.com/balloob/pychromecast - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python3 module to talk to Google Chromecast. - YouTube Chromecast APIsi sağlayan python3 bağlayıcısı. - python3-pychromecast provides a way to talk with the Google Chromecast. - python3-pychromecast, Google Chromecast ile konuşmayı sağayan bir python3 kitaplığıdır. - https://github.com/home-assistant-libs/pychromecast/archive/9.3.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pychromecast/pspec.xml - - - python3-pychromecast - Python3 module to talk to Google Chromecast. - - python3 - python3-six - python3-requests - python3-zeroconf - python3-protobuf - python3-setuptools - - - /usr/lib/python3* - /usr/share/doc/python3-pychromecast - - - - - 2021-10-28 - 9.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 7.2.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-19 - 5.2.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pycountry - https://github.com/flyingcircusio/pycountry - - Blue DeviL - bluedevil@sctzine.com - - LGPLv2.1 - library - programming.language.python3 - ISO country, subdivision, language, currency and script definitions and their translations. - Python3 pycountry modülü - This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations. - python3-pycountry modülü ISO ülke, kur bilgisi ve bunların çevirilerine ait kitaplık sunar. - https://github.com/flyingcircusio/pycountry/archive/20.7.3.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pycountry/pspec.xml - - - python3-pycountry - ISO country, subdivision, language, currency and script definitions and their translations. - - python3 - python3-setuptools - - - /usr/lib/python3* - /usr/share/doc/python3-pycountry - - - - - 2021-10-28 - 20.7.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 20.7.3 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-10 - 19.8.18 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pycparser - https://github.com/eliben/pycparser - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Complete C99 parser in pure Python - Python ile yazılmış C99 cözümleyicisi. - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. - pycparser, C kaynak kodunu çözümlemesi gereken uygulamalara kolaylıkla bütünleşebilen bir python modülüdür. - https://github.com/eliben/pycparser/archive/release_v2.20.tar.gz - - python3-setuptools - python3 - - programming/language/python3/python3-pycparser/pspec.xml - - - python3-pycparser - Complete C99 parser in pure Python - - python3 - - - /usr/share/doc/python3-pycparser - /usr/lib/python3* - - - - - 2021-10-22 - 2.20 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 2.20 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-11-07 - 2.19 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pycrypto - https://www.dlitz.net/software/pycrypto/ - - Blue DeviL - bluedevil@sctzine.com - - PD - library - programming.language.python3 - Python3 pycrypto module - Python3 pycrypto modülü - A collection of cryptographic algorithms and protocols, implemented for use from Python2. - python3-pycrypto, Python2 için kriptografik algoritmalar ve protokoller içeren bir kitaplıktır. - https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz - - gmp-devel - python3-devel - python3-setuptools - - programming/language/python3/python3-pycrypto/pspec.xml - - - python3-pycrypto - Python3 pycrypto module - - gmp - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pycrypto - - - - - 2021-10-28 - 2.6.1 - First pisi release - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-21 - 2.7a.1 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pycryptodome - https://www.pycryptodome.org/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A self-contained Python package of low-level cryptographic primitives - Düşük seviye kriptografik ilkeler içeren python3 paketidir. - PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) - PyCrypto'dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. - https://github.com/Legrandin/pycryptodome/archive/v3.11.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pycryptodome/pspec.xml - - - python3-pycryptodome - A self-contained Python package of low-level cryptographic primitives - - gmp - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pycryptodome - - - - - 2021-10-25 - 3.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 3.9.8 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 3.9.7 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pycryptodomex - https://pypi.org/project/pycryptodomex/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto. - Düşük seviye kriptografik ilkeler içeren python3 paketidir. - PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) - PyCrypto'dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. - https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.11.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pycryptodomex/pspec.xml - - - python3-pycryptodomex - A self-contained Python package of low-level cryptographic primitives - - python3 - gmp - - - /usr/lib/python3* - /usr/share/doc/python3-pycryptodomex - - - - - 2021-10-28 - 3.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 3.9.8 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-24 - 3.9.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-Pygments - https://pygments.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - A syntax highlighting package written in Python - Python dilinde yazılmış bir sözdizimi belirtme aracı - python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. - python3-Pygments, kaynak kodunu güzelleştirmek ihtiyacı duyulan forum sistemleri, wikiler ve diğer uygulamalar gibi her çeşit yazılımda kullanılmak için yazılmış olan genel bir sözdizimi belirtme aracıdır. - https://github.com/pygments/pygments/archive/2.9.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-Pygments/pspec.xml - - - python3-Pygments - A syntax highlighting package written in Python - - python3-setuptools - - - /usr/lib/python3* - /usr/bin - /usr/share/man - - - - python3-Pygments-docs - Documentation files for python3-Pygments - - /usr/share/doc/python3-Pygments - - - - - 2021-10-22 - 2.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 2.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-11 - 2.6.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-29 - 2.5.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-27 - 2.2.0 - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - python3-pygobject3 - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.language.python3 - Bindings (liens) glib pour Python3. - Python Bindings for GLib/GObject/GIO/GTK+ - GLib/GObject/GIO/GTK+ için python3 bağlayıcıları. - pygobject is GLib's GObject library bindings for Python3. - python3-pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. - http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.42/pygobject-3.42.2.tar.xz - - meson - glib2-devel - libffi-devel - python3-devel - python3-cairo-devel - gobject-introspection-devel - - programming/language/python3/python3-pygobject3/pspec.xml - - - python3-pygobject3 - Python Bindings for GLib/GObject/GIO/GTK+ - - cairo + numactl glib2 - libffi - python3 - python3-cairo - gobject-introspection - - - /usr/share/doc - /usr/share/pygobject - /usr/lib/python3* - /usr/lib/libpyglib-gi-2.0-python3*.so* - - - - python3-pygobject3-devel - Development files for python3-pygobject3 - python3-pygobject3 için geliştirme dosyaları - python3-pygobject3-devel, python3-pygobject3 için geliştirme dosyalarını içerir. - - glib2-devel - libffi-devel - gobject-introspection-devel - python3-pygobject3 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-16 - 3.42.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 3.40.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-31 - 3.40.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 3.36.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 3.36.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 3.34.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-05 - 3.32.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2019-09-14 - 3.32.2 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 3.27.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 3.27.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-08-01 - 3.22.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-06 - 3.22.0 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 3.22.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.18.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 3.18.2 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-08 - 3.18.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-pyinotify - https://github.com/seb-m/pyinotify - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - Monitoring filesystems events with inotify on Linux. - Monitoring filesystems events with inotify on Linux. - Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities. - Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities. - https://github.com/seb-m/pyinotify/archive/refs/tags/0.9.6.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyinotify/pspec.xml - - - python3-pyinotify - Monitoring filesystems events with inotify on Linux. - - python3 - - - /usr/bin* - /usr/lib/python3* - /usr/share/doc* - - - - - 2022-01-23 - 0.9.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-pylibacl - https://pylibacl.k1024.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python3 - This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations - POSIX.1e Access Control Listelerini manipüle eden bir python 2.2+ eklentisi. - Ce module d'extension de python 2.2+ permet de manipuler les Listes de Contrôle d'Accès POSIX.1e présentes dans certaines combinaisons de systèmes d'exploitations/systèmes de fichiers. - python-libacl is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library. - Bu python 2.2+ eklentisi sayesinde bazı işletim sistemi/dosya sistemi kombinasyonlarındaki POSIX.1e Erişim Kontrol Listeleri işlenebilir. - https://pylibacl.k1024.org/downloads/pylibacl-0.6.0.tar.gz - - acl-devel - python3-devel - python3-setuptools - - programming/language/python3/python3-pylibacl/pspec.xml - - - python3-pylibacl - This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pylibacl - - - - - 2021-10-28 - 0.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-13 - 0.5.4 - Rebuilt and split packages - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-21 - 0.5.4 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2016-04-03 - 0.5.3 - Version bump, rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2013-11-16 - 0.5.1 - Rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2010-04-30 - 0.5.1 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python3-pylint - https://pylint.org/ - - Blue Devil - bluedevil@sctzine.com - - GPL - library - programming.language.python3 - A python code static checker tools. - Python kaynak kodlarını hatalara karşı tarayan bir araç. - python3-pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions. - python3-pylint, bir Python modülünün standartlara uyup uymadığını, hatalar içerip içermediğini analiz eden bir uygulamadır. - https://github.com/PyCQA/pylint/archive/refs/tags/v2.11.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pylint/pspec.xml - - - python3-pylint - A Python module for decorators, wrappers and monkey patching. - - python3 - python3-toml - python3-isort - python3-mccabe - python3-astroid - python3-setuptools - - - /usr/share/doc/ - /usr/bin - /usr/lib/python3* - - - - - 2021-10-13 - 2.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 2.11.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 2.6.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pynacl - https://github.com/pyca/pynacl/ - - Blue DeviL - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Python3 binding to the Networking and Cryptography (NaCl) library - Python3 için NaCl modülü - python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. - PyNaCl, ağ ve kriptografi kitaplığından geliştirilen libsodium kitaplığının python3 modülüdür. - https://github.com/pyca/pynacl/archive/1.4.0.tar.gz - - pip3 - python3-devel - python3-setuptools - - programming/language/python3/python3-pynacl/pspec.xml - - - python3-pynacl - PyNaCl module for python3 - - python3 - python3-cffi - - - /usr/lib/python3* - /usr/share/doc/python3-pynacl - - - - - 2021-10-28 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-11 - 1.3.0 - Rebuilt - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-25 - 1.3.0 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pyparsing - https://github.com/pyparsing/pyparsing/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python3 parsing module - Python3 cözümleme modülü. - The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. - python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar. - https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pyparsing/pspec.xml - - - python3-pyparsing - Python3 parsing module - - python3 - - - /usr/share/doc/python3-pyparsing - /usr/lib/python3* - - - - - 2021-10-22 - 2.4.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 2.4.7 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 2.4.6 - First Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pypcap - https://github.com/pynetwork/pypcap - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Python3 pcap module - Python3 pcap modülü - This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows. - python3-pypcap, python3 için basitleştirilmiş, nesne tabanlı bir sarmalayıcı modüldür. - https://pypi.org/packages/source/p/pypcap/pypcap-1.2.3.tar.gz - - pip3 - libpcap-devel - python3-devel - python3-setuptools - - - pypcap-python3.9.patch - - programming/language/python3/python3-pypcap/pspec.xml - - - python3-pypcap - Python3 pcap module - - libpcap - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pypcap - - - - - 2021-10-28 - 1.2.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-13 - 1.2.3 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pypdf2 - https://mstamy2.github.com/PyPDF2 - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A utility to read and write pdfs with Python - Python3 pypdf2 modülü - PyPDF2 is a pure-python PDF toolkit originating from the pyPdf project. PyPDF2 can extract data from PDF files, or manipulate existing PDFs to produce a new file. PyPDF2 is compatible with Python versions 2.6, 2.7, and 3.2 - 3.5. - PyPDF2 artık güncellenmeyen pypdf aracının devam projesidir. PyPDF2 PDF dosyalarından veri çıkartabilir veya eski PDF'i değistirerek yeni bir PDF oluşturabilir. - https://github.com/mstamy2/PyPDF2/archive/1.26.0.tar.gz - - python3-devel - - programming/language/python3/python3-pypdf2/pspec.xml - - - python3-pypdf2 - Python3 pyPDF2 module - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pypdf2 - - - - - 2021-10-28 - 1.26.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-13 - 1.26.0 - Rebuilt and split packages - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyrsistent - https://github.com/tobgu/pyrsistent - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Persistent/Immutable/Functional data structures for Python. - Kalıcı/Değismez/İşlevsel veriyapıları kitaplığı. - Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. - python3-pyrsistent python için Kalıcı/Değişmez/İşlevsel veriyapıları kitaplığı sağlar. - https://github.com/tobgu/pyrsistent/archive/v0.18.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pyrsistent/pspec.xml - - - python3-pyrsistent - Persistent/Immutable/Functional data structures for Python. - - python3-six - python3 - - - /usr/share/doc/python3-pyrsistent - /usr/lib/python3* - - - - - 2021-10-28 - 0.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 0.16.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-19 - 0.15.7 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyserial - https://pyserial.readthedocs.io/en/latest/shortintro.html - - fury - uglyside@yandex.ru - - BSD-3-Clause - library - programming.language.python3 - This module encapsulates the access for the serial port. - This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named “serial” automatically selects the appropriate backend. - https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-3.5.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyserial/pspec.xml - - - python3-pyserial - - python3 - python3-urllib3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 3.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-03 - 3.5 - First build - fury - uglyside@yandex.ru - - - - - - python3-PyShellCode - https://github.com/thomaskeck/PyShellCode/ - - Blue Devil - bluedevil@sctzine.com - - GPL3 - library - programming.language.python3 - Execute ShellCode / "Inline-Assembler" in Python - Python3 ile shellcode koşmanızı sağlar - Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python. - python3-PyShellCode, python3 içerisinde assembly(NASM sözdizimi ile) ya da shellkod koşmanızı sağlar. - https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz - - python3-devel - cmake - - programming/language/python3/python3-PyShellCode/pspec.xml - - - python3-PyShellCode - Execute ShellCode / "Inline-Assembler" in Python - - python3 - - - /usr/lib - /usr/lib/python3* - /usr/share/doc/python3-PyShellCode - - - - python3-PyShellCode-devel - Development headers for the python3-PyShellCode module - - python3-PyShellCode - - - /usr/include/ - - - - - 2021-10-28 - 1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-09 - 1.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pysmbc - http://cyberelk.net/tim/software/pysmbc - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - library - programming.language.python3 - Python interface to the libsmbclient library - libsmbclient kitaplığı için Python arayüzü - python-smbc is a Python binding for the libsmbclient library. - python3-pysmbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır. - https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.23.tar.gz - - samba-devel - python3-devel - python3-setuptools - - programming/language/python3/python3-pysmbc/pspec.xml - - - python3-pysmbc - Python3 interface to the libsmbclient library - - samba - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pysmbc - - - - - 2021-10-22 - 1.0.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-24 - 1.0.22 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 1.0.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 1.0.20 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.0.19 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 1.0.18 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pysol_cards - https://pypi.org/project/pysol-cards/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Deal PySol FC Cards - PySol FC Kartlarını Dağıtır - The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals. - python3-pysol_cards, pysol-cards python modülleri python geliştiricisine PySol FC oyunları için kart dağıtma yordamları sunar. - https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.12.0.tar.gz - - pip3 - python3-devel - python3-setuptools - - programming/language/python3/python3-pysol_cards/pspec.xml - - - python3-pysol_cards - Deal PySol FC Cards - - python3 - python3-pbr - - - /usr/share - /usr/lib - /usr/share/doc - - - - - 2021-10-28 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.10.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 0.8.9 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 0.8.8 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 0.8.7 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pytest - https://pytest.org/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Simple powerful testing with Python - Basit ve güçlü python3 için test modülü. - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. - python3-pytest, python3 için güçlü ve basit test modülü içerir. - https://files.pythonhosted.org/packages/5b/98/92bbda5f83ed995ef8953349ef30c77c934abcc251c42ab3d7787a40c49c/pytest-6.2.4.tar.gz - - python3-six - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-pytest/pspec.xml - - - python3-pytest - Simple powerful testing with Python - - python3 - python3-py - python3-attrs - python3-pluggy - python3-wcwidth - python3-packaging - python3-setuptools - python3-more-itertools - - - /usr/lib/python3* - /usr/bin/pytest - /usr/bin/py.test - /usr/share/doc/python3-pytest - - - - - 2021-10-22 - 6.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 6.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-23 - 6.0.2 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 5.4.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-17 - 5.4.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-13 - 5.3.5 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pytest-runner - https://pytest.org/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Invoke py.test as distutils command with dependency resolution - Bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. - python3-pytest-runner invokes py.test as distutils command with dependency resolution. - python3-pytest-runner, bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. - https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz - - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-pytest-runner/pspec.xml - - - python3-pytest-runner - Simple powerful testing with Python - - python3 - python3-pytest - - - /usr/lib/python3* - /usr/share/doc/python3-pytest-runner - - - - - 2021-10-22 - 5.3.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 5.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 5.2 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-pyttsx3 - https://github.com/nateshmbhat/pyttsx3 - - PisiLinux Community - admins@pisilinux.org - - MPL2 - library - programming.language.python3 - pyttsx3 is a text-to-speech conversion library in Python. - pyttsx3 is a text-to-speech conversion library in Python. - pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. - pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. - https://github.com/nateshmbhat/pyttsx3/archive/v.2.90.tar.gz - - python3-devel - python3-setuptools - espeak-devel - python3-sphinx - - programming/language/python3/python3-pyttsx3/pspec.xml - - - python3-pyttsx3 - pyttsx3 is a text-to-speech conversion library in Python. - - python3 - espeak - python3-sphinx - - - /usr/lib/python3* - /usr/share/doc/python3-pyttsx3 - - - - - 2022-01-23 - 2.90 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - python3-pyudev - https://pypi.org/project/pyudev/ - - Blue Devil - bluedevil@sctzine.com - - LGPLv2.1 - library - programming.language.python3 - Python3 bindings for libudev library - libudev için Python3 bağlayıcısı - These bindings enable using of udev library in Python programs. - Bu bağlayıcı, Python3 programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar. - https://github.com/pyudev/pyudev/archive/v0.22.tar.gz - - python3-setuptools - python3-devel - eudev-devel - - programming/language/python3/python3-pyudev/pspec.xml - - - python3-pyudev - Python3 bindings for libudev library - - python3-six - python3 - - - /usr/lib - /usr/share/doc - - - - - 2021-10-28 - 0.22 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-29 - 0.22 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-20 - 0.21.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-PyYAML - https://pyyaml.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - The next generation YAML parser and emitter for Python3 - Python3 için yeni nesil YAML ayrıştırıcısı - python3-pyyaml is the next generation YAML parser and emitter for Python3. - python3-pyyaml python3 için yeni nesil YAML ayrıştırıcısıdır. - https://github.com/yaml/pyyaml/archive/5.4.1.1.tar.gz - - _yaml.c - - - libyaml-devel - python3-devel - python3-setuptools - - programming/language/python3/python3-PyYAML/pspec.xml - - - python3-PyYAML - The next generation YAML parser and emitter for Python - - python3 - libyaml - python3-setuptools - - - /usr/share/doc/python3-PyYAML - /usr/lib/python3* - - - - - 2021-10-22 - 5.4.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 5.3.1 - Patch version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-02-22 - 5.3 - Clean and rebuilt. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 5.3 - Version bump - Blue Devil - bluedevil@sctzine.com - - - 2019-01-02 - 5.2 - Version bump and rebuilt w/ py3.8. - Blue Devil - bluedevil@sctzine.com - - - 2019-10-03 - 5.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-19 - 3.13 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 3.12 - Rebuild for py3.6.0 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-01-16 - 3.12 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - python3-pyzmq - https://github.com/zeromq/pyzmq/ - - Blue DeviL - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - PyZMQ: Python3 bindings for zeromq - PyZMQ: ZeroMQ için Python3 bağlayıcıları - This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. - python3-pyzmq, ZeroMQ için Python3 bağlayıcıları içerir. - https://github.com/zeromq/pyzmq/archive/v22.3.0.tar.gz - - python3-setuptools - python3-devel - zeromq-devel - cython3 - - programming/language/python3/python3-pyzmq/pspec.xml - - - python3-pyzmq - PyZMQ: Python3 bindings for zeromq - - python3 - zeromq - - - /usr/share/doc/python3-pyzmq - /usr/lib/python3* - - - - - 2021-10-28 - 22.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 19.0.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 19.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-31 - 18.1.1 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-qt5 - https://www.riverbankcomputing.com/software/pyqt/intro - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - GPLv3 - library - programming.language.python3 - A set of Python bindings for the Qt 5.x Toolkit - 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. - https://files.pythonhosted.org/packages/e1/57/2023316578646e1adab903caab714708422f83a57f97eb34a5d13510f4e1/PyQt5-5.15.7.tar.gz - - dbus-devel - dbus-python3 - dbus-python-common - python3-devel - python3-sip - qt5-svg-devel - qt5-base-devel - qt5-script-devel - qt5-webkit-devel - qt5-sensors-devel - qt5-location-devel - qt5-designer-devel - python3-pyqt5-sip - qt5-x11extras-devel - qt5-webengine-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-websockets-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-networkauth-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel - - - restore-sip4-support.patch - - programming/language/python3/python3-qt5/pspec.xml - - - python3-qt5 - A set of Python 3.x bindings for the Qt 5.x Toolkit - - libgcc - dbus - python3 - python3-sip - qt5-designer - qt5-webengine - qt5-svg - qt5-base - qt5-sensors - qt5-location - qt5-webkit - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - qt5-networkauth - python3-pyqt5-sip - - - /usr/bin/pyuic5 - /usr/lib/python3.9/site-packages - /usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so - /usr/lib/qt5/plugins/designer/libpyqt5.so - /usr/share/doc - /usr/share/qt5/qsci/api/python/PyQt5.api - /usr/bin/pyrcc5 - /usr/bin/pylupdate5 - - - - python3-qt5-devel - Development files for python3-qt5 - - libgcc - qt5-base - python3-qt5 - - - /usr/share/sip/PyQt5 - - - - - 2022-07-05 - 5.15.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-18 - 5.15.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-06 - 5.15.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-21 - 5.15.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 5.15.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-12 - 5.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-19 - 5.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 5.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 5.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-29 - 5.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-04 - 5.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-13 - 5.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-06 - 5.13.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 5.11.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-02 - 5.11.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-14 - 5.11.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-11 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 5.11.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 5.10.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-01 - 5.9.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-22 - 5.9.2 - version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-03 - 5.7.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 5.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-07 - 5.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-25 - 5.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-08 - 5.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-random2 - https://pypi.org/project/random2/ - - PisiLinux Community - admins@pisilinux.org - - PSF - app - programming.language.python3 - Python 3 compatible port of Python 2 random module - Python2 rastgele modülünün Python 3'e uygun olan portu. - Python 3 compatible port of Python 2 random module - python3-random2, Python2 rastgele modülünün Python 3'e uygun olan bir port sağlar. - https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip - - python3-six - python3-devel - python3-setuptools - - programming/language/python3/python3-random2/pspec.xml - - - python3-random2 - Python 3 compatible port of Python 2 random module - - python3 - - - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-10-28 - 1.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.0.1 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2018-11-11 - 1.0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-rdflib - https://pypi.org/project/rdflib/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app - programming.language.python3 - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-6.1.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-rdflib/pspec.xml - - - python3-rdflib - - python3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-01-18 - 6.1.1 - Version bump - Pisilinux Community - admins@pisilinux.org - - - 2021-10-14 - 6.0.1 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-10-09 - 6.0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-recommonmark - https://github.com/readthedocs/recommonmark - - Pisi Linux Admins - admin@pisilinux.org - - MIT - app - programming.language.python3 - Markdown parser for docutils - Markdown parser for docutils - Belgeler için Markdown ayrıştırıcısı - Belgeler için Markdown ayrıştırıcısı - https://github.com/readthedocs/recommonmark/archive/refs/tags/0.7.1.tar.gz - - python3-devel - python3-sphinx - python3-pytest - python3-docutils - python3-commonmark - python3-setuptools - - programming/language/python3/python3-recommonmark/pspec.xml - - - python3-recommonmark - - python3 - python3-sphinx - python3-commonmark - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-25 - 0.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-16 - 0.6.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-reportlab - https://pypi.org/project/reportlab/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - programming.language.python3 - A proven industry-strength PDF generating solution - A proven industry-strength PDF generating solution - A proven industry-strength PDF generating solution - A proven industry-strength PDF generating solution - https://files.pythonhosted.org/packages/16/31/81ff7e3f9fd345cd4685f964fbc3d89a06f39a4f552ab1c2a5769a0f9013/reportlab-3.6.9.tar.gz - - python3-devel - freetype-devel - python3-pillow-devel - - programming/language/python3/python3-reportlab/pspec.xml - - - python3-reportlab - - python3 - freetype - - - /usr/lib - /usr/share/doc - - - - - 2022-05-05 - 3.6.9 - version Bump - Pisi Linux Admins - admin@pisilinux.org - - - 2021-04-26 - 3.5.67 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-requests - http://www.python-requests.org/ - - Ergün Salman - ergunsalman@hotmail.com - - MIT - library - programming.language.python3 - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. - Requests insanlar için yapılmış basit bir HTTP kitaplığıdır. - Python’s standard urllib2 module provides most of the HTTP capabilities you need - Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır. - https://github.com/psf/requests/archive/v2.28.1.tar.gz - - python3-devel - python3-setuptools - - - certs.patch - - programming/language/python3/python3-requests/pspec.xml - - - python3-requests - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. - - python3 - python3-idna - python3-chardet - python3-urllib3 - - - /usr/share/doc/python3-requests - /usr/lib/python3* - - - - - 2022-07-08 - 2.28.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-24 - 2.28.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 2.26.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 2.24.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 2.23.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 2.22.0 - Rebuilt w/ py3.8 and added translations. - Blue Devil - bluedevil@sctzine.com - - - 2019-07-11 - 2.22.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-21 - 2.19.1 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-21 - 2.18.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 2.13.0 - Release Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.9.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 2.9.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-08 - 2.9.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-rfc3986 - https://pypi.org/project/rfc3986/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Validating URI References per RFC 3986. - Her RFC 3986 için URI referanslarını değerlendirir. - A Python implementation of RFC 3986 including validation and authority parsing. - python3-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır. - https://github.com/python-hyper/rfc3986/archive/1.5.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-rfc3986/pspec.xml - - - python3-rfc3986 - Validating URI References per RFC 3986. - - python3 - - - /usr/share/doc/python3-rfc3986 - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 1.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 1.3.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sane - https://python-sane.readthedocs.io/en/latest/ - - Pisi Linux Admins - admin@pisilinux.org - - MIT - app - programming.language.python3 - Python interface to the SANE scanner and frame grabber. - Python interface to the SANE scanner and frame grabber. - Python interface to the SANE scanner and frame grabber. - Python interface to the SANE scanner and frame grabber. - https://github.com/python-pillow/Sane/archive/refs/tags/v2.9.1.tar.gz - - python3-devel - python3-setuptools - sane-backends-devel - - programming/language/python3/python3-sane/pspec.xml - - - python3-sane - - python3 - sane-backends - - - /usr/lib - /usr/share/doc - - - - - 2021-04-26 - 2.9.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-sanic - https://pypi.org/project/sanic/ - - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - MIT - library - app:console - programming.language.python3 - A web server and web framework that's written to go fast. Build fast. Run fast. - python3-sanic, hızlı çalışması, hızlı inşa etmesi ve hızlı yazılması üzerinde özellikleri geliştirilmiş bir ağ sunucu ve çatısıdır. - Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. - python3-sanic, hızlı çalışması için tasarlanmış bir python3 ağ sunucu ve çatısıdır. - https://github.com/huge-success/sanic/archive/v21.9.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-sanic/pspec.xml - - - python3-sanic - A web server and web framework that's written to go fast. Build fast. Run fast. - - python3 - python3-httpx - python3-aiofiles - python3-httptools - python3-multidict - python3-websockets - - - /usr/lib - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2021-10-28 - 21.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 20.6.3 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 20.3.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 19.12.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 0.7.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 0.7.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-08-15 - 0.6.0 - First Release - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - - - - - python3-scour - https://github.com/scour-project/scour - - Blue Devil - bluedevil@sctzine.com - - Apachev2.0 - library - programming.language.python3 - Scour - An SVG Optimizer / Cleaner - SVG iyileştirici/temizleyici. - Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data written in Python. - python3-scour, SVG çizim dosyalarının yapısını düzelten, bunu yaparken boyutlarını da düşürerek iyileştirme yapan bir python kitaplığıdır. - https://github.com/scour-project/scour/archive/refs/tags/v0.38.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-scour/pspec.xml - - - python3-scour - Scour - An SVG Optimizer / Cleaner - - python3 - - - /usr/bin/scour - /usr/lib/python3* - /usr/share/doc/python3-scour - - - - - 2021-10-28 - 0.38.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-15 - 0.38.1 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-setproctitle - https://github.com/dvarrazzo/py-setproctitle - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - MIT - library - programming.language.python3 - Allows a python process to change its process title - Allows a python process to change its process title - https://github.com/dvarrazzo/py-setproctitle/archive/refs/tags/version-1.2.2.tar.gz - - procps - python3-devel - python3-pytest - python3-setuptools - - programming/language/python3/python3-setproctitle/pspec.xml - - - python3-setproctitle - - procps - python3 - python3-pytest - - - /usr/lib - /usr/share/doc - - - - - 2021-10-25 - 1.2.2 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-25 - 1.2.2 - Version bump - Pisi Linux Admins - admin@pisilinux.org - - - 2020-03-23 - 1.1.10 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-setuptools-scm - https://github.com/pypa/setuptools_scm - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python3 setuptools-scm module - Python3 setuptools-scm modülü - Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. - setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python3 modülüdür. - https://files.pythonhosted.org/packages/03/b6/052aacb07081ef5d4cae2daaae19c5d11e25b1122087af4710963cb25867/setuptools_scm-7.0.4.tar.gz - - pip3 - python3-pytest - python3-devel - python3-setuptools - python3-iniconfig - python3-packaging - - programming/language/python3/python3-setuptools-scm/pspec.xml - - - python3-setuptools-scm - Python3 setuptools-scm module - - python3 - python3-tomli - python3-setuptools - python3-iniconfig - python3-packaging - - - /usr/lib/python3* - /usr/share/doc/python3-setuptools-scm - - - - - 2022-07-02 - 7.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-24 - 7.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 6.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 6.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 4.1.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 4.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 3.5.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 3.4.3 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-11 - 3.3.3 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - 2019-11-28 - 3.3.3 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-shiboken2 - https://www.pyside.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - app:console - programming.language.python3 - Shiboken the Binding Generator - Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang. - https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz - - llvm - cmake - libxslt-devel - python3-devel - qt5-base-devel - llvm-clang-devel - qt5-xmlpatterns-devel - - programming/language/python3/python3-shiboken2/pspec.xml - - - shiboken2 - Shiboken2 is the binding generator used to create the PySide2 bindings. - - libxslt - qt5-base - llvm-clang - - - /usr/share/doc - /usr/bin/shiboken2 - /usr/lib/libshiboken2* - /usr/share/man/man1/shiboken2.1 - /usr/bin/shiboken_tool.py - - - - python3-shiboken2 - Python3 shared library files used by shiboken2. - Python3 için shiboken2 bağlayıcı modülü - python3-shiboken2, Python3 için shiboken2 bağlayıcı modülü içerir. - - python3 - shiboken2 - - - /usr/lib/python3*/site-packages/shiboken2* - /usr/lib/libshiboken2.cpython-36m-x86_64-linux-gnu.so* - - - - python3-shiboken2-devel - Development headers for the shiboken2 library. - python3-shiboken2 için geliştime dosyaları - python3-shiboken2-devel, python3-shiboken2 için geliştime dosyaları içerir. - - python3-shiboken2 - - - /usr/lib/cmake/ - /usr/include/shiboken2/ - /usr/lib/pkgconfig/shiboken2.pc - - - - - 2021-10-28 - 5.15.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 5.15.2 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-11-13 - 5.15.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-05-25 - 5.14.2 - Patch version bump. - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-sip - https://www.riverbankcomputing.com/news - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:console - programming.language.python3 - SIP is a tool for generating bindings for C++ classes so that they can be used by Python3 - C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç - Generator powiązań Pythona z bibliotekami klas C++ - SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules. - SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür. - Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. - https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.tar.gz - - python3-devel - - programming/language/python3/python3-sip/pspec.xml - - - python3-sip - Python 3.x SIP bindings for C and C++ libraries - - libgcc - python3 - - - /usr/bin - /usr/lib - /usr/include - /usr/share/licenses - - - - python3-pyqt5-sip - Python 3.x pyqt5 SIP bindings for C and C++ libraries - C ve C++ kütüphaneleri için python PyQt5 bağlayıcıları oluşturan bir araç - SIP3 C ve C++ kütüphanelerini Python'da PyQt5 ile kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python PyQt5 genişletme modülüne dönüştürür. - - libgcc - - - /usr/lib/python3*/site-packages/PyQt5* - - - - python3-sip-docs - Documentation files for python3-sip - python3-sip için belgelendirme dosyaları - python3-sip-docs, python3-sip için belgelendirme dosyalarını içerir. - - python3-sip - - - /usr/share/doc/python3-sip - - - - - 2021-10-22 - 4.19.25 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-19 - 4.19.24 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-10 - 4.19.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 4.19.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 4.19.21 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 4.19.20 - Rebuild bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 4.19.20 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-09-13 - 4.19.19 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-13 - 4.19.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 4.19.14 - Rebuild pyqt5 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-14 - 4.19.12 - Rebuild pyqt5 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 4.19.12 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-10 - 4.19.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 4.19.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-18 - 4.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-11 - 4.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-20 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-08 - 4.16.9 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-six - http://pypi.python.org/pypi/six/ - - Alihan Öztürk - alihan@pisilinux.org - - MIT - app:console - programming.language.python3 - Python 2 and 3 compatibility utilities. - Python2 ve python3 uyumluluk programı. - python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. - python3-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar. - https://pypi.org/packages/source/s/six/six-1.16.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-six/pspec.xml - - - python3-six - Python 2 and 3 compatibility utilities. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-six - - - - - 2021-10-22 - 1.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-24 - 1.15.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-21 - 1.14.0 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2019-12-11 - 1.13.0 - Version bump. - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-06 - 1.11.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-24 - 1.11.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-22 - 1.10.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 1.10.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.9.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 1.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-08 - 1.9.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - python3-smartypants - https://github.com/leohemsted/smartypants.py - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - programming.language.python3 - Python with the SmartyPants - Python with the SmartyPants - Python with the SmartyPants - Python with the SmartyPants - https://github.com/leohemsted/smartypants.py/archive/refs/tags/v2.0.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-smartypants/pspec.xml - - - python3-smartypants - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 2.0.1 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-05-26 - 2.0.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-sniffio - https://github.com/python-trio/sniffio - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.language.python3 - Sniff out which async library your code is running under - Yazdığınız kod hangi asenkron kitaplık altında koşuyor bunu dinleyen kitaplık. - This is a tiny package whose only purpose is to let you detect which async library your code is running under. - python3-sniffio, yazdığınız kod hangi asenkron kitaplık altında koşuyor, bunu dinleyen ve tespit edebilen bir python kitaplığıdır. - https://github.com/python-trio/sniffio/archive/v1.2.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-sniffio/pspec.xml - - - python3-sniffio - Sniff out which async library your code is running under - - python3 - python3-curio - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-sniffio - - - - - 2021-10-28 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 1.1.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-snowballstemmer - https://snowballstem.org/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Snowball stemming library collection for Python3 - Snowball, python3 için sözcük kökeni bulma kitaplığıdır. - Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. - Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. - https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.1.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-snowballstemmer/pspec.xml - - - python3-snowballstemmer - snowballstemmer module for python3 - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-snowballstemmer - - - - - 2021-10-22 - 2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-06 - 2.0.0 - Rebuilt w/ py3.8 - Blue Devil - bluedevil@sctzine.com - - - 2019-12-06 - 2.0.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-soupsieve - https://facelessuser.github.io/soupsieve/ - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A modern CSS selector implementation for Beautiful Soup. - Beautiful Soup için çağdaş bir CSS seçici uygulaması - Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). - Soup Sieve, Beautiful Soup 4 ile kullanılmak üzere geliştirilmiş bir CSS seçici python3 kitaplığıdır. - https://github.com/facelessuser/soupsieve/archive/2.2.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-soupsieve/pspec.xml - - - python3-soupsieve - A modern CSS selector implementation for Beautiful Soup. - - python3 - python3-backports.functools_lru_cache - - - /usr/lib/python3* - /usr/share/doc/python3-soupsieve - - - - - 2021-10-28 - 2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-24 - 2.0.1 - First release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-speaklater - https://github.com/mitsuhiko/speaklater/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Implements a lazy string for python useful for use with gettext. - Gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması. - A module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide. - python3-speaklater, gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması sunar. - https://files.pythonhosted.org/packages/03/47/eaa6a52849915456aa144fea9e41332ae9b1a246a899095a231c995aab7e/speaklater3-1.4.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-speaklater/pspec.xml - - - python3-speaklater - Implements a lazy string for python useful for use with gettext. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-speaklater - - - - - 2021-10-28 - 1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-19 - 1.3 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinx - https://www.sphinx-doc.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - library - programming.language.python3 - Python documentation generator. It can generate HTML or Latex outputs - Python için döküman üreticisi. HTML, Latex gibi çıktılar üretebiliyor - It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support. - Özellikle python için hazırlanan dökümanları yorumlamak için kullanılan yaygın bir döoküman üreticisi. Başta HTML olmak üzere Latex ile birlikte PDF, Ps gibi doküman çıktıları üretebiliyor. - https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-sphinx/pspec.xml - - - python3-sphinx - Python documentation generator. It can generate HTML or Latex outputs - - python3 - python3-six - python3-Babel - python3-Jinja2 - python3-certifi - python3-requests - python3-Pygments - python3-docutils - python3-pyparsing - python3-imagesize - python3-packaging - python3-setuptools - python3-charset-normalizer - python3-snowballstemmer - python3-sphinx_rtd_theme - python3-sphinxcontrib-qthelp - python3-sphinxcontrib-jsmath - python3-sphinxcontrib-devhelp - python3-sphinxcontrib-htmlhelp - python3-sphinx-alabaster-theme - python3-sphinxcontrib-applehelp - python3-sphinxcontrib-serializinghtml - - - /usr/bin - /usr/lib/python3* - /usr/share/doc/python3-sphinx/LICENSE - - - - python3-sphinx-docs - Documentation files for python3-sphinx - python3-sphinx için belgelendirme dosyaları - python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir. - - python3-sphinx - - - /usr/share/doc/python3-sphinx - - - - - 2022-06-03 - 5.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 5.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-23 - 4.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-11 - 4.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 4.1.2 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 4.1.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 4.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 3.2.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-16 - 3.0.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 3.0.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 3.0.0 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 2.4.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-24 - 2.4.3 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 2.4.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 2.4.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 2.3.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-06 - 1.6.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-28 - 1.6.5 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-sphinx-alabaster-theme - https://github.com/bitprophet/alabaster - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - Sphinx default theme. - Sphinx varsayılan teması. - Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible. - Alabaster, Sphinx dokümantasyon sistemi için görsel (c) yalın, duyarlı, yapılandırılabilir bir temadır. Python 2 + 3 uyumludur. - https://github.com/bitprophet/alabaster/archive/0.7.12.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml - - - python3-sphinx-alabaster-theme - Sphinx default theme. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-sphinx-alabaster-theme - - - - - 2021-10-22 - 0.7.12 - Version bump. - Pisi Linux Admins - admins@pisilinux.org - - - 2019-12-30 - 0.7.12 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-01-28 - 0.7.11 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python3-sphinx-copybutton - https://pypi.org/project/sphinx-copybutton/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - Add a copy button to code cells in Sphinx docs - Add a copy button to code cells in Sphinx docs - Add a copy button to code cells in Sphinx docs - Add a copy button to code cells in Sphinx docs - https://files.pythonhosted.org/packages/d0/79/d57ca42f4be2ac21f660300a5e1a285ce42b23c45b5a4b9a21ce973a3b2f/sphinx-copybutton-0.4.0.tar.gz - - python3-devel - python3-sphinx - python3-setuptools - - programming/language/python3/python3-sphinx-copybutton/pspec.xml - - - python3-sphinx-copybutton - - python3 - python3-sphinx - - - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-10-14 - 0.4.0 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-10-22 - 0.4.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-sphinx-issues - https://github.com/sloria/sphinx-issues - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A Sphinx extension for linking to your project's issue tracker. - Projeniz için olay izleme sphinx genişlemesi. - A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services). - python3-sphinx-issues, projeniz için olay izleme sphinx genişlemesi sunar. - https://github.com/sloria/sphinx-issues/archive/1.2.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinx-issues/pspec.xml - - - python3-sphinx-issues - A Sphinx extension for linking to your project's issue tracker. - - python3-docutils - python3-sphinx - python3 - - - /usr/share/doc/python3-sphinx-issues - /usr/lib/python3* - - - - - 2021-10-22 - 1.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 1.2.0 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinx-removed-in - https://pypi.org/project/sphinx-removed-in/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app - programming.language.python3 - versionremoved and removed-in directives for Sphinx - versionremoved and removed-in directives for Sphinx - versionremoved and removed-in directives for Sphinx - versionremoved and removed-in directives for Sphinx - https://files.pythonhosted.org/packages/85/cc/69f0d8a3cef9fed0faa0c103500d6fd8b2dc1d53e98095fc9b1ac9268e38/sphinx-removed-in-0.2.1.tar.gz - - python3-devel - python3-sphinx - python3-setuptools - - programming/language/python3/python3-sphinx-removed-in/pspec.xml - - - python3-sphinx-removed-in - - python3 - python3-sphinx - - - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-10-14 - 0.2.1 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2021-10-22 - 0.2.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-sphinxcontrib-applehelp - https://github.com/sphinx-doc/sphinxcontrib-applehelp - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which outputs Apple help books. - Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. - sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. - python3-sphinxcontrib-applehelp, Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. - https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/1.0.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-applehelp/pspec.xml - - - python3-sphinxcontrib-applehelp - sphinxcontrib-applehelp module for python - - python3 - - - /usr/share/doc/python3-sphinxcontrib-applehelp - /usr/lib/python3* - - - - - 2021-10-22 - 1.0.2 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2020-03-04 - 1.0.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 1.0.1 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-devhelp - https://github.com/sphinx-doc/sphinxcontrib-devhelp - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which outputs Devhelp document. - Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. - sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. - python3-sphinxcontrib-devhelp, Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. - https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/1.0.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-devhelp/pspec.xml - - - python3-sphinxcontrib-devhelp - sphinxcontrib-devhelp module for python - - python3 - - - /usr/share/doc/python3-sphinxcontrib-devhelp - /usr/lib/python3* - - - - - 2021-10-22 - 1.0.2 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2020-03-04 - 1.0.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 1.0.1 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-htmlhelp - https://github.com/sphinx-doc/sphinxcontrib-htmlhelp - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which renders HTML help files. - python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilir/görüntüleyebilir. - sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. - python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilen/görüntüleyebilen sphinx genişleme modülüdür. - https://files.pythonhosted.org/packages/eb/85/93464ac9bd43d248e7c74573d58a791d48c475230bcf000df2b2700b9027/sphinxcontrib-htmlhelp-2.0.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-htmlhelp/pspec.xml - - - python3-sphinxcontrib-htmlhelp - sphinxcontrib-htmlhelp module for python - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-sphinxcontrib-htmlhelp - - - - - 2021-10-22 - 2.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-23 - 1.0.3 - version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 1.0.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-log-cabinet - https://github.com/davidism/sphinxcontrib-log-cabinet - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Organize changelog directives in Sphinx docs. - Sphinx belgesinde "changelog" etkinliğini düzenler. - Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. - python3-sphinxcontrib-log-cabinet, sphinx belgesinde "changelog" etkinliğini düzenlemeye yarayan python kitaplığını içerir. - https://github.com/davidism/sphinxcontrib-log-cabinet/archive/1.0.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-log-cabinet/pspec.xml - - - python3-sphinxcontrib-log-cabinet - Organize changelog directives in Sphinx docs. - - python3 - - - /usr/share/doc/python3-sphinxcontrib-log-cabinet - /usr/lib/python3* - - - - - 2021-10-22 - 1.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-22 - 1.0.1 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-qthelp - https://github.com/sphinx-doc/sphinxcontrib-qthelp - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which outputs Qthelp document. - Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. - sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document - python3-sphinxcontrib-qthelp, Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. - https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/1.0.3.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-qthelp/pspec.xml - - - python3-sphinxcontrib-qthelp - sphinxcontrib-qthelp module for python - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-sphinxcontrib-qthelp - - - - - 2021-10-22 - 1.0.3 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2020-03-04 - 1.0.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 1.0.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-serializinghtml - https://github.com/sphinx-doc/sphinxcontrib-serializinghtml - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx extension which outputs "serialized" HTML files (json and pickle). - python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişletmesi. - sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). - python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişleme modülüdür. - https://files.pythonhosted.org/packages/b5/72/835d6fadb9e5d02304cf39b18f93d227cd93abd3c41ebf58e6853eeb1455/sphinxcontrib-serializinghtml-1.1.5.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sphinxcontrib-serializinghtml/pspec.xml - - - python3-sphinxcontrib-serializinghtml - sphinxcontrib-serializinghtml module for python - - python3 - - - /usr/share/doc/python3-sphinxcontrib-serializinghtml - /usr/lib/python3* - - - - - 2021-10-22 - 1.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 1.1.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-30 - 1.1.3 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinxcontrib-websupport - https://www.sphinx-doc.org/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Sphinx API for Web Apps - python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. - python3-sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. - python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. - https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml - - - python3-sphinxcontrib-websupport - sphinxcontrib-websupport module for python - - python3 - python3-Jinja2 - python3-docutils - python3-setuptools - - - /usr/lib/python3* - /usr/share/doc/python3-sphinxcontrib-websupport - - - - - 2021-10-22 - 1.2.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 1.2.4 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-16 - 1.2.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 1.2.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-08 - 1.2.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-13 - 1.1.2 - Rebuilt w/ py3.8 - Blue Devil - bluedevil@sctzine.com - - - 2019-11-13 - 1.1.2 - First pisi release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sphinx_rtd_theme - https://github.com/readthedocs/sphinx_rtd_theme - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Sphinx theme for readthedocs.org. - readthedocs.org için sphinx teması. - This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. - Hem mobil hem masaüstü belgelendirme kullanıcılarına çok iyi bir okuma deneyimi sunmak amacıyla tasarlanmış bir sphinx teması. - https://github.com/readthedocs/sphinx_rtd_theme/archive/0.5.2.tar.gz - - nodejs - python3-devel - python3-setuptools - - - python-sphinx_rtd_theme-unbundle-fonts.patch - python-sphinx_rtd_theme-html5shiv.patch - 2ab605a455.patch - - programming/language/python3/python3-sphinx_rtd_theme/pspec.xml - - - python3-sphinx_rtd_theme - Sphinx theme for readthedocs.org. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-sphinx_rtd_theme - - - - - 2021-10-22 - 0.5.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.5.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-15 - 0.4.3 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sqlalchemy - https://www.sqlalchemy.org/ - - Blue DeviL - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - The Python SQL Toolkit and Object Relational Mapper - Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı - SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. - SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür. - https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_4_26.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sqlalchemy/pspec.xml - - - python3-sqlalchemy - The Python SQL Toolkit and Object Relational Mapper - - python3 - - - /usr/share/doc - /usr/lib - - - - - 2021-10-25 - 1.4.26 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 1.3.19 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 1.3.17 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-08 - 1.3.16 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-18 - 1.3.15 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 1.3.14 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.3.13 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-08 - 1.3.11 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-sqlparse - https://github.com/andialbrecht/sqlparse - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - A non-validating SQL parser module for Python. - Python için doğrulamasız SQL çözümleyici. - sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. - python3-sqlparse, python ile doğrulamasız sql çözümleme yapmanıza yarayacak python modülleri sunar. - https://github.com/andialbrecht/sqlparse/archive/0.4.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sqlparse/pspec.xml - - - python3-sqlparse - A non-validating SQL parser module for Python. - - python3-setuptools - python3 - - - /usr/share/doc/python3-sqlparse - /usr/bin/sqlformat - /usr/lib/python3* - - - - - 2021-10-28 - 0.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 0.3.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-19 - 0.3.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-sshtunnel - https://github.com/pahaz/sshtunnel - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - SSH tunnels to remote server. - Python icin ssh uygulaması. - python3-sshtunnel provides pure python SSH tunnels. - python3-sshtunnel, python ile ssh tüneli açarak uzak sunucuya bağlanmanızı sağlayan modülleri sunar. - https://github.com/pahaz/sshtunnel/archive/0.4.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-sshtunnel/pspec.xml - - - python3-sshtunnel - SSH tunnels to remote server. - - python3-setuptools - python3-pycparser - python3-paramiko - python3 - - - /usr/share/doc/python3-sshtunnel - /usr/bin/sshtunnel - /usr/lib/python3* - - - - - 2021-10-28 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-19 - 0.1.5 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-testtools - https://github.com/testing-cabal/testtools - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Testtools - tasteful testing for python. - testtools, python standart kitaplığındaki birim test çatısına eklentiler içerir. - testtools is a set of extensions to the Python standard library's unit testing framework. - python3-testtools, python standart kitaplığındaki birim test çatısına eklentiler sağlayan python modüllerini içerir. - https://pypi.io/packages/source/t/testtools/testtools-2.5.0.tar.gz - - python3-setuptools - python3-devel - python3-pbr - - programming/language/python3/python3-testtools/pspec.xml - - - python3-testtools - Testtools - tasteful testing for python. - - python3-setuptools - python3-extras - python3-six - python3-pbr - python3 - - - /usr/share/doc/python3-testtools - /usr/lib/python3* - - - - - 2021-10-28 - 2.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-17 - 2.4.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-20 - 2.3.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-toml - https://github.com/uiri/toml - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Python lib for parsing TOML - TOML çözümleyen python kitaplığı. - A Python library for parsing and creating TOML. - python3-toml, TOML çözümleyen python kitaplığı sunar. - https://github.com/uiri/toml/archive/0.10.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-toml/pspec.xml - - - python3-toml - Python lib for parsing TOML - - python3 - - - /usr/share/doc/ - /usr/lib/python3* - - - - - 2021-10-22 - 0.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 0.10.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-tomli - https://pypi.org/project/tomli/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - A lil' TOML parser - A lil' TOML parser - A lil' TOML parser - A lil' TOML parser - https://github.com/hukkin/tomli/archive/refs/tags/2.0.1.tar.gz - - pip3 - python3-devel - python3-build - python3-flit-core - python3-wheel - python3-tomli - python3-pyparsing - python3-setuptools - - programming/language/python3/python3-tomli/pspec.xml - - - python3-tomli - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-06-25 - 2.0.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-tqdm - https://github.com/tqdm/tqdm - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A Fast, Extensible Progress Bar for Python and CLI. - Python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı - python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! - python3-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz. - https://files.pythonhosted.org/packages/e3/c1/b3e42d5b659ca598508e2a9ef315d5eef0a970f874ef9d3b38d4578765bd/tqdm-4.62.3.tar.gz - - pip3 - python3-devel - python3-setuptools - - programming/language/python3/python3-tqdm/pspec.xml - - - python3-tqdm - A Fast, Extensible Progress Bar for Python and CLI. - - python3 - python3-setuptools - - - /usr/share/doc/python3-tqdm - /usr/lib/python3* - /usr/bin/tqdm - - - - - 2021-10-28 - 4.62.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 4.48.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 4.46.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 4.45.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-29 - 4.44.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 4.43.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-05 - 4.42.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-27 - 4.42.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 4.41.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-25 - 4.41.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-typing_extensions - https://pypi.org/project/typing-extensions/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz - - pip3 - python3-devel - python3-wheel - python3-flit-core - python3-setuptools - - programming/language/python3/python3-typing_extensions/pspec.xml - - - python3-typing_extensions - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-07-02 - 4.3.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-typogrify - https://pypi.org/project/typogrify/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - app - programming.language.python3 - filters to make caring about typography on the web a bit easier - filters to make caring about typography on the web a bit easier - filters to make caring about typography on the web a bit easier - filters to make caring about typography on the web a bit easier - https://files.pythonhosted.org/packages/8a/bf/64959d6187d42472acb846bcf462347c9124952c05bd57e5769d5f28f9a6/typogrify-2.0.7.tar.gz - - python3-devel - python3-setuptools - python3-smartypants - - programming/language/python3/python3-typogrify/pspec.xml - - - python3-typogrify - - python3 - python3-smartypants - - - /usr/lib - /usr/share/doc - - - - - 2021-10-22 - 2.0.7 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-05-26 - 2.0.7 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - python3-Unidecode - http://pypi.python.org/pypi/Unidecode/ - - PisiLinux Community - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.python3 - US-ASCII transliterations of Unicode text - Unicode karakterlerinin US-ASCII harf çevirileri - python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module. - python3-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir. - https://files.pythonhosted.org/packages/cd/31/245d8a384939aa0ee152c76fc62890f79f35fc41cd12839f5df268d9081d/Unidecode-1.2.0.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-Unidecode/pspec.xml - - - python3-Unidecode - US-ASCII transliterations of Unicode text - - python3 - - - /usr/bin/unidecode - /usr/lib/python3* - /usr/share/doc/python3-Unidecode - - - - - 2021-10-24 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 1.1.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-urllib3 - https://github.com/shazow/urllib3 - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.language.python3 - urllib3 is a powerful, sanity-friendly HTTP client for Python. - urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. - urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. - urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir. - https://github.com/urllib3/urllib3/archive/1.26.10.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-urllib3/pspec.xml - - - python3-urllib3 - urllib3 is a powerful, sanity-friendly HTTP client for Python. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-urllib3 - - - - - 2022-07-08 - 1.26.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 1.26.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-24 - 1.25.9 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.25.8 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-24 - 1.25.7 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 1.23 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-22 - 1.22 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3-virtualenv - https://github.com/pypa/virtualenv/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - app:console - programming.language.python3 - Virtual Python Environment builder. - Sanal Python ortamı üreteci. - python3-virtualenv is a a tool and library for creating isolated virtual python environments. - python3-virtualenv, sanal bir python çalışma ortamı yaratan araç ve kitaplıkları sunar. - https://github.com/pypa/virtualenv/archive/20.8.0.tar.gz - - python3-devel - python3-setuptools - python3-setuptools-scm - - programming/language/python3/python3-virtualenv/pspec.xml - - - python3-virtualenv - Virtual Python Environment builder. - - python3 - python3-six - python3-appdirs - python3-distlib - python3-filelock - python3-setuptools - - - /usr/lib/python3* - /usr/bin/virtualenv - /usr/share/doc/python3-virtualenv - - - - - 2021-10-28 - 20.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 20.0.31 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 20.0.21 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 20.0.20 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 20.0.18 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-07 - 20.0.16 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 20.0.15 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 20.0.14 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 20.0.10 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-03 - 20.0.7 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-wcwidth - https://github.com/jquast/wcwidth - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Measures number of Terminal column cells of wide-character codes. - Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı. - Python library that measures the width of unicode strings rendered to a terminal - python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar. - https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-wcwidth/pspec.xml - - - python3-wcwidth - Measures number of Terminal column cells of wide-character codes. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-wcwidth - - - - - 2021-10-22 - 0.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 0.2.5 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 0.1.9 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 0.1.8 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-webencodings - https://github.com/gsnedders/python-webencodings - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - Character encoding for the web. - Genel ağ icin karakter kodlaması. - python3-webencodings is a Python implementation of the WHATWG Encoding standard. - python3-webencodings, genel ağ için karakter kodlaması kitaplığı sunar. - https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-webencodings/pspec.xml - - - python3-webencodings - Character encoding for the web. - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-webencodings - - - - - 2021-10-25 - 0.5.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-20 - 0.5.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-websocket-client - https://github.com/websocket-client/websocket-client - - Alihan Öztürk - alihan@pisilinux.org - - BSD - app:console - programming.language.python3 - WebSocket client library for Python - Python3 icin ag soketleri kitapligi - websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. - python3-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. - https://github.com/websocket-client/websocket-client/archive/v1.1.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-websocket-client/pspec.xml - - - python3-websocket-client - WebSocket client library for Python - - python3-six - python3 - - - /usr/bin/wsdump.py - /usr/lib/python3* - /usr/share/doc/python3-websocket-client - - - - - 2021-10-22 - 1.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-26 - 0.57.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-19 - 0.48.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-25 - 0.47.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 0.46.0 - Release Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 0.40.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.37.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-06 - 0.37.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-websockets - https://github.com/aaugustin/websockets - - Blue Devil - bluedevil@sctzine.com - - BSD3 - library - programming.language.python3 - Library for building WebSocket servers and clients in Python. - Websocket sunucu ve istemcileri inşa etmek için gerekli python kitaplığı - websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity. - python3-websockets, doğruluk ve sadeliği esas alarak, Websocket sunucu ve istemcileri yapmak için gerekli python kitaplığını içerir. - https://github.com/aaugustin/websockets/archive/9.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-websockets/pspec.xml - - - python3-websockets - Library for building WebSocket servers and clients in Python. - - python3 - - - /usr/lib - /usr/share/man - /usr/share/doc/python3-websockets - - - - - 2021-10-22 - 9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 8.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-werkzeug - https://palletsprojects.com/p/werkzeug/ - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - The comprehensive WSGI web application library. - WSGI ağ uygulamaları kitaplığı. - Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. - python3-werkzeug, WSGI ağ uygulamaları kitaplığı içerir. - https://github.com/pallets/werkzeug/archive/2.0.2.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-werkzeug/pspec.xml - - - python3-werkzeug - The comprehensive WSGI web application library - - python3 - - - /usr/share/doc/python3-werkzeug - /usr/lib/python3* - - - - - 2021-10-25 - 2.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-07 - 1.0.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-13 - 1.0.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-wheel - https://github.com/pypa/wheel - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - The official binary distribution format for Python. - Python için resmi ikilik dosya dağıtım biçimi - This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. - python3-wheel, PEP427'de tanımlanan Python için "wheel" paketleme standardı uygulamasıdır. - https://github.com/pypa/wheel/archive/0.36.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-wheel/pspec.xml - - - python3-wheel - The official binary distribution format for Python. - - python3 - - - /usr/bin/wheel - /usr/lib/python3* - /usr/share/doc/python3-wheel - - - - - 2021-10-22 - 0.36.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-30 - 0.35.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-wrapt - https://github.com/GrahamDumpleton/wrapt - - Blue Devil - bluedevil@sctzine.com - - BSDv2 - library - programming.language.python3 - A Python module for decorators, wrappers and monkey patching. - Çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü. - python3-wrapt provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. - python3-wrapt, çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü sağlar. - https://github.com/GrahamDumpleton/wrapt/archive/1.13.2.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-wrapt/pspec.xml - - - python3-wrapt - A Python module for decorators, wrappers and monkey patching. - - python3 - python3-setuptools - - - /usr/share/doc/ - /usr/lib/python3* - - - - - 2021-10-13 - 1.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 1.13.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 1.12.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-wtforms - https://github.com/wtforms/wtforms - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.language.python3 - A flexible forms validation and rendering library for Python. - Esnek bir form değerlendirme ve render kitaplığı. - WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose. - python3-wtforms, python icin esnek bir form değerlendirme ve render kitaplığı sağlar. - https://github.com/wtforms/wtforms/archive/2.3.3.tar.gz - - python3-Babel - python3-devel - python3-setuptools - - programming/language/python3/python3-wtforms/pspec.xml - - - python3-wtforms - A flexible forms validation and rendering library for Python. - - python3 - python3-MarkupSafe - - - /usr/lib/python3* - /usr/share/doc/python3-wtforms - - - - - 2021-10-25 - 2.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 2.3.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-04-22 - 2.3.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2.2.1 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-xapp - https://github.com/linuxmint/python3-xapp - - PisiLinux Developers - admin@pisilinux.org - - LGPL - library - programming.language.python3 - Python Xapp Library - Python Xapp Library - python - https://github.com/linuxmint/python3-xapp/archive/refs/tags/2.2.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-xapp/pspec.xml - - - python3-xapp - - python3 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-05-15 - 2.2.1 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-xdg - https://gitlab.freedesktop.org/xdg - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2+ - app:console - programming.language.python3 - X client library for Python3. - X client library for Python3. - https://gitlab.freedesktop.org/xdg/pyxdg/-/archive/rel-0.28/pyxdg-rel-0.28.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-xdg/pspec.xml - - - python3-xdg - X client library for Python3. - - python3 - - - /usr/share/doc/python3-xdg - /usr/lib/python3* - - - - - 2022-06-07 - 0.28 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 0.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.26 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-xlib - https://github.com/python-xlib/python-xlib - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2+ - library - programming.language.python3 - X client library for Python3. - Python için X istemci kitaplığı. - The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib. - python3-xlib, python için X istemci kitaplığı sunar. - https://github.com/python-xlib/python-xlib/archive/0.31.tar.gz - - pip3 - python3-setuptools - python3-devel - - programming/language/python3/python3-xlib/pspec.xml - - - python3-xlib - X client library for Python3. - - python3-six - python3 - - - /usr/share/doc/python3-xlib - /usr/lib/python3* - - - - - 2021-10-02 - 0.31 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-08 - 0.27 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-27 - 0.26 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python3-youtube_dl - https://ytdl-org.github.io/youtube-dl/index.html - - Pisi Linux Admins - admins@pisilinux.org - - GPLv3 - app:console - programming.language.python3 - Youtube Video Downloader - Youtube video indirici. - Youtube Video Downloader - Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama. - youtube_dl - https://github.com/ytdl-org/youtube-dl/archive/2021.12.17.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-youtube_dl/pspec.xml - - - python3-youtube_dl - Youtube Video Downloader - - python3-setuptools - python3 - - - /etc/fish - /usr/share/doc/ - /usr/bin - /usr/lib/python3* - /usr/share/man/man1 - /etc/bash_completion.d - /usr/share/applications - - - - - 2022-01-04 - 2021.12.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2021.06.06 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-17 - 2021.06.06 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-04 - 2021.05.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-17 - 2021.01.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 2020.07.28 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-06-28 - 2020.06.16.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 2020.05.08 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-27 - 2020.03.24 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 2020.03.08 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 2020.03.01 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-18 - 2020.02.16 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 2020.01.24 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 2020.01.15 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-10 - 2020.01.01 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-26 - 2019.12.25 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-10-28 - 2019.10.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-24 - 2019.06.21 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 2018.12.17 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-26 - 2018.12.17 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 2018.11.18 - version bump - Aydin Atmaca - aydinatmaca@gmail.com - - - 2018-10-03 - 2018.09.26 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 2018.08.04 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 2018.01.21 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 2017.01.31 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-08-26 - 2016.08.24.1 - version bump - Metehan Özbek - mthnzbk@gmail.com - - - 2016-08-06 - 2016.08.06 - version bump - Metehan Özbek - admins@pisilinux.org - - - 2016-07-21 - 2016.07.17 - First release - Metehan Özbek - admins@pisilinux.org - - - - - - python3-zappa - https://github.com/Miserlou/Zappa - - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - LGPLv2.1 - library - app:console - programming.language.python3 - Zappa - Serverless Python - Zappa - Sunucusuz Python - Server-less Python Web Services for AWS Lambda and API Gateway - python3-zappa, AWS Lambda ve API Ağ geçidi için sunucusuz Python ağ hizmetleri sunan python arayüzüdür. - https://files.pythonhosted.org/packages/38/d1/92037f8194028d720e4ab50aff0a0c6355aab1d5240e593e4797f2b4ada8/zappa-0.54.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-zappa/pspec.xml - - - python3-zappa - Zappa - Serverless Python - - python3 - - - /usr/bin - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2021-10-28 - 0.54.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-11 - 0.51.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 0.50.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-06 - 0.49.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 0.48.2 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-08-30 - 0.46.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-08-15 - 0.43.2 - First Release - Ismet Sezer Simsek - ismetsezer1996@gmail.com - - - - - - python3-zeroconf - https://github.com/jstasiak/python-zeroconf - - Blue Devil - bluedevil@sctzine.com - - LGPLv2 - library - programming.language.python3 - A pure python3 implementation of multicast DNS service discovery. - Python3 için çoklu dağıtımı destekleyen DNS hizmeti keşfi uygulaması - python3-zeroconf is a pure Python3 Multicast DNS Service Discovery Library (Bonjour/Avahi compatible). - python3-zeroconf, çoklu dağıtım(multicast) DNS hizmetlerini python üzerinden bulabilmenize olanak sağlayan bir python kitaplığıdır. - https://github.com/jstasiak/python-zeroconf/archive/0.36.9.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-zeroconf/pspec.xml - - - python3-zeroconf - A pure python3 implementation of multicast DNS service discovery. - - python3 - python3-ifaddr - - - /usr/lib/python3* - /usr/share/doc/python3-zeroconf - - - - - 2021-10-28 - 0.36.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-31 - 0.28.3 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-19 - 0.26.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - python3-zipp - https://github.com/jaraco/zipp - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - A pathlib-compatible Zipfile object wrapper. - pathlib-uyumlu ZipDosyası sarmalayıcı python modülü - A pathlib-compatible Zipfile object wrapper. A backport of the Path object. - python3-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. - https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz - - python3-setuptools-scm - python3-setuptools - python3-devel - python3-toml - - programming/language/python3/python3-zipp/pspec.xml - - - python3-zipp - Python development support library (note: maintenance only) - - python3 - - - /usr/share/doc/python3-zipp - /usr/lib/python3* - - - - - 2021-10-22 - 3.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 3.1.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-21 - 3.0.0 - Ver. bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 2.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - wxPython3 - https://www.wxpython.org/ - - fury - uglyside@yandex.ru - - wxWinLL-3 - library - programming.language.python3 - Python bindings for wxGTK - wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++. - https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz - - wxGTK3 - gtk3-devel - tiff-devel - mesa-devel - wxGTK-devel - pango-devel - libSM-devel - python3-devel - mesa-glu-devel - gstreamer-devel - gdk-pixbuf-devel - libXxf86vm-devel - libXinerama-devel - python3-setuptools - libjpeg-turbo-devel - gst-plugins-base-devel - - programming/language/python3/wxPython3/pspec.xml - - - wxPython3 - - bzip2 - python3 - wxGTK3 - wxGTK-common - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2022-07-29 - 4.1.1 - Rebuild python3. - fury - uglyside@yandex.ru - - - - - - yt-dlp - https://github.com/yt-dlp/yt-dlp - - Kamil Atlı - suvari@pisilinux.org - - as-is - library - programming.language.python3 - A youtube-dl fork with additional features and fixes - Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı - A youtube-dl fork with additional features and fixes - Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı - https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2022.03.08.1.tar.gz - - aria2-devel - ffmpeg-devel - python3-wheel - python3-devel - rtmpdump-devel - python3-mutagen - python3-setuptools - python3-websockets - python3-pycryptodomex - - programming/language/python3/yt-dlp/pspec.xml - - - yt-dlp - A youtube-dl fork with additional features and fixes - - aria2 - ffmpeg - python3 - rtmpdump - python3-wheel - python3-mutagen - python3-websockets - python3-pycryptodomex - - - /usr/bin - /usr/share/man/man1 - /usr/share/bash-completion/completions - /usr/share/fish/vendor_completions.d - /usr/share/zsh/site-functions - /usr/share/doc/yt_dlp - /usr/share/doc/yt-dlp - /usr/lib/python3.9/site-packages/yt_dlp - - - - - 2022-03-29 - 2022.03.08.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - R-lang - http://www.r-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - app:console - programming.language - A free software environment for statistical computing and graphics - This package includes the core R userspace and all R development components. - http://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz - - libXmu-devel - icu4c-devel - jdk7-openjdk - xdg-utils - blas-devel - lapack-devel - libXt-devel - libSM-devel - cairo-devel - pango-devel - libjpeg-turbo-devel - tiff-devel - libgfortran - xz-devel - readline-devel - curl-devel - minizip-devel - - - R-3.4.1-parallel.patch - R-3.4.1-rmath-shared.patch - - programming/language/R-lang/pspec.xml - - - R - - blas - make - tiff - libXt - icu4c - libSM - cairo - pango - libXmu - lapack - xdg-utils - libgfortran - jre7-openjdk - libjpeg-turbo - xz - curl - zlib - bzip2 - glib2 - libX11 - libpng - libpcre - readline + libcap-ng /etc - /usr/bin - /usr/lib/R + /usr/sbin /usr/share/man - /usr/share/R + /usr/share/doc - System.Package + System.Service - 99R - ld.so.conf + irqbalance.confd - - R-mathlib - Math library for R - R Mathlib kitaplığı - library - - R - - - /usr/lib - /usr/include/Rmath.h - /usr/include/R/Rmath.h - /usr/lib/pkgconfig/libRmath.pc - - - - R-docs - Documents for R - R belgeleri - data:doc - - /usr/share/doc/R - - - - R-devel - Development files for R - R için geliştirme dosyaları - - R - - - /usr/include - /usr/lib/pkgconfig/libR.pc - - - - 2021-02-27 - 3.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 3.5.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-06 - 3.5.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-12-23 - 3.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2018-09-09 - 3.5.1 - Rebuild. + 2020-02-01 + 1.6.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-07-08 - 3.5.1 + 2018-08-13 + 1.4.0 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + Mustafa Cinasal + muscnsl@gmail.com - 2018-02-01 - 3.4.3 - Release bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-01 - 3.4.3 + 2018-01-04 + 1.3.0 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-06-08 - 3.4.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-27 - 3.3.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - ruby - http://www.ruby-lang.org/en/ - - PisiLinux Community - admins@pisilinux.org - - Ruby - app:console - programming.language.ruby - An object-oriented scripting language - Nesneye dayalı bir dil - Ruby est un langage de programmation dynamique, open source mettant l'accent sur la simplicité et la productivité. Il a une syntaxe élégante qui est naturelle à lire et facile à écrire. - Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. - Ruby, basitlik ve üretkenliğe odaklanan açık kaynaklı, dinamik bir betik dilidir. Okuması ve yazması kolay, şık bir sözdizime sahiptir. - Ruby es un lenguaje dinámico, de código abierto, y con enfoque en simplicidad y productividad. Tiene una sintaxis elegante que permite leer naturalmente y escribirlo de manera fácil. - https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.1.tar.xz - - tcl-devel - gmp-devel - zlib-devel - gdbm-devel - tcltk-devel - libffi-devel - openssl-devel - libyaml-devel - - programming/language/ruby/ruby/pspec.xml - - - ruby - An object-oriented language for quick and easy programming - - tcl - gmp - zlib - gdbm - tcltk - libffi - openssl - libyaml - readline - - - /usr/bin - /usr/lib/ruby/3.0.0/ - /usr/lib/libruby.so.3.0.1 - /usr/lib/libruby.so.3.0 - /usr/lib/libruby.so - /usr/lib/ruby/site_ruby/3.0.0/ - /usr/lib/ruby/vendor_ruby/3.0.0/ - /usr/share/man/man1 - /usr/share/doc/ruby/LEGAL - /usr/share/doc/ruby/LICENSE - /usr/share/doc/ruby/README* - /usr/share/doc/ruby/COPYING* - - - - ruby-devel - Development files for ruby - ruby için geliştirme dosyaları - ruby-devel, ruby için geliştirme dosyalarını içerir. - - ruby - - - /usr/lib/pkgconfig/ - /usr/include - - - - ruby-docs - Documentation files for ruby - ruby için belgelendirme dosyaları - ruby-docs, libnotify için belgelendirme dosyalarını içerir. - - ruby - - - /usr/share/ri/ - - - - rubygems - rubygems, The Ruby standard for packaging ruby libraries - ruby için standart kitaplık dosyaları - rubygems, ruby için standart kitaplık dosyalarını içerir. - - ruby - - - /usr/bin/gem - /usr/lib/ruby/gems/ - /usr/share/ri/3.0.0/system/Gem - /usr/share/man/man5 - - - - - 2021-06-28 - 3.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-26 - 2.7.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-07 - 2.6.5 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-01 - 2.6.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 2.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-06 - 2.5.0 - Rebuild for gdbm. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-01-31 - 2.5.0 - Release Bump Mustafa Cinasal muscnsl@gmail.com - 2017-02-02 - 2.4.0 - Release Bump - Muhammet Dilmaç - m.dilmac@pisilinux.org + 2017-01-29 + 1.2.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com 2016-06-09 - 2.2.2 + 1.1.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-03-04 - 2.2.2 + 2016-01-27 + 1.1.0 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - rust - https://www.rust-lang.org/ + intel-ucode + http://www.intel.com/ PisiLinux Community admins@pisilinux.org - MIT - app - programming.language - Systems programming language focused on safety, speed and concurrency - Güvenlik, hız ve eşzamanlılık odaklı sistem programlama dili - Język programowania systemów skoncentrowany na bezpieczeństwie, szybkości i współbieżności - Systems programming language focused on safety, speed and concurrency - Rust inanılmaz hızlı ve bellek tasarrufludur. Çöp toplayıcısı veya çalışma zamanı olmadan performans açısından kritik öneme sahip servisleri çalıştırabilir, gömülü cihazlarda çalışabilir ve diğer dillerle kolayca entegre olabilir. - Rust jest niesamowicie szybki i wydajny w pamięci. Może uruchamiać usługi krytyczne pod względem wydajności bez modułu odśmiecania pamięci lub środowiska wykonawczego, działać na urządzeniach osadzonych i łatwo integrować się z innymi językami. - https://static.rust-lang.org/dist/rustc-1.62.1-src.tar.gz - https://static.rust-lang.org/dist/rust-1.62.1-x86_64-unknown-linux-gnu.tar.gz - - bootstrap-config.toml - + as-is + library + hardware.cpu + Microcode update files for Intel CPUs + Intel işlemciler için microcode dosyaları + Microcode update files for Intel CPUs + Intel işlemciler için microcode dosyaları + https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-20220809.zip - rust - perl - llvm - cmake - ninja - ocaml - valgrind-devel - zlib-devel - glibc-devel - libxml2-devel - openssl-devel - libssh2-devel - gdb-devel - curl-devel - python3-devel - libffi-devel + iucode-tool - programming/language/rust/pspec.xml + hardware/cpu/intel-ucode/pspec.xml - rust - - curl - zlib - libgcc - libssh2 - openssl - llvm-libs - + intel-ucode - /usr/bin - /usr/libexec - /etc - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - /usr/share/zsh - - - - rust-docs - Development files for rust - - rust - - - /usr/share/doc/rust/html + /usr/share/doc + /boot + + LICENSE + - - 2022-07-25 - 1.62.1 + + 2022-08-10 + 20220809 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2022-07-04 - 1.62.0 + + 2022-05-16 + 20220510 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2022-05-01 - 1.60.0 - Version bump + + 2020-05-26 + 20210216 + Rebuild + Berk Çakar + berk2238@hotmail.com + + + 2020-02-01 + 20180312 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 20180312 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-12 + 20180312 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 20171117 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-07 + 20161104 + Version Bump Kamil Atlı suvari@pisilinux.org - - 2022-02-14 - 1.58.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-10-25 - 1.56.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-16 - 1.55.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-06 - 1.52.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 1.50.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-12-26 - 1.48.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-09-22 - 1.46.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-02 - 1.44.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-05 - 1.43.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 1.42.0 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-21 - 1.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-29 - 1.35.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2019-05-27 - 1.34.2 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2019-04-17 - 1.34.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2019-02-11 - 1.32.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2018-12-19 - 1.31.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2018-10-29 - 1.30.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2018-10-29 - 1.29.2 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2018-08-30 - 1.27.0 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-04-17 - 1.25.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2017-11-13 - 1.21.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2017-09-26 - 1.20.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - scratch - https://scratch.mit.edu - - Blue Devil - bluedevil@sctzine.com - - GPLv2 - app:gui - programming.language - Programming language learning environment for stories, games, music and art. - Çocuklar için, sanat, müzik ve öyküler ile geliştirme yapılan programlama dili ve ortamı. - Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web. - Scratch, çcuklar için sanat, müzik ve öyküler ile geliştirme yapılan programlama dili ve ortamı sunar. - https://download.scratch.mit.edu/scratch-1.4.0.7.src.tar.gz - - gtk2-devel - pango-devel - - programming/language/scratch/pspec.xml - - - scratch - Programming language learning environment for stories, games, music and art. - - gtk2 - pango - squeak-vm - shared-mime-info - desktop-file-utils - - - /usr/share/ - /usr/lib/ - /usr/bin - /usr/share/doc/fplll - - - - - 2020-05-21 - 1.4.0.7 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - tcl - http://www.tcl.tk - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - programming.language.tcl - Tcl programming language - Tcl programlama dili - Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. - Tcl, çeşitli uygulamalar geliştirmek için kullanılabilen bir programlama dilidir. - Tcl provee una plataforma potente para crear aplicaciones de integración de diversos aplicaciones, protocolos, dispositivos y frameworks - mirrors://sourceforge/tcl/tcl8.6.10-src.tar.gz - - zlib-devel - - programming/language/tcl/tcl/pspec.xml - - - tcl - - zlib - - - /usr/bin - /usr/lib - /usr/lib/tcl8.6 - /usr/share/doc - /usr/share/man - - - - tcl-devel - Development files for tcl - tcl için geliştirme dosyaları - - tcl - zlib-devel - - - /usr/include - /usr/lib/*.a - /usr/lib/pkgconfig - /usr/lib/tclConfig.sh - /usr/share/man/man3 - - - - sqlite-tcl - files for sqlite-tcl - - tcl - - - /usr/lib/sqlite3.13.0/libsqlite* - /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm - /usr/share/man/mann/tdbc_sqlite3.n - /usr/share/man/mann/sqlite3.n - - - - - 2020-01-15 - 8.6.10 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 8.6.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-30 - 8.6.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-26 - 8.6.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - 2016-06-09 - 8.6.4 + 20140122 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-06-11 - 8.6.4 + 2014-05-06 + 20140122 First release Ertuğrul Erata ertugrulerata@gmail.com @@ -308877,2905 +339160,470 @@ complete albums that you have purchased from Amazon. - tcltk - http://www.tcl.tk + b43-fwcutter + http://bu3sch.de/b43/fwcutter PisiLinux Community admins@pisilinux.org - as-is - library - programming.language.tcl - Tk est une boîte à outils X11 implémentée avec le langage de script Tcl. - An X11 toolkit implemented with the Tcl scripting language - Tcl betik dili ile yazılmış X11 araç ve kitaplıkları - Tk is an X Windows widget set designed to work closely with the tcl scripting language. It allows you to write simple programs with full featured GUIs in only a little more time then it takes to write a text based interface. - Tk, tcl betik dili ile birlikte kullanılması için tasarlanmış bir X Windows araç setidir. Metin tabanlı arayüzlere oranla daha kısa sürede tam özellikli grafik arayüzlere sahip basit programlar yazmanızı sağlar. - mirrors://sourceforge/tcl/tk8.6.10-src.tar.gz - - tcl-devel - libX11-devel - libXft-devel - fontconfig-devel - - - tk-8.6.9-conf.patch - tk-8.6.4-no-fonts-fix.patch - tk-8.6.1-make.patch - - programming/language/tcl/tcltk/pspec.xml + GPLv2 + app:console + hardware.firmware + Firmware Tool for Broadcom 43xx + Broadcom kablosuz sürücüleri için firmware üretme aracı + Firmware Tool for Broadcom 43xx based wireless network devices using the mac80211 wireless stack + b43-fwcutter Broadcom kablosuz sürücüleri için firmware üretmek için kullanılan basit bir araç içerir. + http://bues.ch/b43/fwcutter/b43-fwcutter-019.tar.bz2 + hardware/firmware/b43-fwcutter/pspec.xml - tcltk - - tcl - libX11 - libXft - fontconfig - + b43-fwcutter /usr/bin - /usr/lib - /usr/lib/tk8.6 /usr/share/doc - /usr/share/man - - - - tcltk-devel - Development files for tcltk - tcltk için geliştirme dosyaları - - tcltk - libX11-devel - tcl-devel - - - /usr/include - /usr/lib/*.a - /usr/lib/tkConfig.sh - /usr/lib/pkgconfig - /usr/share/man/man3 + /usr/share/man/man1 - - 2020-01-18 - 8.6.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-07-27 - 8.6.8 - Rebuild for New Toolchain + 2020-02-01 + 019 + Rebuild Pisi Linux Community admin@pisilinux.org - 2017-01-27 - 8.6.8 - Version Bump + 2018-08-13 + 019 + Rebuild Pisi Linux Community admin@pisilinux.org - 2017-01-31 - 8.6.6 + 2017-02-18 + 019 Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Kamil Atlı + suvari@pisilinux.org 2016-06-09 - 8.6.3 + 018 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-12-14 - 8.6.3 + 2014-02-04 + 018 First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - vala - http://live.gnome.org/Vala + b43-firmware + http://linuxwireless.sipsolutions.net/en/users/Drivers/b43/ PisiLinux Community admins@pisilinux.org - LGPLv2+ - BSD - programming.language - A modern programming language for GNOME - GNOME için modern bir programlama dili - Kompilator języka opartego na bibliotece GObject - Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. - Vala, ek bir çalışma zamanı bağımlılığı olmayan ve C kitaplıklarının olduğu gibi kullanılabilmesini sağlayan modern bir programlama dilidir. - Vala to nowy język programowania, którego celem jest udostępnienie cech nowoczesnych języków programowania programistom GNOME bez wymuszania dodatkowych wymagań co do środowiska uruchomieniowego i używania API innego niż w aplikacjach i bibliotekach napisanych w C. - mirrors://gnome/vala/0.56/vala-0.56.2.tar.xz + freedist + data + hardware.firmware + Firmware for Broadcom B43 wireless network chips + Broadcom B43 kablosuz ağ çipleri için aygıt yazılımı + Firmware for Broadcom wireless network chips + Broadcom kablosuz ağ çipleri için aygıt yazılımı + http://mirror2.openwrt.org/sources/wl_apsta-3.130.20.0.o + http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2 - help2man - glib2-devel - gobject-introspection-devel - libxslt-devel - dbus-devel + b43-fwcutter - programming/language/vala/pspec.xml + hardware/firmware/b43-firmware/pspec.xml - vala - app:console - library - - glib2 - + b43-firmware - /usr/lib/vala - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/vala-*/vapi - /usr/share/vala/vapi/libvala-*.vapi - /usr/share/vim/vimfiles - - - vim/vala.syntax - vim/vala.ftdetect - - - - vala-docs - GNOME devhelp documentation for Vala - Vala için GNOME devhelp kitabı - Pliki dokumentacji dla kompilatora vala - data:doc - - /usr/share/devhelp - - - - vala-devel - Development files for vala - vala için geliştirme dosyaları - Pliki nagłówkowe dla kompilatora vala - - vala - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/pkgconfig - /usr/share/aclocal - /usr/share/vala/Makefile.vapigen - /usr/share/man/man3 + /lib/firmware - - 2022-07-15 - 0.56.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-02 - 0.56.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 0.54.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-09 - 0.54.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-16 - 0.54.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-29 - 0.54.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 0.54.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 0.54.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-04 - 0.54.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-23 - 0.54.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 0.52.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 0.52.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 0.52.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-15 - 0.48.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 0.44.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 0.40.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 0.40.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - 2018-07-29 - 0.36.9 - Rebuild. + 2020-02-01 + 6.30.163.46 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-01-27 - 0.36.9 + 2018-08-13 + 6.30.163.46 Version bump. Mustafa Cinasal muscnsl@gmail.com 2017-02-19 - 0.34.4 + 6.30.163.46 Version bump. Ertuğrul Erata ertugrulerata@gmail.com 2016-06-09 - 0.28.0 + 5.100.138 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-05-22 - 0.28.0 + 2014-01-17 + 5.100.138 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - abseil-cpp - https://abseil.io/ - - PisiLinux Community - admins@pisilinux.org - - Apache - library - programming.library - Collection of C++ library code designed to augment the C++ standard library - Collection of C++ library code designed to augment the C++ standard library - Collection of C++ library code designed to augment the C++ standard library - Collection of C++ library code designed to augment the C++ standard library - https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.0.tar.gz - - cmake - - programming/library/abseil-cpp/pspec.xml - - - abseil-cpp - - libgcc - - - /usr/lib - /usr/share/doc - - - - abseil-cpp-devel - Development files for abseil-cpp - - abseil-cpp - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-05 - 20220623.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-10 - 20211102.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - accounts-qml-module - https://launchpad.net/ubuntu/ - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv3 - library - programming.library - Expose the Online Accounts API to QML applications - Expose the Online Accounts API to QML applications - Expose the Online Accounts API to QML applications - Expose the Online Accounts API to QML applications - https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_0.7/accounts-qml-module-VERSION_0.7.tar.gz - - signon-devel - libaccounts-qt5-devel - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel - - - Build-add-qmltypes-file-to-repository.patch - Fix-compilation-with-Qt-5.13.patch - - programming/library/accounts-qml-module/pspec.xml - - - accounts-qml-module - - signon - libaccounts-qt5 - qt5-base - qt5-declarative - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2020-04-08 - 0.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - amtk - https://wiki.gnome.org/Projects/Amtk - - PisiLinux Community - admins@pisilinux.org - - LGPL2 - app:gui - programming.library - Actions, Menus and Toolbars Kit for GTK+ applications - Gtk uygulamları için eylem, menü ve araç çubuğu kiti - Actions, Menus and Toolbars Kit for GTK+ applications - Gtk uygulamları için eylem, menü ve araç çubuğu kiti - mirrors://gnome/amtk/5.5/amtk-5.5.1.tar.xz - - gettext-devel - glib2-devel - gtk-doc - gtk3-devel - gobject-introspection-devel - meson - - programming/library/amtk/pspec.xml - - - amtk - - gtk3 - glib2 - - - /usr - /usr/share - /usr/share/man - - - - amtk-devel - amtk için geliştirme dosyaları - - amtk - glib2-devel - gtk3-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-06-11 - 5.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-25 - 5.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 5.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - appstream - https://www.freedesktop.org/wiki/Distributions/AppStream/ + alsa-firmware + http://www.alsa-project.org PisiLinux Community admins@pisilinux.org GPLv2 - library - programming.library - Provides a standard for creating app stores across distributions - Provides a standard for creating app stores across distributions - Provides a standard for creating app stores across distributions - Provides a standard for creating app stores across distributions - https://www.freedesktop.org/software/appstream/releases/AppStream-0.14.6.tar.xz - - cmake - meson - xmlto - gtk-doc - vala-devel - docbook-xsl - docbook-xml - libsoup-devel - lmdb-devel - glib2-devel - python-six - python3-devel - libxslt-devel - libyaml-devel - libxml2-devel - qt5-base-devel - qt5-linguist - gperf - curl-devel - gobject-introspection-devel - - programming/library/appstream/pspec.xml + GPLv2+ + LGPLv2+ + BSD + data + hardware.firmware + firmware (logiciel interne) pour l'Architecture Son Linux Avancée (ALSA). + Firmware for several ALSA-supported sound cards + Çeşitli ALSA destekli ses kartları için firmware dosyaları + alsa-firmware contains the firmware binaries for a number of sound cards supported by the ALSA project. + alsa-firmware, ALSA sürücüleri tarafından desteklenen bazı ses kartları için gerekli firmware dosyalarını içerir. + ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.2.4.tar.bz2 + hardware/firmware/alsa-firmware/pspec.xml - appstream + alsa-firmware + + /usr/share/alsa/firmware + /lib/firmware + /usr/share/doc + + + + + 2021-09-21 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.2.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-17 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.0.29 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2017-02-18 + 1.0.29 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.0.29 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-03-04 + 1.0.29 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + flatpak + https://flatpak.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2.1 + hardware.virtualization + Application distribution framework + Linux application sandboxing and distribution framework, formerly xdg-app + https://github.com/flatpak/flatpak/releases/download/1.12.7/flatpak-1.12.7.tar.xz + + xmlto + zstd-devel + util-linux + gtk-doc + eudev-devel + libcap-devel + gettext-devel + zlib-devel + bubblewrap + polkit-devel + libseccomp-devel + dbus-devel + dconf-devel + json-glib-devel + appstream-glib-devel + docbook-xsl + python3-six + ostree-devel + python3-pyparsing + xdg-dbus-proxy + elogind-devel + fuse-devel + + hardware/virtualization/flatpak/pspec.xml + + + flatpak - curl - libxml2 - libyaml + zstd + xorg-app + bubblewrap + fuse glib2 + gpgme + gnupg + libXau + libxml2 libsoup - lmdb + json-glib + libarchive + libseccomp + gdk-pixbuf + dconf + ostree + polkit + appstream-glib + python3-pyparsing + libassuan + libgpg-error + xdg-dbus-proxy /usr/bin /etc /usr/lib - /usr/share/locale + /usr/libexec + /usr/share/bash-completion + /usr/share/fish/vendor_completions.d/ + /usr/share/dbus-1 + /usr/share/polkit-1 + /usr/share/flatpak /usr/share/man - /usr/share/metainfo + /usr/share/locale /usr/share/doc - /usr/share/gettext - /usr/share/vala - /usr/share/gir-1.0 - /usr/share/libalpm - /usr/share/installed-tests/appstream/metainfo-validate.test - - - System.Package - - - - appstream-qt5 - - qt5-base - libgcc - appstream - glib2 - - - /usr/lib/libAppStreamQt.* - - - - appstream-qt5-devel - Development files for appstream - - appstream-qt5 - - - /usr/include/AppStreamQt - /usr/lib/cmake - - - - appstream-devel - Development files for appstream - - appstream - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-12-01 - 0.14.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-11 - 0.14.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-31 - 0.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-26 - 0.14.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-11 - 0.12.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 0.12.10 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-04-14 - 0.12.5 - Rebuild qt5. - PisiLinux Community - admins@pisilinux.org - - - 2019-02-13 - 0.12.5 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-11-09 - 0.12.3 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-10-20 - 0.12.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - appstream-glib - https://people.freedesktop.org/~hughsient/appstream-glib/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:console - programming.library - Provides GObjects and helper methods to read and write AppStream metadata - Provides GObjects and helper methods to read and write AppStream metadata - https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.7.18.tar.xz - - meson - autoconf-archive - gperf - gcap-devel - libxslt-devel - docbook-xsl - glib2-devel - libarchive-devel - libsoup-devel - json-glib-devel - gdk-pixbuf-devel - libpng-devel - gtk3-devel - libyaml-devel - libutil-linux-devel - gobject-introspection-devel - libxml2-devel - - - 0001-builder-Implement-support-for-.pisi-format.patch - 0002-pisi-Enable-comparison-by-release-field-highest-win.patch - - programming/library/appstream-glib/pspec.xml - - - appstream-glib - - gtk3 - cairo - pango - libyaml - freetype - glib2 - libsoup - json-glib - gdk-pixbuf - libarchive - fontconfig - libutil-linux - libxml2 - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/locale - /usr/share/bash-completion/ - /usr/share/aclocal - /usr/share/gettext - /usr/share/installed-tests/appstream-glib - /usr/share/doc - - - - appstream-glib-devel - - appstream-glib - libutil-linux-devel - libarchive-devel - glib2-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-06-23 - 0.7.18 - Added PiSi Support. - Berk Çakar - berk2238@hotmail.com - - - 2020-10-10 - 0.7.18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 0.7.16 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-02-13 - 0.7.14 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-04 - 0.7.12 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-10 - 0.7.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - binaryen - https://github.com/WebAssembly/binaryen - - Blue Devil - bluedevil@sctzine.com - - Apache2.0 - app:console - library - programming.library - Compiler infrastructure and toolchain library for WebAssembly - C++ ile WebAssembly için yazılış derleyici altyapısı ve araç zinciri. - Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. It aims to make compiling to WebAssembly easy, fast, and effective. - binaryen, C++ ile WebAssembly için yazılış derleyici altyapısı ve araç zinciri sunar. Binaryen, WebAssembly ile derlemeyi kolay, hızlı ve verimli yapmayı amaçlar. - https://github.com/WebAssembly/binaryen/archive/version_96.tar.gz - - cmake - meson - - - b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch - - programming/library/binaryen/pspec.xml - - - binaryen - Extremely fast hash algorithm - - /usr/lib - /usr/share/doc - /usr/bin - /etc/profile.d/binaryen.sh + /usr/share/gtk-doc + /usr/share/zsh - binaryen.sh + flathub.flatpakrepo - binaryen-devel - Development files for binaryen - binaryen için geliştirme dosyaları - binaryen-devel, binaryen için geliştirme dosyalarını içerir. + flatpak-devel + Development files for flatpak - binaryen + flatpak + glib2-devel + ostree-devel /usr/include - - - - - 2020-09-07 - 96 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - black-hole-solver - https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - library - programming.library - The Black Hole Solitaire Solver Executable - The Black Hole Solitaire Solver Executable - The Black Hole Solitaire Solver Executable - The Black Hole Solitaire Solver Executable - https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz - - cmake - perl-path-tiny - python3-devel - rinutils-devel - - programming/library/black-hole-solver/pspec.xml - - - black-hole-solver - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - black-hole-solver-devel - Development files for black-hole-solver - - black-hole-solver - - - /usr/include - /usr/lib/cmake /usr/lib/pkgconfig + /usr/share/gir-1.0 - - 2021-05-10 - 1.10.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - catch2 - https://github.com/catchorg/catch2 - - Safa Arıman - safaariman@pisilinux.org - - BSLv1 - library - programming.library - C++ Automated Test Cases in Headers - C++ Automated Test Cases in Headers - Catch2 is a multi-paradigm test framework for C++, which also supports Objective-C. It is primarily distributed as a single header file, although certain extensions may require additional headers. - Catch2 is a multi-paradigm test framework for C++, which also supports Objective-C. It is primarily distributed as a single header file, although certain extensions may require additional headers. - https://github.com/catchorg/Catch2/archive/v2.11.1.tar.gz - - cmake - python3-devel - - programming/library/catch2/pspec.xml - - - catch2 - - /usr/include - /usr/lib - /usr/share/doc - /usr/share - - - - - 2020-03-17 - 2.11.1 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - cbindgen - https://github.com/eqrion/cbindgen - - PisiLinux Community - admins@pisilinux.org - - MPL2 - library - programming.library - A tool for generating C bindings to Rust code - A tool for generating C bindings to Rust code - Rust koduna C bağlamaları oluşturmak için bir araç - Rust koduna C bağlamaları oluşturmak için bir araç - https://github.com/eqrion/cbindgen/archive/v0.24.3.tar.gz - - rust - llvm - curl-devel - - programming/library/cbindgen/pspec.xml - - - cbindgen - - /usr/bin - /usr/share/doc - - - - - 2022-08-01 - 0.24.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 0.23.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-27 - 0.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-06 - 0.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-27 - 0.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-26 - 0.17.0 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-12-27 - 0.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-02 - 0.15.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - 2020-09-24 - 0.14.6 + 2022-05-05 + 1.12.7 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-09-02 - 0.14.4 + 2021-10-25 + 1.12.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-06-29 - 0.14.3 + 2021-06-07 + 1.11.1 Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-05 - 0.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-16 - 0.14.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 0.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 0.13.2 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-11 - 0.12.1 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-12-03 - 0.10.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-21 - 0.9.1 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-09-03 - 0.9.1 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-05-20 - 0.8.7 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-03-19 - 0.8.2 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-02-11 - 0.7.1 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-11-16 - 0.6.7 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2018-10-29 - 0.6.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - cdk - https://invisible-island.net/cdk/cdk.html - - fury - uglyside@yandex.ru - - custom - library - programming.library - This is a modified/enhanced version of Cdk. - Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. This little project of mine started as a test to see how compatible my Linux machine was to other UNIX breeds. While doing this I discovered Ncurses, and played with it. These widgets are the result of over a years worth of playing. - https://invisible-mirror.net/archives/cdk/cdk-5.0-20211216.tgz - - Xaw3d-devel - ncurses-devel - - programming/library/cdk/pspec.xml - - - cdk - - ncurses - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - cdk-devel - - ncurses-devel - perl - cdk - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-17 - 5.0.20211216 - Version bump. - fury - uglyside@yandex.ru - - - 2020-11-28 - 5.0.20200923 - First build. - fury - uglyside@yandex.ru - - - - - - cpp-utilities - https://github.com/Martchus/cpp-utilities - - fury - uglyside@yandex.ru - - GPL-2 - library - programming.library - Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities. - Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities. - https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.17.0.tar.gz - - cmake - doxygen - boost-devel - cppunit-devel - - programming/library/cpp-utilities/pspec.xml - - - cpp-utilities - - boost - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - cpp-utilities-devel - - cpp-utilities - - - /usr/include - /usr/lib/pkgconfig - /usr/share/c++-utilities - - - - - 2022-07-10 - 5.17.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-04-14 - 5.14.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 5.12.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-11-04 - 5.11.1 - First build - fury - uglyside@yandex.ru - - - - - - double-conversion - https://github.com/google/double-conversion - - fury - uglyside@yandex.ru - - BSD-3-Clause - library - programming.library - Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. - IEEE çiftleri için ikilik-onluk ve onluk-ikilik sayı tabanları arasında verimli dönüşüm yordamları. - double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles. - double-conversion, IEEE çiftleri için ikilik-onluk ve onluk-ikilik sayı tabanları arasında verimli dönüşüm yordamları sunar. - https://github.com/google/double-conversion/archive/refs/tags/v3.2.1.tar.gz - - cmake - - programming/library/double-conversion/pspec.xml - - - double-conversion - - libgcc - - - /usr/lib - /usr/share/doc - - - - double-conversion-devel - double-conversion için geliştirme dosyaları - double-conversion-devel, double-conversion için geliştirme dosyalarını içerir. - - double-conversion - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-08-07 - 3.2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2022-01-04 - 3.1.7 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-20 - 3.1.6 - Version bump. - fury - uglyside@yandex.ru - - - 2020-04-30 - 3.1.5 - First build. - fury - uglyside@yandex.ru - - - - - - editorconfig-core-c - https://editorconfig.org/ - - Pisi Linux Admins - admin@pisilinux.org - - BSD - library - programming.library - EditorConfig core library written in - EditorConfig core library written in - EditorConfig çekirdek kitaplığı - EditorConfig çekirdek kitaplığı - https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.4.tar.gz - - cmake - doxygen - libpcre2-devel - - programming/library/editorconfig-core-c/pspec.xml - - - editorconfig-core-c - - libpcre2 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - editorconfig-core-c-devel - Development files for editorconfig-core-c - - editorconfig-core-c - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2020-09-21 - 0.12.4 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - expected - https://github.com/TartanLlama/expected - - Safa Arıman - safa@ariman.gen.tr - - CC0 - library - programming.library - Single header implementation of std::expected with functional-style extensions. - Single header implementation of std::expected with functional-style extensions. - std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner. - std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner. - https://github.com/TartanLlama/expected/archive/v1.0.0.tar.gz - - cmake - git - catch2 - - programming/library/expected/pspec.xml - - - expected-devel - - /usr/include - /usr/share/doc - /usr/share/cmake - - - - - 2020-03-17 - 1.0.0 - First release - Safa Arıman - safa@ariman.gen.tr - - - - - - fmt - https://fmt.dev/latest/index.html - - Blue Devil - bluedevil@sctzine.com - - BSD - library - programming.library - Open-source formatting library for C++ - C++ için açık kaynak kodlu biçimlendirme kitaplığı. Open-source formatting library for C++ - {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. - fmt, C++ için açık kaynak kodlu biçimlendirme kitaplığı sunar. - https://github.com/fmtlib/fmt/archive/refs/tags/9.0.0.tar.gz - - cmake - - programming/library/fmt/pspec.xml - - - fmt - Open-source formatting library for C++ - - libgcc - - - /usr/lib - /usr/share/doc/fmt - - - - fmt-devel - Development files for fmt - fmt için geliştirme dosyaları - fmt-devel, fmt için geliştirme dosyalarını içerir. - - fmt - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-06 - 9.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-17 - 8.0.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-23 - 7.0.3 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-18 - 6.2.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - freecell-solver - https://fc-solve.shlomifish.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.library - A program that automatically solves layouts of Freecell and similar variants of Card Solitaire - Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program - This is Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell, and Seahaven Towers, as well as Simple Simon boards. - Freecell Çözücüsü: Eight Off, Forecell, Seahaven Towers, Simple Simon gibi Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir programdır. - https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.0.1.tar.xz - - cmake - gperf - perl-Moo - python3-six - perl-path-tiny - rinutils-devel - python3-random2 - python3-pysol_cards - perl-template-toolkit - - programming/library/freecell-solver/pspec.xml - - - freecell-solver - A program that automatically solves layouts of Freecell and similar variants of Card Solitaire - - rinutils - - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - freecell-solver-devel - Development files for freecell-solver - freecell-solver için geliştirme dosyaları - freecell-solver-devel, freecell-solver için geliştirme dosyalarını içerir. - - freecell-solver - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-09-23 - 6.0.1 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-13 - 5.16.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-11-11 - 5.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - glm - http://glm.g-truc.net/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.library - C++ mathematics library - C++ matematik kitaplığı - C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification - GLM, OpenGL Shading Language (GLSL) spesifikasyonuna dayanan 3D yazılımlar için bir C + + matematik kitaplığıdır. - https://github.com/g-truc/glm/archive/0.9.9.6.tar.gz - - cmake - - - glm-0.9.9.6-install.patch - - programming/library/glm/pspec.xml - - - glm - - /usr/include - /usr/lib - - - - glm-doc - - /usr/share/doc - - - - - 2020-02-21 - 0.9.9.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-09 - 0.9.8.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - 2017-01-01 - 0.9.8.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gom - https://wiki.gnome.org/Projects/Gom - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - programming.library - GObject to SQLite object mapper library - GObject'den SQLite nesne eşleyici kitaplığı - GObject to SQLite object mapper library - GObject'den SQLite nesne eşleyici kitaplığı - gom - mirrors://gnome/gom/0.4/gom-0.4.tar.xz - - gobject-introspection-devel - gdk-pixbuf-devel - python3-pygobject3-devel - sqlite-devel - python3-devel - meson - - programming/library/gom/pspec.xml - - - gom - - glib2 - sqlite - - - /usr/bin - /usr/lib/libgom* - /usr/lib/girepository-1.0 - /usr/lib/python3* - /usr/share/doc - - - - gom-devel - gom için geliştirme dosyaları - - gom - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-10-24 - 0.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-10 - 0.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - gtksourceviewmm3 - https://wiki.gnome.org/Projects/GtkSourceView - - PisiLinux Community - admins@pisilinux.org - - LGPL-2.1 - library - programming.library - GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+ widget for multiline text editing. - GtkSourceView adds support for syntax highlighting, undo/redo, file loading and saving, search and replace, a completion system, printing, displaying line numbers, and other features typical of a source code editor. - https://download.gnome.org/sources/gtksourceviewmm/3.18/gtksourceviewmm-3.18.0.tar.xz - - atk-devel - gtk3-devel - atkmm-devel - cairo-devel - glib2-devel - pango-devel - glibmm-devel - gtkmm3-devel - cairomm-devel - pangomm-devel - libsigc++-devel - gdk-pixbuf-devel - gtksourceview3-devel - - programming/library/gtksourceviewmm3/pspec.xml - - - gtksourceviewmm3 - - atk - gtk3 - atkmm - cairo - glib2 - pango - glibmm - gtkmm3 - cairomm - pangomm - libsigc++ - gdk-pixbuf - gtksourceview3 - - - /usr/lib - /usr/share - /usr/share/doc - - - - gtksourceviewmm3-devel - - gtksourceviewmm3 - glibmm-devel - gtkmm3-devel - gtksourceview3-devel - - - /usr/include - /usr/lib/pkgconfig - - - - gtksourceviewmm3-docs - - gtksourceviewmm3 - - - /usr/share/doc/gtksourceviewmm-3.0 - - - - - 2021-12-18 - 3.18.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - guidelines-support-library - https://github.com/Microsoft/GSL - - Safa Arıman - safaariman@pisilinux.org - - MIT - library - programming.library - Microsoft Guidelines Support Library - Microsoft Kılavuz Destek Kitaplığı - The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL. - Kılavuz Destek Kitaplığı (GSL), Standart C++ Vakfı tarafından sürdürülen C++ Çekirdek Kılavuzu tarafından kullanılması için önerilen yordam ve yapıları içerir. - https://github.com/microsoft/GSL/archive/v3.1.0.tar.gz - - cmake - - programming/library/guidelines-support-library/pspec.xml - - - guidelines-support-library-devel - Development files of Microsoft Guidelines Support Library - guidelines-support-library için geliştirme dosyaları - guidelines-support-library-devel, guidelines-support-library için geliştirme dosyalarını içerir. - - /usr/share/doc - /usr/include - /usr/share/cmake - - - - - 2020-09-23 - 3.1.0 - Major version bump. Translations fixed. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-18 - 2.1.0 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - gumbo-parser - https://github.com/google/gumbo-parser - - pisilinux community - admins@pisilinux.org - - Apache-2 - library - programming.library - An HTML5 parsing library in pure C99. - Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. - https://github.com/google/gumbo-parser/archive/refs/tags/v0.10.1.tar.gz - programming/library/gumbo-parser/pspec.xml - - - gumbo-parser - - /usr/lib - - - - gumbo-parser-devel - - gumbo-parser - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-20 - 0.10.1 - First build - pisilinux community - admins@pisilinux.org - - - - - - gypsy - https://gypsy.freedesktop.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv2 - library - programming.library - GPS multiplexing daemon - GPS multiplexing daemon - GPS multiplexing daemon - GPS multiplexing daemon - https://gypsy.freedesktop.org/releases/gypsy-0.9.tar.gz - - gtk-doc - dbus-devel - python-six - glib2-devel - libxslt-devel - libgudev-devel - dbus-glib-devel - bluez-libs-devel - gobject-introspection-devel - - - g_type_init_deprecation.patch - gypsy-0.9-format.patch - gypsy-0.9-mga-no-werror.patch - gypsy-0.9-gcc7.patch - - programming/library/gypsy/pspec.xml - - - gypsy - - dbus - glib2 - libgudev - dbus-glib - bluez-libs - - - /etc - /usr/lib - /usr/share - /usr/share/doc - /usr/libexec/gypsy-daemon - - - - gypsy-devel - - gypsy - - - /usr/lib/pkgconfig - /usr/include - - - - gypsy-docs - Reference documents for gypsy - - /usr/share/gtk-doc - - - - - 2020-01-18 - 0.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 0.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-03 - 0.9 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - jemalloc - https://github.com/jemalloc/jemalloc/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.library - General-purpose scalable concurrent malloc implementation - General-purpose scalable concurrent malloc implementation - Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması - Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması - https://github.com/jemalloc/jemalloc/archive/refs/tags/5.2.1.tar.gz - programming/library/jemalloc/pspec.xml - - - jemalloc - - libgcc - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - jemalloc-devel - Development files for jemalloc - - jemalloc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-20 - 5.2.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - jsoncpp - https://github.com/open-source-parsers/jsoncpp - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.library - C++ library for interacting with JSON - JSON ile etkileşim için C ++ kütüphanesi - C++ library for interacting with JSON - JSON ile etkileşim için C ++ kütüphanesi - https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz - - meson - - programming/library/jsoncpp/pspec.xml - - - jsoncpp - - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - jsoncpp-devel - Development files for jsoncpp - - jsoncpp - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2020-03-01 - 1.9.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-11-30 - 1.8.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - jsonrpc-glib - https://gitlab.gnome.org/GNOME/jsonrpc-glib - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - programming.library - jsonrpc-glib is a library to communicate using the JSON-RPC 2.0 specification. - Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in either a synchronous or asynchronous fashion. It also allows communicating using the GVariant serialization format instead of JSON when both peers support it. - https://download.gnome.org/sources/jsonrpc-glib/3.42/jsonrpc-glib-3.42.0.tar.xz - - meson - vala-devel - glib2-devel - gobject-introspection-devel - json-glib-devel - - programming/library/jsonrpc-glib/pspec.xml - - - jsonrpc-glib - library - - glib2 - json-glib - - - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/doc - - - - jsonrpc-glib-devel - Development files for jsonrpc-glib - - jsonrpc-glib - glib2-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2022-03-21 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-07 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-23 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 3.38.0 - First release for Pisi Linux Berk Çakar berk2238@hotmail.com - - - - - libaccounts-glib - https://code.google.com/p/accounts-sso - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - programming.library - Accounts and SSO (Single Sign-On) framework - Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. - https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.24.tar.gz - - meson - vala-devel - glib2-devel - check-devel - libxml2-devel - sqlite-devel - gtk-doc - docbook-xsl - dbus-glib-devel - gobject-introspection-devel - python3-pygobject3-devel - - programming/library/libaccounts-glib/pspec.xml - - - libaccounts-glib - library - - glib2 - sqlite - libxml2 - - - /usr/bin - /usr/lib - /usr/share/backup-framework/applications/accounts.conf - /usr/share/xml - /usr/share/gettext/its/ - /usr/share/libaccounts-glib/testdata - /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml - /usr/share/man/man1 - /usr/share/gir-1.0/Accounts-1.0.gir - /usr/share/vala - - - - libaccounts-glib-devel - Development files for libaccounts-glib - - libaccounts-glib - glib2-devel - libxml2-devel - sqlite-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libaccounts-glib-docs - Help files and API documents for libaccounts-glib - data:doc - - libaccounts-glib - - - /usr/share/gtk-doc - /usr/share/doc - - - - - 2021-08-08 - 1.24 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + + 2021-04-29 + 1.10.2 + Fixed flatpak does nothing. + Berk Çakar + berk2238@hotmail.com - - 2020-02-04 - 1.24 + + 2021-04-25 + 1.10.2 + Version bump + Sami BABAT + samibabat@gmail.com + + + 2021-04-06 + 1.6.3 + Update dependencies + Berkan Şahin + cicektaksi@tutanota.com + + + 2020-04-02 + 1.6.3 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-08-13 - 1.21 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-15 - 1.21 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-11 - 1.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 1.21 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libaccounts-qt5 - https://gitlab.com/accounts-sso/libaccounts-qt - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - library - programming.library - Qt5-based client library for accessing the online accounts database - Qt5-based client library for accessing the online accounts database - https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.16.tar.gz - - doxygen - qt5-base-devel - qt5-assistant-devel - glib2-devel - libaccounts-glib-devel - - programming/library/libaccounts-qt5/pspec.xml - - - libaccounts-qt5 - - glib2 - libgcc - qt5-base - libaccounts-glib - - - /usr/lib/libaccounts-qt5* - /usr/share/doc/libaccounts-qt5 - /usr/lib/cmake - - - - libaccounts-qt5-devel - Development files for libaccounts-qt5 - - libaccounts-qt5 - qt5-base-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libaccounts-qt5-docs - Help files and API documents for libaccounts-qt5 - data:doc - - libaccounts-qt5 - - - /usr/share/doc - - - - libaccounts-qt5-tools - This package contains the tools for the libaccounts-qt5 library - data:doc - - libaccounts-qt5 - libgcc - qt5-base - - - /usr/bin - /usr/share/libaccounts-qt-tests - - - - 2020-02-04 - 1.16 + 2020-03-10 + 1.4.4 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-07-22 - 1.14 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + 2019-07-07 + 1.4.2 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com - 2018-10-16 - 1.14 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2019-04-14 + 1.2.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - 2018-08-13 - 1.14 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2018-11-19 + 1.1.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - 2017-05-15 - 1.14 - Release Bump - Kamil Atlı - suvari@pisilinux.org + 2018-10-13 + 1.0.4 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com - 2016-06-11 - 1.14 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-20 - 1.13 - Rebuild for qt5 - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-30 - 1.14 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libadwaita - https://gitlab.gnome.org/GNOME/libadwaita - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.library - Building blocks for modern GNOME applications. - Building blocks for modern GNOME applications. - Modern GNOME uygulamaları için yapı taşları. - Modern GNOME uygulamaları için yapı taşları. - org.gnome.Adwaita1.Demo - https://download.gnome.org/sources/libadwaita/1.1/libadwaita-1.1.4.tar.xz - - meson - sassc - gtk4-devel - cairo-devel - glib2-devel - pango-devel - libsass-devel - fribidi-devel - graphene-devel - gobject-introspection-devel - - programming/library/libadwaita/pspec.xml - - - libadwaita - - gtk4 - cairo - glib2 - pango - libsass - fribidi - graphene - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/vala - /usr/share/gir-1.0 - /usr/share/doc - - - - libadwaita-devel - Development files for libadwaita - - libadwaita - glib2-devel - gtk4-devel - fribidi-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-06 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-09 - 1.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-02 - 1.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 1.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-02 - 1.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-02 + 2018-08-23 1.0.0 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Ertuğrul Erata + ertugrulerata@gmail.com - - 2021-09-30 - 1.0.0 - First release - PisiLinux Community - admins@pisilinux.org + + 2018-07-08 + 0.11.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - - - - - libappimage - https://appimage.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - programming.library - Reference implementation of the AppImage specification - Reference implementation of the AppImage specification - Reference implementation of the AppImage specification - Reference implementation of the AppImage specification - https://github.com/AppImage/libappimage/archive/refs/tags/v1.0.3.tar.gz - - vim - wget - cmake - boost-devel - cairo-devel - glib2-devel - librsvg-devel - desktop-file-utils - libarchive-devel - squashfuse-devel - xdg-utils-cxx-devel - - - libappimage-gcc10.patch - - programming/library/libappimage/pspec.xml - - - libappimage - - boost - cairo - glib2 - libgcc - librsvg - libarchive - squashfuse - xdg-utils-cxx - - - /usr/lib - /usr/share/doc - - - - libappimage-devel - Development files for libappimage - - libappimage - boost-devel - cairo-devel - glib2-devel - librsvg-devel - desktop-file-utils - libarchive-devel - squashfuse-devel - xdg-utils-cxx-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - 2021-10-21 - 1.0.3 - Rebuild boost - Pisi Linux Admins - admin@pisilinux.org + 2018-02-16 + 0.11.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - 2021-05-19 - 1.0.3 - First release - Pisi Linux Admins - admin@pisilinux.org + 2018-02-03 + 0.10.3 + First release. + Ertuğrul Erata + ertugrulerata@gmail.com - libappindicator - https://lazka.github.io/pgi-docs/AppIndicator3-0.1/index.html - - Pisilinux Community - admin@pisilinux.org - - LGPL - library - programming.library - A library to allow applications to export a menu into the Unity Menu bar. - A library to allow applications to export a menu into the Unity Menu bar. - https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz - - gtk2-devel - gtk3-devel - python-devel - python3-devel - libdbusmenu-gtk3 - libdbusmenu-devel - libindicator-devel - libindicator-gtk2-devel - python3-pygobject3-devel - gobject-introspection-devel - - - incompatible_pointer_build_fix.patch - nopython.patch - - programming/library/libappindicator/pspec.xml - - - libappindicator - - atk - gtk3 - glib2 - cairo - pango - gdk-pixbuf - libindicator - libdbusmenu-glib - libdbusmenu-gtk3 - - - /usr/lib - /usr/share - /usr/share/doc - - - - libappindicator-devel - - libappindicator - gtk3-devel - libdbusmenu-gtk - libdbusmenu-glib - libdbusmenu-devel - - - /usr/lib/pkgconfig - /usr/include - - - - libappindicator-gtk2 - - gtk2 - libindicator-gtk2 - libdbusmenu-gtk - - - /usr/lib/libappindicator.so* - - - - libappindicator-gtk2-devel - - libappindicator-gtk2 - gtk2-devel - - - /usr/lib/pkgconfig/appindicator-0.1.pc - /usr/include/libappindicator-0.1/libappindicator - - - - libappindicator-docs - - libappindicator - - - /usr/share/gtk-doc - - - - - 2021-07-04 - 12.10.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-28 - 12.10.0 - First build. - fury - uglyside@yandex.ru - - - - - - libcacard - https://gitlab.freedesktop.org/spice/libcacard + spice-protocol + https://spice-space.org/ Kamil Atlı suvari@pisilinux.org - LGPLv2.1 + BSD library app:console - science.misc - CAC (Common Access Card) library - CAC (Ortak Erişim Kartı) kitaplığı - This library provides emulation of smart cards to a virtual card -reader running in a guest virtual machine. - Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar -Konuk sanal makinede çalışan okuyucu. - https://www.spice-space.org/download/libcacard/libcacard-2.8.1.tar.xz + hardware.virtualization + Spice protocol header files + Spice protocol header files + https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v0.14.4/spice-protocol-v0.14.4.tar.gz meson - nss-devel - nspr-devel - glib2-devel - pcsc-lite-devel - programming/library/libcacard/pspec.xml + hardware/virtualization/spice-protocol/pspec.xml - libcacard - CAC (Common Access Card) library - - nss - nspr - glib2 - pcsc-lite - + spice-protocol + Headers for SPICE protocol - /usr/bin /usr/share/doc/ - /usr/lib/libcacard.so* - - - - libcacard-devel - Development files for libcacard - libcacard için geliştirme dosyaları - Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar -Konuk sanal makinede çalışan okuyucu. - - nss-devel - glib2-devel - pcsc-lite-devel - libcacard - - /usr/include /usr/lib/pkgconfig + + 2022-07-04 + 0.14.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-02-10 - 2.8.1 + 0.14.3 First release. Kamil Atlı suvari@pisilinux.org @@ -311784,109 +339632,4045 @@ Konuk sanal makinede çalışan okuyucu. - libcloudproviders - http://live.gnome.org/libcloudproviders + runc + https://runc.io - Berk Çakar - berk2238@hotmail.com + Ertuğrul Erata + ertugrulerata@gmail.com - LGPLv3 - library - programming.library - libcloudproviders is a DBus API that allows cloud storage sync clients to expose -their services. - libcloudproviders is a DBus API that allows cloud storage sync clients to expose -their services. Clients such as file managers and desktop environments can then -provide integrated access to the cloud providers services. - https://gitlab.gnome.org/World/libcloudproviders/-/archive/0.3.1/libcloudproviders-0.3.1.tar.gz + Apache-2.0 + hardware.virtualization + container cli tools + CLI tool for managing OCI compliant containers + https://github.com/opencontainers/runc/archive/refs/tags/v1.0.2.tar.gz - meson - vala-devel - glib2-devel - gobject-introspection-devel + golang + libseccomp-devel - programming/library/libcloudproviders/pspec.xml + hardware/virtualization/runc/pspec.xml - libcloudproviders + runc - glib2 - gobject-introspection + libseccomp - /usr/lib - /usr/share/doc - - - - libcloudproviders-devel - Development files for libcloudproviders - - libcloudproviders - - - /usr/include - /usr/lib/girepository-1.0 - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/share/vala/vapi - /usr/share/gir-1.0 + /usr/bin + /usr/share/doc - - 2021-05-27 - 0.3.1 + + 2021-09-02 + 1.0.2 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2021-08-11 + 1.0.0_rc10 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-20 + 1.0.0_rc5 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-06-10 + 1.0.0_rc5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 0.1.1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + - 2021-04-10 - 0.3.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com + 2016-07-13 + 0.1.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com - libconfig - https://hyperrealm.github.io/libconfig/ + squeak-vm + http://wiki.squeak.org/squeak/1447 - Pisilinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - LGPL-2.1 + Apache library - programming.library - C/C++ library for processing configuration files. - C/C++ Yapılandırma Dosyası Kitaplığı - Libconfig is a simple library for manipulating structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. - Libconfig, yapılandırma dosyalarını düzenlemek için basit bir kitaplıktır. Dosya biçimi XML'den daha basit ve okunabilirdir. XML'den farklı olarak tip bilgisi de tutulur. Böylece, uygulama kodlarında katar ayrıştırmaya gerek kalmaz. - https://github.com/hyperrealm/libconfig/releases/download/v1.7.3/libconfig-1.7.3.tar.gz + app:console + hardware.virtualization + Full-featured implementation of the Smalltalk programming language and environment. + Tam-özellikli, Smalltalk programlama dili ve ortamı uygulaması. + squeak-vm provides a full-featured implementation of the Smalltalk programming language and environment. + squeak-vm, tam-özellikli, smalltalk programlama dili ve ortamı uygulaması. + http://squeakvm.org/unix/release/Squeak-4.10.2.2614-src.tar.gz - texinfo + cmake + libglvnd-devel + libXrender-devel + pulseaudio-libs-devel - programming/library/libconfig/pspec.xml + hardware/virtualization/squeak-vm/pspec.xml - libconfig + squeak-vm + Full-featured implementation of the Smalltalk programming language and environment. + libXext + libglvnd + libXrender + pulseaudio-libs + + + /usr/lib + /usr/share/man + /usr/bin + /usr/share/doc/squeak-vm + + + + + 2020-05-21 + 4.10.2.2614 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + virtualbox + http://www.virtualbox.org/ + + Serdar Soytetir + kaptan@pisilinux.org + + GPLv2 + app:gui + hardware.virtualization + A powerful virtualization program + Güçlü bir sanallaştırma programı + VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things. + VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır. + http://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36.tar.bz2 + + dkms.conf + dkms-guest.conf + LocalConfig.kmk + + + dev86 + cdrkit + acpica + mesa-devel + curl-devel + python-devel + pam-devel + device-mapper-devel + libcap-devel + gsoap-devel + libXt-devel + libXmu-devel + libIDL-devel + libsdl-devel + libvpx-devel + libXext-devel + libxslt-devel + libopus-devel + mesa-glu-devel + alsa-lib-devel + libXfixes-devel + libXrandr-devel + libXdamage-devel + libXcursor-devel + libXinerama-devel + xorg-server-devel + libvncserver-devel + libXcomposite-devel + pulseaudio-libs-devel + kernel-headers + kernel-module-headers + qt5-x11extras-devel + jdk8-openjdk + jre8-openjdk + libxcb-devel + qt5-base-devel + qt5-linguist + docbook-xml + libglvnd-devel + python3-devel + + + wrapper.patch + 004-drop-Wno-format.patch + 005-gsoap-build.patch + 006-rdesktop-vrdp-keymap-path.patch + 008-root-window.patch + python.patch + 008-no-vboxvideo.patch + VirtualBox-6.1.2-disable-update.patch + 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch + 013-Makefile.patch + 017-fix-narrowing-conversion.patch + 018-xclient.patch + + hardware/virtualization/virtualbox/pspec.xml + + + virtualbox + + qt5-base + libxcb + mesa + libXt + gsoap + libvpx + libXmu + libsdl + libXext + libopus + libXcursor + libXinerama + virt-wrapper + libvncserver + curl + zlib + libX11 libgcc + libpng + python + libxml2 + openssl + device-mapper + qt5-x11extras + libglvnd + python3 + + module-virtualbox + virtualbox-dkms + + + + /etc/vbox + /usr/bin + /usr/lib/virtualbox + /usr/lib/python* + /usr/share/virtualbox + /usr/share/applications + /usr/share/pixmaps + /usr/share/icons/hicolor + /usr/share/mime/packages + + + System.Package + System.Service + + + vboxreload + 60-vboxdrv.rules + 60-vboxguest.rules + + + + virtualbox-guest-utils + VirtualBox guest utilities and drivers + VirtualBox misafir işletim sistemleri için yardımcı araçlar ve sürücüler + x11.driver + + pam + libXt + libXmu + libXext + libXfixes + libXrandr + libXdamage + xorg-server + libXcomposite + + module-virtualbox-guest + virtualbox-guest-dkms + + + + /etc/X11/xinit/xinitrc.d + /lib/udev/rules.d + /etc/xdg/autostart + /lib/security + /sbin + /usr/bin/VBoxClient* + /usr/bin/VBoxControl + /usr/bin/VBoxDRMClient + /usr/sbin + /usr/lib + /usr/kde/*/share/autostart + /usr/share/X11 + /usr/lib/xorg/modules + + + vboxclient.sh + + + + virtualbox-dkms + VirtualBox Host kernel modules sources + + dkms + + + /usr/src + + + module-virtualbox + + + + virtualbox-guest-dkms + VirtualBox Guest kernel modules sources + + dkms + + + /usr/src/*-guest-* + + + module-virtualbox-guest + + + + + 2022-07-21 + 6.1.36 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-04-25 + 6.1.34 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-25 + 6.1.32 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-11 + 6.1.30 + rebuild for kernel. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-23 + 6.1.30 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-20 + 6.1.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-09 + 6.1.26 + rebuild for kernel + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-29 + 6.1.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-22 + 6.1.24 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-01 + 6.1.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-22 + 6.1.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-01 + 6.1.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-27 + 6.1.16 + Version bump kernel510. + İdris Kalp + idriskalp@gmail.com + + + 2020-11-10 + 6.1.16 + Version bump kernel597. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-05 + 6.1.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-18 + 6.1.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-08 + 6.1.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-30 + 6.1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 6.1.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-13 + 6.1.4 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2020-04-09 + 6.1.4 + Rebuild virtualbox-guest-iso + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-22 + 6.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-26 + 6.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 6.1.0 + Add dkms packages + Marcin Bojara + marcin.bojara@gmail.com + + + 2019-12-24 + 6.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-12 + 6.0.14 + Patched for kernel 5.4 + Idris Kalp + idriskalp@gmail.com + + + 2019-10-29 + 6.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-29 + 6.0.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-08-02 + 6.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-17 + 6.0.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-19 + 6.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-29 + 6.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-16 + 6.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-23 + 6.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-23 + 5.2.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-18 + 5.2.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-17 + 5.2.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-10 + 5.2.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-18 + 5.2.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-01 + 5.2.8 + Fix chmod and file path. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-03-15 + 5.2.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 5.2.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-25 + 5.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-11 + 5.1.14 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2017-03-04 + 5.1.14 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2017-01-15 + 5.1.12 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-12-13 + 5.1.10 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-09-23 + 5.1.6 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-08-17 + 5.1.4 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-22 + 5.1.2 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-17 + 5.1.0 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-06-17 + 5.1.0b + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-12 + 5.0.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-09 + 5.0.12 + First release + ali algul + alialgul@pisilinux.org + + + + + + spice + https://www.spice-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPL2.1 + library + app:console + hardware.virtualization + Simple Protocol for Independent Computing Environments + SPICE is a remote display system built for virtual environments which +allows you to view a computing 'desktop' environment not only on the +machine where it is running, but from anywhere on the Internet and +from a wide variety of machine architectures. + https://www.spice-space.org/download/releases/spice-server/spice-0.15.0.tar.bz2 + + meson + doxygen + asciidoc + lz4-devel + orc-devel + zlib-devel + python3-six + glib2-devel + pixman-devel + python3-devel + libopus-devel + openssl-devel + spice-protocol + libcacard-devel + gstreamer-devel + autoconf-archive + cyrus-sasl-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + + hardware/virtualization/spice/pspec.xml + + + spice + Simple Protocol for Independent Computing Environments + + lz4 + orc + zlib + glib2 + libgcc + pixman + libopus + openssl + libcacard + gstreamer + cyrus-sasl + libjpeg-turbo + spice-protocol + gst-plugins-base + + + /usr/lib/libspice-server.so* + /usr/share/doc/ + + + + spice-devel + Development files for spice + + glib2-devel + pixman-devel + openssl-devel + spice-protocol + libcacard-devel + spice + + + /usr/include/spice-server + /usr/lib/pkgconfig + + + + + 2021-02-10 + 0.15.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + virtinst + http://virt-manager.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + library + hardware.virtualization + Python modules and utilities for installing virtual machines + Sanal makine kurulumu için araçlar ve Python modülleri + virtinst is a module that helps building and installing libvirt based virtual machines. + virtinst sanal makine imajları oluşturmak ve kurmak için yardımcı araçlar ve Python geliştirme modülleri içeren bir pakettir. + http://virt-manager.org/download/sources/virtinst/virtinst-0.600.4.tar.gz + + python-devel + + hardware/virtualization/virtinst/pspec.xml + + + virtinst + + libvirt + virt-viewer + + + /usr/lib + /usr/share/locale + /usr/share/doc + + + + + 2022-07-03 + 0.600.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + spice-vdagent + https://www.spice-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + app:console + hardware.virtualization + Spice agent for Linux guests + Spice agent for Linux guests + https://www.spice-space.org/download/releases/spice-vdagent-0.21.0.tar.bz2 + + gtk3-devel + glib2-devel + eudev-devel + libX11-devel + libdrm-devel + spice-protocol + alsa-lib-devel + libXrandr-devel + libXinerama-devel + + hardware/virtualization/spice-vdagent/pspec.xml + + + spice-vdagent + Spice agent for Linux guests + + gtk3 + glib2 + libdrm + libX11 + alsa-lib + libXrandr + libXinerama + + + /usr/bin + /usr/lib/libspice-server.so* + /usr/share/doc/ + /usr/share/man + /usr/share/gdm/autostart/LoginWindow + /usr/share/gdm/greeter/autostart + /var/run/spice-vdagentd + /etc/xdg/autostart/spice-vdagent.desktop + + + + + 2021-10-10 + 0.21.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libvirt-python + https://pypi.python.org/pypi/libvirt-python + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + hardware.virtualization + libvirt python binding + libvirt python2 binding + libvirt python binding + libvirt python2 binding + https://files.pythonhosted.org/packages/cc/28/e306fe5e3385c659bae31b6e1b2cdff7bde7fdc2cb0e0f27a3cfd252af2d/libvirt-python-5.10.0.tar.gz + + python-setuptools + libvirt-devel + python-devel + + hardware/virtualization/libvirt-python/pspec.xml + + + libvirt-python + + python + libvirt /usr/lib /usr/share/doc + + + 2022-07-03 + 5.10.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-03-18 + 4.6.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + bubblewrap + https://github.com/projectatomic/bubblewrap + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + hardware.virtualization + Unprivileged sandboxing tool + is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces. + https://github.com/projectatomic/bubblewrap/archive/v0.6.2.tar.gz + + libcap-devel + bash-completion + libxslt + docbook-xsl + + hardware/virtualization/bubblewrap/pspec.xml + - libconfig-devel - Development files for libconfig - libconfig için geliştirme dosyaları + bubblewrap - libconfig + libcap + + + /usr/bin + /usr/share/bash-completion + /usr/share/zsh/site-functions/_bwrap + /usr/share/man + /usr/share/doc + + + + + 2022-06-23 + 0.6.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-12 + 0.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-07 + 0.3.3 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-19 + 0.3.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-12 + 0.3.0 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-05-29 + 0.2.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-03 + 0.2.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + containerd + https://containerd.io/ + + Ertuğrul Erata + ertugrulerata@gmail.com + + Apache-2.0 + hardware.virtualization + A daemon to control runC, built for performance and density. + is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification. + https://github.com/containerd/containerd/archive/v1.5.13.tar.gz + + golang + git + libseccomp-devel + btrfs-progs-devel + + hardware/virtualization/containerd/pspec.xml + + + containerd + + runc + libseccomp + + + /usr/bin + /usr/share/doc + + + + + 2022-06-07 + 1.5.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-02 + 1.5.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-19 + 1.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 1.1.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-06-17 + 1.1.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 0.2.2 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-12 + 0.2.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + virt-manager + http://virt-manager.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + hardware.virtualization + Graphical tool for administering virtual machines for KVM, Xen, and QEmu + Grafik arayüzlü sanal makine yönetim aracı + Virtual Machine Manager provides a graphical tool for administering virtual machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices, connect to a graphical or serial console, and see resource usage statistics for existing VMs on local or remote machines. Uses libvirt as the backend management API. + Virt-Manager ile kvm, qemu, xen gibi sanallaştırma sistemleriyle yaratılmış yerel veya uzak sanal makinelerin başlatılması, durdurulması, sanal cihazlar eklenip kaldırılması, grafik veya seri konsollarına bağlanılması gibi işlemler yapılabilir. Çalışmak için libvirt kütüphanesine ve servisine ihtiyaç duyar. + virt-manager + https://releases.pagure.org/virt-manager/virt-manager-4.0.0.tar.gz + + intltool + vte-devel + gtk2-devel + python3-devel + python-docutils + libosinfo-devel + python3-setuptools + libvirt-glib-devel + python3-cairo-devel + python3-pygobject3-devel + desktop-file-utils + + + virt-manager-4.0.0-setuptools-61-fix.patch + + hardware/virtualization/virt-manager/pspec.xml + + + virt-manager + + ipaddr + libosinfo + libvirt-glib + libvirt-python3 + python3-pygobject3 + + + /usr/bin + /usr/libexec + /etc/gconf/schemas + /usr/share/pixmaps + /usr/share + /usr/share/man + /usr/share/doc + /usr/share/locale + + + + + 2022-07-08 + 4.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-19 + 1.5.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2017-01-29 + 1.4.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 1.3.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-31 + 1.3.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + virt-wrapper + http://www.pisilinux.org + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + hardware.virtualization + Wrapper for virtualization software + Sanallaştırma yazılımları için önbetik + virt-wrapper is a wrapper for virtualization applications. It warns users if they are not a member of virt group and loads the kernel modules automatically. + virt-wrapper, sanallaştırma uygulamaları için bir betik içerir. Bu betik, kullanıcıyı eğer virt grubunda değilse uyarır ve çekirdek modüllerini de otomatik olarak yükler. + https://github.com/ertugerata/virt-wrapper/archive/v.0.1.1.1.tar.gz + hardware/virtualization/virt-wrapper/pspec.xml + + + virt-wrapper + + /usr/libexec + /usr/share/locale + /usr/share/doc + + + + + 2018-11-13 + 0.1.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-13 + 0.1.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 0.1.1 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-11-23 + 0.1.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libnetwork + https://github.com/docker/libnetwork + + Ertuğrul Erata + ertugrulerata@gmail.com + + Apache-2.0 + app:console + hardware.virtualization + Docker Networking + Libnetwork provides a native Go implementation for connecting containers The goal of libnetwork is to deliver a robust Container Network Model that provides a consistent programming interface and the required network abstractions for applications. + https://sourceforge.net/projects/pisilinux/files/source/libnetwork-0.8.0_dbc11cc.tar.gz + + golang + + hardware/virtualization/libnetwork/pspec.xml + + + libnetwork + + docker + + + /usr/bin + /usr/share/doc + + + + + 2020-03-10 + 0.8.0_pre1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-08 + 0.8.0_pre1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-08 + 0.8.0_pre1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + ostree + https://github.com/ostreedev/ostree + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + app:console + hardware.virtualization + Operating system and container binary deployment and upgrades + OSTree is a tool for managing bootable, immutable, versioned filesystem trees + https://github.com/ostreedev/ostree/releases/download/v2021.2/libostree-2021.2.tar.xz + + python3 + glib2-devel + xz-devel + zlib-devel + e2fsprogs-devel + libsoup-devel + gpgme-devel + openssl-devel + avahi-glib-devel + fuse-devel + libutil-linux-devel + libarchive-devel + + + disable_werror_implicit_funtion_declaraction.patch + + hardware/virtualization/ostree/pspec.xml + + + ostree + + xz + avahi-glib + avahi-libs + zlib + fuse + glib2 + gpgme + libsoup + libarchive + libgpg-error + libutil-linux + openssl + + + /usr/bin + /etc/ostree + /usr/lib + /usr/libexec + /usr/share/gir-1.0 + /usr/share/bash-completion + /usr/share/ostree + /usr/share/man + /usr/share/doc + + + + ostree-devel + Development files for ostree + + ostree + xz-devel + zlib-devel + fuse-devel + glib2-devel + gpgme-devel + libsoup-devel + libarchive-devel + libgpg-error-devel + libutil-linux-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-04-26 + 2021.2 + Version bump + Sami BABAT + samibabatp@gmail.com + + + 2020-02-07 + 2019.6 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2019-07-07 + 2019.2 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-14 + 2019.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-11-19 + 2018.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-13 + 2018.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-24 + 2018.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-16 + 2018.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-02 + 2018.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + xdg-desktop-portal + https://github.com/flatpak/xdg-desktop-portal + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + hardware.virtualization + A portal frontend service for Flatpak and possibly other desktop containment frameworks + A portal frontend service for Flatpak and possibly other desktop containment frameworks + https://github.com/flatpak/xdg-desktop-portal/archive/1.14.3.tar.gz + + xmlto + python3 + dbus-devel + util-linux + fuse3-devel + glib2-devel + gettext-devel + pipewire-devel + json-glib-devel + flatpak-devel + + hardware/virtualization/xdg-desktop-portal/pspec.xml + + + xdg-desktop-portal + + fuse3 + glib2 + pipewire + json-glib + gdk-pixbuf + flatpak + + + /usr/lib + /usr/libexec + /usr/share/dbus-1 + /usr/share/pkgconfig + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + + 2022-04-23 + 1.14.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-25 + 1.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-24 + 1.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 1.8.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 1.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-07 + 1.4.2 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-14 + 1.2.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-20 + 1.0.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-31 + 0.10 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-16 + 0.10 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-04 + 0.9 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libvirt-glib + https://libvirt.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + hardware.virtualization + GLib bindings for libvirt + GLib bindings for libvirt + GLib bindings for libvirt + GLib bindings for libvirt + https://libvirt.org/sources/glib/libvirt-glib-4.0.0.tar.xz + + meson + intltool + gtk-doc + vala-devel + python-six + glib2-devel + python3-devel + libvirt-devel + libxml2-devel + libcap-ng-devel + gobject-introspection-devel + + hardware/virtualization/libvirt-glib/pspec.xml + + + libvirt-glib + + glib2 + libvirt + libxml2 + + + /usr/lib/libvirt* + /usr/lib/girepository-1.0* + /usr/share/vala + /usr/share/locale + + + + libvirt-glib-devel + Development files for libvirt-glib + development + + glib2-devel + libvirt-devel + libxml2-devel + libvirt-glib + + + /usr/share/gir-1.0 + /usr/include + /usr/lib/pkgconfig + + + + libvirt-glib-docs + Development files for libvirt-glib + + libvirt-glib + + + /usr/share/doc + /usr/share/gtk-doc + + + + + 2022-07-02 + 4.0.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2019-03-18 + 2.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + flatpak-builder + https://flatpak.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + hardware.virtualization + Tool to build flatpaks from sources + Tool for building flatpaks from sources + https://github.com/flatpak/flatpak-builder/releases/download/1.2.2/flatpak-builder-1.2.2.tar.xz + + flatpak-devel + ostree-devel + util-linux + libxslt + xmlto + libsoup-devel + libcap-devel + elfutils-devel + glib2-devel + libxml2-devel + libyaml-devel + curl-devel + elogind-devel + json-glib-devel + + hardware/virtualization/flatpak-builder/pspec.xml + + + flatpak-builder + + flatpak + ostree + curl + libsoup + elfutils + glib2 + libxml2 + json-glib + libyaml + + + /usr/bin + /usr/libexec + /usr/share/man + /usr/share/doc + + + + + 2022-05-06 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-25 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-22 + 1.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.0.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-07 + 1.0.8 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-04-14 + 1.0.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-10-14 + 1.0.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-08 + 0.10.10 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-16 + 0.10.8 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-02-11 + 0.10.6 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + virt-viewer + https://www.virt-viewer-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPL2.1 + library + app:console + hardware.virtualization + The virtual machine console viewer application code + Sanal makine konsolu görüntüleyici uygulama kodu + Virt Viewer provides a graphical viewer for the guest OS display. At this time is supports guest OS using the VNC or SPICE protocols. Further protocols may be supported in the future as user demand dictates. + Virt Viewer, konuk işletim sistemi ekranı için bir grafik görüntüleyici sağlar. Şu anda, VNC veya SPICE protokollerini kullanan konuk işletim sistemini desteklemektedir. Kullanıcı talebinin gerektirdiği şekilde gelecekte daha fazla protokol desteklenebilir. + https://gitlab.com/virt-viewer/virt-viewer/-/archive/v11.0/virt-viewer-v11.0.tar.gz + + meson + intltool + vte-devel + pkgconfig + gtk2-devel + gtk3-devel + glib2-devel + spice-devel + libsoup-devel + librest-devel + libvirt-devel + libxml2-devel + python3-devel + gtk-vnc-devel + spice-protocol + spice-gtk-devel + libgovirt-devel + bash-completion + desktop-file-utils + libvirt-glib-devel + gobject-introspection-devel + + + 41cc016278e713d3db156761fce6437dff81a53a.patch + + hardware/virtualization/virt-viewer/pspec.xml + + + virt-viewer + Simple Protocol for Independent Computing Environments + + vte + python3 + gtk-vnc + libvirt + spice-gtk + libgovirt + libvirt-glib + spice-protocol + + + /usr/share/doc/ + /usr/share/locale + /usr/bin/ + /usr/share/applications + /usr/share/mime + /usr/share/metainfo + /usr/share/icons + /usr/share/man + /usr/share/bash-completion + + + + + 2022-07-03 + 11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + virtualbox-guest-iso + https://www.virtualbox.org/ + + PisiLinux Community + admins@pisilinux.org + + custom + library + hardware.virtualization + The official VirtualBox Guest Additions ISO image + The official VirtualBox Guest Additions ISO image + The official VirtualBox Guest Additions ISO image + The official VirtualBox Guest Additions ISO image + https://download.virtualbox.org/virtualbox/6.1.34/VBoxGuestAdditions_6.1.34.iso + hardware/virtualization/virtualbox-guest-iso/pspec.xml + + + virtualbox-guest-iso + + virtualbox + + + /usr/lib + + + + + 2022-04-29 + 6.1.34 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2022-01-26 + 6.1.32 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-23 + 6.1.30 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-20 + 6.1.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-29 + 6.1.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-22 + 6.1.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-01 + 6.1.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-29 + 6.1.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-06 + 6.1.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-10-04 + 6.1.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-08-07 + 6.1.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-30 + 6.1.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-22 + 6.1.6 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2020-04-05 + 6.1.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + docker + http://docker.io + + Ertuğrul Erata + ertugrulerata@gmail.com + + Apache + app:console + hardware.virtualization + Pack, ship and run any application as a lightweight container + Herhangi bir uygulamayı paketleyip çalıştırmak için hafif kontenyer + An open platform for distributed applications for developers and sysadmins + Geliştirici ve Sistem Yöneticileri için açık ve dağıtık platform + https://github.com/docker/docker-ce/archive/refs/tags/v19.03.15.tar.gz + + git + golang + btrfs-progs-devel + device-mapper-devel + sqlite-devel + libseccomp-devel + libtool-ltdl + + hardware/virtualization/docker/pspec.xml + + + docker + + git + aufs-util + sqlite + device-mapper + btrfs-progs + bridge-utils + iproute2 + iptables + libseccomp + libtool-ltdl + runc + containerd + tini + + + /etc + /usr/bin/ + /usr/lib/docker + /usr/share/ + /lib/udev/rules.d + + + System.Service + System.Package + + + cgroupfs-mount + cgroupfs-umount + docker.confd + + + + + 2021-08-02 + 19.03.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-19 + 18.05.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 18.05.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-06-10 + 18.05.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 1.11.2 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-08-28 + 1.11.2 + Rebuild for package.py + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-11 + 1.11.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-28 + 1.10.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.10.3 + Release bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-25 + 1.10.3 + First release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + tini + https://github.com/krallin/tini + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:console + hardware.virtualization + A tiny but valid `init` for containers + A tiny but valid `init` for containers + https://github.com/krallin/tini/archive/v0.18.0.tar.gz + + cmake + + + tini-cmake-fixes.patch + + hardware/virtualization/tini/pspec.xml + + + tini + + /usr/bin + /usr/share/doc + + + + + 2020-03-19 + 0.18.0 + rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-20 + 0.18.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-07-08 + 0.18.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libvirt-python3 + http://www.libvirt.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv3 + library + hardware.virtualization + libvirt python3 binding + libvirt python3 binding + The libvirt-python package provides a module that permits applications written in the Python 3.x programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes). + libvirt-python paketi, Python 3.x programlama dilinde yazılmış uygulamaların, Linux'un (ve diğer işletim sistemlerinin) son sürümlerinin sanallaştırma yeteneklerini yönetmek için libvirt kitaplığı tarafından sağlanan arabirimi çağırmasına izin veren bir modül sağlar. + https://files.pythonhosted.org/packages/06/69/4914adb2f12311f321327a4b5d0e946d04369bc4a3fff1fb5deb095c53e3/libvirt-python-8.5.0.tar.gz + + libvirt-devel + python3-devel + python3-setuptools + python3-importlib_metadata + + hardware/virtualization/libvirt-python3/pspec.xml + + + libvirt-python3 + + python3 + libvirt + + + /usr/lib + /usr/share/doc + + + + + 2022-07-03 + 8.5.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + qemu + http://bellard.org/qemu + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.virtualization + Userspace virtual machine and processor emulator + Kullanıcı uzayı sanal makine ve işlemci benzetimcisi. + QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU. + QEMU, bir PC'ye işlemcisi ve kartlarıyla birlikte öykünen bir yazılımdır. Bilgisayarı yeniden başlatmadan yeni bir işletim sistemini çalıştırmak için kullanılabilir. Ayrıca Linux altında kullanıcı kipi öykünme yöntemiyle farklı bir işlemci için derlenmiş programları çalıştırabilir. + http://wiki.qemu-project.org/download/qemu-4.2.0.tar.bz2 + + aalib-devel + vte-devel + gtk3-devel + libXext-devel + nss-devel + alsa-lib-devel + bluez-libs-devel + cyrus-sasl-devel + libsdl-devel + pulseaudio-libs-devel + python-devel + glib2-devel + libsdl2-devel + + hardware/virtualization/qemu/pspec.xml + + + qemu + + atk + nss + vte + gtk2 + mesa + nspr + zlib + bzip2 + cairo + glib2 + pango + libX11 + libgcc + libpng + libsdl + libusb + pixman + libXext + alsa-lib + freetype + libepoxy + bluez-libs + cyrus-sasl + fontconfig + gdk-pixbuf + pulseaudio-libs + libdrm + + + /etc + /run + /lib + /usr/bin + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/qemu + /usr/share + /usr/share/icons/hicolor + /usr/share/locale/ + /usr/include + + + System.Service + System.Service + + + qemu-ifup + qemu-ifdown + fedora/ksmtuned + fedora/ksm.sysconfig + fedora/ksmtuned.conf + 65-kvm.rules + + + + + 2020-03-13 + 4.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-31 + 2.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 2.8.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 2.4.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-31 + 2.4.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + xdg-desktop-portal-gtk + https://github.com/flatpak/xdg-desktop-portal-gtk + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + hardware.virtualization + A portal frontend service for Flatpak and possibly other desktop containment frameworks + A portal frontend service for Flatpak and possibly other desktop containment frameworks + https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.10.0/xdg-desktop-portal-gtk-1.10.0.tar.xz + + xmlto + python3-devel + glib2-devel + dbus-devel + util-linux + flatpak-devel + fuse-devel + gnome-desktop-devel + xdg-desktop-portal + gettext-devel + + hardware/virtualization/xdg-desktop-portal-gtk/pspec.xml + + + xdg-desktop-portal-gtk + + glib2 + gtk3 + cairo + fontconfig + gnome-desktop + gdk-pixbuf + xdg-desktop-portal + flatpak + + + /usr/lib + /usr/libexec + /usr/share/dbus-1 + /usr/share/applications + /usr/share/xdg-desktop-portal + /usr/share/locale + /usr/share/doc + + + + + 2021-09-24 + 1.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-05 + 1.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-30 + 1.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-07 + 1.4.0 + Version bump.. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2019-05-12 + 1.2.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libvirt + http://www.libvirt.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + hardware.virtualization + Library providing a simple API to several virtualization systems + Birçok sanallaştırma sistemine kolay erişim sağlayan bir kütüphane + libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). libvirt supports Xen hypervisor, QEMU emulator, KVM hypervisor, LXC Linux container system, OpenVZ Linux container system, User Mode Linux paravirtualized kernel and VirtualBox hypervisor together with remote management possibilities. + libvirt yeni linux sürümlerinin sunduğu sanallaştırma özellikleriyle etkileşimi kolaylaştıran bir kütüphanedir. Xen, KVM ve VirtualBox hipervizorleri, QEMU emulatörü, LXC linux konteyner sistemi, User Mode Linux paravirtual sanallaştırma sistemi gibi sistemlerle birlikte çalışabilir ve tüm bu sistemlerin uzaktan yönetimi için de kullanılabilir. + https://libvirt.org/sources/libvirt-8.4.0.tar.xz + + qemu + meson + acl-devel + yajl-devel + dbus-devel + util-linux + curl-devel + fuse-devel + lvm2-devel + attr-devel + eudev-devel + glib2-devel + glibc-devel + audit-devel + avahi-devel + netcf-devel + polkit-devel + libnl-devel + gnutls-devel + parted-devel + python-devel + libssh-devel + libpcap-devel + numactl-devel + libxslt-devel + libssh2-devel + jansson-devel + readline-devel + libtirpc-devel + libXdmcp-devel + iptables-devel + libiscsi-devel + python-docutils + glusterfs-devel + libcap-ng-devel + bash-completion + cyrus-sasl-devel + rpcsvc-proto-devel + libpciaccess-devel + device-mapper-devel + kernel-module-headers + + hardware/virtualization/libvirt/pspec.xml + + + libvirt + + acl + qemu + curl + fuse + dbus + yajl + audit + eudev + libnl + netcf + libgcc + gnutls + parted + libcap + glib2 + libssh + libpcap + libxml2 + numactl + libssh2 + readline + libtirpc + libiscsi + glusterfs + libcap-ng + avahi-libs + cyrus-sasl + libpciaccess + device-mapper + libutil-linux + + + /etc + /usr/lib/tmpfiles.d/libvirt.conf + /usr/bin + /usr/sbin + /usr/lib/libvirt* + /usr/lib/sysctl.d/60-qemu-postcopy-migration.conf + /usr/lib/sysctl.d/60-libvirtd.conf + /usr/lib/firewalld/zones/libvirt.xml + /usr/share/doc + /usr/share/augeas + /usr/share/polkit-1 + /usr/share/libvirt + /usr/lib/virt-login-shell-helper + /usr/lib/libnss_libvirt* + /usr/share/man + /var + /run + /usr/share/locale + /usr/share/bash-completion + + + System.Service + System.Package + + + tmpfiles.conf + libvirt.confd + + + + libvirt-devel + Development files for libvirt + libvirt için geliştirme dosyaları + + libvirt + + + /usr/include/libvirt + /usr/lib/pkgconfig + + + + + 2022-08-07 + 8.4.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2022-06-29 + 8.4.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-14 + 4.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-18 + 4.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-31 + 4.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 3.0.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 1.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-31 + 1.3.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + ccid + https://ccid.apdu.fr + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + library + hardware.smartcard + Generic USB CCID(Chip/Smart Card Interface Devices) device drivers + USB CCID kart okuyucu sürücüleri + ccid provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). + ccid USB CCID protokolünü destekleyen akıllı kart okuyucular için açık kaynaklı aygıt sürücülerini içerir. + https://ccid.apdu.fr/files/ccid-1.4.31.tar.bz2 + + pcsc-lite-devel + libusb-devel + + hardware/smartcard/ccid/pspec.xml + + + ccid + + libusb + pcsc-lite + + + /etc/ + /usr/lib/ + /usr/share/doc + + + + + 2020-03-10 + 1.4.31 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-19 + 1.4.29 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + pcsc-lite + https://pcsclite.apdu.fr + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + hardware.smartcard + PC/SC drivers for smart card readers + Akıllı kart okuyucuları için PC/SC sürücüleri + pcsc-lite is middleware to access a smart card using SCard API (PC/SC). + https://pcsclite.apdu.fr/files/pcsc-lite-1.9.0.tar.bz2 + + eudev-devel + + hardware/smartcard/pcsc-lite/pspec.xml + + + pcsc-lite + + eudev + + + /etc/reader.conf.d + /usr/sbin + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/lib/pcsc/drivers + + + System.Service + + + + pcsc-lite-devel + Development files for pcsc-lite + pcsc-lite için geliştirme dosyaları + + pcsc-lite + eudev-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-09-24 + 1.9.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-03-10 + 1.8.26 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.8.25 + Rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-05-26 + 1.8.25 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-05-19 + 1.8.24 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + lm_sensors + https://hwmon.wiki.kernel.org/lm_sensors + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + app:console + library + hardware.powermanagement + Hardware monitoring tools + Donanım sıcaklığı izleyicisi + lm_sensors provides essential tools for monitoring the temperatures, voltages, and fans of Linux systems with hardware monitoring devices. It also contains scripts for sensor hardware identification and fan speed control. + lm_sensors linux sistemlerdeki donanım izleyiciler ile birlikte termometreleri, voltajları ve fan devirlerini izleyen bir araçtır. Ayrıca, donanım ve fan kimliğini algılayan betikler içerir. + https://github.com/lm-sensors/lm-sensors/archive/V3-6-0.tar.gz + + rrdtool-devel + + + 42f240d2a457834bcbdf4dc8b57237f97b5f5854.patch + + hardware/powermanagement/lm_sensors/pspec.xml + + + lm_sensors + + dmidecode + rrdtool + + + /etc + /usr/bin + /usr/sbin + /usr/lib + /usr/share/man + /usr/share/doc + + + + lm_sensors-devel + Development files for lm_sensors + lm_sensors için geliştirme dosyaları + + lm_sensors + rrdtool-devel + + + /usr/include + /usr/share/man/man3 + + + + + 2021-07-29 + 3.6.0 + Rebuild 3.6.0 git version. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-08 + 3.6.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-08-15 + 3.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 3.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 3.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-02 + 3.4.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + acpica + http://www.acpica.org + + PisiLinux Community + admins@pisilinux.org + + custom + app:console + hardware.powermanagement + ACPI debugging tools written by Intel + Intel ACPI hata ayıklama araçları + acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler. + acpica, AML yorumlayıcısı, AML hata ayıklayıcısı, ACPI donanım ve olay desteği, ASL derleyicisi ve ASL disassembler gibi çeşitli ACPI araçları içeren bir pakettir. + https://acpica.org/sites/acpica/files/acpica-unix-20210604.tar_0.gz + + iasl-20140828-locale.patch + iasl-20140214-nostrip.patch + OPT_LDFLAGS.patch + + hardware/powermanagement/acpica/pspec.xml + + + acpica + + /usr/share/doc + /usr/bin + /usr/sbin + /usr/share/man/man1 + + + iasl.1 + LICENSE + + + + + 2020-07-28 + 0.0_20210604 + Version Bump + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-01-26 + 0.0_20200528 + Version Bump + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-01-26 + 0.0_20200110 + Version Bump + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2018-08-15 + 0.0_20130117 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-07 + 0.0_20130117 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.0_20130117 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-05 + 0.0_20130117 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + acpid + https://sourceforge.net/projects/acpid2/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + service + app:console + hardware.powermanagement + ACPI daemon that dispatches ACPI events to user-space programs + ACPI hizmeti + acpid is a flexible and extensible daemon for ACPI (Advanced Configuration and Power Interface) event dispatching. + acpid ACPI olaylarını kullanıcı uygulamalarına paslayan gelişmiş ve esnek bir sistem hizmetidir. + mirrors://sourceforge/acpid2/acpid-2.0.33.tar.xz + hardware/powermanagement/acpid/pspec.xml + + + acpid + + /usr/bin + /usr/sbin + /etc/acpi/actions + /etc/acpi/events + /etc/conf.d + /usr/share/dbus-1/services/acpid.service + /usr/share/doc + /usr/share/man + + + System.Service + + + acpid.power.sh + fedora/acpid.power.conf + fedora/acpid.video.conf + fedora/acpid.sysconfig + + + + + 2021-11-04 + 2.0.33 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-18 + 2.0.32 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-02 + 2.0.32 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-10 + 2.0.31 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-13 + 2.0.28 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-13 + 2.0.28 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 2.0.28 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-07-02 + 2.0.27 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + suspend + http://suspend.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.powermanagement + A set of tools to support sleep modes + Uyku kiplerini destekleme araçları + suspend package allows users to suspend-to-ram, suspend-to-disk, and suspend-to-both. + suspend, kullanıcıların bellek, disk veya her ikisini de kullanarak sistemlerini askıya almalarını sağlayan araçları içerir. + http://dev.gentoo.org/~bircoph/distfiles/suspend-1.0_p20120915.tar.xz + + lzo-devel + pciutils-devel + libx86-devel + libgcrypt-devel + + + suspend-1.0_p20200924.patch.xz + + hardware/powermanagement/suspend/pspec.xml + + + suspend + + lzo + libx86 + pciutils + + + /etc/suspend.conf + /etc/suspend.key + /usr/sbin + /usr/bin + /sbin + /usr/lib/suspend/resume + /usr/share/doc + /usr/share/man + + + suse/configure-suspend-encryption.sh + + + + + 2021-11-29 + 1.0_p20200924 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-19 + 1.0_p20200924 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-23 + 1.0_p20120915 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-02 + 1.0_p20120915 + Rebuild New T + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 1.0_p20120915 + Rebuild New T + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-01 + 1.0_p20120915 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0_p20120915 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.0_p20120915 + First release + Varol Maksutoğlu + waroi@pisilinux.org + + + + + + pm-utils + http://pm-utils.freedesktop.org/wiki/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.powermanagement + A toolset to suspend and hibernate computers + Askıya alma işlemleri için gerekli araçlar + pm-utils provides simple shell command line tools to suspend and hibernate computers, and it that can be used to run vendor, distribution, or user supplied scripts on suspend and resume. + pm-utils, bilgisayarı bellek veya disk kullanarak uyku kipine geçirmek ve devam ettirmek için gerekli kabuk betiklerini sunar. + http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz + http://pm-utils.freedesktop.org/releases/pm-quirks-20100619.tar.gz + + xmlto + libxslt + util-linux + + + pisilinux/check-for-swap-partition.patch + pisilinux/disable-powersave.patch + suse/pm-utils-1.2.6.1-fix-broken-dbus-send.diff + suse/pm-utils-1.3.0-suse-smart-uswsusp.patch + suse/pm-utils-1.4.1-suse-config.patch + gentoo/1.4.1-bluetooth-sync.patch + gentoo/1.4.1-disable-sata-alpm.patch + gentoo/1.4.1-fix-intel-audio-powersave-hook.patch + gentoo/1.4.1-logging-append.patch + + hardware/powermanagement/pm-utils/pspec.xml + + + pm-utils + + hdparm + vbetool + + + /etc/pm + /usr/lib + /run/pm-utils + /usr/share/doc + /usr/share/man + /usr/bin + /usr/sbin + /usr/lib/pkgconfig + /usr/lib/pm-utils/video-quirks + /usr/lib/tmpfiles.d/pm-utils.conf + + + tmpfiles.conf + suse/hooks/config.d/rtcwake.config + suse/hooks/sleep.d/30s2disk-check + suse/hooks/sleep.d/45pcmcia + + + + + 2020-02-02 + 1.4.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 1.4.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-09-20 + 1.4.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.4.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-31 + 1.4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + powertop + http://www.lesswatts.org/projects/powertop/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.powermanagement + Power consumption monitor + Güç tüketim izleme aracı + PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle. + PowerTOP, bilgisayarınız atıl durumdayken ihtiyacından fazla güç tüketmesine neden olan yazılım bileşenlerini bulmak için kullanılan bir Linux aracıdır. + https://github.com/fenrus75/powertop/archive/v2.14.tar.gz + + libnl-devel + ncurses-devel + pciutils-devel + autoconf-archive + + + powertop-2.14-undefined-symbol.patch + + hardware/powermanagement/powertop/pspec.xml + + + powertop + + libnl + ncurses + libgcc + pciutils + + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/sbin + /var/cache/powertop + /usr/share/bash-completion + /usr/share/locale + + + + + 2021-11-28 + 2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-28 + 2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-02 + 2.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 2.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-25 + 2.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-05 + 2.8 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-02 + 2.8 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + acpi + https://sourceforge.net/projects/acpiclient/files/acpiclient/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.powermanagement + Battery and thermal reporter + ACPI sistemlerde pil ve sıcaklık bilgilerini tutar + acpi is a small command-line tools that reports battery and thermal information. + Eski apm komutlarını ACPI sistemlerde verir, pil ve sıcaklık bilgilerini tutar. + mirrors://sourceforge/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz + hardware/powermanagement/acpi/pspec.xml + + + acpi + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2020-03-02 + 1.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 1.7 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2016-07-02 + 1.7 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + upower + http://upower.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + app:console + hardware.powermanagement + Power Management Service + Güç Yönetim Hizmeti + upower provides a daemon, API and command line tools for managing power devices attached to the system. + upower, sisteme bağlı güç cihazlarını yönetmek için gerekli kitaplıkları ve sistem hizmetini sunar. + https://gitlab.freedesktop.org/upower/upower/-/archive/v1.90.0/upower-v1.90.0.tar.bz2 + + tr.po + + + meson + python3-devel + dbus-devel + glib2-devel + polkit-devel + dbus-glib-devel + libgudev-devel + libusb-devel + libplist-devel + libimobiledevice-devel + gobject-introspection-devel + docbook-xsl + intltool + gtk-doc + + + add-tr.patch + + hardware/powermanagement/upower/pspec.xml + + + upower + + dbus + glib2 + polkit + dbus-glib + libgudev + libplist + libimobiledevice + libusb + + + /lib + /usr/lib + /etc/dbus-1 + /etc/udev/hwdb.d/95-upower-hid.hwdb + /usr/share/man + /usr/share/doc + /etc/UPower + /usr/bin + /var/lib/upower + /usr/share/gir-1.0 + /usr/share/dbus-1 + /usr/libexec + /usr/share/polkit-1 + /usr/share/locale + /usr/share/dbus-1/interfaces/*.xml + /usr/lib/girepository-1.0/*.typelib + + + + upower-devel + Development files for upower + upower için geliştirme dosyaları + + upower + dbus-devel + glib2-devel + polkit-devel + dbus-glib-devel + libgudev-devel + libplist-devel + libimobiledevice-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-26 + 1.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-14 + 0.99.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-11 + 0.99.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-03 + 0.99.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-21 + 0.99.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-18 + 0.99.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 0.99.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-02 + 0.99.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 0.99.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 0.99.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-05 + 0.99.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.99.4 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.99.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-18 + 0.99.4 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-26 + 0.9.23 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + blueman + https://github.com/blueman-project/blueman + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + library + hardware.bluetooth + GTK+ Bluetooth Manager + GTK+ Bluetooth Yöneticisi + blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit. + blueman, kullanıcının günlük bluetooth görevlerini kolaylıkla yerine getirmesi için basit bir şekilde tasarlanmış ve GTK+ grafik arayüz kitaplığı kullanılarak yazılmış bir bluetooth yöneticisidir. + bluetooth + https://github.com/blueman-project/blueman/releases/download/2.3.1/blueman-2.3.1.tar.gz + + intltool + unifdef + polkit-devel + iproute2 + util-macros + gettext-devel + python3-devel + itstool + docbook-xml + docbook-xsl + cython + gtk3-devel + glib2-devel + notify-python + bluez-libs-devel + python-gtk-devel + python3-pygobject3-devel + pulseaudio-libs-devel + startup-notification-devel + + hardware/bluetooth/blueman/pspec.xml + + + blueman + + gtk3 + glib2 + python3 + bluez-libs + startup-notification + python3-pygobject3 + + + /usr/bin + /usr/libexec + /usr/share/locale + /usr/lib + /usr/lib/python3* + /usr/lib/nautilus-sendto/ + /usr/share + /usr/share/polkit-1 + /usr/share/doc + /usr/share/man + /etc/dbus-1/system.d + /etc/xdg/autostart + + + + + 2022-07-27 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 2.2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-17 + 2.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 2.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-14 + 2.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-14 + 2.0.5 + python-pygopject3 runtime deps add + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-09-01 + 2.0.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 2.0.5 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-10 + 2.0.4 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2016-09-11 + 2.0.4 + First release + Ergün Salman + poyraz76@pisilinux.org + + + + + + bluez + http://bluez.sourceforge.net + + Mustafa Cinasal + muscnsl@gmail.com + + GPLv2+ + service + library + app:console + hardware.bluetooth + Official Linux Bluetooth protocol stack + Linux resmi Bluetooth protokol yığını + bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols. + Bu projenin genel amacı Linux'ta Bluetooth kablosuz standartların ayrıntılarını yerine getirmektir. + https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz + + docutils + alsa-lib-devel + cups-devel + dbus-devel + eudev-devel + glib2-devel + gstreamer-devel + json-c-devel + libical-devel + libnl-devel + libsndfile-devel + readline-devel + python3-docutils + + + 0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch + 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch + + hardware/bluetooth/bluez/pspec.xml + + + bluez + Development files for bluez-libs + + bluez-libs + dbus + eudev + glib2 + json-c + libical + readline + + + /etc + /lib/bluetooth/bluetoothd + /lib/bluetooth/obexd + /lib/systemd/system + /lib/udev + /lib/udev/rules.d + /usr/bin + /usr/lib + /usr/libexec + /usr/sbin + /usr/share/alsa/bluetooth.conf + /usr/share/dbus-1 + /usr/share/man + /usr/share/misc + /usr/share/zsh + /var/lib/bluetooth + + + System.Service + + + + bluez-libs + Libraries for use in Bluetooth applications + Uygulamalar için bluetooth erişim kitaplığı + + libical + + + /usr/lib/libbluetooth.so* + /usr/share/doc + + + + bluez-libs-devel + Development files for bluez-libs + bluez-libs için geliştirme dosyaları + + bluez-libs + + + /usr/include/bluetooth + /usr/lib/pkgconfig + + + + + 2022-07-26 + 5.65 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-10 + 5.62 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-17 + 5.59 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 5.54 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-17 + 5.54 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 5.52 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-09-14 + 5.50 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 5.49 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-07 + 5.49 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-04-23 + 5.49 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-12-26 + 5.43 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 5.43 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.33 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-16 + 5.33 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + sbc + http://www.bluez.org/ + + Marcin Bojara + marcin@pisilinux.org + + GPLv2 + LGPLv2.1 + library + hardware.bluetooth + Bluetooth Subband Codec (SBC) library + An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers. + bluetooth + https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz + hardware/bluetooth/sbc/pspec.xml + + + sbc + + /usr/bin/* + /usr/lib + /usr/share/doc/sbc/* + + + + sbc-devel + Development files for sbc + + sbc /usr/include @@ -311895,50 +343679,50 @@ provide integrated access to the cloud providers services. - 2022-04-14 - 1.7.3 + 2022-07-27 + 2.0 Version bump. - Pisilinux Community - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2020-11-07 - 1.7.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2021-11-10 + 1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com 2020-01-12 - 1.7.2 - Rebuild + 1.4 + Version bump. Pisi Linux Community admin@pisilinux.org 2018-08-03 - 1.5 - Rebuild + 1.3 + Rebuild. Pisi Linux Community admin@pisilinux.org 2017-02-17 - 1.5 - Rebuild + 1.3 + Rebuild. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 1.5 - Version Bump + 1.3 + Release Bump Pisi Linux Community admin@pisilinux.org - 2013-03-04 - 1.4.9 + 2014-12-12 + 1.3 First release Marcin Bojara marcin@pisilinux.org @@ -311947,2227 +343731,589 @@ provide integrated access to the cloud providers services. - libconfuse - https://github.com/libconfuse/libconfuse + nilfs-utils + https://nilfs.sourceforge.io/en/ - PisiLinux Community - admins@pisilinux.org + AYDIN ATMACA + aydinatmaca@gmail.com - LGPLv2 - library - programming.library - Configuration file parser library. - Yapılandırma dosyası ayrıştırıcısı - libconfuse is a configuration file parser library. - libconfuse bir yapılandırma dosyası ayrıştırıcısıdır. - https://github.com/libconfuse/libconfuse/releases/download/v3.3/confuse-3.3.tar.xz - programming/library/libconfuse/pspec.xml - - - libconfuse - - /usr/lib - /usr/share/doc/confuse - /usr/share/locale - - - - libconfuse-devel - Development headers for libconfuse - libconfuse için geliştirme başlıkları - libconfuse-devel provides development headers for libconfuse. - libconfuse için geliştirme başlıklarını içerir. - - libconfuse - - - /usr/include - /usr/share/man/man3 - /usr/lib/pkgconfig - - - - - 2021-10-17 - 3.3 - Version bump. - fury - uglyside@yandex.ru - - - 2020-03-01 - 3.2.2 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-10 - 3.2.1 - Rebuild for new toolchain. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-17 - 3.2.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libdatrie - https://linux.thai.net/~thep/datrie/datrie.html - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - programming.library - An Implementation of Double-Array Trie. - This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. - https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz - - glibc-devel - - programming/library/libdatrie/pspec.xml - - - trietool - - libdatrie - - - /usr/bin - /usr/share/man/man1 - /usr/share/doc - - - - libdatrie - - /usr/lib - - - - libdatrie-devel - - libdatrie - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-04-14 - 0.2.13 - First build. - fury - uglyside@yandex.ru - - - - - - libdazzle - https://gitlab.gnome.org/GNOME/libdazzle - - Berk Çakar - berk2238@hotmail.com - - GPLv3 - programming.misc - The libdazzle library is a companion library to GObject and Gtk+ - The libdazzle library is a companion library to GObject and Gtk+ - https://download.gnome.org/sources/libdazzle/3.44/libdazzle-3.44.0.tar.xz - - gtk3-devel - gobject-introspection-devel - gtk-doc - meson - vala-devel - glib2-devel - cairo-devel - - programming/library/libdazzle/pspec.xml - - - libdazzle - The libdazzle library is a companion library to GObject and Gtk+ - - glib2 - gtk3 - cairo - pango - gdk-pixbuf - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/libdazzle*.so* - /usr/share/doc - /usr/share/vala - /usr/share/locale - - - - libdazzle-devel - - libdazzle - gtk3-devel - - - /usr/include/libdazzle-1.0 - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-03-21 - 3.44.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-22 - 3.42.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 3.40.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libdmapsharing - http://www.flyn.org/projects/libdmapsharing/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2 - app:gui - programming.library - A DMAP client and server library - Bir DMAP istemci ve sunucu kitaplığı - A DMAP client and server library - Bir DMAP istemci ve sunucu kitaplığı - libdmapsharing - http://www.flyn.org/projects/libdmapsharing/libdmapsharing-3.9.9.tar.gz - - glib2-devel - libgee-devel - libsoup-devel - gdk-pixbuf-devel - gstreamer-devel - gst-plugins-base-devel - avahi-glib-devel - gtk-doc - vala-devel - - programming/library/libdmapsharing/pspec.xml - - - libdmapsharing - - zlib - glib2 - libsoup - avahi-glib - avahi-libs - gdk-pixbuf - gstreamer - gst-plugins-base - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - libdmapsharing-devel - libdmapsharing için geliştirme dosyaları - - libdmapsharing - glib2-devel - gstreamer-devel - libsoup-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-06-11 - 3.9.9 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libev - http://software.schmorp.de/pkg/libev.html - - Ertuğrul Erata - ertugrulerata@gmail.com - - BSD GPLv2 - programming.library - Full-featured and high performance event loop library - FA high-performance event loop/event model with lots of feature - http://dist.schmorp.de/libev/libev-4.31.tar.gz - programming/library/libev/pspec.xml - - - libev - - /usr/lib - - - - libev-devel - Development files for libev - system.devel - - libev - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-03-01 - 4.31 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-09-12 - 4.24 - Rebuild for new toolchain. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-16 - 4.24 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libgdata - https://wiki.gnome.org/Projects/libgdata - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - programming.library - GLib-based library for accessing online service APIs using the GData protocol - GLib-based library for accessing online service APIs using the GData protocol - GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık - GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık - https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz - - meson - gcr-devel - vala-devel - glib2-devel - libsoup-devel - libxml2-devel - json-glib-devel - libuhttpmock-devel - gnome-online-accounts-devel - - programming/library/libgdata/pspec.xml - - - libgdata - - gcr - glib2 - libsoup - libxml2 - json-glib - libuhttpmock - gnome-online-accounts - - - /usr/lib - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/vala - /usr/share/doc - - - - libgdata-devel - Development files for libgdata - - libgdata - gcr-devel - glib2-devel - libsoup-devel - libxml2-devel - json-glib-devel - libuhttpmock-devel - gnome-online-accounts-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-06-02 - 0.18.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libgee - https://wiki.gnome.org/Projects/Libgee - - PisiLinux Community - admins@pisilinux.org - LGPLv2.1 - app - programming.library - A collection library providing GObject-based interfaces and classes for commonly used data structures - Sık kullanılan veri yapıları için GObject tabanlı arabirimler ve sınıflar sağlayan bir koleksiyon kitaplığı - Yaygın olarak kullanılan veri yapıları için GObject tabanlı arayüzler ve sınıflar sağlayan bir koleksiyon kütüphanesi - Yaygın olarak kullanılan veri yapıları için GObject tabanlı arayüzler ve sınıflar sağlayan bir koleksiyon kütüphanesi - mirrors://gnome/libgee/0.20/libgee-0.20.5.tar.xz + app:gui + hardware.disk + A log-structured file system supporting continuous snapshotting (userspace utils) + NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago. + https://nilfs.sourceforge.io/download/nilfs-utils-2.2.8.tar.bz2 - vala-devel - glib2-devel - gobject-introspection-devel + libutil-linux-devel - programming/library/libgee/pspec.xml + hardware/disk/nilfs-utils/pspec.xml - libgee + nilfs-utils - glib2 + libutil-linux + /etc + /sbin + /usr/bin + /usr/sbin /usr/lib - /usr/share - /usr/share/vapi + /usr/share/man /usr/share/doc - libgee-devel - Development files for libgee + nilfs-utils-devel + nilfs-utils için geliştirm edosyaları + nilfs-utils için geliştirm edosyaları - glib2-devel - libgee + nilfs-utils /usr/include - /usr/lib/pkgconfig - - 2022-02-11 - 0.20.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 0.20.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - 2019-01-15 - 0.20.1 - First release - PisiLinux Community - admins@pisilinux.org + 2021-01-12 + 2.2.8 + First Beta release. + AYDIN ATMACA + aydinatmaca@gmail.com - libgepub - https://gitlab.gnome.org/GNOME/libgepub + gparted + https://gparted.org/ - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + AYDIN ATMACA + aydinatmaca@gmail GPLv2 app:gui - programming.library - Simple library to read epub files using glib - glib kullaranak epub dosyalarını okumak için basit bir kitaplık - Simple library to read epub files using glib - glib kullaranak epub dosyalarını okumak için basit bir kitaplık - libgepub - mirrors://gnome/libgepub/0.6/libgepub-0.6.0.tar.xz + hardware.disk + Gnome Partition tool based on GNU-Parted. + GNU Parted tabanlı Gnome disk bölümleme aracı + GParted is the Gnome Partition Editor application. GParted is an industrial-strength package for creating, destroying, resizing, moving, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging). + GParted Gnome masaüstü ortamının disk bölümleme uygulamasıdır. Bu program, disk bölümleme, dosya sistemleri oluşturma, silme, boyutlandırma, taşıma, kontrol ve kopyalama işlemlerini yapabilir. Yeni bir işletim sistemi için yer açmak, disk kullanımını yeniden düzenlemek, verileri diskin bir başka bölümüne aynalamak ve yerleştirmek için faydalıdır. + mirrors://sourceforge/project/gparted/gparted/gparted-1.4.0/gparted-1.4.0.tar.gz - gobject-introspection-devel - glib2-devel - gtk3-devel - libarchive-devel - glib2-devel + itstool + intltool + atkmm-devel + polkit-devel + parted-devel + gtkmm3-devel libxml2-devel - meson - webkit2gtk-devel + elogind-devel - programming/library/libgepub/pspec.xml + hardware/disk/gparted/pspec.xml - libgepub + gparted gtk3 glib2 - libsoup - libxml2 - libarchive - webkit2gtk + xterm + gpart + atkmm + libgcc + polkit + gtkmm3 + parted + glibmm + mtools + ntfs-3g + cairomm + pangomm + elogind + xfsdump + xfsprogs + jfsutils + xdg-utils + libsigc++ + f2fs-tools + exfatprogs + dosfstools + nilfs-utils + btrfs-progs + reiserfsprogs + libutil-linux - /usr/lib/libgepub* - /usr/lib/girepository-1.0 - /usr/share/gir - /usr/share/doc - - - - libgepub-devel - libgepub için geliştirme dosyaları - - libgepub - glib2-devel - libsoup-devel - libxml2-devel - libarchive-devel - webkit2gtk-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 + /usr/bin + /usr/libexec + /usr/share/appdata/ + /usr/share/applications + /usr/share/icons + /usr/share/polkit-1 + /usr/share/locale + /usr/share/man + /usr/share/help - - 2021-06-08 - 0.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libgfbgraph - https://wiki.gnome.org/Projects/GFBGraph - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv3 - app - programming.library - GLib/GObject wrapper for the Facebook Graph API - GLib/GObject wrapper for the Facebook Graph API - Facebook Graph API için GLib/GObject sarmalayıcı - Facebook Graph API için GLib/GObject sarmalayıcı - https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.5.tar.xz - - gtk-doc - glib2-devel - librest-devel - libsoup-devel - libxml2-devel - json-glib-devel - gnome-online-accounts-devel - - programming/library/libgfbgraph/pspec.xml - - - libgfbgraph - - glib2 - librest - libsoup - libxml2 - json-glib - gnome-online-accounts - - - /usr/lib - /usr/share/doc - - - - libgfbgraph-devel - Development files for libgfbgraph - - libgfbgraph - glib2-devel - librest-devel - libsoup-devel - libxml2-devel - json-glib-devel - gnome-online-accounts-devel - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - libgfbgraph-docs - Development files for libgfbgraph - - libgfbgraph - - - /usr/share/gtk-doc - - - - - 2022-06-19 - 0.2.5 - Rebuild. + + 2022-06-04 + 1.4.0 + Rebuild Mustafa Cinasal muscnsl@gmail.com + + 2022-04-14 + 1.4.0 + Version bump + fury + uglyside@gmail.com + + + 2021-07-21 + 1.3.1 + Version bump + AYDIN ATMACA + aydinatmaca@gmail.com + + + 2021-05-04 + 1.3.0 + Version bump + AYDIN ATMACA + aydinatmaca@gmail.com + - 2021-10-30 - 0.2.5 + 2021-01-26 + 1.2.0 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + AYDIN ATMACA + aydinatmaca@gmail.com - 2021-06-02 - 0.2.4 - First release - Pisi Linux Admins - admin@pisilinux.org + 2021-01-12 + 1.1.0 + First Beta release. + AYDIN ATMACA + aydinatmaca@gmail.com - libgovirt - https://gitlab.gnome.org/GNOME/libgovirt + jfsutils + http://jfs.sourceforge.net/ - Kamil Atlı - suvari@pisilinux.org - - LGPL - library - programming.library - GObject-based library to access oVirt REST API - oVirt REST API'sine erişmek için GObject tabanlı kitaplık - GoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings. - oVirt REST API'sine erişmek için GObject tabanlı kitaplık - https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v0.3.8/libgovirt-v0.3.8.tar.gz - - git - glib2-devel - libsoup-devel - python3-devel - librest-devel - gobject-introspection-devel - - programming/library/libgovirt/pspec.xml - - - libgovirt - - glib2 - python3 - librest - libsoup - gobject-introspection - - - /usr/share/doc - /usr/lib/libgovirt* - /usr/lib/girepository-1.0/GoVirt-1.0.typelib - /usr/share/locale - - - - libgovirt-devel - Development files for libgovirt - libgovirt için geliştirme dosyaları - - glib2-devel - librest-devel - libgovirt - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - - 2022-06-24 - 0.3.8 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libgringotts - https://directory.fsf.org/wiki/LibGringotts - - PisiLinux Community - admins@pisilinux.org + AYDIN ATMACA + aydinatmaca@gmail GPLv2 - library - programming.library - A small, thread-safe C library. - Küçük ve evreli bir C kitaplığı - libgringotts is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. - libgringotts programcının belirli bir dosya biçiminde veri kaydetmeseine imkan veren küçük ve evreli bir C kitaplığıdır. Veriyi şifrelenmiş ve sıkıştırılmış bir şekilde kapsüllemeyi hedefler. - mirrors://sourceforge/gringotts.berlios/libgringotts-1.2.1.tar.bz2 + app:console + hardware.disk + IBM's Journaling Filesystem (JFS) Utilities. + IBM'in günlüklü dosya sistemi JFS için araçlar + Contains tools to work with JFS (Journaling Filesystem) developed by IBM. + IBM'in geliştirdiği günlüklü dosya sistemi (JFS - Journalling File System) araçlarını içerir. + http://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz - libmcrypt-devel - mhash-devel - zlib-devel + libutil-linux-devel - fix-doc-dir.patch + gcc10.patch + missing_stdint_header.patch + inttypes.patch + sysmacros.patch - programming/library/libgringotts/pspec.xml + hardware/disk/jfsutils/pspec.xml - libgringotts + jfsutils - libmcrypt - mhash + libutil-linux - /usr/lib - /usr/share/doc/libgringotts - - - - libgringotts-devel - Development files for libgringotts - - libgringotts - - - /usr/include - /usr/lib/pkgconfig + /usr/sbin + /usr/share/doc + /usr/share/man - 2020-12-20 - 1.2.1 - First release - fury - uglyside@yandex.ru + 2021-01-12 + 1.1.15 + First Beta rebuild. + AYDIN ATMACA + aydinatmaca@gmail.com - libgudev - https://wiki.gnome.org/Projects/libgudev + ntfs-3g + http://www.tuxera.com/community/ntfs-3g-download - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + PisiLinux Community + admins@pisilinux.org - LGPL2 + GPLv2+ + LGPLv2+ library - programming.library - GObject bindings for Udev (Eudev) - libudev için GObject bağlayıcıları - GObject bindings for Udev (Eudev) - libgudev, ibudev için GObject bağlayıcıları içeren kitaplıklar sunar. - eudev - https://download.gnome.org/sources/libgudev/237/libgudev-237.tar.xz + app:console + hardware.disk + Userspace driver for NTFS read/write support + NTFS dosya sistemlerine okuma/yazma erişimi için bir sürücü + ntfs-3g allows regular users read/write access to NTFS filesystems. + ntfs-3g kullanıcıların NTFS biçimli disk bölümlerine hem okuma hem yazma erişimi yapabilmesine imkan veren bir sürücüdür. + https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.5.17.tar.gz - meson - gtk-doc - libxslt - vala-devel - python-six - docbook-xsl - eudev-devel - glib2-devel - gobject-introspection-devel + autoconf + libgcrypt-devel + fuse-devel + libutil-linux-devel - programming/library/libgudev/pspec.xml + hardware/disk/ntfs-3g/pspec.xml - libgudev - GObject bindings for Udev (Eudev) + ntfs-3g - eudev - glib2 + fuse + /bin + /sbin + /lib /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/vala/vapi - /usr/share/gtk-doc - - - - libgudev-32bit - libgudev için 32-bit paylaşımlı kitaplıklar - libgudev-32bit, libgudev için 32-bit paylaşımlı kitaplıklar sunar. - emul32 - emul32 - - eudev-32bit - glib2-32bit - glib2-devel - - - eudev-32bit - glib2-32bit - - - /usr/lib32 - - - - libgudev-devel - Development files for libgudev - libgudev için geliştirme dosyaları - libgudev-devel, libgudev için geliştirme dosyalarını içerir. - system.devel - - eudev-devel - glib2-devel - libgudev - - + /usr/include /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include/gudev-1.0 + /usr/share/hal/fdi + /usr/share/doc/ntfs-3g + /usr/share/man/man8/mount* + /usr/share/man/man8/ntfs-3g* + + + + ntfsprogs + Userspace tools for NTFS filesystems + NTFS dosya sistemi için kullanıcı araçları + Userspace tools for NTFS filesystems. The goals of the Linux-NTFS project are to develop reliable and full-featured access to NTFS by the Linux kernel driver and to provide a wide collection of NTFS utilities. + NTFS dosya sistemi için kullanıcı araçları içerir. Bu araçların amacı Linux çekirdeğine NTFS dosya sistemlerine güvenilir ve tam erişim sağlayacak NTFS araçlarını sağlamaktır. + hardware.disk + + ntfs-3g + fuse + libutil-linux + + + /sbin/mkfs.ntfs + /usr/bin + /usr/sbin + /usr/share/doc/ntfsprogs + /usr/share/man/man8 - - 2021-12-04 - 237 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-08-15 - 237 + 2022-06-06 + 2022.5.17 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-04-03 - 236 - Version bump. + 2020-02-01 + 2017.3.23 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2020-09-23 - 234 - Major version bump. Translations added. - Blue Devil - bluedevil@sctzine.com + 2019-11-13 + 2017.3.23 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2020-01-21 - 233 - Add 32 bit. + 2018-08-13 + 2017.3.23 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2020-01-18 - 233 + 2017-09-20 + 2017.3.23 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-07-31 - 232 + 2017-09-20 + 2016.2.22 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-27 + 2016.2.22 Version Bump Pisi Linux Community admin@pisilinux.org - - 2017-02-13 - 231 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - 2016-06-09 - 230 + 2015.3.14 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-01-24 - 230 + 2016-01-30 + 2015.3.14 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - libinih - https://github.com/benhoyt/inih - - Pisi Linux Admins - admin@pisilinux.org - - BSD - library - programming.library - A simple .INI file parser written in C - A simple .INI file parser written in C - C ile yazılmış basit bir .INI dosyası ayrıştırıcısı - C ile yazılmış basit bir .INI dosyası ayrıştırıcısı - https://github.com/benhoyt/inih/archive/r53.tar.gz - - meson - - programming/library/libinih/pspec.xml - - - libinih - - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - libinih-devel - Development files for libinih - - libinih - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2021-02-27 - 53 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libjcat - https://github.com/hughsie/libjcat + reiserfsprogs + http://www.kernel.org/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - programming.library - Library for reading and writing Jcat files - Library for reading and writing Jcat files - Jcat dosyalarını okumak ve yazmak için kitaplık - Jcat dosyalarını okumak ve yazmak için kitaplık - https://github.com/hughsie/libjcat/archive/refs/tags/0.1.8.tar.gz - - meson - gtk-doc - help2man - vala-devel - glib2-devel - gpgme-devel - gnutls-devel - json-glib-devel - libgpg-error-devel - gobject-introspection-devel - - programming/library/libjcat/pspec.xml - - - libjcat - - glib2 - gpgme - gnutls - json-glib - libgpg-error - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share/vala - /usr/share/man - /usr/share/installed-tests - /usr/share/doc - - - - libjcat-devel - Development files for libjcat - - glib2-devel - gnutls-devel - json-glib-devel - libjcat - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - - - - libjcat-docs - Development files for libjcat - - libjcat - - - /usr/share/gtk-doc - - - - - 2021-10-20 - 0.1.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libmaxminddb - https://maxmind.github.io/libmaxminddb - - Pisi Linux Admins - admins@pisilinux.org - - Apache-2.0 - library - programming.library - C library for the MaxMind DB file format - The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. - https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz - - glibc-devel - geoip-devel - cmake - - programming/library/libmaxminddb/pspec.xml - - - libmaxminddb - - /usr/bin - /usr/lib - /usr/share/doc - - - - libmaxminddb-devel - - libmaxminddb - - - /usr/include - - - - - 2021-08-10 - 1.6.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libmediaart - https://gitlab.gnome.org/GNOME/libmediaart - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - GPLv2 - app:gui - programming.library - Library for managing media art caches - ortam sanat önbelleğini yönetmek için bir kitaplık - Library for managing media art caches - ortam sanat önbelleğini yönetmek için bir kitaplık - libmediaart - mirrors://gnome/libmediaart/1.9/libmediaart-1.9.6.tar.xz + app:console + hardware.disk + Tools to work with Reiserfs filesystems + Reiserfs dosya sistemleriyle çalışabilmek için gereken araçlar + Contains tools designed to create, modify and check Reiserfs filesystems. + Reiserfs dosya sistemleri oluşturmak, bu dosya sistemlerinde hata kontrolü yapmak, bu sistemlerin boyutlarını değiştirmek ve hata ayıklamak gibi görevler taşıyan araçlar. + https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.27/reiserfsprogs-3.6.27.tar.xz - glib2-devel - gdk-pixbuf-devel - gobject-introspection-devel - gtk-doc - meson - vala-devel + libutil-linux-devel + e2fsprogs-devel + acl-devel - programming/library/libmediaart/pspec.xml + hardware/disk/reiserfsprogs/pspec.xml - libmediaart + reiserfsprogs - glib2 - gdk-pixbuf - - - /usr/bin - /usr/lib/libmediaart* - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/gtk-doc - /usr/share/vala - - - - libmediaart-devel - libmediaart için geliştirme dosyaları - - libmediaart - glib2-devel - gdk-pixbuf-devel + e2fsprogs + libutil-linux + /sbin + /usr/lib /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-06-02 - 1.9.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-10 - 1.9.5 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libnih - https://launchpad.net/libnih - - Aydın Demirel - aydin.demirel@pisilinux.org - - GPL - app:library - programming.library - Small library for C application development - C uygulama geliştirme için küçük bir kütüphane - Small library for C application development. - C uygulama geliştirme için küçük bir kütüphane. - https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz - - dbus-devel - expat-devel - - programming/library/libnih/pspec.xml - - - libnih - - dbus - expat - - - /usr/bin + /usr/share/doc /usr/share/man - /usr/share/aclocal - /usr/lib/ - - - - libnih-devel - - libnih - dbus-devel - expat-devel - - - /usr/include - /usr/lib/pkgconfig - + 2020-02-01 - 1.0.3 - Rebuild New T. + 3.6.27 + Rebuild Mustafa Cinasal muscnsl@gmail.com - - 2018-08-13 - 1.0.3 - Rebuild New T. + + 2018-08-19 + 3.6.27 + Rebuild Mustafa Cinasal muscnsl@gmail.com - - 2017-12-13 - 1.0.3 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 1.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-27 - 1.0.3 - First release - Aydın Demirel - aydin.demirel@pisilinux.org - - - - - - libosinfo - https://libosinfo.org/ - - PisiLinux Community - admins@pisilinux.org - - GPL - LGPL - library - programming.library - GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support - GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support - GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support - GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support - https://releases.pagure.org/libosinfo/libosinfo-1.10.0.tar.xz - - meson - gtk-doc - intltool - vala-devel - python3-six - docbook-xsl - glib2-devel - libxslt-devel - libxml2-devel - libsoup-devel - gobject-introspection-devel - - programming/library/libosinfo/pspec.xml - - - libosinfo - - glib2 - libgcc - libxml2 - libxslt - libsoup - - - /usr/bin - /usr/lib - /usr/share - /usr/share/vala - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - libosinfo-devel - osinfo headers. - - glib2-devel - libosinfo - - - /usr/include - /usr/lib/pkgconfig - - - - libosinfo-docs - - libosinfo - - - /usr/share/gtk-doc - - - - - 2022-06-30 - 1.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-1-27 - 1.9.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2020-03-01 - 1.7.1 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2019-03-18 - 1.4.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libportal - https://github.com/flatpak/libportal - - Berk Çakar - berk2238@hotmail.com - - GPLv3 - library - programming.library - GIO-style async APIs for most Flatpak portals. - GIO-style async APIs for most Flatpak portals. - https://github.com/flatpak/libportal/releases/download/0.6/libportal-0.6.tar.xz - - glib2-devel - git - gtk-doc - meson - vala - gtk3-devel - gtk4-devel - qt5-base-devel - qt5-x11extras-devel - glib2-devel - gi-docgen - gobject-introspection-devel - - programming/library/libportal/pspec.xml - - - libportal - - glib2 - git - gtk-doc - gtk3 - gtk4 - qt5-base - qt5-x11extras - - - /etc/gconf - /usr/lib - /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/libportal - /usr/share/glib-2.0 - /usr/share/vala - /usr/share/icons - - - - libportal-docs - libportal reference documents - data:doc - - /usr/share/doc/libportal-1 - - - - libportal-devel - Development files for libportal - - libportal - gtk3-devel - gtk4-devel - qt5-base-devel - qt5-x11extras-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2022-03-22 - 0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-18 - 0.4 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libpsl - https://github.com/rockdaboot/libpsl - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.library - Public Suffix List library - Public Suffix List library - Genel Ek Listesi kitaplığı - Genel Ek Listesi kitaplığı - https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz - - gtk-doc - glib2-devel - icu4c-devel - python-six - gettext-devel - libidn2-devel - libxslt-devel - libunistring-devel - - programming/library/libpsl/pspec.xml - - - libpsl - - libidn2 - libunistring - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libpsl-devel - Development files for libpsl - - libpsl - - - /usr/include - /usr/lib/pkgconfig - - - - libpsl-docs - Development files for libpsl - - libpsl - - - /usr/share/gtk-doc - - - - - 2020-01-28 - 0.21.0 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-08-03 - 0.21.0 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-09-04 - 0.20.2 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-03-04 - 0.20.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libptytty - http://software.schmorp.de/pkg/libptytty.html - - fury - uglyside@yandex.ru - - GPL-2 - library - programming.library - OS independent and secure pty/tty and utmp/wtmp/lastlog handling. - Libptytty is a small library that offers pseudo-tty management in an OS-independent way. It was created out of frustration over the many differences of pty/tty handling in different operating systems for the use inside "rxvt-unicode". - https://ftp.osuosl.org/pub/blfs/conglomeration/libptytty/libptytty-2.0.tar.gz - - cmake - - programming/library/libptytty/pspec.xml - - - libptytty - - libgcc - - - /usr/lib - /usr/share/man/man3 - /usr/share/doc/libptytty - - - - libptytty-devel - - libptytty - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-12-21 - 2.0 - First build. - fury - uglyside@yandex.ru - - - - - - libqaccessibilityclient - https://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.library - Helper library to make writing accessibility tools easier - Helper library to make writing accessibility tools easier - Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık - Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık - https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-0.4.1.tar.xz - - extra-cmake-modules - qt5-base-devel - - programming/library/libqaccessibilityclient/pspec.xml - - - libqaccessibilityclient - - libgcc - qt5-base - - - /usr/lib - /usr/share/doc - - - - libqaccessibilityclient-devel - Development files for libqaccessibilityclient - - libqaccessibilityclient - - - /usr/include - /usr/lib/cmake - - - - - 2021-10-15 - 0.4.1 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - libsignon-glib - https://gitlab.com/accounts-sso/libsignon-glib - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - programming.library - Authorization and authentication management for glib - libsignon-glib provides authorization and authentication management for GLib applications. - https://gitlab.com/accounts-sso/libgsignon-glib/-/archive/2.4.1/libgsignon-glib-2.4.1.tar.gz - - meson - glib2-devel - gobject-introspection-devel - signon-devel - gtk-doc - - programming/library/libsignon-glib/pspec.xml - - - libsignon-glib - - gobject-introspection - glib2 - signon - - - /usr/bin - /usr/lib/ - /usr/share/gir-1.0 - /usr/share/vala/vapi/signon.vapi - - - - libsignon-glib-devel - Development files for libsignon-glib - libsignon-glib için kütüphaneler - libsignon-glib geliştirme paketi, libsignon-glib için geliştirme dosyaları sunar. - - libsignon-glib - glib2-devel - signon-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libsignon-glib-doc - Document files for libsignon-glib - - libsignon-glib - - - /usr/share/doc - /usr/share/gtk-doc/html - - - - 2020-03-04 - 2.4.1 + 2017-03-05 + 3.6.27 Version bump - Kamil Atlı - suvari@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2018-09-07 - 1.13 + 2017-03-05 + 3.6.25 Rebuild - Pisi Linux Community - admin@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - 2017-02-06 - 1.13 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2017-01-28 + 3.6.25 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org 2016-06-09 - 1.13 + 3.6.24 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-03-29 - 1.13 + 2014-12-13 + 3.6.24 First release - Alihan Öztürk - alihan@pisilinux.org + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - libsocket - https://github.com/dermesser/libsocket - - fury - uglyside@yandex.ru - - BSD - library - programming.library - libsocket is a library written in C for the purpose of simplifying the usage of AF_INET/AF_INET6 (internet domain) and AF_UNIX (unix domain) sockets. - libsocket is a library written in C for the purpose of simplifying the usage of AF_INET/AF_INET6 (internet domain) and AF_UNIX (unix domain) sockets. libsocket++ is an object-oriented wrapper around libsocket. - https://github.com/dermesser/libsocket/archive/v2.5.0.tar.gz - - cmake - - programming/library/libsocket/pspec.xml - - - libsocket - - libgcc - - - /usr/lib - /usr/share/doc - - - - libsocket-devel - - libsocket - - - /usr/include - - - - - 2020-12-22 - 2.5.0 - First build - fury - uglyside@yandex.ru - - - - - - libthai - https://linux.thai.net/projects/libthai/ - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - programming.library - LibThai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications. - It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. - https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz - - doxygen - trietool - libdatrie-devel - - programming/library/libthai/pspec.xml - - - libthai - - libdatrie - - - /usr/lib - /usr/share/libthai/thbrk.tri - - - - libthai-devel - - libthai - - - /usr/lib/pkgconfig - /usr/include - - - - libthai-html-doc - - /usr/share/doc - /usr/share/doc/libthai/html - - - - - 2022-04-14 - 0.1.29 - First build - fury - uglyside@yandex.ru - - - - - - libunibreak - http://vimgadgets.sourceforge.net/libunibreak/ - - Pisi Linux Community - admin@pisilinux.org - - zlib - library - programming.library - An Implementation of the line breaking and word breaking algorithms - Satır kırılma ve kelime kırılma algoritmalarının bir uygulaması - Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29 - libunibreak Unicode Standard Annex 14 ve Unicode Standard Annex 29 içinde tanımlandığı gibi satır kırılma ve kelime kırılma algoritmalarının bir uygulamasıdır. - https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_0/libunibreak-5.0.tar.gz - programming/library/libunibreak/pspec.xml - - - libunibreak - - /usr/lib - /usr/share/doc - - - - libunibreak-devel - - libunibreak - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-22 - 5.0 - First release. - Pisi Linux Community - admin@pisilinux.org - - - - - - liburcu - http://liburcu.org/ + dmapi + http://oss.sgi.com/projects/xfs/ PisiLinux Community admins@pisilinux.org LGPLv2.1 - library - programming.library - Userspace RCU (read-copy-update) library - Userspace RCU (read-copy-update) library - Userspace RCU (read-copy-update) library - Userspace RCU (read-copy-update) library - https://lttng.org/files/urcu/userspace-rcu-0.13.0.tar.bz2 - programming/library/liburcu/pspec.xml - - - liburcu - - /usr/lib - /usr/share/doc - - - - liburcu-devel - Development files for liburcu - - liburcu - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-21 - 0.13.0 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - liburing - https://git.kernel.dk/cgit/liburing/ - - fury - uglyside@yandex.ru - - GPL - LGPL - MIT - library - programming.library - This is the io_uring library, liburing. - liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. - https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.2.tar.bz2 - programming/library/liburing/pspec.xml - - - liburing - - /usr/lib - /usr/share/man - /usr/share/doc - - - - liburing-devel - - liburing - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-06-29 - 2.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-09-15 - 2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-10 - 2.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-13 - 0.7 - First build. - fury - uglyside@yandex.ru - - - - - - libwlocate - https://sourceforge.net/projects/libwlocate/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - library - programming.library - A shared library that can be used for location-based services - libwlocate is a shared library that can be used for location-based services. - http://sourceforge.net/projects/pisilinux/files/source/libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac.tar.gz + app:console + hardware.disk + Librairie de l'API de gestion de données XFS. + XFS data management API library + XFS veri yönetimi kütüphanesi + The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures. + https://sources.archlinux.org/other/packages/dmapi/dmapi-2.2.12.tar.gz - wireless-tools-devel + xfsprogs-devel + libutil-linux-devel - programming/library/libwlocate/pspec.xml + + dmapi-add-missing-includes-to-handle2path.patch + + hardware/disk/dmapi/pspec.xml - libwlocate - A shared library that can be used for location-based services + dmapi - wireless-tools + xfsprogs - /usr/bin + /lib /usr/lib /usr/share/doc + /usr/share/man - libwlocate-devel - Development files for libwlocate + dmapi-devel + Development files for dmapi + dmapi için geliştirme dosyaları - libwlocate + dmapi /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + 2022-06-04 + 2.2.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-19 + 2.2.12 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + - 2020-03-04 - 0.2 + 2019-04-26 + 2.2.12 Rebuild. Pisi Linux Community admin@pisilinux.org - 2018-09-04 - 0.2 - Rebuild. + 2018-08-07 + 2.2.12 + Release Bump Pisi Linux Community admin@pisilinux.org - 2017-05-11 - 0.2 + 2017-02-18 + 2.2.12 Release Bump - Kamil Atlı + Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.2 + 2.2.12 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-12-03 - 0.2 + 2014-05-22 + 2.2.12 First release - Alihan Öztürk - alihan@pisilinux.org + Kamil Atlı + suvarice@gmail.com - libwpe - https://wpewebkit.org + f2fs-tools + https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/ - Pisi Linux Admins - admin@pisilinux.org + fury + uglyside@yandex.ru - custom - library - programming.library - General-purpose library for WPE WebKit - General-purpose library for WPE WebKit - WPE WebKit için genel amaçlı kitaplık - WPE WebKit için genel amaçlı kitaplık - https://github.com/WebPlatformForEmbedded/libwpe/archive/1.13.2.tar.gz + GPLv2 + LGPLv2.1 + app:console + hardware.disk + Userland tools for the f2fs filesystem. + Tools for Flash-Friendly File System (F2FS). + https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.15.0.tar.gz - meson - libxkbcommon-devel - mesa-devel + libutil-linux-devel - programming/library/libwpe/pspec.xml + hardware/disk/f2fs-tools/pspec.xml - libwpe + f2fs-tools - libgcc - libxkbcommon - - - /usr/lib - /usr/share - /usr/share/doc - - - - libwpe-devel - Development files for libwpe - - libwpe + libutil-linux + /usr/sbin /usr/include - /usr/lib/pkgconfig + /usr/lib + /usr/share/man/man8 + /usr/share/doc - 2022-07-02 - 1.13.2 + 2022-06-05 + 1.15.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-02-27 - 1.9.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libxdg-basedir - https://github.com/devnev/libxdg-basedir - - fury - uglyside@yandex.ru - - MIT - library - programming.library - libxdg-basedir is an implementation of the XDG Base Directory specifications. - libxdg-basedir is an implementation of the XDG Base Directory specifications. - https://github.com/devnev/libxdg-basedir/archive/refs/tags/libxdg-basedir-1.2.3.tar.gz - programming/library/libxdg-basedir/pspec.xml - - - libxdg-basedir - - /usr/lib - /usr/share/doc - - - - libxdg-basedir-devel - - libxdg-basedir - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-06-19 - 1.2.3 - Version bump. - fury - uglyside@yandex.ru - - - 2021-01-23 - 1.2.2 + 2021-01-12 + 1.14.0 First Beta build. fury uglyside@yandex.ru @@ -314176,218 +344322,939 @@ provide integrated access to the cloud providers services. - libxml++26 - https://libxmlplusplus.github.io/libxmlplusplus/ + fsarchiver + https://www.fsarchiver.org/ - Pisilinux Community - admins@pisilinux.org + marcin bojara + marcin@pisilinux.org - LGPL-2.1 - library - programming.library - C++ wrapper for the libxml2 XML parser library. - Old ABI. Uses Glib::ustring from the glibmm-2.4 ABI. - https://download.gnome.org/sources/libxml++/2.42/libxml++-2.42.1.tar.xz + GPLv2 + app:console + hardware.disk + Sicherung und Wiederherstellung von Dateisystemen + Safe and flexible file-system backup/deployment tool. + Bezpieczne i elastyczne narzędzie do tworzenia kopii zapasowej systemu plików. + fsarchiver ist ein Konsolenprogramm zum Sichern und Wiederherstellen von Partitionen und Verzeichnissen. + FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file. + FSArchiver jest narzędziem systemowym, które pozwala na zapisanie zawartości systemu plików w skompresowanym pliku. + https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz - cmake - meson - glibmm-devel - libxml2-devel - libsigc++-devel + bzip2 + xz-devel + lzo-devel + lz4-devel + attr-devel + zlib-devel + zstd-devel + e2fsprogs-devel + libgcrypt-devel + libutil-linux-devel - programming/library/libxml++26/pspec.xml + hardware/disk/fsarchiver/pspec.xml - libxml++26 + fsarchiver - libgcc - glibmm - libxml2 + xz + lzo + lz4 + zlib + zstd + bzip2 + e2fsprogs + libgcrypt + libutil-linux - /usr/lib - /usr/share/doc - - - - libxml++26-devel - - libxml++26 - glibmm-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/libxml++-2.6 - - - - - 2021-12-18 - 2.42.1 - Fixed. - fury - uglyside@yandex.ru - - - - - - liri-cmake-shared - https://liri.io/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.library - Extra imports and modules for Cmake - Extra imports and modules for Cmake - Extra imports and modules for Cmake - Extra imports and modules for Cmake - https://github.com/lirios/cmake-shared/releases/download/v1.1.0/liri-cmake-shared-1.1.0.tar.xz - - extra-cmake-modules - - programming/library/liri-cmake-shared/pspec.xml - - - liri-cmake-shared - - /usr/share + /usr/sbin + /usr/share/man /usr/share/doc - - 2020-04-04 - 1.1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - lucene++ - https://github.com/luceneplusplus/LucenePlusPlus - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - Apache-2.0 - library - programming.library - An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. - Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. - https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.8.tar.gz - - cmake - boost-devel - - - fix_various_cmake_issues.patch - use_correct_libdir.patch - fix_typo.patch - - programming/library/lucene++/pspec.xml - - - lucene++ - - boost - libgcc - - - /usr/lib - /usr/share/doc - - - - lucene++-devel - - lucene++ - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-27 - 3.0.8 - Rebuild boost. - fury - uglyside@yandex.ru - - - 2021-04-29 - 3.0.8 + + 2022-07-30 + 0.8.6 Version bump. fury uglyside@yandex.ru + + 2020-02-01 + 0.8.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.8.5 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-01 + 0.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 0.8.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.6.21 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2020-11-26 - 3.0.7 - First Release. - fury - uglyside@yandex.ru + 2016-01-27 + 0.6.21 + First release + Stefan Gronewold + groni@pisilinux.org - md4c - https://github.com/mity/md4c + btrfs-progs + http://btrfs.wiki.kernel.org PisiLinux Community admins@pisilinux.org - MIT - library - programming.library - C Markdown parser - C Markdown parser - C Markdown parser - C Markdown parser - https://github.com/mity/md4c/archive/release-0.4.2.tar.gz + GPLv2 + app:console + hardware.disk + Userspace utilities for btrfs + btrfs dosya sistemi araçları + btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. + btrfs-progs, btrfs dosya sistemleri yaratmak, denetlemek; bu dosya sistemlerindeki hataları düzeltmek ve çeşitli değişiklikler yapmak için gereken araçları içerir. + https://github.com/kdave/btrfs-progs/archive/v5.18.tar.gz - cmake + xmlto + asciidoc + lzo-devel + zstd-devel + zlib-devel + libutil-linux-devel + util-linux + libxslt + eudev-devel + reiserfsprogs + e2fsprogs-devel + python3-devel + python3-sphinx + python3-setuptools - programming/library/md4c/pspec.xml + hardware/disk/btrfs-progs/pspec.xml - md4c + btrfs-progs + + lzo + zlib + zstd + eudev + e2fsprogs + reiserfsprogs + libutil-linux + /usr/bin + /lib /usr/lib - /usr/share /usr/share/man /usr/share/doc - md4c-devel - Development files for md4c + btrfs-progs-devel + Development files for btrfs-progs - md4c + btrfs-progs /usr/include - /usr/lib/cmake /usr/lib/pkgconfig + + 2022-06-06 + 5.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 5.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-24 + 5.13 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 5.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-26 + 4.19.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2018-08-19 + 4.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-31 + 4.14 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-19 + 4.1.2 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 4.1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2020-01-15 - 0.4.2 + 2015-07-20 + 4.1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + thin-provisioning-tools + https://github.com/jthornber/thin-provisioning-tools + + Ali Algul + alialgul@pisilinux.org + + GPLv2 + hardware.disk + A suite of tools for thin provisioning on Linux + A suite of tools for thin provisioning on Linux + https://github.com/jthornber/thin-provisioning-tools/archive/v0.8.5.tar.gz + + libaio-devel + boost-devel + expat-devel + libgcc + + hardware/disk/thin-provisioning-tools/pspec.xml + + + thin-provisioning-tools + + expat + libgcc + libaio + + + /usr/sbin/ + /usr/share/man/man8/ + + + + + 2021-03-12 + 0.8.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.7.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-22 + 0.7.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-01 + 0.7.5 + version Bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-04-09 + 0.6.3 + version Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 0.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-31 + 0.6.0 + First release + Ali Algul + alialgul@pisilinux.org + + + + + + gpart + https://github.com/baruch/gpart + + AYDIN ATMACA + aydinatmaca@gmail.org + + GPLv2 + app:gui + hardware.disk + Partition table rescue/guessing tool + Gpart is a small tool which tries to guess what partitions are on a PC type harddisk in case the primary partition table was damaged. + https://github.com/baruch/gpart/archive/0.3.tar.gz + hardware/disk/gpart/pspec.xml + + + gpart + + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + 2021-01-12 + 0.3 + First Beta release. + AYDIN ATMACA + aydinatmaca@gmail.com + + + + + + exfatprogs + https://github.com/exfatprogs/exfatprogs + + fury + uglyside@yandex.ru + + GPL-2 + app:console + hardware.disk + exFAT filesystem userspace utilities. + As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system. + https://github.com/exfatprogs/exfatprogs/releases/download/1.1.3/exfatprogs-1.1.3.tar.xz + hardware/disk/exfatprogs/pspec.xml + + + exfatprogs + + /usr/sbin + /usr/share/man/man8 + /usr/share/doc/exfatprogs/NEWS + + + + + 2021-11-17 + 1.1.3 + Version bump. + fury + uglyside@yandex.ru + + + 2021-06-22 + 1.1.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-04 + 1.1.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-07 + 1.1.0 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-26 + 1.0.4 + First Beta build. + fury + uglyside@yandex.ru + + + + + + gptfdisk + http://www.rodsbooks.com/gdisk/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + app:console + hardware.disk + A text-mode partitioning tool that works on GUID Partition Table (GPT) disks + A text-mode partitioning tool that works on GUID Partition Table (GPT) disks + http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.9/gptfdisk-1.0.9.tar.gz + + util-linux + ncurses-devel + popt-devel + libutil-linux-devel + + hardware/disk/gptfdisk/pspec.xml + + + gptfdisk + + ncurses + popt + libgcc + libutil-linux + + + /usr/share/man + /usr/share/doc + /usr/bin + + + + + 2022-06-06 + 1.0.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-21 + 1.0.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-11-07 + 1.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-01 + 1.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-08 + 1.0.1 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.0.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-10-28 + 1.0.1 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + udiskie + https://pypi.python.org/pypi/udiskie + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:gui + hardware.disk + Removable disk automounter using udisks2 + Removable disk automounter using udisks2 + Udiskie est un frontal udisks2 qui permet de gérer des supports amovibles tels que des CD ou des clés USB depuis l'espace utilisateur. + Udiskie is a udisks2 front-end that allows to manage removeable media such as CDs or flash drives from userspace. + udiskie, CD'ler veya usb flash sürücüler gibi çıkarılabilir ortamların kullanıcı alanından yönetilmesine izin veren bir udisks2 ön ucudur. + https://files.pythonhosted.org/packages/a5/0c/b1aaddf8c53a1f186f2d95d1073d88876d227685454adac4ff547ac03328/udiskie-2.3.3.tar.gz + + pip3 + keyutils + asciidoc + gtk3-devel + python3-devel + udisks2-devel + python3-wheel + python3-PyYAML + python-keyutils + libnotify-devel + python3-setuptools + python3-pygobject3-devel + + hardware/disk/udiskie/pspec.xml + + + udiskie + + gtk3 + python3 + udisks2 + libnotify + python-docopt + python3-PyYAML + python-keyutils + python3-pygobject3 + + + /usr/bin + /usr/lib/python3.8/site-packages/udiskie + /usr/share/zsh/site-functions + /usr/share/locale + /usr/share/doc/udiskie + + + + + 2021-09-25 + 2.3.3 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + squashfs-tools + http://squashfs.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.disk + Userspace tools to create squashfs compressed filesystem + squashfs sıkıştırılmış salt-okunur dosya sistemi oluşturma aracı + Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. + squashfs, Linux için sıkıştırılmış ve salt-okunur bir dosya sistemidir. Bu paket squashfs dosya sistemiyle çalışmak için kullanılabilecek araçları içerir. + https://github.com/plougher/squashfs-tools/archive/refs/tags/4.5.1.tar.gz + + lzo-devel + lz4-devel + zstd-devel + xz-devel + zlib-devel + + hardware/disk/squashfs-tools/pspec.xml + + + squashfs-tools + + lzo + lz4 + zstd + zlib + xz + + + /usr/sbin + /usr/share/doc + /usr/share/man + + + + + 2022-06-06 + 4.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-11 + 4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-26 + 4.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 4.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-20 + 4.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-28 + 4.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-09 + 4.2 + First release + Varol Maksutoğlu + waroi@pisilinux.org + + + + + + libisofs + https://dev.lovelyhq.com/libburnia/web/wiki + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + hardware.optical + A library for creating ISO disc images + ISO kalıbı oluşturmak için gerekli kitaplıklar + libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs + libisofs, ISO kalıbını oluşturmak için gerekli kitaplıkları içeren pakettir. Bu paket ayrıca Libburn'u kullanarak, ISO kalıplarını CD, DVD veya benzeri disklere yazdırmanıza olanağı sağlar. + http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz + + acl-devel + zlib-devel + + hardware/disk/libisofs/pspec.xml + + + libisofs + + acl + zlib + + + /usr/lib + /usr/share/doc + + + + libisofs-devel + Development files for libisofs + libisofs için geliştirme dosyaları + + libisofs + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/libisofs/Tutorial + /usr/share/doc/libisofs/checksums.txt + /usr/share/doc/libisofs/susp_aaip_2_0.txt + /usr/share/doc/libisofs/susp_aaip_isofs_names.txt + /usr/share/doc/libisofs/zisofs_format.txt + + + + + 2021-08-11 + 1.5.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-18 + 1.4.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 1.4.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 1.4.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 1.4.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libatasmart + http://0pointer.de/blog/projects/being-smart.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + app:console + hardware.disk + ATA S.M.A.R.T. Disk Health Monitoring Library + ATA S.M.A.R.T. disk sağlığı izleme kitaplığı + A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. + libatasmart, ATA S.M.A.R.T. üzerinden disk sağlığını izlemek için kullanılan ufak ve hafif bir kitaplıktır. + http://0pointer.de/public/libatasmart-0.19.tar.xz + + eudev-devel + + + libatasmart-uninitialized-var.patch + libatasmart-0.19-wd-fix.patch + + hardware/disk/libatasmart/pspec.xml + + + libatasmart + + eudev + + + /usr/sbin/skdump + /usr/sbin/sktest + /usr/lib/libatasmart.so* + /usr/share/doc/libatasmart/README + /usr/share/doc/libatasmart/LGPL + + + + libatasmart-devel + Development files for libatasmart + libatasmart için geliştirme dosyaları + + libatasmart + eudev-devel + + + /usr/include + /usr/share/vala + /usr/lib/pkgconfig + /usr/share/doc + + + + + 2020-02-01 + 0.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 0.19 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 0.19 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 0.19 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 0.19 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + udftools + https://github.com/pali/udftools + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + hardware.disk + Linux UDF Filesystem userspace utilities + Linux UDF Filesystem userspace utilities + UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları + UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları + https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz + + eudev-devel + readline-devel + ncurses-devel + + hardware/disk/udftools/pspec.xml + + + udftools + + readline + + + /usr/bin + /usr/sbin + /lib/udev + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-06-06 + 2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 2.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2019-11-02 + 2.1 First release PisiLinux Community admins@pisilinux.org @@ -314396,38 +345263,475 @@ provide integrated access to the cloud providers services. - mhash - http://mhash.sourceforge.net/ + aufs-util + http://aufs.sourceforge.net + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:gui + hardware.disk + Utilities are always necessary for aufs + Utilities are always necessary for aufs + https://dev.gentoo.org/~jlec/distfiles/aufs-util-4.1_p20170130.tar.xz + hardware/disk/aufs-util/pspec.xml + + + aufs-util + + /etc + /sbin + /usr/bin + /usr/lib + /usr/share/man + + + + + 2018-08-19 + 20170130 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-01 + 20170130 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-20 + 20160717 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-07-23 + 20160717 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + 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/2.5/libbytesize-2.5.tar.gz + + libpcre2-devel + python3-devel + python-devel + mpfr-devel + gmp-devel + + hardware/disk/libbytesize/pspec.xml + + + libbytesize + + libpcre2 + mpfr + gmp + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + libbytesize-devel + Development files for libbytesize + + libbytesize + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-24 + 2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-11 + 2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-02 + 1.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + sg3_utils + http://sg.danny.cz/sg/sg3_utils.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + BSD + app:console + library + hardware.disk + Utilities for devices that use SCSI command sets + SCSI komut setini kullanan aygıtlar için araçlar + sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions. + sg3_utils SCSI komut setini kullanan aygıtlar için çeşitli araçlar sunar. + https://sg.danny.cz/sg/p/sg3_utils-1.46.tar.xz + hardware/disk/sg3_utils/pspec.xml + + + sg3_utils + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + rescan-scsi-bus.sh + + + + sg3_utils-devel + Development files for sg3_utils + sg3_utils için geliştirme dosyaları + + sg3_utils + + + /usr/include + + + + + 2022-06-06 + 1.47 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.44 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 1.43 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 1.43 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 1.42 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.41 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-19 + 1.41 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + udisks2 + http://udisks.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + app:console + hardware.disk + Disk Management Service + Disk Yönetim Hizmeti + udisks provides a daemon, API and command line tools for managing disk devices attached to the system. + udisks, sisteme bağlı disk aygıtlarını yönetmek için programlama kitaplığı ve komut satırı araçları sunar. + https://github.com/storaged-project/udisks/releases/download/udisks-2.9.4/udisks-2.9.4.tar.bz2 + + gtk-doc + acl-devel + glib2-devel + polkit-devel + elogind-devel + python-six + libgudev-devel + parted-devel + libatasmart-devel + device-mapper-devel + lvm2-devel + gobject-introspection-devel + sg3_utils-devel + ntfsprogs + dosfstools + docbook-xsl + libxslt-devel + mdadm + intltool + ntfs-3g + gptfdisk + btrfs-progs-devel + libblockdev-devel + + + udisks-2.x-ntfs-3g.patch + + hardware/disk/udisks2/pspec.xml + + + udisks2 + + acl + glib2 + polkit + libgudev + lvm2 + mdadm + parted + elogind + libatasmart + device-mapper + ntfsprogs + dosfstools + sg3_utils + libblockdev + libutil-linux + + + /etc/udisks2 + /etc/dbus-1 + /lib/udev/rules.d + /usr/bin + /usr/sbin + /usr/lib + /usr/libexec + /usr/share/bash-completion/completions + /usr/share/doc + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/polkit-1/ + /usr/share/man + /var/lib/ + /run/udisks + /usr/share/dbus-1/interfaces/*.xml + + + + udisks2-docs + Development files for udisks2 + + udisks2 + + + /usr/share/gtk-doc + + + + udisks2-devel + Development files for udisks2 + udisks için geliştirme dosyaları + + udisks2 + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-11-21 + 2.9.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-06-11 + 2.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-21 + 2.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-28 + 2.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 2.8.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-26 + 2.8.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 2.1.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 2.1.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 2.1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 2.1.6 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + xfsprogs + http://oss.sgi.com/projects/xfs/ PisiLinux Community admins@pisilinux.org LGPLv2.1 - library - programming.library - A uniform interface to several hash algorithms. - Hash algoritmaları için ortak arayüz - mhash is a free library which provides a uniform interface to a large number of hash algorithms. - mhash, çeşitli hash algoritmalarını kolayca kullanabilmek için ortak arayüz sağlayan özgür bir kitaplıktır. - mirrors://sourceforge/mhash/mhash-0.9.9.9.tar.bz2 - - mhash-0.9.9.9-keygen_test_fix.patch - - programming/library/mhash/pspec.xml + app:console + hardware.disk + XFS filesystem utilities + XFS dosya sistemi araçları + xfsprogs contains a number of administrative utilities to work with and manage XFS filesystems. + xfsprogs XFS dosya sistemini kullanmak ve yönetmek için bir dizi araç içerir. + https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.18.0.tar.xz + + icu4c-devel + liburcu-devel + libinih-devel + readline-devel + libunistring-devel + libutil-linux-devel + device-mapper-devel + + hardware/disk/xfsprogs/pspec.xml - mhash + xfsprogs + + icu4c + liburcu + libinih + readline + libunistring + libutil-linux + device-mapper + + /lib + /sbin + /usr/sbin /usr/lib /usr/share/doc + /usr/share/locale + /usr/share/man + /usr/share/xfsprogs - mhash-devel - Development files for mhash - mhash paketine ait geliştirme dosyaları + xfsprogs-devel + Development headers for xfsprogs - mhash + libutil-linux-devel + xfsprogs /usr/include @@ -314435,3139 +345739,491 @@ provide integrated access to the cloud providers services. - - 2020-12-20 - 0.9.9.9 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - msgpack-c - https://msgpack.org/ - - fury - uglyside@yandex.ru - - Boost - library - programming.library - It's like JSON but smaller and faster. - MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. - https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz - - cmake - - programming/library/msgpack-c/pspec.xml - - - msgpack-c - - /usr/lib - - - - msgpack-c-devel - - msgpack-c - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-04-14 - 4.0.0 - First build. - fury - uglyside@yandex.ru - - - - - - pisi-timedate - https://github.com/friberk/pisi-timedate - - Berk Çakar - berk2238@hotmail.com - - GPLv3 - programming.library - timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) - timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) - https://github.com/friberk/pisi-timedate/archive/refs/tags/1.2.0.tar.gz - - dbus-devel - glib2-devel - - programming/library/pisi-timedate/pspec.xml - - - pisi-timedate - timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) - - dbus - glib2 - - - /etc/dbus-1 - /usr/libexec - /usr/share/dbus-1 - /usr/share/doc - - - - - 2021-04-17 - 1.2.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - pystring - https://github.com/imageworks/pystring - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.library - Pystring is a collection of C++ functions which match the interface and behavior of python - Pystring is a collection of C++ functions which match the interface and behavior of python - Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur. - Pystring, python'un arayüzü ve davranışıyla eşleşen bir C++ işlevleri topluluğudur. - https://github.com/imageworks/pystring/archive/refs/heads/master.zip - - fedora/CMakeLists.txt - - - cmake - - programming/library/pystring/pspec.xml - - - pystring - - libgcc - - - /usr/lib - /usr/share/doc - - - - pystring-devel - Development files for pystring - - pystring - - - /usr/include - - - - - 2021-06-30 - 1.1.3 - First release. - PisiLinux Community - admins@pisilinux.org - - - - - - qtutilities - https://github.com/Martchus/qtutilities - - fury - uglyside@yandex.ru - - GPL-2 - library - programming.library - Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. - Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. - https://github.com/Martchus/qtutilities/archive/refs/tags/v6.6.2.tar.gz - - cmake - doxygen - qt5-linguist - qt5-base-devel - cpp-utilities-devel - - programming/library/qtutilities/pspec.xml - - - qtutilities - - libgcc - qt5-base - cpp-utilities - - - /usr/lib - /usr/share - /usr/share/doc - - - - qtutilities-devel - - qtutilities - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/qtutilities/cmake - - - - - 2022-07-10 - 6.6.2 - Version bump - fury - uglyside@yandex.ru - - - 2022-04-14 - 6.6.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 6.5.3 - Version bump - fury - uglyside@yandex.ru - - - 2021-11-04 - 6.5.0 - First build - fury - uglyside@yandex.ru - - - - - - range-v3 - https://github.com/ericniebler/range-v3 - - Safa Arıman - safaariman@pisilinux.org - - BSLv1 - library - programming.library - Range algorithms, views, and actions for C++11/14/17 - Range algorithms, views, and actions for C++11/14/17 - Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience. - Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience. - https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz - - cmake - - programming/library/range-v3/pspec.xml - - - range-v3-devel - - /usr/include - /usr/lib/cmake - /usr/share/doc - - - - - 2021-09-24 - 0.11.0 + + 2022-06-04 + 5.18.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-03-18 - 0.10.0 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - re2 - https://github.com/google/re2 - - Mustafa Cinasal - muscnsl@gmail.com - - BSD - library - programming.library - Fast, safe, thread-friendly regular expression engine - Fast, safe, thread-friendly regular expression engine - Fast, safe, thread-friendly regular expression engine - Fast, safe, thread-friendly regular expression engine - https://github.com/google/re2/archive/2020-11-01.tar.gz - programming/library/re2/pspec.xml - - - re2 - - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - re2-devel - Development files for re2 - - re2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-12-18 - 20201101 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 20200303 - version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-19 - 20180801 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-21 - 20180401 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - rinutils - https://www.shlomifish.org/open-source/projects/ - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.library - A C11 / gnu11 utilities C library - Bir C11 / gnu11 aracları bulunan C kitaplığı - This is a set of C headers containing macros and static functions that are expected to work on Unix-like systems and MS Windows that have been extracted from Shlomi Fish´s projects. - Shlomi Fish'in projelerinden çıkartılmış hem *nix hem ms windows platformlarında çalışması beklenen C başlık makro ve durağan yordamları içeren C kitaplığıdır. - https://github.com/shlomif/rinutils/archive/0.8.0.tar.gz - - cmake - - programming/library/rinutils/pspec.xml - - - rinutils - A C11 / gnu11 utilities C library - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - rinutils-devel - Development files for rinutils - - rinutils - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-05-10 - 0.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 0.2.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - rpcsvc-proto - https://github.com/thkukuk/rpcsvc-proto - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - app:console - programming.library - This package contains rpcsvc proto.x files from glibc, which are -missing in libtirpc. - Glibc'den gelen rpcsvc proto.x dosyalarını içerir. - This package contains rpcsvc proto.x files from glibc, which are -missing in libtirpc. Additional it contains rpcgen, which is needed -to create header files and sources from protocol files. - Bu paket, glibc'den gelen, libtirpc'de eksik olan rpcsvc proto.x dosyalarını içerir. Ek olarak protokol dosyalarından başlık dosyaları ve kaynaklar oluşturmak için gerekli olan rpcgen içerir. -. - https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4/rpcsvc-proto-1.4.tar.xz - - glibc-devel - - programming/library/rpcsvc-proto/pspec.xml - - - rpcsvc-proto - - /usr/bin - /usr/share/doc - /usr/share/man/man1/rpcgen.1 - - - - rpcsvc-proto-devel - Development headers for rpcsvc-proto - rpcsvc-proto kitaplığı için geliştirme başlıkları - - rpcsvc-proto - - - /usr/include - /usr/share/pkgconfig - - - - - 2020-01-19 - 1.4 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2019-03-29 - 1.4 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - sassc - https://github.com/sass/sassc - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.library - Sass CSS ön işlemcisinin C uygulaması - Sass CSS ön işlemcisinin C uygulamas - C implementation of Sass CSS preprocessor - C implementation of Sass CSS preprocessor - https://github.com/sass/sassc/archive/3.6.2.tar.gz - - libsass-devel - - programming/library/sassc/pspec.xml - - - sassc - - libsass - - - /usr/bin - /usr/share/doc - - - - - 2021-08-02 - 3.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-04 - 3.6.1 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-01-17 - 3.5.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - signon - https://code.google.com/p/accounts-sso - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - programming.library - A framework for centrally storing authentication credentials - Single Sign-On is a framework for centrally storing authentication credentials and handling authentication on behalf of applications as requested by applicationsIt consists of - a secure storage of login credentials (for example usernames and passwords), plugins for different authentication systems and a client library for applications to communicate with this system. - https://gitlab.com/accounts-sso/signond/-/archive/VERSION_8.60/signond-VERSION_8.60.tar.bz2 - - qt5-base-devel - doxygen - - - qt5.5.diff - use_keyring.patch - - programming/library/signon/pspec.xml - - - signon - - qt5-base - libgcc - doxygen - - - /usr/bin - /usr/lib - /etc - /usr/share/dbus-1 - - - - signon-devel - Development files for signon - Signon için kütüphaneler - Signon geliştirme paketi, Signon için geliştirme dosyaları sunar. - - signon - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - signon-docs - Help files and API documents for signon - data:doc - - signon - - - /usr/share/doc - - - - - 2020-03-04 - 8.60 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-01-08 - 8.58 - Rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 8.58 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-15 - 8.58 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-10 - 8.58 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-14 - 8.58 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - spdlog - https://spdlog.docsforge.com/ - - fury - uglyside@yandex.ru - - MIT - library - programming.library - Fast C++ logging library. - Very fast, header-only/compiled, C++ logging library. - https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gz - - cmake - fmt-devel - - programming/library/spdlog/pspec.xml - - - spdlog - - fmt - libgcc - - - /usr/lib - - - - spdlog-devel - - fmt-devel - spdlog - - - /usr/lib/cmake - /usr/include/spdlog - /usr/lib/pkgconfig - - - - - 2021-12-14 - 1.9.2 - First build. - fury - uglyside@yandex.ru - - - - - - squashfuse - https://github.com/vasi/squashfuse - - Pisi Linux Admins - admin@pisilinux.org - - custom - app - programming.library - FUSE filesystem to mount squashfs archives - FUSE filesystem to mount squashfs archives - FUSE filesystem to mount squashfs archives - FUSE filesystem to mount squashfs archives - https://github.com/vasi/squashfuse/archive/refs/tags/0.1.104.tar.gz - - xz-devel - lz4-devel - lzo-devel - zlib-devel - zstd-devel - fuse-devel - squashfs-tools - - programming/library/squashfuse/pspec.xml - - - squashfuse - - xz - lz4 - lzo - zlib - zstd - fuse - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - squashfuse-devel - Development files for squashfuse - - squashfuse - xz-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-05-19 - 0.1.104 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - stellarsolver - https://github.com/rlancaste/stellarsolver - - Kamil Atlı - suvari@pisilinux.org - - GPL3 - library - app:console - programming.library - The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver - Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü - The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver. - Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü. - https://github.com/rlancaste/stellarsolver/archive/2.2.tar.gz - - cmake - gsl-devel - wcslib-devel - cfitsio-devel - qt5-base-devel - - programming/library/stellarsolver/pspec.xml - - - stellarsolver - - gsl - libgcc - wcslib - cfitsio - qt5-base - - - /usr/share/doc - /usr/lib/libstellarsolver.so - /usr/lib/libstellarsolver.so.2 - /usr/lib/libstellarsolver.so.2.2 - - - - stellarsolver-devel - Development files for stellarsolver - stellarsolver için geliştirme dosyaları - - stellarsolver - - - /usr/lib/pkgconfig/stellarsolver.pc - /usr/lib/cmake/StellarSolver - /usr/include/libstellarsolver - - - - - 2022-05-08 - 2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-16 - 1.5 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - swig - http://www.swig.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - BSD - app:console - library - programming.library - Connects C/C++/Objective C to some high-level programming languages - Basitleştirilmiş arayüz oluşturucu - Simplified Wrapper and Interface Generator (Générateur d'interface de scripts d'enrobage simplifié), SWIG est un outil de développement qui connecte des programmes écrits en C et C++ avec divers langages de programmation de haut niveau. SWIG est utilisé avec différents type de langages incluant les langages de script habituels tels que Perl, PHP, Python, Tcl, Ruby. - Simplified Wrapper and Interface Generator, SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby and PHP - SWIG, C ve C++ ile yazılmış uygulamaları çeşitli üst düzey programlama dilleri ile bağlayan bir yazılım geliştirme aracıdır. SWIG, genel betik dilleri olan Perl, PHP, Python, Tcl, Ruby gibi farklı diller ile kullanılır. - mirrors://sourceforge/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz - - perl - zlib-devel - ruby-devel - boost-devel - libpcre-devel - python3-devel - - - swig-Upgrade-to-support-newer-NodeJS.patch - - programming/library/swig/pspec.xml - - - swig - Connects C/C++/Objective C to some high-level programming languages - - zlib - libgcc - libpcre - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/swig - - - - 2021-03-11 - 4.0.2 + 2021-12-08 + 5.14.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-03-11 - 4.0.1 - Rebuild + 2021-11-21 + 5.14.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-11-07 - 4.0.1 - Rebuild + 2021-08-23 + 5.13.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-05-18 - 4.0.1 - Rebuild due to new ruby version - Blue Devil - bluedevil@sctzine.com + 2021-02-27 + 5.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2020-01-09 - 4.0.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org + 2020-01-19 + 5.4.0 + Version Bump + İdris Kalp + idriskalp@gmail.com - 2018-07-25 - 3.0.12 + 2019-04-26 + 4.19.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.15.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-29 + 4.9.0 Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 3.2.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-04 + 3.2.4 + First release Ertuğrul Erata ertugrulerata@gmail.com + + + + + dosfstools + https://github.com/dosfstools/dosfstools + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:console + hardware.disk + Tools to create and check DOS and VFAT filesystems + DOS dosya sistemi oluşturmaya ve kontrol etmeye yarayan komutlar + The dosfstools package includes the DOS and VFAT filesystem utilities like mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel. You can create and check MS-DOS FAT filesystems on hard drives or on floppies + Dosfstools paketi, mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel gibi, DOS ve VFAT dosyasistemleri yaratmaya ve kontrol etmeye yarayan araçları içerir. + https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz + + eudev-devel + + hardware/disk/dosfstools/pspec.xml + + + dosfstools + + eudev + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2021-11-21 + 4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-09 + 4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + - 2018-03-22 - 3.0.11 + 2018-01-01 + 4.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 4.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-10 + 3.0.26 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-04-03 + 3.0.26 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + testdisk + http://www.cgsecurity.org/index.html?testdisk.html + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:console + hardware.disk + Powerful free data recovery software + Güçlü ve açık kaynak bir veri kurtarma programı + TestDisk is a multi-platform tool to check and undelete partitions; supports reiserfs, ntfs, fat32, ext2/3 and many others. Also includes PhotoRec to recover pictures from digital camera memory. + Çok platformlu reiserfs,ntfs, fat32, ext2/3 ve daha bir çok farklı dosya sistemini destekleyen disk kontrol ve veri kurtarma programı. Ayrıca içerdiği PhotoRec ile de dijital kamera hafızasından veri kurtarabilmekte + https://www.cgsecurity.org/testdisk-7.2-WIP.tar.bz2 + + sudo + ntfsprogs + zlib-devel + qt5-linguist + ncurses-devel + reiserfsprogs + qt5-base-devel + python-qt5-devel + desktop-file-utils + libjpeg-turbo-devel + + hardware/disk/testdisk/pspec.xml + + + testdisk + + zlib + ntfs-3g + ncurses + ntfsprogs + libjpeg-turbo + libutil-linux + + + /usr/share/doc + /usr/bin/testdisk + /usr/bin/fidentify + /usr/share/man/man8/testdisk.8 + /usr/share/man/man8/fidentify.8 + /usr/share/pixmaps/testdisk_logo.png + /usr/share/applications/testdisk.desktop + /usr/share/icons/hicolor/icon-theme.cache + + + photorec.desktop + testdisk.desktop + photorec_logo.png + testdisk_logo.png + + + + qphotorec + + zlib + libgcc + ncurses + ntfs-3g + qt5-base + testdisk + python-qt5 + libjpeg-turbo + + + /usr/bin/photorec + /usr/bin/qphotorec + /usr/share/man/man8/photorec.8 + /usr/share/man/man8/qphotorec.8 + /usr/share/pixmaps/photorec_logo.png + /usr/share/applications/photorec.desktop + /usr/share/applications/qphotorec.desktop + /usr/share/icons/hicolor/48x48/apps/qphotorec.png + /usr/share/icons/hicolor/scalable/apps/qphotorec.svg + + + + + 2022-06-12 + 7.2 + Rebuild for ntfs-3g + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 7.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-03 + 7.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + encfs + https://github.com/vgough/encfs + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + hardware.disk + Encrypted filesystem in user-space + Encrypted filesystem in user-space + Encrypted filesystem in user-space + Encrypted filesystem in user-space + https://github.com/vgough/encfs/releases/download/v1.9.5/encfs-1.9.5.tar.gz + + cmake + ninja + fuse-devel + openssl-devel + tinyxml2-devel + + hardware/disk/encfs/pspec.xml + + + encfs + + fuse + libgcc + openssl + tinyxml2 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2021-01-15 + 1.9.5 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2018-08-12 + 1.9.5 + First release. + Pisi Linux Admins + admins@pisilinux.org + + + 2017-10-18 + 1.9.2 + First release. + Pisi Linux Admins + admins@pisilinux.org + + + + + + sshfs + http://fuse.sourceforge.net/sshfs.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.disk + A filesystem client based on the SSH FTP + SSH FTP alanı dosyasistemi + sshfs allows mounting remote SSH accounts as a filesystem. + sshfs, SSH dosya aktarım protokülünü kullanarak bir dosyasistemi oluşturmanıza olanak verir. Böylece, uzak sistemdeki SSH FTP alanınızı diskinizin bir parçasıymış gibi kullanabilirsiniz. + https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz + + fuse-devel + glib2-devel + + hardware/disk/sshfs/pspec.xml + + + sshfs + + fuse + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-02-01 + 2.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-18 + 2.8 Rebuild. Pisi Linux Community admin@pisilinux.org 2017-01-28 - 3.0.11 - Version Bump - Kamil Atlı - suvari@pisilinux.org + 2.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org 2016-06-09 - 3.0.2 + 2.5 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-12-22 - 3.0.2 + 2016-01-27 + 2.5 First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + Stefan Gronewold + groni@pisilinux.org - template-glib - https://gitlab.gnome.org/GNOME/template-glib + exfat-utils + https://github.com/relan/exfat - Pisi Linux Admins - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - LGPLv2.1 - programming.library - template-glib is a library for template expansion which supports calling into GObject Introspection from templates. - Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language. - https://download.gnome.org/sources/template-glib/3.34/template-glib-3.34.1.tar.xz - - meson - vala-devel - glib2-devel - gobject-introspection-devel - - programming/library/template-glib/pspec.xml - - - template-glib - library - - glib2 - gobject-introspection - - - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/doc - /usr/share/locale - - - - template-glib-devel - Development files for template-glib - - template-glib - glib2-devel - gobject-introspection-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2022-03-21 - 3.34.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 3.34.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - tepl - https://wiki.gnome.org/Projects/Tepl - - PisiLinux Community - admins@pisilinux.org - - LGPL3 + GPLv2 app:gui - programming.library - Library that eases the development of GtkSourceView-based text editors and IDEs - GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık - Library that eases the development of GtkSourceView-based text editors and IDEs - GktSourceView temelli metin editörü ve IDE'ler için geliştirmeyi kolaylaştıran bir kitaplık - mirrors://gnome/tepl/6.1/tepl-6.1.1.tar.xz - - amtk-devel - gobject-introspection-devel - gtksourceview4-devel - icu4c-devel - meson - gtk-doc - pango-devel - gsettings-desktop-schemas-devel - - programming/library/tepl/pspec.xml + hardware.disk + Utilities for exFAT file system + This project aims to provide a full-featured exFAT file system implementation for GNU/Linux and other Unix-like systems as a FUSE module and a set of utilities. + https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz + hardware/disk/exfat-utils/pspec.xml - tepl - - amtk - cairo - glib2 - gtk3 - gtksourceview4 - icu4c - pango - gsettings-desktop-schemas - + exfat-utils - /usr/lib/libtepl* - /usr/lib/girepository-1.0 - /usr/share/doc - /usr/share/gtk-doc - /usr/share/locale - - - - tepl-devel - tepl için geliştirme dosyaları - - tepl - amtk-devel - glib2-devel - gtk3-devel - gtksourceview4-devel - icu4c-devel - gsettings-desktop-schemas-devel - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - - - - - 2022-06-11 - 6.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-27 - 6.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-02 - 6.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 6.00.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - totem-pl-parser - https://gitlab.gnome.org/GNOME/totem-pl-parser - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - programming.library - Totem playlist parser - totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those - https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.5.tar.xz - - glib2-devel - intltool - libarchive-devel - libgcrypt-devel - libxml2-devel - gobject-introspection-devel - meson - - programming/library/totem-pl-parser/pspec.xml - - - totem-pl-parser - - libarchive - glib2 - libxml2 - libgcrypt - - - /usr/lib/girepository-1.0/ - /usr/lib/lib*.so* - /usr/share/doc - /usr/share/locale - - - - totem-pl-parser-devel - Development files for totem-pl-aprser - - totem-pl-parser - libarchive-devel - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - 2021-05-28 - 3.26.5 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - tpm2-tss - https://github.com/tpm2-software/tpm2-tss - - PisiLinux Community - admins@pisilinux.org - - BSDv2 - library - programming.library - OSS implementation of the TCG TPM2 Software Stack (TSS2) - TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanması - Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2) - tpm2-tss, TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanmasını içeren kitaplıkları sunar. - https://github.com/tpm2-software/tpm2-tss/archive/3.1.0.tar.gz - - doxygen - iproute2 - curl-devel - json-c-devel - gettext-devel - openssl-devel - autoconf-archive - - programming/library/tpm2-tss/pspec.xml - - - tpm2-tss - OSS implementation of the TCG TPM2 Software Stack (TSS2) - - curl - json-c - openssl - - - /etc - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - /var/lib/tpm2-tss - /var/run/tpm2-tss - - - - tpm2-tss-devel - Development files for tpm2-tss - tpm2-tss için geliştirme dosyaları - tpm2-tss-devel, tpm2-tss için geliştirme dosyalarını içerir. - - curl-devel - json-c-devel - openssl-devel - tpm2-tss - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-14 - 3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 3.0.0 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2020-09-23 - 3.0.0 - Major version bump. Fix translation - Blue Devil - bluedevil@sctzine.com - - - 2020-04-02 - 2.4.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - utf8proc - https://github.com/JuliaStrings/utf8proc - - fury - uglyside@yandex.ru - - MIT - library - programming.library - a clean C library for processing UTF-8 Unicode data. - utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding. - https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.7.0.tar.gz - - cmake - - programming/library/utf8proc/pspec.xml - - - utf8proc - - /usr/lib - - - - utf8proc-devel - - utf8proc - - - /usr/include/utf8proc.h - /usr/lib/pkgconfig - - - - - 2021-12-20 - 2.7.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-11-22 - 2.6.1 - First build - fury - uglyside@yandex.ru - - - - - - uthash - http://troydhanson.github.io/uthash/ - - fury - uglyside@yandex.ru - - BSD-2 - library - programming.library - A hash table for C structures. - Any C structure can be stored in a hash table using uthash. Just add a UT_hash_handle to the structure and choose one or more fields in your structure to act as the key. Then use these macros to store, retrieve or delete items from the hash table. - https://github.com/troydhanson/uthash/archive/refs/tags/v2.3.0.tar.gz - programming/library/uthash/pspec.xml - - - uthash - - /usr/include - - - - - 2022-04-14 - 2.3.0 - First build. - fury - uglyside@yandex.ru - - - - - - wimlib - https://wimlib.net/index.html - - PisiLinux Community - admins@pisilinux.org - - custom - app - programming.library - A library and program to extract, create, and modify WIM files - A library and program to extract, create, and modify WIM files - WIM dosyalarını ayıklamak, oluşturmak ve değiştirmek için bir kitaplık ve program - WIM dosyalarını ayıklamak, oluşturmak ve değiştirmek için bir kitaplık ve program - https://wimlib.net/downloads/wimlib-1.13.5.tar.gz - - attr-devel - fuse-devel - libxml2-devel - ntfs-3g - openssl-devel - - programming/library/wimlib/pspec.xml - - - wimlib - - fuse - cdrkit - mtools - cabextract - libxml2 - ntfs-3g - openssl - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - wimlib-devel - Development files for wimlib - - wimlib - fuse-devel - libxml2-devel - openssl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-06 - 1.13.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-27 - 1.13.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - wpebackend-fdo - https://wpewebkit.org - - Pisi Linux Admins - admin@pisilinux.org - - custom - library - programming.library - Freedesktop.org backend for WPE WebKit - Freedesktop.org backend for WPE WebKit - WPE WebKit için Freedesktop.org arka ucu - WPE WebKit için Freedesktop.org arka ucu - https://github.com/Igalia/WPEBackend-fdo/archive/1.9.1.tar.gz - - meson - mesa-devel - glib2-devel - wayland-devel - libwpe-devel - libglvnd-devel - libepoxy-devel - wayland-protocols-devel - wayland-client - wayland-server - libxkbcommon-devel - - programming/library/wpebackend-fdo/pspec.xml - - - wpebackend-fdo - - glib2 - libgcc - libwpe - wayland - libepoxy - wayland-client - wayland-server - - - /usr/lib - /usr/share - /usr/share/doc - - - - wpebackend-fdo-devel - Development files for wpebackend-fdo - - wpebackend-fdo - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-02-27 - 1.9.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - xdg-utils-cxx - https://github.com/azubieta/xdg-utils-cxx - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - programming.library - Implementation of the FreeDesktop specifications to be used in C++ projects - Implementation of the FreeDesktop specifications to be used in C++ projects - Implementation of the FreeDesktop specifications to be used in C++ projects - Implementation of the FreeDesktop specifications to be used in C++ projects - https://github.com/azubieta/xdg-utils-cxx/archive/refs/tags/v1.0.1.tar.gz - - cmake - - programming/library/xdg-utils-cxx/pspec.xml - - - xdg-utils-cxx - - /usr/lib - /usr/share/doc - - - - xdg-utils-cxx-devel - Development files for xdg-utils-cxx - - xdg-utils-cxx - - - /usr/include - /usr/lib/cmake - - - - - 2021-05-19 - 1.0.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - xxhash - https://cyan4973.github.io/xxHash/ - - Safa Arıman - safaariman@pisilinux.org - - BSD - GPLv2 - library - programming.library - Extremely fast hash algorithm - Aşırı hızlı çırpı yordamları algoritması - xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). - xxHash RAM hız sınırlarında aşırı hızlı çırpı yordamları koşabilen bir kitaplıktır. - https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz - - make - - programming/library/xxhash/pspec.xml - - - xxhash - Extremely fast hash algorithm - - /usr/lib /usr/share/man /usr/share/doc /usr/bin - - - - xxhash-devel - Development files for xxhash - xxhash için geliştirme dosyaları - xxhash-devel, xxhash için geliştirme dosyalarını içerir. - - xxhash - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-30 - 0.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-07 - 0.8.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-19 - 0.7.3 - First release - Safa Arıman - safaariman@pisilinux.org - - - - - - yad - https://github.com/v1cont/yad - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - programming.library - Yet Another Dialog - display graphical dialogs from shell scripts or command line. - Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlar. - Yad allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only. - Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlayan kitaplığı içerir. - https://github.com/v1cont/yad/archive/v7.1.tar.gz - - intltool - gtk3-devel - glib2-devel - gettext-devel - gtkspell3-devel - shared-mime-info - - programming/library/yad/pspec.xml - - - yad - Yet Another Dialog - display graphical dialogs from shell scripts or command line. - - gtk3 - cairo - glib2 - pango - gtkspell3 - gdk-pixbuf - - - /usr/share - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/locale - - - yad-gtk2 - - - - - 2020-09-23 - 7.1 - Major version bump. Fix translation - Blue Devil - bluedevil@sctzine.com - - - 2020-04-27 - 6.0 - version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-04-05 - 0.42.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - yaml-cpp - https://github.com/jbeder/yaml-cpp - - Ergün Salman - Poyraz76@pisilinux.org - - LGPLv2 - Libry - programming.library - yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. - To get a feel for how it can be used, see the Tutorial or How to Emit YAML. - yalm-cpp - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz - - cmake - python-devel - boost-devel - - programming/library/yaml-cpp/pspec.xml - - - yaml-cpp - - /usr/lib/ - /usr/include/yaml-cpp/* - /usr/lib/pkgconfig/ - /usr/share/doc/ - - - - - 2020-03-04 - 0.6.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-19 - 0.5.3 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 0.5.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-11 - 0.5.2 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-09-01 - 0.5.2 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - z3 - https://github.com/Z3Prover/z3 - - fury - uglyside@yandex.ru - - MIT - library - programming.library - The Z3 Theorem Prover. - Z3 is a theorem prover from Microsoft Research. - https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.17.tar.gz - - cmake - ninja - gmp-devel - python3-devel - python3-setuptools - - programming/library/z3/pspec.xml - - - z3 - - gmp - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - python3-z3 - programming.language.python3 - - z3 - python3 - - - /usr/lib/python* - - - - z3-devel - - z3 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2022-05-28 - 4.8.17 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-11 - 4.8.12 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-05 - 4.8.11 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-24 - 4.8.10 - Version bump. - fury - uglyside@yandex.ru - - - 2020-10-08 - 4.8.9 - First build. - fury - uglyside@yandex.ru - - - - - - gnu-efi - https://sourceforge.net/projects/gnu-efi/ - - Ergün Salman - Poyraz76@pisilinux.org - - LGPLv2 - Libry - programming.library - Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment.. - GNU toolchain and the EFI development environment.. - yalm-cpp - https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.14.tar.bz2 - programming/library/gnu-efi/pspec.xml - - - gnu-efi - - /usr/lib/ - /usr/include/ - /usr/share/ + /usr/sbin - 2021-11-21 - 3.0.14 - Version bump. + 2022-08-06 + 1.3.0 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2020-11-07 - 3.0.11 + 2021-01-26 + 1.3.0 Version bump. - İdris Kalp - idriskalp@gmail.com + Mustafa Cinasal + muscnsl@gmail.com - 2020-01-15 - 3.0.11 + 2018-09-01 + 1.2.8 Version bump. - İdris Kalp - idriskalp@gmail.com + Mustafa Cinasal + muscnsl@gmail.com - 2018-10-21 - 3.0.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-10 - 3.0.8 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-05-15 - 3.0.4 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-16 - 3.0.4 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - libdispatch - https://apple.github.io/swift-corelibs-libdispatch/ - - Pisilinux Community - admin@pisilinux.org - - Apache-2 - library - programming.library - Grand Central Dispatch. - Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. - https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.4.2-RELEASE.tar.gz - - cmake - llvm-clang - llvm-clang-devel - - - avoid-libkqueue.patch - remove-werror.patch - - programming/library/libdispatch/pspec.xml - - - libdispatch - - llvm-libs - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - libdispatch-devel - - libdispatch - - - /usr/include - - - - - 2021-09-12 - 5.4.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-02-24 - 5.3 - Rebuild for llvm. - Kamil Atlı - suvari@pisilinux.org - - - 2020-12-31 - 5.3 - First build. - fury - uglyside@yandex.ru - - - - - - libsass - https://github.com/sass/libsass - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.library - LibSass is a C++ port of the original Ruby Sass CSS compiler with a C API. - Sass CSS ön işlemcisinin C uygulaması (kütüphane) - C implementation of Sass CSS preprocessor (library) - C implementation of Sass CSS preprocessor (library) - https://github.com/sass/libsass/archive/3.6.5.tar.gz - programming/library/libsass/pspec.xml - - - libsass - - libgcc - - - /usr/lib - /usr/share - /usr/share/doc - - - - libsass-devel - Development files for libsass - - libsass - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-08-02 - 3.6.5 + 2017-12-30 + 1.2.7 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-03-01 - 3.6.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-01-17 - 3.5.5 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - rapidjson - http://rapidjson.org/ - - Kamil Atlı - suvari@pisilinux.org - - MIT - app - programming.library - A fast JSON parser/generator for C++ with both SAX/DOM style API. - Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu - A fast JSON parser/generator for C++ with both SAX/DOM style API. - Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu - https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz - - cmake - - programming/library/rapidjson/pspec.xml - - - rapidjson - - /usr/lib - /usr/share/doc - - - - rapidjson-devel - Development files for rapidjson - rapidjson için geliştirme dosyaları - - rapidjson - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-05-01 - 1.1.0 - First release. - Kamil Atlı - suvari@pisilinux.org - - - - - - htmlcxx - http://htmlcxx.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPL - app:library - programming.misc - htmlcxx is a simple non-validating css1 and html parser for C++ - htmlcxx is the name of both the library and the utility application that comes with this package. Although the htmlcxx (the application) is mostly useless for programming, you can use it to easily see how htmlcxx (the library) would parse your html code. - http://sourceforge.net/projects/htmlcxx/files/htmlcxx/0.86/htmlcxx-0.86.tar.gz - - flex - bison - libtool - - - fix-gcc-4.6-ftbfs.patch - reduce-linking.patch - - programming/misc/htmlcxx/pspec.xml - - - htmlcxx - - libgcc - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - htmlcxx-devel - Development files for htmlcxx - - htmlcxx - - - /usr/include - /usr/lib/pkgconfig - - - - 2018-09-16 - 0.86 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-23 - 0.86 - Rebuild with new toolchain - Stefan Gronewold + 2017-01-28 + 1.2.5 + Version bump. + Stefan Gronewold(groni) groni@pisilinux.org - - 2016-11-20 - 0.86 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - liblrdf - http://lrdf.sourceforge.net - - Serdar Soytetir - kaptan@pisilinux.org - - GPLv2 - library - programming.misc - A lightweight RDF library with special support for LADSPA plugins - LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığı - Une librairie RDF légère avec un support spécial pour les plugins (greffons) LADSPA. - A lightweight RDF library with special support for LADSPA plugins. - LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığıdır. - Librería RDF liviana, con soporte especial para plugins LADSPA - https://github.com/swh/LRDF/archive/refs/tags/v0.6.1.tar.gz - - ladspa-sdk - raptor2-devel - - programming/misc/liblrdf/pspec.xml - - - liblrdf - - raptor2 - ladspa-sdk - - - /usr/lib - /usr/share/doc - /usr/share/ladspa - - - - liblrdf-devel - Development files for liblrdf - liblrdf için geliştirme dosyaları - - liblrdf - - - /usr/include - /usr/lib/pkgconfig - - - - - 2012-10-09 - 0.6.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - log4c - http://log4c.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - A C library for flexible logging - C için bir günlük kitaplığı - log4c is a C language library for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (log4j), staying as close to their API as is reasonable. - log4c, dosyalara, syslog hizmetine ve diğer hedeflere kolayca günlük tutmayı sağlayan bir C kitaplığıdır. - mirrors://sourceforge/log4c/log4c-1.2.4.tar.gz - programming/misc/log4c/pspec.xml - - - log4c - A C library for flexible logging - - /usr/lib - /usr/share/doc - /usr/share/man - - - - log4c-devel - Development files for log4c - log4c için geliştirme dosyaları - log4c-devel, log4c için geliştirme dosyalarını içerir. - - log4c - - - /usr/bin - /usr/include - /usr/share/aclocal - /usr/share/man/man3 - - - - - 2020-01-23 - 1.2.4 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - - - - acorn - https://github.com/acornjs/acorn - - Blue Devil - bluedevil@sctzine.com - - MIT - app:console - library - programming.misc - A tiny, fast JavaScript parser, written completely in JavaScript. - Tamamen javascript ile yazılmış küçük ve hızlı bir Javascript çözümleyicisi. - acorn is a tiny, fast JavaScript parser, written completely in JavaScript. - acorn kitaplığı, tamamen javascript ile yazılmış küçük ve hızlı bir Javascript çözümleyicisi sunar. - https://registry.npmjs.org/acorn/-/acorn-8.0.1.tgz - - rsync - nodejs - - programming/misc/acorn/pspec.xml - - - acorn - A tiny, fast JavaScript parser, written completely in JavaScript - - nodejs - - - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2020-09-08 - 8.0.1 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - apr - http://apr.apache.org/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - library - programming.misc - Apache portable runtime library - Apache portatif çalışma ortamı kitaplığı (eski sürüm) - Apache Portable Runtime – przenośna biblioteka uruchomieniowa - L'Apache Portable Runtime (APR) a pour mission de fournir une librairie libre C de structures de donnés et de routines. Le numéro de version majeur commence par un 0. - The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines. - Apache portatif çalışma ortamı kitaplığı (APR), C data yapıları için özgür kitaplığı sağlar. Bu sürüm 0 ile başlar. - APR to Przenośna Biblioteka Fazy Wykonywania Apache, zaprojektowana jako biblioteka wspomagająca, która udostępnia przewidywalny i spójny interfejs do podstawowych, specyficznych dla platformy implementacji. - mirrors://apache/apr/apr-1.7.0.tar.gz - - libutil-linux-devel - - programming/misc/apr/pspec.xml - - - apr - - libutil-linux - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/aclocal - /usr/lib/apr-1/build - - - - apr-devel - Development files for apr - Development files for apr - - apr - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-27 - 1.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 1.6.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-20 - 1.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - 2016-06-09 - 1.5.2 + 1.2.3 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-09-01 - 1.5.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - apr-util - http://apr.apache.org/ - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - library - programming.misc - Apache portable runtime utils - Apache çalışma ortamı araçları (eski sürüm) - L'Apache Portable Runtime Utils (APR-Utils) contient des interfaces utilitaires supplémentaires pour APR fournissant un support pour, XML, LDAP,des interfaces pour les bases de données, d'analyse d'URI, et plus encore. La numéro de version majeur commence par un 1. - Apache portable runtime utils (APR-Util) contains additional utility interfaces for APR; including support for XML, database interfaces, URI parsing and more. - Apache portatif çalışma ortamı araçları (APR-Util) ek arabirimleri içerir; XML, LDAP, veritabanı, URI ve diğer arabirimler. Bu sürüm 0 ile başlar. - Narzędzie APR to biblioteka narzędziowa zaimplementowana na bazie apr, oferująca dostęp do bazy danych, przetwarzanie XML oraz inne przydatne funkcje. - mirrors://apache/apr/apr-util-1.6.1.tar.bz2 - - db-devel - zlib-devel - expat-devel - sqlite-devel - libutil-linux-devel - openssl-devel - unixODBC-devel - apr-devel - mariadb-lib - postgresql-lib - cyrus-sasl-devel - openldap-client - - programming/misc/apr-util/pspec.xml - - - apr-util - - db - zlib - expat - sqlite - libutil-linux - openssl - apr - unixODBC - mariadb-lib - postgresql-lib - cyrus-sasl - openldap-client - - - /usr/lib - /usr/share/doc - /usr/bin - - - - apr-util-devel - Development files for apr-util - - apr-util - apr-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-27 - 1.6.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-09 - 1.6.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-20 - 1.5.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.5.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-06 - 1.5.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - autoconf213 - http://www.gnu.org/software/autoconf/autoconf.html - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - programming.misc - Used to create autoconfiguration files version 2.13 - Used to create autoconfiguration files, Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. - mirrors://gnu/autoconf/autoconf-2.13.tar.gz - - texinfo - m4 - perl - - - autoconf-2.13-consolidated_fixes-1.patch - - programming/misc/autoconf213/pspec.xml - - - autoconf213 - - texinfo - m4 - - - /usr/bin - /usr/share/doc - /usr/share - /usr/share/info - /usr/share/autoconf - - - - - 2020-12-09 - 2.13 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-29 - 2.13 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-07 - 2.13 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-30 - 2.13 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2016-03-13 - 2.13 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - boost - http://boost.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - Peer-reviewed portable C++ source libraries - Açık kaynak kodlu ve taşınabilir C++ kaynak kitaplıkları - Boost propose des librairies C++ gratuites, portables et relues en comité. L'accent est porté sur les librairies portables qui fonctionnent bien avec la Librairie Standard C++. - Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. - Boost, kaynak kodları gözden geçirilmiş C++ kitaplıklarını içerir. - https://boostorg.jfrog.io/ui/native/main/release/1.77.0/source/boost_1_77_0.tar.bz2 - - bzip2 - xz-devel - zstd-devel - zlib-devel - icu4c-devel - python3-devel - libxslt-devel - openmpi-devel - python3-numpy - - programming/misc/boost/pspec.xml - - - boost - Peer-reviewed portable C++ source libraries - - xz - zlib - zstd - bzip2 - icu4c - libgcc - openmpi - - - /usr/share/boostbook - /usr/share/boost-build - /usr/bin - /usr/share/doc - /usr/lib - - - - boost-devel - Headers and library documentation for boost - boost için başlık dosyaları ve kitaplık belgeleri - boost-devel, boost için geliştirme ve başlık dosyalarını içerir. - data:doc - - boost - - - /usr/share/doc/*/html - /usr/include - /usr/lib/cmake - - - - boost-python3 - A C++ library which enables seamless interoperability between C++ and the Python3 - boost için python3 kitaplık belgeleri - boost-python3, boost için python3 kitaplık belgelerini içerir. - - boost - libgcc - openmpi - - - /usr/lib/python3.9 - /usr/lib/libboost_numpy39.so* - /usr/lib/libboost_python39.so* - /usr/lib/libboost_mpi_python39.so* - - - - - 2021-10-21 - 1.77.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-21 - 1.77.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-07-07 - 1.75.0 - Rebuild boost-build - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 1.75.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-11-07 - 1.72.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 1.72.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-10 - 1.72.0 - Symlink and translations fix - Blue Devil - bluedevil@sctzine.com - - - 2020-01-12 - 1.72.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.66.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 1.66.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-19 - 1.63.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-09 - 1.63.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-08 - 1.63.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-01 - 1.63.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.60.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 1.60.0 - Release bump. - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-05-08 - 1.60.0 - First release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - btyacc - https://www.siber.com/btyacc - - PisiLinux Community - admins@pisilinux.org - - freedist - app:console - programming.misc - Backtracking YACC - modified from Berkeley YACC - This is original Berkeley Yacc modified to better fit production environment (and to have less bugs, too). - http://www.siber.com/btyacc/btyacc-3-0.tar.gz - - btyacc-3.0-includes.patch - btyacc-3.0-makefile.patch - - programming/misc/btyacc/pspec.xml - - - btyacc - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2020-01-16 - 3.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 3.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-14 - 3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-11 - 3.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - clucene - http://clucene.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - Apache-2.0 - library - programming.misc - A high-performance indexing and searching API - Yüksek performanslı bir indeksleme ve arama API'si - CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. It is written in C++. - CLucene yüksek performanslı, ölçeklenebilir, platform bağımsız, çok özellikli, açık kaynak arama ve indeksleme programlama arayüzüdür. C++ ile yazılmıştır. - CLucene es una API para indexación y búsqueda de alta performance, escalable, cross plataforma, full-featured, código abierto. Está escrito en C++. - http://downloads.sourceforge.net/clucene/clucene-core-2.3.3.4.tar.gz - - boost-devel - cmake - zlib-devel - - - clucene-2.3.3.4-gcc6.patch - clucene-core-2.3.3.4-pkgconfig.patch - clucene-2.3.3.4-contribs_lib-1.patch - fix_zlib_detections.diff - clucene-core-2.3.3.4-usleep.patch - clucene-warnings.patch - clucene-gcc-atomics.patch - clucene-debug.patch - clucene-narrowing-conversions.patch - clucene-multimap-put.patch - - programming/misc/clucene/pspec.xml - - - clucene - - /usr/lib - /usr/share - - - - clucene-devel - Development files for clucene - clucene için geliştirme dosyaları - - clucene - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-26 - 2.3.3.4 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-02 - 2.3.3.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 2.3.3.4 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 2.3.3.4 - First Release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - ctpl - https://ctpl.tuxfamily.org/ - - fury - uglyside@yandex.ru - - GPL-3 - library - programming.misc - CTPL − C Template (Parser) Library. - CTPL is a template engine library written in C and distributed under the terms of the GNU GPLv3+ - http://download.tuxfamily.org/ctpl/releases/ctpl-0.3.4.tar.gz - - gtk-doc - python-six - glib2-devel - - programming/misc/ctpl/pspec.xml - - - ctpl - - glib2 - gtk-doc - python-six - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc - - - - ctpl-docs - GTK reference documents for ctpl - - /usr/share/gtk-doc - - - - ctpl-devel - Development files for ctpl - - glib2-devel - ctpl - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-15 - 0.3.4 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-10-18 - 0.3.4 - Rebuild. - fury - uglyside@yandex.ru - - - 2019-04-21 - 0.3.4 - First build - fury - uglyside@yandex.ru - - - - - - dbus-c++ - https://sourceforge.net/projects/dbus-cplusplus/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - C++ bindings for DBus library - DBus kitaplığı için C++ bağlayıcıları - dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop. - dbus-c++, DBus kitaplığı için C++ programlama arayüzü sunan bir kitaplıktır. - https://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/0.9.0/libdbus-c%2B%2B-0.9.0.tar.gz - - dbus-devel - expat-devel - glib2-devel - - - disable-threading.patch - fix-writechar.patch - gcc47.patch - - programming/misc/dbus-c++/pspec.xml - - - dbus-c++ - - dbus - libgcc - expat - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - dbus-c++-devel - - dbus-c++ - dbus-devel - expat-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-11-07 - 0.9.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 0.0_20090907 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.0_20090907 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.0_20090907 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-28 - 0.0_20090907 + 2016-01-27 + 1.2.3 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -317576,8506 +346232,498 @@ to create header files and sources from protocol files. - dotconf - https://github.com/williamh/dotconf - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - A library to parse configuration files - Yapılandırma dosyası ayıklama kitaplığı - dotconf is a simple-to-use and powerful configuration file parser library written in C. - dotconf C dilinde yazılmış, basit kullanımlı ve güçlü bir yapılandırma dosyası ayıklama kitaplığıdır. - https://src.fedoraproject.org/lookaside/extras/dotconf/dotconf-1.3.tar.gz/35c19ec9b96648f53e987e47e52dbc4c/dotconf-1.3.tar.gz - programming/misc/dotconf/pspec.xml - - - dotconf - - /usr/lib - /usr/share/doc - - - - dotconf-devel - Development headers and documentation for dotconf - dotconf kitaplığı için geliştirme başlıkları ve belgeleri - - dotconf - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/dotconf/examples - /usr/share/doc/dotconf/dotconf-api.txt - - - - - 2020-02-02 - 1.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-10 - 1.3 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-25 - 1.3 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - ffcall - http://www.haible.de/bruno/packages-ffcall.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - Foreign function call libraries - Dış işlev fonksiyonları çağırma kitaplıkları - Collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. - ffcall inşa sırasında yabancı fonksiyonları çağırmak için kullanılan, 4 kitaplıktan oluşan, bir kitaplığıdır. - https://ftp.gnu.org/gnu/libffcall/libffcall-2.2.tar.gz - programming/misc/ffcall/pspec.xml - - - ffcall - - /usr/lib - /usr/share/doc - - - - ffcall-devel - Development files for ffcall - ffcall için geliştirme dosyaları - - ffcall - - - /usr/include - /usr/share/man/man3 - - - - - 2020-03-20 - 2.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - flann - https://github.com/mariusmuja/flann - - Osman Erkan - osman.erkan@pisilinux.org - - BSD - library - programming.misc - FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional space. - FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset. - https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz - - cmake - hdf5-devel - - - flann-1.9.1-cmake-3.11.patch - - programming/misc/flann/pspec.xml - - - flann - - libgcc - libgomp - hdf5-devel - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/flann - - - - flann-devel - Development files for flann - - flann - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-05 - 1.9.1 - Rebuild. - Kamil Atlı - admin@pisilinux.org - - - 2019-02-07 - 1.9.1 - Rebuild. - Kamil Atlı - admin@pisilinux.org - - - 2018-09-02 - 1.9.1 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2017-04-30 - 1.8.4 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.8.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-25 - 1.8.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gdl - https://gitlab.gnome.org/GNOME/gdl - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.misc - Gnome Docking library - GNOME geliştirme kitaplıkları - Provides docking features for gtk+. - Bu paket, GNOME geliştirme araçları arasında paylaşılan kitaplıkları ve bileşenleri içerir. - https://download.gnome.org/sources/gdl/3.40/gdl-3.40.0.tar.xz - - gtk-doc - intltool - gtk3-devel - python3-six - libxml2-devel - gobject-introspection-devel - - programming/misc/gdl/pspec.xml - - - gdl - Provides docking features for gtk+. - - atk - gtk3 - cairo - glib2 - pango - libxml2 - gdk-pixbuf - - - /usr/lib - /usr/share/locale - /usr/share/doc/gdl/README - /usr/share/doc/gdl/COPYING - /usr/share/gir-1.0/Gdl-3.gir - - - - gdl-devel - Development files for gdl - gdl için geliştirme dosyaları - gdl-devel, gdl için geliştirme dosyalarını içerir. - - gtk3-devel - libxml2-devel - gdl - - - /usr/include - /usr/lib/pkgconfig - - - - gdl-docs - Documentation files for gdl - gdl için başvuru belgeleri - gdl-docs provides documentation files for gdl. - gdl-docs, gdl için belgelendirme dosyalarını içerir. - data:doc - - gdl - - - /usr/share/gtk-doc/html - - - - - 2021-08-27 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-30 - 3.34.0 - Ver. bump - fury - uglyside@yandex.ru - - - 2013-10-29 - 3.8.1 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-31 - 3.8.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 2.31.3 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-12-22 - 2.31.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - geoip - https://dev.maxmind.com/geoip - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - C library for country/city/organization to IP address or hostname mapping - Ülke/şehir/organizasyon adı ile IP adresi veya makine adı eşleştirmesi için C kitaplığı - GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. - 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. - https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz - https://sourceforge.net/projects/pisilinux/files/source/GeoIP-data.tar.xz - programming/misc/geoip/pspec.xml - - - geoip - - /etc - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/GeoIP - - - - geoip-devel - Geoip için geliştirme dosyaları - - geoip - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-15 - 1.6.12 - Version Bump and fix - Idris Kalp - idriskalp@gmail.com - - - 2018-08-10 - 1.6.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-09-20 - 1.6.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.6.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-14 - 1.6.2 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - google-sparsehash - http://code.google.com/p/google-sparsehash - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.misc - An extremely memory-efficient hash_map implementation - Son derece verimli bellek kullanımına sahip hash-map uyarlaması - The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. - SparseHash kitaplığı hıza veya boyuta göre eniyileştirilebilecek çeşitli hash-map uyarlamalarını içerir. - https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz - programming/misc/google-sparsehash/pspec.xml - - - google-sparsehash - - /usr/lib - /usr/include - /usr/share/doc - - - - - 2018-09-09 - 2.0.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2017-01-04 - 2.0.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - grantlee-qt5 - https://github.com/steveire/grantlee - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - programming.misc - Qt string template engine based on the Django template system - Django şablon sistemi benzeri bir Qt metin şablon motoru - grantlee is a plugin based String Template system written using the Qt framework. The goals of the project are to make it easier for application developers to separate the structure of documents from the data they contain, opening the door for theming. - grantlee, Qt çatısı kullanılarak yazılmış bir eklenti destekli metin şablon sistemidir. Projenin amaçları; belgelerin yapısını, içerdikleri veriden ayırarak uygulama geliştiricilerinin işini kolaylaştırmak ve tema desteği için imkan sağlamaktır. - https://github.com/steveire/grantlee/archive/v5.2.0.tar.gz - - mesa-devel - qt5-base-devel - qt5-declarative-devel - cmake - - programming/misc/grantlee-qt5/pspec.xml - - - grantlee-qt5 - - qt5-base - qt5-declarative - libgcc - - - /usr/lib - /usr/share/doc - - - - grantlee-qt5-devel - Development files for grantlee - grantlee için geliştirme dosyaları - - grantlee-qt5 - qt5-base-devel - - - /usr/include - /usr/lib/cmake - - - - - 2022-01-11 - 5.2.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-03 - 5.2.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 5.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-05 - 5.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-28 - 5.1.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-12-25 - 5.1.0 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-09-09 - 5.1.0 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-10 - 5.1.0 - Release bump. - Kamil Atlı - suvari@pisilinux.org - - - 2016-08-13 - 5.1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-06-09 - 5.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-18 - 5.0.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gtest - http://code.google.com/p/googletest/ - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - programming.misc - GoogleTest - Google Testing and Mocking Framework - Google C++ test çatısı - Google's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation. - gtest, birçok platformda C++ testleri yazmayı sağlayan bir test çatısıdır. - https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz - - cmake - python3-devel - - programming/misc/gtest/pspec.xml - - - gtest - - libgcc - python3 - - - /usr/lib/libgtest* - /usr/lib/libgmock* - - - - gtest-devel - Development files for gtest - gtest için geliştirme dosyaları - - gtest - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include - - - - - 2022-05-03 - 1.11.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - gtkglext - https://sourceforge.net/projects/gtkglext/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - programming.misc - OpenGL extension to GTK+ - GTK+ için OpenGL eklentisi - GtkGLExt is an OpenGL extension to GTK+ 2.0 or later - GTK+ 2.0 veya sonraki sürümler için OpenGL eklentisi - mirrors://sourceforge/gtkglext/gtkglext-1.2.0.tar.bz2 - - python3-devel - gtk2-devel - freeglut-devel - mesa-devel - mesa-glu-devel - libXmu-devel - libXt-devel - atk-devel - cairo-devel - fontconfig-devel - pango-devel - pangox-compat-devel - libSM-devel - libICE-devel - - - support-pango.diff - 01_fix_fontcache_nullderef.dpatch - gtkglext-1.2.0-bz677457.diff - gtkglext-gcc8.patch - - programming/misc/gtkglext/pspec.xml - - - gtkglext - - gtk2 - freeglut - mesa - mesa-glu - libXmu - libXt - atk - cairo - fontconfig - pango - pangox-compat - libSM - libICE - gdk-pixbuf - - - /usr/lib - /usr/share/doc - - - - gtkglext-devel - Development headers for gtkglext - gtkglext için geliştirme başlıkları - gtkglext-devel provides development headers for gtkglext. - gtkglext için geliştirme başlıklarını içerir. - - gtkglext - gtk2-devel - pango-devel - pangox-compat-devel - - - /usr/include - /usr/lib/gtkglext-1.0/include/ - /usr/share/aclocal - /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2020-03-06 - 1.2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-07 - 1.2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-04 - 1.2.0 - First release. - Marcin Bojara - marci@pisilinux.org - - - - - - guile2.0 - https://www.gnu.org/software/guile/ - - Blue Devil - bluedevil@sctzine.com - - GPL - app:console - library - programming.misc - Interpréteur et librairie GNU Scheme. - GNU Scheme interpreter and library - GNU Scheme yorumlayıcısı ve kitaplığı - Język GNU Extension language. - GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. - https://ftp.gnu.org/pub/gnu/guile/guile-2.0.14.tar.xz - - gc-devel - gmp-devel - libffi-devel - gettext-devel - readline-devel - libunistring-devel - - programming/misc/guile2.0/pspec.xml - - - guile2.0 - GNU Scheme interpreter and library - - gc - gmp - - - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/guile - /usr/lib/guile/2.0 - /usr/lib/libguile-2.0* - /usr/lib/libguilereadline-v-18* - - - - guile2.0-devel - Development files for guile2.0 - guile2.0 için geliştirme dosyaları - Pliki nagłówkowe guile2.0. - guile2.0-devel, guile2.0 için geliştirme dosyalarını içerir. - - gc-devel - gmp-devel - guile2.0 - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2020-12-09 - 2.0.14 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-07 - 2.0.14 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - http-parser - https://github.com/nodejs/http-parser - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.misc - A http request/response parser for c. - C için HTTP istek/yanıt çözümleyicisi - This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. - HTTP mesajları için C ile yazılmış bu kitaplık, HTTP istek ve yanıtlarını çözümleyen bir C kitaplığıdır. - https://github.com/nodejs/http-parser/archive/v2.9.4.tar.gz - - meson.build - - - meson - - programming/misc/http-parser/pspec.xml - - - http-parser - A http request/response parser for c. - - /usr/share/doc/http-parser - /usr/include - /usr/lib - - - - - 2021-10-28 - 2.9.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 2.9.3 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - icu4c - http://site.icu-project.org/home + hdparm + https://sourceforge.net/projects/hdparm/ PisiLinux Community admins@pisilinux.org as-is - library - programming.misc - International Components for Unicode - Unicode desteği için uluslarası bileşenler - ICU est un ensemble mature de librairies C/C++ et Java pour le support de l'Unicode, l'internationalisation et la globalisation de logiciel (i18n/g11n). Ce paquet contient les librairies C/C++. - ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries. - ICU, Unicode desteği, yazılım uluslararasılaştırma ve yerelleştirme konusunda yaygın olarak kullanılan gelişmiş bir kitaplıktır. ICU, Unicode ve u10a desteği için C/C++ ve Java kitaplıklarını içerir. - ICU es un conjunto maduro y muy utilizado de librerías C/C++ y Java para soporte Unicode, internacionalización y globalización de software (i18n/g11n). Este paque te contiene las librerías C/C++. - https://github.com/unicode-org/icu/releases/download/release-68-2/icu4c-68_2-src.tgz - - libgcc - - programming/misc/icu4c/pspec.xml - - - icu4c - - libgcc - - - /usr/bin - /usr/sbin - /usr/lib - /usr/share/man - /usr/share/doc/icu4c/html - - - - icu4c-devel - Development files for icu4c - icu4c için geliştirme dosyaları - - icu4c - - - /usr/bin/icu-config - /usr/lib/icu - /usr/share/icu - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig/ - - - - icu4c-32bit - 32-bit shared libraries for icu4c - emul32 - _emul32 - - libgcc - - - icu4c - libgcc - - - /usr/lib32/libicu* - /usr/lib32/icu - - - - - 2021-02-26 - 68.2 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-11-07 - 65.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 65.1 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-06 - 64.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-06 - 60.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-23 - 60.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 60.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-29 - 60.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-31 - 58.2 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 55.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 55.1 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 55.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - iniparser - http://ndevilla.free.fr/iniparser/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library app:console - programming.misc - A free ini file parsing library - Bir ini dosyası ayrıştırma kitaplığı - iniparser is a free stand-alone ini file parsing library written in portable ANSI C. - iniparser, ücretsiz ve ANSI C ile taşınabilir bir şekilde yazılmış INI dosyası ayrıştırma kitaplığıdır. - https://github.com/ndevilla/iniparser/archive/v4.1.tar.gz - programming/misc/iniparser/pspec.xml + hardware.disk + Utility to change hard drive performance parameters + Sabit disk parametrelerini değiştirmekte kullanılan araç + le paquet hdparm dispose d'outils utiles permettant d'obtenir/établir les paramètres de disques durs IDE sous Linux en cours d'éxécution. + hdparm has some useful utilities that allows you to get/set hard disk parameters for Linux IDE drives in runtime. + hdparm paketi çalışma anında Linux IDE sürücülerinin parametrelerini almanıza/değiştirmenize olanak sağlayan bazı kullanışlı uygulamaları içerir. + https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.63.tar.gz + hardware/disk/hdparm/pspec.xml - iniparser + hdparm + /sbin /usr/share/doc - /usr/lib + /usr/share/man + /etc/conf.d - - - iniparser-devel - Development files for iniparser - iniparser için geliştirme dosyaları - - iniparser - - - /usr/include - - - - - 2020-01-19 - 4.1 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-08-06 - 4.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 4.0 - Version Bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2013-05-22 - 3.1 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - intel-tbb - http://www.threadingbuildingblocks.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - Intel Threading Building Blocks Library - Intel Threading kitaplığı - Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. - https://github.com/intel/tbb/archive/v2020.3.tar.gz - install.sh + hdparm.confd - - cmake - - programming/misc/intel-tbb/pspec.xml - - - intel-tbb - - /usr/lib - /usr/share/doc - - - - intel-tbb-devel - Development files for intel-tbb - intel-tbb için geliştirme dosyaları - - intel-tbb - - - /usr/include - - 2021-06-30 - 2020.3 + 2022-06-06 + 9.63 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-02-12 - 2020.1 + 2020-02-01 + 9.58 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-01-19 - 2020.0 - Version bump - Pisi Linux Community - admin@pisilinux.org + 2018-08-13 + 9.54 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-09-09 - 2018_20180618 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-01-03 + 9.52 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-04-30 - 44_20160128 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 44_20160128 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-08 - 44_20160128 - First release + 2017-01-28 + 9.51 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org - - - - - jq - https://github.com/stedolan/jq - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.misc - lightweight and flexible command-line JSON processor - lightweight and flexible command-line JSON processor - lightweight and flexible command-line JSON processor - lightweight and flexible command-line JSON processor - https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz - - oniguruma-devel - - programming/misc/jq/pspec.xml - - - jq - - oniguruma - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - jq-devel - Development files for jq - - jq - - - /usr/include - /usr/lib/pkgconfig - - - - 2021-10-09 - 1.6 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2020-06-07 - 1.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - json-glib - http://live.gnome.org/JsonGlib - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - programming.misc - Library for JavaScript Object Notation format - JavaScript Nesne Notasyon biçimi için bir kitaplık - json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format. - json-glib JavaScript Nesne Notasyon (JSON) biçimi için serileştirme ve ters serileştirme sağlayan bir kitaplıktır. - mirrors://gnome/json-glib/1.6/json-glib-1.6.6.tar.xz - - meson - gtk-doc - glib2-devel - gobject-introspection-devel - - programming/misc/json-glib/pspec.xml - - - json-glib - - gobject-introspection - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/gir* - /usr/lib/girepository-1.0 - /usr/libexec/installed-tests/json-glib-1.0 - /usr/share/installed-tests/json-glib-1.0 - /usr/share/locale - - - - json-glib-devel - Development files for json-glib - json-glib için geliştirme dosyaları - - json-glib - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - json-glib-32bit - 32-bit shared libraries for json-glib - json-glib için 32-bit paylaşımlı kitaplıklar - emul32 - _emul32 - - glib2-32bit - - - glib2-32bit - json-glib - - - /usr/lib32 - /usr/lib32/girepository-1.0 - - - - - 2021-10-02 - 1.6.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-24 - 1.6.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-19 - 1.6.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-07 - 1.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 1.4.4 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-01-17 - 1.4.4 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-07-27 - 1.4.2 - Rebuild for New Toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-28 - 1.4.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 1.2.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-06-09 - 1.0.2 + 9.43 Release Bump Pisi Linux Community admin@pisilinux.org - - 2016-05-27 - 1.0.2 - Release bump - Hakan Yıldız - hknyldz93@gmail.com - - 2015-03-18 - 1.0.2 + 2014-05-24 + 9.43 First release - Hakan Yıldız - hknyldz93@gmail.com + PisiLinux Community + admins@pisilinux.org - libassuan - http://www.gnupg.org/ + volume_key + https://pagure.io/volume_key PisiLinux Community admins@pisilinux.org GPLv3 - library - programming.misc - Librairie IPC (communication inter-processus) auto-suffisante utilisée par gpg, gpgme et newpg. - IPC library for GnuPG related projects - GnuPG, GPGME ve newpg tarafından kullanılan IPC kitaplığı - This is the IPC library used by GnuPG 2, GPGME and a few other packages. - https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2 + 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.12.tar.xz - libgpg-error-devel + swig + nss-devel + glib2-devel + gpgme-devel + python-devel + python3-devel + libassuan + libgpg-error + libutil-linux-devel + libcryptsetup-devel - programming/misc/libassuan/pspec.xml + hardware/disk/volume_key/pspec.xml - libassuan + volume_key + nspr + nss + gettext + glib2 + gpgme + python + python3 + libassuan libgpg-error + libutil-linux + libcryptsetup /usr/bin /usr/lib - /usr/share/info + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc - libassuan-devel - Development files for libassuan - libassuan için geliştirme dosyaları + volume_key-devel + Development files for volume_key - libassuan + volume_key /usr/include - /usr/share/aclocal /usr/lib/pkgconfig - - 2021-05-28 - 2.5.5 + + 2021-10-24 + 0.3.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-11-07 + 0.3.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2020-02-01 + 0.3.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2018-12-29 + 0.3.12 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2018-12-29 + 0.3.11 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + xfsdump + https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/ + + AYDIN ATMACA + aydinatmaca@gmail + + LGPLv2.1 + app:console + hardware.disk + XFS dump/restore utilities. + XFS döküm ve geri yükleme araçları + xfsdump contains XFS filesystem dump and restore utilities. + xfsdump, XFS dosya sistemi döküm (dump) ve geri yükleme (restore) araçlarını içerir. + http://ftp.ntu.edu.tw/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.10.tar.xz + + attr-devel + dmapi-devel + ncurses-devel + xfsprogs-devel + libutil-linux-devel + + + no_symlink.patch + skip_inventory_debian_subfolder.patch + no_changes_compress.patch + xfs_restore.patch + + hardware/disk/xfsdump/pspec.xml + + + xfsdump + + attr + gawk + dmapi + uuidd + ncurses + libtool + gettext + xfsprogs + libutil-linux + + + /sbin + /usr/sbin + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2022-06-04 + 3.1.10 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-11-07 - 2.5.3 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-06-03 - 2.5.3 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 2.5.1 + + 2021-05-18 + 3.1.9 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2017-03-02 - 2.5.1 - Release bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 2.4.3 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-12-24 - 2.4.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-09 - 2.2.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2015-08-21 - 2.2.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2021-02-27 + 3.1.9 + First Beta release. + AYDIN ATMACA + aydinatmaca@gmail.com - libctemplate - https://github.com/OlafvdSpek/ctemplate + fuse-exfat + https://github.com/relan/exfat - Pisi Linux Community - admins@pisilinux.org + PisiLinux Community + admin@pisilinux.org - BSD - library - programming.misc - CTemplate is a simple but powerful template language for C++. - CTemplate C++ için basit ama çok güçlü bır taslak/şablon kitaplığıdır. - It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. - libctemplate, C++ için basit ama çok güçlü bır taslak/şablon kitaplığı sunar. - https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.4.tar.gz + GPLv3 + app + hardware.disk + exFAT filesystem fuse module + exFAT dosya sistemi bağlamak için araçlar + exFAT filesystem fuse module + exFAT dosya sistemi bağlamak için araçlar + https://github.com/relan/exfat/releases/download/v1.3.0/fuse-exfat-1.3.0.tar.gz - python3-devel - glibc-devel + fuse-devel - programming/misc/libctemplate/pspec.xml + hardware/disk/fuse-exfat/pspec.xml - libctemplate - CTemplate is a simple but powerful template language for C++. + fuse-exfat - libgcc + fuse + exfatprogs + exfat-utils - /usr/bin/diff_tpl_auto_escape - /usr/bin/make_tpl_varnames_h - /usr/bin/template-converter + /usr/bin + /usr/sbin + /usr/share/man /usr/share/doc - /usr/lib - - - - libctemplate-devel - Development files for libctemplate - - libctemplate - - - /usr/include + + 2021-01-26 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-03-18 - 2.4 - Minor version bump. - Blue Devil - bluedevil@sctzine.com + 2018-09-01 + 1.2.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2018-09-09 - 2.3 - Release Bump - Kamil Atlı - admin@pisilinux.org + 2017-12-30 + 1.2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2017-04-30 - 2.3 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-22 - 2.3 - First release + 2017-01-28 + 1.2.5 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org - - - - - libcxx - http://libcxx.llvm.org/ - - Idris Kalp - idriskalp@gmail.com - - MIT - library - programming.misc - LLVM C++ standard library. - libcxx provides standard c++ library by LLVM - https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-project-11.1.0.src.tar.xz - - llvm - llvm-libs - llvm-clang - lld - cmake - python3-devel - - programming/misc/libcxx/pspec.xml - - - libcxx - - /usr/lib - /usr/share/doc - - - - libcxx-32bit - libcxx 32bit shared libraries. - emul32 - emul32 - - libcxx - - - /usr/lib32 - - - - libcxx-devel - Development files for libcxx - - libcxx - - - /usr/include - - - - - 2021-02-20 - 11.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-2 - 11.0.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2020-03-26 - 10.0.0 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - libdaemon - http://0pointer.de/lennart/projects/libdaemon - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - Library for writing UNIX daemons - UNIX hizmetleri yazmak için bir kitaplığı - libdaemon is a lightweight C library which eases the writing of UNIX daemons. - libdaemon, UNIX hizmetleri yazmayı kolaylaştıran hafif bir C kitaplığıdır. - http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz - programming/misc/libdaemon/pspec.xml - - - libdaemon - - /usr/lib - /usr/share/doc - - - - libdaemon-devel - Development files for libdaemon - libdaemon için geliştirme dosyaları - - libdaemon - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man/man3 - - - - libdaemon-32bit - 32-bit shared libraries for libdaemon - emul32 - emul32 - - libdaemon - - - /usr/lib32 - - - - - 2020-01-18 - 0.14 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 0.14 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.14 - Rebuild - Pisi Linux Community - admin@pisilinux.org - 2016-06-09 - 0.14 + 1.2.3 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-03-09 - 0.14 + 2016-01-27 + 1.2.3 First release - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold + groni@pisilinux.org - libdbusmenu - https://launchpad.net/dbusmenu + libblockdev + https://github.com/storaged-project/libblockdev PisiLinux Community admins@pisilinux.org LGPLv3 - library - programming.misc - Library for applications to pass a menu scructure accross DBus - Uygulamaların DBus üzerinden menü yapılarını gönderebilmelerini sağlayan bir kitaplık - libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. - libdbusmenu, indicator-applet uygulamasında kullanılan bazı genel kodların ayrı bir kitaplık haline getirilmesiyle oluşturulmuş bir kitaplıktır. Bu kitaplık ile uygulamaların menü yapısı DBus ile başka uygulamalara iletilebilir, bu sayede uygulamalar karşı tarafta menünün nasıl gösterileceğini dikkate almadan menüler oluşturabilirler. - https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz + 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.26-1/libblockdev-2.26.tar.gz - intltool - gtk2-devel - gtk3-devel - gnome-doc-utils - json-glib-devel - gtk-doc - gobject-introspection-devel - - - 0001_autoconf.patch - - programming/misc/libdbusmenu/pspec.xml - - - libdbusmenu-glib - GLIB bindings for libdbusmenu - libdbusmenu için GLIB bağlayıcıları - - libdbusmenu-common - json-glib - - - /usr/lib/libdbusmenu-glib* - /usr/lib/libdbusmenu-json* - /usr/share/libdbusmenu - /usr/share/gtk-doc/html/libdbusmenu-glib - - - - libdbusmenu-common - Common files for libdbusmenu libraries - libdbusmenu kitaplıkları için ortak dosyalar - - /usr/share/doc - /usr/share/vala/vapi/Dbusmenu-*.vapi - /usr/share/gir-1.0/Dbusmenu-*.gir - /usr/lib/girepository-1.0/Dbusmenu-*.typelib - - - - libdbusmenu-gtk - GTK 2.x libraries for libdbusmenu - libdbusmenu için GTK 2.x kitaplıkları - - libdbusmenu-glib - libdbusmenu-common - gtk2 - atk - cairo - pango - freetype - harfbuzz - gdk-pixbuf - fontconfig - - - /usr/lib/libdbusmenu-gtk.so* - /usr/share/vala/vapi/DbusmenuGtk-*.vapi - /usr/share/gir-1.0/DbusmenuGtk-*.gir - /usr/lib/girepository-1.0/DbusmenuGtk-*.typelib - /usr/share/gtk-doc/html/libdbusmenu-gtk - - - - libdbusmenu-gtk3 - GTK 3.x libraries for libdbusmenu - libdbusmenu için GTK 3.x kitaplıkları - - libdbusmenu-glib - libdbusmenu-common - gtk3 - atk - cairo - pango - gdk-pixbuf - - - /usr/lib/libdbusmenu-gtk3.so* - /usr/share/vala/vapi/DbusmenuGtk3-*.vapi - /usr/share/gir-1.0/DbusmenuGtk3-*.gir - /usr/lib/girepository-1.0/DbusmenuGtk3-*.typelib - - - - libdbusmenu-tools - Some examples for testing libdbusmenu - libdbusmenu testleri için çeşitli örnekler - - libdbusmenu-glib - libdbusmenu-common - json-glib - - - /usr/libexec - /usr/share/doc/libdbusmenu/*dbusmenu-bench* - - - - libdbusmenu-devel - Development files for libdbusmenu - libdbusmenu için geliştirme dosyaları - - libdbusmenu-glib - libdbusmenu-gtk - gtk2-devel - gdk-pixbuf-devel - dbus-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-11-19 - 16.04.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - libdbusmenu-qt - https://launchpad.net/libdbusmenu-qt - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.misc - Qt implementation of the DBusMenu spec - DBusMenu spesifikasyonunun Qt gerçeklemesi - libdbusmenu-qt library provides a Qt implementation of the DBusMenu spec. - libdbusmenu-qt kitaplığı DBusMenu spesifikasyonunun Qt gerçeklemesini sağlar. - http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_0.9.3+16.04.20160218.orig.tar.gz - - libqjson-devel - mesa-devel - qt5-base-devel - doxygen - cmake - - programming/misc/libdbusmenu-qt/pspec.xml - - - libdbusmenu-qt - - qt5-base - libgcc - - - /usr/lib - /usr/share/doc - - - - libdbusmenu-qt-devel - Development files for libdbusmenu-qt - libdbusmenu-qt için geliştirme dosyaları - - libdbusmenu-qt - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-02 - 0.9.3_16.04.20160218 - Rebuild New qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.9.3_16.04.20160218 - Rebuild New qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.9.3_16.04.20160218 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.9.3_16.04.20160218 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.9.3_20150604 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-18 - 0.9.3_20150604 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libedit - https://www.thrysoee.dk/editline - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.misc - An autotool and libtoolized port of the NetBSD Editline library - NetBSD Editline kitaplığının Linux portu - libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. - libedit, geçmiş bilgisini ve komut satırı düzenleme işlerini kolaylaştıran bir kitaplıktır. - https://thrysoee.dk/editline/libedit-20210910-3.1.tar.gz - - ncurses-devel - - programming/misc/libedit/pspec.xml - - - libedit - - ncurses - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - libedit-devel - Development files for libedit - libedit için geliştirme dosyaları - - libedit - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2022-07-30 - 3.1.20210910 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 3.1.20191231 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 3.1.20191231 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-07-25 - 3.1.20180525 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-02 - 3.1.20170329 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-02 - 3.1_20160903 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.1_20150325 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-06-25 - 3.1_20150325 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libevent - http://monkey.org/~provos/libevent - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.misc - Une librairie pour exécuter une fonction lorsqu'un événement spécifique a lieu sur un descripteur (descriptor) de fichier. - A library to execute a function when a specific event occurs on a file descriptor - Dosya tanımlayıcıları üzerindeki belirli değişiklerde belirli fonksiyonların çalıştırılmasını sağlayan bir kitaplığı - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop. - libevent dosya tanımlayıcısında tanımlı bir olay oluştuğunda ya da zamanaşımı olduğunda belirlenmiş fonksiyonların çalıştırılma mekanizmasını sağlar. Olay güdümlü(event-driven) ağ sunucularının bulundurduğu asenkron olay döngülerinin(event-loop) yerine alması anlamına gelir. Uygulamanın olay döngüsünü degiştirmek zorunda kalmadan dinamik olarak olay ekleme ve silme işlemlerini yapabilmek için yalnızca event_dispatch() fonksiyonunu çağırması yeterli olur. - https://github.com/libevent/libevent/archive/release-2.1.11-stable.tar.gz - - openssl-devel - zlib-devel - - - libevent-linkage_fix.diff - libevent-2.0.13-manpages-on.patch - - programming/misc/libevent/pspec.xml - - - libevent - - openssl - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libevent-devel - Development files for libevent - libevent için geliştirme dosyaları - - libevent - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2021-09-15 - 2.1.11 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 2.1.11 - Version bump - İdris Kalp - aidriskalp@gmail.com - - - 2018-08-05 - 2.1.8 - Rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-02 - 2.1.8 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.0.22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 2.0.22 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libgsf - http://www.gnome.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - GPLv2 - programming.misc - Gnome structured file library - Gnome yapılandırılmış dosya kitaplığı - The libgsf is a library for reading and writing structured files (eg MS OLE and Zip). - Libgsf MS, OLE ve Zip gibi yapılandırılmış dosyaları okuyup yazmaya yarayan bir kitaplığıdır. - mirrors://gnome/libgsf/1.14/libgsf-1.14.50.tar.xz - - libbonobo-devel - gtk2-devel - python-gtk-devel - orbit2-devel - glib2-devel - libxml2-devel - intltool - gettext-devel - perl - gobject-introspection-devel - gtk-doc - python-six - gdk-pixbuf-devel - - programming/misc/libgsf/pspec.xml - - - libgsf - app:console - library - - zlib - bzip2 - glib2 - libxml2 - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/thumbnailers/gsf-office.thumbnailer - /usr/share/gir-1.0/Gsf-1.gir - /usr/share/man - - - - libgsf-gnome - Gnome support for libgsf - libgsf için Gnome desteği - app:console - library - - libgsf - gdk-pixbuf - - - /etc - /usr/bin/gsf-office-thumbnailer - /usr/lib/libgsf-gnome* - /usr/lib/python*/site-packages/gsf/gnome* - /usr/share/man/man1/gst-office-thumbnailer* - - - - libgsf-docs - Libgsf reference documents - libgsf referans belgeleri - data:doc - - libgsf - - - /usr/share/doc - /usr/share/gtk-doc - - - - libgsf-devel - Development files for libgsf - libgsf paketi geliştirme dosyaları - library - - libgsf - libgsf-gnome - libbonobo-devel - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-15 - 1.14.50 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 1.14.49 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-28 - 1.14.48 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 1.14.47 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.14.44 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-01 - 1.14.41 - Version Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 1.14.31 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-02-07 - 1.14.31 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - libgtop - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - System monitoring library - Sistem izleme kitaplığı - libgtop is a library to get system specific data such as CPU and Memory Usage and information about running processes. - libgtop, çalışan süreçler hakkında CPU ve bellek kullanımı gibi sistem bilgisini almak için bir kitaplığıdır. - mirrors://gnome/libgtop/2.40/libgtop-2.40.0.tar.xz - - gtk-doc - yelp-devel - glib2-devel - gobject-introspection-devel - - programming/misc/libgtop/pspec.xml - - - libgtop - - glib2 - libXau - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/gir-1.0 - - - - libgtop-docs - libgtop reference documents - libgtop başvuru belgeleri - data:doc - - /usr/share/gtk-doc - - - - libgtop-devel - Development files for libgtop - libgtop için geliştirme dosyaları - - glib2-devel - libgtop - - - /usr/include - /usr/lib/pkgconfig - /usr/share/info - - - - - 2020-02-29 - 2.40.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libical - https://github.com/libical/libical - - Berk Çakar - berk2238@hotmail.com - - MPL-1.1 - LGPLv2 - library - programming.misc - An open source reference implementation of the icalendar data type and serialization format - icalendar veri tipi ve serileştirme biçiminin açık kaynak referans gerçeklemesi - libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. - libical IETF'in iCalendar Takvim ve Planlama protokülün açık kaynak gerçeklemesidir. (RFC 2445, 2446, 2447) Kitaplık, iCal bileşenlerini ayrıştırır ve bileşen özelliklerini, parametrelerini ve alt bileşenlerini işlemek için bir C programlama arayüzü sunar. - https://github.com/libical/libical/releases/download/v3.0.9/libical-3.0.9.tar.gz - - cmake - db-devel - docbook-xsl - doxygen - glib2-devel - gobject-introspection-devel - gtk-doc - libxml2-devel - libxslt-devel - perl - python-six - vala - - programming/misc/libical/pspec.xml - - - libical - The Evolution Data Server package provides a unified backend for programs that work with -contacts, tasks, and calendar information. - - db - glib2 - icu4c - libgcc - gobject-introspection - - - /usr/lib - /usr/libexec/libical/ical-glib-src-generator - /usr/share/gir-1.0/* - /usr/share/libical/zoneinfo - /usr/share/vala/* - - - - libical-devel - Development files for libical - libical için geliştirme dosyaları - - db-devel - glib2-devel - icu4c-devel - libical - - - /usr/include - /usr/lib/pkgconfig - - - - libical-docs - libical reference documents - - /usr/share/gtk-doc - - - - - 2021-04-10 - 3.0.9 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-01-14 - 3.0.7 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-01-31 - 3.0.1 - Version Bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-12-26 - 3.0.1 - Version Bump - Mustafa Cinasal - admin@pisilinux.org - - - 2017-02-17 - 2.0.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-06 - 1.0.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libIDL - http://www.gnome.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - Constructeur d'arbre CORBA - CORBA tree builder - CORBA ağacı inşa aracı - libIDL provides parsing .idl files and generate errors and warning messages in gcc-like format. - libIDL .idl dosyalarını ayrıştırmayı sağlar ve gcc biçimine benzer hata ve uyarı mesajları üretir. - mirrors://gnome/libIDL/0.8/libIDL-0.8.14.tar.bz2 - - glib2-devel - - programming/misc/libIDL/pspec.xml - - - libIDL - - glib2 - - - /usr/bin - /usr/lib - /usr/share/info - /usr/share/doc - - - - libIDL-devel - Development files for libIDL - - libIDL - - - /usr/bin/libIDL-config-2 - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-26 - 0.8.14 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-15 - 0.8.14 - Release Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 0.8.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.8.14 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.8.14 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libinput - http://www.freedesktop.org/wiki/Software/libinput/ - - Alihan Öztürk - alihan@pisilinux.org - - X11 - app:console - programming.misc - library that handles input devices for display servers and other applications that need to directly deal with input devices. - 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. - 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. - 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. - xorg - https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.21.0/libinput-1.21.0.tar.bz2 - - meson - gtk3-devel - valgrind-devel - libevdev-devel - check-devel - libunwind-devel - eudev-devel - libmtdev-devel - libwacom-devel - libXtst-devel - wayland-client - wayland-devel - wayland-protocols-devel - - programming/misc/libinput/pspec.xml - - - libinput - - gtk3 - eudev - cairo - glib2 - libevdev - libmtdev - libwacom - libX11 - wayland-client - - - /etc - /usr/bin - /usr/libexec/libinput - /usr/lib - /lib/udev - /usr/share/doc - /usr/share/libinput - /usr/share/zsh - /usr/share/man/man1 - - - - libinput-devel - Development files for libinput - - libinput - eudev-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 1.21.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 1.19.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-14 - 1.19.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-09 - 1.19.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 1.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-04 - 1.18.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 1.17.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 1.15.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-16 - 1.14.901 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 1.14.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-04 - 1.12.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.11.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-06 - 1.10.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-12 - 1.10.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-22 - 1.10.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 1.9.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-21 - 1.6.3 - fix pisi check. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-11 - 1.6.3 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-13 - 1.6.1 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-11-03 - 1.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-02 - 1.2.4 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-08 - 1.2.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libnice - https://nice.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - MPL-1.1 - LGPLv2.1 - app:console - library - programming.misc - GLib ICE library - GLIB ICE kitaplığı - Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). - Nice, IETF'ye ait bir taslak olan Etkileşimli Bağlanırlık Birliği standardı uygulamasıdır. - http://nice.freedesktop.org/releases/libnice-0.1.15.tar.gz - - glib2-devel - gnutls-devel - gobject-introspection-devel - gstreamer-devel - - programming/misc/libnice/pspec.xml - - - libnice - - glib2 - gnutls - libxml2 - gstreamer - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - libnice-devel - Development files for libnice - libnice için geliştirme dosyaları - - libnice - glib2-devel - gnutls-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-04-22 - 0.1.15 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-06-09 - 0.1.14 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 0.1.13 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-27 - 0.1.13 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libnotify - http://www.galago-project.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - Desktop notification library - Masaüstü bildirim kitaplığı - Envoie les notifications bureautiques à un daemon de notification. - libnotify sends desktop notifications to a notification daemon. - Libnotify, masaüstü uyarılarını uyarı birimine gönderir. - Envía notificaciones de escritorio al demonio de notificaciones - https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.0.tar.xz - - gobject-introspection-devel - gdk-pixbuf-devel - python-pyatspi - libXtst-devel - gnome-common - gtk3-devel - gtk-doc - xmlto - meson - - programming/misc/libnotify/pspec.xml - - - libnotify - Desktop notification library - - gdk-pixbuf - libXtst - glib2 - - - /usr/share/doc/libnotify/COPYING - /usr/share/gir-1.0/ - /usr/bin - /usr/lib - - - - libnotify-devel - Development files for libnotify - libnotify için geliştirme dosyaları - libnotify-devel, libnotify için geliştirme dosyalarını içerir. - - libnotify - gdk-pixbuf-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libnotify-docs - Documentation files for libnotify - libnotify için belgelendirme dosyaları - libnotify-docs, libnotify için belgelendirme dosyalarını içerir. - - libnotify - - - /usr/share/doc/libnotify/SPECIFICATION - /usr/share/doc/libnotify/README* - /usr/share/doc/libnotify/spec - /usr/share/gtk-doc/html - - - - - 2022-07-15 - 0.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 0.7.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 0.7.8 - Clean and split docs. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-17 - 0.7.8 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-07-31 - 0.7.7 - Rebuild New T - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.7.7 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 0.7.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-31 - 0.7.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - liboauth - http://liboauth.sourceforge.net - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - MIT - library - programming.misc - C library implementing the OAuth secure authentication protocol - liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. - mirrors://sourceforge/liboauth/liboauth-1.0.3.tar.gz - - curl-devel nss-devel + mdadm + util-linux + glib2-devel + parted-devel + libyaml-devel + python3-devel + libkmod-devel + volume_key-devel + libbytesize-devel + libcryptsetup-devel + libutil-linux-devel + device-mapper-devel + gobject-introspection-devel - - liboauth-1.0.1-doxygen-out-of-tree.patch - liboauth-1.0.3-openssl-1.1.patch - liboauth-1.0.3-openssl-1.1_2.patch - - programming/misc/liboauth/pspec.xml + hardware/disk/libblockdev/pspec.xml - liboauth + libblockdev nss - curl nspr - - - /usr/lib/lib*.so* - /usr/share/licenses - /usr/share/man - /usr/share/doc - - - - liboauth-devel - Development files for liboauth - - liboauth - nss-devel - curl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-05-28 - 1.0.3 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libofa - https://code.google.com/archive/p/musicip-libofa/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - The Open Fingerprint Architecture library - Müzik dosyaları için akustik parmak izi oluşturma kitaplığı - libofa is a library for generating acoustic fingerprints that can be used to identify music files using the MusicDNS service. - libofa, MısicDNS servisini kullanarak müzik dosyalarının akustik parmak izini oluşturmak için kullanılan bir kitaplığıdır. - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-0.9.3.tar.gz - - fftw3-devel - expat-devel - curl-devel - - - compile.patch - gcc44.patch - pkgconfig.patch - libofa-0.9.3-gcc47.patch - libofa-0.9.3-curl.patch - - programming/misc/libofa/pspec.xml - - - libofa - - fftw3 - expat - libgcc - - - /usr/lib - /usr/share/doc - - - - libofa-devel - Development files for libofa - libofa için geliştirme dosyaları - - libofa - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-08 - 0.9.3 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org - - - 2018-08-19 - 0.9.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - 2017-01-07 - 0.9.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libqjson - http://qjson.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - Qt-based library that maps JSON data to QVariant objects - Qt tabanlı bu kitaplığı JSON data haritalarını QVariant nesnelere dönüştürür - Implementacja Qt formatu JSON - libqjson, (JavaScript Object Notation) is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs. - libqjson, (JavaScript Object Notation) bir veri değişim biçimidir. JSON haritalarını QVariant nesnelere dönüştürür.. - http://source.pisilinux.org/1.0/qjson-0.82_d0f62e65.tar.gz - - qt5-base-devel - cmake - - programming/misc/libqjson/pspec.xml - - - libqjson - - qt5-base - libgcc - - - /usr/lib - /usr/share/doc - - - - libqjson-devel - Development files for libqjson - libqjson için geliştirme dosyaları - Pliki nagłówkowe do libqjson - - libqjson - qt5-base-devel - - - /usr/include/qjson - /usr/lib/pkgconfig - /usr/lib/cmake/qjson - - - - - 2018-08-07 - 0.82_p1 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2017-04-30 - 0.82_p1 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.82_p1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-18 - 0.82_p1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libsigc++ - https://libsigcplusplus.github.io/libsigcplusplus/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - Système de rappels à types sûrs (typesafe callback) pour C++. - Typesafe signal framework for C++ - C++ için sinyal altyapısı - libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. - libsigc++, widget kitaplıkları, soyut arabirimlerde ve genel programlama esnasında kullanılmak üzere tasarlanmış bir sinyal ve callback altyapısıdır. - mirrors://gnome/libsigc++/2.10/libsigc++-2.10.8.tar.xz - - mm-common - - programming/misc/libsigc++/pspec.xml - - - libsigc++ - - libgcc - - - /usr/lib - /usr/share/doc - - - - libsigc++-devel - Development files for libsigc++ - libsigc++ için geliştirme dosyaları - - libsigc++ - - - /usr/include - /usr/lib/sigc++*/include - /usr/lib/pkgconfig - - - - libsigc++-docs - Development documents for libsigc++ - libsigc++ için geliştirme belgeleri - - /usr/share/doc/libsigc++/html - - - - - 2022-06-01 - 2.10.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 2.10.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 2.10.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-12 - 2.10.2 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 2.10.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.10.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.4.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-21 - 2.4.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libsigc++3 - https://libsigcplusplus.github.io/libsigcplusplus/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - Typesafe signal framework for C++ - libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. - mirrors://gnome/libsigc++/3.0/libsigc++-3.0.7.tar.xz - - mm-common - - programming/misc/libsigc++3/pspec.xml - - - libsigc++3 - - libgcc - - - /usr/lib - /usr/share/doc - - - - libsigc++3-devel - Development files for libsigc++3 - - libsigc++3 - - - /usr/include - /usr/lib/sigc++*/include - /usr/lib/pkgconfig - - - - libsigc++3-docs - Development documents for libsigc++ - - /usr/share/doc/libsigc++-3.0/ - - - - - 2021-07-25 - 3.0.7 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - libsoup - http://live.gnome.org/LibSoup - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.misc - An HTTP library implementation in C - C için HTTP kitaplık gerçekleyicisi - libsoup is an HTTP client/server library for GNOME. - libsoup, GNOME için HTTP istemci / sunucu kitaplığıdır. - mirrors://gnome/libsoup/2.74/libsoup-2.74.2.tar.xz - - meson - libgcrypt-devel - gtk-doc - mit-kerberos - python3-devel - glib2-devel - libxml2-devel - sqlite-devel - intltool - gettext-devel - vala-devel - libpsl-devel - zlib-devel - mit-kerberos-devel - python-six - glib-networking - sysprof-devel - gobject-introspection-devel - - programming/misc/libsoup/pspec.xml - - - libsoup - glib2 - libxml2 - sqlite - libpsl - zlib - mit-kerberos - glib-networking - - - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/vala - /usr/share/locale/ - /usr/lib/girepository-1.0/Soup-2.4.typelib - - - - libsoup-gnome - - glib2 - libsoup - - - /usr/lib/lib*gnome* - /usr/lib/girepository-1.0/SoupGNOME-2.4.typelib - - - - libsoup-docs - libsoup reference documents - libsoup başvuru belgeleri - data:doc - - libsoup - - - /usr/share/gtk-doc - - - - libsoup-devel - Development files for libsoup - libsoup için geliştirme dosyaları - - zlib-devel - glib2-devel - sqlite-devel - libpsl-devel - libxml2-devel - sysprof-devel - gobject-introspection-devel - libsoup - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-02 - 2.74.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-25 - 2.74.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.74.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 2.74.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-23 - 2.74.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-27 - 2.72.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.68.3 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-19 - 2.62.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 2.61.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 2.61.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 2.56.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.54.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-08 - 2.54.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-14 - 2.50.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libsoup3 - http://live.gnome.org/LibSoup - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.misc - An HTTP library implementation in C - libsoup is an HTTP client/server library for GNOME. - https://download.gnome.org/sources/libsoup/3.0/libsoup-3.0.7.tar.xz - - meson - libgcrypt-devel - gtk-doc - mit-kerberos - python3-devel - glib2-devel - libxml2-devel - sqlite-devel - intltool - gettext-devel - vala-devel - libpsl-devel - zlib-devel - mit-kerberos-devel - python-six - glib-networking - sysprof-devel - libnghttp2-devel - gobject-introspection-devel - - programming/misc/libsoup3/pspec.xml - - - libsoup3 - - glib2 - libxml2 - sqlite - libpsl - zlib - libnghttp2 - mit-kerberos - glib-networking - - - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/vala - /usr/share/locale/ - /usr/lib/girepository-1.0/Soup-2.4.typelib - - - - libsoup3-docs - libsoup reference documents - data:doc - - libsoup3 - - - /usr/share/gtk-doc - - - - libsoup3-devel - Development files for libsoup3 - - zlib-devel - glib2-devel - sqlite-devel - libpsl-devel - libxml2-devel - sysprof-devel - libnghttp2-devel - gobject-introspection-devel - libsoup3 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-30 - 3.0.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 3.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-06 - 3.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 3.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-26 - 3.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 2.99.8 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - libspectre - http://libspectre.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - A small library for rendering Postscript documents - Postscript belgeleri görüntüleştirme için küçük bir kitaplığı - libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents. - libspectre, postscript belgeleri görüntüleştirme için kullanımı kolay bir API sağlar. - http://libspectre.freedesktop.org/releases/libspectre-0.2.8.tar.gz - - ghostscript-devel - cairo-devel - - - libspectre-0.2.7-gs918.patch - - programming/misc/libspectre/pspec.xml - - - libspectre - - ghostscript - - - /usr/lib - /usr/share/doc - - - - libspectre-devel - Development files for libspectre - libspectre için geliştirme dosyaları - - libspectre - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libspectre-32bit - 32-bit shared libraries for libspectre - emul32 - emul32 - - ghostscript-32bit - cairo-32bit - - - libspectre - ghostscript-32bit - - - /usr/lib32 - - - - - 2018-08-08 - 0.2.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 0.2.8 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.2.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-02 - 0.2.7 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libtalloc - https://talloc.samba.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv3+ - library - programming.misc - Hierarchical pool based memory allocator - Bellek yönetim kitaplığı - libtalloc is a library which implements a hierarchical allocator with destructors which is the core memory allocator in samba. - libtalloc, samba hizmetinin temel bellek ayırıcısını oluşturan hiyerarşik havuz tabanlı ayırıcıyı gerçekleyen kitaplıktır. - https://www.samba.org/ftp/talloc/talloc-2.3.4.tar.gz - - docbook-xsl - libxslt-devel - python-devel - python3-devel - libbsd-devel - attr-devel - libtirpc-devel - rpcsvc-proto-devel - - programming/misc/libtalloc/pspec.xml - - - libtalloc - - python - python3 - libbsd - attr - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - libtalloc-devel - Development files for libtalloc - libtalloc için geliştirme dosyaları - - libtalloc - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - /usr/share/man/man3 - - - - libtalloc-32bit - 32-bit shared libraries for libtalloc - libtalloc için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxslt-32bit - attr-32bit - - - attr-32bit - libtalloc - - - /usr/lib32 - - - - - 2022-06-10 - 2.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 2.3.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-20 - 2.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.3.1 - Version Bump - İdris Kalp - idriskalp@gmail.com - - - 2019-04-04 - 2.1.16 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 2.1.14 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-08 - 2.1.13 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-27 - 2.1.10 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 2.1.8 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-07-25 - 2.1.6 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-09 - 2.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-06-28 - 2.1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libtevent - http://tevent.samba.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv3+ - library - programming.misc - Event system based on the talloc memory management library - talloc bellek yönetim kitaplığına dayanan olay sistemi kitaplığı - libtevent is an event system based on the talloc memory management library. It is the core event system used in Samba. Tevent has support for many event types, including timers, signals, and the classic file descriptor events. - libtevent Samba uygulamasının en temel olay sistem kitaplığıdır. Zamanlayıcı, dosya tanımlayıcı gibi çeşitli olay türlerini desteklemektedir. - https://www.samba.org/ftp/tevent/tevent-0.12.1.tar.gz - - python-devel - python3-devel - libbsd-devel - gdb-devel - libtalloc-devel - libxslt - docbook-xsl - libtirpc-devel - rpcsvc-proto-devel - cmocka-devel - - programming/misc/libtevent/pspec.xml - - - libtevent - - libtalloc - libbsd - python - python3 - - - /usr/lib - - - - libtevent-devel - Development files for libtevent - libtevent için geliştirme dosyaları - - libtevent - libtalloc-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-10 - 0.12.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 0.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-19 - 0.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 0.10.2 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-04-04 - 0.9.39 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 0.9.37 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-08 - 0.9.36 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-27 - 0.9.34 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 0.9.31 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 0.9.28 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-09 - 0.9.25 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 0.9.25 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libunique - https://wiki.gnome.org/Attic/LibUnique - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - A library for writing single instance applications - Basit ve örnek uygulamalar yazmak için kitaplığı - Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. - Unique, basit ve örnek uygulamalar yazmak için bir kitaplığıdır. Eğer örnek uygulama iki kere başlatılırsa; ikincisi ya kapanacak, ya da birincisine mesaj gönderecektir. - https://download.gnome.org/sources/libunique/1.1/libunique-1.1.6.tar.bz2 - - dbus-glib-devel - gtk2-devel - gtk-doc - intltool - libxslt-devel - docbook-xsl - python-six - gobject-introspection-devel - - - libunique-1.1.6-upstream_fixes-1.patch - 99_ltmain_as-needed.patch - fix-disable-deprecated.patch - - programming/misc/libunique/pspec.xml - - - libunique - - gtk2 - glib2 - libX11 - dbus-glib - - - /usr/lib - /usr/share - /usr/share/doc - - - - libunique-devel - libunique development files - libunique geliştirme dosyaları - - libunique - gtk2-devel - - - /usr/lib/pkgconfig - /usr/include - - - - libunique-docs - Unique reference documents - libunique belgeleri - data:doc - - libunique - - - /usr/share/gtk-doc - - - - - 2021-05-25 - 1.1.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-30 - 1.1.6 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 1.1.6 - First release - Kamil Atlı - suvarice@gmail.com - - - - - - libwpd - http://libwpd.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - A C++ library designed to help process WordPerfect documents - WordPerfect belgeleri oluşturmak için yardımcı C++ kitaplığı - Library that handles Word Perfect documents. - Libwpd WordPerfect belgeleri oluşturmak için yardımcı C++ kitaplığıdır. - mirrors://sourceforge/libwpd/libwpd-0.10.3.tar.xz - - doxygen - libgsf-devel - boost-devel - librevenge-devel - libtool - grep - pkgconfig - - programming/misc/libwpd/pspec.xml - - - libwpd - - librevenge - libgcc - - - /usr/lib - /usr/share/doc - /usr/bin - - - - libwpd-devel - Development files for libwpd - libwpd için geliştirme dosyaları - - libwpd - librevenge-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libwpd-docs - Documentation for libwpd - - /usr/share/doc/libwpd/html - - - - - 2021-10-21 - 0.10.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-10 - 0.10.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-22 - 0.10.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 0.10.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-16 - 0.10.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-06 - 0.10.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libwpg - http://libwpg.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - A C++ library designed to help process WordPerfect Graphics documents - WordPerfect grafik belgelerini oluşturmak için yardımcı C++ kitaplığı - Libwpg project is a library and to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect and Presentations. - Libwpg WordPerfect grafik belgelerini oluşturmak için yardımcı C++ kitaplığıdır. - https://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.3.3/libwpg-0.3.3.tar.xz - - doxygen - libwpd-devel - libtool - grep - pkgconfig - - programming/misc/libwpg/pspec.xml - - - libwpg - - libwpd - librevenge - libgcc - - - /usr/lib - /usr/share/doc - /usr/bin - - - - libwpg-devel - Development files for libwpg - libwpg için geliştirme dosyaları - - libwpd-devel - librevenge-devel - libwpg - - - /usr/include - /usr/lib/pkgconfig - - - - libwpg-docs - Documentation for libwpg - - /usr/share/doc/libwpg/html - - - - - 2021-10-21 - 0.3.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2021-03-10 - 0.3.3 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-22 - 0.3.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 0.3.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-16 - 0.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-02 - 0.3.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libwps - http://sourceforge.net/projects/libwps - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - programming.misc - Microsoft Works format import library - Microsoft Works biçimi için bir kitaplık - libwps is a Microsoft Works file format import filter based on top of the libwpd (which is already used in three word processors). - libwps, (halihazırda 3 kelime işlemci tarafından kullanılan) libwpd tabanlı bir Microsoft Works dosya biçimi ithal filtresidir. - https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.12/libwps-0.4.12.tar.xz - - boost-devel - libwpd-devel - librevenge-devel - - programming/misc/libwps/pspec.xml - - - libwps - - libgcc - librevenge - - - /usr/lib - /usr/share/doc - /usr/bin - - - - libwps-devel - Development files for libwps - libwps için geliştirme dosyaları - - librevenge-devel - libwps - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 0.4.12 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2021-03-10 - 0.4.12 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2020-02-22 - 0.4.10 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2018-09-16 - 0.4.10 - First release - PisiLinux Community - admins@pisilinux.org - - - 2018-03-22 - 0.4.8 - First release - PisiLinux Community - admins@pisilinux.org - - - 2017-01-01 - 0.4.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libxklavier - http://www.freedesktop.org/Software/LibXklavier - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - programming.misc - High level XKB library - Yüksek seviyeli bir XKB kitaplığı - libxklavier is a library can be used to develop XKB-based applications. - libxklavier, XKB tabanlı uygulamalar geliştirmek için kullanılabilen bir kitaplığıdır. - http://cgit.freedesktop.org/libxklavier/snapshot/libxklavier-5.4.zip - - libxkbfile-devel - libxkbcommon-devel - libXfixes-devel - xkeyboard-config - gobject-introspection-devel - libXi-devel - iso-codes-devel - vala-devel - glib2-devel - libX11-devel - libxml2-devel - gtk-doc - intltool - python-six - - programming/misc/libxklavier/pspec.xml - - - libxklavier - - libxkbfile - libXi - iso-codes - glib2 - libX11 - libxml2 - - - /usr/lib - /usr/share/doc - /usr/share - /usr/share/libxklavier - - - - libxklavier-devel - Development files for libxklavier - libxklavier için geliştirme dosyaları - - glib2-devel - libxml2-devel - libxklavier - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-15 - 5.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-20 - 5.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-05 - 5.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-30 - 5.4 - Rebuild - Kamil Atlı - admin@pisilinux.org - - - 2016-07-02 - 5.4 - First release - PisiLinux Community - admin@pisilinux.org - - - - - - libxmlb - https://github.com/hughsie/libxmlb - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - programming.library - Library for querying compressed XML metadata - A library to help create and query binary XML blobs - Library for querying compressed XML metadata - A library to help create and query binary XML blobs - https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz - - meson - gtk-doc - docbook-xsl - glib2-devel - shared-mime-info - gobject-introspection-devel - - programming/misc/libxmlb/pspec.xml - - - libxmlb - Library for querying compressed XML metadata - - glib2 - - - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/gtk-doc - /usr/lib/libxmlb.* - /usr/lib/xb-tool - /usr/share/girepository-1.0 - /usr/lib/girepository-1.0 - - - - libxmlb-devel - Development files for libxmlb - libxmlb için geliştirme dosyaları - libxmlb-devel, libxmlb için geliştirme dosyalarını içerir. - - glib2-devel - libxmlb - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-09-02 - 0.2.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-01 - 0.1.14 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libxmlpp - http://libxmlplusplus.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - C++ wrapper for the libxml2 XML parser library - libxml++ is a C++ wrapper for the libxml XML parser library. - http://ftp.acc.umu.se/pub/GNOME/sources/libxml++/3.2/libxml++-3.2.0.tar.xz - - glibmm-devel - libsigc++-devel - libxml2-devel - - programming/misc/libxmlpp/pspec.xml - - - libxmlpp - - libgcc - libxml2 - glibmm - - - /usr/lib - /usr/share/doc - - - - libxmlpp-devel - Development files for libxmlpp - libxmlpp için geliştirme dosyaları - - libxmlpp - glibmm-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/libxml++-2.6 - - - - libxmlpp-docs - Development documents for libxmlpp in HTML - libxmlpp için HTML formatında geliştirme belgeleri - - /usr/share/doc/libxmlpp/html - /usr/share/devhelp - - - - - 2020-01-12 - 3.2.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-16 - 3.0.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 2.40.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.38.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-05-21 - 2.38.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libyaml - http://pyyaml.org/wiki/LibYAML - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - YAML 1.1 parser and emitter written in C - C ile yazılmış YAML 1.1 ayrıştırıcısı - libyaml is a YAML 1.1 parser and emitter written in C. - libyaml C ile yazılmış bir YAML 1.1 ayrıştırıcısıdır. - http://pyyaml.org/download/libyaml/yaml-0.2.2.tar.gz - programming/misc/libyaml/pspec.xml - - - libyaml - YAML 1.1 parser and emitter written in C - - /usr/lib - /usr/share/doc - - - - libyaml-devel - Development headers for libyaml - libyaml için başlık dosyaları - libyaml-devel provides development headers for libyaml. - libyaml-devel, libyaml için başlık dosyalarını içerir. - - libyaml - - - /usr/include - /usr/lib/pkgconfig - - - - libyaml-docs - Documentation files for libyaml - libyaml için belgelendirme dosyaları - libyaml-docs, libyaml için belgelendirme dosyalarını içerir. - - libyaml - - - /usr/share/doc/libyaml/html/ - - - - - 2020-11-07 - 0.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 0.2.2 - Rebuilt for the new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2019-10-03 - 0.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.1.7 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-09-20 - 0.1.7 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 0.1.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-22 - 0.1.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - mm-common - https://www.gtkmm.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - programming.misc - Common build files of the C++ bindings - Common build files of the C++ bindings - Common build files of the C++ bindings - Common build files of the C++ bindings - https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.4.tar.xz - - meson - doxygen - libxslt-devel - - programming/misc/mm-common/pspec.xml - - - mm-common - - doxygen - libxslt - - - /usr/bin - /usr/share - /usr/share/aclocal - /usr/share/man - /usr/share/doc - /usr/share/pkgconfig - - - - - 2022-02-13 - 1.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-26 - 1.0.3 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - npth - http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.misc - New portable threads library - Yeni GNU Taşınabilir iş parçacıkları kitaplığı - Un librairie de threads portable pour les plateformes Unix. Elle permet la synchronisation non-préemptive pour l'exécution de threads ("multithreading") au sein d'applications serveur. - is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. - Pth Unix platformları için derlenmiş taşınabilir kitaplığıdır. Bir çok iç sunucu uygulamalarının yerine getirilmesi işlerinin öncelikli olmayan planlamasını yapar. - ftp://ftp.gnupg.org/gcrypt/npth/npth-1.6.tar.bz2 - programming/misc/npth/pspec.xml - - - npth - - /usr/lib - /usr/share/doc - - - - npth-devel - Development files for pth - npth için geliştirme dosyaları - - npth - - - /usr/bin/npth-config - /usr/include - /usr/share/aclocal - /usr/share/man - - - - - 2020-01-19 - 1.6 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 1.5 - Rebuild. - Mustafa Cianasal - muscnsl@gmail.com - - - 2018-02-21 - 1.5 - Version Bump - Mustafa Cianasal - muscnsl@gmail.com - - - 2017-03-05 - 1.3 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-12 - 1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - oniguruma - https://github.com/kkos/oniguruma/ - - İdris Kalp - idriskalp@gmail.com - - BSD - library - programming.misc - A regular expressions library - Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. - https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz - - gettext-devel - - programming/misc/oniguruma/pspec.xml - - - oniguruma - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/ - /usr/share/man/man1 - - - - oniguruma-devel - Development files for oniguruma - - oniguruma - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-09 - 6.9.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-08 - 6.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-22 - 6.9.4 - First release. - İdris Kalp - idriskalp@gmail.com - - - - - - openmp - https://openmp.llvm.org/ - - Idris Kalp - idriskalp@gmail.com - - MIT - library - programming.misc - LLVM OpenMP runtime library - LLVM OpenMP çalışma zamanı kitaplığı - openmp provides runtime for OpenMP by LLVM - openmp, LLVM tarafından OpenMP çalışma zamanı kitaplıklarını içerir - https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/openmp-11.0.0.src.tar.xz - - cmake - libffi-devel - elfutils-devel - - programming/misc/openmp/pspec.xml - - - openmp - - llvm-libs - libcxx - - - /usr/lib - /usr/share/doc - - - - openmp-32bit - openmp 32-bit libraries - openmp 32-bit kitaplıkları - emul32 - emul32 - - libffi-32bit - elfutils-32bit - - - openmp - libcxx-32bit - - - /usr/lib32 - - - - openmp-devel - Development files for openmp - openmp için geliştirme dosyaları - - openmp - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2020-11-14 - 11.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-28 - 10.0.0 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - physfs - http://icculus.org/physfs/ - - PisiLinux Community - admins@pisilinux.org - - ZLIB - library - programming.misc - Filesystem library - Dosya sistemi kitaplığı - Warstwa abstrakcji plików dla gier - Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux. - Abstraction layer for filesystems. - physfs dosya sistemi katmanı kitaplığıdır. - Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos - PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów. - http://icculus.org/physfs/downloads/physfs-3.0.1.tar.bz2 - - cmake - zlib - - programming/misc/physfs/pspec.xml - - - physfs - - /usr/lib - /usr/share/doc - - - - physfs-devel - Development files for physfs - physfs için geliştirme dosyaları - - physfs - - - /usr/include - - - - - 2018-09-09 - 3.0.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-08 - 2.0.3 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 2.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-11 - 2.0.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - qd - https://www.davidhbailey.com/dhbsoftware/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - app:console - programming.misc - C++/Fortran-90 double-double and quad-double library. - C++/Fortran-90 double-double ve quad-double için C kitaplığı. - A double-double and quad-double package for Fortran and C++. - qd, C++/Fortran-90 double-double ve quad-double için C kitaplığı sunar. - https://www.davidhbailey.com/dhbsoftware/qd-2.3.22.tar.gz - programming/misc/qd/pspec.xml - - - qd - C++/Fortran-90 double-double and quad-double library. - - /usr/share - /usr/lib - /usr/bin - /usr/share/doc/qd - - - - qd-devel - Development files for qd - qd için geliştirme dosyaları - qd-devel, qd için geliştirme dosyalarını içerir. - - qd - - - /usr/include - - - - - 2020-05-20 - 2.3.22 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - qml-box2d - https://github.com/qml-box2d/qml-box2d - - Berk Çakar - berk2238@hotmail.com - - BSD - programming.misc - Box2D QML plugin - Box2D QML plugin - https://github.com/qml-box2d/qml-box2d/archive/1b37be7d9dfb44ec6d520595a4e4f45f63717822.zip - - qt5-declarative-devel - - programming/misc/qml-box2d/pspec.xml - - - qml-box2d - Box2D QML plugin - - qt5-declarative - qt5-base - libgcc - - - /usr/lib - - - - - 2021-04-24 - 20160102 - First release - Berk Çakar - berk2238@hotmail.com - - - - - - qrencode - http://fukuchi.org/works/qrencode/index.en.html - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2.1 - library - programming.misc - A C library for encoding data in a QR code symbol - QR kod sembolüne veri gömmek için bir kitaplık - qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. - qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır. - http://fukuchi.org/works/qrencode/qrencode-4.0.2.tar.gz - - libsdl-devel - m4 - gettext-devel - libpng-devel - - programming/misc/qrencode/pspec.xml - - - qrencode - - libpng - - - /usr/lib - /usr/bin/qrencode - /usr/share/man/man1 - /usr/share/doc - - - - qrencode-devel - Development files for qrencode - qrencode için geliştirme dosyaları - - qrencode - - - /usr/include - /usr/lib/pkgconfig - - - - - 2018-09-02 - 4.0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-01 - 3.4.4 - Rebuild for new Toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-22 - 3.4.4 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-22 - 3.4.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - ragel - http://www.complang.org/ragel/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - programming.misc - Ragel compiles executable finite state machines from regular languages. - Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. - http://www.colm.net/files/ragel/ragel-6.10.tar.gz - programming/misc/ragel/pspec.xml - - - ragel - - libgcc - - - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/vim/ - - - - - 2018-09-09 - 6.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-30 - 6.10 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 6.9 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-19 - 6.9 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - raptor2 - http://librdf.org/raptor - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - programming.misc - The RDF Parser Toolkit - RDF ayrıştırıcı araç kiti - Raptor est une boîte à outils d'analyse RDF pour Redland fournissant un ensemble d'analyseurs et de sérialiseurs (serializers) pour Resource Description Framework (RDF - Cadre de Développement pour description de ressource). - Raptor2 is the RDF Parser Toolkit for Redland that provides a set of Resource Description Framework (RDF) parsers and serializers. - librdf, RDF ayrıştırıcılar ve yorumlayıcılar için gerekli kitaplığı ve araçları içerir. - http://download.librdf.org/source/raptor2-2.0.15.tar.gz - - gtk-doc - python-six - curl-devel - icu4c-devel - glib2-devel - libxslt-devel - - programming/misc/raptor2/pspec.xml - - - raptor2 - library - - curl - icu4c - libxml2 - libxslt - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/man/man1 - - - - raptor2-devel - Development headers for raptor2 - Raptor için başlık dosyaları - raptor2-devel raptor2 için başlık dosyalarını içerir. - library - - raptor2 - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/bin/raptor-config - /usr/share/man/man1/raptor-config.1 - - - - raptor2-docs - Documentation files for raptor - Raptor için belgelendirme dosyaları - raptor2-docs raptor2 için belgelendirme dosyalarını içerir. - data:doc - - raptor2 - - - /usr/share/doc/raptor2/html - - - - - 2020-02-26 - 2.0.15 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-16 - 2.0.15 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 2.0.15 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - rasqal - http://librdf.org/rasqal - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2 - Apache-2.0 - app:console - library - programming.misc - Library that handles Resource Description Framework (RDF) - RDF (Resource Description Framework) işleme kitaplığı - Rasqal is a C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL. - Rasqal RDF (Resource Description Framework) sözdizimindeki sorguları işleyebilen bir C kitaplığıdır. SPARQL ve RDQL biçimlerini destekler. - http://download.librdf.org/source/rasqal-0.9.33.tar.gz - - raptor2-devel - libpcre-devel - libxml2-devel - mpfr-devel - - programming/misc/rasqal/pspec.xml - - - rasqal - - raptor2 - libpcre - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - rasqal-devel - Development files for rasqal - rasqal için geliştirme dosyaları - library - - rasqal - raptor2-devel - - - /usr/bin/rasqal-config - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/share/man/man1/rasqal-config* - - - - rasqal-docs - Development documents for rasqal in HTML format - rasqal için HTML formatında geliştirme belgeleri - data:doc - - /usr/share/doc/rasqal/html - - - - - 2020-02-26 - 0.9.33 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-02 - 0.9.33 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-03 - 0.9.33 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - redland - http://librdf.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - Apache-2.0 - library - programming.misc - High-level interface for the Resource Description Framework - RDF (Resource Description Framework) için üst seviye katman kitaplıkları - Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF). - Redland, RDF (Resource Description Framework) desteği sağlayan C kitaplıklarından oluşur. - http://download.librdf.org/source/redland-1.0.17.tar.gz - - rasqal-devel - unixODBC-devel - - programming/misc/redland/pspec.xml - - - redland - - rasqal - raptor2 - unixODBC - libtool-ltdl - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/gtk-doc/html/redland/ - /usr/share/man - /usr/share/redland - - - - redland-devel - Development files for redland - redland için geliştirme dosyaları - - redland - raptor2-devel - rasqal-devel - - - /usr/include - /usr/bin/redland-config - /usr/lib/pkgconfig - /usr/share/man/man1/redland-config* - - - - - 2020-02-26 - 1.0.17 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-02 - 1.0.17 - First Relase - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-03-04 - 1.0.17 - First Relase - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - rnnoise - https://gitlab.xiph.org/xiph/rnnoise - - Pisi Linux Admins - admin@pisilinux.org - - custom - library - programming.misc - Recurrent neural network for audio noise reduction - Recurrent neural network for audio noise reduction - Ses gürültüsünü azaltmak için tekrarlayan sinir ağı - Ses gürültüsünü azaltmak için tekrarlayan sinir ağı - https://gitlab.xiph.org/xiph/rnnoise/-/archive/7f449bf8bd3b933891d12c30112268c4090e4d59/rnnoise-7f449bf8bd3b933891d12c30112268c4090e4d59.tar.gz - programming/misc/rnnoise/pspec.xml - - - rnnoise - - /usr/lib - /usr/share - /usr/share/doc - - - - rnnoise-devel - Development files for rnnoise - - rnnoise - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-09-23 - 0.4.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - setconf - http://setconf.roboticoverlords.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - console - programming.misc - Utility to easily change settings in configuration files - setconf, Utility to easily change settings in configuration files - http://setconf.roboticoverlords.org/setconf-0.7.5.tar.xz - programming/misc/setconf/pspec.xml - - - setconf - - /usr/share/man - /usr/share/doc - /usr/bin - - - - - 2020-01-15 - 0.7.5 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-09-08 - 0.7.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-06 - 0.7.5 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2014-07-04 - 0.6.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - source-highlight - https://www.gnu.org/software/src-highlite/ - - Blue DeviL - bluedevil@sctzine.com - - GPL - app::console - programming.misc - Source code to syntax highlighted document converter. - Kaynak koddan sözdizim renklendirmesi olan belgeye çeviriciç - source-highlight, given a source file, produces a document with syntax highlighting. It also provides a C++ highlight library. - source-highlight, verilen kaynak kodu sözdizim kurallarına göre renklendirip belgeye çeviren yazılımdır. - https://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.9.tar.gz - - ctags - boost-devel - - programming/misc/source-highlight/pspec.xml - - - source-highlight - Source code to syntax highlighted document converter. - app::console - - boost - - - /usr/share/man - /usr/bin - /usr/share/info - /usr/share/source-highlight - /usr/lib/libsource-highlight* - /usr/share/bash-completion/completions/source-highlight - - - - source-highlight-devel - Development headers for source-highlight - source-highlight için geliştirme dosyaları - source-highlight-devel provides development headers for source-highlight. - source-highlight-devel, source-highlight için geliştirme dosyalarını içerir. - library - - source-highlight - - - /usr/include - /usr/lib/pkgconfig - - - - source-highlight-docs - Documentation files for source-highlight - source-highlight için belgelendirme dosyaları - source-highlight-docs provides documentation files for source-highlight. - source-highlight-docs, source-highlight için belgelendirme dosyalarını içerir. - data:doc - - source-highlight - - - /usr/share/doc/source-highlight - - - - - 2021-10-21 - 3.1.9 - Rebuild boost. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-10 - 3.1.9 - Rebuild boost. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 3.1.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-07 - 3.1.9 - First pisi release - Blue DeviL - bluedevil@sctzine.com - - - - - - tinyxml - http://www.grinninglizard.com/tinyxml - - PisiLinux Community - admins@pisilinux.org - - ZLIB - library - programming.misc - A simple, small, C++ XML parser - Basit ve hafif bir XML ayrıştırıcı - TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. - TinyXML, C++ için basit ve hafif bir XML ayrıştırıcıdır. Diğer programlara kolayca entegre edilebilir. - mirrors://sourceforge/tinyxml/tinyxml/2.6.2/tinyxml_2_6_2.zip - - setconf - - - enforce-use-stl.patch - entity.patch - - programming/misc/tinyxml/pspec.xml - - - tinyxml - - libgcc - - - /usr/lib - /usr/share/doc - /usr/share/doc/tinyxml/html - - - - tinyxml-devel - Development files for tinyxml - tinyxml için geliştirme başlıkları - - tinyxml - - - /usr/include - /usr/lib/pkgconfig - - - tinyxml.pc - - - - - 2020-01-15 - 2.6.2 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2018-09-09 - 2.6.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-06 - 2.6.2 - Rebuild for Pisi Linux 2.0 - Stefan Gronewold - groni@pisilinux.org - - - 2014-07-04 - 2.6.2 - version bump - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 2.6.1 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2011-01-19 - 2.6.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - tinyxml2 - http://www.grinninglizard.com/tinyxml2/ - - Pisi Linux Admins - admins@pisilinux.org - - zlib - library - programming.misc - Simple XML parser made for easy integration - Simple XML parser made for easy integration - Simple XML parser made for easy integration - Simple XML parser made for easy integration - https://github.com/leethomason/tinyxml2/archive/7.1.0.tar.gz - - cmake - - programming/misc/tinyxml2/pspec.xml - - - tinyxml2 - - libgcc - - - /usr/lib - /usr/share/doc - - - - tinyxml2-devel - Development files for tinyxml2 - - tinyxml2 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2020-01-15 - 7.1.0 - Version bump - Pisi Linux Admins - admins@pisilinux.org - - - 2018-08-13 - 6.2.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - 2017-10-18 - 5.0.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - unixODBC - http://www.unixodbc.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - app:console - programming.misc - ODBC Interface for Linux - The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms. - ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz - - libtool-ltdl - - programming/misc/unixODBC/pspec.xml - - - unixODBC - - libtool-ltdl - - - /etc - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc/unixODBC/AUTHORS - /usr/share/doc/unixODBC/README - - - - unixODBC-devel - Development files for unixODBC - unixODBC için geliştirme dosyaları. - - unixODBC - - - /usr/bin/odbc_config - /usr/include - - - - unixODBC-docs - Documentation for unixODBC - unixODBC için belgelendirme dosyaları. - data:doc - - /usr/share/doc/unixODBC - - - - - 2020-01-12 - 2.3.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 2.3.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-15 - 2.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-27 - 2.3.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - vigra - http://ukoethe.github.io/vigra - - PisiLinux Community - admins@pisilinux.org - - MIT - library - programming.misc - Generic programming library for computer vision - Bilgisayarlı görü (computer vision) için genel programlama kitaplığı - vigra stands for "Vision with Generic Algorithms". It's a novel computer vision library that puts its main emphasis on customizable algorithms and data structures. - vigra, "Genel Algoritmalarla Görü (Vision with Generic Algorithms)" anlamına gelir. Özelleştirilebilir algoritma ve veri yapılarını vurgulayan yeni bir bilgisayarlı görü kitaplığıdır. - https://github.com/ukoethe/vigra/archive/Version-1-11-1.tar.gz - - cmake - doxygen - tiff-devel - hdf5-devel - fftw3-devel - boost-devel - python-nose - python-sphinx - libpng-devel - python-numpy - python-devel - openexr-devel - libjpeg-turbo-devel - docutils - mesa-glu-devel - python-Pygments - python-Jinja2 - blas-devel - lapack-devel - - - disable-doc.patch - fix-incorrect-template-parameter-type.patch - vigra-openexr3.patch - - programming/misc/vigra/pspec.xml - - - vigra - - hdf5 - tiff - boost - fftw3 - libgcc - libpng - python - openexr-libs - libjpeg-turbo - - - /usr/lib - /usr/share/doc - /usr/bin - - - - vigra-devel - Development files for vigra - vigra için geliştirme dosyaları - - vigra - - - /usr/include - /usr/lib/vigra/*.cmake - - - - - 2021-11-27 - 1.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-20 - 1.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 1.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.11.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 1.11.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-01 - 1.11.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 1.11.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-14 - 1.11.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-17 - 1.11.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 1.10.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-02-03 - 1.10.0 - First release - Yusuf Aydemir - yusuf.aydemir@gmail.com - - - - - - xapian-core - http://www.oligarchy.co.uk/xapian - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - programming.misc - Probabilistic Information Retrieval library - İstatistiksel Bilgi Çıkarma kitaplığı - Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. - Xapian, Açık Kaynak Kodlu bir İstatistiksel Bilgi Çıkarma kitaplığıdır. Geliştiricilerin uygulamalara kolaylıkla gelişmiş kataloglama ve arama becerileri eklemelerini sağlayan hayli uyumlu bir araç takımına sahiptir. - https://oligarchy.co.uk/xapian/1.4.20/xapian-core-1.4.20.tar.xz - - libutil-linux-devel - zlib-devel - - programming/misc/xapian-core/pspec.xml - - - xapian-core - Probabilistic Information Retrieval library - + eudev + parted + libyaml + libkmod + volume_key + libbytesize + libcryptsetup libutil-linux - libgcc - zlib + device-mapper /usr/bin - /usr/share/doc - /usr/share/man + /etc /usr/lib /usr/share - - - - xapian-core-devel - Development headers for xapian-core - xapian-core için geliştirme başlıkları - xapian-core-devel provides development headers for xapian-core. - xapian-core-devel, xapian-core için geliştirme başlıklarını içerir. - library - - xapian-core - - - /usr/bin/xapian-config* - /usr/lib/cmake/xapian - /usr/lib/pkgconfig - /usr/share/aclocal - /usr/include - - - - xapian-core-docs - Documentation files for xapian-core - xapian-core için belgelendirme dosyaları - xapian-core-docs provides documentation files for xapian-core. - xapian-core-docs, xapian-core için belgelendirme dosyalarını içerir. - data:doc - - xapian-core - - - /usr/share/doc/xapian-core/apidoc.pdf - /usr/share/doc/xapian-core/apidoc/ - /usr/share/doc/xapian-core/*html - - - - - 2022-07-06 - 1.4.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-22 - 1.4.18 - Version bump. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2020-03-11 - 1.4.15 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2019-12-08 - 1.4.14 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-09 - 1.4.7 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-20 - 1.4.3 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-03-03 - 1.12.18 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 1.12.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - critical - 2014-09-02 - 1.12.18 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xerces-c - http://xml.apache.org/xerces-c - - PisiLinux Community - admins@pisilinux.org - - Apache-2.0 - library - programming.misc - Xerces-C++ is a validating XML parser written in a portable subset of C++ - C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcı - Xerces-C++ est un analyseur XML validant écrit dans un sous-ensemble portable du C++. - Xerces-C++ is a validating XML parser written in a portable subset of C++. - Xerces-C++, C++ dilinin taşınabilir bir altkümesi ile yazılmış, XML sentaks doğrulaması yapabilen bir ayrıştırıcıdır. - Xerces-C++ es un analizador XML con validación, escrito con un subconjunto portable de C++ - http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.3.tar.gz - - icu4c-devel - curl-devel - libgcc - - programming/misc/xerces-c/pspec.xml - - - xerces-c - - icu4c - curl - libgcc - - - /usr/bin - /usr/lib - - - - xerces-c-devel - Development files for xerces-c - xerces-c için geliştirme dosyaları - - xerces-c - - - /usr/include - /usr/lib/pkgconfig - - - - xerces-c-docs - Document files for xerces-c - xerces-c için yardım dosyaları ve API belgeleri - - xerces-c - - - /usr/share/doc - - - - - 2021-03-12 - 3.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 3.2.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 3.2.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-31 - 3.2.0 - Version bump for icu4c - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-17 - 3.1.2 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 3.1.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-26 - 3.1.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xsd - http://www.codesynthesis.com/products/xsd - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.misc - An open-source, cross-platform W3C XML Schema to C++ data binding compiler - Kompilator schematów W3C XML do wiązań danych C++ - CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML. - CodeSynthesis XSD to mający otwarte źródła wieloplatformowy kompilator schematów W3C XML do wiązań danych C++. Na podstawie specyfikacji instancji XML (schematu XML) generuje klasy C++ reprezentujące podany słownik, a także kod analizujący i serializujący. Następnie można odwoływać się do danych zapisanych w XML-u przy użyciu typów i funkcji semantycznie odpowiadających działaniu aplikacji, bez zajmowania się skomplikowaniem odczytu i zapisu XML-a. - https://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/xsd-4.1.0.a11+dep.tar.bz2 - - xerces-c-devel - boost-devel - ghostscript-devel - - programming/misc/xsd/pspec.xml - - - xsd - - xerces-c - boost - - - /usr/bin - /usr/share/man - - - - xsd-devel - Development files for xsd - xsd için geliştirme dosyaları - Pliki nagłówkowe xsd - - xsd - - - /usr/include - /usr/lib/pkgconfig - - - - xsd-docs - Document files for xsd - - xsd - - - /usr/share/doc - - - - - 2021-03-12 - 4.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 4.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 4.0.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-14 - 4.0.0 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-17 - 4.0.0 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 4.0.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-24 - 4.0.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - yajl - http://lloyd.github.com/yajl - - PisiLinux Community - admins@pisilinux.org - - BSD - library - app:console - programming.misc - Yet Another JSON Library (YAJL) - JSON kitaplığı - yajl is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. - yajl, ANSI C ile yazılmış olay-tabanlı (SAX tarzı) ufak bir JSON ayıklayıcıdır. - http://github.com/lloyd/yajl/tarball/2.1.0/lloyd-yajl-2.1.0.tar.gz - - cmake - - programming/misc/yajl/pspec.xml - - - yajl - - /usr/bin - /usr/lib - /usr/share/doc - - - - yajl-devel - Development headers for yajl - yajl kitaplığı için geliştirme başlıkları - - yajl - - - /usr/include - /usr/share/pkgconfig - - - - - 2020-03-13 - 2.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 2.1.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-21 - 2.1.0 - Release Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 2.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-31 - 2.1.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - php - http://www.php.net - - Fatih Turgel - turgelfatih@gmail.com - - PHP - library - programming.language.php - PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly - Dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dili - PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. - PHP7, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir. - PHP7 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico. - https://www.php.net/distributions/php-7.4.25.tar.xz - - gd-devel - re2c - libzip-devel - harfbuzz-devel - apr-devel - apr-util-devel - apache - postfix - libxslt-devel - db-devel - mariadb-lib - libmcrypt-devel - mit-kerberos-devel - libc-client - postgresql-server - libjpeg-turbo-devel - zlib-devel - curl-devel - gdbm-devel - libpng-devel - freetype-devel - openssl-devel - sqlite-devel - oniguruma-devel - - - db6.patch - debian/052-phpinfo_no_configure.patch - - programming/php/php/pspec.xml - - - php-cli - - php-common - gd - curl - zlib - bzip2 - libpng - libxslt - libxml2 - freetype - mariadb-lib - libmcrypt - mit-kerberos - postgresql-lib - openldap-client - libjpeg-turbo - oniguruma - sqlite - openssl - - - /etc/php/cli - /usr/bin - /usr/share/man - - - go-pear - - - - php-common - Common config files for PHP - PHP için genel yapılandırma dosyaları - - db - gd - pam - gdbm - mit-kerberos - - - /usr/lib/php/modules - /usr/share/php7 - /etc/php/ext - - - - php-devel - Development files for PHP - - php-common - - - /usr/bin/php-config - /usr/bin/phpize - /usr/include - /usr/lib/php/build - /usr/share/man/man1/php-config* - /usr/share/man/man1/phpize* - - - - php-pear - Development files for PHP - - php-common - - - /etc/pear.conf - /usr/bin/pear - /usr/bin/go-pear - /usr/lib/php/PEAR/ - /usr/lib/php/Structures - /usr/lib/php/.lock - /usr/lib/php/peclcmd.php - /usr/lib/php/pearcmd.php - /usr/lib/php/System.php - /usr/lib/php/PEAR.php - /usr/lib/php/.filemap - /usr/lib/php/.registry/ - /usr/lib/php/Console/Getopt.php - /usr/lib/php/XML/Util.php - /usr/lib/php/Archive/Tar.php - /usr/lib/php/test/XML_Util - /usr/lib/php/test/Structures_Graph - /usr/lib/php/test/Console_Getopt - /usr/lib/php/.channels - /usr/lib/php/doc/ - /usr/lib/php/data/PEAR/ - /usr/lib/php/OS/Guess.php - - - - mod_php - server.web - - xz - pam - curl - zlib - bzip2 - libnsl - libpng - apache - libxml2 - freetype - libtool-ltdl - mariadb-lib - postgresql-lib - gd - libxslt - mit-kerberos - openldap-client - cyrus-sasl - harfbuzz - php-common - libmcrypt - libjpeg-turbo - sqlite - openssl - e2fsprogs - oniguruma - - - /usr/lib/apache2/modules/libphp7.so - /etc/apache2 - /etc/php/apache2 - - - 70_mod_php7.conf - - - - php-zip - Zip extension for PHP - - php-common - pam - libzip - mit-kerberos - - - /usr/lib/php/modules/zip.so - /etc/php/cli/ext/10-php-zip.ini - /etc/php/ext/10-php-zip.ini - - - 10-php-zip.ini - - - - php-imap - Module for PHP to enable IMAP support - - pam - openssl - e2fsprogs - php-common - libc-client - mit-kerberos - - - /usr/lib/php/modules/imap.so - /etc/php/ext/11-php-imap.ini - /etc/php/cli/ext/11-php-imap.ini - /etc/php/apache2/ext/11-php-imap.ini - - - 11-php-imap.ini - - - - php-fpm - FPM for PHP - - libxslt - libmcrypt - php-common - libjpeg-turbo - postgresql-lib - openldap-client - curl - zlib - bzip2 - sqlite - libxml2 - openssl - oniguruma - - - /usr/sbin/php-fpm - /usr/share/man/man8/php-fpm.8 - /etc/php/ext/php-fpm.conf - /etc/php-fpm.d/www.conf.default - /usr/share/fpm - /run - /var/log - - - System.Service - - - php-fpm.conf - - - - - 2021-10-31 - 7.4.25 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-06 - 7.4.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-22 - 7.4.3 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2019-10-11 - 7.3.10 - Version bump and OpenSSL fix - İdris Kalp - idriskalp@gmail.com - - - 2019-08-01 - 7.3.8 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-11-26 - 7.2.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 7.2.9 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-17 - 7.2.6 - Version Bump - Erkan IŞIK - info@erkanisik.com - - - 2017-12-24 - 7.2.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-06 - 5.6.30 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 5.6.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-20 - 5.6.20 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - valgrind - http://www.valgrind.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - programming.profiler - Memory access debugger for X86 and PPC Linux platforms - X86 ve PPC Linux platformları için bellek erişimi hata ayıklayıcı - Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. - Valgrind, bu konuda ödül kazanmış Linux için çizge ve hata ayıklama araçları takımıdır. Valgrind ile gelen araçlar yardımıyla, birçok hafıza yönetimi ve iş parçacığı hatalarını otomatik olarak yakalayabilir, boşa geçen hata ayıklama saatlerinizi kazanabilir, programlarınızı daha kararlı bir hale getirebilirsiniz. Ayrıca programlarınızı daha hızlı çalışır yapmak ve kullandıkları hafızayı azaltmak için iş parçacıklarını detaylı olarak inceleyebilirsiniz. - ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2 - - glibc-devel - boost-devel - gdb-devel - docbook-xsl - - - valgrind-3.7.0-respect-flags.patch - - programming/profiler/valgrind/pspec.xml - - - valgrind - - glibc - perl - - - /usr/bin - /usr/libexec - /usr/lib - /usr/share/doc/valgrind - /usr/share/man - - - - valgrind-devel - Development files for valgrind - - valgrind - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-22 - 3.18.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 3.18.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-15 - 3.16.1 - Rebu'ld - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-21 - 3.16.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 3.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 3.13.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 3.13.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-31 - 3.13.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 3.12.0 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 3.11.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-29 - 3.11.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - git - https://git-scm.com/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - programming.scm - Fast Version Control System - Hızlı Sürüm Denetim Sistemi - Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. - Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir. - GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos. - git - https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.37.1.tar.xz - - libpcre2-devel - openssl-devel - libpcre-devel - libxslt-devel - expat-devel - tcltk-devel - curl-devel - perl-Error - util-linux - zlib-devel - asciidoc - xmlto - perl - - programming/scm/git/pspec.xml - - - git - Fast Version Control System - app:console - - perl-Git - perl-String-ShellQuote - perl-Net-SMTP-SSL - perl-Authen-SASL - perl-libwww - libpcre - libpcre2 - openssh - openssl - rsync - expat - zlib - curl - - - /usr/bin - /usr/libexec/git-core - /etc/bash_completion.d - /usr/share/pixmaps - /usr/share/git-core - /usr/share/locale - /usr/share/man/man1/git.1* - /usr/share/man/man1/git-a* - /usr/share/man/man1/git-b* - /usr/share/man/man1/git-ca* - /usr/share/man/man1/git-ch* - /usr/share/man/man1/git-cl* - /usr/share/man/man1/git-co* - /usr/share/man/man1/git-credential-c* - /usr/share/man/man1/git-credential-s* - /usr/share/man/man1/git-credential.* - /usr/share/man/man1/git-cv* - /usr/share/man/man1/git-di* - /usr/share/man/man1/git-de* - /usr/share/man/man1/git-f* - /usr/share/man/man1/git-gc* - /usr/share/man/man1/git-ge* - /usr/share/man/man1/git-gr* - /usr/share/man/man1/git-h* - /usr/share/man/man1/git-i* - /usr/share/man/man1/git-l* - /usr/share/man/man1/git-m* - /usr/share/man/man1/git-n* - /usr/share/man/man1/git-p* - /usr/share/man/man1/git-q* - /usr/share/man/man1/git-r* - /usr/share/man/man1/git-s* - /usr/share/man/man1/git-t* - /usr/share/man/man1/git-u* - /usr/share/man/man1/git-v* - /usr/share/man/man1/git-w* - /usr/share/man/man5/ - /usr/share/man/man7/ - /usr/share/doc - - - - git-daemon - GIT protocol daemon - GIT protokolü hizmeti - git-daemon, GIT protokolü hizmeti sunar. - service - - zlib - libpcre - git - - - /etc/conf.d/git-daemon - /usr/libexec/git-core/git-daemon - /usr/share/man/man1/git-daemon*.1* - /pub/scm - - - System.Service - - - git-daemon.confd - - - - perl-Git - Perl interface to GIT - GIT için perl arayüzü - perl-Git, GIT için perl arayüzü sunar. - library - programming.language.perl - - perl-Error - perl - - - /usr/lib/perl5 - /usr/share/perl5 - /usr/share/man/man3/Git.3pm - - - - gitk - Git revision tree visualiser - Git sürüm ağacı görüntüleyici - gitk, Git sürüm ağacı görüntüleyicisi sunar. - app:gui - - git - tcltk - - - /usr/bin/gitk - /usr/share/gitk - /usr/share/man/man1/*gitk*.1* - - - - git-gui - Git GUI tool - GIT için basit bir grafik arayüz - git-gui, GIT için basit bir grafik arayüz sunar. - app:gui - - git - gitk - tcltk - - - /usr/libexec/git-core/git-gui* - /usr/libexec/git-core/git-citool - /usr/share/git-gui - /usr/share/man/man1/git-gui.1* - /usr/share/man/man1/git-citool.1* - /usr/share/applications/git-gui.desktop - - - git-gui.desktop - - - - gitweb - Simple web interface to GIT repositories - GIT için Web arayüzü - interfaz web para GIT - gitweb, GIT için Web arayüzü sunar. - app:web - server.web - - git - - - /var/www/localhost - /etc/conf.d/gitweb - /etc/apache2/conf.d - /usr/share/man/man1/gitweb.1* - - - gitweb.confd - git.conf.httpd - - - - - 2022-08-05 - 2.37.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-28 - 2.37.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 2.36.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 2.33.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-13 - 2.33.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 2.32.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-20 - 2.25.0 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-18 - 2.23.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.16.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-20 - 2.16.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 2.12.0 - Version bump. - Alihan Öztürk - alihan@pisilnux.org - - - 2016-11-12 - 2.10.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-06-09 - 2.7.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-26 - 2.7.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - github-cli - https://github.com/cli/cli - - Blue Devil - bluedevil@sctzine.com - - MIT - app:console - programming.scm - The GitHub CLI - Github komut satırı arayüzü. - gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. - gh, resmi Github komut satırı arayüzüdür. - https://github.com/cli/cli/archive/v0.5.7.tar.gz - - golang - - programming/scm/github-cli/pspec.xml - - - github-cli - The GitHub CLI - - /usr/bin/gh - /usr/share/doc - - - - - 2020-02-24 - 0.5.7 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - libgit2 - https://libgit2.github.com - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - programming.scm - git c dili kütüphanesi - A linkable library for Git - git için c kütüphanesi - A plain C library to interface with the git version control system - libgit2 - https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz - - zlib-devel - libpcre-devel - openssl-devel - http-parser - libssh2-devel - python3-devel - cmake - - programming/scm/libgit2/pspec.xml - - - libgit2 - - zlib - openssl - libpcre - libssh2 - http-parser - - - /usr/lib - - - - libgit2-devel - - libgit2 - zlib-devel - openssl-devel - libpcre-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2021-07-17 - 1.1.0 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-06-15 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 1.0.1 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2020-09-21 - 1.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 0.28.4 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-04-22 - 0.28.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-02-20 - 0.27.4 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-20 - 0.26.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 0.25.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.23.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-01 - 0.23.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libgit2-glib - https://gitlab.gnome.org/GNOME/libgit2-glib - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - programming.misc - libgit2-glib is a glib wrapper library around the libgit2 git access library. - libgit2-glib is a glib wrapper library around the libgit2 git access library. - https://download.gnome.org/sources/libgit2-glib/1.0/libgit2-glib-1.0.0.1.tar.xz - - meson - libssh2-devel - glib2-devel - gobject-introspection-devel - libgit2-devel - python3-devel - vala-devel - - programming/scm/libgit2-glib/pspec.xml - - - libgit2-glib - libgit2-glib is a glib wrapper library around the libgit2 git access library. - - glib2 - libgit2 - libssh2 - - - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/lib/python3* - /usr/share/doc - - - - libgit2-glib-devel - libgit2-glib is a glib wrapper library around the libgit2 git access library. - - glib2-devel - libgit2-devel - libgit2-glib - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2021-12-24 - 1.0.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-08 - 0.99.0.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-13 - 0.99.0.1 - Version bump - Berk Çakar - berk2238@hotmail.com - - - 2021-04-07 - 0.99.0 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - mercurial - https://www.mercurial-scm.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - programming.scm - A distributed SCM tool - Dağıtık bir kaynak kod yönetim aracı - Système de gestion de code source, rapide et léger conçu pour gérer de manière efficace les projets distribués de très grande taille. - A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. - Çok büyük dağıtık projelerin verimli bir şekilde idare edilmesi amacıyla geliştirilmiş hızlı, hafif bir kaynak kod kontrol yönetimi sistemi - Un sistema rápido y liviano de administración de fuentes (Source Control Management) diseñado para manejo eficaz de proyectos muy largos y distribuidos. - https://www.mercurial-scm.org/release/mercurial-5.3.tar.gz - - python-devel - - programming/scm/mercurial/pspec.xml - - - mercurial - A distributed SCM tool - - python - - - /etc/bash_completion.d - /usr/bin - /usr/share/doc - /usr/share/man - /usr/lib - - - - - 2020-02-25 - 5.3 - Major version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-09 - 4.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-20 - 4.5 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-19 - 4.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 3.8.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-04 - 3.3.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - qgit - http://digilander.libero.it/mcostalba/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - programming.scm - A git GUI viewer built on Qt5/C++ - Qt5/C++ üzerine inşa edilmiş git grafik arayüzü - With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches. - Qgit ile sürüm geçmişlerine göz atabilecek, yama içeriklerini ve değişen dosyaları değişik geliştirme dallarında grafiksel olarak görebileceksiniz. - Con qgit se puede navegar por los históricos de revisiones, ver contenido de parches y archivos modificados, siguiendo de manera gráfica las diferentes ramificaciones de desarrollo. - qgit - https://github.com/tibirna/qgit/archive/qgit-2.9.tar.gz - - qt5-base-devel - - programming/scm/qgit/pspec.xml - - - qgit - - qt5-base - libgcc - - - /usr/bin - /usr/share - - - qgit.desktop - - - - - 2019-08-28 - 2.9 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - subversion - http://subversion.apache.org/ - - PisiLinux Community - admins@pisilinux.org - - Subversion - app:console - service - programming.scm - A compelling replacement for CVS - Bir sürüm kontrol sistemi - SVN est un gestionnaire de configuration permettant de stocker des fichiers et de contrôler leur historique de changement dans un dépôt. - SVN is a version controlling system to store files and control their change history in a repository. - Daha gelişmiş özellikleri olan ve önceki CVS yerine kullanılan, bir sürüm yönetim sistemidir. - http://archive.apache.org/dist/subversion/subversion-1.14.1.tar.bz2 - - apache - expat-devel - zlib-devel - ruby-devel - serf-devel - sqlite-devel - jdk8-openjdk - apr-util-devel - cyrus-sasl-devel - python-devel - dbus-devel - glib2-devel - openssl-devel - swig - python3-devel - python-py3c-devel - - - subversion-swig-perl-install_vendor.patch - subversion.rpath.fix.patch - dont_compile_pyc.patch - - programming/scm/subversion/pspec.xml - - - subversion - - file - zlib - expat - libgcc - sqlite - apr - serf - apr-util - cyrus-sasl - python-py3c - - - /etc/conf.d - /etc/subversion - /etc/bash_completion.d - /usr/share/build - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info /usr/share/locale - /usr/share/man - /var/svn + /usr/share/doc - - System.Service - System.Package - - - svnserve.confd - subversion.config - - subversion-devel - Development files for subversion - Subversion için geliştirme dosyaları + libblockdev-devel + Development files for libblockdev - openssl-devel - apr-devel - serf-devel - sqlite-devel - apr-util-devel - subversion + libblockdev + glib2-devel /usr/include - /usr/share/pkgconfig + /usr/lib/pkgconfig - - mod_dav_svn - server.web - - apr - apache - apr-util - subversion - - - /usr/lib/apache2 - /usr/libexec/mod_dav_svn.so - /usr/libexec/mod_authz_svn.so - /etc/apache2/modules.d - /var/www/localhost/htdocs - - - System.Package - - - 47_mod_dav_svn.conf - - - - 2022-06-11 - 1.14.1 - Rebuild. + + 2021-10-24 + 2.26 + Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2021-03-10 - 1.14.1 - Version bump. - İdris Kalp - idriskalp@gmail.com - - 2018-09-16 - 1.10.2 + 2021-06-11 + 2.25 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-02-20 - 1.9.7 + 2020-11-07 + 2.24 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-03-19 - 1.9.5 + 2020-06-28 + 2.24 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 1.9.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2020-02-01 + 2.23 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-03-06 - 1.9.3 + 2019-01-02 + 2.20 First release - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admins@pisilinux.org - benchmark - https://github.com/google/benchmark + exfat-linux + https://github.com/arter97/exfat-linux - Kamil Atlı - suvari@pisilinux.org + fury + uglyside@yandex.ru - Apache - library - programming.tool - A microbenchmark support library - Bir mikro kıyaslama destek kitaplığı - A library to benchmark code snippets, similar to unit tests. - Birim testlerine benzer şekilde kod parçacıklarını karşılaştırmak için bir kitaplık. - https://github.com/google/benchmark/archive/refs/tags/v1.6.1.tar.gz + GPLv2 + driver + hardware.disk + exFAT filesystem module for Linux kernel + This exFAT filesystem module for Linux kernel is based on sdFAT drivers by Samsung, which is used with their smartphone lineups. + https://github.com/arter97/exfat-linux/archive/5.8-1arter97.tar.gz - git - cmake + kernel + linux-firmware + kernel-headers + kernel-module-headers - programming/tool/benchmark/pspec.xml + hardware/disk/exfat-linux/pspec.xml - benchmark + exfat-linux - libgcc + exfat-utils - /usr/lib/libbenchmark.so* - /usr/lib/libbenchmark_main.so* - /usr/share/doc/benchmark - - - - benchmark-devel - - benchmark - - - /usr/lib/cmake - /usr/lib/pkgconfig - /usr/include + /lib/modules + /usr/share/doc/exfat-linux - 2022-06-11 - 1.6.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - cmocka - https://cmocka.org/ - - Blue Devil - bluedevil@sctzine.com - - Apache - library - programming.tool - Full unit testing framework for C with support for mock objects. - Sahte nesneler ile deskteklenmiş C için tam birim test çatısı - cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers. - cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar. - https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz - - doxygen - cmake - - programming/tool/cmocka/pspec.xml - - - cmocka - Full unit testing framework for C with support for mock objects. - - /usr/lib - /usr/share/doc - - - - cmocka-devel - Development files for cmocka - cmocka için geliştirme dosyaları - libssh-cmocka, cmocka için geliştirme dosyalarını içerir. - - cmocka - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-02-24 - 1.1.5 - First release - Blue Devil - bluedevil@sctzine.com - - - - - - cppcheck - https://cppcheck.sourceforge.io/ - - fury - uglyside@yandex.ru - - GPLv3 - app:gui - app:console - programming.tool - static analysis of C/C++ code. - Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). - mirrors://sourceforge/cppcheck/cppcheck-2.8.tar.bz2 - - cmake - z3-devel - zlib-devel - docbook-xsl - qt5-sql-odbc - qt5-linguist - libxslt-devel - libpcre-devel - python3-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-base-devel - tinyxml2-devel - qt5-charts-devel - qt5-sql-postgresql - python3-setuptools - qt5-assistant-devel - - - htmlreport_py3.patch - qm_install_path.patch - - programming/tool/cppcheck/pspec.xml - - - cppcheck - - z3 - libgcc - libpcre - python3 - tinyxml2 - qt5-base - qt5-charts - qt5-assistant - python3-Pygments - - - /usr/bin - /usr/share - /usr/share/Cppcheck - /usr/share/Cppcheck/lang - /usr/share/man - /usr/share/doc - - - - - 2022-05-28 - 2.8 - Ver. bump - fury - uglyside@yandex.ru - - - 2022-02-05 - 2.7 - Ver. bump - fury - uglyside@yandex.ru - - - 2021-10-11 - 2.6 - Ver. bump - fury - uglyside@yandex.ru - - - 2021-07-05 - 2.5 - Ver. bump - fury - uglyside@yandex.ru - - - 2021-03-24 - 2.4 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-12-20 - 2.3 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-10-06 - 2.2 - Ver. bump - fury - uglyside@yandex.ru - - 2020-06-27 - 2.1 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-04-16 - 1.90 - Version Bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-12-19 - 1.89 + 5.8.1 First build. fury uglyside@yandex.ru @@ -326084,427 +346732,2066 @@ contacts, tasks, and calendar information. - cppunit - http://www.freedesktop.org/wiki/Software/cppunit + smartmontools + http://smartmontools.sourceforge.net/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - library - programming.tool - C++ port of the famous JUnit framework for unit testing - Popüler JUnit test çatısının C++ sürümü - cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. - cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır. - https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz + GPLv2+ + app:console + hardware.disk + Programs to control and monitor storage systems using the Self-Monitoring + Hard disk kontrol ve durumunu gösteren programlar + The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks. + smartctl ve smartd adlı ATA ve SCSI diskleri kontrol ve durumlarını gösterir iki program. + mirrors://sourceforge/smartmontools/7.3/smartmontools-7.3.tar.gz - grep - libtool + libutil-linux-devel + libcap-ng-devel - programming/tool/cppunit/pspec.xml + hardware/disk/smartmontools/pspec.xml - cppunit + smartmontools + + libgcc + libcap-ng + + + /etc + /lib/systemd/system + /usr/sbin + /usr/bin + /usr/share/doc + /usr/share/man + /usr/share/smartmontools + + + System.Service + + + smartmontools.sysconf + + + + + 2022-06-06 + 7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-22 + 7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 6.6 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 6.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-28 + 6.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 6.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 6.4 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + fatresize + https://github.com/ya-mouse/fatresize + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + hardware.disk + A utility to resize FAT filesystems using libparted + A utility to resize FAT filesystems using libparted + Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program + Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program + + https://github.com/ya-mouse/fatresize/archive/v1.1.0.tar.gz + + parted-devel + + hardware/disk/fatresize/pspec.xml + + + fatresize + + parted + + + /usr/sbin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2022-06-06 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-22 + 1.0.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + parted + https://www.gnu.org/software/parted/parted.html + + PisiLinux Community + admins@pisilinux.org + + GPL-3 + app:console + hardware.disk + Crée, supprime, modifie les dimensions, vérifie et copie partitions et systèmes de fichiers. + Create, destroy, resize, check, copy partitions and file systems + GNU Parted disk bölümlerini oluşturmaya, silmeye, boyutlandırmaya, taşımaya ve kopyalamaya yarayan bir yazılımdır. + The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. + https://ftp.gnu.org/gnu/parted/parted-3.5.tar.xz + + autoconf + libutil-linux-devel + device-mapper-devel + readline-devel + + hardware/disk/parted/pspec.xml + + + parted + + libutil-linux + device-mapper + util-linux + readline + ncurses + /usr/lib + /usr/sbin /usr/share/doc + /usr/share/info + /usr/share/locale + /usr/share/man - cppunit-devel - Contains the headers and other files necessary for developing programs that use cppunit + parted-devel + Development files for parted + parted için geliştirme dosyaları - cppunit - libgcc + parted - /usr/bin /usr/include - /usr/share/aclocal /usr/lib/pkgconfig - /usr/share/man + + 2022-06-04 + 3.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-04 + 3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2020-01-15 - 1.15.1 - Version bump - Pisi Linux Community - admin@pisilinux.org + 2020-02-01 + 3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-29 - 1.14.0 - Rebuild. + 2019-10-17 + 3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-14 + 3.2 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org - - 2017-08-01 - 1.14.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 2017-04-11 - 1.13.2 - Release Bump + 2017-03-21 + 3.2 + Rebuild for new toolchain. Pisi Linux Community admin@pisilinux.org 2016-06-09 - 1.13.2 + 3.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-01-21 - 1.13.2 + 2014-08-09 + 3.2 First release - Stefan Gronewold(groni) - groni@pisilinux.org + Serdar Soytetir + kaptan@pisilinux.org - ctags - http://ctags.sourceforge.net + dmraid + http://people.redhat.com/~heinzm/sw/dmraid PisiLinux Community admins@pisilinux.org GPLv2 app:console - programming.tool - Exuberant Ctags generates an index (or tag) file of objects found in source and header files - Kod ve başlık dosyalarında bulunan objeler için indeks dosyaları üretir - Exuberant Ctags génère un fichier d'index (ou tag) pour les objets trouvés dans les fichiers sources et d'entête permettant à ces entités d'être rapidement et facilement localisées par un éditeur de texte et d'autres utilitaires. Il gère actuellement 33 langages de programmation. - Exuberant Ctags generates an index (or tag) file of objects found in source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 33 programming languages. - Exuberant Ctags, kod ve başlık dosyalarında bulunan objeler için indeks dosyaları üretir. - Exuberant Ctags genera un archivo de índice (o tag) de objetos encontrados en archivos de fuente y cabeceras, para localizar fácilmente estos ítemes con un editor de texto u otra herramienta. Actualmente soporta 33 lenguajes de programación. - https://github.com/universal-ctags/ctags/archive/p5.9.20201129.0.tar.gz + hardware.disk + Device-Mapper Software RAID support tool and library + ATARAID aygıtlarını (Yazılımsal RAID) denetleme aracı + Device-Mapper Software RAID support tool and library + ATARAID aygıtları yaratmak, yönetmek ve izlemek için kullanılan bir araçtır. + http://launchpad.net/dmraid/1.0/1.0.0.rc16-3/+download/dmraid-1.0.0.rc16-3.tar.bz2 - docutils - python3 - python3-Pygments - python-docutils - jansson-devel - libxml2-devel - libyaml-devel - libseccomp-devel + device-mapper-event-devel + device-mapper-devel - programming/tool/ctags/pspec.xml + + dmraid-diet.patch + dmraid-1.0.0_rc16-return-all-sets.patch + dmraid-1.0.0_rc16-static-build-fixes.patch + dmraid-1.0.0_rc16-undo-p-rename.patch + + hardware/disk/dmraid/pspec.xml - ctags + dmraid - jansson - libxml2 - libyaml - libseccomp + device-mapper + device-mapper-event - /usr/bin - /usr/share/man + /usr/sbin + /usr/lib /usr/share/doc + /usr/share/man - - - 2020-11-07 - 5.9 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-02-08 - 5.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-29 - 5.8 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-10 - 5.8 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-09 - 5.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-21 - 5.8 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - dev86 - https://github.com/lkundrak/dev86 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - programming.tool - Development environment for ELKS-86 and standalone 8086 code - ELKS-86 ve 8086 kodları için geliştirme ortamı - Entorno de desarrollo para ELKS-86 y código 8086 independiente - The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. - https://github.com/lkundrak/dev86/archive/v0.16.21.tar.gz - - fedora/dev86-noelks.patch - fedora/dev86-nostrip.patch - fedora/dev86-long.patch - dont-ask-anything.patch - 64bit-build-fix.patch - makefile-fix.patch - - programming/tool/dev86/pspec.xml - - dev86 + dmraid-devel + Development files for dmraid + dmraid için geliştirme dosyaları + + dmraid + - /usr/bin - /usr/share/doc - /usr/share/man + /usr/include - - 2020-11-07 - 0.16.21 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-26 - 0.16.21 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-08-15 - 0.16.21 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-02-01 + 1.0.0_rc16 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2018-08-15 - 0.16.19 - Release Bump. - Kamil Atlı + 2018-08-19 + 1.0.0_rc16 + Rebuild. + Pisi Linux Community admin@pisilinux.org - 2017-05-15 - 0.16.19 - Release Bump. - Kamil Atlı + 2017-03-05 + 1.0.0_rc16 + Rebuild. + Pisi Linux Community admin@pisilinux.org 2016-06-09 - 0.16.19 + 1.0.0_rc16 Release Bump Pisi Linux Community admin@pisilinux.org 2014-02-17 - 0.16.19 + 1.0.0_rc16 First release - Serdar Soytetir - kaptan@pisilinux.org + PisiLinux Community + admins@pisilinux.org - fcgi - http://www.fastcgi.com/drupal + dmidecode + http://www.nongnu.org/dmidecode/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.info + Tool to analyse BIOS DMI data + BIOS DMI verisi inceleme araçları + Dmidecode rapporte des informations à propos du matériel composant votre système tel qu'il est décrit dans votre BIOS. Cette information comprends typiquement le fabricant du système, le nom du modèle, le numéro de série, la version du BIOS, balises de traçabilité ainsi que beaucoup d'autres détails plus ou moins intéressants et fiables en fonction du fabricant. + dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. + dmidecode, bilgisayarınızın BIOS'unda verilmiş olan bilgilerin görüntülenmesini sağlar. Üretici ismi, model ismi, seri numarası, BIOS sürümü ve sistem üreticisine bağlı olarak değişiklik gösteren birçok bilgi, dmidecode ile görüntülenebilir. + http://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.4.tar.xz + hardware/info/dmidecode/pspec.xml + + + dmidecode + + /usr/bin + /usr/sbin + /usr/share/doc + /usr/share/man + + + laptop-detect + + + + + 2022-06-29 + 3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 3.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 3.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-06-09 + 2.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-22 + 2.12 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + diskmonitor + https://github.com/papylhomme/diskmonitor + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + hardware.info + KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet + KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet + https://github.com/papylhomme/diskmonitor/archive/0.3.3.tar.gz + + extra-cmake-modules + gettext-devel + glibc-devel + kconfigwidgets-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + knotifications-devel + kxmlgui-devel + plasma-workspace-devel + qt5-base-devel + qt5-quickcontrols2-devel + udisks2-devel + qt5-declarative-devel + + hardware/info/diskmonitor/pspec.xml + + + diskmonitor + KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet + + qt5-base + ki18n + libgcc + kconfig + kxmlgui + kcoreaddons + kiconthemes + kconfigwidgets + knotifications + kwidgetsaddons + qt5-declarative + + + /usr/bin + /usr/lib/qt5 + /usr/share + + + + + 2020-03-10 + 0.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 0.3.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-19 + 0.3.1 + Release bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-11-20 + 0.3.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + media-player-info + http://cgit.freedesktop.org/media-player-info PisiLinux Community admins@pisilinux.org BSD - library - programming.tool - FastCGI development kit - FastCGI araç takımı - FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. - FastCGI; dil bağımsız, ölçeklenebilir, CGI sunucusunun sınırlamaları olmadan belirli API'leri yüksek performansda çalıştıran bir kitaplıktır. - https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz - programming/tool/fcgi/pspec.xml + hardware.info + Media player capability database + Medya oynatıcısı yetenek veritabanı + media-player-info is a repository of data files describing media player capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, etc. + media-player-info, ortam oynatıcılarının yeteneklerini tanımlayan bir dosya demetidir. Bu dosyalar bu aygıtların hangi dizinlerine müzik dosyaları koyulması gerektiğini, hangi dosya biçimlerinin desteklendiğini tanımlar. + http://www.freedesktop.org/software/media-player-info/media-player-info-24.tar.gz + + eudev-devel + python3-devel + + hardware/info/media-player-info/pspec.xml - fcgi + media-player-info - /usr/bin - /usr/lib - /usr/share/doc/fcgi - /usr/share/man - - - - fcgi-devel - Development files for fcgi - fcgi için geliştirme dosyaları - - fcgi - - - /usr/include - /usr/share/man/man3 - - - - - 2020-03-21 - 2.4.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - iucode-tool - https://gitlab.com/iucode-tool/iucode-tool - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - programming.tool - Tool to manipulate Intel® IA-32/X86-64 microcode bundles - Tool to manipulate Intel® IA-32/X86-64 microcode bundles - https://gitlab.com/iucode-tool/iucode-tool/-/archive/v2.3.1/iucode-tool-v2.3.1.tar.gz - programming/tool/iucode-tool/pspec.xml - - - iucode-tool - - /usr/bin - /usr/share + /lib/udev/rules.d + /lib/udev + /usr/share/media-player-info /usr/share/doc + + 2020-02-02 + 24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 23 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 23 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 22 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 22 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2021-05-26 - 2.3.1 + 2016-05-08 + 22 First release - Berk Çakar - berk2238@hotmail.com + Hakan Yıldız + hknyldz93@gmail.com - xplanet - http://xplanet.sourceforge.net + gkrellm + http://www.gkrellm.net/ PisiLinux Community admins@pisilinux.org GPLv2 app:gui - science.astronomy - Render a planetary image into an X window - Gezegen görüntülerini bir X penceresine çizdirir - Xplanet was inspired by Xearth, which renders an image of the earth into the X root window. All of the major planets and most satellites can be drawn, similar to the Solar System Simulator. A number of different map projections are also supported, including azimuthal, Lambert, Mercator, Mollweide, orthographic, and rectangular. - Xplanet, Dünya'nın bir görüntüsünü bir X penceresine çizdiren Xearth programından esinlenilerek yapılmıştır. Güneş Sistemi Simülatörü'ne benzer şekilde bir çok büyük gezegen ve uydu çizdirilebilir. Azimut, Lambert, Mercator, Mollweide, ortografik, dikdörtgen de dahil olmak üzere bir çok farklı harita projeksiyonunu destekler. - mirrors://sourceforge/project/xplanet/xplanet/1.3.1/xplanet-1.3.1.tar.gz + service + hardware.info + A compact and clean system monitoring tool + Sade görünümlü sistem durumu izleyicisi + A program to monitor system status, and to collect system information such as memory usage, cpu temperature etc. + Bilgisayarınızın bileşenlerinin durumunu takip edebileceğiniz, hafıza kullanımı, işlemci sıcaklığı gibi bilgiler veren bir araç. + gkrellm + http://gkrellm.srcbox.net/releases/gkrellm-2.3.11.tar.bz2 - tiff-devel + gnutls-devel + gtk2-devel pango-devel - netpbm-devel - giflib-devel - libjpeg-turbo-devel - libXScrnSaver-devel + libX11-devel + glib2-devel + libgcrypt-devel + libICE-devel + libSM-devel - giflib6.patch - xplanet-1.3.1-remove-null-comparison.patch + drop_privileges.patch + gkrellmd-conf.patch - science/astronomy/xplanet/pspec.xml + hardware/info/gkrellm/pspec.xml - xplanet + gkrellm - tiff + gnutls + gtk2 pango - giflib glib2 libX11 - libgcc - libpng - netpbm - freetype - libXScrnSaver - libjpeg-turbo + libgcrypt + libICE + gdk-pixbuf + libSM + /etc /usr/bin + /usr/lib /usr/share/doc /usr/share /usr/share/man + + System.Service + + + gkrellm.desktop + gkrellm.png + + + + gkrellm-devel + Development files for gkrellm + gkrellm için geliştirme dosyaları + + gkrellm + gtk2-devel + + + /usr/include + /usr/lib/pkgconfig + - - 2018-09-07 - 1.3.1 + + 2020-03-10 + 2.3.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-24 + 2.3.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-20 + 2.3.10 Rebuild - Kamil Atlı - suvari@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 2.3.10 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com - 2017-06-06 - 1.3.1 - Version Bump - Kamil Atlı - suvari@pisilinux.org + 2017-01-29 + 2.3.9 + Version bump. + Stefan Gronewold + groni@pisilinux.org 2016-06-09 - 1.3.0 + 2.3.5 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-06-14 + 2016-04-01 + 2.3.5 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + + + + wine + http://www.winehq.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + hardware.emulator + Wine bir "Emülator" değildir,Windows uygulamalarını çalıştırma imkanı sunar. + Wine ist kein Emulator, mit dem Sie Microsoft Windows-Anwendungen laufen lässt + WINE Is Not An Emulator, which lets you run Microsoft Windows applications + Wine X11 çalıştıran bir i386 (veya uyumluları) makinede Windows 3.*, Windows 95/98 ve Windows NT programlarını çalıştırmanıza imkân verir. Halâ alfa düzeyinde olduğundan her şey çalışmayabilir. + Wine gibt ihnen die möglichkeit um Windows 3. *, Windows 95/98 und Windows NT-Programme auf einem i386 (oder kompatibel) System X11 zu laufen. Es ist immer noch Alpha-Level-Code, nicht erwarten, dass alles funktioniert. + Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work. + https://dl.winehq.org/wine/source/5.x/wine-5.9.tar.xz + + mit-kerberos + lcms2-devel + libao-devel + libSM-devel + mpg123-devel + openal-devel + openssl-devel + libsdl2-devel + libv4l-devel + libXext-devel + e2fsprogs-devel + samba-devel + libxslt-32bit + mesa-glu-devel + alsa-lib-devel + gstreamer-devel + openldap-client + libgphoto2-devel + libunwind-devel + pulseaudio-libs-devel + gst-plugins-base-devel + cups-devel + gnutls-devel + gnutls-32bit + libXcursor-devel + libXi-devel + libXrandr-devel + libXxf86vm-devel + sane-backends-devel + unixODBC-devel + dbus-devel + fontconfig-devel + gsm-devel + libjpeg-turbo-devel + libXcomposite-devel + libXinerama-devel + libxslt-devel + tiff-devel + gettext-devel + giflib-devel + v4l-utils + libpng + libtevent-devel + jack-audio-connection-kit-devel + fontforge + freetype-devel + freetype-32bit + libpcap-devel + util-linux + ncurses-devel + + + wine-1.9.3-gcc-5_3_0-disable-force-alignment.patch + gcc_erorr.patch + 0001-programs-winhlp32-Use-noyywrap-for-macro.lex.l-and-p.patch + + hardware/emulator/wine/pspec.xml + + + wine + app:gui + + wine-32bit + winetricks + lcms2 + libX11 + libSM + mpg123 + openal + libXext + mesa-glu + alsa-lib + gstreamer + libgphoto2 + libXcomposite + openldap-client + pulseaudio-libs + gst-plugins-base + libjpeg-turbo + libtevent + p11-kit + libxml2 + giflib + ncurses + cups + gnutls + libXcursor + libXi + libXrandr + libXxf86vm + sane-backends + unixODBC + zlib + eudev + libgcc + cabextract + libpcap + libunwind + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/desktop-directories + /usr/share/wine + /usr/share/locale + /usr/share/doc + /usr/share/man + + + wine-staging + + + winetricks + wisotool + menu/wine.menu + menu/Wine.directory + menu/taskmgr.desktop + menu/uninstaller.desktop + menu/winecfg.desktop + menu/winefile.desktop + menu/winetricks.desktop + menu/wine-mime-msi.desktop + menu/wine-oleview.desktop + menu/wine-winemine.desktop + + + + wine-devel + Wine development environment + Wine geliştirme ortamı + + wine + + + /usr/bin/function_grep.pl + /usr/bin/widl + /usr/bin/winebuild + /usr/bin/winecpp + /usr/bin/wineg++ + /usr/bin/winegcc + /usr/bin/winemaker + /usr/bin/wmc + /usr/bin/wrc + /usr/include/wine + /usr/share/aclocal + /usr/share/man/man1/widl.1 + /usr/share/man/man1/winebuild.1 + /usr/share/man/man1/winecpp.1 + /usr/share/man/man1/wineg++.1 + /usr/share/man/man1/winegcc.1 + /usr/share/man/man1/winemaker.1 + /usr/share/man/man1/wmc.1 + /usr/share/man/man1/wrc.1 + + + wine-staging-devel + + + + winetricks + winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine. + + zenity + + + /usr/bin/winetricks + /usr/share/applications/winetricks.desktop + + + + wine-32bit + 32-bit shared libraries for wine + wine için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + zlib-32bit + glib2-32bit + lcms2-32bit + libSM-32bit + p11-kit-32bit + giflib-32bit + libpng-32bit + libv4l-32bit + libX11-32bit + libsdl2-32bit + mpg123-32bit + openal-32bit + libXext-32bit + libxml2-32bit + alsa-lib-32bit + mesa-glu-32bit + openldap-32bit + ncurses-32bit + libunwind-32bit + libXrandr-32bit + libXdamage-32bit + libXxf86vm-32bit + fontconfig-32bit + libXcursor-32bit + libXxf86dga-32bit + gstreamer-32bit + libXcomposite-32bit + pulseaudio-libs-32bit + gst-plugins-base-32bit + + + zlib-32bit + lcms2-32bit + libSM-32bit + libX11-32bit + mpg123-32bit + openal-32bit + libXext-32bit + libxml2-32bit + alsa-lib-32bit + mesa-glu-32bit + openldap-32bit + gsm-32bit + eudev-32bit + cups-32bit + tiff-32bit + libXi-32bit + gnutls-32bit + libpng-32bit + ncurses-32bit + openssl-32bit + p11-kit-32bit + giflib-32bit + alsa-lib-32bit + libXrandr-32bit + gstreamer-32bit + fontconfig-32bit + libXcursor-32bit + libXdamage-32bit + libXxf86vm-32bit + libXxf86dga-32bit + libtool-ltdl-32bit + libXcomposite-32bit + libjpeg-turbo-32bit + pulseaudio-libs-32bit + + + /usr/lib32/libwine.so* + /usr/lib32/wine + + + wine-staging-32bit + + + + + 2020-06-03 + 5.9 + Version bump. + İdris Kalp + idriskalp@gmail.com + + + 2019-09-30 + 4.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-03 + 4.3 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2019-01-23 + 4.0 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-11-25 + 3.21 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-08-29 + 3.14 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-07-11 + 3.12 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-05-23 + 3.8 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2018-04-23 + 3.6 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2017-12-24 + 2.22 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2017-05-28 + 2.9 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2017-01-29 + 2.0 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2016-09-13 + 1.9.18 + - Support for multiple kernel drivers in a single process. + - More WebServices reader support. + - Various improvements in joystick support. + - Some more work towards the Direct3D command stream. + - GDI performance improvements. + - Improved IME window handling. + - Compatibility fixes in the clipboard support. + - Various bug fixes. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-08-22 + 1.9.17 + -Better exception handling on 64-bit. + -Various improvements in joystick support. + -Some more stream support in the C++ runtime. + -Font embedding improvements. + -More metafile support in GDI+. + -Various bug fixes. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-08-15 + 1.9.16 + -Better 64-bit binary compatibility on macOS. + -Performance improvements in JavaScript. + -More progress towards the Direct3D command stream. + -More shader instructions in Direct3D. + -Performance improvements in GDI. + -Various bug fixes. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-23 + 1.9.15 + Bugs fixed in 1.9.15 (total 22). + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-11 + 1.9.14 + -Pisilinux Fixed Options. + -More Shader Model 5 support in Direct3D. + -Some more write support in WebServices. + -Performance improvements in GDI. + -Some more progress towards the Direct3D command stream. + -Various bug fixes. + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-11 + 1.9.14 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-09 + 1.9.13 + missing fixes release + Ergün Salman + poyraz76@pisilinux.org + + + 2016-07-02 + 1.9.13 + First release + Ergün Salman + poyraz76@pisilinux.org + + + + + + playonlinux + http://www.playonlinux.com + + Ergün Salman + poyraz76@pisilinux.org + + GPLv3 + app:gui + app:console + hardware.emulator + Tool to help Linux users run Windows games on linux + Birçok Windows oyununu Linux'ta oynayabilmenizi sağlar + PlayOnLinux is a piece of sofware which allow you to install and use easily numerous games and softwares designed to run with Microsoft's Windows. + PlayOnLinux, Microsoft's Windows için hazırlanan çok sayıdaki oyunu ve uygulamayı Linux'ta kullanmanıza olanak sağlayan bir uygulamadır. + PlayOnLinux + http://repository.playonlinux.com/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.tar.gz + + PlayOnLinux_4.1.6-fix-desktop-file.patch + + hardware/emulator/playonlinux/pspec.xml + + + playonlinux + + jq + wxPython + wine + wget + gnu-netcat + icoutils + binutils + imagemagick + xterm + p7zip + gnupg + + + /usr/bin + /usr/share/doc + /usr/share/applications + /usr/share/pixmaps + /usr/share/playonlinux + /usr/share/playonlinux/lang/ + /usr/share/locale/ + + + PlayOnLinux.desktop + playonlinux.png + + + + + 2020-06-07 + 4.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 4.2.12 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 4.2.12 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-29 + 4.2.10 + rebuild + Ali Algül + aligulle3801@gmail.com + + + 2016-07-03 + 4.2.10 + First Release + Ergün Salman + poyraz76@pisilinux.org + + + + + + wine-staging + http://www.winehq.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + hardware.emulator + WINE Is Not An Emulator, which lets you run Microsoft Windows applications - staging version. + Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work. + https://dl.winehq.org/wine/source/7.x/wine-7.5.tar.xz + https://github.com/wine-staging/wine-staging/archive/refs/tags/v7.5.tar.gz + + mit-kerberos-devel + lcms2-devel + libao-devel + libSM-devel + mpg123-devel + openal-devel + openssl-devel + libsdl2-devel + libv4l-devel + libXext-devel + e2fsprogs-devel + samba-devel + libxslt-32bit + mesa-glu-devel + alsa-lib-devel + gstreamer-devel + openldap-client + libgphoto2-devel + pulseaudio-libs-devel + gst-plugins-base-devel + cups-devel + gnutls-devel + gnutls-32bit + libXcursor-devel + libXi-devel + libXrandr-devel + libXxf86vm-devel + sane-backends-devel + unixODBC-devel + dbus-devel + fontconfig-devel + gsm-devel + libjpeg-turbo-devel + libXcomposite-devel + libXinerama-devel + libxslt-devel + tiff-devel + gettext-devel + giflib-devel + v4l-utils + libpng-devel + libtevent-devel + jack-audio-connection-kit-devel + fontforge + freetype-devel + freetype-32bit + libpcap-devel + util-linux + ncurses-devel + + + 0001-programs-winhlp32-Use-noyywrap-for-macro.lex.l-and-p.patch + + hardware/emulator/wine-staging/pspec.xml + + + wine-staging + app:gui + + wine-staging-32bit + lcms2 + libX11 + libSM + mpg123 + openal + libXext + mesa-glu + alsa-lib + gstreamer + libgphoto2 + libXcomposite + openldap-client + pulseaudio-libs + gst-plugins-base + libjpeg-turbo + libtevent + p11-kit + libxml2 + giflib + ncurses + cups + gnutls + libXcursor + libXi + libXrandr + libXxf86vm + sane-backends + unixODBC + zlib + eudev + libgcc + cabextract + libpcap + libunwind + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/desktop-directories + /usr/share/wine + /usr/share/locale + /usr/share/doc + /usr/share/man + + + wine + + + wine + + + wisotool + menu/wine.menu + menu/Wine.directory + menu/taskmgr.desktop + menu/uninstaller.desktop + menu/winecfg.desktop + menu/winefile.desktop + menu/winetricks.desktop + menu/wine-mime-msi.desktop + menu/wine-oleview.desktop + menu/wine-winemine.desktop + + + + wine-staging-devel + Wine development environment + + wine-staging + + + /usr/bin/function_grep.pl + /usr/bin/widl + /usr/bin/winebuild + /usr/bin/winecpp + /usr/bin/wineg++ + /usr/bin/winegcc + /usr/bin/winemaker + /usr/bin/wmc + /usr/bin/wrc + /usr/include/wine + /usr/share/aclocal + /usr/share/man/man1/widl.1 + /usr/share/man/man1/winebuild.1 + /usr/share/man/man1/winecpp.1 + /usr/share/man/man1/wineg++.1 + /usr/share/man/man1/winegcc.1 + /usr/share/man/man1/winemaker.1 + /usr/share/man/man1/wmc.1 + /usr/share/man/man1/wrc.1 + + + wine-devel + + + wine-devel + + + + wine-staging-32bit + 32-bit shared libraries for wine + emul32 + emul32 + + zlib-32bit + glib2-32bit + lcms2-32bit + libSM-32bit + p11-kit-32bit + giflib-32bit + libpng-32bit + libv4l-32bit + libX11-32bit + libsdl2-32bit + mpg123-32bit + openal-32bit + libXext-32bit + libxml2-32bit + alsa-lib-32bit + mesa-glu-32bit + openldap-32bit + ncurses-32bit + libXrandr-32bit + libXdamage-32bit + libXxf86vm-32bit + fontconfig-32bit + libXcursor-32bit + libXxf86dga-32bit + gstreamer-32bit + libXcomposite-32bit + pulseaudio-libs-32bit + gst-plugins-base-32bit + + + zlib-32bit + eudev-32bit + lcms2-32bit + libSM-32bit + libX11-32bit + mpg123-32bit + openal-32bit + libXext-32bit + libxml2-32bit + alsa-lib-32bit + mesa-glu-32bit + openldap-32bit + gsm-32bit + cups-32bit + tiff-32bit + libXi-32bit + gnutls-32bit + libpng-32bit + ncurses-32bit + openssl-32bit + p11-kit-32bit + giflib-32bit + alsa-lib-32bit + libXrandr-32bit + gstreamer-32bit + fontconfig-32bit + libXcursor-32bit + libXdamage-32bit + libXxf86vm-32bit + libXxf86dga-32bit + libtool-ltdl-32bit + libXcomposite-32bit + libjpeg-turbo-32bit + pulseaudio-libs-32bit + + + /usr/lib32/libwine.so* + /usr/lib32/wine + + + wine-32bit + + + wine-32bit + + + + + 2022-04-02 + 7.5 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-06-04 + 5.9 + First release + Idris Kalp + idriskalp@gmail.com + + + + + + dosbox + http://www.dosbox.com/ + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + hardware.emulator + DOSBox is a DOS emulator. + DOSBox, bir DOS öykünücüsüdür. + DOSBox is a DOS-emulator that uses the SDL-library. + DOSBox, SDL kitaplığını kullanan bir DOS öykünücüsüdür. + dosbox + https://sourceforge.net/projects/dosbox/files/dosbox/0.74-3/dosbox-0.74-3.tar.gz + + alsa-lib-devel + libsdl-devel + + + dosbox-0.74_gcc4.6_compat.patch + + hardware/emulator/dosbox/pspec.xml + + + dosbox + + alsa-lib-32bit + libsdl-32bit + + + /usr/share/doc/dosbox + /usr/share/man + /usr/bin + /usr/share/icons + /usr/share/pixmaps + /usr/share/applications + + + dosbox.png + dosbox.desktop + icons/hicolor/16x16/apps/dosbox.png + icons/hicolor/24x24/apps/dosbox.png + icons/hicolor/32x32/apps/dosbox.png + icons/hicolor/48x48/apps/dosbox.png + icons/hicolor/96x96/apps/dosbox.png + icons/hicolor/128x128/apps/dosbox.png + icons/hicolor/256x256/apps/dosbox.png + + + + + 2020-06-27 + 0.74.3 + First release + Erdem Ersoy + erdemersoy@live.com + + + + + + libusbmuxd + https://www.libimobiledevice.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + service + library + hardware.mobile + Daemon for communicating with Apple's iPod Touch and iPhone + libusbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. + http://www.libimobiledevice.org/downloads/libusbmuxd-2.0.2.tar.bz2 + + libplist-devel + libusb-devel + + hardware/mobile/libusbmuxd/pspec.xml + + + libusbmuxd + + libplist + libusb + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/sbin + /lib/udev/rules.d + /usr/share/man/man1 + + + + libusbmuxd-devel + Development files for libusbmuxd + + libusbmuxd + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-06-24 + 2.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.0.10 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.0.10 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 1.0.10 + First release + Pisi Linux Community + admin@pisilinux.org + + + + + + libimobiledevice + http://www.libimobiledevice.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + GPLv2 + library + app:console + hardware.mobile + Library for connecting to mobile devices + libimobiledevice is a library for connecting to mobile devices including phones and music players + https://github.com/libimobiledevice/libimobiledevice/archive/1.3.0.tar.gz + + gnutls-devel + libusbmuxd-devel + libplist-devel + libtasn1-devel + libgcrypt-devel + + hardware/mobile/libimobiledevice/pspec.xml + + + libimobiledevice + + gnutls + libusbmuxd + libplist + libtasn1 + libgcrypt + + + /usr/lib + /usr/bin + /usr/share/man/man1 + /usr/share/doc/libimobiledevice + + + + libimobiledevice-devel + Development files for libimobiledevice + + gnutls-devel + libusbmuxd-devel + libplist-devel + libtasn1-devel + libgcrypt-devel + libimobiledevice + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-12-09 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-24 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.2.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 1.2.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-03-01 + 1.2.0 + Version Bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.1.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-25 + 1.1.7 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + libplist + http://matt.colyer.name/projects/iphone-linux + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + GPLv2 + library + app:console + hardware.mobile + Library for manipulating Apple Binary and XML Property Lists + Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için kütüphane + libplist is a library for manipulating Apple Binary and XML Property Lists. + libplist, Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için gerekli bir kütüphanedir. + http://www.libimobiledevice.org/downloads/libplist-2.2.0.tar.bz2 + + libxml2-devel + python-devel + cython + + hardware/mobile/libplist/pspec.xml + + + libplist + + libxml2 + python + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/man/man1 + + + + libplist-devel + Development files for libplist + libplist için geliştirme dosyaları + + libplist + libxml2-devel + python-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-06-24 + 2.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 2.0.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-16 + 2.0.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-28 + 2.0.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-01 + 1.12 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-31 + 1.11 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + usbmuxd + https://www.libimobiledevice.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + service + library + hardware.mobile + Daemon for communicating with Apple's iPod Touch and iPhone + Apple iPod Touch ve iPhone iletişim hizmeti + usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. + usbmuxd, Apple iPod Touch ve iPhone cihazlarıyla iletişim kurmak için gerekli bir sistem hizmetidir. Aynı anda, birden fazla cihaza bağlanma imkanı sağlar. + https://codeload.github.com/libimobiledevice/usbmuxd/tar.gz/1.1.1 + + eudev-devel + libplist-devel + libusb-devel + libimobiledevice-devel + + hardware/mobile/usbmuxd/pspec.xml + + + usbmuxd + + libplist + libusb + libimobiledevice + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/sbin + /lib/udev/rules.d + /usr/share/man/man8/usbmuxd.8 + /usr/share/man/man1/usbmuxd.1 + + + + + 2020-06-24 + 1.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 1.1.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-05 + 1.0.10 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 1.0.10 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.0.9 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 1.0.9 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ifuse + http://matt.colyer.name/projects/iphone-linux + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + hardware.mobile + Mount Apple iPhone and iPod touch devices + Apple iPhone ve iPod touch cihazlarını bağlama aracı + ifuse, a fuse filesystem for mounting iPhone and iPod touch devices. + ifuse, Apple iPhone ve iPod touch cihazlarını sisteme bağlamak için gerekli araçları içerir. + http://www.libimobiledevice.org/downloads/ifuse-1.1.4.tar.bz2 + + libimobiledevice-devel + fuse-devel + + hardware/mobile/ifuse/pspec.xml + + + ifuse + + libimobiledevice + fuse + libusbmuxd + libtasn1 + gnutls + libplist + + + /usr/bin + /usr/share/man/ + /usr/share/doc/ifuse + + + + + 2020-06-24 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-06-21 + 1.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-07 + 1.1.3 First release Osman Erkan osman.erkan@pisilinux.org @@ -326513,66 +348800,6563 @@ contacts, tasks, and calendar information. - geda - http://geda-project.org/ + scrcpy + https://github.com/Genymobile/scrcpy + + Kamil Atlı + suvari@pisilinux.org + + Apache + library + app:console + hardware.mobile + Display and control your Android device + Android cihazınızı görüntüleyin ve kontrol edin + Display and control your Android device + Android cihazınızı görüntüleyin ve kontrol edin + https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.24.tar.gz + https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-server-v1.24 + + jdk-openjdk + git + wget + sudo + meson + libusb-devel + ffmpeg-devel + android-tools + libsdl2-devel + + hardware/mobile/scrcpy/pspec.xml + + + scrcpy + Display and control your Android device + + libsdl2 + libsdl2 + ffmpeg + libusb + android-tools + + + /usr/bin + /usr/share/doc/ + /usr/share/man + /usr/share + /usr/share/icons + + + + + 2022-05-28 + 1.24 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + usb-modeswitch + https://www.draisberghof.de/usb_modeswitch/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + hardware.mobile + Mode switching tool for broadband devices + Genişbant cihazlar için kip değiştirme aracı + usb-modeswitch brings up your data card into operational mode. When plugged in, they identify themselves as CD-ROM and present some non-Linux compatible installation files. This tool deactivates those CD-ROM devices and enables the real communication interface. It supports most devices manufactured by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel. + usb-modeswitch, genişbant cihazları CD-ROM kipinden, ağ kartı kipine geçirir. Bu cihazlar, Linux dışındaki işletim sistemlerine sürücülerini otomatik yükleyebilmek için ilk takıldıklarında kendilerini CD-ROM olarak tanıtırlar. Bu araçla, bu kip pasif hale getirilip, iletişim arayüzü etkinleştirilir. Huawei, T-Mobile, Vodafone, Option, ZTE ve Novatel tarafından üretilen cihazlar desteklenmektedir. + https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2 + https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20191128.tar.bz2 + + tcl-devel + libusb-devel + + hardware/mobile/usb-modeswitch/pspec.xml + + + usb-modeswitch + + libusb + + + /etc + /usr/sbin + /lib/udev + /lib/udev/rules.d + /usr/share/usb_modeswitch + /var/lib/usb_modeswitch + /usr/share/man + /usr/share/doc + + + + + 2021-03-14 + 2.6.1 + Ver. bump + fury + uglyside@yandex.ru + + + 2019-11-31 + 2.6.0 + Ver. bump + fury + uglyside@yandex.ru + + + 2014-08-18 + 2.2.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-03-07 + 1.2.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-17 + 1.2.5 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-04-12 + 1.2.5 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2011-08-03 + 1.1.8 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + vbetool + http://www.codon.org.uk/~mjg59/vbetool/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.graphics + Alter video hardware state through video BIOS + Gerçek kipte ekran BIOS değiştirme aracı (örn. ekran kartını yeniden başlatmak için) + vbetools is a real-mode video BIOS code to alter hardware state. Vbetool uses lrmi in order to run code from the video BIOS. It is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. + Donanım durumunu değiştiren gerçek kipli video BIOS kodudur. Video BIOS'undan gelen kodları çalıştırmak için lrmi kullanır. Video kartının DPMS ve kaydet/tekrar inşaa et durumunun değiştirilmesini sağlar ve video kartının hatalı durumdan başlatılmasına çalışır. + http://ftp.iij.ad.jp/pub/linux/gentoo/distfiles/32/vbetool-1.1.tar.gz + + libx86-devel + pciutils-devel + + + vbetool-1.0-build-as-needed.patch + unsigned_int.patch + + hardware/graphics/vbetool/pspec.xml + + + vbetool + + libx86 + pciutils + + + /usr/share/doc + /usr/share/man + /usr/sbin + + + + + 2021-11-29 + 1.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-02 + 1.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-10 + 1.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-02-17 + 1.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libmfx + https://github.com/lu-zero/mfx_dispatch + + Idris Kalp + idriskalp@gmail.com + + BSD + library + hardware.graphics + Intel media sdk dispatcher + Intel media sdk dispatcher + https://github.com/lu-zero/mfx_dispatch/archive/1.25.tar.gz + + libdrm-devel + libva-devel + + hardware/graphics/libmfx/pspec.xml + + + libmfx + + libdrm + libva + + + /usr/lib + /usr/share + /usr/share/doc + + + + libmfx-devel + + libmfx + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 1.25 + First Release + Idris Kalp + idriskalp@gmail.com + + + + + + psutils + https://github.com/rrthomas/psutils + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + app:console + hardware.printer + PostScript Utilities + PostScript yardımcı araçları + psutils contains tools to convert to/from postscript files. + psutils PostScript dosyaları arasında dönüşüm yapmak için gerekli araçları içerir. + https://github.com/rrthomas/psutils/archive/refs/tags/v2.09.tar.gz + + gnulib-d279bc6.tar.gz + + + paper + help2man + ghostscript-devel + + hardware/printer/psutils/pspec.xml + + + psutils + Utilities for manipulating PostScript documents + + paper + ghostscript + perl-IPC-Run3 + + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/share/psutils/PSUtils.pm + + + + + 2022-05-28 + 2.09 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-06-03 + 2.03 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + splix + http://splix.sf.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + app:console + hardware.printer + A set of CUPS printer drivers for SPL (Samsung Printer Language) printers + SPL (Samsung Yazıcı Dili) için CUPS sürücüleri + The Splix drivers are usable by all printer devices which understand the SPL II language. It covers several Samsung, Xerox, Dell and Ricoh printers. + splix, SPL II dilini anlayabilen tüm yazıcılar tarafından kullanılabilen sürücüleri içerir. Bu sürücü bazı Samsung, Xerox, Dell ve Ricoh yazıcıları desteklemektedir. + https://sourceforge.net/projects/pisilinux/files/source/splix-2.0.1.tar.gz + http://splix.ap2c.org/samsung_cms.tar.bz2 + + cups-devel + jbigkit-devel + + + splix-1.1.0-fix-makefile.patch + install-english-only.patch + splix-deviceID.patch + splix-ldflags.patch + + hardware/printer/splix/pspec.xml + + + splix + + cups + libgcc + jbigkit + + + /usr/lib/cups + /usr/share/cups + /usr/share/doc + + + + + 2022-05-28 + 2.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-12 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 2.0.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 2.0.0_20110720 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-10 + 2.0.0_20110720 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libpaper + http://packages.debian.org/unstable/source/libpaper + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.printer + Library for handling paper characteristics + Kağıt özelliklerini düzenlemek için kitaplık + Libpaper is a programming library for handling paper characteristics. + libpaper, kağıt özelliklerini düzenlemek için bir programlama kitaplığıdır. + Libpaper es una librería de programación para manejar características de papel. + http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.28.tar.gz + hardware/printer/libpaper/pspec.xml + + + libpaper + + /usr/bin + /usr/sbin + /usr/lib + /etc/ + /usr/share/man + /usr/share/doc + /usr/share/locale + + + papersize + + + + libpaper-devel + Development files for libpaper + libpaper için geliştirme dosyaları + + libpaper + + + /usr/include + /usr/share/man/man3 + + + + + 2021-07-16 + 1.1.28 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-07 + 1.1.24 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-30 + 1.1.24 + Rebuild New T. + Pisi Linux Community + admin@pisilinux.org + + + 2018-05-23 + 1.1.24 + Rebuild nmu5 + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 1.1.24 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.24 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 1.1.24 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + cups-pk-helper + https://www.freedesktop.org/wiki/Software/cups-pk-helper + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + hardware.printer + PolicyKit helper to configure cups with fine-grained privileges + cups-pk-helper provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings. + https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-0.2.6.tar.xz + + cups-devel + polkit-devel + elogind-devel + intltool + + hardware/printer/cups-pk-helper/pspec.xml + + + cups-pk-helper + + cups + glib2 + polkit + + + /usr/lib/cups-pk-helper + /usr/share/dbus-1 + /usr/share/locale + /usr/share/doc + /usr/share/polkit-1 + + + + + 2022-05-28 + 0.2.6 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2021-07-19 + 0.2.6 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + + + + + system-config-printer + https://github.com/OpenPrinting/system-config-printer PisiLinux Community admins@pisilinux.org GPLv2 app:gui - science.electronics - gEDA contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project. - GEDA, GPL Elektronik Tasarım Otomasyon Araçları. - The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. - GEDA projesi, GPL lısansı altında Elektronik Tasarım Otomasyon Araçları ve geliştirme başlıkları içerir. - http://ftp.geda-project.org/geda-gaf/stable/v1.10/1.10.0/geda-gaf-1.10.0.tar.gz + hardware.printer + A printer administration tool + Yazıcı yapılandırma altyapısı + system-config-printer is a graphical user interface that allows the user to configure a CUPS print server. + system-config-printer, Python ile yazılmış ve otomatik yazıcı tanıma sürecinde kullanılan altyapıyı oluşturan bir kütüphanedir. + https://github.com/OpenPrinting/system-config-printer/releases/download/v1.5.16/system-config-printer-1.5.16.tar.xz + + tr.po + - flex - gawk - doxygen - pkgconfig - gtk2-devel - guile-devel + xmlto + gtk3-devel + util-linux + cups-devel + eudev-devel glib2-devel - python-devel + libusb-devel + gettext-devel + python3-devel + libxslt-devel + libsecret-devel + dbus-glib-devel + autoconf-archive + desktop-file-utils - science/electronics/geda/pspec.xml + + autoconf-2-70.diff + fix-icon.patch + + hardware/printer/system-config-printer/pspec.xml - geda + system-config-printer - gtk2 - cairo - guile + eudev glib2 - pango - gdk-pixbuf + libusb + libsecret + python3-cups + dbus-python3 + python3-pysmbc + python3-requests + libgnome-keyring + python3-pygobject3 + cups - /usr/share /usr/lib + /etc/dbus-1 + /etc/cupshelpers + /usr/share/doc + /lib/udev/rules.d + /usr/share/dbus-1 + /usr/share/system-config-printer/debug.py + /usr/share/appdata/system-config-printer.appdata.xml + /usr/share/system-config-printer/smburi.py + /usr/share/system-config-printer/config.py + /usr/share/system-config-printer/ppdippstr.py + /lib/systemd/system/configure-printer@.service + /run/udev-configure-printer + /lib/udev + /usr/libexec + /usr/lib/tmpfiles.d/system-config-printer.conf + /usr/share/metainfo/system-config-printer.appdata.xml + /usr/bin/scp-dbus-service + /usr/share/system-config-printer/xml + /usr/share/system-config-printer/*.py + /usr/share/system-config-printer/troubleshoot + + + tmpfiles.conf + + + + system-config-printer-gtk + GTK+ frontend of system-config-printer + system-config-printer için GTK+ önyüzü + + python-gtk + notify-python + python3-pygobject3 + system-config-printer + + + /usr/share/man + /usr/share/system-config-printer + /etc/xdg/autostart + /usr/share/applications + /usr/bin + /usr/share/locale + + + + + 2022-08-07 + 1.5.16 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 1.5.16 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 1.5.16 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-24 + 1.5.15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-16 + 1.5.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-08 + 1.5.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.5.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-15 + 1.5.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-11 + 1.5.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-15 + 1.5.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-22 + 1.5.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-03 + 1.5.9 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-12-15 + 1.5.9 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-03-01 + 1.5.7 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 1.5.7 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-05-08 + 1.5.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cups + https://www.cups.org/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + service + hardware.printer + Common Unix Printing System + Unix Ortak Yazdırma Sistemi + cups provides a portable printing layer for *nix-based operating systems. + https://github.com/OpenPrinting/cups/releases/download/v2.4.2/cups-2.4.2-source.tar.gz + + acl-devel + pam-devel + dbus-devel + gnutls-devel + libpcre-devel + zlib-devel + python-devel + libusb-devel + libgcc + avahi-libs + avahi-devel + mit-kerberos-devel + libpaper-devel + xdg-utils + colord-devel + autoconf + + + fedora/cups-final-content-type.patch + fedora/cups-res_init.patch + fedora/cups-logrotate.patch + fedora/cups-web-devices-timeout.patch + gentoo/cups-2.2.6-fix-install-perms.patch + pisilinux/cups-run.patch + pisilinux/statedir.patch + pld-linux/cups-avahi-address.patch + + hardware/printer/cups/pspec.xml + + + cups + + acl + pam + dbus + zlib + libusb + libgcc + libpaper + avahi + gnutls + e2fsprogs + avahi-libs + mit-kerberos + + + /etc/cups/*conf + /usr/lib/tmpfiles.d/cups.conf + /usr/lib + /usr/sbin + /usr/bin + /var/cache/cups/rss + /var/spool/cups/tmp + /run/cups/certs + /var/log/cups + /etc + /lib/udev/rules.d + /lib/systemd/system + /usr/share/cups + /usr/share/icons + /usr/share/applications + /usr/share/doc + /usr/share/man + /usr/share/locale + + + System.Service + System.Package + + + tmpfiles.conf + cups.logrotate + fedora/textonly.ppd + + + + cups-devel + Development files for cups + cups için geliştirme dosyaları + + avahi-devel + gnutls-devel + cups + + + /usr/include + /usr/bin/cups-config + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + cups-32bit + 32-bit shared libraries for cups + cups için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + zlib-32bit + gnutls-32bit + openssl-32bit + + + zlib-32bit + openssl-32bit + libgcc + gnutls-32bit + cups + + + /usr/bin/cups-config-32bit + /usr/lib32 + + + + + 2022-07-05 + 2.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-26 + 2.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-06 + 2.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-25 + 2.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-11-30 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-16 + 2.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 2.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-29 + 2.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-08 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-04 + 2.2.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-06-24 + 2.2.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-23 + 2.2.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-11 + 2.2.10 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-24 + 2.2.9 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-10 + 2.2.7 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 2.2.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 2.2.6 + Version bump + Ayhan Yalçınsoy + ayhanyacinsoy@pisilinux.org + + + 2017-07-16 + 2.2.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 2.2.2 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.1.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-25 + 2.1.3 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2016-03-23 + 2.1.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + foomatic-db-engine + http://www.linuxprinting.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.printer + Foomatic printer database engine + Foomatic yazıcı veritabanı motoru + foomatic-db-engine is the layer that provides the database engine to Foomatic. + foomatic-db-engine, Foomatic veritabanı motorunu oluşturan katmandır. + https://www.openprinting.org/download/foomatic/foomatic-db-engine-4.0-20210824.tar.gz + + libxml2-devel + cups-devel + + + foomatic-db-engine-4.0.8-fix-sandbox.patch + 4.0.7-perl-module.patch + + hardware/printer/foomatic-db-engine/pspec.xml + + + foomatic-db-engine + + libxml2 + + + /usr/bin + /usr/sbin + /usr/lib + /etc/foomatic + /usr/share/foomatic/templates + /usr/share/man + /usr/share/doc + + + + + 2022-05-28 + 20210314 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-11 + 20210314 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 20210314 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 20200310 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 20190111 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-08-13 + 4.0.20180813 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-03-10 + 4.0.20180310 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2017-02-28 + 4.0.12 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 4.0.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-24 + 4.0.12 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + foomatic-db-nonfree + http://www.linuxprinting.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + Custom + app:console + hardware.printer + Foomatic printer database nonfree + Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses. + https://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20210824.tar.gz + + cups-devel + foomatic-db + + hardware/printer/foomatic-db-nonfree/pspec.xml + + + foomatic-db-nonfree + + foomatic-db + + + /usr/share/foomatic/db/ + /usr/share/doc/foomatic-db-nonfree + + + + + 2022-05-28 + 20210824 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-11 + 20210824 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 20210314 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 20200310 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 20190111 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-08-13 + 20180813 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-03-10 + 20180310 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2017-12-14 + 20171214 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-04-09 + 20170409 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 20160609 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 20160326 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + paper + https://github.com/rrthomas/paper + + Blue Devil + bluedevil@sctzine.com + + GPLv3 + app:console + hardware.printer + Replacement for Debian's libpaper + Debian'ın libpaper kitaplığı yerine bir kitaplık + The paper package enables users to indicate their preferred paper size, provides the paper(1) utility to find the user's preferred default paper size and give information about known sizes, and specifies system-wide and per-user paper size catalogues, which can be can also be used directly. + paper, Debian'ın libpaper kitaplığı yerine bir kitaplık sunar. + https://github.com/rrthomas/paper/archive/v2.2.tar.gz + + gnulib-d279bc6.tar.gz + + + help2man + + hardware/printer/paper/pspec.xml + + + paper + Replacement for Debian's libpaper + + /etc + /usr/lib/ /usr/share/doc /usr/share/man /usr/bin - /usr/share/gEDA + + + + + 2020-06-03 + 2.2 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + enscript + http://www.gnu.org/software/enscript/enscript.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.printer + Powerful text-to-postscript converter + Metin dosyalarından postscript belge oluşturma aracı + enscript is an application that you can use to convert your text files to postscript files with enhanced formatting capabilities like colorizing, page layout management etc. + Metin dosyalarını postscript belgelere dönüştüren, dönüşüm sırasında renklendirme, sayfa düzeni ve boyut değiştirme gibi biçimlendirmeler yapabilen bir araç + https://ftp.gnu.org/gnu/enscript/enscript-1.6.6.tar.gz + + ruby.patch + + hardware/printer/enscript/pspec.xml + + + enscript + + /etc + /usr/bin + /usr/share/doc + /usr/share/enscript /usr/share/info - /usr/share/mime + /usr/share/locale + /usr/share/man + + + ruby.st + + + + + 2020-02-12 + 1.6.6 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-07 + 1.6.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-28 + 1.6.4 + Rebuild for new Toolchain. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 1.6.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-01-23 + 1.6.4 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + pnm2ppa + http://pnm2ppa.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.printer + Driver addons for some Hp Deskjet printers + Bazı Hp Deskjet yazıcılar için sürücü eklentileri + Tool to convert pnm data to ppa data for Hp Deskjet 710, 712, 720, 722, 820, 1000 series printer drivers. + Hp Deskjet 710, 712, 720, 722, 820, 1000 serisi yazıcı sürücüleri için pnm verisini ppa verisine dönüştüren araçlar + mirrors://sourceforge/pnm2ppa/pnm2ppa-1.13.tar.gz + + pnm2ppa-default_config.patch + + hardware/printer/pnm2ppa/pspec.xml + + + pnm2ppa + + enscript + + + /etc + /etc/pdq + /usr/bin + /usr/share/doc + /usr/share/man + /usr/share/pnm2ppa + + + + + 2020-03-10 + 1.13 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 1.13 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 1.13 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.13 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-23 + 1.13 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + cups-filters + http://www.openprinting.org + + Marcin Bojara + marcin@pisilinux.org + + GPLv2 + GPLv3 + GPLv2+ + GPLv3+ + LGPLv2+ + MIT + data + library + app:console + 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.28.15.tar.xz + + python3-devel + cups-devel + glib2-devel + tiff-devel + lcms2-devel + dbus-devel + python-devel + libpng-devel + gettext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + dejavu-fonts + poppler-utils + poppler-cpp-devel + zlib-devel + openldap-client + avahi-devel + avahi-glib-devel + qpdf-devel + ghostscript-devel + poppler-devel + mupdf-devel + + hardware/printer/cups-filters/pspec.xml + + + cups-filters + + cups + dbus + tiff + zlib + glib2 + lcms2 + libgcc + libpng + fontconfig + poppler-cpp + mit-kerberos + libjpeg-turbo + qpdf + ghostscript + poppler + e2fsprogs + avahi-glib + avahi-libs + openldap-client + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/ppd + /usr/bin + /usr/share/cups + /etc/cups/cups-browsed.conf + /etc/fonts/conf.d/99pdftoopvp.conf + + + + cups-filters-devel + Development files for cups-filters + Cups-filters için geliştirme dosyaları + + cups-filters + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-08-06 + 1.28.15 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 1.28.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-11 + 1.28.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-07-16 + 1.28.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 1.28.7 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-09-03 + 1.28.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-29 + 1.27.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 1.27.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-11-16 + 1.25.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-07 + 1.25.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-29 + 1.25.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-05-31 + 1.23.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-30 + 1.21.6 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-07 + 1.21.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 1.20.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-21 + 1.20.3 + version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-28 + 1.20.1 + version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-12 + 1.17.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 1.17.9 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-07-13 + 1.14.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-03-21 + 1.5.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.5.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-23 + 1.5.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gutenprint + http://gimp-print.sourceforge.net/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + data + hardware.printer + High quality printer drivers + Yüksek kaliteli yazıcı sürücüleri + gutenprint contains drivers for Canon, Epson, Lexmark, Sony, Olympus, and PCL printers for use with Ghostscript, CUPS, Foomatic, and the Gimp. + Canon, Epson, Lexmark, Sony, Olympus ve PCL türü yazıcılar için Gimp, CUPS, Foomatic yazıcı sürücüleri + https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.4/gutenprint-5.3.4.tar.xz/download + + fedora/cups-genppdupdate.py.in + + + cups-devel + foomatic-db + ghostscript-devel + python-cups + atk-devel + gtk2-devel + zlib-devel + cairo-devel + glib2-devel + pango-devel + libusb-devel + + + fedora/gutenprint-build.patch + fedora/gutenprint-menu.patch + + hardware/printer/gutenprint/pspec.xml + + + gutenprint + + cups + ghostscript + gtk2 + zlib + glib2 + libusb + ncurses + freetype + fontconfig + + + /usr/lib/cups + /usr/bin + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/man/ + /usr/share/cups + /usr/share/foomatic + /usr/share/gutenprint + /usr/share/locale + /usr/include/gutenprintui2/ + /etc/cups/command.types + + + System.Package + + + fedora/gutenprint-foomaticppdupdate + + + + gutenprint-devel + Development files for gutenprint + gutenprint için geliştirme dosyaları + + gtk2-devel + gutenprint + + + /usr/include/gutenprint + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2022-05-28 + 5.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-03-11 + 5.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-14 + 5.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 5.3.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-24 + 5.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-23 + 5.2.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-11 + 5.2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-13 + 5.2.13 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-15 + 5.2.13 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 5.2.12 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 5.2.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-13 + 5.2.11 + First release + Ali Algul + alialgul@pisilinux.org + + + + + + hplip + http://hplip.sourceforge.net/ + + Pisi Linux Admins + admins@pisilinux.org + + custom + GPL2 + hardware.printer + HP Linux Imaging and Printing System + HP Linux yazıcı ve tarayıcı sistemi + HP Linux Imaging and Printing (HPLIP) System includes printer and scanner drivers and related service tools. + HP yazıcı ve tarayıcıları için sürücüler, yazılım eklentileri ve yönetim araçları + mirrors://sourceforge/hplip/hplip-3.22.6.tar.gz + + patch-ppds.sh + fedora/copy-deviceids.py + fedora/hplip-deviceIDs-ppd.patch + fedora/hplip-ppd-ImageableArea.patch + + + zlib-devel + libjpeg-turbo-devel + foomatic-db + rpcbind + net-snmp-devel + sane-backends-devel + cups-devel + python3-devel + python-devel + libusb-devel + dbus-devel + openssl-devel + desktop-file-utils + avahi-devel + python-reportlab + libxcrypt-devel + python-pillow-devel + + + fedora/hplip-avahi-parsing.patch + fedora/hplip-bad-low-ink-warning.patch + fedora/hplip-check-cups.patch + fedora/hplip-clear-old-state-reasons.patch + fedora/hplip-device-reconnected.patch + fedora/hplip-dj990c-margin.patch + fedora/hplip-3165-sourceoption.patch + fedora/hplip-hpcups-sigpipe.patch + fedora/hplip-hpijs-marker-supply.patch + fedora/hplip-log-stderr.patch + fedora/hplip-no-asm.patch + fedora/hplip-no-write-bytecode.patch + fedora/hplip-noernie.patch + fedora/hplip-pstotiff-is-rubbish.patch + fedora/hplip-retry-open.patch + fedora/hplip-scan-tmp.patch + fedora/hplip-silence-ioerror.patch + fedora/hplip-snmp-quirks.patch + fedora/hplip-strncpy.patch + fedora/hplip-typo.patch + fedora/hplip-udev-rules.patch + fedora/hplip-strstr-const.patch + fedora/hplip-ui-optional.patch + pisilinux/desktop-i18n.patch + pisilinux/desktop-i18n-1.patch + pisilinux/fix-polkit-directory.patch + pisilinux/suppress-module-warnings.patch + pisilinux/hp-systray-consume-session-param.patch + Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch + 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch + Re-add-drivers-missing-from-3.19.1.patch + reproducible-gzip.patch + fix-Werror-format-security.patch + + hardware/printer/hplip/pspec.xml + + + hplip + app:console + library + driver + + wget + zlib + libjpeg-turbo + net-snmp + foomatic-db + foomatic-db-engine + sane-backends + sane-frontends + cups + dbus + libgcc + libusb + openssl + avahi + avahi-libs + python-pillow + python-reportlab + + + /etc/sane.d/dll.d + /etc/hp/hplip.conf + /usr/bin + /usr/lib/cups/backend + /usr/lib/cups/filter + /usr/lib + /var/lib/hp + /usr/share/cups + /usr/share/hplip + /usr/share/dbus-1 + /usr/share/PolicyKit + /usr/share/hplip/prnt/plugins + /var/log/hp + /lib/udev/rules.d + /etc/cron.daily/ + + + System.Package + + + fedora/hpcups-update-ppds.sh + hpaio + hplip_tr.qm + + + + hplip-gui + A set of useful utilities written in Qt for managing HP devices + Qt ile yazılmış, HP cihazları yönetmek için kullanılan bir dizi kullanışlı araç + app:gui + hplip + + hplip + python-pygobject + python-qt5 + + + /usr/bin/hp-toolbox + /usr/bin/hp-systray + /usr/bin/hp-print + /usr/share/hplip/toolbox.py + /usr/share/hplip/systray.py + /usr/share/hplip/print.py + /etc/xdg/autostart + /usr/share/applications/*.desktop + /usr/share/hplip/data/images + /usr/share/hplip/plugins + /usr/share/hplip/ui4 + /usr/share/pixmaps + + + hplip.png + + + + hplip-docs + Documentation files for HPLIP + data:doc + + hplip + + + /usr/share/doc + + + + + 2022-08-06 + 3.22.6 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 3.22.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-05-28 + 3.22.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-03-12 + 3.22.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2021-04-26 + 3.21.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-10 + 3.18.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 3.18.4 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-09 + 3.18.4 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-09 + 3.17.11 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-15 + 3.17.11 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 3.16.11 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 3.16.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-09 + 3.16.5 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-05-08 + 3.15.11 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + foomatic-db + https://linuxprinting.org/foomatic.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + data + hardware.printer + Database of printers and printer drivers + Yazıcı sürücüleri + foomatic-db contains the knowledge database for printers which are used by foomatic-db-engine to generate PPD files. + Foomatic yazıcı veritabanı ve sürücüleri + https://www.openprinting.org/download/foomatic/foomatic-db-4.0-20220223.tar.xz + + cleanup-script + + hardware/printer/foomatic-db/pspec.xml + + + foomatic-db + + pnm2ppa + + + /usr/share + + + + + 2022-05-28 + 4.0.20220223 + Rebuild + Mustafa Cinasal + muscnsl@gmail + + + 2022-03-11 + 4.0.20220223 + version bump + Mustafa Cinasal + muscnsl@gmail + + + 2021-03-14 + 4.0.20210314 + version bump + Mustafa Cinasal + muscnsl@gmail + + + 2020-03-10 + 4.0.20200310 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2019-01-11 + 4.0.20190111 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-08-13 + 4.0.20180813 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2018-03-10 + 4.0.20180310 + version bump. + Mustafa Cinasal + muscnsl@gmail + + + 2017-12-14 + 4.0.20171214 + version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2017-02-28 + 4.0.20170228 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 4.0.20160609 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 4.0.20160326 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + lirc + http://www.lirc.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + service + hardware.irda + LIRC est un paquet permettant de décoder et d'envoyer des signaux par infrarouges pour de nombreuses télécommandes usuelles (mais pas toutes). + Linux Infrared Remote Control system + Linux Kızılötesi Uzaktan Kumanda Sistemi + Sistema de control remoto por infrarrojo en Linux + lirc is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls. + lirc, kızılötesi sinyalleriyle yaygın uzaktan kumandaları denetlemeye olanak veren bir Linux altyapısıdır. + LIRC permite decodificar y transmitir señales infrarrojos compatible con muchos (pero no de todos) controles remotos comúnes. + https://sourceforge.net/projects/lirc/files/LIRC/0.10.1/lirc-0.10.1.tar.bz2 + + alsa-lib-devel + libftdi-devel + libusb-compat-devel + libX11-devel + libxslt + doxygen + python3-devel + python3-PyYAML + python3-setuptools + + + sysmacros.patch + + hardware/irda/lirc/pspec.xml + + + lirc + + python3 + alsa-lib + libftdi + libusb-compat + libX11 + eudev + libgcc + libusb + + + /etc + /lib/udev/rules.d + /usr/bin + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/man/man1 + /usr/share/man/man5 + /usr/share/man/man8 + /usr/share/lirc + /run + /var + + + System.Service + + + lirc.conf.d + lirc.tmpfiles + lirc.logrotate + + + + lirc-devel + Development files for lirc + lirc için geliştirme dosyaları + + lirc + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-08-08 + 0.10.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 0.10.1 + Rebuild. + İdris Kalp + idriskalp@gmail.com + + + 2018-10-15 + 0.10.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-20 + 0.10.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-05 + 0.10.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-22 + 0.9.4c + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-09 + 0.9.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-27 + 0.9.3 + Release bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-05-08 + 0.9.3 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libcdio-paranoia + http://www.gnu.org/software/libcdio/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + GPLv2+ + LGPLv2.1 + library + hardware.optical + CD paranoia libraries from libcdio + An advanced CDDA reader with error correction. + mirrors://gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 + + libcdio-devel + + hardware/optical/libcdio-paranoia/pspec.xml + + + libcdio-paranoia + + libcdio + + + /usr/share/info + /usr/share/man + /usr/share/doc + /usr/lib + /usr/bin + + + + libcdio-paranoia-devel + Development files for libcdio-paranoia + + libcdio-paranoia + libcdio-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-01-18 + 10.2_2.0.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-14 + 10.2_2.0.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.94_p2 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 0.93_p1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.90_p1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-02-25 + 0.90_p1 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + dvd+rw-tools + http://fy.chalmers.se/~appro/linux/DVD+RW/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.optical + Tools for DVD+RW/-RW drives + DVD+RW/-RW sürücüler için birtakım araçlar + dvd+rw-tools is a set of tools to work with DVD+-RW drives. + http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz + + dvd+rw-tools-7.0-dvddl.patch + dvd+rw-tools-7.0-wctomb.patch + dvd+rw-tools-7.0-wexit.patch + dvd+rw-tools-7.1-layerbreaksetup.patch + dvd+rw-tools-7.1-minor-major.patch + gcc-4.3.patch + + hardware/optical/dvd+rw-tools/pspec.xml + + + dvd+rw-tools + + cdrkit + libgcc + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2020-03-10 + 7.1 + Rebuild with new toolchain. + Pisi Linux Admins + admins@pisilinux.org + + + 2018-08-18 + 7.1 + Rebuild with new toolchain. + Pisi Linux Admins + admins@pisilinux.org + + + 2017-04-13 + 7.1 + Rebuild with new toolchain. + Pisi Linux Admins + admins@pisilinux.org + + + 2016-10-09 + 7.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libcdio + http://www.gnu.org/software/libcdio/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.optical + Un librairie encapsulant la lecture et le controle du lecteur CD-ROM. + A library to encapsulate CD-ROM reading and control + CD-ROM okuma ve kontrol kitaplığının küçültülmüş sürümü + This library provides an interface for CD-ROM access. It can be used by applications that need OS- and device-independent access to CD-ROM devices. + GNU kompakt disk girdi ve kontrol kitaplığı (libcdio) CD-ROM ve CD kalıplarına ulaşım için gerekli bir kitaplıktır. + mirrors://gnu/libcdio/libcdio-2.1.0.tar.bz2 + + libcddb-devel + ncurses-devel + libgcc + + hardware/optical/libcdio/pspec.xml + + + libcdio + + libcddb + ncurses + libgcc + + + /usr/share/info + /usr/share/man + /usr/share/doc + /usr/lib + /usr/bin + + + + libcdio-devel + Development files for libcdio + libcdio için geliştirme dosyaları + + libcdio + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-14 + 2.1.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2018-07-31 + 2.0.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 0.94 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.92 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.92 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + k3b + http://www.k3b.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + hardware.optical + CD/DVD burning application for KDE + KDE için CD/DVD yazma uygulaması + K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. + K3b her türlü CD/DVD yazma işlevini rahat bir kullanıcı arayüzüyle sunar. Tecrübeli kullanıcılar yazma işleminin her adımına müdahale edebilirken, yeni başlayanlar ise k3b'nin sağladığı öntanımlı ayarlar sayesinde hızlı bir başlangıç yapabilirler. + https://download.kde.org/stable/release-service/21.08.2/src/k3b-21.08.2.tar.xz + + extra-cmake-modules + karchive-devel + kconfig-devel + kcoreaddons-devel + kdoctools-devel + kfilemetadata-devel + ki18n-devel + kiconthemes-devel + kjobwidgets-devel + kcmutils-devel + kio-devel + knotifications-devel + knewstuff-devel + knotifyconfig-devel + kservice-devel + solid-devel + kwidgetsaddons-devel + kxmlgui-devel + qt5-base-devel + qt5-webkit-devel + qt5-location-devel + libsamplerate-devel + cdparanoia-devel + libsndfile-devel + libdvdread-devel + libkcddb + libmpcdec-devel + libvorbis-devel + vcdimager-devel + ffmpeg-devel + dvd+rw-tools + libmad-devel + libogg-devel + libburn-devel + taglib-devel + flac-devel + lame-devel + sox-devel + cdrkit + cdrdao + kauth-devel + + hardware/optical/k3b/pspec.xml + + + k3b + + kio + flac + lame + ki18n + solid + kauth + ffmpeg + cdrkit + cdrdao + libgcc + libmad + libogg + taglib + kconfig + kxmlgui + karchive + kcmutils + kservice + normalize + libburn + libkcddb + qt5-base + knewstuff + libmpcdec + libvorbis + kbookmarks + libdvdread + vcdimager + cdparanoia + libsndfile + qt5-webkit + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + dvd+rw-tools + kfilemetadata + knotifyconfig + libsamplerate + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/lib + /usr/bin + /usr/share + /usr/include + /etc + + + + + 2021-10-16 + 21.08.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-14 + 21.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-08-11 + 21.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-10 + 21.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-03-16 + 20.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-02-16 + 20.08.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-06-16 + 20.04.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-11 + 20.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-09-22 + 19.08.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-24 + 19.04.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-12 + 18.12.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-25 + 18.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-21 + 18.12.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-16 + 18.08.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-18 + 18.04.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-27 + 18.04.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-03-24 + 17.12.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-05 + 17.12.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-11-15 + 17.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-10-24 + 17.08.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-29 + 20160911 + rebuild + Ali Algül + aligulle3801@gmail.com + + + 2016-12-10 + 20160911 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + lsdvd + https://sourceforge.net/projects/lsdvd/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.optical + Small application for listing the contents of DVDs + DVD bilgilerini toplamaya yarayan bir araç + lsdvd is a small application which lists the contents of DVDs to your terminal. + lsdvd, terminal üzerinden DVD'lerin içeriğini görüntülemeye yarayan basit bir araçtır. + mirrors://sourceforge/lsdvd/lsdvd-0.17.tar.gz + + libdvdread-devel + + hardware/optical/lsdvd/pspec.xml + + + lsdvd + + libdvdread + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2020-10-05 + 0.17 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-18 + 0.17 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-07 + 0.17 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.17 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 0.17 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + cdparanoia + https://www.xiph.org/paranoia/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + hardware.optical + An advanced CDDA reader with error correction + Hata düzeltme fonksiyonlu gelişmiş bir CDDA okuyucu + cdparanoia is an advanced CDDA (audio CD) reader with error correction. + http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz + + build_system.patch + cdparanoia-III-05-gcc4.3.patch + + hardware/optical/cdparanoia/pspec.xml + + + cdparanoia + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + cdparanoia-devel + Development files for cdparanoia + cdparanoia için geliştirme dosyaları + + cdparanoia + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-11 + 3.10.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 3.10.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 3.10.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.10.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 3.10.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + simpleburn + http://simpleburn.tuxfamily.org/ + + Stefan Gronewold + groni@pisilinux.org + + Cecill-2 license + app:gui + hardware.optical + A simple GTK+ application for burning CDs and DVDs + SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions. + simpleburn + http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.4.tar.gz + + gtk3-devel + cdparanoia-devel + mpg123-devel + pkgconfig + cmake + libisoburn-devel + libdvdread-devel + libburn-devel + libisofs-devel + libcdio-devel + libcddb-devel + cdrkit + util-linux + libutil-linux-devel + + hardware/optical/simpleburn/pspec.xml + + + simpleburn + + gtk3 + glib2 + lame + cdparanoia + libisoburn + cdrdao + libcdio + libdvdread + libcddb + mpg123 + vorbis-tools + cdrkit + libcdio + + + /usr/bin + /usr/share/locale + /usr/share/simpleburn /usr/share/icons + /usr/share/applications + /usr/share/doc + + + + + 2021-08-11 + 1.8.4 + Ver. bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-18 + 1.8.3.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-13 + 1.8.3.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-13 + 1.6.5 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.6.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-20 + 1.6.5 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-04-19 + 1.6.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libisoburn + https://dev.lovelyhq.com/libburnia/web/wiki + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + app:console + hardware.optical + Frontend for libraries libburn and libisofs + Libburn ve libisofs kütüphanelerini kullanmak için bir arayüz. + Frontend for libraries libburn and libisofs + libisoburn, libburn ve libisofs kütüphanelerini kullanmak için bir arayüzdür. + http://files.libburnia-project.org/releases/libisoburn-1.5.4.tar.gz + + libburn-devel + libisofs-devel + readline-devel + zlib-devel + acl-devel + + hardware/optical/libisoburn/pspec.xml + + + libisoburn + + acl + zlib + readline + libburn + libisofs + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + libisoburn-devel + Development files for libisoburn + libisoburn için geliştirme dosyaları + + libisoburn + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-08-11 + 1.5.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-09 + 1.5.2 + Version bump + fury + uglyside@yandex.ru + + + 2018-08-18 + 1.4.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 1.4.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-2 + 1.4.6 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-15 + 1.4.2 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + cdrkit + http://cdrkit.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.optical + Suite of programs for CD/DVD recording. + Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction. + http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz + + libcdio-paranoia-devel + cdparanoia-devel + libcap-devel + zlib-devel + cmake + + + cdrkit-1.1.8-werror.patch + cdrkit-1.1.9-efi-boot.patch + cdrkit-1.1.9-no_mp3.patch + cdrkit-1.1.9-buffer_overflow.patch + cdrkit-1.1.10-build-fix.patch + cdrkit-1.1.11-manpagefix.patch + cdrkit-1.1.11-rootstat.patch + cdrkit-1.1.11-usalinst.patch + cdrkit-1.1.11-readsegfault.patch + cdrkit-1.1.11-format.patch + cdrkit-1.1.11-handler.patch + cdrkit-1.1.11-dvdman.patch + cdrkit-1.1.11-paranoiacdda.patch + cdrkit-1.1.11-utf8.patch + cdrkit-1.1.11-cmakewarn.patch + cdrkit-1.1.11-memset.patch + cdrkit-1.1.11-ppc64le_elfheader.patch + cdrkit-1.1.11-werror_gcc5.patch + cdrkit-1.1.11-devname.patch + cdrkit-1.1.11-sysmacros.patch + + hardware/optical/cdrkit/pspec.xml + + + cdrkit + + file + zlib + bzip2 + libcap + cdparanoia + + + /usr/bin + /usr/sbin + /usr/include + /usr/lib + /usr/share/man + /usr/share/doc + + + cdrtools + + + + + 2020-01-26 + 1.1.11 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 1.1.11 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-29 + 1.1.11 + Rebuild for new toolchain, add patches + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-25 + 1.1.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-09-14 + 1.1.11 + First release + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + + + + brasero + https://wiki.gnome.org/Apps/Brasero + + Pisilinux Community + admins@pisilinux.org + + GPL + app:gui + hardware.optical + A disc burning application. + Brasero is yet another CD / DVD writing application. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily. + mirrors://gnome/brasero/3.12/brasero-3.12.3.tar.xz + + cdrkit + cdrdao + itstool + gtk-doc + intltool + gtk3-devel + python-six + docbook-xsl + libSM-devel + libICE-devel + dvd+rw-tools + libxml2-devel + libburn-devel + libisofs-devel + gstreamer-devel + libnotify-devel + libisoburn-devel + gdk-pixbuf-devel + shared-mime-info + libcanberra-devel + libcanberra-gtk-devel + libcanberra-gtk3-devel + gst-plugins-base-devel + gobject-introspection-devel + + hardware/optical/brasero/pspec.xml + + + brasero + + gtk3 + glib2 + pango + cairo + libSM + cdrkit + cdrdao + libICE + libxml2 + libburn + libisofs + gstreamer + dvdauthor + libnotify + gdk-pixbuf + dvd+rw-tools + gst-plugins-base + libcanberra-gtk3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + brasero-devel + + gtk3-devel + brasero + + + /usr/include/brasero3 + /usr/lib/pkgconfig + + + + brasero-docs + + brasero + + + /usr/share/gtk-doc/html + + + + + 2022-02-04 + 3.12.3 + First release + Pisilinux Community + admins@pisilinux.org + + + + + + libburn + https://dev.lovelyhq.com/libburnia/web/wiki + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + app:console + hardware.optical + A library for reading, mastering and writing optical discs + Optik diskleri okumak, idare etmek ve yazmak için kitaplıklar + Libburn is an open-source library for reading, mastering and writing optical discs. + libburn, optik diskleri okumak, idare etmek ve yazmak için yazılmış, açık kaynak kodlu bir kitaplıktır. + http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz + hardware/optical/libburn/pspec.xml + + + libburn + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libburn-devel + Development files for libburn + libburn için geliştirme dosyaları + + libburn + + + /usr/include + /usr/lib/pkgconfig/libburn-1.pc + + + + + 2021-08-11 + 1.5.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2020-03-09 + 1.5.2 + Version bump + fury + uglyside@yandex.ru + + + 2018-08-18 + 1.4.8 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 1.4.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-25 + 1.4.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.4.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-26 + 1.4.2 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + cdrdao + http://cdrdao.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.optical + Burn CDs in disk-at-once mode + CDlerinizi DAO modunda yazar + cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents. + mirrors://sourceforge/cdrdao/cdrdao-1.2.4.tar.bz2 + + lame-devel + libao-devel + libmad-devel + libvorbis-devel + + + cdrdao-1.2.3-version.patch + cdrdao-1.2.3-autoconf-update.patch + + hardware/optical/cdrdao/pspec.xml + + + cdrdao + + lame + libmad + libvorbis + libao + + + /usr/bin + /usr/share/cdrdao + /usr/share/doc + /usr/share/man + + + + + 2020-03-10 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-18 + 1.2.3 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-14 + 1.2.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-19 + 1.2.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + sane-frontends + http://www.sane-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + hardware.scanner + Graphical frontend to SANE + SANE için grafiksel arayüz paketi + sane-frontends includes the scanadf and xcam programs. + sane-frontends, scanadf ve xcam grafiksel araçlarını içerir. + ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/sane-frontends-1.0.14.tar.gz + + sane-backends-devel + gimp-devel + gtk2-devel + + + sane-frontends-1.0.14-array-out-of-bounds.patch + sane-frontends-1.0.14-sane-backends-1.0.20.patch + + hardware/scannner/sane-frontends/pspec.xml + + + sane-frontends + + sane-backends + gtk2 + glib2 + + + /usr/bin + /usr/share/doc/sane-frontends + /usr/share/man + + + + + 2020-03-10 + 1.0.14 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 1.0.14 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-14 + 1.0.14 + Rebuild + Mustafa Cinasal + muscnsl@gamil.com + + + 2017-04-09 + 1.0.14 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.0.14 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-10 + 1.0.14 + First release + Varol Maksutoğlu + waroi@pisilinux.org + + + + + + skanlite + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:gui + hardware.scanner + Lite scanning tool for KDE + KDE için hafif bir tarayıcı aracı + Skanlite, provides to use scanner device plugged in your system with Sane backend. + Skanlite, sisteminize takılı tarayıcı aygıtlarını Sane uygulaması ile birlikte kullanmanıza olanak sağlar. + http://download.kde.org/stable/skanlite/2.2/skanlite-2.2.0.tar.xz + + extra-cmake-modules + qt5-base-devel + zlib-devel + libpng-devel + kcoreaddons-devel + ki18n-devel + kxmlgui-devel + kio-devel + kdoctools-devel + ktextwidgets-devel + libksane-devel + + hardware/scannner/skanlite/pspec.xml + + + skanlite + + kio + ki18n + libgcc + libpng + kconfig + kxmlgui + libksane + qt5-base + kcoreaddons + kjobwidgets + kconfigwidgets + kwidgetsaddons + sane-backends + + + /usr/bin + /usr/share/doc + /usr/share + + + + + 2020-07-13 + 2.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-10 + 2.1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-11-14 + 2.1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-10-14 + 2.1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.1.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-16 + 2.1.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gamil.com + + + 2018-04-02 + 2.1.0.1 + Version Bump + Mustafa Cinasal + muscnsl@gamil.com + + + 2018-03-23 + 2.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gamil.com + + + 2018-02-14 + 2.0.1 + Rebuild + Mustafa Cinasal + muscnsl@gamil.com + + + 2017-01-12 + 2.0.1 + Version Bump + Stefan Gronewold + groni@pisilinux.org + + + 2016-05-23 + 2.0 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-02-02 + 2.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + sane-backends + http://www.sane-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + hardware.scanner + Scanner access software + SANE (Scanner Access Now Easy) döküman ve resim tarayıcı sistemi araçları + Scanner Access Now Easy (SANE) is a universal scanner interface. The SANE application programming interface provides standardized access to any raster image scanner hardware. + SANE ve uygulama programlama arayüzü (API) ile herhangi bir görüntü tarayıcı donanımına standartlaştırlmış erişim sağlar. + sane + https://gitlab.com/sane-project/backends/-/archive/1.1.1/backends-1.1.1.tar.gz + + curl-devel + libxml2-devel + gettext-devel + libieee1284-devel + libusb-compat-devel + libusb-devel + libpng-devel + libnl-devel + openssl-devel + cups-devel + libgphoto2-devel + libv4l-devel + avahi-devel + libjpeg-turbo-devel + tiff-devel + net-snmp-devel + autoconf-archive + cairo-devel + glib2-devel + poppler-glib-devel + + + sane-backends-1.0.25-udev.patch + sane-backends-1.0.23-sane-config-multilib.patch + + hardware/scannner/sane-backends/pspec.xml + + + sane-backends + + curl + libxml2 + libnl + openssl + libusb + libpng + libusb-compat + libieee1284 + avahi-libs + libgphoto2 + libv4l + tiff + libjpeg-turbo + net-snmp + cups + libexif + cairo + glib2 + poppler-glib + + + /etc/sane.d/dll.d + /etc/env.d + /etc/sane.d + /usr/bin + /usr/share/locale + /usr/sbin + /usr/libexec + /usr/lib + /usr/share/doc/sane-backends/README + /usr/share/doc/sane-backends/COPYING + /usr/share/man + /usr/share/pixmaps + /lib/udev/rules.d + /usr/share/sane + + + sane.png + 30sane + + + + sane-backends-devel + Development files for sane-backends + sane-backends için geliştirme dosyaları + + sane-backends + + + /usr/include + /usr/lib/pkgconfig + + + + sane-backends-docs + Documentation for SANE backends + sane-backends için belgelendirme dosyaları + + /usr/share/doc + + + + + 2022-07-02 + 1.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-04-01 + 1.0.32 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-23 + 1.0.29 + Version bump + İdris Kalp + idriskalp@gmail.com + + + 2018-08-03 + 1.0.27 + Rebuild + Mustafa Cinasal + admin@pisilinux.org + + + 2018-02-14 + 1.0.27 + Release Bump + Mustafa Cinasal + admin@pisilinux.org + + + 2017-04-10 + 1.0.25 + Release Bump + Kamil Atlı + admin@pisilinux.org + + + 2016-06-09 + 1.0.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-01 + 1.0.25 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + alsa-utils + http://www.alsa-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.sound + Advanced Linux Sound Architecture (ALSA) utilities + ALSA araçları + alsa-utils contains command line utilities for the Advanced Linux Sound Architecture (ALSA). + Alsa-utils Linux işletim sistemlerinde ses ve MIDI fonksiyonlarının gerçekleştirilmesini sağlayan gelişmiş Linux ses mimarisidir + ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.2.7.tar.bz2 + + xmlto + util-linux + eudev-devel + fftw3-devel + libxslt-devel + ncurses-devel + libsamplerate-devel + alsa-lib-devel + + hardware/sound/alsa-utils/pspec.xml + + + alsa-utils + + fftw3 + ncurses + alsa-lib + libsamplerate + + + /etc + /sbin + /usr/share/doc + /usr/share/man + /var/lib/alsa + /usr/bin + /usr/lib + /usr/share/alsa + /lib/udev/rules.d + /usr/share/sounds + /lib/systemd/system + /usr/share/locale + + + System.Service + + + alsaunmute + 01beep.conf + alsactl.conf + alsaunmute.1 + + + + + 2022-06-03 + 1.2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-10 + 1.2.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 1.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.1.5 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-07 + 1.1.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 1.1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-03 + 1.1.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2015-03-04 + 1.0.29 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + alsa-tools + http://www.alsa-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + app:gui + hardware.sound + ALSA configuration tools + Gelişmiş Linux Ses Mimarisi araçları + alsa-tools contains ALSA (Advanced Linux Sound Architecture) tools like firmware loaders and sound card control utilities for specific sound cards. + ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.2.5.tar.bz2 + + gtk2-devel + fltk-devel + alsa-lib-devel + + + usx2yloader_udev.patch + firmware_locations.patch + alsa-tools-1.0.17rc1-fix-link.patch + + hardware/sound/alsa-tools/pspec.xml + + + alsa-tools + ALSA console tools + alsa-tools is a collection of console applications for controlling sound cards like EchoAudio, Envy24, etc. + + libgcc + alsa-lib + + + /usr/bin + /usr/sbin + /lib/udev + /usr/lib + /usr/share/icons + /lib/udev/rules.d + /usr/share/ld10k1 + /usr/share/sounds + /usr/share/man + /usr/share/doc/alsa-tools + + + 90-alsa-tools-firmware.rules + + + + alsa-tools-gui + Graphical frontends for some ALSA tools + alsa-tools-gui is a collection of GUI based ALSA tools for controlling sound cards like EchoAudio, Envy24, Hammerfall HDSP, RMedigicontrol. + + fltk + gtk2 + glib2 + alsa-lib + + + /usr/share/man/man1/envy24control.1 + /usr/share/doc/alsa-tools-gui /usr/share/applications + /usr/share/pixmaps + /usr/bin/echomixer + /usr/bin/envy24control + /usr/bin/hwmixvolume + /usr/bin/hdspconf + /usr/bin/hdspmixer + /usr/bin/rmedigicontrol + /usr/bin/qlo10k1 + + + alsa-tools.xpm + hwmixvolume.png + echomixer.desktop + envy24control.desktop + hdspmixer.desktop + hdspconf.desktop + hwmixvolume.desktop + rmedigicontrol.desktop + + + + alsa-tools-devel + Development files for alsa-tools + alsa-tools için geliştirme dosyaları + + alsa-tools + + + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + + + + + 2022-06-03 + 1.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 1.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-01 + 1.1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-03 + 1.1.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-07 + 1.1.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-12 + 1.1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-03 + 1.1.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-03-04 + 1.0.29 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + alsa-plugins + http://www.alsa-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.sound + Additional library plugins Eg.jack, pulse, maemo ... + Additional library plugins Eg.jack, pulse, maemo ... + alsa-plugins contains ALSA (Advanced Linux Sound Architecture) + https://www.alsa-project.org/files/pub/plugins/alsa-plugins-1.2.6.tar.bz2 + + dbus-devel + libavtp-devel + pulseaudio-libs-devel + libsamplerate-devel + speexdsp-devel + ffmpeg-devel + jack-audio-connection-kit-devel + alsa-lib-devel + + hardware/sound/alsa-plugins/pspec.xml + + + alsa-plugins + ALSA console plugins + alsa-plugins contains ALSA (Advanced Linux Sound Architecture) + + dbus + libavtp + pulseaudio-libs + libsamplerate + speexdsp + ffmpeg + jack-audio-connection-kit + alsa-lib + + + /etc/alsa/conf.d + /usr/lib/alsa-lib + /usr/share/alsa + + + + + 2022-06-03 + 1.2.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-01-25 + 1.2.6 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + alsa-lib + http://www.alsa-project.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + hardware.sound + The Advanced Linux Sound Architecture (ALSA) library + Gelişmiş Linux Ses Mimarisi kütüphanesi + alsa-lib provides ALSA runtime libraries to simplify application programming and provide higher level functionality as well as support for the older OSS API, providing binary compatibility for most OSS programs. + alsa-lib, ses aygıtlarına erişim sağlayarak kolayca uygulama yazılmasını sağlayan bir kütüphanedir. + ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.2.tar.bz2 + https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.7.2.tar.bz2 + https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-1.2.5.1.tar.bz2 + + doxygen + python-devel + + hardware/sound/alsa-lib/pspec.xml + + + alsa-lib + + python + + + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/alsa + + + + alsa-lib-devel + Development files for alsa-lib + alsa-lib için geliştirme dosyaları + + alsa-lib + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include/sys + /usr/include/alsa + /usr/include/asoundlib.h + /usr/share/aclocal + /usr/share/man/man3 + + + + alsa-lib-32bit + 32-bit shared libraries for alsa-lib + alsa-lib için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + /usr/lib32 + + + + + 2022-07-09 + 1.2.7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-20 + 1.2.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-06-03 + 1.2.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-10 + 1.2.6.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-21 + 1.2.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-01-18 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-10 + 1.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-11 + 1.2.1.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-09-16 + 1.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-01-07 + 1.1.5 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-06 + 1.1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-03 + 1.1.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-03-04 + 1.0.29 + First release + Hakan Yıldız + hknyldz93@gmail.com + + + + + + fuse3 + http://fuse.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.misc + Interface implémentée dans l'environnement utilisateur (userpace) pour les systèmes de fichier. + An interface for filesystems implemented in userspace + Kullanıcı düzeyinde dosya sistemi oluştumaya yarayan kitaplık + Una interfaz para sistemas de archivos implementados en el espacio de usuario + fuse is a backend allowing regular users to (un)mount filesystems for their own use. + FUSE, kullanıcıların kendileri için dosya sistemleri oluşturmasına, bağlamasına ve bağı koparmasına imkân veren bir arkauç kitaplıktır. + https://github.com/libfuse/libfuse/releases/download/fuse-3.10.5/fuse-3.10.5.tar.xz + + meson + doxygen + eudev-devel + gettext-devel + + hardware/misc/fuse3/pspec.xml + + + fuse3 + + glibc + + + /bin + /sbin + /usr/sbin + /usr/bin + /lib + /usr/lib + /usr/share/doc + /usr/share/man + + + + fuse3-devel + Development files for fuse3 + fuse3 için geliştirme dosyaları + system.devel + + fuse3 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-04-26 + 3.10.5 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-06-24 + 3.9.2 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + dkms + http://linux.dell.com/dkms + + Marcin Bojara + marcin.bojara@gmail.com + + GPLv2 + kernel + hardware.misc + Dynamic Kernel Module Support + Dynamic Kernel Module Support + DKMS is a dynamic kernel module support framework. + DKMS, dinamik çekirdek modülü desteği çatısıdır. + https://github.com/dell/dkms/archive/v2.8.1.tar.gz + hardware/misc/dkms/pspec.xml + + + dkms + + gcc + bash + kmod + make + coreutils + + + /etc + /usr/sbin + /usr/share/doc + /usr/share/man + /var/lib + /usr/share/bash-completion + + + System.PackageHandler + + + + + 2020-04-15 + 2.8.1 + pakhandler.py improvements + Marcin Bojara + marcin.bojara@gmail.com + + + 2020-01-06 + 2.8.1 + Version bump. Add pakhandler.py + Marcin Bojara + marcin.bojara@gmail.com + + + 2018-09-01 + 2.6.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 2.5 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-29 + 2.3 + new release + Ali Algül + aligulle3801@gmail.com + + + 2016-06-09 + 2.2.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-01 + 2.2.0.3 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + android-tools + https://developer.android.com/studio + + Stefan Gronewold + groni@pisilinux.org + + Custom + programming.tools + Android Platform Tools + Android Platform Tools + https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz + + git + gcc + perl + cmake + ninja + golang + lz4-devel + zlib-devel + gtest-devel + zstd-devel + brotli-devel + libusb-devel + libpcre-devel + protobuf-devel + libpcre2-devel + libunwind-devel + + hardware/misc/android-tools/pspec.xml + + + android-tools + Android Platform Tools + Android Platform Tools + programming.tools + + lz4 + zlib + zstd + gtest + brotli + libgcc + libusb + libpcre + protobuf + libpcre2 + libunwind + android-udev + + + /usr/bin + /usr/share + + + + + 2022-06-28 + 31.03 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + + + 2022-05-03 + 31.03 + First Release + Kamil Atlı + suvari@pisilinux.org + + + + + + flashrom + https://www.flashrom.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + hardware.misc + Utility for reading, writing, erasing and verifying flash ROM chips + Utility for reading, writing, erasing and verifying flash ROM chips + Flash çip içeriğini okumak/yazmak için basit program + Flash çip içeriğini okumak/yazmak için basit program + flashrom + https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2 + + meson + dmidecode + libusb-devel + libftdi-devel + pciutils-devel + + hardware/misc/flashrom/pspec.xml + + + flashrom + + libusb-devel + libftdi-devel + pciutils-devel + + + /usr/sbin + /usr/lib + /usr/share/doc + + + + flashrom-devel + Development files for flashrom + + flashrom + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-23 + 1.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + glusterfs + https://www.gluster.org/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + app:console + hardware.misc + a cluster file-system capable of scaling to several peta-bytes. + GlusterFS, güçlü bir ağ/küme dosya sistemidir. + Gluster is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks. Gluster is free. + Gluster, ölçeklenebilir bir ağ dosya sistemidir. Yaygın kullanıma hazır donanımı kullanarak medya akışı, veri analizi ve diğer veri ve bant genişliği yoğun görevler için büyük, dağıtılmış depolama çözümleri oluşturabilirsiniz. Gluster ücretsizdir. + https://github.com/gluster/glusterfs/archive/refs/tags/v10.1.tar.gz + + acl-devel + zlib-devel + curl-devel + fuse-devel + attr-devel + gperftools + spice-devel + libaio-devel + python3-devel + openssl-devel + libxml2-devel + liburcu-devel + libtirpc-devel + liburing-devel + readline-devel + spice-protocol + rpcsvc-proto-devel + libutil-linux-devel + + hardware/misc/glusterfs/pspec.xml + + + glusterfs + + acl + curl + zlib + attr + libaio + liburcu + libxml2 + openssl + libtirpc + liburing + gperftools + libutil-linux + + + /usr/bin + /usr/lib + /var/lib/glusterd + /usr/share/man + /usr/share/doc + /usr/share/glusterfs + /etc/glusterfs + /var/log + /etc/ganesha/ganesha-ha.conf.sample + /var/run/gluster + + + + glusterfs-devel + Development files for glusterfs + glusterfs için geliştirme dosyaları + + libutil-linux-devel + glusterfs + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-05 + 10.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libftdi + http://www.intra2net.com/en/developer/libftdi/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + hardware.misc + A library for accessing to FTDI USB chips + FTDI USB entegrelerine erişim kitaplığı + libftdi allows access to eeprom and bitbang modes of FT232/245/2232 USB serial interface chips. + libftdi ile FT232/245/2232 USB seri arabirim entegrelerinin eeprom ve bitbang modlarını kullanabilirsiniz. + https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2 + + cmake + libusb-devel + boost-devel + python-devel + swig + + + fix-udev-group_and_usb_name.patch + + hardware/misc/libftdi/pspec.xml + + + libftdi + + libusb + libgcc + + + /usr/bin + /usr/lib + /lib/udev/rules.d + /usr/share/doc + + + + python-libftdi + Python bindings for libftdi + Python için libftdi bağlayıcıları + + libusb + python3 + libftdi + + + /usr/lib/python* + + + + libftdi-devel + Development files for libftdi + libftdi için geliştirme dosyaları + + libftdi + libusb-devel + + + /usr/bin/libftdi-config + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/share/doc/libftdi/examples + + + + + 2020-01-14 + 1.4 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-20 + 1.4 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-03-22 + 1.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 1.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-26 + 1.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libx86 + http://www.codon.org.uk/~mjg59/libx86/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.misc + A hardware-independent library for executing real-mode x86 code + Gerçek-mod x86 kodlarını çalıştırmak için donanım-bağımsız bir kütüphane + libx86 contains the library and header files necessary for the development of programs that will use libx86 to make real-mode x86 calls. + libx86, gerçek-mod x86 çağrıları yapabilen programların geliştirilmesi için gerekli başlık dosyaları ve kütüphaneleri içerir. + A menudo puede ser útil poder realizar llamadas de BIOS x86 en modo real desde el espacio de usuarios. lrmi facilita para ello una interfaz simple para equipos x86, sin embargo no funciona en otras plataformas. libx86 facilita la interfaz lrmi, pero además funcionará en plataformas como amd64 y alpha. + http://slamd64.ada.net.tr/slamd64-12.2/source/ap/libx86/libx86-1.1.tar.gz + + libx86-0.99-ifmask.patch + libx86-add-pkgconfig.patch + libx86-mmap-offset.patch + + hardware/misc/libx86/pspec.xml + + + libx86 + + /usr/lib + /usr/share/doc + + + + libx86-devel + + libx86 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-12-21 + 1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2020-01-31 + 1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-15 + 1.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 1.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 1.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-24 + 1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libmtdev + http://bitmath.org/code/mtdev + + PisiLinux Community + admins@pisilinux.org + + MIT + library + hardware.misc + Multitouch Protocol Translation Library + Çoklu Dokunmatik Protokol Dönüşüm Kütüphanesi + The libmtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. + Libmtdev kütüphanesi, kernel MT olaylarının tüm çeşitlerini slotlu B tipi protokole dönüştürür. + http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.gz + hardware/misc/libmtdev/pspec.xml + + + libmtdev + + /usr/bin + /usr/lib + /usr/share/doc + + + + libmtdev-devel + Development files of libmtdev + Libmtdev için geliştirme dosyaları + + libmtdev + + + /usr/include + /usr/lib/pkgconfig + + + + libmtdev-32bit + 32-bit shared libraries for libmtdev + emul32 + emul32 + + libmtdev + + + /usr/lib32 + + + + + 2020-01-16 + 1.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 1.1.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-13 + 1.1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.1.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-16 + 1.1.5 + First release + Kamil Atlı + suvarice@gmail.com + + + + + + libsmbios + https://github.com/dell/libsmbios + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + OSL-2.0 + library + app:console + hardware.misc + Provide access to (SM)BIOS information + (SM)BIOS bilgilerine ulaşabilmeyi sağlar + libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries. + https://codeload.github.com/dell/libsmbios/tar.gz/v2.4.2 + + libxml2-devel + chrpath + doxygen + + + 0001-libsmbios-fix-more-places-with-loop-iterators-with-b.patch + + hardware/misc/libsmbios/pspec.xml + + + libsmbios + + libgcc + + + /etc + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/man/man3 + /usr/share/man/man1 + /usr/share/smbios-utils /usr/share/locale - geda-devel - Development files for geda - geda için geliştirme dosyaları - geda-devel, geda için geliştirme dosyalarını içerir. + libsmbios-devel + Development files for libsmbios + libsmbios için geliştirme dosyaları + + libsmbios + + + /usr/include/Makefile.am + /usr/include/smbios + /usr/include/smbios_c + /usr/lib/pkgconfig + + + + + 2020-01-31 + 2.4.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-01 + 2.4.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-11 + 2.3.3 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-04-29 + 2.3.3 + new release + Ali Algül + aligulle3801@gmail.com + + + 2016-06-09 + 2.3.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-01 + 2.3.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + redshift + https://github.com/jonls/redshift + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + hardware.misc + Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. + Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. + Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir. + Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir. + https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz + + intltool + gtk3-devel + glib2-devel + libX11-devel + libdrm-devel + libxcb-devel + python3-devel + geoclue-devel + libnotify-devel + json-glib-devel + shared-mime-info + libXxf86vm-devel + gobject-introspection-devel + + hardware/misc/redshift/pspec.xml + + + redshift + + glib2 + libX11 + libdrm + libxcb + libXxf86vm + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/icons + /usr/share/doc + /usr/share/applications + /usr/share/appdata + /usr/share/locale + + + + + 2021-10-25 + 1.12 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2020-01-31 + 1.12 + First release + PisiLinux Community + admins@pisilinux.org + + + 2019-01-30 + 1.12 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libgphoto2 + http://www.gphoto.org/ + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + hardware.misc + Library that implements support for numerous digital cameras + Sayısal kamera ve müzik çalarlara erişim sağlayan kütüphane + Libgphoto2 est une librairie centrale conçue pour permettre aux programmes extérieurs d'accéder aux appareils photos numériques. + libgphoto2 is the core library designed to allow access to digital camera by external programs. + libgphoto2, harici uygulamalar tarafından sayısal kameralara ve müzik çalarlara erişim için kullanılan bir programlama kütüphanesidir. + Libgphoto2 es la librería núcleo (core) que permite a programas externos acceder a camaras digitales. + mirrors://sourceforge/project/gphoto/libgphoto/2.5.28/libgphoto2-2.5.28.tar.xz + + doxygen + gd-devel + tiff-devel + curl-devel + libusb-devel + libexif-devel + libxml2-devel + libjpeg-turbo-devel + + hardware/misc/libgphoto2/pspec.xml + + + libgphoto2 + + gd + curl + libusb + libexif + libxml2 + libtool-ltdl + libjpeg-turbo + + + /lib/udev + /usr/lib + /usr/share/libgphoto2 + /lib/udev/rules.d + /usr/share/locale + /usr/share/doc/libgphoto2 + + + + libgphoto2-docs + Documentation for libgphoto2 + libgphoto2 için detaylı belgelendirme + + /usr/share/doc/libgphoto2/camlibs + /usr/share/doc/libgphoto2/libgphoto2-api.html + + + + libgphoto2-devel + Development files for libgphoto2 + libgphoto2 için geliştirme dosyaları + + libexif-devel + libgphoto2 + + + /usr/bin/gphoto2-config + /usr/bin/gphoto2-port-config + /usr/include/gphoto2 + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2022-01-17 + 2.5.28 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-19 + 2.5.26 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-19 + 2.5.23 + İdris Kalp + İdris Kalp + idriskalp@gmail.com + + + 2018-07-30 + 2.5.18 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 2.5.16 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-09 + 2.5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-06-09 + 2.5.8 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-02 + 2.5.8 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + ethtool + https://www.kernel.org/pub/software/network/ethtool/ + + Blue Devil + bluedevil@sctzine.com + + GPLv2 + app:console + hardware.misc + Utility to examine and tune ethernet-based network interfaces + Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım + ethtool is used for querying and changing settings of an ethernet device. + Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar. + https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-5.8.tar.xz + + libmnl-devel + + hardware/misc/ethtool/pspec.xml + + + ethtool + Utility to examine and tune ethernet-based network interfaces + + libmnl + + + /usr/share/doc + /usr/share/man + /usr/sbin + /usr/share/bash-completion + + + + + 2020-09-07 + 5.8 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-07-22 + 5.7 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-28 + 5.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-04 + 5.3 + Ver. bump + Blue Devil + bluedevil@sctzine.com + + + 2016-02-18 + 4.2 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2010-11-19 + 2.6.36 + First release + Onur Küçük + onur@pardus.org.tr + + + + + + libfprint + https://fprint.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + hardware.misc + A library for accessing to various fingerprint readers + Çeşitli parmakizi okuyucularına erişmek için kitaplık + libfprint is an open source software library designed to make it easy for application developers to add support for consumer fingerprint readers to their software. + libfprint, çeşitli parmakizi okuyuculara erişim sağlayan açık kaynaklı bir donanım kitaplığıdır. + https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v1.94.3/libfprint-v1.94.3.tar.gz + + meson + doxygen + gtk-doc + nss-devel + gdb-devel + glib2-devel + cairo-devel + pixman-devel + libgusb-devel + libgudev-devel + gobject-introspection-devel + + hardware/misc/libfprint/pspec.xml + + + libfprint + + nss + glib2 + cairo + pixman + libusb + libgusb + libgudev + + + /lib/udev + /usr/lib/girepository-1.0 + /usr/lib/libfprint-2.so* + /usr/share/gtk-doc + /usr/share/doc/libfprint + + + + libfprint-devel + Development files for libfprint + libfprint için geliştirme dosyaları glib2-devel - guile-devel + libfprint + + + /usr/lib/pkgconfig + /usr/include + /usr/share/gir-1.0 + + + + + 2022-02-27 + 1.94.3 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + android-udev + https://github.com/M0Rf30/android-udev-rules + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + hardware.misc + Udev rules to connect Android devices to your linux box + Android cihazlarını linux sistemine bağlamak için Udev kuralları + Udev rules to connect Android devices to your linux box + Android cihazlarını linux sistemine bağlamak için Udev kuralları + https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20220102.tar.gz + + eudev-devel + libmtp-devel + + hardware/misc/android-udev/pspec.xml + + + android-udev + Udev rules to connect Android devices to your linux box. + + eudev + libmtp + + + /usr/share/doc/android-udev/LICENSE + /usr/lib/udev/rules.d/51-android.rules + /usr/lib/sysusers.d/android-udev.conf + + + + + 2022-05-03 + 20220102 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + libmtp + http://libmtp.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + hardware.misc + An implementation of Microsoft's Media Transfer Protocol (MTP) + Microsoft'un medya aktarım protokolünü destekleyen araçlar için bir kütüphane + libmtp est une implémentation du Media Transfer Protocol (MTP) de Microsoft sous la forme d'une librairie principalement adéquate pour les systèmes d'exploitation conformes à POSIX. + libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. + libmtp, PlayForSure olarak da anılan, Microsoft'un medya aktarım protokolünü desteklemek için yazılmış bir programlama kütüphanesidir. Uygulamalar, libmtp kütüphanesini kullanarak, PlayForSure destekli MP3 çalar veya dijital kameralardaki içerik üzerinde taşıma, aktarma, isimlendirme vb.. işlemleri kolayca yapabilirler. + libmtp es una implementación del protocolo de transferencia de Microsoft's Media (MTP) en forma de una librería para uso en sistemas operativos POSIX compliant. + mirrors://sourceforge/project/libmtp/libmtp/1.1.20/libmtp-1.1.20.tar.gz + + doxygen + libusb-devel + libgcrypt-devel + + hardware/misc/libmtp/pspec.xml + + + libmtp + + libusb + libgcrypt + + + /usr/bin + /usr/lib/libmtp.* + /lib/udev + /usr/share/hal + /usr/share/doc + + + + libmtp-devel + Development files for libmtp + libmtp için geliştirme dosyaları + + libmtp + libusb-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-07-04 + 1.1.20 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-15 + 1.1.19 + Version bump. + fury + uglyside@yandex.ru + + + 2020-01-31 + 1.1.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 1.1.15 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-04 + 1.1.14 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 1.1.12 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 1.1.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-10 + 1.1.11 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libgusb + https://github.com/hughsie/libgusb + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.misc + GObject wrapper for libusb. + GObject wrapper for libusb. + GLib wrapper around libusb1. + https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.8.tar.xz + + meson + gtk-doc + docbook-xsl + glib2-devel + vala-devel + libxslt-devel + libxml2-devel + libusb-devel + gobject-introspection-devel + + hardware/misc/libgusb/pspec.xml + + + libgusb + + glib2 + vala + libxslt + libxml2 + libusb + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/vala + /usr/share/gir-1.0 + + + + libgusb-devel + Development files for libgusb + libgusb için geliştirme dosyaları + + libgusb + libusb-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libgusb-docs + Reference files for libgusb + data:doc + + libgusb + + + /usr/share/gtk-doc + + + + + 2021-10-11 + 0.3.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-30 + 0.3.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 0.2.11 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-02-06 + 0.2.9 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-11-13 + 0.2.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-22 + 0.2.4 + Rebuild for vala + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-25 + 0.2.4 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-13 + 0.1.6 + Rebuild. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2013-04-13 + 0.1.6 + bump + Erdinç GÜltekin + erdincgultekin@pisilinux.org + + + 2012-10-05 + 0.1.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + dtc + https://github.com/telegramdesktop/dtc + + Kamil Atlı + suvari@pisilinux.org + + GPL2 + library + hardware.misc + Device Tree Compiler + Cihaz Ağacı Derleyicisi + Device Tree Compiler + Cihaz Ağacı Derleyicisi + https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz + + swig + meson + libyaml-devel + python3-devel + valgrind-devel + + hardware/misc/dtc/pspec.xml + + + dtc + + libyaml + valgrind + + + /usr/lib/libfdt.so* + /usr/share/doc + /usr/bin + /usr/lib/python3.9/site-packages + + + + dtc-devel + Development files for dtc + dtc için geliştirme başlıkları + + dtc + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-02-05 + 1.6.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + qvkbd + https://github.com/KivApple/qvkbd + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:gui + hardware.misc + A virtual keyboard written in C++ and QML. + sanal klavye + qvkbd A virtual keyboard written in C++ and QML. + C ++ ve QML'de yazılmış sanal bir klavye. + https://github.com/KivApple/qvkbd/archive/master.zip + + libX11-devel + libXtst-devel + qt5-base-devel + qt5-x11extras-devel + qt5-declarative-devel + + hardware/misc/qvkbd/pspec.xml + + + qvkbd + + libX11 + libgcc + libXtst + qt5-base + qt5-x11extras + qt5-declarative + + + /usr/bin + /usr/share/doc + /usr/share + + + + + 2020-01-31 + 20191201 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-12-01 + 20191201 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-12-08 + 20181119 + First release. + Kamil Atlı + suvari@pisilinux.org + + + + + + libavtp + http://www.github.com/Avnu/libavtp/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + hardware.misc + Open source implementation of Audio Video Transport Protocol + Open source implementation of Audio Video Transport Protocol + Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec + Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec + https://github.com/Avnu/libavtp/archive/refs/tags/v0.1.0.tar.gz + + meson + glibc-devel + cmocka-devel + + hardware/misc/libavtp/pspec.xml + + + libavtp + + /usr/lib + /usr/share/doc + + + + libavtp-devel + Development files for libavtp + Development files forlibavtp + + libavtp + + + /usr/include + + + + + 2022-01-25 + 0.1.0 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + libieee1284 + http://cyberelk.net/tim/libieee1284/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.misc + Library to query devices using IEEE1284 + IEEE1284 kullanarak donanımların sorgulanması için bir kütüphane + Cette librairie est à destination des applications qui ont besoins de communiquer avec (ou au moins identifier) des périphériques liés au système par le port parallèle. + Library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port. + Paralel portlar aracılığı ile bağlanmış araçlarla iletişimi (en azından tanımlanmasını) gerçekleştiren uygulamalar için gerekli olan kütüphanedir. + La librería usado por aplicaciones que necesitan comunicarse con (,o al menos necesitan identificar) dispositivos conectados al puerto paralelo. + mirrors://sourceforge/libieee1284/libieee1284-0.2.11.tar.bz2 + + python-devel + chrpath + + + libieee1284-strict-aliasing.patch + + hardware/misc/libieee1284/pspec.xml + + + libieee1284 + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + python-libieee1284 + Python bindings for libieee1284 + libieee1284 için Python bağlayıcıları + + libieee1284 + + + /usr/lib/python* + + + + libieee1284-devel + Development files for libieee1284 + libieee1284 için geliştirme dosyaları + + libieee1284 + + + /usr/include + /usr/share/man/man3 + + + + + 2020-01-31 + 0.2.11 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-29 + 0.2.11 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-07 + 0.2.11 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 0.2.11 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-03-10 + 0.2.11 + First release + Varol Maksutoğlu + waroi@pisilinux.org + + + + + + florence + http://florence.sourceforge.net/english.html + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + app:gui + hardware.misc + On-screen virtual keyboard. + Florence is an extensible scalable on-screen virtual keyboard for GNOME that stays out of your way when not needed. You need it if you can't use a real keyboard either because of a handicap, broken keyboard or tablet PC but you can use a pointing devide. + https://sourceforge.net/projects/florence/files/florence/0.6.3/florence-0.6.3.tar.bz2 + + intltool + gtk3-devel + cairo-devel + pango-devel + libxml2-devel + librsvg-devel + libXtst-devel + libXext-devel + gstreamer-devel + libnotify-devel gdk-pixbuf-devel - geda + at-spi2-core-devel + + hardware/misc/florence/pspec.xml + + + florence + + gtk3 + cairo + pango + libX11 + libxml2 + librsvg + libXtst + libXext + gstreamer + libnotify + gdk-pixbuf + at-spi2-core + + + /usr/bin + /usr/lib + /usr/share + /usr/share/applications + /usr/share/florence + /usr/share/glib-2.0 + /usr/share/pixmaps + /usr/share/locale + /usr/share/doc + + + + florence-devel + + florence + glib2-devel + + + /usr/include + /usr/lib/pkgconfig/florence-1.0.pc + + + + + 2020-01-09 + 0.6.3 + First release + fury + uglyside@yandex.ru + + + + + + hwloc + https://www.open-mpi.org/projects/hwloc/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + app:console + hardware.misc + Portable Hardware Locality (hwloc) + Hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı + The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. + hwlock, hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı sunar. + https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2 + + cairo-devel + pciutils-devel + libxml2-devel + numactl-devel + libpciaccess-devel + + + hwloc-1.8.1-gl.patch + + hardware/misc/hwloc/pspec.xml + + + hwloc + Portable Hardware Locality (hwloc) + + cairo + libxml2 + numactl + libX11 + libpciaccess + + + /etc + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/hwloc + /usr/share/applications + /usr/share/bash-completion/completions/hwloc + + + + hwloc-devel + Development files for hwloc + hwloc için geliştirme dosyaları + hwloc-devel, hwloc için geliştirme dosyalarını içerir. + + hwloc /usr/include @@ -326581,161 +355365,846 @@ contacts, tasks, and calendar information. - 2020-09-29 - 1.10.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-16 - 1.8.2 - First release - PisiLinux Community - admins@pisilinux.org - - - 2018-04-03 - 1.8.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - kicad - http://kicad-pcb.org/ - - Mustafa Cinasal - muscnsl@gmail.com - - GPLv1 - library - science.electronics - Electronic schematic and printed circuit board (PCB) design tools - Electronic schematic and printed circuit board (PCB) design tools - Electronic schematic and printed circuit board (PCB) design tools - Electronic schematic and printed circuit board (PCB) design tools - kicad - https://gitlab.com/kicad/code/kicad/-/archive/6.0.7/kicad-6.0.7.tar.bz2 - - glm - swig - cmake - wxGTK3 - curl-devel - zlib-devel - glew-devel - cairo-devel - wxGTK-devel - boost-devel - libSM-devel - mesa-devel - doxygen - gtk3-devel - openssl-devel - python3-devel - mesa-glu-devel - ngspice-devel - opencascade-devel - desktop-file-utils - - science/electronics/kicad/pspec.xml - - - kicad - - curl - glew - zlib - boost - cairo - glib2 - wxGTK3 - libgcc - pixman - python3 - libgomp - openssl - libglvnd - mesa-glu - opencascade - wxGTK-common - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2022-07-29 - 6.0.7 + 2022-07-06 + 2.8.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-09-09 - 4.0.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - 2018-05-11 - 4.0.7 - Rebuild. + 2021-12-14 + 2.7.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-04-04 - 4.0.7 - First release - Mustafa Cinasal - muscnsl@gmail.com + 2020-05-22 + 2.2.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com - ngspice - http://ngspice.sourceforge.net/ + libgpod + http://www.gtkpod.org/libgpod.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + hardware.misc + A library to access the contents of an iPod + iPod üzerindeki verilere ulaşmak için kullanılan bir kütüphane + libgpod est une librairie partagée permettant d'accéder au contenu d'un iPod. Cette librairie est basée sur le code du projet gtkpod. + libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. + libgpod, iPod taşınabilir medya oynatıcıları üzerindeki verilere ulaşmak için kullanılan bir kütüphanedir. Kütüphane, gelişmiş parça listesi, parça istatistikleri, podcast gibi ileri özellikleri destekler. libgpod, gtkpod projesi temel alınarak geliştirilmiştir. + mirrors://sourceforge/gtkpod/libgpod-0.8.3.tar.bz2 + + intltool + gettext-devel + libusb-devel + sqlite-devel + python-devel + gtk-doc + gtk2-devel + docbook-xml + python-six + python-mutagen + libplist-devel + sg3_utils-devel + libimobiledevice-devel + python-pygobject-devel + swig + + + 0001-323-Segmentation-fault-when-opening-ipod.patch + libgpod-0.8.2-pkgconfig_overlinking.patch + libgpod-fixswig.patch + libgpod-udev.patch + 0001-configure.ac-Add-support-for-libplist-2.2.patch + + hardware/misc/libgpod/pspec.xml + + + libgpod + + zlib + glib2 + sqlite + libusb + libxml2 + libplist + sg3_utils + gdk-pixbuf + libimobiledevice + + + /usr/bin + /lib/udev + /usr/lib + /usr/share/hal + /lib/udev/rules.d + /run/libgpod + /usr/share/locale + /usr/share/doc + + + + python-libgpod + Python bindings for libgpod + libgpod için Python bağlayıcıları + programming.language.python + + libgpod + libplist + gdk-pixbuf + python-mutagen + + + /usr/lib/python2* + + + + libgpod-devel + Development files for libgpod + libgpod için geliştirme dosyaları + + libgpod + gdk-pixbuf-devel + libimobiledevice-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-05 + 0.8.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-31 + 0.8.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-19 + 0.8.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-03 + 0.8.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-04 + 0.8.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + gpm + https://www.nico.schottelius.org/software/gpm/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + hardware.misc + Console mouse driver + Konsol tabanlı fare sürücüsü + GPM (short for General Purpose Mouse) brings mouse support to TTYs. + Genel amaçlı fare ve konsolda fare desteği içindir. + http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2 + + ncurses-devel + texinfo + + + gpm-1.20.7-glibc_2.26-1.patch + + hardware/misc/gpm/pspec.xml + + + gpm + + ncurses + + + /usr/bin + /usr/include + /usr/share/man + /usr/share/info + /usr/share/doc + /usr/lib + /etc + /usr/share/emacs + + + System.Service + + + gpm.conf.d + + + + + 2020-01-12 + 1.20.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-01 + 1.20.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-05 + 1.20.7 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.20.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 1.20.7 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + djbfft + http://cr.yp.to/djbfft.html + + PisiLinux Community + admins@pisilinux.org + + public-domain + library + science.mathematics + Fast float library + Hızlı küsürlü sayı kitaplığı + An extremely fast library for floating-point convolution. + djbfft çok hızlı küsürlü sayı bükülme kitaplığıdır. + http://cr.yp.to/djbfft/djbfft-0.76.tar.gz + + gcc3.patch + shared.patch + headers.patch + + science/mathematics/djbfft/pspec.xml + + + djbfft + + /usr/lib + /usr/share/doc + + + + djbfft-devel + Development files for djbfft + djbfft için geliştirme dosyaları + + djbfft + + + /usr/include + + + + + 2020-01-19 + 0.76 + Rebuild + Pisi Linux Community + admin@pisilinux.org + + + 2018-07-31 + 0.76 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-01 + 0.76 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.76 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-20 + 0.76 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + SuiteSparse + http://faculty.cse.tamu.edu/davis/suitesparse.html + + Pisi Linux Community + admin@pisilinux.org + + GPL + library + science.mathematics + SuiteSparse, a suite of Sparse matrix software + Sparse matrix kütüphanesi + Librairie de matrices Sparse. + SuiteSparse is a single archive that contains sparse matrix libraries. + SuiteSparse, Sparse matrix kütüphanesi içerir. + https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.7.2.tar.gz + + cmake + blas-devel + metis-devel + libquadmath + lapack-devel + intel-tbb-devel + + + suitesparse-no-demo.patch + + science/mathematics/SuiteSparse/pspec.xml + + + SuiteSparse + SuiteSparse, a suite of Sparse matrix software + + blas + metis + lapack + libgomp + intel-tbb + + + /usr/lib + /usr/share/doc + + + + SuiteSparse-devel + Development files for SuiteSparse + SuiteSparse için geliştirme dosyaları + SuiteSparse-devel, SuiteSparse için geliştirme dosyalarını içerir. + + SuiteSparse + + + /usr/include + + + + + 2020-05-24 + 5.7.2 + Major Version Bump + Blue Devil + bluedevil@sctzine.com + + + 2017-04-24 + 4.4.4 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.4.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-08-11 + 4.4.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + qalculate-gtk + https://qalculate.github.io/ + + Blue Devil + bluedevil@sctzine.com + + GPLv2+ + app:gui + science.mathematics + GTK frontend for libqalculate. + Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). + https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz + + intltool + gtk3-devel + cairo-devel + pango-devel + gettext-devel + libxml2-devel + python3-devel + readline-devel + gdk-pixbuf-devel + libqalculate-devel + + science/mathematics/qalculate-gtk/pspec.xml + + + qalculate-gtk + GTK frontend for libqalculate. + + gtk3 + cairo + pango + libxml2 + python3 + gdk-pixbuf + libqalculate + + + /usr/share + /usr/lib + /usr/share/man + /usr/bin + /usr/share/doc/qalculate-gtk + + + + + 2020-05-26 + 3.10.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + fftw3 + http://www.fftw.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + science.mathematics + A library for computing the discrete Fourier transform (DFT) + Ayrık Fourier dönüşümü hesaplamak için bir kütüphane + FFTW v3 est une librairie sous-routine C pour le calcul discret de transformation de Fourier (DFT) dans une ou plusieurs dimensions, pour une entrée de taille arbitraire, aussi bien pour des données réeles ou complexes (ainsi que les données paires/impaires, i.e. la transformation discrète cosinus/sinus ou DCT/DST). + fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). + fftw3, ayrık Fourier dönüşümü hesaplamak için kullanılabilecek bir C kütüphanesidir. + FFTW v3 es una librería con subrutinas C para computar la transformación Fourier discreta (DFT) en una o más dimensiones, con longitud de entrada arbitraria, para datos reales y complejos (y también de datos par/impar, i.e. transformación discreta coseno/seno DCT/DST). + ftp://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz + + libgfortran + libquadmath + gettext + + science/mathematics/fftw3/pspec.xml + + + fftw3 + + libquadmath + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/info + + + + fftw3-devel + Development files for fftw3 + fftw3 için geliştirme dosyaları + + fftw3 + + + /usr/lib/pkgconfig + /usr/include + /usr/share/doc/fftw3/html + + + + + 2020-01-12 + 3.3.8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-03 + 3.3.7 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-17 + 3.3.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-25 + 3.3.4 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + matio + https://sourceforge.net/projects/matio/ Blue Devil bluedevil@sctzine.com BSD - app:console library - science.electronics - Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice. - Spice3f5, Ciber1b1, ve Xspice temelli, karma-seviye ve karma-sinyal devre simülatörü. - ngspice is the open source spice simulator for electric and electronic circuits. - ngspice, karma-seviye ve karma-sinyal devre simülatörü araçları ve kitaplık dosyaları içerir. - https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/32/ngspice-32.tar.gz + app:console + science.mathematics + C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files + Matlab dosyalarını okuyup/yazmak için bir C kitaplığı + matio is an open-source library for reading/writing MATLAB MAT files. This library is designed for use by programs/libraries that do not have access or do not want to rely on MATLAB's shared library. + matio, Matlab MAT dosyalarını okuyup/yazmak için geliştirilmiş, sınırlı Fortran 90 arayüzüne sahip bir C kitaplığıdır. + mirrors://sourceforge/matio/matio-1.5.17.tar.gz - libXaw-devel - libedit-devel - ncurses-devel - readline-devel + hdf5-devel - science/electronics/ngspice/pspec.xml + science/mathematics/matio/pspec.xml - ngspice - Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice + matio - libXaw - libedit - libgomp - ncurses + hdf5 + + + /usr/share + /usr/lib + /usr/bin + /usr/share/doc/matio + + + + matio-devel + Development files for matio + matio için geliştirme dosyaları + matio-devel, matio için geliştirme dosyalarını içerir. + + matio + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2020-06-08 + 1.5.17 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + libspiro + http://libspiro.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + science.mathematics + Library to simplify the drawing of beautiful curves + Eğri çizimi kütüphanesi + libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. + libspiro, verilen kontrol noktalarını bezier eğrilerine çeviren bir kütüphanedir. + https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz + science/mathematics/libspiro/pspec.xml + + + libspiro + + /usr/lib + /usr/share/doc + + + + libspiro-devel + Development files for libspiro + libspiro için geliştirme dosyaları + + libspiro + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2021-08-10 + 1.1.0.20200505 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-18 + 0.5.20190731 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 0.5.20190731 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 0.5.20150702 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-09-20 + 0.5.20150702 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-09 + 20071029 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-06-14 + 20071029 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gsl + http://www.gnu.org/software/gsl/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + science.mathematics + GNU scientific library + GNU bilimsel kütüphane + La librairie scientifique GNU (GSL) est une librairie numérique pour programmes C et C++. + The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. + C ve C++ programcıları tarafından kullanılan nümerik kütüphane + GNU Scientific Library (GSL) es una libería numérica para programadores C y C++. + https://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz + science/mathematics/gsl/pspec.xml + + + gsl + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + gsl-devel + Development files for gsl + gsl için geliştirme dosyaları + + gsl + + + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + /usr/lib/pkgconfig + + + + + 2020-01-11 + 2.6 + Rebuild for toolchain + Kamil Atlı + suvari@pisilinux.org + + + 2019-10-05 + 2.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-07-31 + 2.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-16 + 2.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.16 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-05-30 + 1.16 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libqalculate + http://qalculate.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + science.mathematics + Qalculate ! est une calculatrice de bureau multi-usage pour GNU/Linux. + Multi-purpose calculator library + Genel amaçlı hesap makinesi kütüphanesi + libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux. + libqalculate, Qalculate! hesap makinesi tarafından ihtiyaç duyulan genel amaçlı bir kütüphanedir. + https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz + + doxygen + intltool + cln-devel + gmp-devel + curl-devel + mpfr-devel + glib2-devel + icu4c-devel + gettext-devel + libxml2-devel + ncurses-devel + readline-devel + perl-XML-Parser + perl-Locale-gettext + + science/mathematics/libqalculate/pspec.xml + + + libqalculate + Multi-purpose calculator library + + cln + gmp + curl + mpfr + icu4c + glib2 + libgcc + libxml2 readline @@ -326743,16 +356212,21 @@ contacts, tasks, and calendar information. /usr/share/doc /usr/share/man /usr/bin - /usr/share/ngspice + /usr/share/qalculate + /usr/share/locale - ngspice-devel - Development files for ngspice - ngspice için geliştirme dosyaları - ngspice-devel, ngspice için geliştirme dosyalarını içerir. + libqalculate-devel + Development files for libqalculate + libqalculate için geliştirme dosyaları + libqalculate-devel, libqalculate için geliştirme dosyalarını içerir. - ngspice + cln-devel + mpfr-devel + glib2-devel + libxml2-devel + libqalculate /usr/include @@ -326760,10 +356234,345 @@ contacts, tasks, and calendar information. + + 2020-05-26 + 3.10.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-03 + 3.7.0 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-15 + 2.6.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-02 + 0.9.10 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 0.9.7 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2020-09-28 - 32 - First Pisi Release + 2014-06-14 + 0.9.7 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + lapack + http://www.netlib.org/lapack + + PisiLinux Community + admins@pisilinux.org + + BSD + library + science.mathematics + Linear Algebra PACKage + Doğrusal cebir paketi + LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. + LAPACK, nümerik doğrusal cebir için yazılmış standart bir kütüphanedir. Eşanlı doğrusal denklemler sistemini, doğrusal denklemler sistemindeki en küçük kareler tekniğini, özdeğer ve tekil değer problemlerini çözmek için pekçok yordamlar içerir. + https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz + + libgfortran + cmake + + + lapack-3.9.0-lapacke-shared.patch + + science/mathematics/lapack/pspec.xml + + + blas + Basic Linear Algebra Subprograms + Temel lineer cebir yordamları + Blas is a standard library which provides a number of basic algorithms for numerical algebra. + blas, temel lineer cebir yordamları içerir + + libgfortran + + + /usr/lib/libblas.so* + + + + blas-devel + Development files for blas + blas için geliştirme dosyaları + blas-devel, blas için geliştirme dosyaları içerir + static + + blas + + + /usr/lib/libblas.a + /usr/lib/pkgconfig/blas.pc + + + + cblas + C interface to BLAS + BLAS kitaplığının C arayüzü + Blas is a standard library which provides a number of basic algorithms for numerical algebra. + cblas, BLAS kitaplığının C arayüzü olan yordamları içerir + + blas + + + /usr/lib/libcblas.so* + + + + cblas-devel + Development files for CBLAS + cblas için geliştirme dosyaları + cblas-devel provides development files for cblas + cblas-devel, cblas için geliştirme dosyaları içerir + + blas-devel + cblas + + + /usr/lib/libcblas.a + /usr/include/cblas* + /usr/lib/pkgconfig/cblas.pc + /usr/lib/cmake/cblas-3.9.0/cblas* + + + + lapack + Linear Algebra PACKage + + libgcc + libgfortran + blas + + + /usr/share/doc + /usr/lib/liblapack.so* + + + + lapack-devel + Development files for lapack + lapack için geliştirme dosyaları + lapack-devel, lapack için geliştirme dosyaları içerir + static + + lapack + blas-devel + + + /usr/lib/cmake/lapack* + /usr/lib/liblapack.a + /usr/lib/pkgconfig/lapack.pc + + + + + 2020-11-07 + 3.9.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-12 + 3.9.0 + Fix dependency + Blue DeviL + bluedevil@sctzine.com + + + 2020-01-19 + 3.9.0 + Rebuild + İdris Kalp + idriskalp@gmail.com + + + 2019-12-12 + 3.9.0 + Version bump + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-14 + 3.8.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-01 + 3.8.0 + Version Bump + Kamil Atlı + suvari@pisilinux.org + + + 2017-04-15 + 3.7.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.5.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2014-12-23 + 3.5.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + octave + https://www.gnu.org/software/octave/ + + Blue Devil + bluedevil@sctzine.com + + GPL + library + app:gui + science.mathematics + A high-level language, primarily intended for numerical computations. + Özellikle sayısal hesaplamalar için geliştirilmiş yüksek seviyeli bir programlama dili. + GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations. Octave helps in solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with MATLAB. It may also be used as a batch-oriented language. + octave, özellikle sayısal hesaplamalar için geliştirilmiş yüksek seviyeli bir programlama dilidir. Octave doğrusal ve doğrusal olmayan sayısal problemleri çözmede yardımcı olur. + https://ftp.gnu.org/gnu/octave/octave-5.2.0.tar.gz + + gperf + gnuplot + qrupdate + blas-devel + curl-devel + glpk-devel + hdf5-devel + fltk-devel + fftw3-devel + qhull-devel + arpack-devel + lapack-devel + qt5-linguist + libpcre-devel + freetype-devel + mesa-glu-devel + qt5-base-devel + readline-devel + sundials-devel + portaudio-devel + fontconfig-devel + libsndfile-devel + ghostscript-devel + qscintilla2-devel + SuiteSparse-devel + qt5-assistant-devel + GraphicsMagick-devel + + + octave-sundials4.patch + + science/mathematics/octave/pspec.xml + + + octave + A high-level language, primarily intended for numerical computations. + + blas + curl + fltk + glpk + hdf5 + fftw3 + qhull + arpack + lapack + libXft + libpcre + libXext + libgomp + alsa-lib + libglvnd + mesa-glu + freetype + qrupdate + qt5-base + readline + sundials + libXfixes + portaudio + fontconfig + libsndfile + libXcursor + libXrender + ghostscript + libgfortran + libXinerama + qscintilla2 + SuiteSparse + qt5-assistant + GraphicsMagick + + + /usr/lib + /usr/share/ + /usr/share/man + /usr/bin + /usr/libexec + /usr/share/doc/octave + /etc/ld.so.conf.d/octave.conf + + + + octave-devel + Development files for octave + octave için geliştirme dosyaları + octave-devel, octave için geliştirme dosyalarını içerir. + + octave + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-22 + 5.2.0 + First pisi release. Blue Devil bluedevil@sctzine.com @@ -326771,78 +356580,312 @@ contacts, tasks, and calendar information. - pcb - http://pcb.gpleda.org/ + pspp + http://www.gnu.org/software/pspp/pspp.html + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + science.mathematics + GNU PSPP is a program for statistical analysis of sampled data + PSPP bir örneklenmiş veri istatistik uygulamasıdır + PSPP supports T-tests, ANOVA, GLM, linear and logistic regression, reliability analysis, clustering, factor analysis, non-parametric tests, and other statistical features. PSPP produces statistical reports in plain text, PDF, PostScript, CSV, HTML, SVG, and OpenDocument formats. + PSPP, T testleri, ANOVA, GLM, doğrusal ve lojistik regresyon, güvenilirlik analizi, kümeleme, faktör analizi, parametrik olmayan testler ve diğer istatistiksel özellikleri destekler. PSPP, düz metin, PDF, PostScript, CSV, HTML, SVG ve OpenDocument formatlarında istatistiksel raporlar üretir. + pspp + http://depo.turkiye.linux.web.tr/gnu/pspp/pspp-1.6.0.tar.gz + + texinfo + gtk3-devel + zlib-devel + pango-devel + cairo-devel + gettext-devel + python3-devel + ncurses-devel + libxml2-devel + postgresql-lib + readline-devel + libglade-devel + plotutils-devel + desktop-file-utils + icon-theme-hicolor + gtksourceview4-devel + spread-sheet-widget-devel + gsl-devel + + science/mathematics/pspp/pspec.xml + + + pspp + GNU PSPP is a program for statistical analysis of sampled data + + gsl + gtk3 + zlib + cairo + glib2 + pango + libxml2 + ncurses + readline + gtksourceview4 + postgresql-lib + icon-theme-hicolor + spread-sheet-widget + + + /etc/pspp + /usr/bin + /usr/lib + /usr/share/appdata + /usr/share/applications + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/mime + /usr/share/pspp + /usr/share/metainfo/org.fsf.pspp.metainfo.xml + + + pspp.desktop + splash.png + + + + pspp-docs + Documents for PSPP + + pspp + + + /usr/share/doc + /usr/share/info + + + + + 2022-06-21 + 1.6.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-09-09 + 1.4.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-10-05 + 1.3.0a + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-03-28 + 1.3.0a + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + netcdf + https://www.unidata.ucar.edu/software/netcdf/ + + PisiLinux Community + admins@pisilinux.org + + UCAR-Unidata + library + science.mathematics + Librairie scientifique et interface pour l'accès aux données orientées tableaux. + Scientific library and interface for array oriented data access + Dizi (array) odaklı veri erişimi için arayüz ve bilimsel kütüphane + netcdf (network common data form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. + ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.6.1.tar.gz + + hdf5-devel + curl-devel + libgfortran + + science/mathematics/netcdf/pspec.xml + + + netcdf + + hdf5 + curl + libgfortran + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/info + + + + netcdf-devel + Development files for netcdf + netcdf için geliştirme dosyaları + + netcdf + hdf5-devel + curl-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2019-02-06 + 4.6.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-07 + 4.6.1 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-16 + 4.5.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-08-16 + 4.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-16 + 4.4.1 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-02-25 + 4.4.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + plotutils + http://www.gnu.org/software/plotutils/ PisiLinux Community admins@pisilinux.org GPLv2 - app:gui - science.electronics - Printed circuit board editor - Pcb X Pencere Sistem'i için bir baskı devre çizim programıdır. - PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. - PCB, X11 Pencere Sistem'i üzerinde çalışan interaktif bir baskı devre çizim programıdır. PCB, tasarım kural denetleyicisi, karmaşık bağlantı(rats nest) özelliği bulundurmakta ve kart üretiminde kullanılan endüstri standartlarından RS-274-X (Gerber), NC drill ve Centroid veri formatlarında çıktı oluşturabilir. PCB, yerleştirme zamanınızı azaltacak, otomatik yönlendirme ve iz optimizasyonu gibi gelişmiş özellikler sunmaktadır. - https://sourceforge.net/projects/pcb/files/pcb/pcb-4.1.2/pcb-4.1.2.tar.gz + library + science.mathematics + 2D vector graphics library + 2B vektörel grafik araçları + PlotUtils is a powerful C/C++ function library for exporting 2D vector graphics. + 2B vektörel grafik üretmeye yarayan C/C++ kütüphanesi ve araçlar + ftp://ftp.heanet.ie/pub/gnu/plotutils/plotutils-2.6.tar.gz - intltool - dbus-devel - mesa-glu-devel - gtk2-devel - tcltk-devel - gd-devel - gdk-pixbuf-devel - gtkglext-devel + libXaw-devel + libXext-devel + libXt-devel - desktop_file.patch + plotutils-2.6-png15.patch - science/electronics/pcb/pspec.xml + science/mathematics/plotutils/pspec.xml - pcb + plotutils - gtk2 - dbus - glib2 - mesa - cairo - tcltk - mesa-glu - gtkglext - gd - gdk-pixbuf + libSM + libICE + libXmu + libXaw + libXext + libXt + libX11 + libgcc /usr/bin - /usr/share/doc/pcb + /usr/lib + /usr/share/doc /usr/share/info /usr/share/man - /usr/share/pcb - /usr/share/icons - /usr/share/mime - /usr/share/mimelnk - /usr/share/gEDA/scheme - /usr/share/appdata + /usr/share/libplot + /usr/share/ode + /usr/share/pic2plot + /usr/share/tek2plot + + + + plotutils-devel + Development files for plotutils + plotutils için geliştirme dosyaları + + plotutils + + /usr/include - /usr/lib - /usr/share/applications - /usr/share/locale - /usr/share/metainfo/pcb.appdata.xml - - 2018-09-07 - 4.1.2 - Version Bump. + + 2018-08-09 + 2.6 + Rebuild with new toolchain Mustafa Cinasal muscnsl@gmail.com + + 2017-05-16 + 2.6 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 2.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2018-04-04 - 4.1.0 + 2014-06-14 + 2.6 First release Osman Erkan osman.erkan@pisilinux.org @@ -326851,424 +356894,410 @@ contacts, tasks, and calendar information. - gdal - https://gdal.org/ + spread-sheet-widget + https://www.gnu.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + science.mathematics + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + spread-sheet-widget + http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.8.tar.gz + + atk-devel + gtk3-devel + cairo-devel + glib2-devel + pango-devel + python3-devel + harfbuzz-devel + gdk-pixbuf-devel + + science/mathematics/spread-sheet-widget/pspec.xml + + + spread-sheet-widget + + atk + gtk3 + cairo + glib2 + pango + python3 + harfbuzz + gdk-pixbuf + + + /usr/lib + /usr/share/doc + /usr/share/info + + + + spread-sheet-widget-devel + + spread-sheet-widget + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-06-21 + 0.8 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2020-09-09 + 0.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2019-04-10 + 0.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + cln + http://www.ginac.de/CLN/ PisiLinux Community admins@pisilinux.org - MIT + GPLv2 library - science.gis - A translator library for raster geospatial data formats (includes OGR support) - Coğrafi raster veri formatları için dönüştürücü bir kütüphane (OGR desteği de vardır) - GDAL is a translator library for raster geospatial data formats which presents a single abstract data model to the calling application for all supported formats. - GDAL çağıran uygulamaya tüm desteklenen formatlar için tek bir soyut veri modeli sunan raster veri formatı dönüştürücü bir kütüphanedir. - http://download.osgeo.org/gdal/3.1.3/gdal-3.1.3.tar.gz + science.mathematics + CLN, une librairie de classes (C++) pour les nombres. + A class library (C++) for numbers + Sayılar için bir C++ sınıf kütüphanesi + cln is a library for efficient computations with all kinds of numbers in arbitrary precision. + cln, her türlü hassaslıktaki sayılarla hızlı hesaplamalar yapmak için tasarlanmış bir kütüphanedir. + http://www.ginac.de/CLN/cln-1.3.6.tar.bz2 - curl-devel - hdf5-devel - geos-devel - proj-devel - tiff-devel - expat-devel - libpng-devel - netcdf-devel - sqlite-devel - openjpeg2-devel - libgeotiff-devel - libspatialite-devel - python-devel - python-setuptools + gmp-devel - science/gis/gdal/pspec.xml + science/mathematics/cln/pspec.xml - gdal - A translator library for raster geospatial data formats (includes OGR support) + cln - geos - hdf5 - proj - swig - tiff - expat - libpng - netcdf - libfreexl - openjpeg2 - libgeotiff - libjpeg-turbo - libspatialite + gmp + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + cln-devel + Development files for cln + cln için geliştirme dosyaları + + cln + gmp-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-11 + 1.3.6 + Rebuild for new toolchain. + Kamil Atlı + suvari@pisilinux.org + + + 2018-08-13 + 1.3.4 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2017-02-28 + 1.3.4 + Rebuild for new toolchain. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.3.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-29 + 1.3.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + sundials + https://computing.llnl.gov/projects/sundials + + Blue Devil + bluedevil@sctzine.com + + BSD + library + science.mathematics + Suite of nonlinear differential/algebraic equation solvers. + Doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüsü + sundials provides a suite of nonlinear differential/algebraic equation solvers. + sundials, doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüleri içeren bir kitaplıktır. + https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz + + cmake + libquadmath + python-devel + openmpi-devel + SuiteSparse-devel + + science/mathematics/sundials/pspec.xml + + + sundials + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + + openmpi + libgomp + SuiteSparse /usr/share /usr/lib + /usr/share/doc /usr/bin - python-gdal - gdal python bindings - gdal için python bağlayıcıları - python-gdal, gdal için python bağlayıcıları içerir. + sundials-devel + Development files for sundials - python - libgcc - python-numpy - gdal - - - /usr/bin/epsg_tr.py - /usr/bin/pct2rgb.py - /usr/bin/rgb2pct.py - /usr/bin/esri2wkt.py - /usr/bin/gcps2vec.py - /usr/bin/gcps2wld.py - /usr/bin/gdal2xyz.py - /usr/bin/gdalmove.py - /usr/bin/ogrmerge.py - /usr/bin/gdal_auth.py - /usr/bin/gdal_calc.py - /usr/bin/gdal_edit.py - /usr/bin/gdalident.py - /usr/bin/gdal2tiles.py - /usr/bin/gdal_merge.py - /usr/bin/gdal_sieve.py - /usr/bin/gdalchksum.py - /usr/bin/gdalimport.py - /usr/bin/gdal_retile.py - /usr/bin/gdalcompare.py - /usr/bin/mkgraticule.py - /usr/bin/gdal_proximity.py - /usr/bin/gdal_fillnodata.py - /usr/bin/gdal_pansharpen.py - /usr/bin/gdal_polygonize.py - /usr/lib/python2.7 - - - - gdal-devel - Development files for gdal - gdal için geliştirme dosyaları - gdal-devel, gdal için geliştirme dosyalarını içerir. - - gdal + sundials /usr/include - /usr/share/man/man3 + /usr/lib/pkgconfig - - 2020-09-24 - 3.1.3 - Major version bump. + + 2020-05-26 + 5.3.0 + First release. Blue Devil bluedevil@sctzine.com - - 2019-02-07 - 2.3.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-15 - 2.2.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-14 - 2.2.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-30 - 2.2.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 2.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-24 - 2.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - geos - https://trac.osgeo.org/geos/ + qrupdate + https://sourceforge.net/projects/qrupdate - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - LGPLv2 + GPLv3 library - science.gis - Geometry engine library for Geographic Information Systems - Coğrafi bilgi sistemleri için geometri motoru sunan bir kütüphane - GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). - GEOS (Açık Kaynak Geometri Motoru) Java Topology Suit (JTS) kütüphanesinin C++ portudur. - http://download.osgeo.org/geos/geos-3.9.1.tar.bz2 + science.mathematics + Fortran library for fast updates of QR and Cholesky decompositions. + Hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı. + qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions. + qrupdate, hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı sunar. + https://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/qrupdate-1.1.2.tar.gz - swig - doxygen - ruby-devel - python-devel + blas-devel + libquadmath + lapack-devel - - geos-gcc43.patch - - science/gis/geos/pspec.xml + science/mathematics/qrupdate/pspec.xml - geos - Geometry engine library for Geographic Information Systems + qrupdate + Fortran library for fast updates of QR and Cholesky decompositions. - ruby - libgcc - python - rubygems + blas + lapack + libgfortran /usr/lib - /usr/bin - /usr/share/doc/geos - - - - geos-devel - Development files for geos - geos için geliştirme dosyaları - geos-devel, geos için geliştirme dosyalarını içerir. - - ruby-devel - python-devel - geos - - - /usr/include - - - - geos-docs - Documentation files for geos - geos için belgelendirme dosyaları - geos-docs, geos için belgelendirme dosyalarını içerir. - - geos - - - /usr/share/doc/geos/html + /usr/share/doc/qrupdate - - 2021-06-28 - 3.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-18 - 3.8.1 - Minor version bump. + + 2020-05-26 + 1.1.2 + First pisi release. Blue Devil bluedevil@sctzine.com - - 2019-11-20 - 3.7.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 3.6.3 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-15 - 3.6.2 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-15 - 3.6.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-24 - 3.5.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - gpsd - https://gpsd.gitlab.io/gpsd/ + rkward + http://rkward.sourceforge.net/ PisiLinux Community admins@pisilinux.org - BSD - app - library - science.gis - GPS daemon and library to support serial/USB GPS devices. - gpsd is a service daemon that monitor one or more GPSes attached to a host computer through serial or USB ports, making all data of the sensors available to be queried on TCP port 2947 of the host computer. - http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.23.1.tar.xz + GPLv2 + app:gui + science.mathematics + Veri analiz aracı + Veri işleme aracı + RKWard essaie de fournir une manière facile et extensible d'utiliser une EDI/IHM (IDE/GUI) pour le projet R. RKWar essaie de combiner la puissance du langage R avec la (relative) facilité d'utilisation des outils commerciaux de statistique. + RKWard aims to provide an easily extensible, easy to use IDE/GUI for the R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools. + RKWard, R projesi için kolayca genişleyebilir, ve kolay kullanılabilir bir grafik arayüz (geliştirme ortamı) sağlamayı amaçlar. R dilinin gücüyle ticari programların kullanım kolaylığını birleştirmeye çalışır. + https://download.kde.org/stable/rkward/0.7.0/src/rkward-0.7.0b.tar.gz - scons - xmlto - dbus-devel - libusb-devel - libxslt-devel - python3-devel - ncurses-devel - libsocket-devel - bluez-libs-devel - python3-pyserial + extra-cmake-modules + R-devel + qt5-base-devel + qt5-webkit-devel + qt5-script-devel + kcoreaddons-devel + kdoctools-devel + ki18n-devel + kxmlgui-devel + ktexteditor-devel + kdewebkit-devel - - pylibdir_path.patch - use_os_environ.patch - - science/gis/gpsd/pspec.xml + science/mathematics/rkward/pspec.xml - gpsd + rkward - dbus + R + kio + ki18n + kcrash + kparts libgcc - libusb - ncurses - libsocket - bluez-libs - python3-pyserial + kconfig + kxmlgui + kservice + qt5-base + kdewebkit + qt5-script + qt5-webkit + kcompletion + kcoreaddons + kjobwidgets + ktexteditor + kwindowsystem + kconfigwidgets + kwidgetsaddons - /etc/conf.d /usr/bin - /usr/sbin - /lib/udev/gpsd.hotplug /usr/lib - /lib/udev/rules.d - /usr/share/man - /usr/share/gpsd/doc - - - System.Service - - - gpsd.sysconfig - - - - gpsd-clients - Various text based and graphical clients for gpsd. - - gpsd - dbus - libusb - ncurses - bluez-libs - python3-pyserial - - - /usr/bin/cgps - /usr/bin/gpscat - /usr/bin/gpsdecode - /usr/bin/gpspipe - /usr/bin/gpxlogger - /usr/bin/lcdgps - /usr/bin/xgps - /usr/bin/xgpsspeed - /usr/share/man/man1/gps.1* - /usr/share/man/man1/cgps* - /usr/share/man/man1/gpscat* - /usr/share/man/man1/gpsdecode* - /usr/share/man/man1/gpspipe* - /usr/share/man/man1/gpxlogger* - /usr/share/man/man1/cgpxlogger* - /usr/share/man/man1/lcdgps* - /usr/share/man/man1/xgps* + /usr/share/locale /usr/share/applications - /usr/share/gpsd/icons - /usr/share/pixmaps - - - data/gpsd-logo.png - data/xgps.desktop - data/xgpsspeed.desktop - - - - gpsd-devel - Development files for gpsd. - - gpsd - - - /usr/bin/gpsfake - /usr/lib/python*/site-packages/gps/fake.py - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - /usr/share/man/man5 - /usr/share/man/man1/gpsfake.1 + /usr/share/doc + /usr/share/icons + /usr/share/mime + /usr/share/kxmlgui5 + /usr/share/rkward + /usr/share/man + /usr/share/kservices5 + /usr/share/org.kde.syntax-highlighting - - 2021-10-24 - 3.23.1 - Version bump. - fury - uglyside@yandex.ru - - 2020-12-27 - 3.21 - First build. - fury - uglyside@yandex.ru + 2019-04-10 + 0.7.0b + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + metis + http://glaros.dtc.umn.edu/gkhome/metis/metis/overview + + Blue Devil + bluedevil@sctzine.com + + custom + library + science.mathematics + A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices + Aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları. + METIS est une famille de programmes pour partitionner des graphes non structurés, des hypergraphes et calculer la renumérotation de matrice pour réduire son remplissage. + METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. + metis, aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları sunar. + https://bitbucket.org/petsc/pkg-metis/get/v5.1.0-p8.tar.bz2 + + cmake + + science/mathematics/metis/pspec.xml + + + metis + A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices + + /usr/lib + /usr/share/doc + + + + metis-devel + Development files for metis + metis için geliştirme dosyaları + metis-devel, metis için geliştirme dosyalarını içerir. + + metis + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-26 + 5.1.0_p8 + First Pisi Release + Blue Devil + bluedevil@sctzine.com @@ -327345,304 +357374,6 @@ contacts, tasks, and calendar information. - - - libgeotiff - http://geotiff.osgeo.org - - PisiLinux Community - admins@pisilinux.org - - as-is - library - science.gis - Library for reading TIFF files with embedded tags - Biblioteka GeoTIFF - Library for reading TIFF files with embedded tags for geographic (cartographic) information. - Coğrafik bilgi için gömülü etikletler içeren TIFF dosyalarını okumaya yarayan bir kütüphane. - Ta biblioteka pozwala na odczytywanie i analizowanie znaczników „GeoTIFF”, a także definiowanie i zapisywanie znaczników w nowych plikach. - http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.6.0.tar.gz - - doxygen - proj-devel - tiff-devel - zlib-devel - libjpeg-turbo-devel - - science/gis/libgeotiff/pspec.xml - - - libgeotiff - Library for reading TIFF files with embedded tags - - proj - tiff - zlib - libjpeg-turbo - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/epsg_csv - - - - libgeotiff-devel - Development files for libgeotiff - libgeotiff için geliştirme dosyaları - Pliki naglowkowe do libgeotiff - libgeotiff-devel, libgeotiff için geliştirme dosyalarını içerir. - - proj-devel - tiff-devel - zlib-devel - libjpeg-turbo-devel - libgeotiff - - - /usr/include - - - - - 2020-09-24 - 1.6.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2018-09-07 - 1.4.2 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-16 - 1.4.2 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.4.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-29 - 1.4.1 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libspatialite - https://www.gaia-gis.it/fossil/libspatialite/index - - PisiLinux Community - admins@pisilinux.org - - MPL-1.0 - library - science.gis - SQLite extension to support spatial data types and operations - Uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları. - SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. - libspatialite, uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları içeren kitaplıktır. - http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.0.0.tar.gz - - geos-devel - proj-devel - zlib-devel - sqlite-devel - libxml2-devel - minizip-devel - libfreexl-devel - - science/gis/libspatialite/pspec.xml - - - libspatialite - SQLite extension to support spatial data types and operations - - geos - proj - zlib - sqlite - libxml2 - libfreexl - - - /usr/lib - /usr/share/doc/* - - - - libspatialite-devel - Development files for libspatialite - libspatialite için geliştirme dosyaları - libspatialite-devel, libspatialite için geliştirme dosyalarını içerir. - - geos-devel - proj-devel - zlib-devel - sqlite-devel - libxml2-devel - libfreexl-devel - libspatialite - - - /usr/include/* - /usr/lib/pkgconfig/* - /usr/lib/libspatialite.so - - - - - 2020-09-22 - 5.0.0 - Major version bump. Turkish translations added - Blue Devil - bluedevil@sctzine.com - - - 2018-09-07 - 4.3.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 4.3.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-29 - 4.2.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ogdi - https://src.fedoraproject.org/lookaside/extras/ogdi/ - - PisiLinux Community - admins@pisilinux.org - - as-is - library - science.gis - Open Geographical Datastore Interface, a GIS support library - Açık coğrafik veri kayıt arayüzü, GIS destek kütüphanesi - OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products. - OGDI, GIS yazılım paketleri ve çeşitli mekansal/coğrafik veri ürünleriyle çalışabilecek standart erişim metodları içeren açık bir uygulama geliştirme arayüzüdür. - https://src.fedoraproject.org/lookaside/extras/ogdi/ogdi-3.2.1.tar.gz/sha512/74bb62dc437e83ec1364046621c66bcab9bd7c2e0f9bd62d8e5110b5f0adcc8519f76baefb2263aebdaa5fb76ec75c3075624559ce140b936f888bca5fa24a0a/ogdi-3.2.1.tar.gz - - proj-devel - zlib-devel - expat-devel - libtirpc-devel - unixODBC-devel - - - fedora/ogdi-3.2.0.beta2-sailer.patch - fedora/ogdi-3.2.1-cleanup.patch - fedora/ogdi-3.2.1-rpc.patch - fedora/ogdi-3.2.1-rpc-flags.patch - - science/gis/ogdi/pspec.xml - - - ogdi - - proj - zlib - expat - libtirpc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - ogdi-devel - Development files for ogdi - ogdi için geliştirme dosyaları - - ogdi - proj-devel - zlib-devel - expat-devel - libtirpc-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-02-07 - 3.2.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-07 - 3.2.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-15 - 3.2.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.2.0_beta2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-31 - 3.2.0_beta2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - pdal @@ -327747,6 +357478,107 @@ contacts, tasks, and calendar information. + + + libspatialite + https://www.gaia-gis.it/fossil/libspatialite/index + + PisiLinux Community + admins@pisilinux.org + + MPL-1.0 + library + science.gis + SQLite extension to support spatial data types and operations + Uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları. + SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. + libspatialite, uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları içeren kitaplıktır. + http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.0.0.tar.gz + + geos-devel + proj-devel + zlib-devel + sqlite-devel + libxml2-devel + minizip-devel + libfreexl-devel + + science/gis/libspatialite/pspec.xml + + + libspatialite + SQLite extension to support spatial data types and operations + + geos + proj + zlib + sqlite + libxml2 + libfreexl + + + /usr/lib + /usr/share/doc/* + + + + libspatialite-devel + Development files for libspatialite + libspatialite için geliştirme dosyaları + libspatialite-devel, libspatialite için geliştirme dosyalarını içerir. + + geos-devel + proj-devel + zlib-devel + sqlite-devel + libxml2-devel + libfreexl-devel + libspatialite + + + /usr/include/* + /usr/lib/pkgconfig/* + /usr/lib/libspatialite.so + + + + + 2020-09-22 + 5.0.0 + Major version bump. Turkish translations added + Blue Devil + bluedevil@sctzine.com + + + 2018-09-07 + 4.3.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-18 + 4.3.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 4.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-01-29 + 4.2.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + postgis @@ -327941,2028 +357773,260 @@ contacts, tasks, and calendar information. - cln - http://www.ginac.de/CLN/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - science.mathematics - CLN, une librairie de classes (C++) pour les nombres. - A class library (C++) for numbers - Sayılar için bir C++ sınıf kütüphanesi - cln is a library for efficient computations with all kinds of numbers in arbitrary precision. - cln, her türlü hassaslıktaki sayılarla hızlı hesaplamalar yapmak için tasarlanmış bir kütüphanedir. - http://www.ginac.de/CLN/cln-1.3.6.tar.bz2 - - gmp-devel - - science/mathematics/cln/pspec.xml - - - cln - - gmp - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - - - - cln-devel - Development files for cln - cln için geliştirme dosyaları - - cln - gmp-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-11 - 1.3.6 - Rebuild for new toolchain. - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-13 - 1.3.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 1.3.4 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-29 - 1.3.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - djbfft - http://cr.yp.to/djbfft.html - - PisiLinux Community - admins@pisilinux.org - - public-domain - library - science.mathematics - Fast float library - Hızlı küsürlü sayı kitaplığı - An extremely fast library for floating-point convolution. - djbfft çok hızlı küsürlü sayı bükülme kitaplığıdır. - http://cr.yp.to/djbfft/djbfft-0.76.tar.gz - - gcc3.patch - shared.patch - headers.patch - - science/mathematics/djbfft/pspec.xml - - - djbfft - - /usr/lib - /usr/share/doc - - - - djbfft-devel - Development files for djbfft - djbfft için geliştirme dosyaları - - djbfft - - - /usr/include - - - - - 2020-01-19 - 0.76 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.76 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-01 - 0.76 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.76 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-20 - 0.76 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - fftw3 - http://www.fftw.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - science.mathematics - A library for computing the discrete Fourier transform (DFT) - Ayrık Fourier dönüşümü hesaplamak için bir kütüphane - FFTW v3 est une librairie sous-routine C pour le calcul discret de transformation de Fourier (DFT) dans une ou plusieurs dimensions, pour une entrée de taille arbitraire, aussi bien pour des données réeles ou complexes (ainsi que les données paires/impaires, i.e. la transformation discrète cosinus/sinus ou DCT/DST). - fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). - fftw3, ayrık Fourier dönüşümü hesaplamak için kullanılabilecek bir C kütüphanesidir. - FFTW v3 es una librería con subrutinas C para computar la transformación Fourier discreta (DFT) en una o más dimensiones, con longitud de entrada arbitraria, para datos reales y complejos (y también de datos par/impar, i.e. transformación discreta coseno/seno DCT/DST). - ftp://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz - - libgfortran - libquadmath - gettext - - science/mathematics/fftw3/pspec.xml - - - fftw3 - - libquadmath - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/info - - - - fftw3-devel - Development files for fftw3 - fftw3 için geliştirme dosyaları - - fftw3 - - - /usr/lib/pkgconfig - /usr/include - /usr/share/doc/fftw3/html - - - - - 2020-01-12 - 3.3.8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 3.3.7 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 3.3.6 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 3.3.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gsl - http://www.gnu.org/software/gsl/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - science.mathematics - GNU scientific library - GNU bilimsel kütüphane - La librairie scientifique GNU (GSL) est une librairie numérique pour programmes C et C++. - The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. - C ve C++ programcıları tarafından kullanılan nümerik kütüphane - GNU Scientific Library (GSL) es una libería numérica para programadores C y C++. - https://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz - science/mathematics/gsl/pspec.xml - - - gsl - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - - - - gsl-devel - Development files for gsl - gsl için geliştirme dosyaları - - gsl - - - /usr/include - /usr/share/aclocal - /usr/share/man/man3 - /usr/lib/pkgconfig - - - - - 2020-01-11 - 2.6 - Rebuild for toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-05 - 2.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.4 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 2.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 1.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-30 - 1.16 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - lapack - http://www.netlib.org/lapack - - PisiLinux Community - admins@pisilinux.org - - BSD - library - science.mathematics - Linear Algebra PACKage - Doğrusal cebir paketi - LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. - LAPACK, nümerik doğrusal cebir için yazılmış standart bir kütüphanedir. Eşanlı doğrusal denklemler sistemini, doğrusal denklemler sistemindeki en küçük kareler tekniğini, özdeğer ve tekil değer problemlerini çözmek için pekçok yordamlar içerir. - https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz - - libgfortran - cmake - - - lapack-3.9.0-lapacke-shared.patch - - science/mathematics/lapack/pspec.xml - - - blas - Basic Linear Algebra Subprograms - Temel lineer cebir yordamları - Blas is a standard library which provides a number of basic algorithms for numerical algebra. - blas, temel lineer cebir yordamları içerir - - libgfortran - - - /usr/lib/libblas.so* - - - - blas-devel - Development files for blas - blas için geliştirme dosyaları - blas-devel, blas için geliştirme dosyaları içerir - static - - blas - - - /usr/lib/libblas.a - /usr/lib/pkgconfig/blas.pc - - - - cblas - C interface to BLAS - BLAS kitaplığının C arayüzü - Blas is a standard library which provides a number of basic algorithms for numerical algebra. - cblas, BLAS kitaplığının C arayüzü olan yordamları içerir - - blas - - - /usr/lib/libcblas.so* - - - - cblas-devel - Development files for CBLAS - cblas için geliştirme dosyaları - cblas-devel provides development files for cblas - cblas-devel, cblas için geliştirme dosyaları içerir - - blas-devel - cblas - - - /usr/lib/libcblas.a - /usr/include/cblas* - /usr/lib/pkgconfig/cblas.pc - /usr/lib/cmake/cblas-3.9.0/cblas* - - - - lapack - Linear Algebra PACKage - - libgcc - libgfortran - blas - - - /usr/share/doc - /usr/lib/liblapack.so* - - - - lapack-devel - Development files for lapack - lapack için geliştirme dosyaları - lapack-devel, lapack için geliştirme dosyaları içerir - static - - lapack - blas-devel - - - /usr/lib/cmake/lapack* - /usr/lib/liblapack.a - /usr/lib/pkgconfig/lapack.pc - - - - - 2020-11-07 - 3.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-12 - 3.9.0 - Fix dependency - Blue DeviL - bluedevil@sctzine.com - - - 2020-01-19 - 3.9.0 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2019-12-12 - 3.9.0 - Version bump - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-14 - 3.8.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-01 - 3.8.0 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-04-15 - 3.7.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.5.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-12-23 - 3.5.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libqalculate - http://qalculate.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - app:console - science.mathematics - Qalculate ! est une calculatrice de bureau multi-usage pour GNU/Linux. - Multi-purpose calculator library - Genel amaçlı hesap makinesi kütüphanesi - libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux. - libqalculate, Qalculate! hesap makinesi tarafından ihtiyaç duyulan genel amaçlı bir kütüphanedir. - https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz - - doxygen - intltool - cln-devel - gmp-devel - curl-devel - mpfr-devel - glib2-devel - icu4c-devel - gettext-devel - libxml2-devel - ncurses-devel - readline-devel - perl-XML-Parser - perl-Locale-gettext - - science/mathematics/libqalculate/pspec.xml - - - libqalculate - Multi-purpose calculator library - - cln - gmp - curl - mpfr - icu4c - glib2 - libgcc - libxml2 - readline - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/qalculate - /usr/share/locale - - - - libqalculate-devel - Development files for libqalculate - libqalculate için geliştirme dosyaları - libqalculate-devel, libqalculate için geliştirme dosyalarını içerir. - - cln-devel - mpfr-devel - glib2-devel - libxml2-devel - libqalculate - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-26 - 3.10.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-03 - 3.7.0 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-15 - 2.6.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-03-02 - 0.9.10 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.9.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 0.9.7 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libspiro - http://libspiro.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - science.mathematics - Library to simplify the drawing of beautiful curves - Eğri çizimi kütüphanesi - libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. - libspiro, verilen kontrol noktalarını bezier eğrilerine çeviren bir kütüphanedir. - https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz - science/mathematics/libspiro/pspec.xml - - - libspiro - - /usr/lib - /usr/share/doc - - - - libspiro-devel - Development files for libspiro - libspiro için geliştirme dosyaları - - libspiro - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2021-08-10 - 1.1.0.20200505 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-18 - 0.5.20190731 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 0.5.20190731 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 0.5.20150702 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-20 - 0.5.20150702 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-09 - 20071029 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 20071029 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - matio - https://sourceforge.net/projects/matio/ - - Blue Devil - bluedevil@sctzine.com - - BSD - library - app:console - science.mathematics - C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files - Matlab dosyalarını okuyup/yazmak için bir C kitaplığı - matio is an open-source library for reading/writing MATLAB MAT files. This library is designed for use by programs/libraries that do not have access or do not want to rely on MATLAB's shared library. - matio, Matlab MAT dosyalarını okuyup/yazmak için geliştirilmiş, sınırlı Fortran 90 arayüzüne sahip bir C kitaplığıdır. - mirrors://sourceforge/matio/matio-1.5.17.tar.gz - - hdf5-devel - - science/mathematics/matio/pspec.xml - - - matio - - hdf5 - - - /usr/share - /usr/lib - /usr/bin - /usr/share/doc/matio - - - - matio-devel - Development files for matio - matio için geliştirme dosyaları - matio-devel, matio için geliştirme dosyalarını içerir. - - matio - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-06-08 - 1.5.17 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - metis - http://glaros.dtc.umn.edu/gkhome/metis/metis/overview - - Blue Devil - bluedevil@sctzine.com - - custom - library - science.mathematics - A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices - Aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları. - METIS est une famille de programmes pour partitionner des graphes non structurés, des hypergraphes et calculer la renumérotation de matrice pour réduire son remplissage. - METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. - metis, aralıklı matrisler için, çizgeleri bölümleme, sonlu eleman ağlarını bölümleme programları sunar. - https://bitbucket.org/petsc/pkg-metis/get/v5.1.0-p8.tar.bz2 - - cmake - - science/mathematics/metis/pspec.xml - - - metis - A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices - - /usr/lib - /usr/share/doc - - - - metis-devel - Development files for metis - metis için geliştirme dosyaları - metis-devel, metis için geliştirme dosyalarını içerir. - - metis - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-26 - 5.1.0_p8 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - netcdf - https://www.unidata.ucar.edu/software/netcdf/ - - PisiLinux Community - admins@pisilinux.org - - UCAR-Unidata - library - science.mathematics - Librairie scientifique et interface pour l'accès aux données orientées tableaux. - Scientific library and interface for array oriented data access - Dizi (array) odaklı veri erişimi için arayüz ve bilimsel kütüphane - netcdf (network common data form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. - ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.6.1.tar.gz - - hdf5-devel - curl-devel - libgfortran - - science/mathematics/netcdf/pspec.xml - - - netcdf - - hdf5 - curl - libgfortran - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/info - - - - netcdf-devel - Development files for netcdf - netcdf için geliştirme dosyaları - - netcdf - hdf5-devel - curl-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2019-02-06 - 4.6.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-07 - 4.6.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-16 - 4.5.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-08-16 - 4.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-16 - 4.4.1 - Rebuild with new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-25 - 4.4.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - octave - https://www.gnu.org/software/octave/ - - Blue Devil - bluedevil@sctzine.com - - GPL - library - app:gui - science.mathematics - A high-level language, primarily intended for numerical computations. - Özellikle sayısal hesaplamalar için geliştirilmiş yüksek seviyeli bir programlama dili. - GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations. Octave helps in solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with MATLAB. It may also be used as a batch-oriented language. - octave, özellikle sayısal hesaplamalar için geliştirilmiş yüksek seviyeli bir programlama dilidir. Octave doğrusal ve doğrusal olmayan sayısal problemleri çözmede yardımcı olur. - https://ftp.gnu.org/gnu/octave/octave-5.2.0.tar.gz - - gperf - gnuplot - qrupdate - blas-devel - curl-devel - glpk-devel - hdf5-devel - fltk-devel - fftw3-devel - qhull-devel - arpack-devel - lapack-devel - qt5-linguist - libpcre-devel - freetype-devel - mesa-glu-devel - qt5-base-devel - readline-devel - sundials-devel - portaudio-devel - fontconfig-devel - libsndfile-devel - ghostscript-devel - qscintilla2-devel - SuiteSparse-devel - qt5-assistant-devel - GraphicsMagick-devel - - - octave-sundials4.patch - - science/mathematics/octave/pspec.xml - - - octave - A high-level language, primarily intended for numerical computations. - - blas - curl - fltk - glpk - hdf5 - fftw3 - qhull - arpack - lapack - libXft - libpcre - libXext - libgomp - alsa-lib - libglvnd - mesa-glu - freetype - qrupdate - qt5-base - readline - sundials - libXfixes - portaudio - fontconfig - libsndfile - libXcursor - libXrender - ghostscript - libgfortran - libXinerama - qscintilla2 - SuiteSparse - qt5-assistant - GraphicsMagick - - - /usr/lib - /usr/share/ - /usr/share/man - /usr/bin - /usr/libexec - /usr/share/doc/octave - /etc/ld.so.conf.d/octave.conf - - - - octave-devel - Development files for octave - octave için geliştirme dosyaları - octave-devel, octave için geliştirme dosyalarını içerir. - - octave - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-22 - 5.2.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - plotutils - http://www.gnu.org/software/plotutils/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - science.mathematics - 2D vector graphics library - 2B vektörel grafik araçları - PlotUtils is a powerful C/C++ function library for exporting 2D vector graphics. - 2B vektörel grafik üretmeye yarayan C/C++ kütüphanesi ve araçlar - ftp://ftp.heanet.ie/pub/gnu/plotutils/plotutils-2.6.tar.gz - - libXaw-devel - libXext-devel - libXt-devel - - - plotutils-2.6-png15.patch - - science/mathematics/plotutils/pspec.xml - - - plotutils - - libSM - libICE - libXmu - libXaw - libXext - libXt - libX11 - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - /usr/share/libplot - /usr/share/ode - /usr/share/pic2plot - /usr/share/tek2plot - - - - plotutils-devel - Development files for plotutils - plotutils için geliştirme dosyaları - - plotutils - - - /usr/include - - - - - 2018-08-09 - 2.6 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-16 - 2.6 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-06-09 - 2.6 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 2.6 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - pspp - http://www.gnu.org/software/pspp/pspp.html - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - science.mathematics - GNU PSPP is a program for statistical analysis of sampled data - PSPP bir örneklenmiş veri istatistik uygulamasıdır - PSPP supports T-tests, ANOVA, GLM, linear and logistic regression, reliability analysis, clustering, factor analysis, non-parametric tests, and other statistical features. PSPP produces statistical reports in plain text, PDF, PostScript, CSV, HTML, SVG, and OpenDocument formats. - PSPP, T testleri, ANOVA, GLM, doğrusal ve lojistik regresyon, güvenilirlik analizi, kümeleme, faktör analizi, parametrik olmayan testler ve diğer istatistiksel özellikleri destekler. PSPP, düz metin, PDF, PostScript, CSV, HTML, SVG ve OpenDocument formatlarında istatistiksel raporlar üretir. - pspp - http://depo.turkiye.linux.web.tr/gnu/pspp/pspp-1.6.0.tar.gz - - texinfo - gtk3-devel - zlib-devel - pango-devel - cairo-devel - gettext-devel - python3-devel - ncurses-devel - libxml2-devel - postgresql-lib - readline-devel - libglade-devel - plotutils-devel - desktop-file-utils - icon-theme-hicolor - gtksourceview4-devel - spread-sheet-widget-devel - gsl-devel - - science/mathematics/pspp/pspec.xml - - - pspp - GNU PSPP is a program for statistical analysis of sampled data - - gsl - gtk3 - zlib - cairo - glib2 - pango - libxml2 - ncurses - readline - gtksourceview4 - postgresql-lib - icon-theme-hicolor - spread-sheet-widget - - - /etc/pspp - /usr/bin - /usr/lib - /usr/share/appdata - /usr/share/applications - /usr/share/icons - /usr/share/locale - /usr/share/man - /usr/share/mime - /usr/share/pspp - /usr/share/metainfo/org.fsf.pspp.metainfo.xml - - - pspp.desktop - splash.png - - - - pspp-docs - Documents for PSPP - - pspp - - - /usr/share/doc - /usr/share/info - - - - - 2022-06-21 - 1.6.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-09-09 - 1.4.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-10-05 - 1.3.0a - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-28 - 1.3.0a - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qalculate-gtk - https://qalculate.github.io/ - - Blue Devil - bluedevil@sctzine.com - - GPLv2+ - app:gui - science.mathematics - GTK frontend for libqalculate. - Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). - https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz - - intltool - gtk3-devel - cairo-devel - pango-devel - gettext-devel - libxml2-devel - python3-devel - readline-devel - gdk-pixbuf-devel - libqalculate-devel - - science/mathematics/qalculate-gtk/pspec.xml - - - qalculate-gtk - GTK frontend for libqalculate. - - gtk3 - cairo - pango - libxml2 - python3 - gdk-pixbuf - libqalculate - - - /usr/share - /usr/lib - /usr/share/man - /usr/bin - /usr/share/doc/qalculate-gtk - - - - - 2020-05-26 - 3.10.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - qrupdate - https://sourceforge.net/projects/qrupdate - - Blue Devil - bluedevil@sctzine.com - - GPLv3 - library - science.mathematics - Fortran library for fast updates of QR and Cholesky decompositions. - Hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı. - qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions. - qrupdate, hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı sunar. - https://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/qrupdate-1.1.2.tar.gz - - blas-devel - libquadmath - lapack-devel - - science/mathematics/qrupdate/pspec.xml - - - qrupdate - Fortran library for fast updates of QR and Cholesky decompositions. - - blas - lapack - libgfortran - - - /usr/lib - /usr/share/doc/qrupdate - - - - - 2020-05-26 - 1.1.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - rkward - http://rkward.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - science.mathematics - Veri analiz aracı - Veri işleme aracı - RKWard essaie de fournir une manière facile et extensible d'utiliser une EDI/IHM (IDE/GUI) pour le projet R. RKWar essaie de combiner la puissance du langage R avec la (relative) facilité d'utilisation des outils commerciaux de statistique. - RKWard aims to provide an easily extensible, easy to use IDE/GUI for the R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools. - RKWard, R projesi için kolayca genişleyebilir, ve kolay kullanılabilir bir grafik arayüz (geliştirme ortamı) sağlamayı amaçlar. R dilinin gücüyle ticari programların kullanım kolaylığını birleştirmeye çalışır. - https://download.kde.org/stable/rkward/0.7.0/src/rkward-0.7.0b.tar.gz - - extra-cmake-modules - R-devel - qt5-base-devel - qt5-webkit-devel - qt5-script-devel - kcoreaddons-devel - kdoctools-devel - ki18n-devel - kxmlgui-devel - ktexteditor-devel - kdewebkit-devel - - science/mathematics/rkward/pspec.xml - - - rkward - - R - kio - ki18n - kcrash - kparts - libgcc - kconfig - kxmlgui - kservice - qt5-base - kdewebkit - qt5-script - qt5-webkit - kcompletion - kcoreaddons - kjobwidgets - ktexteditor - kwindowsystem - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/applications - /usr/share/doc - /usr/share/icons - /usr/share/mime - /usr/share/kxmlgui5 - /usr/share/rkward - /usr/share/man - /usr/share/kservices5 - /usr/share/org.kde.syntax-highlighting - - - - - 2019-04-10 - 0.7.0b - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - spread-sheet-widget - https://www.gnu.org - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:gui - science.mathematics - Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data - Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data - spread-sheet-widget - http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.8.tar.gz - - atk-devel - gtk3-devel - cairo-devel - glib2-devel - pango-devel - python3-devel - harfbuzz-devel - gdk-pixbuf-devel - - science/mathematics/spread-sheet-widget/pspec.xml - - - spread-sheet-widget - - atk - gtk3 - cairo - glib2 - pango - python3 - harfbuzz - gdk-pixbuf - - - /usr/lib - /usr/share/doc - /usr/share/info - - - - spread-sheet-widget-devel - - spread-sheet-widget - gtk3-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-06-21 - 0.8 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-09-09 - 0.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-04-10 - 0.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - SuiteSparse - http://faculty.cse.tamu.edu/davis/suitesparse.html - - Pisi Linux Community - admin@pisilinux.org - - GPL - library - science.mathematics - SuiteSparse, a suite of Sparse matrix software - Sparse matrix kütüphanesi - Librairie de matrices Sparse. - SuiteSparse is a single archive that contains sparse matrix libraries. - SuiteSparse, Sparse matrix kütüphanesi içerir. - https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.7.2.tar.gz - - cmake - blas-devel - metis-devel - libquadmath - lapack-devel - intel-tbb-devel - - - suitesparse-no-demo.patch - - science/mathematics/SuiteSparse/pspec.xml - - - SuiteSparse - SuiteSparse, a suite of Sparse matrix software - - blas - metis - lapack - libgomp - intel-tbb - - - /usr/lib - /usr/share/doc - - - - SuiteSparse-devel - Development files for SuiteSparse - SuiteSparse için geliştirme dosyaları - SuiteSparse-devel, SuiteSparse için geliştirme dosyalarını içerir. - - SuiteSparse - - - /usr/include - - - - - 2020-05-24 - 5.7.2 - Major Version Bump - Blue Devil - bluedevil@sctzine.com - - - 2017-04-24 - 4.4.4 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 4.4.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-11 - 4.4.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - sundials - https://computing.llnl.gov/projects/sundials - - Blue Devil - bluedevil@sctzine.com - - BSD - library - science.mathematics - Suite of nonlinear differential/algebraic equation solvers. - Doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüsü - sundials provides a suite of nonlinear differential/algebraic equation solvers. - sundials, doğrusal olmayan diferansiyel ve cebirsel eşitlik çözücüleri içeren bir kitaplıktır. - https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz - - cmake - libquadmath - python-devel - openmpi-devel - SuiteSparse-devel - - science/mathematics/sundials/pspec.xml - - - sundials - A program that automatically solves layouts of Freecell and similar variants of Card Solitaire - - openmpi - libgomp - SuiteSparse - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - sundials-devel - Development files for sundials - - sundials - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-26 - 5.3.0 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - arpack - https://github.com/opencollab/arpack-ng - - Blue Devil - bluedevil@sctzine.com - - BSD - library - science.misc - Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. - Büyük ölçekli özdeğer problemleri çözmek için tasarlanmış Fortran77 alt programları. - ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. - arpack, büyük ölçekli özdeğer problemleri çözmek için tasarlanmış Fortran77 alt programları sunar. - https://github.com/opencollab/arpack-ng/archive/3.7.0.tar.gz - - blas-devel - libquadmath - libgfortran - lapack-devel - openmpi-devel - - science/misc/arpack/pspec.xml - - - arpack - Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. - - blas - lapack - openmpi - libgfortran - libquadmath - - - /usr/lib - /usr/share/doc/arpack - - - - arpack-devel - Development files for arpack - arpack için geliştirme dosyaları - arpack-devel, arpack için geliştirme dosyalarını içerir. - - arpack - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-24 - 3.7.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - cfitsio - https://heasarc.gsfc.nasa.gov/docs/software/fitsio/ + ogdi + https://src.fedoraproject.org/lookaside/extras/ogdi/ PisiLinux Community admins@pisilinux.org as-is library - app:console - science.misc - C and Fortran library for manipulating FITS files - FITS dosyalarını düzenleyebilmek için gerekli C ve Fortran kütüphanesi - CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. - CFITSIO, FITS dosyalarını okumak/yazmak için programcıyı FITS formatının kendi karmaşıklığından soyutlayan yüksek seviyede fonksiyonlar sağlar. - http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3450.tar.gz - science/misc/cfitsio/pspec.xml - - - cfitsio - - /usr/lib - /usr/bin - /usr/share/doc - - - - cfitsio-devel - Development files for cfitsio - cfitsio için geliştirme dosyaları - - cfitsio - - - /usr/include - /usr/lib/pkgconfig - - - - - 2018-09-07 - 3.450 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-13 - 3.420 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-15 - 3.370 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 3.370 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-18 - 3.370 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - coin - https://bitbucket.org/Coin3D/coin/wiki/Home - - PisiLinux Community - admin@pisilinux.org - - GPLv2 - app:console - science.misc - Coin3D is a high-level 3D graphics toolkit. - 3D Üst düzey grafiksel araç takımı - Is a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1. - coin,SGI Open Inventor 2.1 ile tam uyumlu grafiksel 3D araç takımı - https://bitbucket.org/Coin3D/coin/downloads/Coin-3.1.3.tar.gz + science.gis + Open Geographical Datastore Interface, a GIS support library + Açık coğrafik veri kayıt arayüzü, GIS destek kütüphanesi + OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products. + OGDI, GIS yazılım paketleri ve çeşitli mekansal/coğrafik veri ürünleriyle çalışabilecek standart erişim metodları içeren açık bir uygulama geliştirme arayüzüdür. + https://src.fedoraproject.org/lookaside/extras/ogdi/ogdi-3.2.1.tar.gz/sha512/74bb62dc437e83ec1364046621c66bcab9bd7c2e0f9bd62d8e5110b5f0adcc8519f76baefb2263aebdaa5fb76ec75c3075624559ce140b936f888bca5fa24a0a/ogdi-3.2.1.tar.gz - libXext-devel - mesa-devel - libSM-devel - libICE-devel - doxygen - libglade-devel - mesa-glu-devel + proj-devel + zlib-devel + expat-devel + libtirpc-devel + unixODBC-devel - clang-name-lookup.diff - fix_gcc_4_8_1.patch - Coin-2.5.0-inttypes.patch - Coin-2.4.6-man3.diff + fedora/ogdi-3.2.0.beta2-sailer.patch + fedora/ogdi-3.2.1-cleanup.patch + fedora/ogdi-3.2.1-rpc.patch + fedora/ogdi-3.2.1-rpc-flags.patch - science/misc/coin/pspec.xml + science/gis/ogdi/pspec.xml - coin + ogdi - libX11 - libglvnd - libXext - mesa - libSM - libICE - libglade + proj + zlib + expat + libtirpc /usr/bin /usr/lib - /usr/share/man - /usr/share/Coin + /usr/share/doc - coin-devel - Development files for coin - coin için geliştirme dosyaları + ogdi-devel + Development files for ogdi + ogdi için geliştirme dosyaları - coin + ogdi + proj-devel + zlib-devel + expat-devel + libtirpc-devel /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - coin-docs - Documents for Coin - coin belgeleri - - /usr/share/doc + /usr/lib/pkgconfig - 2020-01-27 - 3.1.3 - Rebuild with new toolchain + 2019-02-07 + 3.2.1 + Version bump. Pisi Linux Community admin@pisilinux.org - 2018-09-16 - 3.1.3 + 2018-09-07 + 3.2.0 Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2017-04-15 - 3.1.3 + 3.2.0 Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2016-06-09 - 3.1.3 + 3.2.0_beta2 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-06-14 - 3.1.3 + 2014-05-31 + 3.2.0_beta2 First release - Osman Erkan - osman.erkan@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - eigen3 - http://eigen.tuxfamily.org + gdal + https://gdal.org/ PisiLinux Community admins@pisilinux.org - GPLv2-with-exceptions + MIT library - science.misc - Lightweight C++ template library for linear algebra - Lineer cebir için hafif bir C++ şablon kitaplığı - eigen3 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. - Eigen3, lineer cebir için kullanılan hafif bir C++ şablon kitaplığıdır. - http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2 + science.gis + A translator library for raster geospatial data formats (includes OGR support) + Coğrafi raster veri formatları için dönüştürücü bir kütüphane (OGR desteği de vardır) + GDAL is a translator library for raster geospatial data formats which presents a single abstract data model to the calling application for all supported formats. + GDAL çağıran uygulamaya tüm desteklenen formatlar için tek bir soyut veri modeli sunan raster veri formatı dönüştürücü bir kütüphanedir. + http://download.osgeo.org/gdal/3.1.3/gdal-3.1.3.tar.gz - cmake - freeglut-devel - fftw3-devel - gmp-devel - mpfr-devel - mesa-devel + curl-devel + hdf5-devel + geos-devel + proj-devel + tiff-devel + expat-devel + libpng-devel + netcdf-devel + sqlite-devel + openjpeg2-devel + libgeotiff-devel + libspatialite-devel + python-devel + python-setuptools - science/misc/eigen3/pspec.xml + science/gis/gdal/pspec.xml - eigen3 + gdal + A translator library for raster geospatial data formats (includes OGR support) + + geos + hdf5 + proj + swig + tiff + expat + libpng + netcdf + libfreexl + openjpeg2 + libgeotiff + libjpeg-turbo + libspatialite + + + /usr/share + /usr/lib + /usr/bin + + + + python-gdal + gdal python bindings + gdal için python bağlayıcıları + python-gdal, gdal için python bağlayıcıları içerir. + + python + libgcc + python-numpy + gdal + + + /usr/bin/epsg_tr.py + /usr/bin/pct2rgb.py + /usr/bin/rgb2pct.py + /usr/bin/esri2wkt.py + /usr/bin/gcps2vec.py + /usr/bin/gcps2wld.py + /usr/bin/gdal2xyz.py + /usr/bin/gdalmove.py + /usr/bin/ogrmerge.py + /usr/bin/gdal_auth.py + /usr/bin/gdal_calc.py + /usr/bin/gdal_edit.py + /usr/bin/gdalident.py + /usr/bin/gdal2tiles.py + /usr/bin/gdal_merge.py + /usr/bin/gdal_sieve.py + /usr/bin/gdalchksum.py + /usr/bin/gdalimport.py + /usr/bin/gdal_retile.py + /usr/bin/gdalcompare.py + /usr/bin/mkgraticule.py + /usr/bin/gdal_proximity.py + /usr/bin/gdal_fillnodata.py + /usr/bin/gdal_pansharpen.py + /usr/bin/gdal_polygonize.py + /usr/lib/python2.7 + + + + gdal-devel + Development files for gdal + gdal için geliştirme dosyaları + gdal-devel, gdal için geliştirme dosyalarını içerir. + + gdal + /usr/include - /usr/share + /usr/share/man/man3 - 2020-01-27 - 3.3.7 - Rebuild. + 2020-09-24 + 3.1.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-02-07 + 2.3.1 + Version Bump Mustafa Cinasal muscnsl@gmail.com - - 2018-12-12 - 3.3.7 - Rebuild. - Erkan Işık - erkanisik@pisilinux.org - - 2018-08-03 - 3.3.4 - Rebuild. + 2018-02-15 + 2.2.3 + Version Bump Mustafa Cinasal muscnsl@gmail.com - 2018-02-13 - 3.3.4 - Version bump. + 2018-02-14 + 2.2.0 + Rebuild Mustafa Cinasal muscnsl@gmail.com - 2017-05-17 - 3.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2017-05-30 + 2.2.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com 2016-06-09 - 3.2.5 + 2.0.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-07-23 - 3.2.5 + 2016-02-24 + 2.0.2 First release Ertuğrul Erata ertugrulerata@gmail.com @@ -329971,1052 +358035,229 @@ contacts, tasks, and calendar information. - flint - http://www.flintlib.org/ + gpsd + https://gpsd.gitlab.io/gpsd/ - Blue Devil - bluedevil@sctzine.com + PisiLinux Community + admins@pisilinux.org - LGPLv2+ + BSD + app library - science.misc - Fast Library for Number Theory. - Sayı kuramı için hızlı bir kitaplık. - FLINT is a C library for doing number theory. FLINT supports arithmetic with numbers, polynomials, power series and matrices over many base rings. - flint, sayı kuramı için hızlı bir kitaplık sunar. - http://www.flintlib.org/flint-2.5.2.tar.gz + science.gis + GPS daemon and library to support serial/USB GPS devices. + gpsd is a service daemon that monitor one or more GPSes attached to a host computer through serial or USB ports, making all data of the sensors available to be queried on TCP port 2947 of the host computer. + http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.23.1.tar.xz - gmp-devel - ntl-devel - mpfr-devel + scons + xmlto + dbus-devel + libusb-devel + libxslt-devel + python3-devel + ncurses-devel + libsocket-devel + bluez-libs-devel + python3-pyserial - flint-pie-hardening-conflict.patch + pylibdir_path.patch + use_os_environ.patch - science/misc/flint/pspec.xml + science/gis/gpsd/pspec.xml - flint - Fast Library for Number Theory. + gpsd - gmp - ntl - mpfr - - - /usr/lib - /usr/share/doc/flint - - - - flint-devel - Development files for flint - flint için geliştirme dosyaları - flint-devel, flint için geliştirme dosyalarını içerir. - - flint - - - /usr/include - - - - - 2020-05-20 - 2.5.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - fplll - https://github.com/fplll/fplll - - Blue Devil - bluedevil@sctzine.com - - LGPLv2.1 - library - app:console - science.misc - Lattice algorithms using floating-point arithmetic. - Kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları. - fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL [LLL82] is central to the code, hence the name. - fplll, kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları sunar. - https://github.com/fplll/fplll/archive/5.3.2.tar.gz - - qd-devel - gmp-devel - mpfr-devel - - science/misc/fplll/pspec.xml - - - fplll - Lattice algorithms using floating-point arithmetic. - - qd - gmp - mpfr + dbus + libgcc + libusb + ncurses + libsocket + bluez-libs + python3-pyserial + /etc/conf.d /usr/bin - /usr/share/fplll - /usr/share/doc/fplll - /usr/lib/libfplll* - - - - fplll-devel - Development files for fplll - fplll için geliştirme dosyaları - fplll-devel, fplll için geliştirme dosyalarını içerir. - - fplll - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-20 - 5.3.2 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - gf2x - https://gforge.inria.fr/projects/gf2x/ - - Blue Devil - bluedevil@sctzine.com - - GPL - LGPL - library - science.misc - A library for multiplying polynomials over the binary field. - İkilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı. - gf2x is a library for multiplying polynomials over the binary field. - gf2x, ikilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı sunar. - https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz - - libgcc - - science/misc/gf2x/pspec.xml - - - gf2x - A library for multiplying polynomials over the binary field. - - libgcc - - + /usr/sbin + /lib/udev/gpsd.hotplug /usr/lib - /usr/share/doc/gf2x + /lib/udev/rules.d + /usr/share/man + /usr/share/gpsd/doc + + System.Service + + + gpsd.sysconfig + - gf2x-devel - Development files for g2fx - gf2x için geliştirme dosyaları - gf2x-devel, gf2x için geliştirme dosyalarını içerir. + gpsd-clients + Various text based and graphical clients for gpsd. - gf2x + gpsd + dbus + libusb + ncurses + bluez-libs + python3-pyserial + /usr/bin/cgps + /usr/bin/gpscat + /usr/bin/gpsdecode + /usr/bin/gpspipe + /usr/bin/gpxlogger + /usr/bin/lcdgps + /usr/bin/xgps + /usr/bin/xgpsspeed + /usr/share/man/man1/gps.1* + /usr/share/man/man1/cgps* + /usr/share/man/man1/gpscat* + /usr/share/man/man1/gpsdecode* + /usr/share/man/man1/gpspipe* + /usr/share/man/man1/gpxlogger* + /usr/share/man/man1/cgpxlogger* + /usr/share/man/man1/lcdgps* + /usr/share/man/man1/xgps* + /usr/share/applications + /usr/share/gpsd/icons + /usr/share/pixmaps + + + data/gpsd-logo.png + data/xgps.desktop + data/xgpsspeed.desktop + + + + gpsd-devel + Development files for gpsd. + + gpsd + + + /usr/bin/gpsfake + /usr/lib/python*/site-packages/gps/fake.py /usr/include /usr/lib/pkgconfig + /usr/share/man/man3 + /usr/share/man/man5 + /usr/share/man/man1/gpsfake.1 + + 2021-10-24 + 3.23.1 + Version bump. + fury + uglyside@yandex.ru + - 2020-05-20 - 1.3.0 - First pisi release. - Blue Devil - bluedevil@sctzine.com + 2020-12-27 + 3.21 + First build. + fury + uglyside@yandex.ru - gnuplot - http://www.gnuplot.info/ + libgeotiff + http://geotiff.osgeo.org - Blue Devil - bluedevil@sctzine.com + PisiLinux Community + admins@pisilinux.org - custom - app:console - science.misc - Plotting package which outputs to X11, PostScript, PNG, GIF, and others. - X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi. - Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. GNUPlot provides plotting package which outputs to X11, PostScript, PNG, GIF, and others. - gnuplot, X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi sunar. - https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.4/gnuplot-5.4.4.tar.gz/download + as-is + library + science.gis + Library for reading TIFF files with embedded tags + Biblioteka GeoTIFF + Library for reading TIFF files with embedded tags for geographic (cartographic) information. + Coğrafik bilgi için gömülü etikletler içeren TIFF dosyalarını okumaya yarayan bir kütüphane. + Ta biblioteka pozwala na odczytywanie i analizowanie znaczników „GeoTIFF”, a także definiowanie i zapisywanie znaczników w nowych plikach. + http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.6.0.tar.gz - emacs - gd-devel - lua-devel - cairo-devel - pango-devel - wxGTK-devel - qt5-linguist - libcerf-devel - qt5-svg-devel - qt5-base-devel - readline-devel + doxygen + proj-devel + tiff-devel + zlib-devel libjpeg-turbo-devel - - lua53_compat.patch - - science/misc/gnuplot/pspec.xml + science/gis/libgeotiff/pspec.xml - gnuplot - A high-level language, primarily intended for numerical computations. - - gd - lua - emacs - cairo - pango - glib2 - wxGTK - libcerf - libX11 - qt5-svg - qt5-base - readline - wxGTK-common - libjpeg-turbo - - - /usr/share/ - /usr/bin - /usr/share/doc/gnuplot - - - - - 2022-07-27 - 5.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-22 - 5.2.8 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - hdf5 - https://www.hdfgroup.org/HDF5/ - - PisiLinux Community - admins@pisilinux.org - - BSD - NCSA-HDF - library - science.misc - NCSA Hierarchical Data Format (HDF) Software Library and Utilities - NCSA hiyerarşik veri biçimi (Hierarchical Data Format - HDF) kütüphanesi ve araçları. - HDF5 est une librairie généraliste ainsi qu'un format de fichier pour stocker des informations scientifiques. - HDF5 is a general purpose library and file format for storing scientific data. - HDF5, bilimsel verileri saklamak için kullanılan bir dosya biçimi tanımını ve bu dosyaları kullanmak için gerekli kütüphane ve araçları sağlar. - HDF5 es una librería de uso general y un formato de archivos para almacenar datos científicos - https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.5.tar.bz2 - - time - cmake - libgfortran - zlib-devel - net-tools - - science/misc/hdf5/pspec.xml - - - hdf5 + libgeotiff + Library for reading TIFF files with embedded tags + proj + tiff zlib - libgcc - libgfortran - - - /usr/bin - /usr/lib - /usr/share/doc/hdf5 - /usr/share/hdf5_examples - - - - hdf5-devel - Development files for hdf5 - hdf5 için geliştirme dosyaları - - hdf5 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-27 - 1.10.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-07-14 - 1.10.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2019-02-03 - 1.10.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-05 - 1.10.1 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-15 - 1.10.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-10 - 1.8.17 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 1.8.16 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - - - - ilmbase - http://www.openexr.com - - PisiLinux Community - admins@pisilinux.org - - BSD - library - science.misc - Several utility libraries from ILM (Industrial Light & Magic) used by OpenEXR - ILM (Industrial Light & Magic) şirketinden OpenEXR tarafından kullanılan çeşitli araç ve kitaplıklar - IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find; libHalf (a class named Half for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type), libIlmThread (a thread abstraction library on top of pthreads), libImath (a math library with support for matrices, 2d and 3d transformations, solvers for linear/quadratic/cubic equations and more), libIex (an exception handling library). - IlmBase, ILM tarafından yayınlanan ve onların OpenEXR gerçeklemelerinde kullandıkları kitaplıkları içerir. Bu pakette; libHalf ("yarım" değerleri (16-bit kayan noktalı sayı biçimi) C++ dilinin kendi tipleriymiş gibi kullanan Half sınıfı), libIlmThread (pthread üerine yazılmış bir soyutlama kitaplığı), libImath (matris, 2 ve 3 boyutlu dönüşümler, lineer, ikinci ve üçüncü dereceden denklem çözücü destekli matematik kitaplığı), libIex (istisna işleme kitaplığı) kitaplıklarını bulabilirsiniz. - https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.3.tar.gz - science/misc/ilmbase/pspec.xml - - - ilmbase - - libgcc + libjpeg-turbo /usr/lib /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/epsg_csv - ilmbase-devel - Development files for ilmbase - ilmbase için geliştirme dosyaları + libgeotiff-devel + Development files for libgeotiff + libgeotiff için geliştirme dosyaları + Pliki naglowkowe do libgeotiff + libgeotiff-devel, libgeotiff için geliştirme dosyalarını içerir. - ilmbase + proj-devel + tiff-devel + zlib-devel + libjpeg-turbo-devel + libgeotiff /usr/include - /usr/lib/pkgconfig - - 2020-09-20 - 2.5.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.2.1 - Rebuild - İdris Kalp - idriskalp@gmail.com - - 2018-08-06 - 2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-09-24 + 1.6.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com - 2018-02-13 - 2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2018-09-07 + 1.4.2 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org - 2017-03-02 - 2.2.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2017-04-16 + 1.4.2 + Rebuild with new toolchain. + Pisi Linux Community + admin@pisilinux.org 2016-06-09 - 2.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-25 - 2.0.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - imath - https://www.openexr.com/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - science.misc - Library of 2D and 3D vector, matrix, and math operations for computer graphics - Bilgisayar grafikleri için 2B ve 3B vektör, matris ve matematik işlemleri kitaplığı - https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.3.tar.gz - - cmake - doxygen - boost-devel - boost-python3 - python3-devel - python3-numpy - python3-sphinx - python3-breathe - - - fedora/imath-python-test.patch - fedora/209.patch - fedora/imath-docs.patch - - science/misc/imath/pspec.xml - - - imath - - libgcc - python3 - boost-python3 - - - /usr/lib - /usr/share - /usr/share/doc - - - ilmbase - - - - imath-devel - Development files for imath - - imath - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - ilmbase-devel - - - - - 2021-10-26 - 3.1.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - iml - https://cs.uwaterloo.ca/~astorjoh/iml.html - - Blue Devil - bluedevil@sctzine.com - - GPLv2+ - library - science.misc - IML - Integer Matrix Library. - Tamsayı matris algoritmaları C kitaplığı. - IML is a free library of C source code which implements algorithms for computing exact solutions to dense systems of linear equations over the integers. - iml, tamsayı matris algoritmaları C kitaplığı sunar. - http://www.cs.uwaterloo.ca/~astorjoh/iml-1.0.5.tar.bz2 - - gmp-devel - cblas-devel - - science/misc/iml/pspec.xml - - - iml - IML - Integer Matrix Library. - - gmp - cblas - - - /usr/share - /usr/lib - /usr/share/doc/iml - - - - iml-devel - Development files for iml - iml için geliştirme dosyaları - iml-devel, iml için geliştirme dosyalarını içerir. - - iml - - - /usr/include - - - - - 2020-05-20 - 1.0.5 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - libcerf - https://jugit.fz-juelich.de/mlz/libcerf/ - - Blue Devil - bluedevil@sctzine.com - - custom - library - science.misc - A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. - Dawson, Faddeeva, ve Voigt yordamları ile beraber karmaşık hata yordamlarının kesin ve verimli bir uygulaması olan bağımsız sayısal kitaplık. - libcerf provides a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. - libcerf, Dawson, Faddeeva, ve Voigt yordamları ile beraber karmaşık hata yordamlarının kesin ve verimli bir uygulaması olan bağımsız sayısal kitaplık sunar. - https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v1.13/libcerf-v1.13.tar.gz - - cmake - - science/misc/libcerf/pspec.xml - - - libcerf - A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. - - /usr/lib - /usr/share/man - /usr/share/doc/libcerf - - - - libcerf-devel - Development files for libcerf - libcerf için geliştirme dosyaları - libcerf-devel, libcerf için geliştirme dosyalarını içerir. - - libcerf - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-20 - 1.13 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - libindi - http://www.indilib.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:console - library - science.misc - Astronomical control protocol library - indilib is a distributed control protocol designed to operate astronomical instrumentation. indilib is small, flexible, easy to parse, and scalable. - https://github.com/indilib/indi/archive/v1.9.3.tar.gz - - libjpeg-turbo-devel - qt5-base-devel - libtheora-devel - libnova-devel - cfitsio-devel - libusb-devel - fftw3-devel - boost-devel - curl-devel - zlib-devel - gsl-devel - pkgconfig - cmake - - science/misc/libindi/pspec.xml - - - libindi - - fftw3 - libogg - libtheora - libnova - cfitsio - gsl - curl - libjpeg-turbo - libusb - gsl - libgcc - zlib - - - /usr/bin - /usr/lib - /lib/udev/rules.d - /usr/share/indi - /usr/share/doc - - - - libindi-devel - Development files for libindi - - libindi - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-12-14 - 1.9.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-14 - 1.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-12 - 1.8.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-27 - 1.8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-05 - 1.8.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-07 - 1.7.4 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 1.6.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-13 - 1.6.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-18 1.4.1 Release Bump Pisi Linux Community admin@pisilinux.org - - 2016-06-09 - 1.2.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2015-11-18 - 1.2.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libnova - http://libnova.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - science.misc - Celestial Mechanics and Astronomical Calculation Library - Gökyüzü mekaniği ve astronomik hesaplama kütüphanesi - libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library. - libnova genel amaçlı, çift hassasiyetli, gökyüzü mekaniği, astrometri ve astrodinamik kütüphanesidir. - https://sourceforge.net/projects/libnova/files/libnova/v%200.15.0/libnova-0.15.0.tar.gz - science/misc/libnova/pspec.xml - - - libnova - - /usr/bin - /usr/lib - /usr/share/doc - - - - libnova-devel - Development files for libnova - libnova için geliştirme dosyaları - - libnova - - - /usr/include - /usr/bin/libnovaconfig - - - - - 2020-01-27 - 0.15.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-07 - 0.15.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-13 - 0.15.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-18 - 0.14.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.14.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-14 - 0.14.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - m4ri - https://bitbucket.org/malb/m4ri - - Blue Devil - bluedevil@sctzine.com - - GPLv2+ - library - science.misc - Algorithms for linear algebra over F_2. - F2 üzerinden lineer cebir için algoritmalar. - M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI comes from the first implemented algorithm: The “Method of the Four Russians” inversion algorithm published by Gregory Bard. This algorithm in turn is named after the “Method of the Four Russians” multiplication algorithm which is probably better referred to as Kronrod's method. - m4ri, F2 üzerinden lineer cebir için algoritmalar sunar. - https://bitbucket.org/malb/m4ri/get/release-20200125.tar.gz - - libpng-devel - - science/misc/m4ri/pspec.xml - - - m4ri - Algorithms for linear algebra over F_2. - - libpng - - - /usr/lib - /usr/share/doc/m4ri - - - - m4ri-devel - Development files for m4ri - m4ri için geliştirme dosyaları - m4ri-devel, m4ri için geliştirme dosyalarını içerir. - - m4ri - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-20 - 20200125 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - m4rie - https://bitbucket.org/malb/m4rie - - Blue Devil - bluedevil@sctzine.com - - GPLv2+ - library - science.misc - Algorithms for linear algebra over F2^e. - F2^e üzerinden lineer cebir için algoritmalar. - M4RIE is a library for fast arithmetic with dense matrices over GF(2^e) for 2 ≤ e≤ 16. The name stems from the fact that is relies heavily on M4RI. M4RIE is available under the General Public License Version 2 or later (GPLv2+). - m4rie, F2^e üzerinden lineer cebir için algoritmalar sunar. - https://bitbucket.org/malb/m4rie/get/release-20200115.tar.gz - - m4ri-devel - - science/misc/m4rie/pspec.xml - - - m4rie - Algorithms for linear algebra over F2^e. - - m4ri - - - /usr/lib - /usr/share/doc/m4rie - - - - m4rie-devel - Development files for m4rie - m4rie için geliştirme dosyaları - m4rie-devel, m4rie için geliştirme dosyalarını içerir. - - m4rie - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-20 - 20200125 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - muparser - http://muparser.beltoforion.de/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - science.misc - Mathematical expressions parser library - Matematiksel ifade ayrıştırma kitaplığı - muparser is a mathematical expressions parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it. - muparser, matematiksel ifadelerin ayrıştırılmasında kullanılan bir kitaplıktır. - https://github.com/beltoforion/muparser/archive/v2.2.6.tar.gz - science/misc/muparser/pspec.xml - - - muparser - - libgcc - - - /usr/lib - /usr/share/doc - - - - muparser-devel - Development files for muparser - muparser için geliştirme dosyaları - - muparser - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-27 - 2.2.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-07 - 2.2.5 - Release Bump - Rebuild with new toolchain - admin@pisilinux.org - - - 2017-04-15 - 2.2.5 - Release Bump - Rebuild with new toolchain - admin@pisilinux.org - - - 2016-06-09 - 2.2.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-08 - 2.2.5 + 2015-01-29 + 1.4.1 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -331025,314 +358266,128 @@ contacts, tasks, and calendar information. - ntl - https://www.shoup.net/ntl/ - - Blue Devil - bluedevil@sctzine.com - - LGPL - library - science.misc - A Library for doing Number Theory. - Sayı kuramı için bir kitaplık. - NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. - ntl, sayı kuramı için bir kitaplık sunar. - https://www.shoup.net/ntl/ntl-11.4.3.tar.gz - - gmp-devel - gf2x-devel - - science/misc/ntl/pspec.xml - - - ntl - A Library for doing Number Theory. - - gmp - gf2x - - - /usr/lib/libntl* - - - - ntl-devel - Development files for ntl - ntl için geliştirme dosyaları - ntl-devel, ntl için geliştirme dosyalarını içerir. - - ntl - - - /usr/include - /usr/lib/pkgconfig - - - - ntl-docs - Documentation files for ntl - ntl için belgelendirme dosyaları - ntl-docs, ntl için belgelendirme dosyalarını içerir. - - ntl - - - /usr/share/doc - - - - - 2020-05-20 - 11.4.3 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - opencascade - https://www.opencascade.com/ - - Blue Devil - bluedevil@sctzine.com - - LGPLv2.1 - app:console - library - science.misc - Open CASCADE Technology, 3D modeling and numerical simulation. - 3 boyutlu modelleme ve nümerik simülasyon kitaplık ve araçları. - Open CASCADE Technology (OCCT) is an object-oriented C++ class library designed for rapid production of sophisticated domain-specific CAD/CAM/CAE applications.. - opencascade, 3 boyutlu modelleme ve nümerik simülasyon kitaplık ve araçları sunar. - opencascade - https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_3.tar.gz - - cmake - tcl-devel - tcltk-devel - ffmpeg-devel - libXmu-devel - libX11-devel - libglvnd-devel - freetype-devel - qt5-base-devel - intel-tbb-devel - fontconfig-devel - desktop-file-utils - - - opencascade-7.6.0-set-env-correctly.patch - opencascade-cmake.patch - oce-7.5.0-clang.patch - opencascade-7.5.0-fix_tbb.patch - fix-install-dir-references.patch - - science/misc/opencascade/pspec.xml - - - opencascade - Open CASCADE Technology, 3D modeling and numerical simulation. - - tcl - tcltk - ffmpeg - libXmu - freetype - libglvnd - qt5-base - intel-tbb - fontconfig - - - /usr/lib - /usr/share/doc - /usr/bin - /etc/profile.d - /usr/share/opencascade - - - - opencascade-devel - Development files for opencascade - opencascade için geliştirme dosyaları - opencascade-devel, opencascade için geliştirme dosyalarını içerir. - - opencascade - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-30 - 7.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-28 - 7.4.0 - First Pisi Release - Blue Devil - bluedevil@sctzine.com - - - - - - qhull - http://www.qhull.org/ - - Blue Devil - bluedevil@sctzine.com - - custom - app:console - library - science.misc - A general dimension code for computing convex hulls and related structures. - Dışbukey gövdeler ve ilgili yapılar için genel boyutlu algoritmalar. - Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. - qhull, dışbukey gövdeler ve ilgili yapılar için genel boyutlu algoritmalar sunar. - https://github.com/qhull/qhull/archive/2019.1.tar.gz - - cmake - - - qhull-pic.patch - qhull-no-static.patch - - science/misc/qhull/pspec.xml - - - qhull - A general dimension code for computing convex hulls and related structures. - - libgcc - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/doc/qhull - - - - qhull-devel - Development files for qhull - qhull için geliştirme dosyaları - qhull-devel, qhull için geliştirme dosyalarını içerir. - - qhull - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-05-27 - 2019.1 - First pisi release. - Blue Devil - bluedevil@sctzine.com - - - - - - wcslib - http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ + geos + https://trac.osgeo.org/geos/ PisiLinux Community admins@pisilinux.org - GPLv3 + LGPLv2 library - science.misc - A C library that implements the 'World Coordinate System' (WCS) standard in FITS - The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. - ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.4.tar.bz2 + science.gis + Geometry engine library for Geographic Information Systems + Coğrafi bilgi sistemleri için geometri motoru sunan bir kütüphane + GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). + GEOS (Açık Kaynak Geometri Motoru) Java Topology Suit (JTS) kütüphanesinin C++ portudur. + http://download.osgeo.org/geos/geos-3.9.1.tar.bz2 - gcc - flex - libgfortran - cfitsio-devel + swig + doxygen + ruby-devel + python-devel - science/misc/wcslib/pspec.xml + + geos-gcc43.patch + + science/gis/geos/pspec.xml - wcslib + geos + Geometry engine library for Geographic Information Systems - cfitsio + ruby + libgcc + python + rubygems - /usr/bin /usr/lib - /usr/share/doc - /usr/share/man/man1 + /usr/bin + /usr/share/doc/geos - wcslib-devel - Development files for wcslib + geos-devel + Development files for geos + geos için geliştirme dosyaları + geos-devel, geos için geliştirme dosyalarını içerir. - wcslib + ruby-devel + python-devel + geos /usr/include - /usr/lib/pkgconfig + + + + geos-docs + Documentation files for geos + geos için belgelendirme dosyaları + geos-docs, geos için belgelendirme dosyalarını içerir. + + geos + + + /usr/share/doc/geos/html + + 2021-06-28 + 3.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-18 + 3.8.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-20 + 3.7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-07 + 3.6.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + - 2020-01-27 - 6.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-07 - 5.19.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-13 - 5.18 - Version bump. + 2018-02-15 + 3.6.2 + Version Bump Mustafa Cinasal muscnsl@gmail.com 2017-04-15 - 5.16 + 3.6.1 Rebuild with new toolchain Pisi Linux Community admin@pisilinux.org 2016-06-09 - 5.12 + 3.5.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-11-18 - 5.12 + 2016-02-24 + 3.5.0 First release - Stefan Gronewold (groni) - groni@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com @@ -331568,1543 +358623,226 @@ contacts, tasks, and calendar information. - cyrus-sasl - https://www.cyrusimap.org/sasl/ + geda + http://geda-project.org/ PisiLinux Community admins@pisilinux.org - as-is - library - service - server.auth - The Cyrus SASL (Simple Authentication and Security Layer) - Cyrus basit kimlik tanımlama ve güvenlik katmanı - cyrus-sasl is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. - Cyrus-sasl, bağlantı tabanlı protokoller için kullanılan bir kimlik doğrulama uygulamasıdır. Çoğunlukla Smtp doğrulaması için kullanılır. - https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz - - mit-kerberos-devel - pam-devel - gdbm-devel - e2fsprogs-devel - openssl-devel - groff - openldap-server - - - gentoo/cyrus-sasl-2.1.25-auxprop.patch - gentoo/cyrus-sasl-2.1.26-missing-size_t.patch - gentoo/cyrus-sasl-2.1.27-CVE-2019-19906.patch - gentoo/cyrus-sasl-2.1.27-as_needed.patch - gentoo/cyrus-sasl-2.1.27-autoconf-2.71.patch - gentoo/cyrus-sasl-2.1.27-autotools_fixes.patch - gentoo/cyrus-sasl-2.1.27-avoid_pic_overwrite.patch - gentoo/cyrus-sasl-2.1.27-db_gdbm-fix-gdbm_errno-overlay-from-gdbm_close.patch - gentoo/cyrus-sasl-2.1.27-doc_build_fix.patch - gentoo/cyrus-sasl-2.1.27-gss_c_nt_hostbased_service.patch - gentoo/cyrus-sasl-2.1.27-memmem.patch - gentoo/cyrus-sasl-2.1.27-slibtool.patch - - server/auth/cyrus-sasl/pspec.xml - - - cyrus-sasl - - mit-kerberos - pam - gdbm - e2fsprogs - openssl - - - /etc - /usr/lib/tmpfiles.d/cyrus-sasl.conf - /usr/sbin - /usr/lib - /usr/share/cyrus-sasl-2 - /run - /usr/share/man - /usr/share/doc - - - System.Service - System.Package - - - saslauthd.confd - saslauthd.pam - tmpfiles.conf - - - - cyrus-sasl-devel - Development files for cyrus-sasl - cyrus-sasl için geliştirme dosyaları - - cyrus-sasl - - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc/cyrus-sasl/*.txt - /usr/share/man/man3 - - - - - 2021-11-06 - 2.1.27 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 2.1.27 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-12 - 2.1.27 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 2.1.26 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 2.1.26 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-19 - 2.1.26 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-08 - 2.1.26 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-07-05 - 2.1.26 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libpwquality - https://fedorahosted.org/libpwquality/ - - Osman Erkan - osman.erkan@pisilinux.org - GPLv2 - library - server.auth - Password quality checking - The libpwquality package contains a library used for password quality checking and generation of random passwords that pass the checks. - https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.0/libpwquality-1.4.0.tar.bz2 + app:gui + science.electronics + gEDA contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project. + GEDA, GPL Elektronik Tasarım Otomasyon Araçları. + The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. + GEDA projesi, GPL lısansı altında Elektronik Tasarım Otomasyon Araçları ve geliştirme başlıkları içerir. + http://ftp.geda-project.org/geda-gaf/stable/v1.10/1.10.0/geda-gaf-1.10.0.tar.gz - cracklib-devel - pam-devel - audit-devel + flex + gawk + doxygen + pkgconfig + gtk2-devel + guile-devel + glib2-devel + python-devel - server/auth/libpwquality/pspec.xml + science/electronics/geda/pspec.xml - libpwquality - - cracklib - pam - - - /lib - /etc/security - /usr/lib - /usr/share/man/man1 - /usr/share/man/man3 - /usr/share/man/man5 - /usr/share/man/man8 - /usr/share/doc/libpwquality - /usr/share/locale - /usr/bin - - - - libpwquality-devel - libpwquality için geliştirme dosyaları - libpwquality için geliştirme dosyaları - - libpwquality - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-06-06 - 1.4.0 - Release Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2021-04-26 - 1.4.0 - Release Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-26 - 1.3.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 1.2.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-23 - 1.2.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - bind - https://www.isc.org/software/bind/ - - PisiLinux Community - admins@pisilinux.org - - as-is - service - server - The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server - Berkeley İnternet İsim Alanı (BIND) DNS (Alan Adı Sistemi) sunucusu - bind is an implementation of the DNS protocols, bind includes a DNS server (named), a resolver library and tools for verifying that the DNS server is operating properly. - bind, DNS protokollerinin gerçeklenimidir. DNS sunucu (named) ve bu sunucunun düzgün çalışması ve doğrulamasını yapılması için gerekli çözümleyici kitaplık ve araçları içerir. - ftp://ftp.isc.org/isc/bind9/9.14.9/bind-9.14.9.tar.gz - - openssl-devel - libxml2-devel - libcap-devel - zlib-devel - e2fsprogs-devel - readline-devel - geoip-devel - python3-devel - python3-PLY - - - nslookup-pisilinux.patch - fedora/bind-9.5-PIE.patch - fedora/bind97-rh645544.patch - fedora/bind99-rh640538.patch - - server/bind/pspec.xml - - - bind-libs - bind-libs contains the libraries used by both the bind server package and the tools package - bind kitaplık dosyaları - library - server.library - - openssl - libxml2 - mit-kerberos - - - /usr/lib - - - - bind-devel - bind header and development files - bind geliştirme başlıkları ve araçları - library - server.library - - bind-libs - - - /usr/include - /usr/bin/isc-config.sh - /usr/share/man/man1/isc-config* - /usr/share/man/man3/lwres* - - - - bind-tools - Utilities for querying DNS name servers - DNS isim çözümleme araçları - app:console - network.analyzer - - bind-libs - readline - mit-kerberos - python3 - python3-PLY - - - /usr/bin - /usr/share/man/man1 - - - - bind-chroot - A chroot runtime environment for the ISC BIND DNS server 'named' - bind sunucusunu chroot içinde çalıştırmak için gerekli dizin ve dosyalar - service - - bind - - - /etc/rsyslog.d/bind_chroot.conf - /var/named/chroot/etc - /var/named/chroot - - - System.Package - System.Service - - - chroot.rsyslog - - - - bind - service - - bind-libs - libcap - libxml2 - openssl - python3 - python3-PLY - - - /etc - /usr/sbin - /var - /usr/share/man/man3 - /usr/share/man/man5 - /usr/share/man/man8 - /usr/share/doc - - - System.Service - System.Package - - - named.conf - named.confd - gentoo/named.ca - gentoo/127.zone - gentoo/localhost.zone - fedora/named.logrotate - - - - - 2020-01-15 - 9.14.9 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-10 - 9.12.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-09 - 9.10.2 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-08 - 9.10.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-05-08 - 9.10.2 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - firebird - http://www.firebirdsql.org/ - - PisiLinux Community - admins@pisilinux.org - - IPL-1 - IDPL-1 - LGPLv2.1 - service - library - server.database - A relational database offering many ANSI SQL-99 features - Birçok ANSI SQL-99 özelliği sunan ilişkisel bir veritabanı - Firebird is an open source relational database management system offering many ANSI SQL-99 features. - Birçok ANSI SQL-99 özelliği sunan, küçük, hızlı ve çok kararlı bir veritabanı sunucu. - https://github.com/FirebirdSQL/firebird/archive/R2_5_9.tar.gz - - icu4c-devel - btyacc - libedit-devel - - server/database/firebird/pspec.xml - - - firebird-client - Firebird database client library - Firebird veritabanı istemci kütüphanesi - Firebird relational database client library. - Firebird sunucuya bağlantı için kullanılan istemci kütüphanesi - - libgcc - - - /usr/lib/libfbclient.* - /usr/lib/libgds.* - /usr/lib/libib_util.* - /usr/lib/libfbtrace.so - /opt/firebird/lib/libfbclient.* - /opt/firebird/lib/libgds.* - /opt/firebird/lib/libib_util.* - /opt/firebird/plugins/libfbtrace.so - - - - firebird-superserver - Firebird super server - Firebird veritabanı sunucusu - Firebird veritabanı için super sunucu. Klasik sunucu mimarisine göre, SMP performansı daha fazladır. - - firebird-client - icu4c - libedit - libgcc - - - /etc/firebird - /etc/env.d/50firebird - /opt/firebird/*.conf - /opt/firebird/*.msg - /opt/firebird/security2.fdb - /opt/firebird/README - /opt/firebird/WhatsNew - /opt/firebird/UDF - /opt/firebird/bin - /opt/firebird/doc - /opt/firebird/examples - /opt/firebird/help - /opt/firebird/intl - /opt/firebird/lib/libicu* - /opt/firebird/upgrade - /opt/firebird/firebird.log - /opt/firebird - /run/firebird - - - System.Service - System.Package - - - hosts.equiv - 50firebird - - - - firebird-devel - Development files for firebird - Firebird için geliştirme dosyaları - - firebird-client - - - /usr/include/firebird - - - - - 2020-01-16 - 2.5.9.27139 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-16 - 2.5.7.27050 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 2.5.7.27050 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-30 - 2.5.7.27050 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-18 - 2.5.6.27020 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 2.5.4.26856 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-03 - 2.5.4.26856 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libgda - http://www.gnome-db.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - server.database - Library for writing gnome database programs - libgda is a library that eases the task of writing Gtk3-based database programs. - https://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.9.tar.xz - - cairo-devel - db-devel - gdk-pixbuf-devel - gobject-introspection-devel - goocanvas-devel - graphviz-devel - gtk3-devel - gtksourceview3-devel - intltool - iso-codes-devel - itstool - jdk8-openjdk - json-glib-devel - libsecret-devel - libsoup-devel - libxslt-devel - mariadb-lib - mdbtools-devel - openssl-devel - pango-devel - sqlcipher-devel - sqlite-devel - readline-devel - gtk-doc - vala-devel - postgresql-lib - openldap-client - - server/database/libgda/pspec.xml - - - libgda - Library for writing gnome database programs + geda + gtk2 + cairo + guile glib2 - libxml2 - libxslt - libsecret + pango gdk-pixbuf - /etc + /usr/share /usr/lib - /usr/lib/girepository-1.0/Gda-5.0.typelib - /usr/share/help - /usr/share/libgda-5.0 - /usr/share/locale - /usr/share/man - - - - libgda-devel - Development files for libgda - - libgda - gtk3-devel - libxslt-devel - glib2-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - libgda-docs - libgda reference documents - data:doc - /usr/share/doc - /usr/share/gtk-doc - - - - libgda-bdb - Berkeley DB provider for libgda - - libgda - - - /usr/lib/libgda-5.0/providers/libgda-bdb.so - /usr/share/libgda-5.0/bdb_specs_dsn.xml - - - - libgda-java - Java provider for libgda - - libgda - jdk8-openjdk - - - /usr/lib/libgda-5.0/providers/gdaprovider-5.0.jar - /usr/lib/libgda-5.0/providers/libgda-jdbc.so - /usr/share/libgda-5.0/jdbc* - - - - libgda-ldap - Ldap provider for libgda - - libgda - openldap-client - - - /usr/lib/libgda-5.0/providers/libgda-ldap.so - /usr/share/libgda-5.0/ldap* - - - - libgda-mysql - Mysql provider for libgda - - libgda - mariadb-lib - - - /usr/lib/libgda-5.0/providers/libgda-mysql.so - /usr/share/libgda-5.0/mysql* - - - - libgda-postgres - Postgres provider for libgda - - libgda - postgresql-lib - - - /usr/lib/libgda-5.0/providers/libgda-postgres.so - /usr/share/libgda-5.0/postgres* - - - - libgda-sqlcipher - SQLiteCipher provider for libgda - - libgda - openssl - sqlcipher - - - /usr/lib/libgda-5.0/providers/libgda-sqlcipher.so - /usr/share/libgda-5.0/sqlcipher* - - - - libgda-sqlite - SQLite provider for libgda - - libgda - sqlite - - - /usr/lib/libgda-5.0/providers/libgda-sqlite.so - /usr/share/libgda-5.0/sqlite* - - - - libgda-mdb - Mdb provider for libgda - - libgda - mdbtools - - - /usr/lib/libgda-5.0/providers/libgda-mdb.so - /usr/share/libgda-5.0/mdb_specs_dsn.xml - - - - libgda-tools - Graphical tools for libgda - - libgda - gtk3 - cairo - libsoup - graphviz - readline - goocanvas - libgda-ui - gtksourceview3 - - + /usr/share/man /usr/bin - /usr/share/appdata - /usr/share/applications - /usr/share/gnome/gda-browser + /usr/share/gEDA + /usr/share/info + /usr/share/mime /usr/share/icons - /usr/share/pixmaps - - - - libgda-ui - UI extensions for libgda - - libgda - pango - - - /usr/lib/girepository-1.0/Gdaui-5.0.typelib - /usr/lib/libgda-5.0/plugins/gdaui* - /usr/lib/libgda-ui-5.0.so.* - /usr/share/libgda-5.0/dtd/gdaui-layout.dtd - /usr/share/libgda-5.0/icons - /usr/share/libgda-5.0/language-specs - /usr/share/libgda-5.0/pixmaps - /usr/share/libgda-5.0/ui - - - - libgda-ui-devel - Development files for libgda-ui - - libgda - libgda-ui - - - /usr/bin/gdaui-demo-5.0 - /usr/include/libgda-5.0/libgda-ui - /usr/lib/libgda-5.0/plugins/libgda-ui-plugins.so - /usr/lib/libgda-ui-5.0.so - /usr/share/glade/catalogs/gdaui-catalog.xml - /usr/share/glade/pixmaps/widget-gdaui* - /usr/share/libgda-5.0/demo - - - - libgda-web - Web provider for libgda - - libgda - libsoup - - - /usr/lib/libgda-5.0/providers/libgda-web.so - /usr/share/libgda-5.0/php - /usr/share/libgda-5.0/web - - - - - 2021-07-19 - 5.2.9 - Rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-04-20 - 5.2.9 - First release - Berk Çakar - berk2238@hotmail.com - - - - - - libtdb - https://tdb.samba.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv3+ - library - app:console - server.database - Trivial database library - TDB veritabanına erişim için gerekli kitaplıklar - libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. - libtdb basit bir veritabanı olan TDB ile iletişime geçmek için gerekli C ve Python kitaplıklarını içerir. - https://www.samba.org/ftp/tdb/tdb-1.4.7.tar.gz - - libxslt - libtirpc-devel - python3-devel - docbook-xsl - libbsd-devel - - server/database/libtdb/pspec.xml - - - libtdb - - python3 - libbsd - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libtdb-devel - Development files for libtdb - libtdb için geliştirme dosyaları - - libtdb - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - - - - libtdb-32bit - 32-bit shared libraries for libtdb - emul32 - _emul32 - - libgcc - - - libtdb - libgcc - - - /usr/lib32 - - - - - 2022-06-10 - 1.4.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-23 - 1.4.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 1.4.3 - Rebuild 32bit. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.4.3 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 1.3.16 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 1.3.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-08 - 1.3.15 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-09 - 1.3.12 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-07-24 - 1.3.8 - Version Bump - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-08 - 1.3.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 1.3.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - lmdb - http://symas.com/mdb/ - - PisiLinux Community - admins@pisilinux.org - - OpenLDAP - custom - library - app:console - server.database - Symas Lightning Memory-Mapped Database - An ultra-fast, ultra-compact key-value embedded data store. - https://github.com/LMDB/lmdb/archive/LMDB_0.9.29.tar.gz - - lmdb.pc - - server/database/lmdb/pspec.xml - - - lmdb - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - lmdb-devel - Development files for lmdb - - lmdb - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-06-20 - 0.9.29 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 0.9.24 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-08-10 - 0.9.21 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-09 - 0.9.19 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 0.9.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-28 - 0.9.16 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - mariadb - https://mariadb.org - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2 - app:console - server.database - MariaDB is a drop-in replacement for MySQL - Hızlı, çok kullanıcılı ve çok görevli SQL veritabanı sunucusu - MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. - MySQL, çoklu iş parçacıklı (multi-threaded), çok kullanıcılı (multi-user), hızlı ve sağlam (robust) bir Veritabanı yönetim sistemidir. Özelllikle basit web uygulamaları için LAMP sistemi içinde sıkça tercih edilmektedir. - https://ftp.osuosl.org/pub/blfs/conglomeration/mariadb/mariadb-10.6.4.tar.gz - - ncurses-devel - zlib-devel - libxml2-devel - readline-devel - libevent-devel - openssl-devel - libpcre-devel - libaio-devel - unixODBC-devel - pam-devel - snappy-devel - cracklib-devel - mit-kerberos-devel - xz-devel - lzo-devel - curl-devel - libpcre2-devel - cmake - - server/database/mariadb/pspec.xml - - - mariadb-lib - MariaDB client tools - MySQL istemcileri tarafından gereken paylaşımlı kitaplıklar - app:console - library - - zlib - curl - bzip2 - libgcc - libpcre - libxml2 - openssl - libaio - unixODBC - xz - lzo - libpcre2 - - - /usr/bin - /usr/bin/mysql_config - /usr/include - /usr/lib/libmariadb.so.3 - /usr/lib/libmariadbclient.a - /usr/lib/libmariadbd* - /usr/lib/libmariadb.so - /usr/lib/libmysqlclient.so - /usr/lib/libmysqlclient.so.19 - /usr/lib/libmysqlclient.so.19.0.0 - /usr/lib/libmysqlclient_r.so - /usr/lib/libmysqlclient_r.so.19 - /usr/lib/libmysqlclient_r.so.19.0.0 - /usr/lib/libmysqld.a - /usr/lib/libmysqlclient_r.a - /usr/lib/libmysqlclient.a - /usr/lib/libmysqld.so - /usr/lib/libmysqld.so.19 - /usr/lib/libmysqlservices.a - /usr/bin/mysqld_safe_helper - /usr/lib/pkgconfig/libmariadb.pc - /usr/lib/pkgconfig/mariadb.pc - /usr/share/pam_user_map.so - /usr/share/user_map.conf - - - mysql-lib - - - - mariadb-client - MariaDB client libraries - MariaDB istemci uygulamaları - app:console - - mariadb-lib - libaio - zlib - libgcc - libpcre - ncurses - openssl - - - /usr/bin/mysql - /usr/bin/mysqladmin - /usr/bin/mysqlcheck - /usr/bin/mysqldump - /usr/bin/mysqlimport - /usr/bin/mysqlshow - /usr/bin/mysqlslap - - - mysql-client - - - - mariadb-server - MariaDB server and releated files - MariaDB sunucusu ve ilgili dosyalar - service - - mariadb-lib - mariadb-client - curl - bzip2 - zlib - libgcc - openssl - libxml2 - unixODBC - pam - snappy - cracklib - mit-kerberos - - - /etc - /usr/bin/aria_chk - /usr/bin/aria_dump_log - /usr/bin/aria_ftdump - /usr/bin/aria_pack - /usr/bin/aria_read_log - /usr/bin/innochecksum - /usr/bin/msql2mysql - /usr/bin/my_print_defaults - /usr/bin/myisam_ftdump - /usr/bin/myisamchk - /usr/bin/myisamlog - /usr/bin/myisampack - /usr/bin/mysql_ldb - /usr/bin/mysql_client_test - /usr/bin/mysql_convert_table_format - /usr/bin/mysql_embedded - /usr/bin/mysql_client_test_embedded - /usr/bin/mysqltest_embedded - /usr/bin/mysql_find_rows - /usr/bin/mysql_fix_extensions - /usr/bin/mysql_install_db - /usr/bin/mysql_plugin - /usr/bin/mysql_secure_installation - /usr/bin/mysql_setpermission - /usr/bin/mysql_tzinfo_to_sql - /usr/bin/mysql_upgrade - /usr/bin/mysql_waitpid - /usr/bin/mysql_zap - /usr/bin/mysqlaccess - /usr/bin/mysqlbinlog - /usr/bin/mysqlbug - /usr/bin/mysqld - /usr/bin/mysqld-post - /usr/bin/mysqld_multi - /usr/bin/mysqld_safe - /usr/bin/mysqldumpslow - /usr/bin/mysqlhotcopy - /usr/bin/mysqltest - /usr/bin/perror - /usr/bin/replace - /usr/bin/resolve_stack_dump - /usr/bin/resolveip - /usr/bin/tokuft_logprint - /usr/bin/tokuftdump - /usr/bin/wsrep_sst_common - /usr/bin/wsrep_sst_mysqldump - /usr/bin/wsrep_sst_rsync - /usr/bin/wsrep_sst_xtrabackup - /usr/bin/wsrep_sst_xtrabackup-v2 - /usr/bin/mytop - /usr/lib/mysql/plugin - /usr/share/mysql - /usr/share/groonga-normalizer-mysql - /var - /usr/share/doc - /usr/share/groonga - /usr/lib/tmpfiles.d/mariadb.conf - /run/mysqld - - - mysql-server - - - System.Service - System.Package - - - my.cnf - tmpfiles.conf - - - - mariadb-man-pages - MariaDB server and client man pages - MariaDB sunucu ve istemci uygulamarına ait kılavuz sayfaları - data - - /usr/share/man - - - mysql-man-pages - - - - - 2021-11-06 - 10.6.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-13 - 10.4.11 - Version Bump. - Idris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 10.2.13 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-09 - 10.1.21 - Release bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 10.1.10 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-24 - 10.1.10 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - postgresql - http://www.postgresql.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - server.database - A powerful, open source relational database system - Güçlü bir açık kaynaklı ilişkisel veritabanı sistemi - PostgreSQL is a powerful, open source relational database system. - PostgreSQL, açık kaynak kodlu, güçlü bir ilişkisel veritabanıdır - https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2 - - mit-kerberos - e2fsprogs-devel - pam-devel - readline-devel - zlib-devel - python-devel - openssl-devel - tcl-devel - libxslt-devel - libxml2-devel - openldap-server - - server/database/postgresql/pspec.xml - - - postgresql-lib - Essential shared libraries for any PostgreSQL client program or interface - library - - mit-kerberos - python - zlib - libxml2 - openssl - e2fsprogs - libxslt - openldap-client - - - /usr/lib - /usr/include - /usr/lib/pkgconfig - /usr/share/postgresql - /usr/bin/pg_config - - - - postgresql-doc - Postgresql documents - Postegresql belgeleri - Additional documentation for PostgreSQL. - PostegreSQL için ek belgelendirme - data:doc - - postgresql-lib - - - /usr/share/doc - - - - postgresql-server - service - - postgresql-lib - pam - zlib - libxml2 - openssl - readline - e2fsprogs - mit-kerberos - openldap-server - openldap-client - - - /etc - /usr/bin + /usr/share/applications /usr/share/locale - /usr/share/postgresql/contrib - /usr/share/man - /var/lib - - System.Package - System.Service - - - postgresql.conf-8 - - postgresql-pl + geda-devel + Development files for geda + geda için geliştirme dosyaları + geda-devel, geda için geliştirme dosyalarını içerir. - postgresql-lib - tcl - perl + glib2-devel + guile-devel + gdk-pixbuf-devel + geda - /usr/bin/pltcl_listmod - /usr/bin/pltcl_loadmod - /usr/bin/pltcl_delmod - /usr/lib/postgresql/plperl.so - /usr/lib/postgresql/plpython.so - /usr/lib/postgresql/pltcl.so - /usr/share/postgresql/unknown.pltcl + /usr/include + /usr/lib/pkgconfig - - 2020-11-06 - 12.1 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-15 - 12.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-03 - 10.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2017-09-20 - 9.6.2 - Release bump. - Stefan Gronewold - groni@pisilinux.org + 2020-09-29 + 1.10.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com - 2016-06-08 - 9.3.9 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-09-16 + 1.8.2 + First release + PisiLinux Community + admins@pisilinux.org - 2015-07-03 - 9.3.9 + 2018-04-03 + 1.8.2 First release - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admins@pisilinux.org - sqlcipher - https://www.zetetic.net/sqlcipher/ + pcb + http://pcb.gpleda.org/ - Alihan Öztürk - alihan@pisilinux.org + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + science.electronics + Printed circuit board editor + Pcb X Pencere Sistem'i için bir baskı devre çizim programıdır. + PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. + PCB, X11 Pencere Sistem'i üzerinde çalışan interaktif bir baskı devre çizim programıdır. PCB, tasarım kural denetleyicisi, karmaşık bağlantı(rats nest) özelliği bulundurmakta ve kart üretiminde kullanılan endüstri standartlarından RS-274-X (Gerber), NC drill ve Centroid veri formatlarında çıktı oluşturabilir. PCB, yerleştirme zamanınızı azaltacak, otomatik yönlendirme ve iz optimizasyonu gibi gelişmiş özellikler sunmaktadır. + https://sourceforge.net/projects/pcb/files/pcb/pcb-4.1.2/pcb-4.1.2.tar.gz + + intltool + dbus-devel + mesa-glu-devel + gtk2-devel + tcltk-devel + gd-devel + gdk-pixbuf-devel + gtkglext-devel + + + desktop_file.patch + + science/electronics/pcb/pspec.xml + + + pcb + + gtk2 + dbus + glib2 + mesa + cairo + tcltk + mesa-glu + gtkglext + gd + gdk-pixbuf + + + /usr/bin + /usr/share/doc/pcb + /usr/share/info + /usr/share/man + /usr/share/pcb + /usr/share/icons + /usr/share/mime + /usr/share/mimelnk + /usr/share/gEDA/scheme + /usr/share/appdata + /usr/include + /usr/lib + /usr/share/applications + /usr/share/locale + /usr/share/metainfo/pcb.appdata.xml + + + + + 2018-09-07 + 4.1.2 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-04 + 4.1.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + ngspice + http://ngspice.sourceforge.net/ + + Blue Devil + bluedevil@sctzine.com BSD - data - server.database - SQLite extension that provides transparent 256-bit AES encryption of database files - SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development. - https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz + app:console + library + science.electronics + Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice. + Spice3f5, Ciber1b1, ve Xspice temelli, karma-seviye ve karma-sinyal devre simülatörü. + ngspice is the open source spice simulator for electric and electronic circuits. + ngspice, karma-seviye ve karma-sinyal devre simülatörü araçları ve kitaplık dosyaları içerir. + https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/32/ngspice-32.tar.gz - readline-devel - tcl-devel - openssl-devel - sqlite-devel + libXaw-devel + libedit-devel ncurses-devel + readline-devel - server/database/sqlcipher/pspec.xml + science/electronics/ngspice/pspec.xml - sqlcipher - SQLite extension that provides transparent 256-bit AES encryption of database files. + ngspice + Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice - openssl - readline - sqlite - tcl + libXaw + libedit + libgomp ncurses + readline - /usr/bin - /usr/lib/tcl8.6 - /usr/lib/lib* + /usr/lib /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/ngspice - sqlcipher-devel - Development files for sqlcipher. + ngspice-devel + Development files for ngspice + ngspice için geliştirme dosyaları + ngspice-devel, ngspice için geliştirme dosyalarını içerir. - sqlcipher + ngspice /usr/include @@ -333112,4056 +358850,332 @@ contacts, tasks, and calendar information. - - 2020-02-07 - 4.3.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-04-26 - 4.0.1 - Version bump. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2017-02-09 - 3.4.0 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 3.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-03-22 - 3.3.1 - First release. - Alihan Öztürk - alihan@pisilinux.org + 2020-09-28 + 32 + First Pisi Release + Blue Devil + bluedevil@sctzine.com - dhcp - https://www.isc.org/dhcp/ + kicad + http://kicad-pcb.org/ - PisiLinux Community - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - isc-dhcp - app:console + GPLv1 library - service - server - DHCP Sunucusu - DHCP-Server - Dynamic host configuration protocol software - DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. - IP adresi atanmasını ve TCP/IP bilgilerinin yapılandırılmasını sağlayan DHCP Sunucusu - http://ftp.isc.org/isc/dhcp/4.4.1/dhcp-4.4.1.tar.gz + science.electronics + Electronic schematic and printed circuit board (PCB) design tools + Electronic schematic and printed circuit board (PCB) design tools + Electronic schematic and printed circuit board (PCB) design tools + Electronic schematic and printed circuit board (PCB) design tools + kicad + https://gitlab.com/kicad/code/kicad/-/archive/6.0.7/kicad-6.0.7.tar.bz2 - groff - openldap-client + glm + swig + cmake + wxGTK3 + curl-devel + zlib-devel + glew-devel + cairo-devel + wxGTK-devel + boost-devel + libSM-devel + mesa-devel + doxygen + gtk3-devel + openssl-devel + python3-devel + mesa-glu-devel + ngspice-devel + opencascade-devel + desktop-file-utils - server/dhcp/pspec.xml + science/electronics/kicad/pspec.xml - dhcp + kicad - openldap-client + curl + glew + zlib + boost + cairo + glib2 + wxGTK3 + libgcc + pixman + python3 + libgomp + openssl + libglvnd + mesa-glu + opencascade + wxGTK-common - /etc /usr/bin - /usr/sbin /usr/lib - /var/lib - /run - /usr/share/man + /usr/share + /usr/share/locale /usr/share/doc - - System.Service - System.Service - System.Service - System.Package - - - dhcpd - dhcpd6 - dhcrelay - dhcpd.conf - - - - dhclient - Provides the dhclient ISC DHCP client daemon - DHCP İstemcisi - app:console - network.connection - - /etc/dhcp/dhclient.conf - /usr/sbin/dhclient - /var/lib/dhclient - /usr/share/man/man5/dhclient* - /usr/share/man/man8/dhclient* - /usr/share/man/man5/dhcp-options* - /usr/share/man/man5/dhcp-eval* - /usr/share/doc/dhcp/dhclient* - - - dhclient.conf - - - - dhcp-devel - Development files for dhcp - dhcp için geliştirme dosyaları - - dhcp - - - /usr/include - /usr/share/man/man3 - - - 2020-01-27 - 4.4.1 + + 2022-07-29 + 6.0.7 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-08-10 - 4.4.0 - Version bump + + 2018-09-09 + 4.0.7 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2017-10-25 - 4.3.6 - Version bump,fix #2943 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-05-09 - 4.3.0 - Release Bump - Kamil Atlı - admin@pisilinux.org - - 2016-06-08 - 4.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2018-05-11 + 4.0.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2014-05-19 - 4.3.0 + 2018-04-04 + 4.0.7 First release - Vedat Demir - vedat@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - libvncserver - http://libvncserver.sourceforge.net/ + xplanet + http://xplanet.sourceforge.net PisiLinux Community admins@pisilinux.org GPLv2 - app:console - server.misc - Library for creating VNC (Virtual Network Computing) servers - VNC sunucu oluşturmak için kütüphane - Biblioteka do łatwego implementowania serwera VNC - libvncserver provides a C library to create VNC servers. - VNC sunucu benzeri kendi VNC (Virtual Network Computing) sunucunuzu oluşturmak isterseniz gerekli kütüphane - Wieloplatformowa biblioteka C, pozwalającą na łatwą implementację trybu serwera lub klienta VNC (Virtual Network Computing) we własnym programie. - https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz + app:gui + science.astronomy + Render a planetary image into an X window + Gezegen görüntülerini bir X penceresine çizdirir + Xplanet was inspired by Xearth, which renders an image of the earth into the X root window. All of the major planets and most satellites can be drawn, similar to the Solar System Simulator. A number of different map projections are also supported, including azimuthal, Lambert, Mercator, Mollweide, orthographic, and rectangular. + Xplanet, Dünya'nın bir görüntüsünü bir X penceresine çizdiren Xearth programından esinlenilerek yapılmıştır. Güneş Sistemi Simülatörü'ne benzer şekilde bir çok büyük gezegen ve uydu çizdirilebilir. Azimut, Lambert, Mercator, Mollweide, ortografik, dikdörtgen de dahil olmak üzere bir çok farklı harita projeksiyonunu destekler. + mirrors://sourceforge/project/xplanet/xplanet/1.3.1/xplanet-1.3.1.tar.gz - gnutls-devel + tiff-devel + pango-devel + netpbm-devel + giflib-devel libjpeg-turbo-devel - libgcrypt-devel - libpng-devel - openssl-devel - lzo-devel - cmake + libXScrnSaver-devel - server/misc/libvncserver/pspec.xml + + giflib6.patch + xplanet-1.3.1-remove-null-comparison.patch + + science/astronomy/xplanet/pspec.xml - libvncserver + xplanet - zlib + tiff + pango + giflib + glib2 + libX11 + libgcc libpng - libgcrypt - gnutls + netpbm + freetype + libXScrnSaver libjpeg-turbo - openssl - lzo - /usr/bin/*-config - /usr/lib - - - - libvncserver-devel - Development files for libvncserver - libvncserver için geliştirme dosyaları - Pliki nagłówkowe libvncserver - - libvncserver - zlib-devel - libpng-devel - libgcrypt-devel - gnutls-devel - libjpeg-turbo-devel - - - /usr/include - /usr/lib/pkgconfig + /usr/bin + /usr/share/doc + /usr/share + /usr/share/man - - 2021-04-25 - 0.9.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 0.9.12 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-15 - 0.9.12 - Version Bump - İdris Kalp - idriskalp@gmail.com - - 2018-08-07 - 0.9.11 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2018-09-07 + 1.3.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org - 2017-01-29 - 0.9.9 - Rebuild - Pisi Linux Community - admin@pisilinux.org + 2017-06-06 + 1.3.1 + Version Bump + Kamil Atlı + suvari@pisilinux.org - 2016-06-08 - 0.9.9 + 2016-06-09 + 1.3.0 Release Bump Pisi Linux Community admin@pisilinux.org 2014-06-14 - 0.9.9 + 1.3.0 First release - PisiLinux Community - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - phodav - https://wiki.gnome.org/phodav + ntl + https://www.shoup.net/ntl/ - Kamil Atlı - suvari@pisilinux.org + Blue Devil + bluedevil@sctzine.com - LGPLv2.1 + LGPL library - app:console - server.misc - WebDav server implementation using libsoup (RFC 4918) - phởdav (phodav) is a minimal WebDAV server implementation using GNOME libsoup (RFC 4918.) - https://download.gnome.org/sources/phodav/2.5/phodav-2.5.tar.xz + science.misc + A Library for doing Number Theory. + Sayı kuramı için bir kitaplık. + NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. + ntl, sayı kuramı için bir kitaplık sunar. + https://www.shoup.net/ntl/ntl-11.4.3.tar.gz - meson - gtk-doc - asciidoc - libsoup-devel - libxml2-devel + gmp-devel + gf2x-devel - server/misc/phodav/pspec.xml + science/misc/ntl/pspec.xml - phodav - WebDav server implementation using libsoup (RFC 4918) + ntl + A Library for doing Number Theory. - glib2 - libxml2 - libsoup - asciidoc + gmp + gf2x - /usr/bin - /usr/share/doc/ - /usr/share/gtk-doc/ - /usr/share/man - /lib/udev/rules.d - /usr/share/locale - /usr/lib/libphodav-2.0.so* + /usr/lib/libntl* - phodav-devel - Development files for phodav + ntl-devel + Development files for ntl + ntl için geliştirme dosyaları + ntl-devel, ntl için geliştirme dosyalarını içerir. - glib2-devel - libsoup-devel - libxml2-devel - phodav + ntl /usr/include /usr/lib/pkgconfig - - - 2021-10-10 - 2.5 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ntp - http://www.ntp.org - - PisiLinux Community - admins@pisilinux.org - - MIT - BSD - GPLv2+ - service - server - NTP daemon and client - NTP hizmeti ve istemcisi - Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers. - ntp, NTP protokolü üzerinden uzak sunucuları kullanarak sisteminizin zamanını eşitlemek için gerekli araçları ve hizmetleri içerir. - https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz - - fix-man-pages.sh - - - avahi-compat-libdns_sd-devel - libedit-devel - net-snmp-devel - perl-HTML-Parser - perl-IO-Socket-SSL - libcap-devel - openssl-devel - libevent-devel - - - 0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch - gentoo/ntp-4.2.8-ipc-caps.patch - gentoo/ntp-4.2.8-sntp-test-pthreads.patch - gentoo/ntp-4.2.8_p14-add_cap_ipc_lock.patch - gentoo/ntp-4.2.8_p15-gcc10.patch - - server/ntp/pspec.xml - - ntp-server - NTP server - NTP hizmeti + ntl-docs + Documentation files for ntl + ntl için belgelendirme dosyaları + ntl-docs, ntl için belgelendirme dosyalarını içerir. - avahi-compat-libdns_sd - libedit - net-snmp - libcap - openssl - libevent - ntp-client + ntl - /etc/ntp.conf - /etc/conf.d - /etc/ntp/crypto - /usr/bin/ntpstat - /usr/bin/update-leap - /usr/bin/calc_tickadj - /usr/share/ntp/lib/NTP/Util.pm - /usr/libexec - /usr/sbin /usr/share/doc - /usr/share/man - /var/lib/ntp - - - System.Package - System.Service - - - fedora/ntp.conf - fedora/ntpd.sysconfig - fedora/ntp.cryptopw - - - - ntp-client - NTP client - NTP istemcisi - app:console - util.admin - - /etc/conf.d/ntpdate - /etc/ntp/step-tickers - /etc/ntp/keys - /usr/sbin/ntpdate - /usr/share/man/man8/ntpdate.8* - - - System.Service - System.Package - - - fedora/ntpdate.sysconfig - fedora/ntp.step-tickers - fedora/ntp.keys - - - - ntp-docs - NTP documentation - NTP belgeleri - data:doc - - ntp-client - - - /usr/share/doc/ntp/html - - 2022-07-30 - 4.2.8_p15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-02 - 4.2.8_p15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-14 - 4.2.8_p15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-27 - 4.2.8_p15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-20 - 4.2.8_p13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 4.2.8_p10 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-09 - 4.2.8_p10 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-10-27 - 4.2.8_p8 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 4.2.8_p4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2016-01-01 - 4.2.8_p4 - First release - Stefan Gronewold - groni@pisilinux.org + 2020-05-20 + 11.4.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com - openldap - http://www.openldap.org + imath + https://www.openexr.com/ PisiLinux Community admins@pisilinux.org - OPENLDAP - server - Open-source suite of LDAP applications and development tools - LDAP uygulamaları ve geliştirme araçları - OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools - LDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir - ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.59.tgz - - nss-devel - db-devel - openssl-devel - tcp-wrappers-devel - cyrus-sasl-devel - libtool-ltdl - icu4c-devel - unixODBC-devel - mariadb-server - libutil-linux-devel - mit-kerberos-devel - chrpath - groff - - - openldap-2.4.39-ntlm-1.patch - fedora/openldap-reentrant-gethostby.patch - fedora/openldap-ldaprc-currentdir.patch - fedora/openldap-nss-update-list-of-ciphers.patch - fedora/openldap-nss-ignore-certdb-type-prefix.patch - fedora/openldap-nss-pk11-freeslot.patch - fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch - fedora/openldap-autoconf-pkgconfig-nss.patch - fedora/openldap-ai-addrconfig.patch - - server/openldap/pspec.xml - - - openldap-client - Command-line ldap client commands (ldapsearch, ldapadd etc..) + BSD library - app:console - - nss - nspr - openssl - cyrus-sasl - - - /etc/openldap/ldap.conf* - /usr/include - /usr/bin - /usr/lib - /usr/share/man/man1 - /usr/share/man/man5/ldap.conf.5 - - - - openldap-server - OpenLDAP server slapd and releated tools - OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools - service - - db - perl - unixODBC - libutil-linux - tcp-wrappers - libtool-ltdl - nss - cyrus-sasl - openldap-client - - - /etc/conf.d - /etc/openldap - /usr/lib/tmpfiles.d/openldap-server.conf - /usr/sbin - /usr/libexec - /usr/share/man/man3 - /usr/share/man/man5 - /usr/share/man/man8 - /usr/share/doc - /var/lib - /run/openldap - - - System.Package - System.Service - - - tmpfiles.conf - slapd.conf - gencert.sh - - - - openldap-32bit - 32-bit shared libraries for openldap - openldap için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - openssl-32bit - libtool-ltdl-32bit - - - openssl-32bit - openldap-client - - - /usr/lib32 - - - - - 2021-11-06 - 2.4.59 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 2.4.48 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 2.4.48 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 2.4.45 - Release bump for toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2017-01-27 - 2.4.44 - Release bump for toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-15 - 2.4.44 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 2.4.44 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-03-28 - 2.4.44 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - openssh - http://www.openssh.com/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - service - server - Port of OpenBSD's free SSH release - OpenBSD'den aktarılmış SSH sürümü - OpenSSH est une version libre des outils de connexion SSH sur lesquels les utilisateurs techniquement chevronnés s'appuient. Les utilisateurs de telnet, rlogin et ftp ne se rendent peut être pas compte que les mots de passe sont transmis sur internet en clair. OpenSSH crypte tout le trafic (y compris les mots de passe) pour éliminer les écoutes passives, les détournements de connexion et autres attaques. - OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. - OpenSSH teknik internet kullanıcıların güvendikleri SSH bağlanırlık araçlarının Özgür (free) sürümüdür.telnet, rlogin ve ftp kullanıcıları parolalarının internetten şifresiz olarak aktarıldığını anlayamayabilirler ancak aktarılmaktadır.OpenSSH eavesdropping (iletişim kanalını dinleme), connection hijacking (bağlantı çalma) ve diğer atakları önlemek için tüm bağlantı trafiğini (parolalar dahil) şifrelemektedir. - https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.6p1.tar.gz - - libedit-devel - zlib-devel - openssl-devel - mit-kerberos-devel - pam-devel - - server/openssh/pspec.xml - - - openssh - - libedit - zlib - openssl - mit-kerberos - pam - - - /etc - /usr/bin - /usr/sbin - /usr/libexec - /usr/lib - /usr/share/openssh - /var/empty - /usr/share/man - /usr/share/doc - - - System.Service - - - - - 2021-06-05 - 8.6_p1 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-01-21 - 8.1_p1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-10 - 7.6_p1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-19 - 7.4_p1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-08 - 7.2_p2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 7.2_p2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - postfix - http://www.postfix.com/ - - PisiLinux Community - admins@pisilinux.org - - IPL-1 - service - server - A fast and secure drop-in replacement for sendmail - Hızlı ve güvenli bir e-posta sunucusu - Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. - Postfix, Wietse Venema tarafından yazılmış, sendmail a alternatif güçlü bir e-posta sunucusudur. - http://www.postfix.org/postfix-release/official/postfix-3.5.12.tar.gz - - db-devel - libnsl-devel - libpcre-devel - openssl-devel - cyrus-sasl-devel - openldap-client - postgresql-lib - mit-kerberos-devel - mariadb-lib - - server/postfix/pspec.xml - - - postfix - - db - pam - libnsl - zlib - libpcre - openssl - mariadb-lib - cyrus-sasl - bind-libs - openldap-client - postgresql-lib - mit-kerberos - comar-api - - - /etc - /usr/bin - /usr/sbin - /usr/lib - /var - /usr/share/man - /usr/share/doc/postfix/AAAREADME - /usr/share/doc/postfix/COMPATIBILITY - /usr/share/doc/postfix/HISTORY - /usr/share/doc/postfix/LICENSE - /usr/share/doc/postfix/RELEASE_NOTES - /usr/share/doc/postfix/defaults - - - System.Package - System.Service - - - smtpd.conf - saslpass - main.cf - mkcert.sh - aliases - mailcap - bounce.cf.tr - - - - postfix-docs - Help files for postfix package - Postfix paketine ait yardım dosyaları - - postfix - - - /usr/share/doc - - - - - 2021-11-06 - 3.5.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 3.5.8 - Version bump. - Berk Çakar - berk2238@hotmail.com - - - 2020-01-27 - 3.4.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-02 - 3.2.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-11 - 3.2.0 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 3.1.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-27 - 3.1.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - rpcbind - http://nfsv4.bullopensource.org - - PisiLinux Community - admins@pisilinux.org - - BSD - service - server - Universal Addresses to RPC Program Number Mapper - Evrensel adresleri RPC program numaralarına eşleştirici - The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine. - RPCbind aracı, RPC program numaralarını DARPA protokolü port numaralarına çeviren bir sunucu yazılımıdır. - mirrors://sourceforge/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 - - libtirpc-devel - tcp-wrappers-devel - - server/rpcbind/pspec.xml - - - rpcbind - - libtirpc - tcp-wrappers - - - /etc - /usr/sbin/rpcbind - /usr/bin/rpcinfo - /var/lib - /usr/share/man - /usr/share/doc - - - System.Service - - - rpcbind.sysconfig - - - - - 2022-03-11 - 1.2.6 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - samba - http://www.samba.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - service - server - A suite of SMB and CIFS client/server programs for UNIX - Linux için Windows ağ paylaşım servisi - samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain. - Samba, Linux ve Unix işletim sistemleri ile Windows NT ve Windows 9x işletim sistemleri arasındaki iletişimi sağlayan bir ağ sunucusu uygulamasıdır. Samba yalnızca Linux ve windows makinaların birbirlerini görmelerini sağlamaz aynı zamanda Linux çalıştıran bilgisayarların windows ağında yazıcı sunucusu gibi işlevleri edinmesi içinde kullanılır. Ayrıca Active Directory ile de uyumludur. - https://download.samba.org/pub/samba/stable/samba-4.14.10.tar.gz - - acl-devel - pam-devel - perl-parse-yapp - jansson-devel - rpcsvc-proto-devel - docbook-xsl - avahi-devel - gnutls-devel - libgpg-error-devel - popt-devel - libtalloc-devel - python3-devel - icu4c-devel - cups-devel - mit-kerberos - libcap-devel - openldap-client - openldap-server - libtdb-devel - libarchive-devel - dbus-devel - libtirpc-devel - libnsl-devel - - - 0001-Fix-build-on-libtirpc-less-glibc.patch - - server/samba/pspec.xml - - - samba - - acl - pam - cups - dbus - popt - zlib - icu4c - gnutls - libbsd - libcap - libnsl - libtdb - jansson - python3 - libtasn1 - libtirpc - libtalloc - avahi-libs - openldap-client - - - /etc - /lib - /run - /var - /usr/bin - /usr/lib/cups - /usr/lib/lib*.so* - /usr/lib/python3.9 - /usr/lib/samba - /usr/lib/tmpfiles.d - /usr/libexec - /usr/sbin - /usr/share/samba - /usr/share/man - - - System.Package - System.Service - - - lmhosts - samba.pam - smbusers - smb.conf - tmpfiles.conf - - - - samba-devel - Development files for samba - samba için geliştirme dosyaları - - samba - libtalloc-devel - libtevent-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-20 - 4.14.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-20 - 4.14.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-22 - 4.14.5 - Rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-06-20 - 4.14.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-18 - 4.13.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 4.11.5 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-04-05 - 4.9.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 4.7.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-28 - 4.5.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-07-24 - 4.4.5 - Version Bump fix service.py - Ergün Salman - poyraz76@pisilinux.org - - - 2016-06-15 - 4.2.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-30 - 4.2.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - sshpass - https://sourceforge.net/projects/sshpass/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - app:console - server - Fool ssh into accepting an interactive password non-interactively - Fool ssh into accepting an interactive password non-interactively - Fool ssh into accepting an interactive password non-interactively - Fool ssh into accepting an interactive password non-interactively - https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz - - openssh - - server/sshpass/pspec.xml - - - sshpass - - openssh - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2020-01-27 - 1.06 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-05-04 - 1.06 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - apache - http://httpd.apache.org/ - - Pisi Linux Admins - admins@pisilinux.org - - Apache-2.0 - service - server.web - Apache web sunucusu - Apache Webserver - Apache web server - Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged. - Dünyanın en çok tercih edilen web sunucu olan Apache artık diğer genelağ sunucularının standartlarını belirlemek için takip ettiği hızlı, güçlü, esnek ve yüksek özelleştirilebilirliğe sahip bir genelağ sunucusudur. - https://downloads.apache.org/httpd/httpd-2.4.54.tar.bz2 - - apr-devel - nss-devel - lua-devel - zlib-devel - openssl-devel - libxml2-devel - db-devel - expat-devel - libpcre-devel - apr-util-devel - cyrus-sasl-devel - - server/web/apache/pspec.xml - - - apache - - nss - apr - lua - apr-util - cyrus-sasl - openldap-client - zlib - openssl - libxml2 - libpcre - db - expat - - - /etc - /usr/sbin - /usr/bin - /usr/include - /var/log/apache2 - /var/www - /run/apache2 - /var/cache - /usr/share/doc - /usr/share/man - /usr/lib - /usr/share/dbus-1/services/apache.service - - - System.Package - System.Service - - - apache.service - apache2.confd - httpd.conf - 00_default_vhost.conf - 00_apache_manual.conf - 40_mod_ssl.conf - 41_mod_ssl.default-vhost.conf - 45_mod_dav.conf - 46_mod_ldap.conf - webroot/apache.css - webroot/apache_pb.gif - webroot/index.html - webroot/index-tr.html - webroot/index-ptbr.html - webroot/index-es.html - webroot/index-de.html - webroot/pisi-linux.png - - - - - 2022-06-08 - 2.4.54 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-31 - 2.4.53 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2021-11-01 - 2.4.51 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-27 - 2.4.41 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 2.4.34 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-17 - 2.4.29 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 2.4.25 - Version Bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-14 - 2.4.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-17 - 2.4.20 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kdsoap - https://github.com/KDAB/KDSoap - - PisiLinux Community - admins@pisilinux.org - - custom - library - server.web - Qt-based client-side and server-side SOAP component - Qt tabanlı istemci tarafı ve sunucu tarafı SOAP bileşeni - It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. - Web hizmetleri için istemci uygulamaları oluşturmak için kullanılabilir ve ayrıca özel bir web sunucusu gibi başka bir bileşene ihtiyaç duymadan web hizmetleri oluşturmak için araçlar sağlar. - https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.9.0/kdsoap-1.9.0.tar.gz + science.misc + Library of 2D and 3D vector, matrix, and math operations for computer graphics + Bilgisayar grafikleri için 2B ve 3B vektör, matris ve matematik işlemleri kitaplığı + https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.3.tar.gz cmake - qt5-base-devel + doxygen + boost-devel + boost-python3 + python3-devel + python3-numpy + python3-sphinx + python3-breathe - server/web/kdsoap/pspec.xml + + fedora/imath-python-test.patch + fedora/209.patch + fedora/imath-docs.patch + + science/misc/imath/pspec.xml - kdsoap + imath libgcc - qt5-base + python3 + boost-python3 - /usr/bin /usr/lib /usr/share /usr/share/doc + + ilmbase + - kdsoap-devel - Development files for kdsoap + imath-devel + Development files for imath - kdsoap + imath /usr/include /usr/lib/cmake - - - - - 2020-05-11 - 1.9.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libmicrohttpd - http://www.gnu.org/software/libmicrohttpd - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - server.web - A compact API and implementation of HTTP web server - Bir HTTP sunucu uygulama programlama arayüzü (API) ve uygulaması - libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. - libmicrohttpd, bir HTTP sunucusunun diğer yazılımların parçası olarak çalışmasını kolaylaştıran kitaplıktır. - http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.69.tar.gz - - texinfo - gnutls-devel - libgcrypt-devel - libgpg-error-devel - - server/web/libmicrohttpd/pspec.xml - - - libmicrohttpd - - gnutls - libgcrypt - libgpg-error - - - /usr/bin/microspdy2http - /usr/bin/demo - /usr/lib - /usr/share/man - /usr/share/info - /usr/share/doc - - - - libmicrohttpd-devel - Development files for libmicrohttpd - libmicrohttpd için geliştirme dosyaları - - gnutls-devel - - - gnutls-devel - libmicrohttpd - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-27 - 0.9.69 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 0.9.59 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-05-09 - 0.9.54 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 0.9.49 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-25 - 0.9.49 - First release - Ali Algul(gulle) - alialgul@pisilinux.org - - - - - - nginx - http://www.nginx.net/ - - Kamil Atlı - suvari@pisilinux.org - - as-is - service - server.web - nginx is an HTTP and reverse proxy server - Küçük, sağlam ve yüksek performanslı http ve ters vekil sunucusu - Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. - nginx, özgür, açık kaynaklı, yüksek performanslı bir HTTP, ters vekil (reverse proxy) ve aynı zamanda IMAP/POP3 sunucusudur. - http://nginx.org/download/nginx-1.20.1.tar.gz - - perl - gd-devel - zlib-devel - geoip-devel - libxslt-devel - libpcre-devel - openssl-devel - - server/web/nginx/pspec.xml - - - nginx - - gd - perl - zlib - geoip - libxslt - libpcre - openssl - libxml2 - - - /etc/nginx - /etc/logrotate.d - /usr/sbin - /var/www/nginx - /var/log/nginx - /run - /var/lib/nginx/client_body - /var/lib/nginx/fastcgi - /var/lib/nginx/proxy - /usr/lib - /usr/share/man - /usr/share/doc - - - System.Package - System.Service - - - conf/nginx.conf - conf/ssl.conf - conf/00_default_vhost.conf - nginx.logrotate - default-page/index.html - default-page/index-tr.html - default-page/404.html - default-page/nginx.css - default-page/nginx.gif - default-page/pisi-linux.png - - - - - 2021-08-29 - 1.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-27 - 1.17.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-25 - 1.17.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - ConsoleKit - https://github.com/Consolekit2 - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - system.auth - A framework for defining and tracking users, login sessions, and seats - Kullanıcıları, giriş oturumlarını ve koltukları takip etmek ve tanımlamak için bir altyapı - ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). - ConsoleKit, sisteme giriş yapmış kullanıcıları ve bu kullanıcıların bilgisayar ile nasıl etkileştiğini izleyen bir sistem hizmetidir. - https://github.com/ConsoleKit2/ConsoleKit2/archive/refs/tags/1.2.4.tar.gz - - xmlto - acl-devel - pam-devel - util-linux - dbus-devel - eudev-devel - zlib-devel - glib2-devel - libX11-devel - libnih-devel - libdrm-devel - libxslt-devel - libevdev-devel - python3-devel - cgmanager-devel - gobject-introspection-devel - polkit-devel - elogind - - - consolekit2-conf.patch - - system/auth/ConsoleKit/pspec.xml - - - ConsoleKit - - acl - pam - dbus - zlib - glib2 - libX11 - libnih - cgmanager - polkit - eudev - - - /etc - /usr/lib/tmpfiles.d/ConsoleKit.conf - /usr/bin - /usr/sbin - /usr/libexec - /lib - /usr/lib - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/gtk-doc - /usr/share/polkit-1/actions - /usr/share/polkit-1/rules.d - /usr/share/man - /usr/share/locale - /usr/share/doc - /var - - - ConsoleKit.conf - 25-consolekit.rules - consolekit.pamd - pam-foreground-compat.ck - - - - ConsoleKit-devel - Development files for ConsoleKit - ConsoleKit için geliştirme dosyaları - - ConsoleKit - glib2-devel - dbus-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-05 - 1.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-17 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 1.2.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.2.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-13 - 1.2.1 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-07-23 - 1.2.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-02 - 1.0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 1.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-03-30 - 1.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - elogind - https://github.com/elogind - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2.1 - app:console - system.auth - Elogind User, Seat and Session Manager - Elogind; kullanıcı, oturum ve seat Yöneticisi - Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. - Elogind kullanıcıların oturum açma kapama durumlarını denetlerken çoklu oturumlara da izin veren hizmettir. - https://github.com/elogind/elogind/archive/refs/tags/v246.10.tar.gz - - gperf - meson - ninja - libxslt-devel - sysvinit - acl-devel - pam-devel - dbus-devel - audit-devel - docbook-xsl - eudev-devel - glib2-devel - libcap-devel - cgmanager-devel - libevdev-devel - p11-kit-devel - kernel-headers - libpcre2-devel - bash-completion - - system/auth/elogind/pspec.xml - - - elogind - Elogind User, Seat and Session Manager - - acl - pam - audit - eudev - libevdev - dbus - cgmanager - libcap - bash-completion - - - /etc - /lib - /bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/zsh - /usr/bin - /usr/share/dbus-1 - /usr/share/factory - /usr/share/polkit-1 - /usr/share/locale - /usr/share/bash-completion - - - System.Service - System.Package - - - tmpfiles.conf - 25-elogind.rules - 25-elogind.rules - elogind-user - - - - elogind-devel - Development files for elogind - elogind için geliştirme dosyaları - elogind-devel, elogind için geliştirme dosyalarını içerir. - - elogind - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-05-21 - 246.10 - elogind rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 246.10 - elogind rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 246.10 - elogind rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-05-03 - 246.10 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2021-03-17 - 246.9.2 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - efibootmgr - https://github.com/vathpela/efibootmgr - - Aydın Demirel - aydin.demirel@pisilinux.org - - GPL2 - app:console - system.boot - Tool to modify UEFI Firmware Boot Manager Variables - UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç - a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. - UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç - https://github.com/rhboot/efibootmgr/archive/refs/tags/18.tar.gz - - pciutils-devel - zlib-devel - popt-devel - efivar-devel - - system/boot/efibootmgr/pspec.xml - - - efibootmgr - - efivar - popt - - - /usr/sbin - /usr/share/man - /usr/lib - - - - efibootmgr-devel - - popt-devel - efivar-devel - efibootmgr - - - /usr/include - - - - - 2022-07-09 - 18 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-29 - 17 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-22 - 17 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-17 - 17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 16 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-21 - 15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 15 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-09 - 15 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-14 - 14 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 0.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-01 - 0.12 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - efitools - http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app - system.boot - UEFI güvenli önyükleme platformlarını işleme araçları - UEFI güvenli önyükleme platformlarını işleme araçları - Tools for manipulating UEFI secure boot platforms - Tools for manipulating UEFI secure boot platforms - https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.9.2.tar.gz - - gnu-efi - help2man - sbsigntools - perl-File-Slurp - openssl-devel - - - efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch - - system/boot/efitools/pspec.xml - - - efitools - - openssl - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/efitools/efi - /usr/share/doc - - - - - 2020-11-07 - 1.9.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 1.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-21 - 1.8.1 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 1.7.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-16 - 1.7.0 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - - - - efivar - https://github.com/vathpela/efivar - - Aydın Demirel - aydin.demirel@pisilinux.org - - LGPL2.1 - app:console - system.boot - Tools and library to manipulate EFI variables - EFI değişkenlerini işlemek için araçlar ve kütüphane - Tools and library to manipulate EFI variables. - EFI değişkenlerini işlemek için araçlar ve kütüphane - https://github.com/rhinstaller/efivar/releases/download/37/efivar-37.tar.bz2 - - popt-devel - - - fedora/0001-util.h-add-unlikely-and-likely-macros.patch - fedora/0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch - fedora/0003-linux-pci-root-remove-an-unused-assignment.patch - fedora/0004-Fix-all-the-places-Werror-address-of-packed-member-c.patch - fedora/0005-Get-rid-of-the-arrows-in-our-debug-messages.patch - fedora/0006-Define-strdupa-if-it-is-not-defined.patch - fedora/0007-Android-inital-porting-of-libefivar.patch - fedora/0008-Remove-an-unused-function.patch - fedora/0009-Fix-another-error-of-Werror-address-of-packed-member.patch - fedora/0010-Update-generated-ABI.patch - - system/boot/efivar/pspec.xml - - - efivar - - popt - - - /usr/lib - /usr/share/man - /usr/bin - - - - efivar-devel - - popt-devel - efivar - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-16 - 37 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 37 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-21 - 36 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-08-13 - 31 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-09 - 31 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-01-24 - 26 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-03-29 - 0.23 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gfxboot - https://github.com/openSUSE/gfxboot - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - system.boot - Tools to create graphical boot logos - Grafik açılış logosu oluşturma araçları - Set of tools to create graphical boot logos, for grub, lilo and syslinux. It supports arch-specific boot menus, advanced help menus, multiple keymaps, animated images, and more graphical pretty things. - Grub, syslinux ve lilo gibi önyükleyiciler için grafik açılış logoları oluşturma araçları. Mimari bazlı açılış menüsü, gelişmiş yardım menüsü, farklı diller için klavye haritası desteği, hareketli görüntü desteği ve daha pek çok görsel efekt desteği içerir. - gfxboot - https://github.com/openSUSE/gfxboot/archive/4.5.64.tar.gz - - xmlto - freetype-devel - util-linux - libxslt - lynx - - - no-theme-no-git.patch - - system/boot/gfxboot/pspec.xml - - - gfxboot - - perl-HTML-Parser - freetype - - - /usr/sbin - /usr/share/gfxboot/bin - /usr/share/gfxboot - /usr/share/doc - - - - - 2020-11-07 - 4.5.64 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 4.5.64 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 4.5.36 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 4.5.20 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 4.5.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-04 - 4.5.12 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gfxtheme-pisilinux-install - https://pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data - system.boot - Pisi Linux gfxboot install theme - Pisi Linux gfxboot teması - Gfxtheme install package for Pisi Linux - Kurulum sistemi ve kurulu sistem için Pisi Linux gfxboot teması. - https://github.com/PisiLinuxNew/gfxtheme-pisilinux-install/archive/v0.2.tar.gz - - gfxboot - fribidi-devel - - system/boot/gfxtheme-pisilinux-install/pspec.xml - - - gfxtheme-pisilinux-install - - /usr/share/gfxtheme/pisilinux/install - - - - - 2020-01-26 - 0.2 - Rebuild for toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-13 - 0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-05 - 0.2 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-08 - 0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-08-04 - 0.2 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - memtest86 - http://www.memtest.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - system.boot - Memory tester - Bellek test edici - Testeur de mémoire pour architecture x86 et x86_64 pour ordinateurs x86 et 64 bit x86 compatibles. Il doit être lancer depuis le menu de démarrage. - Memory tester for x86 and x86_64 devices for x86 and 64bit x86 compatible computers. It should be started from boot menu. - x86 ve 64bit x86 mimarilerindeki bilgisayarın belleklerini test etmeye ve hataları bulmaya yaran bir program. Kullanmak için açılış menüsünden çalıştırmanız gerekmektedir. - http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz - system/boot/memtest86/pspec.xml - - - memtest86 - - /boot - /usr/share/doc - - - - - 2020-11-07 - 5.01 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 5.01 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 5.01 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-05 - 5.01 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-08 - 5.01 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-27 - 5.01 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plymouth - http://cgit.freedesktop.org/plymouth - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - library - system.boot - Graphical Boot Animation and Logger - Açılış animasyonu ve oturum açma altyapısı - plymouth provides an attractive graphical boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a log file for viewing after boot. - plymouth, sistemin açılışı esnasında estetik ve ilgi çekici bir grafiksel animasyon altyapısı sunan bir uygulamadır. - http://freedesktop.org/software/plymouth/releases/plymouth-22.02.122.tar.xz - https://sourceforge.net/projects/pisilinux/files/source/plymouth-theme-pisilinux-0.4.tar.xz - - pisilinux/generate-flist.py - - - docbook-xsl - kernel-headers - libdrm-devel - libpng-devel - cairo-devel - pango-devel - graphite2-devel - harfbuzz-devel - glib2-devel - gtk2-devel - gtk3-devel - eudev-devel - libxslt-devel - - - mageia/1002-main-allow-the-device-timeout-to-be-overridden-on-th.patch - pisilinux/pisilinux.patch - - system/boot/plymouth/pspec.xml - - - plymouth - - eudev - libdrm - plymouth-core-libs - plymouth-theme-pisilinux - - - /bin - /sbin - /usr/bin - /usr/sbin - /bin/plymouth - /usr/libexec/plymouth - /etc/plymouth - /etc/logrotate.d/bootlog - /usr/lib - /lib - /usr/lib/plymouth/text.so - /usr/lib/plymouth/details.so - /usr/lib/plymouth/renderers - /usr/share/pixmaps - /usr/share/plymouth - /usr/share/plymouth/themes - /usr/share/plymouth/themes/details - /usr/share/plymouth/themes/text - /usr/share/doc - /usr/share/man - /var/lib/plymouth - /run/plymouth - /var/spool/plymouth - /usr/share/locale - /usr/lib/tmpfiles.d/plymouth.conf - - - System.Package - - - tmpfiles.conf - pisilinux/boot-duration - pisilinux/initramfs.files - pisilinux/images/white-head.png - fedora/charge.plymouth - - - - plymouth-core-libs - Plymouth core libraries - plymouth-core-libs contains the libply and libply-splash-core libraries used by Plymouth. - - /lib/libply-splash-core.so* - /lib/libply.so* - - - - plymouth-graphics-libs - Plymouth graphics libraries - plymouth-graphics-libs contains the libply-splash-graphics library used by graphics Plymouth splashes. - - zlib - libpng - - - /usr/lib/libply-splash-graphics.so* - - - - plymouth-devel - Development headers and files for plymouth - - plymouth - - - /usr/include - /usr/lib/pkgconfig - - - - plymouth-renderer-x11 - An X11 renderer for debugging purposes - - cairo - gtk2 - atk - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/lib/plymouth/renderers/x11* - - - - plymouth-plugin-label - Plymouth label plugin - plymouth-plugin-label contains the label control plugin for Plymouth. It provides the ability to render text on graphical boot splashes using pango and cairo. - - cairo - pango - glib2 - harfbuzz - plymouth-graphics-libs - - - /usr/lib/plymouth/label.so - - - - plymouth-plugin-fade-throbber - Plymouth Fade-Throbber plugin - plymouth-plugin-fade-throbber contains the "Fade-In" boot splash plugin for Plymouth. It features a centered image that fades in and out while other images pulsate around during system boot up. - - plymouth-graphics-libs - - - /usr/lib/plymouth/fade-throbber.so - - - - plymouth-theme-spinner - Spinner theme for Plymouth - plymouth için Spinner teması - plymouth-theme-spinner contains the "Spinner" boot splash theme for Plymouth. It features a simple theme with a small spinner on a dark background. - - plymouth-plugin-two-step - - - /usr/share/plymouth/themes/spinner - - - - plymouth-theme-fade-in - Fade-in theme for Plymouth - plymouth-theme-fade-in contains the "Fade-In" boot splash theme for Plymouth. It features a centered logo that fades in and out while stars twinkle around the logo during system boot up. - - plymouth-plugin-fade-throbber - - - /usr/share/plymouth/themes/fade-in - - - - plymouth-theme-spinfinity - Plymouth Spinfinity theme - plymouth için Spinfinity teması - plymouth-theme-spinfinity contains the "Spinfinity" boot splash theme for Plymouth. It features a centered logo and animated spinner that spins in the shape of an infinity sign. - - /usr/share/plymouth/themes/spinfinity - - - - plymouth-plugin-space-flares - Plymouth space-flares plugin - plymouth-plugin-space-flares contains the "space-flares" boot splash plugin for Plymouth. It features a corner image with animated flares. - - plymouth-plugin-label - plymouth-graphics-libs - - - /usr/lib/plymouth/space-flares.so - - - - plymouth-theme-solar - Plymouth Solar theme - plymouth için Solar teması - plymouth-theme-solar contains the "Solar" boot splash theme for Plymouth. It features a blue flamed sun with animated solar flares. - - plymouth-plugin-space-flares - - - /usr/share/plymouth/themes/solar - - - - plymouth-plugin-two-step - Plymouth Two-Step plugin - plymouth-plugin-two-step contains the "two-step" boot splash plugin for Plymouth. It features a two phased boot process that starts with a progressing animation synced to boot time and finishes with a short, fast one-shot animation. - - plymouth-plugin-label - plymouth-graphics-libs - - - /usr/lib/plymouth/two-step.so - - - - plymouth-theme-charge - Plymouth Charge plugin - plymouth için Charge teması - plymouth-theme-charge This package contains the "charge" boot splash theme for Plymouth. It features the shadowy hull of a Fedora logo charge up and and finally burst into full form. - - plymouth-plugin-two-step - - - /usr/share/plymouth/themes/charge - - - - plymouth-plugin-script - Plymouth script plugin - plymouth-plugin-script contains "script" boot splash plugin for Plymouth. It features an extensible, scriptable boot splash language that simplifies the process of designing custom boot splash themes. - - plymouth-graphics-libs - - - /usr/lib/plymouth/script.so - - - - plymouth-theme-script - Plymouth Script theme - plymouth-theme-script contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. - - plymouth-plugin-script - - - /usr/share/plymouth/themes/script - - - - plymouth-theme-pisilinux - Plymouth Pisi Linux theme - plymouth için Pisi Linux teması - plymouth-theme-pisilinux contains a simple but elegant boot theme for Pisi Linux. - - plymouth-plugin-script - - - /usr/share/plymouth/themes/pisilinux - - - - - 2022-03-25 - 22.02.122 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-25 - 0.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 0.8.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 0.8.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-01 - 0.8.8 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-08-25 - 0.8.8 - script fix. - Pisi Linux Community - admin@pisilinux.org - - - 2016-08-22 - 0.8.8 - actions fix - Pisi Linux Community - admin@pisilinux.org - - - 2016-08-21 - 0.8.8 - New theme. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.8.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-21 - 0.8.8 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-21 - 0.8.8 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - refind - https://sourceforge.net/projects/refind/ - - Ergün Salman - poyraz76@pisilinux.org - - rEFIt - library - system.boot - refind uefi multi boot - refind uefi multi boot - https://sourceforge.net/projects/pisi-source/files/refind-0.10.3.tar.gz - system/boot/refind/pspec.xml - - - refind - - /usr/* - /etc/* - - - System.Package - - - - - 2020-11-07 - 0.10.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 0.10.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 0.10.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-20 - 0.10.3 - Relase bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-07-30 - 0.10.3 - Relase Frist - Ergün Salman - poyraz76@pisilinux.org - - - - - - syslinux - http://syslinux.zytor.com/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - system.boot - SysLinux, IsoLinux and PXELinux bootloader - SysLinux, IsoLinux ve PXELinux önyükleyicileri - Lightweight bootloaders for floppy media (SYSLINUX), network booting (PXELINUX), and bootable "El Torito" CD-ROMs (ISOLINUX). The project also includes MEMDISK, a tool to boot legacy operating systems (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX. - Disket sürücüden (SYSLINUX), ağ üzerinden (PXELINUX) ve açılabilir "El Torito" CD-ROM'lardan (ISOLINUX) açılışı sağlayan hafif önyükleyici araçları. Bu proje ayrıca sık kullanılmayan ya da çok eski işletim sistemlerinin açılışı için genellikle PXELINUX ve ISOLINUX ile ortak kullanılabilen MEMDISK aracını da içermektedir. - https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz - - nasm - asciidoc - dosfstools - mtools - efibootmgr-devel - gptfdisk - upx - libutil-linux-devel - util-linux - python-devel - - - syslinux.git-138e850fab106b5235178848b3e0d33e25f4d3a2.patch - 0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch - 0002-ext4-64bit-feature.patch - 0003-include-sysmacros-h.patch - 0004-Add-RPMOPTFLAGS-to-CFLAGS-for-some-stuff.patch - 0005-Workaround-multiple-definition-of-symbol-errors.patch - 0006-Replace-builtin-strlen-that-appears-to-get-optimized.patch - - system/boot/syslinux/pspec.xml - - - syslinux - - libutil-linux - mtools - efibootmgr - util-linux - dosfstools - gptfdisk - perl-Crypt-PasswdMD5 - perl-Digest-SHA1 - - - /sbin - /usr/bin - /usr/lib/syslinux - /usr/share/doc - /usr/share/man - - - pisi-iso/isolinux.cfg - pisi-iso/background.png - - - - - 2022-07-10 - 6.04 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2021-07-17 - 6.04 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-25 - 6.04 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-11-12 - 6.04 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-24 - 6.04 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-13 - 6.03 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-29 - 6.03 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-06-08 - 6.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-02 - 6.03 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - Calamares - https://calamares.io/ - - Ergün Salman - Poyraz76@pisilinux.org - - LGPLv2 - system.installer - A distribution independent installer framework - Dağıtım bağımsız sistem yükleyici - Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. - Calamares dağıtım bağımsız bir sistem yükleyicidir. - https://github.com/calamares/calamares/archive/v3.2.39.3.tar.gz - - gettext-devel - yaml-cpp - boost-devel - boost-python3 - ki18n-devel - kcoreaddons - solid-devel - parted-devel - qt5-linguist - qt5-svg-devel - udisks2-devel - libyaml-devel - python3-devel - kconfig-devel - qt5-base-devel - polkit-qt-devel - qt5-webkit-devel - qt5-webengine-devel - libatasmart-devel - kcoreaddons-devel - qt5-designer-devel - qt5-assistant-devel - libutil-linux-devel - qt5-declarative-devel - libxkbfile-devel - e2fsprogs-devel - squashfs-tools - efibootmgr-devel - rsync - gptfdisk - extra-cmake-modules - kpmcore-devel - kiconthemes-devel - kio-devel - kservice-devel - kconfig-devel - kparts-devel - plasma-framework-devel - - - pisilocalayar.patch - pisi_set_hostname2.patch - no_fsck_and_pymouth2.patch - - system/installer/Calamares/pspec.xml - - - Calamares - - libgcc - boost - boost-python3 - python3 - kcrash - parted - solid - ki18n - rsync - kconfig - kcoreaddons - qt5-svg - qt5-webkit - libatasmart - qt5-declarative - rsync - ntfs-3g - qt5-base - gptfdisk - e2fsprogs - dmidecode - efibootmgr - libxkbfile - dosfstools - libutil-linux - util-linux - kpmcore - partitionmanager - qt5-webengine - kiconthemes - kio - kservice - kconfig - kparts - kpackage - calamares-theme-pisilinux - - - /usr/bin - /usr/lib - /usr/share/* - /usr/lib/calamares/ - /usr/include/libcalamares/* - /usr/lib/cmake/Calamares/ - /usr/lib/calamares/modules/* - /usr/libexec/ - /etc/locale.conf - - - calamares.desktop - locale.conf - - - - - 2021-10-30 - 3.2.39.3 - Rebuild boost. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-08 - 3.2.39.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-27 - 3.2.32.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 3.2.32.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 3.2.21 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-21 - 3.2.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-27 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-12 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-14 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-24 - 3.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-22 - 3.2.0 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-27 - 3.1.11 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-19 - 3.1.10 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-07 - 3.1.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-11-15 - 3.1.7 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-12-13 - 2.4.83 - Version Bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2016-12-13 - 2.4.80 - Version Bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2016-06-08 - 2.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-03 - 2.2 - First Release. - Ergün Salman - Poyraz76@pisilinux.org - - - - - - calamares-theme-pisilinux - https://pisilinux.org - - Pisi Linux Community - admin@pisilinux.org - - GPLv2 - data - system.installer - PiSi Linux theme files for Calamares - Calamares sistem yükleyici için Pisi Linux tema dosyaları - calamares-theme includes PiSi Linux theme files for Calamares(Distribution-independent installer framework). - calamares-theme Calamares (Dağıtım bağımsız sistem yükleyici) projesi için Pisi Linux tema dosyaları içerir. - https://github.com/PisiLinuxNew/calamares-pisilinux/archive/0.4.tar.gz - system/installer/calamares-theme-pisilinux/pspec.xml - - - calamares-theme-pisilinux - - /usr/share/calamares - - - - - 2019-10-31 - 0.3 - Version bump for 2.1.2 Mehmetcik - erkanisik - erkanisik@pisilinux.org - - - 2019-02-15 - 0.3 - Version bump for 2.1.1 Felis-catus - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-13 - 0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-23 - 0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.1a - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-09 - 0.1a - First release - Pisi Linux Community - admin@pisilinux.org - - - - - - yali - http://www.pisilinux.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - system.installer - Yet Another Linux Installer - YALI: PiSi Linux kurulum yazılımı - YALI: Yet Another Linux Installer (encore un nouvel installateur Linux). - YALI is the graphical installer for PiSi Linux distribution which is written using the Qt framework. - YALI: PiSi Linux kurulum yazılımı. - YALI jest graficznym instalatorem PiSi Linux. - https://github.com/pisilinux/yali/archive/refs/tags/v3.3.7.0.tar.gz - - python-qt5-devel - python-devel - python-pygobject-devel - e2fsprogs-devel - qt5-linguist - qt5-base-devel - - - fix_find_device.patch - - system/installer/yali/pspec.xml - - - yali - - python-qt5 - util-linux - python - e2fsprogs - mdadm - lvm2 - reiserfsprogs - ntfsprogs - dosfstools - xfsprogs - zorg - comar - panda - python-pyaspects - pisilinux-python - pisilinux-python-xorg - syslinux - pyqtermwidget5 - pyparted - python-pyblock - yali-branding-pisilinux - yali-theme-pisilinux - python-udev - pisilinux-desktop-services - rsync - efibootmgr - glibc-locales-nl - glibc-locales-de - glibc-locales-es - glibc-locales-pt - glibc-locales-sv - glibc-locales-fr - glibc-locales-it - glibc-locales-ca - glibc-locales-pl - glibc-locales-ru - glibc-locales-hu - glibc-locales-hr - droid-fonts - - - /usr/bin - /usr/lib - /usr/share - /etc/yali - /lib/udev/rules.d/70-yali.rules + /usr/lib/pkgconfig - Calamares - calamares-theme-pisilinux + ilmbase-devel - - 2022-05-24 - 3.3.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-20 - 3.3.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-21 - 3.3.5.0 - Rebuild stable2. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 3.3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-11 - 3.3.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 3.3.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-13 - 3.3.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-12 - 3.2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-11 - 3.2.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-08 - 3.2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-20 - 3.2.0.0 - Version Bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-10-17 - 3.0.4.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 3.0.4.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-28 - 3.0.4.3 - Rebuild for 2.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-03-15 - 3.0.4.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-12-25 - 3.0.4.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-11-04 - 3.0.4.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-08-12 - 3.0.4.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-15 - 3.0.4.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-08 - 3.0.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2017-03-05 - 3.0.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - yali-branding-pisilinux - http://www.pisilinux.org - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - data - system.installer - Pisi Linux Branding files for YALI - Yali için Pisi Linux dosyaları - yali-branding includes Pisi Linux branding files for YALI(Yet Another Linux Installer). - yalı-branding YALI projesi Pisi Linux dosyalarını içerir. - https://github.com/forYali/yali-branding-pisilinux/archive/0.4.1.tar.gz - - intltool - - system/installer/yali-branding-pisilinux/pspec.xml - - - yali-branding-pisilinux - - /usr/share/doc - /usr/share/yali/branding - - - - - 2018-08-13 - 0.4.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-22 - 0.4.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-05 - 0.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - yali-theme-pisilinux - http://www.pisilinux.org - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - data - system.installer - PiSi Linux theme files for YALI - Yali için Pisi Linux tema dosyaları - yali-branding includes PiSi Linux theme files for YALI(Yet Another Linux Installer). - yalı-theme YALI projesi Pisi Linux tema dosyaları içerir. - https://github.com/forYali/yali-theme-pisilinux/archive/0.4.2.tar.gz - - qt5-base - - system/installer/yali-theme-pisilinux/pspec.xml - - - yali-theme-pisilinux - - /usr/share/doc - /usr/share/yali/theme - - - - - 2021-04-10 - 0.4.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 0.4.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-04 - 0.4.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-22 - 0.4.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-15 - 0.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - cgmanager - https://github.com/lxc/cgmanager - - Aydın Demirel - aydin.demirel@pisilinux.org - - GPL - app:console - util.admin - Central cgroup management daemon - Merkezi cgroup yönetimi uygulamacığı - CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API. - CGManager basit bir DBUS api üzerinden sizin için tüm cgruplarınızı yöneten merkezi ayrıcalıklı bir uygulamacıktır. - https://github.com/lxc/cgmanager/archive/v0.42.tar.gz - - popt-devel - libnih-devel - pam-devel - help2man - - util/admin/cgmanager/pspec.xml - - - cgmanager - - libnih - pam - popt - dbus - - - /usr/bin - /usr/libexec/cgmanager/cgm-release-agent - /lib/security - /usr/share/man - /usr/share/cgmanager - /usr/lib/libcgmanager* - - - System.Service - - - - cgmanager-devel - - cgmanager - libnih-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-09-01 - 0.42 - fixed "Unknown subsys name 'subsystems'" error - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2020-02-01 - 0.42 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-13 - 0.41 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-15 - 0.41 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-28 - 0.39 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 0.39 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-09-10 - 0.39 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - fwupd - https://fwupd.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - util.admin - Aims to make updating firmware on Linux automatic, safe and reliable - Aims to make updating firmware on Linux automatic, safe and reliable - https://github.com/hughsie/fwupd/archive/1.8.3.tar.gz - - meson - xz-devel - libqmi-devel - libmbim-devel - flashrom-devel - libmm-glib-devel - gnu-efi - fwupd-efi - gi-docgen - curl-devel - gcap-devel - libjcat-devel - gpgme-devel - sqlite-devel - polkit-devel - gnutls-devel - libusb-devel - elfutils-devel - libxmlb-devel - libgudev-devel - libgusb-devel - valgrind-devel - python3-pillow - libsmbios-devel - tpm2-tss-devel - bash-completion - elogind-devel - protobuf-c-devel - appstream-glib-devel - python3-pygobject3-devel - efivar-devel - - util/admin/fwupd/pspec.xml - - - fwupd - - xz - gcap - glib2 - curl - libjcat - gpgme - gnutls - polkit - libqmi - libmbim - flashrom - libmm-glib - libxmlb - tpm2-tss - json-glib - libgpg-error - efivar - sqlite - libgusb - libsoup - bash-completion - libgudev - elfutils - protobuf-c - libsmbios - libarchive - libutil-linux - appstream-glib - - - /lib - /etc - /usr/bin - /usr/lib - /usr/libexec - /usr/share - /usr/share/man - /usr/share/polkit-1 - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/fwupd - /usr/share/metainfo - /usr/share/bash-completion - /usr/share/vala - /usr/share/locale - /usr/share/installed-tests - /var - - - org.freedesktop.fwupd.service - - - - fwupd-devel - - fwupd - xz-devel - curl-devel - gcap-devel - glib2-devel - libgusb-devel - libjcat-devel - libxmlb-devel - libgudev-devel - valgrind-devel - json-glib-devel - libarchive-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-07-23 - 1.8.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-14 - 1.7.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-14 - 1.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-21 - 1.7.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-05 - 1.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-20 - 1.7.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-02 - 1.3.9 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-28 - 1.1.3 - remove os-release file. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-10-22 - 1.1.3 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-09-09 - 1.0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 1.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - fwupd-efi - https://github.com/fwupd/fwupd-efi - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - util.admin - Firmware update EFI binaries - Firmware update EFI binaries - Firmware update EFI binaries - Firmware update EFI binaries - https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz - - meson - gnu-efi - - util/admin/fwupd-efi/pspec.xml - - - fwupd-efi - - /usr/libexec - /usr/lib - /usr/share - /usr/share/doc - - - - - 2021-10-20 - 1.1 + 2021-10-26 + 3.1.3 First release PisiLinux Community admins@pisilinux.org @@ -337170,1650 +359184,108 @@ contacts, tasks, and calendar information. - fwupdate - https://github.com/rhinstaller/fwupdate + coin + https://bitbucket.org/Coin3D/coin/wiki/Home - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admin@pisilinux.org GPLv2 app:console - util.admin - Tools for using the ESRT and UpdateCapsule() to apply firmware updates - Tools for using the ESRT and UpdateCapsule() to apply firmware updates - https://github.com/rhboot/fwupdate/archive/9.tar.gz + science.misc + Coin3D is a high-level 3D graphics toolkit. + 3D Üst düzey grafiksel araç takımı + Is a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1. + coin,SGI Open Inventor 2.1 ile tam uyumlu grafiksel 3D araç takımı + https://bitbucket.org/Coin3D/coin/downloads/Coin-3.1.3.tar.gz - gnu-efi - efivar-devel - popt-devel - libsmbios-devel - - - build.patch - fwupdate-9-objcopy_detection.patch - - util/admin/fwupdate/pspec.xml - - - fwupdate - - popt - efivar - libsmbios - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/bash-completion - /usr/share/locale - - - - fwupdate-devel - - fwupdate - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-01-20 - 9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-11 - 9 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - htop - https://htop.dev/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:console - util.admin - Visionneur de processus pour Linux - An interactive process viewer for Linux. - Linux için etkileşimli bir süreç izleyici - htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'. - htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. - htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir. - htop - https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz - - python3 - libcap-devel - ncurses-devel - gettext-devel - libunwind-devel - lm_sensors-devel - - util/admin/htop/pspec.xml - - - htop - - libcap - ncurses - libunwind - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2022-06-18 - 3.2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-17 - 3.1.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-11 - 3.0.1 - Community version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-09-09 - 2.0.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 2.0.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 1.0.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-17 - 1.0.3 - First release - Kamil Atlı - burakerturk@pisilinux.org - - - - - - inxi - https://smxi.org/docs/inxi.htm/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPL-3 - app:console - util.admin - script to get system information - A command line system information tool. - script voor het opvragen van systeem informatie - Script para la información del sistema - script to get system information - inxi is a full featured CLI system information tool. - Script voor het opvragen van systeem informatie - Inxi es un completo script que muestra la información del sistema - https://github.com/smxi/inxi/archive/refs/tags/3.3.08-1.tar.gz - util/admin/inxi/pspec.xml - - - inxi - - /usr/bin - /usr/share/kde4/apps/konversation/scripts/inxi - /usr/share/man - /usr/share/doc - - - - - 2021-11-11 - 3.3.08.1 - Version bump. - fury - uglyside@yandex.ru - - - 2020-09-11 - 3.1.06.1 - Version bump. - fury - uglyside@yandex.ru - - - 2018-09-09 - 3.0.20.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-15 - 2.3.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 2.3.8 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-10 - 2.3.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-23 - 2.2.19 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - isodumper - https://github.com/papoteur-mga/isodumper - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - util.admin - A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. - IsoDumper, bir USB bellek üzerine ISO imaj dosyası yazma aracıdır. - A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. - IsoDumper, bir USB bellek üzerine ISO imaj dosyası yazma aracıdır. - https://sourceforge.net/projects/pisilinux/files/source/isodumper-0.48.tar.xz - - isodumper.svg - isodumper.png - header.png - header.svg - isodumper.desktop.in - tr.po - - - intltool - imagemagick-devel - - util/admin/isodumper/pspec.xml - - - isodumper - - coreutils - pango - polkit - procps - imagemagick - python-gtk - python-cairo - python-pygobject - libglade - python - dbus-python - pyparted - udisks2 - xterm - - - /etc - /usr/bin - /usr/lib - /usr/libexec - /usr/share - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps - /usr/share/isodumper - /usr/share/polkit-1 - /usr/share/locale - /usr/share/doc - - - - - 2021-06-22 - 0.48 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-08-20 - 0.48 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-08-31 - 0.48 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.45 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-22 - 0.45 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-04 - 0.45 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - isoimagewriter - https://community.kde.org/ISOImageWriter - - Kamil Atlı - suvari@pisilinux.org - - GPLv3 - library - util.admin - Program to write hybrid ISO files onto USB disks - USB disklere hibrit ISO dosyaları yazmak için program - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. - USB disklere hibrit ISO dosyaları yazmak için program - isoimagewriter - mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz - - kauth-devel - gpgme-devel - solid-devel - ki18n-devel - kcrash-devel - python3-devel - qt5-base-devel - karchive-devel - gpgme-qt5-devel - kcoreaddons-devel - kiconthemes-devel - extra-cmake-modules - kwidgetsaddons-devel - - util/admin/isoimagewriter/pspec.xml - - - isoimagewriter - - kauth - ki18n - solid - gpgme - kcrash - libgcc - kconfig - karchive - qt5-base - gpgme-qt5 - kcoreaddons - kiconthemes - kwidgetsaddons - - - /usr/bin - /usr/share/applications - /usr/lib/kauth/isoimagewriter_helper - /usr/share/doc - /usr/share/locale - /usr/share/polkit-1 - /usr/share/dbus-1 - /usr/share/metainfo - /usr/share/isoimagewriter - - - - - 2022-02-04 - 0.9.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libtree - https://github.com/haampie/libtree - - fury - uglyside@yandex.ru - - MIT - app - util.admin - ldd as a tree. - A tool that turns ldd into a tree. - https://github.com/haampie/libtree/archive/refs/tags/v3.1.1.tar.gz - - gcc - - util/admin/libtree/pspec.xml - - - libtree - - glibc - - - /usr/bin/libtree - /usr/share/man/man1/libtree.1 - - - - - 2022-07-10 - 3.1.1 - Minor version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 3.1.0 - First build. - fury - uglyside@yandex.ru - - - - - - logrotate - https://fedorahosted.org/releases/l/o/logrotate - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.admin - Rotates, compresses, removes and emails system log files - Sistem günlük (log) dosyalarını yönetmeyi kolaylaştıran bir araç - logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and emailing of log files. - Logrotate kayıt dosyalarının rotasyonunu, silinmesini veya e-posta ile gönderilmesi gibi işlevleri ile sistem yönetimini kolaylaştırıan bir uygulamadır. - https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz - - popt-devel - acl-devel - - util/admin/logrotate/pspec.xml - - - logrotate - - popt - acl - - - /etc - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - 2020-02-02 - 3.15.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 3.11.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 3.9.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 3.8.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-26 - 3.8.8 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - panda - https://pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.admin - PisiLinux Alternative Driver Administration - PisiLinux Alternatif Sürücü Yönetimi - PANDA is an alternative driver administration for PisiLinux. - Panda, PisiLinux için alternatif sürücü yönetim modülüdür. - https://github.com/forYali/panda/archive/0.2.tar.gz - - add-32bit_packages.diff - remove_module-nvidia-userspace.patch - remove_module-fglrx-userspace.patch - - util/admin/panda/pspec.xml - - - panda - - /usr/libexec - /usr/lib - /usr/share/doc - - - - - 2018-08-31 - 0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-05 - 0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - pgadmin4 - https://www.pgadmin.org/ - - İdris Kalp - idriskalp@gmail.com - - custom - app:gui - util.admin - Comprehensive design and management interface for PostgreSQL - pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. - https://pgadmin-archive.postgresql.org/pgadmin4/v4.19/source/pgadmin4-4.19.tar.gz - - python3-devel - qt5-base-devel - postgresql-lib - imagemagick-devel - python3-setuptools - python3-sphinx - python3-extras - python3-fixtures - python3-html5lib - python3-pbr - python3-mimeparse - python3-pyrsistent - python3-blinker - python3-flask - python3-flask-login - python3-flask-migrate - python3-flask-sqlalchemy - python3-flask-wtf - python3-passlib - python3-pytz - python3-simplejson - python3-six - python3-speaklater - python3-sqlparse - python3-wtforms - python3-psutil - python3-Jinja2 - python3-paramiko - python3-psycopg2 - python3-cryptography - python3-sqlalchemy - python3-testtools - python3-webencodings - python3-werkzeug - python3-dateutil - python3-flask-gravatar - python3-flask-mail - python3-flask-principal - python3-flask-paranoid - python3-sshtunnel - python3-flask-security - python3-flask-compress - python3-email-validator - - - pgadmin4-python-de-vendor-venv-paths.patch - python-3.8.patch - - util/admin/pgadmin4/pspec.xml - - - pgadmin4 - Comprehensive design and management interface for PostgreSQL - - python3 - qt5-base - postgresql-lib - imagemagick - python3-blinker - python3-flask - python3-flask-login - python3-flask-migrate - python3-flask-sqlalchemy - python3-flask-wtf - python3-passlib - python3-pytz - python3-simplejson - python3-six - python3-speaklater - python3-sqlparse - python3-wtforms - python3-psutil - python3-Jinja2 - python3-paramiko - python3-psycopg2 - python3-cryptography - python3-sqlalchemy - python3-testtools - python3-webencodings - python3-werkzeug - python3-dateutil - python3-flask-gravatar - python3-flask-mail - python3-flask-principal - python3-flask-paranoid - python3-sshtunnel - python3-flask-security - python3-flask-compress - python3-email-validator - - - /usr/bin - /usr/lib - /usr/share - - - pgadmin4 - pgadmin4-server - pgAdmin4.desktop - config_distro.py - - - - pgadmin4-docs - Documentation files for pgadmin4 - - pgadmin4 - - - /usr/share/doc/pgadmin4 - - - - - 2020-03-24 - 4.19 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - pgModeler - http://www.pgmodeler.com.br/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv3 - app:gui - util.admin - PostgreSQL Database Modeler - PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases - https://github.com/pgmodeler/pgmodeler/archive/v0.9.1.tar.gz - - libxml2-devel + libXext-devel mesa-devel - shared-mime-info + libSM-devel + libICE-devel doxygen - mesa-devel - qt5-base-devel - qt5-svg-devel - qt5-sql-postgresql - postgresql-server - - util/admin/pgModeler/pspec.xml - - - pgModeler - - libgcc - libxml2 - qt5-svg - qt5-base - postgresql-lib - - - /etc/pgmodeler - /usr/bin - /usr/lib - /usr/share - - - pgModeler.desktop - - - - - 2018-09-09 - 0.9.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-30 - 0.9.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-11-26 - 0.9.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-13 - 0.8.2_p1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - phpldapadmin - http://phpldapadmin.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - util.admin - phpLDAPadmin (also known as PLA) is a web-based LDAP client - Phpldapadmin aynı zamanda PLA olarak bilinen web tabanlı bir LDAP istemcisidir. - phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. - Phpldapadmin aynı zamanda PLA olarak bilinen web tabanlı bir LDAP istemcisidir. LDAP sunucunuz için çoklu dil desteği yönetimi, herhangi bir yerden erişilebilirlik ve kolaylık sağlar. - https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.2.tar.gz - util/admin/phpldapadmin/pspec.xml - - - phpldapadmin - - mod_php - openldap-server - openldap-client - apache - - - /usr/share/phpldapadmin - /usr/share/doc - /usr/share/phpldapadmin/config/config.php - /etc/apache2/conf.d/phpldapadmin.conf - - - - - 2021-11-20 - 1.2.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 1.2.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-30 - 1.2.3 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-10 - 1.2.3 - First release - Aydın Demirel - aydin@demirel.web.tr - - - - - - phpmyadmin - http://www.phpmyadmin.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - util.admin - Browser based MySQL Admin Tool - Tarayıcı tabanlı MySQL Yönetim Aracı - A populer application for managing MySQL Server; add/update data etc. with PHP5 support. - MySQL Sunucusunu yönetmek için PHP5 desteği ile birlikte gelen popüler bir uygulama. - https://files.phpmyadmin.net/phpMyAdmin/5.1.1/phpMyAdmin-5.1.1-all-languages.tar.xz - util/admin/phpmyadmin/pspec.xml - - - phpmyadmin - - mod_php - mariadb-lib - mariadb-client - mariadb-server - - - /usr/share/doc - /usr/share/phpmyadmin - /usr/share/phpmyadmin/config.inc.php - /etc/apache2/conf.d/phpmyadmin.conf - - - System.Package - - - config.inc.php - phpmyadmin.conf - - - - - 2021-11-06 - 5.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-09 - 4.8.2 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-30 - 4.6.6 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-10 - 4.6.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - pisido - https://pisilinux.org/ - - Harun Gültekin - hrngultekin@gmail.com - - GPLv3+ - app:gui - util.admin - A pisi packager from GUI - Grafik arayüzde çalışan pisi paketçisi. - You can make pisi packages with a GUI. Also, you can import your existing build files. Warning:Alfa version. Ported Qt5. - Grafik arayüzde pisi paketleri yapabilirsiniz. Ayrıca var olan inşa dosyalarınızı içe aktarıp inşa edebilirsiniz.Çoklu paket yapısı eklenmiştir. Hala geliştirilme aşamasındasır. Alfa sürümdür. Qt5 ile hazırlanmıştır. - https://github.com/PisiLinuxNew/pisido/archive/pisido-v2.3.7.tar.gz - - qt5-linguist - qscintilla2-devel - qtermwidget5-devel + libglade-devel + mesa-glu-devel - no-git-folder+fix-docker.patch + clang-name-lookup.diff + fix_gcc_4_8_1.patch + Coin-2.5.0-inttypes.patch + Coin-2.4.6-man3.diff - util/admin/pisido/pspec.xml + science/misc/coin/pspec.xml - pisido - A pisi packager with GUI + coin - libgcc - qt5-base - qscintilla2 - qtermwidget5 - - - /usr/bin - /usr/share/doc - /usr/share - - - - - 2021-11-14 - 2.3.7 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2020-12-20 - 2.3.7 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-05-11 - 2.3.6 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-11-30 - 2.3.5 - Rebuild qscintilla2. - Pisi Linux Community - admin@pisilinux.org - - - 2019-02-03 - 2.3.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-12-11 - 2.3.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-10-17 - 2.3.5 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-05-14 - 2.3.5 - add german lang - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-06 - 2.3.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-06-02 - 2.3.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-16 - 2.3.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 2.3.5 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 2.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-10-26 - 2.3.3 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pisilinux-dev-tools - https://pisilinux.org - - Marcin Bojara - marcin@pisilinux.org - - GPLv2 - app:console - util.admin - A collection of useful tools that Pisi Linux developers use to make their developing work a lot easier - Pisilinux-dev-tools is a collection of useful tools that Pisilinux developers use to make their developing work a lot easier. Such tools can include packaging preparation, package analysis, etc. - http://source.pisilinux.org/pisilinux-dev-tools/pisilinux-dev-tools-0.0.2.tar.xz - - fix_detect_mesa.patch - spped_up.patch - ignore_glibc-32bit.patch - - util/admin/pisilinux-dev-tools/pspec.xml - - - pisilinux-dev-tools - - chrpath - binutils - - - /usr/bin - /usr/share/doc - - - - - 2020-02-06 - 0.0.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-30 - 0.0.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-30 - 0.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-06-28 - 0.0.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - pisiyap - https://github.com/Rmys/pisiyap - - Stefan Gronewold - groni@pisilinux.org - - GPLv3+ - CCPL-Attribution-NonCommercial-NoDerivs-3.0 - app:gui - util.admin - A Simple PiSi source file creator - Basit bir PiSi kaynak dosyası üreticisi - PisiYap is a simple graphical user interface for easily creating PiSi source files. - PisiYap, PiSi kaynak dosyaları üretmek için basit bir kullanıcı arayüzüdür. - pisiyap - https://github.com/Rmys/pisiyap/archive/pisiyap.tar.gz - - qt5-base-devel - python-qt5-devel - python-setuptools - qt5-linguist - - util/admin/pisiyap/pspec.xml - - - pisiyap - - python-qt5 - python-sip - xdg-utils - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/pisiyap - /usr/share/icons - /usr/share/pixmaps - /usr/share/doc - - - - kde-servicemenu-pisiyap - PiSi related service menus - Paketlemeyle ilgili servis menüleri - PiSiYap servicemenus provides some useful service menus for lazy packagers. - PiSiYap ile gelen servis menüleri, konsol açmaya erinen paketçiler için çeşitli servis menüleri sunar. - - pisiyap - plasma-workspace - - - /usr/share/kservices5/ServiceMenus - - - - - 2020-01-20 - 0.7b - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-03 - 0.7b - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 0.7b - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-16 - 0.7b - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-06-21 - 0.7b - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-05-13 - 0.7b - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - polo - https://github.com/teejee2008/polo - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app - util.admin - Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more. - Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası. - Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more. - Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası. - https://github.com/teejee2008/polo/archive/v18.8-beta.tar.gz - - atk-devel - vte-devel - gtk3-devel - vala-devel - zlib-devel - cairo-devel - glib2-devel - pango-devel - gnutls-devel - libX11-devel - libgee-devel - libxml2-devel - libpcre2-devel - json-glib-devel - gdk-pixbuf-devel - - util/admin/polo/pspec.xml - - - polo - - atk - vte - gtk3 - zlib - cairo - glib2 - p7zip - pango - gnutls libX11 - libgee - libxml2 - libpcre2 - json-glib - gdk-pixbuf + libglvnd + libXext + mesa + libSM + libICE + libglade /usr/bin /usr/lib - /usr/share - /usr/share/locale /usr/share/man - /usr/share/doc - /var/log/polo + /usr/share/Coin - - - 2019-01-19 - 18.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - sudo - https://www.sudo.ws/ - - PisiLinux Community - admins@pisilinux.org - - Sudo - app:console - util.admin - Allows restricted root access for specified users - Yönetici haklarıyla komut çalıştırma uygulaması - sudo allows certain users/groups to run commands with root user privileges. - sudo, belirli kullanıcıların ya da kullanıcı gruplarının komut ve uygulamaları yönetici kullanıcı (root) haklarıyla çalıştırmasına izin veren bir konsol uygulamasıdır. - https://www.sudo.ws/sudo/dist/sudo-1.9.11p3.tar.gz - - nss-devel - pam-devel - zlib-devel - audit-devel - openssl-devel - cyrus-sasl-devel - openldap-client - - util/admin/sudo/pspec.xml - - sudo - Allows restricted root access for specified users + coin-devel + Development files for coin + coin için geliştirme dosyaları - nss - pam - zlib - audit - openssl - cyrus-sasl - openldap-client + coin - /etc - /run/sudo - /var/db/sudo - /usr/share/doc - /usr/share/man /usr/include - /usr/bin - /usr/sbin - /usr/libexec - /usr/share/locale - /usr/lib/tmpfiles.d/sudo.conf + /usr/lib/pkgconfig + /usr/share/aclocal + + + + coin-docs + Documents for Coin + coin belgeleri + + /usr/share/doc - - System.Package - - - sudoers - sudoers - sudo.pamd - sudo.tmpfiles.conf - - - 2022-06-25 - 1.9.11_p3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-22 - 1.9.8_p2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-17 - 1.9.8_p1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-14 - 1.9.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-08 - 1.9.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 1.9.5 - Sudo rebuild. - Berk Çakar - berk2238@hotmail.com - - - 2021-01-27 - 1.9.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 1.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-19 - 1.9.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-02 - 1.8.31 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.8.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-14 - 1.8.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2017-01-25 - 1.8.19 - Version bump. - Stefan Gronewold - groni@pisilinux.org + 2020-01-27 + 3.1.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org - 2016-09-26 - 1.8.18 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org + 2018-09-16 + 3.1.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org - 2016-06-15 - 1.8.16 + 2017-04-15 + 3.1.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.1.3 Release Bump Pisi Linux Community admin@pisilinux.org - - 2016-05-16 - 1.8.16 - Version bump. Add sudoers.orig for live user privileges - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - 2016-01-10 - 1.8.13 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - systemtap - http://sourceware.org/systemtap/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - util.admin - Instrumentation System - Enstrümantasyon sistemi - systemtap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. - systemtap Linux 2.6 üzerinde çalışan sistemler için tasarlanmış bir enstrümantasyon altyapısıdır. Geliştiriciler, systemtap kullanarak, çalışmakta olan işletim sistemiyle ilgili veri toplamak için özel araçlar yazabilirler. - https://sourceware.org/systemtap/ftp/releases/systemtap-4.2.tar.gz - - bzip2 - nss-devel - boost-devel - python-devel - sqlite-devel - json-c-devel - ncurses-devel - libxml2-devel - readline-devel - elfutils-devel - python-setuptools - - util/admin/systemtap/pspec.xml - - - systemtap - - elfutils - readline - sqlite - python - libgcc - bzip2 - nspr - nss - - - /etc - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - /run/systemtap - /run/stap-server - /etc/logrotate.d - /var/log/stap-server - /var/cache/systemtap - /usr/share/locale - /usr/share/systemtap/tapset - /usr/share/systemtap/runtime - /usr/libexec/systemtap - /usr/lib/tmpfiles.d/systemtap.conf - /usr/share/systemtap/examples - - - System.Package - - - tmpfiles.conf - - - - systemtap-testsuite - Testsuite allows testing of the entire SystemTap toolchain without having to rebuild from sources - - systemtap - systemtap-sdt-devel - - - /usr/share/systemtap/testsuite - - - - systemtap-sdt-devel - Static probe support tools - systemtap için statik deney desteği araçları - - systemtap - python-devel - sqlite-devel - readline-devel - ncurses-devel - libxml2-devel - json-c-devel - boost-devel - nss-devel - - - /usr/bin/dtrace - /usr/include - - - - - 2020-02-02 - 4.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-10 - 3.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2018-03-22 - 3.2 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-11-24 - 3.2 + 2014-06-14 + 3.1.3 First release Osman Erkan osman.erkan@pisilinux.org @@ -338822,465 +359294,290 @@ contacts, tasks, and calendar information. - timeshift - https://github.com/teejee2008/timeshift + opencascade + https://www.opencascade.com/ - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - LGPLv3 - app:gui - util.admin - Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. - Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. - Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. - Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. - https://github.com/linuxmint/timeshift/archive/refs/tags/22.06.5.tar.gz + LGPLv2.1 + app:console + library + science.misc + Open CASCADE Technology, 3D modeling and numerical simulation. + 3 boyutlu modelleme ve nümerik simülasyon kitaplık ve araçları. + Open CASCADE Technology (OCCT) is an object-oriented C++ class library designed for rapid production of sophisticated domain-specific CAD/CAM/CAE applications.. + opencascade, 3 boyutlu modelleme ve nümerik simülasyon kitaplık ve araçları sunar. + opencascade + https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_3.tar.gz - atk-devel - vte-devel - gtk3-devel - zlib-devel - vala-devel - cairo-devel - glib2-devel - pango-devel - gnutls-devel + cmake + tcl-devel + tcltk-devel + ffmpeg-devel + libXmu-devel libX11-devel - libgee-devel - libpcre2-devel - json-glib-devel - gdk-pixbuf-devel + libglvnd-devel + freetype-devel + qt5-base-devel + intel-tbb-devel + fontconfig-devel + desktop-file-utils - util/admin/timeshift/pspec.xml + + opencascade-7.6.0-set-env-correctly.patch + opencascade-cmake.patch + oce-7.5.0-clang.patch + opencascade-7.5.0-fix_tbb.patch + fix-install-dir-references.patch + + science/misc/opencascade/pspec.xml - timeshift + opencascade + Open CASCADE Technology, 3D modeling and numerical simulation. - atk - vte - gtk3 - zlib - vala - cairo - glib2 - pango - gnutls - libX11 - libgee - libpcre2 - json-glib - gdk-pixbuf + tcl + tcltk + ffmpeg + libXmu + freetype + libglvnd + qt5-base + intel-tbb + fontconfig - /usr/bin - /etc /usr/lib - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/metainfo /usr/share/doc + /usr/bin + /etc/profile.d + /usr/share/opencascade + + + + opencascade-devel + Development files for opencascade + opencascade için geliştirme dosyaları + opencascade-devel, opencascade için geliştirme dosyalarını içerir. + + opencascade + + + /usr/include + /usr/lib/pkgconfig - 2022-07-25 - 22.06.5 + 2022-07-30 + 7.6.3 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-05-10 - 20.11.1 - First release - PisiLinux Community - admins@pisilinux.org + 2020-09-28 + 7.4.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com - utempter - http://www.redhat.com/ + m4ri + https://bitbucket.org/malb/m4ri + + Blue Devil + bluedevil@sctzine.com + + GPLv2+ + library + science.misc + Algorithms for linear algebra over F_2. + F2 üzerinden lineer cebir için algoritmalar. + M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI comes from the first implemented algorithm: The “Method of the Four Russians” inversion algorithm published by Gregory Bard. This algorithm in turn is named after the “Method of the Four Russians” multiplication algorithm which is probably better referred to as Kronrod's method. + m4ri, F2 üzerinden lineer cebir için algoritmalar sunar. + https://bitbucket.org/malb/m4ri/get/release-20200125.tar.gz + + libpng-devel + + science/misc/m4ri/pspec.xml + + + m4ri + Algorithms for linear algebra over F_2. + + libpng + + + /usr/lib + /usr/share/doc/m4ri + + + + m4ri-devel + Development files for m4ri + m4ri için geliştirme dosyaları + m4ri-devel, m4ri için geliştirme dosyalarını içerir. + + m4ri + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-20 + 20200125 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + ilmbase + http://www.openexr.com PisiLinux Community admins@pisilinux.org - MIT - LGPLv2.1 - app:console - util.admin - Application that allows non-privileged applications to write utmp (login) info - utemper, utmp(oturum açma) bilgilerini yazmak için ayrıcalıksız uygulamalara izin veren bir uygulamadır. - Utempter is a utility that allows non-privileged applications such as terminal emulators to modify the utmp database without having to setuid root. - Utempter, terminal emulatörleri gibi, yetkisiz uygulamalara setuid e ihtiyaç duymadan utmp veritabanına yazma hakkı verir. - ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2 - - libutempter-pierelro.patch - - util/admin/utempter/pspec.xml + BSD + library + science.misc + Several utility libraries from ILM (Industrial Light & Magic) used by OpenEXR + ILM (Industrial Light & Magic) şirketinden OpenEXR tarafından kullanılan çeşitli araç ve kitaplıklar + IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find; libHalf (a class named Half for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type), libIlmThread (a thread abstraction library on top of pthreads), libImath (a math library with support for matrices, 2d and 3d transformations, solvers for linear/quadratic/cubic equations and more), libIex (an exception handling library). + IlmBase, ILM tarafından yayınlanan ve onların OpenEXR gerçeklemelerinde kullandıkları kitaplıkları içerir. Bu pakette; libHalf ("yarım" değerleri (16-bit kayan noktalı sayı biçimi) C++ dilinin kendi tipleriymiş gibi kullanan Half sınıfı), libIlmThread (pthread üerine yazılmış bir soyutlama kitaplığı), libImath (matris, 2 ve 3 boyutlu dönüşümler, lineer, ikinci ve üçüncü dereceden denklem çözücü destekli matematik kitaplığı), libIex (istisna işleme kitaplığı) kitaplıklarını bulabilirsiniz. + https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.3.tar.gz + science/misc/ilmbase/pspec.xml - utempter + ilmbase + + libgcc + - /usr/libexec /usr/lib /usr/share/doc - /usr/share/man - - System.Package - - utempter-devel - Development files for utempter - utempter için geliştirme dosyaları + ilmbase-devel + Development files for ilmbase + ilmbase için geliştirme dosyaları - utempter + ilmbase /usr/include + /usr/lib/pkgconfig + + 2020-09-20 + 2.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-19 + 2.2.1 + Rebuild + İdris Kalp + idriskalp@gmail.com + - 2020-02-02 - 1.1.6 - Rebuild New T. + 2018-08-06 + 2.2.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-08-15 - 1.1.6 - Rebuild New T. + 2018-02-13 + 2.2.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-01-30 - 1.1.6 - Release Bump - Kamil Atlı - suvari@pisilinux.org + 2017-03-02 + 2.2.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2016-06-08 - 1.1.6 + 2016-06-09 + 2.0.1 Release Bump Pisi Linux Community admin@pisilinux.org 2014-05-25 - 1.1.6 + 2.0.1 First release - Kamil Atlı - suvarice@gmail.com + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - woeusb - https://github.com/slacka/WoeUSB + qhull + http://www.qhull.org/ - Kamil Atlı - suvari@pisilinux.org + Blue Devil + bluedevil@sctzine.com - GPLv3 - app:gui - util.admin - Create a Windows USB stick installer - woeusb ile bir Ms Windows USB bellek yükleyicisi oluşturun - A Linux program to create a Windows USB stick installer from a real Windows DVD or iso image. The important part is that you should format usb stick in NTFS. - Ms Windows DVD veya iso imaj görüntüsünden, Windows USB bellek yükleyicisi oluşturmak için bir Linux programı. İso yazdırılmadan önce, usb bellek, NTFS olarak biçimlendirilmelidir. - https://github.com/slacka/WoeUSB/archive/v3.3.1.tar.gz - - m4 - wxGTK-devel - - util/admin/woeusb/pspec.xml - - - woeusb - - wxGTK - libgcc - parted - ntfs-3g - dosfstools - - - /usr/bin - /usr/share - /usr/share/doc/woeusb - - - - - 2020-04-07 - 3.3.1 - Rebuild wxgtk. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-04-07 - 3.3.1 - ver. bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-06-04 - 3.3.0 - ver. bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-10-22 - 3.2.10 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xrdp - https://xorg.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - Apache - library - util.admin - xrdp an open source RDP server - xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü - xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü - xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü - https://github.com/neutrinolabs/xrdp/releases/download/v0.9.16/xrdp-0.9.16.tar.gz - - nasm - openssl-devel - pam-devel - libjpeg-turbo-devel - fuse-devel - libopus-devel - lame-devel - pixman-devel - libX11-devel - libXfixes-devel - libXrandr-devel - - util/admin/xrdp/pspec.xml - - - xrdp - - pam - fuse - lame - pixman - mit-kerberos - libX11 - libopus - openssl - libXfixes - libXrandr - libjpeg-turbo - - - /usr/bin - /usr/sbin - /etc - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - xrdp-devel - Development files for xrdp - - xrdp - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-05-29 - 0.9.16 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - zeitgeist - https://zeitgeist.freedesktop.org/ - - fury - uglyside@yandex.ru - - LGPL-2.1 - library - util.admin - Activity logging framework. - Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications. - https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/archive/v1.0.4/zeitgeist-v1.0.4.tar.bz2 - - dbus-devel - gtk3-devel - vala-devel - glib2-devel - sqlite-devel - python3-six - python3-devel - python3-rdflib - python3-isodate - json-glib-devel - python3-pyparsing - telepathy-glib-devel - gobject-introspection-devel - - util/admin/zeitgeist/pspec.xml - - - zeitgeist - - gtk3 - glib2 - sqlite - python3 - json-glib - dbus-python3 - telepathy-glib - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/man - - - - zeitgeist-devel - - zeitgeist - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-01-18 - 1.0.4 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-13 - 1.0.3 - First build - fury - uglyside@yandex.ru - - - - - - clamav - http://www.clamav.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - service - library + custom app:console - util.antivirus - Clam Antivirus software - Clam antivirüs programı - Clam AntiVirus is a GPL anti-virus toolkit for UNIX. - Clam antivirus Unix sistemler için açık kaynak kodlu antivirus aracıdır. - https://www.clamav.net/downloads/production/clamav-0.103.0.tar.gz + library + science.misc + A general dimension code for computing convex hulls and related structures. + Dışbukey gövdeler ve ilgili yapılar için genel boyutlu algoritmalar. + Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. + qhull, dışbukey gövdeler ve ilgili yapılar için genel boyutlu algoritmalar sunar. + https://github.com/qhull/qhull/archive/2019.1.tar.gz - libxml2-devel - libpcre2-devel - curl-devel - zlib-devel - json-c-devel - ncurses-devel - openssl-devel + cmake - util/antivirus/clamav/pspec.xml + + qhull-pic.patch + qhull-no-static.patch + + science/misc/qhull/pspec.xml - clamav + qhull + A general dimension code for computing convex hulls and related structures. - libxml2 - bzip2 libgcc - libtool-ltdl - libpcre2 - curl - zlib - json-c - ncurses - openssl - /usr/bin - /usr/sbin - /etc - /usr/lib/tmpfiles.d/clamav.conf /usr/lib - /lib/udev/rules.d - /var/lib/clamav - /run/clamav - /var/log - /usr/share/doc /usr/share/man + /usr/bin + /usr/share/doc/qhull - - System.Package - System.Service - - - clamav.conf - clamd.conf - freshclam.conf - clamav-milter.conf - - clamav-devel - Development headers for Clamav - Clam antivirüs programı için başlık dosyaları - clamav-devel Clam antivirüs programı için başlık dosyalarını içerir. - library + qhull-devel + Development files for qhull + qhull için geliştirme dosyaları + qhull-devel, qhull için geliştirme dosyalarını içerir. - clamav + qhull /usr/include @@ -339288,295 +359585,170 @@ contacts, tasks, and calendar information. - - 2021-01-31 - 0.103.0 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2019-01-13 - 0.101.1 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - 2018-11-30 - 0.100.2 - First rRelease. - Ali Cengiz Kurt - alicengizkurt@gmail.com + 2020-05-27 + 2019.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com - clamav-gui + libnova + http://libnova.sourceforge.net - Ali Cengiz Kurt - alicengizkurt@gmail.com - - GPLv3+ - GPL3 - app:gui - util.antivirus - ClamAV-Gui. - ClamAV-Gui is a graphical interface for ClamAV antivirus software - https://sourceforge.net/projects/pisilinux/files/source/ClamAV-GUI-0.4.2.tgz/download - - clamav-devel - qt5-base-devel - - - qt5.patch - - util/antivirus/clamav-gui/pspec.xml - - - clamav-gui - clamav-gui - - clamav - qt5-base - libgcc - - - /usr/bin - /usr/share/icons - /usr/share/applications - /usr/share/doc - /usr/share/man - /usr/share/clamav-gui - - - - - 2021-01-31 - 0.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-01 - 0.4.1 - First Release - Ali Cengiz Kurt(alick01) - alicengizkurt@gmail.com - - - - - - areca - http://www.areca-backup.org/ - - Pisi Linux Community + PisiLinux Community admins@pisilinux.org - GPLv2 - app:gui - util.archive - Easy to use and reliable backup solution for Linux. - Easy to use and reliable backup solution for Linux. - Areca Backup is very versatile and as simple as possible. - Areca Backup is very versatile and as simple as possible. - areca - mirrors://sourceforge/areca/areca-stable/areca-7.5/areca-7.5-linux-gtk-64.tar.gz - util/archive/areca/pspec.xml + LGPLv2 + library + science.misc + Celestial Mechanics and Astronomical Calculation Library + Gökyüzü mekaniği ve astronomik hesaplama kütüphanesi + libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library. + libnova genel amaçlı, çift hassasiyetli, gökyüzü mekaniği, astrometri ve astrodinamik kütüphanesidir. + https://sourceforge.net/projects/libnova/files/libnova/v%200.15.0/libnova-0.15.0.tar.gz + science/misc/libnova/pspec.xml - areca + libnova + + /usr/bin + /usr/lib + /usr/share/doc + + + + libnova-devel + Development files for libnova + libnova için geliştirme dosyaları - acl + libnova - /usr/bin/ - /usr/share/applications - /usr/share/pixmaps - /opt/areca/ - /usr + /usr/include + /usr/bin/libnovaconfig - - areca - areca.desktop - areca.png - - - 2021-03-10 - 7.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + + 2020-01-27 + 0.15.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - - 2020-02-19 - 7.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + + 2018-08-07 + 0.15.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - - 2018-08-10 - 7.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + + 2018-02-13 + 0.15.0 + Version Bump. + Pisi Linux Community + admin@pisilinux.org - 2017-02-02 - 7.5 - Release Bump - Kamil Atlı - suvari@pisilinux.org + 2017-04-18 + 0.14.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org - 2016-06-08 - 7.5 + 2016-06-09 + 0.14.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-11-23 - 7.5 + 2014-06-14 + 0.14.0 First release - Stefan Gronewold(groni) - groni@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - brotli - https://github.com/google/brotli + muparser + http://muparser.beltoforion.de/ - Blue Devil - bluedevil@sctzine.com + PisiLinux Community + admins@pisilinux.org MIT library - app:console - util.archive - Brotli compression format. - Brotli sıkıştırma biçemi. - Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. - Brotli, hali hazırda bulanan sıkıştırma biçemleri arasında LZ77 algoritmasının bir türünü, Huffman kodlamasını ve ikinci sıralamalı içerik modellemesini, en iyi sıkıştırma oranıyla kullanan google tarafından geliştirilen bir sıkıştırma aracıdır. - https://github.com/google/brotli/archive/v1.0.7.tar.gz - - python3-setuptools - python3-devel - cmake - - util/archive/brotli/pspec.xml + science.misc + Mathematical expressions parser library + Matematiksel ifade ayrıştırma kitaplığı + muparser is a mathematical expressions parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it. + muparser, matematiksel ifadelerin ayrıştırılmasında kullanılan bir kitaplıktır. + https://github.com/beltoforion/muparser/archive/v2.2.6.tar.gz + science/misc/muparser/pspec.xml - brotli - Brotli compression format. - util.archive + muparser + + libgcc + - /usr/bin /usr/lib - /usr/share/doc/brotli + /usr/share/doc - brotli-devel - Development files for brotli. - brotli için geliştirme dosyaları - brotli-devel, brotli için geliştirme dosyalarını içerir. - util.archive + muparser-devel + Development files for muparser + muparser için geliştirme dosyaları - brotli + muparser /usr/include - /usr/lib/pkgconfig - - - - python3-brotli - Python bindings for brotli compression format. - programming.language.python3 - - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-brotli - - - - - 2020-05-16 - 1.0.7 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - cabextract - https://www.cabextract.org.uk/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.archive - A program to extract from Microsoft Cabinet files - Microsoft Cabinet dosyalarını açan bir program - cabextract is a program to extract files from Microsoft Cabinet files. - cabextract Microsoft Cabinet (.cab) dosyalarından dosya çıkarmaya yarayan bir programdır. - http://www.cabextract.org.uk/cabextract-1.9.1.tar.gz - util/archive/cabextract/pspec.xml - - - cabextract - - /usr/bin - /usr/share/man + /usr/lib/pkgconfig - 2020-02-19 - 1.9.1 + 2020-01-27 + 2.2.6 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-08-10 - 1.6 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2018-09-07 + 2.2.5 + Release Bump + Rebuild with new toolchain + admin@pisilinux.org - 2017-02-02 - 1.6 + 2017-04-15 + 2.2.5 Release Bump - Kamil Atlı - suvari@pisilinux.org + Rebuild with new toolchain + admin@pisilinux.org - 2016-06-08 - 1.6 + 2016-06-09 + 2.2.5 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-11-23 - 1.6 + 2016-03-08 + 2.2.5 First release Stefan Gronewold(groni) groni@pisilinux.org @@ -339585,661 +359757,145 @@ contacts, tasks, and calendar information. - gcap - https://wiki.gnome.org/msitools + libindi + http://www.indilib.org/ - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admins@pisilinux.org - LGPL2.1 + LGPLv2 app:console - util.archive - Library and tool for working with Microsoft Cabinet (CAB) files - Library and tool for working with Microsoft Cabinet (CAB) files - http://ftp.gnome.org/pub/GNOME/sources/gcab/1.5/gcab-1.5.tar.xz - - python-six - glib2-devel - vala-devel - zlib-devel - intltool - gtk-doc - gobject-introspection-devel - meson - docbook-xsl - - util/archive/gcap/pspec.xml - - - gcap - - zlib - glib2 - - - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/gtk-doc - /usr/share/doc - /usr/share/man - /usr/share/gir-1.0/GCab-1.0.gir - /usr/share/vala - - - - gcap-devel - - gcap - zlib-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-08-05 - 1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-02 - 1.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-10 - 0.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-10 - 0.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gnome-autoar - https://gitlab.gnome.org/GNOME/gnome-autoar - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - util.archive - Archive framework for GNOME - gnome-autoar provides functions and widgets for GNOME applications which want to use archives as a method to transfer directories over the Internet. - https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.3.tar.xz - - meson - gtk-doc - gtk3-devel - vala-devel - libarchive-devel - glib2-devel - gobject-introspection-devel - - util/archive/gnome-autoar/pspec.xml - - - gnome-autoar - - gtk3 - glib2 - libarchive - - - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/share/doc - - - - gnome-autoar-devel - - gnome-autoar - gtk3-devel - glib2-devel - libarchive-devel - - - /usr/lib/pkgconfig - /usr/include - /usr/share/gir-1.0 - /usr/share/vala - - - - gnome-autoar-docs - Development files for gnome-autoar - - gnome-autoar - - - /usr/share/gtk-doc - - - - - 2022-02-11 - 0.4.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-07 - 0.4.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-30 - 0.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-11 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 0.3.2 - First release for Pisi Linux - Berk Çakar - berk2238@hotmail.com - - - - - - libtar - https://directory.fsf.org/wiki/Libtar - - PisiLinux Community - admins@pisilinux.org - - as-is library - util.archive - tar file manipulation API - tar dosyalarını işlemek için bir API - libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive. - libtar, POSIX tar dosyalarını işlemek için yazılmış bir C kütüphanesidir. - https://github.com/tklauser/libtar/archive/9c2e044833c5e908f5be0a77991b08849021793e.tar.gz + science.misc + Astronomical control protocol library + indilib is a distributed control protocol designed to operate astronomical instrumentation. indilib is small, flexible, easy to parse, and scalable. + https://github.com/indilib/indi/archive/v1.9.3.tar.gz + libjpeg-turbo-devel + qt5-base-devel + libtheora-devel + libnova-devel + cfitsio-devel + libusb-devel + fftw3-devel + boost-devel + curl-devel zlib-devel - - util/archive/libtar/pspec.xml - - - libtar - - zlib - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libtar-devel - Development files for libtar - libtar için geliştirme dosyaları - - libtar - - - /usr/include - /usr/share/man/man3 - - - - - 2020-02-19 - 1.2.20 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-07 - 1.2.20 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2017-02-02 - 1.2.20 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 1.2.20 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-06-20 - 1.2.20 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - libzip - http://www.nih.at/libzip/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - util.archive - A C library for reading, creating, and modifying zip archives - Zip arşivleri yaratmak, okumak ve değiştirmek için C kitaplığı - libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives. - libzip, zip arşivleri yaratma, okumak ve değiştirmek için kullanılabilecek bir C kitaplığıdır. - https://libzip.org/download/libzip-1.9.2.tar.xz - - xz-devel - zstd-devel - openssl-devel - zlib-devel - bzip2 + gsl-devel + pkgconfig cmake - util/archive/libzip/pspec.xml + science/misc/libindi/pspec.xml - libzip + libindi - xz - zstd + fftw3 + libogg + libtheora + libnova + cfitsio + gsl + curl + libjpeg-turbo + libusb + gsl + libgcc zlib - bzip2 - openssl /usr/bin /usr/lib - /usr/share/man + /lib/udev/rules.d + /usr/share/indi /usr/share/doc - libzip-devel - Development files for libzip - libzip için geliştirme dosyaları + libindi-devel + Development files for libindi - zlib-devel - libzip + libindi /usr/include /usr/lib/pkgconfig - /usr/share/man/man3 - - 2022-06-28 + + 2021-12-14 + 1.9.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-14 1.9.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-02-07 - 1.6.1 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-08-09 - 1.5.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-25 - 1.5.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 1.3.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.1.3 + + 2020-07-12 + 1.8.5 Version bump. - Stefan Gronewold - groni@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - - 2016-06-08 - 1.0.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-07-28 - 1.0.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - lzip - https://www.nongnu.org/lzip/lzip.html - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv2 - app:console - util.archive - Lzip is a lossless data (de)compressor - Veri kayıpsız bir veri sıkıştırma, geri açma aracı - Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip is about as fast as gzip, compresses most files more than bzip2, and is better than both from a data recovery perspective. - Lzip, gzip ve bzip2 benzeri veri kayıpsız sıkıştırma yapabilen bir araçtır. Lzip gzip kadar hızlı, bzip2'den daha iyi şıkıştırm oranına sahip ve görece her iki uygulamadan daha iyi bir sıkıştırma aracıdır. - http://download.savannah.nongnu.org/releases/lzip/lzip-1.21.tar.gz - util/archive/lzip/pspec.xml - - - lzip - - libgcc - - - /usr/bin - /usr/share/info - /usr/share/doc - /usr/share/man - - - - - 2019-07-04 - 1.21 - Ver. bump - fury - uglyside@yandex.ru - - - 2016-04-23 - 1.17 - First Pisi Release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - lzop - http://www.lzop.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - util.archive - File compressor using lzo lib - File compressor using lzo lib - File compressor using lzo lib - File compressor using lzo lib - http://www.lzop.org/download/lzop-1.04.tar.gz - - lzo-devel - - util/archive/lzop/pspec.xml - - - lzop - - lzo - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - - 2020-02-19 - 1.04 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - p7zip - https://github.com/jinfeihan57/p7zip - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - app:console - util.archive - Port of 7-Zip archiver for *nix - 7-zip arşivleme programı - p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives. - 7-zip arşivleme programı. 7z, ZIP, GZIP, BZIP2 ve TAR arşivleri oluşturabilir ve açabilir; RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB ve NSIS arşivlerini ise açabilir. - https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz - - yasm-devel - - util/archive/p7zip/pspec.xml - - - p7zip - - libgcc - - - /usr/bin - /usr/lib/p7zip - /usr/lib/p7zip/Codecs - /usr/share/doc - /usr/share/man - - - - 2021-04-26 - 17.04 + 2020-01-27 + 1.8.3 Version bump. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - 2021-03-13 - 17.03 + 2019-10-05 + 1.8.1 Version bump. - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - 2020-02-19 - 16.02 - Rebuild + 2018-09-07 + 1.7.4 + Version Bump. Mustafa Cinasal muscnsl@gmail.com - 2019-04-13 - 16.02 + 2018-03-22 + 1.6.2 Rebuild - fury - uglyside@yandex.ru + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-10 - 16.02 - Rebuild New T. + 2018-02-13 + 1.6.2 + Rebuild Mustafa Cinasal muscnsl@gmail.com - 2017-01-25 - 16.02 + 2017-05-18 + 1.4.1 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-06-08 - 15.09 + 2016-06-09 + 1.2.0 Release Bump Pisi Linux Community admin@pisilinux.org - 2016-01-01 - 15.09 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - quazip - https://stachenov.github.io/quazip/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - app:console - util.archive - QuaZIP - Qt/C++ wrapper for Minizip - QuaZIP - Minizip için Qt / C ++ sarıcı - QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library. - QuaZIP, Gilles Vollant'ın ZIP / UNZIP paketi (AKA Minizip) için Trolltech'in Qt kütüphanesini kullanan C ++ paketleyicisidir. - https://github.com/stachenov/quazip/archive/v0.8.1.tar.gz - - qt5-base-devel - zlib-devel - cmake - - util/archive/quazip/pspec.xml - - - quazip - - qt5-base - zlib - libgcc - - - /usr/lib - /usr/share/doc - /usr/share/cmake/Modules/FindQuaZip5.cmake - - - - quazip-devel - Development files for quazip - quazip paketi için geliştirme dosyaları - - quazip - - - /usr/include - - - - - 2020-02-12 - 0.8.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-08-10 - 0.7.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 0.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 0.7.2 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 0.7.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-22 - 0.7.2 + 2015-11-18 + 1.2.0 First release Stefan Gronewold (groni) groni@pisilinux.org @@ -340248,844 +359904,93 @@ contacts, tasks, and calendar information. - rar - http://www.rarlab.com + gf2x + https://gforge.inria.fr/projects/gf2x/ - PisiLinux Community - admins@pisilinux.org - - RAR - app:console - util.archive - RAR compressor - RAR sıkıştırıcı - rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use. - rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir. - http://www.rarlab.com/rar/rarlinux-5.8.0.tar.gz - http://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz - util/archive/rar/pspec.xml - - - rar - - libgcc - - - /usr/bin - /opt/rar/bin - /opt/rar/lib - /opt/rar/etc - /usr/share/doc/rar - - - - - 2020-02-19 - 5.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 5.5.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 5.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 5.4.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 5.3.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-01-01 - 5.3.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ucl - http://www.oberhumer.com/opensource/ucl/ - - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com GPL + LGPL library - util.archive - Portable lossless data compression library written in ANSI C. - ANSI C ile yazılmış bir kayıpsız veri sıkıştırma kitaplığı. - UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. - UCL kitaplığı sıkıştırılmış veriyi çok hızlı çözerken, yüksek oranda veri sıkıştırması da yapabilen birçok sıkıştırma algoritması içerir. Sıkıştırılmış veriyi açmak ek bellek alanı gerektirmemektedir. - http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz - util/archive/ucl/pspec.xml + science.misc + A library for multiplying polynomials over the binary field. + İkilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı. + gf2x is a library for multiplying polynomials over the binary field. + gf2x, ikilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı sunar. + https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz + + libgcc + + science/misc/gf2x/pspec.xml - ucl + gf2x + A library for multiplying polynomials over the binary field. + + libgcc + /usr/lib - /usr/share/doc + /usr/share/doc/gf2x - ucl-devel + gf2x-devel + Development files for g2fx + gf2x için geliştirme dosyaları + gf2x-devel, gf2x için geliştirme dosyalarını içerir. - ucl + gf2x /usr/include + /usr/lib/pkgconfig - - 2020-01-10 - 1.03 - Rebuild for the new toolchain - Blue DeviL + + 2020-05-20 + 1.3.0 + First pisi release. + Blue Devil bluedevil@sctzine.com - - 2018-08-10 - 1.03 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-07 - 1.03 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 1.03 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-03 - 1.03 - First pisi Release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - unrar - http://www.rarsoft.com/rar_add.htm + cfitsio + https://heasarc.gsfc.nasa.gov/docs/software/fitsio/ PisiLinux Community admins@pisilinux.org - unRAR - app:console - util.archive - RAR decompressor - RAR açma uygulaması - unrar is a program to decompress RAR archives. - Unrar, RAR biçimli sıkıştırılmış dosyaları açar. - http://www.rarlab.com/rar/unrarsrc-5.9.1.tar.gz - - unrar-5.5.5-build.patch - unrar-5.5.5-honor-flags.patch - - util/archive/unrar/pspec.xml - - - unrar - - libgcc - - - /usr/bin - /usr/lib - /usr/include - /usr/share/doc - - - - - 2020-02-19 - 5.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 5.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 5.5.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 5.4.5 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 5.3.4 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-25 - 5.3.4 - First release - yusuf Aydemir - yuısuf.aydemir@pisilinux.org - - - - - - upx - http://upx.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPL - app:console - util.archive - Ultimate executable compressor. - UPX (Ultimate executable compressor), bir dosya sıkıştırıcısı - UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. - UPX ileri düzey bir çalıştırılabilir dosya sıkıştırıcısıdır. UPX genel olarak programların ve kitaplıkların dosya boyutunu %50 ila %70 oranında sıkıştırarak disk kullanım alanını, ağa yüklenme ve indirme süresini düşürür. - http://upx.sourceforge.net/download/upx-3.95-src.tar.xz - http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2 - - ucl-devel - zlib-devel - - util/archive/upx/pspec.xml - - - upx - Ultimate executable compressor. - - ucl - - - /usr/bin - /usr/share/doc - /usr/share/man/man1 - - - - - 2020-02-19 - 3.95 - Ver. bump - Blue DeviL - bluedevil@sctzine.com - - - 2018-08-10 - 3.94 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 3.94 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 3.91 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 3.91 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-03 - 3.91 - First Pisi Release - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - - - - xarchiver - https://github.com/ib/xarchiver - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - util.archive - A lightweight GTK+3 archiving/compression tool(continuation of the Xfce master branch). - GTK+3 tabanlı hafif ve sade bir arşiv yöneticisi - GTK+3 frontend to 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm and deb(open and extract only). Xarchiver allows you to create, add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported. - Xarchiver, 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm ve deb için GTK+3 tabanlı bir uygulamadır. Bu formatlarda arşivleme, ekleme, çıkarma ve silme işlemlerini yapabilir. Ayrıca parola korumalı 7z, zip, rar ve arj dosyalarını da destekler. - https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.18.tar.gz - - intltool - gtk3-devel - glib2-devel - pango-devel - docbook-xsl - libxslt-devel - gdk-pixbuf-devel - - - Re-enable_left_mouse_button_double_clicks.patch - - util/archive/xarchiver/pspec.xml - - - xarchiver - - rar - gtk3 - lzip - bzip2 - p7zip - unrar - pango - libzip - libxslt - xdg-utils - gdk-pixbuf - libarchive - - - /usr/bin - /usr/lib/xfce4/thunar-archive-plugin/xarchiver.tap - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps/xarchiver - /usr/share/doc/xarchiver/images - /usr/share/locale - /usr/share/man/man1 - /usr/share/doc/xarchiver - - - - - 2022-07-03 - 0.5.4.18 - Version bump - Pisilinux Community - admin@pisilinux.org - - - 2021-01-25 - 0.5.4.17 - Version bump - Pisi Linux Admins - admin@pisilinux.org - - - 2020-12-13 - 0.5.4.16 - Version Bump - Pisi Linux Admins - admin@pisilinux.org - - - 2020-06-01 - 0.5.4.15 - Version Bump - Pisi Linux Admins - admin@pisilinux.org - - - 2020-04-28 - 0.5.4.14 - First Release - Pisi Linux Admins - admin@pisilinux.org - - - - - - xorriso - https://www.gnu.org/software/xorriso/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv3 - app:console - util.archive - ISO 9660 image manipulation tool - ISO 9660 imaj manipülasyon aracı - xorriso is a program which maps file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. - xorriso, POSIX uyumlu dosya sistemlerini Rock Ridge tarafından geliştirilmişs ISO 9660 dosya sistemlerine haritalar ve oturum boyunca bu tür dosya sistemlerinin manipüle edilmesine/değiştirilmesine izin verir. xorriso ISO 9660 dosya sistemlerinden dosya nesnelerini geri yükleyebilir eski haline getirebilir. - xorriso - http://www.gnu.org/software/xorriso/xorriso-1.5.4.pl02.tar.gz - - acl-devel - attr-devel - zlib-devel - libedit-devel - readline-devel - - util/archive/xorriso/pspec.xml - - - xorriso - - acl - attr - zlib - bzip2 - libedit - readline - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/info - /usr/share/doc - - - - - 2021-08-11 - 1.5.4 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-04-27 - 1.5.2 - First release - Erkan IŞIK - erkanisik@pisilinux.org - - - - - - zopfli - https://github.com/google/zopfli - - fury - uglyside@yandex.ru - - Apache-2 - app:console - util.archive - Compression algorithm. - Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. - https://github.com/google/zopfli/archive/zopfli-1.0.3.tar.gz - - cmake - - util/archive/zopfli/pspec.xml - - - zopfli - - /usr/bin - /usr/lib/cmake - /usr/lib - /usr/include - /usr/share/doc - - - - - 2020-01-01 - 1.0.3 - First build. - fury - uglyside@yandex.ru - - - - - - zstd - https://www.zstd.net/ - - PisiLinux Community - admins@pisilinux.org - - GPL2 - app:console - util.archive - Zstandard - Fast real-time compression algorithm - Zstandard - Fast real-time compression algorithm - Zstandard - Fast real-time compression algorithm - Zstandard - Fast real-time compression algorithm - https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz - - libgcc - xz-devel - zlib-devel - - util/archive/zstd/pspec.xml - - - zstd - - xz - zlib - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - zstd-devel - Development files for zstd - - zstd - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-10-21 - 1.5.0 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2020-02-14 - 1.4.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - zziplib - https://github.com/gdraheim/zziplib - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - MPL-1.1 - ZLIB - app:console - library - util.archive - libZ-based ZIP-access Library. - libZ tabanlı ZIP erişim kitaplığı - The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access. - zziplib zip arşivindeki sıkıştırılmış dosyalara, zlib tarafından sunulan özgür algoritmalarla erişim sağlayan bir kitaplıktır. - https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz - - cmake - xmlto - ninja - zlib-devel - aalib-devel - docbook-xsl - docbook-xml - python3-six - python3-devel - libxslt-devel - libsdl2-devel - - util/archive/zziplib/pspec.xml - - - zziplib - - zlib - - - /usr/bin - /usr/lib - /usr/share/man/man3 - /usr/share/doc - - - - zziplib-devel - Development files for zziplib - zziplib için geliştirme dosyaları - - zziplib - libsdl2-devel - zlib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2021-01-21 - 0.13.72 - Ver. bump - fury - uglyside@yandex.ru - - - 2020-06-23 - 0.13.71 - Ver. bump - fury - uglyside@yandex.ru - - - 2019-10-31 - 0.13.68 - Ver. bump - fury - uglyside@yandex.ru - - - 2016-04-04 - 0.13.62 - Rebuilt with docker - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2013-01-16 - 0.13.62 - Rebuild for 1.0 - Richard de Bruin - richdb@pisilinux.org - - - 2012-11-03 - 0.13.62 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - argon2 - http://argon2.sf.net/ - - Kamil Atlı - suvari@pisilinux.org - - Apache - custom:CC0 + as-is library app:console - util.crypt - The password hash Argon2, winner of PHC - PHC'nin kazandırdığı Argon2 parolası - Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications. - Argon2, sabit bellek işlevlerinin tasarımındaki son durumu özetleyen ve kimlik bilgileri depolama, anahtar türetme veya diğer uygulamalar için parolaları toplamak için kullanılabilen bir parola karma işlevidir. - https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz - - glibc-devel - - util/crypt/argon2/pspec.xml + science.misc + C and Fortran library for manipulating FITS files + FITS dosyalarını düzenleyebilmek için gerekli C ve Fortran kütüphanesi + CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. + CFITSIO, FITS dosyalarını okumak/yazmak için programcıyı FITS formatının kendi karmaşıklığından soyutlayan yüksek seviyede fonksiyonlar sağlar. + http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3450.tar.gz + science/misc/cfitsio/pspec.xml - argon2 + cfitsio + /usr/lib /usr/bin - /usr/lib/x86_64-linux-gnu/libargon2* - /usr/lib/x86_64-linux-gnu/libargon2.so* /usr/share/doc - argon2-devel - argon2 development headers + cfitsio-devel + Development files for cfitsio + cfitsio için geliştirme dosyaları - argon2 - - - /usr/include - /usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc - - - - - 2022-06-21 - 20190702 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - botan - https://botan.randombit.net/ - - Kamil Atlı - suvari@pisilinux.org - - BSD - library - util.crypt - Cryptography Toolkit - Crypto library written in C++ - botan - https://botan.randombit.net/releases/Botan-2.19.2.tar.xz - - bzip2 - xz-devel - zlib-devel - boost-devel - sqlite-devel - python3-devel - - util/crypt/botan/pspec.xml - - - botan - - xz - zlib - bzip2 - boost - libgcc - sqlite - python3 - - - /usr/bin - /usr/share/doc - /usr/lib/python2.7/site-packages - /usr/lib/libbotan* - - - - botan-devel - Development files for botan - - botan - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-29 - 2.19.2 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - crypto++ - https://www.cryptopp.com - - PisiLinux Community - admins@pisilinux.org - - public-domain - library - util.crypt - Public domain C++ class library of cryptographic schemes - Değişik kripto şemaları içeren kamu malı C++ kitaplığı - Klasa C++ dostarczająca narzędzia do kryptografii - crypto++ is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain. - crypto++, kriptografik şemalar içeren özgür bir C++ kitaplığıdır. Crypto++ kitaplığının en önemli özelliği kodlarının kamu malı (telif haksız) olmasıdır. Kitaplık, seçki olarak telif haklarına sahip olsa da, dosyalar tek tek kamu malıdır. - crypto++ jest klasą C++ dostarczającą narzędzia do kryptografii. - https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz - - cryptopp.pc - - - cmake - dos2unix - - - cve-2019-14318.patch - - util/crypt/crypto++/pspec.xml - - - crypto++ - - libgcc - - - /usr/bin - /usr/lib - /usr/share - - - - crypto++-devel - Development files for crypto++ - crypto++ için geliştirme dosyaları - Pliki nagłówkowe do crypto++. - - crypto++ + cfitsio /usr/include @@ -341094,37 +359999,684 @@ contacts, tasks, and calendar information. - 2020-11-20 - 8.2.0 + 2018-09-07 + 3.450 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-13 + 3.420 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-15 + 3.370 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.370 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-11-18 + 3.370 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + flint + http://www.flintlib.org/ + + Blue Devil + bluedevil@sctzine.com + + LGPLv2+ + library + science.misc + Fast Library for Number Theory. + Sayı kuramı için hızlı bir kitaplık. + FLINT is a C library for doing number theory. FLINT supports arithmetic with numbers, polynomials, power series and matrices over many base rings. + flint, sayı kuramı için hızlı bir kitaplık sunar. + http://www.flintlib.org/flint-2.5.2.tar.gz + + gmp-devel + ntl-devel + mpfr-devel + + + flint-pie-hardening-conflict.patch + + science/misc/flint/pspec.xml + + + flint + Fast Library for Number Theory. + + gmp + ntl + mpfr + + + /usr/lib + /usr/share/doc/flint + + + + flint-devel + Development files for flint + flint için geliştirme dosyaları + flint-devel, flint için geliştirme dosyalarını içerir. + + flint + + + /usr/include + + + + + 2020-05-20 + 2.5.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + gnuplot + http://www.gnuplot.info/ + + Blue Devil + bluedevil@sctzine.com + + custom + app:console + science.misc + Plotting package which outputs to X11, PostScript, PNG, GIF, and others. + X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi. + Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. GNUPlot provides plotting package which outputs to X11, PostScript, PNG, GIF, and others. + gnuplot, X11, PostScript, PNG, GIF, ve diğerlerine çıktı verebilen çizim yapma paketi sunar. + https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.4/gnuplot-5.4.4.tar.gz/download + + emacs + gd-devel + lua-devel + cairo-devel + pango-devel + wxGTK-devel + qt5-linguist + libcerf-devel + qt5-svg-devel + qt5-base-devel + readline-devel + libjpeg-turbo-devel + + + lua53_compat.patch + + science/misc/gnuplot/pspec.xml + + + gnuplot + A high-level language, primarily intended for numerical computations. + + gd + lua + emacs + cairo + pango + glib2 + wxGTK + libcerf + libX11 + qt5-svg + qt5-base + readline + wxGTK-common + libjpeg-turbo + + + /usr/share/ + /usr/bin + /usr/share/doc/gnuplot + + + + + 2022-07-27 + 5.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-05-22 + 5.2.8 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + wcslib + http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + science.misc + A C library that implements the 'World Coordinate System' (WCS) standard in FITS + The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. + ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.4.tar.bz2 + + gcc + flex + libgfortran + cfitsio-devel + + science/misc/wcslib/pspec.xml + + + wcslib + + cfitsio + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + wcslib-devel + Development files for wcslib + + wcslib + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-27 + 6.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-09-07 + 5.19.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-04-23 - 7.0.0 - Version Bump - PisiLinux Community - admins@pisilinux.org + 2018-02-13 + 5.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-02-22 - 7.0.0 - Version Bump - PisiLinux Community - admins@pisilinux.org + 2017-04-15 + 5.16 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org - 2018-02-22 - 6.0.0 - Version Bump - PisiLinux Community - admins@pisilinux.org + 2016-06-09 + 5.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2017-01-04 - 5.6.5 + 2015-11-18 + 5.12 First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + eigen3 + http://eigen.tuxfamily.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2-with-exceptions + library + science.misc + Lightweight C++ template library for linear algebra + Lineer cebir için hafif bir C++ şablon kitaplığı + eigen3 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. + Eigen3, lineer cebir için kullanılan hafif bir C++ şablon kitaplığıdır. + http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2 + + cmake + freeglut-devel + fftw3-devel + gmp-devel + mpfr-devel + mesa-devel + + science/misc/eigen3/pspec.xml + + + eigen3 + + /usr/include + /usr/share + + + + + 2020-01-27 + 3.3.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-12-12 + 3.3.7 + Rebuild. + Erkan Işık + erkanisik@pisilinux.org + + + 2018-08-03 + 3.3.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-13 + 3.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-17 + 3.3.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 3.2.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-07-23 + 3.2.5 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libcerf + https://jugit.fz-juelich.de/mlz/libcerf/ + + Blue Devil + bluedevil@sctzine.com + + custom + library + science.misc + A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. + Dawson, Faddeeva, ve Voigt yordamları ile beraber karmaşık hata yordamlarının kesin ve verimli bir uygulaması olan bağımsız sayısal kitaplık. + libcerf provides a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. + libcerf, Dawson, Faddeeva, ve Voigt yordamları ile beraber karmaşık hata yordamlarının kesin ve verimli bir uygulaması olan bağımsız sayısal kitaplık sunar. + https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v1.13/libcerf-v1.13.tar.gz + + cmake + + science/misc/libcerf/pspec.xml + + + libcerf + A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. + + /usr/lib + /usr/share/man + /usr/share/doc/libcerf + + + + libcerf-devel + Development files for libcerf + libcerf için geliştirme dosyaları + libcerf-devel, libcerf için geliştirme dosyalarını içerir. + + libcerf + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-20 + 1.13 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + m4rie + https://bitbucket.org/malb/m4rie + + Blue Devil + bluedevil@sctzine.com + + GPLv2+ + library + science.misc + Algorithms for linear algebra over F2^e. + F2^e üzerinden lineer cebir için algoritmalar. + M4RIE is a library for fast arithmetic with dense matrices over GF(2^e) for 2 ≤ e≤ 16. The name stems from the fact that is relies heavily on M4RI. M4RIE is available under the General Public License Version 2 or later (GPLv2+). + m4rie, F2^e üzerinden lineer cebir için algoritmalar sunar. + https://bitbucket.org/malb/m4rie/get/release-20200115.tar.gz + + m4ri-devel + + science/misc/m4rie/pspec.xml + + + m4rie + Algorithms for linear algebra over F2^e. + + m4ri + + + /usr/lib + /usr/share/doc/m4rie + + + + m4rie-devel + Development files for m4rie + m4rie için geliştirme dosyaları + m4rie-devel, m4rie için geliştirme dosyalarını içerir. + + m4rie + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-20 + 20200125 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + iml + https://cs.uwaterloo.ca/~astorjoh/iml.html + + Blue Devil + bluedevil@sctzine.com + + GPLv2+ + library + science.misc + IML - Integer Matrix Library. + Tamsayı matris algoritmaları C kitaplığı. + IML is a free library of C source code which implements algorithms for computing exact solutions to dense systems of linear equations over the integers. + iml, tamsayı matris algoritmaları C kitaplığı sunar. + http://www.cs.uwaterloo.ca/~astorjoh/iml-1.0.5.tar.bz2 + + gmp-devel + cblas-devel + + science/misc/iml/pspec.xml + + + iml + IML - Integer Matrix Library. + + gmp + cblas + + + /usr/share + /usr/lib + /usr/share/doc/iml + + + + iml-devel + Development files for iml + iml için geliştirme dosyaları + iml-devel, iml için geliştirme dosyalarını içerir. + + iml + + + /usr/include + + + + + 2020-05-20 + 1.0.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + arpack + https://github.com/opencollab/arpack-ng + + Blue Devil + bluedevil@sctzine.com + + BSD + library + science.misc + Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. + Büyük ölçekli özdeğer problemleri çözmek için tasarlanmış Fortran77 alt programları. + ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. + arpack, büyük ölçekli özdeğer problemleri çözmek için tasarlanmış Fortran77 alt programları sunar. + https://github.com/opencollab/arpack-ng/archive/3.7.0.tar.gz + + blas-devel + libquadmath + libgfortran + lapack-devel + openmpi-devel + + science/misc/arpack/pspec.xml + + + arpack + Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. + + blas + lapack + openmpi + libgfortran + libquadmath + + + /usr/lib + /usr/share/doc/arpack + + + + arpack-devel + Development files for arpack + arpack için geliştirme dosyaları + arpack-devel, arpack için geliştirme dosyalarını içerir. + + arpack + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-05-24 + 3.7.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + hdf5 + https://www.hdfgroup.org/HDF5/ + + PisiLinux Community + admins@pisilinux.org + + BSD + NCSA-HDF + library + science.misc + NCSA Hierarchical Data Format (HDF) Software Library and Utilities + NCSA hiyerarşik veri biçimi (Hierarchical Data Format - HDF) kütüphanesi ve araçları. + HDF5 est une librairie généraliste ainsi qu'un format de fichier pour stocker des informations scientifiques. + HDF5 is a general purpose library and file format for storing scientific data. + HDF5, bilimsel verileri saklamak için kullanılan bir dosya biçimi tanımını ve bu dosyaları kullanmak için gerekli kütüphane ve araçları sağlar. + HDF5 es una librería de uso general y un formato de archivos para almacenar datos científicos + https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.5.tar.bz2 + + time + cmake + libgfortran + zlib-devel + net-tools + + science/misc/hdf5/pspec.xml + + + hdf5 + + zlib + libgcc + libgfortran + + + /usr/bin + /usr/lib + /usr/share/doc/hdf5 + /usr/share/hdf5_examples + + + + hdf5-devel + Development files for hdf5 + hdf5 için geliştirme dosyaları + + hdf5 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-27 + 1.10.5 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2019-07-14 + 1.10.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2019-02-03 + 1.10.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-05 + 1.10.1 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-15 + 1.10.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 1.8.17 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.8.16 + Version Bump Alihan Öztürk alihan@pisilinux.org @@ -341132,2010 +360684,118 @@ contacts, tasks, and calendar information. - gnupg - http://www.gnupg.org/ + fplll + https://github.com/fplll/fplll - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - GPLv3+ - app:console - util.crypt - The GNU Privacy Guard, a PGP replacement - GNU Gizlilik Koruması - GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories. - GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır. - https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.27.tar.bz2 - - openldap-client - pinentry - npth-devel - libassuan-devel - libksba-devel - zlib-devel - bzip2 - texinfo - sqlite-devel - gnutls-devel - readline-devel - libgcrypt-devel - libgpg-error-devel - libusb-compat-devel - - - gnupg-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch - - util/crypt/gnupg/pspec.xml - - - gnupg - - openldap-client - sqlite - npth - libassuan - pinentry - libksba - zlib - bzip2 - gnutls - readline - libgcrypt - libgpg-error - libusb - libusb-compat - - - /usr/bin - /usr/sbin - /usr/libexec - /usr/share/doc - /usr/share/doc/html - /usr/share/gnupg - /usr/share/info - /usr/share/locale - /usr/share/man - - - dirmngr - - - dirmngr - - - System.Package - - - - gnupg-docs - Documentation files for GnuPG - GnuPG paketine ait API dokümantasyonu - - gnupg - - - /usr/share/doc/gnupg/html - /usr/share/gnupg/help.* - /usr/share/doc/gnupg/faq.html - - - - - 2021-05-28 - 2.2.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-09 - 2.2.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 2.2.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 2.2.19 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2019-09-15 - 2.2.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-05 - 2.2.4 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-01-25 - 2.1.18 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-24 - 2.1.17 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 2.1.7 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-21 - 2.1.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gnutls - http://www.gnutls.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 + LGPLv2.1 library - util.crypt - GNU TLS Library - GNU TLS Kütüphanesi - Biblioteka GNU TLS (Transport Layer Security) - GnuTLS est un projet dont l'objectif est de développer une librairie fournissant une couche de sécurité au dessus d'une couche de transport fiable. Actuellement la librairie GnuTLS implémente les standards proposés par le groupe de travail TLs de l'IETF. - gnutls is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group. - GnuTLS, erişilebilir bir gönderim katmanı üzerinde güvenli katman oluşturmayı amaçlayan bir projedir. GnuTLS kütüphanesi halen IETF TLS çalışma grubunun öngördüğü standartları uygulamaya geçirmektedir. - GnuTLS es un proyecto que apunta al desarrollo de una librería, que facilite una capa segura, a través de una capa de transporte fiable. Actualmente la librería GnuTLS implementa los estándares propuestos del grupo de trabajo de TLS de IETF. - GnuTLS to projekt mający na celu stworzenie biblioteki udostępniającej powłokę bezpieczeństwa ponad powłoką transportową (np. TCP/IP). Aktualnie biblioteka gnuTLS implementuje standardy proponowane przez grupę roboczą IETF TLS. - https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.5.tar.xz + app:console + science.misc + Lattice algorithms using floating-point arithmetic. + Kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları. + fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL [LLL82] is central to the code, hence the name. + fplll, kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları sunar. + https://github.com/fplll/fplll/archive/5.3.2.tar.gz - gc-devel + qd-devel gmp-devel - nettle-devel - autogen-devel - p11-kit-devel - libidn2-devel - libunistring-devel - zlib-devel - zstd-devel - brotli-devel - libtasn1-devel + mpfr-devel - util/crypt/gnutls/pspec.xml + science/misc/fplll/pspec.xml - gnutls + fplll + Lattice algorithms using floating-point arithmetic. - zlib - zstd - brotli - libidn2 + qd gmp - nettle - autogen - p11-kit - libgcc - libunistring - libtasn1 - - - /usr/share - /usr/lib - /usr/bin - - - - gnutls-devel - Development files for gnutls - gnutls için geliştirme dosyaları - Pliki nagłówkowe do gnutls. - - nettle-devel - p11-kit-devel - libtasn1-devel - zlib-devel - zstd-devel - brotli-devel - libidn2-devel - gnutls - - - /usr/include - /usr/share/man/man3 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/info/gnutls* - /usr/bin/libgnutls*-config - - - libgnutls-config - libgnutls-config - - - - gnutls-32bit - 32-bit shared libraries for gnutls - gnutls için 32-bit paylaşımlı kitaplıklar - 32-bitowe biblioteki GnuTLS. - emul32 - emul32 - - gmp-32bit - zlib-32bit - libidn2-32bit - nettle-32bit - p11-kit-32bit - libtasn1-32bit - - - libgcc - gmp-32bit - zlib-32bit - libidn2-32bit - nettle-32bit - p11-kit-32bit - libtasn1-32bit - - - /usr/lib32 - - - - - 2022-05-15 - 3.7.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-01 - 3.6.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-11 - 3.6.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 3.6.13 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 3.6.11.1 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-09-16 - 3.6.2 - Rebuild - Mustafa Cianasal - muscnsl@gmail.com - - - 2018-03-03 - 3.6.2 - Rebuild - Mustafa Cianasal - muscnsl@gmail.com - - - 2018-02-21 - 3.6.2 - Version Bump - Mustafa Cianasal - muscnsl@gmail.com - - - 2017-02-18 - 3.5.8 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2017-01-25 - 3.3.26 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 3.3.16 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 3.3.16 - Release bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-13 - 3.3.16 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gpgme - http://www.gnupg.org/gpgme.html - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - util.crypt - GnuPG Made Easy is a library for making GnuPG easier to use - GnuPG Made Easy, GnuPG kullanmayı kolaylaştıran bir kütüphanedir - GPGME est une librairie conçue pour donner aux applications un accès plus facile à GnuPG. Elle fournit une interface de programmation d'application (API) de haut niveau pour la cryptographie permettant de crypter, décrypter, signer, vérifier les signatures et la gestion de clefs. - GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management. - GPGME daha kolay uygulanması amacıyla GnuPG ye erişimi sağlamak için tasarlanmış bir kütüphanedir. Şifreleme, şifre çözme, imzalama, imza kontrolü ve anahtar yönetimi için yüksek düzeyde gizli uygulama programlama arayüzü sağlar. - GPGME es una librería diseñada para simplificar el acceso a GnuPG para aplicaciones. Facilita una interfaz de programación de aplicación (API) de alto nivel para encriptación, decriptación, firmas, verificación de firmas y administración de llaves. - https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.16.0.tar.bz2 - - swig - gnupg - doxygen - python-devel - python3-devel - qt5-base-devel - libassuan-devel - libgpg-error-devel - - util/crypt/gpgme/pspec.xml - - - gpgme - - libgcc - libassuan - libgpg-error + mpfr /usr/bin - /usr/lib - /usr/share/common-lisp - /usr/share/doc - /usr/share/info + /usr/share/fplll + /usr/share/doc/fplll + /usr/lib/libfplll* - gpgme-devel - Development files for gpgme - gpgme için geliştirme dosyaları + fplll-devel + Development files for fplll + fplll için geliştirme dosyaları + fplll-devel, fplll için geliştirme dosyalarını içerir. - gpgme - libgpg-error-devel - libassuan-devel - glib2-devel + fplll /usr/include - /usr/share/aclocal - /usr/lib/pkgconfig - - - - gpgme-qt5 - Qt5 bindings for gpgme - - gpgme - libgcc - qt5-base - libgpg-error - - - /usr/lib/libqgpgme.so* - /usr/lib/cmake/Qgpgme - - - - gpgme-python - Python bindings for gpgme - - gpgme - python - - - /usr/lib/python2.7/site-packages - - - - gpgme-python3 - Python3 bindings for gpgme - - python3 - gpgme - - - /usr/lib/python3.9/site-packages/ - - - - gpgme-qt5-devel - Development files for gpgme-qt5 - - qt5-base-devel - gpgme - gpgme-qt5 - gpgme-devel - - - /usr/lib/cmake/QGpgme - /usr/include/qgpgme/* - /usr/include/QGpgME/* - - - - - 2021-10-25 - 1.16.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-28 - 1.16.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-07 - 1.13.1 - Rebuild. - Mustafa Cinasal - muscnslp@gmail.com - - - 2020-06-03 - 1.13.1 - Rebuild. - Mustafa Cinasal - muscnslp@gmail.com - - - 2020-01-19 - 1.13.1 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2019-11-08 - 1.13.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-15 - 1.13.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 1.10.0 - Rebuild qt5. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 1.10.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-13 - 1.10.0 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-31 - 1.8.0 - split package. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-07-04 - 1.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2017-01-02 - 1.7.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 1.5.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-21 - 1.5.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libksba - http://www.gnupg.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - app:console - util.crypt - rends les certificats X.509 et le CMS facilement accessible aux applications. - Library handling X.509 certificates and CMS data - Çeşitli uygulamaların X.509 sertifikaları ve CMS verilerine kolay erişebilmesini sağlayan bir kitaplık - libksba is a library designed to build software based on the X.509 and CMS protocols. - libksba, X.509 ve CMS protokollerini kullanan yazılımlar üretmek için kullanılan bir kitaplıktır. - https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.5.1.tar.bz2 - - libgpg-error-devel - - util/crypt/libksba/pspec.xml - - - libksba - - libgpg-error - - - /usr/bin - /usr/lib - /usr/share/info - /usr/share/doc - - - - libksba-devel - Development files for libksba - libksba için geliştirme dosyaları - - libksba - - - /usr/include - /usr/share/aclocal - - - - - 2021-05-28 - 1.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-19 - 1.3.5 - Rebuild. - İdris Kalp - idriskalp@gmail.com - - - 2018-08-03 - 1.3.5 - Rebuild. - Mustafa Cinasl - muscnsl@gmail.com - - - 2017-02-19 - 1.3.5 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-12-24 - 1.3.5 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 1.3.3 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-12 - 1.3.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libmcrypt - http://mcrypt.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - util.crypt - A thread-safe encryption library - Güvenli şifreleme kütüphanesi. - libmcrypt is a thread-safe encryption library. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers. - libmcrypt bir güvenli şifreleme kütüphanesidir. Geliştiricilere kodlarında çok büyük bir değişikliğe gerek duymadan kullanabilecekleri, geniş bir şifreleme fonksiyon kaynağı sunar. Şifreleme uzmanı olmadan dosya ve verileri kolayca şifrelemenizi sağlar. - mirrors://sourceforge/mcrypt/libmcrypt-2.5.8.tar.bz2 - - libmcrypt-2.5.8-nolibltdl.patch - libmcrypt-2.5.8-prototypes.patch - libmcrypt-2.5.8-uninitialized.patch - - util/crypt/libmcrypt/pspec.xml - - - libmcrypt - - /usr/lib - /usr/share/doc/libmcrypt - - - - libmcrypt-devel - Development files for libmcrypt - libmcrypt için geliştirme dosyaları - - libmcrypt - - - /usr/bin - /usr/include - /usr/share/aclocal - /usr/share/man - - - - - 2020-02-22 - 2.5.8 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2018-08-10 - 2.5.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-19 - 2.5.8 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 2.5.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-01-31 - 2.5.8 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libsodium - https://libsodium.org/ - - Kamil Atlı - suvari@pisilinux.org - - custom:ISC - library - util.crypt - P(ortable|ackageable) NaCl-based crypto library - Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı - Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. - Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı - https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz - - glibc-devel - - util/crypt/libsodium/pspec.xml - - - libsodium - - /usr/lib - /usr/share/doc - - - - libsodium-devel - Development files for libsodium - libsodium için geliştirme dosyaları - - libsodium - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-21 - 1.0.18 - Rebuild - Kamil Atlı - suvari@gmail.com - - - 2019-10-30 - 1.0.18 - First release - Kamil Atlı - suvari@gmail.com - - - - - - libtasn1 - http://www.gnutls.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - util.crypt - ASN.1 library used in GNUTLS - GNUTLS için kullanılan ASN.1 kütüphanesi - libtasn1 is the ASN.1 library which provides ASN.1 structures parsing capabilities for use with GNUTLS. - libtasn1, ASN.1 yapılarının ayrıştırılmasını sağlayan ve GNUTLS içerisinde kullanılan ASN.1 kütüphanesidir. - http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.16.0.tar.gz - util/crypt/libtasn1/pspec.xml - - - libtasn1 - - /usr/share - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - libtasn1-devel - Development files for libtasn1 - libtasn1 için geliştirme dosyaları - - libtasn1 - - - /usr/include - /usr/share/man/man3 /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libtasn1-32bit - 32-bit shared libraries for libtasn1 - libtasn1 için 32bit kütüphanesi - emul32 - emul32 - - libtasn1 - - - /usr/lib32/ - - 201-03-01 - 4.16.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-07 - 4.15.0 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 4.13 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-22 - 4.13 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-01-25 - 4.10 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 4.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 4.5 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - 2015-07-13 - 4.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2020-05-20 + 5.3.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com - libxcrypt - https://github.com/besser82/libxcrypt/ + libmspub + http://www.freedesktop.org/wiki/Software/libmspub - Kamil Atlı - suvari@pisilinux.org - - GPLv2 - app:console - util.crypt - Modern library for one-way hashing of passwords - libxcrypt, şifrelerin tek yönlü hash edilmesi için modern bir kitaplıktır. - libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt. - libxcrypt, şifrelerin tek yönlü hash edilmesi için modern bir kitaplıktır. Çok çeşitli modern ve tarihsel hashing yöntemlerini destekler: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt ve descrypt. - https://github.com/besser82/libxcrypt/archive/v4.4.17.tar.gz - - glibc-devel - - util/crypt/libxcrypt/pspec.xml - - - libxcrypt - - /usr/share/doc - /usr/share/man - /usr/lib - - - - libxcrypt-devel - Development files for libxcrypt - - libxcrypt - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-01-14 - 4.4.17 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - nss - http://www.mozilla.org/projects/security/pki/nss/ - - Erdinç Gültekin + PisiLinux Community admins@pisilinux.org - MPL-2.0 GPLv2 LGPLv2.1 - library - util.crypt - Network Security Services - Ağ Güvenlik Servisleri - Network Security Services (NSS) est un ensemble de librairies conçues pour faciliter le développement multi-plateforme d'applications client et serveur sécurisées. Les applications ocnstruite avec NSS peuvent gérer SSL v2 et v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, les certificats X.509 v3 et d'autres standards de sécurité. - Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. - NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir. - Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad. - https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_80_RTM/src/nss-3.80.tar.gz - - nss.pc.in - nss-config.in - generate-pc-config.sh - + MPLv1.1 + app:gui + editor + Library parsing the Microsoft Publisher documents + Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. + http://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.bz2 + boost-devel + doxygen + help2man + icu4c-devel + librevenge-devel zlib-devel - sqlite-devel - nspr-devel - add_spi+cacert_ca_certs.patch - fedora/add-relro-linker-option.patch - dbm.patch + buildfix.diff - util/crypt/nss/pspec.xml + editor/libmspub/pspec.xml - nss + libmspub zlib - sqlite - nspr - - - /usr/lib - /usr/bin - /etc - - - ld.so.conf - nssdb/cert8.db - nssdb/key3.db - nssdb/secmod.db - - - - nss-devel - Development files for nss - nss için geliştirme dosyaları - - nspr-devel - nss - - - /usr/bin/nss-config - /usr/include - /usr/lib/pkgconfig - /usr/lib/nss/*.a - - - - - 2022-06-24 - 3.80 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-24 - 3.78 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-25 - 3.76.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-08 - 3.76 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-02-14 - 3.75 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2022-01-10 - 3.74 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-11 - 3.72 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-05 - 3.71 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-05 - 3.69.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-16 - 3.69 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-18 - 3.67 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-31 - 3.66 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 3.63 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2021-02-26 - 3.62 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-12-25 - 3.60 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-12-17 - 3.59 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-10-19 - 3.58 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-24 - 3.56 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-24 - 3.53.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-02 - 3.52.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-05 - 3.52 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-06 - 3.51 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-17 - 3.50 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2020-01-09 - 3.49 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-12-02 - 3.47.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-22 - 3.47 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-04 - 3.46 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-08 - 3.44.1 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-03-28 - 3.42.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-11 - 3.41 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 3.40 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 3.38 - Rebuild for new toolchain. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-08 - 3.38 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-08 - 3.37 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-24 - 3.35 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-26 - 3.33 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-28 - 3.30 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-10 - 3.29 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-15 - 3.23 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 3.22 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-02-14 - 3.22 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - p11-kit - http://p11-glue.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - util.crypt - Library to work with PKCS#11 modules - Biblioteka i moduł proxy do właściwego wczytywania i współdzielenia modułów PKCS #11 - The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules. - p11-kit zapewnia możliwość ładowania i numeracji modułów PKCS #11 (a Cryptographic Token Interface Standard). - https://github.com/p11-glue/p11-kit/releases/download/0.23.22/p11-kit-0.23.22.tar.xz - - libtasn1-devel - libffi-devel - - util/crypt/p11-kit/pspec.xml - - - p11-kit - - libtasn1 - libffi - - - /usr/bin - /usr/libexec/p11-kit - /usr/share/doc - /usr/share/gtk-doc - /usr/share/p11-kit - /usr/lib - /etc/pkcs11 - - - - p11-kit-devel - p11-kit için geliştirme dosyaları - p11-kit için geliştirme dosyaları. - Pliki nagłówkowe do biplioteki p11-kit. - - p11-kit - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - p11-kit-32bit - 32-bit shared libraries for p11-kit - emul32 - emul32 - - libtasn1-32bit - libffi-32bit - - - p11-kit - libffi-32bit - libtasn1-32bit - - - /usr/lib32 - - - - p11-kit-docs - Development documents for p11-kit - - /usr/share/gtk-doc/html - - - - - 2021-03-01 - 0.23.22 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2020-01-07 - 0.23.18.1 - Version bump - Pisi Linux Community - admin@pisilinux.org - - - 2019-04-01 - 0.23.13 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-23 - 0.23.13 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-31 - 0.23.9 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-02-28 - 0.23.9 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-17 - 0.23.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.23.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-27 - 0.23.1 - Release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-04-28 - 0.23.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - pinentry - https://www.gnupg.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:console - util.crypt - Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol - Assuan protokolünün kullanımı için basit PIN veya parola-kelimesi girişi arabirimleri - Pinentry is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. - Pinetry Aegypten projesi tarafından tanımlanan Assuan protokolünden faydalanan basit PIN veya şifre girme diaologları derlemesidir. - https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.0.tar.bz2 - - gcr-devel - qt5-base-devel - gtk3-devel - glib2-devel - pango-devel - libcap-devel - ncurses-devel - libsecret-devel - libassuan-devel - libgpg-error-devel - - util/crypt/pinentry/pspec.xml - - - pinentry - - /usr/bin - /usr/share/info - /usr/share/doc - - - pinentry-wrapper - - - - pinentry-tty - - pinentry - glib2 - libcap - libassuan - libsecret - libgpg-error - - - /usr/bin/pinentry-tty - - - - pinentry-curses - - pinentry - glib2 - libcap - ncurses - libassuan - libsecret - libgpg-error - - - /usr/bin/pinentry-curses - - - - pinentry-gnome3 - - pinentry - gcr - gtk3 - glib2 - libcap - ncurses - libassuan - libsecret - libgpg-error - - - /usr/bin/pinentry-gnome3 - - - - pinentry-qt - Qt4 ile yazılmış pinentry arayüzü - - pinentry - glib2 - libcap + icu4c libgcc - ncurses - qt5-base - libassuan - libsecret - libgpg-error + librevenge - /usr/bin/pinentry-qt - - - - - 2022-08-07 - 1.2.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-19 - 1.1.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2018-08-03 - 1.1.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2018-02-22 - 1.1.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2017-02-17 - 1.0.0 - Version Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-08 - 0.9.5 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-21 - 0.9.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - qca2-qt5 - http://download.kde.org/stable/qca-qt5 - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - util.crypt - Cryptographic Architecture for QT4 - QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. QCA2 has been re-written for QT4. - https://download.kde.org/stable/qca/2.3.2/qca-2.3.2.tar.xz - - cmake - gnupg - doxygen - nss-devel - openssl-devel - libgcrypt-devel - cyrus-sasl-devel - qt5-base-devel - - util/crypt/qca2-qt5/pspec.xml - - - qca2-qt5 - - nss - libgcc - openssl - libgcrypt - cyrus-sasl - qt5-base - - - /usr/bin - /usr/qt/4/bin + /usr/bin + /usr/share/doc /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/qca - qca2-qt5-devel - Development files for qca2 + libmspub-devel + libmspub için geliştirme dosyaları + libmspub için geliştirme dosyaları - qca2-qt5 - qt5-base-devel - - - /usr/include/qt5/Qca-qt5/QtCrypto - /usr/lib/cmake/Qca-qt5 - /usr/lib/pkgconfig/qca2-qt5.pc - /usr/lib/qt5/mkspecs/features - - - - - 2021-03-04 - 2.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-07 - 2.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 2.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-03 - 2.2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-07-08 - 2.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-14 - 2.1.3 - Rebuild qt5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-25 - 2.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-16 - 2.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-07 - 2.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-22 - 2.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 2.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-19 - 2.1.3 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-15 - 2.1.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-06 - 2.1.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - sbsigntools - https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/about/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:console - util.crypt - Tools to add signatures to EFI binaries and Drivers - Tools to add signatures to EFI binaries and Drivers - https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.3.tar.gz - https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz - - openssl-devel - libutil-linux-devel - gnu-efi - help2man - - - sbsigntools-0.9.1-openssl-1.1.0-compat.patch - - util/crypt/sbsigntools/pspec.xml - - - sbsigntools - - openssl - libutil-linux - - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2020-11-07 - 0.9.3 - Rebuild - İdris Kalp - idriskalp@gmail.com - - - 2020-01-15 - 0.9.3 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2018-10-21 - 0.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 0.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-14 - 0.8 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - cairo-dock - https://glx-dock.org/ - - Ali Cengiz Kurt - alicengizkurt@gmail.com - - GPLv3 - LGPLv2 - app:gui - util.dock - Cairo-Dock, masaüstünüz için güzel, hafif ve kullanışlı bir arayüzdür, avantajlı bir şekilde sistem panelinizi değiştirebilir! - Schöner Dock (Startleiste für Programme) mit vielen Animationen - A pretty, light and convenient interface to your desktop, able to replace advantageously your system panel. - Ładny, lekki i wygodny interfejs dla twojego pulpitu. - Cairo-Dock, masaüstünüz için güzel, hafif ve kullanışlı bir arayüzdür, avantajlı bir şekilde sistem panelinizi değiştirebilir! Çoklu bağlantı noktaları, görev çubuğu, başlatıcılar ve birçok kullanışlı uygulama içerir. - cairo/glx-dock ist eine auf dem Desktop angezeigte hoch konfigurierbare animierte Programmstart-Leiste, die sich am Dock von MacOS-X anlehnt. - Cairo-Dock is a pretty, light and convenient interface to your desktop, able to replace advantageously your system panel! It features multi-docks, taskbar, launchers and a lot of useful applets. - Posiada wiele przydatnych apletów, które mogą być oderwane od stacji dokującej jak widżety pulpitu. Dostępne jest też do pobrania wiele gotowych do wykorzystania motywów. - cairo-dock - https://launchpad.net/cairo-dock-core/3.4/3.4.1/+download/cairo-dock-3.4.1.tar.gz - - cmake - gtk3-devel - curl-devel - cairo-devel - pango-devel - glib2-devel - libX11-devel - libxml2-devel - libXtst-devel - wayland-devel - librsvg-devel - gtkglext-devel - libglvnd-devel - mesa-glu-devel - gtkglext-devel - libXrandr-devel - dbus-glib-devel - dbus-glib-devel - libXrender-devel - libXinerama-devel - libXcomposite-devel - - util/dock/cairo-dock/pspec.xml - - - cairo-dock - - gtk3 - curl - cairo - glib2 - pango - libX11 - wayland - libxml2 - librsvg - libXtst - mesa-glu - libglvnd - dbus-glib - libXrandr - gdk-pixbuf - libXrender - libXinerama - libXcomposite - wayland-client - - - /usr/bin - /usr/lib/cairo-dock - /usr/share/cairo-dock - /usr/share/applications - /usr/share/pixmaps - /etc - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/lib/libgldi.so* - - - - cairo-dock-devel - - curl-devel - dbus-devel - gtk3-devel - cairo-devel - glib2-devel - libX11-devel - libXtst-devel - librsvg-devel - libxml2-devel - wayland-devel - libglvnd-devel - mesa-glu-devel - dbus-glib-devel - libXrandr-devel - libXrender-devel - libXcomposite-devel - cairo-dock + zlib-devel + icu4c-devel + librevenge-devel + libmspub /usr/include @@ -343143,538 +360803,58 @@ contacts, tasks, and calendar information. - - 2022-05-31 - 3.4.1 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - cairo-dock-plugins - http://glx-dock.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - util.dock - Cairo-Dock projesinin eklentileri. - Plugins für das cairo/glx-dock - Plugins of Cairo-Dock project. - Zestaw wtyczek do cairo-dock - Die Plugins erweitern deutlich den Funktionsumfang des cairo/glx-docks´s. - More options and plugins for glx-dock to enhance functionality. - Zestaw wtyczek aby powiększyć funkcjonalność cairo-dock - cairo-dock-plugins - https://launchpad.net/cairo-dock-plug-ins/3.4/3.4.1/+download/cairo-dock-plug-ins-3.4.1.tar.gz - - cmake - vte-devel - ruby-devel - gtk3-devel - vala-devel - cairo-devel - glib2-devel - fftw3-devel - upower-devel - python3-devel - libXtst-devel - librsvg-devel - libical-devel - libexif-devel - libxml2-devel - libglvnd-devel - libtasn1-devel - gtkglext-devel - alsa-lib-devel - libetpan-devel - zeitgeist-devel - libXrandr-devel - gtk-sharp-devel - dbus-glib-devel - libXfixes-devel - gdk-pixbuf-devel - libdbusmenu-glib - libXxf86vm-devel - lm_sensors-devel - libdbusmenu-gtk3 - webkit2gtk-devel - libdbusmenu-devel - libxklavier-devel - libXinerama-devel - gnome-menus-devel - libindicator-devel - libXcomposite-devel - pulseaudio-libs-devel - cairo-dock-devel - - - cairo-dock-plugins-3.4.1-gcc10-extern.patch - cairo-dock-plugins-3.4.1-time_h-confict.patch - cairo-dock-plugins-3.4.1-0004-weather-update-URL.patch - - util/dock/cairo-dock-plugins/pspec.xml - - - cairo-dock-plugins - - vte - gtk3 - cairo - pango - fftw3 - glib2 - libX11 - upower - libxml2 - librsvg - libexif - libical - alsa-lib - libetpan - libglvnd - zeitgeist - libXrandr - dbus-glib - gdk-pixbuf - lm_sensors - libXxf86vm - libxklavier - gnome-menus - libindicator - libdbusmenu-gtk - pulseaudio-libs - libdbusmenu-glib - libdbusmenu-gtk3 - - - /usr/share/cairo-dock - /usr/share/vala/vapi/ - /usr/lib/libCDApplet.so* - /usr/lib/ruby - /usr/lib/python3.9/site-packages - /usr/lib/python2.7/site-packages - /usr/lib/cairo-dock - /usr/share/locale - - - - cairo-dock-plugins-devel - cairo-dock-plugins için geliştirme dosyaları - cairo-dock-plugins için geliştirme dosyaları - - glib2-devel - cairo-dock-plugins - - - /usr/lib/pkgconfig - - - - - 2022-07-27 - 3.4.1 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - latte-dock - https://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - desktop.kde.addon - Plazma Çerçevelerine dayalı bir platform - Plazma Çerçevelerine dayalı bir platform - Plazma Çerçevelerine dayalı bir platform - Plazma Çerçevelerine dayalı bir platform - https://download.kde.org/stable/latte-dock/latte-dock-0.9.11.tar.xz - - cmake - kconfig-devel - kpackage-devel - kservice-devel - kguiaddons-devel - libksysguard-devel - kactivities-devel - karchive-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdeclarative-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - knewstuff-devel - knotifications-devel - kwayland-devel - kwindowsystem-devel - kxmlgui-devel - plasma-framework-devel - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - qt5-quickcontrols - qt5-graphicaleffects - qt5-quickcontrols2-devel - extra-cmake-modules - libX11-devel - libSM-devel - libxcb-devel - - util/dock/latte-dock/pspec.xml - - - latte-dock - - ki18n - kcrash - libX11 - libgcc - libxcb - kconfig - kxmlgui - karchive - kpackage - kwayland - qt5-base - knewstuff - kservice - kguiaddons - libksysguard - kactivities - kcoreaddons - kdbusaddons - kiconthemes - kdeclarative - kglobalaccel - kwindowsystem - qt5-x11extras - knotifications - qt5-declarative - plasma-framework - - - /usr/bin - /etc/xdg - /usr/lib - /usr/share - /usr/share/dbus-1 - /usr/share/locale - /usr/share/metainfo - /usr/share/doc - - - - - 2020-09-15 - 0.9.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.9.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-20 - 0.9.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-27 - 0.9.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-04 - 0.9.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-18 - 0.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2019-08-03 - 0.9.0 - Version bump. - PisiLinux Community - admins@pisilinux.org + 2021-10-21 + 0.1.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2019-03-03 - 0.8.7 + 2021-03-10 + 0.1.4 Rebuild. - PisiLinux Community - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2019-02-16 - 0.8.6 + 2020-02-09 + 0.1.4 Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-02-15 - 0.8.5 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2019-01-27 - 0.8.5 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2019-01-13 - 0.8.4 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-11-25 - 0.8.3 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-11-03 - 0.8.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - plank - https://launchpad.net/plank - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - util.dock - An elementary fork of Plank, the stupidly-simple dock. - Elegant, simple, clean dock - Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. - Elegant, simple, clean dock - https://github.com/elementary/dock/archive/05fd6fccdf1a769f6737a0d7e57e092825348660.zip - - intltool - gettext-devel - bamf-devel - vala-devel - gtk3-devel - cairo-devel - glib2-devel - libXi-devel - pango-devel - libX11-devel - libgee-devel - libwnck3-devel - libXfixes-devel - gdk-pixbuf-devel - gnome-menus-devel - libdbusmenu-devel - libdbusmenu-gtk3 - gobject-introspection-devel - meson - granite-devel - - util/dock/plank/pspec.xml - - - plank - - bamf - gtk3 - cairo - glib2 - libXi - pango - libX11 - libgee - granite - libwnck3 - libXfixes - gdk-pixbuf - gnome-menus - libdbusmenu-glib - libdbusmenu-gtk3 - - - /usr/bin - /etc - /usr/lib/plank - /usr/lib/libplank*.so* - /usr/share - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/icons - /usr/share/doc - - - - plank-devel - Development files for plank - - plank - bamf-devel - gtk3-devel - cairo-devel - glib2-devel - libgee-devel - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-17 - 20210715 - Switched to eOS plank fork. - Berk Çakar - berk2238@hotmail.com - - - 2021-03-28 - 0.11.89 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - augeas - http://augeas.net - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - app:console - library - util.misc - A library for changing configuration files - Yapılandırma dosyalarını düzenlemek için bir kitaplık - augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API. - augeas yapılandırma dosyalarının programlama dilleri üzerinden düzenlenmesini sağlayan bir kitaplıktır. augeas yapılandırma dosyalarını ayıklayıp bir ağaç yapısı şeklinde programcıya sunar. - http://download.augeas.net/augeas-1.12.0.tar.gz - - libxml2-devel - readline-devel - - util/misc/augeas/pspec.xml - - - augeas - - libxml2 - readline - - - /usr/bin - /usr/lib - /usr/share/augeas - /usr/share/vim/vimfiles - /usr/share/doc - /usr/share/man - - - - augeas-devel - Development files for augeas - augeas için geliştirme dosyaları - - augeas - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2020-01-25 - 1.12.0 - Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-07-31 - 1.10.1 + 2018-08-29 + 0.1.4 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-01-14 - 1.9.0 + 2018-01-31 + 0.1.3 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2017-01-25 - 1.7.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2017-03-16 + 0.1.2 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2016-06-08 - 1.4.0 + 2016-06-10 + 0.1.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-12-31 - 1.4.0 + 2016-01-24 + 0.1.2 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -343683,367 +360863,995 @@ contacts, tasks, and calendar information. - bleachbit - https://www.bleachbit.org/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPL-3 - app:gui - util.misc - Deletes unneeded files to free disk space and maintain privacy. - BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. - mirrors://sourceforge/project/bleachbit/bleachbit/4.2.0/bleachbit-4.2.0.tar.bz2 - - gtk3-devel - python3-setuptools - python-pygobject-devel - python3-pygobject3-devel - - util/misc/bleachbit/pspec.xml - - - bleachbit - - gtk3 - python-pygobject - python3-pygobject3 - - - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - - - - - 2021-04-29 - 4.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-09 - 2.0 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2017-05-04 - 1.12 - Rebuild with new toolchain - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-12-04 - 1.12 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ibus - https://github.com/ibus/ibus/wiki + vim + http://www.vim.org/ PisiLinux Community admins@pisilinux.org - LGPLv2.1 - app - util.misc - Intelligent Input Bus for Linux / Unix OS - IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. - https://github.com/ibus/ibus/releases/download/1.5.25/ibus-1.5.25.tar.gz + custom + editor.vi + Vi IMproved, an advanced text editor + Vi Improved, gelişmiş metin editörü + Vi IMproved – klon edytora Vi + Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code. + VIM, açık hali ile Vi Improved - Geliştirilmiş Vi, 1991 yılında Bram Moolenaar tarafından yazılmış ve özellikle programcılar ve sistem yöneticileri tarafından çok kullanılan bir metin editörüdür. Çok geniş bir kullanıcı kitlesi olan VIM metin düzenleyicisi yüksek oranda özelleştirilebilir bir yazılımdır. Ayrıca VIM için pek çok destekleyici betik (script) bulunmaktadır. + Edytor tekstu podobny do Vi. Ważne ulepszenia: możliwość pracy w wielu oknach, wielopoziomowa opcja ‚cofnij’, bloki, podświetlanie składni, folding i wiele innych. + https://github.com/vim/vim/archive/v8.2.2891.tar.gz + gpm + ctags + acl-devel + ruby-devel gtk2-devel - gtk3-devel - gtk4-devel - glib2-devel - dconf-devel - vala-devel - libnotify-devel - libxkbcommon-devel - intltool - iso-codes-devel - libxslt - gtk-doc - nodejs - python-six - dbus-python - python3-pygobject3-devel + libSM-devel + libXt-devel + pango-devel + libICE-devel + python-devel python3-devel - qt5-base-devel - json-glib-devel - gobject-introspection-devel - docbook-xsl - libXtst-devel + ncurses-devel + libcanberra-devel - util/misc/ibus/pspec.xml + + pisilinux/grub_conf.patch + pisilinux/xorg_conf.patch + vim-7.3-interix-link.patch + + editor/vi/vim/pspec.xml - ibus + vim + Vi IMproved, an advanced text editor + app:console + gpm + acl + perl + ruby + ctags + ncurses + + + /etc/vim + /bin + /usr/share/doc + /usr/share/man + /usr/share/vim + /usr/bin/ex + /usr/bin/xxd + /usr/bin/vi* + /usr/bin/rvi* + + + vimrc + pisilinux/actions.vim + pisilinux/pspec.vim + pisilinux/translations.vim + plugins/taglist.vim + plugins/kde-devel-vim.vim + plugins/newpythonfile.vim + plugins/redstring.vim + + + + gvim + Graphical User Interface for Vi IMproved, an advanced text editor + Vi Improved, gelişmiş metin editörü için grafik kullanıcı arayüzü + VIM, açık hali ile Vi Improved - Geliştirilmiş Vi, 1991 yılında Bram Moolenaar tarafından yazılmış ve özellikle programcılar ve sistem yöneticileri tarafından çok kullanılan bir metin editörüdür. GVim ise vim için bir grafik kullanıcı arayüzü sunar. + app:gui + gvim + gui + + acl + gpm + vim + perl + gtk2 + ruby glib2 + libSM + libXt + pango + libICE libX11 - atk - gtk2 - gtk3 - cairo - json-glib - libXi - iso-codes - pango - dconf - libnotify + ncurses gdk-pixbuf - libxkbcommon - gobject-introspection - python3-pygobject3 - wayland-client - /etc/bash_completion.d/ - /etc/gconf/schemas/ibus.schemas - /etc/dconf/ - /usr/bin - /usr/lib - /usr/share - - - - ibus-gtk2 - ibus için gtk2 desteği - - ibus - glib2 - gtk2 - pango - - - /usr/lib/gtk-2.0/2.10.0/immodules/ - - - - ibus-gtk3 - ibus için gtk3 desteği - - ibus - glib2 - gtk3 - pango - - - /usr/lib/gtk-3.0/3.0.0/immodules/ - - - - ibus-gtk4 - ibus için gtk4 desteği - - ibus - glib2 - gtk4 - pango - - - /usr/lib/gtk-4.0/4.0.0/immodules/ - - - - ibus-devel - ibus için geliştirme dosyaları - ibus için geliştirme dosyaları - - ibus - glib2-devel - - - /usr/include - /usr/lib/pkgconfig + /usr/share/icons + /usr/share/pixmaps + /usr/bin/gvi* + /usr/bin/egvi* + /usr/bin/rgvi* + /usr/bin/ggvi* + /usr/bin/rggvi* + /usr/bin/gvimtutor + /usr/share/applications + + gvimtutor + gvim.xpm + gvim.desktop + - 2021-08-24 - 1.5.25 + 2021-06-28 + 8.2.2891 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2020-04-15 - 1.5.22 + 2020-05-18 + 8.2.0788 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-09 + 8.2.0236 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-01-31 - 1.5.21 - Version bump - İdris Kalp - idriskalp@gmail.com - - 2019-10-24 - 1.5.19 - Rebuild. + 2019-10-29 + 8.1.1846 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2018-10-24 - 1.5.19 + 2019-10-29 + 8.0.1451 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-08-29 + 8.0.1451 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-01 + 8.0.1451 + Version bump. + Ali Algül + aligulle3801@gmail.com + + + 2017-04-10 + 0.8.0.0559 Version bump. Ertuğrul Erata ertugrulerata@gmail.com - - 2018-08-05 - 1.5.17 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 1.5.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 1.5.14 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2017-01-25 - 1.5.14 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2016-06-10 + 0.8.0.0130 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2016-06-08 - 1.5.10 + 2016-06-10 + 0.7.4.909 Release Bump Pisi Linux Community admin@pisilinux.org - 2015-06-16 - 1.5.10 + 2015-11-05 + 0.7.4.909 First release - Vedat Demir - vedat@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - krusader - http://krusader.sourceforge.net/ + liblangtag + https://bitbucket.org/tagoh/liblangtag/wiki/Home + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3.0 + MPLv2.0 + app:console + editor + An interface library to access tags for identifying languages + liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC. + https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.3.tar.bz2 + + python3 + libxml2-devel + glib2-devel + gobject-introspection-devel + + editor/liblangtag/pspec.xml + + + liblangtag + + glib2 + libxml2 + + + /usr/share/liblangtag + /usr/share/gir-1.0 + /usr/share/doc + /usr/lib + /usr/share/gtk-doc + + + + liblangtag-devel + liblangtag için geliştirme dosyaları + liblangtag için geliştirme dosyaları + + liblangtag + + + /usr/include/liblangtag + /usr/lib/pkgconfig + + + + + 2020-02-08 + 0.6.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-28 + 0.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-09 + 0.6.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-11 + 0.6.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + 2011-02-07 + 0.6.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + discount + https://github.com/Orc/discount + + Stefan Gronewold (groni) + groni@pisilinux.org + + BSD + app:console + editor.discount + A Markdown implementation written in C + A Markdown implementation written in C + implementation of the Markdown markup language in C + implementation of the Markdown markup language in C + http://download.openpkg.org/components/cache/discount/discount-2.2.6.tar.bz2 + editor/discount/discount/pspec.xml + + + discount + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + discount-devel + Development files for discount + + discount + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-02-08 + 2.2.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 2.2.4 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-08 + 2.2.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-11-06 + 2.2.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ghostwriter + https://github.com/wereturtle/ghostwriter + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv3 + app:gui + editor + ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. + ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. + ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel. + ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel. + https://github.com/wereturtle/ghostwriter/archive/refs/tags/2.1.2.tar.gz + + qt5-base-devel + qt5-multimedia-devel + qt5-webkit-devel + qt5-webengine-devel + qt5-svg-devel + qt5-linguist + hunspell-devel + desktop-file-utils + pkgconfig + + editor/ghostwriter/pspec.xml + + + ghostwriter + + qt5-base + qt5-webkit + hunspell + libgcc + + + /usr/bin + /usr/share/appdata + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/ghostwriter + /usr/share/pixmaps + /usr/share/metainfo + /usr/share/man + /usr/share/doc + + + + + 2022-04-03 + 2.1.2 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-02-21 + 1.5.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-09-11 + 1.4.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2016-07-20 + 1.3.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + emacs-python + http://python-mode.sourceforge.net/ PisiLinux Community admins@pisilinux.org GPLv2 - app:gui - util.misc - Advanced KDE twin-panel(commander-style) file-manager - Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander.. - krusader - http://kde.mirrors.omnilance.com/stable/krusader/2.7.1/krusader-2.7.1.tar.xz - - qt5-base-devel - qt5-qdbusviewer - qt5-xmlpatterns-devel - kparts-devel - kwallet-devel - kxmlgui-devel - kguiaddons-devel - zlib-devel - plasma-framework-devel - kdoctools-devel - extra-cmake-modules - karchive-devel - kbookmarks-devel - kcodecs-devel - kcompletion-devel - kcoreaddons-devel - kconfig-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kio-devel - knotifications-devel - solid-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - kservice-devel - kjobwidgets-devel - kconfigwidgets-devel - cmake - - util/misc/krusader/pspec.xml + library + editor.emacs + Emacs major mode for editing Python source code + Python kaynak kodlarını düzenlemek için emacs kipi + emacs-python makes a number of editing and debugging features available to Python programmers who use GNU Emacs or XEmacs. + Python programcıları için birçok kod düzenleme ve hata ayıklama özelliği sağlar. + https://launchpad.net/python-mode/trunk/6.2.3/+download/python-mode.el-6.2.3.tar.gz + editor/emacs/emacs-python/pspec.xml - krusader + emacs-python - qt5-base - kparts - kwallet - kguiaddons - kxmlgui - zlib - plasma-framework - kdoctools - karchive - kbookmarks - kcodecs - kcompletion - kcoreaddons - kconfig - ki18n - kiconthemes - kitemviews - kio - knotifications - solid - ktextwidgets - kwidgetsaddons - kwindowsystem - acl - libgcc - kservice - kjobwidgets - kconfigwidgets - p7zip - rar + pymacs + emacs - /etc/xdg - /usr/bin + /etc/emacs + /usr/share/emacs + + + 80-python.el + + + + + 2020-02-09 + 6.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-05 + 6.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-09 + 6.2.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 6.2.1 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-05 + 6.2.1 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + emacs-color-theme + http://www.emacswiki.org/cgi-bin/wiki?ColorTheme + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + editor.emacs + Emacs-Lisp color theme package + Emacs-List renk paketi + Colortheme is an Emacs-Lisp package with more than 50 color themes for your use. + Colortheme 50'den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir. + http://download.savannah.nongnu.org/releases/color-theme/color-theme-6.6.0.tar.gz + editor/emacs/emacs-color-theme/pspec.xml + + + emacs-color-theme + + emacs + + + /usr/share/doc + /etc/emacs/site-lisp + /usr/share/emacs/site-lisp/color-theme + + + 80-color-theme.el + + + + + 2020-02-09 + 6.6.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 6.6.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-10 + 6.6.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 6.6.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-24 + 6.6.0 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + pymacs + https://github.com/dgentry/Pymacs + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + editor.emacs + Interface between Emacs Lisp and Python + Emacs Lisp ve Python iletişimini sağlayan bir arayüz + Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python. + Pymacs, Emacs ile çalıştırıldığında, Emacs Lisp ve Python arasında çift yönlü iletişime olanak tanıyan güçlü bir araçtır. + https://github.com/pinard/Pymacs/archive/v0.25.tar.gz + editor/emacs/pymacs/pspec.xml + + + pymacs + /usr/lib + /usr/share/doc + /usr/share/emacs + /etc/emacs/site-lisp + + + 80-pymacs.el + + + + + 2020-02-09 + 0.25 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 0.25 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-09 + 0.25 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.25 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2015-12-24 + 0.25 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + emacs + https://www.gnu.org/software/emacs + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + app:gui + app:console + editor.emacs + An extensible console-mode editor + Genişletilebilir bir metin düzenleyici + Emacs is the extensible, customizable, self-documenting real-time console-mode editor. It has many features to increase productivity when programming. + Emacs, gelişmiş, özelleştirilebilir ve esnek bir metin editörüdür. Özellikle program yazanlar tarafından çokça tercih edilen, fare kullanımına gerek bırakmadan çok hızlı çalışma imkânı sağlayan bir editördür. + emacs + ftp://ftp.gnu.org/gnu/emacs/emacs-26.3.tar.xz + + acl-devel + gtk2-devel + gtk3-devel + alsa-lib-devel + fontconfig-devel + giflib-devel + gpm + libjpeg-turbo-devel + libICE-devel + libSM-devel + libXft-devel + libxml2-devel + libXpm-devel + libXrender-devel + libpng-devel + librsvg-devel + tiff-devel + gnutls-devel + imagemagick-devel + lcms2-devel + + editor/emacs/emacs/pspec.xml + + + emacs + + acl + gpm + tiff + gtk2 + zlib + glib2 + libX11 + libpng + ncurses + freetype + libSM + libXft + libxml2 + libICE + giflib + libXpm + gnutls + librsvg + alsa-lib + gdk-pixbuf + fontconfig + libXrender + imagemagick + libjpeg-turbo + libXfixes + libxcb + dbus + gtk3 + cairo + pango + lcms2 + libXext + + + /etc + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/info + /usr/lib/systemd + /usr/share/emacs + /usr/share/icons + /var/games/emacs + /usr/share/pixmaps + /usr/share/appdata + /usr/share/metainfo + /usr/share/applications + /usr/libexec/emacs + /usr/include + + + System.PackageHandler + + + site-start.el + pisi-spec.rnc + 80-nxml-mode.el + emacs.desktop + + + + + 2020-02-09 + 26.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 26.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 26.1 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-10 + 25.2 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 24.5 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 24.5 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + emacs-php-mode + http://php-mode.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + editor.emacs + PHP mode for Emacs + Emacs için PHP kipi + php-mode is an add-on for Emacs to help work with PHP files more efficiently. + php-mode, kullanıcının PHP dosyalarıyla daha hızlı çalışabilmesi için bir eklentidir. + https://github.com/ejmr/php-mode/archive/v1.22.0.tar.gz + + emacs + + editor/emacs/emacs-php-mode/pspec.xml + + + emacs-php-mode + + emacs + + + /etc + /usr/share/emacs + + + 80-php-mode.el + + + + + 2020-02-09 + 1.22.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 1.22.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 1.18.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-10 + 1.18.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-10 + 1.17.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-04-02 + 1.17.0 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + emacs-mmm-mode + http://mmm-mode.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + editor.emacs + Multiple Major Mode module for Emacs + Emacs Çoklu Ana Kip eklentisi + MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer. + MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir. + mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz + + emacs + gtk2-devel + + editor/emacs/emacs-mmm-mode/pspec.xml + + + emacs-mmm-mode + + emacs + + + /etc + /usr/share/doc + /usr/share/info + /usr/share/emacs + + + 80-mmm-mode.el + + + + + 2020-02-09 + 0.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-26 + 0.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-02-01 + 0.5.4 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-10 + 0.5.4 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-09 + 0.5.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-02 + 0.5.4 + First release + Ilker Manap + ilkermanap@gmail.com + + + + + + cutemarked + http://cloose.github.io/CuteMarkEd + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + app:gui + editor + Qt Markdown Editor + Qt Markdown Editor + A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document. + A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document. + https://github.com/cloose/CuteMarkEd/archive/v0.11.3.tar.gz + + qt5-base-devel + qt5-webkit-devel + hunspell-devel + qt5-assistant-devel + qt5-designer-devel + qt5-linguist + discount-devel + + + cutemarked-0.11.3-bgcolor.patch + cutemarked-0.11.3-qaction-include.patch + + editor/cutemarked/pspec.xml + + + cutemarked + + qt5-base + qt5-webkit + hunspell + libgcc + discount + + + /usr/bin /usr/lib/qt5 /usr/share /usr/share/doc @@ -344051,15951 +361859,144 @@ contacts, tasks, and calendar information. - 2018-09-10 - 2.7.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-16 - 2.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 15.08 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-04-10 - 15.08 - First release - Stefan Gronewold - groni@pisilinux.org - - - - - - lf - https://godoc.org/github.com/gokcehan/lf - - fury - uglyside@yandex.ru - - MIT - app:console - util.misc - Terminal file manager. - lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. - https://github.com/gokcehan/lf/archive/refs/tags/r27.tar.gz - - golang - - util/misc/lf/pspec.xml - - - lf - - /usr/bin - /usr/share/applications - /usr/share/man/man1/lf.1 - /usr/share/doc - - - - - 2022-04-14 - 27 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-01 - 26 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-13 - 25 - First build - fury - uglyside@yandex.ru - - - - - - lsof - http://people.freebsd.org/~abe/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.misc - Lists open files for running Unix processes - Çalışan UNIX süreçleri tarafından açılan dosyaları listeyen bir araç - Lista archivos abiertos por procesos unix en ejecución - lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process. - lsof sistemde çalışmakta olan UNIX süreçleri tarafından açılmış dosyaları listeleyen kullanışlı bir araçtır. - Lsof es una herramienta de diagnostica específica de Unix. Su nombre quiere decir LiSt Open files (listar archivos abiertos), y hace justamente esto. Genera una lista con información sobre cada archivo abierto por procesos que están activos en el sistema. También puede listar comunicaciones abiertas por cada proceso. - https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download - util/misc/lsof/pspec.xml - - - lsof - - /usr/sbin - /usr/share/doc - /usr/share/lsof - /usr/share/man - - - - - 2020-01-14 - 4.91 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-25 - 4.84 + 2020-02-09 + 0.11.3 Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2017-04-29 - 4.84 + 2018-08-29 + 0.11.3 Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-08 - 4.84 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2017-05-08 + 0.11.3 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com - 2014-03-09 - 4.84 + 2016-07-18 + 0.11.3 First release - Kamil Atlı - suvarice@gmail.com - - - - - - mc - http://www.midnight-commander.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.misc - GNU Midnight Commander cli-based file manager - GNU Midnight Commander konsol kip dosya yöneticisi - Contains GNU Midnight Commander cli-based file manager. You can do lots of file management and editing tasks, both in normal terminals and in terminal emulators of X. Also has file transfer capabilities over FTP, SSH, and Samba. - GNU Midnight Commander (mc), komut satırında çalışan metin tabanlı bir dosya yönetim ve düzenleme uygulamasıdır. İki sistem arasında FTP, SSH ve Samba protokollerini kullanarak dosya transferlerine de olanak verir. - http://ftp.midnight-commander.org/mc-4.8.26.tar.xz - - libX11-devel - libXt-devel - unzip - glib2-devel - slang-devel - gpm - - util/misc/mc/pspec.xml - - - mc - - e2fsprogs - glib2 - gpm - libssh2 - slang - which - - - /etc/profile.d - /usr/bin - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share/locale - /usr/share/man - /usr/share/mc - /etc/mc - - - mc.profile - u7z - mc.ini - - - - - 2021-05-29 - 4.8.26 - Version bump. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-08-10 - 4.8.20 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 4.8.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 4.8.18 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 4.8.15 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-09 - 4.8.15 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - neofetch - https://github.com/dylanaraps/neofetch - - Berk Çakar - berk2238@hotmail.com - - MIT - util.misc - A fast, highly customizable system info script. - A version of Neofetch patched for Pisi Linux support. - https://github.com/dylanaraps/neofetch/archive/refs/tags/7.1.0.tar.gz - - bash - - - neofetch.1.patch - neofetch.patch - - util/misc/neofetch/pspec.xml - - - neofetch - Hızlı, özelleştirilebilir sistem bilgisi betiği. - - bash - - - /usr/bin/* - /usr/share/* - - - - - 2021-04-06 - 7.1.0 - Fixed file install paths - Berk Çakar - berk2238@hotmail.com - - - 2021-04-05 - 7.1.0 - Pisi Linux Support - Berkan Şahin - cicektaksi@tutanota.com - - - - - - nnn - https://github.com/jarun/nnn - - fury - uglyside@yandex.ru - - BSD-2-Clause - app:console - util.misc - n³ The unorthodox terminal file manager. - nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast. - https://github.com/jarun/nnn/releases/download/v4.5/nnn-v4.5.tar.gz - - gcc - ncurses-devel - libpcre-devel - readline-devel - - util/misc/nnn/pspec.xml - - - nnn - - ncurses - readline - - - /usr/bin/nnn - /usr/share/ - /usr/share/man/man1 - - - - - 2022-05-28 - 4.5 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-14 - 4.1 - First build. - fury - uglyside@yandex.ru - - - - - - patchutils - http://cyberelk.net/tim/patchutils/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - library - util.misc - A small collection of programs that operate on patch files - A small collection of programs that operate on patch files - Yama dosyalarında çalışan küçük bir program koleksiyonu - Yama dosyalarında çalışan küçük bir program koleksiyonu - http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz - - xmlto - python3-devel - libpcre2-devel - - util/misc/patchutils/pspec.xml - - - patchutils - - libpcre2 - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2021-11-10 - 0.4.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - pugixml - http://pugixml.org - - Stefan Gronewold - groni@pisilinux.org - - MIT - util.misc - Light-weight, simple and fast XML parser for C++ with XPath support - Light-weight, simple and fast XML parser for C++ with XPath support - https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz - - cmake - - util/misc/pugixml/pspec.xml - - - pugixml - - libgcc - - - /usr/lib - - - - pugixml-devel - Development header for pugixml - - pugixml - - - /usr/include - /usr/lib/cmake - - - - - 2021-03-10 - 1.11.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-05 - 1.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 1.9 - Version Bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.8.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-12 - 1.7 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - qdirstat - https://github.com/shundhammer/qdirstat - Stefan Gronewold (groni) groni@pisilinux.org + + + + + + geany + https://geany.org/ + + PisiLinux Community + admins@pisilinux.org GPLv2 app:gui - util.misc - QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. - QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. - This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux. - This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, - https://github.com/shundhammer/qdirstat/archive/1.4.tar.gz + editor + GTK+ based fast and lightweight IDE + GTK+ based fast and lightweight IDE + https://download.geany.org/geany-1.38.tar.bz2 - qt5-base-devel - qt5-assistant-devel - qt5-designer-devel - qt5-linguist - qt5-qdbusviewer - zlib-devel - desktop-file-utils - xdg-utils - - util/misc/qdirstat/pspec.xml - - - qdirstat - - zlib libgcc - qt5-base - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2018-08-10 - 1.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-08-04 - 1.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - rkrenamer - https://sourceforge.net/projects/ktageditor/ - - Stefan Gronewold - groni@pisilinux.org - - LGPL - util.misc - KTag Editor is an Audio tag editor developed in Qt5 framework. - RKrenamer is application for renaming a large number of files. You can rename a large number of files with one click. Insert text in file name, replace, delete or even change the case of name, or serialize the files in folder. - https://sourceforge.net/projects/rkrenamer/files/Source/0.4.0/rkrenamer.zip/download - - qt5-base-devel - - util/misc/rkrenamer/pspec.xml - - - rkrenamer - Application for renaming large number of files - - libgcc - qt5-base - - - /usr/bin - /usr/share - - - - - 2018-08-10 - 0.4.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-21 - 0.4.0 - First Release - Stefan Gronewold - groni@pisilinux.org - - - - - - screen - http://www.gnu.org/software/screen/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.misc - Terminal multiplexer (to have multiple sessions in a single terminal window) - Screen bir terminal(komut penceresi) çoğaltıcıdır. - GNU Screen is a free terminal multiplexer developed by the GNU Project. It allows a user to access multiple separate terminal sessions inside a single terminal window or remote terminal session. - screen tek bir terminal penceresini birden çok parçaya bölerek çalışmanızı sağlayan bir uygulamadır. - http://ftp.gnu.org/gnu/screen/screen-4.6.2.tar.gz - util/misc/screen/pspec.xml - - - screen - - ncurses - - - /run - /etc - /usr/share/man - /usr/share/doc - /usr/bin - /usr/share/info - /usr/share/screen - /usr/share/terminfo - /usr/lib/tmpfiles.d/screen.conf - - - System.Package - - - screenrc - screen.pam.system-auth - tmpfiles.conf - - - - - 2018-08-10 - 4.6.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 4.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 4.5.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 4.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-08-07 - 4.3.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - strace - https://strace.io/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - util.misc - Tracks and displays system calls associated with a running process - Çalışan bir süreç ile ilişkili sistem çağrılarını gösteren bir araç - Herramienta útil para diagnostico, aprendizaje y depuración - strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. - strace, çalışan bir UNIX süreci tarafından çağırılan ve alınan sistem çağrılarını, bu çağrılara verilen parametreleri ve dönüş değerlerini gösteren bir hata ayıklama aracıdır. - https://strace.io/files/5.15/strace-5.15.tar.xz - - libunwind-devel - - util/misc/strace/pspec.xml - - - strace - - libunwind - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2022-02-04 - 5.15 - Version bump. - Pisilinux Community - admins@pisilinux.org - - - 2021-11-11 - 5.14 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-10-17 - 5.10 - Kernel bump. - PisiLinux Community - admins@pisilinux.org - - - 2020-09-11 - 5.8 - Kernel bump. - PisiLinux Community - admins@pisilinux.org - - - 2020-08-13 - 4.21 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 4.21 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 4.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 4.15 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-08 - 4.9 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-25 - 4.9 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - tidy - http://tidy.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.misc - HTML and XML error checking - HTML ve XML hata denetleme aracı - tidy, as the name suggests, tidies the layout of and corrects errors in HTML and XML documents. - tidy, HTML ve XML belgelerinin düzenini denetleyen ve hatalarını düzelten bir araçtır. - https://github.com/htacg/tidy-html5/archive/5.6.0/tidy-html5-5.6.0.tar.gz - - cmake - libxslt-devel - - util/misc/tidy/pspec.xml - - - tidy - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - tidy-devel - Development files for tidy - tidy için geliştirme dosyaları - - tidy - - - /usr/include - /usr/lib/pkgconfig - - - - - 2019-04-18 - 5.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 20101110 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-01 - 20101110 - Rebuild for new toolchain. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 20101110 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2012-10-04 - 20101110 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - tmux - https://github.com/tmux/tmux - - PisiLinux Community - admins@pisilinux.org - - BSD - ISC - app:console - util.misc - A terminal multiplexer - Bir terminal çoğaltıcı uygulaması - Tmux is a terminal multiplexer. It's similar to GNU Screen. - tmux bir terminal çoğaltıcısıdır. GNU screen gibi terminal pencerenizi birden fazla parçalara bölerek çalışmanızı sağlar. - https://github.com/tmux/tmux/releases/download/2.8/tmux-2.8.tar.gz - - libevent-devel - ncurses-devel - - util/misc/tmux/pspec.xml - - - tmux - - libevent - ncurses - - - /usr/bin - /etc - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share - - - - - 2019-02-13 - 2.8 - First release. - Hasan Basri - hbasria@pisilinux.org - - - - - - tracker-miners - https://gitlab.gnome.org/GNOME/tracker-miners - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - util.misc - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - https://download.gnome.org/sources/tracker-miners/3.3/tracker-miners-3.3.1.tar.xz - - gettext-devel - glib2-devel - meson intltool - asciidoc - tracker-devel - desktop-file-utils - ffmpeg-devel - exempi-devel - flac-devel - libgexiv2-devel - gstreamer-devel - libcue-devel - libexif-devel - libgsf-devel - libgxps-devel - libiptcdata-devel - libjpeg-turbo-devel - libosinfo-devel - libpng-devel - libseccomp-devel - tiff-devel - libxml2-devel - libvorbis-devel - poppler-glib-devel - taglib-devel - totem-pl-parser-devel - upower-devel - zlib-devel - gst-plugins-base-devel - giflib-devel - NetworkManager-devel - harfbuzz-devel + vte-devel + gtk3-devel + glib2-devel + python3-lxml + python3-devel - util/misc/tracker-miners/pspec.xml + editor/geany/pspec.xml - tracker-miners + geany - tiff + atk + vte + gtk3 glib2 - icu4c - exempi - giflib - libgsf - libpng - upower - libexif - libgxps - libxml2 - tracker - gstreamer - libgexiv2 - libosinfo - libseccomp - libiptcdata - poppler-glib - libjpeg-turbo - NetworkManager - totem-pl-parser - gst-plugins-base + cairo + pango + libgcc + python3 + gdk-pixbuf + geany-colorschemes - /etc/xdg /usr/bin /usr/lib - /usr/libexec + /usr/share /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/tracker3-miners - /usr/share/bash-completion - /usr/share/dbus-1 - - - - - 2022-06-01 - 3.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - - - - tree - http://mama.indstate.edu/users/ice/tree/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.misc - Recursive directory listing tool - Dizin listeleme aracı - Tree lists directories recursively, and produces an indented listing of files. - Dizinleri özyineli olarak listeler ve dosya listesini girintili olarak gösterir. - https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/tree/1.7.0-5/tree_1.7.0.orig.tar.gz - util/misc/tree/pspec.xml - - - tree - - /usr/bin - /usr/share/bash-completion - /usr/share/doc - /usr/share/man - - - tree.bashcomp - - - - - 2018-08-10 - 1.7.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-20 - 1.7.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-06-08 - 1.7.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-25 - 1.7.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - zsync - http://zsync.moria.org.uk/ - - PisiLinux Community - admins@pisilinux.org - - Artistic - app:console - util.misc - A file transfer program that's able to connect to rsync servers - A file transfer program that's able to connect to rsync servers - http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2 - util/misc/zsync/pspec.xml - - - zsync - - glibc - - - /usr/bin /usr/share/man/man1 /usr/share/doc - - - 2021-11-18 - 0.6.2 - First release. - Erkan IŞIK - erkanisik@pisilinux.org - - - - - - bash-completion - https://github.com/scop/bash-completion - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.shell - Programmable completion for bash - Bash kabuğu için otomatik tamamlama - A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters. - Kabukta çeşitli uygulamalar için otomatik tamamlama özelliği eklenebilmesine olanak sağlayan bir programdır. - https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz - util/shell/bash-completion/pspec.xml - - bash-completion - - /etc - /usr/share/doc - /usr/share - /var - - - System.Package - - - pisilinux - - - - - 2020-01-11 - 2.10 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2018-07-29 - 2.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 2.4 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 2.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-02-23 - 2.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - bashdb - http://bashdb.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - util.shell - A Debugger for Bash - Bash Kabuğu için bir hata ayıklayıcısı - bashdb is a comprehensive source-code debugger for bash. - bashdb, bash için kapsamlı bir kaynak kodu hata ayıklayıcısıdır. - mirrors://sourceforge/bashdb/bashdb/5.0-1.1.2/bashdb-5.0-1.1.2.tar.gz - util/shell/bashdb/pspec.xml - - - bashdb - - /usr/bin - /usr/share/doc - /usr/share/bashdb - /usr/share/info - /usr/share/man - - - - - 2020-01-25 - 1.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-29 - 0.94 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 0.94 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 0.92 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-08 - 0.91 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-01-22 - 0.91 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - dash - http://gondor.apana.org.au/~herbert/dash/ - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - util.shell - Small and fast POSIX-compliant shell - Ufak ve hızlı POSIX uyumlu kabuk - DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. - DASH, POSIX uyumlu bir /bin/sh gerçeklemesi olup, olabildiğince ufak olmayı hedefleyen bir kabuktur. - http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz - util/shell/dash/pspec.xml - - - dash - - /bin/dash - /usr/share/man - /usr/share/doc - - - - - 2020-01-25 - 0.5.10.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-29 - 0.5.10.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-14 - 0.5.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-25 - 0.5.9 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-06-08 - 0.5.8 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-11-21 - 0.5.8 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - zsh - https://www.zsh.org - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - util.shell - Powerful command line shell - Güçlü bir diğer komut satırı kabuğu - Zsh is a command interpreter (shell) which has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a lots of other features. - Zsh komut satırı düzenleme, yanlışları düzeltme, programlanabilir komut tamamlama, kabuk fonksiyonları, geçmiş mekanizması ve diğer bir çok özellikleriyle birlikte gelen bir (kabuk) komut yorumlayıcısıdır. - mirrors://sourceforge/zsh/zsh-5.7.1.tar.xz - - libcap-devel - libpcre-devel - ncurses-devel - - util/shell/zsh/pspec.xml - - - zsh - - libcap - libpcre - ncurses - - - /etc - /bin - /usr/lib/zsh - /usr/share/zsh - /usr/share/man - /usr/share/doc/ - - - zprofile - zshrc - zsh_command_not_found - accept-line - - - - - 2020-01-25 - 5.7.1 - Rebuild. - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2019-02-14 - 5.7.1 - First release. - Hasan Basri - hbasria@pisilinux.org - - - - - - xorg-video-cirrus - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org cirrus video driver - X.Org cirrus ekran kartı sürücüsü - xorg-video-cirrus contains the X.Org driver for Cirrus Logic cards. - xorg-video-cirrus, Cirrus Logic ekran kartları için X.Org sürücüsünü içerir. - xorg - mirrors://xorg/individual/driver/xf86-video-cirrus-1.6.0.tar.xz - - libpciaccess-devel - xorg-server-devel - util-macros - - x11/driver/xorg-video-cirrus/pspec.xml - - - xorg-video-cirrus - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2022-07-11 - 1.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 1.5.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.5.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.5.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.5.3 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.5.3 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.5.3 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.5.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.5.3 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.5.3 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.5.3 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - libva-intel-driver - http://freedesktop.org/wiki/Software/vaapi - - Osman Erkan - osman.erkan@pisilinux.org - - MIT - driver - x11.driver - VA-API implementation for Intel G45 and HD Graphics family - libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family. - https://github.com/01org/intel-vaapi-driver/releases/download/2.4.1/intel-vaapi-driver-2.4.1.tar.bz2 - - libdrm-devel - libX11-devel - libva-devel - - x11/driver/libva-intel-driver/pspec.xml - - - libva-intel-driver - - libdrm - libdrm-intel - libva - - - /usr/lib - /usr/share/doc - - - - - 2021-11-12 - 2.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-30 - 2.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 2.4.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 2.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-22 - 2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 2.0.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.7.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.7.3 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-03 - 1.7.2 - Version Bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-05-02 - 1.7.0 - Version Bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.5.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - vdpau-video - http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - driver - x11.driver - VDPAU backend for VA API - VA API için VDPAU arka ucu - vdpau-video is a backend for the VA API in order to use VDPAU video acceleration drivers available for some NVIDIA and S3 cards. - vdpau-video, bazı NVIDIA ve S3 kartlar için mevcut olan VDPAU video hızlandırma sürücülerini kullanmak için bir VA API arka ucudur. - http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2 - - libglvnd-devel - libva-devel - libvdpau-devel - libX11-devel - mesa-devel - - - libva-vdpau-driver-0.7.4-glext-missing-definition.patch - libva-vdpau-driver-0.7.4-libvdpau-0.8.patch - libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch - implement-vaquerysurfaceattributes.patch - fallback-x.patch - vdpau_CreateSurfaceFromV4L2Buf-fix.patch - - x11/driver/vdpau-video/pspec.xml - - - vdpau-video - - libglvnd - libva - libvdpau - libX11 - mesa - - - /usr/lib - /usr/share/doc - - - - vdpau-video-32bit - emul32 - emul32 - - libglvnd-32bit - libva-32bit - libvdpau-32bit - libX11-32bit - mesa-32bit - - - vdpau-video - libglvnd-32bit - libva-32bit - libvdpau-32bit - libX11-32bit - mesa-32bit - - - /usr/lib32 - - - - - 2021-11-12 - 0.7.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.7.4 - First release. - İdris Kalp - idriskalp@gmail.com - - - 2018-07-31 - 0.7.4 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-13 - 0.7.4 - rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.7.4 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.7.4 - Rebuild for new libvdpau. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.7.4 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.7.4 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-acecad - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org acecad tablet input driver - X.Org acecad tablet giriş aygıtı sürücüsü - xorg-input-acecad contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. - xorg-input-acecad, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler. - mirrors://xorg/individual/driver/xf86-input-acecad-1.5.0.tar.bz2 - - xorg-server-devel - xorg-proto - libmtdev-devel - sysfsutils-devel - util-macros - - - assign-local-private-after-allocating.patch - - x11/driver/xorg-input-acecad/pspec.xml - - - xorg-input-acecad - - sysfsutils - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.5.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.5.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.5.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.5.0 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.5.0 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.5.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-elographics - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org Elographics TouchScreen input driver - X.Org Elographics dokunmatik ekran sürücüsü - xorg-input-elographics contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. - xorg-input-elographics, Linux için Elographics dokunamtik ekran X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-elographics-1.4.2.tar.bz2 - - xorg-server-devel - libmtdev-devel - util-macros - - x11/driver/xorg-input-elographics/pspec.xml - - - xorg-input-elographics - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.4.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.4.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 1.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.4.1 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.4.1 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.4.1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.4.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.4.1 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.4.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-evdev - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org evdev input driver - X.Org evdev giriş aygıtı sürücüsü - xorg-input-evdev contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. - xorg-input-evdev, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler. - mirrors://xorg/individual/driver/xf86-input-evdev-2.10.6.tar.bz2 - - xorg-server-devel - libmtdev-devel - libevdev-devel - util-macros - eudev-devel - xorg-proto - libevdev-devel - - x11/driver/xorg-input-evdev/pspec.xml - - - xorg-input-evdev - - libmtdev - libevdev - eudev - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - /usr/share/X11/xorg.conf.d/10-evdev.conf - - - - xorg-input-evdev-devel - Development files for evdev driver - evdev sürücüsü için geliştirme dosyaları - - xorg-input-evdev - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-01-07 - 2.10.6 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 2.10.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 2.10.6 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 2.10.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.10.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-06-03 - 2.10.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 2.10.5 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 2.10.5 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-03 - 2.10.4 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 2.10.2 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 2.9.2 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-joystick - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org joystick input driver - X.Org joystick giriş aygıtı sürücüsü - xorg-input-joystick contains the X.Org driver for joysticks. - xorg-input-joystick, oyun çubukları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-joystick-1.6.3.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-input-joystick/pspec.xml - - - xorg-input-joystick - - /usr/lib/xorg - /usr/share/man - - - - xorg-input-joystick-devel - Development files for xorg-input-joystick - xorg-input-joystick için geliştirme dosyaları - - xorg-input-joystick - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-12 - 1.6.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.6.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 1.6.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.6.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.6.3 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.6.3 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.6.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.6.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.6.2 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.6.2 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-kbd - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org kbd input driver - X.Org kbd giriş aygıtı sürücüsü - xorg-input-kbd contains the X.Org driver for keyboards. - xorg-input-kbd, klavyeler için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-keyboard-1.9.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-input-kbd/pspec.xml - - - xorg-input-kbd - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.9.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 1.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.9.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.9.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.9.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.9.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.9.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.8.1 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.8.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-libinput - http://www.x.org - - PisiLinux Community - admin@pisilinux.org - - MIT - driver - x11.driver - Generic input driver for the X.Org server based on libinput - Xorg sunucusu için genel giriş sürücüsü. - Generic input driver for the X.Org server based on libinput - xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür. - xorg - mirrors://xorg/individual/driver/xf86-input-libinput-1.2.1.tar.xz - - libX11-devel - eudev-devel - xorg-server-devel - libinput-devel - util-macros - - x11/driver/xorg-input-libinput/pspec.xml - - - xorg-input-libinput - - libinput - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - /usr/share/X11/xorg.conf.d - - - - xorg-input-libinput-devel - Development files for xorg-input-libinput - - xorg-input-libinput - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-28 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-12 - 1.2.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-17 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 1.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-04 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 1.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.30.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 0.29.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 0.29.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.28.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-03 - 0.28.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 0.28.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.28.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-11 - 0.27.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-24 - 0.26.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.24.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.24.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-03 - 0.22.0 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 0.19.0 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 0.18.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-mouse - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org mouse input driver - X.Org mouse giriş aygıtı sürücüsü - xorg-input-mouse contains the X.Org driver for mice. - xorg-input-mouse, fareler için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2 - - xorg-server-devel - util-macros - - - 0001-Don-t-disable-3-button-emulation-if-third-mouse-butt.patch - - x11/driver/xorg-input-mouse/pspec.xml - - - xorg-input-mouse - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - xorg-input-mouse-devel - Development files for xorg-input-mouse - - xorg-input-mouse - - - /usr/include/xorg/xf86-mouse-properties.h - /usr/lib/pkgconfig/xorg-mouse.pc - - - - - 2021-11-12 - 1.9.3 - rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.9.3 - rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 1.9.3 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.9.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-21 - 1.9.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-07-31 - 1.9.3 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-03-11 - 1.9.2 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.9.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.9.1 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.9.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-synaptics - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org synaptics input driver - X.Org synaptics giriş aygıtı sürücüsü - xorg-input-synaptics contains the X.Org driver for Synaptics touchpad devices. - xorg-input-synaptics, Synaptics dokunmatik aygıtlar için X.Org sürücüsünü içerir. - xorg - http://ftp.x.org/pub/individual/driver/xf86-input-synaptics-1.9.2.tar.xz - - libXi-devel - libXtst-devel - libmtdev-devel - xorg-server-devel - libevdev-devel - util-macros - - x11/driver/xorg-input-synaptics/pspec.xml - - - xorg-input-synaptics - - libXi - libXtst - libX11 - libevdev - - - /lib/udev - /usr/bin - /usr/lib/xorg - /usr/share/X11 - /usr/share/doc - /usr/share/man - - - 50-synaptics.conf - 70-touchpad-quirks.rules - - - - xorg-input-synaptics-devel - Development files for xorg-input-synaptics - xorg-input-synaptics için geliştirme dosyaları - - xorg-input-synaptics - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-11 - 1.9.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 1.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-06 - 1.9.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.9.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.9.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.9.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.9.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.8.3 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.8.2 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-vmmouse - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org vmmouse input driver - X.Org vmmouse giriş aygıtı sürücüsü - xorg-input-vmmouse contains the X.Org driver for mice in VMware virtual machines. - xorg-input-vmmouse, VMware sanal makinelerinde fare uyumu için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-input-vmmouse/pspec.xml - - - xorg-input-vmmouse - - /lib/udev - /usr/bin - /usr/libexec - /usr/lib/xorg - /usr/share/X11 - /usr/share/man - - - - - 2021-11-12 - 13.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 13.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 13.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 13.1.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 13.1.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 13.1.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-10 - 13.1.0 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 13.1.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 13.1.0 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-05-08 - 13.1.0 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 13.0.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-void - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org void input driver - X.Org void giriş aygıtı sürücüsü - xorg-input-void is a null input driver which allows the X server to operate without a core pointer and/or core keyboard. - xorg-input-void, X sunucusunun herhangi bir ana işaretçi ve/veya ana klavye olmadan çalışabilmesini sağlayan işlevsiz bir giriş aygıtı sürücüsüdür. - mirrors://xorg/individual/driver/xf86-input-void-1.4.1.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-input-void/pspec.xml - - - xorg-input-void - - /usr/lib/xorg - /usr/share/man - - - - - 2021-11-12 - 1.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 1.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.4.1 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.4.1 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.4.1 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.4.1 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.4.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.4.1 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.4.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-input-wacom - http://linuxwacom.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - driver - x11.driver - Input driver for Wacom tablets and drawing devices - Wacom tabletleri ve çizim aygıtları için giriş sürücüsü - xorg-input-wacom includes the drivers and tools for Wacom devices. - xorg-input-wacom, Wacom aygıtlarını kullanmak için sürücü ve araçları içerir. - https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-1.1.0/xf86-input-wacom-1.1.0.tar.bz2 - - libXi-devel - libXrandr-devel - xorg-server-devel - libXinerama-devel - eudev-devel - libgudev-devel - doxygen - util-macros - - x11/driver/xorg-input-wacom/pspec.xml - - - xorg-input-wacom - - libX11 - libXi - libXrandr - libXinerama - xorg-server - eudev - - - /lib/udev - /usr/bin - /usr/lib/xorg - /usr/share/X11 - /usr/share/doc - /usr/share/man - - - 70-wacom.rules - - - - xorg-input-wacom-devel - Development files for xorg-input-wacom - xorg-input-wacom için geliştirme dosyaları - - xorg-input-wacom - - - /usr/bin/isdv4-serial-debugger - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-16 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 0.40.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 0.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-15 - 0.39.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.34.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-31 - 0.34.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.34.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.34.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.34.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.34.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.34.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-16 - 0.33.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.32.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-05-08 - 0.29.0 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - xorg-video-amdgpu - https://www.x.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.org amdgpu video driver - X.org amdgpu video driver - X.org amdgpu video driver - X.org amdgpu video driver - https://www.x.org/archive/individual/driver/xf86-video-amdgpu-22.0.0.tar.xz - - libdrm-devel - libpciaccess-devel - mesa-devel - pixman-devel - util-macros - xorg-server-devel - - x11/driver/xorg-video-amdgpu/pspec.xml - - - xorg-video-amdgpu - - mesa - eudev - libdrm-amd - xorg-server - - - /usr/lib - /usr/share/X11/xorg.conf.d - /usr/share/man - /usr/share/doc - - - - - 2022-06-17 - 22.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 21.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-27 - 21.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 19.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 19.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-19 - 19.0.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 18.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 18.1.0 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.18.1 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-17 - 1.18.1 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2018-03-07 - 1.18.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2017-09-09 - 1.4.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - xorg-video-apm - https://www.x.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org apm video driver - X.Org apm ekran kartı sürücüsü - xorg-video-apm contains the X.Org driver for Alliance Promotion cards. - xorg-video-apm, Alliance Promotion ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-apm-1.3.0.tar.bz2 - - xorg-server-devel - util-macros - xorg-proto - - x11/driver/xorg-video-apm/pspec.xml - - - xorg-video-apm - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-20 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.2.5 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.2.5 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.2.5 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.2.5 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.2.5 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.2.5 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-dummy - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org dummy video driver - X.Org dummy ekran kartı sürücüsü - xorg-video-dummy is a dummy video driver for X.Org. - xorg-video-dummy, X.Org için sahte bir ekran kartı sürücüsü içerir. - mirrors://xorg/individual/driver/xf86-video-dummy-0.4.0.tar.xz - - xorg-server-devel - util-macros - - x11/driver/xorg-video-dummy/pspec.xml - - - xorg-video-dummy - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - - - - - 2022-06-17 - 0.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 0.3.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.3.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.3.8 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.3.8 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.3.8 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 0.3.8 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.3.8 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.3.8 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.3.7 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.3.7 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-fbdev - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org fbdev video driver - X.Org fbdev ekran kartı sürücüsü - xorg-video-fbdev contains the X.Org driver for Linux framebuffer device. - xorg-video-fbdev, Linux framebuffer aygıtı için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-fbdev/pspec.xml - - - xorg-video-fbdev - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 0.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 0.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.4.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.4.4 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.4.4 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 0.4.4 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.4.4 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.4.4 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.4.4 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.4.4 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-i128 - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org i128 video driver - X.Org i128 ekran kartı sürücüsü - xorg-video-i128 contains the X.Org driver for Number Nine chipsets. - xorg-video-i128, Number Nine ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-i128-1.4.0.tar.bz2 - - xorg-server-devel - util-macros - - - 1600sw-range-hack.patch - - x11/driver/xorg-video-i128/pspec.xml - - - xorg-video-i128 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-14 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.3.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.3.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.3.6 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.3.6 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.3.6 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.3.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.3.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-i740 - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org i740 video driver - X.Org i740 ekran kartı sürücüsü - xorg-video-i740 contains the X.Org driver for Intel i740 cards. - xorg-video-i740, Intel i740 ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-i740-1.4.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-i740/pspec.xml - - - xorg-video-i740 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-14 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.3.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.3.6 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.3.6 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.3.6 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.3.6 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.3.5 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.3.4 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-intel - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org intel video driver - X.Org intel ekran kartı sürücüsü - xorg-video-intel contains the X.Org driver for Intel video chipsets. - xorg-video-intel, Intel ekran kartları için X.Org sürücüsünü içerir. - http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-20210222.tar.xz - - libX11-devel - libxcb-devel - libXv-devel - libdrm-devel - pixman-devel - libXext-devel - libXtst-devel - libXvMC-devel - xcb-util-devel - libXrandr-devel - libXfixes-devel - libXcursor-devel - libXrender-devel - libXdamage-devel - libXinerama-devel - libdrm-intel - eudev-devel - util-macros - libpciaccess-devel - xorg-server-devel - libxshmfence-devel - libXfont-devel - libXfont2-devel - libXScrnSaver-devel - - x11/driver/xorg-video-intel/pspec.xml - - - xorg-video-intel - - libX11 - libxcb - libXv - libdrm - pixman - libXext - libXtst - libXvMC - xcb-util - libXrandr - libXfixes - libXcursor - libXrender - libXdamage - libXinerama - libdrm-intel - libpciaccess - eudev - libxshmfence - libXScrnSaver - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2022-05-25 - 20210222 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 20210222 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 20210222 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-30 - 20200817 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 20200518 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 20190723 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 20190208 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 20170826 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 20170826 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 20170826 - Rebuild New T. bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-10 - 20170826 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 20160902 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 20160902 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0340718 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 2.99.917 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-mga - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org mga video driver - X.Org mga ekran kartı sürücüsü - xorg-video-mga contains the X.Org driver for Matrox cards. - xorg-video-mga, Matrox ekran kartları için X.Org sürücüsünü içerir. - xorg - mirrors://xorg/individual/driver/xf86-video-mga-2.0.1.tar.xz - - libdrm-devel - mesa-devel - xorg-server-devel - util-macros - - x11/driver/xorg-video-mga/pspec.xml - - - xorg-video-mga - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2022-07-11 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 2.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 2.0.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 2.0.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-14 - 2.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.6.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.6.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.6.5 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.6.5 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.6.5 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.6.4 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.6.3 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-neomagic - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org neomagic video driver - X.Org neomagic ekran kartı sürücüsü - xorg-video-neomagic contains the X.Org driver for NeoMagic cards. - xorg-video-neomagic, NeoMagic ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-neomagic-1.3.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-neomagic/pspec.xml - - - xorg-video-neomagic - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-08 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.2.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.2.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.2.9 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.2.9 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.2.9 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.2.9 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 1.2.9 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-nouveau - http://nouveau.freedesktop.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org nouveau video driver - X.Org nouveau ekran kartı sürücüsü - xorg-video-nouveau contains the X.Org driver for NVIDIA cards. - xorg-video-nouveau, NVIDIA ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.17.tar.bz2 - - libdrm-nouveau - libpciaccess-devel - mesa-devel - eudev-devel - util-macros - pixman-devel - xorg-server-devel - - - xorg-server-21.1.diff - - x11/driver/xorg-video-nouveau/pspec.xml - - - xorg-video-nouveau - - libdrm - eudev - libdrm-nouveau - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.0.17 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 1.0.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.0.16 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.0.16 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.0.15 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.0.15 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.0.15 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.0.13 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.0.13 - Rebuild for new toolchain. - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-02 - 1.0.13 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 1.0.12 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.0.12 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-openchrome - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org openchrome video driver - X.Org openchrome ekran kartı sürücüsü - xorg-video-openchrome contains the X.Org driver for VIA video chipsets. - xorg-video-openchrome, VIA ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2 - - libdrm-devel - libXext-devel - libXv-devel - libXvMC-devel - libglvnd-devel - xorg-server-devel - - x11/driver/xorg-video-openchrome/pspec.xml - - - xorg-video-openchrome - - libX11 - libdrm - libXext - libXv - libXvMC - xorg-server - - - /usr/bin - /usr/sbin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2021-11-12 - 0.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 0.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.5.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.5.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.5.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.5.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.5.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.4.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.3.3 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-r128 - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org r128 video driver - X.Org r128 ekran kartı sürücüsü - xorg-video-r128 contains the X.Org driver for ATI Rage128 video cards. - xorg-video-r128, ATI Rage128 ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-r128-6.12.0.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - util-macros - - x11/driver/xorg-video-r128/pspec.xml - - - xorg-video-r128 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 6.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 6.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 6.12.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 6.12.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 6.11.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 6.10.2 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 6.10.2 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 6.10.2 - Verson bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 6.10.1 - Verson bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 6.10.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-radeon - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org radeon video driver - X.Org radeon ekran kartı sürücüsü - xorg-video-radeon contains the X.Org driver for ATI video chipsets. - xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir. - https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/archive/5eba006e4129e8015b822f9e1d2f1e613e252cda/5eba006e4129e8015b822f9e1d2f1e613e252cda.tar.gz - - git - libdrm-devel - libpciaccess-devel - mesa-devel - pixman-devel - util-macros - xorg-server-devel - - x11/driver/xorg-video-radeon/pspec.xml - - - xorg-video-radeon - - eudev - libdrm-radeon - libpciaccess - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - /etc/X11 - /usr/share/X11/xorg.conf.d - - - - - 2021-11-12 - 19.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 19.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 19.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-19 - 19.0.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 18.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 18.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.18.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-17 - 1.18.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-03-07 - 1.18.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-10-19 - 7.10.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 7.9.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 7.8.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 7.8.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 7.7.0 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2016-04-08 - 7.7.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-rendition - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org rendition video driver - X.Org rendition ekran kartı sürücüsü - xorg-video-rendition contains the X.Org driver for Rendition (Micron) cards. - xorg-video-rendition, Rendition (Micron) ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-rendition-4.2.7.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-rendition/pspec.xml - - - xorg-video-rendition - - xorg-server - - - /usr/lib/xorg/modules/drivers - /usr/lib/xorg/modules/*.uc - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 4.2.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 4.2.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 4.2.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 4.2.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 4.2.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-19 - 4.2.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 4.2.6 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 4.2.6 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 4.2.6 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 4.2.6 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 4.2.5 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-s3virge - https://www.x.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org s3virge video driver - X.Org s3virge ekran kartı sürücüsü - xorg-video-s3virge contains the X.Org driver for S3 Virge cards. - xorg-video-s3virge, S3 Virge ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-s3virge-1.11.0.tar.bz2 - - xorg-server-devel - util-macros - - - check-max-value.patch - - x11/driver/xorg-video-s3virge/pspec.xml - - - xorg-video-s3virge - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.11.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.11.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-20 - 1.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.10.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.10.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.10.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.10.7 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.10.7 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.10.7 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.10.7 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 1.10.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-savage - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org savage video driver - X.Org savage ekran kartı sürücüsü - xorg-video-savage contains the X.Org driver for S3 Savage cards. - xorg-video-savage, S3 Savage ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-savage-2.3.9.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - util-macros - - - git-video-savage.patch - - x11/driver/xorg-video-savage/pspec.xml - - - xorg-video-savage - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 2.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 2.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 2.3.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 2.3.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.3.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 2.3.9 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 2.3.9 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 2.3.9 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 2.3.8 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 2.3.8 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-siliconmotion - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org siliconmotion video driver - X.Org siliconmotion ekran kartı sürücüsü - xorg-video-siliconmotion contains the X.Org driver for Silicon Motion cards. - xorg-video-siliconmotion, Silicon Motion ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-siliconmotion-1.7.9.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-siliconmotion/pspec.xml - - - xorg-video-siliconmotion - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.7.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.7.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.7.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.7.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.7.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.7.9 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.7.9 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.7.9 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.7.8 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 1.7.8 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-sis - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org sis video driver - X.Org sis ekran kartı sürücüsü - xorg-video-sis contains the X.Org driver for SiS cards. - xorg-video-sis, SiS ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-sis-0.12.0.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - util-macros - - x11/driver/xorg-video-sis/pspec.xml - - - xorg-video-sis - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 0.12.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-18 - 0.11.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.10.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.10.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.10.9 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 0.10.9 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.10.9 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.10.9 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.10.8 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.10.7 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-sisusb - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org sisusb video driver - X.Org sisusb ekran kartı sürücüsü - xorg-video-sisusb contains the X.Org driver for SiS video chips connected via a Net2280-based USB dongle. - xorg-video-sisusb, Net2280 tabanlı USB dongle ile bağlı SiS ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2 - - util-macros - xorg-server-devel - - x11/driver/xorg-video-sisusb/pspec.xml - - - xorg-video-sisusb - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 0.9.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.9.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.9.7 - Rebuild . - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 0.9.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.9.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.9.7 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.9.7 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.9.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.9.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-tdfx - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org tdfx video driver - X.Org tdfx ekran kartı sürücüsü - xorg-video-tdfx contains the X.Org driver for Voodoo cards. - xorg-video-tdfx, Voodoo ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-tdfx-1.5.0.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - util-macros - - x11/driver/xorg-video-tdfx/pspec.xml - - - xorg-video-tdfx - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-06 - 1.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.4.7 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.4.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.4.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.4.7 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.4.7 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.4.7 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.4.7 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.4.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 1.4.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-v4l - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org v4l video driver - X.Org v4l ekran kartı sürücüsü - v4l is an Xorg driver for video4linux cards. It provides a Xvideo extension port for video overlay. - v4l, video4linux kartları için Xorg sürücüsü içerir. Video yerpaylaşımı (overlay) için bir Xvideo kapısı sağlar. - mirrors://xorg/individual/driver/xf86-video-v4l-0.3.0.tar.bz2 - - util-macros - xorg-server-devel - - x11/driver/xorg-video-v4l/pspec.xml - - - xorg-video-v4l - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 0.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 0.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 0.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-03 - 0.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.2.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.2.0 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.2.0 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.2.0 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-05-15 - 0.2.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - xorg-video-vesa - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org vesa video driver - X.Org vesa ekran kartı sürücüsü - xorg-input-vesa contains the X.Org driver for Generic VESA cards. - xorg-input-vesa, VESA uyumlu ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-vesa-2.5.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-vesa/pspec.xml - - - xorg-video-vesa - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2020-11-12 - 2.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-04 - 2.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 2.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 2.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 2.4.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 2.4.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-16 - 2.4.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 2.3.4 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 2.3.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 2.3.4 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 2.3.4 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 2.3.3 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-vmware - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org vmware video driver - X.Org vmware ekran kartı sürücüsü - xorg-video-vmware contains the X.Org driver for VMWare virtual machines. - xorg-video-vmware, VMWare sanal makineleri için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-vmware-13.3.0.tar.bz2 - - xorg-server-devel - util-macros - - x11/driver/xorg-video-vmware/pspec.xml - - - xorg-video-vmware - - mesa - eudev - libdrm - llvm-libs - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 13.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-24 - 13.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 13.3.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 13.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-19 - 13.3.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 13.3.0 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 13.2.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 13.2.1 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 13.2.1 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 13.2.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 13.1.0 - Release bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 13.1.0 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-video-voodoo - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org voodoo video driver - X.Org voodoo ekran kartı sürücüsü - xorg-video-voodoo contains the X.Org driver for Voodoo1 and Voodoo2 video adapters. - xorg-video-voodoo, Voodoo1 ve Voodoo2 video bağdaştırıcıları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-voodoo-1.2.5.tar.bz2 - - xorg-server-devel - util-macros - - - git-fixes.patch - - x11/driver/xorg-video-voodoo/pspec.xml - - - xorg-video-voodoo - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2021-11-12 - 1.2.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-07 - 1.2.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.2.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 1.2.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 1.2.5 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 1.2.5 - rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 1.2.5 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 1.2.5 - Release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.2.5 - Release bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 1.2.5 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xvba-video - http://www.splitted-desktop.com/~gbeauchesne/xvba-video/ - - PisiLinux Community - admins@pisilinux.org - - freedist - driver - x11.driver - XvBA backend for VA API - VA API için XvBA arka ucu - xvba-video is a backend for the VA API in order to use XvBA video acceleration drivers available for some ATI cards. - xvba-video, bazı ATI kartlar için mevcut olan XvBA video hızlandırma sürücülerini kullanmak için bir VA API arka ucudur. - https://sourceforge.net/projects/pisilinux/files/source/xvba-video-0.8.0.i686.tar.gz - https://sourceforge.net/projects/pisilinux/files/source/xvba-video-0.8.0.x86_64.tar.gz - x11/driver/xvba-video/pspec.xml - - - xvba-video - - libva - libXext - mesa - - - /usr/lib - /usr/share/doc - - - - xvba-video-32bit - 32-bit shared libraries for xvba-video - xvba-video için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - mesa-32bit - libX11-32bit - libXext-32bit - - - mesa-32bit - xvba-video - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2021-01-07 - 0.8.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.7.8 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-11 - 0.7.8 - rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-16 - 0.7.8 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.7.8 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-08 - 0.7.8 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - scim - http://www.scim-im.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - x11.im - Smart Common Input Method - framework for Input Methods - Smart Common Input Method - Girdi Metodları sistemi - Smart Common Input Method – ogólna metoda wprowadzania - Smart Common Input Method (SCIM - Méthode commune intelligente d'entrée) est un framework (cadre de développement) pour méthodes d'entrée. Il s'agit d'une approche modulaire et flexible pour créer ou utiliser des méthodes d'entrée pour la plateforme X11. - Smart Common Input Method (SCIM) is a framework for Input Methods. It is a modular and flexible approach for authoring and using Input Methods for X11 platform. - Smart Common Input Method (SCIM), X11 platformu için Girdi Metodlarının yönetilmesi ve kullanılması için modüler ve esnek Girdi Metodları sistemi - scim to główny pakiet projektu SCIM, udostępniający podstawowe funkcje i typy danych. - https://github.com/scim-im/scim/archive/1.4.18.tar.gz - - scim-system-config - scim-system-global - - - libXt-devel - libX11-devel - intltool - - - scim-1.4.14-compile.patch - scim-1.4.7-support-more-utf8-locales.patch - scim-initial-locale-hotkey-20070922.patch - scim_panel_gtk-emacs-cc-style.patch - scim-add-restart.patch - - x11/im/scim/pspec.xml - - - scim-core - Core of SCIM for users - - libX11 - libgcc - scim-libs - gtk3 - gtk2 - pango - glib2 - gdk-pixbuf - - - /etc - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/locale - - - scim.session - scim.env - - - - scim-libs - Libraries of SCIM - - cairo - libtool-ltdl - - - /usr/lib/libscim-* - /usr/lib/scim-1.0/*/Config - /usr/lib/scim-1.0/*/IMEngine - - - - scim-devel - Includes and pkgconfig for scim development - - scim-core - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 1.4.18 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.4.18 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.4.17 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-03 - 1.4.17 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 1.4.16 - Version bump - Burak Erturk - burakerturk@pisilinux.org - - - 2014-05-16 - 1.4.14 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXft - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xft de X.Org - X.Org Xft library - X.Org Xft kitaplığı - X.Org Xft Bibliothek - libXft is the X FreeType interface library. - mirrors://xorg/individual/lib/libXft-2.3.4.tar.bz2 - - xorg-proto - util-macros - freetype-devel - expat-devel - fontconfig-devel - libXrender-devel - - x11/library/libXft/pspec.xml - - - libXft - - libX11 - freetype - fontconfig - libXrender - - - /usr/lib - /usr/share/doc - - - - libXft-devel - Development files for libXft - libXft için geliştirme dosyaları - - libXft - xorg-proto - freetype-devel - fontconfig-devel - libXrender-devel - - - /usr/bin - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXft-32bit - 32-bit shared libraries for libXft - libXft için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - freetype-32bit - fontconfig-32bit - libXrender-32bit - zlib-32bit - libX11-32bit - - - libXft - freetype-32bit - fontconfig-32bit - libXrender-32bit - zlib-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2021-10-19 - 2.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 2.3.3 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-25 - 2.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 2.3.2 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 2.3.2 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-30 - 2.3.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-08-31 - 2.3.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - eglexternalplatform - https://github.com/NVIDIA/eglexternalplatform - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - x11.library - EGL External Platform interface - EGL External Platform interface - EGL Harici Platform arayüzü - EGL Harici Platform arayüzü - https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/1.1.tar.gz - x11/library/eglexternalplatform/pspec.xml - - - eglexternalplatform - - /usr/include - /usr/lib/pkgconfig - /usr/share/doc - - - - - 2021-06-03 - 1.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - freeglut - http://freeglut.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - The OpenGL Utility Toolkit (Freeglut) - OpenGL Araç Kiti (Freeglut) - Freeglut est la boîte à outils utilitaire d'OpenGL, une boîte à outils indépendante du système de fenêtrage pour écrire des programmes OpenGL. Il implémente une Interface de Programmation d'Application (API) de fenêtrage pour OpenGL. Freeglut facilite considérablement l'apprentissage et l'exploration de la programmation en OpenGL. - Freeglut is the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. It implements a simple windowing application programming interface (API) for OpenGL. Freeglut makes it considerably easier to learn about and explore OpenGL Programming. - Freeglut, OpenGL programlarını yazmak için bağımsız araç kutusu pencere sistemin olan bir OpenGL Hizmeti Araç Takımıdır. OpenGl için basit bir pencere uygulama proglaması arayüzü (API) sağlar. Freeglut, OpenGL Programlamasını keşfetmek öğrenmek isteyenler için kolaylıklar sağlar. - Freeglut es la caja de herramientas de OpenGL, con herramientas para crear programas OpenGL, independientemente del sistema de ventanas. Facilita una simple interfaz de programación de aplicaciones (API) con ventanas para OpanGL. Freeglut facilita considerablemente el aprendizaje y exploración de la programación OpenGL. - mirrors://sourceforge/freeglut/freeglut-3.2.1.tar.gz - - libglvnd-devel - mesa-glu-devel - libX11-devel - libXi-devel - libXxf86vm-devel - libXext-devel - libXrandr-devel - cmake - - x11/library/freeglut/pspec.xml - - - freeglut - - libglvnd - libX11 - libXi - libXxf86vm - libXrandr - - - /usr/lib - /usr/share/doc/freeglut - - - - freeglut-devel - Development files for freeglut - freeglut için geliştirme dosyaları - - freeglut - - - /usr/include - /usr/lib/pkgconfig - - - - freeglut-32bit - 32-bit shared libraries for freeglut - freeglut için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libglvnd-32bit - mesa-glu-32bit - libXi-32bit - libX11-32bit - libXxf86vm-32bit - libXrandr-32bit - - - freeglut - libglvnd-32bit - libXi-32bit - libXxf86vm-32bit - libX11-32bit - libXrandr-32bit - - - /usr/lib32 - - - - - 2021-03-19 - 3.2.1 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2019-10-23 - 3.0.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-07-27 - 3.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2017-09-20 - 3.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2016-11-03 - 3.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 3.0.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-04-27 - 3.0.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ftgl - http://ftgl.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Font rendering library for OpenGL - OpenGL için yazı tipi hazırlama kitaplığı - FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. - FTGL özgür, açık kaynak kodlu, OpenGL kullanan uygulamalarda çeşitli yazıtiplerini kullanmaya olanak tanıyan bir kitaplıktır. - https://github.com/frankheckenbach/ftgl/archive/v2.4.0.tar.gz - - freeglut-devel - mesa-devel - mesa-glu-devel - freetype-devel - - x11/library/ftgl/pspec.xml - - - ftgl - - mesa - mesa-glu - libgcc - freetype - - - /usr/lib - /usr/share/doc - - - - ftgl-devel - Development files for ftgl - ftgl için geliştirme dosyaları - - ftgl - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-03-19 - 2.4.0 - Version bump - fury - wascheme@tuta.ii - - - 2020-06-29 - 2.1.3_rc5 - First release - Ali Algul(gulle) - aligulle3801@gmail.com - - - - - - glew - http://glew.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - BSD - GLX - SGI-B - GPLv2 - app:console - library - x11.library - OpenGL Extension Wrangler Library - OpenGL Extension Wrangler Library (GLEW) çok platform destekli, C/C++ genişleme kitaplığı - OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. - OpenGL Extension Wrangler Library (GLEW) çok platform destekli, C/C++ genişleme kitaplığıdır. - mirrors://sourceforge/glew/2.1.0/glew-2.1.0.tgz - - mesa-glu-devel - libglvnd-devel - - x11/library/glew/pspec.xml - - - glew - - libglvnd - libX11 - - - /usr/lib - /usr/share/doc - /usr/bin - - - - glew-devel - Development files for glew - glew için geliştirme dosyaları - - mesa-glu-devel - glew - - - /usr/include/GL - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - glew-32bit - 32-bit shared libraries for glew - glew için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libglvnd-32bit - libX11-32bit - - - libglvnd-32bit - libX11-32bit - glew - - - /usr/lib32 - - - - - 2021-03-19 - 2.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-23 - 2.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-23 - 2.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 2.1.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-11 - 2.1.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 2.0.0 - Rebuild for new Mesa - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-02 - 2.0.0 - Release Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-27 - 1.13.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-15 - 1.12.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libclc - http://libclc.llvm.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Library requirements of the OpenCL C programming language - Library requirements of the OpenCL C programming language - Library requirements of the OpenCL C programming language - Library requirements of the OpenCL C programming language - https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/libclc-12.0.0.src.tar.xz - - clang32 - - - llvm - cmake - spirv-llvm-devel - python-devel - python3-devel - llvm-clang-devel - - x11/library/libclc/pspec.xml - - - libclc - - llvm-polly - - - /usr/lib - /usr/share - /usr/share/doc - - - - libclc-32bit - emul32 - emul32 - - llvm-32bit - spirv-llvm-32bit - - - /usr/lib32 - - - - libclc-devel - Development files for libclc - - libclc - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2021-06-05 - 12.0.0 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2021-02-21 - 11.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-12 - 11.0.0 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2020-03-26 - 10.0.0_20200215 - First release - İdris Kalp - idriskalp@gmail.com - - - - - - libdmx - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie dmx de X.Org - X.Org dmx library - X.Org dmx kitaplığı - X.Org dmx Bibliothek - libdmx is the X Window System DMX (Distributed Multihead X) extension library. - mirrors://xorg/individual/lib/libdmx-1.1.4.tar.bz2 - - libXext-devel - libX11-devel - util-macros - - x11/library/libdmx/pspec.xml - - - libdmx - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libdmx-devel - Development files for libdmx - libdmx için geliştirme dosyaları - - libdmx - libXext-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man - - - - - 2020-01-10 - 1.1.4 - Version Bump - PisiLinux Community - admin@pisilinux.org - - - 2019-10-23 - 1.1.4 - Version Bump - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.1.4 - Version Bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-15 - 1.1.3 - Rebuild for new toolchain. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libdrm - http://dri.freedesktop.org/libdrm/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Userspace interface to kernel DRM services - Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz - libdrm is a library providing the userspace interface to kernel DRM services. - libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır. - https://dri.freedesktop.org/libdrm/libdrm-2.4.112.tar.xz - - meson - docbook-xsl - util-macros - libxslt-devel - python3-devel - python-docutils - libpciaccess-devel - - x11/library/libdrm/pspec.xml - - - libdrm - - libpciaccess - - - /etc - /usr/lib/libdrm.* - /lib/udev/rules.d - /usr/share/doc - /usr/share/man - /usr/share/libdrm - - - 91-drm-modeset.rules - - - - libdrm-intel - Userspace interface to kernel DRM services for intel - Çekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz - - libdrm - libpciaccess - - - /usr/lib/libdrm_intel.* - - - - libdrm-nouveau - Userspace interface to kernel DRM services for nouveau - Çekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz - - libdrm - - - /usr/lib/libdrm_nouveau.* - - - - libdrm-radeon - Userspace interface to kernel DRM services for radeon - Çekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz - - libdrm - - - /usr/lib/libdrm_radeon.* - - - - libdrm-amd - Userspace interface to kernel DRM services for amdgpu - - libdrm - - - /usr/lib/libdrm_amdgpu.* - - - - libdrm-devel - Development files for libdrm - libdrm için geliştirme dosyaları - - libdrm - libdrm-intel - libdrm-nouveau - libdrm-radeon - libdrm-amd - libpciaccess-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libdrm-32bit - 32-bit shared libraries for libdrm - libdrm için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxslt-32bit - libxml2-32bit - libpciaccess-32bit - - - libdrm - libpciaccess-32bit - - - /usr/lib32/libdrm.* - - - - libdrm-intel-32bit - 32-bit shared libraries for libdrm-intel - libdrm-intel için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libdrm-intel - libdrm-32bit - libpciaccess-32bit - - - /usr/lib32/libdrm_intel.* - - - - libdrm-nouveau-32bit - 32-bit shared libraries for libdrm-nouveau - libdrm-nouveau için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libdrm-nouveau - libdrm-32bit - - - /usr/lib32/libdrm_nouveau.* - - - - libdrm-radeon-32bit - 32-bit shared libraries for libdrm-radeon - libdrm-radeon için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libdrm-radeon - libdrm-32bit - - - /usr/lib32/libdrm_radeon.* - - - - libdrm-amd-32bit - 32-bit shared libraries for libdrm-amdgpu - emul32 - emul32 - - libdrm-amd - libdrm-32bit - - - /usr/lib32/libdrm_amdgpu.* - - - - - 2022-07-07 - 2.4.112 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-04 - 2.4.111 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 2.4.110 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2022-01-12 - 2.4.109 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-19 - 2.4.108 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 2.4.107 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-05 - 2.4.107 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-03 - 2.4.106 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-08 - 2.4.105 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-30 - 2.4.102 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 2.4.100 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 2.4.100 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-10 - 2.4.97 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-01-08 - 2.4.96 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 2.4.92 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-16 - 2.4.89 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 2.4.83 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 2.4.75 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-02 - 2.4.71 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-04-30 - 2.4.67 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-03-27 - 2.4.67 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libepoxy - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - MIT - library - x11.library - OpenGL function pointer management library - Epoxy is a library for handling OpenGL function pointer management for you. - https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz - - meson - libX11-devel - libglvnd-devel - util-macros - - x11/library/libepoxy/pspec.xml - - - libepoxy - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - libepoxy-devel - Development files for libepoxy - - libepoxy - libglvnd-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libepoxy-32bit - 32-bit shared libraries for libeproxy - emul32 - emul32 - - libX11-32bit - libglvnd-32bit - - - /lib32 - /usr/lib32 - - - - - 2022-06-01 - 1.5.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-14 - 1.5.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.5.4 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-10-23 - 1.5.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-02-10 - 1.5.3 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2018-07-27 - 1.5.2 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-15 - 1.4 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.3.1 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-08 - 1.3.1 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libevdev - http://www.freedesktop.org/wiki/Software/libevdev/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv1 - library - x11.library - Wrapper library for evdev devices - Wrapper library for evdev devices - Wrapper library for evdev devices - Wrapper library for evdev devices - https://www.freedesktop.org/software/libevdev/libevdev-1.12.0.tar.xz - - doxygen - valgrind - check-devel - python3-devel - - x11/library/libevdev/pspec.xml - - - libevdev - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - libevdev-devel - Development files for libevdev - - libevdev - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-11-09 - 1.12.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-24 - 1.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-06 - 1.6.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.5.9 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-20 - 1.5.6 - Version bump - Alihan Öztürkçe - alihan@pisilinux.org - - - 2016-11-02 - 1.5.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-02 - 1.4.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2015-01-25 - 1.3.2 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - libexplain - http://libexplain.sourceforge.net/ - - erdinc gültekin - admins@pisilinux.org - - LGPLv2 - library - x11.library - Explain errno values returned by libc functions - Libc fonksiyonları tarafından döndürülen errno değerleri açıklar - The libexplain package provides a library which may be used to explain Unix and Linux system call errors - Libexplain paketi, Unix ve Linux sistem çağrısı hataları açıklamak için kullanılan bir kütüphane sunar. - http://sourceforge.net/projects/libexplain/files/1.4/libexplain-1.4.tar.gz - - acl-devel - libcap-devel - lsof - libtool - bison - groff - jbigkit-devel - ghostscript-devel - - - 0001-Fix-build-failure-with-GCC10.patch - sanitize-bison.patch - libexplain-1.4-missing-defines.patch - libexplain-1.4-largefile.patch - libexplain-1.4-syscall.patch - - x11/library/libexplain/pspec.xml - - - libexplain - - acl - libcap - ghostscript - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/locale - /usr/share/doc - - - - libexplain-devel - Development files for libexplain. - libexplain için geliştirme dosyaları - - acl-devel - libcap-devel - libexplain - - - /usr/lib/pkgconfig - /usr/include - - - - - 2020-01-14 - 1.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-07-31 - 1.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-01-29 - 1.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.4 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-01-09 - 1.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libfakekey - http://matchbox-project.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - x11.library - X virtual keyboard library. - X sanal klavye kütüphanesi. - X sanal klavye kütüphanesi. - http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/libfakekey-0.3.tar.gz - - libXtst-devel - - x11/library/libfakekey/pspec.xml - - - libfakekey - - libXtst - - - /usr/lib - /usr/share/doc - - - - libfakekey-devel - Development files for libfakekey - libfakekey için geliştirme dosyaları - - libfakekey - - - /usr/lib/pkgconfig - /usr/include/fakekey/ - - - - - 2020-01-10 - 0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-24 - 0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-30 - 0.1 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2016-07-07 - 0.1 - First Release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libfontenc - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie fontenc de X.Org - X.Org fontenc library - X.Org fontenc kitaplığı - X.Org fontenc Bibliothek - libfontenc is the X Window System font encoding library. - mirrors://xorg/individual/lib/libfontenc-1.1.4.tar.bz2 - - zlib-devel - util-macros - font-util - xorg-proto - - x11/library/libfontenc/pspec.xml - - - libfontenc - - zlib - - - /usr/lib - /usr/share/doc - - - - libfontenc-devel - Development files for libfontenc - libfontenc için geliştirme dosyaları - - libfontenc - - - /usr/include/X11 - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.1.4 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-01-30 - 1.1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.1.3 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libFS - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie FS de X.Org - X.Org FS library - X.Org FS kitaplığı - X.Org FS Bibliothek - libFS is the interface library to the X Font Server. - mirrors://xorg/individual/lib/libFS-1.0.8.tar.bz2 - - util-macros - xorg-proto - xtrans - - x11/library/libFS/pspec.xml - - - libFS - - /usr/lib - /usr/share/doc - - - - libFS-devel - Development files for libFS - libFS için geliştirme dosyaları - - libFS - - - /usr/include/X11 - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.0.8 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.0.7 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-01-30 - 1.0.7 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.7 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.0.7 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libglvnd - https://github.com/NVIDIA/libglvnd - - Marcin Bojara - marcin.bojara@gmail.com - - custom:BSD-like - library - x11.library - The GL Vendor-Neutral Dispatch library - libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime. - https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.4.0/libglvnd-v1.4.0.tar.gz - - meson - xorg-proto - libX11-devel - libdrm-devel - libxcb-devel - libXext-devel - libXfixes-devel - libXdamage-devel - libXxf86vm-devel - - x11/library/libglvnd/pspec.xml - - - libglvnd - - libX11 - - - /usr/lib - /usr/share/doc - - - mesa - - - - libglvnd-devel - Development files for libglvnd - - libglvnd - libX11-devel - libdrm-devel - libxcb-devel - libXext-devel - libXfixes-devel - libXdamage-devel - libXxf86vm-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libglvnd-32bit - 32-bit shared libraries for libglvnd - emul32 - emul32 - - libXext-32bit - libX11-32bit - - - libX11-32bit - - - /usr/lib32 - - - - - 2022-07-16 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 1.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-30 - 1.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 1.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 1.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-04 - 1.3.0 - First release - Marcin Bojara - marcin.bojara@gmail.com - - - - - - libICE - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X.Org ICE library - X.Org ICE kitaplığı - Utilitaire ICE de X.Org. - libICE is the Inter-Client Exchange library. - libICE, Inter-Client Exchange protokolüne bir arayüz sağlayan X.Org kitaplığıdır. - X.Org ICE Bibliothek - mirrors://xorg/individual/lib/libICE-1.0.10.tar.bz2 - - libbsd-devel - util-macros - xorg-proto - xtrans - libxslt - - x11/library/libICE/pspec.xml - - - libICE - - libbsd - - - /usr/lib - /usr/share/doc - - - - libICE-devel - Development files for libICE - libICE için geliştirme dosyaları - - libICE - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libICE-32bit - 32-bit shared libraries for libICE - libICE için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libICE - - - /usr/lib32 - - - - - 2021-03-14 - 1.0.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 1.0.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.0.9 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-01-30 - 1.0.9 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.9 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-08-31 - 1.0.9 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libomxil-bellagio - http://omxil.sourceforge.net - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2.1 - library - x11.library - An opensource implementation of the OpenMAX Integration Layer API - An opensource implementation of the OpenMAX Integration Layer API - An opensource implementation of the OpenMAX Integration Layer API - An opensource implementation of the OpenMAX Integration Layer API - http://downloads.sourceforge.net/project/omxil/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz - - glibc-devel - - - fedora-fixes.patch - libomxil-bellagio-0.9.3-Werror.patch - libomxil-bellagio-0.9.3-gcc46.patch - libomxil-bellagio-0.9.3-memcpy.patch - - x11/library/libomxil-bellagio/pspec.xml - - - libomxil-bellagio - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - libomxil-bellagio-devel - Development files for mesa - - libomxil-bellagio - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-14 - 0.9.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-07-24 - 0.9.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 0.9.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.9.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-04-07 - 0.9.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libpciaccess - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X.Org PCI access library - X.Org PCI erişim kitaplığı - libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems. - libpciaccess, değişik işletim sistemleri için taşınabilir PCI erişim rutinleri içeren Xorg kitaplığıdır. - mirrors://xorg/individual/lib/libpciaccess-0.16.tar.bz2 - - util-macros - - x11/library/libpciaccess/pspec.xml - - - libpciaccess - - /usr/lib - /usr/share/doc - - - - libpciaccess-devel - Development files for libpciaccess - libpciaccess için geliştirme dosyaları - - libpciaccess - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libpciaccess-32bit - 32-bit shared libraries for libpciaccess - libpciaccess için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libpciaccess - - - /usr/lib32 - - - - - 2021-11-27 - 0.16 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-06 - 0.16 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 0.15 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.14 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-25 - 0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-09 - 0.13.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 0.13.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.13.4 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-05-05 - 0.13.4 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libSM - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie SM de X.Org. - X.Org SM library - X.Org SM kitaplığı. - X.Org SM Bibliothek - libSM is the X Session Management library. - mirrors://xorg/individual/lib/libSM-1.2.3.tar.bz2 - - libICE-devel - libutil-linux-devel - util-macros - xorg-proto - xtrans - - x11/library/libSM/pspec.xml - - - libSM - - libutil-linux - libICE - - - /usr/lib - /usr/share/X11 - /usr/share/doc - - - - libSM-devel - Development files for libSM - libSM için geliştirme dosyaları - - libICE-devel - libSM - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/*.xml - - - - libSM-32bit - 32-bit shared libraries for libSM - libSM için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libICE-32bit - libutil-linux-32bit - - - libICE-32bit - libutil-linux-32bit - libSM - - - /usr/lib32 - - - - - 2021-03-14 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-12 - 1.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.2.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.2.2 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.2.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.2.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.2.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libtxc-dxtn - http://dri.freedesktop.org/wiki/S3TC - - Marcin Bojara - marcin@pisilinux.org - - custom - BSD - x11.library - Texture compression library for Mesa - S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa. - http://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2 - - mesa-devel - - x11/library/libtxc-dxtn/pspec.xml - - - libtxc-dxtn - - /usr/lib - /usr/share/doc - - - - libtxc-dxtn-devel - - libtxc-dxtn - - - /usr/include - - - - libtxc-dxtn-32bit - emul32 - - /usr/lib32 - - - - - 2020-01-26 - 1.0.1 - Rebuild for toolchain - Kamil Atlı - suvari@pisilinux.org - - - 2019-10-25 - 1.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-07 - 1.0.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 1.0.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-06-20 - 1.0.1 - First release. - Marcin Bojara - marcin@pisilinux.org - - - - - - libva - http://www.freedesktop.org/wiki/Software/vaapi - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Video Acceleration (VA) API for Linux - Linux için video hızlandırma API'si - libva is a library providing the VA API video acceleration API. - libva, VA video hızlandırma API'sini sağlayan bir kitaplıktır. - https://github.com/intel/libva/archive/2.15.0.tar.gz - - libdrm-devel - libXext-devel - libXfixes-devel - libglvnd-devel - wayland-devel - wayland-client - - x11/library/libva/pspec.xml - - - libva - - libX11 - libdrm - libXext - libXfixes - libglvnd - wayland-client - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libva-devel - Development files for libva - libva için geliştirme dosyaları - - libva - wayland-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libva-32bit - 32-bit shared libraries for libva - libva için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libdrm-32bit - wayland-32bit - libXext-32bit - libXfixes-32bit - libglvnd-32bit - libX11-32bit - - - libva - libdrm-32bit - wayland-32bit - libXext-32bit - libXfixes-32bit - libX11-32bit - libglvnd-32bit - - - /usr/lib32 - - - - - 2022-06-29 - 2.15.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-13 - 2.13.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-28 - 2.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-01 - 2.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 2.6.0 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-25 - 2.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 2.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-22 - 2.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 2.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-15 - 1.7.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-03 - 1.7.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-27 - 1.7.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2015-05-10 - 1.5.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - libvdpau - http://freedesktop.org/wiki/Software/VDPAU - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Wrapper library for the Video Decode and Presentation API - Video kodu çözme ve sunma API'si için ara kitaplık - VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. - VDPAU (Video Decode and Presentation API for UNIX), modern grafik işlemcilerde yer alan video kod çözümü hızlandırma ve sunma donanımına bir arayüz sağlar. - https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.2.tar.bz2 - - libXext-devel - - x11/library/libvdpau/pspec.xml - - - libvdpau - - libXext - - - /etc - /usr/lib - /usr/share/doc - - - - libvdpau-devel - Development files for libvdpau - libvdpau için geliştirme dosyaları - - libvdpau - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libvdpau-32bit - 32-bit shared libraries for libvdpau - libvdpau için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - - - libvdpau - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 1.1.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-27 - 1.1.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2015-11-20 - 1.1 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libXaw - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X Athena Widgets Library - X Athena Parçacıkları kitaplığı - Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library. - mirrors://xorg/individual/lib/libXaw-1.0.14.tar.bz2 - - libXext-devel - libXmu-devel - libXpm-devel - libXt-devel - util-macros - libICE-devel - libSM-devel - libX11-devel - - x11/library/libXaw/pspec.xml - - - libXaw - - libX11 - libXext - libXmu - libXpm - libXt - - - /usr/lib - /usr/share/doc - - - - libXaw-devel - Development files for libXaw - libXaw için geliştirme dosyaları - - libXaw - libXext-devel - libXmu-devel - libXpm-devel - libXt-devel - libX11-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXaw-32bit - 32-bit shared libraries for libSM - libXaw için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - libXmu-32bit - libXpm-32bit - libXt-32bit - libX11-32bit - - - libXaw - libXext-32bit - libXmu-32bit - libXpm-32bit - libXt-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2022-06-21 - 1.0.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 1.0.13 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2019-10-23 - 1.0.13 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.0.13 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-03-02 - 1.0.13 - Release bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-04-30 - 1.0.13 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.0.13 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXcomposite - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie composite X.Org - X.Org composite library - X.Org composite kitaplığı - X.Org composite Bibliothek - libXcomposite is the X Composite library. Compositing allows modification of the window system's base elements like window borders, window buttons and window titlebars. - libXcomposite, X Birleşiklik kitaplığıdır. Birleşiklik, pencerelere ait kenarlar, butonlar ve başlık çubukları gibi pencere sisteminin temel elemanlarını değiştirmeye izin verir. - mirrors://xorg/individual/lib/libXcomposite-0.4.5.tar.bz2 - - xmlto - libX11-devel - libXfixes-devel - util-macros - - x11/library/libXcomposite/pspec.xml - - - libXcomposite - - libX11 - - - /usr/lib - /usr/share/doc - - - - libXcomposite-devel - Development files for libXcomposite - libXcomposite için geliştirme dosyaları - - libXcomposite - libXfixes-devel - xorg-proto - libX11-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXcomposite-32bit - 32-bit shared libraries for libXcomposite - libXcomposite için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - - - libXcomposite - libX11-32bit - - - /usr/lib32 - - - - - 2021-09-25 - 0.4.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-03 - 0.4.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 0.4.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 0.4.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 0.4.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 0.4.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.4.4 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 0.4.4 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXcursor - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xcursor de X.Org - X.Org Xcursor library - X.Org Xcursor kitaplığı - X.Org Xcursor Bibliothek - libXcursor is the X Cursor management library. It allows using different mouse skins and modifying of the text cursor. - mirrors://xorg/individual/lib/libXcursor-1.2.1.tar.xz - - util-macros - libX11-devel - xorg-proto - libXfixes-devel - libXrender-devel - - x11/library/libXcursor/pspec.xml - - - libXcursor - - libX11 - libXfixes - libXrender - - - /usr/lib - /usr/share/doc - - - - libXcursor-devel - Development files for libXcursor - libXcursor için geliştirme dosyaları - - libXcursor - libXfixes-devel - libX11-devel - libXrender-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXcursor-32bit - 32-bit shared libraries for libXcursor - libXcursor için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libXfixes-32bit - libXrender-32bit - - - libXcursor - libX11-32bit - libXfixes-32bit - libXrender-32bit - - - /usr/lib32 - - - - - 2022-06-21 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.1.15 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.1.15 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-02-22 - 1.1.15 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.14 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.14 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.14 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libxcvt - https://gitlab.freedesktop.org/xorg/lib/libxcvt - - Pisi Linux Admins - admin@pisilinux.org - - custom - library - x11.library - VESA CVT standard timing modelines generator - VESA CVT standard timing modelines generator - VESA CVT standart zamanlama modelleri üreteci - VESA CVT standart zamanlama modelleri üreteci - https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/archive/libxcvt-0.1.2/libxcvt-libxcvt-0.1.2.tar.bz2 - - meson - - x11/library/libxcvt/pspec.xml - - - libxcvt - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libxcvt-devel - Development files for libxcvt - - libxcvt - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-22 - 0.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 0.1.1 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - libXdamage - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie damege de X.Org. - X.Org damage library - X.Org damege kitaplığı. - X.Org damege Bibliothek - LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). - LibXdamage, X protokolü uzantısı DAMAGE için istemci kitaplığıdır. Damage uzantısı ekranda herhangi bir bölümde bozulma (değişiklik) meydana geldiğinde bildirim yapılmasını sağlar. - mirrors://xorg/individual/lib/libXdamage-1.1.5.tar.bz2 - - libXfixes-devel - util-macros - - x11/library/libXdamage/pspec.xml - - - libXdamage - - libXfixes - libX11 - - - /usr/lib - /usr/share/doc - - - - libXdamage-devel - Development files for libXdamage - libXdamage için geliştirme dosyaları - - libXdamage - libXfixes-devel - libX11-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libXdamage-32bit - 32-bit shared libraries for libXdamage - libXdamage için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libXfixes-32bit - - - libXdamage - libXfixes-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2021-09-25 - 1.1.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.1.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 1.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.1.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.4 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.4 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.4 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXext - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xext de X.Org - X.Org Xext library - X.Org Xext kitaplığı - X.Org Xext Bibliothek - LibXext provides an X Window System client interface to several extensions to the X protocol. - LibXext, çeşitli X protokolü uzantıları için X Pencere Sistemi istemci arayüzü sunar. - mirrors://xorg/individual/lib/libXext-1.3.4.tar.bz2 - - xorg-proto - util-macros - libX11-devel - libxslt - - x11/library/libXext/pspec.xml - - - libXext - - libX11 - - - /usr/lib - /usr/share/doc - - - - libXext-devel - Development files for libXext - libXext için geliştirme dosyaları - - libX11-devel - libXext - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXext-32bit - 32-bit shared libraries for libXext - libXext için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - - - libXext - libX11-32bit - - - /usr/lib32 - - - - - 2021-09-25 - 1.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 1.3.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.3.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.3.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-01-29 - 1.3.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.3.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-08-31 - 1.3.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXfixes - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xfixes de X.Org - X.Org Xfixes library - X.Org Xfixes kitaplığı - X.Org Xfixes Bibliothek - libXfixes is a library to provide augmented versions of core protocol requests. - mirrors://xorg/individual/lib/libXfixes-6.0.0.tar.bz2 - - xorg-proto - libX11-devel - util-macros - - x11/library/libXfixes/pspec.xml - - - libXfixes - - libX11 - - - /usr/lib - /usr/share/doc - - - - libXfixes-devel - Development files for libXfixes - libXfixes için geliştirme dosyaları - - libXfixes - libX11-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXfixes-32bit - 32-bit shared libraries for libXfixes - libXfixes için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - - - libXfixes - libX11-32bit - - - /usr/lib32 - - - - - 2021-09-18 - 6.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 5.0.3 - Rebuild. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 5.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 5.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 5.0.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-01-29 - 5.0.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-11-02 - 5.0.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 5.0.1 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 5.0.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXfont - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xfont de X.Org - X.Org Xfont library - X.Org Xfont kitaplığı - X.Org Xfont Bibliothek - libXfont is the Xorg library that allows using various types of fonts. - mirrors://xorg/individual/lib/libXfont-1.5.4.tar.bz2 - - libfontenc-devel - util-macros - freetype-devel - xorg-proto - xtrans - xmlto - zlib-devel - - x11/library/libXfont/pspec.xml - - - libXfont - - libfontenc - zlib - freetype - - - /usr/lib - /usr/share/doc - - - - libXfont-devel - Development files for libXfont - libXfont için geliştirme dosyaları - - libXfont - libfontenc-devel - freetype-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.5.4 - Rebuild. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 1.5.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.5.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.5.4 - Version bump. - PisiLinux Community - admin@pisilinux.org - - - 2018-02-22 - 1.5.4 - Version bump. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.5.2 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.5.1 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.5.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXfont2 - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X.Org Xfont library - libXfont is the Xorg library that allows using various types of fonts. - http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.5.tar.bz2 - - libfontenc-devel - util-macros - freetype-devel - xorg-proto - xtrans - xmlto - zlib-devel - libbsd-devel - - x11/library/libXfont2/pspec.xml - - - libXfont2 - - libfontenc - zlib - libbsd - freetype - - - /usr/lib - /usr/share/doc - - - - libXfont2-devel - Development files for libXfont - - libXfont2 - xorg-proto - libfontenc-devel - freetype-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - - - - - 2021-10-19 - 2.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 2.0.4 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 2.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 2.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 2.0.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2018-02-22 - 2.0.3 - Version bump. - PisiLinux Community - admin@pisilinux.org - - - 2017-03-02 - 2.0.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - libXi - https://www.x.org/wiki/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xi de X.Org - X.Org Xi library - X.Org Xi kitaplığı - X.Org Xi Bibliothek - LibXi provides an X Window System client interface to the XINPUT extension to the X protocol. - mirrors://xorg/individual/lib/libXi-1.8.tar.bz2 - - libXext-devel - libXfixes-devel - util-macros - - x11/library/libXi/pspec.xml - - - libXi - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libXi-devel - Development files for libXi - libXi için geliştirme dosyaları - - libXi - libXext-devel - libX11-devel - libXfixes-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXi-32bit - 32-bit shared libraries for libXi - libXi için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - libX11-32bit - - - libXi - libXext-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2021-10-19 - 1.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.7.10 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-20 - 1.7.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.7.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.7.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-29 - 1.7.9 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-02 - 1.7.8 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-27 - 1.7.6 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2014-08-31 - 1.7.4 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXinerama - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - librairie Xinerama de X.Org - X.Org Xinerama library - X.Org Xinerama kitaplığı - X.Org Xinerama Bibliothek - Xorg Xinerama library. Xinerama is an extension to the X Window System which enables applications and window managers to use two (or more) physical displays as one large virtual display. - mirrors://xorg/individual/lib/libXinerama-1.1.4.tar.bz2 - - libXext-devel - libX11-devel - util-macros - - x11/library/libXinerama/pspec.xml - - - libXinerama - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libXinerama-devel - Development files for libXinerama - libXinerama için geliştirme dosyaları - - libXinerama - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXinerama-32bit - 32-bit shared libraries for libXinerama - libXinerama için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - libX11-32bit - - - libXinerama - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.1.4 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2019-10-25 - 1.1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libxkbcommon - http://xkbcommon.org/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - x11.library - Library to convert evdev keycodes to keysyms - Evdev keycode'larını keysms türüne çeviren bir kitaplık - Library to convert evdev keycodes to keysyms - Evdev keycode'larını keysms türüne çeviren bir kitaplık - https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.3.0.tar.gz - - meson - xorg-proto - util-macros - libxcb-devel - libxml2-devel - wayland-cursor - wayland-server - wayland-client - wayland-devel - wayland-protocols-devel - xkeyboard-config - - x11/library/libxkbcommon/pspec.xml - - - libxkbcommon - - libxcb - libxml2 - wayland-client - - - /usr/bin - /usr/libexec - /usr/share/doc/libxkbcommon/ - /usr/share/man - /usr/lib/lib*.so* - - - - libxkbcommon-devel - Development files for libxkbcommon - libxkbcommon için geliştirme dosyaları - - libxkbcommon - libxcb-devel - libxml2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libxkbcommon-32bit - 32-bit shared libraries for libxkbcommon - emul32 - emul32 - - libxcb-32bit - libxml2-32bit - wayland-32bit - - - libxkbcommon - libxcb-32bit - libxml2-32bit - - - /usr/lib32 - - - - - 2021-06-03 - 1.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-03 - 0.9.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 0.9.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 0.9.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 0.8.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-29 - 0.8.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.8.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 0.7.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-27 - 0.6.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2015-03-04 - 0.5.0 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libxkbfile - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie xkbfile de X.Org - X.Org xkbfile library - X.Org xkbfile kitaplığı - X.Org xkbfile Bibliothek - Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. - mirrors://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2 - - util-macros - libX11-devel - xorg-proto - - x11/library/libxkbfile/pspec.xml - - - libxkbfile - - libX11 - - - /usr/lib - /usr/share/doc - - - - libxkbfile-devel - Development files for libxkbfile - libxkbfile için geliştirme dosyaları - - libxkbfile - libX11-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.1.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.9 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.0.9 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.0.9 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.9 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.0.9 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXmu - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xmu de X.Org - X.Org Xmu library - X.Org Xmu kitaplığı - X.Org Xmu Bibliothek - libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. - LibXmu, X kitaplıklarında kullanmak için çeşitli yardımcı fonksiyonlar içerir. - mirrors://xorg/individual/lib/libXmu-1.1.3.tar.bz2 - - util-macros - libXt-devel - libICE-devel - libSM-devel - libXext-devel - - x11/library/libXmu/pspec.xml - - - libXmu - - libXt - libX11 - libXext - - - /usr/lib - /usr/share/doc - - - - libXmu-devel - Development files for libXmu - libXmu için geliştirme dosyaları - - libXmu - libXt-devel - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libXmu-32bit - 32-bit shared libraries for libXmu - libXmu için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXt-32bit - libXext-32bit - - - libXmu - libXt-32bit - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-17 - 1.1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 1.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.1.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXp - http://x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xp de X.Org. - X.Org Xp library - X.Org Xp kitaplığı. - X.Org Xp Bibliothek - X.Org X11 libXp runtime library - mirrors://xorg/individual/lib/libXp-1.0.3.tar.bz2 - - libXext-devel - xorg-proto - libXau-devel - libX11-devel - util-macros - - x11/library/libXp/pspec.xml - - - libXp - - libXext - libXau - libX11 - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - libXp-devel - Development files for libXp - libXp için geliştirme dosyaları - - libXp - libXext-devel - - - /usr/include/X11 - /usr/lib/libdeprecatedXp.so - /usr/lib32/libdeprecatedXp.so - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libXp-32bit - 32-bit shared libraries for libXp - libXp için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - - - libXp - libXext-32bit - libXau-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.0.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.0.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-11-13 - 1.0.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libXpm - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xpm de X.Org - X.Org Xpm library - X.Org Xpm kitaplığı - X.Org Xpm Bibliothek - LibXpm is the X pixmap library. - mirrors://xorg/individual/lib/libXpm-3.5.13.tar.bz2 - - util-macros - libXext-devel - libXt-devel - - x11/library/libXpm/pspec.xml - - - libXpm - - libXext - libXt - libX11 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - libXpm-devel - Development files for libXpm - libXpm için geliştirme dosyaları - - libXpm - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libXpm-32bit - 32-bit shared libraries for libXpm - libXpm için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - libXt-32bit - libX11-32bit - - - libXpm - libXext-32bit - libXt-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-01-07 - 3.5.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 3.5.12 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 3.5.12 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 3.5.12 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 3.5.11 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 3.5.11 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXpresent - https://www.x.org/ - - Ali Cengiz Kurt - admins@pisilinux.org - - MIT - library - x11.library - X.Org Xpm library - X Present Extension library - https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2 - - util-macros - xorg-proto - libX11-devel - libXext-devel - libXfixes-devel - libXrandr-devel - - x11/library/libXpresent/pspec.xml - - - libXpresent - - libXfixes - libXrandr - libX11 - - - /usr/lib - /usr/share/doc - /usr/share/man/man3 - /usr/share/licenses - - - - libXpresent-devel - Development files for libXpresent - library - - libXpresent - - - /usr/include/X11/extensions - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libXpresent-32bit - 32-bit shared libraries for libXpresent - emul32 - emul32 - - libX11-32bit - libXfixes-32bit - libXrandr-32bit - - - libXpresent - libXfixes-32bit - libXrandr-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-11-22 - 1.0.0 - First Release For Beta System. - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - - - - libXrandr - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X.Org Xrandr library - Librairie Xrand de X.Org. - Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a screen, along with the ability to reflect the screen about either axis. - X.Org Xrand kitaplığı. - X.Org Xrand Bibliothek - mirrors://xorg/individual/lib/libXrandr-1.5.2.tar.bz2 - - libXext-devel - libXrender-devel - libX11-devel - util-macros - - x11/library/libXrandr/pspec.xml - - - libXrandr - - libXext - libXrender - libX11 - - - /usr/lib - /usr/share/doc - - - - libXrandr-devel - Development files for libXrandr - libXrandr için geliştirme dosyaları - - libXrandr - libXrender-devel - libXext-devel - libX11-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXrandr-32bit - 32-bit shared libraries for libXrandr - libXrandr için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libXext-32bit - libXrender-32bit - - - libXrandr - libX11-32bit - libXext-32bit - libXrender-32bit - - - /usr/lib32 - - - - - 2020-09-25 - 1.5.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.5.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.5.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.5.1 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.5.1 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-11-02 - 1.5.1 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.5.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.5.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXrender - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xrender de X.Org - X.Org Xrender library - X.Org Xrender kitaplığı - X.Org Xrender Bibliothek - The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. - mirrors://xorg/individual/lib/libXrender-0.9.10.tar.bz2 - - libX11-devel - xorg-proto - util-macros - - x11/library/libXrender/pspec.xml - - - libXrender - - libX11 - - - /usr/lib - /usr/share/doc - - - - libXrender-devel - Development files for libXrender - libXrender için geliştirme dosyaları - - libXrender - libX11-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/libXrender/libXrender.txt - - - - libXrender-32bit - 32-bit shared libraries for libXrender - libXrender için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - - - libXrender - libX11-32bit - - - /usr/lib32 - - - - - 2021-09-25 - 0.9.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-03 - 0.9.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 0.9.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 0.9.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 0.9.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 0.9.10 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 0.9.10 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-11-02 - 0.9.10 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.9.9 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 0.9.9 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXres - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xres de X.Org - X.Org Xres library - X.Org Xres kitaplığı - X.Org Xres Bibliothek - X-Resource is an extension that allows a client to query the X server about its usage of various resources. - mirrors://xorg/individual/lib/libXres-1.2.1.tar.bz2 - - libX11-devel - libXext-devel - util-macros - - x11/library/libXres/pspec.xml - - - libXres - - libX11 - libXext - - - /usr/lib - /usr/share/doc - - - - libXres-devel - Development files for libXres - libXres için geliştirme dosyaları - - libXres - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/share/man - - - - - 2022-06-21 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.2.0 - Rebuld. - PisiLinux Community - admin@pisilinux.org - - - 2019-10-25 - 1.2.0 - Rebuld. - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.2.0 - Version Bump. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.0.7 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.7 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.0.7 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXScrnSaver - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie XScrnSaver de X.Org - X.Org XScrnSaver library - X.Org XScrnSaver kitaplığı - X.Org XScrnSaver Bibliothek - LibXScrnSaver allows using screensavers in X clients. - mirrors://xorg/individual/lib/libXScrnSaver-1.2.3.tar.bz2 - - libXext-devel - libX11-devel - util-macros - - x11/library/libXScrnSaver/pspec.xml - - - libXScrnSaver - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libXScrnSaver-devel - Development files for libXScrnSaver - libXScrnSaver için geliştirme dosyaları - - libXScrnSaver - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXScrnSaver-32bit - 32-bit shared libraries for libXScrnSaver - libXScrnSaver için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libXext-32bit - - - libXScrnSaver - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-07 - 1.2.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2019-10-23 - 1.2.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.2.3 - Version Bump. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.2.2 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.2.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.2.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libxshmfence - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - X.Org libxshmfence library - libxshmfence is the X Window System video extension library. - mirrors://xorg/individual/lib/libxshmfence-1.3.tar.bz2 - - libXext-devel - util-macros - - x11/library/libxshmfence/pspec.xml - - - libxshmfence - - libXext - - - /usr/lib - /usr/share/doc - - - - libxshmfence-devel - Development files for libxshmfence - - libxshmfence - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libxshmfence-32bit - 32-bit shared libraries for libxshmfence - emul32 - emul32 - - libX11-32bit - libXext-32bit - - - libxshmfence - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2019-10-25 - 1.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2018-09-16 - 1.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-05-05 - 1.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXt - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xt de X.Org - X.Org Xt library - X.Org Xt kitaplığı - X.Org Xt Bibliothek - LibXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif. - mirrors://xorg/individual/lib/libXt-1.2.1.tar.bz2 - - libICE-devel - libSM-devel - xorg-proto - libX11-devel - util-macros - - x11/library/libXt/pspec.xml - - - libXt - - libICE - libSM - libX11 - - - /usr/bin - /usr/lib - /usr/share/X11 - /usr/share/doc - - - - libXt-devel - Development files for libXt - libXt için geliştirme dosyaları - - libXt - libICE-devel - libSM-devel - xorg-proto - libX11-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXt-32bit - 32-bit shared libraries for libXt - libXt için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libSM-32bit - - - libXt - libX11-32bit - libSM-32bit - libICE-32bit - - - /usr/lib32 - - - - - 2022-06-21 - 1.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 1.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-05 - 1.2.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.1.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.1.5 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.5 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.5 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-15 - 1.1.5 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXtst - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xtst de X.Org - X.Org Xtst library - X.Org Xtst kitaplığı - X.Org Xtst Bibliothek - libXtst provides an X Window System client interface to the Record extension to the X protocol. The Record extension allows X clients to synthesise input events, which is useful for automated testing. - mirrors://xorg/individual/lib/libXtst-1.2.3.tar.bz2 - - libXext-devel - libXi-devel - util-macros - - x11/library/libXtst/pspec.xml - - - libXtst - - libXext - libX11 - - - /usr/lib - /usr/share/X11 - /usr/share/doc - - - - libXtst-32bit - 32-bit shared libraries for libXtst - libXtst için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - libXi-32bit - libX11-32bit - - - libX11-32bit - libXext-32bit - libXtst - - - /usr/lib32 - - - - libXtst-devel - Development files for libXtst - libXtst için geliştirme dosyaları - - libXi-devel - libXext-devel - libX11-devel - xorg-proto - libXtst - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/doc/*/*.xml - /usr/share/man - - - - - 2021-09-25 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.2.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.2.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-01-30 - 1.2.3 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-11-02 - 1.2.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.2.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.2.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXv - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xv de X.Org - X.Org Xv library - X.Org Xv kitaplığı - X.Org Xv Bibliothek - LibXv is the X Window System video extension library. - mirrors://xorg/individual/lib/libXv-1.0.11.tar.bz2 - - libX11-devel - libXext-devel - util-macros - - x11/library/libXv/pspec.xml - - - libXv - - libX11 - libXext - - - /usr/lib - /usr/share/doc - - - - libXv-devel - Development files for libXv - libXv için geliştirme dosyaları - - libXv - libXext-devel - libX11-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXv-32bit - 32-bit shared libraries for libXv - libXv için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libX11-32bit - libXext-32bit - - - libXv - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.0.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.11 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.0.11 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.0.11 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-11-03 - 1.0.11 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.10 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.0.10 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXvMC - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie XvMC de X.Org - X.Org XvMC library - X.Org XvMC kitaplığı - X.Org XvMC Bibliothek - LibXvMC is the X-Video Motion Compensation Library. - mirrors://xorg/individual/lib/libXvMC-1.0.13.tar.xz - - libX11-devel - libXext-devel - libXv-devel - xorg-proto - util-macros - - x11/library/libXvMC/pspec.xml - - - libXvMC - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libXvMC-devel - Development files for libXvMC - libXvMC için geliştirme dosyaları - - libXv-devel - libX11-devel - xorg-proto - libXext-devel - libXvMC - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/libXvMC/XvMC_API.txt - - - - libXvMC-32bit - 32-bit shared libraries for libXvMC - libXvMC için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXv-32bit - libX11-32bit - libXext-32bit - - - libX11-32bit - libXext-32bit - libXvMC - - - /usr/lib32 - - - - - 2022-06-21 - 1.0.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.0.12 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.10 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.0.10 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.0.10 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-03 - 1.0.10 - Version Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-27 - 1.0.9 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-16 - 1.0.8 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXxf86dga - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xxf86dga de X.Org - X.Org Xxf86dga library - X.Org Xxf86dga kitaplığı - X.Org Xxf86dga Bibliothek - LibXxf86dga is the client library for the XFree86-DGA extension. - mirrors://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2 - - libXext-devel - libX11-devel - util-macros - - x11/library/libXxf86dga/pspec.xml - - - libXxf86dga - - libXext - libX11 - - - /usr/lib - /usr/share/doc - - - - libXxf86dga-devel - Development files for libXxf86dga - libXxf86dga için geliştirme dosyaları - - libXxf86dga - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXxf86dga-32bit - 32-bit shared libraries for libXxf86dga - libXxf86dga için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - - - libXxf86dga - libXext-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.1.5 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 1.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.1.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.1.4 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.1.4 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXxf86misc - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie libXxf86misc de X.Org - X.Org Xxf86misc library - X.Org libXxf86misc kitaplığı - X.Org libXxf86misc Bibliothek - LibXxf86misc is the client library for the XFree86-misc extension. - https://www.x.org/archive/individual/lib/libXxf86misc-1.0.4.tar.gz - - libXext-devel - xorg-proto - util-macros - - x11/library/libXxf86misc/pspec.xml - - - libXxf86misc - - libXext - - - /usr/lib - /usr/share/doc - - - - libXxf86misc-devel - Development files for libXxf86misc - libXxf86misc için geliştirme dosyaları - - libXxf86misc - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXxf86misc-32bit - 32-bit shared libraries for libXxf86misc - libXxf86misc için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - - - libXxf86misc - libXext-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.0.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.0.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 1.0.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.0.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 1.0.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXxf86miscproto - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie libXxf86miscproto de X.Org - X.Org Xxf86miscproto library - X.Org libXxf86miscproto kitaplığı - X.Org libXxf86miscproto Bibliothek - LibXxf86miscproto is the client library for the XFree86-miscproto extension. - mirrors://xorg/individual/proto/xf86miscproto-0.9.3.tar.bz2 - - util-macros - libXext-devel - xorg-proto - - x11/library/libXxf86miscproto/pspec.xml - - - libXxf86miscproto - - /usr/lib - /usr/share/doc - - - - libXxf86miscproto-devel - Development files for libXxf86miscproto - libXxf86miscproto için geliştirme dosyaları - - libXxf86miscproto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - - 2020-01-10 - 0.9.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 0.9.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 0.9.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 0.9.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.9.3 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.9.3 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 0.9.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXxf86vm - http://x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xxf86vm de X.Org - X.Org Xxf86vm library - X.Org Xxf86vm kitaplığı - X.Org Xxf86vm Bibliothek - LibXxf86vm is the client library for the XFree86-VidMode X extension. - mirrors://xorg/individual/lib/libXxf86vm-1.1.4.tar.bz2 - - libXext-devel - libX11-devel - util-macros - - x11/library/libXxf86vm/pspec.xml - - - libXxf86vm - - libX11 - libXext - - - /usr/lib - /usr/share/doc - - - - libXxf86vm-devel - Development files for libXxf86vm - libXxf86vm için geliştirme dosyaları - - libXxf86vm - libXext-devel - - - /usr/include/X11 - /usr/lib/pkgconfig/ - /usr/lib32/pkgconfig - /usr/share/man - - - - libXxf86vm-32bit - 32-bit shared libraries for libXxf86vm - libXxf86vm için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXext-32bit - - - libXxf86vm - libXext-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2020-01-10 - 1.1.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2019-10-25 - 1.1.4 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2018-07-25 - 1.1.4 - Rebuild for new toolchain. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-02 - 1.1.4 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-04-27 - 1.1.4 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-16 - 1.1.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - luajit-lgi - https://github.com/lgi-devs/lgi - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - LuaJIT bindings for gnome/gobject using gobject-introspection library - LuaJIT bindings for gnome/gobject using gobject-introspection library - LuaJIT bindings for gnome/gobject using gobject-introspection library - LuaJIT bindings for gnome/gobject using gobject-introspection library - https://github.com/lgi-devs/lgi/archive/refs/tags/0.9.2.tar.gz - - lua-devel - glib2-devel - libffi-devel - gobject-introspection-devel - - x11/library/luajit-lgi/pspec.xml - - - luajit-lgi - - glib2 - libffi - gobject-introspection - - - /usr/lib - /usr/share - /usr/share/lua - /usr/share/doc - - - - - 2022-05-21 - 0.9.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - mesa - http://www.mesa3d.org - - PisiLinux Community - admins@pisilinux.org - - MIT - library - app:console - x11.library - Mesa graphics libraries and utilities - Mesa grafik kitaplıkları ve yardımcı uygulamalar - Mesa biblioteki graficzne i narzędzia - Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. - Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır. - Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki. - mesa - https://archive.mesa3d.org/mesa-22.1.5.tar.xz - - crossfile.ini - - - meson - valgrind-devel - libva-devel - zstd-devel - zlib-devel - xorg-proto - openssl-devel - expat-devel - libXt-devel - libcap-devel - libdrm-devel - libXext-devel - elfutils-devel - wayland-devel - wayland-server - wayland-client - libvdpau-devel - libXfixes-devel - libtalloc-devel - libXdamage-devel - libomxil-bellagio-devel - libXxf86vm-devel - libXvMC-devel - libXv-devel - eudev-devel - nettle-devel - python3-mako - llvm - compiler-rt - llvm-polly - llvm-clang-devel - libxshmfence-devel - automake - libX11-devel - libdrm-intel - libdrm-radeon - libdrm-amd - libdrm-nouveau - libunwind-devel - wayland-protocols-devel - libXrandr-devel - libglvnd-devel - libclc-devel - vulkan-devel - glslang-devel - lm_sensors-devel - - x11/library/mesa/pspec.xml - - - mesa - - zstd - zlib - expat - eudev - libXv - libX11 - libdrm - libgcc - libxcb - libXext - libXvMC - elfutils - libXfixes - libunwind - libXdamage - libXxf86vm - libdrm-amd - lm_sensors - libdrm-intel - libxshmfence - libdrm-radeon - libdrm-nouveau - wayland-client - wayland-server - libomxil-bellagio - lm_sensors - vulkan - llvm-libs - - - /etc - /usr/share/drirc.d/00-radv-defaults.conf - /usr/bin - /usr/lib - /usr/lib/libGL.so.1.2 - /usr/share/vulkan/icd.d - /usr/share/drirc.d/00-mesa-defaults.conf - /usr/share/glvnd/egl_vendor.d/50_mesa.json - /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json - /usr/share/doc - /usr/share/vulkan/explicit_layer.d - /usr/share/pixmaps - - - drirc - - - - mesa-opencl - OpenCL support for AMD/ATI Radeon mesa drivers - - zstd - zlib - expat - libdrm - libgcc - elfutils - llvm-libs - libdrm-amd - llvm-clang - libdrm-radeon - libdrm-nouveau - - - /etc/OpenCL/vendors/mesa.icd - /usr/lib/libMesaOpenCL.so* - /usr/lib/gallium-pipe/pipe*.so - - - - mesa-devel - Development files for mesa - mesa için geliştirme dosyaları - - eudev-devel - libX11-devel - libxcb-devel - libdrm-devel - libXext-devel - wayland-devel - libglvnd-devel - libXfixes-devel - libXdamage-devel - libXxf86vm-devel - libxshmfence-devel - mesa - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - mesa-32bit - 32-bit shared libraries for mesa - mesa için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - zlib-32bit - libva-32bit - elfutils-32bit - expat-32bit - libXt-32bit - libXv-32bit - libX11-32bit - libcap-32bit - libdrm-32bit - libXext-32bit - libXvMC-32bit - eudev-32bit - openssl-32bit - wayland-32bit - libvdpau-32bit - libXfixes-32bit - libXdamage-32bit - libXxf86vm-32bit - libdrm-intel-32bit - libdrm-radeon-32bit - libdrm-amd-32bit - libdrm-nouveau-32bit - libxshmfence-32bit - nettle-32bit - libunwind-32bit - llvm-32bit - libXrandr-32bit - libglvnd-32bit - vulkan-32bit - libclc-32bit - - - zlib-32bit - elfutils-32bit - openssl-32bit - libgcc - eudev-32bit - libxcb-32bit - expat-32bit - libX11-32bit - libdrm-32bit - libxcb-32bit - libXext-32bit - libXfixes-32bit - libXdamage-32bit - libXxf86vm-32bit - libXv-32bit - libXvMC-32bit - libdrm-intel-32bit - libxshmfence-32bit - libdrm-radeon-32bit - libdrm-amd-32bit - libdrm-nouveau-32bit - wayland-32bit - vulkan-32bit - opencl-icd-32bit - libglvnd-32bit - libclc-32bit - libunwind-32bit - llvm-clang-32bit - mesa - llvm-32bit - - - /usr/lib32 - /usr/share/vulkan/icd.d/*.i686.json - - - - - 2022-08-04 - 22.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-16 - 22.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-30 - 22.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-03 - 22.0.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-20 - 22.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-07 - 22.0.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-25 - 22.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-13 - 22.0.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 21.3.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 21.3.7 - Rebuild for libglvnd - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-24 - 21.3.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-11 - 21.3.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-27 - 21.3.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-13 - 21.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-30 - 21.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-18 - 21.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-02 - 21.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-18 - 21.3.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-28 - 21.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 21.2.4 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-16 - 21.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 21.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 21.1.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-13 - 21.1.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-29 - 21.1.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-15 - 21.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-07-01 - 21.1.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-20 - 21.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-05 - 21.1.2 - Version bump - İdris Kalp - idriskalp@gmail.com - - - 2021-03-25 - 20.3.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-21 - 20.3.4 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 20.3.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-17 - 20.2.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-10 - 20.2.4 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-24 - 20.2.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-11-12 - 20.2.2 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-10-17 - 20.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-10-09 - 20.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-24 - 20.1.8 - Rebuild llvm-10.0.1. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-17 - 20.1.8 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-03 - 20.1.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-08-06 - 20.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-10 - 20.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-25 - 20.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-12 - 20.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-03 - 20.1.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-16 - 20.0.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-05-09 - 20.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-23 - 20.0.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-09 - 20.0.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 20.0.2 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-03 - 19.3.1 - Version bump. - Marcin Bojara - marcin.bojara|@gmail.com - - - 2019-11-15 - 19.2.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-07 - 19.2.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-24 - 19.2.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-05-29 - 18.2.8 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-22 - 18.2.8 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-18 - 18.2.5 - Rebuild llvm. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-17 - 18.2.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 18.1.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-29 - 17.3.4 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-09-16 - 17.3.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-10 - 13.0.4 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-06 - 13.0.4 - Rebuild. - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-23 - 13.0.4 - llvm rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2017-02-02 - 13.0.4 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-02 - 13.0.0 - Release Bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-04-27 - 11.2.1 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2016-03-28 - 11.2.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - mesa-glu - http://www.mesa3d.org - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Mesa OpenGL Utility library - Mesa implementation of the standard GLU OpenGL utility API. - ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.2.tar.gz - - libglvnd-devel - libgcc - - x11/library/mesa-glu/pspec.xml - - - mesa-glu - - libglvnd - libgcc - - - /usr/lib - - - - mesa-glu-devel - Development files for mesa-glu - mesa-glu için geliştirme dosyaları - - mesa-glu - mesa-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - mesa-glu-32bit - 32-bit shared libraries for mesa-glu - mesa-glu için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libglvnd-32bit - libgcc - - - mesa-glu - libglvnd-32bit - libgcc - - - /usr/lib32 - - - - - 2021-06-25 - 9.0.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-08 - 9.0.1 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-24 - 9.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-21 - 9.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2018-07-27 - 9.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2017-02-15 - 9.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2016-11-03 - 9.0.0 - Rebuild for new Mesa - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 9.0.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-01-22 - 9.0.0 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - pixman - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Pixel manipulation library - Piksel işleme kitaplığı - Pixman contains lowlevel pixel manipulation routines. - Pixman, düşük düzey piksel işleme yordamlarını içerir. - mirrors://xorg/individual/lib/pixman-0.40.0.tar.xz - - libpng-devel - - x11/library/pixman/pspec.xml - - - pixman - - /usr/lib - /usr/share/doc - - - - pixman-devel - Development files for pixman - pixman için geliştirme dosyaları - - pixman - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - pixman-32bit - 32-bit shared libraries for pixman - pixman için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libpng-32bit - - - pixman - - - /usr/lib32 - - - - - 2020-06-06 - 0.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-06 - 0.38.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-09 - 0.36.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.34.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-05 - 0.34.0 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 0.34.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - 2014-08-31 - 0.32.6 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - tslib - https://github.com/kergoth/tslib - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app - x11.library - Dokunmatik Ekran Erişim Kütüphanesi - Dokunmatik Ekran Erişim Kütüphanesi - Touchscreen Access Library - Touchscreen Access Library - https://github.com/libts/tslib/releases/download/1.21/tslib-1.21.tar.bz2 - x11/library/tslib/pspec.xml - - - tslib - - /usr/bin - /etc - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - tslib-devel - Development files for tslib - - tslib - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.21 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2019-02-01 - 1.18 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - wayland - http://wayland.freedesktop.org/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv2 - library - x11.library - Wayland Compositor Infrastructure - Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. - wayland - https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz - - xmlto - meson - docbook-xsl - libffi-devel - expat-devel - libxslt-devel - libxml2-devel - - x11/library/wayland/pspec.xml - - - wayland - - libxml2 - expat - - - /usr/bin - /usr/lib/libwayland-egl* - /usr/share/doc/ - /usr/share/aclocal - /usr/share/wayland - /usr/share/man - /usr/share/pixmaps/icons/wayland.png - - - - wayland-client - Wayland client library - - libffi - wayland - - - /usr/lib/libwayland-client* - - - - wayland-cursor - Wayland cursor library - - wayland - wayland-client - - - /usr/lib/libwayland-cursor* - - - - wayland-server - Wayland server library - - libffi - wayland - - - /usr/lib/libwayland-server* - - - - wayland-devel - Development files for wayland - - expat-devel - libffi-devel - wayland - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/pkgconfig - - - - wayland-32bit - 32-bit shared libraries for wayland - emul32 - emul32 - - libffi-32bit - expat-32bit - libxslt-32bit - libxml2-32bit - - - wayland - expat-32bit - libffi-32bit - libxslt-32bit - libxml2-32bit - - - /usr/lib32 - - - - - 2022-07-01 - 1.21.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-11 - 1.20.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-27 - 1.19.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-21 - 1.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-03 - 1.17.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-07 - 1.17.0 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-10-26 - 1.17.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-03 - 1.16.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.15.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 1.14.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-02 - 1.12.0 - Version bump. - Alihan Öztürk - alihan@pisilnux.org - - - 2016-11-04 - 1.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilnux.org - - - 2016-05-01 - 1.10.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-11-05 - 1.9.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - wayland-protocols - http://wayland.freedesktop.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - x11.library - Specifications of extended Wayland protocols - Genişletişmiş wayland protocolü tanımlamaları - Specifications of extended Wayland protocols - https://wayland.freedesktop.org/releases/wayland-protocols-1.25.tar.xz - - meson - wayland-client - wayland-server - wayland-cursor - wayland-devel - - x11/library/wayland-protocols/pspec.xml - - - wayland-protocols - - /usr/share/wayland-protocols - /usr/share/doc - - - - wayland-protocols-devel - wayland-protocols için geliştirme dosyaları - - wayland-protocols - - - /usr/share/pkgconfig - - - - - 2022-02-09 - 1.25 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-16 - 1.23 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-12 - 1.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-12 - 1.21 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-01-20 - 1.20 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 1.18 - Version bump. - Idris Kalp - idriskalp@gmail.com - - - 2019-10-26 - 1.17 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-03 - 1.16 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 1.15 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-15 - 1.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 1.7 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - Xaw3d - http://freshmeat.net/projects/xaw3d/ - - PisiLinux Community - admins@pisilinux.org - - X11 - library - x11.library - Replacement of the Xaw widget set that comes with X - XPM imajlarına 3D görüntüsü ve desteği ekleyen bir kütüphanedir - Xaw3d est globalement le remplaçant de la boîte à outils Athena. Il ajoute une apparence 3D ainsi que le support des images XMP. - Xaw3d is a general-purpose replacement for the Athena toolkit that adds a 3D appearance and support for XPM images. - Xaw3d, Athena araçlarının yerini alması amaçlanarak hazırlanmıştır. Ek olarak 3B görünüş sağlar ve XPM resimlerini destekler. - http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.3.tar.gz - - util-macros - libXt-devel - libXmu-devel - libXpm-devel - - - Xaw3d-1.6.1-3Dlabel.patch - Xaw3d-1.6.1-fontset.patch - Xaw3d-1.6.1-hsbar.patch - - x11/library/Xaw3d/pspec.xml - - - Xaw3d - - libXt - libX11 - libXmu - libXpm - libXext - - - /usr/lib - /usr/share/doc - - - - Xaw3d-devel - Development files for Xaw3d - Xaw3d için geliştirme dosyaları - - Xaw3d - libXt-devel - libX11-devel - libXmu-devel - libXext-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-01-10 - 1.6.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-24 - 1.6.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-25 - 1.6.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 1.6.2 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 1.6.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2016-02-21 - 1.6.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xcb-util - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - A number of libraries which sit on top of libxcb - libxcb temelli birtakım kitaplıklar - The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - xcb-util modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2 - - util-macros - libxcb-devel - - x11/library/xcb-util/pspec.xml - - - xcb-util - - libxcb - - - /usr/lib - /usr/share/doc - - - - xcb-util-devel - Development files for xcb-util - xcb-util için geliştirme dosyaları - - xcb-util - libxcb-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-32bit - 32-bit shared libraries for xcb-util - xcb-util için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxcb-32bit - - - xcb-util - libxcb-32bit - - - /usr/lib32 - - - - - 2021-05-22 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-14 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-01 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.4.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.4.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.4.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-12-13 - 0.4.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xcb-util-cursor - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - XCB cursor library - The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2 - - util-macros - libxcb-devel - xcb-util-devel - xcb-util-image-devel - xcb-util-renderutil-devel - - x11/library/xcb-util-cursor/pspec.xml - - - xcb-util-cursor - - libxcb - xcb-util-image - xcb-util-renderutil - - - /usr/lib - /usr/share/doc - - - - xcb-util-cursor-devel - Development files for xcb-util - - xcb-util-cursor - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-cursor-32bit - 32-bit shared libraries for xcb-util - emul32 - emul32 - - libxcb-32bit - xcb-util-image-32bit - xcb-util-renderutil-32bit - - - libxcb-32bit - xcb-util-image-32bit - xcb-util-renderutil-32bit - - - /usr/lib32 - - - - - 2021-05-22 - 0.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 0.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.1.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.1.3 - Version bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.1.2 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-08-26 - 0.1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - xcb-util-image - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - A number of libraries which sit on top of libxcb - libxcb temelli birtakım kitaplıklar - The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - xcb-util-image modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2 - - util-macros - libxcb-devel - xcb-util-devel - - x11/library/xcb-util-image/pspec.xml - - - xcb-util-image - - xcb-util - libxcb - - - /usr/lib - /usr/share/doc - - - - xcb-util-image-devel - Development files for xcb-util - xcb-util-image için geliştirme dosyaları - - xcb-util-image - libxcb-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-image-32bit - 32-bit shared libraries for xcb-util - xcb-util-image için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxcb-32bit - xcb-util-32bit - - - xcb-util-32bit - libxcb-32bit - - - /usr/lib32 - - - - - 2021-05-22 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.4.0 - Rebuild. - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.4.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.4.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-12-13 - 0.4.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xcb-util-keysyms - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - A number of libraries which sit on top of libxcb - libxcb temelli birtakım kitaplıklar - The xcb-util-keysyms module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - xcb-util-keysyms modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2 - - xorg-proto - util-macros - libxcb-devel - - x11/library/xcb-util-keysyms/pspec.xml - - - xcb-util-keysyms - - libxcb - - - /usr/lib - /usr/share/doc - - - - xcb-util-keysyms-devel - Development files for xcb-util-keysyms - xcb-util-keysyms için geliştirme dosyaları - - xcb-util-keysyms - libxcb-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-keysyms-32bit - 32-bit shared libraries for xcb-util-keysyms - emul32 - emul32 - - libxcb-32bit - - - xcb-util-keysyms - libxcb-32bit - - - /usr/lib32 - - - - - 2021-05-22 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.4.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.4.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.4.0 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.4.0 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2015-12-13 - 0.4.0 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xcb-util-renderutil - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - A number of libraries which sit on top of libxcb - libxcb temelli birtakım kitaplıklar - The xcb-util-renderutil module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - xcb-util-renderutil modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2 - - xorg-proto - util-macros - libxcb-devel - - x11/library/xcb-util-renderutil/pspec.xml - - - xcb-util-renderutil - - libxcb - - - /usr/lib - /usr/share/doc - - - - xcb-util-renderutil-devel - Development files for xcb-util-renderutil - xcb-util-renderutil için geliştirme dosyaları - - xcb-util-renderutil - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-renderutil-32bit - 32-bit shared libraries for xcb-util-renderutil - xcb-util-renderutil için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxcb-32bit - - - libxcb-32bit - - - /usr/lib32 - - - - - 2021-03-19 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.3.9 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.3.9 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.3.9 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.3.9 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-09-01 - 0.3.9 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xcb-util-wm - https://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - A number of libraries which sit on top of libxcb - libxcb temelli birtakım kitaplıklar - The xcb-util-wm module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. - xcb-util-wm modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2 - - util-macros - libxcb-devel - - x11/library/xcb-util-wm/pspec.xml - - - xcb-util-wm - - libxcb - - - /usr/lib - /usr/share/doc - - - - xcb-util-wm-devel - Development files for xcb-util-wm - xcb-util-wm için geliştirme dosyaları - - xcb-util-wm - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - xcb-util-wm-32bit - 32-bit shared libraries for xcb-util-wm - xcb-util-wm için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxcb-32bit - - - xcb-util-wm - libxcb-32bit - - - /usr/lib32 - - - - - 2021-05-22 - 0.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 0.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 0.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 0.4.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-24 - 0.4.1 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2017-02-05 - 0.4.1 - Rebuild - PisiLinux Community - admin@pisilinux.org - - - 2016-04-30 - 0.4.1 - Release bump - PisiLinux Community - admin@pisilinux.org - - - 2014-05-16 - 0.4.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xcb-util-xrm - https://github.com/Airblader/xcb-util-xrm - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - x11.library - XCB utility functions for the X resource manager - XCB utility functions for the X resource manager - http://distfiles.macports.org/xorg-xcb-util-xrm/xcb-util-xrm-1.3.tar.bz2 - - libxcb-devel - xcb-util-devel - xcb-proto - libX11-devel - util-macros - - x11/library/xcb-util-xrm/pspec.xml - - - xcb-util-xrm - - libxcb - xcb-util - - - /usr/lib - - - - xcb-util-xrm-devel - Development files for xcb-util-xrm - system.devel - - xcb-util-xrm - libxcb-devel - xcb-util-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-05-22 - 1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-03-19 - 1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-23 - 1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-20 - 1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-05 - 1.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-16 - 1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - argyllcms - https://www.argyllcms.com/ - - PisiLinux Community - osman.erkan@pislinux.org - - GPLv3 - MIT - app:gui - x11.misc - ICC compatible color management system - The Argyll color management system supports accurate ICC profile creation for acquisition devices, CMYK printers, film recorders and calibration and profiling of displays. - https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz - - tiff-devel - libpng-devel - libX11-devel - libXext-devel - libXrandr-devel - libXxf86vm-devel - libXinerama-devel - libjpeg-turbo-devel - libusb-devel - libtool - - x11/misc/argyllcms/pspec.xml - - - argyllcms - - tiff - libpng - libX11 - libXext - libXrandr - libXxf86vm - libXinerama - libjpeg-turbo - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/color - - - - - 2020-01-25 - 1.9.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.9.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.9.2 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-13 - 1.9.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - beignet - https://www.freedesktop.org/wiki/Software/Beignet/ - - Idris Kalp - idriskalp@gmail.com - - GPLv2 - library - x11.misc - Open source implementation of the OpenCL for Intel GPUs - Intel ekran kartları için OpenCL gerçekleştirimi - Open source implementation of the OpenCL for Intel GPUs - Intel ekran kartları için OpenCL gerçekleştirimi - https://sourceforge.net/projects/pisilinux/files/source/beignet-1.3.2_12.tar.xz - - libX11-devel - libXext-devel - libXfixes-devel - llvm-clang-devel - libdrm-devel - llvm - llvm-libs - opencl-icd-devel - cmake - python3-devel - - - llvm8.patch - llvm9.patch - llvm10.patch - - x11/misc/beignet/pspec.xml - - - beignet - - libX11 - libXext - libXfixes - llvm-clang - opencl-icd - libgcc - libdrm - libdrm-intel - llvm - llvm-libs - - - /etc - /usr/lib - /usr/share - /usr/share/doc - - - - - 2020-01-11 - 1.3.2_12 - First Release - Idris Kalp - idriskalp@gmail.com - - - - - - bumblebee - https://bumblebee-project.org - - Idris Kalp - idriskalp@gmail.com - - GPLv3 - app:gui - kernel.drivers - a project aiming to support NVIDIA Optimus technology under Linux. - The Bumblebee Project proudly presents version 3.0 of Bumblebee, a project aiming to support NVIDIA Optimus technology under Linux. After two months of hard work this version has finally been considered stable enough for release. - https://github.com/Bumblebee-Project/Bumblebee/archive/8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec.tar.gz - - libbsd-devel - libX11-devel - glib2-devel - libkmod-devel - - x11/misc/bumblebee/pspec.xml - - - bumblebee - - glib2 - module-bbswitch - libX11 - libbsd - primus - virtualgl - libkmod - virtualgl-32bit - - - /etc - /usr/lib/tmpfiles.d/bumblebee.conf - /usr/bin - /usr/sbin - /lib/udev/rules.d - /usr/share/man - /usr/share/doc - - - System.Service - System.Package - - - tmpfiles.conf - - - - - 2020-01-25 - 3.2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 3.2.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 3.2.1 - Rebuild - Idris Kalp - idriskalp@pgmail.com - - - 2016-05-02 - 3.2.1 - Rebuild - Idris Kalp - idriskalp@pgmail.com - - - 2016-04-08 - 3.2.1 - First Release - Idris Kalp - idriskalp@pgmail.com - - - - - - colord - http://www.freedesktop.org/software/colord - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - x11.misc - Colord is a system activated daemon that maps devices to color profiles. - Colord, aygıtları renk profillerine eşleyen bir sistem etkinleştirme programıdır. - Usługa systemowa do zarządzania urządzeniami obsługującymi kolory - Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in. - Colord, giriş ve çıkış aygıtlarını doğru bir şekilde renk yönetimi için renk profilleri yönetmek, yüklemek ve oluşturmak için kolaylaştıran bir sistem hizmetidir. - colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu. - https://www.freedesktop.org/software/colord/releases/colord-1.4.6.tar.xz - - meson - valgrind - intltool - argyllcms - vala-devel - lcms2-devel - sane-backends-devel - bash-completion - eudev-devel - libtool - gtk-doc - perl - elogind-devel - gettext-devel - glib2-devel - libgudev-devel - libxslt-devel - icu4c-devel - libgusb-devel - libusb-devel - sqlite-devel - qt5-sql-sqlite - polkit-devel - gobject-introspection-devel - - x11/misc/colord/pspec.xml - - - colord - - lcms2 - libgusb - shared-color-profiles - sane-backends - dbus - sqlite - polkit - eudev - glib2 - libgudev - - - /etc - /lib - /usr/libexec/colord-session - /var/lib/colord/icc/ - /usr/bin - /usr/libexec/colord - /usr/lib - /usr/share/dbus-1 - /usr/share/doc - /usr/share/polkit-1 - /usr/share/locale - /usr/share/man - /var - /usr/share/colord - /usr/share/glib-2.0 - /usr/share/bash-completion - /usr/libexec/colord-sane - /usr/share/gir-1.0 - - - System.Service - - - - colord-devel - Development files for colord - Colord için geliştirme başlıkları - Pliki nagłówkowe colord + geany-devel + geany için geliştirme dosyaları + geany için geliştirme dosyaları - colord - lcms2-devel - libgusb-devel - eudev-devel + geany + gtk3-devel glib2-devel - /usr/include - /usr/share/vala/vapi/colord.vapi - /usr/lib/pkgconfig - - - - shared-color-profiles - - /usr/share/color - - - - - 2022-05-31 - 1.4.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-25 - 1.4.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-31 - 1.4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-05 - 1.4.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-24 - 1.4.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-08 - 1.4.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 1.4.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.3.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-11-17 - 1.3.3 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - dmenu - http://tools.suckless.org/dmenu/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - MIT - x11.misc - A dynamic menu for X - Dynamic menu is a generic menu for X, originally designed for dwm. It manages huge amounts (up to 10.000 and more) of user defined menu items efficiently - https://dl.suckless.org/tools/dmenu-4.9.tar.gz - - fontconfig-devel - libX11-devel - libXft-devel - libXinerama-devel - - x11/misc/dmenu/pspec.xml - - - dmenu - - fontconfig - libX11 - libXft - libXinerama - - - /usr/bin - /usr/share/man - - - - - 2020-01-25 - 4.9 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 4.8 - Rebuild for new toolchain. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-16 - 4.8 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - i3status - http://i3wm.org/i3status - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - BSD - x11.misc - A small generator for status bars - a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs - http://i3wm.org/i3status/i3status-2.13.tar.bz2 - - xmlto - asciidoc - libxslt-devel - alsa-lib-devel - pulseaudio-libs-devel - libnl-devel - yajl-devel - libconfuse-devel - - x11/misc/i3status/pspec.xml - - - i3status - - alsa-lib - pulseaudio-libs - libnl - yajl - libconfuse - - - /etc - /usr/bin - /usr/share/man - - - - - 2020-01-25 - 2.13 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 2.12 - Rebuild for new toolchain. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-05-16 - 2.12 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - mesa-demos - http://www.mesa3d.org - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - x11.misc - Mesa demos - Mesa demoları - The Mesa Demos package contains a large number of OpenGL demonstration and test programs. - Mesa Demos paketi çok sayıda OpenGL gösterimi ve test programları içerir. - https://archive.mesa3d.org/demos/8.5.0/mesa-demos-8.5.0.tar.bz2 - - glew-devel - mesa-devel - libXext-devel - mesa-glu-devel - freeglut-devel - libX11-devel - libglvnd-devel - glibc-devel - wayland-devel - - x11/misc/mesa-demos/pspec.xml - - - mesa-demos - - glew - freeglut - libXext - mesa - libglvnd - mesa-glu - libX11 - wayland - wayland-client - - - /usr/share/mesa-demos - /usr/lib/mesa/demos - /usr/bin/eglinfo - - - - mesa-utils - Mesa utilities - Mesa yardımcı uygulamaları - x11.util - - mesa - libglvnd - libX11 - - - /usr/bin/glxgears - /usr/bin/xeglgears - /usr/bin/glxinfo - - - - mesa-demos-32bit - 32-bit shared libraries for mesa - mesa-demos için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - mesa-32bit - glew-32bit - freeglut-32bit - nettle-32bit - mesa-glu-32bit - - - libgcc - glew-32bit - mesa-32bit - libX11-32bit - libXext-32bit - freeglut-32bit - mesa-glu-32bit - wayland-32bit - libglvnd-32bit - mesa-demos - - - /usr/lib32 - /usr/bin/glxinfo32 - /usr/bin/glxgears32 - - - - - 2022-07-12 - 8.5.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-30 - 8.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-19 - 8.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 8.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-25 - 8.4.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 8.3.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2016-03-01 - 8.3.0 - Release bump. - Stefan Gronewold - groni@pisilinux.org - - - 2015-01-20 - 8.2.0 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2015-01-02 - 8.2.0 - Dep fixed. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-09-24 - 8.2.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-16 - 8.1.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 8.1.0 - Release bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 8.1.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 8.1.0 - Fixed configure settings. - Ertan Güven - ertan@pisilinux.org - - - 2013-02-27 - 8.1.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-09 - 8.0.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - opencl-icd - https://github.com/OCL-dev/ocl-icd - - Mathias Freire - mathiasfreire45@gmail.com - - BSD-2-Clause - library - x11.misc - OpenCL ICD loader library - OpenCL is a royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. - https://github.com/OCL-dev/ocl-icd/archive/v2.2.14.tar.gz - https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.12.18.tar.gz - - ruby - - x11/misc/opencl-icd/pspec.xml - - - opencl-icd - - /usr/lib - /usr/share/man - /usr/share/doc - - - - opencl-icd-32bit - emul32 - emul32 - - /usr/lib32 - - - - opencl-icd-devel - - opencl-icd - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-01-28 - 2.2.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-15 - 2.2.12 - First Release - Idris Kalp - idriskalp@gmail.com - - - - - - polybar - https://polybar.github.io/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:gui - x11.misc - A fast and easy to use tool for creating status bars - Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting. - https://github.com/jaagr/polybar/releases/download/3.4.2/polybar-3.4.2.tar - - cmake - i3wm-devel - xcb-proto - cairo-devel - curl-devel - xcb-util-xrm-devel - libnl-devel - wireless-tools-devel - alsa-lib-devel - jsoncpp-devel - pulseaudio-libs-devel - - x11/misc/polybar/pspec.xml - - - polybar - - libgcc - cairo - curl - libxcb - freetype - fontconfig - xcb-util-xrm - xcb-util-wm - xcb-util-cursor - libnl - jsoncpp - alsa-lib - pulseaudio-libs - - - /usr/bin - /usr/share/bash-completion - /usr/share/man - /usr/share/doc - /usr/share/zsh - - - - - 2020-01-25 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-04-13 - 3.3.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-30 - 3.2.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - primus - https://github.com/amonakov/primus - - Mathias Freire - mathiasfreire45@gmail.com - - ISC - library - x11.misc - Minimalistic and efficient OpenGL offloading for Bumblebee - Primus is a shared library that provides OpenGL and GLX APIs and implements low-overhead local-only client-side OpenGL offloading via GLX forking, similar to VirtualGL. - mirrors://sourceforge/pisilinux/source/primus-20160408.tar.gz - - libX11-devel - mesa-devel - - - primus-nvidia-libs.patch - - x11/misc/primus/pspec.xml - - - primus - - libX11 - mesa - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - primus-32bit - - libX11-32bit - mesa-32bit - - - libX11-32bit - mesa-32bit - - - /usr/lib32 - - - - - 2020-01-25 - 2016.05.02 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2018-07-30 - 2016.05.02 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2017-02-16 - 2016.05.02 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2016-05-02 - 2016.05.02 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2016-04-09 - 2016.04.08 - First Release - Idris Kalp - idriskalp@gmail.com - - - - - - rofi - https://github.com/davatorium/rofi - - fury - uglyside@yandex.ru - - MIT - app - x11.misc - rofi - A window switcher, application launcher and dmenu replacement. - https://github.com/davatorium/rofi/releases/download/1.7.3/rofi-1.7.3.tar.xz - - pango-devel - cairo-devel - glib2-devel - check-devel - libxcb-devel - librsvg-devel - xcb-util-devel - xcb-util-wm-devel - xcb-util-xrm-devel - libxkbcommon-devel - libjpeg-turbo-devel - xcb-util-image-devel - xcb-util-cursor-devel - xcb-util-renderutil-devel - startup-notification-devel - - x11/misc/rofi/pspec.xml - - - rofi - - pango - cairo - glib2 - libxcb - librsvg - xcb-util - gdk-pixbuf - xcb-util-wm - xcb-util-xrm - libxkbcommon - libjpeg-turbo - xcb-util-cursor - startup-notification - - - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - - - - rofi-devel - - rofi - - - /usr/include /usr/lib/pkgconfig + /usr/include/geany/* - - 2022-02-04 - 1.7.3 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-27 - 1.7.1 - Version bump. - fury - uglyside@yandex.ru - - 2021-09-15 - 1.7.0 + 2021-10-15 + 1.38 Version bump. fury uglyside@yandex.ru 2020-12-06 - 1.6.1 + 1.37.1 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + fury + uglyside@yandex.ru - 2020-01-25 - 1.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-06-24 + 1.36 + Disable binreloc. + fury + uglyside@yandex.ru - 2019-10-25 - 1.5.2 - Rebuild libxkbcommon - Mustafa Cinasal - muscnsl@gmail.com + 2020-02-03 + 1.36 + Rebuild with gtk3. + fury + uglyside@yandex.ru - 2019-02-02 - 1.5.2 + 2019-10-15 + 1.36 Version bump - Ertuğrul Erata - ertugrulerata@gmail.com + fury + uglyside@yandex.ru - 2018-10-30 - 1.5.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + 2019-04-30 + 1.35 + Version bump + fury + uglyside@yandex.ru - 2018-10-07 - 1.5 - first pisi pack + 2019-04-16 + 1.34.1 + First release fury uglyside@yandex.ru @@ -360003,1262 +362004,53 @@ contacts, tasks, and calendar information. - virtualgl - http://virtualgl.org + poedit + https://poedit.net/ - Marcin Bojara - marcin@pisilinux.org + PisiLinux Community + admins@pisilinux.org - LGPLv2.1 - library - app:console - x11.misc - A toolkit for displaying OpenGL applications to thin clients - OpenGL uygulamaları ince istemcilerde göstermek için bir kitaplık - Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card. - Bir OpenGL uygulamadan gelen 3D komutlarını sunucu tarafındaki 3D grafik kartına yönlendirir. - https://sourceforge.net/projects/virtualgl/files/2.5.2/VirtualGL-2.5.2.tar.gz + MIT + app:gui + editor + A cross-platform translation editor. + Platform bağımsız gettext po düzenleyicisi + This program is a simple translation editor for PO and XLIFF files. It also serves as a GUI frontend to more GNU gettext utilities and catalogs editor/source code parser. It helps with translating applications into another language. + Poedit, GNU Gettext arayüzü ve katalog düzenleyicisi / kaynak kod ayrıştırıcısıdır. Uygulamaları başka dillere çevirmede yardımcı olur. Detaylı bilgi için GNU Gettext dökümantasyonu ya da wxWidgets wxLocale sınıf referanslarına göz atın. + https://github.com/vslavik/poedit/releases/download/v3.1.1-oss/poedit-3.1.1.tar.gz - cmake - fltk-devel - libXv-devel - libXext-devel - mesa-devel - libX11-devel - mesa-glu-devel - libjpeg-turbo-devel + wxGTK3 + db-devel + gtk3-devel + glib2-devel + boost-devel + icu4c-devel + wxGTK-devel + wxGTK-common + gettext-devel + pugixml-devel + lucene++-devel + gtkspell3-devel - x11/misc/virtualgl/pspec.xml + editor/poedit/pspec.xml - virtualgl - - fltk - libXv - libXext - mesa - libX11 - mesa-glu - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/lib/fakelib - /usr/share/doc - - - - virtualgl-32bit - 32 bit shared libraries of VirtualGL - emul32 - emul32 - - fltk-32bit - libX11-32bit - libXv-32bit - libXext-32bit - mesa-32bit - mesa-glu-32bit - libjpeg-turbo-32bit - - - fltk-32bit - libX11-32bit - libXv-32bit - libXext-32bit - mesa-32bit - mesa-glu-32bit - libjpeg-turbo-32bit - - - /usr/bin/glxspheres32 - /usr/lib32 - /usr/lib32/fakelib - - - - virtualgl-devel - Development files for virtualgl - - virtualgl - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2018-07-30 - 2.5.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-22 - 2.5.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 2.5.1 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-11-02 - 2.5.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-02 - 2.5 - Rebuild - Idris KALP - idriskalp@gmail.com - - - 2016-04-08 - 2.5 - Version bump - Idris KALP - idriskalp@gmail.com - - - - - - xapp - https://github.com/linuxmint/xapp - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app - x11.misc - Common library for X-Apps project - Common library for X-Apps project - Common library for X-Apps project - Common library for X-Apps project - https://github.com/linuxmint/xapp/archive/refs/tags/2.2.14.tar.gz - - meson - vala-devel - libdbusmenu-gtk3 - libgnomekbd-devel - libdbusmenu-devel - python3-pygobject3-devel - gobject-introspection-devel - - x11/misc/xapp/pspec.xml - - - xapp + poedit gtk3 - cairo + boost glib2 - pango - libX11 - gdk-pixbuf - libgnomekbd - libdbusmenu-gtk3 - - - /usr/bin - /etc - /usr/libexec - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - - xapp-devel - Development files for xapp - - xapp - gtk3-devel - cairo-devel - glib2-devel - libX11-devel - gdk-pixbuf-devel - libgnomekbd-devel - libxkbfile-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-25 - 2.2.14 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 2.2.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-25 - 2.2.2 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - xbitmaps - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.misc - Utilitaire Xbitmaps de X.Org - X.Org static graphics - X.Org statik grafikleri - X.Org xbitmaps Werkzeug - xbitmaps provides static graphics needed by Xorg applications to draw screen elements. - xbitmaps, ekran öğeleri çizmek için Xorg uygulamaları tarafından ihtiyaç duyulan statik grafikleri içerir. - mirrors://xorg/individual/data/xbitmaps-1.1.2.tar.bz2 - x11/misc/xbitmaps/pspec.xml - - - xbitmaps - - /usr/include/X11/bitmaps - /usr/lib/pkgconfig - /usr/share/pkgconfig - - - - - 2020-01-10 - 1.1.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-30 - 1.1.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.1.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.1.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-15 - 1.1.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - xdm - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - app:gui - x11.misc - X Display Manager - X Görüntü Yöneticisi - X Display Manager provides a login screen, session management, and support for XDMCP. - X Görüntü Yöneticisi, giriş ekranı, oturum yönetimi ve XDMCP desteği sağlar. - xorg - mirrors://xorg/individual/app/xdm-1.1.11.tar.bz2 - - libXt-devel - libICE-devel - libSM-devel - libX11-devel - libXaw-devel - libXft-devel - libXmu-devel - libXpm-devel - libXext-devel - libXinerama-devel - util-macros - pam-devel - xtrans - audit-devel - libbsd-devel - - - xsession.patch - no-xconsole.patch - resources.patch - xdm-1.1.11-arc4random-include.patch - xdm-1.1.11-cve-2013-2179.patch - xdm-1.1.11-setproctitle-include.patch - xdm-consolekit.patch - - x11/misc/xdm/pspec.xml - - - xdm - - pam - libX11 - libXau - libXdmcp - libXt - libbsd - libXft - libXmu - libXpm - libXaw - libXext - libXinerama - xinit - - - /etc - /usr/bin - /usr/lib/X11/xdm - /usr/share/X11 - /usr/share/display-managers - /var/lib/xdm - /usr/share/doc - /usr/share/man - - - System.Service - - - xdm.pam.d - start-dm.sh - xdm.desktop - xorg-safe-fbdev.conf - xorg-safe-vesa.conf - - - - - 2020-01-25 - 1.1.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-10 - 1.1.11 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-09 - 1.1.11 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - xdotool - https://github.com/jordansissel/xdotool - - PisiLinux Community - admins@pisilinux.org - - BSD - library - x11.misc - Command-line X11 automation tool - Command-line X11 automation tool - Command-line X11 automation tool - Command-line X11 automation tool - xdotool - https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz - - libXi-devel - libX11-devel - libXtst-devel - libXinerama-devel - libxkbcommon-devel - - - xdotool-3.20211022.1-makefile.patch - - x11/misc/xdotool/pspec.xml - - - xdotool - - libX11 - libXtst - libXinerama - libxkbcommon - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - xdotool-devel - Development files for xdotool - - xdotool - libX11-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-07-26 - 3.20211022.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - xinit - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - x11.misc - X Window System session initializer - X Pencere Sistemi oturum hazırlayıcı - xinit initializes X Window System server and runs the first client application. - xinit, X Pencere Sistemi sunucusunu hazırlar ve ilk istemci uygulamayı başlatır. - mirrors://xorg/individual/app/xinit-1.4.1.tar.bz2 - - util-macros - xorg-proto - libX11-devel - - - 06_move_serverauthfile_into_tmp.diff - fs25361.patch - - x11/misc/xinit/pspec.xml - - - xinit - - libX11 - xorg-app - dbus-x11 - - - /etc/X11/Xresources - /etc/X11/Xdefaults - /etc/X11/xinit - /usr/bin - /usr/lib/X11/xinit - /usr/share/doc - /usr/share/man - - - Xsession - xinitrc - xserverrc - xserverrc - Xresources - Xdefaults - xinitrc.d/localuser.sh - xinitrc.d/xdg-runtime-dir.sh - xinitrc.d/Xresources.sh - xinitrc.d/Xdefaults.sh - xinitrc.d/xkb.sh - xinitrc.d/startup.sh - xinitrc.d/environment.sh - xinitrc.d/dbus.sh - xinitrc.d/ssh-agent.sh - - - - - 2020-12-09 - 1.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-24 - 1.4.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 1.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.4.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-17 - 1.4.0 - Rebuild xorg prto - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-28 - 1.4.0 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 1.3.4 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-05-02 - 1.3.4 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-30 - 1.3.4 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - xkeyboard-config - https://freedesktop.org/wiki/Software/XKeyboardConfig - - PisiLinux Community - admin@pisilinux.org - - MIT - data - x11.misc - X keyboard configuration database - X klavye yapılandırma veritabanı - xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations. - xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar. - mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.36.tar.xz - - meson - intltool - xorg-proto - xorg-app - python3-devel - libxslt-devel - libX11-devel - - x11/misc/xkeyboard-config/pspec.xml - - - xkeyboard-config - - xorg-app - libxslt - libX11 - xterm - - - /etc/X11/xorg.conf.d - /lib/udev/rules.d - /usr/share/X11/xkb - /usr/share/doc - /usr/share/locale - /usr/share/pkgconfig - /usr/share/man - - - 10-keyboard.conf - 95-xkb.rules - - - - - 2022-06-03 - 2.36 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-02-09 - 2.35.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-10 - 2.32 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-15 - 2.28 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 2.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-10 - 2.26 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2019-01-07 - 2.24 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-12 - 2.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-28 - 2.23.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-02-22 - 2.23.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 2.20 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-04 - 2.19 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 2.17 - Version bump - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-05-14 - 2.14 - First release - Hakan Yıldız - hknyldz93@gmail.com - - - - - - xorg-app - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - app:gui - x11.misc - Applications de X.Org - X.Org applications - X.Org uygulamaları - X.Org Anwendungen - xorg-app contains base Xorg applications. - mirrors://xorg/individual/app/appres-1.0.6.tar.xz - mirrors://xorg/individual/app/bdftopcf-1.1.tar.bz2 - mirrors://xorg/individual/app/beforelight-1.0.5.tar.bz2 - mirrors://xorg/individual/app/bitmap-1.0.9.tar.bz2 - mirrors://xorg/individual/app/editres-1.0.8.tar.xz - mirrors://xorg/individual/app/fonttosfnt-1.2.2.tar.bz2 - mirrors://xorg/individual/app/fslsfonts-1.0.5.tar.bz2 - mirrors://xorg/individual/app/fstobdf-1.0.6.tar.bz2 - mirrors://xorg/individual/app/iceauth-1.0.9.tar.xz - mirrors://xorg/individual/app/ico-1.0.5.tar.bz2 - mirrors://xorg/individual/app/listres-1.0.5.tar.xz - mirrors://xorg/individual/app/luit-1.1.1.tar.bz2 - mirrors://xorg/individual/app/mkcomposecache-1.2.1.tar.bz2 - mirrors://xorg/individual/app/mkfontdir-1.0.7.tar.bz2 - mirrors://xorg/individual/app/mkfontscale-1.2.2.tar.xz - mirrors://xorg/individual/app/oclock-1.0.4.tar.bz2 - mirrors://xorg/individual/app/rendercheck-1.5.tar.bz2 - mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2 - mirrors://xorg/individual/app/rstart-1.0.6.tar.xz - mirrors://xorg/individual/app/scripts-1.0.1.tar.bz2 - mirrors://xorg/individual/app/sessreg-1.1.2.tar.bz2 - mirrors://xorg/individual/app/setxkbmap-1.3.2.tar.bz2 - mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 - mirrors://xorg/individual/app/smproxy-1.0.6.tar.bz2 - mirrors://xorg/individual/app/twm-1.0.12.tar.xz - mirrors://xorg/individual/app/viewres-1.0.6.tar.bz2 - mirrors://xorg/individual/app/x11perf-1.6.1.tar.bz2 - mirrors://xorg/individual/app/xauth-1.1.2.tar.xz - mirrors://xorg/individual/app/xbacklight-1.2.3.tar.bz2 - mirrors://xorg/individual/app/xbiff-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xcalc-1.1.1.tar.xz - mirrors://xorg/individual/app/xclipboard-1.1.4.tar.xz - mirrors://xorg/individual/app/xclock-1.1.1.tar.xz - mirrors://xorg/individual/app/xcmsdb-1.0.6.tar.xz - mirrors://xorg/individual/app/xcompmgr-1.1.8.tar.bz2 - mirrors://xorg/individual/app/xconsole-1.0.7.tar.bz2 - mirrors://xorg/individual/app/xcursorgen-1.0.7.tar.bz2 - mirrors://xorg/individual/app/xdbedizzy-1.1.0.tar.bz2 - mirrors://xorg/individual/app/xditview-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xdpyinfo-1.3.3.tar.xz - mirrors://xorg/individual/app/xedit-1.2.3.tar.xz - mirrors://xorg/individual/app/xev-1.2.5.tar.xz - mirrors://xorg/individual/app/xeyes-1.2.0.tar.bz2 - mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xfd-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xfontsel-1.1.0.tar.xz - mirrors://xorg/individual/app/xfs-1.2.1.tar.xz - mirrors://xorg/individual/app/xfsinfo-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xfwp-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xgamma-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xgc-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xhost-1.0.8.tar.bz2 - mirrors://xorg/individual/app/xinput-1.6.3.tar.bz2 - mirrors://xorg/individual/app/xkbcomp-1.4.5.tar.bz2 - mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xkbprint-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xkbutils-1.0.5.tar.xz - mirrors://xorg/individual/app/xkill-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xload-1.1.4.tar.xz - mirrors://xorg/individual/app/xlogo-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xlsatoms-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xlsclients-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xlsfonts-1.0.7.tar.xz - mirrors://xorg/individual/app/xmag-1.0.7.tar.xz - mirrors://xorg/individual/app/xman-1.1.5.tar.bz2 - mirrors://xorg/individual/app/xmessage-1.0.6.tar.xz - mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xmodmap-1.0.11.tar.xz - mirrors://xorg/individual/app/xmore-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xpr-1.1.0.tar.xz - mirrors://xorg/individual/app/xprop-1.2.5.tar.bz2 - mirrors://xorg/individual/app/xrandr-1.5.1.tar.xz - mirrors://xorg/individual/app/xrdb-1.2.1.tar.bz2 - mirrors://xorg/individual/app/xrefresh-1.0.7.tar.xz - mirrors://xorg/individual/app/xset-1.2.4.tar.bz2 - mirrors://xorg/individual/app/xsetmode-1.0.0.tar.bz2 - mirrors://xorg/individual/app/xsetpointer-1.0.1.tar.bz2 - mirrors://xorg/individual/app/xsetroot-1.1.2.tar.bz2 - mirrors://xorg/individual/app/xscope-1.4.3.tar.xz - mirrors://xorg/individual/app/xsm-1.0.5.tar.xz - mirrors://xorg/individual/app/xstdcmap-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xvinfo-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xwd-1.0.8.tar.bz2 - mirrors://xorg/individual/app/xwininfo-1.1.5.tar.bz2 - mirrors://xorg/individual/app/xwud-1.0.6.tar.xz - - fontconfig-devel - libdmx-devel - libfontenc-devel - libFS-devel - libICE-devel - libpng-devel - libSM-devel - libXaw-devel - libXcomposite-devel - libXcursor-devel - libXdamage-devel - libXext-devel - libXfixes-devel - libXfont-devel - libXft-devel - libXi-devel - libXinerama-devel - libxkbfile-devel - libXmu-devel - libXrandr-devel - libXfont2-devel - libXrender-devel - libXScrnSaver-devel - libXt-devel - libXtst-devel - libXv-devel - libXxf86dga-devel - libXxf86vm-devel - xbitmaps - xcb-util-devel - libXxf86misc-devel - xorg-proto - util-macros - xtrans - font-util - - x11/misc/xorg-app/pspec.xml - - - xorg-app - - zlib - libX11 - libXau - libpng - libxcb - freetype - libFS - libSM - libXi - libXt - libXv - libdmx - libXmu - libXaw - libICE - libXft - libXtst - libXext - xcb-util - libXfont - libXrandr - libXfixes - libXfont2 - libXrender - fontconfig - libfontenc - libXxf86vm - libXcursor - libXdamage - libxkbfile - libXxf86dga - libXinerama - libXxf86misc - libXcomposite - libXScrnSaver - - - /etc - /usr/bin - /usr/include - /usr/lib - /usr/sbin - /usr/share/X11 - /usr/share/man - - - System.PackageHandler - - - - xorg-app-devel - - xorg-proto - libX11-devel - libxkbfile-devel - xorg-app - - - /usr/lib/pkgconfig - - - - - 2022-07-16 - 7.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-28 - 7.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-25 - 7.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-10 - 7.7 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-20 - 7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-21 - 7.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-05 - 7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 7.7 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 7.7 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-05-10 - 7.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xorg-font - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - data:font - x11.misc - Fichiers de fontes d'écrans graphiques (X.Org) - X.Org font files - X.Org yazı tipi dosyaları - Grafische Oberfläche (X.Org) Schrift Dateien - xorg-font contains base X.Org fonts. - mirrors://xorg/individual/font/encodings-1.0.5.tar.bz2 - mirrors://xorg/individual/font/font-adobe-75dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-adobe-100dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2 - mirrors://xorg/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2 - mirrors://xorg/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2 - mirrors://xorg/individual/font/font-alias-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-arabic-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-75dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-100dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-ttf-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bh-type1-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-bitstream-type1-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-cronyx-cyrillic-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-cursor-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-daewoo-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-dec-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-ibm-type1-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-isas-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-jis-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-micro-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-misc-cyrillic-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-misc-ethiopic-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-misc-meltho-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-mutt-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-misc-misc-1.1.2.tar.bz2 - mirrors://xorg/individual/font/font-schumacher-misc-1.1.2.tar.bz2 - mirrors://xorg/individual/font/font-screen-cyrillic-1.0.4.tar.bz2 - mirrors://xorg/individual/font/font-sony-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-sun-misc-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-winitzki-cyrillic-1.0.3.tar.bz2 - mirrors://xorg/individual/font/font-xfree86-type1-1.0.4.tar.bz2 - - font-util - util-macros - xorg-app - fontconfig-devel - - x11/misc/xorg-font/pspec.xml - - - xorg-font - - xorg-app - - - /etc/X11/fontpath.d - /usr/share/fonts - /etc/fonts/conf.avail/42-luxi-mono.conf - /etc/fonts/conf.d/42-luxi-mono.conf - - - - xorg-font-extra - X.Org additional font files - X.Org ek yazı tipi dosyaları - - xorg-app - - - /etc/X11/fontpath.d/75dpi:unscaled - /etc/X11/fontpath.d/100dpi:unscaled - /usr/share/fonts/75dpi - /usr/share/fonts/100dpi - - - - - 2020-01-25 - 7.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-11-08 - 7.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2019-01-08 - 7.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 7.6 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-16 - 7.6 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 7.6 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-11-17 - 7.6 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - xscreensaver - https://www.jwz.org/xscreensaver/ - - Mogyorósi Petra - squeakymouse@protonmail.com - - custom - x11.misc - Screensaver collection for X11 systems. - XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to macOS in 2006, to iOS in 2012, and to Android in 2014. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen. - https://www.jwz.org/xscreensaver/xscreensaver-6.04.tar.gz - - bc - intltool - atk-devel - pam-devel - gtk2-devel - mesa-devel - glib2-devel - glibc-devel - cairo-devel - pango-devel - libXi-devel - pixman-devel - libpng-devel - libXft-devel - libXmu-devel - libICE-devel - libX11-devel - gettext-devel - libxml2-devel - libXext-devel - elogind-devel - freetype-devel - harfbuzz-devel - mesa-glu-devel - libglade-devel - libXrandr-devel - libXrender-devel - libXxf86vm-devel - gdk-pixbuf-devel - libXinerama-devel - libXxf86misc-devel - libjpeg-turbo-devel - gdk-pixbuf-xlib-devel - - x11/misc/xscreensaver/pspec.xml - - - xscreensaver - - atk - pam - gtk2 - mesa - glib2 - glibc - pango - cairo - libXi - libXt - libXft - libpng - libICE - libX11 - pixman - libXmu - libxml2 + icu4c + wxGTK3 + libgcc gettext - libXext - elogind - libglade - libglvnd - mesa-glu - freetype - harfbuzz - libXrandr - libXrender - gdk-pixbuf - libXxf86vm - libXinerama - libXxf86misc - libjpeg-turbo - gdk-pixbuf-xlib + pugixml + lucene++ + gtkspell3 + wxGTK-common - /etc/pam.d /usr/bin - /usr/libexec - /usr/lib /usr/share /usr/share/locale /usr/share/man @@ -361266,16 +362058,217 @@ contacts, tasks, and calendar information. + + 2022-07-27 + 3.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-12-20 + 3.0.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-27 + 2.4.3 + Rebuild boost. + fury + uglyside@yandex.ru + - 2022-07-29 - 6.04 - Rebuild. + 2021-04-29 + 2.4.3 + Version bump. fury uglyside@yandex.ru + 2020-12-04 + 2.4.2 + First release + fury + uglyside@yandex.ru + + + + + + medit + http://mooedit.sourceforge.net/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv2 + app:gui + editor + Multiplatform GTK text editor + Sekme özelliğine sahip bir metin düzenleyicisi + Medit is a text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor. The intention now is to make it a useful programming and around-programming text editor. + Medit, sekme özelliğine sahip hızlı ve kullanışlı bir metin düzenleyicisidir. + medit + mirrors://sourceforge/mooedit/medit-1.2.92-devel.tar.bz2 + + python-gtk-devel + python-devel + intltool + gtk2-devel + atk-devel + cairo-devel + gettext-devel + pkgconfig + glib2-devel + libX11-devel + python3-devel + libxml2-devel + gtk2-devel + pango-devel + lua-devel + libSM-devel + libICE-devel + shared-mime-info + gdk-pixbuf-devel + + + desktop-tr.patch + fix_help_dir.patch + + editor/medit/pspec.xml + + + medit + + gtk2 + atk + glib2 + libX11 + libgcc + python + libxml2 + cairo + pango + libSM + libICE + gdk-pixbuf + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/medit + /usr/share/pixmaps + /usr/share/doc + /usr/share/man + + + + + 2020-02-09 + 1.2.92 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-29 + 1.2.92 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-15 + 1.2.92 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-05 + 1.2.0 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-06-15 + 1.2.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-05-08 + 1.2.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + scite + https://sourceforge.net/projects/scintilla/ + + fury + uglyside@yandex.ru + + custom + app:gui + editor + SCIntilla based Text Editor. + Scintilla is a free source code editing component which includes useful features such as syntax styling, error indicators, folding, code completion and call tips. + mirrors://sourceforge/project/scintilla/SciTE/5.2.3/scite523.tgz + + lua-devel + gtk2-devel + glib2-devel + python3-devel + + editor/scite/pspec.xml + + + scite + + atk + gtk2 + cairo + glib2 + pango + libgcc + gdk-pixbuf + + + /usr/bin + /usr/lib/scite + /usr/share + + + + + 2022-07-10 + 5.2.3 + Version bump. + fury + uglyside@yandex.ru + + 2022-04-14 - 6.03 + 5.2.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-18 + 5.1.6 First build. fury uglyside@yandex.ru @@ -361284,2981 +362277,1745 @@ contacts, tasks, and calendar information. - xsel - http://www.vergenet.net/~conrad/software/xsel/ - - Kamil Atlı - suvari@pisilinux.org - - custom - library - x11.misc - XSel is a command-line program for getting and setting the contents of the X selection - XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. - XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button. - XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir. - https://github.com/kfish/xsel/archive/refs/heads/master.zip - - git - libXt-devel - libX11-devel - - x11/misc/xsel/pspec.xml - - - xsel - - libX11 - - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2022-07-27 - 1.2.0.10032022 - First release - Kamil Atlı - suvari@pisilinux.org - - - - - - xorg-server - http://www.x.org + bluefish + http://bluefish.openoffice.nl/ PisiLinux Community admins@pisilinux.org - MIT - x11.server - X.Org X Server - Serveur X X.Org - X.Org X Server - X.Org X Sunucu - X.Org X Serwer - X server is the main application that allows a graphical interface. - X sunucu, grafiksel arayüz için gerekli ana uygulamadır. - X serwer to główna aplikacja, która umożliwia interfejs graficzny. - xorg - mirrors://xorg/individual/xserver/xorg-server-21.1.4.tar.xz - - valgrind - xorg-proto - libtirpc-devel - elogind-devel - libbsd-devel - font-util - libjpeg-turbo-devel - libdmx-devel - libdrm-devel - libgcrypt-devel - libpciaccess-devel - libX11-devel - libXaw-devel - libXext-devel - libXfixes-devel - libXfont2-devel - libXi-devel - libxkbfile-devel - libXmu-devel - libXpm-devel - libXrender-devel - libXres-devel - libXt-devel - libXtst-devel - libXv-devel - mesa-devel - pixman-devel - xorg-app - nettle-devel - libepoxy-devel - xcb-util-devel - xcb-util-image-devel - xcb-util-wm-devel - xcb-util-keysyms-devel - xcb-util-renderutil-devel - util-macros - xtrans - eudev-devel - freetype-devel - libunwind-devel - libXau-devel - libICE-devel - libSM-devel - openssl-devel - xorg-app-devel - wayland-devel - wayland-protocols-devel - libglvnd-devel - xkeyboard-config - libxcvt-devel - - - xorg-server-1.12-unloadsubmodule.patch - xorg-server-1.18-support-multiple-Files-sections.patch - - x11/server/xorg-server/pspec.xml - - - xorg-server - app:console - - libbsd - libXau - eudev - elogind - libXdmcp - mesa - libxcvt - libdrm - pixman - libglvnd - libXfont2 - libunwind - libpciaccess - libxshmfence - libepoxy - nettle - - - /etc/X11/xorg.conf.d - /etc/sysconfig/createfiles - /usr/bin/X - /usr/bin/Xorg - /usr/bin/cvt - /usr/bin/gtf - /usr/libexec - /usr/lib/xorg - /usr/share/X11/DriversDB - /usr/share/X11/pci - /usr/share/X11/xorg.conf.d - /usr/share/man/man1/Xorg.1 - /usr/share/man/man1/cvt.1 - /usr/share/man/man1/gtf.1 - /usr/share/man/man4/exa.4 - /usr/share/man/man4/modesetting.4 - /usr/share/man/man4/fbdevhw.4 - /usr/share/man/man5/xorg.conf.5 - /usr/share/man/man5/xorg.conf.d.5 - /usr/share/man/man4/inputtestdrv.4 - /usr/share/man/man1/Xorg.wrap.1 - /usr/share/man/man5/Xwrapper.config.5 - /etc/X11/fontpath.d - /usr/share/doc - /var/lib/xkb - /usr/share/man/man1/Xserver.1 - - - xorg-server-common - - - xorg-video-modesetting - glamor-egl - xorg-server-common - - - xorg-save-xkb-config.sh - DriversDB - fedora/10-quirks.conf - - - - xorg-server-xephyr - Nested X Server - Başka bir X ekranında çalışabilen X sunucusu - app:console - - eudev - libbsd - nettle - elogind - libglvnd - libX11 - libXau - libxcb - libXdmcp - xorg-server - mesa - xcb-util - libunwind - pixman - libXext - libXfont2 - libepoxy - xcb-util-wm - libxshmfence - xcb-util-image - xcb-util-keysyms - xcb-util-renderutil - - - /usr/bin/Xephyr - /usr/share/man/man1/Xephyr.1 - - - - xorg-server-xvfb - Virtual Framebuffer X Server - Sanal framebuffer X sunucusu - app:console - GPLv2 - - libbsd - nettle - elogind - libglvnd - libXau - libXdmcp - xorg-server - libXfont2 - pixman - mesa - libunwind - - - /usr/bin/[Xx]vfb* - /usr/share/man/man1/Xvfb.1 - - - xvfb-run.sh - - - - xorg-server-xnest - A nested X server that runs as an X application - - libbsd - nettle - elogind - libX11 - libXau - libXdmcp - libXfont2 - libXext - libunwind - pixman - - - /usr/bin/Xnest - /usr/share/man/man1/Xnest.1 - - - - xorg-server-devel - Headers and libraries for X server driver development - X sunucusu için sürücü geliştirmede kullanılan başlık ve kitaplık dosyaları - data - library - - xorg-server - libpciaccess-devel - pixman-devel - mesa-devel - xorg-proto - libxcvt-devel - - - /usr/include/xorg - /usr/lib/libxf86config.a - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2022-07-16 - 21.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-05-23 - 21.1.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-11 - 21.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-01-03 - 21.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-15 - 21.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-14 - 21.1.1 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-11-12 - 21.1.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-01 - 1.20.13 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-12 - 1.20.11 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-23 - 1.20.10 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-09 - 1.20.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-08 - 1.20.9 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-06-04 - 1.20.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-26 - 1.20.7 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-11 - 1.20.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-19 - 1.20.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-09 - 1.20.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-30 - 1.19.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-07 - 1.20.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-31 - 1.20.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-16 - 1.19.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-12-17 - 1.19.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-26 - 1.19.1 - Rebuild for a patch - Kamil Atlı - suvari@pisilinux.org - - - 2017-03-02 - 1.19.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-11-04 - 1.18.4 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 1.18.3 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-04-08 - 1.17.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - rxvt-unicode - http://software.schmorp.de/pkg/rxvt-unicode.html - - PisiLinux Community - admins@pisilinux.org - - GPL-2 + GPLv3 app:gui - x11.terminal - Rxvt clone with XFT and Unicode support. - XFT ve unikod destekli rxvt klonu - Rxvt-unicode, Une implémentation de terminal avec une interface graphique et le support pour XVT et l'unicode. - Rxvt-unicode is a terminal application with graphical user interface having XVT and Unicode support. - Rxvt-unicode, grafiksel arayüzde bir kabuk çalıştırmaya yarayan, XFT ve unikod destekli uçbirim aracıdır. - https://ftp.osuosl.org/pub/blfs/conglomeration/rxvt-unicode/rxvt-unicode-9.30.tar.bz2 - - libXt-devel - libXft-devel - libXmu-devel - libptytty-devel - fontconfig-devel - libXrender-devel - gdk-pixbuf-devel - startup-notification-devel - - - rxvt-unicode-9.06-font-width.patch - gentables.patch - - x11/terminal/rxvt-unicode/pspec.xml - - - rxvt-unicode - - perl - glib2 - libX11 - libXft - libXmu - libgcc - libptytty - perl-Gtk2 - fontconfig - gdk-pixbuf - libXrender - startup-notification - - - /etc - /usr/bin - /usr/lib - /usr/share/terminfo - /usr/share/applications - /usr/share/man - /usr/share/doc - - - System.Package - - - rxvt.desktop - urxvtc.desktop - rxvt-tabbed.desktop - - - - - 2021-12-21 - 9.30 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-11-19 - 9.26 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2020-01-25 - 0.9.22 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2019-04-17 - 0.9.22 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - terminator - https://gnome-terminator.org/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:gui - x11.terminal - Multiple terminals in one window. - >Tek bir pencerede birden fazla terminal çalıştırabilen uygulama. - In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. - Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar. - https://github.com/gnome-terminator/terminator/releases/download/v2.1.1/terminator-2.1.1.tar.gz + editor + A powerful editor for experienced web designers and programmers + Deneyimli web tasarımcıları ve programcıları için güçlü bir düzenleyici + Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites. + Bluefish web sayfası tasarım ve hazırlanmasında kullanılan güçlü bir düzenleyicidir. + bluefish + http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.11.tar.bz2 + python-devel intltool - vte-devel - gtk3-devel - gnutls-devel - dbus-python3 - python3-devel - python3-wheel - gettext-devel - libpcre2-devel - python3-psutil - dbus-glib-devel - keybinder-devel - python3-setuptools - python3-pytest-runner - python3-pygobject3-devel - gsettings-desktop-schemas-devel - - x11/terminal/terminator/pspec.xml - - - terminator - - vte - gtk3 - gnutls - python3 - libpcre2 - keybinder - dbus-glib - python3-six - dbus-python3 - python3-psutil - python3-configobj - python3-pygobject3 - gsettings-desktop-schemas - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2021-11-04 - 2.1.1 - First build - fury - uglyside@yandex.ru - - - - - - tilda - https://github.com/lanoxx/tilda - - fury - uglyside@yandex.ru - - GPL-2 - app:gui - x11.terminal - A Gtk based drop down terminal for Linux and Unix. - Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. - https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz - - python3 - vte-devel gtk3-devel glib2-devel - libX11-devel - gnutls-devel - libpcre2-devel - libconfuse-devel - - x11/terminal/tilda/pspec.xml - - - tilda - - vte - gtk3 - glib2 - pango - libX11 - gdk-pixbuf - libconfuse - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - 2021-10-13 - 1.5.4 - First build - fury - uglyside@yandex.ru - - - - - - vte - https://www.gnome.org/ - - Berk Çakar - berk2238@hotmail.com - - LGPLv2 - x11.terminal - Widget terminal utilisant Xft - Xft powered terminal widget - The VTE package contains a termcap file implementation for terminal emulators. - Vte paketi, terminal emülatörleri için termcap uygulama dosyası içerir. - mirrors://gnome/vte/0.68/vte-0.68.0.tar.xz - - atk-devel + enchant-devel cairo-devel - fontconfig-devel + libxml2-devel + shared-mime-info gdk-pixbuf-devel - glib2-devel - gnutls-devel - gobject-introspection-devel - graphite2-devel - gtk-doc - gtk2-devel - gtk3-devel - harfbuzz-devel - intltool - libX11-devel - libglade-devel - libpcre2-devel - ncurses-devel - pango-devel - python-six - meson - vala-devel - x11/terminal/vte/pspec.xml + editor/bluefish/pspec.xml - vte - Development files for vte - library + bluefish - atk - icu4c + gtk3 + pango + enchant cairo gdk-pixbuf glib2 - gnutls - gobject-introspection - gtk3 - libX11 - libgcc - libpcre2 - ncurses - pango - zlib - fribidi + libxml2 - /etc/profile.d /usr/bin /usr/lib - /usr/libexec - /usr/share - /usr/share/doc - /usr/share/gir-1.0/Vte-0.0.gir - /usr/share/locale - /usr/share/pygtk - /usr/share/vte - - - - vte-docs - GTK reference documents for vte - data:doc - - /usr/share/gtk-doc - - - - vte-devel - Development files for vte - vte için geliştirme dosyaları - - cairo-devel - glib2-devel - gtk3-devel - libX11-devel - pango-devel - vte - - - /usr/include - /usr/lib/pkgconfig - - - - - 2022-03-28 - 0.68.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-08 - 0.66.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-21 - 0.66.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-23 - 0.64.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-02 - 0.64.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-04-06 - 0.63.91 - Version bump - Berk Çakar - berk2238@hotmail.com - - - 2020-01-25 - 0.56.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-15 - 0.54.3 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-31 - 0.28.2 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-05-11 - 0.28.2 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-02 - 0.28.2 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-16 - 0.28.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xterm - http://invisible-island.net/xterm - - PisiLinux Community - admins@pisilinux.org - - MIT - app:gui - x11.terminal - Terminal emulator for the X Window System - X Pencere Sistemi için uçbirim emülatörü - The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. - xterm programı, X Pencere Sistemi için bir uçbirim emülatörüdür. Pencere sistemini doğrudan kullanamayan programlar için DEC VT102 ve Tektronix 4014 uyumlu uçbirimler sağlar. - terminal - http://invisible-mirror.net/archives/xterm/xterm-368.tgz - - fontconfig-devel - libICE-devel - libXaw-devel - libXft-devel - libXmu-devel - libXt-devel - utempter-devel - libXinerama-devel - xorg-app - libXpm-devel - ncurses-devel - libX11-devel - libXext-devel - freetype-devel - - - 16colors.txt.diff - defaults.patch - - x11/terminal/xterm/pspec.xml - - - xterm - - fontconfig - libICE - libXext - freetype - libXaw - libXft - libXmu - libXt - libXinerama - utempter - xorg-app - libXpm - ncurses - libX11 - - - /usr/bin - /usr/share/X11 - /usr/share/doc - /usr/share/man - - - - - 2021-06-10 - 368 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-25 - 348 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 331 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-16 - 327 - Rebuild. - Stefan Gronewold - groni@pisilinux.org - - - 2016-11-04 - 327 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-02 - 324 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-13 - 304 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - yakuake - https://kde.org/applications/system/org.kde.yakuake/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - x11.terminal - Very powerful Quake style Konsole for KDE - KDE5 için Quake tarzı oldukça güçlü bir Konsole - The name comes from Yet Another Kuake (thus YaKuake). Its behaviour is similar to the console of the Quake game. - İsmi Bir Başka Kuake (Yet Another Kuake - YaKuake) sözcüklerinden gelmektedir. Quake oyunundaki konsola benzer. - yakuake - https://download.kde.org/stable/release-service/22.04.2/src/yakuake-22.04.2.tar.xz - - qt5-base-devel - qt5-svg-devel - libX11-devel - qt5-x11extras-devel - knewstuff-devel - kio-devel - kparts-devel - knotifyconfig-devel - karchive-devel - kcoreaddons-devel - kconfig-devel - kcrash-devel - kdbusaddons-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - knewstuff-devel - knotifications-devel - kparts-devel - kwidgetsaddons-devel - kwindowsystem-devel - gettext-devel - extra-cmake-modules - kwayland-devel - - x11/terminal/yakuake/pspec.xml - - - yakuake - - qt5-base - qt5-x11extras - kio - kcrash - ki18n - kparts - kconfig - kxmlgui - karchive - kservice - knewstuff - kwayland - kcoreaddons - kdbusaddons - kiconthemes - kglobalaccel - knotifyconfig - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - libX11 - libgcc - - - /etc/xdg - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/locale - /usr/share/doc - - - yakuake.notifyrc - - - - - 2022-06-21 - 22.04.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-08 - 3.0.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-15 - 3.0.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-01 - 3.0.5 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-09-16 - 3.0.4 - Rebuild for new Toolchain. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 3.0.2 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-05-23 - 3.0.2 - Release bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-03-07 - 3.0.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - alternatives - http://git.fedorahosted.org/git/?p=chkconfig.git;a=summary - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - x11.util - Alternative management system - Alternatif yönetim sistemi - alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. Alternatives system determines the defaults when several programs fulfilling the same or similar functions to be installed on a single system at the same time. - alternatives, alternatives sisteminin parçası olan sembolik bağlantıları oluşturan, silen, yöneten ve bunlar hakkında bilgi gösteren araçtır. Alternatives sistemi, birbirine benzer ya da aynı işlevleri sunan programların aynı anda aynı sisteme kurulduğu zamanlarda öntanımlıları belirler. - https://github.com/fedora-sysv/chkconfig/archive/chkconfig-1.3.63.tar.gz - - popt-devel - newt-devel - - x11/util/alternatives/pspec.xml - - - alternatives - - /etc - /usr/sbin + /usr/share/applications + /usr/share/bluefish + /usr/share/doc/bluefish + /usr/share/icons /usr/share/locale /usr/share/man - /usr/share/doc - /var - - - - - 2020-01-25 - 1.3.63 - Rebuild for new toolchain. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-28 - 1.3.63 - Rebuild for new toolchain. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-26 - 1.3.63 - Rebuild for new toolchain. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.3.63 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-03-05 - 1.3.63 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - font-util - https://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - x11.util - Utilitaires de fontes de X.Org - X.Org font utilities - X.Org font araçları - X.Org Schrift Werkzeuge - font-util package contains core font utilities for the Xorg XWindow system. - mirrors://xorg/individual/font/font-util-1.3.2.tar.bz2 - - zlib-devel - util-macros - - x11/util/font-util/pspec.xml - - - font-util - - /usr/bin - /usr/lib/pkgconfig - /usr/share/fonts - /usr/share/aclocal - /usr/share/doc - /usr/share/man - - - - - 2020-01-10 - 1.3.2 - Rebuild - Idris Kalp - idriskalp@gmail.com - - - 2019-11-08 - 1.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 1.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-01-26 - 1.3.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2016-05-02 - 1.3.1 - Rebuild - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-05-10 - 1.3.1 - First release - Burak Ertürk - burakerturk@pisilinux.org - - - - - - zorg - http://www.pisilinux.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - x11.util - Çomar'ın X yapılandırma araçları - Çomar's X-Konfigurationtools - Çomar's X configuration tools - outils de configuration de X, fichiers de base de données des écrans et des cartes vidéo. - zorg is a set of X configuration tools and monitor and display adapter database files. - X yapılandırma araçları, monitör ve ekran kartı veritabanları - https://github.com/forYali/zorg/archive/2.0.4.tar.gz - - keyboard-config.patch - - x11/util/zorg/pspec.xml - - - zorg - - /sbin - /usr/bin - /usr/lib - /usr/share/X11 - /usr/share/doc - /var/lib/zorg + /usr/share/mime + /usr/share/pixmaps + /usr/share/appdata + /usr/share/xml/bluefish - Xorg.Display System.Package - - xorg-safe.conf - - - 2020-01-25 - 2.0.4 - Rebuild for new toolchain. + + 2020-02-09 + 2.2.11 + Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2018-07-28 - 2.0.4 - Rebuild for new toolchain. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-05 - 2.0.4 - First release + + 2019-01-20 + 2.2.10 + Fix deps. Ertuğrul Erata ertugrulerata@gmail.com + + 2018-08-29 + 2.2.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-08 + 2.2.10 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-12 + 2.2.9 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2014-02-11 + 2.2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-05 + 2.2.4 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2013-01-10 + 2.2.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + - glslang - https://github.com/KhronosGroup/glslang + krita + http://www.krita.org/ - Idris Kalp - idriskalp@gmail.com + Kamil Atlı + suvari@pisilinux.org - BSD - library - x11.vulkan - OpenGL and OpenGL ES shader front end and validator - OpenGL and OpenGL ES shader front end and validator - https://github.com/KhronosGroup/glslang/archive/11.10.0.tar.gz + GPL-3.0-or-later + multimedia.graphics + Krita is a free digital painting application. + Krita ücretsiz bir dijital resim uygulamasıdır. + Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. + Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir. + https://download.kde.org/stable/krita/4.4.8/krita-4.4.8.tar.xz - cmake + eigen3 + kio-devel + pkgconfig + gsl-devel + zlib-devel + tiff-devel + libvc-devel + exiv2-devel + python3-sip + fftw3-devel + ki18n-devel + boost-devel + libXi-devel + ffmpeg-devel + libraw-devel + giflib-devel + libpng-devel + kcrash-devel + quazip-devel python3-devel - - x11/vulkan/glslang/pspec.xml - - - glslang - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - glslang-32bit - emul32 - emul32 - - /usr/bin/*32 - /usr/lib32 - - - - glslang-devel - - glslang - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-19 - 11.10.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 11.9.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 11.7.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 11.6.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 11.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 11.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-06 - 8.13.3743 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 8.13.3559 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - spirv-headers - https://www.khronos.org/registry/spir-v/ - - Mustafa Cinasal - muscnsl@gmail.com - - MIT - library - x11.vulkan - SPIR-V Headers - SPIR-V Headers - vulkan - https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-1.3.216.0.tar.gz - - cmake - - x11/vulkan/spirv-headers/pspec.xml - - - spirv-headers - - /usr/include - /usr/lib/cmake - /usr/share/doc - /usr/lib/pkgconfig - - - - - 2022-07-23 - 1.3.216.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-19 - 1.3.216.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 1.3.211.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.5.4 - Git Version. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.5.4 - Git Version. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.5.4 - Git Version. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-28 - 1.5.4 - Git Version. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 1.5.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-06 - 1.5.3 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - spirv-llvm - https://github.com/KhronosGroup/SPIRV-LLVM-Translator - - Pisi Linux Admins - admin@pisilinux.org - - custom - library - x11.vulkan - Tool and a library for bi-directional translation between SPIR-V and LLVM IR - Tool and a library for bi-directional translation between SPIR-V and LLVM IR - Tool and a library for bi-directional translation between SPIR-V and LLVM IR - Tool and a library for bi-directional translation between SPIR-V and LLVM IR - https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v14.0.0.tar.gz - - git - cmake - python3-devel - llvm-mlir - llvm-libs - spirv-tools-devel - libxml2-devel - llvm-clang-devel - python3-setuptools - python3-lit - llvm-polly - spirv-headers - spirv-tools-devel - - x11/vulkan/spirv-llvm/pspec.xml - - - spirv-llvm - - llvm-libs - libgcc - python3-lit - spirv-tools - - - /usr/lib - /usr/share/doc - - - - spirv-llvm-32bit - 32-bit shared libraries for spirv-llvm - emul32 - emul32 - - llvm-32bit - libxml2-32bit - spirv-tools-32bit - - - llvm-32bit - spirv-tools-32bit - - - /usr/lib32 - - - - spirv-llvm-devel - Development files for spirv-llvm - - spirv-llvm - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-06-19 - 14.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 13.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-28 - 12.0.0 - Rebuild. - Pisi Linux Admins - admin@pisilinux.org - - - 2021-06-05 - 12.0.0 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - spirv-tools - https://www.khronos.org/vulkan/ - - Idris Kalp - idriskalp@gmail.com - - BSD - library - x11.vulkan - API and commands for processing SPIR-V modules - API and commands for processing SPIR-V modules - vulkan - https://github.com/KhronosGroup/SPIRV-Tools/archive/v2022.2.tar.gz - - cmake - spirv-headers - python3-devel - - x11/vulkan/spirv-tools/pspec.xml - - - spirv-tools - - /usr/bin - /usr/lib/libSPIRV-Tools* - /usr/share - /usr/share/doc - - - - spirv-tools-32bit - emul32 - emul32 - - /usr/lib32 - - - - spirv-tools-devel - - spirv-tools - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/lib/cmake - - - - - 2022-07-23 - 2022.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-19 - 2022.2 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 2022.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 2021.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 2021.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 2021.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 2021.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 2020.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-06 - 2020.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 2019.4 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - vulkan - https://github.com/KhronosGroup - - Idris Kalp - idriskalp@gmail.com - - GPLv2 - library - x11.vulkan - Vulkan headers, loaders and validations layers - Vulkan headers, loaders and validations layers - vulkan - https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.222.tar.gz - https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.3.222.tar.gz - - python3-lxml - libX11-devel - libXrandr-devel - wayland-devel - vulkan-headers - cmake - git - spirv-headers - glslang-devel - wayland-server - wayland-client - wayland-cursor - spirv-tools-devel - - x11/vulkan/vulkan/pspec.xml - - - vulkan - - libX11 - libXrandr - wayland - spirv-tools - - - /usr/bin - /usr/lib - /usr/share - /usr/share/pixmaps - /usr/share/doc - - - vulkan.png - - - - vulkan-32bit - emul32 - _emul32 - - libX11-32bit - libXrandr-32bit - wayland-32bit - glslang-32bit - spirv-tools-32bit - - - libX11-32bit - libXrandr-32bit - wayland-32bit - spirv-tools-32bit - - - /usr/bin/*32 - /usr/lib32 - - - - vulkan-devel - - vulkan - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2022-07-23 - 1.3.222 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-13 - 1.3.221 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-19 - 1.3.218 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 1.3.211.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.2.201 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.2.196 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.2.189 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 1.2.182 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 1.2.166 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-13 - 1.2.146 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 1.1.130 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - vulkan-headers - https://github.com/KhronosGroup - - Idris Kalp - idriskalp@gmail.com - - GPLv2 - library - x11.vulkan - Vulkan headers - Vulkan headers - vulkan - https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.222.tar.gz - - cmake - python3-devel - - x11/vulkan/vulkan-headers/pspec.xml - - - vulkan-headers - - /usr/include - /usr/share/vulkan - /usr/share/doc - - - - - 2022-07-23 - 1.3.222 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-17 - 1.3.221 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-19 - 1.3.218 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 1.3.211 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.2.201 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-24 - 1.2.196 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-08-29 - 1.2.189 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-27 - 1.2.182 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 1.2.168 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-04 - 1.2.146 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-11 - 1.1.130 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - vulkan-lunarg-tools - http://lunarg.com/ - - Idris Kalp - idriskalp@gmail.com - - Custom - app:console - x11.vulkan - Extra Vulkan tools from LunarG - This project provides vktrace capture/replay tool, the Layer Factory, and other layer tools and driver tests. - https://sourceforge.net/projects/pisilinux/files/source/VulkanTools-1.1.130.0.tar.xz - - libX11-devel - libxcb-devel - libXrandr-devel - wayland-devel - vulkan-headers - vulkan-devel + openexr-devel + kconfig-devel + karchive-devel + kguiaddons-devel + kitemviews-devel + poppler-qt5-devel + kitemmodels-devel + python3-qt5-devel + python3-pyqt5-sip + kcoreaddons-devel + kcompletion-devel + extra-cmake-modules + libjpeg-turbo-devel + kwindowsystem-devel + kwidgetsaddons-devel + qt5-multimedia-devel qt5-svg-devel - qt5-webengine-devel - xcb-util-keysyms-devel - xcb-util-wm-devel - git - cmake + qt5-designer-devel + qt5-x11extras-devel + opencolorio-devel - x11/vulkan/vulkan-lunarg-tools/pspec.xml + + krita-openexr3.patch + krita-opencolorio2.patch + + editor/krita/pspec.xml - vulkan-trace + krita + Krita is a free digital painting application. + gsl + tiff + zlib + boost + fftw3 + ki18n + lcms2 + giflib + kcrash libX11 - libxcb - libXrandr - wayland - vulkan - qt5-base - qt5-svg - qt5-webengine - xcb-util-wm - wayland-client - xcb-util-keysyms - - - /etc/vulkan/explicit_layer.d/VkLayer_vktrace_layer.json - /usr/bin - /usr/lib/libVkLayer_vktrace_layer.so - /usr/lib/libvkdisplay_*.so - /usr/share/doc/vulkan-trace - - - - vulkan-extra-layers - - vulkan - - - /etc/vulkan/explicit_layer.d - /usr/lib - /usr/share - /usr/share/doc/vulkan-extra-layers - - - - - 2019-11-15 - 1.1.130.0 - First release - Idris Kalp - idriskalp@gmail.com - - - - - - vulkan-tools - https://www.khronos.org/vulkan/ - - Idris Kalp - idriskalp@gmail.com - - BSD - app:console - x11.vulkan - Vulkan Utilities and Tools - This project provides Khronos official Vulkan Tools and Utilities for Linux - vulkan - https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.3.222.tar.gz - - libX11-devel - libxcb-devel - libXrandr-devel - wayland-devel - vulkan-headers - vulkan-devel - python3-devel - cmake - git - glslang-devel - wayland-server - wayland-client - wayland-cursor - wayland-protocols-devel - - x11/vulkan/vulkan-tools/pspec.xml - - - vulkan-tools - + libpng + libraw + quazip libgcc - libX11 - libxcb - libXrandr - wayland - wayland-client - vulkan + python3 + kconfig + qt5-svg + karchive + qt5-base + exiv2-libs + kguiaddons + kitemviews + kcompletion + kcoreaddons + poppler-qt5 + openexr-libs + kwindowsystem + libjpeg-turbo + qt5-x11extras + kwidgetsaddons + qt5-multimedia + qt5-declarative + qt5-svg + qt5-designer + opencolorio - /usr/bin - /usr/lib + /etc /usr/share + /usr/lib /usr/share/doc + /usr/bin + /usr/share/metainfo + /usr/bin/krita + /usr/share/locale - - 2022-07-23 - 1.3.222 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-17 - 1.3.221 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-19 - 1.3.218 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-04-21 - 1.3.212 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-12-17 - 1.2.201 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-10-24 - 1.2.196 + 2021-10-27 + 4.4.8 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-08-29 - 1.2.189 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-28 - 1.2.182 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-02-01 - 1.2.166 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-04 - 1.2.146 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 1.1.130 - First release + 2021-03-18 + 4.4.2 + Major version bump. İdris Kalp idriskalp@gmail.com - - - - - egl-wayland - https://github.com/NVIDIA/egl-wayland - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - x11.wayland - Wayland EGL External Platform library - Wayland EGL External Platform library - Wayland EGL Harici Platform kitaplığı - Wayland EGL Harici Platform kitaplığı - https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.10.tar.gz - - meson - libffi-devel - libglvnd-devel - wayland-devel - wayland-client - wayland-server - eglexternalplatform - wayland-protocols-devel - - x11/wayland/egl-wayland/pspec.xml - - - egl-wayland - - wayland-client - wayland-server - - - /usr/lib - /usr/share/wayland-eglstream - /usr/share/doc - - - - egl-wayland-devel - Development files for egl-wayland - - egl-wayland - eglexternalplatform - - - /usr/lib/pkgconfig - /usr/share/pkgconfig - - - + + 2020-09-20 + 4.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + - 2022-06-29 - 1.1.10 + 2020-02-12 + 4.2.8.2 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-12-13 - 1.1.9 + 2019-10-05 + 4.2.7.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-06-03 - 1.1.7 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - wayland-utils - https://gitlab.freedesktop.org/wayland/wayland-utils - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.wayland - Wayland tools to display information about current compositor - Wayland tools to display information about current compositor - Wayland tools to display information about current compositor - Wayland tools to display information about current compositor - https://gitlab.freedesktop.org/wayland/wayland-utils/-/archive/wayland-utils-1.0.0/wayland-utils-wayland-utils-1.0.0.tar.bz2 - - meson - wayland-devel - wayland-client - wayland-server - wayland-cursor - wayland-protocols-devel - - x11/wayland/wayland-utils/pspec.xml - - - wayland-utils - - wayland-client - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2021-10-20 - 1.0.0 + 2019-07-25 + 4.2.3 First release. - PisiLinux Community - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com - xorg-xwayland - https://xorg.freedesktop.org + nano + https://www.nano-editor.org/ - Pisi Linux Admins - admin@pisilinux.org + PisiLinux Community + admins@pisilinux.org - custom - library - x11.wayland - Run X clients under wayland - Run X clients under wayland - Run X clients under wayland - Run X clients under wayland - https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.3.tar.xz + GPLv3 + app:console + editor + GNU GPL'd Pico clone with more functionality + Konsol ortamında kullanabileceğiniz bir metin düzenleyicidir. + Nano est un petit éditeur libre et convivial qui a pour but de remplacer Pico, l'éditeur par défaut inclus dans le paquet non-libre Pine. Plutôt que juste copier l'apparence et le ressenti de Pico, nan implémente également certaines fonctionnalité manquantes (ou désactivées par défaut), tel que "rechercher et remplacer" ou "allez à la ligne numéro". + Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number". + Nano özgür olmayan Pine paketinin içindeki metin düzenleme programı olan Pico'nun yerine geçme hedefini güden küçük, özgür ve kullanışlı bir metin düzenleme programıdır. Pico'nun görünüşünü ve işlevini kopyalamaktan çok, Nano aynı zamanda "ara ve değiştir" ve "satır numarasına git" gibi Pico'da olmayan (veya ön tanımlı olarak kapalı) bazı özellikleri sunar. + https://www.nano-editor.org/dist/v6/nano-6.0.tar.xz - meson - xtrans - font-util - mesa-devel - audit-devel - libxcvt-devel - libXau-devel - libbsd-devel - libdrm-devel - nettle-devel - pixman-devel - wayland-client - libepoxy-devel - libglvnd-devel - libtirpc-devel - libXfont2-devel - xorg-app-devel - libXdmcp-devel - egl-wayland-devel - libxshmfence-devel - wayland-protocols-devel + groff + ncurses-devel + gettext-devel - x11/wayland/xorg-xwayland/pspec.xml + editor/nano/pspec.xml - xorg-xwayland + nano - mesa - libXau - libbsd - libdrm - nettle - pixman - libxcvt - libXdmcp - libepoxy - libglvnd - libtirpc - libXfont2 - libxshmfence - wayland-client + ncurses + file - /usr/bin - /usr/lib + /etc + /usr/share/locale + /usr/share/doc/nano /usr/share/man - /usr/share/doc + /usr/share/info + /usr/share/nano + /usr/bin + /bin - - xorg-server-xwayland - xorg-server-common - - - - xorg-xwayland-devel - Development files for xorg-xwayland - - xorg-xwayland - - - /usr/include - /usr/lib/pkgconfig - - - xorg-server-common - + + 2021-12-15 + 6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2022-07-16 - 22.1.3 + 2020-07-08 + 4.9.3 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-05-25 - 22.1.2 + 2020-02-09 + 4.8 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2022-05-22 - 22.1.1 + 2019-10-27 + 4.5 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2021-12-15 - 21.1.4 + 2019-03-27 + 2.9.8 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2021-11-12 - 21.1.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2018-08-29 + 2.9.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-05 + 2.9.3 + Version Bump + Ercan Ersoy + ercanersoy@ercanersoy.net - 2021-11-03 - 21.1.2.901 + 2017-12-28 + 2.9.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-03-19 + 2.7.5 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-10 + 2.5.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-01-02 + 2.5.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + texlive-bin + https://www.tug.org/texlive/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data:doc + app:console + editor.tex + Tex Live binaries + TeX Live Dağıtımının Ana Parçası + texlive-bin est la part essentiel de TeXLive. + Texlive binaries that are an essential part of TeXLive component. + texlive-bin Tex Live dağıtımının ana parçasıdır. + ftp://tug.org/texlive/historic/2020/texlive-20200406-source.tar.xz + https://github.com/plk/biber/archive/v2.16.tar.gz + + gd-devel + clisp-devel + icu4c-devel + t1lib-devel + libXi-devel + libXt-devel + ffcall-devel + libpng-devel + libXaw-devel + libXmu-devel + libXpm-devel + poppler-devel + zziplib-devel + libpaper-devel + harfbuzz-devel + freetype-devel + graphite2-devel + fontconfig-devel + libsigsegv-devel + ghostscript-devel + + editor/tex/texlive-bin/pspec.xml + + + texlive-bin + Tex Live binaries + + gd + zlib + icu4c + libXt + libXi + t1lib + ffcall + libX11 + libgcc + libpng + libXaw + libXmu + libXpm + zziplib + harfbuzz + freetype + graphite2 + fontconfig + libsigsegv + ghostscript + + + /etc + /usr/share + /usr/lib + /usr/share/man + /usr/share/info + /usr/bin + /usr/share/tlpkg + /usr/share/texmf-dist + + + + texlive-bin-devel + Development files for texlive-bin + texlive-bin için geliştirme dosyaları + texlive-bin-devel, texlive-bin için geliştirme dosyalarını içerir. + + texlive-bin + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-02-06 + 20200406 + Rebuild + fury + uglyside@yandex.ru + + + 2020-06-01 + 20200406 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-21 + 20190410 + Version bump + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-03-21 + 2018.47465 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + texlive-core + https://www.tug.org/texlive + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data:doc + app:console + editor.tex + TeX Live core distribution. + TeX Live Dağıtımının Ana Parçası + texlive-core est la part essentiel de TeXLive. + texlive-core is the essential part of TeXLive. It corresponds to the "medium" scheme of TexLive. + texlive-core Tex Live dağıtımının ana parçasıdır. + https://mirrors.kernel.org/archlinux/other/texlive/texlive-core-2020.57066-src.zip + + texlive-bin + + editor/tex/texlive-core/pspec.xml + + + texlive-core + TeX Live core distribution. + + psutils + t1utils + ghostscript + texlive-bin + + + /etc/fonts + /etc/texmf + /usr/bin + /var/lib/texmf + /usr/share/tlpkg + /usr/share/libalpm + /usr/share/texmf-dist + + + System.Package + + + arch/texmf.cnf + arch/texmfcnf.lua + arch/09-texlive-fonts.conf + arch/texlive-core.maps + arch/texlive-core.fmts + + + + + 2020-01-02 + 2020.57066 + Version bump. + fury + uglyside@yandex.ru + + + 2020-05-29 + 2020.54593 + Major version bump + Blue Devil + bluedevil@sctzine.com + + + + + + geany-plugins + https://plugins.geany.org/ + + fury + uglyside@yandex.ru + + GPL + library + editor + Plugins for Geany + Plugins for Geany + https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.bz2 + + intltool + cppcheck + vte-devel + vala-devel + ctpl-devel + check-devel + geany-devel + lua51-devel + gpgme-devel + python-devel + gnutls-devel + python3-devel + libsoup-devel + libgit2-devel + libpcre2-devel + enchant2-devel + gtkspell3-devel + webkit2gtk-devel + + editor/geany-plugins/pspec.xml + + + geany-plugins + + atk + vte + zlib + ctpl + gtk3 + cairo + pango + glib2 + geany + lua51 + gpgme + gnutls + libsoup + libxml2 + libgit2 + harfbuzz + libpcre2 + enchant2 + gtkspell3 + libassuan + gdk-pixbuf + webkit2gtk + libgpg-error + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + 2021-10-15 + 1.38 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-01 + 1.37 + Version bump. + fury + uglyside@yandex.ru + + + 2020-09-22 + 1.36 + Rebuild libgit2. + fury + uglyside@yandex.ru + + + 2020-09-22 + 1.36 + Rebuild. + fury + uglyside@yandex.ru + + + 2019-12-18 + 1.36 + Rebuild with gtk3. + fury + uglyside@yandex.ru + + + 2019-10-15 + 1.36 + Ver. bump + fury + uglyside@yandex.ru + + + 2019-07-05 + 1.35 + Ver. bump + fury + uglyside@yandex.ru + + + 2019-04-21 + 1.34 + build + fury + uglyside@yandex.ru + + + + + + texstudio + https://www.texstudio.org/ + + Pisilinux Community + admin@pisilinux.org + + GPLv3 + app:gui + editor + TeXstudio is a fully featured LaTeX editor. + TeXstudio is an integrated writing environment for creating LaTeX documents. Our goal is to make writing LaTeX as easy and comfortable as possible. Therefore TeXstudio has numerous features like syntax-highlighting, integrated viewer, reference checking and various assistants. + https://github.com/texstudio-org/texstudio/archive/refs/tags/4.2.2.tar.gz + + zlib-devel + quazip-devel + qt5-svg-devel + hunspell-devel + qt5-base-devel + qt5-script-devel + qt5-phonon-devel + poppler-qt5-devel + poppler-cpp-devel + ghostscript-devel + qtermwidget5-devel + qt5-declarative-devel + + editor/texstudio/pspec.xml + + + texstudio + + zlib + libX11 + libgcc + quazip + qt5-svg + hunspell + qt5-base + qt5-script + poppler-qt5 + texlive-bin + texlive-core + qtermwidget5 + qt5-declarative + + + /usr/bin + /usr/share + /usr/share/texstudio + /usr/share/icons/hicolor + + + + + 2022-05-14 + 4.2.2 + First build + fury + uglyside@yandex.ru + + + + + + gnome-chess + https://wiki.gnome.org/Apps/Chess + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + game + Play the classic two-player boardgame of chess + Play the classic two-player boardgame of chess + Klasik iki kişilik satranç tahtası oyununu oynayın + Klasik iki kişilik satranç tahtası oyununu oynayın + org.gnome.Chess + https://download.gnome.org/sources/gnome-chess/42/gnome-chess-42.1.tar.xz + + meson + itstool + gtk4-devel + yelp-tools + cairo-devel + vala-devel + glib2-devel + librsvg-devel + libadwaita-devel + gobject-introspection-devel + + game/gnome-chess/pspec.xml + + + gnome-chess + + gtk4 + cairo + glib2 + librsvg + gnuchess + libadwaita + + + /usr/bin + /etc + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/metainfo + /usr/share/icons + /usr/share/help + /usr/share/glib-2.0/ + /usr/share/dbus-1/services + /usr/share/doc + /usr/share/applications/org.gnome.Chess.desktop + + + + + 2022-08-09 + 42.1 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2022-03-20 + 42.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 41.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + bzflag + https://www.bzflag.org/ + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + app:gui + game.action + A free multiplayer multiplatform 3D tank battle game + Ağ destekli çok oyunculu bir tank oyunu + BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag. It's one of the most popular games ever on Silicon Graphics machines. + BZFlag, ağ destekli ve çok oyunculu 3B bir tank oyunudur. Karşı tarafın bayrağını ele geçirme temeline dayanır. Silicon Graphics makinelerdeki en popüler oyunlardan biridir. + https://download.bzflag.org/bzflag/source/2.4.14/bzflag-2.4.14.tar.bz2 + + c-ares-devel + mesa-devel + glew-devel + libsdl-devel + sdl-image-devel + mesa-glu-devel + curl-devel + zlib-devel + libsdl2-devel + ncurses-devel + + game/action/bzflag/pspec.xml + + + bzflag + + c-ares + curl + zlib + libgcc + libsdl2 + ncurses + mesa + glew + libsdl + mesa-glu + + + /usr/bin + /usr/include + /usr/lib + /usr/share/bzflag + /usr/share/doc/ + /usr/share/man/ + /usr/share/applications + /usr/share/pixmaps + + + bzflag.desktop + bzflag.png + + + - 2021-10-06 - 21.1.2 + 2018-08-29 + 2.4.14 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-11 + 2.4.12 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2021-08-07 - 21.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-06-16 - 21.1.1 + 2018-05-03 + 2.4.12 First release - Pisi Linux Admins - admin@pisilinux.org + Stefan Gronewold + groni@pisilinux.org - awesome - https://github.com/awesomeWM/awesome + hexalate + https://gottcode.org/hexalate/ - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org - GPLv2 - app - x11.wm - Awesome is a highly configurable, next generation framework window manager for X. - Awesome is a highly configurable, next generation framework window manager for X. - Awesome, X için son derece yapılandırılabilir, yeni nesil bir çerçeve penceresi yöneticisidir. - Awesome, X için son derece yapılandırılabilir, yeni nesil bir çerçeve penceresi yöneticisidir. - https://github.com/awesomeWM/awesome/archive/refs/tags/v4.3.tar.gz + GPLv3 + app:gui + game.logic + Hexalate is a color matching game. + Hexalate renk eşleştirme oyunudur. + The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs. + Hexalate bir mantık oyunudur. Oyundaki amaç, daireleri döndürerek birbirine değen noktalardaki renklerin eşleşmesini sağlamaktır. + https://gottcode.org/hexalate/hexalate-1.1.5-src.tar.bz2 - git - cmake - gzip - xmlto - pango-devel - luajit-lgi - imagemagick-devel - docbook-xsl - xcb-util-renderutil-devel - doxygen - lua-devel - dbus-devel - cairo-devel - glib2-devel - libX11-devel - libxcb-devel - xcb-util-devel - gdk-pixbuf-devel - xcb-util-wm-devel - xcb-util-image-devel - libxkbcommon-devel - xcb-util-xrm-devel - libxdg-basedir-devel - xcb-util-cursor-devel - xcb-util-keysyms-devel - startup-notification-devel + qt5-base-devel + qt5-linguist - x11/wm/awesome/pspec.xml + game/logic/hexalate/pspec.xml - awesome + hexalate + Hexalate is a color matching game. - lua - dbus - cairo - glib2 - libX11 - libxcb - xcb-util - gdk-pixbuf - xcb-util-wm - libxkbcommon - xcb-util-xrm - libxdg-basedir - xcb-util-cursor - xcb-util-keysyms - startup-notification + qt5-linguist + qt5-base + libgcc + /usr/share/applications + /usr/share/icons/hicolor + /usr/share/pixmaps /usr/bin - /etc - /usr/lib + /usr/share/doc /usr/share - /usr/share/doc + + 2020-02-12 + 1.1.5 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-09-14 + 1.1.4 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + - 2022-05-21 - 4.3 - First release - PisiLinux Community - admins@pisilinux.org + 2018-03-02 + 1.1.2 + First release. + Stefan Gronewold(groni) + groni@pisilinux.org - i3wm - https://i3wm.org + gnuchess + http://www.gnu.org/software/chess/chess.html - Ertuğrul Erata - ertugrulerata@gmail.com + Pisi Linux Admins + admins@pisilinux.org GPLv2 - x11.wm - A tiling window manager, completely written from scratch - An improved dynamic tiling window manager - https://i3wm.org/downloads/i3-4.20.1.tar.xz + app:console + game.board + Console based chess interface + Konsol tabanlı bir satranç programı + GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows xboard. + GNU Chess, konsolda oynanan bir satranç oyunudur. XBoard gibi grafik arayüzleri de destekler. + mirrors://gnu/chess/gnuchess-6.2.9.tar.gz - meson - libev-devel - startup-notification-devel - libxcb-devel - xcb-util-devel - xcb-util-cursor-devel - xcb-util-renderutil-devel - xcb-util-image-devel - xcb-util-keysyms-devel - xcb-util-wm-devel - xcb-util-xrm-devel - libxkbcommon-devel - yajl-devel - libpcre-devel - pango-devel - cairo-devel - xcb-proto - util-linux - libxslt-devel - util-macros - asciidoc - desktop-file-utils - xmlto - perl-AnyEvent-I3 - perl-JSON-XS + readline-devel - x11/wm/i3wm/pspec.xml + game/board/gnuchess/pspec.xml - i3wm + gnuchess - yajl - glib2 - libev - pango - cairo - libxcb - libpcre - i3status - xcb-util - xcb-util-wm - xcb-util-xrm - libxkbcommon - perl-JSON-XS - xcb-util-cursor - xcb-util-keysyms - perl-AnyEvent-I3 - startup-notification - - dmenu - rofi - + readline - /etc /usr/bin - /usr/lib - /usr/share/man /usr/share/doc - /usr/share/applications - /usr/share/xsessions - - - - i3wm-devel - Development files for i3wm - system.devel - - i3wm - libev-devel - startup-notification-devel - libxcb-devel - xcb-util-devel - xcb-util-cursor-devel - xcb-util-renderutil-devel - xcb-util-image-devel - xcb-util-keysyms-devel - xcb-util-wm-devel - xcb-util-xrm-devel - libxkbcommon-devel - yajl-devel - libpcre-devel - pango-devel - cairo-devel - glib2-devel - - - /usr/include - /usr/lib/pkgconfig + /usr/share/info + /usr/share/games + /usr/share/gnuchess + /usr/share/man/man1 - - 2021-11-26 - 4.20.1 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2020-01-25 - 4.17.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-10-26 - 4.16.1 - Rebuild libxkbcommon - Mustafa Cinasal - mcnsl@gmail.com - - - 2019-06-23 - 4.16.1 - add new runtime dependencies - Ertuğrul Erata - ertugrulerata@gmail.com - - 2019-02-02 - 4.16.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + 2022-04-03 + 6.2.9 + Version Bump. + Ercan Ersoy + ercanersoy@ercanersoy.net - 2018-11-06 - 4.16 - Version bump, add anyDependency rofi or dmenu - Ertuğrul Erata - ertugrulerata@gmail.com + 2018-09-14 + 6.2.5 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com - 2018-08-10 - 4.15 - Rebuild for new toolchain.. - Ertuğrul Erata - ertugrulerata@gmail.com + 2017-05-05 + 6.2.4 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com - 2018-05-16 - 4.15 - First release - Ertuğrul Erata - ertugrulerata@gmail.com + 2016-12-04 + 6.2.4 + First Release + Stefan Gronewold + groni@pisilinux.org - muffin - https://github.com/linuxmint/muffin + gweled + http://www.gweled.org - Alihan Öztürk - alihan@pisilinux.org + Alper Tekinalp + admins@pisilinux.org GPLv2 app:gui - x11.wm - Cinnamon window manager based on Mutter - Mutter tabanlı Cinnamon Pencere Yöneticisi - Cinnamon window manager based on Mutter - Mutter tabanlı Cinnamon Pencere Yöneticisi - muffin - https://github.com/linuxmint/muffin/archive/refs/tags/5.4.5.tar.gz + game.board + A puzzle game similar to "Bejeweled" or "Diamond Mine" + "Bejeweled" veya "Diamond Mine" benzeri bir bulmaca oyunu + Gweled is a GTK+ version of a popular PalmOS/Windows/Java game called "Bejeweled", originally written by Sebastien Delestaing. The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. + Gweled, orijinal olarak Sebastien Delestaing tarafından yazılmış, "Bejeweled" olarak bilinen popüler PalmOS/Windows/Java oyununun GTK+ versiyonudur. Oyunun amacı 3 veya daha çok mücevheri yatay veya dikey olarak aynı hizaya getirmektir. + gweled + http://launchpad.net/gweled/trunk/0.9.1/+download/gweled-0.9.1.tar.gz - meson - gettext-devel + gtk2-devel intltool - fribidi-devel - glib2-devel - graphene-devel - gtk3-devel + icon-theme-hicolor gdk-pixbuf-devel - pango-devel - cairo-devel - json-glib-devel - upower-devel - libXcomposite-devel - libxkbcommon-devel - libXfixes-devel - libXi-devel - libXrandr-devel - startup-notification-devel - libcanberra-devel - libwacom-devel - atk-devel - libgudev-devel - wayland-server - wayland-protocols-devel - pipewire-devel - gobject-introspection-devel - libXcursor-devel - cinnamon-desktop-devel - libXdamage-devel - libXext-devel - libcanberra-gtk3-devel - libXtst-devel - libxkbfile-devel - libSM-devel - xkeyboard-config - libXau-devel - libICE-devel - libXinerama-devel - libX11-devel - mesa-devel - libinput-devel - clutter-devel - dbus-devel - cogl-devel - sysprof-devel - gsettings-desktop-schemas-devel - zenity + glib2-devel + librsvg-devel + libmikmod-devel - x11/wm/muffin/pspec.xml + + gweled-0.9.1-fix-open.patch + translate-paused-string.patch + turkish.patch + gweled-librsvg-crash.patch + + game/board/gweled/pspec.xml - muffin + gweled + + librsvg + libmikmod + glib2 + gtk2 + gdk-pixbuf + + + /usr/bin + /usr/share/doc + /usr/share/locale + /usr/share + /var/state/gweled + + + + + 2021-01-05 + 0.9.1 + Rebuild New Patch + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2018-09-14 + 0.9.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-05 + 0.9.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-04 + 0.9.1 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + eboard + http://www.bergo.eng.br/eboard/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + game.board + A GTK+ chess board + Gtk tabanlı satranç arayüzü + eboard is a chess interface for Unix-like systems based on the GTK+ GUI toolkit. + eboard; unix sistemleri için, gtk+ araç takımı kullanılarak yazılmış bir satranç arayüzüdür. + eboard + mirrors://sourceforge/eboard/eboard-1.1.1.tar.bz2 + + gtk2-devel + pango-devel + glib2-devel + libpng-devel + + + eboard-1.1.1-as-needed.patch + eboard-1.1.1-gcc44.patch + eboard-1.1.1-ovflfix.patch + eboard-1.1.1-libpng15.patch + + game/board/eboard/pspec.xml + + + eboard + + gtk2 + pango + glib2 + libgcc + libpng + + + /usr/bin + /usr/share/eboard + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/pixmaps + + + eboard.desktop + + + + + 2018-09-14 + 1.1.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-05 + 1.1.1 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-04 + 1.1.1 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + gnuchess-book + http://www.gnu.org/software/chess/chess.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + game.board + Opening book for GNU Chess + GNU Chess için açılış kitabı + Contains opening book (set of movesets to be played at the beginning of the game) for GNU Chess. + GNU Chess oyununun açılış kitabını (sıralanmış açılış hamleleri kümesi) içerir. + mirrors://gnu/chess/book_1.02.pgn.gz + + gnuchess + + game/board/gnuchess-book/pspec.xml + + + gnuchess-book + + gnuchess + + + /usr/share/games/gnuchess + + + + + 2018-09-14 + 1.02 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-05 + 1.01 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2016-12-04 + 1.01 + First release + Stefan Gronewold + groni@pisilinux.org + + + + + + gmult + https://launchpad.net/gmult + + Pisi Linux Admins + admins@pisilinux.org + + GPLv3 + app:gui + game.puzzle + Multiplication Puzzle + Çarpma Bulmacası + Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number. + Çarpma Bulmacası, Emacs'teki çarpma oyununun benzeri basit bir GTK+ 2 oyunudur. Tüm basamakların harflerle değiştirildiği bir çarpma problemi gösteriliyor. Sizin işiniz de, hangi harfe hangi rakamın karşılık geldiğini tahmin etmek. + gmult + https://launchpad.net/gmult/trunk/9.0/+download/gmult-9.0.tar.xz + + meson + atk-devel + intltool + vala-devel + gtk3-devel + pango-devel + glib2-devel + gettext-devel + glib2-devel + gdk-pixbuf-devel + desktop-file-utils + appstream-glib-devel + + game/puzzle/gmult/pspec.xml + + + gmult atk gtk3 cairo - glib2 - libSM - libXi pango - libICE - libX11 - libxcb - libXext - libXtst - fribidi - graphene - libgudev - pipewire - libxkbfile - libxkbcommon - cinnamon-desktop - libglvnd - libwacom - json-glib - libXfixes - libXrandr - fontconfig + glib2 gdk-pixbuf - libXcursor - libXdamage - libXrender - libXinerama - libcanberra - libXcomposite - libcanberra-gtk3 - startup-notification - gobject-introspection - gsettings-desktop-schemas /usr/bin - /usr/lib/muffin - /usr/lib/libmuffin* - /usr/lib/muffin-restart-helper /usr/share/applications - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/gtk-doc - /usr/share/locale - /usr/share/man - /usr/share/muffin - - - - muffin-devel - development - - muffin - atk-devel - gtk3-devel - cairo-devel - glib2-devel - libXi-devel - pango-devel - libX11-devel - libXext-devel - libXtst-devel - libglvnd-devel - graphene-devel - json-glib-devel - libXfixes-devel - libXrandr-devel - gdk-pixbuf-devel - libXdamage-devel - libXcomposite-devel - cinnamon-desktop-devel - gsettings-desktop-schemas-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 + /usr/share/doc/gmult + /usr/share/metainfo + /usr/share/dbus-1 + /usr/share/icons + /usr/share/locale + + 2018-09-14 + 9.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + - 2022-08-02 - 5.4.5 - Version bump. + 2018-05-11 + 8.0 + rebuild and testing + Stefan Gronewold + groni@pisilinux.org + + + 2014-02-23 + 8.0 + rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-04-27 + 8.0 + V.bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-04-28 + 7.3 + First release + Doruk Fişek + dfisek@fisek.com.tr + + + + + + lmarbles + http://lgames.sourceforge.net/index.php?project=LMarbles + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + app:gui + game.puzzle + Marble puzzle game + Bilye oyunu + Puzzle game inspired by Atomix and written using the SDL library. + LMarbles, Atomix oyunundan yola çıkılarak hazırlanmış bir oyundur. Bilyeleri istenen yerlere yerleştirerek bulmacaları çözmeniz gerekir. + lmarbles + mirrors://sourceforge/lgames/lmarbles-1.0.8.tar.gz + + libsdl-devel + sdl-mixer-devel + + game/puzzle/lmarbles/pspec.xml + + + lmarbles + + libsdl + sdl-mixer + + + /usr/bin + /usr/share/applications + /usr/share/lmarbles + /usr/share/pixmaps + /usr/share/man + /usr/share/doc/lmarbles + + + lmarbles.desktop + lmarbles.png + + + + + 2018-09-14 + 1.0.8 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com - 2022-07-28 - 5.4.4 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + 2018-05-11 + 1.0.8 + Rebuild and testing. + Stefan Gronewold + groni@pisilinux.org - 2022-07-25 - 5.4.4 - Version bump. + 2014-03-09 + 1.0.8 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2010-01-17 + 1.0.8 + First release + Doruk Fişek + dfisek@fisek.com.tr + + + + + + tetzle + http://gottcode.org/tetzle/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + app:gui + game.puzzle + Tetzle is a jigsaw puzzle game + Tetzle is a jigsaw puzzle game + It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. + It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. + https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2 + + qt5-base-devel + qt5-linguist + + game/puzzle/tetzle/pspec.xml + + + tetzle + + qt5-base + libgcc + + + /usr/bin + /usr/share/icons/hicolor + /usr/share/applications + /usr/share + /usr/share/pixmaps + /usr/share/doc + + + + + 2018-09-14 + 2.1.3 + Version Bump. Mustafa Cinasal muscnsl@gmail.com - 2022-06-30 - 5.4.1 + 2018-03-04 + 2.1.2 + First release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + hex-a-hop + http://hexahop.sourceforge.net/downloads.html + + PisiLinux Community + admins@pisilinux.org + + as-is + app:gui + game.puzzle + Hexagonal puzzle game + Altıgenler içeren bulmaca oyunu + Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and no real-time elements. The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced, which make things more difficult and interesting. + Hex-a-hop altıgen döşemeler üzerinde oynanan bir bulmaca oyunudur. Zaman sınırı ve gerçek zamanlı öğe yoktur. Amaç 100 bölümün her birindeki yeşil döşemeleri yoketmektir. Oyunda ilerledikçe yeni döşeme türleri çıkar ve işler daha zor ve ilginç hale gelir. + hex-a-hop + mirrors://sourceforge/hexahop/hex-a-hop/1.1.0/hex-a-hop-1.1.0.tar.gz + + libsdl-devel + sdl-mixer-devel + sdl-ttf-devel + + game/puzzle/hex-a-hop/pspec.xml + + + hex-a-hop + + libgcc + libsdl + sdl-mixer + sdl-ttf + + + /usr/bin + /usr/share/applications + /usr/share/hex-a-hop + /usr/share/pixmaps + /usr/share/doc/hex-a-hop + + + hex-a-hop.desktop + hex-a-hop.png + + + + + 2018-09-14 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-11 + 1.1.0 + Rebuild and testing + Stefan Gronewold + groni@pisilinux.org + + + 2014-02-17 + 1.1.0 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2011-01-11 + 1.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + neverball + http://icculus.org/neverball/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + game.puzzle + 3D roll-the-ball game + 3B top yuvarlama oyunu + Neverball is a 3D puzzle and action game in which you roll a ball by tilting the table to get the ball to a destination location. + Neverball masayı hareket ettirerek topun hareketlerinin yönetildiği 3B zeka ve beceri oyunudur. + http://neverball.org/neverball-1.6.0.tar.gz + + libsdl2-devel + sdl2-ttf-devel + libvorbis-devel + mesa-devel + physfs-devel + libjpeg-turbo-devel + libpng-devel + + game/puzzle/neverball/pspec.xml + + + neverball + + libsdl2 + sdl2-ttf + libvorbis + mesa + physfs + libjpeg-turbo + libpng + + + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/neverball + /usr/share/pixmaps + /usr/share/man + /usr/share/locale + + + neverball.desktop + neverputt.desktop + + + + + 2018-09-14 + 1.6.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-25 + 1.6.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + xmoto + http://xmoto.tuxfamily.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + game.sports + Motorcross game + Motokros oyunu + Motocrossowa gra platformowa + A motocross game with fancy effects like ghost replay. Requires a 3D accelerated video card. + Gölge tekrarlama gibi güzel özellikleri olan motokros yarışı. 3B hızlandırıcılı ekran kartı gerektirir + X-Moto jest wyzywającą motocrossową dwuwymiarową grą platformową, gdzie fizyka ma w rozgrywce główną rolę. Panowanie nad motorem musi być jak najbardziej wyżyłowane, jeżeli chce się myśleć o ukończeniu trudniejszych poziomów. + xmoto + http://download.tuxfamily.org/xmoto/xmoto/dev/xmoto-0.5.12-src-svn3427.tar.gz + + libxml2-devel + curl-devel + libsdl-devel + sdl-mixer-devel + sdl-ttf-devel + sdl-net-devel + lua52-devel + lua-devel + lua51-devel + zlib-devel + libpng-devel + ode-devel + sqlite-devel + mesa-devel + mesa-glu-devel + libjpeg-turbo-devel + + + www-cpp.patch + lua52_compat.patch + genericname_pl-tr.patch + + game/sports/xmoto/pspec.xml + + + xmoto + + lua + curl + zlib + bzip2 + libgcc + libpng + sqlite + libxml2 + libsdl + sdl-mixer + sdl-ttf + sdl-net + lua51 + ode + mesa + mesa-glu + libjpeg-turbo + + + /usr/bin + /usr/share/applications + /usr/share/locale + /usr/share/man + /usr/share/pixmaps + /usr/share/xmoto + + + + + 2018-09-14 + 0.5.12 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-22 + 0.5.12 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + 2017-03-09 + 0.5.11 First release Alihan Öztürk alihan@pisilinux.org @@ -364267,235 +364024,926 @@ contacts, tasks, and calendar information. - openbox - http://openbox.org + abe + http://abe.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + game.arcade + Yet another platform game + Platform oyunu + Ancient pyramid explorer Abe makes his way through booby traps. + Eski piramitleri araştıran Abe kendisini bekleyen tehlikelerden ve tuzaklardan kurtulmaya çalışıyor. + abe + mirrors://sourceforge/abe/abe-1.1.tar.gz + + libsdl-devel + sdl-mixer-devel + + + flags.patch + abe-1.1-settings.patch + + game/arcade/abe/pspec.xml + + + abe + + libsdl + sdl-mixer + + + /usr/share/doc + /usr/bin + /usr/share/abe + /usr/share/pixmaps + /usr/share/applications + + + abe.png + abe.desktop + + + + + 2021-05-10 + 1.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gl117 + https://sourceforge.net/projects/gl-117/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + game.arcade + Flight simulator + Uçak savaşı oyunu + GL117 is an action-packed flight simulator. + GL117, uçağınızla savaştığınız aksiyon dolu bir oyundur. + gl117 + mirrors://sourceforge/gl-117/gl-117-1.3.2-src.tar.bz2 + + mesa-devel + libsdl-devel + freeglut-devel + mesa-glu-devel + sdl-mixer-devel + + game/arcade/gl117/pspec.xml + + + gl117 + + mesa + libsdl + freeglut + mesa-glu + sdl-mixer + libgcc + + + /usr/share/doc + /usr/bin + /usr/share/gl-117 + /usr/share/pixmaps + /usr/share/applications + + + gl117.png + gl117.desktop + + + + + 2018-09-14 + 1.3.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2010-12-17 + 1.3.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + dustrac + http://dustrac.sourceforge.net/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + app:gui + game.arcade + Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game + The purpose of the game is to race against 11 challenging computer players on different race tracks. Finishing in TOP-6 will unlock a new race track. Only a small portion of the race track is visible on the scrolling screen. + https://github.com/juzzlin/DustRacing2D/archive/2.0.1.tar.gz + + qt5-base-devel + qt5-linguist + openal-devel + cmake + pkgconfig + libvorbis-devel + mesa-devel + mesa-glu-devel + + + editor.patch + + game/arcade/dustrac/pspec.xml + + + dustrac + + qt5-base + openal + libvorbis + libgcc + mesa + + + /usr/bin + /usr/share/appdata/ + /usr/share/games + /usr/share/locale + /usr/share/applications + /usr/share/icons + /usr/share/metainfo/dustrac.appdata.xml + /usr/share/pixmaps + /usr/share/doc + + + + + 2018-09-14 + 2.0.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-19 + 2.0.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-25 + 1.12.0 + version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-11-20 + 1.11.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + astromenace + https://viewizard.com/ + + Stefan Gronewold + groni@pisilinux.org + + GPLv3 + game.arcade + Hardcore 3D space shooter with spaceship upgrade possibilities + AstroMenace stands out for a hardcore gameplay that absorbs you completely as you repel the relentless attacks of diverse adversaries and dodge hails of projectiles. + https://sourceforge.net/projects/openastromenace/files/1.3.2/astromenace-src-1.3.2.tar.bz2 + + cmake + fontconfig-devel + freealut-devel + freetype-devel + libICE-devel + libX11-devel + libXext-devel + libogg-devel + libsdl-devel + libvorbis-devel + libXinerama-devel + mesa-devel + mesa-glu-devel + + + astromenace.patch + + game/arcade/astromenace/pspec.xml + + + astromenace + Hardcore 3D space shooter with spaceship upgrade possibilities + + fontconfig + freetype + libX11 + libsdl + mesa + mesa-glu + libgcc + openal + freealut + libvorbis + libXinerama + + + /usr/bin + /usr/share + /usr/share/doc + + + astromenace.desktop + astromenace_64.png + + + + + 2018-09-14 + 1.3.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-05-04 + 1.3.2 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + extremetuxracer + https://sourceforge.net/projects/extremetuxracer/ + + Ali Cengiz Kurt + alicengizkurt@gmail.com + + GPLv2 + app:gui + game.arcade + High speed arctic racing game based on Tux Racer. + Buz üzerinde penguen yarışı + Extreme Tux Racer is a racing game which forked off Tux Racer after work on it ceased. It was formerly known as Planet Penguin Racer. + Extreme Tux Penguin racer, buz üzerinde kayarak ve balık toplayarak zamana karşı yarışma oyunudur. + extremetuxracer + https://downloads.sourceforge.net/extremetuxracer/etr-0.8.1.tar.xz + + sfml-devel + libglvnd-devel + mesa-glu-devel + + game/arcade/extremetuxracer/pspec.xml + + + extremetuxracer + + sfml + libgcc + mesa-glu + libglvnd + + + /usr/bin + /usr/share/applications + /usr/share/appdata + /usr/share/doc + /usr/share/etr + /usr/share/pixmaps + + + + + 2022-01-05 + 0.8.1 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + alienarena + http://red.planetarena.org Pisi Linux Admins admins@pisilinux.org GPLv2 + COR-Entertainment-LLC app:gui - x11.wm - A standarts compliant, fast, lightweight window manager - Standartlara uygun, hızlı, hafif bir pencere yöneticisi - Openbox is a window manager for the X11 windowing system. - Openbox, X11 pencere sistemi için pencere yöneticisidir. - http://openbox.org/dist/openbox/openbox-3.6.1.tar.gz + game.fps + A standalone 3D first person shooter game + 3 Boyutlu ilkgözden nişancılık oyunu + Alien Arena is a standalone 3D first person online deathmatch shooter crafted from the original source code of Quake II and Quake III. + Alien Arena, Quake 2 ve 3 oyunlarının kaynak kodlarından yola çıkılarak hazırlanmış çevrimiçi oynanabilen ilkgözden (first person) nişancılık (shooter) oyunudur. + alienarena + http://red.planetarena.org/files/alienarena-7.66-linux20130827.tar.gz - pango-devel - libXft-devel - libICE-devel - imlib2-devel - libxml2-devel - libSM-devel - libgcc - libXrandr-devel - libXcursor-devel - libXinerama-devel - startup-notification-devel - dbus-devel - librsvg-devel + libjpeg-turbo-devel + libXxf86dga-devel + libXxf86vm-devel + libX11-devel + mesa-devel + openal-devel + ode-devel + curl-devel + freetype-devel + libvorbis-devel - openbox-3.5.0-which-2.20.patch - openbox-3.5.0-title-matching.patch - openbox-default-theme.patch - openbox-3.5.2-gnome-session.patch - openbox-3.6.1-py3-xdg.patch - openbox-kde-paths.patch - debian-887908.patch + gcc7.patch + alienarena-20130827-format.patch + use_home_dir.patch - x11/wm/openbox/pspec.xml + game/fps/alienarena/pspec.xml - openbox + alienarena + libjpeg-turbo + libXxf86vm + curl + zlib + libX11 + libvorbis + libgcc + freetype + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + alienarena.png + alienarena.desktop + + + + + 2018-09-14 + 7.66 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-05-05 + 7.66 + Rebuild with new toolchain + Mustafa Cinasal + muscnsl@gmail.com + + + 2015-11-11 + 7.66 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + 0ad + https://play0ad.com/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + LGPLv2 + CCPL + MIT + app:gui + game.strategy + Cross-platform, 3D and historically-based real-time strategy game + Tarihsel, 3D gerçek zamanlı strateji oyunu + Cross-platform, 3D and historically-based real-time strategy game.As the military leader of an ancient civilisation, + you must gather the resources you need to raise a military force capable of dominating your enemies. + Eski bir uygarlığın askeri lideri olarak,gereken kaynakları toplayıp düşmanlarınıza hükmedecek askeri güce sahip olmalı ve galip gelmelisiniz + 0ad + http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-build.tar.xz + http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-data.tar.xz + + zip + nasm + cmake + binutils + curl-devel + zlib-devel + nspr-devel + tiff-devel + mesa-devel + enet-devel + wxGTK-devel + libSM-devel + icu4c-devel + gloox-devel + boost-devel + openal-devel + wxBase-devel + python-devel + libogg-devel + libpng-devel + libsdl2-devel + libxml2-devel + wxGTK2.8-devel + mesa-glu-devel + miniupnpc-devel + libvorbis-devel + libXcursor-devel + subversion-devel + libsodium-devel + python-setuptools + spidermonkey-devel + libjpeg-turbo-devel + + + fix_permission.patch + + game/strategy/0ad/pspec.xml + + + 0ad + + tiff + enet + curl + nspr + mesa + icu4c + zlib + wxGTK + gloox + boost + libpng + libgcc + libX11 + openal + wxBase + libsdl2 + libxml2 + libsodium + miniupnpc + libvorbis + libXcursor + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/0ad + /usr/share/pixmaps + /usr/share/applications + /usr/share/doc/0ad + /usr/share/man/man6 + + + 0ad + 0ad.desktop + 0ad.6 + 0ad.png + + + + + 2022-07-28 + 0.0.25b + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-30 + 0.0.23b + First release + Kamil Atlı + suvari@pisilinux.org + + + + + + gcompris-qt + https://gcompris.net/ + + Berk Çakar + berk2238@hotmail.com + + AGPLv3 + game.misc + Educational software suite comprising of numerous activities for children aged 2 to 10 + Educational software suite comprising of numerous activities for children aged 2 to 10 + https://gcompris.net/download/qt/src/gcompris-qt-1.1.tar.xz + + cmake + extra-cmake-modules + icon-theme-hicolor + kdoctools-devel + qml-box2d + openssl-devel + qt5-base-devel + qt5-declarative-devel + qt5-graphicaleffects + qt5-linguist + qt5-multimedia-devel + qt5-quickcontrols + qt5-sensors-devel + qt5-svg-devel + qt5-xmlpatterns-devel + + game/misc/gcompris-qt/pspec.xml + + + gcompris-qt + Educational software suite comprising of numerous activities for children aged 2 to 10 + + libgcc + qt5-base + qt5-declarative + qt5-multimedia + qt5-sensors + + + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/gcompris-qt + /usr/share/icons + /usr/share/metainfo + + + + + 2021-04-24 + 1.1 + First release + Berk Çakar + berk2238@hotmail.com + + + + + + plib + http://plib.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + game.misc + Plib game library + Oyun kütüphanesi + Librairie multimédia et 3D principalement utilisée par les jeux. + Multimedia and 3D library used mostly by games. + Genellikle oyunlar tarafından kullanılan multimedya ve 3B kütüphanesi + Librería multimedia y 3D usado principalmente en juegos + http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz + + mesa-devel + libXi-devel + libSM-devel + libXmu-devel + libICE-devel + libXext-devel + + + 02_build_shared_libs.diff + 03_remove_pthread_link.diff + + game/misc/plib/pspec.xml + + + plib + + mesa + libX11 + libgcc + + + /usr/lib + /usr/share/doc + + + + plib-devel + Development files for plib + plib için geliştirme dosyaları + + plib + + + /usr/include + + + + + 2017-01-20 + 1.8.5 + Version bump. + Ali Algul + aligulle3801@gmail.com + + + + + + gcompris + https://gcompris.net/index-en.html + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + game.misc + Full featured educational application for children from 2 to 10 + 2-10 yaş arası çocuklar için eğitici uygulamalar + GCompris is an educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game orientated, but nonetheless still educational. + GCompris, 2-10 yaş arası çocuklar için bir çok etkinliği kapsayan eğitim amaçlı bir yazılım paketidir. Bazı etkinlikler, eğitim amaçlı oyunlardan oluşmaktadır. + http://gcompris.net/download/gtk/src/gcompris-17.05.tar.bz2 + + gawk + intltool + texinfo + gettext-devel + texi2html + gtk2-devel + glib2-devel + gnome-common + sqlite-devel + libX11-devel + python-devel + librsvg-devel + libxml2-devel + freetype-devel + fontconfig-devel + gstreamer-devel + python-gtk-devel + python-cairo-devel + + game/misc/gcompris/pspec.xml + + + gcompris + + atk + gtk2 cairo glib2 pango - libSM - libXft - libICE + sqlite libX11 - imlib2 - libXext - libxml2 librsvg - libXrandr - libXcursor - libXinerama - startup-notification + libxml2 + freetype + gstreamer + fontconfig + gdk-pixbuf - /usr/bin/obmenu-generator - /usr/bin/obxprop - /usr/bin/openbox - /usr/bin/openbox-session - /usr/lib/openbox - /etc/xdg/openbox - /etc/xdg/obmenu-generator - /usr/lib/libobrender* - /usr/lib/libobt* - /usr/share/openbox - /usr/share/themes - /usr/share/xsessions/openbox.desktop - /usr/share/applications - /usr/share/pixmaps - /usr/share/locale - /usr/share/man/man1/obxprop.1 - /usr/share/man/man1/openbox.1 - /usr/share/man/man1/openbox-session.1 + /usr/bin + /usr/lib + /usr/share /usr/share/doc - /usr/libexec + /usr/share/pixmaps + /usr/share/gcompris + /usr/share/applications + /usr/share/locale - obmenu-generator - schema.pl - menu.xml - kedicik.png - xdg-menu - terminals.menu - xdg-menu + gcompris-edit.desktop + gcompris.desktop + gcompris-edit.png + gcompris.png + + + 2018-10-09 + 17.05 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-21 + 17.05 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-09 + 15.10 + Fix url. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-02-07 + 15.10 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + sfml + http://www.sfml-dev.org + + Ali Cengiz Kurt + alicengizkurt@gmail.com + + zlib + library + multimedia.misc + A simple, fast, cross-platform, and object-oriented multimedia API + SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network. + https://github.com/SFML/SFML/archive/2.5.1.tar.gz + + cmake + doxygen + flac-devel + mesa-devel + glew-devel + eudev-devel + libX11-devel + openal-devel + libogg-devel + freetype-devel + libvorbis-devel + libXrandr-devel + + game/misc/sfml/pspec.xml + - openbox-kde - The openbox-kde package contains the files needed for using openbox inside a -KDE session. + sfml + A simple, fast, cross-platform, and object-oriented multimedia API - openbox + flac + eudev + libX11 + libgcc + libogg + openal + freetype + libglvnd + libvorbis + libXrandr - /usr/bin/openbox-kde-session - /usr/share/xsessions/openbox-kde.desktop - /usr/share/man/man1/openbox-kde-session.1 + /usr/lib/libsfml* + /usr/share/SFML + /usr/share/licenses/sfml - openbox-gnome - The openbox-gnome package contains the files needed for using openbox inside a -Gnome session. + sfml-devel + Development files for sfml - openbox + flac-devel + openal-devel + libogg-devel + freetype-devel + libvorbis-devel + sfml - /usr/share/gnome/wm-properties + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake/SFML + + + + + 2022-01-06 + 2.5.1 + First Release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + ode + http://www.ode.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + game.misc + High performance library for simulating rigid body dynamics + Vücut dinamiklerini simüle etmek için yüksek başarımlı bir kitaplık + ODE jest biblioteką służącą do symulacji dynamiki bryły sztywnej + SDK (kit de développement) du moteur Open Dynamics. + ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. + ode açık kaynaklı, yüksek başarımlı bir vücut dinamiği simülasyon kitaplığıdır. Tam işlevsel, kararlı, olgun ve platform bağımsız bir C/C++ programlama arayüzü sunar. + Open Dynamics Engine (ODE) jest wolną biblioteką służącą do symulacji dynamiki bryły sztywnej. ODE jest użyteczne przy symulacji pojazdów, obiektów w przestrzeni wirtualnej i wirtualnych stworzeń. + https://bitbucket.org/odedevs/ode/downloads/ode-0.15.2.tar.gz + + libgcc + + game/misc/ode/pspec.xml + + + ode + + libgcc + + + /usr/lib + /usr/share/doc - openbox-devel - Development headers for openbox - Openbox için geliştirme başlıkları + ode-devel + Development files for ode + ode için geliştirme dosyaları + Pliki nagłówkowe ode - openbox - pango-devel - glib2-devel - libxml2-devel - libXft-devel - imlib2-devel - librsvg-devel + ode + /usr/bin/ode-config /usr/include /usr/lib/pkgconfig - 2022-04-27 - 3.6.1 - splited kde/gnome packages and added some patch - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2018-09-16 + 0.15.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com - 2021-12-13 - 3.6.1 - Rebuild. + 2018-02-16 + 0.15.2 + Version bump Mustafa Cinasal muscnsl@gmail.com - 2020-01-25 - 3.6.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2017-03-09 + 0.14 + Update. + Alihan Öztürk + alihan@pisilinux.org - 2018-09-16 - 3.6.1 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2017-03-09 + 0.13 + Rebuild for new toolchain. + Stefan Gronewold (groni) + groni@pisilinux.org - 2015-07-24 - 3.6.1 - First release. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - pekwm - https://www.pekwm.se/ - - fury - uglyside@yandex.ru - - GPL-2 - app - x11.wm - Pek X window manager. - The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more. - https://github.com/pekwm/pekwm/archive/3ad1dc8e71dffbe7a74d64fd19b8e591818869bb.zip - - cmake - zlib-devel - libSM-devel - libICE-devel - libX11-devel - libXpm-devel - libXft-devel - libpng-devel - libXrandr-devel - libXinerama-devel - libxkbcommon-devel - libjpeg-turbo-devel - - x11/wm/pekwm/pspec.xml - - - pekwm - - libX11 - libXft - libXpm - libgcc - libpng - libXext - libXrandr - libXinerama - libjpeg-turbo - - - /etc - /usr/bin - /usr/share/pekwm - /usr/share/man - /usr/share/doc/pekwm - - - - - 2022-06-10 - 0.2.1 - First build. - fury - uglyside@yandex.ru + 2015-10-26 + 0.13 + First release + Stefan Gronewold (groni) + groni@pisilinux.org diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 04dbfc22c6..835c2c6352 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -e4ff84afaff2cdccf7e48a2c79a4291614286bd9 \ No newline at end of file +1419d9c908f31492dfb08de75be78b22b4e750b2 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 72b7522a374800247c76f875dd8c07ce623e0723..cf0c44746951c9cbd498cd9caace598d803ee8dc 100644 GIT binary patch literal 906168 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 z%0D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�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%0A^%v}hItT*U*%A0( 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

}j7Aj-UyDe(TQ&dvdQI|lgfX=I0G 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 JiprGVM(!XgO{YyaloBl-6oWyuiklPW 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�*=u9R1)*<%p`4NSfFEW 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 Tv0lNdI4ExkfR>TT52?DbKR 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 ))a~y()m_8W7EaO9%V>G> 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%0AuWcVwmQ(G9xm=qNUQWw)QOe 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�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

v9>55uxS(MTuxW~YQyHtAdBPQJ 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

baY+(BC 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 z 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�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%0DqQ9= zI5>aBBbu4a=m{WW2g@O-i;g!5*LLFM68C`1K0_Q+7IP&u5;pm+Y608}6Vaj)2(QGY z4QWmIBr3Bth=56$f@xd;qA_Fu>+;Aw4pSEy4qn)k_c55vTEx>3z*FCn7m|yX)pid> zTC1(NF;Spq2Mxo_VB>K!vf!pqO5i;)8nMfhTSk8&DGB5`4Otj|8p0Y1;YQk6 zRH#;4_7KsGFj&%buA1NxfVp+xPol!dCw|NvTY*i;jVcM!HENy? z2r&Fd0YuaLedd*5XtT6F2b$8jN-i!d+W*u=Ckv}MZ|=t>!{NLGH1Tw+30IWpTsqe| zOB7Y0;t3-&-`ZX42KWDbVV3aK{%v!YXz5dX2{yx<=bpxn+e=d;>>(O7F2m#e%Y4^R zU^Zt&)YET-u(92LVO6?cvpcdl_;|JaO+XSzoIEjImk$DLP;E^EG(Exf>buEfJw$aJ z^;Xd2NR1|Zl_>D3&WMV!-_A6C82uC%ILByd0`rl-jWJ^UexX9S6gZoq`m8YWe+nD# z0pWidAg9LozG~ymu%CE8eN1QJILB6IHKWDsL#{%5<1aP<%QZshJL5&rE)0<8ZY~w{ z;FHwb>kI2-mvy9@(tl&6xilndsh^xAaf)R14-&<(gl+X?n-O7UjCPU)mDG)-OyPp0 z0gwF`J16mw7}F6dabTun2~eC?w&+xU)RXjqNm+8GK5%@>*z^fhrUynB`}wX0#M@oo z(V)ZO{L+e8=Mnd4@OX<*-8T|lKW6_BaZ&x0=k0T@e3_pFSWP{|1&0BG2mr?oK?PgCAa;!`s7N|PpWc<*Mc^p!klXdph z-_A++mBGwQ8AD%n_0&OPr|BvK1@4;h=rCu00iJe>*NbFmyA8_630*DQ7O3zp!ypPC zugrfAWj7B_l43I5OU1_FismymV&K%Y&A*AvM4lFF8C6a>aqU7O^8l&IA-Bi#l+LM~ zFy8>Kors{|o)d}@9D0ist_RtOmC92$8^>x3)x~t700F*EVpOMaLFh8B4e_pq3;7~j z6`ibj$V?n9s2kVD_3qFA?d-PKYNX$4WEd&}DD5Q`P8&&7JUkzQ9AsbsN%2Gkb&5#6 zOg^5$!)iQ8AE8qxg8``xc$`wV2`O(;MgIZ3@gjYuBT+B<^K&A6#g@h{>n+b0K-gpT z>$=0?E^8YAyKK^W<3|lp6gX&5W1WXx6Yc~ZC-wm6HfW5Jz_ALG#b_+Ia;lp zqAfqskSYBJ4(APQrcnWvid}&ZunE_Ps6L7aED>6I2@E#@Tm#pnsvQ1|Q{33)u@yl9 zqEq8IL%xL~geq&oH@p?11<3GXhp`xHH<|d3zb4x)yqEQ{c}H;M95oHqN(Lv13S#R^ zK$X*fa7?*+One9J;f!KB3-;;Yx(D1VMzzesgGILgJ*JZQ2&8Q`y+A6%RbV`!tJTYcM|g(uKJ`J&!(Z4XbV~Mn)O3L z8B_}d-@5Dc;UdzLW(nmPjUV2VNi)2s=em_aTxDNyd5d=@LMOgq>Gl!0-XPu4=stqo zSn~!f0w7kVPX_*&UgHQ8k9E9UT^d=YTF!BU^7i`IQNnANEYr$bT}P-hWNdMdtLU#`3y}6W2{tEx0i(od&5HF3G zLe=&XtUn&;0o z-O*Re$h^gN{lkdTMQ14%Y7PJy+ywt!7+G;-fYnwjPhZRkEuOU(BM&$8?CJ-eMdHz| zZ$kl}6N>~7{|ohXkeS1CG^mHhcny(Li=Zk(T$R#_R3*71_u-+8qBWt=-a4I`$hBsX zC-mhwoP(Xb^4>G)t`@_F2a(<~Zxq^gO1 z;9ZtnZB)`#QTn3l(9sBuSSs)qQx*)cpa@?hgp45Pl?$rj{%Kndf|}s$r4%11mt^Dy z$ebLFVD2Bwc_KpVY06~&_(=f*{t{Tm|Q~tF^Q0oM-W8a~LpURKsc9Qz?0k%MnVy#=~AaBvKdz06z6XsOqrfs<1SX>cv*2lTK*h-31;H-~jG zmnA;3+}%|}1|l;?(#jNl8Tl{79+=m<}1LZLL!=MG| zJgjA<62HM|7FD|p8?9@v*;s`xUM;H@wL9ju3LGrZm(fq17fNZV@Ii$5ETVeIG1KzS z;CFEpT};2V+PnKOel78Ndi6OJMR6;G1b1WKHdkyqR^c-D%J&Qp`*Z8hn~)m}5tK21 zp5>FPV=Xkz*-UHT#K)8!HQ*zM0#as_Cbm!fXVBjMEfyf60cD<@MU>wmvGXx!TtSwWBvw~GC53iV}q=ntyqse`b~!JMs+NuA-Y zG2U)agCJ0P>Bv*K^=@HA%}MWQ!LGb~iJ77GlXgcl;hgDYr)5lq&OxD>sQ^bQ21>Ec$RpzZ=@48RcH6I65K#a7#p{NVI-Yg+aR+)0e z^LgAa;HVtN{VZ0Dlan1JCCx)Hgc!)Wi^`W5TV3}H3h(oW!BepM001pZh&#yQtUR2PRs$wT2iC>W%lQLDGR{#>uxv6%aC@zOJhGkU4%)4_Li`sWJ%db12U zgj@avi${#JgQU=z5KK3+XrRtL!OoXL5%ACD&mmlp9%+7V8v4BM--POPC%#aU%&;#)mO`w|-F)33N?0K?YFX;7|@m?!v10i_r-_~2+=~r>sEY@^-UEARsRYAuXwSc)nX#k#LSRjBBnPUNEfvdQ>hHFCEzkQu!~i~7 zA3>@Ji`?i2;QrSa--V*q;Bp|YO=ru}9kd}qHt^PGJI#o$S%}EAI@sCVJSy*BD0R}%#8M58 z(yqZiGT}wm4QH<;!`|h(RUMU)Yd)9)n|AjT{_+?t?ZSvNi=iG0V_C<;OpAeMI&HCm zu4^)m*TQ46BNh;6!{_wa(_t?>4W1WzQ^S|qD)}dU!ue~Kq6y%2y$~4dNt^>X zh@K9|3ss}P^%%OQ2uZ2|X2NnHw=jvU_a>3BJT@wVC{;1D0>6Ap4h* zs3LL6w!cAmMn*X=TK?51fC8=<{58+MiOwuTmSF5Y(W(H~YUT1N(;!8@Tbo^(`Cb?r zMKonF*W?=SL&~ez!TT*i|14d?NAE3KaOVm);fu`*rGI4r=3j{_{Df=es7{i2Bm>%9 zGXrmg>xwIB5L%OwaicFer40Ht{xXfghs$;aov?4O{L%ve_{DSC(u0M?lcftZeB%`P zvd?mi^FmD===)*|T#CI|K=v3t+-|lo>Kor7K@s5}hn17%C(=X(6Q#5)mG0@uaFmeH zUGjW3Tf>e1;Ppr|50(P4`LWeC46wu$^HYm8)JQzjkJL6NbUg>=*uv~6)Q!;u;#&%_ zmBpx&(<`|?j&Uqz=;6A04V)iZa_)44&J@-;&9U1gveUmGt3)WBc;i3+@2fP?q6sIl zOb*Y}5YxcQd?Dcs!(CAFM#A}mTv0{9Q+ot2hn+t;>8(4u!VuDw=>jX6x|g7o8=%mW z7|EQ4z9eSadPkSGN2Wnw5ifjOELG-kL)eVGqHL!%4qBV&m!j9`Q6aH$tBR3@`@0L6 z`DhAFT_L*8>{j;oRVLK(opm?FRbaB7Ep|EWtlKA#p|&zBn%<;>@4X8p8XYxdybJYH zaZCO0v|;pPwuh~**ZZIX8~zTOk4!GoyH}@v~-&W`&5}*O{wmDpIMNpp`CpyVt~3zaMnUX!nVlI74?P@uw9vQtphcmP@b>|5*5^3B$SsbMj8(R*r810Q5R_2+vx z@({A(5ryr#00K_+XQ5B>2PiTzG&Axjy?g9m#*Z8Sf9nclGVL?Uu!}OBxQ<)bei#OJ+SmrSeMP2o=yye3T9H)j!n-gM39=sC$tY5U1Dxcv260LHAg^D zNJOIzNH@*uLni=#`y7pr|0oAPJUS1qT->-Ez{DJq)2LbWoBUj*#QG@`T3Kd_>G^V$ zJ&xjGm~Wd9n|D;P5)cs}9niKF;Wirf&{&J$MsSe3P9F&Mhf`huXWe|y>yPQ?`>YB7 zM3sw2+`8Jb!h6T14?*Y-85_2+n+PK97CCI}y`7>Aj)HegVgH1^bu%}BLCn%GMHiYB zWvkm?byW(~0pLUWtQTWODunKcgX?*j?#;EvuUYxb$HUUPm#;rjGrf8!rl{^-=^|G_ z=h#1D;aHF?rid@M@{s~4_6-|QeGuR7^c7&DMYmLQYyqZ|m#J)&z@U}@Rx@%^SJue{ z5PJ!kr#gLK&oNE+Q6oMAuN9%<(UVwb6Qo$;_etg0PUe6HjIz^H7YExDvT)s1fm$RA zB8GTN$&yK--5Wrs0$sX)HJ)Th5F8^BOqjmDR$IY-(`>92d4NSyX9cgU?09rQqdCnKE*SVG@Xuj?=uEuYwlw~&zW5z8U&$E<3Js2_@1X5%m+vf83J3%3!f;_*|C>(q#+C2|El>mfRhFd;?nFc>+d$m4_&23gB z;P8Ya_-#5AtV=_k>~(-p%Ap}ITtj08(*~q5q>a-wKCK&0$J$X(sBJTIS-$L-13=c~ z#qVClH8Xn!gP0c!q;}k%rCJPf-!IpQxQAy3$oc?_YyLoRh}4q#6h>cPQ45YpWvB;E z3B3=fP7Of74ZR(aaEdf0cSxsp4byUIQKE%`Fz5y;am;G~ZMlN%Pwz^kY7W0IzROc~ z^P$gmQ;&gIZxJr*jH#;%A(SNu1GlB&?4tCy@ImYbAnmly-kMDyB>ug`!%^s#8|7JT zT|{$jnZWJwGaOqvNii6jX}kpr7t|v+j<}~jjto}eG~^q&WJ14;DHHcH4*OxE;=opl zhq6gd><1-tq{#V2w*T=Ico{Tmd~~I6uK~Uzp~G@={UR)ux&?@}48m2oM-97Iaz+8I z1@3TUH;iKQ+}-dSMqx2{uwqf9oK-*CK58s1kmf}q1!Fl-3*2FSm#MZGxJ zJ<0b>Xh2Mk%pk7#vT*{L_u4g*w}sf)qM%UY79DVJF12!rVWXb6h=hj3X7Z%t}4sz zC-|1StYQN}iZ&+e(^)4i-CouwcMUHKW=`q6 zEIX4*BR7nrJr5ML${*0p=FGm{R@O&(p&IWNCIu&idVJn?uI`U~4GCp3<`|p~C!dqD zwy^5-vOECE1PG-v7~3*D&LJIhE}r~DH3XfABf!0IRW+uMVn&M`!O-3D$`qycl{Z5_Zrk?UD7zQXyV;Jeigy2>CY%zDha?#E80NDanOyr~;_M@chuWJFcw3h7nZETwxnf7ks zARS48atd@N`XmbYb0XSBxER)jUT{MQ!yKhLIaw1$6fpbo_bz4HI8t6)KgGoT1iEB2 z4qy*%Ece%X&+e)3#3dusepRscr$tv1P#X_@4>cAF%VqvWoZ~<~h=ce&HSN?1CKEY2 zNQA>6X5c!7`cK+L1=d1b$KEQ|+N#OfMelG3#<6}T5X0hs{=nuZr^SfH#C@onuo4y7 zSwwV!JG#t9N@;XZqZ2}`EMf-3_n`$b8fje{1HnWPWB~99dS@?Yzj<%pE{^0NecqlJ z+Ti80nkskTi5(8DdxSSLk1asUxJ0xhZMN@-UE``wx;OXYT>bO7;5{|p4FDT$+@BmHN%+vFc)$6o}EzPZlMl<_y7m-(`7{ zm69Lp-wPQVQnQytxvsT#=dp?OGL!9=*u|N{cP_tXrBexb<5X5nL!`?Uf-kv#>J6;d z3+#v(fYD#s7R2J3G=}7}20KG>6+gpgiV7!a3)mqIn~lPg|5+SO08l`$zYFop7R@#0 zX6R^-5m?&X*5EPzHmP++0P4b3ETM$~{{8#elr&9R-LL`0a!y*B8oHSko&FC3upu;( zOip_L+7L=%?7J*d3f#AzEbwk*a;SWc!8|L)C(>7Ey%z23-pUOF1y;E3DyHM6rri5h z`Yqi>I?^h4B1Q2smUb68#jd3|im2;UDz#lL6PXR;9UNuq{$q{-Gx54u`}&V(&omGN zgY`V)!9XZyy`L$7Yi*SLJ!h?RW^Wu1j*V?;0kG$=lSoQiXld;Aza*($(d+}9zq`f@ zKGi(;OR=qMmOvmBi>&MmWtXnam@UE>tM)PwyUN*YEs)eJED0Qh0-Rx2g|ENtn01Wc zBpj?Ea*apzc!c;A$-T%`HBS4oQDn4MxWScj6j{lvAhIVK$|~MvR^fK~_%4ovD9H@T zXe! zUA^U}9fVb|h$+9LMvwq$_lW9q0VA|eoD`FdBmKc~8p)?t-)LWX++rHo`xWWQ%emVl zS#B|aB0I(khIK=|ONJ<|{Tb@S-xAIRW!bYSrpU6UKgrt3Q0Dk2iK$B5 z^%D!wvmtz{!quy28-qn|!wnjBbuRihu?-ftS#3X_(k;VnlWi7G(dbb`z6qru)V$5X z4}Hk%KEn#R!{Ri1xx+x@qW+({G8z5k1s>)_YdO~z)GN`xC4A>NwEdK2f=CqGgP2b+ znITFRFvX@tiPHZa#w7LWekIlv16-zwkKy$vZVG6j-3(s>PjIrUp-~fap5T93)w97JUr2Wn*`rEv!gu zdGa4Abj%>7>68y1613b+ZCG{{rlqBF9oD~nTq5#PR6H=;#Ef#4>@~ROk%2)%eM7t% zg&U~_Uvd zna{?t(Lz&qbb+wQ3?P0`fqpQbpVUB8bGA?2(SbDN@o0tvH_<;lA;={K*iylC9T~Yg zt!{@TEsM{c9O;JW?e3Z2hGVAP)P7n|A&TL-MwD`zLZFR5QhAVw91O_dI=n>g0~`gp zhK|p@FNi+CN0ydc{89kM;~hEvyq7EWjx>Lj>t4c%b=h4XG2mT~Wp*Z0f<1Hi60%ND zSyMBuJe|jfFPvmkPPzn!uFMzO7<+MR`CwU7E$=)V(?Q}{_uA)f<2Rcf>$dA1AiVVh8l28OOsqUhelA8O9-*l5f`&(5)N@j;NOJ78(uObk7YR1A_VU$X&t1OG2VtO!Q*#T^hU2B3?ote?rjM55f z(fgW1jyvMAT+ycdwiHf6&!ZxB)_l2mhfl_*zl@bOUj`>BWl``gxwaz_#gbc-oDN1q zMUOn4YU?;#4A`IK?(<1iNDGKD4U!~~&$Joa8 zZdk-$L$2!=qS|4{O;%Ih3dCIW_vc~UW8$BJ*fWWXn>v0M4S_dVu6-QSBTZep|Wo8C-go1VKT`QlASDT(9N z@84oem$M5zRG_Jesq`!EC@QwntS2x-Pv5Za=0tC~1~Z^JZLRz@H;)4BFQ*f&zUl=J z#fZbfo%}0XYsJV-_1oRxOiJLg5JyG1`zfhxMN~V2k$^t>r7Av#l;v{!6zYd$N%Ga? z6`6SC=ENXi!l@`nljCqasaPPdru#wE;8V|GJJ*vS9qEQpn8(T05^F?N?l5U+W7ita z>O2R#Os{+?HkwC8fccr_#{x%2N|ak9Oc_1k6rAhxzM(jN#V6z_f{&pC(FC+URSw64)SS&GR{(l7; ze)G{H7S;DI*snw4hLs6pE#1v!xE&rmx4DB`+E-vxUUgfV3?&y?uj-nG$g5)Z6ydz! z<4B3-(;?1l-ajFPDS6ydSY(>#_QJ1Y8l#b5(i}ICh&SItc<_-)7n@bdUt}TMpf^UV z!xM_*aG(qWWYUdA3Co{7yS5yIW$&Cb8L-q_E>}Xr*q__XT6jWqPDpTaWdZl`woRCR%T2Mszk2gEqk{JL2>a zB}P#6pVa1&X`1Oe;@M znvZ=70+~vujW*is{ldvlr0&F7}QTA7AXe$)T!_tSY%8N(jXytwzk7|Qw zC%t(7*ZIy8n(uBtHO5B1tZ&fuFfTu;r)`jtzf&qXKLcwkz`9Afe zQqyUQ0A+#JQ*C%3Y9rqbw|&`bKmSG<%F}=?!@GbLe0TqQtR?E?z@H`cw!Eyx>Rk2k z3z(F;r4uB$_V|l+3OMet^`$pNiW0UksGyC^YxJs%->jnz=rbJ#mrL+KeKOu3eTvdm zsq3d~^e#;e;{=++!MFNY$D6$?rNO(l@W)gu=pQ?JYLZs{70@T*(r{UiU4N`|vWgZF z>&4GwnE8UGnr3$X7EZxGdo~y00)H=U`^|$&NO+EIV!eYXnw1drZG*>@HZbz5oNVJ< zR=ueMN3y4D-lxR~{yb|t`~Scn!)enKuqp2@N*^DhRi5tf>BkX9S0!5Lo?ASsB4Um7 zRw6LpAxfU$a^Hv22X6;10OTb_DIH2auMueVWiT9S>4DNtZ`OA<9*d4Lf2=U_B~hMC z1sZ7-SwSzmIiRt_(G?BD3PG=TNIk{;f~F8E*9DBmp9N-`LEBi%!%Fd(86M;J<`hRN z04XThN7xnLT=ZsG)@Pys-ewhxvPU~=Q2102MlmT%@KiW?uk?LTjnQvdC02M0fSf9=ZYu^-cS*?JmK>#Xalq!K^CA zE`<)Q&3k91NW-b4C8G7-Kt#PT7ImH&#N{2Pkv3GGxxR zwW?B+=k3looeL-c$rABhh;g+u0=PQ`m{!qqxEsejZgz3Zw(2ljA!>ByR*?^n!pWvL z!b24&SIIPI1U!1~$D3XsAGoB2)rW`3nP&&^jEwIL&WZY_*`hww#UW*x z;hW+t&F&a`rq94KCM%h4m(r&JL2Mj)C}Rkf_&jf*qA1sWYGS;B-06u2H;>2+a9ird zTKKrgvGl2@LHm2y2ai=?wIg2Sr^XH(@5MEeUK7n;j77p@3nA`X`!Bmi9?vWWoJ4!c zJ$AHOWa1|bK(BE=bSKX1(mu;I^g#JEm-vXkFEr>yR$SE@YE3&G!{TI!~h% z(a;QR$To5kxh&>I510YS$>3_2grQ$kHU2O3*kZ|8QL0L~;A0H*S`sA%ybkx4vp!&Y zlYfCy3!_MyzRW{V-9bwvfp~-!FLS%wn1a}jrbnFJXr`myfqn#C7-5IEQ;q3_(8WS_ z$WeYZj~eub=TKlC-k2tovamj@10M@>liqJGjLj8-sFx$3u)l(Yh?$mFIFB!lOE^~Z zEqO7zRxaI6#^rjXpp?kgcgw+{(nU^8PYXP^|M0!NtbjA+L2*UPoOxsn?m?W`wPmD7WdA*?dMBl}U>jbB6 z&be;f6o5%f=3~>&Z_2s#iNcJ2B@Gi};@MfNv~Eww0prj|=8%S?V1Baj>A}rppD2wV0YVb69qR4tE$>n4?#O3}HhG zGm4(*SFS@JpBtU^lcmNI$tayu#4sivm2(<;dnu|I^5gvc>ZGsbXZDi};ImKzXzjEi zKtAGh2|X=h{mytS9}1E4#Y;|MDZ((x7X_cl{3yaQ@fdb!7W)z%;Y5mrU7B)i=D2ycqaGGO%k z6f5Iyx{4^=)X)ZI&ZZFK2VucddqQGXLchx6tk6Wite&iz%Tcu7*PcwPH4>5iVUyfb z;Gt{5nROBQ>tt5aJ2hhpD^IUPLpT1>$sKc-sX_$re4^dugz?8E6T*naCPV1{ zV(mH1tyrr8^!lDvVV7TKJmHHx&b+f(=WIJ@i~zw+nLW38e}NP&ss-OHhtC7F53%`_ z^hKZS`UAFK5A=xBAt7Xgq#(gr)v+(N2KhCq4QuZ5fG#mUVtB6Uv!h%rc)M3!x;yfxU1w1*X|MU z_U1sYj|FPe;o5bOMV0m}fD;o%DAvaj_GXr@RjOr5vvi1DjM0H&*>d(fl|BPF>0$(j zpS}G?M{=*6unVH_00!H$`spQVi!jUNk$0}_Esp?;!sN%dP-1u zgYO=FaD%wwf|}Scx`g)CQ8_(r?>&FI>_-GYM)a&mLsoROkU282e5jWk7Z%=nxL~f94OLvOoxpNC`<;9VS6FY&J89uiJQ2!`japk zXGQ3=05+9yr)6-xqmxCpP_1gur0;u?fnTG)cI3(eVl`+P4KR`qLn0UE#YhB%o=!cc zbw3odw%x_7*WZx&P6*jMeJa8xXMG$a;lS6MdaG=xKs7wGKJ;3B4pSlc;vOO8%_KQ@ zU_ZP*D~ZyOApCg)7RgsFIosZ|ctxYEX#;$rTUTd~$iLfYyh>8+qu`Y+9q<`#$zXLL z7}oL|Qb1#9f1!uo;$w6L#gH{zV%kjSF8$Hdi-u$ zO=lq$4X~Vqf8_f~p(0d0GlP%HX0kACN@E()0TSTeGB%?TiIk=toe_ScSq)q_>~_oeWgUxTJwX6B&yd8GgN`|u=ji0a-_?-K`Hy2z998rzTlJ8=l;=-M1xJ`x}+n@ zoJgwg85d$HVwNcHvP)m*XIG0sBU;?y2T%VFD#{d+)$~#VPr)CtDnt?-8PG-iceHYI zshFX*l+Sb9H500+ZM} zxj%^VyQi|eW=m)vL5H`FAHS2@!f^v%n6zP)eLIQ)a$rwqn6KTb{geh=5t*c8I0KzI zU|Zg8atCj8!oGUj0#XI<2md#TTU$596)(__sEdSP%|Qlgh~4wYNe6W658q6F<-JzU_2Fz3fcj z63w2y3y+g>&oX_>bK|Py%TG9YqCHE#??cN94j{CpNT&}k`5o7HkmHEw))FgdakP9| z@)zdH&S<-vTwe^xAY2cu4ac9J(~n3Q?Rv0%$8utn5I!eLLKR=0@SFh9Q=@dtoy_P0 zdx}^0eRQ@%(ERElMW)9{B+_=uhY<-5x7<|}pm1A&6ya&A-8Od%{l-4}ng2LJtqlv}2KNopd(xd}WQ*d}VNmx_`++qN-zBs;?@?}niooH(t6Gj|7-MT8X6UhS6*&z zr(*`q_W|dvlhe;C=xGI8e=-+Qc|ZOp>$v#iH{O4O{I{VQ<_p_cD|}oE?WC_xw|a_( z&}{iutX!CS?5LSjoB%HuU#kr6hP*q| zbZy0{5TZr9O&U0&nM#o?odL|1a+2BlNEbV}Y^D(6ToOL64^xcOwbIK8tFbAWLGCTN z5a+5e>sR-ewMl+|wS_+s{``v;#T7FXc@y=UvTNJO@<0N&l#$~gQJn-xisJRpe7iA7 zfJVmG_>M{0Cf+W-meL`m3r4VDCduIFe#P8DB6D{zjPXmwi``-ZVD!i7bX&1wp=ipe z{T!7TyTg*5R%R2i#Js?@am!;Z1iV zQ+O2N2`9jJB(@kiMmBLbj;#tB@NVh;f+4mj8H9-esS^Weg%{<` zPPcf;Cn69%C{ISLMSmZyk}I+ENfDyurV<$S6Oe8<3VUIeCgrm>+x3tc0eoVP`mh|F zdPYDxYr>z+K9qdexbBkwaplSJ5j^rL(NpLi=z94k9=+k~5_{Geidj9cT2HcNSp^Lq9Bc5xcsmQy;71@+brsn`gweYS9 zegI9qElF%MGpoE&0z0fRgj4^P)E;xN#I@k2H%Xwg1w)repDf{8aY3h=)+73D;8+BFo;>4`qYCJ};@aFUi z_$WK+IDf8Uu^bwQ#HaJZ`*}BA5DBzCd|Q+fio2o>#gncyIMQbd^U)OFSGu1709SQ+D}sJp0OWvKxEdMbAzpdt@{h!y@-E zScS+)xcKe3g5y{#%8exN^Nl;>d>pJ7nw`v@VOkjt^()orVLB_OIduH`K~lO&s#;*m z`c}{Q<53F-65TvxQ!HkgL!}3&sxu>ZCu9np#)3IexGftF&RE*eAc|k%*jGvqEFppN zQ@NW>3o7kp&^s*g9l(Ar+utZC5osubyP0U@L>D{BN?)51!KWG}DAvx-_Xt5%V(ul! zb8>B1mPSaUAU#6?8(q7G*SQ>z-;f>2Wi112D{?P|$I}Pa)dgmC-11|skAtQkOZ0rJ zfY|0BC8Cz=vD$0+@7B4ZX*Cyq7P+c6s?t(t0Pa9H3NLNA z`)P^$oK=>9?Md*(hCJ)CZz47P^^l2xZumWOQ_^zlAa<$Y9A$b=rx2ii07@YEwdkl^ zl7t)6hMUyXBodmdOA=8P3|i<*%Ce=dHs;{8$3q{va}Ly8w|tKT=0MW_P=h%NmsOS0 zIV1AhznGY8*?bMYGY)}babPmSfarie81eTehOclFvn^oUZn3@*_f|t<&_BwfQIuVS zFIiYOgq=c4Vi+#kD;(1jDgB>o1o#IyPa3W%#!+QFfrUw7GbJs-0;z+EHjBSotM|tM zK+Ug+E{j=klI%K2a~3J|$7Dbc*FEZam-D)FS&|aHO%}kX#C%dI8%I=%oNK!4&^!C3 z8U!Lps^8#t(JHu05l_2x-EVYZjlXjnZvOQ0(IMY7OY)p_-HPp+f&52DeRh$>qEDc) zH&8(KI7;~4FM?d}*1{hYM^y%MNibw01igFv5`?(GsY#^O_gZYsxFFH4fY(;fkj zz5=pR_K6PC1-w*@TBu?!KWeo)m4cSo;J;(=vYaGtho^3KzJ;FsI}&$b*Al>G0TMfd zJ{C;q@|)79rmYux$}-M9>xVI`j&_A{^aydROjN?#e(%z6BFfGyR4bDzaqd1UcTQhc zt{9lfc7^nmJbrl1*t#iBl*+{ZC?pFAL+w;=V1=7OgB=UbI7=*L53gV*nxE5?p|t8f zOV+Y}@PZ!tW#>HMdu)A2_dTZPPX?^+yC$A65}hUTF>F<6R~5X9;a>t&C6!>;Dem6Q zwbSD~UqirLwg&wgB+uJ>GuKF*1^eon0S}_w9!#IcBADs)73-eNMmb}d*Doc(;meb* zehF#>Z_v^Y2CGGzhHMb0l6UnY)qb`DUsGIbfNYcx7f%=nhC}e%i?+XfEl)a%U9huy zfoWfw?O8hn9%;+RnQ5((u^sr~n!iw#7r*!8U;Gp8gvF6|q@E|^Wnn(9XXgR%lys}a z!BS6?fJ+CNE?1)ooEG@_XEUrOvs{(X4)W5iaH2DsycPrjj|XP##Mncj_jC<|du|@z zP8g-*q6lRo?scU6;`OT-?$<}QrH6Y|M@zUJx509JWvbPG{#EW5qcP*yG!(KbcZ4b9 zcLKwEwq9>ysn#$aJNHi{i>EVhzGKQ#4-dr_vVp~mx06p$ETE1JM9ft|_-xm))px9* z`&*OoD2tw%?NaTz+OfM-aJFVgp}b%XPXIoO0~_?i-||kd=A9g5-(aI!MaMCTD}}k` z=j}BEyKykk(=zCdRntkFVBE^rIY~Kg(Em6E$uz7dPp>WPUDQUpKa%qj>YZ0wU?+@s zAl^4|?~;??fpKJ6>;~XRF3JsHyJsJ6zAdR~T)7_ofMvQ@5|ntVk93cefF41?0RdCN8dOH8XK8Owjq7sZ%C8xYSZ8FFsM4+*wG&k%WYd(sOVp$EV!NV{0 zhe}lo^c4*vWchAMmuGMp7x*?uS0+fPEMRjB3C7lIlAV_IOQU}bL6`M4EtA#VXk-aV~s^6HA!5zo(zlN4oS0_n%rwU<=uH&h7~uykU_LIg#D^mjYAgPM;Z>8YoroU zYp(c#`|5lxxK<7Z@1ST7*hQA0r@Qx9m5rqT>#5rPOEFMN)dlS|wZg;N&1N$=DfP=X_kw*_*Vlp& zWeWmLF^h(i<5uGgD@Px@Bi)y;OoY`yug-8?sYIlUs$K=FEWs z!*GkFz9ot~v4}8Y5DMeORG3k5pr}&o$!>S9-4P*1T+u;B(mMLMVtEft@4n#kEvHD| z?pJwVSVT$|E_HaUj)lOb!}W|3Ts#F3|VOG zoehC8SOEDsQ$Os5KPt3af^HalMvUml{;f0{;531Xj7NJ2QU6pJCg#D`k`+HW^3>Q> z{T+#|I|Cu>=&}}n4@^e{iDmD%^IPG&CEL39r3;bkC7qP0J_V~1E${zB1*hz`m&Tph z^zy*L#DRD-MDK$Q#Iu^a35DlQrEr1JB{1VdT#sL)+b>6%C`nFTRHfTu!=k3IwmU;9 zZL(XgRVRQYCbwgl;4}T4#3uf^>xxmH^0pjTov`fFa`cb(x)O?aLpVxyg?VFtBb#!V zrryenn&M5lg`BqV+t-*&kF(F1LrnVA`p9_IJYb2EQ7AR5@Ewno2b9!Qy$T~lL|+ox z+P5&06*hu#I=~o_bOkh6R=ZR%GESy??Y)ck0#3cB^p|HSQ9+>+{1HO&M(+Db@mIz^ zx_wn*X^rLn4p+K80qs)3&$!#Og^$95sS&=?yRzNNA2aHq&C8@xw)ZeZl1cNw43dE* zujE>vJsGLng=2ch*UmET$%2>ebDVH0i|&L04IQV6elWkP;4(gG^vIxxUaqVaTuKQE z>U3TcBE5wfk2bfLbMjsxQMVX))0dVL<>eF=GOP{0_itGV{ujgw21O+1@$h|Br??@!9P?dbTNU%R2_o#*A>u`Z9fe_#afDiwx;XI(nBX?Y5uX0va zZE6AfO7$?l0AoAMar?7#t{p!d3fo8zlZSzL_(uSkJE+f%y6h|5Eeth?(u2VKb; zId-J6l!E12C{r~CofZx^Fmm#aC6M$3NP4!HYQBipTnCM z9`~B#pUYFim(c>BWVanyFqsM35;sFD5=&s4N&$d4gXQZCeELlVq(4zn=2XVF)HAvu z$~0pz5SFS~sFYhXAOTWElE$F%zPBdJ*#%P7Y5B~NV!#;O=P`HHcH;l zB)tov?GBI5gwgN|w2aamw*)5<32vQ(Fl7G8dz=t3D{1_%4Mg}oA|oM$io>@|60;`hmSA>#TKl7@hqa@7s>KGKH!c;+qZxO00h>oEQBTA0nE zlz!2bZy1EqIgQ)He2-(&M&x8VmNMbdR>yQ$yB`lI!~{?^bLuxYLUhn<&N^KhE)UP2 z@?M`ss{T#W*WLsoruFUKvG%S;`a2f=JZH3WPr|`VntS_7;;*gHxvsqlQ$l*ib9Rzi zWGc6exlilj2VlFQTy~w;t5tHO)z|Pan*XT*K-87I0fPZ2GNJ-$Xx2o<0R%FX_y2l? z(A$ray7Xn-@)r)scP`cun=Ven5MmjbbsqAmNK4ke9YOefub3WXQf6^!`TI=B0f^=R zJ8|1((>(bVNti$Vw@)5O*RK;eQ(A?A4KUf_tF;8^EyC{F8$BE$9|2k%ND>Xi9?r+L zqo=7GiEofMR{XO74)Iek<59l&Q}v$YVu9Glj{~GLIMfR0b+Sr&^d`c&At=He5$cj5 zM>d~p6qiHd<#2XRSo~t?wh1cv=|w6^5SXkZbv&Z#g=+eVvM*Q3>PDJ7@79z))@#$R zhen`N0GvbMk>w5Q>+dFX^Dypz>ycsKWjHR8Eb&Wy0Om{d2KZL$*$kx~*(p;8ln|9pvvyL1=Ss9PV>Bhr)qV$$;IHfCJ#%cHp^U$k9!=9WKl z)XeSgI`OVZ`^m8^l9o%Udm2u08h9&O+6JgAUwwEGAn&HP7eeLK!|qLBC!(2$_|r_& zl7Is$Owpm{wKP7-^XKpp4m>+x@Y1RztUYt5hW{ftL(&jgb?ef;Cc^);%hD(_TcU6? zKgZsa>S$H!NxpAMiU56)zbAEg-jsfhZXHP`F$YzGvSycULJKR_o;@%a+-SZap?&3e z4e9R?RZgTA>RhY7Vki<&x8+em!bjUR>tQkbPFC;qW-6_r2?0=3@xP%n3|&9IqV^|p z(={l%0xy}^R&uR<{7ggWgg(KCXQCx{^jg_Sm@HZ68odijl`r{zByx*^g>KrF3-GW^ z+u_%Q!d|sj%0l09%dNxrPBNLGb;NC_WDK@Dg!h3W!>KQ8t6ogCw&A-D->DJ82t~Dy zK*I)ie7n(ZibwPAd8mS;)=2fA*yrnCY3w-Vj(_0@+mC9jy)VGAdub$<+WA0m#-Ti)alAD z33gT+o+c{kN*RK&CG+pS0!Ab{L4vuJ9ny|%&5z8cIlf$ueSDqxvwx?xo3MM7K4Vcv;*@8 zFKLT4>^Sd^8-0G{VAfB6(*LNY+cG#3tjjg&IE?B!G}vo;biYr;+A-z3v|YF!)poXM zbcAoILw48$yvG+bi$Yoxx$&?q$(7cVx9%~D_E_s%Wtw5F%z6I@^rFh7!F-6HlYG0K zX=G`0ti!%8QRjJ&49b|Lc8|vSE`n@eJ7oy(qj%h1lyFMirr8rfotpDj=-9%kEseiN zI8h~5|L4hbLyvh~9JgyiNf@8F)-%DRw9oqqot%Zv-wekg~9HqUsf*E5YOb&Bn+!IB9gCb*dNMvZT2c1`pqA!%)fSann{bZyOqb$&&J-HU}1cc6$#({+1Zl$74_QLA>A}Szk z_>Q$|1eJhI$DahwV{jvX$-{#v^x)(0$k0_F0}oQK->Vgn7@kQt9v+ns<)U_ekWD+JqD z7>AzVOYBy~ZOR@BC2|jtd$#BWNA_ZuO6?cxFRlXQNrTq+i)^1iIy@i{$D|2<2*NM@*nk3rmJ#ny3WOHIH&U`OyN z`5Eb-8C-M|C4uw7=Vs@w`}DysYDw*2?{H-+B#4gnrnaL3|4mXQV{zS6j#`6#C8sk( zuH4%Y{fg@@pNZLEY-NE!Gn|uQizBF?3^U_@dXhGiyO)gpUin`E^;Ac6!-=duyMEm$TxygM z1cg^*3-fVD2yi#sDbgm8ozy$ncmEB-_ziQTL`k1lRofHZMhwNmVGe2>4eBIr+Z+2c zVfC=!64d5y-w_`W)<*N2E=()LVBT9Ogc4A2wiWz-l0E12syfQI12Pa!XAe&Z?oG%Y z=$nynT|#c9-s$3hLAnNEMR0z+`c7~t1Rhe_foq!O6uWM!d#@IP0>0_bsY3j;!leQJ z2|Ehk=-N;K+%5&RDoLA1$Hg*Z0bgga)J(i4ql`4vn*OjB29$qMmyNJHlY6pqMaK%C z9*5q-a}MRa*cPD7ymkm}#`MJ^8iP+d%K940UFi=kz}ui6K$FwDF|L!;xX4$fF~)kd z7JKv^k4_Jon?KG&aEa#@8xc}6?#2ZFC=ef3Gt)?3=w*)x9OIih zAFneP=F;NX*rvfz?_&z-%ars*+6nxV&DswV?>h(Cnc3)advqm1>GYtP8);&NsX<#v zVOQK@^1yuzfg_G(Q9_;v{yFefuPDh%*-l{s*lM#=!tqD24ukU3G&4|I-=>|kGgbeI zIF5|IvUJ0ah$L@s!TdV{LCcCb6TNp9eRuV5|{BU{+2&RZ+MB8F=7CNJB4ZaRG#* zluqw4HaSASB#pBZf*XX?Sk=;hlda;V_j$bVMfIQ-Rl&PPHxH)Iw}rL`^3y1d$-1!}nV z+Ih_N0NS#Bani5g$Wh?|TGLx2e0{#F;w8kN0vU6UN8xx-W)S~b7a6_fDa&-T8vc>T zUpV-iT(|icIgh$U^IMNPx}5*??)w#PdGSNr(Le_Z7V$5-)3Mm@GJicHktbwX`YRRz z3hlJ&wdCoEh-nPo3K6}Ph&spe&rke4IlGv&C}w4?+ z;swqz4?vd7?%_r$H3`di1Wa1LYP_@o^Bj2O8{jImwT8jFHD*y45%rVFR5&?^0*V!R zOh(gPloJ!hZm=-nAO;s1j;ib<>dbYcCqPH78I9%Yhf&-2ZR)dbmZFneMem774Im<*<+(qHcG`#vO z9;?Iq&(Xiu*RLoX+_-8zH#B)X-8efDG7%a^z#K9dNKHa0vb;I$j4=AZj}=B7IlMbarjczmgPuu zwK)VtKJ`z_;iRAxbc?Q1d#C}5rv5$ZYbjZjrrncUfO?tfOYnE$zC=y#belHG1jBo{ zM=!fW_=#~mQF8C>2*P^Mh z<+xl@FWyl83*;DYEK$-`o7F-g&Vr{JS}fG;Y@f~a!mXgOof*Tpu^Zrn0K=Q;ZPvHn zwcD~~@MLNJe;YH{81xtN1g;P>$*5yC>_=lkX$rbX&W< zL(|WcHK+Uq?@R^fw*Ry)7IBvMNViNLpU6EJlDc$(l#~6<7{-?ubCh8E)ZxR6vV(Qv z37`B`2`bq#0^#Eox27-GN*bT0w&#f&{g#zWe0f}VDU~LVjpVG6_*;L zaiQ#huLYz6EgiC=V{-6}e65mYa?VpnJgRpH=b?6EL}XPl%4%Bn#<9sSYyT?DB0b#kJLx*4dl5IpWanaI5a-G8E=lHZ?;&!Wle0!APR${)&emZCJC5aflF@h{ zLoro)(R>8nVX!Zg8I#i2tr{o80022VBqmLZbp)^rGN_uE(QyoDOwh!S<)A#0f#L>H zo)ZD$LrHiZKxI9{6AsD3Tbrrk*_krJH_eO{jNne`^h0&I0?XEYS3J~2%Odld2P=Zt z@z2#(|45k7-~fJ8D!fjW_t)vipAczMp4iL1>%HQ|3&kn7rJ*tU6tQPlFcO(GyPf5M z#O$C*$uj^bzB@vyXoh`R0ugN?_z%&xH^yAnsBe)Ds$mkZsF+(3t2oLvc{F<4Z!96a zG93UVWCK!DB5X7QxejIrP%YVg4)Y7yY0q3=ipRT~-EJ5F6eslg4J!oR*&E+Pj*7bF zObP?B!*Uz%c(n#QLThih^jg30CK6`bnILa9rhrJSnAZt|X&-=dcG+WV^7pHiX*F0W z2!;@Q;wkIp#n!-qbG4D|n9#rj4MB$V^Ej+wl-u>y6iG_1z5y+ipuQ6s&7<_# zBLnW`*B1#91Mz$_Ae$oJfNs=1&rapG_h$ox1HI`sGm_tWFO7eFQpZ75S! z9P%4OXSuzo;=1HOx&5+Cd-`i0WX6stzM|T9uAEYNXgqBD@__cSHz7QRoTd8DFu|8Nv%f3RiBKVV{* zLA@X%A--R~jJHUDx5D8cx8uw=#fOlC=58w>IP*_jXo5&GOF)JIL=}D;$Rmouzjwp+ ziDkXxv`jC71o79Je-U)n zN}9vh)O<^!(%=Y>=4P`Xu1rpdBzJlI{x`b80FyK^+_^j%yc!=ypg)1JaZ#~(qy@S; zmg1q=8RI=pqBgV>IACE#yF_A@xxz!sw}yq-S8Ikm5Jl@?&E9u8O+g?zkIFov<2baD zu~2;s8VlT&qJynqc$JZEyIi&{dj(mg-fy|mSMyOBsV*ifd0Kkxe&He)u#a%T9C9NC zrHF+gX;nUJff=(t)TC`M68iM*Tzr39m_Q7I$}CvRv|P9{%<2wvki7kY`CpzZS|HXNKG)*gymp7t*?h%-PbD&OnT zM4TCH+})uoYF&{I2Z|`i5s4TE>uU}neZ~xjAK%H2dErCNS?Y5UwT5XXlC&)6GNt4x z(VF3ieMuuU1Tjz7R$WG<)L`v=JofREYc1*(RuEWj31KX81$o-A)G6~J*MkRKox1vd zr0f%=93@mcHY)g6{{4y8v3LornGmh|eq+AZTUD%kmuRU`2Y?pBxEM#{-)AmSu-L{+ zW&yVbxy^~FnpZ-IkNc`1Hwvb1`CRO0T5h3caOBj_+tZyx4TZe}oJ&2nWy`7-CZ#7H zkf6C1?;we3sxPi@P5vbEMxUU4UJhLeH&v!V3&}n`O*;8zfyqcvEW9Z@0a2sYf~T!2 z!m=Vru*r>#-)p#X!^;s20Nu-aHzszvHB3o$ON|sqq=akU}VQgo_FiSvx4&c3guKHDrT_s zru6`vF7*mPwJS)IhHn{_YxN=LHlBF7c)EQ_mW54+bkb7(mYdR!0v62NbiJyV{L}CV zkIY_o?l11ac-@KhEp9d9y@59(BEpIMEB|e>;ybHcC;K-*9`t9f!$MnP3{Br>Zeo>K z1xg2*yjKJi?wtYqC~iAyg<+1nqBh_zIECW<%(A+t%o|~23!0dupx|}VMyv*jjjR8z zIR?U{p$gd=$|@jFAQp=l7E*43D7&-?ZS@CVF%5sTE@NaT=|4t0jYCsoQ?j1#K;d?lY~t{?+oiqaPm+ zx-l#Eus)#~2b9(H^i5PKC5n5ts>^8mI#MZMe=ck*TM?~5k(%j`!1QEv%%Z*PrxZBp&y#P%>vcJ0StQ^;}PkD~_CF9&cLcdRH%j4k$ zM0*-I#?~#|ns#2naDedejiV&RmAi8QPQO_X`-znOn&Ae@?_7<5#Igj1hPThcwN2spXk`cycY03C<{`>J^f8KtHGxGw`?ymTnNoB69|l?VPG&z$h7oH3w|vz=nFc zt@0P+p1%kAZpqo1^QOlnY%E&N?QIY;Rjm01edYCTMRpMoso7`IP%6w%&zkO^vTKb9 z+H1oRmN8A-9L?15=^Lvm{f>Z3hH)oq?wesC=r6TylV|zkqgEej+5aRAx9g&)9Q!>; zx&Yc$dZ^EtHIwT#>rM#aAsJH!$q$Gvgt~@dvg=Am_vcH-gyXbfh z(&^1*^wsY?5PcfJIoXm@`8ig~(t09JRqa4o$a4N{fzD8A2VbAr)5X+#CflhdEK;sj zF6CG08iY?in;CUFKhL{uv%k7PkNYQDUzBKm2;Ll~&g(p$ex`!?E)H68e(dUdH{ZCE z&>+DEi5IQjzjg>WSqlsQfpp=?KLVMfUseY40**)(%u>VN+aL*-bB`-y^7cx(=1 z>eSJTZH;g0%)?17D?H{PmAlR>6* zBQT8kPcA`h$)rcoR#)A$QybU58hUBMs33dXU5djm&M$+cM)${9Bx@>fnI4*IW^|n5 z+7Oa8jKDvX$`f&C_z4%?Z|@$KrnOD05GMxd?m>V~Vk#zL(+y{Yx{fs9*&pc+?r1me z3#VQHWtHhpr$L4>R)=WWmlyxqJcG4$pJmLl>O;SIF?iS~RYB|q%X_40TbJBf=0kRU zW3%;OGbYo{bZIV*xG`4>1w9gZn^+C0_P3dj;c-cKf0m1zSl6#b>HDiAf9n0U2xKrdP}DxTJu0-nwQzTgMNNMJ7{o$By;F!9u~F+i;WUwqa{H-g)j{NyWZx8| z0Z~GXFN+u@^*|NB*%$tzMxuNtg}a*r9aU!t7^SI#69_%B=H>TfbiO%UopE+hn>eh( z9H^(6UIQzH!E+*Ps^f*gGQO3hvA9 zb0LNbZlav~_Ncn)FAZ^nD2<`qfyFWDMD&zTa_bLB&5pJ-gV%VGB>i-zVQe4r8m(3> z)Fgc!y@HuV6i!ComY)>164qvYc6X^C);d3nkON-p^$(b*GM36(2vgq5;J&g;`#`8YqTP}wgS2}z z--ovHnrhH4d(29hsB2dqhN5bPQ`ogDeDPR2-!~$%D7=YKp{*_KFGH0_RRL!|-o)d> z;MmXAdx{(B!r#(Hn3YciRxNE-C;B}EMV|EDAxE}q)%!ezF+|VPsBmn0Z1EJx)1(c$ z(iJ}^E8JVkSGXz4*rUP_K9uaWRhKlOQ)2Tzc$g&0>uLh!tF`h_KqCbhwcq+K48w2x z=x?QDeD6f)I~Hkvx)vP`vs!oPxe-k;n^lbl&L!|Dex`e3DQZn_r%Yvzi`gicJIJWYYwHk%p;ua_wlzYIw`L#+Xw8v(+x1QjdwPX z*EqmrvpW(W0|!ME#`X38BFx51Hd{ByN=_PwTcZnumUAyLAQV@6fvme!U~7MaLW1&0 zxW&$J!*zB1OM^7xpGz!-yX>gLL3uI#Df7d5?g3D@RDTKj`jPl_en|X8KzkCi(hAX& zHYQtVsEVmO&&r96UyPw1VV#>@27+GkuT%t-O7d2xVVsUKgAudC9&;aW5SXmnz-0+T zPDb;QY5=zsgrrTAt7)*vb`s1S)B$?$%8`Nu7EEN2;~2K~?aONA;0W__J9q8yLLC(b zSB_(5K&LN2(zsojIlL#cZT3|OIrlr2PoL1LXDSBEGjC97NI)c*95ZW;)#_ku<@g$d zl6^ZazO+7!EL*<1h!mI=hGzd=qIcBs|Hg^N&L}1XUJp|-ZnlFaoQ6UeI#E?bdvWIkZtUQ~#f zWg@vm04h;uQp9Ytb{)oU+W1+8i}TSCec;u*xh?PThbOEcs z^^UCBz%c7Z^w^ulAyuNpT9=ltJ^!0~=(eyfMCg1C)jVN7H9X1%Fov+ksvR6y~A$Ij0POMH&Dsi_-koALy zw8p0^kP|MN1hYY!!56t2sN-&xx&hLSG@W0QyR`SH54H+g(Yr2D<)zyU6svfY)Ff-P zHc!5Bl29QG>>#Ox`-Kqy?;J*cB--O(@e)&*|KSK*SGtm+q~4uMRv128PIWWf$0u68 zR&29VXn=d1N}O)ZE#}Y^_c(akNL|z(1Jl=bW5{mK7iE20ydD*7nJoVbca^XM2OU7O zQ~GSL2`57#!F)VNetR}V-5d2YhPAlKR4BCxSn>ufzmRdpzinb&H7+*wg)m71eS}{p zWMyX2R(iq~wnQIqf$1Cx@I`$;TV0x411XeQuIuol6%`Nze6D)C@Prtp!)ru))SqC* z{d@^%o(NA>#bCgN2@Tw!5VEo8{=V&BJF9 za=>Q2IJe7WabIGvnY<*C9vt)|^$RB$8UwJEMZ}qp8iHH{tZPYI`U#*lVtVbpug~n* zX^)ON*D_^!BYORJd55!=@6w{cDm+Wa=f&5`q5RV3ECP(`T4liU91MLTj_SksE>`gz z%GQkSWLm9h;A6TGAkzA=ZODnsYfm%qC#X*jKW$$N&@~K3rUsCxqKsIx#^)Ezc|$sc z8)BO1A;B2uG5Ltk?!xFCBodnEj;{nSRxn?$U^1#`SdRq>8LE`gFw2{TNU_I3j9W)r z0PQxhtHv`EC#hW2>A=fNri&uI7Cj?)ai9F-UB;HAFA?C5#?{S(h>2pTSE| zs3pFn#Sk`g-BRMmwjT24OK{;I9%jVCbe;@IGD|F6Ckahc{K}{!prJleWn+ZG2L}l4yZ0?jmBVEb**bJ1DZW!~ccIZr?3TvQh6M?# zL4794DVyE*4NX6WW{bb=W>IMNESqqVy8_VL3STGOzV59Bj;KrJ8KS=ZJDdM(4m30i zQ>6&gCc1t%vaIZ|9AgMEqyC74Y)PVEY}xwMA9XsZ;8-&0zn*Ei=?5ug$^3N6e1^QC zA8s}6pC%VXW;eiR)I>vo^H02AP_;*p+td+47l>k3Vi7;3)n*rR=ARa+7+LU;UpE-K zwb|BQbQ)oXGLY?-M)e%%ocR`HA5QgEgX$A2-)NL;-I$(>|KW%K@y;NVbcDD9WDS`@>*X}>x(lABC(SdQL{Nn-!aAP%7*YmPgLYixZmje#Xh}~~DG*+y-Iw2l zq)MM$bn@SHo3mo(jM{J*#7z9EsVaJ{vMufp5C#^8H91Qzilj~jOKQC=rM+Q7WK6be z^r$QapJ4zJ%}9npeFV5W032@*Mq&vxF}1plQT&h-MW0%o*vaZsQ5OV?aWAPqM*H0d z7R36(hgAYV1akN4;<@6!!F+B~irf<~I|@6zeB_0s^Zk98_*^TMYsfA};>;z9rC z@J>;QPRtvM|1Zpr!0)GUWzlBPbtdYHv>B|v7d$D^E~l)%m8RA}K1B<%8#)~zRUE~3 zL&Yk87|$65os|Rkv(Ls7@XbTUFjlf57mcmDAf6lWhQPRoiXIh!HHB4EDw zzlWQ;l3S3-B6BOi)2>jv9n}r74`UhBy?X$lsx1NPynUIG8D>M>i}Gd+s3!5Qkc1Tj{I@6BnJ-?y}l__*TJOZdBEo*hnODbNGTEFhVIpkpz9Bnk;skHQ#+v+IV8J7Pq# z9li9Ix%B4kdgT`JX)7q%yWLwbo0VNfc;Y&q=)>eA2ffTa!M9D%p?C)JUx~(VV>tg$I_^lBqZ{XiMin#TeEq|DD#j%mQ#alCoXN8@Fe^ni8GDK*eK=5dKP197+@1gXA7j4Q zHxOT;7ee=*E|u)p6z$+%-(ctj@}4q6fIK#Z;mwg(v9W70Kjhxtq9oQ!*kORfne+>* zb*G}y5*t|?rxk7CaW#Nrhy`~%0B22=L`HJ)MdtTdVq0n!+4xm>DAGBfL+@-RguKWW z6uU$Bd^lF>7p7b9x`TZwtW`_rHLAm;vz_eDp1X{+-(hfDJ|RBVC4}@mv!{P#`xf7% zw#_ZBim7h>9Og13ikye3Nm&#=(xLQ;&Hj~U0zy80x#21jFx}_x*IYbv$S>a<%q45O zC?G(=z{6PJaCn6C?k}DeFl)#P8zOnpSYIptPfP#W|p_-eRPXjVG`xT3t!fvwQ3Jy>YByjuR~aEIp(|ak+f!) z6bfh1IF(Yy)*Zd7Fg8_qGO3f5xm%u7+W`z8xtA;iwMzhQ8d)T7G`uGtpMt*Ep|=8+ z?LMMQ%g})O7hwT(KMx2*T2?;0S}zB&!}?$Y#>>P~ko8u>8nc7mW&cgIDFOHi_VTk% zyEtHrF}HNMzT!$cdYK^Mc>XCzHL8;E0`8%GjjX`rPB-~wtV~{sit4loXG{PEstQZo zj&R|sA2%Q}cGf);zEnYfJd>&BbMaC8Y)~hm8#H;7`Gvy8K<~eo$YJPp2aBeI^Q96>JWz_s z8OzObQyuST=dVNO$NK6tp>+el=JTD0*4$9$_IyKu$BiOv_2=B71R-sa-pZ9Yin27y zA^+5j<;dITDb6`H`<1`VVOde%_Q|kg54y5Z;t~+ZB8m^5(%aniOkOGJ>N#pU z#2)~K9|BI^{K5GX3ew(*y;F!O!UpqB09}*~@5?{E{irJNUIGiwsx)?&@;LmX!p<5T zlFKDac!Q={r)V4{croanY~OM5ZTCAxyZK43m!?C&JDvotPOVyU6gYXMRE;I{0=7+g z&*S#7NsupYDczlyNmqH6aa@$ll(7l;d-XLr7gQH#c;|s2(guNe$&g>c!O*eZl`usx zyFGT>NObIm8nMT)af#0>C!*GjOUM3`7GB5_Xm~QLEX=;C;~Zy_4vogAmuVR!?*u0m zs^*yhGR{HQ4JBUKsAGBUSD!T@@|{94((esm$r z=Wv$y3Ssc8_^edU%dz(bN(qPrHzTk#_&eLV+10>}YMVeWh+fh*wN8VDc@n6RpFLxc zq%T-l+f`Ht?KHG#ZC2FyI)F|rJaiUP@89%@Q9w)&AC3eJ zGX^mCuPpXu7s1nhv=C&m10fas3_5%mk|d>D$3}DU#uYpW0&-72f&{ZjnjPr2Ni?`w2XloGS&&*e49BXV- z{o^AA9yN@4le5A+#kaIk)7)1V!XY;uy}PC(EbIN@LKsXOdDS<-o*%(3*|q9NlqZX; zAfOD;CrPd0SZ7io;QSK^6Eh5)nZ{6KE9JA{h|@CbcL*F*BWl)-7pI(DM#zosF)eR* zxGxWBfcs}U4`f?k2da=TKEoiPA_xbQziJ^?ik7Ek{TdiOVr>j}Edt3wwtEO9o^$KL z!x7%=WE>EPIz~ru?695a_8VbDWuGEyb{_bxMXld<6a2Xo1@wu=&;DwSwqfdsSNaat zCqdBA-a}DAh<2m2S;baUBK#YgDSH-K*>jEmF!-$8olchc)KpGXNGA04J!+~QqVf(B z5b>cS#qR}`|5vYdH+*ZOh*q9K6)oyjZ>mNr1ZVnaS2DNMdj6hQGK6h-Vjfze5rQg!v~!Lh?&e;7 zd&%Yqx{Y7t;Usk8`HjY?ymRf0s9-(kGuYgE_qZWGcdsu$o~cZS=;wu;m{O(7v>h$( zNQK!&3=orgel~D%)5K}UQbqgUkIE7KKvyp7_OZVy_1AzI**4VZmK0hn$IHQWe+JN>*ZzU*XQ4G9)(k4a0DZFIvped1EUrO=H! z2lsA8LY>bs`=sR9U`YYFU(`sF1-O|F>O^*5VthUdHHzw&kionDtLnQCC@pc+UEhTv zQqBrW?lU+>l!i+jU)HnW^n~Jra2QuZAT9c(A3&X~4gDwKIQQt^&Vct*5+@|=0>4r3 z!wbpEwDBN@32Z)3+Wq#!mI+S|-K-jt!igxk-8sUxc2O7x!Bt3R%Ch&cp6o+YPm01J zFYNuO=4~3l2C!PFj0Ji6$!piDwtrKW?OmKqNu+@FgC05LUcp;;};y?5ALXuUYm3-G5YI;oZCJ?XxM*q*6uqwrv z31=0qJk%f_WZ%-qF7^$suz$Swp`06<%pG7{hR7bOC8MHyPh$(u!%xN1MCy#~5MhTL zs(FbdNm}V3T>*I0SjmwAj7Dq~B3NISoN>lx#QYgSf$e`fJ>i;mBj$w0Fpl(wd=90y z2*QLo4wk;f@k+lRSp8|^+m{@Y-8<^Eo4XmYZrol?mmxbyCA+0hVEYLnida%*TIcD9M=ceO|ESN zJ%2g!_A-um}&=X}1WpCI*{%K4(9vX^Hnxaf9PG!K_xG80?T*+HZ=$zHJT3cVL927m_J8 z0`&ZbHaeJub+nhPb&%PQU$DIjth_d+oQry>>Af=wLr`(k57n^di| zBG4tMb(rAi6lx3u&oYVsecp#I*PCMgSn-t_yn#aX%!6@Z>R|h7NLLW8RAFn6ati0F zx}M=oY%Nyda%mpKx82xm+T^`06zbnYQBRM+MAD}APr;6yeqBnWs6%;9;HFYp(;+5# zl$LSAcA??Yy(P)2*hS|)a-EY^rg#)m!Rj_}0#$Vgfyj<97w{2leu#-NEh>-xkbpDK zfmw70>O$rNA`c@K!-6w(J|@5-BrPgO=rY+T z$=dTMsq(}Qaf}kF&dR^fS?{nc|KbFYx7%PyKkz-R&WO#g%oJDLYX zQnrs4NbzhJGG}<{JYz9oy}9RDT)gmbVJnAk-aQ|wGt+j==g_#;wEJ6j@aj@Q>3&7`vzLmwPY84ea5Eb3$vqAf&7XnfLsP|6ZZ z(XK=n2NmCu-co^MDW5K6LY--XYN|*$)C-vD6550XV-zR-sdR+Q3(0bFUEsz32BY@w zD?p9Gm{ZyJ=5+zi4E>!4|3uk*KpLAFc-d&7vqD?y%-rtu$ze4_!jdrwqYOhafdu}c zE^|NQ=W#8ceSXRB{b7B2j2#!w4?guKsOVA_WH+fETqSi<1p0M!gR-YMqjZZ9+csDW zwhX)c-hKG{z`DMPu;FyvSTOK)!Ivw>20e_ z46&6qM4O_u9cyqAQwcT+Z@L7rG`~}h}2f~j5bm8y4Z4;zdKj+`P(jO#4j&f z#RbV;#VpMnwYe8^>_aifP=U76v7$gde1#VfOxK|XF>5~rRFQ$2MlMD!KBRwExy<6} zdgn~0m8w8M?+xTZb{0nFIk(uS4l&xOMo|c*74tgc%ncCi;0a3H`AH1-KFuEpj$D

zd_Q+%!{ogACgguNe$|*iEKZ>`Fq3`4S9Hn)9|9M{p4Rh^u*A2$bh|`thUi{N1GKov zOL6ke#jyx{IcG73Lxf>J(ac6xh}DrK#@+YJezQwEQaZdh&dM* zk(sl2|gxVHM?i z=#+IFFoaQn^-_=ANW)s*NF_Yju*7pbYYlO_AZKMTDD{Lk$AMX?`m@olNqSnidbd_` z^vQr-TCi!ufc{Xe6a+WKEbOr!2|KKiTRuY~(*Y{YRph~suB_73=YqnTbQbzrO0G5& zx=e)F9bLxlaJh~BYn?g{U@IU@>x*d4cy6(^_@ENW;K$jTnKHiufFF^tr&av{5d(0eLi!G*F|(JD9Zb$Fmk?JlGLX#G^^~F&NbH@ybQ& zZ+lpG+?QI;3SWa2g5$LU)h!DcdEa+P5_a5I5@-}`8IRrhtMQ`XRp1q(Sb5PS7i4Q7 z%higTS}-_7?9|n7Sy=L4dbdpo{fpTtG?Sm|Pc7q9-h*0_n;-WDV;%Ku*u86;c765m zOLmpH>u4S}BEK176L&7V#gR>NP%6U%hzC{(0H^hzQ%@pOB;$Id2Hcs~7K$(gNCQ5->Uh>ey>%Y5$TE z?~?liyGGF$zCq@XwPo6_H^iDqXb+^v#eETww4|=zoi%^cduiU1U^r$UH7C^a;(GuNS8NTLbdUf%X4Jr zIcz#KOy%iK@)F_UC8v0eRP~Zb1SPE((JtC)zfA0NUUuB3_|iOR^Qm9yR98z+2*kh5 zQ8b{q2c(aHEaD4le^FY(!{+|~2kXsZ8W;nzE^4n`o&9w6^YCgPE zkp&I>qr&Gh52K1@S>uRujj! z1*ZBX{NjMk=&ooJ^EW|>L?>7H7ynr_VrlUMtT59!6WU<|Mj+aa#(mHfyHf3{p8%}E z7JWGzcqKqO+;8Xk7$h(YO*WiA=FzigN$6x`0(XZ)IAu(7QFA|GRdh3(pi|Mcu1kW& z)LIoQiCcnRq!Miq3hG-mNDD#8u20)~O|9MuSuq>b<|(Y_P4Jn6D$BTSqsM|i)!VR_ z{ZE19TYnFzLSRCF!x1kGkFKpDtmw=Qzq+D#w?imoGkD)r_%p=1Rps*C%=u63_-av> z)IhZBC9D*WOCLcKg-XP86UG70G+QV_hLP(bN?F5?uk{~sLeA!VUNG4CclqEEQtT0f zOzdl1mS8AC%Cf9|sH5MbXnZ-s#94vlZ?r2)8BkB~ZUvG-F$e;+-BXto9Dh| z@jeRtqb4;x$GkJ7u@N(G7gl1B6>;6IX}W%qd|GV#?UEw|R(7s4{GZ-uzfTiAf~3w1)siT;@A zX)`zf-hpGaF>zEf?@K}iDNfC6W?GbT>z8;UDg;=YGswFWe*BuOg+$B#K0Z)`W*nSj z;h`4)$oqWu0JVB>&f@yH%2D)YsUp~gippH2|4P>I#W_y|dc3TR9ZyQGIDe<=yMZ-+A5zTSk-%cf8=6+#tKN_HFW5q7HGrsy1%tG&yMC)U@ zCs#ND+mMX#^)ITq&&_~`xgDe|*yEYuJDzpo0zywsymlCRsKquRgb-hu36ZhgvIdYt zpyreqGe&;3S4#NhM-~wIU?bNn`NP#waW+P6%hJZ;Yy=DL_)lwK>T)Gg!O7(5*)3?X zt<)+zSE}s*a!FI^J(V1iC236un({caw6eI!=2+#JRCgO`8QPd5^G-SJbwyGc)wPpC zbF47$iG(e2L)(j}ARN=mnphW0Jj(QOyf0ehzOj#}AlaPAO<9f8>L&G~WBDXrvId-> z^~#m;$j?P`ROmpjS0@C^lIp$HWL;(Ec7MAo%tovZBoyeg0l_>8@?oZ8o079j_9qgv zf4g2w&6P{@8K32wPwil8YBQN59wsI5hMt@6jlebNCo#d zpz#XE-QfMSprT~FM%0E`h6Px;B3)G3Iw;7UVda;>re86rL8Aq+D4gpD6Ta-gnigV8 zX!_Dm6X^ggtV-O$2^_s6*awVX8)LpLu-V_mUf|{a}Zc*0%IvCC<@&mK_EcSIyUvM$Ai|Rb`Rn%*U{aVyn@RS zvvZQCiJzU)!9leOD=Jihju~Y&+lFo7ftm`W$yY>n_~z=0@Uq78t+Mc7ROvop3^P5j ze-T^3ZPubAnw{Z9au~c)X;Fz`lEH_Ih_wxJyE6QyaO*U}pA_Ubk!AR3h^UeZ^2L9d zxoCzE>)YznY9eX&qAR?0fGHj9NW53B#UfE9AvsE=diTBlCMd%tzdRdzV6zHB_m`2#~(5DfEmCyO?ZH_`9VxTqp5lnoVmkTQ@LrK{GGIudaG;G!af;(Kd*E_bobT04?=eLy% z<^_{q&>mx8)h!ive188ve)VT)6(qbzKJhd1dR1-KP~lwMgl#e$Z_}{=CED+ka)hja z!uB_kBjm+G=G3OHU5{o4y)g8h%8zW6lNOP@nz~^EGYci2uioUZwfhmvfID4}eOT1} zvD?3b!uB^@9x*MYY?Q2I23g)?6hS(Elg1-Xk6Z{Cjx6tUX41M^e%x@zOMxl4h_qQq z1SlR53)l|{h41^9NGy6Pju6I|Y`MU`YJ7ar<1opiogl;piBF^`qtTx3RlMf850GCW z)f<%0qy*w^3^3RqI))d?Sh4iF_L%U5wujyx2J8m9?hX|=z`Jv1Y&QP z6Hq*ycOqp<=5{BSNEL9aAsk{OcMmHcsR7mP{;~{{k*AsRpIA_+-!4!+7s7N(7^0VI zr2U$+e1u#g*1#3gcsQ&YTJcJijQ^;m9)%`UE{&0&kMnF4F-iHgwij+5A^m$ZV4@D6 zEd1xGA%^d%20!NqU5r2PcQ0Nh1e~dC6-DElSC22vL1nUW+4qLoqu}Y;qdT|XzXCoY z{c?d=#80I@I>DPaair2K!bY5XP0*y^l?iXyXQ)4|Zw6r1DepA;y9xBL@976_oKRhw zrQX~O<||jIhND$L;mcJONb{7_hjK*#uNE*T58{&|Na!^U`Ug&JO*Nmlh-s>JU|;7U zkhEc^b_zZ>S0~YLJ-?c%Tek@j$=_2cR;!B|Q7SmNI9mU!g>xRn8k6(l6)1!uEiKsv z)GNIU+|p+V%CP8b0-tH+cA};xcBwJxgrb4v00bB9!8`r8`XVUL=6?=5Uc_GC#5P(o zWvfSQ4WZ2+{KVaftbk+qsKT7#Vrr|Iy4FVvgA>wZp;hqIArYUdmVKW#wJC$TH|@i( zR5+@jqHwzmYNsgqA79mc+*ohjI18bdM{}jg-oZN0q;vk0`nPR|OR+ZLs>!;k23))g zm3vXZxw}*!3g#DCPEtP4i&SG69TZ<;!4A8{#hdZS8#|^wZejh-@kK>gDvS@l7(fET zw!eeI_WLW79GtQT%_}=W2N&0VTk%i*Mwom2rl|vb&V1Z`Vx(%$BGVRWW_q{Yqes*c zy;rEgQfhb4%(R@P6DDtfc_#0ks`kr`JeX~+vz&63ZLss&2At?M0Y+H$d8riQ8TaGL;H%VySo_2x5}UHYn51`=X8Q6vmjranhFE+aRg`F>%nqNmR0$zXF3Gollp+;Qpm_y{KJ4`5d%3r!`q(LXquZ z*fO@r>3nECi*P;Ya#`~{#?t=l9-5O~k&9_zXbNJ#Iq|?GVbN*9Y`G74C zQ6;)Xh5>JnC2qAzbIz1)8x2O82&hXlvZy!62Y!JvJVvJojBP7jUrcSsQw>=fVRK@6 zY~`C@z{aaQ@``Cpd;9kpMYwD3$zE(JyB3!dKH}R_6 zk^0{&VT&d2>whW;GYj`R5SGB&<1#auh!C2`3VulJ(!U&2dL4+jzR37vg!wZOYmJ1y zKPdUSvO0xLVog<(a5qEpm8W6Aq3Oo>#gaNI`_XP4oldZr#t4pm5ELdnqG=Z)F!~4} z*#&k5D)f$I0ye8e46w8&^y=#APvH91A*U98g&VmU3Hb4E!0 zN0RP6W|Bdz8i>SETM(g-3w00yeh6w2G=px_e0FWeLae`~O@MeFv^6yhwjUo8#?qdG zvU@4{ZEZ7h0a3pugl3ZTWnv&6BY2&%SBHH3Xj7QJV?NgF`9TexM34ed{A`99+;N9x zV)CR2dPI{%3d=9yyr*m&CWg{1i=0xpU|?ka$9dxGxiMpsIH6-gqUZszht za6Dlf@;0Ad%m0(GDy4QkifX~2kz(_|EU#;z>|DY-;E)te(-|nnbSm@>1b{XOwxo?% zR`xaqHqVe5)eoZ0O+@>ND6Dcrd^Dk=;gkm#-hS-%--S=o%ESldOiH#g+!jO7NnPo; zQa)R>L}8!5gUHJ7U|VF*^}X^!%N7mx3%IHV)mRl>i({aiVQdAo->yQQe2)~Cb$mF= z7}PlN#Or4MUwtm+;~Pg2-%9AZR(QZ5J&Z|?nGgSmO9`A9Y1i3y zXU8!_GSgyNMk$&3w&~s~5DBoI=FwD%^*Shhc=&HjaYt$^e)uEBT`|OFhu?#3DEZur zq%-MR6Cx??SjuN@=W;8Aq%{Z=QV7hyn=eu_0?+^^IZ8!Bb08-?PuyK7N|0$)TFPd6vk!lNlPKSK1fzFXk!|3Ab!#W5pctt+_hV`|J`nQE9&fTh1$;U|9fFCJJlytYH~D) z*2V5INz@iZ!b1?_=qm)ul+g5aB1Y=aqB>gJNP66ntAnT^w5Q5&eViX~-w~<9=At9*gRdT_{g95)BAP{_;Ko&7JGnN8N-OXk`odw^FsAL= zee7eNmhLcW9WP3qsO#k#Y$Mqb>;i2~n%=RT0@MIDV6nRi$oSO+k7^r+UgP52)7p8l zHe&JsR@}QWDxrB66NYcp)wI3cvKQa|<@T_6m7n^{hR6GO7z{%C3{!FL3MBo!n^!b)}s&r^1d6UsxtpX&qPUq{i4Jhwl{hZo% zM!#xm%wODO&T4m>)&KGG8a~Oy#c*AQg#$db74mku5FO_PhD0~?!84s@_FS9t@jaOn z*N@?T`IT)&f6>&c2tme0Cc?rY#n%K~OC&3&=irZ9%@%~h;!yo0^UXsQ9l}Cy^mCXn z2`rF|q*!zT@0NwEa24d^H`eSzxOVCgbDZykUVTGe%WSN5riu+0Qo$OrgvD7_g=iLK zK_@r`%>RG;BWYm_>P}927OrL7N9=!UGs0W~uO)QutV>91c0R6aLa{MmMg zqJa=HK90C(4{Yu@v0h+b_Ij*f4DgMtNMb0xKlg(uqs{87c)TI@r03JzM78n*4Ro8b z<;LX)HW*6w#Tfiey)7Ure*QXcL_xBa4fGgKKFq20@QU(Y>Zt!tqN6BbfB;2zs#B?R z0=0I*L4;J`lp8TW8u^KV@6PQTeP{456Q?w9MpNMv*8`_2vTC#NNQ(6nK=mjQ9lyc` z`>Z=LN#?L@|V#TH*!jc(@}k*Ndov{dHdsr^8c2L52o;rxu&yy>iIQt3ad7XR^_ zu2H5D`CyV61Ndx_+y?A!0bNl?ns~89_n0YJ$vDTPW-m+*D-JPcFv3a5Y95Vs-y@s= z(*+cXQ5IYTW0ZIK=&bg{$A$q#Z}X5joIfXT(_LXQ=)2Qxdq{zEt%u-G;kSASRrqA{ zJvnBA8@X6^8lxd5tv17Lwl~~C-!b4{9Tco@1aQ}?p?;deKKNxW+HtNDiP8oWA>J+fbA*b99xJ2&9 zXRK?bUrd1rEjt_jSi%=ddz02G(<$bi`o5=BK3mp*5>qqosOzH=W8+$XX(OqP3ly`0 z)e5WqIL<4Tq9zYBt0TN5-GJHoF`Op%B5@y@5H!j5tvLnk+16v#8UP>LBTYpLpBWl3fBesRSn{$p8$?Z@yQ@)AeuxjY& zORjB;OSmMArh~$|=I!n<7$`b(2jZaI;3-|wcbr2th7D7a2Y=229-2}b^`55pI6)`_ zk?UCC`k2t~^~hu-u^VQv(a9W7CmK&Da#W5e)zF zDH*xXaND<}*@6QEDUj1a7->kA^m#?gBJgpMOzuk{%|SV>JE=)YN!}Q=MG_!Q`Yyc8 zf|wU85*p3(r3pd9b(|9EHp*-A8Ul9a-`XebO~)@bfF}*i*RtDESc? z+tRF1o^WGMf4Tnel5@Vb;OVp=*M{mT-6R6SfWE-HFM2kAw+(G0hxNFqBc^0gXGK(5 z2h3Q4cpV?k%fBoJR!clZwEyr`{?MJ2oYpC31RAFrYnc+`^)Ei)I|GtJ5eTn?!d$d4W z0~dH2z8KR+Q&j{sGj2{5- z005z2bddb_kt@D$y|h904|yzu$ZXLVS24Dz-^MyALa6h6Kt%l{qChROFBnu!$#=K! z-2UY5&pGgb+p!CWHSt@=!b6~2S*gInpq)=$b@1LBTj*7F?FO|B^o0r~RaE(@ z6wxeXD^L>;2C*{u-KyUc&ufAC=1&t8bNoEte%m(&$$F3jV&65gNV`hno`Yg133NYJwjS(Gp5smS_Y1j7R z9r-OT`(^88qqRdcx9n^~-Sl%9joE?qY1I${BYEAqYEvNE<(X0sP?ylkgg8WEd8Paa z$+^Kc*5emVj2ruOspoE2>ZBKXD_k#+GKMdH>uK0ySZ;}a7~U5CPz}$u_(NzSbsE!^ zkO-Nz_UvoIS&(Vcv;RHm^yp3rVT#I_(qp<#u6_?vQdUMWt}O!agRo3+ z97I*x>6Kv9F$MdcD(+mhA1VljR=kHycBy~f0)cCAFlN%$vALjhN+hAs+7)vN_&x&s z2xIvm^>h=E`-wc?GBn|N>_Y0|kE>lmHW=n4B|aM*KHjfaaYfe3VnKeSRYk-kPI#(c z*NLD(i$gG$(aH*3t+VRtymgb-e&p3;6D>m|W?h-7p-*k-s9e$cQHN*eh->MuZ>TM` zafzV1ogr@BUnp?Cr*-CtQg&(ROrn@H;K6mZ`-JzdsF@8eJVGe`Jd!bOLyg}W5|oYJ zZqETtAgd$uAX+Mkx;E;vY{YrwhangFOj8dk#S+HRaK_UXWE-vg&7DwE>pC_U?_S5j zwNEpH@lI%;O*PMX@X>UCw)ckjgj3BK{qV$n^VBv+HgvHX z{6hJxIe8`6{Q~D?KLn2T$GP_bZVc&V->Hn%V687XSTFUmb&PY&$`_+Y^;yf{`Eq$+ z34!;3LM)2>6R}eUM%G88_{0;#c`LXiE?*6_kcqf+asB6MY-d%n^3>0yv60!Eg8^K-yVR$LtOe)S zd6dI;He6m0C{H?dqhuN4I49gW-drn`tXkK&3mmyMhz6TD|4XyP3uKOS?EGY}yX9$F zCXbVPt{?rfH{%?O?we{3n%kN+CJN~zCR#XlUi65u<1l;@u5>hCmwW~X*7jV$aFGws zs7)sp-mZ;=Gi4+D7>O&i7U1iX_?}s_&EVc!BQI`&+-kMM46^B$r|U&%mG1z@5kTmi z!(sevHt)$$#9Rm0u&kg~%!5oA@RBHA_*8s=r}-#xH9vKpnGCUhHb-O4^LD|D#kAfA z+LfixxD&a0NTvE&SY(f#0B8(z;hA`4(m)>{OwL1>t|9*m%i25DhC1Y|NVECK`{Y7y zPoC_?1&ov}*tLL9;O2)-Me_9PM2T!jZ2R#hZT%4gtX)7ZUi=UEwyX)o+X|shffYa< zdEP=C^(5DP;p%8qoJ}c-W&@jeqo4~b`crH^b_P531zNhTEZi9jB3{PeQq4hB{c%}} z6~%dGLfPPM$c0~iTRQr`9jtP|{2Iz>7z2G^kcpmGD3iu_mWcRSde5VTC2?Waca6yv zD986JV6dUykMvb0l3w)sTOxU+rRE5f)+os$<$n^V&%pdyPi$b;R_J-3%!gPUE4bfnkp_V|T&>}OJA6IB} z{G<+Pn>Tz{-bGhj9zNrC9v<5{Kp#ca2|TQE#ChXjTL$tSM;^EyU^ggThv(FE!gs@^ z?DW1`2`B8B&$zwhadx@m95}){y8uj2s0WOm*)#>gRrfGR7zgDnVY+oEH264x5ifc~ z;B-J2o4ws8w~LK7+_=4F4{>OhEV^Avc8bs?wP3lTl8>6!8capf{Q=gbP@A8?o05+D>`qS zL|t&(Bpm2=LWhU>tH!d(Kn~?USb)0%zp;&%brBIywc;7B7B}hin}SlAz4xRD>0uc4 z*_bA{IqBUkG>|-9(mhqs zqLvC~B}g6X%6Lp!y=i}^RI^_}?wOHfD?WFR2dYf1q`!ev_Y=VvOPf-NyI*toJK>;@ zt4Nn+7cD6d>cMi;@H-AbY8R7F>7yY(nppYin71LeoMxZUm&hy%iXIkQJ2#1Ym7tDZ z`Ptw${HWc*Rfi5JN-V{4U!Ey2t-2?$>f(KfIdv{ykq4Wo9)=sK5pecTK%C(B`}7}; zFabpLc7**mEFGTMwSn|#_fXh#LmSOrn~d!daeSrq8OvoqKB^1wn8+TtAWh_6#{T42 zX_uG}9?r0O4=tRVteh<1w;kFW?1=Hr^Qqjx&hcc8Ys!&I<#z4~KyP0)u=XQybFX-> z8B@hi#~$@MsE*c0?LYSUk}ptieMt|9Rwus)S*6j+0#yXz==RqNuxnX%*dj{xF{sDx zr`NgZTpV1!^gl3n=Fj`dow3@snX~obXK=XWJI@S2O8bRi1T-5=;qUQL(s5GSkufiF zQrcSjJEnR=o~eT2GcDG|4O!cYCukBf7R%hE4a+0QzUYIVbu$^@rf}_u%((2^qLj4+_??Gbs6S+l^ey_o(4X;L|L`CrJNp!FI#qR7zWZcLSn>~m6rFy5PWl6e7rEtyK^IBG7Q?cErd9W)%;>5xbu#jG@CHD zHV9YLu;5(bWtmd6PT-SVHTlCa;<(~S2QoKi>|;N^3gmq$3=e?OB0R08-_N>AK;}{e zSwX8%I)CeXs6{3+@sUXbg}qh21^AU3?;nJ|gvJ5~T2{+CzK(c0Z~%amibfeD8jeeT ztM8|24gyGV$=k#9={ObS)RWTYfLP7a0{$pz$r4E+fJ<<{vgo$iVt@-3EPu}B5uCPd z>tV4BFdvRj-BYy`1Vh&8)2Ca9STFQR1->SY*!kr(!K0? zR%TLCa(P-sYs`hQp@snL>vDptt`{UA|IDp|ce9ZVRFu&jtP{v+%TIeFHP|K>!kzxr z4IIOS@6W+X3SjWENiVk`WfMY2@JWZK|JN$>8I#APfBQKnOiN9t0+aeFzn1<;`7X_S zvt51Jz`a;>W-QStKh{v{B1UdpY-x=ejmZy{E(}zhGTjNUGg;l>7EI7YL(dzsVC0e6 zW_me6PQ*894aVEPvN+yKf4|Lu+{}gl)cL}yfl!hd55Pm@9?;Ed>Dl{ggYV$AJ9OBg zX*YFd-V@MIXZ$Ja=rovT^%p}-W9r;XH<@;`3ci#V5>l1s@l!i^eh;|UR3h-q?=UWP zHF-y*b^)O0ET+f|1}AK(8XRa zZ*SW7!csXcWv2$Zwl^``cTbXGL9cQw!kbdA5%$a#xSJSdV-{e9Ets-_&_thhG1pv% zq7Q#};)prmtI7z=4RP&(87j#T80|j)`eB}A?C<;D#GCTjR_G9 z_+6h-ziRc2C7o08Odn*7h|~9w_%#`?07MhgrKCU$rqDs7Fte~yR(@iR=3N*m0PwKC zA|HXW1C@{!B0lQCz^jlX1^M$0}l zn?^mXUDh0QbPgbFEf%MiC)RoQR6Ub2isPi`hVfIJNnK1q%ghV+{%q6q_ih2!pg6o) zbF~1swA+Y(57tlmD^j3@^9xEE!x)wQa^)q2lP^CmlIx`=P;k?eqf!{95@ws}?@d!Y z+6^*^<>QSyF&%2`p={Iwq-P%tE;0HzLIcU8F^vgP>Iak&H;T7d{4$}AW})@0!f;D3i?`qlZA$Y`v;PxN%sF;9)$ zD_cI!Tl!ENBQwz}!95I1T2|jU6}4 zBYz;x<9Sb_GM0+k)>oYC5LJSnygt4^Ar~W3Rt;1yw0VhwR0|s^e;CEpaEgpO+zK0P5krqR?3+UZkYU3%MpRRRWK1kfV41f^ll#O$Pktd0G zMs1PGbIw5jq&zU#7g zj%RREx3rSlI?VysS8}EPfbINvtF{SJ^fdU1M;|Kh~8AZ5;nm%#R!u{;9i;BqUb5sIMMlif&;~1EdV3>y%K5g z6DsnZC}M=?TUZ6MSYqk>R_vT0GZ>-41E8-{b^13*oYmfw_MWCPb=8cT9$Ub~m)8U4 z%~InP)`NkI(`m1nWxQ@@I`G&qC?$)#1I{GaV7oW@dSI?Bc^3_x4Y#HT;vWkQ-K77e-rG!IT z$UWU+C7g9}W4`iXDC$b=D=10SeIT8gyjHmX@re}hq~v5}P-o0^ff=2mSY?CE$oDCP(7?Ef|;F(lmvkeMN*|25U%WYNmX8z*=|b5-&HtdiW+ zeR6_mO`(bam}-$7CLcJrMOGgg#UyLLdpIq)!-+ww!-H+XvK*JZ2iCMyGv1^2GJ7$o zhk1~7k`ti}*_OVZ;kOjh!$d|TRbdDE@Q24%WYMTlYRn{yl){bPEL>Es1eY<8UeK3Q z{jmP@^PJVW^~LqW(Bepan}dC#X4=gs+_Gio{0F(5CpG!~%@|ge!+jN8+Y1Xe2^5qv zIFLjNN#;_C!bc*EYq$q8#_!h-G{}Q;QPCyFu2+;X)gZP21SunkQAI~3NoeR@d?cNS zlG0n0z|v=D;V9e6j#A?6sY6gmzk%^hkWKE2rM+n> zk$IIsXEw^1kTMiV&AQJ3+5`CB(14IC3s!B1xp<^9$lP3;-4&lyH=b%u^ck2(nv(vgp8eF{fpL7ksS3EyW;edB|! z)&(O2{Dx)JOpjR7syeaf6R4~3@0(`uMe@c9f4pbxr&TJUFrSjB9}-^Kil;-RDrnrO zosqG9Cu2m+2g$B1Dt~j2O=S|W%J90D-UF*qpZ5lE$mKz0cp$qJ*2Ny!Q!fYor8HU4 z?s)?Gk#YoBsZa6}uCej!E$_uVif0y`c}!PC9bysOicU<(KWENrlg}QMq1Z_cU*)^@ zDgkf_~%uTE&6F(%w75lFw%Qd@4J?34xA?MSTUI4J#u z3}j{^;$NRMtXOa&Y+|m&ktcMtDXLn=(GhQyhnAr12I&y)M*KntD!x18;vG8{*@6cY z+eyEqyL^s+df{3f*-7>-^WdjRlxra{z|c(=qvn)}iIrFu@pcxH4h&%fxXGyruL``XS?rsQxj%f!T?bD5>ncQELGUsHf@yFqo3v ze|1UWq0`u>{$Oz@mNQ^dQ}RCU+ODa`)F{k&dLiouE*4f820IFEDbILLqg9YFD9@*` zzU(v7wdY)DyPX!dP8CNEt!ZEs|Nhm@r)e(dLw7&iLi6GQ1*nnCwcLMspkY)*T|F${ zu%R8xM!<^_&wKhMd=)+7-BS8ZoFbEkO9;7Dl!{NQ$zEX@l&-9KtI9UPc z3C(jVyjX!ho6PlLkQX^8F*rilw6MqZ5&f!Xlm_2Bhdn3VwE`R_S3`pNd;l|XIAoYAjxOk~ z4G~cdOE!zIPq<+^JZY%^>~UlY4$LCggi-c1?6ZqMXbgIpjIlSPFb@H?Iz;dc>cGt< z?xu_bALu~G5u#33GwiuFm`wekpS**y)hPFcI#Lw?elE}GziE&zOnbv?Z{1N72PYl4 zqi$e_(fv&f>t)wMTEOYUvx?&E&9A=d*AUo1m8m%gKAI6mQl0T`t>!oASK6FMwuE}i zCw1eI_^&`=5dAmo+sdh`{)FpcIW=cOClA;n^rHiu-z#(28aw)VZ zW?oWn{OiGyLCt1h#P2ge@u?oZGL?Ow8qV-1zg_>;KI=ny#{$2hg1-aW#$pCeVYuA+ z@D5m-$PA$*Y7C_dRm#Mn2PWi6q}xWcEXs3lf#s$ z3@v84sCVGz5x-e+{lHQfcA>OT4wa&BdwYur+9(LTmj+vU?=26-01;LzvFJVhs$pLt zTkmnjv!)zE!}ZO8JGjwNt`f zV^Fp><~$gBN;4BOd%!d@7pR!o%`H@l<)?SjIHB)N0JkoegSIqC+*cWQNa_)Z(IDx2 zJXRKRq%xmM&T(;95SdW#rX1b$RFrrtBS4ObCVh#g{uawU{wWzv-b;i1UDd7PdP{>i zxi7$*k={@frh`pBs!w%&OadhNWPR{bv?=aZ<`*R2Ci%OrQAS$#Zu#w6Tl(6AM&0_) z%xB+f_^}+p$t@h@$!T6Tl}Q!|l%qmwN-gRu4>B!|I${0}cNm?$F5)8y&{K`(3^_`+8P#5N z+4=+;*u%Uf{J6{|udU_a7S@@wOXEv+K;N~B!WeY=gesk5*!quN<) zpCg@;$uBJq{`I#UIemTrB<2(py(NFE4?i#N@||`Ho;Ts;N%3KO9F3rP>89~5qQ6MW zL+I4kSXSCv`>ZnV&$kp0UNKQ|-orv|5~SL^We7SF6mAoWkb@9WI9It#F))@S{elym zMRN9ZjrY4d8%X;W_6V-9>iJ+Tk0N)w_ZYxEhE6J;#cOD+5yWTWPQai(pwcJIKdmvJ zll4WLlHRzP%pIr_@-^a2&9b!y!DqS2KT|W%i67uQP?X)O#{>2&%FfyFw(jcXv*LFE zN%L`gd}kgYnO8v-hRpmb4cB`!KZH}dwR3@NrEGZ(@eO3@oCTKK{7bCZ0@StWG*X<= zX>>7BPXdtsJl|LXjrg4n5^#HKdspVlkVvCa?N}n@1+JNQA(w6q8zxHbZz$hdd4@*e zCUh-{$-a^P0-z|gSsb*>5mWML_ItS}oK4BS7?xhaAf zh6WcV7uIU*E(iPxA1L&YH{IA~&L?XoAA%4OArKiG0rql2jJ%;<##$Qp#D@3Ftj?V_ zQ;gC~B8=Ewn#tj`ayN|%sElZbx%PlDT_7%MN?pUXQ@Bx&vkYm@nnq+)+K`i{Za z%@zW3>2QsA&DtXmKlM}gkzu-Y{>6= zm++bp!w>=r2(lR*MmL80Qv;;ll~@g_kM90ItkrWO%*8$cGc?P}>=;{PYk!#3nzbIZ zr*y9vZd5p!Jf5y!V%uz+Pw8frlKNg>!aH}UFB#;+0>}<;by$XSJi70o<1zk`693j7 zG5L889tU~7oUZ4jF|%@CmJi0Du|yTljpf-W+e515%4IqEV4Cyv`C&U;4K z8VfZgtl_1)jESR0Anccg6JBam?#D;KNGapR8EYgs1!F*^&Nq&p8(qV=~)ArmK2 z%2jVS+-I=*4jftbV!ax^GGF!VyL-3olD@ZWhU9Vh7M4&>WTsiLl2>ik()&y3_3 zja9rN9HfF3smJvqNdc%*WX}nVHn90lZYq4yL^0%nD~LbgDkU#9l}2kB(ffY7lrLR> zoJxJC=eE*8lA^{{!?g^?trqYiVtc|bL7PJ69iyBy?|*n$zVJhNXo>UmHVZb??wtPT zblk73weAVNRk9&_nPrK50T+g+YGdYLlvk!IqeZHQ_@B9e2EOb(!4vkQH2I?nHmnCI z9C%FKrfLyB3=kY-yftBfo{!yMNjZK-D9pGETW-q%6m~FO3A1y*n}93W0N@r2;uQ^A zTop_JaG4hJ!SAAh&lOXU)+%MX4D_a=wPP$Y2QQ^V^E$wq!HJHx3J+`yu5x=#;VpRo zu7jz|(W(aKmplx0EAb_a&#r^~-(jwoei+YkNOW`^5Yr`1gOeZk%Uy_uFceUgS(W`3 zyBuXh#c4Tb>{IuFRIWeW9&%8!uK%jG1 zt49eP(8i2{2lJ!A29#TYzs0S&=Ao#PjUc$2c?X8g(R#r!Xx2%HE66K%P=quj6Zn6g za;aqG9W0rpasmOwv(xWPrFA1$2=Ifib2i6V{Ma^eiqA}t7(QTmB~g75e~7H0CoZzX zdILXAy5)Z#$!MeLH@kXYxXYlGvfZ0W#$QAXQvR^P&?#%oh~PzH9yGiL8U)IR*o;S z&PNW@wJzlzV2>stHM!2mceqZtdOw8ck2zr;=<+xLbJVa=g|zT_gLB+R&0qgL#P(_7 zj7Vs3@#(S3V3(AA zYzV|e7Eiz}{A(mz+q}azzQ20KWi>N)aTnJ8CZl{KoF&f%6wD7~G^X==Z0;)v)MWPH zN(@HhK~eD2E_fbh0~4aVP)qnSsM-+CiPAD^Lc$_@G_@KIrtGf``FI8rP5~<1yYY`|l&sU~rs(!>ZrXK3|No3W6D{ zBlRX3p%H|Fwq*P)_YKWZMOijFFuqpvNkw?q?;JFg)dEbEiBRo1W-uQM|7X5*!){C5 z@y+zD^hqY`%5Bj9Xv1TIlZh+X@6ZpiAy3c$L0fL~;Q0*J-a4%H33;&-BV!xv(a*jS zrCKX-Y4y^~#B2yfSy`P~15TsH(4Z!b9oi_oGiRS6c-7G^VXj(0@e`AL1Zf+iqHnyE zAo)fSIz*$Tfi$l+qQdVDUP_4T?yuu&EmCU}^`Zkg+A1EWbis4O^u&7Z1<~418zXA> zao12Y3Kv-b4F6*KS#%VX=`^x;XWW?0&s&ZF!aw`YAuib1BfKz0eG+AGE07Oxs~%X7 zfwWWQ)#4UVBS-)CRdq^fB@gfI^nXswk}$+dre%&`FZ->8JHRin$Ze?XtmC9jZ6;r% z9=gst{lWl;XwsBB4c4f20J(-Zx^9J|WBFtyh2oPfMqv6}hkS{rUb0#UO#5YH1}ct) ziI)tFUA4rU>Q)bZP!M-~hrfV7Cn`z%jUjC5D~Jj$cd?7qI;D-iUKz(YSiah5{1t7E zO6tNphUN_}6%1SR1zd$u_IiN02|Yhe-ZHL&fo8D8H-XoF8o!r)gIjSW`Pn#T4Y~QI z>HPRAK)x2xGgY1X5*IZJw=Zg5 zIpC6Ow0(_${_@QL`H%>t|;qb@?pdmJBLT{hPV zxP2DB@y5>ww7T8&$sc;Lca^0D*Rm{P$pzCYa1_6J_6iChug(PNeH7dAgq=87RkGT> z6Agt1GhFOnmb)hs(&DU`YW~E{r>!SohvS*%V z%E8;zTA5ed0E7pI4wS{~>A*Dau1zqnj{4`*XYUf+YVN}pFL>%}Ak|v-AjoDlf3r9} z2$kr>S?@zAHX))D?a1pZ!^!yQ$xI*z$<{a?jqY1R>%Mexc&n%_KD;_sX`ISskmFUA z_hE&2gCbjxCYTd_W-T>P=*mfsNAN-N(9`a8fpY|Q7AO5uZ{)*l97@c`_B3!x0Yh&Z zel*@P4jkpbtHS0+p)Y=`G6Kk3-8Ym>nrW;8Eu1%Pj$8j%;r#Pr8L$XZrEhHxW#=nu z(5*^;*SSVD`@CGpI)a$jQ%LVl_Li-8{hZ!pviQ5&pL%+WX6gb3o=s%KS}S_&q<+rb zgZ{nmPJhu9_U}txgvrT#aJ|p{VNNq=$4g>UN*n#r>5_*JtnYQf6jUfn!?Y>ZMzm)M zo8(dh5&teNz&CI;jF43p0ElK8=W*)18Mq@Q6f}4f6q37FB>q#@1${7lc@#3*oR;>h zU1sBNGh`r6V<~K5L~bVcuY4KVL}lQF2xYuc-PSx~rYk`G>6r5J?6}f4*z!Z&5dJ#i z{!d!J71{BHJELpn<#SZyhnm_uKoUZxJ>2bLr&gL9ve-eQL2RRT9|*s#zW9?N6IPA8 zE9Fr?bkZ?H5)}Ccyigu_*?^Tj>VwZ4iq9~75s zWxd;#C1mAV%Jy*s$rd<{m%ad)hWc#`t|ZO6K$0?!mRzh6hS)ukvC?hT_><>jV}K2+ z*U_Tad_+aDC=+i+W0U{I8FF0Z9$G0p<=G@SyMP*T(pa*IY)1k%&C+%tf673%12G0`D9!T+4S|13Fht0QB@(0T&6+_td{H0S=O9emu@@ z8gPAJ!PEd$jUKt*p(8>Ejo3r0cbcF(QLz4fmO1W)qr4ImUTK2PnqVe;_4gQxeBoJX zS0POXz?drMRWpafka@38-mzB{{c6By^e%U)wYudH0J z2oCcTP-vBW0GEUUdM6D5GYPkI50v}=IgyFW9ewQX?g7kxzG0wNK-+zui_}ND9RBTup;u3_6W<5(%B_$i*6PXzv z-z+5<;Pwp@A9@|p87Id>_;4!9D}rMA+gG>}LBZpyRshK@k^8@qa<*$RG$6`e_L>xI zUrA_E+sy?6-A$u1@^#v@3HQP$f5^eQ>2}mz7NGH;5^pze(jt^$x*qd-pD&IYhgkAz z%Vc*}&)SOO{S57r+hyjXKNv4yx(N8(Wjx!jSM<(9tCf+>Z=15v{pU*1CGBD$@#m6v22G{Q`Uyc+d3?DPiQ>5d1HEk4yPw1M zM3t+h0o3Krh^sUNv0Sx259Cq4%vEah0T`am$&h%oQaXAs#?d^wT-692M~o*lNl$#% zuGD^dYTPq({{YCOi@(n$Wy^6*Abd^G7jO;J5YY_3`=mUmM9@Bh?PfY5RVhkKJg84w zXGOEB6xl^MH{SD@WM!O0j&T_b^~@2j2PSw^a1#J897U`1f?Ct2V~{5K8pNbNl2Dq` z*TOLZ7I4L0UkE4o0E}P8IU`B>*zzmP3l@P}{30`~Q4giwU?Z}ijx9QQ0d8&Cm@<}< z6g!e7yx{wQ+87qUEsKCz^ocuxM+SY{q%p?K4T@$0?n+Ab@sqF3d>Un#D9;Wyepi_B zB=!_T!BKtV{;C?%JAD~{bo2;Sy7)S$h6SNAB9=_tV?VdZAIt17m+pu=&1$bywL`ZX7EEWntt?TPXW?%hlv68P;bPCn7OrBv z($I;h?xI`v{=uwK0PK64Qu45Q|8W=~^UfMJ!KzcpMdYM3X>n&yIPxixy7 zLoS078nPj1USj!*DlNP*63cF=cW14T*ePqPg`v_uhGC|6wHRL`wn`~=Y4EKE>n3C{ zR-a{0n0ka{jpwD<$gf8t+c2|vxScg}ecQ_ARn6Mh{If6uA-4TIAYn@2+-x`*syYe+@BI2tst+ zC__br0G9)Uz!as|H77D80c6zIk%3Qt8So^eJ>w!3+8(hg;`*d-g?hss=badpb0ia0 z)g^pwWD(Yu`Y1K10J?SxxlpqhU7+53!xcjdIR=X0=RPLdwbpPXjAK+%B{vI~jjb#T zA+Xmqo%rs*%*A1<8OAZ@`k z32q#d9WKt*nUUu zQfhRX9@HLs-T=^-Nua`?m=AddsH+=JuWqt+hOR%^=! zBCnwH^q>ufay>D>N7rVIFUnsk+tK)C3-@X~Vh!wvnDl{8a|p9QW6cHpSCix4+&P~* zFh=|Q6a9ZbmPxMglISQsU;zJ)3~m7M`IaTyKuuN?rjMokKoBN*keIVG{yOVW^N3qo zr3)K3TBJk%d@N2ch-wL1@yoyBWOpsZ!NHj$;8VwqLvc~G5fEPB(R1q);OaA6&*h&2 z<;#U51O;!5#ljb0`F|d_fR*~w7!tavVtv$BxaZaO%eI>Ao!L5EBmh!W*h2TkN!R#Z|%RA6yy$-PJl4 zUMBAFb>-lq0N*1J=~4||1lPyPLDW2{%b*S}6K~CU$c9KK0?)E)Fmbe9O<^2fqFfkX z`aK5|8AN2uQ2jT>#Pp>iEIa6Bfkjk15(Nc}8Gx|6e|aw&5>LVKb(1qrLXCTt+0X?v zpJES~NELZcCqN}x{m-% zZyxUYH1Ccd!6199e~+2sIgO-;K$!yYoE$e2XhmH^=uM+S<%s^2fiKDbbuO{r8JIPt zB%TE_&|}KgRk9;#yhr<}M{{LG2mo%m)(cLUQ1W2`8|n)yJ-T>v{ls;xhJ-9gHv8fJ zw?0)ejQV~D`)7Fz5|?eb{4Wp421>rlqCH$CTjjGU{2TZcLm);6qpAKuP*Los%KEXO zj9YHYyvVI%lri90>)T>tl?A9fGJV4zMA+ZU2NA9Mb7w*WRkZg|^d7Hn_Q_%sm;FH- zU1!g|sNZS_4URh&h7f?^kY{efb@r@Ldos3cPt*Xk0xN;nCW%hdgFnpozw@9Md zsxJ|7m7=#yke=2c$V&R!soe~e)rv&N&OrA&Vam`$2aIzN0(i$v!nMvt?-glEm0*4Z z=YMBr<*??Mel=J~HgD6b#ASD&-B5}A9)lbGgQP3F-IicH=MCsrYmmPo2kmrIJ=!4l z!Xtm>mp&uOOp+xkUJ7CyuCrYtq$$=bN?cG2*N7q%-dEQd07)}L$H;B~fLH`rdHHP! z{e9i6J+-h(&>s^_SYI7LlT#Pxq;K2hcnQ&!_RFZ(dqM{f2d2F$2&Mds8ONjPn~~s+ zr0q<~u>Z8f>cDTIv-U(8KZKibHn2snD=Y(%mW*|1TQ*LUg##^F@##ZNTT>*2u#^i_ z$JHNa+#OD3POIRB`b)1089pZDv8I|YFo@F!TxEIYb^pfW7#IqKD%rIJNmI^qaGJY+ zne({SsH*(*59FZ|B5D&^_BCc715E8 zyLp43+@T_2{Z+tlC2T-T^6MR+u!;29m#CA4-QjYVFr?fTkKrn_bL{M;M!a~d2|q_d zAsuJzk|C+-jfBoU@W|0fW_n{Cu|q{W_pb0Jq1?hCzraA@@TT5fN}D0@TyceHQTv{E zXPHrpSsM`Hs;5dkT1}EX30sGFrdPb^nAcYFw{`m>>V%}_(I{b!gA|k~e8q}nT|gK- z?LU3q#dR{*98;;oGE}Op>yZz4=w8cukP}hm=v9(C_rOb}`P1W4IsgBI&~c z4S@z%N)kE;%uKtPc8;ws0}C4GqT2xjf8*x(41jPm3-xAoz^%bPCpp9DMZqY-Uv!& zs+%g7QOR;V)pMQ`nH)-JIpmh=F_oZH0tKqBwwVj@z&5)GJy>NTeViv z@x)aM=C&2K<#3Hwm*^DUyCF|~z_R|O?;Ni%RCbh{11NVd7Mw>$?xR71fG|MuGd}%| z&B^1Ifs`L%getFt-noe?u0GB&FjVGg9}X6_m|HqT69}LGzak!rDT74O;*uGWABo~V zi462+mj|M|fwFLKB1)XdGG`iy6Y_XB(;kN8)LmC6QxWZok8m@+Xfd49~l zO~~5q@iTF|DPzA|EtMDA_-etu-spMCy`j$T_8GPDMHTP+-W*O8>WM*&t?O>|gbjRg zv}iLgHeB_ZW(GuicBb-(PrOoJP(6r_Oe1c|LXE=tnl0WO;2W)tB2?aD}oepCQH* zKGJm#-9|~Zmmx0>YYF9>>;Ra0AhsLmA86HDC7LX;8C?Z?ib~Yo8P}gvCY^4A&E7?B z0S8SUu)eNe!~N(sEruNTZ`;ARpH5OX?(hIJTU7Cv<_-d_V{{}dIf+^_Li}nz5Csp> zxQ7L-5nHhIj6-@c+9tv=@#u-{EQj!}(Dyk*c z2)lF!;B3L{DJ1TVxhHPe%h#CK8c)XAC#nq0jYcGtTG3al=7|zSc5dj0d(gVPsVhU$8&i z*k|s>5Mq|-IL8Ac6fA*%qH9{SIZ3UsV3u^065qy!cb9*j?Ml-iHYfvFPk21@`y5g( zO|FQ_b3n+~mX3D&E{;+5eN35EuB!h3SVj<0d)U<15DWtmI|5 z!!}0JdcF3_8)AWRl5Xe`^1Np&eX7IXAK-|%tG0HR49iKt*QmuK2vvp-bw7H*a*Vm^ z_owW!SY#DcQIYAW!p}<<_aKet84YIAGOzu$m1t66o2#(+I}2-a!sIY+ zT4W4t7#J9|3L*qkqy1{I_g43$!&1u9hLa@<0h}0KJ6sQZz7J|49f4%m=WK{=EtY(1 z&@;-b7sQj7Yttw1W|Q4_+K@!8UZi{$sW{g4_o}32f1Y>k%xrsHpOq9Xd|17pL(92S zh7KP3*1-Dvaq?o1L74D0W*rs4;{k%jdP1(4EkRhY52Rx>&cXr#95M()kE@B1kkBkU z+%}jfGnJ`4Jy5V&XhfChyQeg1_kQuvHyUJrwG#e0N9#keJB~h6EndtkM0@V<@y5aj zJd=^P_kRl2PKT)IPLuPEU0>QfEssl@F;5W{cOVG2a<_E;lQm7D`n=4TjT7yZScxbE z@g7dxJ1kUSXXqzMUWHjIXK??-K5-$LYK^c`>gxy-5fYu#NN_}fKOJ%e#RkY{Q+eYe z0s&EUUun1Ur+k&S z4K^KxOfN^FK3(;?`=lN>lw*v0)Cwf;2bat=&1p78|J+$No*;PG){=MVKvr`4nbZwc z-wZhreZ3pjKy!WmgKCWwI#u#&|C_{-@1H#tLjapGXQ8G;t0-%uJ z58;`kz+Sp<{uydDMcrL1?!1Q)`JojV#Ox@lXD2GBES%!IWxi7rq zd&mAZ7~g(-i$&7POt87{!ZF;263p?No3-YNVqmA^tFEm%FxHQRx-SVN@bf`TH7~{| zf3}l$7I=4DnC3SRuY$?%LqRdG4T0DC?-W;bHmHm&oNyd3p8*M-iigF`VU-agSAK0a zwmV8uQAAP|%l~I@+<=LY^{`ro0}t%eXvD%bUcmwrH}tqqRHzmhNRsSy<&C(oNg6bAt5OXmh%c$zX)$0ub9f842V35 z_u7Rf*?Kd~)*KrF(+a?kCuaTtKS030&4=Nb3zQw1;9(u#y8X=*8nMBNmUf|&^_7CG zTnD_w{QNf6W>>rIpBk*&iZo`IXeOF!;4oP^zw%NUQJmhOI>hL-SmNF=ROu_BCV1$2 zheTWLl+IdLC+VJ|8xac2w#P)Q_jE0COWi)jPyj!=={^QOUKs>H&;eF znlIU%i)9U%v>feAvAo~m%|d#s*IRH1S&r?~cn2jRZa&iR@`b*w00PZR%&~ADwHe1> zFHHRmC^gYFL?_LDZsa&jXc&az9Kp@=4rA?hu>5Os+bRby>N>}Y4~*E_*T&8#13(Qf zovvd5gXPJ=Zi(Ry(mv)v$9stJAN%}e_#!O1eb}lE)C-0kBOE3GwZs`R~wS_$p z+7HkxiCE+URQ=^#wX!Tp#Xto^8Ly13mgbIS{ie%$_=lsOAO=P})i+foCD7 zABztwvIU9t^**1_VBiE-m?Q~~F3RY;RI(QT6KoS;_Bki8oa%y5Pe>4geQ**`Deh*V zS%2x?-1hdWj0A%QT^tR6H9!Nz`@xL4e3NGwIZ%jTdNUBoW(L@LEk^;S1R_limF?5Sc11_;@OcR9nU_Jj+r1Zvemc-BCzR!idNv&n~U4gvr;dp2zG;8{DcYSa;T-g2+Y!B zm@3jj9e4gGWJwxb2$IL$xMnGWjDvgu4(awboq>RUTT+F9|_SC z2I4SiN|sB7s1z!2y;t#^#z4_BY@|r*Y(bX)``$2RzeF4EY9y2l_*=5&@{yu}jr&gq z%kV~n^EWX02a+ltLW4cOtEBp-09FhE=Vj)trzELCO%h^$i(7GxMsx6J9Z9}{2AlV= z?hDDbuOxo7DGZ{APeDyb3l*vn#CTib(ii3+++mn zUG3!dr5Xv%M$frX`H;rJ}|?;$dd|D>+)%nqvX zNc1x?(44b$q^ATe zX)Z;%d8X%`-nRADDxE;u9BCEhe#D%Gr1nq{q~ehwvyX}|=J~>*CR%WqDbCu2RS&Pj z;K>-ozh#7C#PT2bhL5(woxeS7YvQ*58&^gwEGOX*n2Fe#;JcVSfmG%Bop8KF-Bi`Telt;V zrX@%%Y&T+?6GTeb+42z)^o7_DOylEt&1e_3tts0j`bSR=2Ce9sEpEOgI$}4)R(Aok z+W|h~ouiZsjpM}+G_qCx9k0yUwZsB6YElt}7rp`_Per1{!wUEFX73pB zYY*R0Wv9hoxDfB}Fnqj4@h@INPlO82WzYOB!!sd8K;({&B}vgrV-Q8tEO7u+;cqiH zeP@ghM-4Q5d_PA1Iew3r9+57-iLW@;JicM4Tk4%nyDm($8gC(F_l`0_A87lfvCl6h z{Sw}&>sS_h-~s%hKnU1dyLw3`FC8!zHdWf13%J2dI{$b5j1j}cNmmZ!yPik3B439T zuWt^ln2sc(4~qw9ReaY&l$bi1^?!3&QGvg@Al5{V12FrQpx;vR2f-0Ud+Xh3OvkQl z{e6qiC={5}fTI5rxYGy6EudA`DMRoiDESX;g!Qs@>7CZIaP^a(5uS6HJm7aCtLWGO z-9gsU)P1RN)$K-|yLIlnf{l26SCG3v!mg8x})xo0-IY=M+wPQhtEr)~1o$d~X<$9-Da@oF-aACY}Wa%QwWi7RV zDl<273vHY%LV|agBp}A8YpOOG%r5;Z8JUkETtm?a%9j;r$M<`DCr+3;9coLWgg1i6 z1QRjh(-s!DEx;>Lh||n)t`HU_i8L@V1%+)QK_0fBGE5i>PcBAok4-gie+XIC>(Q?i znDAX|P@^`D?}>nL9+rh2<>+g|^++#WV`z?wCeghBxZ(zw;Dst)>n%vm{x(gDT~xJT zjBp7Z+SAQ+QC7)D`VIPx4wx04sdb^~dxKOMY!HZN=8nhq3aw;oCpTEUqqfNyCfud@ zIZzB`SiG6X6jo_OP0xwbE3%&yW*80QwYe?;Y8CZ*On3}X&7EJMNG+N*44*qV8AoyD^_>?-UojU7 z)DUU&l1Pe>?UP7a@T(O9j;luP%|%j3>Ri42bGOC9)YyN6EMJ6QSjc98tQ(8h9RZjb zq%R!L+C`=OW(4{ek(h#)cfZKWP2y`<-sJ1&%7oN4jjx_NPyzimUg&)d7? zBK*@aG7kxeip93UYw6NeYfPBK$nfCfAV{A_?OCFjMle%ZL1Cof920MASIz zw*}#>-I0pzhc*jcL8kxDtBnjebE)s71`af!q}b9Ba5O_c3)xbfZU+oAamqoP+hpF& z+%LVjP690YiTeJt|H`a#L}A`##IwA$tP(#wSUC<$pA+~p)bJ6Zf$ zCVT$h(`Iet9hWxJi*5CZ66v=XJ-lSJ@(GE(`7v%tGpYH*wV6|Q#2z+%^M%^HZteVkooOr8O%16G1!w^MORMeDf;!j|xq_FYM)=iNds3HgHcgVvWc@>cjfW#T40g!mfN-kj#G;GJ@&x(H_K zzO^y!EeK##dJq$56B^YHTkC((y{+?@6m@6iJI)?Obu`@F<(M(kpnC#EoLv`dKY6DaaxgddCziGQ?WJ9m_>) zzk-(MTlvC}{eXy&94-d07`pWSt)dgGjR9QlnoKB#;{33f00)UH?c{)P`7&Gzcb{ND zkp-w&Sbt8k`yqRD8AJi5AY@YYT9)Zi0hs`UY1^7(?tt0MqRrhf9|MOq@Wa6MRaHQc zqDkKpr=8#b>jdL@c^qExfH|=P25+*Mi4M56T->m&XV@j41K$G9{HgO&(F?k4e+9gF z!_l$Uj-=c!1!N?CX5+%je*~G;QKzuUc+L<<7X0aX-=LX??OOsdEc=~;cEL-yE(=X; zPFFZqnZ|2KfP_-?&VH-jhY5!`<5l5TS2vj$aDf7!N^t@embL%CD05}f`rLi!7d^GO zr0fZuVWp>20u?rgub1iW&kn-|Pig~OnKFIm!d6$gRqwzp$W0Z$EWlU_l37lAv(I2 zw?vobNvebmb!~OD7Cguo$cZM5E;G@n|;WCGc@u(P>LOe7rDrp+c#yY#KG9*jeeUaqfSk^LXKp_ zsbjV>{;Dytc4bER5=rj93_I~=a&=>K=H!wiFU4SQ(P9B%=An@G;d$a z@rOK5jhp+k-h8n1=2r1hyjFXaM>~L)1koTf_U%qs`^s%su&+AQrMAU~Du%Lv|Y zeXX=b!Oht}2ltJqPeH``-{GnMUX@W><_Kl5*uS`7g3Voc>E-#J5^G(l&iFx8ZsfuqX%D_W4T34Xt3a6v!C64= z#DGqwHcd6{emcxtlFE}jwiMZ&TM5!K)e;zN>pL%m7QPyhh4>_m+o#!nSiB4#;NUvS z^{RCWG$iX59=*$)dFNSgM;>RXqSid3L+ak!j{ykiz=7t$-l&NE!(L@sp8LX68`)nC z_r3BP&Wj*B+uhyjHt#2fjlN$zU5&VjcXtfZv&)+1cw0bPtg|;EiGCT`SZCgJ-@mcf z=NS4cRQC|g8E-18h<%D+Wd|ebK0Es*Lh8R$rwrDQ@n%V2euOhOvcVs?HpE#C;)yWB zAw04$2qfVY6lx|``(^aW%$SMYN=%Z>lp^JE!{AoimybYmgWnvtYNb;lYO9$L{|(;p zzin$ZJ<@zB7oWR?4HR1C{<}=`Ee(rly9sRTdkyt{XKUVU#J_m}F>oYvXBse=%R*)C zUve!j(J+ZNF9X*oCu#VB+c_H%=EJCX>Bcnh!^#_Q+rY)VqA^hmpe!pDq@9+*yG|81 z*jSQOVXne+{3%=ytL#!Jx-2lGQa?YO*J|{?_>{(E`v{9pmA{OdQ=WY`GAP zTu{-dL_+1FFg=_C{E$&eC`<2P4YH1@AfzR=;ITo}g>hu-wmE2^{5r?#U4U#?gkQjZ ziW5ng>l)=`?BA)qj;WNYCOht8X-bK{qY|QbI$c>YEqXSvGgQzzA}HI-lZka4;&7Q< zpUWTDsoYRSCJ!8cjoUZWMiN#GMi$=DFI=b6zt4RD)y)En_o?zD)KbJgc~4aVG6!Gp zVJb@^u#pQ|(9C?PX1aVeb&P zTXoCLu!9|rXg(SX7Ih*}Bf>b-5g8Q=GQIEv^k~#J8kSf^1Fcn$$El3dtk6V2g(;*X!D4~KafZ^*&(H>6 z{G3S4BPj091A2pXa_%fUfWmqxJ^QXdj$@s$bN`uNJ(j2!)$GlJ~Is#IltjK0b_e*hXh#dx*|=L^3VJF#PC0p5^8=<0z=@?f#16$VNd0h(vhN_sX zoIwT-WjPjkdMDXw&Hi9@HT)s!^^0nNfD zfM~$YS*pANS)`g*c(*qfM)j4RRodt**kNTd*khn%PG-z3elr;Uf2?)CwhAwg%Zx+A z)3YH^QKvj0kZ}er-h8>=pGQ@BN8}*7Ug?j?!j;m%kYwL3_mU)v!#PVzr2UCtuYLRq z0lSd4*-6GRyo7R`xh9+>)Plx{Xpnd5&Lp?f?2g`V#E%3})3<5z&bi2O*n@tFSlkN$ zwj*wukjb5p5P1v@qEV!d1PQTy{oR;~ zy1f{AinqS3MTvDw8NS)w|K^Ce-Wzu*?$Y)QlZ3_7lULdN!q4$s@KFy_M&o}F$lWY> zi-*($9z1FmCm{~XHH7KCxO&ygw3ifO9at|}9Tm;ZU%I-<4{ZW8TYGxUgQ$pw>rSq0 zfMKArYqXNfF-3hK)XfA3B8M-C{9eP$iyll=ZR|lbKQVjA>kt0oUhYe+G;O-vWIiAC zaVf^@+h}drgAPk~&wH47s(2#%*DsmCv4tb(2hkBDf8v9@rgTzG@omU}?OZAAeSpjY zw%AHfu8s%i(WT2Io+MwJYGed20*ghDF6RB_kl%5~uq4RRBPk}a@>=GcOxFuO;QNIn>qH}l zA;mJTVW^tym)vH*1Mv+BGb$jxpxAX=*q5J%3|p!_JK zke~Cw(5ki2u0I?@-{(7=--2;S+7gX|Z~6Nz2^#4_VtUn5x? zj@0pSJu&ub53mt8?8sx5lk3}XT+mTCoAsm{X9?FT>ruA~Zoz2$B!u{4y<3YD0{S#GB}7xtMHQ+y&7*-R{d>y92ea< z3)cqpPq<)ix0+{4$VVQ^Uhs14=uo>HCKmsI~-jsg^*ryp?K$(O|OWHzL0&+pqp4PKA zQXSmACFh$#wUx8ea8rE02TltoRvtw>4zBC0VAyo4V7gyKjSkm(J~<3C=gm-WRBjoj zpEX;1C3PPnrZVPFcq5Wnh85t8`>!cS?ru9)64zE+Fy+uL?OuR4bnx4r)G_A6e8kN} zfHg*e$Gfh)V&rpFx`pM!0OM8pfKlrz6Cv!KJ^>1LhMZ+?XMzcwU=)Gbm}Iyxtp^2v zqd|DVEl-L~-P;LA*=ZgEFo01p3>F4JtafoSRQWa2C% zE)QaU7Fp#jGNiNb`tTmzm>|S?YB+P5737b~H=pZA%L{+30c`#7Nh}g|+?CM;?}u=r z?d|r8CYdQ3x7za0uG=#?>4rb@Zc8CTZ5i_s(g6c{4GLMwBsVEPW{`GuDCknt`ONq- zYP1#t^X|>+a^6Pdj9Pf@``x#LP>rIoEYL^c#95U8%O-U84)U|%tATgD@tPRnhA z%SgKtdWF2&@rMpGD37W_)G7}Mqo3fs>hWj5DCKrEr@d7K5@R@Uv}D_)J%>FJzt>Iy z@cd4eL_bpMX^T2YQ+h)=^!P8?0F6<7xAhA zZ%miW{T>4BC!gKQ1mZZZu7RQXy8XKC%jO<#vgTGoiT{hk4I;+=dh1}(41oM=Pm-YJ z3!QJ6Y|!d(Iw%rueRm4M(@XTE?*-EjD&u01Orsxm(MNXeWsvAip4onlB?H{e9XP=T zK6q$9oL`3pF&yU()41Q?@5*N(Vk2YL z`=7_lmREN%m3s#}74fAU6tve76>2jF>l0NYX#dp@`N?cISfne7o6R3TA`8m{nL6Qv zdmia!T*xRS%Bg;_vE}LWZjBy(I(=KN)^7Rva32b>d*Q5s*~@_mb`W|D@xvOaUW zJKjBCZ_=fWhyFDm_XOB_FFe%=N7&Fs5MG|fGC}-BKhVl`Z-HBnmozl?Jr=$+RF}ip zZyp1q*tos5>AOtcg+RMGs;1`UXTzmH<&X~Wn2NLiXhGVzfllH}EZy9Q?CzSQ-QVon z7$fJS3Px$%uV;tXw%@Q_2dj38VVM?=-`Cg`&B~$i-loY`&8US}%RO&TnJuE#!{ip)W{a*snH)TCWJPVh1Ni(9X(R;_PSD21RN-a9rZdT}M7yB&C=leyNFK^{nai;-6 zTJBIJn4V`^ZG$aY6)rsgAIf=}EBxKC8SWoV|h@f`ch$-jb3T z>zcaeNkgD}pE1D=f!|X8CFBdY9n?{$6@t}mPO94jAd$e&ti)dY6i+zeZix*Nr@e#b zNBaIT5m5a%mUZ&XtsbH%S1zfVK*wK8W)*Ie9a$DusS%pl4M^+PEcJ5?{@&!%5vra> zz@Zgs6IU^E*&V&L#B^nQ}>vWX{WPY8AAAsFtjO(PK;(VD!`n0Nqn);Hg`P{57 zW>V(bZ}| z=cZ9-SnlRhx(ykp0@2JL>+XVA%m_y}2z%F^XHGl8g0bbb-e1v=(H#B?Ev(`|cQ?}E zmdn5au_QmGmtsLQj?qdS2X9T#?S2p``su8m?i`ZRTGWHX<8{HO`>^C=D!7;dJ9-&& zzo^)aJ-hRsa>qL*sGY!xE7GDW|1@T-XZyDX3+8=p^tBrN@khtzFSGbC0m!^Le)p6K zQ|W5$Gqi?WvIZUSnGI12-2iHXk)E`QwSGvD&5Akua&u2_ADvi;_=8%((261uXNN6i ze;o)LIRx33NV-ZWHQDwMQv$w9AT?XyJHFhdzPNgX^#?|JCmkW!eQK4fqGn7+`T&m( z!~%G{m=E1ovwWQjDV`ldNpqy{Azrn)2dS$4UBqY1!TCn;9N5WFmok*)7$m#m9SZV} zki~^<)pb(>A^kBK?)@0_T*9vEH+$7_s}&?23BgWwrzx8*B@)KvxR=;?Qf zr2cF6CXjNX-Sg*=tUh*4S+NnFnda~r5rz+Hv{PUKYi&RcD_!9ZL5brp1 zi~ON2ZZP_-^!U*LJ0h-lM^5il)QfTkn&)`co6bbEnrOFT*iAzotJ92P!kR*_4#y$V z3Ts9-KR`UEmRw77|HI0b$+&KvIhr0eE&14w-~gNP6s6#+23;aVby?=L=ETf>{azPj zxY_bvSAM=PCtut&5Jm1d+UFUMaCr92ONIG__WIJ*I#~7%sY?It`lFSsK}%9F>`(R} zCTgQ^m%-4QaLQBE+(6u7n~WBLuvwW>uSfL2T}fxAD}82n=MeigPB2|C1Y<<^(v*=9 zKWPJty<1cSEL{MaA?5_9D@v`QCo?#^;8)WUC=~=KZMAH1fiWhX-4o(t);1W99R9Bs z|2+Sx{aQfa5coz|KLX9M!{kB0JnoVS8-$Xb_?|5qA~=QtC&F$FfPrdpYnK+Zo|7*)mxG^K$z$bVzST zCf;ZX``;a7eo7m=&*fpzpBNg zwXkqf-V;9&IspkXD29BDFX>(82kuO5LmY{dLoWPV&t{}Zb`eA4SGKQuy1F*r%i?=95OIS}d)IJdR84){TL(?U>( zr-)hJnIc^(;HjAmtQSlh?(a5elP`wlXrfSUkEBMo~%!_vFb{Qn@2qt%fqk| za<^7=SB{9%oN}SvkueZm4J0h*d0}PyPV!{G<;m1c<>DKhk96kmk|h^yJ*8x$qa+!0BeHS8V8Si8nF0nK zq7~-Q9Iv3HIyBPnXx87x2KLg}FwZn;Si4q>@hf9!`D4Dbd@e%M0{$yvHO<5$=$8zw zV!rs5TTzjxc2@%a zg(D-IjDC-^1KGAt!rWm)x11@9d9cu3DC(9g9z;I-skc0ztg>+8-Zyl7zw$`U!H*&gM1rDZvcZ0sO(|{^X9B04~%MR zlL{1w*oX4?DLYY)FTB;y+2alaWt@wjUYJ6;Al_<@V(jfKZuQxltM!znQsVgu$3bvZK{2@25tN=L#2n8VW?wXA+ zSogFt5Ij$5$>z)7SI4~bzbYD>mBJI5M@RQW*G0TkNM`n)ZST|aXrBVq2qBL9stPRL z@(u!8OJlEH?t;@@u;Y*vn?ee}pBSRVTzXYhV+h$yO->MRtnee~(wWSkUF^}_Q~<{3 z-dGG9>Qz`iG)GwWk?r>2fawX-?yFYzv_;Do20Ily7dBq<%IcR`X~Ll>D+_cKQ8fLS zPUUFp)qrdxC;J`4&I!hpYKJV$;_9!_eTeodbBi2dGSJ%tU>aFX5Kf@y;o1^ap;gKg{?SJsD=Vi>$PU5;_d+nOWc^$#orw^E zz^o1Awn;xzM~4=&%9QGm9wfbM$cv3H67Nv#uhuGl22$*aftkGD`WR9S%!SwmRe{aZ zRSOu#WUJ-L1wi^)7!{u)Y&JDjOOLIQ+y_f=Z9ZRegnV6@nI-f)(Re|s^uP;4$`>>3 zI6dmzA2DMwrlJ_46tcYj+D6h$sg)Ex!$Cdk@H2Skl#_opX8KZyB*l!N^f43 zZ0y>jZ3V#Jwm9`t1YkOTDImCiLn0;WU+B}vc5h5UpV!ctE0Z(TtuVfzi%~SqKlh2m zAAs^DcdVtI+9*w;dYDf^ZW|P9?nb+kcm!3kf*TQJ0NDiOXnG)L6B+(gNKB@Eh+Qvq zxDCoxKvU4Tr6Mp*aY;_hpjT71VK6A-{zC*O~`@!TQH3>l+QkBA`A%6lv? z57^`{+Dp6+kw7D3R?A`!9h=J>RlpkvrtCE>>;h{5`N&-5Y(wMhX5dw+(EYiQ8gwwu z^jby*h-d%ATW)S{Y}G|`4n6}%ZVATI2N>qhIWrmI5 zZ=pN?4r=h7v3e`W@cnG2{4?4GW5?J{*I3_UxCMzq*o}U=!ctb7914V^*| ziAp>l4h|3U{;zlG+C!%fA~B3+J)!yf^|$Y5_)|8UikiptLpe<-1HHTdsM@ z%^Nw#A^1QHXs-B#r!1#~MgSNRuK-7x&aNW+O!AK_VOo)UsSK9Bma-N_T07c^sWE{@ zaJ`dDkEf>*(2o3GRzm*OztX2`cuW(^95=xHYR#z`5#Y-SHu-7-bh#I0=h%cD$Gu_= zdH4`#rD3${5_e|mz_{F;E;hWDX@?`zoJ?ag22mY<1-!L4LLx+IpF(k6Q+VDqlCsnM%zkwWS5>({&Ip+f}k@YQdX9Aw$26?n?@ z6i7$Jm2V8vw*7Lu9TNaOCBtKbsuCY&xpa50JfnOWhzBk{=MV>%R5iGqWJ z72o@w?Dlg11t2V9nEk&26j&}_f1~R|6Pu6jQufY5GGR504m^ulP$mrrSCLuKwTGY# zL?6{?KqA~^=kgpCJvQZ4e}JjYThLQyP96(jYnCwwJ+1$Xyn4U-IS|I$hUozT(`>kP zgB+h_1Z!BwHzx&5Fff5?)bWd@0sZS=(1q=&jW2ZTPL~ppGQ`?rAQ8!x%I{SAT%h*7 zox0!IzP6&V7jErmAdp1IoG0apne(->u-LXD0(N1ah3KZp$7rZYoOYtXc879m+mT%L zQ2vp@A0=6fA}Cxh+(s^QJEyf*37ce-mtWpGk6)<~>?V$+vI8#~5ai=U*yyK}u7oqN z616>}L)%sdms5h*waqIW3-$!DT@xa@I*dk?kT@e`JGvIR0bzOmT@m>k-T?Y?U^-%6 z{2~1PggD!CsYf@q#}(agQZxKKVKqld3GRNE<}yaciT$|)i=+Hi8}yG6#G@uVYIC(% z`>sPpsQL!PK_KM-E5+YK_CW;;z1ZaX_~3hv!-x`uUZDWof|56SIrnFMzsBE)Qq<|3 z8vOQhCkLaIq6ghNz8j&$$u|j>`@pc)oVxJszP^=knRGvbjXn-|?%dsjITt2?2eCce;Ut|jx)n@F`IfdqtoI3$u(m5Y@)^N;p&vpvsN1DTOSFx*WV ziSkI)`@{ZFa}Q^om#;}yS6oD+9cH$Khf;2+x`7y8xZ5HzO$p(s5FJ%4GL&)y)k%St zZcF=)3zPirKze2YoO4LE9T=twe@z+vb`k;s?ADl9aURMiM9ax1#`c?Y+5TMh*_x7yk^?wxjD-ic_q7cZ`8$LQ{GGzc+(O^m=5Mv39UdTpY z9$BjE9?yRbwUKibX5X*_0E6(TOUY|289!3(KP_mL&+yP%=;<~hP-S)DaP=7J7HoB#GrK}pKCC0Qx88{8QIzB#J~1cKc|u)DJNN- z;5vNN`YjxRt)K1r%x_Y^(ekzspt&;;I+AG^M@`rQgY-sb15g({)z#H4NO)a~BRztq zIcZ>O)xXfsjE4|Dqv7HJyQoQWlk+Fa>Z1I!d8~nB3p7T70k~G9Qssmt!A~4Zou+^M ziQNFdV);6iQ=sKFbTN|VzjnJQz+7@H+>Cwha-}nkN^AdW=eS61JGVDz{$t7odYXBa~ z_;}>S(VyBs_({F_jx!3C2>&^-Odai(f-obR4C9+eV}F^T+8i~v1&r*RQXqN@T&Wr@ zX7N3*6-q4GJ&wBmHhZcr@$h{CTgYM%_T`fXGuV|WIQM-q@_`$sj49POgm058&Za@! z#XoHpNsrFh(}$DjD0xtNO8*_2pk+&05Pxji-Yb|)2E%#-)WMBGi`MA*37s+2tIU}w z%4+)Y>3#1TKUb_dX9OR<63|%*Jw8OzNtN904o~E83a@2F6W7^Yll6C}4{6V(4C%HQ z!hDoY$Y-LoQuzS^8V(}BB_UPi5;53FaP7Ye_l}1t*o}D!s(4G%LE63U=Bw|T{c7`UF*1C(-%GA+HNri2l z6d&4&uua^Oq=yxjQ?kFpclBVMr=|ffbX2TV)6}0g;PN#t0hfWAOjrMn;`vU+d?4`Y zY>axnG>oI#Mj1{+I$_IfBPCs%ygp`%G8%1Hst9#aVC^{< zsh^Rsn{#B1%GOF7s=}!;5_vf4RFw*eJ}RQBLYW9QODT_?pe9fOqflgMuybWeQm!FY znF{OB%6k`{NzP^W8)w9~uuK}E?uj29l)z`k^}q6NvX4T*C&(JT{_&2O#GJ)tdrh1P zuzS)DVuy=Qy72{}XrSJJ(lAT`-#S)0LyvIX-wz-Ky&1gCK`g z)0|B9mFs5*(7iK9DTvoA362y)wYuv&H-X`6XUBl<-=}58tj9z|((LB^+-5i|0vDr& zD5BM^*^Nc&FhOqP0IRU;wW51*f_^oIymnk-uShA0+@q6wSuy8*^)82wlOg4B>UrS^ zEWUOoJQ%L4;v1l~oD(N|hiT^vEmjlb77W$(M+g6+i6wSnlg&o&_0PRnA2w@aGc<^| zDO!QDdTNhmI}c`SMbiB(saY{ve#n@!p8jhB6tdM*^8SVp164Y14CK{VjSA7M=5 zSBMS0zy~y|7X&t;>xkX~hMF&hn1xMj4ico<_hXP5D=PIa8zYTgM{DqOkCNkH1KG0z zMvE3LZq#G;*6=(%@z0{cmhvb+??qQHCY>g$>KPu&Tak?GP#t4#ofZ+cYcuo& z;b_|dz?r&Bdcq=nS)Tw>5tDgJJ4m(-ZDn9rp$r}*P_M7dkF=XK5a;rW8}#oomHCW8 zFqTYcgdS#No06sb+Ws5>5N66WsB{NpW=|G=}|INr1V7JJLJ9PW(wFH^2a~4 zB&98i(h=6hB+E3e3>O57exuZ2fsAV~xvD0VPa-##aE`1JzYPtg`43Q5QD2~GY~b3x zJ`j!WDT(!qP^&9~%C9AJSYclwyC6g=a9VRU96+0QlCoiqh4zfqa+QU3)Lo+^u7gWm_Fog#Mnx;JRH?JU`&aKR%Po1^bMPWc_G6bVL{T#7jYB5> z-yz^fyK79dP6b$X6iZIWn!f2BG_wJw~r%9}@JvKip_R??1S19cHfxW4mr}#1`7n0OP04*vVmHdM5Zuse) zg*ZRcila|a+<^Tzcpy*iG`M2J+aJ?EDN63z)MD-+3eY@S&(l4V7^%Zs2gaCNoE@Ym zEj>Z^V-DuuXphs__f7T&as~+mc6R;f>`0%%Cl6c9+1kXDsVHnKfA)R!f=_F0tr14e z%1_eK*Hmz2SA8DKqg-#LeGG(l=m#*>5tsJvQ~e@=4W0)d!8^n80gzMh!TG^d&k>_D zV}gXRn1A^kZXmHJ~0XX z&q{gf%qr4@mPcst`Y*Xm*zx|rx8P#3rvmGk{?No?up=_h>KANyqdvQe2nMGy{L{L6 zNgcfwj!)#J_iO?z4Tw{~;ybM}{jr*L!s03$ugUC?q2l=p*C3RMa%6;yRWzgSdxg#j zezu6>mMpZ}#zH5vXwlPb-h_@i_KR-jT0+NNcF_59g~VqTO#8>@9izX6wTmyxg3AU^ zzg4Px{Z|qzzG)MoXlxEfQ?uY=p5ofxgql7SNB`sP4wdY{E#=f0``)XZ$07bASFEmq zsxm7>%a|Xo4e1sM6zKz{m;6xALPgCDSklQ~5B~hS`c@mEuYIXdQ*LC;ytzDU9Cu^9 zM!k=n!zO`a63kr;O$oOF#8~EFqcd=ZcO5$<%cIpJ>vkq_RoE{8L_oX0as5svR~cPm zx^1C;IUbP-Scd7({`QDnm^*8iuaYzwFw7+)!azFpNfz9yLp(;|(L%s@9MsAu4p}I# z6q_%>`rwmMMPav%;$*5;Pz*!Ww&yN1Et5cpe8Yr?61sX%y0Tv+r)vBBa{n;s&88^#C{j#Kq54V z2kwK%cpOzyVnR+r*sU;xgvwhe)FXMTtLE(K((PVF+NCKcM%}2q@m3LhW){>s;Kn0d z%0)~M@!poGfaBt)$4+Ao2FeMHze&#CE6>UO1C}Kt+{7>sl*fW5}__!ro7(^H}L+?V=D!r8= z$rvQQ{X6tzHKeiy(l%+t<3f_A&k>#%symP5G?kZ~bW5lg0a(DYOB;Bbva5gQ4yS3O&!H1!s0I%V zr=y|IS!fqcGd$7j0-@r;QeC<9_uc$AjH@b69L24pv&#>V3qohYi85cbEJsX<8+$t^ zpb%BZQH?IS0^DG*GN53X`shi)pZf@kqEov?ki1|iHQn`(9!muqZi2^Tj86YRAV#OmUHhM> z1*`5pXebLB-6+&(@$!$!8vX%=-#Ony-cYD4`Ho|wq9?v_JHkSi=@ai)F^QoH0#3i> zIE6DBC?(ew({O;U7O_C?H`5k4snfVI3=BwlW}zbjG-HPWD%B^&&MZ~QbU`(ffYl~J&mbww-EK=&GOut#LG z=s(kK{G(|*JymY-*T^4_>&=FZyZ8(NmGf>$J^2~R4#{TM0d=4fr2EZ__TwNS^1$be zme_W#4>QvqwFIA5M;4YJ%F|(OPt1C`mBGeI{(zy6dSdN``MRe)PuscXAWuWq^)#ix zxMCgk0e;QPcMgKol96JKgl4bCL?>ACKa`slM%zh6_SiZ|OL0m_u@^zNsph`Bj`}in z!gLIi?3Cw$+bfzXK`XnNPZ4o89q+l-A}%5^)u;_k1?aix_{~KHpuaW*%tK@KBy9X{ zdUJI4NuS?V|Eb)!2E2=gY1OMM$sGq-`FLz9v(oJv)g=gyuB@`8Z=86vXA^R8=j-Hv zm^-S8bNcb@u_73$khU6W{kLuH`&LH`b-q6`7NMr%NL>Sd=>*PxxHaR6Y2j@F_|6e3 z^2Nw@72ASI(P*V)T)iT>FOaELTFFBTix@9mD%j7J5aF5|Akpy->PO-#Q(fYK_&DaA z()RU!EI6Dysp1S+h;&G$u4Ski!=_HJMc{Sec9IRVfp=A4!GcA$O=ywpG*+khSoc^x z{GtaSzRoiqj|5@{mQ1E-ni8A{`Xr+k#GTu*SVV`*BM$c(D&c@HeqD}kstWUzhiNR$ zXH1<4NY&`RLEdudX+-=?oG`bBx<)ohNQDK;o>Hxz7DH zJ8i|q%3C?HR#~lqWzgGdWR|sT=EHdSEAq7#?^Cq(c!!t_+x3~HvcrhnXacZ<+TiSM ze~G&9mvl!Ug9#WybK)j>4U-^ppJo`%n94+|encC{v1Z*Go`tZU^I!L#ehL@_{>S$o z8HRg+O1Qs6NnOx%6z425? zZwF%;@Xj?=s0vM}G;>i4?j)<+%mYy>I(j9e%EyYd>y7%K>`!D_llZsA)lX-7bbjbn zQ*m+#6zVZDdIh$rem}2&=UT!T%Wj=YmsTv&gNY4|O@gD9-x|eRZ>%6>Ac=n;2VoAn zo*#)ZF#8K^+!tEobuHDp`MAs~O2OQR*G~IuEz%v{`moFjdodp1nk^sb*Mw?{*r(MG z$@>8FeDbyRIl7XPg$Z;i5hTlscU*!_HW zh$4*rSIdo#SB?)j=dc$x9M{a5KHD_;;oA$)e}$=RT}O%&!vL@EdHg@V|_{4JzQ07Ccfm-P$Re zh)QMk|AWO2{IK!e`F`MxYf!VHRgJ4uiY z#n}G}7rBl06BX57@*+aRRYe#L?B<5n zE4uh>{61)$GgKmUw`#8rJNC`uj|1b&mxmo|j#NY#1J#s!23(D2R#5*jiGl3B1LP%{ zd%=8!Ic&|v+3Ie8v4O$<+q=$H1ddj*M_5jOaw%QDoK~B*330MN%W=8P(cqLH)4#-3 z>XJsXJ*#Kb#Mx!r%QgSsuFX`zMbxQ+wmg@vW74ecBL#IY$8aC`UD%Ef;DZ{8zfCx0 z&#*99{a-C$kLpkIjgYVDXR0I=vzXr0Nz?ZmqpNs?PptA!^KQ|S*OO4`xmx_m$3&X+ zMm7eS!XN5&s&u?if(P(c*wt~MH&FG*&v`BRY(&lxGt^iqa2mb4eNxeJyGe7o%^~^g zQ&P%(Nz@lJr1eqcaSX)WYglq45}gXg&WFNDJfgX2C|@pZ92-i1(GX=uOWqFTr!Vi{ zdaG*&`6~vf_T)6Q(@lv@_ZgcU0D=$fQfUMMJYPt%N5H;6b0680s;*5Y>r>Nk(0Ltt z1pPGpKt-A#rsv#YapdG`eGYnf?=qppt&0{5HP0`8b051_-1^=yCXFvxAlc&WT&-?= zY+F-bh5k_yCxxm~Lc^~q&d0&7`26F?bEAg{A;pwI(n~SB_oBq8J;I?SzB z3ShT^f5cH0i2@&9-NUBlcA1VC0pe8iauxUC_{#`AFvl0-fZNEGApzz?)TrR<;f5#U z3ON^`+k0*SHC;<7KSmI#HZ9yETV4`JDcd^vAaS=xmSV(&@w+0`F`g9|624bZ<| zQDRUwbqEyEee9Z3k>vFC%IKEoE#Ri-;iW7sCjWR9zKyWNid!Qo&phcvkW?-jasEP; zBm0A0n{aq3^!;IBWF1b!Sy9XCvIO=l!-&gYiR>#-n2*Z~NkKdt&YM47^eEcQ|F#Nb zJCCv{QQK8sg?;_+8g?I$)J=cqC9RJZdMEm(MtQDQ%uuQ9$tb!k9)b#m8J;?xfwaQ4 z7#B=oshXU{;HX7D!?IBGjziHaV!*s2?1{(%=ZnHxo}Ov$uzyZKCk<9jMT0r@O!JpB zs=#;#;g%h)`QC?qnE|&gxtVJME7g;Q!~MEz1<`o0XQtRYgfv^>YU@ov8KAGv<>dVa z`kwqfKJk|39)OGo9I?I{a$ZMD^0z;Tt$3u(Nnh@`jRc$CN}rQ%*dP`6H`4e0y)D%_ zn!Ep5(w^IPg!^C{ri#ADI3S%!G!Hkg@DKY^{LxmJ8E~#uoCvWGmHEbf zp^mEkm$-VwX-c#UYd+mT%-&LZ4!#!HQb?rTuZ40UbisB0`@)Jms;>2*noX2w&lrX{ z*B#7&T(I!z1`A*CKlA51`_f{tH;ZfNkO$4qwO#C0LsTm_l*C{FUs>9`S*uDAZ6_$R z%|NC>yBPpi=Gtni*wZMYCsCVT%&WPsZ(7=7aaEP6GLLdLY0d_$jJ@o$c;W)!tUhG- zE9KEu+uBaDhkL*UzB`U|axeuxxq4i=e^frvqkZ|rTt<5kFNozyb(E8&P>0ai&;5yj!+$pz^bD&smGDtVOg3AE)z0t2L~XH)ZTgy6Hm3FyKg4+!V2 zQ%!LU;wZ9v^pj6o=9_(pc+cg0We>)M4v2G#bWTIZ4E6*Hh)Xmdy=szeg7PUNc*Qb< zsQz5llTh!jg9cD<4;(#WaQEB=yNe3(V4CQ)mL*l@+tR>=gBaljEck%@>v1P??7fI; zNJf?icf|JsL$EWAyi0CDlA<~SaoJ;ci&-3ZY{R^yS*NVIxSB2upQ^3e&0`fXhQC;x zwG!dIXgiJlzL?U0Ha~eM6(vw z)131^x_L;`+-WMO zn_4Z1DQ8L6E3t!r(TqEX0qX_VN{#vlL2@mT4K zkHy523^w!O0O7P$o52?^v|_paF(l`$FoEd%LY5dYxZbGvGX^sRTZNL*^?$yNrBB18 zbIXA3nEI0Mce+sBvj`gxV55#1I1vkR9hj}jC;TDj013|%)2S|+2}z6Gp#L9Y%rVro z{}aBkv}26|LrF8C7%g&6PX|vl&}*P~E#cnB`e_W}Qr;?>J)iS!ptXf^3n+yKr(I~< zn~jNMGCC51A{9xq4ih*!^z^NY_+>&669wD?JYc8ht>%NUNJ74*ExNla7Vy)SKrmy# zM*=q@KRq&J-;xojj$mf&x*(f76X&Nbp1t$8$k@FO-TNfOY#GcbDS>aGktU0}I_{bo z?AND5PiWhqChFycS6{6n7D>zn#7BggtUKdoq_kK-|CIlSor&W``tj+^L=wFXYL_<@-#Zq%#0n?GK+q5RB3hMSZz%2lZ<{(MKM)4i{;_2|8n~U^#5wXGKrH9pk%EPD?9;~ zIyj`Ztbqgl!(m|yhT?Qk3lHnrq8%eN^V$DfJ}eqfv417hl0BAg=o(ZCmqknAP@aJ4 zYD0l|h(=}%&j)fh7nSKiP0Nd)?*0=MsyOT+z%segGWfjTB#kX`&^rOYrz9ypr)yNDp;4`qb+xDb;GC&-mf3FBbtuN3pX>0 z;k7Dssoo6BHrO$K1#V0OBl2kegXFp%E+QVz%_vk$n+0n5+p<%&N(m#jxA@GcZ@4=F zF@8mRQq(WCE(Zm z(qa%Z>rh+dz;oTZ>1=}suA5vm+p8$G4CnB;pCJMweWymmtIksxoW;8KVVQiKL42@) zZ-Sxm*$}?J>apwhBJG*s+bVsLe6B|xd^4)(XqTZ*SwLk5U+4?ADQ4Wse$RN(FMLxw zfk`q44X5tSv2YdY*uM{qPc=d`Ksv0_Kn7TS^0!RBC`iRQW1tUaO+m4x`@=YV-m(G{ zEqGy9rzs%Rf@4C44jG2D{cZrErCV)whbVLe;8?i7`0e7a3H$YxCu)c4@N}5 z&ttmBj!dfIxgkQ^XCkh6*~)vv42Dj(BaspPWN&2h8Ihm{5klzA(Vht0Rt%zW0up(S ziO~!mm%y4;9vEUd1Ob{518d-2&SKN-4E|dlas#&{Moi@9l+BquVD?^H@0kcAcmFLm zbH0K5TpqeNFgo3J|->0#tLq+zcQrKsGx z^;sV@6Z;QV*qYgWBh9@4ye0ia=-3#HJ)3F8^XVMzN+rD4VtkYOSO1owHAdfiw_W?B zpK*0?35+fc1~tSk4g1(3Dv-M^?9!Xl0phxw3Q0}It^@njT*L((lZ2XSDN{&D&CuE4 z3zVpA7`sIP%#RjjU5PWQ1x24)*SNC;k4+bpVKd^+bDVU%R6q*}E}OlXrN3J^*G)}= zN89R2Gq`)x&pRJhXTKt*Ju^Ta<83RWdx9T*Wu7fUCiT{|_`o>-u7`c?HRn_UOKjy= z02gQqcD!$M2m9Qy6GdKw7pgi@S}&nR|n`716(E6G<&d+`pllix%+ zb=!pguumtO^f@9zKp2ht5rRyV`x*?A%OcRZ$L$jGH@>)YAAKE zkXgUR%nb23`Q~nYrYl|mMe#N?hxnvFW|SlE3bjrFgl}0FFLMw1B>|KHWFzBPEKpk# zSB*<)>h@pCDlQeZ7bs6eExHd}JPEzcN3u{NBZMJF4tBFjV#t@-rS-cVjUCn5v7IF$?;$oI7NE~4=qEhExm<&g&inD_Qv%7?#W#SyD)hXhQz ze2;IH>wTI29`wIb4U}f{^c&V}cX(2JPDoE<(IOzKX_&@TO&f3>cYY?a`lMPyZKe*E z>uThnNnq+%^tG~yB`c93IsiJmDs)LQcLSN=OM~fc&7(i0@eOc$cb3>z-r(%`02BA+ zFy?$`=JcR_De2Adqw@IMq3NX-v<2gynzp;(qv{2NPDOkJrwp4C%^P3tkuV)93OyB- zT$jNT)uHdErb7M!>5(0NnUQ74m^^4q7t(>dcRyhDzPr?2!n1^aJES5hu2<}i`+vH4 zj@W>?L+SX_tZ@eC7++GQRp1peQzNF_*$J5_HdbEX?JkURgti86g~9%(cReh1?N_Wq znC>oN#glH%%g)yg>C9Zg89}{xI$0$aFCLYFAR6Mk+ai2o2L9F!zuxKcn7)-$M6~zp zz2p7N;wH2RSR=pKK#_eDr2~_^*b~NlkK&$Ft5Jfa0Kaa^gQss$?nk)XgUaFO`BrRv zpTC)>f`8iv*$O7i%>2NAEpx|Il?vB9xua3HmtKElhDU4&){Vj)Y)ptQcl4ooJQ+TO zbV9Z`TJiPGHHEmLl|S$vw~Ne*fPq>W;|qJT5`5mUB&oI>{sm6p`8(YeVNXAqXfc4ya?BrL9uk;D_0^FzZz0rwjoL{k?xRAqG^bBch^=2Y7S0TCA zb5S0??W%2haT9Fi)GsW9n2gv%CgL^aiLJqUjGl)4IJ?>9j@4bXB3pnka1%i3oN)AQ z;7zwszd<%vNAHHGEcxX^yI5DNhC4F$@m+pRIgX{Rj4$G6Em}F6Byg#-ML8UQkCwn) zb(NTj48Zu*4h(;4=h+AI=_&4)%(zc%t*C~cb{V7>z}&CpkQehyX)-Smr1TW}yEc-V zmUh&wmOhiPbNBPOn~Sq~Nv0SW@EB3-I(N3)7%i>r3+5Vcq2i=P?ku+8yhlj_3;Zy`>iP`E8M4z49eBZkA&>DK)raAWv zPycRY7vU^PZT5GMP`Rad^-a&x}< zf!=+28pAbd#Ko?e0NOkeDjNSwK?Ml+1QD#)YnTVxeD|ftb^wzux$GX=k5U@bkgGC( zY7sLa6bBj?2<+P9h$jPf1n+ul%JIVzwBaxqDg)+*p!yCj&Dx5VXSZ;ZPHnZWlMidB zLz-h)QSQgxfeS{rgnGWiCFTsqjX2Lhd7tpsjw-%cw!rlX~ZnGz6%&ID#!a!MRE ze~{w3l=%V5(>>*r!F!m7lJ*dXyd$(8db)&T^#vqlSc11VPW&aT-vdeNtE(61)#rjfaz)kMob zkqs}H%5Ng{Q3l>8T|5r4H#&o3s63KD72}q`7nLSq6M<#)$~@rOO4YQfjwsh@f@2`lAq}N*Q=X#h)nn#HvZO|#p|4%(PZsZR>T476(k4AV5lqh>M zSjqS3{ryVfpd+m~AohF7P|VzNFo$}(Ef?K`EQ!lx*_&Fz9X%Z>DjVI46dy+vt8(1$ zUE4*M4pAh!!ia%EY}ce#wlTqN?9$rd zO(natOzOfLDqesNWl#4MzPI-p^R!1FqBM7*^Ae=}fhnI%&ZY^E@|Sis(^;4)SeQ|( zMx;dCu?I5y6EIdI&K9YDhRc+jH6J3eeBQr%%?>Qt)nRtM+;=)hG5QZ>Du%J2U~bc4 zOtE6)UTCVNsNqP>ut(x*e6!X0+6+OVuxe~?S5?`knqg{K>70W^C~V*)2o6{KC1|8{ zp#PGKD@a^*WKfT#znSwhECXa7K&f>d5}(%v!{S%T$>5?rZqFfcVY-QNP~8z)ac)-3 z&hnYl!9RY2y8N2lpVIPhiv){rFEl^#O*2@WK4k zeCc)O5R+DIG+m&vkgu4VDzv2MvwHZai}mzM+_8hkqBkEH>0IN(H{#PBcKHNdgZ5D} zB^;~b&cWHNM==Csb(S5rmnzrT>wM0aS{G)21eHN{ah+R&pKjpQq}me+J6sv|A7%vE zGO5M*K;ONSm@B*ySVBRqI@`g1?JP`wt|zYsoeO?u19`-Io0^DD8NP8ji-Ms&knx@? z%o^N`=qC{x5oW_FS0?-0m`bMtn+w`~noAdHs6c_7U3IGrR z65O+|y`Q%dIv2OyMRj9mn8-O)Pz6C-z=QN*dK;{qJ+Ion=Zb5`wQw2q1_@346h`j6 zyxK{Tq{W?@U5|*x_-4H(pucK4Y}ay$eWAa~h>^W+D=4K6i($}PiG~n|^JMgiM@qNuaP0|5tl(|BM zi7x;xsmi$eh3txo3pC+PO75~yeI1#F_^Um6V- zG8BqW_cjP!j}PK{@%xDt!iyB?ak3KkbEE@Lk}mR^ecg9fdWny=NJuK0U+h@ToBJid z*)$)^7n!&dy7QGcS}>*=NRaY54_Wq-s3unx5=8O_&)+E7xT-`O^8q$WL(TB8w4l&U zoY)?L3-+GB6f5w|d>5P_s#dOO&|eV;sdciWruraJY}aS0^%b*<$mV1o*uws6Aa7T) zBLiw{$kWgNzd%`|jW?tc3}o#1R{B=gPKNU;H2cC?(-v7M+A9JIZ=_u%&IY}+rzEwq zqvKMC)^H!~jr!WDGoH<84N|~!;eZv=B>RZq-Qkq*AsZ6eU`pv(n+83;_1F>OZTszE z{Q z5QK7^{XTlnisq#HKQ+??lK$bJkO6fz>`s7*G{tfqjeWi6UciV*wSq(_+u0g$8D1+W z=DfB#8zADq9J@R~sSci>5T2{f-_t{a4&gM60uOyM)q7T>`iKsovXPS+2I zLI%6xnt(7#eba9l&7WDUG?1J#pdy|Z{JwS7Dp7>sgWr2l9g+1jNs9#xhHuhgg!UUJ zUS-OK><)6@pLQo7;vR{z78)X%Rd4?W^nVd#0<8A?T@Pd=9*u z=3mGf0xp+rON`*s;7`98|9s_5Gf7^6LMT!;+1<+lVZZYLp~6Z-sCCP@yJH@XFZ3h; z$Z2NVgVq9|>zMP#<9lswCEi^IkbWW~*qbF%^zO7xB>APspSk+@V(08WupRmYDQ7L^ zXxU0S!-7=NgMw?de*mVe4BG@OrIORp@r=X9Px=S`&VrR!K+@cC?iLB{P7szr zMVNO)8F;%fRsO^}z~$w|lNOaR77P_Qxd&~kLC<9kN;z9bWZ$~%?zKAV+kbS&G8^w@ zw&7WP5bdy^FU;!0&!(%8bj6{XoqpbF6v*e~wvF0v2d>0VCNZ$y4CQKVnP7z5J3<_o zim`EleGY-)%xHR#kvT3(H64hv=Hf_}q;-p*Bx1+%Ar2mxz;zD$FO}KWz{vLNMA|B{ zf=yX2K)|=4lW=>|O!zl0YG!@Q_lHZKU%0Q(&o#o6Yx3dmO@uy#vfAoBwUeLAtlMUF z{zJkBbCG2ch9v#8;qtuCHfr zqahV@)3P{_A>V{Ovcs<2-(aUF)(W!tkaO%PRdGmAgNtJNNuJSFnEbIqY7LszMz- z=r^GN=CKYxAc&<;X;khY>t`5+N0^uz{BE=#HQ* z=1A2Q@}*$oPIK6C5L3Bt3tX^+*OLG`=#_Ik#y3gDTPg4HIMnJvZwM{f(_z0ecs&Q=I(`0Ga*c%JmRP87mZ%DdU-F#CUBI5=H*f*|ID>)JE}vPG8r|Tw&%%oq*+!qOkyrulxG2l(e`Wa zYhmDa5m#Spk%JbMIX^HbF>H!xdF+pjPWFFVW9n2)%O85cfsTB4dPK{c(E8;$LGj*< ze<1A@2m~$m-j^OV;Xi`gLDx5{FY9`3aT)f2oT~TP;u&>v8nw_F6?Fuo`X@mtVksn+Sp{3O*xa#GZ}y|DHsJ-$ z_Mu;;1;k(5Zvm0-_T%i_Myx4^)=N~Ox!!VrwlS1b^CT$B5)h&Us>z5nE@bE#ltCf9 zR9R-WKh%9y`qh4vh;zM+<%otnR0hb(9Fc~d;UtnDWZE@K+%iWOo3Lax6gp+0t+>gx zUzvZ`_ZcI2F?vtz>~UF=F>L$|$pR4^i;lm$#(q;Z!J44&hH}I5JyEzJs2Nnz)|5wK z28|2RmVATn106J_O}q}sY{?Q>ruiOQf&q7?Nq^LVi6NMfNgmqOiflv4Fo25^=#x(W zRZ|#}$Xa@HPg%TI+TI5i!Y5y9hhSxSdy52WmBx~K3zoz1S*fuzlVXuaoxHPTM@L(a z&k_@%B+FT?WqEERC&S zyhMgNnmOd_KTQk)!XZ&32C=C2w0&JJKfl~Fc9Jm_ovlg@<2K@pl6D?sf~0Ww_CMHT z6n;xvt5LJ7&GIT!{h+xPH;`wnIo9N^iB zUe|R|eip#i+cpo?&9UBIt8t)4=MR?Ymi^;;Bq1}eC3@V*g?ajak+Q7p7?jI=T3vAN3RuF%M#@{Y{qs9Kh5pQZSWYX>?M7LMZO5ZF=htSYQwUE-MkNb z<2=W`^|Wh2&*D~T0!JL{DSbP!!U-f}^<2e`MNj~>oX38%ssrt~DYyk4KKf0ty)Ozd zTZr2@N&7Cd#v>+Ok+;jJWhCFEd!gwx2|sKF&~Xy0+vcBiXJ*f!#62TrHUYHJgpZip zke`>G1hytZNL@0=Fo$*>3&U;e5l9x}o>(DeU^Pe-Z}z1XlC^X{);brL*auDvS(bWr z0qX@V*ahv4Yka#mo-9vX`#q_UyS!kHT>?9;S+HG6WK!N|Qt`6Smn>dn{i zPaRSx()E2yqyDvsx{wZ9v;m^e z^zX{EVY!SyBThyBS3*NQ^8`=q^mzjKB)#RC;j$JPwjZaMLtZ%r<#dVLz(acESC)D4LOTlF1D&DT6Ps>A z4AB#C6MnSd@wMjo4I;%5J@TP%b=c)Xx~~6I{Rl=!=E}g|)&m5oS~Owv?;t)a>?cPN zQr?A!rik1!?`o&T5Q8-&(nj&K?*Zc*r7OoeXkNc%InD(vBsn2rS`fL62M<$o+EUL- zmLSqO_W-?)kIquTxdxWna>7scDEh&sbsKL=0}FFKXIM!A{GB$3;~>cJ*>?gtNOktM z?hHj=;u?#mn<%Ad*TIg_2uuj!)^(;p$Xj*0#1yOq-xcEDsy)zKqnoUrXaG!L;m=7 z>m@<@u6)pW7mJvlG->838?a~Ir|DJ-i$hB$i1Oo8_ACupqt;j(zlHbIo0 zrXCZtGwVX_Z?q2=4y(c1mnV8=0nFZ;TU1KY0WA++lVV;n6(bJbVZ)zTiaBL)nES$A z$rwhToLB49H(8|C2)!53wm3z>3O~ldY+}~b#&4{kimCJ?%k}rbtbbG;A6N$HR0Nz*>TsUOI9m5v6d=YFnLu z3{ZvTp@}fN_sML*lV0i3XIre`;0YT{iPc0NXx5bko*sa$zX-|4>ZFU}AvibCF($vG zVhp6ixtXMpYE9RiMzIZ=MrtV^Nao3@F99BNeO-`oAVwxp zQDI4e*vC*tctPm1m@eePXptX`1m~4%;rCeSf0?&58_|tO2`FffJxYGRqg|6WrFG=& z!*t{kg?X)GFhK2rrE)$~QN&>*i54jS13gb;q&8NOmMz9|0Z`Jc9s@p<+rPHEDOA$~ zi%xS0*f;r6D>z9ke;J^iPah4|bsaE0yUgy_jag_~!?F5OA_==j3~^A^*^&$KsI-Q@ zAJ=ZGOw=VO3DTxNnGhTH$Wfv!oeuaGI}ipJfX4J&5Tr^F&Jcb!)vfTkk3#TcnD8@z z7cL*evgS=&Fn4&%mvq+7_=%j~4d%0TT?81zr5J$p1N}*1wVu(=lDR|fb$n_Br~wo7 z`yb&&oK_?d2^;ZISTS$t zHEUL~rk1~nl#w8b_1iS)q;1LqdbYwd0bEm16gP3ZhT%U6lr=;@1)UIM{ZKk8-*_{& zgSO`doQdbg;KGkMR~{9R?cYhOc_@+ZPtpXLaRqS03Qi1BnZ6(_=;l!Xhwe=G#Z69c zAxv2SaTfr7h<-rsc*r6;*4ipfDp(`#i~6-o%5#?w@NikV%RVRy^Xo&N_-c>ByymY8 z)+8GWQ3h}Qq2KHrcaq;PrlY9EPs4QUeZDaNCr5ZMn3}lBvK55kUP?+*?%5DQA49MZsGlmQSmZ8mcHfD zEsunLlO!a`>&dL4UGHBSjNj4b6xRZhsqu)n+=Q*wRbo@7yIu>54-F+Kxu||+wzkQO z;0xlq4UF{%CiCxX4;1Cf_FvB-r3Q{}5n5tWy33qGQeU;vr=KJRr`a~4Je(oVRnDEt z8GQ>jRO(55ka#+C-+pjGCi%X2lQPhm<(y-_6(4_aK@^d=x|o|(@uM)Ow56~_`f39X z?wjP_fsz(7RtfRk9^vcCEYWR!RLHA7CM&%7qyEM}c^?le?zjqTkC?cQ*p9lZBt}hc zCc0!zAmyC!PV~m{oPwT#ruwj8Zs7+lz?fi0`Gag>Y-*vCfMSlQI$+5E3slmo)wcb% zEgznPYcrC<`7yn=);A*0b-;HHa$zKp;Z5P6OztFS-coXF2Zt%;zMCwXakQkZS62yK z2K&G)ah}j;+e4h41-yq*s#p~$P=}Rb!~i2whV!FXW6XGz%s9P^z;uS!9eR0U=8}vs zS!SBG+Y-ahDj^BAwAyH^&hRi!lomSa>{4W|B1}c|1DzuD)U)RMyh={<8^VDcfNu1fV1@yfrsFH$5CR@ksBWc@B{o(OBAw>( zKI0l%5s7&3bp=sfG1s}9JEF+obIYNK_i)*C7bpyk5@bJEc7eSgKcGbq*WT4|Ozbnr zQYuIzz4;Z+?5MTqk9`w0BQOctkGP76yK9}*waDHQ{(!iN6~%)Y zd!y;yRzdaCx=0{

R7`xDb9leQfw2L?@> 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

*8J1nsE~@>l+C<<4FKzh6CCHP$c*^ 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�Md=@SnlW_j{oXX_xLpJp-Y9HTHKWD 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 z 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 sQJ?B72UZLK0BaE;;{XBs{x*{EhX?=w08$p#